@charset "UTF-8";
/* purple:#723d97 - lt blue background:#dfe7f7 - blue nav & aside:#c0cfea - top bar dk grey:#5c5a5f */
[lang="es"] {
  display: none;
}

:root {
  --header-height:120px;
  --color:#333;
  --primary-color:#723d97;
  --bg-primary-color:#723d97;
  --bg-light-blue:#dfe7f7;
  --bg-dark-blue:#c0cfea;
  --bg-dark-grey:#5c5a5f;
  --atmia-color:#723d97;
  --asa-color:#f59b00;
  --gradient:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  --gradient-hover:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  --nav-color:#c0cfea;
  --bs-link-color-rgb:#723d97;
  --bs-link-color-rgb:114,61,151;
  --bs-link-hover-color:#5c2980;
  --bs-link-hover-color-rgb:92,41,128;
  --bs-body-color:#333;
  --bs-primary:#337ab7;
  --bs-primary-rgb:51,122,183;
  --bs-secondary:#5c5a5f;
  --bs-secondary-rgb:92,90,95;
  --bs-light:#f5f5f5;
  --bs-light-rgb:245,245,245;
  --bs-info:#5bc0de;
  --bs-info-rgb:13,202,240;
  --bs-success:#5cb85c;
  --bs-success-rgb:92,184,92;
  --bs-warning:#f0ad4e;
  --bs-warning-rgb:240,173,78;
  --bs-danger:#d9534f;
  --bs-danger-rgb:217,83,79;
  --bs-border-radius:4px;
}

html, body, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

nav > ul, nav > li {
  margin: 0;
  list-style: none;
  list-style-image: none;
  z-index: 10;
}

small {
  font-size: 85%;
}

strong, b, th, .b {
  font-weight: 500;
}

td {
  vertical-align: top;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

img a {
  display: block;
  border: 0;
}

object {
  display: block;
  border: 0;
  max-width: 100%;
  height: auto;
}

em {
  font-style: italic;
}

[lang="es"] {
  display: none;
}

.group:before, .group:after {
  content: '';
  display: table;
}

.group:after {
  clear: both;
}

.block {
  display: block;
}

.cke_editable {
  font-size: initial;
  padding: 5px;
}

.cke_editable p:first-child {
  margin: 0;
}

.container-fluid {
  padding: 0;
}

.container {
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

/* BASICS */
body {
  background: #fff;
  font-family: futura-pt,helvetica,arial,sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
  transition: all 0.4s;
}

h1 {
  border-bottom: 1px solid var(--nav-color);
}

h1.secondary {
  color: #9b9bcb;
}

h2 {
  font-size: 1.3125em;
  margin: 0 0 10px;
}

h2.u {
  font-size: 1.4em;
  border-bottom: 1px solid var(--nav-color);
}

h3 {
  font-size: 1.125em;
  margin: 0 0 10px 0;
  text-transform: none;
}

h3.green {
  color: #723d97;
  margin: 0;
}

h4 {
  font-size: 1.142857143em;
  margin: 0 0 10px 0;
}

h5 {
  font-size: .9375em;
}

.primary {
  color: var(--primary-color);
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
  margin-top: 0.3em;
}

p {
  margin: 1em 0;
}

p.nomargin {
  margin: 0;
}

div.margin {
  margin: 1em 0;
}

a {
  color: var(--primary-color);
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
  outline: none;
  transition: all 0.4s;
}
a:active {
  outline: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.disabled {
  pointer-events: none;
  cursor: default;
  color: #000;
}

button {
  outline: none;
}

div.recommendedbox {
  padding: 10px;
  color: var(--color);
  margin-top: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
  font-size: 0.9em;
}

div.recommendedbox p {
  margin: 0 !important;
}

span.recommended {
  color: var(--primary-color);
  font-style: normal;
}

span.recommended:before {
  font-family: FontAwesome;
  content: "\f164";
}

.btn {
  background-image: var(--gradient);
  border: 1px solid var(--bs-border-color);
  text-decoration: none !important;
}

.btn:hover {
  background-image: var(--gradient-hover);
  border: 1px solid var(--bs-border-color);
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

.btn {
  white-space: normal;
  text-decoration: none;
}

h1 a.btn, a.btn.sm {
  font-size: 16px;
  padding: 5px 15px;
}

ul {
  list-style-type: disc;
}

ul li, ol li {
  margin: 0;
}

ul.ul2xheight li {
  line-height: 30px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.hidden, .d-none {
  display: none;
}

.hidden.mobile, .d-none.mobile, .hidden.tablet, .d-none.tablet {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.c {
  text-align: center;
}

.normal {
  font-weight: normal;
}

.upper {
  text-transform: uppercase;
}

.inline {
  display: inline !important;
}

.inlineblock {
  display: inline-block !important;
  vertical-align: middle;
}

.key {
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  padding: 2px 4px;
  margin: 0 2px;
  border-radius: 3px;
  color: var(--color);
}

.noscroll {
  overflow: hidden;
}

.prelogin {
  display: block;
}

.membersonly {
  display: none;
}

.d-asaonly {
  display: none;
}

.fa.black {
  color: #222;
}

.fa.white {
  color: #000;
}

.fa.blue {
  color: #3d80b3;
}

.fa.red {
  color: #cc0000;
}

.fa.green {
  color: #4ca300;
}

.atmia-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.atmia-icon.edit {
  background-image: url(/_cms/images/icons/magnifier.png);
}

.atmia-icon.editing {
  background-image: url(/_cms/images/icons/table_edit.png);
}

.atmia-icon.phone {
  background-image: url(/_cms/images/icons/phone.png);
}

.atmia-icon.refresh {
  background-image: url(/_cms/images/icons/arrow_refresh.png);
}

.atmia-icon.delete {
  background-image: url(/_cms/images/icons/bin.png);
}

.atmia-icon.archive {
  background-image: url(/_cms/images/icons/folder_page.png);
}

.atmia-icon.addmember {
  background-image: url(/_cms/images/icons/user_add.png);
  display: inline-block;
}

.atmia-icon.export, .atmia-icon.export2 {
  background-image: url(/_cms/images/icons/page_excel.png);
}

.atmia-icon.copy {
  background-image: url(/_cms/images/icons/page_copy.png);
}

.atmia-icon.emailhistory {
  background-image: url(/_cms/images/icons/email_magnify.png);
}

.atmia-icon.email {
  background-image: url(/_cms/images/icons/email.png);
}

.atmia-icon.emailsent {
  background-image: url(/_cms/images/icons/email_open_image.png);
}

.atmia-icon.stats {
  background-image: url(/_cms/images/icons/chart_bar.png);
  display: inline-block;
}

.atmia-icon.impersonate {
  background-image: url(/_cms/images/icons/user_go.png);
}

.atmia-icon.clipboard {
  background-image: url(/_cms/images/icons/paste_plain.png);
}

.atmia-icon.preview {
  background-image: url(/_cms/images/icons/newspaper.png);
}

.iconhover {
  transition: all 0.4s;
}

.iconhover:hover {
  transform: scale(1.3, 1.3);
}

.image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}
.image > figcaption {
  background-color: var(--bg-light-blue);
  caption-side: bottom;
  color: #333;
  display: table-caption;
  font-size: 0.8em;
  outline-offset: -1px;
  padding: .5em;
  word-break: break-word;
}
.image.image_resized {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
}
.image.image_resized img {
  width: 100%;
}
.image.image_resized > figcaption {
  display: block;
}
.image.image-style-block-align-left, .image.image-style-block-align-right {
  max-width: calc(100% - 1.5em);
}
.image.image-style-align-left, .image.image-style-align-right {
  clear: none;
}
.image.image-style-side {
  float: right;
  margin-left: 1.5em;
  max-width: 50%;
}
.image.image-style-align-left {
  float: left;
  margin-right: 1.5em;
}
.image.image-style-align-right {
  float: right;
  margin-left: 1.5em;
}
.image.image-style-block-align-right {
  margin-right: 0;
  margin-left: auto;
}
.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

.image-style-align-left {
  float: left;
  margin-right: 1.5em;
}

.image-style-align-right {
  float: right;
  margin-left: 1.5em;
}

.image-inline.image-style-align-left, .image-inline.image-style-align-right {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.image-inline.image-style-align-left {
  margin-right: 0.75em;
}
.image-inline.image-style-align-right {
  margin-left: 0.75em;
}

p + .image.image-style-align-left, p + .image.image-style-align-right, p + .image.image-style-side {
  margin-top: 0;
}

/* Form styles */
form div.box {
  margin-top: 0;
  font-weight: 500;
}

form div.box ~ div.box {
  margin-top: 50px;
}

input.error, select.error, textarea.error {
  background-color: #f2dede;
  color: var(--bs-danger);
  border: 1px solid #eed3d7;
}

label.error, p.error {
  display: block;
  font-weight: normal !important;
  color: var(--bs-danger);
}

p.error {
  margin: 5px 0;
}

.mb-3 ~ label.error {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .form-control:focus {
  border-color: rgba(114, 61, 151, 0.6) !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(114, 61, 151, 0.6) !important;
}

input:not(.form-check-input):required:invalid, select:required:invalid, textarea:required:invalid, input.error, select.error, textarea.error {
  border-left-color: var(--bs-danger) !important;
  border-left-width: 5px !important;
}

input:not(.form-check-input):required:valid, select:required:valid, textarea:required:valid {
  border-left-color: var(--bs-success) !important;
  border-left-width: 5px !important;
}

input[type="text"].form-control-plaintext:focus {
  border: 0;
  box-shadow: none !important;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Customize default bootstrap styles */
.input-group-text i.fa {
  font-size: 12px;
}

.form-check-input {
  width: 1.3em;
  height: 1.3em;
  border-width: 2px;
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border: var(--primary-color);
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.15rem #ebe0f3;
}

.form-check-label {
  padding-left: 5px;
  vertical-align: middle;
}

#pwstrength {
  margin-top: 2px;
}

.progress.pwd {
  height: 14px;
  margin-bottom: 0;
}

.progress.pwd > .progress-bar {
  line-height: 14px;
  font-size: 10px;
}

.formhtml p:first-of-type {
  margin-top: 0;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.30s 0.30s ease;
  opacity: 0.3;
}

[placeholder]:not(:focus)::-webkit-input-placeholder {
  transition: opacity 0.30s 0.30s ease;
  opacity: 1;
}

.iti {
  display: block !important;
}

.iti .iti__selected-flag {
  z-index: 4;
}

.iti .iti__country-list {
  z-index: 5;
}

.iti .iti__country-name, .iti .iti__dial-code {
  font-size: 15px;
}

.input-group .iti {
  display: table-cell !important;
}

.input-group .iti .form-control {
  border-radius: 4px 0 0 4px;
}

.iti__arrow {
  border: none;
}

.atmia, .text-atmia {
  color: var(--atmia-color);
}

.asa, .text-asa {
  color: var(--asa-color);
}

.bg-atmia {
  background-color: var(--atmia-color);
  color: #fff;
}
.bg-atmia.light {
  background: #ebe0f3;
  color: #000;
}

.bg-asa {
  background-color: var(--asa-color);
  color: #fff;
}
.bg-asa.light {
  background: #ffd68f;
  color: #000;
}

.bg-primary {
  color: #fff;
  background-color: var(--primary-color);
  background-image: var(--gradient);
}
.bg-primary a {
  color: #fff;
}

.bg-table-header {
  color: #333;
  background-color: #e4e4e4;
  background-image: var(--gradient);
}

.btn.btn-atm {
  color: #fff;
  background-color: var(--primary-color);
  background-image: var(--gradient);
  border-color: var(--primary-color);
}
.btn.btn-atm:hover, .btn.btn-atm:focus, .btn.btn-atm:active, .btn.btn-atm.active {
  color: #fff;
  background-color: #5c2980;
  border-color: var(--primary-color);
  transition: all 0.4s;
}
.btn.btn-atm:active, .btn.btn-atm.active {
  background-image: none;
}
.btn.btn-atm.disabled, .btn.btn-atm[disabled], .btn.btn-atm.disabled:hover, .btn.btn-atm[disabled]:hover, .btn.btn-atm.disabled:focus, .btn.btn-atm[disabled]:focus, .btn.btn-atm.disabled:active, .btn.btn-atm[disabled]:active, .btn.btn-atm.disabled.active, .btn.btn-atm[disabled].active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.btn.btn-atm .badge {
  color: var(--primary-color);
  background-color: #fff;
}

.btn.btn-secondary {
  background-color: #eee;
  background-image: var(--gradient);
  text-shadow: none;
}
.btn.btn-secondary:focus, .btn.btn-secondary:hover {
  background-image: var(--gradient-hover);
  background-position: center;
}

div.sitemap ul {
  margin: 0 0 0 8px;
  padding-left: 10px;
}
div.sitemap ul li {
  margin: 3px 0;
  list-style-type: disc;
  padding-left: 0.3em;
}

.fc button {
  font-size: 0.9em !important;
}

.fc-event {
  font-size: .85em;
  cursor: default;
}

a.fc-event:focus {
  color: #fff;
}

.fc-unthemed .fc-list-item:hover td {
  color: #000;
}

.event-conference-label {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 -5px 2px;
}

.event-conference {
  border: 1px solid var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  color: #fff;
}

.event-webinar {
  border: 1px solid #51b749 !important;
  background-color: #51b749 !important;
  color: #fff;
}

.event-committee {
  border: 1px solid #3a87ad !important;
  background-color: #3a87ad !important;
  color: #fff;
}

.event-member {
  border: 1px solid #ffa200 !important;
  background-color: #ffa200 !important;
  color: #fff;
}

#cal .fc-day-grid-event .fc-content {
  white-space: normal;
}

#cal .fc-day-grid-container.fc-scroller {
  height: auto !important;
  overflow-y: auto;
}

/* STRUCTURE and CONTENT */
#pageheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: var(--bg-light-blue);
  z-index: 200;
  transition: all 0.25s;
}
#pageheader.small {
  height: 130px;
  border-bottom: 1px solid #fff;
  font-size: inherit;
}
#pageheader.small nav.main ul li.btn {
  display: block;
  margin-top: 0;
}
#pageheader.small .logo img {
  max-width: 165px;
}
#pageheader.small .logo img.logosm {
  max-width: 115px;
  margin-top: 2px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 990px) {
  #pageheader {
    height: 159px;
    border-bottom: 1px solid #fff;
  }
  #pageheader.small {
    height: 110px;
  }
  #pageheader.small .contentarea, #pageheader.small .splash {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 768px) {
  #pageheader {
    height: 147px;
    border-bottom: 1px solid #fff;
  }
  #pageheader.small {
    height: 147px;
  }
  #pageheader.small .contentarea, #pageheader.small .splash {
    margin-top: 95px;
  }
}
@media only screen and (max-width: 520px) {
  #pageheader {
    height: 115px;
    border-bottom: 1px solid #fff;
  }
  #pageheader.small {
    height: 115px;
  }
  #pageheader.small .contentarea, #pageheader.small .splash {
    margin-top: 115px;
  }
}

