@charset "UTF-8";
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* JQuery UI customization */
.ui-widget {
  font-size: 1rem !important;
  font-family: Tahoma, Arial, san-serif !important;
}

.ui-widget-content {
  color: #313131 !important;
}

.ui-widget-content a, .ui-widget-content a:visited {
  color: #3f7fb0;
}

.ui-autocomplete-loading {
  background: white url(data:image/gif;base64,R0lGODlhEAAQAPMPALu7u5mZmTMzM93d3REREQAAAHd3d1VVVWZmZqqqqoiIiO7u7kRERCIiIgARAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAPACwAAAAAEAAQAEAEcPDJtyg6dUrFetDTIopMoSyFcxxD1krD8AwCkASDIlPaUDQLR6G1Cy0SgqIkE1IQGMrFAKCcGWSBzwPAnAwarcKQ15MpTMJYd1ZyUDXSDGelBY0qIoBh/ZoYGgELCjoxCRRvIQcGD1kzgSAgAACQDxEAIfkEBQcADwAsAAAAAA8AEAAABF3wyfkMkotOJpscRKJJwtI4Q1MAoxQ0RFBw0xEvhGAVRZZJh4JgMAEQW7TWI4EwGFjKR+CAQECjn8DoN0kwDtvBT8FILAKJgfoo1iAGAPNVY9DGJXNMIHN/HJVqIxEAIfkEBQcADwAsAAAAABAADwAABFrwyfmColgiydpaQiY5x9Ith7hURdIl0wBIhpCAjKIIxaAUPQ0hFQsAC7MJALFSFi4SgC4wyHyuCYNWxH3AuhSEotkNGAALAPqqkigG8MWAjAnM4A8594vPUyIAIfkEBQcADwAsAAAAABAAEAAABF3wySkDvdKsddg+APYIWrcg2DIRQAcU6DJICjIsjBEETLEEBYLqYSDdJoCGiHgZwG4LQCCRECEIBAdoF5hdEIWwgBJqDs7DgcKyRHZl3uUwuhm2AbNNW+LV7yd+FxEAIfkEBQcACAAsAAAAABAADgAABEYQyYmMoVgeWQrP3NYhBCgZBdAFRUkdBIAUguVVo1ZsWFcEGB5GMBkEjiCBL2a5ZAi+m2SAURExwKqPiuCafBkvBSCcmiYRACH5BAUHAA4ALAAAAAAQABAAAARs0MnpAKDYrbSWMp0xZIvBKYrXjNmADOhAKBiQDF5gGcICNAyJTwFYTBaDQ0HAkgwSmAUj0OkMrkZM4HBgKK7YTKDRICAo2clAEIheKc9CISjEVTuEQrJASGcSBQcSUFEUDQUXJBgDBW0Zj34RACH5BAUHAA8ALAAAAAAQABAAAARf8Mn5xqBYgrVC4EEmBcOSfAEjSopJMglmcQlgBYjE5NJgZwjCAbO4YBAJjpIjSiAQh5ayyRAIDKvJIbnIagoFRFdkQDQKC0RBsCIUFAWsT7RwG410R8HiiK0WBwJjFBEAIfkEBQcADgAsAQABAA8ADwAABFrQybEWADXJLUHHAMJxIDAgnrOo2+AOibEMh1LN62gIxphzitRoCDAYNcNN6FBLShao4WzwHDQKvVGhoFAwGgtFgQHENhoB7nCwHRAIC0EyUcC8Zw1ha3NIRgAAIfkEBQcADwAsAAAAABAAEAAABGDwyfnWoljaNYYFV+Zx3hCEGEcuypBtMJBISpClAWLfWODymIFiCJwMDMiZBNAAYFqUAaNQ2E0YBIXGURAMCo1AAsFYBBoIScBJEwgSVcmP0li4FwcHz+FpCCQMPCFINxEAIfkEBQcADgAsAAABABAADwAABFzQyemWXYNqaSXY2vVtw3UNmROM4JQowKKlFOsgRI6ASQ8IhSADFAjAMIMAgSYJtByxyQIhcEoaBcSiwegpDgvAwSBJ0AIHBoCQqIAEi/TCIAABGhLG8MbcKBQgEQAh+QQFBwAPACwAAAEAEAAPAAAEXfDJSd+qeK5RB8fDRRWFspyotAAfQBbfNLCVUSSdKDV89gDAwcFBIBgywMRnkWBgcJUDKSZRIKAPQcGwYByAAYTEEJAAJIGbATEQ+B4ExmK9CDhBd8ThdHw/AmUYEQAh+QQFBwAPACwAAAEADwAPAAAEXvBJQIa8+ILSspdHkXxS9wxF4Q3L2aTBeC0sFjhAtuyLIjAMhYc2GBgaSKGuyNoBDp7czFAgeBIKwC6kWCAMxUSAFjtNCAAFGGF5tCQLAaJnWCTqHoREvQuQJAkyGBEAOw==) right center no-repeat;
}

button.ui-button {
  padding: 0.5em 1.2em;
  font-weight: normal;
}

button.ui-button, button.ui-button:focus {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) repeat-x top left #e8e8e8;
  border: 1px solid #ccc;
  color: #555960;
  text-shadow: 0 -1px 1px #c7c8c9;
}

button.ui-button:hover, button.ui-button:active {
  border-color: #c7665b;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAbCAYAAAC9WOV0AAAAeElEQVR42h3H7Q6BAACF4XNhQoat1MpH5aNsZthMy7gDt4oIMVdwOuvPs/fF/5IR5TkmfidRHufEtyadag+R2IfEZzch3tsx8dqMxNoXK08sXaJIHOK5sMXMIvKorwp6qqBLPIYdlW8Sd6+tclsqp0ncBgZxtRusAN0cRcCtsTrxAAAAAElFTkSuQmCC) repeat-x top left #e34b3d;
  color: white;
  text-shadow: 0 -1px 1px #c43d33;
}

.ui-dialog {
  padding: 1em;
  box-shadow: 0 0 50px black;
  background: #eee;
  z-index: 10000;
}

.ui-dialog .ui-dialog-content {
  padding: 0;
}

.ui-dialog .ui-dialog-titlebar {
  margin: -1em -1em 1em;
  background: #dbdbdb;
  border: none;
  border-radius: 0;
  padding: 1em;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: #484848;
  margin: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-icon-closethick {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAATklEQVR42mNgAIKCggIBBgIArgbEKCkpuV5cXNyHSzFIDqQGrgkkUFpa+h+bJpxy2CTwGYShgKBidE1EKSZZA0lOIsnTJAUrWRFHStIAAB86do0kgJkfAAAAAElFTkSuQmCC);
  background-position: center;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: none;
  background: none;
  border-radius: 0;
  right: 1em;
}

.ui-dialog .ui-dialog-buttonpane {
  margin: 1em -1em -1em;
  padding: .5em 1em;
  background: none;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 0 0 .5em;
}

.ui-accordion .ui-accordion-header {
  background: #dbdbdb;
  border: none;
  color: #484848;
  padding: .5em 1em;
  font-weight: normal;
}

.ui-accordion .ui-accordion-header.ui-state-hover, .ui-accordion .ui-accordion-header.ui-accordion-header-active {
  background: #ccc;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}

.ui-accordion .ui-accordion-content {
  background: #eee;
}

.ui-datepicker-title select,
.ui-datepicker-title select:focus,
.ui-datepicker-title select:active {
  padding: 0.1em;
  height: auto;
  border-radius: 0;
}

.ui-datepicker-header a.ui-datepicker-prev,
.ui-datepicker-header a.ui-datepicker-next {
  top: auto;
  border: none;
  background: none;
  font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  left: 0;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  right: 0;
  cursor: pointer;
}

.ui-tabs {
  padding: 0;
}

.ui-tabs .ui-tabs-panel {
  padding: 0;
}

.ui-tabs .ui-tabs-active {
  background: #f8f9f9;
}

.ui-tabs a {
  color: #333;
}

.ui-tabs fieldset.billing-plan {
  background: #f6f6f6;
}

.ui-tabs .ui-tabs-nav {
  padding-left: 1em;
}

.ui-tabs .ui-tabs-nav li a.ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li a {
  padding: .8em 1em;
  float: none;
  display: inline-block;
}

.ui-tabs.ui-widget-content {
  border: none;
  background: none;
}

.ui-tabs .ui-widget-header {
  border: none;
  background: none;
}

.ui-tabs .ui-widget-header .ui-state-default,
.ui-tabs .ui-widget-header .ui-state-active {
  font-weight: normal;
  border-color: #cccccc;
}

.ui-tabs .ui-widget-header .ui-state-default .billing-plan-del:hover,
.ui-tabs .ui-widget-header .ui-state-active .billing-plan-del:hover {
  cursor: pointer;
}

.ui-tabs .ui-widget-header .ui-state-default {
  background: #f6f6f6;
}

.ui-tabs .ui-widget-header .ui-state-active {
  background: #f8f9f9;
}

.ui-tabs .ui-widget-header .ui-state-active a {
  color: #333;
}

.ui-tabs .ui-widget-header .ui-state-hover {
  background: #f1f1f1;
}

.ui-tabs .ui-widget-header .plan-add {
  background: none;
  border: none;
}

.ui-tabs .ui-widget-header .plan-add a {
  color: #1c94c4;
}

.ui-tabs .ui-widget-header .plan-add a:hover {
  background: #f1f1f1;
  border-radius: 4px;
}

.ui-tabs .ui-widget-header .plan-add span {
  display: inline-block;
  transform: scale(2, 2);
}

.ui-tabs .ui-widget-header .billing-plan-del:hover {
  border-top-right-radius: 3px;
  background: #db4437;
  color: white;
}

fieldset.billing-plan .terms-text {
  opacity: .8;
}

fieldset.billing-plan legend {
  padding-top: 1.5em;
  border-top: 1px solid #d5d5d5;
}

#billing-plan-wrap {
  padding-top: 2em;
}

body .ui-tooltip {
  background: #f8f8f8;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  box-shadow: 0 10px 15px #0004;
  padding: 1.2em;
}

.ui-tooltip:before,
.ui-tooltip:after {
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: #f8f8f8;
  position: absolute;
  z-index: -1;
  border-color: #c2c2c2;
  border-style: solid;
}

.ui-tooltip {
  transition: transform .3s, opacity .3s;
  opacity: 0;
}

.ui-tooltip.ui-tooltip-position-vertical-top.ui-tooltip-shown {
  transform: translateY(-20px);
  opacity: 1;
}

.ui-tooltip.ui-tooltip-position-vertical-bottom.ui-tooltip-shown {
  transform: translateY(20px);
  opacity: 1;
}

.ui-tooltip.ui-tooltip-position-vertical-top:before {
  content: "";
  top: -8px;
  border-width: 1px 0 0 1px;
}

.ui-tooltip.ui-tooltip-position-vertical-bottom:after {
  content: "";
  bottom: -8px;
  border-width: 0 1px 1px 0;
}

.ui-tooltip.ui-tooltip-position-horizontal-left:before,
.ui-tooltip.ui-tooltip-position-horizontal-left:after {
  left: 25px;
}

.ui-tooltip.ui-tooltip-position-horizontal-right:before,
.ui-tooltip.ui-tooltip-position-horizontal-right:after {
  right: 25px;
}

.ui-widget-overlay {
  opacity: .6;
}

.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  border: none;
}

.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  border: none;
  background: #5897fb;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: 0;
}

/* END JQuery UI customization */
body,
html {
  height: 100%;
}

.am-layout {
  min-height: 100%;
  margin: 0 0 -30px 0;
  padding: 0;
}

@media all and (min-width: 800px) {
  .am-layout {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAABCAYAAAAmaMpmAAAAIUlEQVR42u3XQREAAAgDIPt3XBZ3hvAHLZgkCwAA8O3uUboOc2mO8R9BAAAAAElFTkSuQmCC) repeat-y top center #ededed;
  }
}

.am-credits {
  margin-top: -2em;
  color: #333;
  height: 2em;
  text-align: center;
  font-size: 0.8rem;
  opacity: .5;
}

.am-credits a {
  color: #3f7fb0 !important;
}

.am-common {
  font-family: Tahoma, Arial, san-serif;
  color: #303030;
}

.am-common legend {
  color: #303030;
}

.am-common h1 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1em;
  height: auto;
  margin: 0 0 0.6em;
}

.am-common h2 {
  font-size: 1.2rem;
  line-height: 1em;
  height: auto;
  margin: 0 0 0.6em;
}

.am-common h3 {
  font-size: 1rem;
  line-height: 1em;
  height: auto;
  font-weight: bold;
  margin: 0 0 0.6em;
}

.am-common em {
  font-style: italic;
}

.am-common p {
  padding-bottom: 0.6em;
  line-height: 1.5em;
}

.am-common strong {
  font-weight: bold;
}

.am-common hr {
  background-color: #dbdbdb;
  border: 0;
  width: 100%;
  height: 1px;
}

.am-common a {
  color: #3f7fb0;
}

.am-common pre {
  line-height: 150%;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.am-common a:focus {
  outline: none;
}

.am-common a:hover {
  text-decoration: none;
}

.am-common ul {
  margin: 0 0 1em 2em;
}

.am-common ul li {
  list-style-type: disc;
  margin-bottom: .4em;
}

.am-common ol {
  margin: 0 0 1em 2em;
}

.am-common ol li {
  list-style-type: decimal;
  margin-bottom: .4em;
}

.am-main {
  /* applies to am-header-content/am-body-content-wrapper/am-footer-content-wrapper */
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
}

@media all and (max-width: 320px) {
  .am-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.am-header {
  overflow: hidden;
  background: #325069;
}

.am-header .am-header-content-wrapper {
  border-width: 0 1px;
  border-style: solid;
  border-color: #688296;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAlCAYAAACDKIOpAAAAl0lEQVR42i3HWQsBARhG4fdHWQZZIvt2aV8yoTSEYewRRVnKHv7s65uam6dzkJ3/iMzsa5GefgTjTSRNUuMXER89iZj+IBL6TXZ4lx1IRftXoXchIt0zEdZOREg7Ch2z2gci2NoT/taOCDS3UqqUT90Q3sbawlNfEe7aknBVF4RSmUuVBaU0IZxFg3AUxoQ9P5IyseV0/gEOJ1D+HN2CXgAAAABJRU5ErkJggg==) repeat-x top left #355873;
}

.am-header .am-header-content {
  padding: 10px 0;
  overflow: hidden;
}

.am-header .am-header-content .am-header-content-logo {
  float: left;
  margin-right: 1em;
}

.am-header-line {
  height: 12px;
  background: #9c9c9c;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #ebebeb;
}

@media all and (min-width: 800px) {
  .am-body {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAAYUlEQVR42u3EtxHEMBAEMPbfIb33pgUquWDn1cGPEIBxzi/7SQiBSSkppdQrrTVljKGstZhzDvPeUyGEy2KMWEqJyjlTpRSq1vqqtXZZ7x0bY2BzTmythe29sXPO19df9QBs/+3+S5sxywAAAABJRU5ErkJggg==) repeat-x left top #ededed;
  }
}

.am-body .am-body-content-wrapper {
  text-align: left;
  background: white;
  padding-bottom: 50px;
  padding-top: 1em;
}

@media all and (min-width: 800px) {
  .am-body .am-body-content-wrapper {
    border-color: #dbdbdb;
    border-width: 0 1px;
    border-style: solid;
  }
}

.am-body .am-body-content-top::after {
  content: " ";
  display: block;
  clear: both;
}

.am-footer {
  color: #919191;
  height: 30px;
}

.am-footer .am-footer-content-wrapper {
  background: #325069;
  color: white;
  height: 30px;
}

.am-footer .am-footer-content {
  padding-top: 0.5em;
}

.am-footer .am-footer-content a {
  color: white;
}

.am-footer .am-footer-actions {
  float: right;
}

.am-footer .am-footer-actions #am-action-move-to-top {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAKUlEQVR42mNgGDTgPxSQpYkkzeiKidKMrAgXm6AmZHGcmrFpIiRGNgAAoUR3idpv4oAAAAAASUVORK5CYII=) center center no-repeat;
  vertical-align: middle;
}

.am-footer .am-footer-content-content {
  display: flex;
  justify-content: space-between;
}

.am-footer .am-footer-sm {
  white-space: nowrap;
}

.am-footer .am-footer-sm a {
  margin-right: .4em;
}

.am-footer .am-footer-sm a:last-of-type {
  margin-right: 0;
}

@media all and (max-width: 500px) {
  .am-footer .am-footer-content-content {
    display: block;
  }
  .am-footer .am-footer-text {
    margin-bottom: 1em;
    text-align: center;
  }
  .am-footer .am-footer-sm {
    text-align: center;
    margin-bottom: 1em;
  }
}

.am-member-payment-history-amount {
  text-align: right;
}

@media all and (max-width: 500px) {
  .am-member-payment-history-items {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .am-member-payment-history-paysys {
    display: none;
  }
}

.am-member-payment-history-row-refund td,
.am-member-payment-history-row-refund td a {
  color: #ba2727;
}

ul.am-breadcrumbs {
  font-size: 90%;
  margin: 0 0 0.5em;
  overflow: hidden;
  padding: 0 1em 0 0;
}

ul.am-breadcrumbs .am-breadcrumbs-item,
ul.am-breadcrumbs .am-breadcrumbs-separator {
  float: left;
  margin: 0 0.5em 0 0;
  padding: 0;
  list-style: none;
}

.am-thanks-awaiting-refresh {
  margin-top: 20px;
  color: gray;
}

.am-thanks-status-success {
  padding-bottom: 1em;
  color: green;
}

.am-thanks-payment-details {
  padding-bottom: 1em;
}

.am-thanks-login-offer {
  padding-bottom: 1em;
}

/* Grid */
.am-check-all-offer {
  padding: 0.5em;
  border-bottom: 1px solid #c2c2c2;
}

.am-filter-wrap {
  color: #333;
  background: #e7e8e9;
  padding: 0.5em;
  text-align: right;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 3px;
}

.am-filter-wrap .filter-title {
  float: right;
  margin-right: 1em;
  line-height: 2em;
}

.am-filter-wrap .filter-inputs {
  float: right;
  margin-right: 0.5em;
  text-align: left;
}

.am-filter-wrap .filter-button {
  float: right;
  text-align: left;
}

.am-filter-wrap .filter-button input[type=submit],
.am-filter-wrap .filter-button input[type=submit]:hover,
.am-filter-wrap .filter-button input[type=submit]:active {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBoZWlnaHQ9IjE4IiB3aWR0aD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIj48cGF0aCBkPSJNMCw4IEwwLDEwIEwxNSwxMCBMNywxOCBMOSwxOCBMMTgsOSBMOSwwIEw3LDAgTDE1LDggWiIgc3R5bGU9ImZpbGw6IzU1NTk2MDsgc3Ryb2tlLXdpZHRoOjAiLz48L3N2Zz4=") no-repeat center center transparent;
  vertical-align: middle;
}

.am-filter-wrap .filter-button input[type=submit]:hover,
.am-filter-wrap .filter-button input[type=submit]:active {
  background-color: #dedede;
  border-color: #c2c2c2;
  box-shadow: 0 0 5px #0000001d;
}

.am-filter-wrap form.filter {
  float: none;
  margin: 0;
}

.am-filter-wrap form.filter input[type=text] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAABeElEQVQ4y83TPYsTURjF8f+ZDL4UWlgFSeNWvmAjqBC9M/gNBCstd82nUKzExl6QsIpsl04stBvmTsimdP0AsmCpu9VqEdZ7bIyExTjBQjzVvQ+XHw8HLvxv0dHBeDw+lVK6DxTAMUkfgGEI4ePKUIzxCvAGOAvsSjqwfR74LmkQQthaBmXzw3Q6PQ28Bg5t3yiK4lwI4bLtNWDb9ssY47VWaDabbQA923fLspzM52VZfsrz/A7w2fbDVkjSTWB3EZmn3+/vA+8khVYopXRS0sHSMqWvwIlWKMuyHdsXqqrqHX00Go06tm/Zft8KAUPgsNPpbE0mkzPzYVVVebfbfQpclPR46caLl7qu70l6JWnP9lvb3ySVwCXgC/AohPBcUvojBNA0zfWU0oOfxR63vZNl2RPbPeCZ7RdFUQx+h60U21ld15sxRtd1vWl7sRbyVSFJyfYgxoik9Rgjtn9tplWhxc1ijENJtyVdbfuDrVjTNGt/DfyT/ACg8aXpx984kwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}

