@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&family=Open+Sans:wght@400;600&display=swap");
a:link {
  color: #0091ff;
}
a:active, a:visited {
  color: #222;
}
a:hover, a:focus {
  color: #eb008a;
}
a.abtn {
  background-color: #eb008a;
}
a.abtn:hover, a.abtn:focus {
  background-color: #0091ff;
}
.notice {
  grid-column: auto / span 6;
  background-color: black;
  padding: 10px;
  color: white;
}
.mobile-only {
  display: none !important;
}
@media (max-width: 769px) {
  .mobile-only {
    display: inherit !important;
  }
}
.desktop-only {
  display: none !important;
}
@media (min-width: 769px) {
  .desktop-only {
    display: inherit !important;
  }
}
.not-tablet {
  display: none !important;
}
@media (min-width: 1023px) {
  .not-tablet {
    display: inherit !important;
  }
}
div.imgResp.background {
  background-image: none !important;
  width: 2000%;
  height: 2000%;
  top: -950%;
  left: -950%;
  position: fixed;
}
div.imgResp.background img {
  min-height: 5%;
  min-width: 5%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
html, body {
  padding: 0;
  margin: 0;
}
.videoWrapper {
  position: relative;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
webedit {
  display: inline-block;
  min-height: 50px;
  min-width: 50px;
  border: 1px solid rgba(127, 127, 127, 0.5);
  margin: 3px;
  padding-top: 20px;
}
webedit > editcontent {
  opacity: 1;
}
webedit:hover > editcontent {
  opacity: 0.5;
  background-color: #999;
  display: block;
}
webedit:hover > editlabel {
  opacity: 1;
}
webedit editlabel {
  background-color: #f90;
  cursor: pointer;
  position: absolute;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  line-height: 9px;
  padding: 2px 3px 3px;
  text-align: center;
  width: auto;
  z-index: 99999;
  display: block;
  margin-top: -20px;
}
webedit editlabel:hover {
  background-color: #E1FFB9;
  opacity: 1;
}
/* store manager shipping */
a {
  outline: none;
}
a img {
  border: none;
}
.webresponse img {
  border: 1px solid #000;
  margin: 10px 0 0;
}
.webresponse p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  line-height: 1.5em;
  margin: 0 0 0.5em;
}
.webresponse h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-weight: normal;
  padding-bottom: 5px;
}
.webresponse h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  padding: 0.25em 0;
}
.minheight {
  float: right;
  width: 1px;
}
/* CSS Table from list */
ul.rows {
  padding: 0;
  width: 100%;
}
li.row {
  list-style-position: outside;
  list-style-type: none;
  clear: left;
  float: left;
  width: 100%;
}
ul.cols {
  padding: 0;
}
li.col {
  list-style-position: outside;
  list-style-type: none;
  float: left;
}
div.webform_results {
  background-color: rgba(175, 156, 115, 0.2);
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 10px;
}
/* webform */
.boxsrc_res {
  display: table;
}
p.browser_redirect {
  text-align: center;
  background: #0f0;
  color: #000;
  margin: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
}
form.webformStyle {
  display: grid;
  grid-template-columns: repeat(30, 1fr);
  grid-gap: 20px 10px;
}
form.webformStyle.nextSection > div {
  grid-column: auto / span 30;
  display: grid;
  grid-template-columns: repeat(30, 1fr);
  grid-gap: 20px 10px;
}
form.webformStyle.nextSection > div.__nxtSxtn {
  display: none;
}
form.webformStyle * {
  grid-column: auto / span 30;
}
form.webformStyle label {
  grid-column: auto / span 30;
}
form.webformStyle label.onethird {
  grid-column: auto / span 10;
}
form.webformStyle label.half {
  grid-column: auto / span 15;
}
form.webformStyle label.twothirds {
  grid-column: auto / span 20;
}
form.webformStyle label.wid20 {
  grid-column: auto / span 6;
}
form.webformStyle label.wid40 {
  grid-column: auto / span 12;
}
form.webformStyle label.wid60 {
  grid-column: auto / span 18;
}
form.webformStyle label.wid80 {
  grid-column: auto / span 24;
}
form.webformStyle label span {
  display: inline-block;
  line-height: 1.2em;
  width: 100%;
  padding-bottom: 0.2em;
}
form.webformStyle label.checkbox input[type=checkbox] + span {
  width: auto;
}
form.webformStyle label input[type=date], form.webformStyle label input[type=datetime-local], form.webformStyle label input[type=email], form.webformStyle label input[type=password], form.webformStyle label input[type=month], form.webformStyle label input[type=number], form.webformStyle label input[type=range], form.webformStyle label input[type=search], form.webformStyle label input[type=tel], form.webformStyle label input[type=text], form.webformStyle label input[type=time], form.webformStyle label input[type=url], form.webformStyle label input[type=week], form.webformStyle label select, form.webformStyle label textarea {
  width: 100%;
}
form.webformStyle label input[type=date] + b, form.webformStyle label input[type=datetime-local] + b, form.webformStyle label input[type=email] + b, form.webformStyle label input[type=password] + b, form.webformStyle label input[type=month] + b, form.webformStyle label input[type=number] + b, form.webformStyle label input[type=range] + b, form.webformStyle label input[type=search] + b, form.webformStyle label input[type=tel] + b, form.webformStyle label input[type=text] + b, form.webformStyle label input[type=time] + b, form.webformStyle label input[type=url] + b, form.webformStyle label input[type=week] + b, form.webformStyle label select + b, form.webformStyle label textarea + b {
  font-size: 0.7em;
}
form.webformStyle label.req span:after {
  content: "★";
  font-size: 60%;
  color: red;
  vertical-align: top;
  padding: 0 0.3%;
}
form.webformStyle input[type=image], form.webformStyle input[type=reset], form.webformStyle input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
form.webformStyle p.webformDefaultResponseMsg {
  grid-column: 1/-1;
}
form.webformStyle.nextSection > div > div.webfieldcomment, form.webformStyle > div.webfieldcomment {
  grid-column: auto / span 30;
}
form.webformStyle.nextSection > div > div.checkboxGroup, form.webformStyle.nextSection > div > div.radioGroup, form.webformStyle > div.checkboxGroup, form.webformStyle > div.radioGroup {
  grid-column: auto / span 30;
  display: grid;
  grid-template-columns: repeat(30, 1fr);
  grid-gap: 7px 5px;
}
form.webformStyle.nextSection > div > div.checkboxGroup > span, form.webformStyle.nextSection > div > div.radioGroup > span, form.webformStyle > div.checkboxGroup > span, form.webformStyle > div.radioGroup > span {
  display: inline-block;
  line-height: 1.2em;
  grid-column: auto / span 30;
}
form.webformStyle.nextSection > div > div.checkboxGroup label, form.webformStyle.nextSection > div > div.radioGroup label, form.webformStyle > div.checkboxGroup label, form.webformStyle > div.radioGroup label {
  grid-column: auto / span 30;
  display: flex;
  align-items: flex-start;
}
form.webformStyle.nextSection > div > div.checkboxGroup label.onethird, form.webformStyle.nextSection > div > div.radioGroup label.onethird, form.webformStyle > div.checkboxGroup label.onethird, form.webformStyle > div.radioGroup label.onethird {
  grid-column: auto / span 10;
}
form.webformStyle.nextSection > div > div.checkboxGroup label.half, form.webformStyle.nextSection > div > div.radioGroup label.half, form.webformStyle > div.checkboxGroup label.half, form.webformStyle > div.radioGroup label.half {
  grid-column: auto / span 15;
}
form.webformStyle.nextSection > div > div.checkboxGroup label.twothirds, form.webformStyle.nextSection > div > div.radioGroup label.twothirds, form.webformStyle > div.checkboxGroup label.twothirds, form.webformStyle > div.radioGroup label.twothirds {
  grid-column: auto / span 20;
}
form.webformStyle.nextSection > div > div.checkboxGroup label.wid20, form.webformStyle.nextSection > div > div.radioGroup label.wid20, form.webformStyle > div.checkboxGroup label.wid20, form.webformStyle > div.radioGroup label.wid20 {
  grid-column: auto / span 6;
}
form.webformStyle.nextSection > div > div.checkboxGroup label.wid40, form.webformStyle.nextSection > div > div.radioGroup label.wid40, form.webformStyle > div.checkboxGroup label.wid40, form.webformStyle > div.radioGroup label.wid40 {
  grid-column: auto / span 12;
}
form.webformStyle.nextSection > div > div.checkboxGroup label.wid60, form.webformStyle.nextSection > div > div.radioGroup label.wid60, form.webformStyle > div.checkboxGroup label.wid60, form.webformStyle > div.radioGroup label.wid60 {
  grid-column: auto / span 18;
}
form.webformStyle.nextSection > div > div.checkboxGroup label.wid80, form.webformStyle.nextSection > div > div.radioGroup label.wid80, form.webformStyle > div.checkboxGroup label.wid80, form.webformStyle > div.radioGroup label.wid80 {
  grid-column: auto / span 24;
}
@media (max-width: 769px) {
  form.webformStyle.nextSection > div > div.checkboxGroup label.onethird, form.webformStyle.nextSection > div > div.checkboxGroup label.half, form.webformStyle.nextSection > div > div.checkboxGroup label.twothirds, form.webformStyle.nextSection > div > div.checkboxGroup label.wid20, form.webformStyle.nextSection > div > div.checkboxGroup label.wid40, form.webformStyle.nextSection > div > div.checkboxGroup label.wid60, form.webformStyle.nextSection > div > div.checkboxGroup label.wid80, form.webformStyle.nextSection > div > div.radioGroup label.onethird, form.webformStyle.nextSection > div > div.radioGroup label.half, form.webformStyle.nextSection > div > div.radioGroup label.twothirds, form.webformStyle.nextSection > div > div.radioGroup label.wid20, form.webformStyle.nextSection > div > div.radioGroup label.wid40, form.webformStyle.nextSection > div > div.radioGroup label.wid60, form.webformStyle.nextSection > div > div.radioGroup label.wid80, form.webformStyle > div.checkboxGroup label.onethird, form.webformStyle > div.checkboxGroup label.half, form.webformStyle > div.checkboxGroup label.twothirds, form.webformStyle > div.checkboxGroup label.wid20, form.webformStyle > div.checkboxGroup label.wid40, form.webformStyle > div.checkboxGroup label.wid60, form.webformStyle > div.checkboxGroup label.wid80, form.webformStyle > div.radioGroup label.onethird, form.webformStyle > div.radioGroup label.half, form.webformStyle > div.radioGroup label.twothirds, form.webformStyle > div.radioGroup label.wid20, form.webformStyle > div.radioGroup label.wid40, form.webformStyle > div.radioGroup label.wid60, form.webformStyle > div.radioGroup label.wid80 {
    grid-column: auto / span 30;
  }
}
form.webformStyle.nextSection > div > div.checkboxGroup label span, form.webformStyle.nextSection > div > div.radioGroup label span, form.webformStyle > div.checkboxGroup label span, form.webformStyle > div.radioGroup label span {
  margin-top: -0.2em;
  line-height: 1.2em;
}
form.webformStyle.nextSection > div > div.webformBtn, form.webformStyle > div.webformBtn {
  grid-column: auto / span 30;
}
form.webformStyle.nextSection > div > div.webformBtn.onethird, form.webformStyle > div.webformBtn.onethird {
  grid-column: auto / span 10;
}
form.webformStyle.nextSection > div > div.webformBtn.half, form.webformStyle > div.webformBtn.half {
  grid-column: auto / span 15;
}
form.webformStyle.nextSection > div > div.webformBtn.twothirds, form.webformStyle > div.webformBtn.twothirds {
  grid-column: auto / span 20;
}
form.webformStyle.nextSection > div > div.webformBtn.wid20, form.webformStyle > div.webformBtn.wid20 {
  grid-column: auto / span 6;
}
form.webformStyle.nextSection > div > div.webformBtn.wid40, form.webformStyle > div.webformBtn.wid40 {
  grid-column: auto / span 12;
}
form.webformStyle.nextSection > div > div.webformBtn.wid60, form.webformStyle > div.webformBtn.wid60 {
  grid-column: auto / span 18;
}
form.webformStyle.nextSection > div > div.webformBtn.wid80, form.webformStyle > div.webformBtn.wid80 {
  grid-column: auto / span 24;
}
form.webformStyle.nextSection > div > div[id^=wbfe]:empty, form.webformStyle > div[id^=wbfe]:empty {
  display: none;
}
form.webformAllowEditStyle label input[type=text]:not(.set), form.webformAllowEditStyle label input[type=number]:not(.set), form.webformAllowEditStyle label input[type=url]:not(.set), form.webformAllowEditStyle label input[type=email]:not([disabled]):not(.set), form.webformAllowEditStyle label input[type=date]:not(.set), form.webformAllowEditStyle label input[type=datetime-local]:not(.set), form.webformAllowEditStyle label input[type=month]:not(.set), form.webformAllowEditStyle label input[type=tel]:not(.set), form.webformAllowEditStyle label input[type=time]:not(.set), form.webformAllowEditStyle label input[type=week]:not(.set), form.webformAllowEditStyle label select:not(.set), form.webformAllowEditStyle label textarea:not(.set) {
  background-color: #d1ebad;
  border-color: transparent;
}
form.webformAllowEditStyle label input[type=checkbox]:not(.set), form.webformAllowEditStyle label input[type=color]:not(.set), form.webformAllowEditStyle label input[type=radio]:not(.set) {
  margin-left: 20px;
}
form.webformAllowEditStyle label input[type=checkbox]:not(.set):before, form.webformAllowEditStyle label input[type=color]:not(.set):before, form.webformAllowEditStyle label input[type=radio]:not(.set):before {
  content: "";
  background-color: transparent;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid #d1ebad;
  border-bottom: 6px solid transparent;
  display: block;
  border-radius: 3px;
  margin-left: -16px;
}
@media (max-width: 769px) {
  form.webformStyle * {
    grid-column: auto / span 30;
  }
  form.webformStyle label.half, form.webformStyle label.onethird, form.webformStyle label.twothirds, form.webformStyle label.wid20, form.webformStyle label.wid40, form.webformStyle label.wid60, form.webformStyle label.wid80 {
    grid-column: auto / span 30;
  }
  form.webformStyle label.checkbox + label.checkbox {
    margin: 1% 0 0;
  }
  form.webformStyle div.radioGroup label.half, form.webformStyle div.radioGroup label.onethird, form.webformStyle div.radioGroup label.twothirds, form.webformStyle div.radioGroup label.wid20, form.webformStyle div.radioGroup label.wid40, form.webformStyle div.radioGroup label.wid60, form.webformStyle div.radioGroup label.wid80 {
    grid-column: auto / span 30;
  }
}
form.webformStyle {
  font-size: 12pt;
}
form.webformStyle label input[type=color], form.webformStyle label input[type=date], form.webformStyle label input[type=datetime-local], form.webformStyle label input[type=email], form.webformStyle label input[type=month], form.webformStyle label input[type=number], form.webformStyle label input[type=password], form.webformStyle label input[type=range], form.webformStyle label input[type=search], form.webformStyle label input[type=tel], form.webformStyle label input[type=text], form.webformStyle label input[type=time], form.webformStyle label input[type=url], form.webformStyle label input[type=week], form.webformStyle label select, form.webformStyle label textarea {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9 #fff #fff #ddd;
  padding: 3px;
  box-sizing: border-box;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 130%;
  background-color: #eee;
}
form.webformStyle label input[type=color] + b, form.webformStyle label input[type=date] + b, form.webformStyle label input[type=datetime-local] + b, form.webformStyle label input[type=email] + b, form.webformStyle label input[type=month] + b, form.webformStyle label input[type=number] + b, form.webformStyle label input[type=password] + b, form.webformStyle label input[type=range] + b, form.webformStyle label input[type=search] + b, form.webformStyle label input[type=tel] + b, form.webformStyle label input[type=text] + b, form.webformStyle label input[type=time] + b, form.webformStyle label input[type=url] + b, form.webformStyle label input[type=week] + b, form.webformStyle label select + b, form.webformStyle label textarea + b {
  margin-left: 5px;
  font-weight: normal;
  background-color: #fc0;
  padding: 5px 10px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  float: left;
  line-height: 1.2em;
  border-radius: 0 0 5px 5px;
}
form.webformStyle label.color {
  display: flex;
  align-items: start;
  gap: 0.4em;
}
form.webformStyle label.color input[type=color] {
  padding: 0;
}
form.webformStyle label.checkbox {
  display: flex;
  align-items: start;
  gap: 0.4em;
}
form.webformStyle label.checkbox input[type=checkbox] {
  margin-left: 0;
  margin-right: 0;
}
form.webformStyle label select {
  border-radius: 5px 0 0 5px;
}
form.webformStyle label span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
form.webformStyle divwebfieldcomment {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
form.webformStyle div.checkboxGroup label, form.webformStyle div.radioGroup label {
  display: flex;
  align-items: start;
  gap: 0.4em;
}
form.webformStyle div.checkboxGroup label input[type=checkbox], form.webformStyle div.checkboxGroup label input[type=radio], form.webformStyle div.radioGroup label input[type=checkbox], form.webformStyle div.radioGroup label input[type=radio] {
  margin-left: 0;
  margin-right: 0;
}
form.webformStyle div.checkboxGroup span, form.webformStyle div.radioGroup span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
form.webformStyle input[type=button], form.webformStyle input[type=submit] {
  color: #fff !important;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  background: #bfee98;
  background: linear-gradient(top, #bfee98, #79a852);
  background: -ms-linear-gradient(top, #bfee98, #79a852);
  background: -webkit-gradient(linear, left top, left bottom, from(#bfee98), to(#79a852));
  background: -moz-linear-gradient(top, #bfee98, #79a852);
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 2em;
  padding: 0 0.8em;
  border: 3px solid white;
  width: auto;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 10px;
  color: white;
}
form.webformStyle input[type=button]:hover, form.webformStyle input[type=submit]:hover {
  border: 3px solid #666;
}
form.webformStyle input[type=button] input[type=button], form.webformStyle input[type=submit] input[type=button] {
  font-size: 1.2em;
}
table.list2 {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #999 #ccc #333 #ccc;
  border-collapse: collapse;
  background-color: transparent;
}
table.list2 thead {
  border-right-color: #666;
}
table.list2 thead tr, table.list2 thead tr:hover {
  height: 48px;
}
table.list2 tfoot {
  border-right-color: #666;
}
table.list2 tfoot tr td {
  margin: 0;
  padding: 1px;
  background-color: #666;
  border: none;
  border-right: 1px solid #666;
}
table.list2 th {
  border-left: 1px solid #999;
  height: 48px;
  padding: 0;
  margin: 0;
  width: auto;
}
table.list2 th div {
  position: relative;
  width: 100%;
  height: 48px;
}
table.list2 th div p {
  padding: 15px 25px 0 7px;
  display: block;
  text-align: left;
  white-space: nowrap;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #fff;
  font-weight: 400;
}
table.list2 th.mini div p {
  font-size: 9pt;
  text-decoration: underline;
  cursor: pointer;
}
table.list2 th.list_icon {
  height: 17px;
  padding: 0;
  margin: 0;
  width: 42px;
  border: none;
}
table.list2 th a {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  display: block;
  background-color: transparent;
  display: block;
  width: 25px;
  height: 24px;
  text-indent: -3000em;
  outline: none;
}
table.list2 th a:hover {
  color: #333;
}
table.list2 th a.hdrX {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  display: block;
  background-color: transparent;
  display: block;
  width: 25px;
  height: 24px;
  text-indent: -3000em;
  outline: none;
  top: 0;
  background-position: 0 -192px;
  border: none;
  cursor: pointer;
}
table.list2 th a.hdrX:hover {
  top: 0;
  background-position: -25px -192px;
}
table.list2 th form.hdrX {
  padding: 0;
  margin: 0;
}
table.list2 th form.hdrX input.btn {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  display: block;
  background-color: transparent;
  display: block;
  width: 25px;
  height: 24px;
  text-indent: -3000em;
  outline: none;
  top: 0;
  background-position: 0 -192px;
  border: none;
  cursor: pointer;
}
table.list2 th form.hdrX input.btn:hover {
  top: 0;
  background-position: -25px -192px;
}
table.list2 th.col50 {
  width: 50px;
}
table.list2 th.col75 {
  width: 75px;
}
table.list2 th.col100 {
  width: 100px;
}
table.list2 th.col125 {
  width: 125px;
}
table.list2 th.col150 {
  width: 150px;
}
table.list2 th.col175 {
  width: 175px;
}
table.list2 th.col200 {
  width: 200px;
}
table.list2 th.col225 {
  width: 225px;
}
table.list2 th.col250 {
  width: 250px;
}
table.list2 th.col275 {
  width: 275px;
}
table.list2 th.col300 {
  width: 300px;
}
table.list2 th.col325 {
  width: 325px;
}
table.list2 th.col350 {
  width: 350px;
}
table.list2 th.col375 {
  width: 375px;
}
table.list2 th.col400 {
  width: 400px;
}
table.list2 th.colnew, table.list2 th.colremove, table.list2 th.colactive {
  width: 46px;
  padding: 0;
  margin: 0;
}
table.list2 > tbody > tr {
  background-color: #fff;
}
table.list2 > tbody > tr.highlight:hover td {
  opacity: 0.6;
}
table.list2 > tbody > tr.break_wk > td {
  border-top: 3px solid #67b6f5;
}
table.list2 > tbody > tr.divider {
  height: 20px;
}
table.list2 > tbody > tr#inline td.inline_editor {
  background-color: #fff;
}
table.list2 > tbody > tr.inactive td.inline_editor, table.list2 > tbody > tr.inactive td.inline_editor a {
  color: #393;
  text-decoration: none;
}
table.list2 > tbody > tr.inactive td.inline_editor:hover, table.list2 > tbody > tr.inactive td.inline_editor a:hover {
  color: #c30;
}
table.list2 > tbody > tr.inactive td.inline_editor.inactive, table.list2 > tbody > tr.inactive td.inline_editor a.inactive {
  color: #ccc;
  text-decoration: line-through;
}
table.list2 > tbody > tr.inactive td.inline_editor form.inlineBtn_supportReply {
  display: none;
}
table.list2 > tbody > tr.inactive td.inline_editor form.inlineBtn_supportUpload {
  display: none;
}
table.list2 > tbody > tr.inactive td.inline_editor form.inlineBtn_supportSettings {
  display: none;
}
table.list2 > tbody > tr.inactive td.list_remove, table.list2 > tbody > tr.inactive td.list_remove a, table.list2 > tbody > tr.inactive td.list_icon {
  text-decoration: none;
  padding: 0;
}
table.list2 > tbody > tr.inactive td a {
  color: #aaa;
  text-decoration: line-through;
}
table.list2 > tbody > tr > td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #eee;
  padding: 5px;
  vertical-align: top;
}
table.list2 > tbody > tr > td:last-child {
  border-right-color: #ccc;
}
table.list2 > tbody > tr > td.caption_edit textarea, table.list2 > tbody > tr > td.inline_edit input, table.list2 > tbody > tr > td input.inline_edit {
  border: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  border-radius: 5px;
  background-color: #eee;
}
table.list2 > tbody > tr > td.inline_editor {
  background-color: #bbb;
  padding: 3px 3px 0;
}
table.list2 > tbody > tr > td.list_remove {
  text-align: right;
  background: #fff;
}
table.list2 > tbody > tr > td.raw {
  word-break: break-word;
}
table.list2 > tbody > tr > td.remove_icon {
  border-right: none;
}
table.list2 > tbody > tr > td.webresponse_content {
  font-size: 8pt;
  line-height: 1.5em;
}
table.list2 > tbody > tr > td.webresponse_content span {
  color: #c00;
  font-weight: 600;
}
table.list2 > tbody > tr > td pre {
  font-family: Verdana, Geneva, sans-serif;
  white-space: pre-wrap;
}
table.list2 > tbody > tr > td input.inline_nav {
  font-size: 8pt;
  border-width: 0 5px;
  border-style: solid;
  border-color: #fff;
  color: #666;
  padding: 40px 0 0;
  cursor: pointer;
  width: 56px;
  margin: 1px 5px 0;
  font-family: Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
  background-color: #fff;
  outline: none;
  font-size: 0;
}
table.list2 > tbody > tr > td input.list_switch {
  font-size: 0px;
  border: 0px solid #fff;
  color: #fff;
  cursor: pointer;
  width: 46px;
  height: 42px;
  overflow: hidden;
  padding-top: 42px;
  margin-top: 0;
}
table.list2 > tbody > tr > td input.list_switch:hover {
  cursor: pointer;
}
table.list2 > tbody > tr > td input.remove_icon, table.list2 > tbody > tr > td input.buy_icon {
  font-size: 0px;
  border: 0px solid #fff;
  color: #fff;
  padding: 0;
  cursor: pointer;
  width: 46px;
  height: 42px;
  overflow: hidden;
  padding-top: 42px;
}
table.list2 > tbody > tr > td input.remove_icon:hover, table.list2 > tbody > tr > td input.buy_icon:hover {
  cursor: pointer;
}
table.list2 > tbody > tr > td input.remove_icon.checked, table.list2 > tbody > tr > td input.buy_icon.checked {
  background-position: -92px 0;
}
table.list2 > tbody > tr > td input.remove_icon.checked:hover, table.list2 > tbody > tr > td input.buy_icon.checked:hover {
  background-position: -138px 0;
}
table.list2 > tbody > tr > td.list_remove, table.list2 > tbody > tr > td.list_active, table.list2 > tbody > tr > td.list_icon {
  width: 46px;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
table.list2 > tbody > tr > td.list_icon .popupview_inline {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  margin: -4px -3px 0 0;
  position: relative;
  bottom: -3px;
}
table.list2 > tbody > tr > td.list_icon .view_inline {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  float: right;
  margin: -4px -3px 0 0;
  position: relative;
  bottom: -1px;
}
table.list2 > tbody > tr > td.list_icon .popupview_new {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0c0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  margin: -4px -3px 0 0;
  position: relative;
  bottom: -3px;
}
table.list2 > tbody > tr > td.list_icon span.list_link {
  font-size: 0px;
  border: 0px solid #fff;
  color: #fff;
  cursor: pointer;
  width: 46px;
  height: 42px;
  overflow: hidden;
}
table.list2 > tbody > tr > td.list_icon span.list_link:hover {
  background-position: -46px 0;
  cursor: pointer;
}
table.list2 > tbody > tr > td.list_icon span.list_link.new {
  opacity: 0.2;
}
table.list2 > tbody > tr > td a.checked {
  background-position: -92px 0;
}
table.list2 > tbody > tr > td a.checked:hover {
  background-position: -138px 0;
}
table.list2 > tbody > tr > td a.list_icon {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 46px;
  height: 42px;
  display: block;
  padding: 0;
}
table.list2 > tbody > tr > td a.list_icon:hover {
  background-position: -46px 0;
}
table.list2 > tbody > tr > td a.list_link {
  font-size: 0px;
  border: 0px solid #fff;
  color: #fff;
  cursor: pointer;
  width: 46px;
  height: 42px;
  overflow: hidden;
}
table.list2 > tbody > tr > td a.list_link:hover {
  background-position: -46px 0;
  cursor: pointer;
}
table.list2 > tbody > tr > td a.list_link.new {
  opacity: 0.2;
}
table.list2 > tbody > tr > td a.list_switch {
  font-size: 0px;
  border: 0px solid #fff;
  color: #fff;
  cursor: pointer;
  width: 46px;
  height: 42px;
  overflow: hidden;
  margin-top: 0;
}
table.list2 > tbody > tr > td a.list_switch:hover {
  background-position: -46px 0;
  cursor: pointer;
}
table.list2 > tbody > tr > td a.list_url {
  font-size: 10pt;
  word-break: break-all;
  line-height: 1.2em;
}
table.list2 > tbody > tr > td a.remove_icon {
  font-size: 0px;
  border: 0px solid #fff;
  color: #fff;
  cursor: pointer;
  width: 46px;
  height: 42px;
  float: left;
  overflow: hidden;
}
table.list2 > tbody > tr > td a.remove_icon:hover {
  background-position: -46px 0;
  cursor: pointer;
}
table.list2 > tbody > tr > td a.return {
  font-size: 0px;
  border: 0px solid #fff;
  color: #fff;
  cursor: pointer;
  width: 46px;
  height: 42px;
  float: left;
  overflow: hidden;
  background-position: -92px 0;
}
table.list2 > tbody > tr > td a.return:hover {
  background-position: -138px 0;
  cursor: pointer;
}
table.list2 > tbody > tr > td a.ws_load_btn {
  background-color: #3a3a3a;
  color: #fff;
  display: block;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: 400;
  height: 31px;
  line-height: 12px;
  margin: 3px;
  padding: 6px 0 0;
  text-align: center;
  text-transform: uppercase;
}
table.list2 > tbody > tr > td a.ws_load_btn:hover {
  background-color: #fc0;
  color: #333;
}
table.list2 > tbody > tr > td > form.form {
  padding: 0;
  width: 100%;
}
table.list2 > tbody > tr > td span.menu_title {
  font-size: 16px;
  float: left;
}
table.list2 > tbody > tr > td span.menu_desc {
  font-size: 10px;
  float: left;
  clear: left;
  line-height: 13px;
}
table.list2 > tbody > tr > td span.info_data a {
  font-size: 9pt;
}
table.list2 > tbody > tr > td span.info_data a.inactive {
  color: #ccc;
  text-decoration: line-through;
}
table.list2 > tbody > tr > td div.containerNav a {
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
table.list2 > tbody > tr > td div.containerNav a:hover {
  text-decoration: underline;
}
table.list2 > tbody > tr > td ol.places {
  list-style: none;
  padding: 0 0 0 25px;
  font-size: 10pt;
}
table.list2 > tbody > tr > td ol.places ul {
  list-style: none;
  padding: 0 0 0 15px;
}
table.list2 > tbody > tr > td ol.places li {
  background: none;
  position: relative;
}
table.list2 > tbody > tr > td ol.places li:before {
  content: "";
  display: block;
  height: 16px;
  width: 18px;
  left: -2em;
  top: 0.1em;
  position: absolute;
  background-position: -105px calc(var(--iconBgY) - 12px);
}
table.list2 > tbody > tr > td ol.places li a {
  text-decoration: none;
}
table.list2 > tbody > tr > td ol.places li.branch:before {
  content: "";
  border-color: transparent #f90;
  border-style: solid;
  border-width: 0.45em 0 0.45em 0.55em;
  display: block;
  height: 0;
  width: 0;
  left: -0.8em;
  top: 0.6em;
  position: absolute;
}
table.list2 > tbody > tr > td ol.places li.branch span {
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
}
table.list2 > tbody > tr tr td a.inline_nav, table.list2 > tbody > tr tr.inactive td a.inline_nav, table.list2 > tbody > tr tr.inactive td a.inline_nav:hover {
  font-size: 8pt;
  border-color: #fff;
  border-style: solid;
  border-width: 0 5px;
  color: #666;
  cursor: pointer;
  width: 46px;
  height: 27px;
  overflow: hidden;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 43px 0 0;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  clear: left;
  border-radius: 5px;
  margin: 0 4px 4px 0;
  text-decoration: none;
  background-position: 0 4px;
}
table.list2 > tbody > tr tr td a.inline_nav:hover {
  background-position: -46px 4px;
  cursor: pointer;
}
table.list2 p.support_info {
  font-size: 9pt;
  font-weight: 600;
  line-height: 1.4em;
}
table.list2 p.support_info a {
  word-break: break-all;
  font-weight: normal;
  text-decoration: underline;
  color: #00f;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}
table.list2 div.ck_inline_editor tr {
  background-color: inherit;
}
table.list2 div.ck_inline_editor tr td {
  padding: inherit;
  vertical-align: inherit;
  border-right: inherit;
  border-top: inherit;
}
table.list2.minilist {
  margin-left: 20px;
  width: calc(100% - 40px);
  background: none;
  font-size: 10pt;
  border: none;
  border-bottom: 3px solid #c3e1f7;
}
table.list2.minilist thead tr th {
  background: #c3e1f7;
}
table.list2.minilist thead tr th:first-child {
  border-radius: 5px 0 0;
}
table.list2.minilist thead tr th:last-child {
  border-radius: 0 5px 0 0;
}
table.list2.minilist thead tr, table.list2.minilist thead tr:hover {
  background: none;
  border: none;
}
table.list2.minilist thead tr, table.list2.minilist thead tr:hover, table.list2.minilist tr, table.list2.minilist tr:hover {
  height: auto;
}
table.list2.minilist thead tr th, table.list2.minilist thead tr:hover th, table.list2.minilist tr th, table.list2.minilist tr:hover th {
  height: auto;
  border: none;
}
table.list2.minilist thead tr th div, table.list2.minilist thead tr:hover th div, table.list2.minilist tr th div, table.list2.minilist tr:hover th div {
  height: auto;
}
table.list2.minilist thead tr th div p, table.list2.minilist thead tr:hover th div p, table.list2.minilist tr th div p, table.list2.minilist tr:hover th div p {
  padding-top: 0;
  font-size: 11pt;
  line-height: 2em;
  color: #000;
}
table.list2.minilist tbody tr:first-child td {
  border-top: none;
}
table.list2.minilist tbody td {
  border-color: #c3e1f7;
}
table.list2.minilist tbody td:last-child {
  border-right: none;
}
table.list2.minilist tbody td ul {
  list-style-type: none;
  padding-left: 15px;
}
table.list2.minilist form.form {
  min-height: 0 !important;
}
table.list2.minilist form.form fieldset {
  width: auto !important;
  max-width: 407px !important;
  padding: 0 !important;
}
table.list2.minilist form.form fieldset label {
  width: auto !important;
}
table.list2.minilist form.form fieldset label span {
  padding-top: 0;
  line-height: 1.3em;
}
table.list2 th, table.list2 td {
  display: table-cell;
}
table.list2 th.colmobile, table.list2 td.colmobile {
  display: none;
}
div.listTop h4 {
  font-weight: 400;
  line-height: 2em;
  font-size: 10pt;
}
div.listTop h4 a.pgnav {
  display: inline-block;
  margin-right: 8px;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
}
div.listTop h4 a.pgnav:hover, div.listTop h4 a.pgnav:focus {
  text-decoration: underline;
}
div.listTop h4 form.pgnav {
  display: inline-block;
  margin-right: 8px;
}
div.listTop h4 form.pgnav input[type=submit] {
  background: none;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
}
div.listTop h4 form.pgnav input[type=submit]:hover, div.listTop h4 form.pgnav input[type=submit]:focus {
  text-decoration: underline;
}
@media (max-width: 769px) {
  table.list2 {
    max-width: 100vw;
    box-sizing: border-box;
  }
  table.list2 > thead > tr {
    background: #444;
    padding-bottom: 6px;
    display: block;
    height: auto;
  }
  table.list2 > thead > tr:first-child {
    text-align: center;
    border: none;
  }
  table.list2 > thead > tr > th {
    display: inline-block;
    border: none;
    height: auto;
    margin: 0 4px;
  }
  table.list2 > thead > tr > th.colnew {
    display: block;
    width: 100%;
    height: auto;
  }
  table.list2 > thead > tr > th.colnew form.listFormAddCol {
    width: 100%;
    height: auto;
  }
  table.list2 > thead > tr > th.colnew form.listFormAddCol label {
    width: calc(100% - 20px);
  }
  table.list2 > thead > tr > th.colnew form.listFormAddCol label select {
    width: 100%;
    margin-bottom: 4px;
    margin-top: 10px;
    font-size: 10pt;
  }
  table.list2 > thead > tr > th.list_icon, table.list2 > thead > tr > th.colactive {
    display: none;
  }
  table.list2 > thead > tr > th > div {
    background-color: #555;
    border-radius: 6px;
    height: auto;
  }
  table.list2 > thead > tr > th > div p {
    padding: 4px 34px;
    margin-top: 6px;
  }
  table.list2 > thead > tr > th > div > form.hdrX input.btn {
    right: auto;
    left: 0;
    top: 4px;
  }
  table.list2 > thead > tr > th > div > form.hdrX input.btn:hover {
    top: 4px;
  }
  table.list2 > thead > tr > th > div > a {
    bottom: auto;
    top: 0;
    right: 5px;
  }
  table.list2 > thead > tr > th > div > a.hdrX {
    right: auto;
    left: 0;
    top: 4px;
  }
  table.list2 > thead > tr > th > div > a.hdrX:hover {
    top: 4px;
  }
  table.list2 > thead > tr:hover {
    background: #444;
    height: auto;
  }
  table.list2 > tfoot > tr > td {
    display: none;
  }
  table.list2 > tfoot > tr > td:first-child {
    display: block;
  }
  table.list2 > tbody > tr {
    border-bottom: 1px solid #ccc;
    position: relative;
    display: block;
    min-height: 48px;
    padding-left: 50px;
    overflow: hidden;
  }
  table.list2 > tbody > tr > td {
    display: block;
  }
  table.list2 > tbody > tr > td:not([data-th]) {
    display: none;
  }
  table.list2 > tbody > tr > td[colspan] {
    display: block;
    text-indent: -50px;
    border: none;
  }
  table.list2 > tbody > tr > td.inline_editor {
    display: block;
    text-indent: 0;
    margin-left: -50px;
  }
  table.list2 > tbody > tr > td.list_icon, table.list2 > tbody > tr > td.list_active, table.list2 > tbody > tr > td.list_remove {
    display: block;
    position: absolute;
    border: none;
  }
  table.list2 > tbody > tr > td.list_icon {
    left: 0;
    top: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  table.list2 > tbody > tr > td.list_active, table.list2 > tbody > tr > td.list_remove {
    position: relative;
    display: inline-block;
  }
  table.list2 > tbody > tr > td.list_remove {
    float: right;
  }
  table.list2 > tbody > tr > td[data-th] {
    margin: 0;
    border-right: none;
    border-top-color: #eee;
    word-break: break-all;
    text-align: left;
    border: none;
    border-bottom: 1px solid #eee;
  }
  table.list2 > tbody > tr > td[data-th]:before {
    content: attr(data-th) ":";
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
  }
  table.list2 > tbody > tr > td img.content_thumbnail {
    display: block;
  }
  table.list2 > tbody > tr.no_list_icon {
    padding-left: 0;
  }
  table.list2.minilist > thead {
    display: none;
  }
  table.list2.minilist > tbody > tr {
    padding: 0;
    min-height: 0;
  }
  table.list2.minilist > tbody > tr > td {
    width: calc(100vw - 97px);
    box-sizing: border-box;
    text-align: left;
  }
  table.list2.minilist > tbody > tr > td.list_icon {
    width: 48px;
  }
  table.list2.minilist > tbody > tr > td[colspan] {
    display: none;
  }
  table.list2.minilist.with_icon tr {
    width: calc(100% - 50px);
    padding-left: 50px;
    min-height: 48px;
  }
  table.list2.minilist.with_icon td {
    width: auto !important;
  }
  table.list2.minilist.with_icon td.list_active, table.list2.minilist.with_icon td.list_remove {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
  }
}
div#content div.listTop h4 {
  margin-bottom: 5px;
}
div#content div.listTop h4 a.pgnav {
  color: #000;
  font-size: 12px;
  display: inline-block;
  background-color: #fc0;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  padding: 6px 6px 5px;
}
div#content div.listTop h4 a.pgnav:hover {
  background-color: #c00;
  color: #fff;
}
table.list2 {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
table.list2 > tbody > tr {
  cursor: pointer;
}
table.list2 > tbody > tr:hover {
  background-color: #fc0;
}
table.list2 > tbody > tr:hover > td {
  border-color: #fc0;
}
table.list2 > tbody > tr:hover + tr > td {
  border-color: #fc0;
}
table.list2 > tbody > tr > td {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  padding: 5px 10px;
  border-right: none;
  border-top: 1px solid #eaeaea;
}
table.list2 thead > tr:first-child {
  background-color: #000;
}
table.list2 thead > tr:first-child th {
  border-left: none;
}
table.list2 thead > tr:first-child p {
  padding: 15px 10px 0;
}
table.list2 td span.colmobile_label {
  font-weight: 600;
  font-size: 90%;
  line-height: 1em;
}
table.list2 td span.colmobile_value {
  margin-left: 10px;
  font-size: 130%;
  margin-bottom: 10px;
}
table.list2 tr.inactive {
  font-style: italic;
}
table.list2 td.list_active, table.list2 th.colactive {
  display: table-cell;
}
table.list2 td.list_active a.open_window, table.list2 th.colactive a.open_window {
  width: 27px;
  font-size: 0;
  padding-top: 27px;
  height: 0;
  overflow: hidden;
  display: block;
  cursor: pointer;
  margin: 9px;
  opacity: 0.2;
}
table.list2 td.list_active a.open_window:hover, table.list2 td.list_active a.open_window:focus, table.list2 th.colactive a.open_window:hover, table.list2 th.colactive a.open_window:focus {
  opacity: 1;
  background-position: -27px 0;
}
@media (max-width: 769px) {
  table.list2 > thead > tr > th {
    display: none;
  }
}
body {
  overflow-x: hidden;
}
nav.menu_resp {
  margin: 0;
  padding: 0;
  height: 0;
}
nav.menu_resp p {
  text-align: center;
}
nav.menu_resp .toggle, nav.menu_resp [id^=drop] {
  display: none;
}
nav.menu_resp:after {
  content: "";
  display: table;
  clear: both;
}
nav.menu_resp ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
nav.menu_resp ul li {
  margin: 0px;
  display: inline-block;
  float: left;
}
nav.menu_resp a {
  display: block;
  padding: 8px 15px;
  line-height: 120%;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12pt;
}
nav.menu_resp ul ul {
  display: none;
  position: absolute;
}
nav.menu_resp ul li:hover > ul {
  display: inherit;
}
nav.menu_resp ul ul li {
  float: none;
  display: list-item;
  position: relative;
  font-size: 0;
}
nav.menu_resp ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
}
nav.menu_resp ul ul ul li {
  position: relative;
}
nav.menu_resp li > a:after {
  content: " ►";
  font-size: 60%;
  display: inline-block;
  padding-left: 5px;
  vertical-align: text-bottom;
  opacity: 0.5;
}
nav.menu_resp li > a:only-child:after {
  content: "";
  display: none;
}
@supports (-ms-accelerator:true) {
  /* target edge */
  nav.menu_resp ul li {
    margin-bottom: -1px;
  }
  @media screen and (max-width: 760px) {
    /* target mobile */
  }
}
html {
  margin: 0;
}
body {
  min-width: 320px;
  margin: 0;
}
a.logo_home_alert {
  display: none;
}
a#fullmsg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: -50vh;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10000;
  text-align: center;
  color: #0091ff;
  line-height: 100%;
  font-size: 8vw;
  text-decoration: none;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  padding-top: calc(50vh - 1em);
}
nav.MobileMenu {
  display: none;
}
@media (max-width: 1023px) {
  nav.MobileMenu {
    display: block;
  }
}
@media (max-width: 1023px) {
  nav.menu_resp.MobileMenu {
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
  }
  nav.menu_resp.MobileMenu > label {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
  }
  nav.menu_resp.MobileMenu > ul {
    background-color: #cccccc;
  }
  nav.menu_resp.MobileMenu > ul ul {
    display: block;
  }
  nav.menu_resp.MobileMenu .toggle + a, nav.menu_resp.MobileMenu .toggle + span, nav.menu_resp.MobileMenu .menu {
    display: block;
    left: -100%;
    transition: left 0.5s;
  }
  nav.menu_resp.MobileMenu .menu {
    min-height: 100vh;
  }
  nav.menu_resp.MobileMenu .menu > li:first-child {
    margin-top: 50px;
  }
  nav.menu_resp.MobileMenu .menu .toggle {
    display: none;
  }
  nav.menu_resp.MobileMenu .toggle {
    display: block;
    padding: 10px 15px;
    line-height: 120%;
    text-decoration: none;
    border: none;
  }
  nav.menu_resp.MobileMenu [id^=drop] + ul {
    height: 100vh;
    overflow: hidden;
  }
  nav.menu_resp.MobileMenu [id^=drop] + ul ul {
    height: auto;
  }
  nav.menu_resp.MobileMenu [id^=drop]:checked + ul {
    transition: left 0.5s;
    left: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    overflow: auto;
  }
  nav.menu_resp.MobileMenu ul li {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  nav.menu_resp.MobileMenu ul li span, nav.menu_resp.MobileMenu ul li a {
    white-space: normal;
    font-size: 14pt;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    padding: 0.3em 15px calc(.3em + 3pt);
    line-height: 1.2em;
    color: #FFFFFF;
    overflow-wrap: break-word;
  }
  nav.menu_resp.MobileMenu > ul > li:last-child {
    margin-bottom: 50vh;
    padding-bottom: calc(1.2 * 14pt);
  }
  nav.menu_resp.MobileMenu ul ul .toggle, nav.menu_resp.MobileMenu ul ul a {
    padding: 10px 30px;
  }
  nav.menu_resp.MobileMenu ul ul ul {
    position: relative;
    left: 0;
  }
  nav.menu_resp.MobileMenu ul ul ul a {
    padding: 10px 60px;
  }
  nav.menu_resp.MobileMenu ul ul {
    float: none;
    position: static;
  }
  nav.menu_resp.MobileMenu ul ul li {
    background-color: none;
  }
  nav.menu_resp.MobileMenu ul ul li {
    display: block;
    width: 100%;
  }
  nav.menu_resp.MobileMenu ul ul ul li {
    position: static;
  }
  nav.menu_resp.MobileMenu li > a:after {
    display: none;
  }
  nav.menu_resp.MobileMenu .toggle {
    background: transparent url(/media/menubtn.png) no-repeat 0 0;
    width: 0;
    height: 0;
    margin: 9px 0 0 9px;
    font-size: 0;
    padding: 40px 0 0 40px;
    overflow: hidden;
  }
  nav.menu_resp.MobileMenu ul {
    background-color: rgba(45, 45, 45, 0.95);
  }
  nav.menu_resp.MobileMenu ul li.pa {
    background-color: #ffffff;
  }
  nav.menu_resp.MobileMenu ul li.pa a {
    color: #222;
  }
  nav.menu_resp.MobileMenu ul li a {
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  nav.menu_resp.MobileMenu ul li a span {
    display: block;
    font-size: 60%;
    line-height: 75%;
    margin-bottom: 8px;
    padding: 0;
  }
}
html * {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
div#centerContent {
  width: 100%;
  position: relative;
  overflow: hidden;
}
div#colorbox {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
div#colorbox #cboxTitle {
  white-space: nowrap;
  width: calc(100% - 130px);
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
div#content {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11pt;
}
div#content > div.trader-model-1 {
  text-align: center;
  font-size: 0;
}
div#content > div.trader-model-1 img {
  max-height: 60vh;
  margin-top: 65px;
  max-width: calc(100% - 100px) !important;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 769px) {
  div#content > div.trader-model-1 img {
    margin-top: 115px;
    margin-left: 20px;
    max-width: calc(100% - 20px) !important;
    height: auto !important;
  }
}
@media (max-width: 769px) {
  div#content p.title-desc {
    text-align: center;
    margin: 0 30px;
  }
}
@media (max-width: 769px) {
  div#section2 h1 {
    text-align: center;
  }
}
div nav.menu_resp ul {
  float: left;
}
div nav.menu_resp ul ul {
  box-shadow: 0 0 4px #c5beae;
}
div nav.menu_resp ul ul li.grid a {
  padding-left: 50px;
}
@media (max-width: 1023px) {
  div nav.menu_resp ul ul li.grid a {
    padding-left: 60px;
    background: transparent url(/media/grid-icon.png) no-repeat 15px 20px;
    background-size: 30px;
  }
}
div nav.menu_resp ul ul li.grid a img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px !important;
  height: auto !important;
}
div#top_menu {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 40px;
  background-color: #f0eeeb;
}
@media (max-width: 1023px) {
  div#top_menu {
    display: none !important;
  }
}
a.btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #41ab47), color-stop(1, #6c6));
  background: -moz-linear-gradient(top, #41ab47 5%, #6c6 100%);
  background: -webkit-linear-gradient(top, #41ab47 5%, #6c6 100%);
  background: -o-linear-gradient(top, #41ab47 5%, #6c6 100%);
  background: -ms-linear-gradient(top, #41ab47 5%, #6c6 100%);
  background: linear-gradient(to bottom, #41ab47 5%, #6c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$green2", endColorstr="$green1",GradientType=0);
  background-color: #41ab47;
  color: #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px #41ab47;
  -webkit-box-shadow: inset 0px 1px 0px 0px #41ab47;
  box-shadow: inset 0px 1px 0px 0px #41ab47;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  display: inline-block;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  padding: 0.2em 1em;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  color: #fff !important;
  display: inline-block;
}
a.btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c6), color-stop(1, #41ab47));
  background: -moz-linear-gradient(top, #6c6 5%, #41ab47 100%);
  background: -webkit-linear-gradient(top, #6c6 5%, #41ab47 100%);
  background: -o-linear-gradient(top, #6c6 5%, #41ab47 100%);
  background: -ms-linear-gradient(top, #6c6 5%, #41ab47 100%);
  background: linear-gradient(to bottom, #6c6 5%, #41ab47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$green1", endColorstr="$green2",GradientType=0);
  background-color: #6c6;
}
.section-footer {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11pt;
  padding: 0;
}
.section-footer .intro {
  display: none;
}
.section-footer a.intro {
  display: inherit;
  pointer-events: none;
  text-decoration: inherit;
  color: inherit;
}
.section-footer div.blogs_list .intro {
  display: inherit;
}
.section-footer div.blogs_list a.intro {
  pointer-events: inherit;
}
.section-footer {
  position: relative;
}
@media (max-width: 769px) {
  .section-footer {
    margin: 10px 30px 20px;
  }
}
@media (max-width: 1023px) {
  html {
    background-image: none;
  }
  div#footer div#footer_menu {
    position: relative;
    bottom: auto;
    text-align: center;
  }
  div#footer div#footer_menu ul li {
    display: block;
    text-align: center !important;
    border: none;
  }
}
div#menuheader {
  top: 26px;
  min-height: 160px;
  width: 330px;
  position: absolute;
  z-index: 2;
  right: 0;
}
@media (max-width: 769px) {
  div#menuheader {
    width: 100vw;
  }
}
a.logo_home, a.logo_home_alert {
  position: absolute;
  top: 42px;
  right: 40px;
  width: 258px;
}
a.logo_home img.logo, a.logo_home_alert img.logo {
  width: 100%;
  display: block !important;
}
@media (max-width: 769px) {
  a.logo_home, a.logo_home_alert {
    top: 12px;
    right: auto;
    left: calc(50vw - 95px);
    text-align: center;
    width: 191px;
  }
  a.logo_home img.logo, a.logo_home_alert img.logo {
    width: 35vw;
    max-width: 191px;
    display: block !important;
    margin: 0 auto;
  }
  a.logo_home img.logosymbol, a.logo_home_alert img.logosymbol {
    width: 15vw;
    max-width: 110px;
  }
}
nav.TopMenu {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
nav.TopMenu ul.menu > li.pa {
  margin: 0 2px;
}
nav.TopMenu ul.menu > li.pa:first-child {
  margin-left: 0;
}
nav.TopMenu ul.menu > li.pa li.pa, nav.TopMenu ul.menu > li.pa > span {
  background-color: rgba(34, 34, 34, 0.1);
  transition: background-color 0.5s;
}
nav.TopMenu ul.menu > li > span {
  padding: 12px 15px;
}
nav.TopMenu li > span {
  cursor: default;
  color: #000;
  letter-spacing: 0.13em;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 15px;
  display: block;
}
nav.TopMenu li > a {
  color: #000;
  letter-spacing: 0.13em;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 15px;
}
nav.TopMenu li > a:after {
  display: none;
}
nav.TopMenu li > a span {
  display: block;
  font-size: 75%;
  border-top: 1px solid #ddd;
}
nav.TopMenu li > a:hover, nav.TopMenu li > a:focus {
  color: white;
  background-color: #222;
}
nav.TopMenu ul ul {
  background-color: white;
}
nav.TopMenu > ul > li > ul > li:hover > span, nav.TopMenu > ul > li > ul > li:focus > span {
  color: white;
  background-color: #222;
}
@media (max-width: 1023px) {
  nav.TopMenu {
    display: none;
  }
}
p.copyright {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-slide div.image {
  position: relative;
}
.slick-slide div.image img {
  max-width: 100%;
}
.slick-slide div.image div.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  padding: 6px 10px;
  font-size: 10pt;
  background-color: rgba(0, 0, 0, 0.6);
}
.slick-list {
  height: 100%;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-list {
  border-radius: 4.5px;
}
.slick-dots li button::before {
  font-size: 11px;
}
.slick-slide div.image div.image-caption {
  bottom: auto;
  top: 0;
  background-color: rgba(102, 102, 102, 0.5);
}
@media (max-width: 769px) {
  .slick-slider {
    max-width: calc(100vw - 40px);
    height: 0%;
  }
}
.evhide {
  display: none;
}
.popup_content {
  max-width: 30vw;
  min-width: 300px;
  background-color: rgba(255, 255, 255, 0.8);
}
.popup_content form label.checkbox {
  font-size: 10pt;
  padding-top: 0.2em;
}
div#bgphoto {
  background: white;
}
ul.SocialMediaMenu_ul0 {
  list-style: none;
  padding: 0;
  font-size: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 40px 0;
  width: 100px;
  grid-gap: 20px;
}
@media (max-width: 769px) {
  ul.SocialMediaMenu_ul0 {
    margin: 40px auto;
    width: 260px;
  }
}
ul.SocialMediaMenu_ul0 img {
  width: 50px !important;
  height: auto !important;
}
div#centerContent {
  min-height: calc(100vh - 40px);
}
@media (max-width: 769px) {
  div#centerContent {
    min-height: 0;
  }
}
div.content-block > *:first-child {
  margin-top: 0;
}
div.content-block > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  div#section2 div.content-block {
    margin: 0 30px;
  }
}
div#section4 div.content-block {
  margin: 0;
}
@media (max-width: 1023px) {
  div#section4 div.content-block {
    margin: 0 30px;
  }
}
@media (max-width: 1023px) {
  div#section4 form.webformStyle {
    margin-left: 30px;
    margin-right: 30px;
  }
}
div#section3:empty, div#section4:empty {
  display: none !important;
}
form.webformStyle {
  max-width: 75em;
}
/*! jQuery UI - v1.11.0 - 2014-08-12
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