/* Top nav */
nav.topmenu {
  background: var(--bg-dark-grey);
}
nav.topmenu ul {
  display: flex;
  flex-direction: row;
  height: 30px;
}
nav.topmenu ul li {
  list-style: none;
  flex-grow: 1;
  text-align: center;
  white-space: nowrap;
}
nav.topmenu ul li a {
  display: block;
  position: relative;
  padding: 6px 0 7px 0;
  color: #fff;
  font-size: .8125em;
  font-weight: 500;
  text-decoration: none;
}
nav.topmenu ul li span {
  vertical-align: top;
}
nav.topmenu ul li.icons {
  padding: 0 5px;
  flex-grow: 0;
}
nav.topmenu ul li.icons ul {
  margin: 0;
  padding: 0 10px;
}
nav.topmenu ul li.icon {
  width: 32px;
  padding: 5px;
  display: inline-block;
}
nav.topmenu ul li.icon a {
  padding: 0;
  font-size: 1em;
}
nav.topmenu ul li.icon .alerts-notify {
  padding: 0px 2px;
  position: absolute;
  top: 0;
  left: 13px;
  font-size: 0.60em;
  background: #f00;
  border-radius: 5px;
  line-height: normal;
}
nav.topmenu ul li.icon.socialmedia {
  padding: 3px 5px;
}
nav.topmenu ul li.link:hover > a {
  color: #000;
  text-decoration: none;
  background: #fff;
}
nav.topmenu ul li.search {
  padding-top: 2px;
  color: #fff;
  font-size: .8125em;
  font-weight: 500;
}
nav.topmenu ul li.search form {
  font-size: 100%;
  position: relative;
  display: inline-block;
}
nav.topmenu ul li.search form label {
  margin-top: 0;
  position: absolute;
  right: 7px;
  top: 3px;
}
nav.topmenu ul li.search form label a {
  color: #333;
}
nav.topmenu ul li.search input[type=text] {
  margin-top: 1px;
  height: 24px;
  border-radius: 2px;
}
nav.topmenu ul li.brdrt {
  border-right: 1px solid #fff;
  text-transform: uppercase;
}
nav.topmenu ul li.brdlft {
  border-left: 1px solid #fff;
  text-transform: uppercase;
}
nav.topmenu .nophoto {
  background-color: var(--primary-color);
}

.avatarcontainer {
  display: block;
  position: relative;
}

.avatar {
  display: block;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
}
.avatar img {
  position: relative;
  object-fit: cover;
  object-position: 0 0;
  font-size: initial;
  line-height: initial;
}
.avatar .nophoto {
  background-color: var(--bs-secondary);
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.avatar .editicon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  width: 38px;
  height: 38px;
  background-color: var(--primary-color);
  border-radius: 50%;
  text-align: center;
}
.avatar .editicon i.fa {
  position: absolute;
  left: 0;
  font-size: 14px;
  color: #fff;
  width: 38px;
  line-height: 28px;
}

.avatar-sm {
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
}

.avatar-md {
  width: 75px;
  height: 75px;
  font-size: 30px;
  line-height: 75px;
}

.avatar-lg {
  width: 150px;
  height: 150px;
  font-size: 65px;
  line-height: 150px;
}

.avatar-xl {
  width: 300px;
  height: 300px;
  font-size: 12px;
  line-height: 300px;
}

/* Header - Logo/Join/Whitepapers/Directory/Best Practices */
header, nav.main {
  margin: 5px 0;
}

nav.main ul li:first-child {
  text-align: left;
  padding-left: 0;
}

nav.main ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

nav.main ul li {
  flex-grow: 1;
  text-align: center;
}

nav.main ul li.btn {
  font-size: .9375em;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  background-image: none;
  border: none;
}

nav.main ul li.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #723d97;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 0.825em;
  border-radius: 6px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

nav.main ul li.btn:hover a, nav.main ul li.btn:focus a {
  background: var(--bg-dark-grey);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

nav.main ul li.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.logo img {
  transition: all 0.3s;
  max-width: 285px;
}

/* Header - Dropdowns */
.button-dropdown ul.dropdown {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  list-style-type: none;
  margin: -5px 12px 0 12px;
  padding: 0;
  z-index: 100;
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
  transform: translateY(-0.2em);
}

.button-dropdown:last-child ul.dropdown.wide {
  left: unset;
}

.button-dropdown ul.dropdown.wide {
  width: 250px;
}

.button-dropdown ul.dropdown.wide li:first-child {
  border-top-width: 1px;
}

.button-dropdown a i.fa {
  margin-left: 10px;
}

.button-dropdown ul.dropdown li {
  text-align: left;
  padding: 0;
  border: 1px solid var(--bg-dark-grey);
  border-top-width: 0;
  white-space: normal;
}

.button-dropdown ul.dropdown li a {
  background-color: #fff !important;
  background-image: none !important;
}

.button-dropdown ul.dropdown li a:hover {
  background-color: var(--bg-dark-grey) !important;
  color: #fff;
}

.button-dropdown ul.dropdown a.dropdown-link {
  display: block;
  position: relative;
  background: #fff;
  color: var(--color);
  border-radius: 0;
  text-transform: none;
}

.button-dropdown ul.dropdown a.dropdown-link span.date, ul.main_menu li a span.date {
  display: block;
  font-size: 0.9em;
  font-style: italic;
  line-height: 20px;
}

.button-dropdown ul.dropdown a.dropdown-link span.location, ul.main_menu li a span.location {
  display: block;
  font-size: 0.8em;
}

.button-dropdown .dropdown .dropdown-link:hover {
  background: #d2dcec;
}

.dropdown:hover {
  display: block;
}

.button-dropdown:hover > ul.dropdown, .button-dropdown.open > ul.dropdown {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

/* Main Navigation */
.nav {
  background: var(--nav-color);
  padding: 0;
  margin: 0;
}

ul.main_menu {
  display: flex;
  flex-direction: row;
}

ul.main_menu > li {
  flex-grow: 1;
}

ul.main_menu, ul.main_menu li ul {
  margin: 0;
  padding: 0;
}

ul.main_menu li, ul.main_menu li ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

ul.main_menu li a {
  display: block;
  padding: 10px 17px;
  text-transform: none;
  text-decoration: none;
  transition: none;
}

/* 1st Level */
ul.main_menu {
  z-index: 10;
}

ul.main_menu > li {
  float: left;
  border-right: 1px solid var(--bg-light-blue);
}

ul.main_menu > li:first-child {
  border-left: 1px solid var(--bg-light-blue);
}

ul.main_menu > li a {
  position: relative;
  color: var(--color);
  z-index: 15;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
}

ul.main_menu > li:hover a, ul.main_menu > li:focus a {
  z-index: 102;
  background: #fff;
}

ul.main_menu > li:hover {
  background: #fff;
}

/* 2nd Level */
ul.main_menu li:hover ul {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.2s;
}

ul.main_menu li ul {
  position: absolute;
  top: 2.5em;
  left: 0;
  z-index: 1;
  width: 275px;
  background: #fff;
  box-shadow: 0 0 5px var(--color);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
  transform: translateY(-0.5em);
}

ul.main_menu li ul.right {
  right: 0;
  left: auto;
}

ul.main_menu li.wide > ul {
  width: 350px;
}

ul.main_menu li ul li {
  line-height: 2.5em;
  border-bottom: 1px solid #7f7e6a;
  border-right: none;
  border-left: none;
  position: relative;
}

ul.main_menu li ul li a {
  font-size: .875em;
  line-height: 1em;
  text-align: left;
}

/* 3rd Level */
ul.main_menu li:hover ul ul {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-2em);
}

ul.main_menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  border-left: 1px solid #7f7e6a;
  position: absolute;
  left: 275px;
  top: 0;
  z-index: 103;
  transform: translateY(0);
}

ul.main_menu ul.right li:hover > ul {
  left: auto;
  right: 275px;
  border-right: 1px solid #7f7e6a;
}

ul.main_menu li.wide > ul > li:hover > ul {
  left: 350px;
}

ul.main_menu ul li:hover > a {
  background: var(--bg-dark-grey);
  color: #fff;
}

ul.main_menu ul li.subhead a {
  padding: 8px 10px;
  background-color: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  font-size: .8em;
}

ul.main_menu li.selected > a {
  background-color: var(--bg-dark-grey);
  color: #fff;
}

ul.main_menu li.committee a {
  font-size: 12px;
  padding: 7px 17px;
}

ul.main_menu li.committee a span.lock {
  margin-bottom: -2px;
}

ul.main_menu li i.fa-chevron-right {
  float: right;
  position: absolute;
  right: 6px;
  font-size: 1em;
}

ul.main_menu ul li:hover > a i.fa-chevron-right {
  color: #fff;
}

.mm-listview i.fa-chevron-right {
  display: none;
}

.breadcrumb {
  margin-left: 0;
}

.breadcrumb li.noseparator:before {
  content: none;
}

/* Homepage rotator */
.splash {
  background: #fff;
  width: 100%;
  height: auto;
}

.splash_inner {
  max-width: 62.5em;
  margin: 0 auto;
  position: relative;
  padding: 0 1.25em;
}

.box-bordered.homelibrary .box-content {
  padding: 0;
}

.hp-popular {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: stretch;
  align-items: stretch;
  align-content: start;
}

.hp-popular > a {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--primary-color);
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  text-decoration: none;
  text-indent: 5px;
  height: 35px;
}

.hp-popular > a.asalogo {
  justify-content: center;
  padding: 5px 0;
  height: auto;
}

.hp-popular > a:hover {
  background-color: var(--bg-light-blue);
}

.hp-popular > a h4 {
  margin: 0;
  font-size: 1.0em;
  font-weight: normal;
}

.hp-popular > a .fa {
  width: 30px;
  text-align: center;
  margin-right: 5px;
}

/* Home regions */
.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.flex-container > div {
  margin: 10px 10px;
  flex: 1;
  flex-basis: 0;
}

@media (max-width: 990px) {
  .homebreak .box-bordered.homelibrary {
    margin-top: 15px;
  }
}
/* Regional Sponsor Interior Logos - Hide until initialized */
.rslogos {
  margin-bottom: 10px;
}