.am-filter-wrap form.filter input[type=text].datepicker {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAA0UlEQVQ4y9WSMW4CMRBF36x8Ay6wBQ1ScgS8zaaGMn1OgVIjDrVI1tr0aZBoc4Gc4achKDGxWBAg8SrPyP9r/mggI4RQp5RaCqSU2hDCOO9XR42qepXUlYwkdc65t7xvP4++7yfA0syegTGwLni1wKekD+C9aZodgDs4mq2AWSYoUZtZvU80z6ONOJ+DprpA/C8uqzfe++kQYYwx/a6vNtHNopVi6FT8B43G3yvfXmzkvX85Z6IvoIkxdqdEe56A/mhHkhaSwtCdSAqSFkP/359vAvc+6N1WlFsAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}

.am-filter-wrap form.filter input,
.am-filter-wrap form.filter select,
.am-filter-wrap form.filter .select2-container--default .select2-selection--single {
  background-color: #f2f1f0;
}

.am-group-wrap,
.am-norecord-actions {
  margin-bottom: 1em;
}

.am-group-wrap .link,
.am-norecord-actions .link {
  display: inline-block;
  margin: 0.4em 1em;
}

.am-grid-back-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.am-grid-back-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: #e7e8e9;
  transition: opacity .3s, transform .3s;
  transform: scale(0);
  opacity: 0;
}

.am-grid-back-wrapper:hover::before {
  transform: scale(1);
  opacity: 1;
}

.am-grid-back {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAALxJREFUSMdjYBgFo2BAQFhUQkNIREIHMWoZyTH8/3+GegaG/3/+MTAYrF2+8Co+9UzkGc7wl+E/YzwhwxkYGBiYyTH8P+P/+DXLFy6jWhBhGL5s4VJiHUbQAkoMZ2AgLg6+wxX/ZyI5URCMg6uXLxzV0TP4wcDA4MbAwOCvo2t47+qVC5eoZgGllhCdisi1hGgLkCxhZGBgcGRg+O+nqWuw7vqVi6+pZgHUkgNQSw6uWb5wDan6R8EoIB0AAAgHZZisT9HbAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTExLTI3VDEzOjMwOjAxKzAwOjAwUAIurgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0xMS0yN1QxMzozMDowMSswMDowMCFflhIAAAAodEVYdHN2ZzpiYXNlLXVyaQBmaWxlOi8vL3RtcC9tYWdpY2stX05Tdko1b0gBhKYfAAAAAElFTkSuQmCC) no-repeat center center;
  vertical-align: middle;
  position: relative;
}

.am-grid-title-text {
  vertical-align: middle;
}

.am-grid-total {
  padding: .5em;
  text-align: right;
}

.am-grid-container {
  border: 1px solid #c2c2c2;
  box-shadow: 0 2px 4px #d6d6d6aa;
  margin-bottom: 1em;
  overflow-x: auto;
}

.am-grid-title-desc {
  font-size: 1.2rem;
  opacity: .8;
}

.am-grid {
  margin: 0;
  width: 100%;
}

.am-grid tr.am-grid-row.expanded, .am-grid tr.am-grid-row.even, .am-grid tr.am-grid-row.odd {
  border-bottom: none;
}

.am-grid tr.am-grid-row.odd td {
  background-color: #d3dce3;
}

.am-grid tr.am-grid-row.odd td.sorted {
  background-color: #bed4e2;
}

.am-grid tr.am-grid-row.selected {
  background: #ffc;
}

.am-grid tr.am-grid-row.selected td {
  background: none !important;
}

.am-grid tr.am-grid-row.emphase {
  background-color: #ffc;
}

.am-grid tr.am-grid-row.emphase td {
  background: none !important;
}

.am-grid tr.am-grid-row > td {
  padding: .8em .5em;
  vertical-align: top;
}

.am-grid tr.am-grid-row > td.break {
  word-break: break-word;
  word-wrap: break-word;
}

.am-grid th {
  padding: .6em .5em;
  font-size: 90%;
  font-weight: normal;
  font-variant: small-caps;
  text-transform: lowercase;
  background: url(data:image/gif;base64,R0lGODlhAQABAIABAMLCwv///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACwAAAAAAQABAAACAkQBADs=) #e7e8e9 repeat-y right top;
  background: url(data:image/gif;base64,R0lGODlhAQABAIABAMLCwv///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACwAAAAAAQABAAACAkQBADs=) repeat-y right top, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) #e8e8e8 repeat-x top left;
  border-bottom: 1px solid #c2c2c2;
  color: #313131;
}

.am-grid th a {
  display: block;
  color: #313131;
  text-decoration: none;
  white-space: nowrap;
}

.am-grid th a span {
  display: block;
  margin-right: 20px;
}

.am-grid th a::before {
  content: "\f362";
  transform: rotate(90deg);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  opacity: .3;
}

.am-grid th a.sorted-asc {
  color: black;
}

.am-grid th a.sorted-asc::before {
  content: "\f160";
  transform: none;
  opacity: 1;
}

.am-grid th a.sorted-desc {
  color: black;
}

.am-grid th a.sorted-desc::before {
  content: "\f884";
  transform: none;
  opacity: 1;
}

.am-grid th:last-child {
  background: #e7e8e9;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) #e8e8e8 repeat-x top left;
}

.am-grid tr.am-grid-row:hover > td.actions a {
  filter: grayscale(0%);
}

.am-grid tr.am-grid-row > td {
  background: #f6f7f8;
}

.am-grid tr.am-grid-row > td.sorted {
  background: #d9e6ee;
}

.am-grid tr.am-grid-row > td.actions {
  text-align: center;
}

.am-grid tr.am-grid-row > td.actions a {
  filter: grayscale(80%);
  transition: all 300ms ease;
}

.am-grid tr.am-grid-row > td.record-sort {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAYAAAAGAB4TKWmAAAAM0lEQVRIx2NgGAXUAAcOHPh/4MCB/7j4+ADTQDt+mIDROBh4MBoHAw9G42DgwWgcDG0AAL7xQPddBGBsAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: move;
}

.am-grid tr.am-grid-row > td.expandable-data {
  background: #eef;
}

.am-grid tr.am-grid-row > td.expanded {
  background: #eef !important;
  border-bottom-color: #eef;
}

.am-grid tr.am-grid-row > td.expandable {
  cursor: pointer;
}

.am-grid tr.am-grid-row > td.expandable div.placeholder {
  margin-right: 18px;
}

.am-grid tr.am-grid-row > td.expandable::before {
  content: "\20\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70%;
  color: #909090;
  float: right;
}

.am-grid .editable {
  display: inline-block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  float: right;
  margin: 0px;
  padding-left: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAqUlEQVR42mWOMQqEMBREA3sI75M7WG9jmyqIEMQLWCRY2dooErQSBBsrLxDsFCxzCCFjloUF3de+P3+GkAdKqaD2SCldlmXvpydaaz5NE6qqQpIkuMmmafJt22CMQVEUYIzxm7TWnsdxoO97pGnKwzB8EV8XdF3H933HRw7DcPrX+S85jmO9LAvWdYU/RBzH+a23bVs3zzPKsoRfzf9WU0pdFEUQQnw7H1yxJmJ11gCzkAAAAABJRU5ErkJggg==) no-repeat right;
}

.am-grid .live-edit,
.am-grid .live-select,
.am-grid .live-date {
  cursor: pointer;
}

.am-grid .disabled > td {
  opacity: .75;
  filter: Alpha(Opacity=75);
}

.am-grid th.required {
  color: #a94442;
  text-shadow: none;
}

.am-grid tr.am-grid-row > td.selected {
  background: #d9e6ee;
}

.am-grid.am-grid-small {
  font-size: 80%;
}

.am-grid.am-grid-small th {
  border: none;
  background: #f1f1f1;
  border-bottom: 1px solid #c2c2c2;
  color: inherit;
}

.am-grid-container.am-grid-container-small {
  box-shadow: none;
  border-color: #d7d7d7;
}

.grid-action-export-preset-list {
  margin: 1em;
}

.grid-action-export-preset-list .grid-action-export-preset-list-item {
  padding-bottom: .5em;
}

.grid-action-export-preset-list .grid-action-export-preset-list-item:hover .grid-action-export-preset-list-action {
  display: inline;
}

.grid-action-export-preset-list .grid-action-export-preset-list-action {
  display: none;
}

.grid-action-export-preset-list .grid-action-export-preset-list-action a,
.grid-action-export-preset-list .grid-action-export-preset-list-action a:visited {
  color: #BA2727;
}

.live-edit-placeholder {
  font-style: italic;
  opacity: .4;
}

.am-grid-storage a.local {
  text-decoration: none;
}

.am-grid-storage a.local:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #a7b3bd;
}

.am-grid-storage .am-grid-storage-name img {
  vertical-align: middle;
}

.am-grid-storage .am-grid-row {
  border-bottom: 1px solid #ddd;
}

/* END Grid */
.am-account-toolbar {
  position: relative;
  margin-bottom: 1em;
}

.am-account-toolbar-items {
  overflow: hidden;
}

.am-tabs-narrow-switch {
  line-height: 24px;
  cursor: pointer;
  float: left;
  padding-right: 8px;
  display: none;
  text-decoration: none;
}

.am-tabs-narrow-switch::before {
  content: "\f0c9";
  color: #333333;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.am-tabs-narrow-dashboard {
  line-height: 24px;
  float: left;
  padding-right: 8px;
  display: none;
  text-decoration: none;
}

.am-tabs-narrow-dashboard::before {
  content: "\f015";
  color: #333333;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media all and (max-width: 500px) {
  .am-tabs-narrow-switch,
  .am-tabs-narrow-dashboard {
    display: block;
  }
  .am-lang-title {
    display: none;
  }
  .am-account-toolbar {
    margin-bottom: 0.5em;
    overflow: visible;
    z-index: 10;
  }
  .am-account-toolbar .am-account-toolbar-items {
    padding: 0.5em;
    background: #eee;
  }
  .am-account-toolbar-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 5px grey;
  }
}

.am-user-identity-block {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAATCAYAAACZZ43PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbFJREFUeNpi/P//PwO1AWNGeYvM9ssvTx689/U/CIPYIDGQHIZiLAbwbTzz8JCAkIg+suCHd28u+pvI2wGZn5DFmbAYII2uGQSgYtLo4tgMEMblN1f/cD10PdgMYLh99eI7dLFbVy68371x5VtiDHhbkRK8/Mq5Ez9gAiB2ZWrICiDzJRD/IxiIQGwKxD7yKuomD+/c/AYyA4i3AfFp9ECEG1TSOlly/cl780DRtu/2x89uARFhIG8DsZN7UFQISAwkB1IDFONEN4Bn1ZEbW2DxDsJL9l7YDRQXAkXA0n0XdyHLrTl2azNQnAukkRmIWTvnrUvX0DXKQzaRX1BYiZuH96yZnYuypZNnBbIcNw+fmqa+yes9G1eeYwHZIC2vFI/NX2HJeatwRSlUzzJQLIjJKqoakpreoXrEQAYIUJBvBEAGsFJgACvIgD/YUh4hANXzBxQL3Mf2bWMXlZDSFJOUYWNjZ2fEp/Hr50//j+ze/Lm9NG3xt69fDjFCUx4oQFyAWAfKZ8Kh/x80JYJS5h4gPs8ITc7cQCwBxCJAzI4jiYMAqPj6CcRvgPgFyEEAAQYACdCrtuWvL4kAAAAASUVORK5CYII=) no-repeat left center;
  font-weight: bold;
  padding-left: 25px;
  line-height: 24px;
  float: left;
}

.am-user-identity-block a {
  text-decoration: none;
  font-weight: normal;
}

@media all and (max-width: 500px) {
  .am-user-identity-block {
    background: none;
    padding-left: 0;
  }
  .am-user-identity-block .am-user-identity-block_login {
    max-width: 100px;
    max-height: 24px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-right: .4em;
  }
}

.am-user-identity-block-avatar {
  font-weight: bold;
  overflow: hidden;
  line-height: 24px;
  float: left;
}

.am-user-identity-block-avatar a {
  text-decoration: none;
  font-weight: normal;
}

@media all and (max-width: 500px) {
  .am-user-identity-block-avatar .am-user-identity-block_login {
    max-width: 100px;
    max-height: 24px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-right: .4em;
  }
}

.am-user-identity-block-avatar-pic {
  overflow: hidden;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 0.5em;
  float: left;
}

.am-user-identity-block-avatar-pic img {
  width: 24px;
  height: 24px;
}

@media all and (max-width: 500px) {
  .am-user-identity-block-avatar-pic {
    display: none;
  }
}

/* two column layout, used for login/sendpass on login and signup page */
.am-layout-two-coll {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: 0 1px 3px #e3e3e3;
  background-color: #f5f5f5;
}

@media all and (min-width: 750px) {
  .am-layout-two-coll {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEUlEQVR42mN4+vTpfxBggDEAiIAPVUtYC1IAAAAASUVORK5CYII=) repeat-y top center #f5f5f5;
  }
}

.am-layout-two-coll .am-layout-two-coll-bottom {
  clear: both;
  height: 20px;
  background-color: #f5f5f5;
}

@media all and (min-width: 750px) {
  .am-layout-two-coll .am-layout-two-coll-bottom {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAUCAYAAACnOeyiAAAAcUlEQVR42l3KSQ7DIBBEUe5/T8ZAwNhMZqi0Q1ZZlPSk+oxzjrUWmBBiQ0r5B6UU5pxgWusNYwzGGAT7Qp8Eay1672DOeQI17h3Qbrq892itEY6AehNCPDZijKi1gp3n+UO6UNqDKyMXalIqKF/kimcfEwiaRNKi/UEAAAAASUVORK5CYII=) repeat-y top center;
  }
}

.am-layout-two-coll .am-layout-two-coll-top {
  clear: both;
  height: 20px;
  background-color: #f5f5f5;
}

@media all and (min-width: 750px) {
  .am-layout-two-coll .am-layout-two-coll-top {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAUCAYAAACnOeyiAAAAc0lEQVR42k3KSQ7DIBBEUe5/T8bggMFMZqh0TBZZlPSk+izliu9YSgWlNLB4ZeQH6UJpdMUYUSshhLDhw4l6U+NO/4NzaI1wvD3aPQiHQ+8TzFpL6GDGvtAnXcYYjEHQWmNOapRSG1JKrLX+IITY4Jw/+ABaS5pEmUKNPAAAAABJRU5ErkJggg==) repeat-y top center;
  }
}

@media all and (min-width: 750px) {
  .am-layout-two-coll .am-coll-left,
  .am-layout-two-coll .am-coll-right {
    float: left;
    width: 50%;
  }
}

.am-layout-two-coll .am-coll-left .am-coll-content {
  margin: 0 1em;
}

.am-layout-two-coll .am-coll-right .am-coll-content {
  margin: 0 1em;
}

/* Pagination */
.am-pagination {
  clear: both;
  font-size: 100%;
  padding: 0.5em 0;
  margin: 0.5em 0;
}

.am-pagination a {
  text-decoration: none;
  color: #5e6e7a;
  background: #d3dce3;
}

.am-pagination a, .am-pagination span {
  padding: .4em 1em;
  margin-right: 2px;
  margin-bottom: 5px;
}

.am-pagination .am-pagination-current {
  background: #97b1c2;
  color: #fff;
}

.am-pagination .am-pagination-current.am-pagination-prev,
.am-pagination .am-pagination-current.am-pagination-next {
  color: #afb5ba;
  background: #e3e6e8;
}

@media all and (max-width: 360px) {
  .am-pagination {
    text-align: center;
  }
  .am-pagination span.am-pagination-dots {
    padding: 0.6em 0.1em;
  }
  .am-pagination .am-pagination-prev,
  .am-pagination .am-pagination-next {
    display: none;
  }
}

/* Tabs - user member area menu */
ul.am-tabs {
  display: block;
  overflow: hidden;
  margin: 0 0 1em 0;
  padding: 0;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: left;
}

ul.am-tabs .menu-item-alert {
  border-radius: 1.2em;
  margin-left: .2em;
  min-width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  padding: 0.2em;
  font-size: 70%;
  background: #fafafa;
  display: inline-block;
  text-align: center;
  color: #333;
}

ul.am-tabs #menu-member {
  width: 1em;
  overflow: hidden;
}

ul.am-tabs #menu-member::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  margin-right: 2em;
}

ul.am-tabs li {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: unset;
}

ul.am-tabs > li {
  float: left;
  background: #e8e8e8;
  background: linear-gradient(to bottom, #f6f6f6, #e8e8e8);
}

ul.am-tabs a {
  display: block;
  box-sizing: content-box;
  margin: 0;
  height: 1.5em;
  vertical-align: middle;
  line-height: 1.5em;
  padding: 0.5em 1em;
  border-right: 1px solid #ccc;
  color: #555960;
  text-decoration: none;
}

ul.am-tabs li.active > a,
ul.am-tabs li.normal > a:hover {
  border-color: #c7665b;
  color: white;
}

ul.am-tabs li.active,
ul.am-tabs li.normal:hover {
  background: #e34b3d;
  background: linear-gradient(to bottom, #f1826f, #e34b3d);
}

ul.am-tabs li.active .menu-item-alert,
ul.am-tabs li.normal:hover .menu-item-alert {
  color: #e34b3d;
}

ul.am-tabs li ul {
  visibility: hidden;
  position: absolute;
  transform: translate(0, 10px);
  margin: 0;
  padding: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity .3s, transform .3s;
}

ul.am-tabs li > ul ul {
  top: 0;
  left: 100%;
  margin-left: -2px;
}

ul.am-tabs li > ul ul.am-tabs-flip {
  right: 100%;
  left: unset;
}

ul.am-tabs li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  margin-left: -1px;
}

ul.am-tabs .has-children .has-children {
  position: relative;
}

ul.am-tabs .has-children ul {
  background: #e8e8e8;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #ccc;
  min-width: 150px;
  box-shadow: 0 3px 3px #0000001a;
}

ul.am-tabs .has-children li {
  margin: 0;
  border-radius: 0;
}

ul.am-tabs .has-children ul a {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}

ul.am-tabs .has-children > a:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

ul.am-tabs .has-children > a::after {
  content: "\20\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70%;
}

ul.am-tabs .has-children .has-children > a::after {
  content: "\20\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 70%;
  float: right;
  margin-left: 1em;
}

/* END Tabs */
/* Tabs Narrow - user member area menu */
.am-tabs-narrow-stuff {
  display: none;
}

.am-tabs-narrow-wrapper {
  display: none;
  clear: both;
  position: absolute;
  width: 100%;
}

.am-tabs-narrow-wrapper.am-tabs-narrow-wrapper-open {
  animation-name: tabs-narrow;
  animation-duration: .5s;
}

.am-tabs-narrow-wrapper .am-tabs-narrow-wrapper-tail {
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  background: #dbdbdb;
  position: absolute;
  top: -5px;
  left: 2em;
}

@keyframes tabs-narrow {
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0px);
  }
}

ul.am-tabs-narrow {
  position: relative;
  margin: 0;
  padding: 1em;
  background: #dbdbdb;
  text-align: left;
}

ul.am-tabs-narrow ul {
  margin: 0;
  padding: 1em;
  display: none;
  position: absolute;
  min-height: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  background: #dbdbdb;
}

ul.am-tabs-narrow ul div.am-tab-close {
  color: #303030;
  font-size: 1.1rem;
  float: right;
  cursor: pointer;
}

ul.am-tabs-narrow ul div.am-tab-close::after {
  content: "\2715";
}

ul.am-tabs-narrow li.am-tab-opened > ul {
  display: block;
}

ul.am-tabs-narrow li {
  list-style-type: none;
}

ul.am-tabs-narrow a {
  padding-bottom: .4em;
  display: block;
}

ul.am-tabs-narrow li.active > a {
  font-weight: bold;
}

@media all and (max-width: 500px) {
  .am-tabs-wrapper {
    display: none;
  }
  .am-tabs-narrow-wrapper {
    display: block;
  }
}

@media all and (max-width: 600px) {
  ul.am-tabs a {
    padding: 0.4em 0.5em;
  }
}

/* END Tabs Narrow */
/* Receipt table from thanks.phtml */
.am-receipt {
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 0.5em;
  border-collapse: collapse;
  box-shadow: 0 1px 1px #e0e0e0;
}

.am-receipt table.am-receipt-table {
  width: 100%;
  border: none;
}

.am-receipt td {
  background-color: #ededed;
  padding: 0.5em;
  border: 1px solid white;
  border: 1px solid #ffffff55;
}

.am-receipt th {
  font-weight: bold;
  padding: 0.5em;
  border: none;
}

@media all and (max-width: 500px) {
  .am-receipt th {
    padding: 0;
    font-weight: normal;
    font-size: 80%;
  }
  .am-receipt .am-receipt-terms {
    font-size: 80%;
  }
}

.am-receipt td.am-receipt-total {
  background-color: #d3dce3;
}

.am-receipt td.am-receipt-terms {
  background: none;
}

.am-receipt td.am-receipt-indent {
  background: none;
}

.am-receipt .am-receipt-row-delimiter td {
  background: none;
}

.am-receipt .am-receipt-price {
  width: 20%;
  text-align: right;
}

.am-receipt .am-receipt-unit-price {
  width: 20%;
  text-align: right;
}

.am-receipt .am-receipt-qty {
  width: 10%;
  text-align: right;
}

.am-receipt .am-receipt-discounted-price {
  text-decoration: line-through;
  color: #F44336;
}

/* Common Form Elements */
.am-admin input, .am-admin textarea, .am-admin select, .am-admin button,
.am-body-content input,
.am-body-content textarea,
.am-body-content select,
.am-body-content button,
.am-popup input,
.am-popup textarea,
.am-popup select,
.am-popup button {
  max-width: 100%;
  line-height: 1.25em;
  font-family: Tahoma, Arial, san-serif;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
}

.am-admin a.button,
.am-body-content a.button,
.am-popup a.button {
  display: inline-block;
}

.am-admin a.button,
.am-admin a.button:hover,
.am-admin a.button:active,
.am-body-content a.button,
.am-body-content a.button:hover,
.am-body-content a.button:active,
.am-popup a.button,
.am-popup a.button:hover,
.am-popup a.button:active {
  text-decoration: none;
}

.am-admin a.button,
.am-admin button,
.am-admin input[type=button],
.am-admin input[type=submit],
.am-body-content a.button,
.am-body-content button,
.am-body-content input[type=button],
.am-body-content input[type=submit],
.am-popup a.button,
.am-popup button,
.am-popup input[type=button],
.am-popup input[type=submit] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) repeat-x top left #e8e8e8;
  border: 1px solid #ced4da;
  padding: 0.5em 1.2em;
  margin: 0;
  border-radius: 3px;
  color: #555960;
}

.am-admin a.button:hover,
.am-admin button:hover,
.am-admin input[type=button]:hover,
.am-admin input[type=submit]:hover,
.am-admin a.button:active,
.am-admin button:active,
.am-admin input[type=button]:active,
.am-admin input[type=submit]:active,
.am-body-content a.button:hover,
.am-body-content button:hover,
.am-body-content input[type=button]:hover,
.am-body-content input[type=submit]:hover,
.am-body-content a.button:active,
.am-body-content button:active,
.am-body-content input[type=button]:active,
.am-body-content input[type=submit]:active,
.am-popup a.button:hover,
.am-popup button:hover,
.am-popup input[type=button]:hover,
.am-popup input[type=submit]:hover,
.am-popup a.button:active,
.am-popup button:active,
.am-popup input[type=button]:active,
.am-popup input[type=submit]:active {
  cursor: pointer;
  border-color: #688296;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAmCAIAAACK3mZQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEZJREFUeNpi3nD1I9OdR8+Z/v//D8UMQPyP6R+I/e8/mIawgWJgPpRG4UPYf//B2EhqsKqH8EH2gdj/YXb8/we1/z9AgAEAtNVuw630018AAAAASUVORK5CYII=);
  background-color: #4e80a6;
  color: white;
}

.am-admin button:disabled,
.am-admin input[type=button]:disabled,
.am-admin input[type=submit]:disabled,
.am-body-content button:disabled,
.am-body-content input[type=button]:disabled,
.am-body-content input[type=submit]:disabled,
.am-popup button:disabled,
.am-popup input[type=button]:disabled,
.am-popup input[type=submit]:disabled {
  color: #ccc;
  border: 1px solid #ced4da;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) repeat-x top left #e8e8e8;
  text-shadow: none;
}

.am-admin input:disabled,
.am-admin input[readonly],
.am-admin input[type=email][readonly]:focus,
.am-admin input[type=number][readonly]:focus,
.am-admin input[type=text][readonly]:focus,
.am-body-content input:disabled,
.am-body-content input[readonly],
.am-body-content input[type=email][readonly]:focus,
.am-body-content input[type=number][readonly]:focus,
.am-body-content input[type=text][readonly]:focus,
.am-popup input:disabled,
.am-popup input[readonly],
.am-popup input[type=email][readonly]:focus,
.am-popup input[type=number][readonly]:focus,
.am-popup input[type=text][readonly]:focus {
  background: #e8e8e8;
  border: 1px solid #ced4da;
  color: #ccc;
  box-shadow: none;
}

.am-admin input[type=file],
.am-body-content input[type=file],
.am-popup input[type=file] {
  background: transparent;
  cursor: pointer;
}

.am-admin select,
.am-admin textarea,
.am-admin input[type=email],
.am-admin input[type=number],
.am-admin input[type=text],
.am-admin input[type=password],
.am-body-content select,
.am-body-content textarea,
.am-body-content input[type=email],
.am-body-content input[type=number],
.am-body-content input[type=text],
.am-body-content input[type=password],
.am-popup select,
.am-popup textarea,
.am-popup input[type=email],
.am-popup input[type=number],
.am-popup input[type=text],
.am-popup input[type=password] {
  padding: .5em .75em;
  margin: 0;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.am-admin select,
.am-body-content select,
.am-popup select {
  height: calc(2.25em + 2px);
}

.am-admin button:focus,
.am-admin textarea:focus,
.am-admin select:focus,
.am-admin input:focus,
.am-body-content button:focus,
.am-body-content textarea:focus,
.am-body-content select:focus,
.am-body-content input:focus,
.am-popup button:focus,
.am-popup textarea:focus,
.am-popup select:focus,
.am-popup input:focus {
  outline: none;
}

.am-admin textarea:focus,
.am-admin input[type=email]:focus,
.am-admin input[type=number]:focus,
.am-admin input[type=text]:focus,
.am-admin input[type=password]:focus,
.am-body-content textarea:focus,
.am-body-content input[type=email]:focus,
.am-body-content input[type=number]:focus,
.am-body-content input[type=text]:focus,
.am-body-content input[type=password]:focus,
.am-popup textarea:focus,
.am-popup input[type=email]:focus,
.am-popup input[type=number]:focus,
.am-popup input[type=text]:focus,
.am-popup input[type=password]:focus {
  border-color: #c1def5;
  box-shadow: 0 0 6px #c1def5;
}

.am-admin select:focus,
.am-body-content select:focus,
.am-popup select:focus {
  border-color: #c1def5;
  box-shadow: 0 0 2px #c1def5;
}

.am-admin textarea.am-error,
.am-admin input.am-error,
.am-admin select.am-error,
.am-body-content textarea.am-error,
.am-body-content input.am-error,
.am-body-content select.am-error,
.am-popup textarea.am-error,
.am-popup input.am-error,
.am-popup select.am-error {
  background-color: #fce6e6;
  border: 1px solid #a94442;
}

.select2-disabled {
  color: #bbb;
}

.select2-dropdown {
  z-index: 10001;
}

.select2-container .select2-selection--single {
  border: 1px solid #ced4da;
}

.select2-container .select2-selection--single:focus {
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.25em;
  padding: .5em .75em;
}

.select2-container .select2-selection--single {
  height: 2.25em;
  height: calc(2.25em + 2px);
  border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 0;
}

/* END Common Form Elements */
/* Form*/
.am-form {
  margin-bottom: 1em;
  /* support for form elements without the label */
  /* support for wide elements */
}

.am-form input, .am-form textarea, .am-form select {
  background: white;
}

.am-form input, .am-form textarea, .am-form select, .am-form button {
  line-height: 1.25em;
  display: inline-block;
  max-width: 100%;
}

.am-form input[type="text"], .am-form input[type="password"], .am-form textarea, .am-form select, .am-form button {
  height: auto;
}

.am-form input[type=radio],
.am-form input[type=checkbox] {
  width: auto;
}

.am-form form {
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px -1px #b0b0b0;
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
}

.am-form.am-form-noborder form {
  border: none;
  box-shadow: none;
}

.am-form.am-form-vertical form {
  border: none;
  box-shadow: none;
}

.am-form fieldset {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

.am-form fieldset legend {
  width: 100%;
  display: block;
  margin: 0;
  padding: .5em 1rem;
  font-size: 1.2rem;
  box-sizing: border-box;
  background: #f8f9f9;
  border-bottom: 1px solid #d5d5d5;
}

.am-form fieldset.am-adv-fieldset > legend {
  cursor: pointer;
  color: #3f7fb0;
}

.am-form fieldset.am-adv-fieldset > legend:hover {
  background: #f1f1f1;
}

.am-form fieldset.am-adv-fieldset > legend .am-adv-fieldset-lable {
  position: relative;
}

.am-form fieldset.am-adv-fieldset > legend .am-adv-fieldset-lable::after {
  border-bottom: 1px #9aa9b3 dashed;
  content: '';
  height: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  position: absolute;
}

.am-form fieldset.am-adv-fieldset-closed > legend .am-adv-fieldset-lable {
  font-weight: bold;
}

.am-form .am-row:first-child .am-element-title:first-child {
  border-radius: 3px 3px 0 0;
}

.am-form .am-row.disabled {
  opacity: .5;
}

.am-form .am-row.am-row-highlight {
  background: #ffe;
}

.am-form .am-row.am-row-head {
  background: #f8f9f9;
}

.am-form .am-row.am-row-head .am-element-title {
  text-align: left;
}

.am-form div.reqnote {
  clear: both;
  font-size: 80%;
  margin: 0.5em 0 0 1em;
}

.am-form div.am-row {
  margin: 0;
}

.am-form.am-form-nolines div.am-row {
  border: none;
}

@media all and (max-width: 499px) {
  .am-form div.am-row-buttons {
    text-align: center;
  }
}

.am-form div.am-element-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em 1em;
}

@media all and (min-width: 500px) {
  .am-form div.am-element-title {
    width: 35%;
    float: left;
    text-align: right;
    padding: 1em 0.5em 1em 1em;
  }
}

.am-form div.am-element-title label {
  font-weight: bold;
  margin-bottom: .4em;
  display: block;
}

.am-form div.am-element-title .comment strong,
.am-form div.am-element-title .comment b {
  opacity: .8;
}

.am-form div.am-element-title .comment {
  font-size: 1rem;
  line-height: 120%;
  opacity: .8;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}

.am-form div.am-element {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em 1em;
}

@media all and (min-width: 500px) {
  .am-form div.am-element {
    margin-left: 35%;
    padding: 1em 1em 1em 0.5em;
  }
}

@media all and (max-width: 500px) {
  .am-form div.am-element input[type=email],
  .am-form div.am-element input[type=number],
  .am-form div.am-element input[type=text],
  .am-form div.am-element input[type=password],
  .am-form div.am-element input[type=submit],
  .am-form div.am-element button,
  .am-form div.am-element textarea,
  .am-form div.am-element select {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0.2em;
  }
  .am-form div.am-element .am-pass-indicator-wrap {
    display: block;
  }
  .am-form div.am-element input.el-short {
    width: auto;
  }
}

.am-form.am-form-vertical div.am-element-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 1em 0.3em;
  font-size: 120%;
}

@media all and (min-width: 500px) {
  .am-form.am-form-vertical div.am-element-title {
    width: 100%;
    float: left;
    text-align: left;
  }
}

.am-form.am-form-vertical div.am-element {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em 1em;
  margin-left: 0;
  width: 100%;
  float: left;
  text-align: left;
}

.am-form.am-form-nolabels div.am-element-title {
  display: none;
}

.am-form.am-form-nolabels div.am-element {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em 1em;
  margin-left: 0;
  width: 100%;
  float: left;
  text-align: left;
}

.am-form div.am-row.am-no-label .am-element {
  margin: 0;
  padding: 1em 1em;
}

.am-form div.am-row.am-no-label div.am-element-title {
  width: 0;
  display: none;
}

.am-form div.am-row.am-row-wide .am-element {
  margin: 0;
  padding: .5em 1em;
}

.am-form div.am-row.am-row-wide .am-element-title {
  float: none;
  width: 100%;
  text-align: left;
  padding: .5em 1em;
}

.am-form textarea {
  overflow: auto;
}

.am-form input[type=email],
.am-form input[type=number],
.am-form input[type=text],
.am-form input[type=password],
.am-form select,
.am-form textarea {
  padding: .5em .75em;
}

.am-form span.error,
.am-form span.required {
  color: #a94442;
}

.am-form span.am-error {
  display: block;
}

.am-form input.am-error, .am-form textarea.am-error, .am-form select.am-error {
  border: 1px solid #a94442;
}

.am-form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.am-form span.mceEditor {
  display: block;
}

.am-form .input_period {
  display: inline-block;
}

.am-form input.datepicker,
.am-form input[type=text].datepicker {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAA0UlEQVQ4y9WSMW4CMRBF36x8Ay6wBQ1ScgS8zaaGMn1OgVIjDrVI1tr0aZBoc4Gc4achKDGxWBAg8SrPyP9r/mggI4RQp5RaCqSU2hDCOO9XR42qepXUlYwkdc65t7xvP4++7yfA0syegTGwLni1wKekD+C9aZodgDs4mq2AWSYoUZtZvU80z6ONOJ+DprpA/C8uqzfe++kQYYwx/a6vNtHNopVi6FT8B43G3yvfXmzkvX85Z6IvoIkxdqdEe56A/mhHkhaSwtCdSAqSFkP/359vAvc+6N1WlFsAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
}

.am-form .input_datetime {
  border: 1px solid #c2c2c2;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
}

.am-form .input_datetime input[type=text] {
  border: none;
  text-align: center;
}

.am-form .input_datetime .input_datetime-date {
  border-radius: 3px 0 0 3px;
  float: left;
  display: block;
}

.am-form .input_datetime .input_datetime-time {
  border-radius: 0 3px 3px 0;
  float: left;
  display: block;
  background: #fafafa;
}

.am-form div.am-row::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}

.am-form input[type=checkbox] {
  vertical-align: middle;
}

.am-el-wide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* Special Styles for Signup Form */
.am-signup-form input.valid {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAAyElEQVQ4y2NgGAWEADNZuv4zMDqLprXK+5ree7D1zAcGBgYGJrIMmZY6m4GBoYrp778AmDBpBsEM+c+YzPifoXFfzqwJMClGkgyZmjaHgYEhifE/Q+Oe3FkNyNLEGUTAEBSDHOYncDB9ZZvL9I+pZ0/ejPOkGIIaRp9ZRBgZGKz+M/3b7TIpw5AUQzC85jA9Q4H577/9DAwMfP+Y/rkx/WPKIsYQrGGEZJgMAwMDCzGG4AxsmGGM/xkWEmMIXuDQnyBAkQHDBwAAuE5agtL4c1UAAAAASUVORK5CYII=);
  background-position: right center;
  background-repeat: no-repeat;
}

.am-signup-form input.am-with-action.valid {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAAyElEQVQ4y2NgGAWEADNZuv4zMDqLprXK+5ree7D1zAcGBgYGJrIMmZY6m4GBoYrp778AmDBpBsEM+c+YzPifoXFfzqwJMClGkgyZmjaHgYEhifE/Q+Oe3FkNyNLEGUTAEBSDHOYncDB9ZZvL9I+pZ0/ejPOkGIIaRp9ZRBgZGKz+M/3b7TIpw5AUQzC85jA9Q4H577/9DAwMfP+Y/rkx/WPKIsYQrGGEZJgMAwMDCzGG4AxsmGGM/xkWEmMIXuDQnyBAkQHDBwAAuE5agtL4c1UAAAAASUVORK5CYII=);
  background-position: 90% center;
  background-repeat: no-repeat;
}

.am-signup-form input.am-product-qty.valid {
  background-image: none;
}

.am-signup-form .am-form-coupon-toggle {
  text-align: center;
}

.am-aff-referred-by {
  text-align: center;
  color: #777;
}

.am-selected-product-row {
  margin-bottom: .2em;
}

a.am-brick-product-remove {
  text-decoration: none;
  color: #303030;
}

a.am-brick-product-remove:hover {
  color: #ba2727;
}

.am-form-container {
  overflow: hidden;
}

@media all and (min-width: 800px) {
  .am-form-container .am-form-form {
    float: left;
    width: 65%;
  }
  .am-form-container .am-form-sidebar {
    display: block;
    width: 35%;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
  }
}

.am-form-container .am-form-sidebar-sidebar {
  border: 1px solid #ddd;
  border-top-width: 1px;
  border-radius: 3px;
  padding: 1em;
  box-shadow: 0 1px 1px -1px #b0b0b0;
}

/* Common styles */
.am-body-content {
  clear: both;
}

div.am-errors ul, ul.am-error, ul.am-errors {
  margin: 0 0 1em 0;
  padding: 0;
  background: #fcbdbd;
  border: 1px solid #faa7a7;
  color: #ba2727;
  border-radius: 3px;
}

div.am-errors ul li, ul.am-error li, ul.am-errors li {
  margin: 0px;
  padding: 0.5em 1em;
  list-style: none;
  text-align: left;
}