.rslogos > div:not(:first-child) {
  visibility: hidden;
}

.rslogos.slick-initialized > div:not(:first-child) {
  visibility: visible;
}

.box {
  display: block;
  padding: 7px 10px;
  margin: 10px 0;
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  background-image: var(--gradient);
  clear: both;
  font-size: 16px;
}
.box a {
  color: #fff;
  text-decoration: none;
}
.box > .fa:first-of-type {
  margin-right: 5px;
}
.box.asa {
  background-color: var(--asa-color);
  color: #fff;
  font-weight: 500;
  line-height: 24px;
}
.box.blue {
  background-color: var(--nav-color);
  color: var(--color);
  font-weight: 500;
  line-height: 24px;
}
.box + p {
  margin: .5em 0 1em 0;
}

a.box {
  color: #fff;
  text-decoration: none;
}

.card-atm {
  border-color: var(--primary-color);
}
.card-atm .card-header {
  background-color: var(--primary-color);
  background-image: var(--gradient);
  font-size: 18px;
  color: #fff;
}
.card-atm .card-header a {
  color: #fff;
  text-decoration: none;
}
.card-atm .card-body .listitem h5 {
  margin: 0;
}
.card-atm .card-body .listitem p.publish {
  color: #6c757d;
  padding: 0;
}
.card-atm .card-body .featuredshowrooms {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
}
.card-atm .card-body .featuredshowrooms img {
  max-width: 300px;
  max-height: 100px;
}
.card-atm .card-body hr {
  border-color: var(--nav-color);
  opacity: 1;
}

.box-bordered {
  margin: 0 0 25px 0;
  border: 1px solid var(--primary-color);
  border-radius: 6px 6px 0 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(114, 61, 151, 0.6);
}
.box-bordered .box-header {
  display: block;
  padding: 7px 10px;
  margin: 0;
  background: var(--primary-color);
  color: #fff;
  border-radius: 0;
  text-decoration: none;
  background-image: var(--gradient);
  clear: both;
  font-size: 16px;
}
.box-bordered .box-header a {
  color: #fff;
  text-decoration: none;
}
.box-bordered .box-header a:first-child > .fa, .box-bordered .box-header > .fa:first-of-type {
  margin-right: 5px;
}
.box-bordered .box-content {
  padding: 10px;
}
.box-bordered .box-content p:first-of-type {
  margin-top: 0;
}
.box-bordered .box-content p:last-of-type {
  margin-bottom: 0;
}
.box-bordered .box-content .listitem {
  padding: 15px 0;
  border-bottom: 1px solid var(--nav-color);
}
.box-bordered .box-content .listitem h5 {
  margin: 0;
  font-size: 1em;
}
.box-bordered .box-content .listitem:first-child {
  padding-top: 5px;
}
.box-bordered .box-content .listitem:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}
.box-bordered .box-content .sponsorlist {
  justify-content: space-evenly;
}
.box-bordered.homelibrary {
  margin: 0;
  overflow: hidden;
}

.box-bordered.asa {
  border: 1px solid var(--asa-color);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(245, 155, 0, 0.6);
}
.box-bordered.asa .box-header {
  display: block;
  padding: 7px 10px;
  margin: 0;
  background: var(--asa-color);
  color: #fff;
  border-radius: 0;
  text-decoration: none;
  background-image: var(--gradient);
  clear: both;
  font-size: 16px;
}
.box-bordered.asa .box-header a {
  color: #fff;
  text-decoration: none;
}

.box-bordered.asa .box-content a:hover {
  color: var(--asa-color);
}

/* BXSlider custom */
.bx-wrapper img {
  margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a {
  transition: none;
}

/*Custom*/
#fullwide .slick-initialized .slick-slide {
  margin-left: 3px;
}

.slick-slide img {
  width: 100%;
}

/* Sponsors */
.globalsponsors {
  margin: 10px auto 0 auto;
  padding: 60px 0;
  background-color: var(--bg-light-blue) !important;
}

.sponsorlist {
  clear: both;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
}
.sponsorlist .sponsorlogo {
  border: 1px solid #999;
  background-color: #fff;
}
.sponsorlist .sponsorlogo img {
  display: block;
}

.regions_listing_inner {
  width: 30%;
  float: left;
  padding: 0 20px 40px 0;
}

.link_div {
  margin: 0 auto;
  text-align: center;
  background: #2b547e;
  padding: 5px 0;
}

.link_div a {
  color: #fff;
  text-transform: uppercase;
}

.regions_listing_inner img {
  padding-bottom: 15px;
}

.contentarea, .splash {
  margin-top: 190px;
  padding-top: 20px;
  background: #fff;
  width: 100%;
  min-height: 300px;
}

.contentarea.nopad {
  margin-top: 0;
  padding-top: 0;
}

.header_img {
  position: relative;
}

.header_img img {
  width: 100%;
  display: block;
}

.header_img .text {
  position: absolute;
  right: 0;
  bottom: .85vw;
  padding: 0 10px 0 20px;
  font-size: 1.7em;
  font-weight: 500;
  min-width: 21vw;
  height: 6vh;
  line-height: 6vh;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
  background-color: var(--primary-color);
  color: #fff;
}

/*.col-sm-3 h5 {padding:12px 10px; color:#fff; background:var(--primary-color);}*/
#regional-board-menu {
  margin: 10px 0 20px 0;
}

/* Footer */
footer {
  padding: 10px;
  background-color: var(--bg-dark-grey);
  color: #fff;
  text-align: center;
  font-size: .75em;
}

/* Layout image sprite */
.lock {
  margin-left: 4px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFFRTQ5MkE3NkI2RjExRURBNzFBQ0VCMzkxMzQxMzgwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFFRTQ5MkE4NkI2RjExRURBNzFBQ0VCMzkxMzQxMzgwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUVFNDkyQTU2QjZGMTFFREE3MUFDRUIzOTEzNDEzODAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUVFNDkyQTY2QjZGMTFFREE3MUFDRUIzOTEzNDEzODAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ZEsxiAAAB30lEQVR42kSQTWvUUBSG33uTCfmc2LHpUKoWPxZShODG3exU/AMigj+hC5dFsPMXXLoWZuPKrSII6kJ0BAU/0LYglsm006aTcSbJJDf3xpsg44ED99z7Pu8555KyLNHr9VCFPHd0Xb+vKMpFxhjiON6LouhRmqZvqrrb7ULFv+Cc32q1Wk9t23aSJIGEYBiGL01uTKfT24SQ55WuBnImltym9dCyLOfnzl5v8id5zAoGTSWbZ9dW7zi2vT0KJ++ldFwDGgkt02z7wXAU5Gl074wbo5Aj7If07WCodky76dvHu9YCuNL+sdUPWkY8i9i11U/b5+wDWuYZdlWXv/jlmyeRbtz0Pm9J6Saplh70H5Tl0nWoKoVnJihgVh8AhY0xGHMUQgG+PsGlu89I3aHR0JOV5cAU4TeQ+TpU2oBCFBTxEN7kHcz1DvZVPVksLeS8RZogjw6hnfYw+vgS08zF+Y01JCdHoMszcDliFbT+fwkQUUBksazm4MREmOmgIoXIc+nIAZZj0aHMmewSg9IEYn6A9tUNrGQZ8sMdkHIm3+Pa9D/A5lR1LoPPCrmQK28dUMLAm6eg0QvQPB9l0acLIB1+iX+/OhaklDAvZAppksvMauejD6+RBt/TSvtXgAEAqsTxxKINr3IAAAAASUVORK5CYII=");
  width: 12px;
  height: 12px;
  display: inline-block;
}

.mobilesearch {
  opacity: .85;
  padding: 12px 7px 0 7px !important;
}

.social a {
  margin: 5px 0;
  display: block;
  line-height: 29px;
}

.social img {
  float: left;
  margin-right: 5px;
}

/* Carousel */
.carousel-indicators {
  position: absolute;
  top: 5px;
  left: 10px;
}

.carousel-caption {
  position: initial;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  text-shadow: none;
}

.carousel-caption_inner {
  background: var(--bg-light-blue);
  padding: 10px 15px;
  height: 110px;
}

.carousel-caption_inner p {
  color: var(--color);
  font-size: 1.15em;
  margin: 0;
  padding: 0 0 0 0;
}

.carousel-caption_inner h2 {
  color: var(--primary-color);
  margin: 0 0 10px;
  padding: 0 0 5px 0;
  border-bottom: 2px solid var(--primary-color);
  text-transform: capitalize;
}

.publish, .eventDate {
  padding: 0 10px 5px 0;
  margin: 0;
  font-size: 0.9em;
}

.morelink {
  padding: 10px;
}

ul.youraccount {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 230px;
}

ul.youraccount li {
  display: list-item;
}

ul.youraccount li a {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 2px 15px;
  text-decoration: none;
  color: var(--color);
  text-wrap: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0.85em;
}

ul.youraccount li a:hover {
  background-color: #ccc;
  color: #fff;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

ul.youraccount .section {
  background: #999;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin: 6px;
}

.certifications a {
  margin-right: 10px;
}

.certifications img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
}

.certifications .cert {
  display: inline-block;
  position: relative;
}

.certifications .cert .deletecertification {
  display: none;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  background-color: #fff;
}

.certifications .cert .deletecertification img {
  margin: 0;
  padding: 3px;
  vertical-align: top;
}

.certifications .cert:hover .deletecertification {
  display: block;
}

/* Alerts */
div.alert {
  margin: 0 -15px;
  border-bottom: 1px solid var(--nav-color);
  border-radius: 0;
}

div.alert:first-child {
  margin-top: -15px;
}

div.alert:hover {
  background-color: #fff;
}

div.alert h3 {
  margin-bottom: 3px;
}

/* Showrooms */
.showroom p:first-of-type {
  margin-top: 0 !important;
}

.showroom .contactinfo {
  border-left: 1px solid var(--nav-color);
}

.showroom .contactinfo .logo {
  text-align: center;
}

.showroom .products {
  clear: both;
}

.showroom .products a {
  text-decoration: underline;
}

.showroom .products ul li {
  padding: 5px 0;
}

.showroom .products img {
  float: right;
  max-width: 250px;
  margin: 0 0 12px 12px;
}

.showroom .products img.thumbnail:hover {
  max-width: 500px;
}

.showroom .products img.left {
  float: left;
  margin: 0 12px 12px 0;
}

.showroom .products img.normal {
  float: none;
  max-width: none;
  margin: 0;
}

.showroom .products img.wide {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.showroom .products .product {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--nav-color);
  overflow: hidden;
}

.showroom .products .product:last-child, .showroom .products .product.last {
  border-bottom-width: 0;
}

.showroom ul#whitepapers, .showroom ul#membervideos {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.showroom ul#whitepapers li {
  border-bottom: 1px solid var(--nav-color);
  padding: 10px 0;
}

.showroom ul#whitepapers li:last-child {
  border-bottom-width: 0px;
}

.showroom .products .table {
  float: left;
  width: 22%;
  margin-right: 3%;
}

.showroom .products .table:last-child {
  margin-right: 0;
}

.showroom .products .table img {
  display: block;
  float: none;
  max-width: 100%;
  max-height: 150px;
  margin: 7px auto;
}

.showroom .products .card-header a {
  color: inherit;
  text-decoration: none;
}

.showroom .products .card-body p:last-child {
  margin-bottom: 0;
}

/* Flex layout for Showroom products, adapt for other items tbd */
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}

.flex > section {
  margin: .25em .25em 1.5em .25em;
  padding: .5em;
  align-items: center;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  text-align: center;
  max-width: 400px;
  min-width: 200px;
}

.flex > section.small {
  margin: 0 10px;
  padding: 0;
  min-width: 120px;
  justify-content: center;
}

/* This rule is just because of the responsive images */
@media (max-width: 1600px) {
  .flex > section {
    max-width: 250px;
  }
}
.flex > section .product_photo {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #ccc;
}

.flex > section .product_photo a {
  display: block;
  width: 100%;
  height: 100%;
}

.flex > section .product_nophoto {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  background-color: #dfdfdf;
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.6em;
  border: 1px solid #ccc;
}

.flex > section .product_description {
  flex-grow: 1;
  margin-bottom: 20px;
}

.flex > section .product_price {
  background: var(--bg-light-blue);
  font-weight: 700;
  padding: 0.3em 1em;
  border-radius: .75em;
}

.flex > section .product_company {
  padding: 0.5em 1em;
}