.am-error {
  color: #ba2727;
}

.am-signup-link {
  text-align: center;
  margin-top: 1em;
}

.am-copyright {
  margin: 1em 0 0 0;
  text-align: center;
  font-size: 75%;
}

.am-copyright a {
  text-decoration: none;
}

/* language choice select */
.am-lang-choice {
  float: right;
  line-height: 24px;
  margin-left: .5em;
}

.am-lang-choice .am-lang-val-code {
  display: none;
  text-transform: uppercase;
}

.am-lang-choice .am-lang-val-code::before {
  content: "\f57d\20";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.am-lang-choice .am-lang-val-text {
  display: inline;
}

@media all and (max-width: 500px) {
  .am-lang-choice .am-lang-val-code {
    display: inline-block;
  }
  .am-lang-choice .am-lang-val-text {
    display: none;
  }
}

.am-lang-choice_list {
  display: none;
}

.am-lang-choice_list select {
  margin: 0 auto;
  display: block;
}

/* Form Login */
.am-signup-login-form-container {
  z-index: 150;
  position: absolute;
  margin: 0 auto;
  width: 754px;
  background-color: white;
  border: solid 3px #ccc;
  padding: 20px;
}

.am-avatar-preview {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.am-avatar-preview img {
  display: block;
}

.am-auth-form {
  margin-bottom: 1em;
  margin: 0 auto;
  max-width: 450px;
}

.am-auth-form form {
  box-shadow: 0 1px 3px #ddd;
}

@media all and (min-width: 500px) {
  .am-auth-form {
    width: 450px;
  }
}

.am-auth-form legend {
  text-indent: 0;
  text-align: center;
}

.am-auth-form div.am-element-title label {
  font-weight: normal;
}

.am-auth-form div.am-element-title {
  padding-top: 1.5em;
  display: none;
}

@media all and (min-width: 500px) {
  .am-auth-form div.am-element-title {
    display: block;
  }
}

.am-auth-form input[name=login],
.am-auth-form input[name=amember_login] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAA4ElEQVQ4y92RsWrCUBiFv9+KD3Az3KwBF8nkE+QtMhXayeLqEHAQEbcOHdu50ClvkSfoFDp2jcO9D1DQ66IQJZck4FLPeO7hXP7vwN1KfA9lWY6MMVvg8WR9BUGwiuP4ryk/9BVZazdAVrMya+0BWDblB74i59xTF6+1qK+8RSLy2cVrZaSUWhtjBtRgK6XWt7rAK+/8RVFMgYmIaADn3A74SZLku7Uoz/OHMAwXwByIPH/8Ah9VVb2labpvZKS1fgdmLVdEwKvWegy8nM2L1UTkuTOTq+z1/KMefPtk/7OOrao1U7u9SdUAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 30px;
  width: 100%;
  border-radius: 0;
  line-height: 1.5em;
}

.am-auth-form input[name=amember_pass] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAABHUlEQVQ4y62TMWoDMRBF/1i2m5BT2OAuR1hZoCZHCG5yCHep0+UIqZ0D+ADLrlDpIos7p0npPikUdpg0a/CGXa2M80Ew0ny90QyIEFGe52Ol1B0AMHNljKn7vKO+hHNuqZQ6ANgB2CmlDs655UUg7/1MRLZE9CUiKxFZNfHWez9LBjHzGgBCCFZrvdFab0II9jyXBCKihYjsrbXH05m19igieyJaJINEZEJEdUeBWkQmncXPN2VZPgNYA5girh8AL1mWPfW9KAWCxtOa1ajDkKppDNSlz2ZFNQQqmHnOzHMAxTWgyhhTN1+jihnHA6DHoijeT/E1oFsieh2aT0pryfoL+rjgbsvbao2Z75VSDyJyEyMQ0Tczv/1XNy39ArO8b+29OU6nAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 30px;
  width: 100%;
  border-radius: 0;
  line-height: 1.5em;
}

.am-auth-form input[type=submit],
.am-auth-form button {
  line-height: 1.5em;
  text-transform: uppercase;
}

@media all and (min-width: 500px) {
  .am-auth-form input[type=submit],
  .am-auth-form button {
    text-transform: none;
  }
}

.am-auth-form div.am-row {
  background: #f9f9f9;
  border-bottom: none;
}

.am-login-form-wrapper,
.am-sendpass-form-wrapper {
  margin-top: 2em;
}

.am-row-sendpass-notice {
  line-height: 1.5;
}

.am-page-login-no-label .am-popup .am-login-form-wrapper,
.am-page-login-no-label .am-popup .am-sendpass-form-wrapper,
.am-popup .am-login-form-wrapper,
.am-popup .am-sendpass-form-wrapper {
  margin-top: 0;
}

.am-page-login-no-label .am-popup .am-login-form legend,
.am-page-login-no-label .am-popup .am-sendpass-form legend,
.am-popup .am-login-form legend,
.am-popup .am-sendpass-form legend {
  display: none;
}

.am-page-login-no-label .am-popup .am-login-form form,
.am-page-login-no-label .am-popup .am-sendpass-form form,
.am-popup .am-login-form form,
.am-popup .am-sendpass-form form {
  border: none;
  box-shadow: none;
}

.am-page-login-no-label .am-popup .am-login-form .am-row,
.am-page-login-no-label .am-popup .am-sendpass-form .am-row,
.am-popup .am-login-form .am-row,
.am-popup .am-sendpass-form .am-row {
  border: none;
}

.am-page-login-no-label .am-popup .am-login-form .am-row .am-element-title,
.am-page-login-no-label .am-popup .am-sendpass-form .am-row .am-element-title,
.am-popup .am-login-form .am-row .am-element-title,
.am-popup .am-sendpass-form .am-row .am-element-title {
  background: none;
}

.am-page-login-no-label .am-popup .am-auth-form div.am-row,
.am-popup .am-auth-form div.am-row {
  background: none;
}

.am-page-login-no-label .am-popup .am-form.am-auth-form,
.am-popup .am-form.am-auth-form {
  max-width: 320px;
}

.am-page-login-no-label .am-popup .am-form.am-auth-form div.am-element,
.am-popup .am-form.am-auth-form div.am-element {
  margin: 0;
  padding: .5em;
}

.am-page-login-no-label .am-popup .am-form.am-auth-form div.am-element-title,
.am-popup .am-form.am-auth-form div.am-element-title {
  width: auto;
  text-align: left;
  float: none;
  padding: .5em .5em 0;
}

.am-page-login-no-label .am-popup .am-form.am-auth-form div.am-element-title label,
.am-popup .am-form.am-auth-form div.am-element-title label {
  margin: 0;
}

.am-sendpass-form-wrapper {
  display: none;
}

.am-form-login-switch {
  margin-left: 0.5em;
}

@media all and (max-width: 499px) {
  .am-form-login-switch {
    display: inline-block;
    margin: 1em 0 0;
  }
}

#am-form-login-remember {
  margin-top: 0.5em;
  display: block;
}

/* END Form Login */
.agreement {
  font-size: 8pt;
  white-space: pre-wrap;
  max-height: 300px;
  overflow: auto;
}

#mask {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  -moz-opacity: 0.7;
  opacity: .70;
  filter: alpha(opacity=70);
  background-color: #CCC;
  width: 100%;
  height: 100%;
}

.am-active-invoice {
  padding: 0.5em;
  border: 1px solid #ededed;
  margin-bottom: 0.5em;
}

.am-active-invoice .am-active-invoice-num {
  font-weight: bold;
}

.am-active-invoice .am-active-invoice-terms {
  font-style: italic;
}

.am-active-invoice .am-active-invoice-cancel {
  color: gray;
}

.am-active-invoice .am-active-invoice-product {
  color: gray;
}

.am-active-invoice .am-active-invoice-product-list {
  margin: 0 0 0 2em;
}

.am-active-invoice .am-active-invoice-product-list li {
  list-style-type: disc;
}

.am-active-invoice .am-active-invoice-manual-rebill,
.am-active-invoice .am-active-invoice-cancel,
.am-active-invoice .am-active-invoice-restore,
.am-active-invoice .am-active-invoice-update-cc {
  margin-right: .5em;
}

.am-block ul.am-list,
ul.am-list {
  margin-bottom: 1em;
  margin-left: 2em;
}

.am-block ul.am-list li,
ul.am-list li {
  list-style-type: disc;
}

ul.am-widget-list {
  margin: 0;
  padding: 0;
}

ul.am-widget-list li {
  list-style-type: none;
  margin-bottom: .4em;
}

.am-list-newsletters-item .am-list-newsletters-item_title {
  font-weight: bold;
}

.am-list-newsletters-item .am-list-newsletters-item_desc {
  display: block;
}

.small {
  font-size: small;
  font-style: italic;
}

.am-brick-product-popup-cats {
  background: #eee;
  padding: 0.5em;
  margin-bottom: 1em;
}

.am-brick-product-popup-cat-active {
  background: white;
}

.am-brick-product-popup-ok {
  display: flex;
}

.am-brick-product-popup-ok button {
  margin: .5em auto 0;
}

.am-product-title {
  font-weight: bold;
}

.am-product-desc {
  font-size: .9em;
  font-style: italic;
  display: block;
}

#row-paysys_id label {
  display: block;
  margin-bottom: .5em;
}

.am-paysystem-title {
  font-weight: bold;
}

.am-paysystem-desc {
  font-size: small;
  font-style: italic;
  display: block;
}

.ajax-link,
.local-link,
.local {
  text-decoration-color: #9aa9b3;
  text-decoration-style: dashed;
}

.cancel-subscription-popup-text {
  margin-bottom: 1em;
}

.am-reuse-card-confirmation {
  font-size: large;
}

.am-form div.am-element-recaptcha {
  margin-left: 0;
  text-align: center;
  padding: 1em;
}

.am-form div.am-element-recaptcha > div {
  display: inline-block;
}

/* icons */
.glyph {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../img/sprite/icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
}

#EmailCode {
  background: #FFFFCF;
  font-size: 1.2rem;
  line-height: 150%;
}

.am-pass-indicator-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.am-pass-indicator-bar {
  background: #c2c2c2;
  position: absolute;
  width: 100%;
  top: -6px;
}

.am-pass-indicator-bar_bar {
  height: 2px;
  transition: all 1s;
  width: 0%;
}

.am-pass-indicator-bar_bar-weak {
  background: #a94442;
}

.am-pass-indicator-bar_bar-good {
  background: #ffd54f;
}

.am-pass-indicator-bar_bar-strong {
  background: #388E3C;
}

.am-switch-reveal {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: -24px;
  cursor: pointer;
  vertical-align: middle;
}

.am-switch-reveal-off {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAQAAAAEABcxq3DAAABy0lEQVQ4y8WSsWsTYRjGf999KdaDTAnhHGwp6JROGnSJ9xlxFwWDqc66OLiIIroUFbEgujq4CFouU/bCeUciFKJTMzhV7ZDDP+AUzXevy125Uih28lm+4Xm/h+d5nxf+NxRAHMeXgGtJktzodrv20AJRFC0ppT4Am0mS9BqNxgWt9QsRWcpnvgEb1trXnU5na58AQBiGJ7TWE2Dguu71NE1fKaWWRcQBTgFHgQx46bru/Var9WdXIAgC7XneW6CX6/WTJOkVcUaj0aK1NgDO5PygVqt1m83m72IHj4DVnPwF/AA2rbUrWusHIjLWWm9lWfYFmAcQkSfGmIdOHMfHgHulWCMROQ9c0Vq/s9Y+VUq12u32d+DTbnal7kZRdNwRkQowVxKYN8ZsA1PgaiGSc1KamymlZo4xZkdE1krE6eFwuCAit4CdwkkQBFopNSk5eO77/tQBqNfrq8CgcJBlWb9SqUx8318QkZPAWc/z3s9ms9si8gZYn06nj/fUOB6P59I0fQbcARzgJ/A5f88BR4C+tXalWq2qPTWWEYbhstb6JnARWMxzf1VKbYjI5eLYior3CRyE0sV+9H2/R271n2GM2c4rXj/MvwPxF0i0wHUS5p2lAAAAAElFTkSuQmCC);
}

.am-switch-reveal-on {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAQAAAAEABcxq3DAAABN0lEQVQ4y92SMUtCURiGn3POTcxVx9QlaLhNIS3GEaHdSX9CNDYGRUMUNDZGP0En90DuIZeQJu8QtGiNuprYPee2nEKiLZf6xuc9zwuH74M/P+I76PV620qpA2AfKHs8Au6stbf1en34Y8FgMFibzWZXwBEggTfg0cc7wDrggOtcLndcqVTevwriOM5Mp9M20PDCg1KqVa1WRwD9fr9srW0Duz7v5vP5VhiGCwkwmUzOluS5lLKZJElojBkbY8ZJkoRSyiYw928a3kFEUVQUQjwDGR/2tdZ7xpgXYMOzV6110RhzD1Q9W6RpuilXsoUoii6EECdLX9iy1m4LIW4A0jQ9VEoNnXNPQNazy1qtdioBCoXCOdD1BVnnXCcIglhrXdJal4IgiJ1znU8Z6HpnRWv8zSH9g/kAGqGIbkATm0MAAAAASUVORK5CYII=);
}

.am-flash {
  display: none;
}

.am-flash-mask {
  position: fixed;
  z-index: 500;
  opacity: 0.8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
}

.am-flash-content {
  position: fixed;
  z-index: 501;
  top: 20%;
  left: 50%;
  margin-left: -140px;
  width: 280px;
}

.am-flash-content-message {
  background: #dfe8f0;
  border: 1px solid #ccddeb;
  border-radius: 3px;
  padding: 0.5em 1em;
}

.am-flash-content-lock {
  background: #dfe8f0 url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3Bpbm5lciIgd2lkdGg9IjY1cHgiIGhlaWdodD0iNjVweCIgdmlld0JveD0iMCAwIDY2IDY2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICA8c3R5bGU+Ci5zcGlubmVyIHsKICAtd2Via2l0LWFuaW1hdGlvbjogcm90YXRvciAxLjRzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgIGFuaW1hdGlvbjogcm90YXRvciAxLjRzIGxpbmVhciBpbmZpbml0ZTsKfQoKQC13ZWJraXQta2V5ZnJhbWVzIHJvdGF0b3IgewogIDAlIHsKICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7CiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpOwogIH0KICAxMDAlIHsKICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMjcwZGVnKTsKICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoMjcwZGVnKTsKICB9Cn0KCkBrZXlmcmFtZXMgcm90YXRvciB7CiAgMCUgewogICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKTsKICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7CiAgfQogIDEwMCUgewogICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgyNzBkZWcpOwogICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgyNzBkZWcpOwogIH0KfQoucGF0aCB7CiAgc3Ryb2tlLWRhc2hhcnJheTogMTg3OwogIHN0cm9rZS1kYXNob2Zmc2V0OiAwOwogIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOwogICAgICAgICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOwogIC13ZWJraXQtYW5pbWF0aW9uOiBkYXNoIDEuNHMgZWFzZS1pbi1vdXQgaW5maW5pdGU7CiAgICAgICAgICBhbmltYXRpb246IGRhc2ggMS40cyBlYXNlLWluLW91dCBpbmZpbml0ZTsKfQoKQC13ZWJraXQta2V5ZnJhbWVzIGRhc2ggewogIDAlIHsKICAgIHN0cm9rZS1kYXNob2Zmc2V0OiAxODc7CiAgfQogIDUwJSB7CiAgICBzdHJva2UtZGFzaG9mZnNldDogNDYuNzU7CiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDEzNWRlZyk7CiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDEzNWRlZyk7CiAgfQogIDEwMCUgewogICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDE4NzsKICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoNDUwZGVnKTsKICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoNDUwZGVnKTsKICB9Cn0KQGtleWZyYW1lcyBkYXNoIHsKICAwJSB7CiAgICBzdHJva2UtZGFzaG9mZnNldDogMTg3OwogIH0KICA1MCUgewogICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDQ2Ljc1OwogICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgxMzVkZWcpOwogICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxMzVkZWcpOwogIH0KICAxMDAlIHsKICAgIHN0cm9rZS1kYXNob2Zmc2V0OiAxODc7CiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDQ1MGRlZyk7CiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDQ1MGRlZyk7CiAgfQp9Cjwvc3R5bGU+CiAgIDxjaXJjbGUgY2xhc3M9InBhdGgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMyMzIzMiIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGN4PSIzMyIgY3k9IjMzIiByPSIzMCI+PC9jaXJjbGU+Cjwvc3ZnPgo=) no-repeat 1em center;
  background-size: 16px 16px;
  border: 1px solid #ccddeb;
  border-radius: 3px;
  padding: 0.5em 1em 0.5em calc(2em + 16px);
}

.am-flash-content-error {
  background: #fcbdbd;
  border: 1px solid #faa7a7;
  color: #ba2727;
  border-radius: 3px;
  padding: 0.5em 1em;
}

.am-upgrade-options {
  margin-bottom: 1em;
}

.am-upgrade-coupon {
  margin-bottom: 1em;
}

.am-link-del {
  text-decoration: none;
}

.am-link-del:hover {
  color: #a94442;
}

/* outline a block in member area */
.am-block {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 1em;
  box-shadow: 0 1px 1px #e0e0e0;
}

.am-block ul {
  margin: 0;
  padding: 0;
}

.am-block li {
  list-style-type: none;
  margin: 0 0.3em 0 0;
}

.am-block#drop-me {
  border-color: #e34b3d;
}

#drop-me-head {
  color: #e34b3d;
}

/* am-info is a notice on page with border and outlined by color */
.am-info {
  background: #dfe8f0;
  border: 1px solid #ccddeb;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}

.am-notice {
  background: #FFFFCF;
  border: 1px solid #d1d0ae;
  color: #454430;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}

.am-block-nodata {
  text-align: center;
  padding: 2em;
  background: #f5f5f5;
  font-size: 1.2rem;
  margin-bottom: 1em;
}

.am-list-subscriptions .am-list-subscriptions-title:after {
  content: " –";
}

.am-list-subscriptions .am-list-subscriptions-desc {
  opacity: .7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.6em;
}

.am-list-subscriptions_divider {
  color: #e0e0e0;
}

.am-list-subscriptions_divider::after {
  content: '|';
}

.am-list-resources-desc {
  opacity: .7;
}

.am-input-filter-wrapper {
  overflow: hidden;
  padding: 0.4em;
  border: 1px solid #e0e0e0;
  margin-bottom: 1em;
  background: #fff;
}

.am-input-filter-wrapper.am-input-filter-wrapper_focus {
  box-shadow: 0 0 4px #00000022;
  background: #fff;
}

.am-input-filter-wrapper .am-input-filter-inner-wrapper {
  position: relative;
  padding-right: 15px;
  background: #fff;
}

.am-input-filter-wrapper .am-input-filter-empty {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  cursor: pointer;
  display: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAAnUlEQVQ4y+WTuw3DMAxETwEHyDppDLDMOMog8jgqBVzjdTyAAKZxAFuxFH9SJVceiQcccQT+Ryml65GdS7kgIgPJUIOQDCIylLAFSFVHM4sA/Bps8ryZRVUdP8YjGUjaHLbmzeVaMAAeQD9ZHkDfdd1jF6iAoQV5u9EZfS1aFbL32JsgW2aLaK9CmlmsRSAZnHP3nPOt2aWjL/LDegLsGX0NjiatxAAAAABJRU5ErkJggg==) no-repeat center center transparent;
}

.am-input-filter-wrapper .am-input-filter-empty:hover {
  opacity: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAAq0lEQVQ4y2NgGDngf0CCADlqmNAV/GH/efx3WFQfLkN+h0X1/WH/eRzdMBSDGDcs+MDwn3E7I8P/QmyG/Q6L6mNk+F/I8J9xO+OGBR8Ieu93WFTfn7DI/8iGYRNDcQQ+wxgZ/hf+Z2DshyiEsFlXLSsiySAUrzAwMOAzBCOMKAFU8xrVApsoQ4iRQ/EaLEEy/GfcjssLv8Oi+hgY/3uy/GS3xJuWyM0iwxgAAARneGlNvfu5AAAAAElFTkSuQmCC);
}

.am-input-filter-wrapper input[type=text].am-input-filter {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  padding-left: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAABeElEQVQ4y83TPYsTURjF8f+ZDL4UWlgFSeNWvmAjqBC9M/gNBCstd82nUKzExl6QsIpsl04stBvmTsimdP0AsmCpu9VqEdZ7bIyExTjBQjzVvQ+XHw8HLvxv0dHBeDw+lVK6DxTAMUkfgGEI4ePKUIzxCvAGOAvsSjqwfR74LmkQQthaBmXzw3Q6PQ28Bg5t3yiK4lwI4bLtNWDb9ssY47VWaDabbQA923fLspzM52VZfsrz/A7w2fbDVkjSTWB3EZmn3+/vA+8khVYopXRS0sHSMqWvwIlWKMuyHdsXqqrqHX00Go06tm/Zft8KAUPgsNPpbE0mkzPzYVVVebfbfQpclPR46caLl7qu70l6JWnP9lvb3ySVwCXgC/AohPBcUvojBNA0zfWU0oOfxR63vZNl2RPbPeCZ7RdFUQx+h60U21ld15sxRtd1vWl7sRbyVSFJyfYgxoik9Rgjtn9tplWhxc1ijENJtyVdbfuDrVjTNGt/DfyT/ACg8aXpx984kwAAAABJRU5ErkJggg==) no-repeat left center;
}

.am-input-filter-wrapper input[type=text].am-input-filter:focus {
  border: none;
  box-shadow: none;
  outline: 0;
}

.am-cookie-notice {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 1em;
  box-sizing: border-box;
  background: #4149F2;
  opacity: .8;
  font-size: 1rem;
  line-height: 1.4;
  box-shadow: 0 0 20px #000a;
}

.am-cookie-notice .am-cookie-notice__msg {
  color: white;
  max-width: 600px;
  margin: 0 auto 1em;
}

.am-cookie-notice .am-cookie-notice__link:hover,
.am-cookie-notice .am-cookie-notice__link {
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 3px;
  padding: .6em 1.2em;
  line-height: 1em;
  display: inline-block;
}

.am-cookie-notice .am-cookie-notice__link:hover {
  background: #fff5;
}

.am-cookie-notice .am-cookie-notice__link::before {
  content: "\f00c";
  margin-right: .5em;
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.am-notification {
  border: 1px solid;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background-color: #FFFFCF;
  border-color: #d1d0ae;
  color: #454430;
}

.am-notification.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.am-notification.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.am-notification.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.am-notification.danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Invoice Summary on Signup Page */
.am-invoice-summary {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 1em;
  box-shadow: 0 1px 1px -1px #b0b0b0;
}

.am-invoice-summary table {
  width: 100%;
}

.am-invoice-summary td {
  padding: 0.5em 0.4em;
}

.am-invoice-summary .am-invoice-summary-item-num {
  color: #ededed;
}

.am-invoice-summary .am-invoice-summary-price {
  text-align: right;
  width: 20%;
}

.am-invoice-summary .am-invoice-summary-item-qty {
  width: 1%;
}

.am-invoice-summary .am-invoice-summary-subtotal,
.am-invoice-summary .am-invoice-summary-discount,
.am-invoice-summary .am-invoice-summary-shipping,
.am-invoice-summary .am-invoice-summary-tax,
.am-invoice-summary .am-invoice-summary-total {
  text-align: right;
  font-size: 1.2rem;
}

.am-invoice-summary .am-invoice-summary-row-subtotal,
.am-invoice-summary .am-invoice-summary-row-discount,
.am-invoice-summary .am-invoice-summary-row-shipping,
.am-invoice-summary .am-invoice-summary-row-tax,
.am-invoice-summary .am-invoice-summary-row-total {
  font-size: 1.2rem;
}

.am-invoice-summary .am-invoice-summary-item {
  border-bottom: 1px solid #ededed;
}

.am-invoice-summary .am-invoice-summary-item.am-invoice-summary-item-last {
  border-bottom: none;
}

.am-invoice-summary tr.am-invoice-summary-delimeter td {
  padding: 0;
}

.am-invoice-summary tr.am-invoice-summary-delimeter hr {
  background: #ededed;
  margin-top: 0;
}

.am-popup {
  margin: 0 auto;
  padding: 10px 20px 20px 20px;
  position: absolute;
  text-align: left;
  z-index: 100001;
  display: none;
  background-color: white;
  border-width: 0;
  overflow: hidden;
  box-shadow: 0 0 50px #000000b3;
  box-sizing: border-box;
}

@media all and (min-width: 321px) {
  .am-popup {
    min-width: 320px;
    border-radius: 3px;
  }
}

.am-popup .am-popup-close-icon {
  display: inline-block;
  float: right;
  text-decoration: none;
}

.am-popup .am-popup-close-icon:after {
  content: "\2715";
  color: #303030;
  font-size: 1.1rem;
}

.am-popup .am-popup-header {
  font-size: 1.1rem;
  font-weight: bold;
  overflow: hidden;
  margin: -10px -20px 1em -20px;
  background: #eee;
  padding: 1em;
}

/* Uploader */
.upload-control {
  display: inline-block;
}

.upload-control .upload-control-upload {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) repeat-x top left #e8e8e8;
  border: 1px solid #ced4da;
  padding: 0.5em 1.2em;
  border-radius: 3px 0 0 3px;
  color: #555960;
  text-shadow: 0 -1px 1px #c7c8c9;
}

.upload-control .upload-control-upload.upload-control-reupload {
  border-radius: 3px;
}

.upload-control .upload-control-browse {
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) repeat-x top left #e8e8e8;
  border: 1px solid #ced4da;
  border-left: none;
  padding: 0.5em 1.2em;
  border-radius: 0 3px 3px 0;
  color: #555960;
  text-shadow: 0 -1px 1px #c7c8c9;
  cursor: pointer;
}

.upload-control .upload-control-upload.hover, .upload-control .upload-control-browse.hover {
  border-color: #688296;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAmCAIAAACK3mZQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEZJREFUeNpi3nD1I9OdR8+Z/v//D8UMQPyP6R+I/e8/mIawgWJgPpRG4UPYf//B2EhqsKqH8EH2gdj/YXb8/we1/z9AgAEAtNVuw630018AAAAASUVORK5CYII=);
  background-color: #e34b3d;
  color: white;
  text-shadow: 0 -1px 1px #688296;
}

.upload-control span.uploading {
  background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3Bpbm5lciIgd2lkdGg9IjY1cHgiIGhlaWdodD0iNjVweCIgdmlld0JveD0iMCAwIDY2IDY2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICA8c3R5bGU+Ci5zcGlubmVyIHsKICAtd2Via2l0LWFuaW1hdGlvbjogcm90YXRvciAxLjRzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgIGFuaW1hdGlvbjogcm90YXRvciAxLjRzIGxpbmVhciBpbmZpbml0ZTsKfQoKQC13ZWJraXQta2V5ZnJhbWVzIHJvdGF0b3IgewogIDAlIHsKICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7CiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpOwogIH0KICAxMDAlIHsKICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMjcwZGVnKTsKICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoMjcwZGVnKTsKICB9Cn0KCkBrZXlmcmFtZXMgcm90YXRvciB7CiAgMCUgewogICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKTsKICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7CiAgfQogIDEwMCUgewogICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgyNzBkZWcpOwogICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgyNzBkZWcpOwogIH0KfQoucGF0aCB7CiAgc3Ryb2tlLWRhc2hhcnJheTogMTg3OwogIHN0cm9rZS1kYXNob2Zmc2V0OiAwOwogIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOwogICAgICAgICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOwogIC13ZWJraXQtYW5pbWF0aW9uOiBkYXNoIDEuNHMgZWFzZS1pbi1vdXQgaW5maW5pdGU7CiAgICAgICAgICBhbmltYXRpb246IGRhc2ggMS40cyBlYXNlLWluLW91dCBpbmZpbml0ZTsKfQoKQC13ZWJraXQta2V5ZnJhbWVzIGRhc2ggewogIDAlIHsKICAgIHN0cm9rZS1kYXNob2Zmc2V0OiAxODc7CiAgfQogIDUwJSB7CiAgICBzdHJva2UtZGFzaG9mZnNldDogNDYuNzU7CiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDEzNWRlZyk7CiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDEzNWRlZyk7CiAgfQogIDEwMCUgewogICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDE4NzsKICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoNDUwZGVnKTsKICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoNDUwZGVnKTsKICB9Cn0KQGtleWZyYW1lcyBkYXNoIHsKICAwJSB7CiAgICBzdHJva2UtZGFzaG9mZnNldDogMTg3OwogIH0KICA1MCUgewogICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDQ2Ljc1OwogICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgxMzVkZWcpOwogICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxMzVkZWcpOwogIH0KICAxMDAlIHsKICAgIHN0cm9rZS1kYXNob2Zmc2V0OiAxODc7CiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDQ1MGRlZyk7CiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDQ1MGRlZyk7CiAgfQp9Cjwvc3R5bGU+CiAgIDxjaXJjbGUgY2xhc3M9InBhdGgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMyMzIzMiIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGN4PSIzMyIgY3k9IjMzIiByPSIzMCI+PC9jaXJjbGU+Cjwvc3ZnPgo=) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 20px;
}

.upload-control .upload-control-upload.upload-control-upload-single {
  border-radius: 3px;
}

/* END Uploader */
.morris-hover {
  position: absolute;
  z-index: 1000;
}

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

.am-donation {
  padding: 0.5em 0;
}

.am-donation .am-donation-recurring {
  padding-left: 1em;
}

.am-donation .smileyface {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50px;
  display: block;
  border: 1px solid #333;
  background: rgba(255, 230, 50, 0.28);
}

.am-donation .eyes {
  width: 4px;
  height: 8px;
  background: #333;
  border-radius: 5px/10px;
  position: absolute;
  top: 10px;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}

.am-donation .eyes.lefteye {
  left: 12px;
}

.am-donation .eyes.righteye {
  right: 12px;
}

.am-donation .smile {
  width: 30px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  border-left: none;
  background: rgba(0, 0, 0, 0);
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}

.am-donation .am-donation-smile-wrap {
  overflow: hidden;
}

.am-donation .am-donation-smile {
  width: 60px;
  float: right;
}

.am-donation .am-donation-slider {
  margin-right: 80px;
  padding: 0 1em 1em 1em;
}

.am-donation .ui-slider-range {
  background: #71BD26 !important;
}

.am-donation .ui-slider-handle {
  border-color: #71BD26 !important;
}

.am-donation .ui-slider-handle.ui-state-focus {
  outline: none;
}

.am-donation a:focus {
  outline: none;
}

.am-donation .am-donation-total {
  font-size: 130%;
  font-style: italic;
  margin-bottom: 0.8em;
}

.am-donation .am-donation-total-amount {
  font-weight: bold;
}

.am-donation .am-donation-smile-wrap .ui-slider {
  height: 4px;
  border: 0;
  background: #eee;
}

.am-donation .am-donation-smile-wrap .ui-slider-handle {
  height: 1.6em;
  width: 1.6em;
  top: -0.8em;
  margin-left: -0.8em;
  border-radius: 0.8em;
  box-shadow: 0 1px 1px #eee;
  cursor: move;
  background: #fefefe;
}

.am-donation .am-donation-smile-wrap .ui-slider-handle:hover {
  background: #fefefe;
}

.am-fb-signup-button-wrapper {
  text-align: center;
  padding: 1em;
}

.am-fb-signup-button {
  line-height: 25px;
}

.am-fb-signup-button:before {
  content: 'Do not want to fill in profile form? You can log in with your Facebook account – ';
}

.am-fb-login-button-wrapper.am-fb-login-form-after:before,
.am-fb-login-button-wrapper.am-fb-login-form-before:after {
  content: "or";
  background: white;
  padding: .5em;
  margin-left: -1em;
  border-radius: 50%;
  color: #555555;
  font-style: italic;
  text-transform: uppercase;
  left: 50%;
  position: absolute;
}

.am-fb-login-button-wrapper.am-fb-login-form-after:before {
  top: -15px;
}

.am-fb-login-button-wrapper.am-fb-login-form-before:after {
  bottom: -15px;
}

.am-fb-login-button-wrapper.am-fb-login-form-after {
  margin: 2em auto 0;
  padding: 1.5em 0 1em;
  border-top: 1px solid #ddd;
}

.am-fb-login-button-wrapper.am-fb-login-form-before {
  margin: 0 auto 2em;
  padding: 1em 0 1.5em;
  border-bottom: 1px solid #ddd;
}

.am-fb-login-button-wrapper {
  text-align: center;
  max-width: 450px;
  position: relative;
}

.am-fb-login-button {
  line-height: 25px;
}

.am-fb-login-button:before {
  content: 'use your Facebook account – ';
}

.am-header-menu-toggle {
  display: none;
  padding: .5em;
}

.am-header-menu-toggle a {
  text-decoration: none;
}

.am-common ul.am-header-menu-narrow,
ul.am-header-menu-narrow {
  display: none;
  margin: 0 .5em 1em;
}

.am-common ul.am-header-menu-narrow li,
ul.am-header-menu-narrow li {
  list-style: none;
}

.am-common ul.am-header-menu-narrow ul,
ul.am-header-menu-narrow ul {
  margin: .5em 0 1em 1em;
}

@media all and (max-width: 500px) {
  ul.am-header-menu {
    display: none;
  }
  .am-header-menu-toggle,
  ul.am-header-menu-narrow {
    display: block;
  }
}

ul.am-header-menu {
  margin: 0;
}

ul.am-header-menu ul {
  text-align: left;
}

ul.am-header-menu li {
  margin: 0;
}

ul.am-header-menu a {
  display: block;
  padding: .5em;
  white-space: nowrap;
  text-decoration: none;
}

ul.am-header-menu > li > a::after {
  content: ' ';
  display: block;
  background: #7f7f7f;
  width: 0;
  height: 2px;
  margin: 0 auto;
  transition: width .3s;
}

ul.am-header-menu > li:hover > a::after {
  width: 100%;
}

ul.am-header-menu > li.has-children > a:hover {
  text-decoration: none;
}

ul.am-header-menu > li {
  display: inline-block;
}

ul.am-header-menu li {
  list-style: none;
  position: unset;
}

ul.am-header-menu .has-children .has-children {
  position: relative;
}

ul.am-header-menu .has-children ul {
  min-width: 150px;
  box-shadow: 0 3px 3px #0000001a;
}

ul.am-header-menu .has-children a:hover {
  text-decoration: underline;
}

ul.am-header-menu li ul {
  visibility: hidden;
  position: absolute;
  transform: translate(0, 10px);
  background: #f2f2f2;
  margin: 0;
  padding: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity .3s, transform .3s;
}

ul.am-header-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

ul.am-header-menu li > ul ul {
  top: 0;
  left: 100%;
}

ul.am-header-menu li > ul ul.am-header-menu-flip {
  right: 100%;
  left: unset;
}

.am-video-wrapper {
  text-align: center;
  background: black;
  font-size: 0;
}

.am-copy-to-clipboard-highlight {
  background: #fcf2bf;
}

.am-copy-to-clipboard-trigger {
  display: inline-block;
  vertical-align: text-bottom;
  opacity: .4;
  margin-left: .6rem;
  transition: opacity .2s;
  text-decoration: none;
}

.am-copy-to-clipboard-trigger::before {
  content: "\f0c5";
  font-family: "Font Awesome 5 Free";
  font-size: 70%;
}

.am-copy-to-clipboard-trigger:hover {
  opacity: 1;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.am-body-content .plyr,
.am-popup .plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0;
}

.am-body-content .plyr audio, .am-body-content .plyr iframe, .am-body-content .plyr video,
.am-popup .plyr audio,
.am-popup .plyr iframe,
.am-popup .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.am-body-content .plyr button,
.am-popup .plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.am-body-content .plyr:focus,
.am-popup .plyr:focus {
  outline: 0;
}

.am-body-content .plyr--full-ui,
.am-popup .plyr--full-ui {
  box-sizing: border-box;
}

.am-body-content .plyr--full-ui *, .am-body-content .plyr--full-ui ::after, .am-body-content .plyr--full-ui ::before,
.am-popup .plyr--full-ui *,
.am-popup .plyr--full-ui ::after,
.am-popup .plyr--full-ui ::before {
  box-sizing: inherit;
}

.am-body-content .plyr--full-ui a, .am-body-content .plyr--full-ui button, .am-body-content .plyr--full-ui input, .am-body-content .plyr--full-ui label,
.am-popup .plyr--full-ui a,
.am-popup .plyr--full-ui button,
.am-popup .plyr--full-ui input,
.am-popup .plyr--full-ui label {
  touch-action: manipulation;
}

.am-body-content .plyr__badge,
.am-popup .plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.am-body-content .plyr--full-ui ::-webkit-media-text-track-container,
.am-popup .plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.am-body-content .plyr__captions,
.am-popup .plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%;
}

.am-body-content .plyr__captions span:empty,
.am-popup .plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .am-body-content .plyr__captions,
  .am-popup .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(10px * 2);
    padding: calc(var(--plyr-control-spacing,10px) * 2);
  }
}

@media (min-width: 768px) {
  .am-body-content .plyr__captions,
  .am-popup .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.am-body-content .plyr--captions-active .plyr__captions,
.am-popup .plyr--captions-active .plyr__captions {
  display: block;
}

.am-body-content .plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions,
.am-popup .plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(10px * -4));
  transform: translateY(calc(var(--plyr-control-spacing,10px) * -4));
}

.am-body-content .plyr__caption,
.am-popup .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap;
}

.am-body-content .plyr__caption div,
.am-popup .plyr__caption div {
  display: inline;
}

.am-body-content .plyr__control,
.am-popup .plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
  position: relative;
  transition: all .3s ease;
}

.am-body-content .plyr__control svg,
.am-popup .plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.am-body-content .plyr__control:focus,
.am-popup .plyr__control:focus {
  outline: 0;
}

.am-body-content .plyr__control.plyr__tab-focus,
.am-popup .plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.am-body-content a.plyr__control,
.am-popup a.plyr__control {
  text-decoration: none;
}

.am-body-content a.plyr__control::after, .am-body-content a.plyr__control::before,
.am-popup a.plyr__control::after,
.am-popup a.plyr__control::before {
  display: none;
}