.flex > section .product_url {
  background: var(--primary-color) url(http://i.imgur.com/RWKrr8S.png);
  background-repeat: no-repeat;
  background-position: 2em 50%;
  background-size: 2em;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 1em 0;
}

.flex > section .product_url:hover {
  background-size: 2.5em;
  background-position: 1.75em 50%;
}

.atmlocators a {
  display: inline-block;
  margin: 0 5px 5px 0;
  border: 1px solid var(--nav-color);
  overflow: hidden;
  width: 165px;
  height: 165px;
  text-align: center;
}

.atmlocators a img {
  max-width: 155px;
  max-height: 155px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* Benefits */
table.benefits {
  border-collapse: collapse;
  width: 100%;
}

table.benefits th, table.benefits td {
  padding: 5px;
  font-size: 0.9em;
  text-align: center;
  vertical-align: middle;
}

table.benefits th {
  background-color: var(--primary-color);
  color: #fff;
}

table.benefits th {
  font-size: 0.8em;
}

table.benefits th:first-child {
  text-align: left;
  font-size: 1em;
}

table.benefits th small {
  white-space: nowrap;
}

table.benefits td:first-child {
  text-align: left;
}

table.benefits td.subhead {
  background-color: #9b9bcb;
  color: #fff;
}

/* Search */
form.advancedsearch {
  margin: 0 0 10px 0;
}
form.advancedsearch .input-group.open #keyword, form.advancedsearch .input-group.open .input-group-text {
  border-bottom-left-radius: 0;
}
form.advancedsearch .input-group.open #searchbutton {
  border-bottom-right-radius: 0;
}
form.advancedsearch .searchoptions {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  border-top-width: 0;
  background-color: #fff;
}
form.advancedsearch .searchoptions .form-control:last-child {
  margin-bottom: 0;
}
form.advancedsearch .filters {
  display: none;
  padding: 15px 0 10px 0;
}
form.advancedsearch .filters span.badge.badge-atm {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  display: inline-block;
  padding: 6px 10px;
  margin: 0 10px 10px 0;
  font-size: 13px;
  font-weight: normal;
}
form.advancedsearch .filters span.badge.badge-atm i.fa-close {
  margin-left: 10px;
  cursor: pointer;
}
form.advancedsearch .filters span.badge.badge-atm i.fa-close:hover {
  color: #fff !important;
}

.searchresults .resultcount {
  margin: 7px 5px;
}
.searchresults.smaller .item {
  font-size: 0.95em;
}
.searchresults > .item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.searchresults > .item h3 {
  margin-bottom: 0;
}
.searchresults > .item h5 {
  padding: 0;
  background: transparent;
}
.searchresults > .item.text-center > img {
  margin: 0 auto;
}
.searchresults > .item:before, .searchresults > .item:after {
  display: table;
  content: " ";
}
.searchresults > .item:after {
  clear: both;
}
.searchresults hr {
  border-color: var(--nav-color);
  opacity: 1;
}
.searchresults .type {
  color: #999;
  font-style: italic;
}
.searchresults .title {
  font-weight: 500;
}
.searchresults p {
  margin: 0;
}
.searchresults .summary p {
  margin: 10px 0;
}
.searchresults span.highlight, .searchresults .highlight {
  background-color: #ff0;
  color: #000;
}
.searchresults .imgleft {
  width: 180px;
  float: left;
  text-align: center;
  margin: 5px 15px 10px 0;
}
.searchresults .imgright {
  width: 180px;
  float: right;
  text-align: right;
  margin: 5px 0 10px 15px;
}
.searchresults img.border {
  border: 1px solid var(--nav-color);
}
.searchresults span.loyal {
  display: block;
  margin: 10px 0;
  background-color: var(--primary-color);
  color: #fff;
  padding: 3px 10px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(114, 61, 151, 0.6);
  white-space: nowrap;
}
.searchresults .whitepaper img {
  float: right;
  max-width: 300px;
  margin: 0 0 10px 15px;
}

.alphalist {
  margin: 10px 0;
  display: flex;
}

.alphalist a {
  text-decoration: none;
  margin: 0 3px;
  padding: 0 5px;
  flex: 1;
  text-align: center;
  background-color: var(--bg-dark-blue);
  border-radius: 3px;
}

.alphalist a.selected {
  color: #fff;
  background-color: var(--primary-color);
}

.memberdirectory .memberavatar {
  float: left;
  margin-right: 10px;
  text-decoration: none;
}
.memberdirectory .companylogo {
  max-height: 100px;
  margin: 0 auto;
}
.memberdirectory hr {
  margin: 10px 0;
}
.memberdirectory h3 {
  margin-top: 5px;
  font-size: 20px;
}

#membermodal .memberavatar {
  text-decoration: none;
}
#membermodal .messagebox {
  margin: 0;
}
#membermodal .companylogo {
  max-height: 100px;
  margin: 0 auto;
}

/* My Account */
.myaccount .active, .myaccount .active a {
  color: var(--bs-success);
}
.myaccount .expired, .myaccount .expired a, .myaccount .disabled, .myaccount .disabled a {
  color: var(--bs-danger);
}
.myaccount .pending, .myaccount .pending a {
  color: var(--bs-info);
}
.myaccount .btn.disabled, .myaccount .btn.disabled a {
  color: initial;
}
.myaccount .badge {
  font-style: normal;
  font-size: 10px;
}
.myaccount .memberdetail h2.u {
  font-size: 20px;
}
.myaccount .memberdetail table.table > tbody > tr > td {
  font-weight: normal;
  font-style: oblique;
  border-top: none;
}
.myaccount .memberdetail table.table > tbody > tr > td:nth-child(1) {
  font-weight: bold;
  font-style: normal;
}
.myaccount .memberdetail p, .myaccount .memberdetail .col-9 {
  font-style: oblique;
}
.myaccount .memberdetail p {
  margin: 8px 0;
}
.myaccount .memberdetail p > b, .myaccount .memberdetail p > strong {
  font-style: normal;
}
.myaccount .memberdetail > .row {
  margin-bottom: 8px;
}
.myaccount ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: space-between;
}
.myaccount ul li {
  position: relative;
  margin: 15px 0 15px 0;
  padding: 0 20px;
  text-align: center;
  align-items: center;
  flex: 1 85px;
  font-size: 0.9em;
}
.myaccount ul li a {
  display: block;
  color: #666;
  line-height: normal;
}
.myaccount ul li a:hover {
  color: var(--primary-color);
}
.myaccount ul li a.fa-addstack {
  position: absolute;
  top: 30px;
  right: .85em;
  background-color: #fff;
  border-radius: 999px;
  color: green;
  text-decoration: none;
  font-size: 20px;
}
.myaccount ul li a.disabled {
  color: #c9c9c9;
}
.myaccount ul li .new {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 5;
  width: 25px;
}

/* Table style for members portal pages */
table.portal thead tr th, table.portal thead tr td, table.portal tr.header th, table.portal tr.header td {
  background-color: var(--primary-color);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-top: 0;
  border-bottom: 0;
}
table.portal thead tr th:first-child, table.portal thead tr td:first-child, table.portal tr.header th:first-child, table.portal tr.header td:first-child {
  border-radius: 5px 0 0 0;
}
table.portal thead tr th:last-child, table.portal thead tr td:last-child, table.portal tr.header th:last-child, table.portal tr.header td:last-child {
  border-radius: 0 5px 0 0;
}
table.portal thead tr th:only-child, table.portal thead tr td:only-child, table.portal tr.header th:only-child, table.portal tr.header td:only-child {
  border-radius: 5px 5px 0 0;
}
table.portal tbody tr.columnheader td {
  background-color: var(--nav-color);
}
table.portal tbody tr.columnheader td td {
  font-weight: 500;
  padding: 4px 8px;
  border-top: 0;
  vertical-align: middle;
}
table.portal tbody tr.subtotal td {
  background-color: #f9f9f9;
}
table.portal tbody tr.subtotal td td {
  font-weight: 700;
}
table.portal tbody tr.noitems td {
  background-color: #f9f9f9;
}
table.portal tbody tr:first-child td {
  border-top: 0;
}
table.portal tbody td {
  /*vertical-align:middle;*/
}
table.portal tbody td div.form-control {
  margin-bottom: 0;
}
table.portal tbody td.spacer {
  background-color: #fff;
  border-top: 0;
  font-size: 7px;
}
table.portal tfoot tr, table.portal tr.footer {
  background-color: var(--primary-color);
}
table.portal tfoot tr td, table.portal tr.footer td {
  height: 7px;
  font-size: 7px;
  padding: 0;
  border-radius: 0 0 5px 5px;
}
table.portal tfoot tr td.sm, table.portal tr.footer td.sm {
  height: 5px;
}
table.portal .c {
  text-align: center;
}
table.portal .icon {
  width: 20px;
}

.paging {
  text-align: center;
}

.pagination > li > a {
  color: #333;
}

.pagination > li.active > a, .pagination > li.active > a:hover {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.links {
  margin: 10px 0;
}

.links a {
  color: var(--primary-color);
}

.fa-bordered {
  font-size: 2em;
  padding: 7px;
  border: 3px solid;
  border-radius: 5px;
  width: 2em;
}

.fa-bordered[data-count]:after {
  position: absolute;
  top: -5px;
  content: attr(data-count);
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 10px;
  color: white;
  background: rgba(200, 0, 0, 0.95);
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.callout {
  padding: 15px;
  margin: 20px 0;
  background-color: #eee;
  border: 1px solid #222;
  border-left-width: 5px;
  border-radius: 5px;
  border-left-color: var(--primary-color);
}

/* Arrow boxes */
.aside .arrow_box {
  margin: 0;
}

.arrow_box {
  margin: 0 10px;
  display: inline-block;
  position: relative;
  background: var(--primary-color);
  height: 26px;
  line-height: 26px;
  color: #fff;
}

.arrow_box a {
  padding: 10px;
  color: #fff;
  font-size: 0.95em;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  line-height: 1px;
}

.arrow_box input[type="submit"] {
  padding: 2px 10px;
  font-weight: 500;
  /*line-height:0;*/
  background: none;
}

.arrow_box:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-left-color: var(--primary-color);
  border-width: 13px;
  top: 50%;
  margin-top: -13px;
}

/* News */
.newsitem {
  padding: 15px 0;
  border-bottom: 1px solid var(--nav-color);
}

.newsitem:after {
  content: '';
  display: block;
  clear: both;
}

.newsitem h3 {
  margin: 0;
  font-size: 1.20em;
}

.newsitem .publish {
  margin: 0;
  font-style: italic;
}

.newsitem .image {
  float: left;
  width: 150px;
  margin: 0 10px 10px 0;
}

.newsitem .blurb, .searchresults .blurb {
  margin: 0;
  font-size: 1.1em;
}

.news .copyright {
  padding: 1em 0em;
  text-align: center;
  font-size: smaller;
}

.news .paging {
  margin: 10px 0;
}

.newsstory .company {
  display: block;
  margin: 0 auto 10px auto;
  padding: 6px;
  width: 80%;
  border: 1px solid var(--color);
  box-shadow: 0 0 3px var(--color);
  font-size: 0.95em;
}

.newsstory .company strong {
  font-weight: 500;
}

.newsstory .company p {
  margin: 0 0 3px 0;
}

.newsstory .company p.companyname {
  font-weight: 500;
  font-size: 1.2em;
}

.newsstory .company p.member {
  margin-left: 15px;
  font-size: 0.9em;
}

.newsstory .company p.member strong {
  font-weight: 500;
}

/* Events */
.view-month {
  padding: 12px 0;
  text-align: right;
  border-bottom: 2px solid #e0e0e0;
}

.view-month label {
  margin: 0;
}

.view-month .btn-group .btn:focus, .view-month .btn-group .btn:active {
  outline: none;
}

.view-month .btn-group .btn.disabled {
  cursor: text;
}

.view-month .btn-group .btn i.fa-check {
  display: none;
}

.view-month .btn-group .btn.active i.fa-check {
  display: inline-block;
}

.news .eventdate, .news .eventtime, .news .eventlocation, .news .eventcity, .news .eventinfo {
  display: block;
}

.news .event h2 {
  margin-bottom: 0;
}

.news .previousnextdiv {
  margin: 20px 0;
  overflow: auto;
}

.news .previousnext {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 45%;
  border: 2px solid var(--primary-color);
  background-color: #f1f1f1;
  height: 55px;
  max-height: 55px;
  transition: .5s;
  overflow: hidden;
}

.news .previousnext:hover {
  background-color: #ddd;
}

.news .previousnext a {
  padding: 5px;
  text-decoration: none;
  font-size: 16px;
}

.news .comments {
  clear: both;
}

.event div.eventbody {
  margin: 15px 0 0 0;
  border-top: 1px solid var(--color);
}

#addedtimezones {
  margin: 0;
}