.am-body-content .plyr__control.plyr__control--pressed .icon--not-pressed, .am-body-content .plyr__control.plyr__control--pressed .label--not-pressed, .am-body-content .plyr__control:not(.plyr__control--pressed) .icon--pressed, .am-body-content .plyr__control:not(.plyr__control--pressed) .label--pressed,
.am-popup .plyr__control.plyr__control--pressed .icon--not-pressed,
.am-popup .plyr__control.plyr__control--pressed .label--not-pressed,
.am-popup .plyr__control:not(.plyr__control--pressed) .icon--pressed,
.am-popup .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.am-body-content .plyr--full-ui ::-webkit-media-controls,
.am-popup .plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.am-body-content .plyr__controls,
.am-popup .plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.am-body-content .plyr__controls .plyr__progress__container,
.am-popup .plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.am-body-content .plyr__controls .plyr__controls__item,
.am-popup .plyr__controls .plyr__controls__item {
  margin-left: calc(10px / 4);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 4);
}

.am-body-content .plyr__controls .plyr__controls__item:first-child,
.am-popup .plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.am-body-content .plyr__controls .plyr__controls__item.plyr__progress__container,
.am-popup .plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(10px / 4);
  padding-left: calc(var(--plyr-control-spacing,10px)/ 4);
}

.am-body-content .plyr__controls .plyr__controls__item.plyr__time,
.am-popup .plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(10px / 2);
  padding: 0 calc(var(--plyr-control-spacing,10px)/ 2);
}

.am-body-content .plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .am-body-content .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .am-body-content .plyr__controls .plyr__controls__item.plyr__time:first-child,
.am-popup .plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.am-popup .plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.am-popup .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.am-body-content .plyr__controls:empty,
.am-popup .plyr__controls:empty {
  display: none;
}

.am-body-content .plyr [data-plyr=airplay], .am-body-content .plyr [data-plyr=captions], .am-body-content .plyr [data-plyr=fullscreen], .am-body-content .plyr [data-plyr=pip],
.am-popup .plyr [data-plyr=airplay],
.am-popup .plyr [data-plyr=captions],
.am-popup .plyr [data-plyr=fullscreen],
.am-popup .plyr [data-plyr=pip] {
  display: none;
}

.am-body-content .plyr--airplay-supported [data-plyr=airplay], .am-body-content .plyr--captions-enabled [data-plyr=captions], .am-body-content .plyr--fullscreen-enabled [data-plyr=fullscreen], .am-body-content .plyr--pip-supported [data-plyr=pip],
.am-popup .plyr--airplay-supported [data-plyr=airplay],
.am-popup .plyr--captions-enabled [data-plyr=captions],
.am-popup .plyr--fullscreen-enabled [data-plyr=fullscreen],
.am-popup .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.am-body-content .plyr__menu,
.am-popup .plyr__menu {
  display: flex;
  position: relative;
}

.am-body-content .plyr__menu .plyr__control svg,
.am-popup .plyr__menu .plyr__control svg {
  transition: transform .3s ease;
}

.am-body-content .plyr__menu .plyr__control[aria-expanded=true] svg,
.am-popup .plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.am-body-content .plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip,
.am-popup .plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.am-body-content .plyr__menu__container,
.am-popup .plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.am-body-content .plyr__menu__container > div,
.am-popup .plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.am-body-content .plyr__menu__container::after,
.am-popup .plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: '';
  height: 0;
  position: absolute;
  right: calc(((18px / 2) + calc(10px * .7)) - (4px / 2));
  right: calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));
  top: 100%;
  width: 0;
}

.am-body-content .plyr__menu__container [role=menu],
.am-popup .plyr__menu__container [role=menu] {
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
}

.am-body-content .plyr__menu__container [role=menuitem], .am-body-content .plyr__menu__container [role=menuitemradio],
.am-popup .plyr__menu__container [role=menuitem],
.am-popup .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.am-body-content .plyr__menu__container [role=menuitem]:first-child, .am-body-content .plyr__menu__container [role=menuitemradio]:first-child,
.am-popup .plyr__menu__container [role=menuitem]:first-child,
.am-popup .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.am-body-content .plyr__menu__container .plyr__control,
.am-popup .plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(10px * .7)/ 1.5);
  padding-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  padding-left: calc(calc(10px * .7) * 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-right: calc(calc(10px * .7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-top: calc(calc(10px * .7)/ 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.am-body-content .plyr__menu__container .plyr__control > span,
.am-popup .plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.am-body-content .plyr__menu__container .plyr__control::after,
.am-popup .plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.am-body-content .plyr__menu__container .plyr__control--forward,
.am-popup .plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(10px * .7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
}

.am-body-content .plyr__menu__container .plyr__control--forward::after,
.am-popup .plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(10px * .7) * 1.5) - 4px);
  right: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
}

.am-body-content .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .am-body-content .plyr__menu__container .plyr__control--forward:hover::after,
.am-popup .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.am-popup .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.am-body-content .plyr__menu__container .plyr__control--back,
.am-popup .plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(10px * .7);
  margin: calc(var(--plyr-control-spacing,10px) * .7);
  margin-bottom: calc(calc(10px * .7)/ 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  padding-left: calc(calc(10px * .7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
  position: relative;
  width: calc(100% - (calc(10px * .7) * 2));
  width: calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2));
}

.am-body-content .plyr__menu__container .plyr__control--back::after,
.am-popup .plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(10px * .7) * 1.5) - 4px);
  left: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
}

.am-body-content .plyr__menu__container .plyr__control--back::before,
.am-popup .plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: '';
  height: 1px;
  left: 0;
  margin-top: calc(calc(10px * .7)/ 2);
  margin-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.am-body-content .plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .am-body-content .plyr__menu__container .plyr__control--back:hover::after,
.am-popup .plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.am-popup .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio],
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(10px * .7);
  padding-left: calc(var(--plyr-control-spacing,10px) * .7);
}

.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio]::after, .am-body-content .plyr__menu__container .plyr__control[role=menuitemradio]::before,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio]::after,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio]::before,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px;
}

.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio]::after,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px;
}

.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .am-body-content .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.am-body-content .plyr__menu__container .plyr__menu__value,
.am-popup .plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(10px * .7) - 2) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(10px * .7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);
  pointer-events: none;
}

.am-body-content .plyr--full-ui input[type=range],
.am-popup .plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: calc(13px * 2);
  border-radius: calc(var(--plyr-range-thumb-height,13px) * 2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((3px * 2) + 13px);
  height: calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%;
}

.am-body-content .plyr--full-ui input[type=range]::-webkit-slider-runnable-track,
.am-popup .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.am-body-content .plyr--full-ui input[type=range]::-webkit-slider-thumb,
.am-popup .plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: calc(((13px - 5px)/ 2) * -1);
  margin-top: calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1);
}

.am-body-content .plyr--full-ui input[type=range]::-moz-range-track,
.am-popup .plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none;
}

.am-body-content .plyr--full-ui input[type=range]::-moz-range-thumb,
.am-popup .plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.am-body-content .plyr--full-ui input[type=range]::-moz-range-progress,
.am-popup .plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.am-body-content .plyr--full-ui input[type=range]::-ms-track,
.am-popup .plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.am-body-content .plyr--full-ui input[type=range]::-ms-fill-upper,
.am-popup .plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
}

.am-body-content .plyr--full-ui input[type=range]::-ms-fill-lower,
.am-popup .plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.am-body-content .plyr--full-ui input[type=range]::-ms-thumb,
.am-popup .plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.am-body-content .plyr--full-ui input[type=range]::-ms-tooltip,
.am-popup .plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.am-body-content .plyr--full-ui input[type=range]:focus,
.am-popup .plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.am-body-content .plyr--full-ui input[type=range]::-moz-focus-outer,
.am-popup .plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.am-body-content .plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.am-popup .plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.am-body-content .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track,
.am-popup .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.am-body-content .plyr--full-ui input[type=range].plyr__tab-focus::-ms-track,
.am-popup .plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.am-body-content .plyr__poster,
.am-popup .plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

.am-body-content .plyr--stopped.plyr__poster-enabled .plyr__poster,
.am-popup .plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.am-body-content .plyr__time,
.am-popup .plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.am-body-content .plyr__time + .plyr__time::before,
.am-popup .plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: calc(768px - 1)) {
  .am-body-content .plyr__time + .plyr__time,
  .am-popup .plyr__time + .plyr__time {
    display: none;
  }
}

.am-body-content .plyr__tooltip,
.am-popup .plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  padding: calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2;
}

.am-body-content .plyr__tooltip::before,
.am-popup .plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.am-body-content .plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .am-body-content .plyr .plyr__control:hover .plyr__tooltip, .am-body-content .plyr__tooltip--visible,
.am-popup .plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.am-popup .plyr .plyr__control:hover .plyr__tooltip,
.am-popup .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.am-body-content .plyr .plyr__control:hover .plyr__tooltip,
.am-popup .plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.am-body-content .plyr__controls > .plyr__control:first-child .plyr__tooltip, .am-body-content .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:first-child .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.am-body-content .plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .am-body-content .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before,
.am-popup .plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.am-popup .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((18px / 2) + calc(10px * .7));
  left: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
}

.am-body-content .plyr__controls > .plyr__control:last-child .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.am-body-content .plyr__controls > .plyr__control:last-child .plyr__tooltip::before,
.am-popup .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((18px / 2) + calc(10px * .7));
  right: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
  transform: translateX(50%);
}

.am-body-content .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .am-body-content .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .am-body-content .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .am-body-content .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .am-body-content .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .am-body-content .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .am-body-content .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .am-body-content .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .am-body-content .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.am-popup .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.am-popup .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.am-popup .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.am-body-content .plyr__progress,
.am-popup .plyr__progress {
  left: calc(13px * .5);
  left: calc(var(--plyr-range-thumb-height,13px) * .5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.am-body-content .plyr__progress input[type=range], .am-body-content .plyr__progress__buffer,
.am-popup .plyr__progress input[type=range],
.am-popup .plyr__progress__buffer {
  margin-left: calc(13px * -.5);
  margin-left: calc(var(--plyr-range-thumb-height,13px) * -.5);
  margin-right: calc(13px * -.5);
  margin-right: calc(var(--plyr-range-thumb-height,13px) * -.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height,13px));
}

.am-body-content .plyr__progress input[type=range],
.am-popup .plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.am-body-content .plyr__progress .plyr__tooltip,
.am-popup .plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.am-body-content .plyr__progress__buffer,
.am-popup .plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((5px / 2) * -1);
  margin-top: calc((var(--plyr-range-track-height,5px)/ 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.am-body-content .plyr__progress__buffer::-webkit-progress-bar,
.am-popup .plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.am-body-content .plyr__progress__buffer::-webkit-progress-value,
.am-popup .plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.am-body-content .plyr__progress__buffer::-moz-progress-bar,
.am-popup .plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease;
}

.am-body-content .plyr__progress__buffer::-ms-fill,
.am-popup .plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease;
}

.am-body-content .plyr--loading .plyr__progress__buffer,
.am-popup .plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.am-body-content .plyr--video.plyr--loading .plyr__progress__buffer,
.am-popup .plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.am-body-content .plyr--audio.plyr--loading .plyr__progress__buffer,
.am-popup .plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.am-body-content .plyr__volume,
.am-popup .plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.am-body-content .plyr__volume input[type=range],
.am-popup .plyr__volume input[type=range] {
  margin-left: calc(10px / 2);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 2);
  margin-right: calc(10px / 2);
  margin-right: calc(var(--plyr-control-spacing,10px)/ 2);
  position: relative;
  z-index: 2;
}

.am-body-content .plyr--is-ios .plyr__volume,
.am-popup .plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.am-body-content .plyr--audio,
.am-popup .plyr--audio {
  display: block;
}

.am-body-content .plyr--audio .plyr__controls,
.am-popup .plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.am-body-content .plyr--audio .plyr__control.plyr__tab-focus, .am-body-content .plyr--audio .plyr__control:hover, .am-body-content .plyr--audio .plyr__control[aria-expanded=true],
.am-popup .plyr--audio .plyr__control.plyr__tab-focus,
.am-popup .plyr--audio .plyr__control:hover,
.am-popup .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.am-body-content .plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track,
.am-popup .plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.am-body-content .plyr--full-ui.plyr--audio input[type=range]::-moz-range-track,
.am-popup .plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.am-body-content .plyr--full-ui.plyr--audio input[type=range]::-ms-track,
.am-popup .plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.am-body-content .plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb,
.am-popup .plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.am-body-content .plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb,
.am-popup .plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.am-body-content .plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb,
.am-popup .plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.am-body-content .plyr--audio .plyr__progress__buffer,
.am-popup .plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.am-body-content .plyr--video,
.am-popup .plyr--video {
  background: #000;
  overflow: hidden;
}

.am-body-content .plyr--video.plyr--menu-open,
.am-popup .plyr--video.plyr--menu-open {
  overflow: visible;
}

.am-body-content .plyr__video-wrapper,
.am-popup .plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.am-body-content .plyr__video-embed, .am-body-content .plyr__video-wrapper--fixed-ratio,
.am-popup .plyr__video-embed,
.am-popup .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.am-body-content .plyr__video-embed iframe, .am-body-content .plyr__video-wrapper--fixed-ratio video,
.am-popup .plyr__video-embed iframe,
.am-popup .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.am-body-content .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container,
.am-popup .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.am-body-content .plyr--video .plyr__controls,
.am-popup .plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(10px / 2);
  padding: calc(var(--plyr-control-spacing,10px)/ 2);
  padding-top: calc(10px * 2);
  padding-top: calc(var(--plyr-control-spacing,10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .am-body-content .plyr--video .plyr__controls,
  .am-popup .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(10px * 3.5);
    padding-top: calc(var(--plyr-control-spacing,10px) * 3.5);
  }
}

.am-body-content .plyr--video.plyr--hide-controls .plyr__controls,
.am-popup .plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.am-body-content .plyr--video .plyr__control.plyr__tab-focus, .am-body-content .plyr--video .plyr__control:hover, .am-body-content .plyr--video .plyr__control[aria-expanded=true],
.am-popup .plyr--video .plyr__control.plyr__tab-focus,
.am-popup .plyr--video .plyr__control:hover,
.am-popup .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.am-body-content .plyr__control--overlaid,
.am-popup .plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: calc(10px * 1.5);
  padding: calc(var(--plyr-control-spacing,10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2;
}

.am-body-content .plyr__control--overlaid svg,
.am-popup .plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.am-body-content .plyr__control--overlaid:focus, .am-body-content .plyr__control--overlaid:hover,
.am-popup .plyr__control--overlaid:focus,
.am-popup .plyr__control--overlaid:hover {
  opacity: 1;
}

.am-body-content .plyr--playing .plyr__control--overlaid,
.am-popup .plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.am-body-content .plyr--full-ui.plyr--video .plyr__control--overlaid,
.am-popup .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.am-body-content .plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track,
.am-popup .plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.am-body-content .plyr--full-ui.plyr--video input[type=range]::-moz-range-track,
.am-popup .plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.am-body-content .plyr--full-ui.plyr--video input[type=range]::-ms-track,
.am-popup .plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.am-body-content .plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb,
.am-popup .plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.am-body-content .plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb,
.am-popup .plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.am-body-content .plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb,
.am-popup .plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.am-body-content .plyr--video .plyr__progress__buffer,
.am-popup .plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.am-body-content .plyr:-webkit-full-screen,
.am-popup .plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.am-body-content .plyr:-ms-fullscreen,
.am-popup .plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.am-body-content .plyr:fullscreen,
.am-popup .plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.am-body-content .plyr:-webkit-full-screen video,
.am-popup .plyr:-webkit-full-screen video {
  height: 100%;
}

.am-body-content .plyr:-ms-fullscreen video,
.am-popup .plyr:-ms-fullscreen video {
  height: 100%;
}

.am-body-content .plyr:fullscreen video,
.am-popup .plyr:fullscreen video {
  height: 100%;
}

.am-body-content .plyr:-webkit-full-screen .plyr__video-wrapper,
.am-popup .plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.am-body-content .plyr:-ms-fullscreen .plyr__video-wrapper,
.am-popup .plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.am-body-content .plyr:fullscreen .plyr__video-wrapper,
.am-popup .plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.am-body-content .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.am-body-content .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.am-body-content .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.am-body-content .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen,
.am-popup .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.am-body-content .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen,
.am-popup .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.am-body-content .plyr:fullscreen .plyr__control .icon--exit-fullscreen,
.am-popup .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.am-body-content .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.am-body-content .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.am-body-content .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.am-body-content .plyr:-webkit-full-screen.plyr--hide-controls,
.am-popup .plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.am-body-content .plyr:-ms-fullscreen.plyr--hide-controls,
.am-popup .plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.am-body-content .plyr:fullscreen.plyr--hide-controls,
.am-popup .plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .am-body-content .plyr:-webkit-full-screen .plyr__captions,
  .am-popup .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .am-body-content .plyr:-ms-fullscreen .plyr__captions,
  .am-popup .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .am-body-content .plyr:fullscreen .plyr__captions,
  .am-popup .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.am-body-content .plyr:-webkit-full-screen,
.am-popup .plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.am-body-content .plyr:-webkit-full-screen video,
.am-popup .plyr:-webkit-full-screen video {
  height: 100%;
}

.am-body-content .plyr:-webkit-full-screen .plyr__video-wrapper,
.am-popup .plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.am-body-content .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.am-body-content .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen,
.am-popup .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.am-body-content .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.am-body-content .plyr:-webkit-full-screen.plyr--hide-controls,
.am-popup .plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .am-body-content .plyr:-webkit-full-screen .plyr__captions,
  .am-popup .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.am-body-content .plyr:-moz-full-screen,
.am-popup .plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.am-body-content .plyr:-moz-full-screen video,
.am-popup .plyr:-moz-full-screen video {
  height: 100%;
}

.am-body-content .plyr:-moz-full-screen .plyr__video-wrapper,
.am-popup .plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.am-body-content .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.am-body-content .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen,
.am-popup .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.am-body-content .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.am-body-content .plyr:-moz-full-screen.plyr--hide-controls,
.am-popup .plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .am-body-content .plyr:-moz-full-screen .plyr__captions,
  .am-popup .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.am-body-content .plyr:-ms-fullscreen,
.am-popup .plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.am-body-content .plyr:-ms-fullscreen video,
.am-popup .plyr:-ms-fullscreen video {
  height: 100%;
}

.am-body-content .plyr:-ms-fullscreen .plyr__video-wrapper,
.am-popup .plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.am-body-content .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.am-body-content .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen,
.am-popup .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.am-body-content .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.am-body-content .plyr:-ms-fullscreen.plyr--hide-controls,
.am-popup .plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .am-body-content .plyr:-ms-fullscreen .plyr__captions,
  .am-popup .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.am-body-content .plyr--fullscreen-fallback,
.am-popup .plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.am-body-content .plyr--fullscreen-fallback video,
.am-popup .plyr--fullscreen-fallback video {
  height: 100%;
}

.am-body-content .plyr--fullscreen-fallback .plyr__video-wrapper,
.am-popup .plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.am-body-content .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.am-body-content .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen,
.am-popup .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.am-body-content .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.am-body-content .plyr--fullscreen-fallback.plyr--hide-controls,
.am-popup .plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .am-body-content .plyr--fullscreen-fallback .plyr__captions,
  .am-popup .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.am-body-content .plyr__ads,
.am-popup .plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.am-body-content .plyr__ads > div, .am-body-content .plyr__ads > div iframe,
.am-popup .plyr__ads > div,
.am-popup .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.am-body-content .plyr__ads::after,
.am-popup .plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.am-body-content .plyr__ads::after:empty,
.am-popup .plyr__ads::after:empty {
  display: none;
}

.am-body-content .plyr__cues,
.am-popup .plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.am-body-content .plyr__preview-thumb,
.am-popup .plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  z-index: 2;
}