#addedtimezones p {
  margin: 5px 0;
}

#addedtimezones p img {
  margin-bottom: -2px;
}

/* Consulting */
.consulting .biocard p {
  margin: 0;
  line-height: 1.5em;
}

.consulting .biocard .biophoto {
  width: 150px;
  margin: 0 10px 10px 0;
  float: left;
}

.consulting .biocard p.name {
  font-weight: 500;
}

.consulting .biocard p.company {
  font-weight: 500;
}

.consulting .biocard p.resume {
  margin: 7px 0;
}

.consulting .biocard p.contact {
  margin: 7px 0;
}

.consulting .biocard .bio {
  margin: 7px 0;
  clear: both;
}

.consulting .biocard .bio p {
  margin: 10px 0;
}

.consulting .description {
  padding: 0 0 0 20px;
}

.consulting .description h4 {
  margin-top: 10px;
  text-transform: none;
  margin-left: -20px;
}

/* Testimonial */
.testimonial {
  font-style: italic;
  background-color: var(--bg-light-blue);
  border-left: 5px solid var(--nav-color);
  margin: 0 0 15px 0;
  padding: 15px;
  line-height: 28px;
  overflow: hidden;
}

.testimonial .author {
  color: #888;
  display: block;
  text-align: right;
}

.testimonial img {
  margin-right: 7px;
  max-width: 100px;
  border: 1px solid var(--nav-color);
  float: left;
}

.testimonial img.right {
  margin-left: 7px;
  border: 1px solid var(--nav-color);
  float: right;
}

/* FAQ */
.faq {
  border-left: 5px solid var(--nav-color);
  background-color: var(--bg-light-blue);
  margin: 0 0 15px 0;
  padding: 10px;
  line-height: 1.4em;
}

.faq .q {
  margin: 0 0 10px 0;
  font-weight: 500;
}

.faq .a {
  margin: 0;
}

/* Staff */
.staff {
  padding: 20px 0;
  border-bottom: 1px dotted var(--color);
}

.staff p {
  margin-top: 10px;
}

.staff .name {
  display: block;
  font-weight: 500;
  font-size: 1.2em;
}

.staff .title {
  display: block;
  margin: 0;
  font-style: italic;
}

.staff .phone {
  display: block;
  margin: 0;
}

.staff .phone a {
  text-decoration: none;
  color: var(--color);
  cursor: default;
}

/* Demographics */
#canada, #usa, #latin, #europe, #africa, #middleeast, #asia, #pacific {
  display: none;
}

/* Document Library */
.document .fileicon {
  float: left;
  margin: 7px 5px 5px 0;
}

.document .details {
  white-space: normal;
  font-size: 0.95em;
  font-style: italic;
}

.document .details strong {
  color: #aaa;
  font-weight: normal;
}

.document .details .description p {
  font-size: 1em !important;
  margin: 8px 0 !important;
  font-style: normal;
}

.industryfigures p {
  border-bottom: 1px solid #aaa;
  margin: 7px 0 0 0;
  padding: 3px 0 10px 0;
}

.industryfigures p:last-child {
  border-bottom: none;
}

.industryfigures p .source {
  font-size: 0.85em;
  color: #f7a63b;
  float: right;
}

ul#content-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

ul#content-nav li {
  margin: 0 7px 0 0;
  padding: 7px;
  font-size: 0.85em;
  max-width: 110px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ccc;
  display: flex;
  align-items: center;
}

ul#content-nav li.active::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--primary-color);
  clear: both;
  margin-left: -10px;
}

ul#content-nav li:hover, ul#content-nav li.active {
  background-color: var(--primary-color);
  color: #fff;
}

.itemcount {
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  padding: 0 3px;
  font-size: 0.95em;
}

.itemcount a {
  text-decoration: none;
}

.box .itemcount a {
  color: var(--color);
}

#comments {
  overflow: auto;
}

#addcomment.comment p {
  margin: 1em 0;
}

.comment {
  margin-top: 5px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f1f1f1;
}

.comment .likes {
  float: right;
}

.comment .likes img, #votestatus, .likes img {
  margin-bottom: -2px;
}

.comment .date {
  color: #999;
}

.comment p {
  margin: 10px;
}

.comment.selected {
  border: 1px solid #ff0;
}

.store ul.storenav {
  margin: 0;
  padding: 0;
}

.store ul.storenav li {
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}

.store a.quantity {
  padding: 3px;
  margin: 0 4px;
}

.store a.quantity img {
  margin-bottom: -4px;
  width: 18px;
}

.store label.error {
  display: inline-block;
  margin-left: 10px;
}

.store #prodimg {
  max-width: 250px;
  float: left;
  margin-right: 10px;
}

.store div > p {
  margin-top: 0;
}

/* Pin to Taskbar */
#pin {
  background-color: #fff;
}

#pin .pinlogo {
  cursor: move;
  vertical-align: middle;
}

#pin #pinclose {
  margin-top: 10px;
  cursor: pointer;
}

#pin p {
  margin: 5px 0;
}

/* Error */
.errormessage {
  font-weight: 500;
  color: #f00;
}

/* Message Box Styles */
.messagebox {
  margin: 0 0 15px 0;
  padding: 15px 15px 15px 45px;
  font-size: 1em;
  text-align: left;
  border: 1px solid;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 24px 24px;
  border-radius: 4px;
}
.messagebox ul.errors {
  margin: 2px 0;
  padding: 0 0 0 20px;
  list-style: disc;
  float: none;
}
.messagebox.default {
  background-color: #eee;
  color: var(--color);
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: .95em;
  font-weight: normal;
}
.messagebox.info {
  background-color: #d9edf7;
  color: var(--bs-info);
  border: 1px solid #bce8f1;
  background-image: url("/_cms/images/misc/info.png");
}
.messagebox.success {
  background-color: #dff0d8;
  color: var(--bs-success);
  border: 1px solid #d6e9c6;
  background-image: url("/_cms/images/misc/validgreen.png");
}
.messagebox.warning {
  background-color: #fcf8e3;
  color: var(--bs-warning);
  border: 1px solid #fbeed5;
  background-image: url("/_cms/images/misc/attention.png");
}
.messagebox.warning a {
  color: var(--bs-warning);
}
.messagebox.error {
  background-color: #f2dede;
  color: var(--bs-danger);
  border: 1px solid #eed3d7;
  background-image: url("/_cms/images/misc/cancel.png");
}
.messagebox.validation {
  background-color: #f2dede;
  color: var(--bs-danger);
  border: 1px solid #eed3d7;
  background-image: url("/_cms/images/misc/validation.png");
}
.messagebox.membersonly {
  background-color: #eee;
  color: var(--color);
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 20px;
  font-size: .8em;
  font-weight: normal;
}
.messagebox.noicon {
  background-image: none !important;
  padding: 15px;
}

#frm_product p label:first-child {
  width: 80px;
  display: inline-block;
}

.welcomeback {
  margin-top: 2px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#v2-bti-nav-header-flip-links-emp, #v2-bti-nav-header-flip-links {
  position: absolute;
  right: 160px;
  top: -2px;
}

#bti.smalldevice {
  margin-top: 125px;
}

#bti.smalldevice #v2-bti-nav-header-flip-links-emp {
  top: 10px;
}

/* Slidout Panel */
.spanel.offcanvas {
  background-color: var(--bg-light-blue);
}
.spanel.offcanvas .offcanvas-header {
  padding: .5rem .6rem;
  background-color: var(--bg-dark-blue);
}
.spanel.offcanvas .offcanvas-title {
  font-size: 1.4rem;
}
.spanel.offcanvas .offcanvas-body {
  /*padding:0;*/
}

/*
.spanel {position:fixed; top:30px; right:-450px; width:450px; height:100%; background:var(--bg-light-blue); z-index:101; transition-duration:0.3s; overflow:auto;}
.spanel.visible {right:0; transition-duration:0.3s; box-shadow:-10px 0px 30px -10px rgba(0,0,0,.9);}
.spanel-header {height:45px; line-height:45px; background-color:var(--nav-color); z-index:101;}
.spanel-header h1 {margin:0; padding:0 10px; font-size:28px; border-bottom:none; line-height:45px;}
.spanel-footer {position:relative;}
.spanel-footer.visible {position:fixed; bottom:0;}
.spanel-content {padding:15px 15px 45px 15px; overflow:auto; -webkit-overflow-scrolling:touch;}
.spanel-content p {font-size:0.9em;}
.spanel-content p:first-of-type {margin-top:0;}
.spanel-content .box, .spanel-content li {font-size:0.9em;}
.spanel-loading {position:absolute; left:0; top:0; bottom:0; right:0; background:#000; opacity:0.8; filter:alpha(opacity=80);}
.spanel-loading div {text-align:center;}
*/
/* Accordion */
.accordion .accordion-header .accordion-button {
  font-size: 1.25rem;
  background-color: var(--primary-color);
  background-image: var(--gradient);
  color: #fff;
  padding: .75rem;
}
.accordion .accordion-header .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.accordion .accordion-header .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 61, 151, 0.25);
}
.accordion .accordion-body .list-item h3 {
  color: var(--primary-color);
  font-weight: bold;
}

/* Video Player Page */
#videoplayer .video_nav {
  float: right;
}
#videoplayer .video_nav a {
  padding: 0 0 0 20px;
}
#videoplayer .switchview {
  text-align: right;
}
#videoplayer .switchview a {
  display: inline-block;
  margin: 0;
  padding: 4px 8px;
  text-decoration: none;
  color: #000;
  background-color: #f1f1f1;
  border-radius: 4px;
  line-height: 18px;
  font-size: 0.95em;
}
#videoplayer .switchview a img {
  float: left;
  margin-right: 5px;
}
#videoplayer .switchview a.selected {
  background-color: #c1c1c1;
}
#videoplayer div.videolist {
  text-align: center;
  line-height: normal;
}
#videoplayer div.videolist div {
  flex: none;
}
#videoplayer div.videolist div a {
  padding: 10px;
  width: 180px;
  height: 200px;
  background-color: var(--nav-color);
  display: block;
  overflow: hidden;
  font-size: 0.8em;
  text-decoration: none;
}
#videoplayer div.videolist div a p {
  margin: 2px 0;
  display: none;
  color: #000;
}
#videoplayer div.videolist div a p.title {
  margin: 0;
  display: block;
  font-size: 1.1em;
  font-weight: 500;
}
#videoplayer div.videolist div a img {
  width: 170px;
}
#videoplayer div.videolist div a:hover, #videoplayer div.videolist div a.selected {
  background-color: var(--bg-dark-grey);
}
#videoplayer div.videolist div a:hover p, #videoplayer div.videolist div a.selected p {
  color: #fff;
}
#videoplayer div.videolist.list {
  flex-flow: column;
  flex: 1;
  text-align: left;
}
#videoplayer div.videolist.list div a {
  padding: 10px;
  width: 99%;
  height: auto;
  display: block;
}
#videoplayer div.videolist.list div a p {
  display: block;
}
#videoplayer div.videolist.list div a p.title {
  font-size: 1.3em;
}
#videoplayer div.videolist.list div a img {
  float: left;
  margin: 0 10px 0 0;
}
#videoplayer div.videolist.list div a:hover p, #videoplayer div.videolist.list div a.selected p {
  color: #fff;
}

#playerdescription {
  margin: 10px 0;
  font-size: 0.95em;
}

#playerdescription strong {
  font-weight: 500;
}

/* 2 Column Template */
#header {
  margin-bottom: 3px;
}

#header .header_img img {
  width: 100%;
}

#header .header_img {
  position: relative;
  margin: 0;
}

#header .header_img .text {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  padding: 0 1em 0 2em;
  font-size: 1.6em;
  font-weight: 500;
  min-width: 8em;
  width: 30%;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
  background-color: var(--primary-color);
  color: #fff;
}

#footer {
  clear: both;
  padding: 5px 0;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: 0.75em;
}

footer a {
  color: #fff;
}

/* Nav */
.mobilenav {
  display: none;
}

.mobilenavwide {
  padding: 5px;
  background-color: var(--bg-dark-grey);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

nav#navmenu {
  position: relative;
  margin-bottom: 5px;
}

nav#navmenu .mobilenav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  text-align: center;
  padding: 6px 15px 5px 15px;
}

nav#navmenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
  width: 100%;
  z-index: 10;
}

nav#navmenu ul li {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 1px;
  background-color: var(--color);
  display: table-cell;
  min-width: 80px;
}

nav#navmenu ul li:hover {
  background-color: #888;
}

nav#navmenu ul li a {
  color: #fff;
  border-right: 1px solid #fff;
  text-align: center;
  font: normal 12px/30px Verdana, Geneva, sans-serif;
  display: block;
  height: 1%;
  white-space: nowrap;
  text-decoration: none;
}

nav#navmenu ul li:last-child a {
  border-right: 0px;
}

nav#navmenu ul li a:hover {
  background: #888;
}

nav#navmenu ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

nav#navmenu ul li:hover > ul {
  display: block;
}

nav#navmenu ul li ul li {
  display: block;
  float: none;
  position: relative;
  border-top: 1px solid #fff;
  min-width: 250px;
}

nav#navmenu ul li ul li a {
  text-align: left;
  padding: 0 20px;
}

nav#navmenu ul li ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

nav#navmenu ul li ul li ul li {
  border-top: none;
}

nav#navmenu > ul > li:last-child a {
  border-right: 0;
}

nav#navmenu li.selected {
  background-color: #888;
}

/* Purple content nav */
.contentarea nav#navmenu {
  margin-bottom: 20px;
}

.contentarea nav#navmenu a {
  color: #fff;
}

.contentarea nav#navmenu ul li {
  background-color: var(--primary-color);
  background-image: var(--gradient);
  min-width: 0;
}

.contentarea nav#navmenu ul li:hover {
  background-color: var(--bg-dark-grey);
}

.contentarea nav#navmenu ul li a {
  padding: 0 10px;
}

.contentarea nav#navmenu ul li a:hover {
  background: var(--bg-dark-grey);
  background-image: var(--gradient);
}

.contentarea nav#navmenu li.selected {
  background-color: var(--bg-dark-grey);
}

.anchor {
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}

#emailsignup .row {
  display: table-row;
}

#emailsignup .col1 {
  display: table-cell;
  width: 75%;
}

#emailsignup .col2 {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

#emailsignup .icon {
  margin: 0 5px -3px 0;
}

#emailsignup h4 {
  margin: 3px 0;
}

#emailsignup td {
  vertical-align: middle;
}

#emailsignup td p {
  margin: 3px 0;
}

#emailsignup a.button {
  color: #fff !important;
}

#emailsettings legend {
  margin-bottom: 10px;
}

#emailsettings fieldset p, #frm_email p {
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* Multi-select styles */
.ms-container {
  background: transparent url("/_templates/homepage/images/switch.png") no-repeat 50% 50%;
}

.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555;
  float: left;
  width: 45%;
}

.ms-container .ms-selection {
  float: right;
}

.ms-container .ms-list {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}

.ms-container .ms-list.ms-focus {
  border-color: rgba(114, 61, 151, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(114, 61, 151, 0.6);
  outline: 0;
}

.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container {
  width: 100%;
}

.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color);
}

.ms-container .ms-selectable li.disabled, .ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

div.sidebanner {
  margin: 0 0 10px 0;
  height: 10vw;
  border: 1px solid #bcbcbc;
  position: relative;
  background-size: cover;
}
div.sidebanner span {
  background: rgba(236, 236, 236, 0.9);
  padding: 2px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  text-decoration: none;
  font-size: 0.8em;
}

.introjs-skipbutton {
  padding: 0 !important;
  text-decoration: none;
}

.introjs-tooltip {
  width: 400px !important;
  max-width: 400px !important;
}

/* Tablet */
@media only screen and (max-width: 990px) {
  .contentarea, .splash {
    margin-top: 159px;
    padding-top: 10px;
  }

  .logo img {
    transition: all 0.3s;
    max-width: 200px;
  }

  nav.topmenu ul li.search input[type=text] {
    width: 100px;
  }

  .showroom .description {
    border-bottom: 1px solid var(--nav-color);
  }

  .showroom .contactinfo {
    border-left: 0;
  }

  .showroom .products .product {
    padding-bottom: 0;
  }

  .showroom .products img {
    display: block;
    float: none !important;
    margin: 0 auto 7px auto !important;
  }

  .showroom .products .table {
    float: left;
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid var(--nav-color);
  }

  .showroom .products .table:last-child {
    border-bottom-width: 0px;
  }

  .col-xs-6.sponsor {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 900px) {
  nav.main ul li {
    padding: 0 5px;
  }

  ul.main_menu ul li:hover > ul {
    display: block;
    border-left: 1px solid #7f7e6a;
    position: absolute;
    left: 175px;
    top: 0;
    z-index: 103;
  }

  .button-dropdown ul.dropdown {
    margin: -3px 5px 0 5px;
  }
}
/* Tablet */
@media only screen and (max-width: 768px) {
  #header {
    width: 100%;
  }

  #header .header_img .text {
    font-size: 1.2em;
  }

  nav#navmenu .mobilenav {
    display: block;
  }

  nav#navmenu ul li:not(:first-child) {
    display: none;
  }

  nav#navmenu ul li a {
    font: normal 14px/36px Verdana, Geneva, sans-serif;
  }

  nav#navmenu.responsive {
    position: relative;
  }

  nav#navmenu.responsive ul li {
    display: block;
  }

  nav.topmenu ul li.search input[type=text] {
    display: none;
  }

  .contentarea, .splash {
    margin-top: 147px;
    padding-top: 0;
  }

  .logo img {
    transition: all 0.3s;
    max-width: 165px;
    margin-left: 10px;
  }

  ul.main_menu > li > a {
    font-size: .90em;
    white-space: nowrap;
    text-align: center;
  }

  .main {
    clear: both;
    width: 100%;
  }

  form #acceptedcc {
    margin: 0;
  }

  select:required {
    width: 100%;
  }

  .tablet {
    display: block;
  }

  .notablet {
    display: none !important;
  }

  .hidden.tablet, .d-none.tablet {
    display: inline-block !important;
  }
}
/* Tablet */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .contentarea .container, .globalsponsors .container {
    padding: 0 10px;
    font-size: 16px;
  }

  .header_img, .carousel {
    margin: 0 -10px;
  }

  .flex-container > div {
    margin: 10px 10px;
    flex: 1;
    flex-basis: 45%;
  }

  .carousel-caption_inner {
    padding: 7px;
    height: 80px;
  }

  .carousel-caption_inner h2 {
    font-size: 1em;
  }

  .carousel-caption_inner p {
    font-size: 0.85em;
  }
}
/* Mobile */
@media only screen and (max-width: 520px) {
  .contentarea, .splash {
    margin-top: 115px;
  }

  nav.topmenu > ul {
    height: 40px;
  }

  nav.topmenu ul li.icons {
    padding: 5px 5px;
  }

  nav.topmenu ul li.icons ul {
    padding: 0;
  }

  nav.topmenu ul li.icon a {
    font-size: 14px;
  }

  nav.topmenu ul li.mobilelogo a {
    height: 40px;
    padding: 3px 5px;
    background-color: white;
  }

  nav.topmenu ul li.mobilelogo img {
    height: 34px;
  }

  nav.topmenu ul li.menubutton {
    width: 30px;
  }

  nav.main ul {
    padding: 0 2px;
  }

  nav.main ul li {
    padding: 0 1px;
  }

  nav.main ul li.btn a {
    font-size: 0.80em;
    padding: 7px 5px;
    white-space: normal;
    border-radius: 0;
  }

  nav.main ul li.btn > a {
    height: 30px;
  }

  .button-dropdown ul.dropdown {
    margin: -3px 2px 0 2px;
  }

  .breadcrumb {
    margin: 0 -10px;
  }

  .nomobile, #mainmenu {
    display: none !important;
  }

  .logo_box .logo img {
    width: 75%;
  }

  .logo_box {
    margin: 0.5em 0 0 0;
    text-align: center;
  }

  .subnav {
    width: 100%;
    z-index: 100;
  }

  ul.main_menu {
    display: none;
  }

  .subnav nav > ul > li > a {
    padding: .5em;
  }

  nav.nav {
    margin: 5px 0 0 0;
    clear: both;
  }

  .header_img .text {
    bottom: 10px;
    font-size: 1.1em;
    min-width: 150px;
  }

  form div.answer input, form div.answer textarea {
    width: 95%;
  }

  form div.answer select {
    width: 100%;
  }

  form div.answer input[type="checkbox"], form div.answer input[type="submit"], form div.answer input[type="button"], form div.answer input[type="radio"] {
    width: auto;
  }

  .pagination > li > a, .pagination > li > span {
    padding: 6px 9px;
  }

  .flex-container > div {
    margin: 10px 0;
    flex: 1;
    flex-basis: 100%;
  }

  .carousel-caption_inner {
    padding: 5px;
    height: 30px;
  }

  .carousel-caption_inner h2 {
    border-width: 0;
    margin: 0;
    padding: 0;
  }

  .carousel-caption_inner p {
    display: none;
  }

  .searchresults .imgleft {
    float: none;
  }
  .searchresults .col-xs-12 .companylogo {
    max-height: 125px;
  }

  .staff .phone a {
    text-decoration: underline;
    color: #723d97;
    cursor: pointer;
  }

  ul.sponsorlist.global li {
    margin: 0 5px 10px 0;
  }

  #videoplayer {
    width: 90%;
  }

  #player {
    width: 100%;
    height: 100%;
  }

  #videos ul li a {
    width: 95%;
    height: auto;
  }

  #videos ul li a img {
    width: 70%;
  }

  .spanel {
    right: -300px;
    width: 300px;
    top: 40px;
  }

  #emailsignup {
    max-width: 100%;
    font-size: 0.85em;
  }

  #emailsignup .row {
    display: table-row;
  }

  #emailsignup .col1 {
    display: block;
    width: 100%;
  }

  #emailsignup .col2 {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 15px;
  }

  .news .previousnext {
    float: none !important;
    width: 90%;
    margin: 5px auto;
  }

  .memberdirectory {
    font-size: 1em;
  }
  .memberdirectory h3 a {
    font-size: 1.2em !important;
  }
  .memberdirectory em {
    font-size: 1em !important;
  }

  .avatar-sm {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
  }

  .avatar-md {
    width: 55px;
    height: 55px;
    font-size: 20px;
    line-height: 55px;
  }

  .avatar-lg {
    width: 100px;
    height: 100px;
    font-size: 45px;
    line-height: 100px;
  }

  .avatar-xl {
    width: 300px;
    height: 300px;
    font-size: 12px;
    line-height: 300px;
  }

  .mobile {
    display: block;
  }

  .hidden.mobile, .d-none.mobile {
    display: inline-block !important;
  }

  .text-center-mobile {
    text-align: center;
  }

  .cfdebug {
    display: none;
  }
}
@media only screen and (max-width: 359px) {
  nav.main ul li.btn a, #pageheader.small nav.main ul li.btn a {
    font-size: 0.75em;
    padding: 7px 7px;
  }

  nav.topmenu ul li.icons a {
    width: 23px;
  }

  ul.sponsorlist.global li {
    margin: 0 9px 10px 0;
  }

  ul.sponsorlist li img {
    width: 85px;
    height: 60px;
    vertical-align: middle;
  }
}
                /*!
* mmenu.js
* mmenujs.com
*
* Copyright (c) Fred Heusschen
* frebsite.nl
*
* License: CC-BY-NC-4.0
* http://creativecommons.org/licenses/by-nc/4.0/
*/
:root {
  --mm-lineheight:22px;
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu, .mm-menu * {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mm-blocker {
  --mm-blocker-visibility-delay:0.4s;
  --mm-blocker-opacity-delay:0s;
  display: block;
  position: absolute;
  bottom: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  background: var(--mm-color-background);
  -webkit-transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), -webkit-transform 0.4s ease;
  transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), -webkit-transform 0.4s ease;
  -o-transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease;
  transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease;
  transition: visibility 0.4s ease, bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-blocker--blocking {
  --mm-blocker-visibility-delay:0s;
  --mm-blocker-opacity-delay:0.4s;
  bottom: 0;
  visibility: visible;
  opacity: .5;
  pointer-events: auto;
}

.mm-blocker:focus-visible {
  opacity: .75;
}

.mm-btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 50px;
  padding: 0;
}

.mm-btn--next, [dir=rtl] .mm-btn--prev {
  --mm-btn-rotate:135deg;
}

.mm-btn--prev, [dir=rtl] .mm-btn--next {
  --mm-btn-rotate:-45deg;
}

.mm-btn--next:after, .mm-btn--prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid var(--mm-color-icon);
  border-bottom: none;
  border-right: none;
  -webkit-transform: rotate(var(--mm-btn-rotate));
  -ms-transform: rotate(var(--mm-btn-rotate));
  transform: rotate(var(--mm-btn-rotate));
}

.mm-btn--prev:before {
  inset-inline-start: 23px;
}