.am-body-content .plyr__preview-thumb--is-shown,
.am-popup .plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.am-body-content .plyr__preview-thumb::before,
.am-popup .plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.am-body-content .plyr__preview-thumb__image-container,
.am-popup .plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.am-body-content .plyr__preview-thumb__image-container img,
.am-popup .plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.am-body-content .plyr__preview-thumb__time-container,
.am-popup .plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.am-body-content .plyr__preview-thumb__time-container span,
.am-popup .plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.am-body-content .plyr__preview-scrubbing,
.am-popup .plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1;
}

.am-body-content .plyr__preview-scrubbing--is-shown,
.am-popup .plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.am-body-content .plyr__preview-scrubbing img,
.am-popup .plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.am-body-content .plyr--no-transition,
.am-popup .plyr--no-transition {
  transition: none !important;
}

.am-body-content .plyr__sr-only,
.am-popup .plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.am-body-content .plyr [hidden],
.am-popup .plyr [hidden] {
  display: none !important;
}

.am-helpdesk-message-content pre.am-code,
.am-helpdesk-message-content pre.am-code:focus,
pre.am-code,
pre.am-code:focus {
  width: 100%;
  line-height: 1.4em;
  box-sizing: border-box;
  padding: 1em;
  background: #20313b;
  color: white;
  border: none;
  border-radius: 0;
  font-family: monospace;
}

.am-code-copy-to-clipboard {
  position: relative;
}

.am-code-copy-to-clipboard-trigger::before {
  content: "\f0c5";
  font-family: "Font Awesome 5 Free";
  font-size: 70%;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  margin: .5em 1em 0 0;
  color: white;
}

.am-code-copy-to-clipboard-trigger {
  opacity: .5;
}

.am-code-copy-to-clipboard-trigger:hover {
  opacity: 1;
}

/* Custom input[type=file] element */
.input-file {
  width: 270px;
  overflow: hidden;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  text-align: left;
}

.input-file-input {
  padding: 0.5em 0.75em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.input-file-button {
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) repeat-x top left #e8e8e8;
  border: none;
  border-left: 1px solid #ced4da;
  padding: 0.5em 1em;
  color: #555960;
  text-shadow: 0 -1px 1px #c7c8c9;
}

.input-file.hover {
  border-color: #c7665b;
}

.input-file.hover .input-file-button {
  border-color: #c7665b;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAmCAIAAACK3mZQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEZJREFUeNpi3nD1I9OdR8+Z/v//D8UMQPyP6R+I/e8/mIawgWJgPpRG4UPYf//B2EhqsKqH8EH2gdj/YXb8/we1/z9AgAEAtNVuw630018AAAAASUVORK5CYII=);
  background-color: #e34b3d;
  color: white;
  text-shadow: 0 -1px 1px #c43d33;
}

/* END Custom input[type=file] element */
/* Helpdesk FAQ */
.am-helpdesk-faq-cat {
  margin: 0;
}

.am-helpdesk-faq-cat li {
  list-style: none;
}

.am-block ul.am-helpdesk-faq-list,
ul.am-helpdesk-faq-list {
  margin: 0;
  margin-left: 2em;
}

.am-block ul.am-helpdesk-faq-list li.am-helpdesk-faq-list-item,
ul.am-helpdesk-faq-list li.am-helpdesk-faq-list-item {
  list-style: decimal;
  padding-bottom: 0.5em;
}

.am-helpdesk-faq-search-result {
  padding-top: 1em;
}

/* Helpdesk */
.am-helpdesk {
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-top: 0.5em;
}

.am-helpdesk h3 {
  text-align: left;
  padding-top: 0;
  margin-top: 0;
}

/* Ticket */
.am-helpdesk-ticket {
  margin-bottom: 0.5em;
}

.am-helpdesk-ticket .am-helpdesk-ticket-info {
  padding: 0.4em 0;
}

.am-helpdesk-ticket-header {
  overflow: hidden;
}

.am-helpdesk-ticket-status {
  float: right;
}

.am-helpdesk-ticket-actions-container {
  overflow: hidden;
  border-radius: 3px;
  border: #ccc 1px solid;
  margin-top: 0.5em;
}

.am-helpdesk-ticket-actions, ul.am-helpdesk-ticket-actions {
  overflow: hidden;
  padding: 0 0.5em;
  margin: 0 0 0 0;
}

.am-helpdesk-ticket-action {
  display: inline-block;
  padding: 0.5em;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0 !important;
  list-style-type: none;
}

.am-helpdesk-ticket-action.am-helpdesk-action-active {
  background-color: #dbdbdb;
}

.am-helpdesk-ticket-action-fold-all {
  padding-left: 1em;
  line-height: 0.6em;
  font-size: 1.3em;
  float: right;
}

.am-helpdesk-ticket-action-fold-all a {
  text-decoration: none;
}

.am-helpdesk-ticket-fields {
  padding-bottom: 0.5em;
  margin: 0;
}

.am-helpdesk-ticket-fields li {
  list-style: none;
}

/* Reply Panel */
.am-helpdesk-reply-panel {
  padding: 0.5em 1em;
  background: #dbdbdb;
  display: none;
}

.am-helpdesk-reply-panel-tools {
  padding: 0.5em 0;
}

.am-helpdesk-reply-panel-tool {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}

.am-helpdesk-reply-panel-tool-emoji {
  width: 1.6em;
  white-space: nowrap;
  overflow: hidden;
}

.am-helpdesk-reply-panel-tool-emoji:hover {
  width: auto;
  overflow: visible;
}

.am-helpdesk-reply-panel-tool-emoji-item {
  margin-right: .2em;
  cursor: pointer;
  background: #ffffff3d;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  line-height: 1.6em;
  display: inline-block;
  vertical-align: middle;
  transition: transform .2s, background-color .2s;
}

.am-helpdesk-reply-panel-tool-emoji-item:hover {
  transform: scale(1.6);
  background: white;
}

.am-helpdesk-reply-panel-content .am-form div.am-row.am-no-label .am-element {
  padding: 0 0 0.5em;
}

.am-helpdesk-reply-panel-content .am-form div.am-row.am-no-label .am-element textarea {
  font-family: monospace;
  line-height: 140%;
  resize: vertical;
  border: none;
  padding: 1em;
  border: none;
  border-radius: 0;
}

.am-helpdesk-reply-panel-content .am-form div.am-row.am-no-label .am-element textarea:focus {
  background: white;
  border: none;
  outline: none;
  box-shadow: none;
}

.am-helpdesk-reply-panel-content .am-form {
  margin: 0;
}

.am-helpdesk-reply-panel-content .am-form form {
  background: none;
  border: 0;
  box-shadow: none;
}

.am-helpdesk-reply-panel-content .am-form div.am-row {
  border: 0;
}

.am-helpdesk-reply-panel-content .am-form .am-element-title,
.am-helpdesk-reply-panel-content .am-form .am-element {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.am-helpdesk-reply-panel-content .am-form #row-attachments-0 {
  display: none;
}

.am-helpdesk-form #row-attachments-0 {
  display: none;
}

/* Message */
.am-helpdesk-message {
  margin-bottom: 0.5em;
  border-radius: 3px;
  border: #dbdbdb 1px solid;
  box-shadow: 0 2px 4px #d6d6d6;
}

.am-helpdesk-message.am-helpdesk-message-inbound {
  background: #fff9ea;
}

.am-helpdesk-message.am-helpdesk-message-inbound code {
  background: #ffeab5;
}

.am-helpdesk-message.am-helpdesk-message-outbound {
  background: #fff;
}

.am-helpdesk-message.am-helpdesk-message-outbound code {
  background: #f2f3f4;
}

.am-helpdesk-message.am-helpdesk-message-comment {
  background: #e8f5e9;
}

.am-helpdesk-message.am-helpdesk-message-comment code {
  background: #a1d2a5;
}

.am-helpdesk-message-brief {
  display: none;
}

.am-helpdesk-message-has-attachments {
  float: right;
}

.am-helpdesk-message-closed .am-helpdesk-message-brief {
  display: inline;
}

.am-helpdesk-message-closed .am-helpdesk-message-full {
  display: none;
}

.am-helpdesk-message-closed .am-helpdesk-message-header {
  opacity: 1;
}

.am-helpdesk-message-outbound.am-helpdesk-message-closed .am-helpdesk-message-header {
  border-radius: 3px;
}

.am-helpdesk-message-header {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 0.5em 1em;
  margin: 0;
  overflow: hidden;
  opacity: 0.8;
}

.am-helpdesk-message-author {
  font-weight: bold;
}

.am-helpdesk-message-author-avatar {
  float: left;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 1em;
  box-shadow: 0 2px 4px #d0cfce;
}

.am-helpdesk-message-content {
  padding: 0.5em 1em;
  margin: 0;
}

.am-helpdesk-message-content pre {
  color: #4d4948;
  background: none;
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 150%;
  font-family: monospace;
  font-size: 1rem;
}

.am-helpdesk-message-content h1 {
  margin: 1em 0 .4em;
}

.am-helpdesk-message-content h2 {
  margin: .8em 0 .4em;
}

.am-helpdesk-message-content h3 {
  margin: .6em  0 .4em;
}

.am-helpdesk-message-content h4 {
  margin: .4em  0 .4em;
}

.am-helpdesk-message-content img {
  margin: .4em 0;
}

.am-helpdesk-message-content ul {
  margin-top: .4em;
}

.am-helpdesk-message-content code {
  padding: .1em .4em;
  font-family: monospace;
}

.am-helpdesk-message-content ul:first-child, .am-helpdesk-message-content h1:first-child, .am-helpdesk-message-content h2:first-child, .am-helpdesk-message-content h3:first-child, .am-helpdesk-message-content h4:first-child, .am-helpdesk-message-content img:first-child {
  margin-top: 0;
}

.am-helpdesk ul.am-helpdesk-message-attachments {
  margin: 0.5em 0 0;
}

.am-helpdesk ul.am-helpdesk-message-attachments li.am-helpdesk-message-attachments-item {
  list-style-type: none;
}

.am-helpdesk ul.am-helpdesk-message-attachments li.am-helpdesk-message-attachments-item:before {
  content: "\2013\00a0";
}

.am-helpdesk-message-action {
  display: inline-block;
  padding: 0.5em 1em;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.am-helpdesk-message-action.am-helpdesk-action-active {
  background-color: #dbdbdb;
}

.am-helpdesk-message-action-fold {
  padding-left: 1em;
  line-height: 0.6em;
  font-size: 1.3em;
  float: right;
}

.am-helpdesk-message-action-fold a {
  text-decoration: none;
}

/* History */
.am-helpdesk-history {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5em;
}

.am-helpdesk-history h1 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}

.am-helpdesk-history-content {
  display: none;
  padding-top: 0.5em;
}

.am-helpdesk-history-title {
  overflow: hidden;
  margin-bottom: 0.5em;
}

.am-helpdesk-history-title-action {
  float: right;
}

.am-helpdesk-history-title-action a {
  display: block;
  text-decoration: none;
}

.am-helpdesk-history-title-action a::after {
  content: "\20\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #909090;
}

ul.am-helpdesk-faq-cat .am-helpdesk-faq-cat-item {
  list-style-type: none;
}

.am-helpdesk-grid-msg-cnt {
  background: #babec0;
  color: white;
  padding: 1px 4px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 6px;
}

.am-helpdesk-grid-msg {
  color: #888;
}

.am-helpdesk-grid-worker {
  position: absolute;
  top: .8em;
  right: .5em;
  background: #fcbdbd;
  color: #ba2727;
  padding: .2em .5em;
  font-size: .8rem;
}

.am-helpdesk-grid-subject {
  position: relative;
}

.am-helpdesk-grid-subject__has-new .am-helpdesk-grid-msg {
  font-weight: bold;
  color: #555;
}

.am-aff-banner-preview {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 1em;
  box-shadow: 0 1px 1px #e0e0e0;
  overflow: hidden;
}

.am-aff-banner-preview dt {
  font-weight: bold;
  float: left;
  margin-right: 0.5em;
}

.am-aff-banner-preview dt:after {
  content: ':';
}

.am-aff-banner-preview .am-aff-banner-preview-preview {
  margin-bottom: 1em;
}

.am-aff-banner-preview .am-aff-banner-preview-info-details {
  margin-bottom: 1em;
}

@media all and (min-width: 750px) {
  .am-aff-banner-preview-info {
    float: left;
    width: 60%;
  }
  .am-aff-banner-preview-preview {
    float: right;
    width: 40%;
  }
  .am-aff-banner-preview-info-container {
    padding-right: 1em;
  }
}

.am-aff-banner-note {
  padding: 1em;
  margin-bottom: 1.5em;
  background: #e0e0e0;
}

.am-aff-mm-item-desc {
  display: block;
}

ul.am-aff-banner-cat-list li.am-aff-banner-cat-list-item {
  list-style-type: none;
}

.softsale-file {
  padding-bottom: 1.5em;
}

.softsale-file-versions {
  padding-bottom: 1em;
}
.tos-caption>div,.tos-slide,.tos-slide>*{box-sizing:border-box}.tos-slide,.tos-slider,.tos-wrapper{width:100%;height:100%}.tos-noanimation{-webkit-transition-property:none!important;transition-property:none!important}.tos-fastanimation{-webkit-transition-duration:.2s!important;transition-duration:.2s!important;-webkit-transition-timing-function:ease-out!important;transition-timing-function:ease-out!important}.tos-wrapper{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;display:none;padding:0;margin:0;overflow:hidden}.tos-wrapper.tos-opened{display:block}.tos-slide,.tos-slide:before,.tos-slide>*{display:inline-block}.tos-wrapper.tos-opening{opacity:1}.tos-wrapper.tos-fixed{background-color:#000;position:fixed;top:0;left:0;z-index:9000}.tos-slider,.tos-wrapper.tos-inline{position:relative}.tos-slider{white-space:nowrap;padding:0;margin:0}.tos-uibg,.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider{position:absolute}.tos-wrapper.tos-fx-slide .tos-slider{left:0;-webkit-transition:left .4s ease;transition:left .4s ease}.tos-wrapper.tos-fx-fade .tos-slider{opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.tos-uibg{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;width:100%;left:0;bottom:0;z-index:1}.tos-fill .tos-uibg{background:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.tos-desktop .tos-wrapper:hover .tos-uibg,.tos-touch .tos-wrapper.tos-hover .tos-uibg{opacity:1}.tos-slide{-webkit-overflow-scrolling:touch;line-height:1px;text-align:center;overflow:hidden;position:relative}.tos-slide:before{content:"";height:50%;width:1px;margin-right:-1px}.tos-slide.tos-loading>*{opacity:0}.tos-slide>*{opacity:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;vertical-align:middle;max-height:100%;max-width:100%}.tos-slide.tos-html>div{-webkit-overflow-scrolling:touch;white-space:normal;text-align:left;line-height:1.5}.tos-slide.tos-html>div *{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}.tos-wrapper.tos-fill .tos-slide.tos-image>img{max-height:none;max-width:none;min-height:100%;min-width:100%}.tos-wrapper.tos-fixed .tos-slide.tos-html>div{background-color:#fff;color:#333;box-sizing:border-box;display:inline-block;padding:40px;overflow:auto}.tos-desktop .tos-wrapper.tos-fixed{background-color:rgba(0,0,0,.85)}.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide{padding:20px}.tos-close,.tos-next{right:20px}.tos-close,.tos-next,.tos-prev{background:#000;border-radius:3px;opacity:0;display:block;width:40px;position:absolute;z-index:1;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.tos-next,.tos-prev{height:80px;margin-top:-40px;top:50%}.tos-next.tos-disabled,.tos-prev.tos-disabled{cursor:default}.tos-prev{left:20px}.tos-close{height:40px;top:20px}.tos-desktop .tos-wrapper:hover .tos-close,.tos-desktop .tos-wrapper:hover .tos-next,.tos-desktop .tos-wrapper:hover .tos-prev,.tos-touch .tos-wrapper.tos-hover .tos-close,.tos-touch .tos-wrapper.tos-hover .tos-next,.tos-touch .tos-wrapper.tos-hover .tos-prev{opacity:.5}.tos-desktop .tos-wrapper:hover .tos-close:hover,.tos-desktop .tos-wrapper:hover .tos-next:hover,.tos-desktop .tos-wrapper:hover .tos-prev:hover,.tos-touch .tos-wrapper.tos-hover .tos-close:hover,.tos-touch .tos-wrapper.tos-hover .tos-next:hover,.tos-touch .tos-wrapper.tos-hover .tos-prev:hover{opacity:.9}.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled{opacity:.2}.tos-close span:after,.tos-close span:before,.tos-next span,.tos-prev span{content:'';display:block;width:12px;height:12px;margin:-5px;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.tos-close span:after,.tos-close span:before{width:6px;height:6px;margin-top:-4px;margin-left:0;margin-right:0}.tos-close span:before,.tos-prev span{border-bottom:3px solid #fff;border-left:3px solid #fff;left:50%}.tos-close span:after,.tos-next span{border-top:3px solid #fff;border-right:3px solid #fff;right:50%}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide,.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide{padding-left:80px;padding-right:80px}.tos-inline{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;display:inline-block;margin:0;position:relative;top:auto;left:auto;right:auto}.tos-caption,.tos-pagination{text-align:center;-webkit-transition:opacity .4s ease;width:100%;bottom:0;left:0;z-index:1;position:absolute}.tos-inline.tos-prev{margin-right:-60px}.tos-inline.tos-next{margin-left:-60px}.tos-loading .tos-inline{opacity:0!important}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform:scale(3);-ms-transform:scale(3);transform:scale(3)}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.tos-caption{color:#fff;opacity:0;transition:opacity .4s ease}.tos-caption:after{content:'';display:block;clear:both}.tos-caption>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;padding:0 20px;float:left}.tos-caption>div:last-child{float:right;margin-right:-2px}.tos-desktop .tos-wrapper:hover .tos-caption,.tos-touch .tos-wrapper.tos-hover .tos-caption{opacity:1}.tos-wrapper .tos-caption{line-height:20px;font-size:15px;text-shadow:0 1px 2px rgba(0,0,0,.8);height:40px}.tos-wrapper.tos-has-caption .tos-uibg{height:100px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide{padding-bottom:60px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption{line-height:40px;font-size:30px;text-shadow:0 2px 4px rgba(0,0,0,.8);height:80px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg{height:200px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption{line-height:60px;font-size:45px;text-shadow:0 3px 6px rgba(0,0,0,.8);height:120px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg{height:300px}.tos-wrapper.tos-fx-slide .tos-slider{-webkit-transition-property:left,margin;transition-property:left,margin}.tos-pagination{white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;opacity:0;transition:opacity .4s ease}.tos-pagination a{display:inline-block}.tos-pagination.tos-bullets a{background-color:rgba(255,255,255,.2)}.tos-pagination.tos-bullets a:hover{background-color:rgba(255,255,255,.5)}.tos-pagination.tos-bullets a.tos-selected{background-color:rgba(255,255,255,.9)}.tos-desktop .tos-wrapper:hover .tos-pagination,.tos-touch .tos-wrapper.tos-hover .tos-pagination{opacity:1}.tos-wrapper .tos-pagination:after,.tos-wrapper .tos-pagination:before{content:'';display:inline-block;width:20px;height:10px}.tos-wrapper.tos-has-bullets .tos-pagination{height:30px}.tos-wrapper.tos-has-bullets .tos-pagination a{border-radius:10px;width:10px;height:10px;margin:0 5px}.tos-wrapper.tos-has-bullets .tos-caption{bottom:30px}.tos-wrapper.tos-has-bullets .tos-uibg{height:90px}.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg{height:130px}.tos-wrapper.tos-has-thumbnails .tos-pagination{height:70px}.tos-wrapper.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:50px;height:50px;margin:0 5px}.tos-wrapper.tos-has-thumbnails .tos-caption{bottom:70px}.tos-wrapper.tos-has-thumbnails .tos-uibg{height:130px}.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg{height:170px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide{padding-bottom:50px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide{padding-bottom:80px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide{padding-bottom:90px}.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide{padding-bottom:120px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after,.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before{content:'';display:inline-block;width:40px;height:20px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination{height:60px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a{border-radius:20px;width:20px;height:20px;margin:0 10px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption{bottom:60px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg{height:180px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg{height:260px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination{height:140px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:100px;height:100px;margin:0 10px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption{bottom:140px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg{height:260px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg{height:340px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after,.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before{content:'';display:inline-block;width:60px;height:30px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination{height:90px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a{border-radius:30px;width:30px;height:30px;margin:0 15px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption{bottom:90px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg{height:270px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg{height:390px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination{height:210px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a{background-position:center center;background-size:cover;width:150px;height:150px;margin:0 15px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption{bottom:210px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg{height:390px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg{height:510px}.tos-slide .tos-html{-webkit-overflow-scrolling:touch}.tos-play,.tos-play:after{display:block;position:absolute;top:50%;left:50%}.tos-play{background:#000;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.tos-play:after{content:''}.tos-desktop .tos-wrapper:hover .tos-play,.tos-touch .tos-wrapper.tos-hover .tos-play{opacity:.5}.tos-desktop .tos-wrapper:hover .tos-play:hover,.tos-touch .tos-wrapper.tos-hover .tos-play:hover{opacity:.9}.tos-wrapper .tos-play{border-radius:80px;width:80px;height:80px;margin:-40px}.tos-wrapper .tos-play:after{border:20px solid transparent;border-left-color:#fff;border-left-width:30px;margin-top:-20px;margin-left:-10.5px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play{border-radius:160px;width:160px;height:160px;margin:-80px}.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after{border:40px solid transparent;border-left-color:#fff;border-left-width:60px;margin-top:-40px;margin-left:-21px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play{border-radius:240px;width:240px;height:240px;margin:-120px}.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after{border:60px solid transparent;border-left-color:#fff;border-left-width:90px;margin-top:-60px;margin-left:-31.5px}/* Search & Filter Styles */
body
{
	display:block;
}
.searchandfilter p
{
	margin-top: 1em;
	display:inline-block;
}
.searchandfilter ul
{
	display:inline-block;
}
.searchandfilter li
{
	list-style: none;
	display:inline-block;
	padding-right:10px;
}

/* If in a widget area make a single column by adding display block  */
.widget-area .searchandfilter li, .widget-area .searchandfilter p
{
	display:block;
}
.searchandfilter label
{
	display:block;
}
.searchandfilter h4
{
	margin:15px 0;
	font-size:16px;
}

.searchandfilter ul > li > ul:not(.children)
{
	margin-left:0;
}
.jw-widget,
.jw-widget.large {
    width: 100%;
    max-width: 1030px;
    margin-top: 1rem;
}

.jw-widget {
    background-color: #0f0f0f;
    color: #fff;
    padding: 20px 30px 30px;
    height: 290px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    text-align: left
}

.jw-widget.medium {
    width: 100%;
    max-width: 800px;
}

.jw-widget.small {
    width: 100%;
    max-width: 450px;
}

.jw-widget .jw-widget-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px
}

.jw-widget .jw-widget-content {
    display: inline-flex;
    transition: all .7s ease-in-out;
    position: relative;
    left: 0;
    padding: 0
}

.jw-widget .jw-widget-content .jw-widget-item {
    width: 284px;
    height: 160px;
    margin: 5px;
    box-sizing: border-box;
    background-color: #000;
    cursor: pointer
}

.jw-widget .jw-widget-content .jw-widget-item .jw-content-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    margin: 10px 15px 0 0;
    width: 180px;
}

.jw-widget .jw-widget-content .jw-widget-item .jw-content-image {
    height: 100%;
    overflow: hidden
}

.jw-widget .jw-widget-content .jw-widget-item .jw-content-image img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: opacity .3s ease-in-out
}

.jw-widget .jw-widget-content .jw-widget-item .jw-content-image:hover {
    opacity: .7
}

.jw-widget .jw-widget-content .jw-widget-item:hover .jw-content-title {
    text-decoration: underline
}

.jw-widget .jw-widget-content .jw-play-button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 35%;
    left: 45%;
    z-index: 10;
    -webkit-filter: drop-shadow(-1px -1px 4px #424242);
    filter: drop-shadow(-1px -1px 4px #424242)
}

.jw-widget .jw-widget-content .jw-play-button svg {
    width: 50px;
    height: 50px
}

.jw-widget .jw-widget-content .jw-play-button.fade {
    animation: fade .6s .4s backwards
}

.jw-widget .jw-widget-arrows {
    z-index: 10
}

.jw-widget .jw-widget-arrows .arrow {
    width: 42px;
    height: 100%;
    cursor: pointer;
    top: 58px;
    position: absolute
}

.jw-widget .jw-widget-arrows .arrow .icon {
    width: 12px;
    position: relative;
    top: 12%;
    -webkit-filter: drop-shadow(-1px -1px 9px #424242);
    filter: drop-shadow(-1px -1px 9px #424242)
}

.jw-widget .jw-widget-arrows .arrow.previous {
    left: 0
}

.jw-widget .jw-widget-arrows .arrow.next {
    right: 0
}

.jw-widget .jw-widget-arrows .arrow.next .icon {
    right: -14px
}

.jw-widget .jw-widget-arrows .arrow.previous .icon {
    left: 10px
}

.jw-widget .jw-widget-arrows .arrow.disabled {
    cursor: auto;
    opacity: .5
}

.jw-widget .jw-widget-arrows .arrow.disabled .icon {
    -webkit-filter: none;
    filter: none
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media screen and (max-width:900px) {
    .jw-widget {
        width: 800px
    }
}

@media screen and (max-width:500px) {
    .jw-widget {
        width: 455px
    }
}

.jw-widget.spotlight .jw-widget-content .jw-widget-item {
    transition: all .7s ease-in-out
}

.jw-widget.spotlight .jw-widget-content .jw-widget-item.spotlight {
    width: 355px;
    height: 200px;
    position: relative
}

.jw-widget.spotlight .jw-widget-content .jw-widget-item.spotlight:hover .jw-content-title {
    text-decoration: none
}

.jw-widget.spotlight .jw-widget-content .jw-widget-item.spotlight .jw-content-title {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    font-size: 18px;
    max-width: 300px;
    text-shadow: 1px 1px 2px #333;
    color: #fff
}

.jw-shelf {
    margin-top: 20px
}

.jw-widget.shelf {
    height: 240px
}

.jw-widget.shelf.small {
    height: 200px
}

.jw-widget.shelf .jw-widget-content {
    height: 230px;
    width: 100%;
}

.jw-widget.shelf .jw-widget-content .jw-widget-item {
    width: 33%;
    height: 130px;
    margin: 0 10px 0 0
}

.jw-widget.shelf.small .jw-widget-item {
    width: 180px;
    height: 103px
}

.jw-widget.shelf .jw-widget-arrows .arrow {
    top: 54px
}

.jw-widget.shelf .jw-widget-arrows .arrow .icon {
    top: 6%
}

.jw-widget.shelf.small .jw-widget-arrows .arrow .icon {
    top: 2%
}

@keyframes ifMenuFadeIn{from{opacity:0;transform:translate3d(20%,0,0);}to{opacity:1;transform:translate3d(0,0,0);}}.if-menu-peek{position:relative;}.if-menu-peek a{opacity:.8;}.if-menu-peek::before{content:"If Menu peek";position:absolute;text-align:center;top:50%;left:calc(100% + 15px);background:#f6f9fc;box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);border-radius:4px;width:140px;margin-top:-17px;padding:10px 15px;font-size:14px;opacity:0;pointer-events:none;}.if-menu-peek:hover::before{animation:ifMenuFadeIn ease-in-out .2s forwards;}.if-menu-peek::after{content:"";position:absolute;width:20px;height:17px;background:url("https://cdn-ildcebd.nitrocdn.com/pbgrXMLXccDtgLOSiwdGjchocSaTBIWi/assets/images/optimized/rev-24da8ae/hentaied.com/wp-content/plugins/if-menu/assets/icon-visibility.svg");color:#50a92f;background-size:cover;top:-14px;right:-15px;border-radius:50%;}@media all and (max-width: 680px){.container{margin:0 auto;width:90%;overflow:hidden;background:#000;}*****background
  .header{position:relative;width:100%;margin:0 auto;border-bottom:1px solid #ffecec;}.section,.aside,.section-wide{clear:both;width:94%;margin:3%;}.footer{clear:both;overflow:hidden;margin:0 auto;width:100%;border-top:10px solid #ffecec;}.footer-inner{overflow:hidden;line-height:1.8em;}.footer-widget{clear:both;display:block;padding:1% 3%;margin-bottom:30px;}p.footer-copy{background:#efefef;width:90%;clear:both;text-align:center;font-size:.9em;overflow:hidden;padding:20px;margin:0 auto;}p.footer-copy .footer-credit{}}@media all and (min-width: 681px) and (max-width: 980px){.container{margin:0 auto;width:90%;overflow:hidden;background:#000;}background****
  .header{position:relative;width:100%;margin:0 auto;border-bottom:1px solid #ffecec;}.section{float:left;width:60%;margin:3% 0 3% 3%;}.section-wide{clear:both;width:94%;margin:3%;}.aside{float:right;width:30%;margin:1% 1% 1% 0;}.footer{clear:both;overflow:hidden;margin:0 auto;width:100%;border-top:10px solid #000;}.footer-inner{overflow:hidden;line-height:1.8em;}p.footer-copy{background:#efefef;width:90%;clear:both;text-align:center;font-size:.9em;overflow:hidden;padding:20px;margin:0 auto;}}@media all and (min-width: 981px){.container{margin:0 auto;width:1020px;overflow:hidden;background:#000;}.header{position:relative;width:1020px;margin:0 auto;border-bottom:1px solid #ffecec;}.section{float:left;width:980px;margin:10px 5px 10px 10px;}.section-wide{clear:both;width:660px;margin:20px;}.aside{float:right;width:240px;margin:1px 1px 1px 0;}.footer{clear:both;overflow:hidden;margin:0 auto;width:1020px;border-top:10px solid #ffecec;}.footer-inner{overflow:hidden;line-height:1.8em;}p.footer-copy{background:#efefef;width:980px;clear:both;font-size:.9em;overflow:hidden;padding:20px;margin:0 auto;}p.footer-copy .footer-credit{display:block;float:right;width:55px;height:11px;background:url("https://cdn-ildcebd.nitrocdn.com/pbgrXMLXccDtgLOSiwdGjchocSaTBIWi/assets/images/optimized/rev-24da8ae/hentaied.com/wp-content/themes/Theme-Premium-Isabelle/images/footer_credit.png") no-repeat 0 0;margin:5px 0 0 0;text-indent:-9999px;}p.footer-copy .footer-credit.nitro-lazy{background:none !important;}}body{font:400 .85em "Silom",Lucida Sans Unicode,Lucida Grande,Verdana,Tahoma,Arial,Sans-serif;color:#666;}body p{margin-bottom:2px;line-height:1.8em;word-wrap:break-word;}h1,h2,h3,h4,h5,h6{line-height:1.2em;margin-bottom:15px;font-weight:400;}h1{font-family:"din-pro";font-size:1.2em;color:#ffcfcf;}h2{font-family:"din-pro";font-size:1.2em;text-transform:uppercase;color:#ffcfcf;}h3{font-family:"din-pro";font-size:1.2em;color:#ffcfcf;}h4{font-family:"din-pro";font-size:1.2em;text-transform:uppercase;color:#333;}h5{font-family:"din-pro";font:arial;font-size:5.2em;color:#555;}h6{font-family:"din-pro";font-size:1em;color:#555;}a{color:#fc7988;text-decoration:none;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}.article{margin-bottom:50px;overflow:hidden;clear:both;}.article .post-thumb{padding:2px;border:3px double #000;}.article .post-thumbnail{border:0;hight:450px;width:980px;}.article .post-title{font-weight:700;text-transform:uppercase;padding:20px 20px 20px 20px;position:absolute;color:#fff;text-shadow:-1px 0px 4px rgba(5,5,5,.53);margin-right:50px;line-height:1.2em;letter-spacing:1px;}.page-pagination{clear:both;padding:5px 0;line-height:1em;}.page-pagination .page-pagination-title{font-weight:bold;}.page-pagination .page-pagination-number{display:inline-block;border:1px solid #ccc;padding:5px 8px;}.page-pagination a .page-pagination-number{}.page-pagination a .page-pagination-number:hover{}.pagination{clear:both;font-weight:700;text-transform:uppercase;padding:10px;margin:20px 0 40px 0;overflow:hidden;list-style:none;border:5px solid #000;}.pagination p{margin:0;}.pagination a:hover,.pagination .current{padding:5px 10px;background:red;}.pagination a{padding:5px 10px;}.post-footer{clear:both;padding:10px 0;}.post-footer p{margin-bottom:10px;}.post-footer h5{margin-top:20px;font-size:1.3em;text-transform:uppercase;text-align:center;}.post-footer ul.post-related{margin:0;padding:10px 0 20px 0;list-style:none;overflow:hidden;border-bottom:1px solid #ddd;}.post-footer ul.post-related li{float:left;width:300px;margin:0 10px;text-align:center;font-size:.8em;}.post-footer ul.post-related li img{padding:3px;border:1px solid #ddd;}.post-footer ul{margin:0;list-style:none;}.post-footer ul li{margin:5px 0;}ul.post-related{list-style:none;}ul.post-info-meta{color:#888;padding:0;}ul.post-info-meta li{list-style:none;float:left;}ul.post-info-meta li .post-print{display:block;width:55px;height:20px;background:url("https://hentaied.com/wp-content/themes/Theme-Premium-Isabelle/images/post_print.gif") no-repeat 0 0;text-indent:-9999em;}ul.post-info-meta li .post-print.nitro-lazy{background:none !important;}.footer-widget h4{font-size:1.1em;font-weight:400;letter-spacing:1px;text-transform:uppercase;color:#7a7a7a;}.footer-widget ol,.footer-widget ul{clear:both;list-style:none;}.footer-widget ol li,.footer-widget ul li{margin:5px 0;padding:5px 0;line-height:1.8em;border-bottom:1px solid #efefef;}.footer-widget select{width:98%;color:#888;margin:5px 0;padding:3px;}.footer-widget p{margin-bottom:10px;line-height:1.8em;}.comment-box{clear:both;margin-top:20px;padding:0 10px;overflow:hidden;}.comment-box h4{font-size:1.4em;margin:10px 0;}#respond{padding:10px;background:#f0f0f0;}p.comment-inputs{margin-bottom:0;}.required-input{color:#f00;}.comment-input{width:50%;}.comment-textarea{width:95%;height:80px;}.comment-input,.comment-textarea{border:1px solid #ccc;padding:5px;color:#999;font:normal .85em Verdana,Tahoma,Arial,San-serif;}.avatar{margin-right:20px;float:left;border:1px solid #999;}.comment-meta{clear:both;overflow:hidden;}.comment-meta h6{font-size:1em;margin-bottom:3px;}.comment-meta small{font-style:italic;color:#999;font-size:.85em;}ol.commentlist{margin:0;}ol.commentlist li{border-bottom:1px solid #ddd;margin-bottom:20px;list-style:none;}ol.commentlist li p{padding:5px 0;margin:0 0 10px 55px;line-height:1.8em;}ol.commentlist li ul{padding:0;}ol.commentlist li ul.children li{border:none;border-left:1px solid #ddd;padding:0 0 0 30px;margin:0;list-style:none;}ol.commentlist .comment-content{overflow:hidden;}ol.commentlist .comment{overflow:hidden;padding:10px 0;}a.comment-reply-link{background:#fc7988;color:#fff;padding:2px 5px;font:normal .75em Verdana,Tahoma,Arial,San-serif;}a#cancel-comment-reply-link{background:#fc7988;color:#fff;padding:2px 5px;font:normal .5em Verdana,Tahoma,Arial,San-serif;}a.comment-reply-link{float:right;}.comment-pagination{clear:both;overflow:hidden;margin:10px 0;}img{max-width:100%;height:auto;}img.aligncenter{display:block;margin:0 auto 10px auto;}img.alignright{display:inline;margin:0 0 10px 20px;}img.alignleft{display:inline;margin:0 20px 10px 0;}label{display:inline-block;margin-right:20px;vertical-align:top;}select,textarea,input{border:1px solid #ccc;color:#888;padding:8px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}input[type=submit]{border:1px solid #ddd;color:#555;cursor:pointer;padding:8px 10px;background:#eee;background:-moz-linear-gradient(top,#eee 0%,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#eee 0%,#fff 100%);background:-o-linear-gradient(top,#eee 0%,#fff 100%);background:-ms-linear-gradient(top,#eee 0%,#fff 100%);background:linear-gradient(to bottom,#eee 0%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=0);}input[type=submit]:hover{border:1px solid #aaa;-webkit-box-shadow:0px 0px 2px 1px rgba(0,0,0,.2);box-shadow:0px 0px 2px 1px rgba(0,0,0,.2);background:#fff;background:-moz-linear-gradient(top,#fff 0%,#eee 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);background:-o-linear-gradient(top,#fff 0%,#eee 100%);background:-ms-linear-gradient(top,#fff 0%,#eee 100%);background:linear-gradient(to bottom,#fff 0%,#eee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);}.clearfix{clear:both;height:10px;}.half{width:calc(50% - 6px);float:left;}.halfblog{width:calc(33.3% - 6px);float:left;}/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay {position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft {clear:left;}
#cboxContent {position:relative;}
#cboxLoadedContent {overflow:auto;}
#cboxTitle {margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic {position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {cursor:pointer; border: none;}
.cboxPhoto {float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe {width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent {box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {background:url(images/overlay.png) repeat 0 0;}
#colorbox {}
    #cboxTopLeft {width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight {width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft {width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight {width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft {width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight {width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter {height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter {height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent {background:#fff; overflow:hidden;}
        .cboxIframe {background:#fff;}
        #cboxError {padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent {margin-bottom:28px;}
        #cboxTitle {position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent {position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow {position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious {position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover {background-position:-75px -25px;}
        #cboxNext {position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover {background-position:-50px -25px;}
        #cboxLoadingOverlay {background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic {background:url(images/loading.gif) no-repeat center center;}
        #cboxClose {position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover {background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft {background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter {background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight {background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft {background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter {background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight {background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft {background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight {background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