.mm-btn--next:after {
  inset-inline-end: 23px;
}

.mm-btn--close:before {
  content: "×";
  font-size: 150%;
}

.mm-btnreset {
  padding: 0;
  background: 0 0;
  border: none;
  cursor: pointer;
}

.mm-divider {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  min-height: var(--mm-lineheight);
  padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-lineheight)) * .5) 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mm-color-background-highlight)), to(var(--mm-color-background-highlight)));
  background-image: -o-linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
  background-image: linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.mm-navbar:not(.mm-hidden) ~ .mm-listview .mm-divider {
  top: var(--mm-navbar-size);
}

:root {
  --mm-listitem-size:50px;
}

.mm-listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
}

.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  inset-inline-start: 20px;
  inset-inline-end: 0;
  bottom: 0;
}

.mm-listitem__btn, .mm-listitem__text {
  padding: calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0;
}

.mm-listitem__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-listitem__btn {
  display: block;
  position: relative;
  width: auto;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
  border-color: inherit;
  background: rgba(3, 2, 1, 0);
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem--selected > .mm-listitem__text {
  background: var(--mm-color-background-emphasis);
}

.mm-listitem--opened > .mm-listitem__btn, .mm-listitem--opened > .mm-panel {
  background: var(--mm-color-background-highlight);
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-lineheight);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu ::-webkit-input-placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu ::-moz-placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu :-ms-input-placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu ::-ms-input-placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu ::placeholder {
  color: var(--mm-color-text-dimmed);
}

.mm-menu, .mm-menu * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-menu :focus, .mm-menu :focus-visible, .mm-menu:focus, .mm-menu:focus-visible {
  outline: 0;
}

.mm-menu a, .mm-menu button, .mm-menu label {
  color: inherit;
}

.mm-menu a:focus, .mm-menu button:focus, .mm-menu label:focus {
  outline: 0;
}

.mm-menu a:focus-visible, .mm-menu button:focus-visible, .mm-menu label:focus-visible {
  outline: 2px solid var(--mm-color-focusring);
  outline-offset: -5px;
}

.mm-menu input:focus, .mm-menu input:focus-visible, .mm-menu select:focus, .mm-menu select:focus-visible, .mm-menu textarea:focus, .mm-menu textarea:focus-visible {
  outline: 2px solid var(--mm-color-focusring);
  outline-offset: 2px;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  text-decoration: none;
  color: inherit;
}

:root {
  --mm-navbar-size:50px;
}

.mm-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: var(--mm-navbar-size);
  padding-top: env(safe-area-inset-top);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  background: var(--mm-color-background);
  border-bottom: 1px solid var(--mm-color-border);
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.mm-navbar > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-navbar__btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.mm-navbar__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  overflow: hidden;
}

.mm-navbar__title[href="#"] {
  pointer-events: none;
}

.mm-navbar__title > span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-btn.mm-hidden + .mm-navbar__title:not(:last-child) {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  -webkit-padding-end: 60px;
  padding-inline-end: 60px;
}

.mm-panel {
  --mm-panel-child-offset:100%;
  --mm-panel-parent-offset:-30%;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  -webkit-transform: translate3d(var(--mm-panel-child-offset), 0, 0);
  transform: translate3d(var(--mm-panel-child-offset), 0, 0);
  -webkit-transition: visibility 0s linear .4s,inset-inline-start .4s ease,-webkit-transform .4s ease;
  transition: visibility 0s linear .4s,inset-inline-start .4s ease,-webkit-transform .4s ease;
  -o-transition: visibility 0s linear .4s,transform .4s ease,inset-inline-start .4s ease;
  transition: visibility 0s linear .4s,transform .4s ease,inset-inline-start .4s ease;
  transition: visibility 0s linear .4s,transform .4s ease,inset-inline-start .4s ease,-webkit-transform .4s ease;
}

[dir=rtl] .mm-panel {
  --mm-panel-child-offset:-100%;
  --mm-panel-parent-offset:30%;
}

.mm-panel:after {
  content: "";
  display: block;
  height: var(--mm-listitem-size);
}

.mm-panel:focus {
  outline: 0;
}

.mm-panel--opened {
  visibility: visible;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-panel--parent {
  -webkit-transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
  transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
  z-index: 0;
}

.mm-panel--highest {
  z-index: 3;
}

.mm-menu--opened .mm-panel--noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.mm-panel__content {
  padding: 20px;
}

.mm-panels {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  height: 100%;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

.mm-panels:focus {
  outline: 0;
}

:root {
  --mm-toggle-size:34px;
}

.mm-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: calc((var(--mm-toggle-size) * 1.75));
  -ms-flex: calc((var(--mm-toggle-size) * 1.75)) 0 0px;
  flex: calc((var(--mm-toggle-size) * 1.75)) 0 0;
  height: var(--mm-toggle-size);
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  border-radius: var(--mm-toggle-size);
  border: var(--mm-color-border);
  background: var(--mm-color-border);
  cursor: pointer;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

.mm-toggle:before {
  content: "";
  aspect-ratio: 1;
  margin: 2px;
  border-radius: 100%;
  background: var(--mm-color-background);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-toggle:checked {
  background: #4bd963;
}

.mm-toggle:checked:before {
  -webkit-transform: translateX(calc(var(--mm-toggle-size) * .75));
  -ms-transform: translateX(calc(var(--mm-toggle-size) * .75));
  transform: translateX(calc(var(--mm-toggle-size) * .75));
}

[dir=rtl] .mm-toggle:checked:before {
  -webkit-transform: translateX(calc(var(--mm-toggle-size) * -.75));
  -ms-transform: translateX(calc(var(--mm-toggle-size) * -.75));
  transform: translateX(calc(var(--mm-toggle-size) * -.75));
}

.mm-listitem--vertical > .mm-panel {
  position: static;
  width: 100%;
  padding: 10px 0 10px 20px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.mm-listitem--vertical > .mm-panel:after {
  content: none;
  display: none;
}

.mm-listitem--vertical:not(.mm-listitem--opened) > .mm-panel {
  display: none;
}

.mm-listitem--vertical.mm-listitem--opened > .mm-panel {
  visibility: visible;
}

.mm-listitem--vertical > .mm-listitem__btn {
  height: var(--mm-listitem-size);
  bottom: auto;
}

.mm-listitem--vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem--opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

:root {
  --mm-size:80%;
  --mm-min-size:240px;
  --mm-max-size:440px;
}

.mm-menu--offcanvas {
  position: fixed;
  z-index: 0;
  -webkit-transition: visibility 0s linear .4s;
  -o-transition: visibility 0s linear .4s;
  transition: visibility 0s linear .4s;
}

.mm-menu--offcanvas.mm-menu--opened {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-menu--offcanvas:not(.mm-menu--opened) {
  visibility: hidden;
  pointer-events: none;
}

.mm-menu--offcanvas:not(.mm-menu--opened) * {
  visibility: inherit;
}

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  background: inherit;
}

:where(.mm-slideout) {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  -o-transition-property: width,transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform;
}

.mm-wrapper--opened, .mm-wrapper--opened body {
  overflow: hidden;
}

.mm-wrapper__blocker {
  background: #00000066;
}

.mm-menu {
  --mm-translate-horizontal:0;
  --mm-translate-vertical:0;
}

.mm-menu--position-left, .mm-menu--position-left-front {
  right: auto;
}

.mm-menu--position-right, .mm-menu--position-right-front {
  left: auto;
}

.mm-menu--position-left, .mm-menu--position-left-front, .mm-menu--position-right, .mm-menu--position-right-front {
  width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}

.mm-menu--position-left-front {
  --mm-translate-horizontal:-100%;
}

.mm-menu--position-right-front {
  --mm-translate-horizontal:100%;
}

.mm-menu--position-top {
  bottom: auto;
}

.mm-menu--position-bottom {
  top: auto;
}

.mm-menu--position-bottom, .mm-menu--position-top {
  width: 100%;
  height: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}

.mm-menu--position-top {
  --mm-translate-vertical:-100%;
}

.mm-menu--position-bottom {
  --mm-translate-vertical:100%;
}

.mm-menu--position-bottom, .mm-menu--position-left-front, .mm-menu--position-right-front, .mm-menu--position-top {
  z-index: 2;
  -webkit-transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
  transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
  -webkit-transition: visibility 0s linear .4s,-webkit-transform .4s ease 0s;
  transition: visibility 0s linear .4s,-webkit-transform .4s ease 0s;
  -o-transition: visibility 0s linear .4s,transform .4s ease 0s;
  transition: visibility 0s linear .4s,transform .4s ease 0s;
  transition: visibility 0s linear .4s,transform .4s ease 0s,-webkit-transform .4s ease 0s;
}

.mm-menu--position-bottom.mm-menu--opened, .mm-menu--position-left-front.mm-menu--opened, .mm-menu--position-right-front.mm-menu--opened, .mm-menu--position-top.mm-menu--opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-wrapper--position-left {
  --mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  );
}

.mm-wrapper--position-right {
  --mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  );
}

.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, .mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {
  -webkit-transform: translate3d(var(--mm-translate-horizontal), 0, 0);
  transform: translate3d(var(--mm-translate-horizontal), 0, 0);
}

.mm-wrapper--position-bottom .mm-wrapper__blocker, .mm-wrapper--position-left-front .mm-wrapper__blocker, .mm-wrapper--position-right-front .mm-wrapper__blocker, .mm-wrapper--position-top .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu--theme-light {
  --mm-color-background:#f3f3f3;
  --mm-color-border:rgb(0 0 0 / 0.15);
  --mm-color-icon:rgb(0 0 0 / 0.4);
  --mm-color-text:rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed:rgb(0 0 0 / 0.4);
  --mm-color-background-highlight:rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.75);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-light-contrast {
  --mm-color-background:#f3f3f3;
  --mm-color-border:rgb(0 0 0 / 0.5);
  --mm-color-icon:rgb(0 0 0 / 0.5);
  --mm-color-text:#000;
  --mm-color-text-dimmed:rgb(0 0 0 / 0.7);
  --mm-color-background-highlight:rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.9);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-dark {
  --mm-color-background:#333;
  --mm-color-border:rgb(0, 0, 0, 0.4);
  --mm-color-icon:rgb(255, 255, 255, 0.4);
  --mm-color-text:rgb(255, 255, 255, 0.8);
  --mm-color-text-dimmed:rgb(255, 255, 255, 0.4);
  --mm-color-background-highlight:rgb(255, 255, 255, 0.08);
  --mm-color-background-emphasis:rgb(0, 0, 0, 0.1);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-dark-contrast {
  --mm-color-background:#333;
  --mm-color-border:rgb(255 255 255 / 0.5);
  --mm-color-icon:rgb(255 255 255 / 0.5);
  --mm-color-text:#fff;
  --mm-color-text-dimmed:rgb(255 255 255 / 0.7);
  --mm-color-background-highlight:rgb(255 255 255 / 0.1);
  --mm-color-background-emphasis:rgb(0 0 0 / 0.3);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-white {
  --mm-color-background:#fff;
  --mm-color-border:rgb(0 0 0 / 0.15);
  --mm-color-icon:rgb(0 0 0 / 0.3);
  --mm-color-text:rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed:rgb(0 0 0 / 0.3);
  --mm-color-background-highlight:rgb(0 0 0 / 0.06);
  --mm-color-background-emphasis:rgb(0 0 0 / 0.03);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-white-contrast {
  --mm-color-background:#fff;
  --mm-color-border:rgb(0 0 0 / 0.5);
  --mm-color-icon:rgb(0 0 0 / 0.5);
  --mm-color-text:#000;
  --mm-color-text-dimmed:rgb(0 0 0 / 0.7);
  --mm-color-background-highlight:rgb(0 0 0 / 0.07);
  --mm-color-background-emphasis:rgb(0 0 0 / 0.035);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-black {
  --mm-color-background:#000;
  --mm-color-border:rgb(255 255 255 / 0.2);
  --mm-color-icon:rgb(255 255 255 / 0.4);
  --mm-color-text:rgb(255 255 255 / 0.7);
  --mm-color-text-dimmed:rgb(255 255 255 / 0.4);
  --mm-color-background-highlight:rgb(255 255 255 / 0.1);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.06);
  --mm-color-focusring:#06c;
}

.mm-menu--theme-black-contrast {
  --mm-color-background:#000;
  --mm-color-border:rgb(255 255 255 / 0.5);
  --mm-color-icon:rgb(255 255 255 / 0.5);
  --mm-color-text:#fff;
  --mm-color-text-dimmed:rgb(255 255 255 / 0.6);
  --mm-color-background-highlight:rgb(255 255 255 / 0.125);
  --mm-color-background-emphasis:rgb(255 255 255 / 0.1);
  --mm-color-focusring:#06c;
}

.mm-counter {
  display: block;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  float: right;
  color: var(--mm-color-text-dimmed);
}

[dir=rtl] .mm-counter {
  float: left;
}

:root {
  --mm-iconbar-size:50px;
}

.mm-menu--iconbar-left .mm-navbars, .mm-menu--iconbar-left .mm-panels {
  margin-left: var(--mm-iconbar-size);
}

.mm-menu--iconbar-right .mm-navbars, .mm-menu--iconbar-right .mm-panels {
  margin-right: var(--mm-iconbar-size);
}

.mm-iconbar {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
}

.mm-menu--iconbar-left .mm-iconbar, .mm-menu--iconbar-right .mm-iconbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mm-menu--iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0;
}

.mm-menu--iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0;
}

.mm-iconbar__bottom, .mm-iconbar__top {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0;
}

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none;
}

.mm-iconbar__tab--selected {
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-iconpanel-size:50px;
}

.mm-panel--iconpanel-0 {
  inset-inline-start: calc(0 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-1 {
  inset-inline-start: calc(1 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-2 {
  inset-inline-start: calc(2 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-3 {
  inset-inline-start: calc(3 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-4 {
  inset-inline-start: calc(4 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-first ~ .mm-panel {
  inset-inline-start: var(--mm-iconpanel-size);
}

.mm-menu--iconpanel .mm-panel--parent .mm-divider, .mm-menu--iconpanel .mm-panel--parent .mm-navbar {
  opacity: 0;
}

.mm-menu--iconpanel .mm-panels > .mm-panel--parent {
  visibility: visible;
  overflow-y: hidden;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.mm-menu--iconpanel .mm-panels > .mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) {
  border-inline-start-width: 1px;
  border-inline-start-style: solid;
}

.mm-panel__blocker.mm-blocker--blocking {
  bottom: -100000px;
}

.mm-navbars {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mm-navbars .mm-navbar {
  position: relative;
  padding-top: 0;
  border-bottom: none;
}

.mm-navbars--top {
  border-bottom: 1px solid var(--mm-color-border);
}

.mm-navbars--top .mm-navbar:first-child {
  padding-top: env(safe-area-inset-top);
}

.mm-navbars--bottom {
  border-top: 1px solid var(--mm-color-border);
}

.mm-navbars--bottom .mm-navbar:last-child {
  padding-bottom: env(safe-area-inset-bottom);
}

.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mm-navbar__breadcrumbs > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-padding-end: 6px;
  padding-inline-end: 6px;
}

.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar__breadcrumbs:not(:last-child) {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.mm-navbar__tab {
  padding: 0 10px;
  border: 1px solid transparent;
}

.mm-navbar__tab--selected {
  background: var(--mm-color-background);
}

.mm-navbar__tab--selected:not(:first-child) {
  border-inline-start-color: var(--mm-color-border);
}

.mm-navbar__tab--selected:not(:last-child) {
  border-inline-end-color: var(--mm-color-border);
}

.mm-navbars--top.mm-navbars--has-tabs {
  border-bottom: none;
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar {
  background: var(--mm-color-background-emphasis);
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs ~ .mm-navbar {
  background: var(--mm-color-background);
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child {
  border-bottom: 1px solid var(--mm-color-border);
}

.mm-navbars--top .mm-navbar__tab {
  border-bottom-color: var(--mm-color-border);
}

.mm-navbars--top .mm-navbar__tab--selected {
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent;
}

.mm-navbars--bottom.mm-navbar--has-tabs {
  border-top: none;
}

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar {
  background: var(--mm-color-background);
}

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs, .mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs ~ .mm-navbar {
  background: var(--mm-color-background-emphasis);
}

.mm-navbars--bottom .mm-navbar__tab {
  border-top-color: var(--mm-color-border);
}

.mm-navbars--bottom .mm-navbar__tab--selected {
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent;
}

.mm-searchfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}

.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-searchfield__input input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: auto;
  max-height: auto;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * .7);
  font: inherit;
  font-size: inherit;
}

.mm-searchfield__input input, .mm-searchfield__input input:focus, .mm-searchfield__input input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text);
}

.mm-menu[class*=-contrast] .mm-searchfield__input input {
  border: 1px solid var(--mm-color-border);
}

.mm-searchfield__input input::-ms-clear {
  display: none;
}

.mm-searchfield__btn {
  display: none;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
}

.mm-searchfield--searching .mm-searchfield__btn {
  display: block;
}

.mm-searchfield__cancel {
  display: block;
  position: relative;
  -webkit-margin-end: -100px;
  margin-inline-end: -100px;
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
  visibility: hidden;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition-property: visibility,margin;
  -o-transition-property: visibility,margin;
  transition-property: visibility,margin;
}

.mm-searchfield--cancelable .mm-searchfield__cancel {
  visibility: visible;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.mm-panel--search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border: none !important;
}

.mm-panel__splash {
  padding: 20px;
}

.mm-panel--searching .mm-panel__splash {
  display: none;
}

.mm-panel__noresults {
  display: none;
  padding: 40px 20px;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  line-height: 1.4;
}

.mm-panel--noresults .mm-panel__noresults {
  display: block;
}

:root {
  --mm-sectionindexer-size:20px;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: var(--mm-sectionindexer-size);
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: calc(-1 * var(--mm-sectionindexer-size));
  z-index: 5;
  -webkit-transition-property: inset-inline-end;
  -o-transition-property: inset-inline-end;
  transition-property: inset-inline-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.mm-sectionindexer a {
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}

.mm-sectionindexer ~ .mm-panel {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.mm-sectionindexer--active {
  right: 0;
}

.mm-sectionindexer--active ~ .mm-panel {
  -webkit-padding-end: var(--mm-sectionindexer-size);
  padding-inline-end: var(--mm-sectionindexer-size);
}

.mm-menu--selected-hover .mm-listitem__btn, .mm-menu--selected-hover .mm-listitem__text, .mm-menu--selected-parent .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem__text {
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}

@media (hover: hover) {
  .mm-menu--selected-hover .mm-listview:hover > .mm-listitem--selected:not(:hover) > .mm-listitem__text {
    background: 0 0;
  }

  .mm-menu--selected-hover .mm-listitem__btn:hover, .mm-menu--selected-hover .mm-listitem__text:hover {
    background: var(--mm-color-background-emphasis);
  }
}
.mm-menu--selected-parent .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem__text {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

@media (hover: hover) {
  .mm-menu--selected-parent .mm-listitem__btn:hover, .mm-menu--selected-parent .mm-listitem__text:hover {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent) > .mm-listitem__text {
  background: 0 0;
}

.mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__text {
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-sidebar-collapsed-size:50px;
  --mm-sidebar-expanded-size:var(--mm-max-size);
}

.mm-wrapper--sidebar-collapsed .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
}

.mm-wrapper--sidebar-collapsed .mm-menu--sidebar-collapsed {
  visibility: visible;
}

.mm-wrapper--sidebar-collapsed .mm-slideout {
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-panel--opened {
  visibility: visible;
}

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider, .mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar {
  opacity: 0;
}

.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded {
  width: var(--mm-sidebar-expanded-size);
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened {
  overflow: auto;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker {
  display: none;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/*Navbars*/
.mm-navbars {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mm-navbars .mm-navbar {
  position: relative;
  padding-top: 0;
  border-bottom: none;
}

.mm-navbars--top {
  border-bottom: 1px solid var(--mm-color-border);
}

.mm-navbars--top .mm-navbar:first-child {
  padding-top: env(safe-area-inset-top);
}

.mm-navbars--bottom {
  border-top: 1px solid var(--mm-color-border);
}

.mm-navbars--bottom .mm-navbar:last-child {
  padding-bottom: env(safe-area-inset-bottom);
}

.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mm-navbar__breadcrumbs > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-padding-end: 6px;
  padding-inline-end: 6px;
}

.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar__breadcrumbs:not(:last-child) {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.mm-navbar__tab {
  padding: 0 10px;
  border: 1px solid transparent;
}

.mm-navbar__tab--selected {
  background: var(--mm-color-background);
}

.mm-navbar__tab--selected:not(:first-child) {
  border-inline-start-color: var(--mm-color-border);
}

.mm-navbar__tab--selected:not(:last-child) {
  border-inline-end-color: var(--mm-color-border);
}

.mm-navbars--top.mm-navbars--has-tabs {
  border-bottom: none;
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar {
  background: var(--mm-color-background-emphasis);
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs ~ .mm-navbar {
  background: var(--mm-color-background);
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child {
  border-bottom: 1px solid var(--mm-color-border);
}

.mm-navbars--top .mm-navbar__tab {
  border-bottom-color: var(--mm-color-border);
}

.mm-navbars--top .mm-navbar__tab--selected {
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent;
}

.mm-navbars--bottom.mm-navbar--has-tabs {
  border-top: none;
}

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar {
  background: var(--mm-color-background);
}

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs, .mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs ~ .mm-navbar {
  background: var(--mm-color-background-emphasis);
}

.mm-navbars--bottom .mm-navbar__tab {
  border-top-color: var(--mm-color-border);
}

.mm-navbars--bottom .mm-navbar__tab--selected {
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent;
}

/*Searchfield*/
.mm-searchfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}

.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-searchfield__input input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: auto;
  max-height: auto;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * .7);
  font: inherit;
  font-size: inherit;
}

.mm-searchfield__input input, .mm-searchfield__input input:focus, .mm-searchfield__input input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text);
}

.mm-menu[class*=-contrast] .mm-searchfield__input input {
  border: 1px solid var(--mm-color-border);
}

.mm-searchfield__input input::-ms-clear {
  display: none;
}

.mm-searchfield__btn {
  display: none;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
}

.mm-searchfield--searching .mm-searchfield__btn {
  display: block;
}

.mm-searchfield__cancel {
  display: block;
  position: relative;
  -webkit-margin-end: -100px;
  margin-inline-end: -100px;
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
  visibility: hidden;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition-property: visibility,margin;
  -o-transition-property: visibility,margin;
  transition-property: visibility,margin;
}

.mm-searchfield--cancelable .mm-searchfield__cancel {
  visibility: visible;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.mm-panel--search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border: none !important;
}

.mm-panel__splash {
  padding: 20px;
}

.mm-panel--searching .mm-panel__splash {
  display: none;
}

.mm-panel__noresults {
  display: none;
  padding: 40px 20px;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  line-height: 1.4;
}

.mm-panel--noresults .mm-panel__noresults {
  display: block;
}

/*Counters*/
.mm-counter {
  display: block;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  float: right;
  color: var(--mm-color-text-dimmed);
  text-align: right;
  min-width: 44px;
}

[dir=rtl] .mm-counter {
  float: left;
}

/* jQuery.mmenu Custom Theme CSS */
.mh-head a[href="#page"] {
  display: none !important;
}

.mm-wrapper--opened .mh-head a[href="#mobilemenu"] {
  display: none !important;
}
.mm-wrapper--opened .mh-head a[href="#page"] {
  display: block !important;
}
.mm-wrapper--opened .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-wrapper__blocker {
  background: none;
}

.mm-menu {
  --mm-listitem-size:44px;
  --mm-color-background-emphasis:#fff;
  font-size: 14px;
}
.mm-menu .mm-navbar {
  --mm-color-background:#5c5a5f;
  --mm-color-text:#fff;
  --mm-color-text-dimmed:#fff;
  --mm-color-icon:#fff;
  --mm-navbar-size:40px;
  font-size: 16px;
}
.mm-menu .mm-navbar__searchfield {
  --mm-color-text:#333;
  --mm-color-text-dimmed:#333;
  --mm-color-icon:#333;
  background-color: #dfe7f7 !important;
  font-size: 14px;
}
.mm-menu .mm-navbar__searchfield .mm-btn--close:before {
  color: #333;
}
.mm-menu .mm-panel {
  --mm-color-background:#dfe7f7;
  --mm-color-text:#5c5a5f;
  --mm-color-text-dimmed:#5c5a5f;
}
.mm-menu .mm-listitem.selected {
  background-color: #fff;
}
.mm-menu .mm-listitem.subhead {
  background-color: #723d97;
  color: #fff;
  text-transform: uppercase;
}
.mm-menu .mm-listitem span.date, .mm-menu .mm-listitem span.location {
  display: block;
  font-size: 0.9em;
}
.mm-menu .mm-listitem:after {
  inset-inline-start: 0;
}
