@charset "UTF-8";
/***********************************************************


                        PLEASE READ


This file is to be used for ALL SITES.
If there are client specific styles that need to be applied,
place those styles in the appropriate file.t

***********************************************************/
/* Colors */
/* Blue/Active */
/* Blue/Mild for Text */
/* Blue/Mild for Boxes */
.button {
  background-color: #1E6BD6;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.button:hover, .button:focus {
  background: #1751A3;
  text-decoration: none;
}
.button[disabled] {
  background-color: #666;
  opacity: 1;
}
.button[disabled]:hover {
  background-color: #666;
}
.button.alert {
  background-color: #E7133D;
}
.button.purchase {
  font-size: 18px;
  padding: 0.75em 1em;
}
.button.textbox-height {
  min-height: 39px;
  line-height: 0.6;
}
.button.marketing-tile {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.button.wider {
  padding-left: 4em;
  padding-right: 4em;
}
.button.set-width-small {
  min-width: 100px;
}
.button.small {
  min-width: 100px;
  padding: 0.5em 0.85em;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 8px;
}
.button.set-width-wider {
  width: 220px;
}
.button.expanded.video-modal-click {
  display: none;
}
.button.expanded.button-group-search {
  width: 86%;
}
.button .icon-info {
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  vertical-align: bottom;
}

.portal-button .button, .button.set-width, .portal-button .button.set-width-wider {
  width: 160px;
}

.reveal .button {
  margin-bottom: 0;
}

.button.stacked + .button.stacked {
  margin: 0;
}

.link-button, #top-bar .cart-info a.return-to-catalog {
  color: #3776CF;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
}

.btnGo {
  border: solid #1E6BD6;
  border-width: 0 3px 3px 0;
  display: inline-block;
  float: left;
  padding: 5px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btnBack {
  border: solid #1E6BD6;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: relative;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: 8px;
}

.swebutton {
  background-color: #5a5377;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: initial;
  font-size: 16px;
  font-size: 16px;
  height: 30px;
  margin: 0 60px 1px 5px;
  padding: 3px 25px;
  text-decoration: none;
}
.swebutton:hover {
  background-color: #5a5377;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .button.contains-icon {
    padding: 0.625em 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .add-button-mobile {
    visibility: hidden;
  }
  .add-button-mobile:after {
    content: "goodbye";
    visibility: visible;
  }
}
.preview-coverflow-container {
  position: relative;
  z-index: 1;
}

.preview-coverflow-container .preview-coverflow {
  height: 0;
  outline: 0 none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.preview-coverflow-container .preview-coverflow .cover {
  box-shadow: 0 0 4em 1em #fff;
  cursor: pointer;
  height: 280px;
  top: 5px;
  width: 210px;
}

.preview-coverflow-container .preview-coverflow .cover .img {
  height: 160px;
  align-content: center;
  width: 100%;
}

.preview-coverflow-container .preview-coverflow .cover .text {
  -moz-box-sizing: border-box;
  -webkit-transition: opacity 0.5s;
  background: rgba(100, 100, 100, 0.15);
  bottom: 40px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  transition: opacity 0.5s;
  visibility: hidden;
  width: 100%;
}

.preview-coverflow-container .preview-coverflow .cover.current .text {
  opacity: 1;
  visibility: visible;
}

.preview-coverflow-container .preview-coverflow .cover .text p {
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
  overflow: hidden;
  padding: 8px 10px;
  font-size: smaller;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3), 1px 1px 0 rgba(100, 100, 100, 0.8);
}

.preview-coverflow-container .preview-coverflow .cover .border {
  border: 5px solid rgba(200, 200, 200, 0.3);
  display: block;
  height: 250px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-5px, -5px);
  text-align: center;
  width: 220px;
}

.preview-coverflow-container .preview-coverflow-nav {
  text-align: center;
}

.preview-coverflow-container .preview-coverflow-nav ol {
  list-style: none;
  margin: 0;
  width: 100%;
}

.preview-coverflow-container .preview-coverflow-nav ol li {
  background: rgba(100, 100, 100, 0.8);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.preview-coverflow-container .preview-coverflow-nav ol li.current {
  background: #2da7e8;
}

.preview-coverflow-container .preview-coverflow-nav .preview-coverflow-nav-arrows {
  position: absolute;
  top: 105px;
  width: 100%;
  z-index: 2;
}

.preview-coverflow-container .preview-coverflow-nav .preview-coverflow-nav-arrows div[class^=preview-coverflow-nav-arrow] > a, .preview-coverflow-container .preview-coverflow-nav .preview-coverflow-nav-arrows div[class*=" preview-coverflow-nav-arrow"] > a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #FFF;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: block;
  font-size: 1.8rem;
  height: 36px;
  line-height: 1.8rem;
  outline: 0 none;
  text-decoration: none;
  width: 36px;
}

.preview-coverflow-container .preview-coverflow-nav .preview-coverflow-nav-arrows .preview-coverflow-nav-arrow-prev {
  float: left;
}

.preview-coverflow-container .preview-coverflow-nav .preview-coverflow-nav-arrows .preview-coverflow-nav-arrow-next {
  float: right;
}

#footer {
  background-color: #E4E8ED;
  color: #7A8494;
  font-size: 14px;
  line-height: 20px;
  min-height: 80px;
  padding-top: 24px;
  padding-right: 22px;
  text-align: right;
  padding-left: 250px;
}

#footer a {
  font-weight: bold;
  color: #7A8494;
}

input[type=text]::placeholder, input[type=password]::placeholder, textarea::placeholder {
  color: #717171;
}

input[type=text], input[type=password], textarea {
  box-shadow: none;
  height: 50px;
  background-color: #F4F6F8;
  border: 0;
  border-radius: 4px;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover {
  border: 0;
  background-color: #E4E8ED;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  border: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(36, 74, 138, 0.12);
}

input[type=text].required, input[type=password].required {
  background-color: #FCF2F3;
  border-color: #E7133D;
}

input[type=text].inline-textbox, input[type=password].inline-textbox {
  display: inline-block;
  margin: 0;
}

input[type=text].email-textbox {
  display: inline-block;
  margin: 0;
}

input[type=text].table-textbox {
  display: inline-block;
  margin: 0;
}

input {
  all: unset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: all 5000s ease-in-out 0s;
}

textarea {
  min-height: 120px;
}

input[readonly]::-webkit-input-placeholder {
  color: transparent;
}
input[readonly]:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}
input[readonly]::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
input[readonly]:-ms-input-placeholder {
  color: transparent;
}

.inline-dropdown {
  display: inline-block;
  margin: 0;
}

.inline-dropdown.small {
  width: 30%;
}

textarea.table-textbox {
  margin: 0;
}

input[type=text] + label.clear, input[type=password] + label.clear {
  display: none;
}

span.inline label {
  display: inline;
}

input[type=image] {
  height: auto;
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
}

input[type=checkbox]:focus + label:before, input[type=radio]:focus + label:before {
  outline: 2px solid;
}

input[type=checkbox] + label, input[type=radio] + label {
  margin-bottom: 10px;
  margin-right: 0;
}

input[type=checkbox]:disabled + label, input[type=radio]:disabled + label {
  cursor: default;
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
  content: "";
  display: inline-block;
  height: 24px;
  margin: 0 10px 5px -8px;
  vertical-align: middle;
  width: 24px;
}

input[type=checkbox] + label:before {
  background: #FFFFFF;
  background-size: 24px 24px;
  border: 1px solid #7A8494;
  box-sizing: border-box;
  border-radius: 2px;
}

input[type=checkbox]:checked + label:before {
  background: #1E6BD6;
  border-radius: 2px;
  background-image: url(../images/checkbox.png);
  background-size: 24px 24px;
}

input[type=checkbox][disabled] + label:before {
  background: #F4F6F8;
}

input[type=checkbox][disabled]:checked + label:before {
  background: #1E6BD6;
  border-radius: 3px;
  background-image: url(../images/checkbox_disabled.png);
  background-size: 24px 24px;
  border: 0;
}

input[type=radio] + label:before {
  border: 1px solid #7A8494;
  background: #fff;
  border-radius: 50%;
}

input[type=radio]:checked + label:before {
  background-image: url(../images/radio_checked.png);
  background-size: 24px 24px;
  border: 0;
}

input[type=radio][disabled] + label:before {
  background: #E4E8ED;
  border-radius: 50%;
  border: 0;
}

input[type=radio][disabled]:checked + label:before {
  background-image: url(../images/radio_disabled.png);
  background-size: 24px 24px;
}

.radio-small-margin input[type=radio] + label {
  margin-bottom: 2px;
}

.checkbox-reverse input[type=checkbox] + label:before {
  background: none;
  content: "";
  display: inline;
  height: auto;
  margin: 0;
  width: auto;
}

.checkbox-reverse input[type=checkbox]:checked + label:before {
  background: none;
}

.checkbox-reverse input[type=checkbox] + label:after {
  background-image: url(../images/checkbox_sprite.png);
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  margin: 0 -8px -5px 10px;
  width: 24px;
}

.checkbox-reverse input[type=checkbox]:checked + label:after {
  background-image: url(../images/checkbox_sprite.png);
  background-position: -26px 0;
}

.checkbox-small {
  margin-left: 6px;
}

.checkbox-small input[type=checkbox] + label {
  font-size: 0.8em;
}

.checkbox-small input[type=checkbox] + label:before, .checkbox-small input[type=checkbox] + label:after {
  background-size: 30px 15px;
  height: 15px;
  width: 15px;
}

.checkbox-small input[type=checkbox] + label:before {
  margin: 0 10px 2px 0;
  outline: none;
}

.checkbox-reverse.checkbox-small input[type=checkbox] + label:after {
  margin: 0 0 -2px 10px;
}

.checkbox-small input[type=checkbox]:checked + label:before, .checkbox-reverse.checkbox-small input[type=checkbox]:checked + label:after {
  background-position: -14px 0;
}

label {
  font-size: 1rem;
}

label.button input[type=file] {
  display: none;
}

.personal-details label {
  display: inline-block;
}

select {
  background-color: #F4F6F8;
  border-radius: 4px;
  background-image: url(/foundation/images/grey/Arrows/chevron-down.png);
  background-size: 20px 20px;
  background-origin: content-box;
  background-position: right -1.75rem center;
  background-repeat: no-repeat;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  padding-right: 2.5em;
}
select:hover {
  background-color: #E4E8ED;
}
select:focus, select:checked {
  background-color: #FFF;
  box-shadow: 0px 4px 12px rgba(36, 74, 138, 0.12);
}

select[multiple], select[size] {
  background-image: none;
  height: auto;
  max-width: 300px;
}

select[multiple].expanded, select[size].expanded {
  max-width: 100%;
}

select:disabled {
  background-image: url(../images/chevron-dropdown-grey.png);
  background-size: auto;
  font-size: 0.8em;
}

select.table-dropdown {
  margin: 0;
}

select.event-dropdown {
  border-radius: 3px;
  box-sizing: border-box;
  width: 60px;
}

.rdb-width {
  width: 25%;
}

.rdb-width-medium {
  display: inline-block;
  width: 45%;
}

.rdb-width-large {
  width: 75%;
}

p input[type=checkbox] + label, p input[type=radio] + label {
  margin-bottom: 0;
}

table.checkbox-list {
  margin-bottom: 0;
}

table.checkbox-list tbody tr {
  border: 0;
}

.checkbox-list td {
  padding: 0;
}

.checkbox-list input[type=checkbox] + label {
  margin-bottom: 15px;
}

.checkbox-tooltip input[type=checkbox] + label {
  margin-right: 0.25rem;
}

select[Multiple].ListBox-fullWidth, select[size].ListBox-fullWidth {
  max-width: 100%;
}

[type=radio] + label {
  display: inline-block;
  margin-left: 0;
  vertical-align: baseline;
}

/* Clearable text inputs */
input[type=text].txtSearch {
  background: #F4F6F8 url(/foundation/images/search.png) no-repeat right 15px center;
  border-radius: 4px;
  border: 0;
}

input[type=text].txtSearch.x {
  background: #F4F6F8 url(/foundation/images/close.png) no-repeat right -25px center;
  background-position: right 5px center;
}

input[type=text]:focus.txtSearch {
  background: #FFF url(/foundation/images/close.png) no-repeat right -25px center;
  box-shadow: 0px 4px 12px rgba(36, 74, 138, 0.12);
}

.txtSearch.onX {
  cursor: pointer;
}

.txtSearch::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.field-label {
  font-weight: 500;
  color: #8592A1;
  display: inline-block;
}

.toggle-container {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #F4F6F8;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 16px;
  margin-left: 16px;
  font-size: 14px;
  color: #565D6C;
}

.toggle {
  position: relative;
  bottom: 16px;
  display: inline-block;
  width: 32px;
  height: 12px;
  margin-left: 8px;
}
.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E4E8ED;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
}
.toggle .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -2px;
  bottom: -6px;
  background-color: #FFF;
  border: 1px solid rgba(56, 59, 64, 0.14);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.toggle input:checked + .slider {
  background-color: #1E6BD6;
}
.toggle input:focus + .slider {
  box-shadow: 0 0 1px #1E6BD6;
}
.toggle input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.dropDownFilter {
  color: #8592A1;
  font-size: 14px;
  line-height: 20px;
}

.g-recaptcha .recaptcha-checkbox-border {
  border-color: #8592A1;
}

.recaptcha-checkbox-border {
  border-color: #8592A1;
}

.one-input-container {
  display: block;
  position: relative;
  z-index: 1;
  margin: 26px 0 12px 0;
}
.one-input-container > label {
  position: absolute;
  top: 12px;
  left: 8px;
  max-width: 100%;
  height: 2.7em;
  line-height: 1.33;
  font-weight: 500;
  font-size: 18px;
  cursor: text;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate3d(0, 1px, 0) scale(1);
  transform: translate3d(0, 1px, 0) scale(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.one-input-container.focus > label, .one-input-container.active > label {
  top: -32px;
}
.one-input-container > input, .one-input-container > select, .one-input-container > textarea {
  display: block;
}

table.photo-gallery {
  width: auto;
}

table.photo-gallery img {
  width: 150px;
}

.gallery {
  clear: both;
}

.img-placeholder {
  display: flex;
  height: 600px;
  width: 100%;
  margin-bottom: 24px;
  background-color: aliceblue;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.media-preview .view-item {
  border: 0;
  height: 100px;
  width: 100px;
  padding: 0;
  margin-top: 12px;
  overflow: inherit;
}
.media-preview .view-item img.img {
  height: 100px;
  width: 100px;
  max-width: unset;
}
.media-preview .view-item video.video {
  height: 100px;
  width: 100px;
}

.media-player-modal {
  top: 0;
  max-width: unset;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: #2B313B;
}
.media-player-modal .close-button {
  right: 2rem;
}

.media-player-iframe {
  border: 0;
  width: 100%;
  height: 98%;
}

.media-player h2 {
  color: #8592A1;
}
.media-player dl.inline dd {
  color: #FFF;
}
.media-player dl.inline dt, .media-player dl.inline dd {
  font-weight: normal;
  margin-bottom: 4px;
}
.media-player .next-media {
  position: relative;
  float: right;
  right: 24px;
}
.media-player .next-media .icon-arrow-right {
  top: 6px;
  left: 8px;
}
.media-player .prev-media {
  position: relative;
  left: 24px;
}
.media-player .prev-media .icon-arrow-left {
  top: 6px;
  right: 8px;
}

.page-media-gallery .after-gallery, .media-player .after-gallery {
  clear: left;
  margin-bottom: 20px;
}
.page-media-gallery .list-container.tile-view .view-item .img, .page-media-gallery .view-item .img, .media-player .list-container.tile-view .view-item .img, .media-player .view-item .img {
  background-size: contain;
  height: 239px;
  position: relative;
  text-align: right;
  width: 239px;
  border-radius: 4px;
  object-fit: cover;
  max-width: 100%;
}
.page-media-gallery .list-container.tile-view .view-item .video, .page-media-gallery .view-item .video, .media-player .list-container.tile-view .view-item .video, .media-player .view-item .video {
  background-size: contain;
  height: 239px;
  position: relative;
  text-align: right;
  width: 239px;
  border-radius: 4px;
  object-fit: cover;
  max-width: 100%;
}
.page-media-gallery .list-container.tile-view .view-item .video-overlay, .page-media-gallery .view-item .video-overlay, .media-player .list-container.tile-view .view-item .video-overlay, .media-player .view-item .video-overlay {
  position: absolute;
  top: 25%;
  left: 30%;
  width: 40%;
}
.page-media-gallery .list-container.tile-view .view-item .media-title, .page-media-gallery .view-item .media-title, .media-player .list-container.tile-view .view-item .media-title, .media-player .view-item .media-title {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: inline-block;
  margin-top: 8px;
}
.page-media-gallery .list-container.tile-view .view-item .button, .page-media-gallery .view-item .button, .media-player .list-container.tile-view .view-item .button, .media-player .view-item .button {
  padding: 0.3em 0.7em;
}
.page-media-gallery .list-container.tile-view .view-item .leftMargin, .page-media-gallery .view-item .leftMargin, .media-player .list-container.tile-view .view-item .leftMargin, .media-player .view-item .leftMargin {
  left: 26px;
  position: relative;
}
.page-media-gallery .list-container.tile-view .view-item .like-pnl, .page-media-gallery .view-item .like-pnl, .media-player .list-container.tile-view .view-item .like-pnl, .media-player .view-item .like-pnl {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.page-media-gallery .item-preview.view-item .video-overlay, .media-player .item-preview.view-item .video-overlay {
  width: 56px;
  top: 45%;
  left: 0;
}

.all-media-button {
  margin-top: 16px;
}

.photo-view {
  background-color: #FFF;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.video-player {
  width: 100%;
}

.audio-player {
  width: 100%;
  margin-bottom: 32px;
}

.hidden-new-line {
  display: none;
}

.choose-file {
  color: #1E6BD6;
  font-size: 14px;
  line-height: 18px;
  bottom: 6px;
  margin-left: 5px;
  position: relative;
}

.choose-file:hover {
  cursor: pointer;
}

.uploaded-file-name {
  font-size: 16px;
  line-height: 24px;
  color: #1B1F24;
  position: relative;
  bottom: 6px;
}

.media-supported-formats {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #1B1F24;
}

.progress-bar {
  border-radius: 4px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .search-bar .txtSearch {
    margin-top: 0px;
  }
  .img-placeholder {
    height: 40vh;
  }
  .page-media-gallery select {
    min-width: 147px;
  }
}
@media screen and (max-width: 480px) {
  .page-media-gallery select {
    height: auto;
  }
}
.button {
  margin-right: 8px;
}

body.is-reveal-open {
  overflow: visible;
}

.reveal-overlay {
  overflow-y: scroll;
}

.reveal {
  min-width: 675px;
  overflow: unset;
}

html.is-reveal-open, html.is-reveal-open body {
  overflow: visible;
  position: initial;
}

body {
  overflow: auto;
}

body, label, .callout {
  color: #1B1F24;
  font-family: "Muli", "Open Sans", "Open Sans T", "sans serif", sans-serif, Arial;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", "Open Sans", "Open Sans T", "sans serif", sans-serif, Arial;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #E4E8ED;
}

::-webkit-scrollbar {
  background-color: #E4E8ED;
  width: 12px;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #8592A1;
  background-color: #8592A1;
}

p {
  line-height: inherit;
}

.large-font {
  font-size: 16px;
  line-height: 24px;
}
.large-font p {
  font-size: 16px;
  line-height: 24px;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

h3.underline {
  text-decoration: underline;
}

h4, h5 {
  font-weight: 700;
}

h1:first-of-type {
  margin-top: 1.5rem;
}

h4:first-of-type {
  margin-top: 1.5rem;
}

h6 {
  border-top: 1px solid #D0D0D0;
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 30px;
  padding-top: 30px;
}

h6:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

h5.section {
  margin-bottom: 20px;
}

.h2-like {
  font-style: normal;
  font-weight: normal;
  display: flex;
  color: #1B1F24;
  font-size: 24px;
  line-height: 32px;
}

small {
  font-size: 12px;
}

hr {
  margin-top: 0.75rem;
  border-bottom: 1px solid #CED6E0;
  max-width: unset;
}

a.link-primary, a.link-secondary {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
a.link-primary [class*=icon-chevron]::before, a.link-secondary [class*=icon-chevron]::before {
  position: relative;
  left: 0.65em;
  top: 0.75em;
}
a.link-primary .icon-chevron--right:before, a.link-secondary .icon-chevron--right:before {
  left: 0;
}
a.link-primary .icon-chevron--down:before, a.link-secondary .icon-chevron--down:before {
  top: 0;
}
a.link-primary .icon-chevron--left:before, a.link-secondary .icon-chevron--left:before {
  left: 0.65em;
}
a.link-primary {
  color: #1E6BD6;
}
a.link-secondary {
  color: #3776CF;
}
a > .regular-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  letter-spacing: normal;
  color: #1B1F24;
}

a:hover {
  color: #1751A3;
}

a.alert {
  color: #E7133D;
}

a.success {
  color: #75A220;
}

#sort-content .notification {
  display: none;
}

#sort-content .navigation a {
  color: #333;
}

#sort-content .navigation a:hover {
  color: #fff;
}

#sort-content #sortMenu li.selected > a {
  border: none;
  color: #000;
  font-weight: initial;
  font-weight: bold;
}

#sort-content .main-navigation a:hover {
  border-bottom: none;
}

#sort-content .main-navigation .selected a {
  padding: initial;
}

.color-grey-3 {
  color: #8592A1;
}

.color-grey-4 {
  color: #7A8494;
}

.color-primary {
  color: #1E6BD6;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #1B1F24;
}

h1, .h1 {
  font-size: 40px;
  line-height: 50px;
}

h2, .h2 {
  font-size: 24px;
  line-height: 32px;
}

h3 {
  font-size: 20px;
  line-height: 28px;
}

.m-0 {
  margin: 0 !important;
}

.m-8 {
  margin: 8px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-n15 {
  margin-left: -15px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-8 {
  padding: 8px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.clear-both {
  clear: both !important;
}

.red-alert {
  background: #E7133D;
  border-radius: 20px;
  color: #FFFFFF;
  padding: 0 6px;
}

.page-title {
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  color: #1B1F24;
  display: inline-block;
}

.menu-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.content .page-title {
  clear: both;
  position: relative;
  float: left;
}

.searchbox {
  display: flex;
  align-items: center;
  position: relative;
  margin: 16px 0;
}
.searchbox > * {
  margin-right: 16px;
}
.searchbox > *:last-child {
  margin-right: 0;
}
.searchbox .search-fill {
  flex-grow: 1;
  width: 50%;
}
.searchbox input[type=text].search-input {
  background: #F4F6F8 url(/foundation/images/search.png) no-repeat right 15px center;
  padding: 3px 18px 3px 4px;
  border-radius: 4px;
  height: 50px;
  border: 0;
  margin: 0;
  padding: 16px;
}
.searchbox input[type=text].search-input::placeholder {
  color: #8592A1;
}

.display-selector {
  height: 50px;
  width: 100px;
  white-space: nowrap;
}
.display-selector > .display-selector__item {
  float: left;
  padding: 13px;
  line-height: 1;
  background: #F4F6F8;
}
.display-selector > .display-selector__item:first-child {
  border-radius: 4px 0px 0px 4px;
}
.display-selector > .display-selector__item:last-child {
  border-radius: 0px 4px 4px 0px;
}
.display-selector > .display-selector__item.active {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(36, 74, 138, 0.12);
}
.display-selector > .display-selector__item:hover {
  background: #E4E8ED;
}
.display-selector > .display-selector__item > .display-list {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/foundation/images/grey/General/list_view.png) no-repeat;
}
.display-selector > .display-selector__item.active > .display-list {
  background: url(/foundation/images/grey/General/list_view_active.png) no-repeat;
}
.display-selector > .display-selector__item:hover > .display-list {
  background: url(/foundation/images/grey/General/list_view_hover.png) no-repeat;
}
.display-selector > .display-selector__item > .display-tile {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/foundation/images/grey/General/tile_view.png) no-repeat;
}
.display-selector > .display-selector__item.active > .display-tile {
  background: url(/foundation/images/grey/General/tile_view_active.png) no-repeat;
}
.display-selector > .display-selector__item:hover > .display-tile {
  background: url(/foundation/images/grey/General/tile_view_hover.svg) no-repeat;
}

.list-empty-message {
  color: #7A8494;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CED6E0;
}

.left-border {
  border-left: 1px solid #CED6E0;
}

.right-border {
  border-right: 1px solid #CED6E0;
}

.grey-subheader {
  color: #7A8494;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.no-items-msg {
  position: relative;
  width: 100%;
  max-width: 600px;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  color: #7A8494;
}

.round {
  border-radius: 50%;
}

.flex-display {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-expand {
  width: auto;
  flex-grow: 1;
}

.flex-start {
  align-self: flex-start;
}

.flex-end {
  align-self: flex-end;
}

.left-border {
  border-left: 1px solid #CED6E0;
}

.block {
  display: block !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.error-msg {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #E7133D;
}

.flex-right-panel {
  min-width: 239px;
  flex-basis: 239px;
  margin-left: 15px;
  margin-right: 14px;
}

.show-right-panel {
  display: block;
  height: 50px;
  min-width: 50px;
  background-color: #FFF;
  border-radius: 4px;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #1B1F24;
}
.show-right-panel .average-score {
  position: relative;
  top: 3px;
  margin-right: 4px;
}
.show-right-panel .icon-star--gold, .show-right-panel .icon-star--grey {
  vertical-align: middle;
}

.item-title a {
  color: #1B1F24;
}

.line-title {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #CED6E0;
  line-height: 0.1em;
  margin: 24px 0;
}
.line-title span {
  background-color: #FFF;
  padding: 0 12px;
}

.rounded-image--medium {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.dropbox-dealer {
  max-width: 100%;
  width: 100%;
}

select[multiple].dropbox-dealer, select[size].dropbox-dealer {
  max-width: 100%;
  width: 100%;
}

.error-page-content {
  min-height: 400px;
}

.go-to-accounts-list .row:nth-child(odd):not(.list-header) {
  background-color: #F4F6F8;
}

.text-warning {
  color: #ffae00;
}

/* disable autocomplete fill */
.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.floating-label {
  position: relative;
  width: 100%;
}

.floating-label input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.floating-label label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #666;
  transition: 0.2s;
  pointer-events: none;
}

.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label {
  top: -10px;
  left: 5px;
  font-size: 12px;
  color: #333;
}

.search-fill .autocomplete-results {
  float: right;
  width: 100%;
}

@media screen and (max-width: 63.9375em) {
  .flex-right-panel {
    margin-top: 16px;
    min-width: 94%;
  }
  .right-panel-reveal.reveal {
    top: 16px;
    right: 16px;
    left: auto;
    border-radius: 8px;
    width: 300px;
    min-width: 300px;
    position: absolute;
    height: 80%;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .flex-right-panel {
    display: none;
  }
  .reveal-overlay {
    overflow-y: auto;
  }
  .reveal {
    min-width: 320px;
    height: auto;
    top: 0 !important;
  }
  .right-panel-reveal.reveal {
    top: 0;
    right: 0;
    left: auto;
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
}
#top-bar {
  background-color: #E4E8ED;
  color: #1B1F24;
  padding: 0;
  height: calc(100px + 12px);
  overflow: hidden;
}
#top-bar .icon-user {
  position: relative;
  top: 2px;
}

#login #top-bar {
  height: 60px;
}

.with-custom-top-nav #top-bar {
  height: calc(100px + 48px);
}

#head .row.head-row {
  height: 45px;
}

#login #head select {
  -webkit-appearance: menulist;
  background: #fff;
  font-size: 1em;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

#header .notification {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 45px;
  top: calc(50% - 22px);
  background-color: #E7133D;
  border-radius: 20px;
  padding: 0;
}

.logo {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: inline-block;
  height: 52px;
  width: 100%;
  margin-left: 16px;
}

.group-logo {
  color: transparent;
  display: inline-block;
  max-height: 56px;
  margin-left: 16px;
}

.custom-top-nav {
  height: 36px;
  overflow: hidden;
  margin-top: 64px;
  width: 100%;
  text-align: center;
}

.content-top {
  margin-top: calc(100px + 12px);
  margin-bottom: 20px;
  margin-left: 250px;
  min-height: 1px;
}
.content-top .row {
  margin-right: 0;
}
.content-top .sub-navigation-top::-webkit-scrollbar, .content-top .sub-navigation-top::-webkit-scrollbar-track, .content-top .sub-navigation-top::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: transparent;
  width: 0;
}
.content-top.with-custom-top-nav {
  margin-top: calc(100px + 48px);
}

.profile-tooltip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  background-color: #FFFFFF;
  box-shadow: 0px 12px 16px rgba(36, 74, 138, 0.12);
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  top: 60px;
  right: 35px;
  max-width: 722px;
  min-height: 218px;
  text-align: left;
  z-index: 10;
}
.profile-tooltip .columns {
  padding: 0;
}
.profile-tooltip span {
  color: #8592A1;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
  display: inline-block;
}
.profile-tooltip select {
  background-color: #F4F6F8;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #1B1F24;
  padding: 10px;
  margin: 0;
  width: 180px;
  height: 50px;
  display: block;
  background-position-x: right;
}
.profile-tooltip .section1 {
  padding: 25px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  border-right: 1px solid #CED6E0;
}
.profile-tooltip .section1 div:nth-of-type(2n) {
  margin-top: 10px;
}
.profile-tooltip .section1 div:nth-child(n+3) {
  margin-left: 25px;
}
.profile-tooltip .section1 .icon-info {
  background-image: url(/foundation/images/icon-info.png);
  display: inline-block;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 4px;
}
.profile-tooltip .section1 span {
  color: #8592A1;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 1px;
  display: inline-block;
}
.profile-tooltip .section2 {
  height: 100%;
  width: 300px;
}
.profile-tooltip .section2 .profile-image {
  width: 108px;
  flex-shrink: 0;
  flex-grow: 0;
}
.profile-tooltip .section2 span.displayname {
  display: block;
  margin-top: 36px;
}
.profile-tooltip .section2 span.displayname .username-style {
  font-size: 20px;
  line-height: 24px;
  color: #565D6C;
}
.profile-tooltip .section2 span.displayname .username-limit {
  display: inline-block;
  width: 170px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.profile-tooltip .section2 span.displayname2 {
  display: block;
  margin-top: 5px;
}
.profile-tooltip .section2 span.displayname2 .username-style {
  font-size: 20px;
  line-height: 24px;
  color: #565D6C;
}
.profile-tooltip .section2 span.displayname2 .username-limit {
  display: inline-block;
  width: 170px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.profile-tooltip .section2 .row {
  max-width: 100%;
}
.profile-tooltip .section2 .button {
  color: #FFF;
}
.profile-tooltip .section3 {
  border-right: 1px solid #CED6E0;
  padding-left: 25px;
}
.profile-tooltip .section3 a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #7A8494;
  margin-bottom: 20px;
}
.profile-tooltip .section3 .icon-google, .profile-tooltip .section3 .icon-facebook, .profile-tooltip .section3 .icon-linkedin {
  width: 36px;
  vertical-align: bottom;
}
.profile-tooltip .section3 .icon-facebook {
  background-repeat: no-repeat;
}
.profile-tooltip .profile {
  margin: 0;
}
.profile-tooltip .profile img {
  width: 84px;
  height: 84px;
  border-radius: 50px;
  margin: 24px 0 0 24px;
}
.profile-tooltip .signout {
  padding: 25px 0 0 30px;
}
.profile-tooltip .signout .button {
  width: 150px;
}
.profile-tooltip .profile-points {
  color: #3776CF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

.profile-tooltip:before {
  content: " ";
  position: absolute;
  right: 0;
  top: -20px;
  border: 15px solid;
  border-color: transparent #fff #fff transparent;
  border-radius: 5px;
}

.cart-tooltip {
  display: grid;
  grid-template-columns: 65% 35%;
  background-color: #FFFFFF;
  box-shadow: 0px 12px 16px rgba(36, 74, 138, 0.12);
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  top: 55px;
  right: 2%;
  max-width: 720px;
  width: 96%;
  min-height: 236px;
  text-align: left;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
}
.cart-tooltip .cart-items {
  display: grid;
  align-items: start;
  grid-template-rows: 1fr;
  grid-auto-flow: row;
  color: #1B1F24;
  font-size: 16px;
  line-height: 22px;
}
.cart-tooltip .cart-items img {
  width: 70px;
  height: 70px;
}
.cart-tooltip .cart-items table tbody tr:nth-child(odd), .cart-tooltip .cart-items table tbody tr:nth-child(even) {
  border: 0;
}
.cart-tooltip .cart-items td {
  padding-left: 0;
  vertical-align: top;
}
.cart-tooltip .cart-items .cart-new-item {
  margin-top: 24px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CED6E0;
}
.cart-tooltip .cart-items .cart-new-item span {
  display: block;
}
.cart-tooltip .cart-items .already-in-cart {
  padding-left: 20px;
}
.cart-tooltip .cart-items .icon-green-check {
  display: inline-block;
  float: left;
  position: relative;
  left: -15px;
}
.cart-tooltip .cart-items .new-item-image {
  width: 18%;
  float: left;
}
.cart-tooltip .cart-items .new-item-name {
  padding-right: 15px;
  width: 65%;
  float: left;
  word-break: break-word;
}
.cart-tooltip .cart-items .new-item-price {
  width: 17%;
  float: left;
  word-break: break-word;
}
.cart-tooltip .cart-items span.new-item-added {
  display: inline-block;
  position: relative;
  left: -15px;
  color: #75A220;
}
.cart-tooltip .cart-info {
  border-left: 1px solid #CED6E0;
  padding: 0 20px;
}
.cart-tooltip .cart-info .cart-count {
  font-size: 14px;
  line-height: 20px;
}
.cart-tooltip .cart-info .cart-subtotal {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}
.cart-tooltip .cart-info .button {
  width: 169px;
  color: #FFF;
}

#top-bar .cart-info a.return-to-catalog {
  margin-top: 34px;
  margin-bottom: 24px;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  display: flex;
}

.cart-tooltip:before {
  content: " ";
  position: absolute;
  left: calc(50% - 12px + 342px);
  top: -20px;
  border: 15px solid;
  border-color: transparent #fff #fff transparent;
  border-radius: 5px;
}

@media screen and (max-width: 1023px) {
  .profile-tooltip {
    grid-template-columns: 1fr;
  }
  .profile-tooltip .section1 {
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    padding: 16px;
  }
  li.li-cart {
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .profile-tooltip {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 140px);
    max-width: calc(100vw - 34px);
  }
  .custom-top-nav {
    width: 92%;
    margin-left: 8%;
    margin-top: 16px;
  }
  .content-top.with-custom-top-nav .navigation {
    padding-bottom: 0;
    padding-top: 0;
  }
  .with-custom-top-nav #top-bar {
    height: calc(100px + 32px);
  }
}
.fi-clipboard-pencil, .fi-page-copy {
  color: #000;
}

.icon-gears, .icon-books, .icon-quiz, .icon-assignment, .icon-balance, .icon-notes, .icon-certificate, .icon-session, .icon-roster, .icon-copy, .icon-badge, .icon-calendar, .icon-recommendations, .icon-webconference, .icon-testout, .icon-note, .icon-delete-file {
  background-size: 40px 40px;
  display: inline-block;
  height: 40px;
  width: 40px;
}

.icon-gears {
  background-image: url(/foundation/images/icons/gear.png);
}

.icon-books {
  background-image: url(/foundation/images/icons/books.png);
}

.icon-quiz {
  background-image: url(/foundation/images/icons/quiz.png);
}

.icon-assignment {
  background-image: url(/foundation/images/icons/assignment.png);
}

.icon-balance {
  background-image: url(/foundation/images/icons/balance.png);
}

.icon-notes {
  background-image: url(/foundation/images/icons/notes.gif);
}

.icon-certificate {
  background-image: url(/foundation/images/icons/certificate.png);
}

.icon-session {
  background-image: url(/foundation/images/icons/session.png);
}

.icon-roster {
  background-image: url(/foundation/images/icons/roster.png);
}

.icon-copy {
  background-image: url(/foundation/images/icons/copy.png);
}

.icon-badge {
  background-image: url(/foundation/images/icons/badge.png);
}

.icon-calendar {
  background-image: url(/foundation/images/icons/calendar.png);
}

.icon-contrast-report {
  background-image: url(/foundation/images/BlueActive/header/high-contrast@2x.png);
}

.icon-recommendations {
  background-image: url(/foundation/images/icons/recommendations.png);
}

.icon-webconference {
  background-image: url(/foundation/images/icons/webconference.png);
}

.icon-testout {
  background-image: url(/foundation/images/icons/testout.png);
}

.icon-note {
  background-image: url(/foundation/images/icons/note.png);
}

.icon-delete-file {
  background-image: url(/foundation/images/icons/delete_file.png);
}

.icon-inactive {
  color: #646B71;
}

.main-menu-icon {
  background-size: 24px 24px;
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

.icon-profile {
  background-image: url(/foundation/images/grey/Sections/user@2x.png);
}

.icon-user {
  background-image: url(/foundation/images/grey/Sections/user@2x.png);
}

.icon-catalog {
  background-image: url(/foundation/images/grey/Sections/catalog@2x.png);
}

.icon-training {
  background-image: url(/foundation/images/grey/Sections/my_training@2x.png);
}

.icon-community {
  background-image: url(/foundation/images/grey/Sections/communities@2x.png);
}

.icon-dashboard {
  background-image: url(/foundation/images/grey/Sections/dashboard@2x.png);
}

.icon-calendar-dates {
  background-image: url(/foundation/images/grey/Sections/calendar-dates@2x.png);
}

.icon-report {
  background-image: url(/foundation/images/grey/General/document@2x.png);
}

.icon-custom {
  background-image: url(/foundation/images/grey/Sections/site@2x.png);
}

.icon-medium, .icon-plus-circle, .icon-alerts, .icon-update, .icon-document--blue, .icon-document, .icon-categories, .icon-hamburger, .icon-trash, .icon-image, .icon-inactive .icon-display-tile, .icon-inactive .icon-display-list, .icon-display-tile, .icon-display-list, .icon-arrow-right, .icon-arrow-left, .icon-add-document, .icon-print, .icon-contrast-report, .icon-download, .icon-close-blue, .icon-close, .icon-delete, .icon-edit-white, .icon-edit-blue, .icon-edit-grey, .icon-white-check, .icon-green-check, .icon-liked, .icon-like, .icon-gotomeeting, .icon-usage, .icon-text-size, .icon-contact-us, .icon-chat, .icon-contrast, .icon-faq, .top-navigation .icon-skip, .top-navigation .icon-info, .top-navigation .icon-cart, .icon-google, .icon-skype-blue, .icon-reply, .icon-linkedin-blue, .icon-linkedin, .icon-youtube, .icon-twitter-blue, .icon-twitter, #top-bar .icon-user {
  background-size: 24px 24px;
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}

.icon-small, .icon-star--grey, .icon-star--gold {
  background-size: 16px 16px;
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

.social-icon {
  margin-right: 25px;
}

.icon-facebook {
  background-image: url(/foundation/images/grey/Social/facebook@2x.png);
  background-size: 12px 24px;
  height: 24px;
  width: 12px;
  display: inline-block;
}

.icon-facebook-blue {
  background-image: url(/foundation/images/BlueActive/Social/facebook@2x.png);
  background-size: 12px 24px;
  height: 24px;
  width: 12px;
  display: inline-block;
}

.icon-twitter {
  background-image: url(/foundation/images/grey/Social/twitter@2x.png);
}

.icon-twitter-blue {
  background-image: url(/foundation/images/BlueMild/Social/twitter@2x.png);
}

.icon-youtube {
  background-image: url(/foundation/images/grey/Social/youtube@2x.png);
}

.icon-linkedin {
  background-image: url(/foundation/images/grey/Social/linkedin@2x.png);
}

.icon-linkedin-blue {
  background-image: url(/foundation/images/BlueActive/Social/linkedin@2x.png);
}

.icon-reply {
  background-image: url(/foundation/images/BlueMild/Arrows/reply@2x.png);
}

.icon-comment {
  display: inline-block;
  background-size: 14px 13px;
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  background-image: url(/foundation/images/grey/Small/comment@2x.png);
}

.icon-skype-blue {
  background-image: url(/foundation/images/BlueMild/Social/skype@2x.png);
}

.icon-google {
  background-image: url(/foundation/images/grey/Social/google@2x.png);
}

.icon-info {
  background-image: url(/foundation/images/icon-info.png);
  display: inline-block;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

.icon-info.has-tip {
  border-bottom: 0;
}

.icon-info.rating-info {
  vertical-align: top;
}

.icon-activity-stream {
  background-image: url(/foundation/images/grey/Sections/union.png);
  display: inline-block;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

.icon-cart {
  background-image: url(/foundation/images/shopping-cart.png);
  display: inline-block;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

.top-navigation .icon-chat, .top-navigation .icon-info, .top-navigation .icon-info, .top-navigation .icon-contrast, .top-navigation .icon-chat, .top-navigation .icon-contact-us, .top-navigation .icon-cart, .top-navigation .icon-usage, .top-navigation .icon-text-size, .top-navigation .icon-faq, .top-navigation .icon-gotomeeting,
.top-navigation .icon-skip {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 35px;
}
.top-navigation .icon-cart {
  background-image: url(/foundation/images/grey/header/shopping-cart@2x.png);
  cursor: pointer;
}
.top-navigation .icon-info {
  background-image: url(/foundation/images/grey/header/help@2x.png);
}
.top-navigation .icon-skip {
  font-size: 24px;
  line-height: 24px;
  color: #8592A1;
  top: 0;
}

.icon-faq {
  background-image: url(/foundation/images/grey/header/faq.png);
  background-size: 34.5px 24px;
  width: 34.5px;
  height: 24px;
}

.icon-contrast {
  background-image: url(/foundation/images/grey/header/high-contrast@2x.png);
}

.icon-chat {
  background-image: url(/foundation/images/grey/header/chat@2x.png);
}

.icon-contact-us {
  background-image: url(/foundation/images/grey/header/mail@2x.png);
}

.icon-text-size {
  background-image: url(/foundation/images/grey/header/text-size@2x.png);
}

.icon-usage {
  background-image: url(/foundation/images/grey/header/usage@2x.png);
}

.icon-gotomeeting {
  background-image: url(/foundation/images/grey/header/gotomeeting.png);
}

.icon-like {
  background-image: url(/foundation/images/BlueMild/General/like@2x.png);
  top: 4px;
  right: 4px;
}

.icon-liked {
  background-image: url(/foundation/images/BlueMild/General/liked@2x.png);
  top: 4px;
  right: 4px;
}

.icon-top-profile {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  bottom: 7px;
  margin-right: 5px;
  border-radius: 14px;
  cursor: pointer;
  vertical-align: middle;
}

.icon-top-user {
  cursor: pointer;
}

.icon-test {
  display: inline-block;
  position: relative;
  margin-right: 35px;
  width: 30px;
  height: 30px;
  bottom: 8px;
}

[class*=icon-chevron]::before {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  content: "";
  display: inline-block;
  height: 0.65em;
  width: 0.65em;
  vertical-align: top;
}

.icon-chevron--up:before {
  transform: rotate(-45deg);
}

.icon-chevron--right:before {
  transform: rotate(45deg);
}

.icon-chevron--down:before {
  transform: rotate(135deg);
}

.icon-chevron--left:before {
  transform: rotate(-135deg);
}

.icon-green-check {
  background-image: url(/foundation/images/grey/General/check-mark-green@2x.png);
}

.icon-white-check {
  background-image: url(/foundation/images/grey/General/check-mark-white@2x.png);
}

.icon-edit-grey {
  background-image: url(/foundation/images/grey/General/edit@2x.png);
}

.icon-edit-blue {
  background-image: url(/foundation/images/BlueMild/General/edit@2x.png);
}

.icon-edit-white {
  background-image: url(/foundation/images/grey/General/edit-white@2x.png);
}

.icon-delete {
  background-image: url(/foundation/images/BlueMild/General/trash@2x.png);
}

.icon-close {
  background-image: url(/foundation/images/grey/general/close@2x.png);
}

.icon-close-blue {
  background-image: url(/foundation/images/BlueMild/General/close@2x.png);
}

.icon-star--gold {
  background-image: url(/foundation/images/GoldStar@2x.png);
}

.icon-star--grey {
  background-image: url(/foundation/images/GreyStar@2x.png);
}

.icon-download {
  background-image: url(/foundation/images/BlueMild/General/download@2x.png);
}

.icon-contrast-report {
  background-image: url(/foundation/images/BlueMild/header/high-contrast@2x.png);
}

.icon-print {
  background-image: url(/foundation/images/BlueMild/General/printer@2x.png);
}

.icon-add-document {
  background-image: url(/foundation/images/BlueMild/General/document_add@2x.png);
}

.icon-arrow-left {
  background-image: url(/foundation/images/BlueActive/Arrows/arrow-left@2x.png);
}

.icon-arrow-right {
  background-image: url(/foundation/images/BlueActive/Arrows/arrow-right@2x.png);
}

.icon-display-list {
  background-image: url(/foundation/images/grey/General/list_view_active.png);
}

.icon-display-tile {
  background-image: url(/foundation/images/grey/General/tile_view_active.png);
}

.icon-inactive .icon-display-list {
  background-image: url(/foundation/images/grey/General/list_view.png);
}
.icon-inactive .icon-display-tile {
  background-image: url(/foundation/images/grey/General/tile_view.png);
}

.icon-image {
  background-image: url(/foundation/images/BlueActive/General/image@2x.png);
}

.icon-trash {
  background-image: url(/foundation/images/BlueActive/General/trash@2x.png);
}

.icon-trash:hover {
  cursor: pointer;
}

.icon-hamburger {
  background-image: url(/foundation/images/grey/Header/hamburger@2x.png);
}

.icon-categories {
  background-image: url(/foundation/images/grey/Sections/categories@2x.png);
}

.icon-document {
  background-image: url(/foundation/images/grey/General/document@2x.png);
}

.icon-document--blue {
  background-image: url(/foundation/images/BlueActive/General/document@2x.png);
}

.icon-update {
  background-image: url(/foundation/images/BlueActive/General/update@2x.png);
}

.icon-alerts {
  background-image: url(/foundation/images/grey/Sections/alerts@2x.png);
}

.icon-plus-circle {
  background-image: url(/foundation/images/grey/General/plus_circle_white@2x.png);
}

.xlarge-icon, .icon-failure, .icon-success {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: 96px 96px;
  height: 96px;
  width: 96px;
}

.icon-success {
  background-image: url(/foundation/images/success.png);
}

.icon-failure {
  background-image: url(/foundation/images/failure.png);
}

.large-icon {
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
}

.small-icon {
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
}

.leaderboard-star, .leaderboard-star-3, .leaderboard-star-2, .leaderboard-star-1 {
  background-size: 48px 48px;
  height: 48px;
  width: 48px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: text-top;
}

.leaderboard-star-1 {
  background-image: url(/foundation/images/leaderboard-star-1.png);
}

.leaderboard-star-2 {
  background-image: url(/foundation/images/leaderboard-star-2.png);
}

.leaderboard-star-3 {
  background-image: url(/foundation/images/leaderboard-star-3.png);
}

.icon-info-header {
  background-image: url(/foundation/images/icon-info-blue.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right;
}

.keyboard {
  background: #797979;
  list-style: none;
  margin: 0;
  margin: 30px auto;
  padding: 0;
  width: 224px;
}

.keyboard li {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f2f2f2;
  border: 2px solid #9F9F9F;
  border-radius: 5px;
  float: left;
  height: 30px;
  line-height: 27px;
  margin: 0 2px 2px 0;
  text-align: center;
  width: 30px;
  background: #F4F6F8;
  border-radius: 4px;
  border: none;
  color: #7A8494;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
.keyboard li:hover {
  background: #FFFFFF;
  color: #1B1F24;
  box-shadow: 0px 4px 12px rgba(36, 74, 138, 0.12);
  cursor: pointer;
}

.keyboard .capslock, .keyboard .left-shift {
  clear: left;
}

.keyboard .tab, .keyboard .delete {
  width: 70px;
}

.keyboard .capslock {
  width: 80px;
}

.keyboard .return {
  width: 77px;
}

.keyboard .left-shift {
  width: 95px;
}

.keyboard .right-shift {
  width: 109px;
}

.keyboard .lastitem {
  margin-right: 0;
}

.keyboard .uppercase {
  text-transform: uppercase;
}

.keyboard .space {
  clear: left;
  width: 681px;
}

.keyboard .on {
  display: none;
}

.filterbyabc {
  display: inline-block;
}

.filterbyabc .filter:after {
  background: url(../images/chevron-down.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: 4px;
  width: 12px;
}

.filterbyabc-container {
  background-color: #f9f9f9;
  padding: 0;
  line-height: 40px;
  border-radius: 5px;
}

.letter-filter-container {
  background: #F4F6F8;
  border-radius: 4px;
  height: 50px;
  min-width: 132px;
}
.letter-filter-container .dropdown-pane {
  width: auto;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  font-size: inherit;
}
.letter-filter-container .letter-filter {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #7A8494;
}
.letter-filter-container .letter-filter a {
  font-size: 14px;
  line-height: 20px;
  color: #7A8494;
}
.letter-filter-container .letter-filter .filter:after {
  background: url(/foundation/images/grey/Arrows/chevron-down.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 6px;
  vertical-align: middle;
}

dl.inline {
  font-size: 0.9em;
}
dl.inline dt {
  clear: left;
  float: left;
  margin: 0 4px 0 0;
  min-width: 140px;
  padding: 0;
}
dl.inline dd {
  display: block;
  margin: 0;
  margin-left: 144px;
  padding: 0;
}
dl.inline.shortened dt {
  min-width: 120px;
}
dl.inline.shortened dd {
  margin-left: 124px;
}
dl.inline.extended dt {
  min-width: 180px;
}
dl.inline.extended dd {
  margin-left: 184px;
}

dl.light dt {
  font-weight: 400;
}

.list-header {
  border-bottom: 1px solid #CED6E0;
  padding-bottom: 8px;
  margin-bottom: 12px;
  color: #7A8494;
}

.list-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: -15px;
}
.list-container .view-item {
  position: relative;
  padding: 16px;
  border-top: 1px solid #CED6E0;
  width: 100%;
  min-height: 136px;
  overflow: hidden;
}
.list-container .view-item.last-row {
  border-bottom: 1px solid #CED6E0;
}
.list-container .view-item:last-child:not(.last-item-first-row) {
  border-radius: 0px 0px 4px 0px;
}
.list-container .view-item.only-row {
  border-bottom: 1px solid #CED6E0;
}
.list-container .view-item.only-row.last-item-first-row:last-child {
  border-radius: 0 4px 4px 0;
}
.list-container .view-item .community-member-details {
  margin-bottom: 70px;
}
.list-container.list-view {
  flex-direction: column;
}
.list-container.tile-view {
  flex-direction: row;
}
.list-container.tile-view .view-item {
  width: 100%;
  min-height: 260px;
}
.list-container.tile-view .view-item.last-item-first-row {
  border-radius: 0px 4px 0px 0px;
}
.list-container.tile-view .view-item.next-to-last-item {
  border-bottom: 1px solid #CED6E0;
}
.list-container.tile-view .view-item.next-to-last-item.last-of-row {
  border-radius: 0px 0px 4px 0px;
}
.list-container.tile-view .view-item.next-to-last-item.last-of-row.last-item-first-row {
  border-radius: 0px 4px 4px 0px;
}
.list-container.tile-view .view-item.last-row {
  border-top: none;
}
.list-container.tile-view .view-item:first-child {
  border-radius: unset;
}
.list-container.touching-right-border > .view-item.last-item-first-row, .list-container.touching-right-border > .view-item.last-of-row, .list-container.touching-right-border > .view-item.next-to-last-item.last-of-row, .list-container.touching-right-border > .view-item.next-to-last-item.last-of-row.last-item-first-row {
  border-radius: 0;
  border-right: 0 none;
}
.list-container.touching-bottom-border > .view-item.only-row, .list-container.touching-bottom-border > .view-item.last-row {
  border-bottom: 0 none;
}
.list-container.touching-bottom-border > .view-item.only-row:last-child, .list-container.touching-bottom-border > .view-item.last-row:last-child {
  border-bottom-right-radius: 0;
}

/* Medium and up */
@media screen and (min-width: 40em) {
  .list-container.tile-view .view-item {
    border-right: 1px solid #CED6E0;
    width: 243px;
  }
}
/* x-Large and up */
@media screen and (min-width: 64.0625em) {
  .list-container .view-item {
    border-right: 1px solid #CED6E0;
    width: 78%;
  }
  .list-container .view-item:first-child {
    border-radius: 0px 4px 0px 0px;
  }
  .list-container.tile-view .view-item {
    width: 273px;
  }
}
#navMainMenu li:only-child {
  font-weight: 700;
}

#navMainMenu a.admin-learner-dashboard {
  display: none;
}

#content .navigation-row h4:first-of-type {
  margin-top: 0.5rem;
}

.navigation {
  list-style-type: none;
  margin: 0;
}
.navigation .main-menu {
  bottom: 7px;
  position: relative;
  color: #1E6BD6;
}

.top-navigation--desktop {
  display: block;
}

.top-navigation--mobile, .mobile-outer-logo, .tablet-outer-logo {
  display: none;
}

a.top-back-to {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
  margin-top: 20px;
  padding-left: 4px;
}
a.top-back-to .btnGo {
  float: none;
  margin-top: 0;
  left: 4px;
  padding: 4px;
  border-width: 0 2px 2px 0;
}

.link-button.top-back-to, #top-bar .cart-info a.top-back-to.return-to-catalog {
  color: #1E6BD6;
}

.navigation > li {
  display: inline-block;
  padding-bottom: 0;
  padding-top: 8px;
  position: relative;
}

.navigation > li:last-child:after {
  content: "";
}

.navigation a {
  color: #565D6C;
}

.notification {
  -webkit-font-smoothing: antialiased;
  background: #c70011;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  margin: 0;
  margin-left: 6px;
  padding: 2px 9px;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}

#top-bar .ShoppingCart {
  position: relative;
}
#top-bar .notification {
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 10px;
  top: calc(50% - 24px);
  background-color: #E7133D;
  border-radius: 20px;
  padding: 0;
}

.slide-container .notification {
  -webkit-font-smoothing: antialiased;
  background: #c70011;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  margin: 0;
  margin-left: 6px;
  padding: 2px 9px;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}

.sub-navigation {
  flex-wrap: wrap;
  font-size: 0.9em;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.sub-navigation > li:after {
  color: #E4E8ED;
  content: "   |  ";
}

.sub-navigation-tabs .sub-navigation > li:after {
  color: #E4E8ED;
  content: " ";
}
.sub-navigation-tabs li a {
  font-size: 16px;
  line-height: 24px;
}

select.mobile-navigation-tabs {
  display: none;
}

.sub-navigation-top {
  font-size: 0.9em;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-top: 14px;
}
.sub-navigation-top span {
  color: #565D6C;
}

.sub-navigation-top > li:after {
  color: #565D6C;
  content: " > ";
}

.global-nav {
  height: calc(100vh - 222px);
  overflow-y: auto;
  position: fixed;
  top: calc(100px + 12px);
  z-index: 1;
  width: 250px;
  padding: 6px 16px;
  z-index: 1000;
}

#socialIcons {
  position: absolute;
  bottom: 16px;
  left: 24px;
  text-align: center;
}

.main-navigation .notification {
  font-size: 0.8em;
}
.main-navigation a {
  margin-bottom: 5px;
  margin-top: 5px;
}
.main-navigation a:hover {
  background-color: #CED6E0;
  border-radius: 8px;
  color: #1B1F24;
}
.main-navigation .submenu {
  border-radius: 10px;
  margin-left: 35px;
}
.main-navigation .community-submenu {
  margin-left: 16px;
}
.main-navigation .parent {
  float: left;
}
.main-navigation .icon-chevron--down::before, .main-navigation .icon-chevron--up::before {
  vertical-align: text-top;
  position: relative;
  border-width: 0.12em 0.12em 0 0;
  height: 0.55em;
  width: 0.55em;
  margin-left: calc(100% - 175px);
}
.main-navigation .icon-chevron--down::before {
  top: 4px;
}
.main-navigation .icon-chevron--up::before {
  top: 8px;
}
.main-navigation .main-menu-label {
  width: 130px;
  line-height: 24px;
  vertical-align: middle;
  display: inline-block;
}
.main-navigation.menu a {
  padding: 0.7rem 0.7rem;
}

@media screen and (min-width: 1024px) {
  .icon-hamburger.show-menu {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .mobile-menu-outer {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    min-height: 100%;
    overflow: auto;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2000;
  }
  .mobile-menu-main {
    background-color: #E4E8ED;
    color: #7A8494;
    min-height: 100%;
    padding: 0;
    position: absolute;
    width: 260px;
    z-index: 2100;
    overflow: auto;
    height: 100vh;
  }
  .mobile-menu-main select {
    margin-bottom: 0;
    width: initial;
  }
  .mobile-menu-main .navigation {
    text-align: left;
  }
  .mobile-menu-main ul {
    list-style-type: none;
    margin-left: 0;
  }
  .mobile-menu-main ul li {
    padding: 5px 20px;
  }
  .mobile-menu-main ul li:last-child {
    border-bottom: none;
  }
  .mobile-menu-main ul li.menu-header {
    padding: 16px 8px;
  }
  .mobile-menu-main ul li.menu-header .logo {
    width: 160px;
  }
  .mobile-menu-main ul li.menu-header .icon-close {
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
  }
  .mobile-menu-main ul li.menu-header a:after {
    content: "";
  }
  .mobile-menu-main ul li.menu-header .row {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-menu-main ul li.menu-header .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-menu-main ul li a {
    color: #7A8494;
    display: inline-block;
  }
  .mobile-menu-main ul li .mobile-sub-items {
    display: inline-block;
    float: right;
    text-align: right;
  }
  .mobile-menu-main ul li .mobile-sub-items:after {
    content: ">";
    padding: 6px 0 6px 14px;
  }
  .mobile-menu-main .main-navigation a {
    margin: 4px 8px;
  }
  .mobile-menu-main > ul > li {
    display: block;
  }
  .mobile-menu-main > ul > li:after {
    content: "";
  }
  .mobile-icon {
    display: inline-block;
    height: 32px !important;
    width: 32px !important;
  }
  a.top-back-to {
    display: inline-block;
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tablet-outer-logo {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 55px;
    width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .content-top .navigation-row .sub-navigation {
    margin-bottom: 0;
  }
  .content-top .navigation-row li a {
    background: #CED6E0;
    mix-blend-mode: normal;
    border-radius: 8px 8px 0px 0px;
    min-width: 130px;
    padding: 0 12px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
  }
  .content-top .navigation-row li a.selected {
    background: #FFFFFF;
    border-radius: 8px 8px 0px 0px;
  }
  .content-top .navigation-row .notification {
    background-color: #73A3E6;
    border-radius: 25px;
  }
}
@media screen and (max-width: 480px) {
  .top-navigation--desktop > *:not(#user-tooltip) {
    display: none;
  }
  #top-bar .top-navigation--mobile {
    display: block;
    margin-top: -2px;
  }
  .mobile-outer-logo {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 55px;
    width: 38%;
  }
  .mobile-menu-right {
    min-width: 17%;
    flex-basis: 17%;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #FFF;
    text-align: center;
  }
  .mobile-menu-right ul {
    list-style: none;
    margin-left: 0;
  }
  .mobile-menu-right ul > li {
    padding: 20px 0;
  }
  .mobile-menu-right ul > li:first-of-type {
    padding-top: 28px;
  }
  .mobile-menu-right ul > li .icon-info {
    background-image: url(/foundation/images/grey/header/help@2x.png);
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
  }
  .mobile-menu-right ul > li .icon-test {
    display: none;
  }
  .mobile-menu-main {
    position: relative;
    height: 92vh;
  }
  .mobile-menu-main .menu-title {
    margin-left: 8px;
  }
  .mobile-menu-outer {
    background-color: #E4E8ED;
  }
  select.mobile-navigation-tabs {
    display: inline-block;
    width: 234px;
    font-size: 16px;
    line-height: 24px;
    background-color: #FFF;
  }
}
.paging-section {
  clear: both;
  padding-bottom: 20px;
  padding-top: 20px;
}

.paging, .paging-table span, .paging-table a {
  display: inline-block;
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
}

.paging-total {
  font-size: 16px;
  color: #1B1F24;
  position: relative;
  left: 16px;
}

.paging > li {
  display: inline-block;
  position: relative;
  min-width: 24px;
  margin-left: 2px;
  padding-right: 2px;
  height: 26px;
  border-radius: 4px;
}
.paging > li.paging-selected {
  box-shadow: 0px 4px 12px rgba(36, 74, 138, 0.12);
}
.paging > li.paging-selected > a {
  color: #1B1F24;
}
.paging > li > a.paging-inactive {
  color: #E4E8ED;
}
.paging [class*=icon-chevron]::before {
  border-width: 0.12em 0.12em 0 0;
  height: 0.6em;
  width: 0.6em;
  vertical-align: baseline;
  position: relative;
  bottom: 2px;
}

.paging > li > a, .paging-table span, .paging-table a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  text-align: center;
  color: #7A8494;
}

.paging-table table {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.paging-theme {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
.paging-theme .page-text {
  font-size: 14px;
}
.paging-theme .inline {
  float: left;
}
.paging-theme img {
  margin-left: 3px;
  margin-right: 3px;
}
.paging-theme .arrow {
  height: 18px;
  width: 13px;
}
.paging-theme .double-arrow {
  height: 18px;
  width: 25px;
}
.paging-theme .page-input {
  border: solid 1px #000;
  display: inline-block;
  font-size: 14px;
  height: 22px;
  text-align: center;
  width: 38px;
}

@media screen and (max-width: 480px) {
  .paging-total {
    float: none;
    display: block;
    text-align: left;
  }
}
.ratings {
  margin-top: 16px;
}
.ratings .icon-chevron--up::before {
  vertical-align: baseline;
  margin-left: 6px;
}
.ratings .icon-chevron--down::before {
  vertical-align: text-top;
  margin-left: 6px;
}
.ratings span + .has-tip {
  margin-left: 8px;
}
.ratings .review-link {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 60px !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1E6BD6;
  display: block;
}

.ratings-title {
  font-size: 24px;
  line-height: 32px;
  color: #1B1F24;
  position: relative;
  bottom: 10px;
}

.average-rating {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #1B1F24;
  margin-right: 8px;
  margin-top: 10px;
}

.rating-count {
  font-size: 14px;
  line-height: 18px;
  color: #1B1F24;
  margin-left: 8px;
}

.review-header {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

.reviews-header {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}

.report-review-header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px !important;
  color: #1B1F24;
}

.report-review-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px !important;
  color: #8592A1;
}

.report-review-label-value {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px !important;
  color: #1B1F24;
}

.report-review-introduction {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  /* Grey Shades/Grey 3 */
  color: #8592A1;
}

.review-rating {
  background-image: url(/foundation/images/star_big_grey.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 21px;
}

.review-rating.selected {
  background-image: url(/foundation/images/star_big_yellow.png);
}

.rating-small {
  display: inline-block;
  height: 16px;
  width: 90px;
  background-size: 90px 16px;
}

.rating-small.star-0 {
  background-image: url(/foundation/images/stars_0.gif);
}

.rating-small.star-1 {
  background-image: url(/foundation/images/stars_1.gif);
}

.rating-small.star-2 {
  background-image: url(/foundation/images/stars_2.gif);
}

.rating-small.star-3 {
  background-image: url(/foundation/images/stars_3.gif);
}

.rating-small.star-4 {
  background-image: url(/foundation/images/stars_4.gif);
}

.rating-small.star-5 {
  background-image: url(/foundation/images/stars_5.gif);
}

table tbody, table tfoot, table thead {
  background-color: transparent;
  border: 0;
}

table th, table thead th {
  background-color: #eee;
  font-weight: 400;
  text-align: left;
}

table th[scope=row], table thead th[scope=row] {
  background-color: initial;
  font-weight: initial;
  text-align: initial;
}

table tbody tr:nth-child(even) {
  background-color: transparent;
}

table.data-table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 18px;
  color: #1B1F24;
}
table.data-table a {
  color: #1B1F24;
}
table.data-table a.link-button, table.data-table #top-bar .cart-info a.return-to-catalog, #top-bar .cart-info table.data-table a.return-to-catalog {
  color: #1E6BD6;
}
table.data-table td {
  height: 50px;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
table.data-table td input[type=text] {
  margin: 0 0 1rem;
  border: 1px solid #cacaca;
}
table.data-table th {
  background-color: #E4E8ED;
  color: #565D6C;
  font-weight: bold;
  width: 135px;
}
table.data-table th a {
  color: #565D6C;
  font-weight: bold;
}
table.data-table th[scope=row] {
  background-color: initial;
  color: initial;
  font-weight: initial;
  width: initial;
}
table.data-table th[scope=row] a {
  color: initial;
  font-weight: initial;
}
table.data-table th:not(:last-child), table.data-table td:not(:last-child) {
  border-right: 1px solid #FFF;
}
table.data-table th:first-child {
  border-radius: 4px 0px 0px 0px;
}
table.data-table th:last-child {
  border-radius: 0px 4px 0px 0px;
}
table.data-table th:not(:first-child), table.data-table td:not(:first-child) {
  text-align: center;
}
table.data-table tbody tr:nth-child(odd) {
  background-color: #F4F6F8;
}
table.data-table .button {
  margin: 0;
}
table.data-table td:not(:first-child).text-left {
  text-align: left;
}
table.data-table td:not(:first-child).text-right {
  text-align: right;
}
table.data-table .fi-plus {
  color: #75A220;
}
table.data-table p {
  margin-bottom: 0;
}
table.data-table .column-center {
  text-align: center;
}
table.data-table input[type=checkbox] + label, table.data-table input[type=radio] + label, table.data-table input[type=checkbox] + label:before, table.data-table input[type=radio] + label:before {
  margin: 0;
}

table.fixed-table {
  table-layout: fixed;
}

table.fixed-table td {
  overflow: hidden;
  text-overflow: ellipsis;
}

table tbody tr {
  border-bottom: 0;
}

table .gridview-paging {
  display: none;
}

table.no-width {
  width: auto;
}

a.sticky-column:hover {
  text-decoration: underline;
}

.sort-ascending:after {
  content: " ";
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 6px;
  top: 2px;
}

.sort-descending:after {
  content: " ";
  border-style: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 6px;
  bottom: 2px;
}

.ajax__calendar .ajax__calendar_container {
  padding: 0;
  height: 182px;
}
.ajax__calendar .ajax__calendar_container .ajax__calendar_body {
  width: 168px;
}
.ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table tbody tr, .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table thead tr {
  background-color: #FFF;
}
.ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table tbody td, .ajax__calendar .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days table thead td {
  height: unset;
  padding: 0;
}
.ajax__calendar .ajax__calendar_container .ajax__calendar_footer.ajax__calendar_today {
  padding-top: 0;
  padding-bottom: 2px;
}

.table-sticky-header.table-sticky-header-th {
  position: fixed;
}
.table-sticky-header.table-sticky-header-th tbody {
  overflow-y: scroll;
  display: block;
}
.table-sticky-header.table-sticky-header-th tr {
  display: none;
}
.table-sticky-header.table-sticky-header-th tr:first-child {
  display: table-row;
}
.table-sticky-header.table-sticky-header-rows tbody {
  display: block;
  height: 57vh;
  overflow-y: auto;
}
.table-sticky-header.table-sticky-header-rows tr:first-child {
  visibility: hidden;
}

.tree-view-next, .tree-view-prev {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #CFCFCF;
  border-radius: 50%;
  font-weight: 700;
  height: 35px;
  line-height: 32px;
  vertical-align: middle;
  width: 35px;
  color: #2ba6cb;
  cursor: pointer;
  display: none;
  text-align: center;
}

.tree-view-nav {
  margin-bottom: 15px;
  text-align: center;
}

.tree-view, .progress-tree-view {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  list-style-type: none;
  margin-left: 0;
  user-select: none;
}

.tree-view li, .progress-tree-view li {
  border-bottom: solid 1px #EDEDED;
}

.tree-view li div {
  display: inline-block;
  width: 48%;
}

.tree-view li div:last-child {
  text-align: right;
}

.progress-tree-view li {
  line-height: 2.3em;
  position: relative;
}

.tree-view .selected {
  background-color: #e6e7e8;
  border-radius: 5px;
  padding-left: 5px;
}

.tree-view .selected a:not(.bold) {
  font-weight: 400;
}

.tree-view li.has-child, .progress-tree-view li.has-child {
  background-image: url(../images/chevron-black-down.png);
  background-position: 98% 13px;
  background-repeat: no-repeat;
}

.tree-view li.has-child-open, .progress-tree-view li.has-child-open {
  background-image: url(../images/chevron-black-up.png);
  background-position: 98% 13px;
  background-repeat: no-repeat;
}

.tree-view li:last-child, .progress-tree-view li:last-child {
  border-bottom: none;
}

.tree-view li a, .tree-view li button, .progress-tree-view li a, .progress-tree-view li span {
  display: inline-block;
  max-width: 70%;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  top: 7px;
  white-space: nowrap;
}

.tree-view.nowrap li a, .tree-view.nowrap li button {
  max-width: 85%;
}

.tree-view.nowrap li a, .tree-view.nowrap li button, .progress-tree-view.nowrap li a, .progress-tree-view.nowrap li span {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  white-space: normal;
  word-wrap: break-word;
}

.progress-tree-view.nowrap, .progress-tree-view.nowrap {
  position: relative;
}

.progress-tree-view.nowrap li a, .progress-tree-view.nowrap li button, .progress-tree-view.nowrap li span {
  margin-left: 15px;
  top: 2px;
}

.tree-view li a[class^=fi-], .progress-tree-view li a[class^=fi-],
.tree-view li button[class^=fi-], .progress-tree-view li button[class^=fi-] {
  padding-bottom: 0;
  text-indent: 3px;
  top: 0;
}

.tree-view .fi-x {
  color: #cc4b37;
}

.tree-view .fi-plus {
  color: #3adb76;
}

.tree-view .fi-pencil {
  color: #fb0;
}

.tree-view .fi-torso-business {
  color: #000;
}

.tree-view .instructor-teacher {
  width: 18px;
}

.tree-view .instructor-teacher:before {
  color: #ad4500;
  display: inline-block;
  font-size: 15px;
  left: -5px;
  margin-left: 0;
  position: relative;
  top: -8px;
}

.tree-view li a, .tree-view li button {
  padding-bottom: 12px;
}

.tree-view ul {
  background-color: #fff;
  border-top: solid #EDEDED 1px;
  list-style-type: none;
  margin-left: 0;
}

.tree-view-checkboxes li, .tree-view-checkboxes ul > li {
  margin-top: 10px;
}

.tree-view-Instructors li, .tree-view-Instructors ul > li {
  border-bottom: none;
  text-indent: 0;
}

.progress-tree-view li.not-completed:before {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 2px solid #E9E9E9;
  border-radius: 2px;
  content: " ";
  display: inline-block;
  height: 15px;
  margin: 0 0 2px 8px;
  top: 2px;
  width: 15px;
  vertical-align: middle;
}

.progress-tree-view li.completed:before {
  content: "";
  content: "\f127";
  display: inline-block;
  font-family: "foundation-icons";
  font-size: 1.5em;
  font-weight: 400;
  margin: 0 0 0 2px;
  vertical-align: middle;
}

.progress-tree-view li:not(.selected):before {
  margin-left: 7px;
}

.progress-tree-view li a, .progress-tree-view li span {
  line-height: 1.5em;
  overflow: hidden;
  padding-bottom: 0;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.progress-tree-view li button {
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  cursor: pointer;
  color: #1E6BD6;
}

.progress-tree-view li > span.required:before {
  color: #d0021b;
  content: "\f112    ";
  font-family: "foundation-icons";
  font-size: 0.7em;
  position: relative;
  top: -8px;
}

.progress-tree-view li > span {
  padding-left: 16px;
  padding-right: 4px;
}

.progress-tree-view li.swerequired > span:before {
  color: #d0021b;
  content: "\f112    ";
  font-family: "foundation-icons";
  font-size: 0.7em;
  position: relative;
  top: -8px;
}

.progress-tree-view li.not-available {
  color: #E9E9E9;
}

.temp-tree-view table {
  border-bottom: solid 1px #EDEDED !important;
  margin-bottom: 0;
}

.temp-tree-view table td {
  padding: 0.5rem 0.1rem;
}

.temp-tree-view table td > div:empty {
  width: 20px;
}

.temp-tree-view img {
  max-width: none;
}

.temp-tree-view table td:last-child {
  width: 100%;
}

.temp-tree-view td.selectednode {
  background-color: #e6e7e8;
  padding-left: 8px;
}

.temp-tree-view a.leafnode, .temp-tree-view a.parentnode, .temp-tree-view a.rootnode {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  top: 5px;
  white-space: nowrap;
  width: 170px;
}

.temp-tree-view.remove-width a.leafnode, .temp-tree-view.remove-width a.parentnode, .temp-tree-view.remove-width a.rootnode {
  width: auto;
}

.temp-tree-view.nowrap a.leafnode, .temp-tree-view.nowrap a.parentnode, .temp-tree-view.nowrap a.rootnode {
  position: initial;
  text-overflow: clip;
  vertical-align: top;
  white-space: normal;
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  white-space: normal;
  word-wrap: break-word;
}

#pages_admin_category_managecategory .temp-tree-view a.leafnode, #pages_admin_category_managecategory .temp-tree-view a.parentnode, #pages_admin_category_managecategory .temp-tree-view a.rootnode {
  width: 230px;
}

.temp-tree-view div > a.leafnode, .temp-tree-view div > a.parentnode, .temp-tree-view div > a.rootnode {
  display: none;
}

.temp-tree-view td div {
  display: inline-block;
  text-align: right;
  width: 160px;
}

#pages_admin_category_managecategory .temp-tree-view td div {
  width: 100px;
}

.temp-tree-view a[class^=fi-] {
  padding-bottom: 0;
  text-indent: 6px;
  top: 0;
}

.temp-tree-view .fi-x {
  color: #cc4b37;
}

.temp-tree-view .fi-plus {
  color: #3adb76;
}

.temp-tree-view .fi-pencil {
  color: #fb0;
}

.temp-tree-view .fi-torso-business {
  color: #000;
}

.temp-tree-view .fi-book {
  color: #724616;
}

.temp-tree-view .fi-torsos-all {
  color: #3776CF;
}

.temp-tree-view .instructor-teacher:before {
  color: #AD44B5;
  display: inline-block;
  font-size: 15px;
  margin-left: 0;
  margin-left: 5px;
  position: relative;
}

.temp-tree-view input[type=checkbox] {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.temp-tree-view input[type=checkbox]:before {
  background-image: url(../images/checkbox_sprite.png);
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  margin: 0 10px 5px -8px;
  vertical-align: middle;
  width: 24px;
}

.temp-tree-view input[type=checkbox]:checked:before {
  background-image: url(../images/checkbox_sprite.png);
  background-position: -26px 0;
}

.temp-tree-view.custom-tree .currentNode {
  background: rgba(45, 167, 232, 0.2);
}

.temp-tree-view.custom-tree a.leafnode {
  width: 51%;
}

.temp-tree-view.custom-tree table td {
  white-space: nowrap;
}

.temp-tree-view.custom-tree table td div {
  width: 41%;
}

.temp-tree-view.label-checkbox input[type=checkbox] {
  display: inline-block;
}

.temp-tree-view.label-checkbox input[type=checkbox] + label:before {
  /*background-image: url(../images/checkbox_sprite.png);*/
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  margin: 0 10px 5px -8px;
  vertical-align: middle;
  width: 24px;
}

.temp-tree-view.label-checkbox input[type=checkbox]:checked + label:before {
  /*background-image: url(../images/checkbox_sprite.png);
  background-position: -26px 0*/
}

.tree-view ul, .progress-tree-view ul {
  display: none;
}

.tree-view ul > li, .progress-tree-view ul > li {
  margin-left: 20px;
}

.tree-view ul > li:before {
  color: #646B71;
  position: relative;
  top: -14px;
}

.tree-view.nowrap ul > li:before {
  top: 4px;
}

.progress-tree-view ul > li.completed:before {
  color: #7ed321;
  position: relative;
  top: 4px;
}

.tree-view small, .progress-tree-view small {
  color: #4E575E;
  display: block;
  font-size: 0.7em;
  margin-left: 42px;
}

.tree-view small {
  line-height: 0;
}

.progress-tree-view small {
  line-height: 1em;
}

.tree-view .pre-open ul {
  display: block;
}

.tree-view-no-dash ul > li {
  margin-top: 10px;
}

.tree-view-no-dash ul > li:before {
  content: "";
}

.tree-view.category-tree li {
  border-bottom: 0;
}
.tree-view.category-tree li a {
  max-width: 60%;
}
.tree-view.category-tree ul {
  border-top: 0;
}

#form1 .jstree-default .jstree-anchor {
  height: 36px;
}

#sortElements #treeView {
  max-height: 500px;
  overflow-y: auto;
}

/*Pages*/
#page-admin-home .adminmenu {
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

#page-admin-home .adminmenu i[class^=fi-] {
  font-size: 2em;
  line-height: 1;
}

#page-admin-home .adminmenu a {
  color: #646B71;
  font-size: 0.95em;
}

#page-admin-home .adminmenu > li > a {
  color: #fff;
  display: block;
  font-size: 1.5em;
  padding: 0.5rem 1rem;
  text-align: center;
}
#page-admin-home .adminmenu > li > a p {
  font-size: 24px;
  line-height: 26px;
}

#page-admin-home .submenu {
  background-color: #e8e8e8;
  border-color: #8c8c8c;
  border-radius: 5px;
  box-shadow: #8c8c8c 3px 3px;
  display: none;
  list-style: none;
  margin-left: 0;
  padding: 12px;
  position: relative;
  top: -24px;
}

#page-admin-home .submenu a:hover {
  color: #db552e;
}

#page-admin-home .adminmenu > li {
  border-radius: 5px;
  height: 120px;
}

#page-admin-home .adminmenu > li:hover {
  background-color: #db552e;
}

#page-admin-home .adminmenu.expanded > li {
  height: auto;
  min-height: 100px;
  position: relative;
}

#page-admin-home .adminmenu.expanded .submenu {
  box-shadow: none;
  height: 0;
  margin: 4px;
  top: 0;
}

#page-admin-home .adminmenu .submenu > li:first-child {
  display: none;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}

#page-admin-home .adminmenu.expanded .submenu > li:first-child {
  display: block;
}

#page-admin-home .adminmenu .submenu > li:first-child span {
  margin-left: 5px;
  position: relative;
  top: -4px;
}

#page-admin-home .adminmenu.expanded > li > a {
  display: none;
}

#my-schedule .eventSummary {
  cursor: pointer;
  padding: 5px;
}

#my-schedule .eventDetails {
  border-bottom: 1px solid #CCC;
  clear: both;
  display: none;
  padding: 0 5px 15px 40px;
}

#my-schedule .eventLink {
  cursor: pointer;
}

#my-schedule .scheduleHeader {
  font-weight: 700;
  padding: 5px;
}

#my-schedule #duetoday.scheduleHeader {
  background-color: #FFE4E9;
}

#my-schedule #duethisweek.scheduleHeader {
  background-color: #FCF0E4;
}

#my-schedule #duenextweek.scheduleHeader {
  background-color: #EEE;
}

#my-schedule #duetoday.scheduleHeader span {
  color: red;
  margin-left: 10px;
}

#my-schedule #duethisweek.scheduleHeader span {
  color: #F60;
  margin-left: 10px;
}

#my-schedule #duenextweek.scheduleHeader span {
  margin-left: 10px;
}

#my-schedule .scheduleMessage {
  padding: 5px 0 5px 40px;
}

#my-schedule .eventSummary .icons {
  float: left;
  width: 35px;
}

#my-schedule .eventSummary .date {
  float: left;
  width: 175px;
}

#my-schedule .eventSummary .divider {
  float: left;
  width: 10px;
}

#my-schedule .eventSummary .info {
  float: left;
}

.calendar > tbody > tr:last-child {
  display: none;
}

.calendar .event-day {
  background-color: #559fe5;
}

.calendar .event-day a {
  color: #fff !important;
}

.calendar .calendar-day-header {
  text-align: left;
}

.calendar > tbody > tr > td, .calendar > tbody > tr > th {
  border: solid 1px #EDEDED !important;
}

.calendar > tbody > tr:first-child > td {
  border: 0 !important;
}

.calendar > tbody > tr:nth-child(n+3) {
  height: 130px;
}

.calendar.mini > tbody > tr:nth-child(n+3) {
  height: auto;
}

.calendar .month-number-table td {
  font-weight: 700;
  text-align: right;
}

.calendar .calendar-today {
  border: 2px #559fe5 solid !important;
}

.calendar .month-number-table td {
  padding: 0;
}

.calendar td.month-day:first-child {
  color: red;
}

.calendar.mini .calendar-title {
  margin: 0;
}

.calendar .calendar-title td a {
  font-size: 1.4em;
}

.calendar .calendar-title td:nth-child(1) a {
  background-image: url(/foundation/images/BlueMild/Arrows/arrow-left@2x.png);
  width: 24px;
  height: 29px;
  background-size: 24px 29px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 6px;
  text-align: left;
}

.calendar .calendar-title td:nth-child(3) a {
  background-image: url(/foundation/images/BlueMild/Arrows/arrow-right@2x.png);
  width: 24px;
  height: 29px;
  background-size: 24px 29px;
  background-repeat: no-repeat;
  float: right;
  margin-left: 6px;
  text-align: right;
}

.calendar .calendar-title td:nth-child(2) {
  font-size: 24px;
  line-height: 32px;
  color: #1B1F24;
  text-align: center;
}

.calendar.mini .calendar-title td:nth-child(2) {
  font-size: 1.1em;
}

.calendar .activity {
  cursor: pointer;
  color: #1B1F24 !important;
  display: grid !important;
}

.daypilot {
  display: none;
}

.daypilot > div > div:first-child table {
  font-size: 1.2em;
  margin: 0;
  text-align: center;
}

.daypilot > div > div:first-child table tbody tr td {
  padding: 0;
}

.daypilot > div > div:last-child > table > tbody > tr > td:first-child {
  padding-right: 0;
}

.daypilot > div > div:last-child > table > tbody > tr > td:first-child tr {
  height: 50px;
}

.daypilot > div > div:last-child > table > tbody > tr > td:first-child tr:first-child {
  height: 25px;
}

.daypilot > div > div:last-child > table > tbody > tr > td:last-child {
  padding-left: 0;
}

.daypilot > div > div:last-child > table > tbody > tr > td:last-child tr {
  height: 25px;
}

.daypilot > div > div:last-child > table > tbody > tr > td:last-child tr:nth-child(even) {
  border-bottom: dashed 1px #f1f1f1;
}

.daypilot .day-announcement {
  background-color: #F9EEDE;
  margin-left: -10px;
  margin-top: 14px;
  position: absolute;
}

.daypilot .day-announcement > div {
  padding: 0 20px 20px;
}

.timetable .toggle-container {
  width: 185px;
}
.timetable table.calendar-title {
  width: 320px;
}
.timetable select {
  width: 185px;
}
.timetable table th {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #7A8494;
  background-color: #F4F6F8;
}

#chk-show-only-associated-container input[type=checkbox] + label, #chk-show-only-associated-container input[type=radio] + label {
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .timetable .toggle-container {
    width: 100%;
    margin-left: 0px;
  }
  .timetable select {
    width: 100%;
  }
  .timetable .float-left {
    float: none !important;
  }
  .timetable .ml-16 {
    margin-left: 0px !important;
  }
  .timetable .sub-navigation-container {
    width: 100% !important;
  }
  .timetable .fi-info {
    color: #1B1F24 !important;
  }
}
#page-dashboard {
  margin-top: 40px;
}

#page-dashboard h3 {
  margin-bottom: 20px;
}

#page-dashboard .link-secondary {
  float: right;
  padding-top: 20px;
}

#page-dashboard h2 .link-secondary-right {
  padding-left: 450px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #3776CF;
}

#page-dashboard h2 .link-secondary-Competencies {
  padding-left: 450px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #3776CF;
}

#page-dashboard [class*=icon-chevron]::before {
  top: 0.3em;
}

#page-dashboard .dashboard-Competencies [class*=icon-chevron]::before {
  top: 0.6em;
  color: #3776CF;
  vertical-align: middle;
  margin-left: 5px;
}

.dashboard-calendar {
  margin-left: 20px;
  width: 90%;
}

.dashboard-calendar > tbody > tr:last-child {
  display: none;
}

.dashboard-calendar .event-day {
  background-color: #559fe5;
}

.dashboard-calendar .event-day a {
  color: #fff !important;
}

.dashboard-calendar .calendar-day-header {
  text-align: left;
}

.dashboard-calendar > tbody > tr > td, .calendar > tbody > tr > th {
  border: solid 1px #EDEDED !important;
}

.dashboard-calendar > tbody > tr:first-child > td {
  border: 0 !important;
}

.dashboard-calendar > tbody > tr:nth-child(n+3) {
  height: 80px;
}

.dashboard-calendar.mini > tbody > tr:nth-child(n+3) {
  height: auto;
}

.dashboard-calendar .month-number-table td {
  font-weight: 700;
  text-align: right;
}

.dashboard-calendar .calendar-today {
  border: 2px #559fe5 solid !important;
}

.dashboard-calendar .month-number-table td {
  padding: 0;
}

.dashboard-calendar td.month-day:first-child {
  color: #E7133D;
}

.dashboard-calendar.mini .calendar-title {
  margin: 0;
}

.dashboard-calendar .calendar-title td a {
  font-size: 1.4em;
}

.dashboard-calendar .calendar-title td:nth-child(1) a {
  background-image: url(/foundation/images/BlueMild/Arrows/arrow-left@2x.png);
  width: 24px;
  height: 29px;
  background-size: 24px 29px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 6px;
  text-align: left;
}

.dashboard-calendar .calendar-title td:nth-child(3) a {
  background-image: url(/foundation/images/BlueMild/Arrows/arrow-right@2x.png);
  width: 24px;
  height: 29px;
  background-size: 24px 29px;
  background-repeat: no-repeat;
  float: right;
  margin-left: 6px;
  text-align: right;
}

.dashboard-calendar .calendar-title td:nth-child(2) {
  font-size: 24px;
  line-height: 32px;
  color: #1B1F24;
  text-align: center;
}

.dashboard-calendar.mini .calendar-title td:nth-child(2) {
  font-size: 1.1em;
}

.dashboard-calendar .activity {
  cursor: pointer;
}

.dashboard-calendar .activity {
  border: 1px solid #d5d3ce;
  padding: 0px;
  text-align: left;
}

#page-dashboard .card-section {
  position: relative;
  padding: 0px;
}

#page-dashboard #friend-summary .columns:first-child {
  padding-right: 0;
}

.dashboard-userprofile {
  border-bottom: 1px solid #CED6E0;
  border-width: 1px;
  padding-bottom: 20px;
}

.dashboardimage {
  width: 84px;
  height: 84px;
  border-radius: 50px;
  border-width: 0px;
  margin: 0 16px;
}

.rowdashboardlearnername {
  padding-top: 10px;
  padding-bottom: 10px;
}
.rowdashboardlearnername .dashboardlearnername {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #565D6C;
  max-width: calc(100vw - 156px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 8px;
}
.rowdashboardlearnername .dashboard-edit-profile {
  color: #3776CF;
}
.rowdashboardlearnername .dashboard-edit-profile .icon-edit-blue {
  vertical-align: text-bottom;
}

.rowdashboardpoint {
  margin-bottom: 12px;
}

.dashboardpoint {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 17.57px;
  line-height: 100%;
  color: #3776CF;
}

.quick-view-section {
  padding-left: 16px;
}

.dashboardEnrolledin {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #1B1F24;
}

.dashboard-enrolledinpanel {
  position: relative;
  padding-top: 20px;
}

.bottom-line {
  border-bottom: 1px solid #CED6E0;
  border-width: 1px;
  padding-bottom: 20px;
}

.top-line {
  border-top: 1px solid #CED6E0;
  border-width: 1px;
  margin-top: 20px;
}

.quick-view-item {
  float: left;
  height: 120px;
  margin-bottom: 17px;
  position: relative;
  width: 244px;
}

.quick-view-description {
  position: relative;
  left: 76px;
  bottom: 21px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  padding-right: 60px;
}

.quick-view-item-programpanl {
  float: left;
  height: 72px;
  margin-bottom: 17px;
  position: relative;
  width: 270px;
  border-radius: 8px;
  background-color: #F18F01;
  margin-right: 10px;
}

.quick-view-value-program {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background-color: #FFFFFF;
  position: relative;
  left: 16px;
  top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E28600;
}

.quick-view-item-coursepanl {
  float: left;
  height: 72px;
  margin-bottom: 17px;
  position: relative;
  width: 270px;
  border-radius: 8px;
  background-color: #09838C;
  margin-right: 10px;
}

.quick-view-value-course {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background-color: #FFFFFF;
  position: relative;
  left: 16px;
  top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #09838C;
}

.quick-view-item-materialpanl {
  float: left;
  height: 72px;
  margin-bottom: 17px;
  position: relative;
  width: 270px;
  border-radius: 8px;
  background-color: #67C6EE;
  margin-right: 10px;
}

.quick-view-value-material {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background-color: #FFFFFF;
  position: relative;
  left: 16px;
  top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #67C6EE;
}

.quick-view-item-learningpathpanl {
  float: left;
  height: 72px;
  margin-bottom: 17px;
  position: relative;
  width: 270px;
  border-radius: 8px;
  background-color: #4F5BA8;
  margin-right: 10px;
}

.quick-view-value-learningpath {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background-color: #FFFFFF;
  position: relative;
  left: 16px;
  top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #4F5BA8;
}

.dashboard-progress-donut {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.dashboard-grid {
  display: flex;
}

.dashboard-progress-single-donut {
  width: 8%;
}

.dashboard-progress-note {
  position: relative;
  width: 320px;
  top: 344px;
}

.dashboard-to-begin-circle {
  position: relative;
  width: 16px;
  height: 16px;
  left: calc(50% - 8px - 152.5px);
  top: 346px;
  /* Grey Shades/Grey 2 */
  background: #CED6E0;
  border-radius: 13px;
}

.dashboard-paddingleft-40 {
  padding-left: 20px;
}

.dashboard-paddingleft-h2 {
  padding-left: 35px;
}

.dashboard-title-floatleft {
  float: left;
}

.dashboard-paddingright-16 {
  padding-right: 16px;
}

.dashboard-title-panel {
  margin-bottom: 60px;
  margin-right: 15px;
}

.dashboard-summary-header {
  padding: 8px 12px;
  background: #E4E8ED;
  border-radius: 4px 4px 0px 0px;
  opacity: 0.3;
}

.dashboard-UL {
  margin: 0;
  list-style: none;
}

.dashboard-UL.li {
  margin: 20px;
}

.dashboard-label {
  color: #1B1F24;
  padding-left: 24px;
  width: 95%;
}

.dashboard-label-duedate {
  color: #1B1F24;
  padding-left: 24px;
  width: 80%;
}

.dashboard-duedate {
  width: 22%;
}

.dashboard-paddingright-dueDate {
  padding-right: 50px;
}

.dashboard-label-Annoucement {
  color: #7A8494;
  width: 90%;
  font-size: 14px;
  line-height: 20px;
}

.dashboard-Li {
  margin-top: 20px;
}

.dashboard-Li-Annoucement {
  padding-left: 24px;
  padding-right: 150px;
}

.dashboard-to-begin-text {
  position: relative;
  width: 57px;
  height: 20px;
  left: calc(50% - 28.5px - 108px);
  top: 344px;
  /* 1366/Text/Paragraph 14px */
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* Black */
  color: #1B1F24;
}

.dashboard-progresschart {
  position: relative;
  vertical-align: middle;
}

.circle-graph {
  position: relative;
  width: 272px;
  height: 272px;
  left: calc(50% - 136px - 7.5px);
  top: 48px;
  /* Grey Shades/Grey 2 */
  background: #CED6E0;
  border-radius: 50%;
}

.circle-graph-progress {
  position: relative;
  width: 200px;
  height: 200px;
  left: calc(50% - 100px - 7.5px);
  top: 48px;
  /* Green OK */
  background: #fff;
  border-radius: 50%;
}

.dashboard-email {
  background: url(/foundation/images/icons/email_icon.png);
  border: 0;
  display: inline-block;
  height: 35px;
  margin-right: 20px;
  text-decoration: none;
  width: 50px;
}

#page-dashboard .component {
  /*float: left;*/
  margin-right: 20px;
  position: relative;
  width: 100%;
}

#page-dashboard .component .foursquare {
  position: absolute;
  right: 9px;
  top: 4px;
}

#page-dashboard .component th {
  padding-bottom: 6px;
  padding-top: 6px;
  white-space: nowrap;
}

#page-dashboard .component td {
  padding: 0 0 0 10px;
}

#page-dashboard .component td a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 290px;
}

#page-dashboard .component:nth-child(even) {
  margin-right: 0;
}

ul.dashboard {
  list-style-type: none;
  margin-left: 0;
}

ul.dashboard li {
  border-bottom: solid #EDEDED 1px;
  padding: 5px 10px;
}

ul.dashboard li:first-child {
  background-color: #eee;
}

ul.dashboard li:last-child {
  border-bottom: 0;
}

.racetrack {
  background-image: url(/foundation/images/racetrack/racetrack.png);
  background-size: contain;
  float: left;
  height: 190px;
  position: relative;
  width: 190px;
}

.racetrack img {
  height: 100%;
  position: absolute;
  width: 100%;
}

.dashboard-link {
  margin-top: 15px;
}

.dashboard-progress-container {
  float: left;
  margin-left: 70px;
  margin-top: -10px;
}

.dashboard-progress.to-begin {
  color: #62B5F2;
}

.dashboard-progress.in-progress {
  color: #F2714D;
}

.dashboard-progress.progress-completed {
  color: #75A220;
}

.dashboard-course-icon {
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
  height: 20px;
  position: relative;
  top: -7px;
  width: 20px;
}

.dashboard-course-icon:before {
  margin-left: 0;
}

.google-visualization-tooltip {
  width: 300px;
}

.google-visualization-tooltip ul {
  padding: 15px 10px 0;
}

.to-begin-value, .in-progress-value, .completed-value {
  font-size: 2em;
  font-weight: 700;
}

.to-begin-percent, .in-progress-percent, .completed-percent {
  font-size: 1.1em;
  font-weight: 700;
  position: relative;
  top: -2px;
}

.to-begin-text, .in-progress-text, .completed-text {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
}

@media screen and (min-device-width: 900px) and (max-device-width: 1700px) {
  .quick-view-item-programpanl {
    width: 228px;
    margin-right: 10px;
  }
  .quick-view-item-coursepanl {
    width: 228px;
    margin-right: 10px;
  }
  .quick-view-item-materialpanl {
    width: 228px;
    margin-right: 10px;
  }
  .quick-view-item-learningpathpanl {
    width: 228px;
    margin-right: 10px;
  }
  .dashboard-label-duedate {
    width: 65%;
  }
  .dashboard-duedate {
    width: 25%;
  }
  .dashboard-progress-single-donut {
    width: 15%;
  }
}
@media screen and (min-device-width: 900px) and (max-device-width: 1900px) {
  .quick-view-item-programpanl {
    width: 240px;
    margin-right: 10px;
  }
  .quick-view-item-coursepanl {
    width: 240px;
    margin-right: 10px;
  }
  .quick-view-item-materialpanl {
    width: 240px;
    margin-right: 10px;
  }
  .quick-view-item-learningpathpanl {
    width: 240px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-progress-single-donut {
    width: 18%;
  }
  .dashboard-label-duedate {
    width: 45%;
  }
  .dashboard-duedate {
    width: 40%;
  }
  .quick-view-item-programpanl {
    margin-right: 80px;
  }
  .top-line-small {
    border-top: 1px solid #CED6E0;
    border-width: 1px;
    margin-top: 20px;
  }
  .dashboard-label-duedate {
    width: 40%;
  }
  .dashboard-paddingright-dueDate {
    padding-right: 5px;
  }
}
@media print, screen and (min-width: 64.025em) {
  .x-large-6 {
    width: 50%;
  }
  .right-side:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 1px solid #CED6E0;
    margin-left: -1em;
  }
}
#login #blMenus {
  list-style-type: none;
}

#login-section {
  background: rgba(255, 255, 255, 0.93);
  padding: 20px 0 0;
}

#login-section hr {
  width: 90%;
}

#login-section #login-section-logo {
  display: none;
}

#login-section .lblSignUp {
  display: block;
  padding-bottom: 1em;
  text-align: center;
}

#login-section h1 {
  padding: 0;
  margin: 0;
}

#login-section .lblLoginHeader {
  display: none;
  padding-bottom: 5px;
}

#login-type-b #login-section, #login-type-c #login-section {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
}

#login-type-b #login-section {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  width: 720px;
}

#login-type-b #login-section > div {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

#login-type-b #login-section > div:nth-child(2) {
  position: absolute;
  text-align: left;
  top: -44px;
  width: 720px;
}

#login-type-b #login-section > div:nth-child(2) .columns {
  padding: 0;
}

#login-type-b #login-section .btnCatalog {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-align: left;
}

#login-type-c #login-catalog-image {
  background: url(/app_themes/Login/BrowseCatalog.png) center 0 no-repeat;
  background-size: contain;
  height: 240px;
  margin-bottom: 20px;
}

#login-type-c #login-section > div:nth-child(1) {
  display: inline-block;
  width: 410px;
}

#login-type-c #login-section > div:nth-child(2) {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}

.loginNav a {
  color: #1779BA;
}

.login-media-area {
  position: absolute;
  right: 600px;
  top: 30%;
}

#login #header {
  padding-top: 16px;
}

.profile {
  margin-left: 16px;
  font-size: 16px;
  line-height: 26px;
}
.profile .main-section {
  overflow: hidden;
}
.profile .info-section {
  color: #7A8494;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: -8px;
  margin-top: 24px;
  display: block;
}
.profile.profile-details {
  padding-top: 8px;
  border-right: 1px solid #CED6E0;
}
.profile .profile-events {
  padding-top: 24px;
  padding-top: 16px;
}
.profile h1, .profile h2 {
  display: inline-block;
}
.profile h1.username-top-label, .profile h2.username-top-label {
  max-width: calc(100vw - 70px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile hr {
  max-width: 100%;
  margin-bottom: 8px;
}
.profile .icon-edit-blue {
  top: 5px;
  margin-right: 10px;
}
.profile .link-button, .profile #top-bar .cart-info a.return-to-catalog, #top-bar .cart-info .profile a.return-to-catalog {
  font-size: 14px;
  line-height: 18px;
}
.profile .btnChangePassword {
  margin-top: 13px;
}
.profile .field-label {
  min-height: 50px;
}
.profile .field-value {
  line-height: 50px;
  font-size: 0.8em;
}
.profile .required, .profile .btnChangePassword, .profile .field-label, .profile .checkbox {
  position: relative;
  top: 13px;
}
.profile .top-personal-info .field-label {
  top: 0;
}
.profile .button.btnSave {
  margin-right: 56px;
  margin-bottom: 16px;
}
.profile .button {
  margin: 0;
}
.profile .main-section {
  position: relative;
}
.profile .main-section .field-label {
  min-height: 20px;
  min-width: 100px;
}
.profile .main-section .cancel-top {
  position: absolute;
  right: 0;
  top: -32px;
}
.profile .icon-background {
  text-align: center;
  padding-top: 2px;
  width: 32px;
  height: 32px;
  background: #1E6BD6;
  border: 1.2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
  bottom: 30px;
  left: 70px;
}
.profile input[readonly] {
  cursor: text;
}
.profile select:disabled.input-as-label {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
  background-image: none;
  cursor: text;
  padding-right: 0;
}
.profile select:disabled.input-as-label.ddl-custom-work-oem {
  color: #000;
}
.profile select:disabled.input-as-label.ddl-custom-work-oem > option {
  color: #000;
}
.profile select, .profile select:disabled {
  font-size: inherit;
}
.profile select[size], .profile select:disabled[size] {
  padding-right: 0;
}
.profile input[readonly].input-as-label {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}
.profile textarea[readonly].input-as-label {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}
.profile .event-name {
  font-weight: bold;
}
.profile .event-date {
  color: #7A8494;
}
.profile .button.medium-width {
  width: 200px;
}

.profile.row {
  margin-left: -16px;
  padding-left: 8px;
  padding-right: 8px;
}
.profile.row .search-box {
  padding-top: 24px;
}
.profile.row .friend-request-list {
  margin-top: 16px;
}

.profile-image-pnl {
  flex-basis: 100px;
  min-width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}

img.profile-image {
  width: 100px;
  height: 100px;
  border-radius: 60px;
}

.HartmannCW-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.HartmannCW-label {
  margin-bottom: 10px;
}

.event-list .border-bottom {
  border-bottom: 1px solid #CED6E0;
}
.event-list div:last-of-type:not(:first-of-type) {
  border-bottom: 0;
}
.event-list .announcement {
  border-bottom: 1px solid #CED6E0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
.event-list .announcement p {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.event-list .announcement .icon-chevron--right::before {
  color: #1E6BD6;
  vertical-align: baseline;
  border-width: 0.13em 0.13em 0 0;
  margin-left: 4px;
}
.event-list .announcement .event-date {
  color: #7A8494;
}
.event-list .announcement .event-name {
  color: #1B1F24;
  font-weight: bold;
}
.event-list .event-list-header {
  border-bottom: 1px solid #CED6E0;
  padding-bottom: 8px;
  margin-bottom: 12px;
  color: #7A8494;
}

.event-list.main-view .announcement {
  border-bottom: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  clear: both;
}
.event-list.main-view .announcement event-name {
  font-size: 16px;
  line-height: 24px;
}
.event-list.main-view .announcement .event-description {
  color: #7A8494;
}
.event-list.main-view .announcement .event-date {
  color: #1B1F24;
}

.friend-request-list {
  margin-bottom: 20px;
}
.friend-request-list div:last-of-type:not(:first-of-type) {
  border-bottom: 0;
}
.friend-request-list .friend-request {
  border-bottom: 1px solid #CED6E0;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.friend-request-list .friend-request .request-name, .friend-request-list .friend-request .request-date, .friend-request-list .friend-request p {
  color: #7A8494;
  font-size: 14px;
  line-height: 20px;
}
.friend-request-list .friend-request .request-name {
  color: #1B1F24;
  font-weight: bold;
}
.friend-request-list .friend-request .request-date {
  color: #7A8494;
  margin-bottom: 8px;
}
.friend-request-list .friend-request p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.friend-request-list .friend-request .btnAccept {
  margin-top: 12px;
}
.friend-request-list .friend-request .link-button, .friend-request-list .friend-request #top-bar .cart-info a.return-to-catalog, #top-bar .cart-info .friend-request-list .friend-request a.return-to-catalog {
  font-size: 12px;
  line-height: 15px;
}
.friend-request-list .friend-request .btnIgnore {
  top: 6px;
  position: relative;
}

.friends select {
  width: 140px;
}
.friends .list-container.tile-view .view-item .friend-name {
  color: #1B1F24;
  margin-bottom: 8px;
}
.friends .list-container.tile-view .view-item a.friend-name:hover {
  color: #565D6C;
}
.friends .list-container.tile-view .view-item .btnRemoveFriend {
  position: absolute;
  right: 17px;
  top: 16px;
}
.friends .list-container.tile-view .view-item .top-right {
  position: absolute;
  right: 17px;
  top: 16px;
}
.friends .list-container.tile-view .view-item .btnAccept {
  position: absolute;
  bottom: 12px;
  width: 88%;
  margin: 0;
}
.friends .list-container.tile-view .view-item .button.btnRemoveRequest {
  background-color: #565D6C;
}
.friends .list-container.tile-view .view-item .button.btnFriend {
  background-color: #75A220;
  position: absolute;
  bottom: 12px;
  width: 235px;
  margin: 0;
}
.friends .list-container.tile-view .view-item .button.btnFriend .firends-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.friends .list-container.tile-view .view-item .button.btnFriend .icon-white-check {
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
}
.friends .show-ignored {
  width: 242px;
}

.social-big .link-button, .social-big #top-bar .cart-info a.return-to-catalog, #top-bar .cart-info .social-big a.return-to-catalog {
  position: relative;
  bottom: 2px;
  left: 6px;
  font-size: 14px;
  line-height: 18px;
  color: #1E6BD6;
}
.social-big .link-button.mild-label, .social-big #top-bar .cart-info a.mild-label.return-to-catalog, #top-bar .cart-info .social-big a.mild-label.return-to-catalog {
  color: #4AA8E6;
}

@media screen and (max-width: 1400px) {
  .profile .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .profile.profile-details {
    border-right: 0 none;
  }
  .profile .mmt-8 {
    margin-top: 8px !important;
  }
  .profile .mmt-16 {
    margin-top: 16px !important;
  }
}
@media screen and (min-width: 1024px) {
  .profile h1.username-top-label, .profile h2.username-top-label {
    max-width: calc(100vw - 582px);
  }
}
@media screen and (max-width: 480px) {
  .profile .smt-8 {
    margin-top: 8px !important;
  }
  .profile .smt-16 {
    margin-top: 16px !important;
  }
  .profile .limit-width-mobile {
    max-width: 95%;
  }
  .profile .profile-image-pnl.mr-24 {
    margin-right: 8px !important;
  }
  .profile .input-field {
    padding-right: 0;
  }
  .profile .input-field .sxm-dealership-search {
    display: none;
  }
  .profile .field-value {
    line-height: inherit;
  }
  .profile .edit-mode .input-field, .profile .edit-mode .small-5 {
    width: 100%;
  }
  .profile .edit-mode .input-field .sxm-dealership-search {
    display: block;
  }
  .profile .contact-details {
    margin-top: 24px;
  }
}
/*Sections*/
#pages_badges_selectBadge .actionBtnsContainer {
  margin-top: 1rem;
}

#page-badge-details li {
  list-style-position: inside;
}

#page-badge-details .tabs-content {
  color: inherit;
}

#page-badge-details .tabs-title > a {
  font-size: 1rem;
}

.foundationTabStyle .ajax__tab_tab {
  color: #1779ba;
  display: block;
  line-height: 1;
  outline: 0 none;
  padding: 1.25rem 1.5rem;
}

.foundationTabStyle .ajax__tab_active .ajax__tab_inner {
  background: #e6e6e6;
  color: #1779ba;
}

.foundationTabStyle .ajax__tab_body {
  -webkit-transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
  transition: all 0.5s ease;
}

.foundationTabStyle .ajax__tab_panel {
  padding: 1rem;
}

.catalog .review-modal-title, .my-training .review-modal-title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px !important;
  color: #1B1F24;
}
.catalog .tiles-width, .my-training .tiles-width {
  width: 75%;
}
.catalog .review-click-to-rate, .my-training .review-click-to-rate {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px !important;
  color: #1B1F24;
}
.catalog .review-tell-your-impression, .my-training .review-tell-your-impression {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 12px;
  line-height: 15px !important;
  color: #8592A1;
}
.catalog .review-reveal, .my-training .review-reveal {
  width: 390px !important;
}
.catalog .txtSearch, .my-training .txtSearch {
  margin-bottom: 0;
  margin-top: 0;
}
.catalog .searchbox > *, .my-training .searchbox > * {
  align-self: flex-start;
}
.catalog .community-title, .my-training .community-title {
  color: #1E6BD6;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
}
.catalog .community-title-list, .my-training .community-title-list {
  margin-left: 20px;
}
.catalog .schedule-right-panel, .my-training .schedule-right-panel {
  min-width: 255px;
  flex-basis: 255px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 16px;
}
.catalog .average-rating, .catalog .number-of-ratings, .my-training .average-rating, .my-training .number-of-ratings {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #8592A1;
  margin-right: 0px;
}
.catalog .alert-message, .my-training .alert-message {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #E7133D;
}
.catalog .desc-message, .my-training .desc-message {
  margin-top: 10px;
  font-weight: normal;
  line-height: 20px;
  color: #1B1F24;
}
.catalog .page-title, .my-training .page-title {
  margin-bottom: 16px;
}
.catalog .page-title .icon-chevron--right::before, .my-training .page-title .icon-chevron--right::before {
  vertical-align: bottom;
  bottom: 13px;
  position: relative;
  font-size: 19px;
  border-width: 0.13em 0.13em 0 0;
  color: #1E6BD6;
}
.catalog .subsection-title, .my-training .subsection-title {
  display: inline;
}
.catalog .main-catalog-box, .my-training .main-catalog-box {
  width: 1365px;
  max-width: 100%;
  min-height: 350px;
  padding: 0;
  padding-bottom: 16px;
  border: 0;
  margin-bottom: 20px;
  overflow: hidden;
  clear: both;
  position: relative;
  float: left;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 12px 16px rgba(36, 74, 138, 0.12);
  -moz-box-shadow: 0 12px 16px rgba(36, 74, 138, 0.12);
  box-shadow: 0 12px 16px rgba(36, 74, 138, 0.12);
}
.catalog .main-catalog-box.welcome-section, .my-training .main-catalog-box.welcome-section {
  padding: 40px;
}
.catalog .main-catalog-box .tile-view .view-item, .my-training .main-catalog-box .tile-view .view-item {
  border: 0;
  border-right: 1px solid #CED6E0;
  float: left;
  box-sizing: border-box;
  padding-right: 8px;
}
.catalog .main-catalog-box .tile-view div:nth-of-type(5).view-item, .my-training .main-catalog-box .tile-view div:nth-of-type(5).view-item {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 0 none;
}
.catalog .main-catalog-box .tile-view div:first-of-type.view-item, .my-training .main-catalog-box .tile-view div:first-of-type.view-item {
  border-right: 1px solid #CED6E0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.catalog .main-catalog-box .catalog-welcome-img, .my-training .main-catalog-box .catalog-welcome-img {
  max-width: 560px;
}
.catalog .main-catalog-box .catalog-welcome-img img, .my-training .main-catalog-box .catalog-welcome-img img {
  max-width: 100%;
}
.catalog .list-container.tile-view .tile-side-a, .my-training .list-container.tile-view .tile-side-a {
  margin-bottom: 100px;
}
.catalog .list-container.tile-view .tile-side-b, .my-training .list-container.tile-view .tile-side-b {
  padding-right: 4px;
  margin-top: 16px;
  height: 75%;
  overflow-x: hidden;
  overflow-y: auto;
}
.catalog .list-container.tile-view .tile-side-b .short-description, .my-training .list-container.tile-view .tile-side-b .short-description {
  height: 256px;
}
.catalog .list-container.tile-view .tile-side-b::-webkit-scrollbar-track, .my-training .list-container.tile-view .tile-side-b::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #E4E8ED;
}
.catalog .list-container.tile-view .tile-side-b::-webkit-scrollbar, .my-training .list-container.tile-view .tile-side-b::-webkit-scrollbar {
  width: 6px;
  background-color: #E4E8ED;
}
.catalog .list-container.tile-view .tile-side-b::-webkit-scrollbar-thumb, .my-training .list-container.tile-view .tile-side-b::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px #8592A1;
  background-color: #8592A1;
}
.catalog .list-container.tile-view .member-price, .my-training .list-container.tile-view .member-price {
  display: none;
}
.catalog .list-container.tile-view .item-image, .my-training .list-container.tile-view .item-image {
  height: 70px;
  width: 70px;
  border-radius: 4px;
}
.catalog .list-container.tile-view .price-section, .my-training .list-container.tile-view .price-section {
  display: none;
}
.catalog .list-container.tile-view .currency, .my-training .list-container.tile-view .currency {
  font-size: 0.8em;
  font-weight: 700;
  text-align: left;
}
.catalog .list-container.tile-view .right-column .title-link, .my-training .list-container.tile-view .right-column .title-link {
  max-height: 66px;
  order: 2;
  overflow: hidden;
  position: relative;
}
.catalog .list-container.tile-view .right-column .rating, .my-training .list-container.tile-view .right-column .rating {
  order: 3;
  padding: 0;
}
.catalog .list-container.tile-view .right-column .title-link a, .my-training .list-container.tile-view .right-column .title-link a {
  font-size: 24px;
  line-height: 32px;
  color: #1B1F24;
}
.catalog .list-container.tile-view .right-column title-link span, .my-training .list-container.tile-view .right-column title-link span {
  font-size: 24px;
  line-height: 32px;
  color: #1B1F24;
}
.catalog .list-container.tile-view .tile-image-hover, .my-training .list-container.tile-view .tile-image-hover {
  opacity: 0.5;
}
.catalog .list-container.tile-view .prerequisite, .my-training .list-container.tile-view .prerequisite {
  display: none;
}
.catalog .list-container.tile-view .catalog-info, .my-training .list-container.tile-view .catalog-info {
  order: 4;
}
.catalog .list-container.tile-view .item-image, .my-training .list-container.tile-view .item-image {
  padding: 0;
}
.catalog .list-container.tile-view .catalog-info dt, .my-training .list-container.tile-view .catalog-info dt {
  min-width: 90px;
}
.catalog .list-container.tile-view .catalog-info dd, .my-training .list-container.tile-view .catalog-info dd {
  margin-left: 94px;
}
.catalog .list-container.tile-view .catalog-info .average-rating, .catalog .list-container.tile-view .catalog-info .catalog-info .number-of-ratings, .my-training .list-container.tile-view .catalog-info .average-rating, .my-training .list-container.tile-view .catalog-info .catalog-info .number-of-ratings {
  font-size: 0.9em;
}
.catalog .list-container.tile-view .view-item, .my-training .list-container.tile-view .view-item {
  min-height: 360px;
  position: relative;
  padding-right: 8px;
}
.catalog .list-container.tile-view .buttons-row, .my-training .list-container.tile-view .buttons-row {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
}
.catalog .list-container.tile-view .button + .button, .my-training .list-container.tile-view .button + .button {
  margin-left: 0;
}
.catalog .list-container.tile-view .button, .my-training .list-container.tile-view .button {
  width: 100%;
}
.catalog .list-container.list-view .view-item, .my-training .list-container.list-view .view-item {
  width: 100%;
  min-height: 200px;
}
.catalog .list-container.list-view .view-item .item-title, .my-training .list-container.list-view .view-item .item-title {
  margin-bottom: 12px;
}
.catalog .list-container.list-view .view-item .flip-tile, .catalog .list-container.list-view .view-item .flip-back, .my-training .list-container.list-view .view-item .flip-tile, .my-training .list-container.list-view .view-item .flip-back {
  display: none;
}
.catalog .list-container.list-view .view-item .launch-button-left, .my-training .list-container.list-view .view-item .launch-button-left {
  width: 100%;
  float: left;
}
.catalog .list-container.list-view .tile-side-a, .my-training .list-container.list-view .tile-side-a {
  float: left;
  width: 245px;
}
.catalog .list-container.list-view .tile-side-a .average-rating, .my-training .list-container.list-view .tile-side-a .average-rating {
  padding-left: 0;
  margin-top: 6px;
}
.catalog .list-container.list-view .tile-side-a .rating-stars .rating-small, .my-training .list-container.list-view .tile-side-a .rating-stars .rating-small {
  display: block;
}
.catalog .list-container.list-view .tile-side-a .member-price, .my-training .list-container.list-view .tile-side-a .member-price {
  margin-top: 16px;
  margin-bottom: 16px;
}
.catalog .list-container.list-view .tile-side-b, .my-training .list-container.list-view .tile-side-b {
  float: left;
  width: calc(100% - 245px);
  padding-left: 16px;
}
.catalog .list-container.list-view .prereq-container, .my-training .list-container.list-view .prereq-container {
  display: none;
}
.catalog .list-container.list-view .currency .columns:last-child, .my-training .list-container.list-view .currency .columns:last-child {
  text-align: left;
}
.catalog .list-container.list-view .item-image, .my-training .list-container.list-view .item-image {
  max-width: 100px;
  margin-bottom: 12px;
  height: 70px;
}
.catalog .list-container.list-view .rating, .my-training .list-container.list-view .rating {
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 12px;
}
.catalog .list-container.list-view .button, .my-training .list-container.list-view .button {
  margin: 0;
}
.catalog .list-container.list-view .short-description, .my-training .list-container.list-view .short-description {
  max-width: 1090px;
  overflow: auto;
}
.catalog .main-catalog-box.tile-image-background .list-view .view-item, .catalog .list-container.list-view.tile-image-background .view-item, .my-training .main-catalog-box.tile-image-background .list-view .view-item, .my-training .list-container.list-view.tile-image-background .view-item {
  background-image: none !important;
}
.main-catalog-box.tile-image-background .catalog .view-item, .catalog .list-container.tile-image-background .view-item, .main-catalog-box.tile-image-background .my-training .view-item, .my-training .list-container.tile-image-background .view-item {
  display: none;
}
.main-catalog-box.tile-image-background .catalog.tile-view .view-item, .catalog .list-container.tile-image-background.tile-view .view-item, .main-catalog-box.tile-image-background .catalog.list-view .view-item, .catalog .list-container.tile-image-background.list-view .view-item, .main-catalog-box.tile-image-background .my-training.tile-view .view-item, .my-training .list-container.tile-image-background.tile-view .view-item, .main-catalog-box.tile-image-background .my-training.list-view .view-item, .my-training .list-container.tile-image-background.list-view .view-item {
  display: initial;
}
.catalog .main-catalog-box.tile-image-background .tile-view .view-item, .catalog .list-container.tile-view.tile-image-background .view-item, .my-training .main-catalog-box.tile-image-background .tile-view .view-item, .my-training .list-container.tile-view.tile-image-background .view-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.catalog .main-catalog-box.tile-image-background .tile-view .view-item .flip-tile, .catalog .main-catalog-box.tile-image-background .tile-view .view-item .item-title a, .catalog .main-catalog-box.tile-image-background .tile-view .view-item .item-title span, .catalog .list-container.tile-view.tile-image-background .view-item .flip-tile, .catalog .list-container.tile-view.tile-image-background .view-item .item-title a, .catalog .list-container.tile-view.tile-image-background .view-item .item-title span, .my-training .main-catalog-box.tile-image-background .tile-view .view-item .flip-tile, .my-training .main-catalog-box.tile-image-background .tile-view .view-item .item-title a, .my-training .main-catalog-box.tile-image-background .tile-view .view-item .item-title span, .my-training .list-container.tile-view.tile-image-background .view-item .flip-tile, .my-training .list-container.tile-view.tile-image-background .view-item .item-title a, .my-training .list-container.tile-view.tile-image-background .view-item .item-title span {
  color: white;
  text-shadow: black 0px 0px 5px, rgb(25, 25, 25) -1px -1px 1px, rgb(25, 25, 25) 1px 1px 1px;
}
.catalog .main-catalog-box.tile-image-background .tile-view .view-item .tile-side-b *, .catalog .list-container.tile-view.tile-image-background .view-item .tile-side-b *, .my-training .main-catalog-box.tile-image-background .tile-view .view-item .tile-side-b *, .my-training .list-container.tile-view.tile-image-background .view-item .tile-side-b * {
  color: white;
  text-shadow: black 0px 0px 5px, rgb(25, 25, 25) -1px -1px 1px, rgb(25, 25, 25) 1px 1px 1px;
}
.catalog .main-catalog-box.tile-image-background .tile-view .view-item .item-image, .catalog .list-container.tile-view.tile-image-background .view-item .item-image, .my-training .main-catalog-box.tile-image-background .tile-view .view-item .item-image, .my-training .list-container.tile-view.tile-image-background .view-item .item-image {
  display: none;
}

.catalog .catalog-welcome-img img {
  margin-top: 56px;
}

.categ-expand {
  position: relative;
  top: 13px;
  color: #1E6BD6;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}

.category-count {
  color: black;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  background: #E4E8ED;
  opacity: 0.4;
  border-radius: 10px;
  padding: 7px;
  margin-right: 10%;
  float: right;
}

.category-name {
  color: #1B1F24;
  font-size: 14px;
  line-height: 18px;
  float: left;
}

td a .btnGo {
  float: none;
  left: 0;
}

.flip-back-arrow {
  border: solid #1E6BD6;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: 2px;
}

.purchase .icon-cart {
  float: right;
}

/*Prerequisites*/
.prerec.button {
  background: #565D6C;
}

.prereq-button .button {
  background: #73A3E6 !important;
  border-radius: 20px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  max-width: 130px;
}

.prereq-modal {
  box-shadow: 0 6px 20px rgba(56, 59, 64, 0.3);
  border-radius: 8px;
}
.prereq-modal .icon-chevron--right::before {
  vertical-align: baseline;
}
.prereq-modal p {
  font-size: 20px;
  line-height: 28px;
  width: 96%;
}
.prereq-modal .register-all {
  width: 185px;
}

.modal-cancel {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  background-color: white !important;
  vertical-align: text-bottom;
  color: #1E6BD6;
}

.session-title {
  color: #1B1F24;
  font-size: 24px;
  line-height: 32px;
}

.course-left-column {
  margin-right: 32px;
  flex-basis: 160px;
  min-width: 160px;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
}
.course-left-column .default-image {
  margin-bottom: -2px;
}

.session-container {
  display: flex;
  padding: 32px 0 32px 0;
  border-bottom: 1px solid #CED6E0;
}
.session-container .button {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  bottom: 0;
}
.session-container .icon-chevron--up::before {
  vertical-align: baseline;
  margin-left: 6px;
}
.session-container .icon-chevron--down::before {
  vertical-align: text-top;
  margin-left: 6px;
}

.session-container:last-of-type {
  border-bottom: 0;
}

.session-capacity {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

dl.inline dd {
  margin-bottom: 4px;
}

.course-comptencies ul {
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 35px;
}
.course-comptencies ul li {
  list-style: none;
  display: inline-block;
  color: #1E6BD6;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  background: #E4E8ED;
  border-radius: 24px;
  padding: 10px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  word-break: break-word;
}

.member-price-val {
  font-size: 20px;
  line-height: 25px;
  color: #1E6BD6;
  margin-right: 8px;
}

.fi-info {
  color: #8592A1;
}

.large-catalog-img {
  width: 160px;
  height: 160px;
}

.btn-price {
  float: left;
}

.portal-button {
  display: block;
  margin-top: 16px;
}
.portal-button .button.set-width-wider {
  width: 160px;
  margin-bottom: 40px;
}

table tbody tr:nth-child(odd), table tbody tr:nth-child(even) {
  border-bottom: 0;
}

table tbody td {
  padding-bottom: 0;
}

input[type=radio] + label {
  margin-bottom: 0;
}

.autocomplete-results {
  background: #FFFFFF;
  box-shadow: 0 9px 0 0 white, 0 6px 20px rgba(56, 59, 64, 0.3), 0 6px 20px rgba(56, 59, 64, 0.3), 0 6px 20px rgba(56, 59, 64, 0.3);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.autocomplete-results ul.ui-menu {
  margin-left: 0;
  padding-left: 10px;
  padding-top: 10px;
  list-style-type: none;
}

.search-options {
  background: #F4F6F8;
  min-height: 40px;
  line-height: 40px;
  padding-left: 10px;
  vertical-align: middle;
}

.txtSearch {
  margin-bottom: 0;
}

.ui-menu-item-wrapper {
  padding-left: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #565D6C;
}
.ui-menu-item-wrapper .search-header {
  margin-left: -16px;
  font-size: 20px;
  line-height: 28px;
  color: #1B1F24;
}

.autocomplete-empty-msg {
  font-size: 20px;
  line-height: 28px;
  color: #7A8494;
}

.autocomplete-empty-msg p {
  font-size: 14px;
  line-height: 20px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #F4F6F8;
  border-radius: 4px;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  display: none;
}

.msg-section {
  margin-top: 3%;
}
.msg-section .no-items-msg {
  font-size: 22px;
  position: relative;
  top: 16px;
  color: #7A8494;
  left: 16px;
}

.flip-tile, .flip-back {
  font-size: 12px;
  line-height: 15px;
  color: #1E6BD6;
  font-weight: bold;
  text-transform: uppercase;
}

.flip-tile {
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 80px;
  left: 5%;
  padding-left: 4px;
}

.flip-back {
  letter-spacing: 0.02em;
  position: absolute;
  top: 2%;
  left: 5%;
}

.list-container .view-item {
  border-right: 1px solid #CED6E0;
}
.list-container .view-item .rating-stars {
  display: block;
}

.category-box {
  flex-basis: 253px;
  min-width: 253px;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 16px;
  align-self: flex-start;
}

.catalog-custom-box {
  width: 100%;
  margin-top: 16px;
  border: 0;
}

.categ-expand {
  right: 10px;
}

.btnGo {
  margin-top: 22px;
  left: 10px;
}

.sponsor-image {
  max-height: 75px;
  max-width: 150px;
}

.sponsored-by {
  color: #1B1F24;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 16px;
}

.sponsor-panel {
  align-self: flex-start;
  flex-basis: 200px;
  min-width: 200px;
  flex-grow: 0;
}

.catalog-badge {
  width: 54px;
  height: 54px;
}

.item-image-column {
  order: 1;
}

.item-details {
  max-width: calc(100% - 300px);
  min-width: 320px;
  order: 2;
}

.panel-rating {
  order: 2;
  margin-bottom: 10px;
  min-height: 24px;
}

@media screen and (max-width: 1024px) {
  .item-image-column {
    min-width: calc(100% - 240px);
    flex-basis: calc(100% - 240px);
  }
  .item-details {
    order: 3;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .item-image-column {
    min-width: 192px;
    flex-basis: 192px;
    margin-right: 0;
  }
}
.home-description {
  font-size: 16px;
  line-height: 24px;
  color: #1B1F24;
}

@media screen and (max-width: 1643px) {
  .catalog div.main-catalog-box, .my-training div.main-catalog-box {
    width: 1092px;
  }
  .catalog div.main-catalog-box .catalog-course-list div:nth-of-type(4).view-item, .my-training div.main-catalog-box .catalog-course-list div:nth-of-type(4).view-item {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 0 none;
  }
  .catalog .main-catalog-box .catalog-welcome-img {
    max-width: 500px;
  }
  .catalog .main-catalog-box .catalog-welcome-img img {
    margin-top: 92px;
  }
  .my-training .main-catalog-box .catalog-welcome-img {
    max-width: 350px;
  }
  ul.ui-menu {
    width: 70%;
  }
}
@media screen and (max-width: 1365px) {
  .catalog div.main-catalog-box, .my-training div.main-catalog-box {
    width: 819px;
  }
  .catalog div.main-catalog-box catalog-course-list div:nth-of-type(3).view-item, .my-training div.main-catalog-box catalog-course-list div:nth-of-type(3).view-item {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .catalog div.main-catalog-box, .my-training div.main-catalog-box {
    width: 729px;
  }
  .catalog div.main-catalog-box .tile-view div:nth-of-type(3).view-item, .my-training div.main-catalog-box .tile-view div:nth-of-type(3).view-item {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 0 none;
  }
  .catalog div.main-catalog-box .list-container .list-view .short-description, .my-training div.main-catalog-box .list-container .list-view .short-description {
    max-width: 466px;
    overflow: auto;
  }
  .catalog div.main-catalog-box .catalog-welcome-img, .my-training div.main-catalog-box .catalog-welcome-img {
    padding-right: 32px;
  }
  .catalog div.main-catalog-box .catalog-welcome-img img, .my-training div.main-catalog-box .catalog-welcome-img img {
    margin-top: 0px;
  }
  .sponsor-panel {
    align-self: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  #tree-view-modal.reveal {
    top: 16px !important;
    right: 16px;
    left: auto;
    border-radius: 8px;
    min-width: 300px;
    position: absolute;
    width: fit-content;
    min-height: 78%;
    height: fit-content;
  }
  #tree-view-modal.reveal #tree-view-modal-content > .row {
    padding: 0;
    margin-top: 8px;
  }
  #tree-view-modal.reveal #tree-view-modal-content > .row .columns {
    padding: 0;
  }
  .btnGo {
    padding: 3px;
    left: 5px;
  }
  .catalog-custom-content {
    display: none;
  }
  .catalog div.main-catalog-box.welcome-section, .my-training div.main-catalog-box.welcome-section {
    padding: 24px;
  }
  .catalog div.main-catalog-box.welcome-section .catalog-welcome-img, .my-training div.main-catalog-box.welcome-section .catalog-welcome-img {
    padding: 0;
  }
  .catalog .flex-right-panel, .my-training .flex-right-panel {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .catalog div.main-catalog-box, .my-training div.main-catalog-box {
    width: 100%;
  }
  .catalog .autocomplete-search {
    min-width: 0px;
    margin-bottom: 8px;
  }
  .catalog .autocomplete-search label {
    display: inline-block;
    margin-right: 8px;
  }
  .list-container .list-view .short-description {
    max-width: 325px;
    overflow: auto;
  }
  .purchase .icon-cart {
    float: unset;
  }
}
@media screen and (max-width: 1023px) and (max-height: 900px) {
  #tree-view-modal.reveal {
    min-height: 96%;
  }
}
@media screen and (max-width: 480px) {
  .my-training .tiles-width {
    width: 100%;
  }
  .catalog .main-catalog-box,
  .my-training .main-catalog-box {
    padding-bottom: 16px;
  }
  .catalog .main-catalog-box .list-container .view-item,
  .my-training .main-catalog-box .list-container .view-item {
    border-right: 0 none;
    border-bottom: 1px solid #CED6E0;
  }
  .catalog .main-catalog-box .list-container .view-item.last-item-first-row,
  .my-training .main-catalog-box .list-container .view-item.last-item-first-row {
    border-radius: 0;
  }
  .catalog .main-catalog-box .list-container .view-item.next-to-last-item.last-of-row,
  .my-training .main-catalog-box .list-container .view-item.next-to-last-item.last-of-row {
    border-radius: 0;
  }
  .catalog .main-catalog-box .list-container .view-item.next-to-last-item.last-of-row.last-item-first-row,
  .my-training .main-catalog-box .list-container .view-item.next-to-last-item.last-of-row.last-item-first-row {
    border-radius: 0;
  }
  .catalog .main-catalog-box .list-container .view-item.last-row,
  .my-training .main-catalog-box .list-container .view-item.last-row {
    border-top: none;
    border-bottom: none;
  }
  .catalog .main-catalog-box .tile-view div:first-of-type.view-item,
  .my-training .main-catalog-box .tile-view div:first-of-type.view-item {
    border-right: 0 none;
    border-radius: 0;
  }
}
/* #24433
    Hack for ie11 tile container width */
@media screen and (-ms-high-contrast: none) and (min-width: 1024px), (-ms-high-contrast: active) and (min-width: 1024px) {
  .catalog .flex-expand {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #modalRegisterButton iframe {
    height: 44vh;
    width: 96%;
    border: none;
  }
}
@media screen and (min-width: 375px) {
  .catalog .min_width_280 {
    min-width: 280px;
  }
}
.memberPage {
  clear: both;
  display: inline-block;
  width: 100%;
}
.memberPage .button.btnRequestSent {
  background-color: #CED6E0;
}

.gallery-preview {
  flex-basis: 350px;
  min-width: 350px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 16px;
  border-left: 1px solid #CED6E0;
  margin-bottom: 16px;
}
.gallery-preview .gallery-container {
  margin-left: 16px;
}
.gallery-preview .view-item {
  height: 160px;
  padding: 8px;
  width: 160px;
  border: 0;
}
.gallery-preview .view-item .img {
  height: 152px;
  width: 152px;
}
.gallery-preview .view-item .video {
  height: 145px;
  width: 145px;
}
.gallery-preview .paging-section {
  padding-bottom: 8px;
  padding-top: 8px;
}
.gallery-preview h2 {
  margin-left: 16px;
}
.gallery-preview .notification {
  border-radius: 16px;
  font-size: 12px;
  line-height: 22px;
  padding: 3px 7px;
}
.gallery-preview .view-item .video-overlay {
  top: 35%;
}

.right-panel-reveal .item-preview {
  width: 45%;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
}

.categories-right-panel {
  flex-basis: 370px;
  min-width: 370px;
  flex-grow: 0;
  padding-left: 16px;
  padding-top: 8px;
  border-left: 1px solid #CED6E0;
}

.right-side-panel {
  flex-basis: 370px;
  min-width: 370px;
  flex-grow: 0;
  padding-left: 16px;
  padding-top: 8px;
  border-left: 1px solid #CED6E0;
}
.right-side-panel .media-list.media-player {
  margin: 0;
}
.right-side-panel .media-list.media-player:after {
  content: "";
  display: table;
  clear: both;
}
.right-side-panel .media-list.media-player li {
  list-style: none;
  float: left;
  width: calc(50% - 16px);
}
.right-side-panel .media-list.media-player li:nth-child(even) {
  margin-left: 8px;
}
.right-side-panel .media-list.media-player li video, .right-side-panel .media-list.media-player li img {
  width: 160px;
  height: 160px;
}

.forum-page table th {
  background-color: #fff;
  font-weight: normal;
  text-align: left;
  color: #7A8494;
  border-bottom: 1px solid #CED6E0;
  font-size: 14px;
  line-height: 20px;
}
.forum-page table td {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #1B1F24;
  font-size: 14px;
  line-height: 20px;
}
.forum-page table td .icon-comment {
  position: relative;
  top: 2px;
  right: 4px;
}
.forum-page table td a {
  font-size: 16px;
  line-height: 24px;
  color: #1B1F24;
}
.forum-page .categ-desc {
  font-size: 14px;
  line-height: 20px;
  color: #7A8494;
  margin-top: 4px;
  display: block;
}
.forum-page select, .forum-page select:hover {
  background-image: url(/foundation/images/clear-chevron.png);
  width: fit-content;
  background-color: #FFF;
  font-size: 24px;
  line-height: 32px;
  margin-top: 8px;
}
.forum-page select:active {
  border: 0;
}

.member-item {
  overflow: auto;
  padding: 10px 10px 0 0;
  display: inline-block;
}

.member-item-page {
  float: left;
  height: 150px;
  width: 250px;
}

.member-item-username {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
}

.join-community {
  font-size: 1.2em;
  margin-top: 10px;
}

.join-community span {
  position: relative;
  top: -6px;
}

.member-about .member-details {
  display: flex;
  flex-wrap: wrap;
}
.member-about .member-details .profile-image-container {
  min-width: 100px;
  flex-basis: 100px;
  margin-right: 20px;
}
.member-about .member-details .details-container {
  min-width: 300px;
  flex-basis: 300px;
}
.member-about .flex-display .link-button, .member-about .flex-display #top-bar .cart-info a.return-to-catalog, #top-bar .cart-info .member-about .flex-display a.return-to-catalog {
  font-size: 16px;
  line-height: 24px;
}
.member-about .flex-display .friends-label-container {
  min-width: 102px;
  flex-basis: 102px;
  margin-right: 20px;
}
.member-about .flex-display .friends-label-container .friends-label {
  position: relative;
  bottom: 6px;
  text-transform: unset;
  font-weight: normal;
}
.member-about .flex-display .friends-label-container .btnFriend {
  color: #75A220;
}
.member-about .flex-display .unfriend-button {
  min-width: 85px;
  flex-basis: 85px;
}

.posted-by.section {
  border-bottom: 0;
}

.like-pnl {
  display: inline-block;
  line-height: 1;
}
.like-pnl .fi-like {
  font-size: 26px;
}
.like-pnl .like {
  position: relative;
  top: 4px;
}
.like-pnl .no-like {
  color: #3776CF;
  padding-top: 5px;
  position: relative;
  top: 4px;
}
.like-pnl .no-like-count {
  bottom: 4px;
  color: #3776CF;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  left: 5px;
  position: relative;
}
.like-pnl .like-count {
  bottom: 4px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  left: 5px;
  position: relative;
}

.view-media-page .like-pnl {
  margin-bottom: 16px;
}
.view-media-page .like-pnl .no-like-count, .view-media-page .like-pnl .like-count {
  font-size: 16px;
}
.view-media-page .like-pnl .like, .view-media-page .like-pnl .no-like {
  font-size: 32px;
}

.photo-info {
  float: left;
  margin-left: 15px;
}

.photo-like {
  float: left;
  margin-left: 15px;
}

#member-mini .profile-image-column {
  position: relative;
}

#member-mini .profile-image {
  height: auto;
  max-width: 80px;
}

#member-mini .status {
  position: absolute;
  right: 10px;
  top: 63px;
}

#page-community-events .short-description p:last-child {
  margin-bottom: 0;
}

.reply-label {
  position: relative;
  bottom: 4px;
  left: 4px;
}

.comment {
  border-bottom: solid 1px #CED6E0;
  padding: 24px 0;
}
.comment.comment-child {
  margin-left: 84px;
}
.comment .comment-parent {
  background-color: #F4F6F8;
  border-radius: 4px;
  color: #565D6C;
  display: block;
  width: 100%;
  padding: 14px;
  margin-bottom: 16px;
  border-left: 2px solid #CED6E0;
}
.comment .comment-parent span {
  display: block;
}
.comment:last-child {
  border-bottom: 0;
}
.comment p {
  margin-bottom: 0;
}
.comment .columns {
  margin-bottom: 10px;
  margin-top: 10px;
}
.comment .poster-image {
  min-width: 80px;
}
.comment .poster-image img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
.comment .comment-like {
  display: inline-block;
  position: relative;
  bottom: 4px;
  margin-right: 16px;
}
.comment img {
  max-height: 600px;
}

.community-article-page {
  margin-top: 16px;
  margin-left: 16px;
}

@media screen and (max-width: 1366px) {
  .categories-right-panel {
    flex-basis: 239px;
    min-width: 239px;
  }
}
@media screen and (max-width: 767px) {
  .comment.comment-child {
    margin-left: 24px;
  }
}
/* Medium and up - 640px */
@media screen and (min-width: 768px) {
  .community-article-page {
    margin-top: 24px;
    margin-left: 24px;
  }
}
/* Large and up - 1024px */
@media screen and (min-width: 768px) {
  .community-article-page {
    margin-left: 64px;
  }
}
@media screen and (max-width: 480px) {
  .comment .poster-image {
    min-width: 40px;
  }
  .comment .poster-image img {
    width: 32px;
    height: 32px;
  }
}
#main-communities-page {
  color: #1B1F24;
}
#main-communities-page .red-alert {
  margin-left: 16px;
}
#main-communities-page .row.top-row {
  padding: 0.5625rem;
}
#main-communities-page .site-community-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-communities-page .site-community-img-container .site-community-img {
  width: 499px;
  height: 364px;
  background-image: url("../images/SiteCommunities.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#main-communities-page .site-community-header > h3 {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  color: #8592A1;
}
#main-communities-page .site-community-title > h1, #main-communities-page .site-community-title > h2 {
  display: inline-block;
}
#main-communities-page .site-community-title > .red-alert {
  vertical-align: top;
  display: inline-block;
  margin-top: 6px;
}
#main-communities-page .site-community-description > p {
  font-size: 16px;
  line-height: 24px;
}
#main-communities-page .bordered-row {
  position: relative;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
#main-communities-page .bordered-row:before, #main-communities-page .bordered-row:after {
  display: table;
  content: " ";
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#main-communities-page .bordered-row:after {
  clear: both;
}
#main-communities-page .bordered-row [class*=column-] {
  float: left;
  clear: none;
}
#main-communities-page .bordered-row [class*=column-] h2, #main-communities-page .bordered-row [class*=column-] h3 {
  margin: 0;
  width: 50%;
}
#main-communities-page .bordered-row .column-separator {
  display: none;
  width: 1px;
  background: #CED6E0;
  position: absolute;
  left: calc(50% - 0.5px);
  top: 0;
  bottom: 0;
}
#main-communities-page .bordered-row .column-2 {
  width: 100%;
}
#main-communities-page .bordered-row .column-2 > .bordered-box {
  position: relative;
  padding: 16px;
  border-top: 1px solid #CED6E0;
}
#main-communities-page .bordered-row .column-2 > .bordered-box .view-all-link {
  position: absolute;
  top: 16px;
  right: 16px;
}
#main-communities-page .bordered-row .column-2 > .bordered-box .summary-header {
  padding: 8px 12px;
  background: rgba(228, 232, 237, 0.3);
  border-radius: 4px 4px 0px 0px;
}
#main-communities-page .bordered-row .column-2 > .bordered-box .summary-header > span {
  color: #8592A1;
}
#main-communities-page .bordered-row .column-2 > .bordered-box ul {
  margin: 0;
  list-style: none;
}
#main-communities-page .bordered-row .column-2 > .bordered-box ul li {
  margin-top: 20px;
}
#main-communities-page .bordered-row .column-2 > .bordered-box ul li .community-title {
  display: inline-block;
  max-width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-communities-page .bordered-row .column-2 > .bordered-box ul li .red-alert {
  transform: translate(0, -5px);
  display: inline-block;
}

/* Small > 568px and less than Medium */
@media screen and (min-device-width: 568px) and (max-width: 39.9375em) {
  #main-communities-page .row.top-row .columns.small_568-6 {
    width: 50%;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  #main-communities-page .bordered-row [class*=column-] h2 {
    width: 80%;
  }
}
/* x-Large and up */
@media screen and (min-width: 64.0625em) {
  #main-communities-page .bordered-row [class*=column-] h2 {
    width: 100%;
  }
  #main-communities-page .bordered-row .column-2 {
    width: calc(50% - 0.5px);
  }
  #main-communities-page .bordered-row .column-2 > .bordered-box {
    padding: 16px 16px 24px 24px;
  }
  #main-communities-page .bordered-row .column-2:last-child > .bordered-box {
    left: 1px;
    padding: 16px 24px 24px 16px;
  }
  #main-communities-page .bordered-row .column-separator {
    display: block;
  }
}
#page-communities .moderate-communities-container {
  margin-top: 16px;
}
#page-communities .moderate-communities-container .button {
  margin-bottom: 0;
}
#page-communities .community-view-item {
  position: relative;
  height: 100px;
}
#page-communities .community-view-item img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  margin-right: 16px;
  float: left;
  border: 1px solid #cacaca;
}
#page-communities .community-view-item .community-title {
  font-size: 24px;
  line-height: 1.333em;
}
#page-communities .community-view-item .community-title a {
  color: #1B1F24;
}
#page-communities .community-view-item .community-updates {
  position: absolute;
  left: 116px;
  bottom: 0;
}
#page-communities .community-view-item .community-link {
  position: absolute;
  right: 0;
  bottom: 0;
}
#page-communities .tile-view .view-item {
  height: 273px;
}
#page-communities .tile-view .community-view-item {
  height: 240px;
}
#page-communities .tile-view .community-view-item img {
  float: none;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 10px;
}
#page-communities .tile-view .community-view-item .community-title {
  position: relative;
  display: block;
  height: 3.999em;
  overflow: hidden;
}
#page-communities .tile-view .community-view-item .community-title:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24%;
  height: 1.333em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
}
#page-communities .tile-view .community-view-item .community-updates {
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
}
#page-communities .tile-view .community-view-item .community-link {
  right: auto;
  left: 0;
}

#page-community .community-items-container {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  columns: 1;
  column-gap: 0;
}
#page-community .community-items-container .community-items-item {
  position: relative;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-color: #CED6E0;
  border-width: 1px 1px 0 0;
  page-break-inside: avoid;
  break-inside: avoid;
}
#page-community .community-items-container .community-items-item.item-first-row {
  border-top-width: 0;
}
#page-community .community-items-container .community-items-item.last-of-row {
  border-right-width: 0;
}
#page-community .community-items-container .community-items-item:last-child {
  border-left-width: 1px;
  left: -1px;
}
#page-community .community-items-container .community-items-item > h2 {
  display: inline-block;
}
#page-community .community-items-container .community-items-item > h2 + .red-alert {
  display: inline-block;
  margin-top: 6px;
  margin-left: 16px;
}
#page-community .community-items-container .community-items-item .view-all-link {
  position: absolute;
  top: 16px;
  right: 16px;
}
#page-community .community-items-container .community-items-item .summary-header {
  padding: 8px 12px;
  background: rgba(228, 232, 237, 0.3);
  border-radius: 4px 4px 0px 0px;
}
#page-community .community-items-container .community-items-item .summary-header > span {
  color: #8592A1;
}
#page-community .community-items-container .community-items-item ul {
  margin: 0;
  list-style: none;
}
#page-community .community-items-container .community-items-item ul li {
  margin-top: 20px;
}
#page-community .community-items-container .community-items-item ul.members-list, #page-community .community-items-container .community-items-item ul.media-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#page-community .community-items-container .community-items-item ul.members-list li {
  text-align: center;
  margin-top: 0;
  padding: 10px 0;
  width: 132px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page-community .community-items-container .community-items-item ul.members-list li img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}
#page-community .community-items-container .community-items-item ul.media-list {
  margin-top: 0;
  margin-left: -12px;
}
#page-community .community-items-container .community-items-item ul.media-list li {
  margin-top: 16px;
  margin-left: 12px;
  position: relative;
  width: 126px;
}
#page-community .community-items-container .community-items-item ul.media-list li img, #page-community .community-items-container .community-items-item ul.media-list li video {
  width: 126px;
  height: 126px;
  border-radius: 4px;
}
#page-community .community-items-container .community-items-item ul.media-list li .view-item .video-overlay {
  top: 60px;
  left: 60px;
  width: 40%;
  height: 40%;
  transform: translate(-50%, -50%);
}
#page-community .community-items-container .community-items-item ul.articles-list .icon-comment {
  margin-right: 8px;
}

/* Small > 568px and less than Medium */
@media screen and (min-device-width: 568px) and (max-width: 39.9375em) {
  #page-community .community-items-container .community-items-item ul.members-list li {
    width: 128px;
  }
  #page-community .community-items-container .community-items-item ul.media-list li {
    width: 115px;
  }
  #page-community .community-items-container .community-items-item ul.media-list li img, #page-community .community-items-container .community-items-item ul.media-list li video {
    width: 115px;
    height: 115px;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  #page-community .community-items-container .community-items-item {
    padding: 0.5rem 1.5rem;
  }
  #page-community .community-items-container .community-items-item ul.members-list li {
    width: 138px;
  }
  #page-community .community-items-container .community-items-item ul.media-list {
    margin-left: -20px;
  }
  #page-community .community-items-container .community-items-item ul.media-list li {
    margin-left: 20px;
    width: 122px;
  }
  #page-community .community-items-container .community-items-item ul.media-list li img, #page-community .community-items-container .community-items-item ul.media-list li video {
    width: 122px;
    height: 122px;
  }
}
/* Medium > 768px and less than x-Large */
@media screen and (min-device-width: 768px) and (max-width: 64em) {
  #page-community .community-items-container .community-items-item ul.media-list li {
    width: 130px;
  }
  #page-community .community-items-container .community-items-item ul.media-list li img, #page-community .community-items-container .community-items-item ul.media-list li video {
    width: 130px;
    height: 130px;
  }
}
/* x-Large and up */
@media screen and (min-width: 64.0625em) {
  #page-community .community-items-container {
    columns: 2;
  }
  #page-community .community-items-container .community-items-item ul.media-list {
    margin-left: -48px;
  }
  #page-community .community-items-container .community-items-item ul.media-list li {
    margin-left: 48px;
    width: 120px;
  }
  #page-community .community-items-container .community-items-item ul.media-list li img, #page-community .community-items-container .community-items-item ul.media-list li video {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 39.9375em) {
  #page-community .community-items-container .community-items-item .view-all-link {
    right: 8px;
  }
  #page-community .community-items-container .community-items-item > h2 + .red-alert {
    margin-left: 6px;
  }
}
.forum-post {
  color: #1B1F24;
}
.forum-post > div {
  padding-top: 16px;
}
.forum-post .topic-image {
  min-width: 80px;
}
.forum-post .topic-image img {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
.forum-post .button {
  margin-bottom: 0;
}
.forum-post .post-like {
  display: inline-block;
  position: relative;
  bottom: 4px;
  margin-right: 16px;
}
.forum-post .reply-pnl {
  display: inline-block;
  margin-right: 16px;
}
.forum-post hr {
  margin-left: -16px;
  margin-right: -16px;
}

.red-alert.topic-update-count {
  font-size: 14px;
  font-weight: normal;
  margin-left: 6px;
}

.documents-page {
  max-width: 100%;
  word-break: break-word;
}
.documents-page .add-doc {
  width: 130px;
}
.documents-page .date-sort {
  min-width: 130px;
  max-width: calc(100vw - 144px);
}
.documents-page .list-container h2 a {
  color: #1B1F24;
}
.documents-page .list-container .like-container, .documents-page .list-container .buttons {
  display: inline-block;
}
.documents-page .list-container .comments.link-button, .documents-page .list-container #top-bar .cart-info a.comments.return-to-catalog, #top-bar .cart-info .documents-page .list-container a.comments.return-to-catalog {
  font-size: 12px;
  line-height: 15px;
}
.documents-page .list-container .button {
  margin: 0;
  height: 50px;
}
.documents-page .list-container .button.edit-button {
  background-color: #565D6C;
}
.documents-page .list-container .link-button, .documents-page .list-container #top-bar .cart-info a.return-to-catalog, #top-bar .cart-info .documents-page .list-container a.return-to-catalog {
  font-size: 14px;
  line-height: 18px;
}
.documents-page .list-container.tile-view .details {
  display: none;
  height: 180px;
}
.documents-page .list-container.tile-view .like-container {
  margin-bottom: 20px;
}
.documents-page .list-container.tile-view .comments {
  float: right;
  margin-top: 12px;
}
.documents-page .list-container.tile-view .buttons {
  display: block;
}
.documents-page .list-container.tile-view .buttons .button {
  width: 100%;
}
.documents-page .list-container.tile-view .actions-container {
  width: 88%;
  position: absolute;
  bottom: 16px;
}
.documents-page .list-container.tile-view .description {
  padding-right: 4px;
  margin-top: 16px;
  height: 60%;
  overflow-x: hidden;
  overflow-y: auto;
}
.documents-page .list-container.tile-view ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #E4E8ED;
}
.documents-page .list-container.tile-view ::-webkit-scrollbar {
  width: 6px;
  background-color: #E4E8ED;
}
.documents-page .list-container.tile-view ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px #8592A1;
  background-color: #8592A1;
}
.documents-page .list-container.list-view .like-container, .documents-page .list-container.list-view .comments {
  margin-left: 40px;
}
.documents-page .list-container.list-view .filesize {
  display: none;
}
.documents-page .list-container.list-view .button {
  width: 170px;
}

.add-document-reveal {
  border-radius: 8px;
  width: 760px;
  max-width: 100%;
  height: 595px;
  max-height: 100%;
}
.add-document-reveal.edit-document {
  height: 692px;
}
.add-document-reveal iframe {
  border: 0;
  width: 100%;
  height: 98%;
}

.add-document-page .icon-info {
  vertical-align: text-top;
  margin-left: 12px;
}
.add-document-page .icon-update {
  vertical-align: middle;
  margin-right: 8px;
}
.add-document-page .supported-formats {
  font-size: 14px;
  line-height: 20px;
  color: #1B1F24;
  margin-top: 16px;
}
.add-document-page .supported-formats .supported-formats__header {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
.add-document-page .button {
  margin-bottom: 0;
}
.add-document-page .delete {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

.page-document-details h2 {
  margin-top: 24px;
  margin-bottom: 12px;
}
.page-document-details .like-container, .page-document-details .buttons {
  display: inline-block;
}
.page-document-details .like-container {
  margin-left: 40px;
}
.page-document-details .button {
  min-width: 170px;
  height: 50px;
}
.page-document-details .button.edit-button {
  background-color: #565D6C;
}
.page-document-details .comment-editor {
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  .documents-page .flex-expand {
    order: 1;
    margin-bottom: 12px;
  }
  .documents-page .flex-expand .txtSearch {
    margin-top: 0;
  }
  .documents-page .add-doc {
    order: 2;
    width: 70px;
  }
  .documents-page .date-sort {
    order: 3;
  }
}
@media screen and (max-width: 480px) {
  .page-document-details .like-container {
    margin-left: 32px;
  }
  .page-document-details .buttons {
    width: 160px;
  }
  .page-document-details .button {
    min-width: 140px;
  }
  .documents-page .flex-expand.mr-16 {
    margin-right: 0 !important;
  }
}
.community-edit-article .save-button {
  margin-top: 16px;
}

@media screen and (max-width: 480px) {
  .community-edit-article .save-button {
    width: 100%;
  }
}
#page-community-articles .filter-bar .add-new-title {
  margin-right: 16px;
}
#page-community-articles .filter-bar .searchbox {
  margin: 0;
}
#page-community-articles .filter-bar .sort-by-date {
  margin-left: 16px;
}
#page-community-articles .right-side-panel {
  display: none;
}

@media screen and (max-width: 480px) {
  #page-community-articles .filter-bar {
    flex-flow: row wrap;
  }
  #page-community-articles .filter-bar .add-new-title {
    order: 2;
    width: calc(50% - 8px);
  }
  #page-community-articles .filter-bar .search-bar {
    margin-bottom: 16px;
  }
  #page-community-articles .filter-bar .sort-by-date {
    order: 2;
    width: calc(50% - 8px);
    margin-left: 0;
  }
  #page-community-articles .article-body {
    width: 100%;
  }
  #page-community-articles .article-body .publish-on-top-container {
    text-align: right;
  }
  #page-community-articles .article-body .publish-on-top-container span {
    font-size: 12px;
    line-height: 20px;
    color: #7A8494;
  }
}
/* x-Large and up */
@media screen and (min-width: 64.0625em) {
  #page-community-articles .right-side-panel {
    display: block;
  }
}
.page-payment-info {
  max-width: 1365px;
}

.shoppingcart-main {
  background-color: #FFF;
  border-radius: 8px;
  min-height: 25vh;
  width: 100%;
  max-width: 1365px;
}

.shoppingcart-recommend {
  background-color: #FFF;
  border-radius: 8px;
  width: 100%;
  max-width: 1365px;
}
.shoppingcart-recommend .recommended-badge {
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: 88px;
  right: 16px;
}

.cart-subtotal {
  font-size: 1.2em;
}

.cart-total {
  font-size: 1.5em;
}

.cart-subtotal span + span, .cart-total span + span {
  margin-left: 10px;
}

.checkout-steps {
  margin: 10px 0;
}

.checkout-step {
  background-color: #666;
  border-radius: 30px;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
}

.checkout-step:after {
  color: #cbcbcb;
  content: ">";
}

.checkout-step:last-child:after {
  content: "";
}

.checkout-step.selected {
  background-color: #3776CF;
}

.shoppingcart-free-items td:last-child {
  text-align: right;
}

.shoppingcart-free-items .button.expanded, .page-shoppingcart .btnContinueShopping {
  display: inline-block;
  min-width: 180px;
}

.shopping-cart {
  margin-top: 24px;
  margin-left: 8px;
}
.shopping-cart .cart-items {
  width: 320px;
  max-width: 100%;
}
.shopping-cart .cart-items table tbody tr {
  border-top: 1px solid #CED6E0;
}
.shopping-cart .cart-items table tbody tr td {
  padding: 20px 0;
}
.shopping-cart .cart-items table tbody tr td:first-child {
  vertical-align: top;
  width: auto;
}
.shopping-cart .cart-items table tbody tr td:nth-child(2) {
  width: 180px;
  text-align: right;
}
.shopping-cart .cart-items .item-image {
  height: 70px;
  width: 70px;
  min-width: 70px;
  border-radius: 4px;
}
.shopping-cart .cart-items .flex-display {
  position: relative;
}
.shopping-cart .cart-items .item-name {
  display: block;
  margin-bottom: 24px;
}
.shopping-cart .cart-items .view-details {
  position: absolute;
  bottom: 0;
  left: 86px;
}
.shopping-cart .cart-info {
  width: 440px;
  max-width: 100%;
  margin-left: 48px;
  margin-right: 24px;
  font-size: 16px;
}
.shopping-cart .cart-info table tbody tr td {
  padding: 8px 0;
}
.shopping-cart .cart-info table tbody tr td:first-child {
  vertical-align: top;
  width: auto;
}
.shopping-cart .cart-info table tbody tr td:nth-child(2) {
  width: 180px;
  text-align: right;
}
.shopping-cart .cart-info .coupon-name {
  color: #8592A1;
}
.shopping-cart .cart-info .coupon-amount {
  color: #75A220;
}
.shopping-cart .cart-info .total {
  font-size: 20px;
}
.shopping-cart .cart-info .lnkCheckOut {
  width: 100%;
}
.shopping-cart .cart-info .btnContinueShopping {
  width: 100%;
  background-color: #7A8494;
}
.shopping-cart .cart-info .btnContinueShopping:hover {
  background-color: #565D6C;
}
.shopping-cart .subtotal {
  text-decoration-line: line-through;
  color: #8592A1;
}

@media screen and (max-width: 1023px) {
  .shopping-cart .cart-info {
    margin-left: 0;
  }
}
.mycourse .inline, .mylearningpath .inline, .myprogram .inline {
  margin-bottom: 0;
}

.mycourse .progress-area, .mylearningpath .progress-area, .myprogram .progress-area {
  position: relative;
  top: -10px;
}

.mycourse .progress-area span:first-of-type, .mylearningpath .progress-area span:first-of-type, .myprogram .progress-area span:first-of-type {
  font-size: 0.9em;
}

#page-my-materials .course-list .button:nth-child(4n) {
  margin-left: 0;
}

.reports .learner {
  font-size: 16px;
  line-height: 24px;
  color: #8592A1;
  margin-right: 20px;
}
.reports .print-buttons {
  margin-top: 12px;
  margin-bottom: 16px;
}
.reports .print-buttons .icon-print, .reports .print-buttons .icon-add-document {
  top: 6px;
  margin-right: 10px;
}
.reports h2 {
  color: #2ba6cb;
}
.reports .print-text {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .reports .print-text {
    display: flex;
  }
  .reports .print-buttons {
    display: none;
  }
}
.schedule-header-no-data {
  color: #8592A1;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.schedule-messgae-no-data {
  color: #8592A1;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

.schedule-header {
  color: #1B1F24;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.schedule-content {
  color: #3776CF;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  word-break: break-all;
  word-break: break-word;
}

.schedule-content-detail {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

/*-------------------------
	The buttons
--------------------------*/
.view-item {
  /*	If the .in-progress class is set on the button, show the
      contents of the data-loading attribute on the butotn */
  /* The same goes for the .finished class */
  /* The colorful bar that grows depending on the progress */
  /* The bar can be either horizontal, or vertical */
}
.view-item .progress-button {
  line-height: 1;
  overflow: hidden;
  position: relative;
  height: 15%;
  height: 50px !important;
  border-radius: 4px 4px 4px 4px;
  border: 0px;
  line-height: 24px;
}
.view-item .FlipBottom {
  position: absolute;
  bottom: 100px !important;
}
.view-item .progress-button.in-progress:after,
.view-item .progress-button.finished:after {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  padding-top: inherit;
  left: 0;
}
.view-item .progress-button.in-progress:after {
  content: attr(data-loading);
  letter-spacing: 0.05em;
}
.view-item .progress-button.finished:after {
  content: attr(data-finished);
}
.view-item .progress-button .tz-bar-left {
  background-color: #75A220;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  border-radius: 0 0 0px 4px;
  -webkit-transition: width 0.5s, height 0.5s;
  -moz-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}
.view-item .tz-bar-right {
  background-color: #73A3E6;
  height: 100%;
  bottom: 0;
  width: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  border-radius: 0 0 4px 0px;
  -webkit-transition: width 0.5s, height 0.5s;
  -moz-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}
.view-item .progress-button .tz-bar.background-horizontal {
  height: 100%;
  border-radius: 2px;
}
.view-item .progress-button .tz-bar.background-vertical {
  height: 0;
  top: 0;
  width: 100%;
  border-radius: 2px;
}
.view-item .start-color {
  background: #1E6BD6;
}

.complete-color {
  background: #75A220;
}

#calendar-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#calendar-container-day {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-header-toolbar {
  /*
  the calendar will be butting up against the edges,
  but let's scoot in the header's buttons
  */
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.fc-day-grid-container .fc-bg .fc-today {
  background: #E4E8ED;
}
.fc-day-grid-container .fc-more {
  color: #1B1F24;
}

.fc-highlight {
  background: Silver !important;
}

.fc-disabled-day {
  background: white !important;
}

.fc-time-grid .fc-slats td {
  height: 2em !important;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-event {
  /* background-color:#f6eedd !important;
  border:none
      */
  color: #1B1F24 !important;
  font-family: "Muli", "Open Sans", "Open Sans T", "sans serif", sans-serif, Arial;
}

.fc-bgevent-skeleton .fc-bgevent {
  background-color: #559fe5;
  opacity: unset;
}

.navigation.top-navigation .li-activity {
  margin-right: 36px;
}
.navigation.top-navigation .li-activity button {
  cursor: pointer;
}

.activity-stream-tooltip {
  background-color: #FFFFFF;
  box-shadow: 0px 12px 16px rgba(36, 74, 138, 0.12);
  border-radius: 8px 8px 8px 8px;
  position: fixed;
  top: 60px;
  right: 35px;
  max-width: 722px;
  height: 478px;
  text-align: left;
  z-index: 100;
  width: 478px;
  overflow-y: auto;
  max-height: 780px;
}
.activity-stream-tooltip .activity-notifications-container #activity-notifications-tabs .tabs-title {
  position: relative;
  text-align: center;
}
.activity-stream-tooltip .activity-notifications-container #activity-notifications-tabs .tabs-title .notification.activity-stream-unread-notifications {
  right: 4px;
  position: absolute;
  left: inherit;
  top: -8px;
}
.activity-stream-tooltip .activity-notifications-container .tabs-panel {
  max-height: 0.85vh;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification {
  border-bottom: 1px solid #CED6E0;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification.item-completed {
  background: url(../images/Notification/Unread/confetti.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification.item-completed .notification-date-created {
  top: -20px;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification.session-started .other-sessions {
  text-align: right;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification.session-started .other-sessions a {
  color: #1E6BD6;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification .notification-content {
  position: relative;
  margin: 24px;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification .notification-date-created {
  position: absolute;
  top: 0;
  right: 0;
  color: #75A220;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification .notification-date-created > span {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification .unread-item {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 50%;
  background: #75A220;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification i.notification-alert {
  background: url(../images/Notification/Unread/notification_alert.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 28px;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification i.notification-warning {
  background: url(../images/Notification/Unread/warning.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification i.notification-celebration {
  background: url(../images/Notification/Unread/celebration.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.activity-stream-tooltip .activity-notifications-container .activity-notification i.notification-new-item {
  background: url(../images/Notification/Unread/new.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  display: inline-block;
  float: left;
  margin-right: 8px;
}

.activity-stream-tooltip .arrow {
  content: " ";
  position: absolute;
  top: -16px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #FFFFFF;
}

@media screen and (max-width: 480px) {
  .activity-stream-tooltip {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 140px);
    max-width: calc(100vw - 34px);
    right: 16px;
    top: 70px;
  }
  .activity-stream-tooltip .activity-notifications-container #activity-notifications-tabs .tabs-title {
    width: 50%;
  }
}
.signup-options input[type=checkbox][disabled] + label:before {
  background-image: url(../images/checkbox_sprite_disabled.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.signup-options input[type=checkbox][disabled]:checked + label:before {
  background-image: url(../images/checkbox_sprite_disabled.png);
  background-position: -26px 0;
}

.Expand-All-line {
  border-top: solid 1.5px #EDEDED !important;
}

.accordion dl, .accordion ul {
  margin-bottom: 0;
}

.accordion-title {
  color: #646B71;
  font-size: 1rem;
}

.trimmer span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}

.trimmer.large {
  width: 400px;
}

.hiddenArchivedDate {
  display: none;
}

.shownArchivedDate {
  display: block;
}

.success-checkmark {
  color: #3adb76;
  font-size: 1.2rem;
}

.fail-checkmark {
  color: #E7133D;
  font-size: 1.2rem;
}

.alert-x {
  color: #cc4b37;
}

.Note-table-description {
  width: 500px;
}

.Note-table-description > p, pre {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 50px);
}

.Note-table-description:hover > p, pre {
  overflow: auto;
  white-space: normal;
}

.showhide-target {
  display: none;
}

p:empty {
  display: none;
}

#content {
  padding-bottom: 30px;
}

#content h4:first-of-type {
  margin-top: 1rem;
}

#dvSearching, #dvSearchingDown {
  display: none;
}

#page-user-group .tree-view li {
  line-height: 2.3em;
}

#frameAdvanced {
  border: 0;
  margin-top: 30px;
  min-height: 300px;
  overflow: auto;
  width: 100%;
}

.column.iframe-content, .columns.iframe-content {
  padding-left: 0;
}

.row.row-min-height {
  min-height: 60px;
}

.no-margin {
  margin: 0;
}

.item-list p {
  margin-top: 15px;
}

.item-list .row {
  border-bottom: solid 1px #EDEDED;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.item-list .row:last-child {
  border-bottom: 0;
}

.no-top-margin {
  margin-top: 0 !important;
}

.large-item-image {
  width: 160px;
  height: 160px;
}

.swerequired {
  color: #d0021b;
  position: relative;
}

.course-navigation {
  padding-bottom: 20px;
}

.announcement {
  border-bottom: solid 1px #EDEDED;
  margin-bottom: 20px;
  overflow: hidden;
}

.announcement:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.announcement p + p {
  margin-top: -10px;
}

.image-upload-container, .image-upload-container-group {
  display: none;
  text-align: center;
}

.indent {
  margin-left: 36px;
}

.indent-sign-up {
  margin-left: 34px;
}

.callout.secondary, .callout.primary, .callout.success, .callout.warning, .callout.alert {
  color: #0a0a0a;
}

.callout table {
  background-color: #fff;
}

.progress-area {
  margin-bottom: 10px;
}

.progress-area span:first-of-type {
  font-weight: 700;
}

.progress-area span {
  display: inline-block;
  margin-right: 6px;
}

.progress-area span:last-of-type {
  display: inline-block;
  margin-left: 6px;
}

.progress-area .progress {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  height: 10px;
  position: relative;
  top: 16px;
  width: 140px;
}

.progress-area .progress-meter {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.progress.success .progress-meter {
  background-color: #75A220;
}

.vertical-align {
  padding-top: 10px;
}

.selected {
  font-weight: 700;
}

.iframe {
  margin-top: 20px;
  width: 100%;
}

.hidden {
  display: none;
}

.title-link {
  font-size: 1.05em;
}

.required {
  color: #d0021b;
}

.completed {
  color: #7ed321;
}

.not-completed {
  color: #d0021b;
}

.radius {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.general-info-iframe {
  height: 1000px;
  width: 100%;
}

.social-big a {
  font-size: 0.8em;
}

.certification-content {
  position: relative;
}

.certification-content .notify {
  position: absolute;
  right: 0;
  top: 0;
}

.notify .fi-info {
  color: #3776CF;
}

.notify .fi-alert {
  color: #F5A623;
}

.notify .fi-download {
  color: #D0021B;
}

.settings-header {
  border: none 0;
  color: #888;
  font-size: 8pt;
  font-weight: 700;
  text-transform: uppercase;
}

.section {
  border-bottom: solid 1px #EDEDED;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.section:last-child {
  border-bottom: 0;
}

.section p:last-child {
  margin-bottom: 0;
}

.section > .sub-navigation {
  margin-bottom: 0;
}

.seperator {
  margin-bottom: 10px;
}

.seperator-top {
  margin-top: 10px;
}

.course-list .row.section:last-child {
  border: 0;
}

.inline-block {
  display: inline-block;
}

.cke {
  margin-bottom: 20px !important;
}

.date-area {
  position: relative;
}

.date-area .calendar-image {
  position: absolute;
  right: 25px;
  top: 18px;
}

.bold {
  font-weight: 700;
}

.view-completed {
  color: #000;
}

.view-not-completed {
  color: #fff;
}

.unauthorized-access-container {
  margin-top: 30px;
}

#audioPlayer_api {
  height: 40px;
}

.player {
  background-color: #000;
}

.player img {
  margin-top: 160px;
}

.choose-tooltip {
  display: none;
}

#slide-container-parent {
  columns: 1;
}
#slide-container-parent .slide-container > a {
  display: table;
}

#slide-container-parent h3.slide {
  margin-top: -10px;
}

#slide-container-parent [class^=icon-] {
  position: relative;
  top: 10px;
}

.remove-margin {
  margin: 0 !important;
}

#modal-short-description, #modal-long-description {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.ddl-small {
  width: auto;
}

.has-tip {
  color: #3776CF;
}

.tooltip {
  background-color: #8592A1;
}

.tooltip.top::before {
  border-color: #8592A1 transparent transparent;
}

.tooltip.bottom::before {
  border-color: transparent transparent #8592A1;
}

.fi-info {
  color: #8592A1;
}

.fi-info.has-tip {
  border-bottom: 0;
  font-size: 1.1em;
}

h5 .fi-info.has-tip {
  font-size: 1.1em;
}

span + .has-tip {
  margin-left: 4px;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.fi-download:before {
  margin-right: 8px;
}

.inline-elements > div {
  display: inline-block;
}

.inline-elements > div:first-child {
  padding-right: 6px;
}

h3.slide {
  font-size: 1.5em;
  margin-bottom: 0 !important;
}

.slide {
  cursor: pointer;
  display: block;
}

.slide .notification {
  position: relative;
  top: -6px;
}

.slide:after {
  color: #7A8494;
  border-width: 0.1em 0.1em 0 0;
  height: 0.55em;
  width: 0.55em;
  transform: rotate(45deg);
  border-style: solid;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.slide-container {
  display: none;
  margin-top: 1rem;
}

.expand-collapse-all {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 5px;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

.slide-expand-all, .resizable-columns-ec {
  background-color: #f9f9f9;
  display: inline-block;
  text-align: center;
}

.slide-expand-all {
  font-size: 1.5em;
  height: 40px;
  padding-top: 2px;
  width: 40px;
}

.resizable-columns-ec {
  font-size: 0.8em;
  height: 20px;
  width: 20px;
}

.slide-expand-all.expanded:before {
  content: "-";
}

.slide-expand-all.collapsed:before {
  content: "+";
}

.resizable-columns-ec.expanded:before {
  content: ">";
}

.resizable-columns-ec.collapsed:before {
  content: "<";
}

.profile-small {
  height: auto;
  max-width: 88px;
}

.row.home-page-first-row-min-height {
  min-height: 110px;
}

.my-sticky {
  background-color: #fff;
  box-shadow: 0 4px 2px -2px gray;
  padding-top: 10px;
}

.noselect {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.currency .columns:last-child {
  text-align: right;
}

.wrapword {
  white-space: -moz-pre-wrap !important;
  white-space: -webkit-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.nowrap {
  white-space: nowrap;
}

.font-color-alert {
  color: #E7133D !important;
}

.font-color-success {
  color: #75A220 !important;
}

.font-color-warning {
  color: #fb0 !important;
}

.font-color-secondary {
  color: #3776CF !important;
}

.auto-complete-container input[type=text] + ul {
  margin: 0;
}

.AutoExtender {
  background-color: window;
  border: 1px solid buttonshadow;
  color: windowtext;
  cursor: default;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  z-index: 100000 !important;
}

input[id*=UploadPersistedFile1] {
  background-color: #3776CF;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fefefe;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 1rem;
  padding: 0.85em 1em;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
}

input[id*=UploadPersistedFile1].event {
  background-color: #3776CF;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fefefe;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-right: 8px;
  padding: 0.85em 1em;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
}

#cphContentMain_cphContentMain_gvLearningPathCourses_AddToCartButtonControlContent_1_btnMaterialResult_1_btn_1 {
  background-color: #666 !important;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fefefe;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 1rem;
  padding: 0.85em 1em;
  text-align: center;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  width: 160px;
}

.AjaxUploaderQueueTable td {
  padding: initial;
}

.lnkAddResource {
  position: relative;
  top: 12px;
}

.available-certificates .expanded {
  width: auto;
}

.btnAdvance {
  position: relative;
  top: -10px;
}

.btnForgotPassword {
  display: inline-block;
  margin-bottom: 6px;
}
.btnForgotPassword:focus, .btnForgotPassword:focus-visible {
  outline-style: auto;
}

.chkRemember input[type=checkbox] + label {
  color: #000;
}

.btnRemoveFromWaitlist {
  font-size: 0.9em;
  padding-left: 9px;
}

.custom-work-dealership-container {
  position: relative;
}

.custom-work-dealership-loading {
  position: absolute;
  top: 60%;
}

.pl-code.row-updated {
  animation: highlight 2s ease-in;
}

@keyframes highlight {
  from {
    background-color: #fafad2;
    box-shadow: 0 0 5px rgb(81, 203, 238);
  }
  to {
    background-color: transparent;
    box-shadow: none;
  }
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.video-transcoding .lbFiles, .select-files .lbFiles {
  height: 400px;
  min-width: 100%;
  width: 100%;
}

.select-files .side-note {
  font-size: 8pt;
}

.progress-meter.infinite {
  width: 100%;
}

.progress-meter.infinite:after {
  -moz-animation: move 2s linear infinite;
  -moz-background-size: 50px 50px;
  -moz-border-radius: 20px 8px 8px 20px;
  -webkit-animation: move 2s linear infinite;
  -webkit-background-size: 50px 50px;
  -webkit-border-radius: 20px 8px 8px 20px;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  border-radius: 20px 8px 8px 20px;
  bottom: 0;
  content: "";
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.invisible-no-space {
  border: 0 none;
  height: 0 !important;
  margin: 0;
  padding: 0;
  visibility: hidden;
  width: 0;
}

.hollow.button.small-icon {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.5rem;
}

#pages_admin_category_associateContent .searchPanel {
  margin-top: 1rem;
}

#pages_admin_category_associateContent .temp-tree-view td.selectednode {
  background: #f1f1f1;
}

.button-panel {
  margin-top: 1rem;
}

.link-icon-big {
  font-size: 1.5rem;
}

.tabs-content.competency-association-boxes {
  border: none;
}

.tabs.competency-association-tabs {
  border: none;
}

.item-homepage-icon {
  border-width: 0;
  height: 40px;
  margin-right: 5px;
  width: 40px;
}

.small-text {
  font-size: 0.875em;
}

small {
  color: #7A8494;
  font-size: 12px;
  line-height: 18px;
}

.add-line-space {
  line-height: 60px;
}

.item-type-selector {
  padding-left: 0.9375rem;
  padding-top: 0.5rem;
}

#pages-gotowebinar-manageWebinar table.data-table th:not(:first-child) {
  text-align: left;
}

#pages-gotowebinar-scheduleWebinar table.data-table th:not(:first-child) {
  text-align: left;
}

#pages-gotowebinar-manageWebinar table.data-table th:not(:first-child).column-center, #pages-gotowebinar-scheduleWebinar table.data-table th:not(:first-child).column-center {
  text-align: center;
}

.foundationTabStyle .ajax__tab_header {
  background: #fefefe;
  border: 1px solid #e6e6e6;
  list-style-type: none;
  margin: 0;
  height: 64px;
}

.foundationTabStyle.ajax__tab_default .ajax__tab {
  margin-top: 0;
}

#page-certification-register .columns:first-child .button + .button {
  margin-left: 0;
}

#page-certification-register .button + .button {
  margin-left: 0;
}

#page-certification-register .button.lnkBack, #page-subscription-description .button.lnkBack {
  margin: 0;
}

#page-certification-register .button.set-width-wider {
  width: 100%;
}

.tabs {
  border: 0;
}
.tabs li:first-of-type a {
  border-radius: 5px 0px 0px 5px;
}
.tabs li:last-of-type a {
  border-radius: 0px 5px 5px 0px;
}

.tabs-title > a {
  height: 50px;
  background: #F4F6F8;
  border-radius: 0px;
  color: #8592A1;
  font-size: 14px;
}

.tabs-title > a[aria-selected=true] {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(36, 74, 138, 0.12);
  border-radius: 4px 0px 0px 4px;
  color: #1B1F24;
}

.tabs-title > a:hover {
  background: #e6e6e6;
  color: #000507;
}

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

table.data-table-LeaderBoard {
  border-collapse: separate;
  border-spacing: 0 12px;
}
table.data-table-LeaderBoard tbody tr td {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  height: 64px;
  color: #7A8494;
}
table.data-table-LeaderBoard tbody tr.leaderboard-highlighted {
  background-color: #E4E8ED;
}
table.data-table-LeaderBoard tbody tr.leaderboard-highlighted td {
  color: #1B1F24;
  font-weight: bold;
}
table.data-table-LeaderBoard tbody tr.leaderboard-highlighted td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
table.data-table-LeaderBoard tbody tr.leaderboard-highlighted td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
table.data-table-LeaderBoard tbody tr.leaderboard-highlighted .points-bar {
  background-color: #73A3E6;
}
table.data-table-LeaderBoard th {
  background-color: #fff;
  color: #7A8494;
  height: 40px;
  border-bottom: 1px solid #E4E8ED;
}

.leaderboard .tabs-panel {
  padding-top: 0;
}
.leaderboard img {
  border-radius: 50%;
}
.leaderboard .rank-number {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  min-width: 48px;
  width: fit-content;
  display: block;
  text-align: center;
}
.leaderboard .points-bar {
  height: 8px;
  position: relative;
  background-color: #CED6E0;
  border-radius: 12px;
  display: inline-block;
}

#ddlLeaderboard, #ddlLeaderboardcompletion select {
  margin: 0;
}

#pages_admin_category_managecategory .rblContentType td {
  display: inline-block;
  width: 50%;
}

.callout > ul {
  list-style-type: none;
  margin: 0;
}

.right-small-margin {
  margin-right: 0.9375rem;
}

.rootnode.admin > a:first-child, .leafnode.admin > a:first-child, .parentnode.admin > a:first-child, .selectednode.admin > a:first-child {
  pointer-events: none;
}

#pages-groups-groupCategories .lblSubHeader {
  display: inline-block;
  margin-bottom: 10px;
}

#pages-groups-groupCategories .temp-tree-view a.leafnode, #pages-groups-groupCategories .temp-tree-view a.parentnode, #pages-groups-groupCategories .temp-tree-view a.rootnode {
  max-width: 150px;
  width: auto;
}

#pages-groups-groupCategories .temp-tree-view input[type=checkbox] {
  margin-bottom: 0.5rem;
}

#pages-groups-groupCategories .Expand-All {
  padding-top: 10px;
}

#pages-gotowebinar-manageaccounts .btnAction {
  margin-right: 25px;
}

#merge-user-modal .center-arrow {
  color: #eaeaea;
  font-size: 3.2rem;
}

#merge-user-modal .card {
  min-height: 330px;
}

#pages_admin_certificates_attachCertificate .iconLock {
  margin-bottom: 4px;
}

.event-checkbox [type=checkbox] + label {
  display: inline-block;
  margin-left: 0;
  vertical-align: baseline;
}

#page-site-summary .usage-label {
  display: inline-block;
  min-width: 150px;
  text-align: right;
}

#video-modal-content {
  text-align: center;
}

.mobile-menu-outer {
  display: none;
}

dl dt, dl dd {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}

dl dt {
  color: #6B7785;
  font-weight: 600;
}

.center {
  text-align: center;
  vertical-align: middle;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bottom-position {
  position: absolute;
  bottom: 0;
}

.filterby {
  margin-bottom: 10px;
}

.filter-criteria {
  margin-left: 30px;
}

.g-recaptcha {
  margin-bottom: 20px;
}

.event-item-list {
  border: solid 1px #F4F6F8;
  height: 200px;
  margin-top: 5px;
  overflow: auto;
  padding-left: 10px;
  padding-top: 5px;
}

.poll-answers input[type=text] {
  margin-bottom: 5px;
}

.poll-answers {
  margin-bottom: 15px;
}

.add-new-answer {
  font-size: 20px;
}

.new-answer {
  margin-bottom: 1px;
}

.delete-answer {
  color: #1E6BD6;
  font-size: 22px;
  margin-left: 6px;
  vertical-align: middle;
}

.poll-options tr {
  border-bottom: 0 !important;
}

.view-completed-report {
  color: #3776CF;
}

.view-not-completed-report {
  color: #7A8494;
}

.LearnerDashboardMyTrainning {
  color: #565D6C;
}

.print-logo {
  max-height: 120px;
  max-width: 300px;
}

.import-certificate-textbox {
  color: #3776CF;
  margin: 0;
}

.groupImgMainUpload {
  max-height: 115px;
}

.CapacityWarning {
  color: #E7133D;
}

.header {
  background-color: #E4E8ED;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.outline {
  background-color: #E4E8ED;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-height: calc(100vh - 80px);
}

.content {
  margin-left: 250px;
  padding: 15px;
  padding-top: 1px;
  width: auto;
  min-height: 40vh;
  margin-right: 16px;
  background: #FFFFFF;
  border-radius: 8px;
}
.content.red {
  background: #E7133D;
}

.no-box-shadow {
  box-shadow: none !important;
}

.content.grey-background {
  background-color: #E4E8ED;
}

.row {
  max-width: 100%;
}

a.highlighted {
  background-color: #CED6E0;
  border-radius: 10px;
  color: #1B1F24;
}

#sort-content .main-menu-icon {
  display: none;
}

/*Lastly import media queries*/
/* Printable Version */
@media print {
  body {
    background: #fff;
    color: #000;
    font-size: 9pt;
    line-height: 150%;
    margin: 0;
  }
  hr {
    background-color: #ccc;
    color: #ccc;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-size: 1.06rem;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
  }
  input[type=checkbox] {
    display: inline-block;
  }
  input[type=checkbox] + label {
    font-size: 0.7rem;
  }
  input[type=checkbox] + label:before {
    background-image: none;
    display: none;
  }
  input[type=checkbox]:checked + label:before {
    background-image: none;
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  #top-bar {
    display: none;
  }
  #head {
    display: none;
    z-index: 1000;
  }
  #content-main a:after {
    content: " [" attr(href) "] ";
    display: inline;
    text-decoration: none;
  }
  #content-main {
    float: none;
  }
  .custom-top-nav {
    display: none;
  }
  .navigation {
    display: none;
  }
  .button {
    display: none;
  }
  .calendar-image {
    display: none;
  }
  .paging-section {
    display: none;
  }
}
/* Small */
@media screen and (max-width: 767px) {
  h1, .page-title {
    font-size: 32px;
    line-height: 40px;
  }
  table.responsive {
    display: none;
  }
  table.responsive .fi-check {
    color: #75A220;
  }
  table.responsive .fi-x {
    color: #D0021B;
  }
  .responsive-tables-details {
    color: #54a2e0;
    font-size: 2em;
  }
  #responsive-table-modal-content > p > strong {
    display: block;
    text-decoration: underline;
  }
  #responsive-table-modal-content > p, #responsive-table-modal-content .date-area {
    margin-bottom: 0;
    padding: 10px;
  }
  #responsive-table-modal-content > p:nth-child(odd) {
    background-color: #f1f1f1;
  }
  #responsive-table-modal-content .date-area .calendar-image {
    top: 23px;
  }
  table.mobile-first-column th:not(:first-child), table.mobile-first-column td:not(:first-child) {
    display: none;
  }
  table.mobile-two-columns th:not(:first-child, :nth-child(2)), table.mobile-two-columns td:not(:first-child, :nth-child(2)) {
    display: none;
  }
  table.data-table td {
    width: 100%;
    max-width: 1vw;
    overflow-x: hidden;
  }
  [type=checkbox] + label, [type=radio] + label {
    display: inline;
  }
  .event-checkbox [type=checkbox] + label, [type=radio] + label {
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: baseline;
  }
  #login #side-menu-button {
    display: inline-block;
    margin-top: 8px;
  }
  #login-main {
    display: none;
  }
  #login-section {
    width: 100%;
  }
  #page-admin-home {
    padding-left: 10px;
    padding-right: 10px;
  }
  #page-admin-home .adminmenu > li {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  #page-admin-home .adminmenu > li:nth-child(odd) {
    background-color: #646B71;
  }
  #page-admin-home .adminmenu > li:nth-child(even) {
    background-color: #00acdf;
  }
  #page-certification-register .button + .button {
    margin-left: 8px;
  }
  #search-button {
    display: none;
  }
  #frameAdvanced {
    min-height: 90%;
  }
  #page-dashboard .component {
    width: 100%;
  }
  #page-dashboard .component td a {
    width: 200px;
  }
  #page-dashboard .component td {
    padding: 0 5px 0 10px;
  }
  .racetrack {
    height: 130px;
    width: 130px;
  }
  .column:empty, .columns:empty {
    display: none;
  }
  .button.mobile-expanded {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .navigation {
    margin-top: 5px;
    overflow: auto;
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .navigation-row {
    margin-bottom: 10px;
  }
  .navigation-row .paging-navigation-container {
    float: left;
    width: auto;
  }
  .navigation-row .paging-navigation-container:first-child {
    padding-right: 0;
  }
  .navigation-row .paging-navigation-container:last-child {
    padding-left: 0;
  }
  .navigation-row .sub-navigation-container {
    float: left;
    width: calc(100% - 122px);
  }
  .clear-container {
    position: relative;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-text-right {
    text-align: right;
  }
  .filterbyabc {
    margin-top: 20px;
  }
  .tree-view {
    padding-top: 30px;
  }
  .tree-view .has-child {
    cursor: pointer;
  }
  .progress-tree-view li {
    line-height: normal;
    min-height: 40px;
  }
  .progress-tree-view li small {
    margin-top: 6px;
  }
  .progress-tree-view li a {
    max-width: 220px;
  }
  .button.marketing-tile {
    width: 100%;
  }
  .short-description iframe {
    display: none;
  }
  .reveal {
    padding-top: 50px;
  }
  .desktop-only {
    display: none;
  }
  .calendar .activity {
    display: none;
  }
  .calendar .activity-inner {
    display: none;
  }
  .calendar .activity.fi-info {
    font-size: 2em;
  }
  .calendar .month-day {
    text-align: center;
  }
  .member-item-page {
    float: Left;
    height: 140px;
    text-align: center;
    width: 48%;
  }
  .member-item-wall {
    float: Left;
    height: 140px;
    text-align: center;
    width: 150px;
  }
  .join-community span {
    display: block;
  }
  .trimmer {
    width: 150px;
  }
  .trimmer-small {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
  }
  .rdb-width {
    width: 100%;
  }
  .rtEditorContainer, textarea[rows].rtEditorContainer {
    margin-bottom: 20px;
    min-height: 453px;
  }
  .Note-table-description {
    width: 270px;
  }
  .competency-table-description {
    padding: 10px;
  }
  .temp-tree-view.custom-tree a.leafnode {
    width: 42%;
  }
  .temp-tree-view.custom-tree a.parentnode {
    width: 46%;
  }
  .temp-tree-view.custom-tree a.rootnode, .temp-tree-view.custom-tree > table > tbody > tr > td.leafnode > a.leafnode {
    width: 50%;
  }
  .resizable-columns-ec {
    display: none;
  }
  .temp-tree-view a.leafnode, .temp-tree-view a.parentnode, .temp-tree-view a.rootnode {
    width: 150px;
  }
  .tree-view-checkboxes li, .tree-view-checkboxes ul > li {
    text-indent: 10px;
  }
  input[type=checkbox] + label.tree-view-label {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
  }
  .icon-gears, .icon-books, .icon-quiz, .icon-assignment, .icon-balance, .icon-notes, .icon-certificate, .icon-session, .icon-roster, .icon-copy, .icon-badge, .icon-calendar, .icon-recommendations, .icon-webconference, .icon-testout, .icon-note, .icon-delete-file {
    background-size: 32px 32px;
    display: inline-block;
    height: 32px;
    width: 32px;
  }
  .icon-hamburger.show-menu {
    margin-top: 12px;
  }
  .btnExpand {
    margin-bottom: 10px;
  }
  .like-pnl {
    display: block;
    margin-left: 0;
  }
  .flex-expand .txtSearch {
    margin-top: 0;
  }
  select[multiple] {
    background-image: url(../images/chevron-dropdown.png);
    background-size: auto;
    font-size: 0.8em;
  }
  .small-0 {
    display: none;
  }
  .hide-for-less-than-568 {
    display: none;
  }
  #footer {
    padding-left: 16px;
  }
  .mobile-tabs-dropdown {
    display: inline-block;
  }
  .tree-view.nowrap li a {
    max-width: 70%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .left-list {
    margin-left: 105px;
  }
  .right-list {
    margin-left: 5px;
  }
  .subscription-left-list {
    margin-left: 150px;
  }
}
/* Medium and up - 640px */
@media screen and (min-width: 768px) {
  .content {
    border-radius: 8px;
  }
  #page-admin-home .btnExpand {
    margin-right: 20px;
  }
  .medium-0 {
    display: none;
  }
  .rtEditorContainer, textarea[rows].rtEditorContainer {
    margin-bottom: 20px;
    min-height: 328px;
  }
  #pages_admin_category_managecategory .rblContentType td {
    display: table-cell;
    width: auto;
  }
  .rdb-width-medium {
    width: 19%;
  }
}
/* iPad - 769px */
@media screen and (min-width: 48.063em) {
  .resizable-columns-right {
    border-left: 4px solid #ccc;
  }
}
/* Large and up - 1024px */
@media screen and (min-width: 768px) {
  body {
    background-color: #fff;
  }
  #content-main {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #login .row, .row.login-footer {
    max-width: none;
  }
  #login-section {
    position: absolute;
    right: 110px;
    top: 12%;
    width: 410px;
  }
  #header {
    padding-bottom: 0;
    padding-top: 0;
  }
  #top-bar {
    font-size: 0.8em;
    padding-top: 10px;
  }
  #search-box {
    margin-top: 17px;
  }
  #search-box-no-top-margin {
    margin-top: 0px;
  }
  #login {
    height: 65%;
  }
  #login .global-nav {
    padding-bottom: 10px;
  }
  #login .background {
    background-image: url(../images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
  }
  #login .background.bg-type-b {
    background-image: url(../images/bg-b.jpg);
  }
  #login .background.bg-type-c {
    background-image: url(../images/bg-c.jpg);
  }
  #mobile-main-menu {
    display: none;
  }
  #page-admin-home {
    padding-left: 16px;
  }
  #page-admin-home .adminmenu > li {
    float: left;
    margin: 0 20px 20px 0;
    width: 30.5%;
  }
  #page-admin-home .adminmenu > li:nth-child(6n+1), #page-admin-home .adminmenu > li:nth-child(6n+2), #page-admin-home .adminmenu > li:nth-child(6n+3) {
    background-color: #646B71;
  }
  #page-admin-home .adminmenu > li:nth-child(6n+4), #page-admin-home .adminmenu > li:nth-child(6n+5), #page-admin-home .adminmenu > li:nth-child(6n+6) {
    background-color: #00acdf;
  }
  .btnSignUp.button {
    line-height: 1.5;
    padding: 0 0 1em;
  }
  .btnSignUp.button.alert {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: inherit;
    border-radius: 0;
    color: #2199e8;
    cursor: pointer;
    line-height: inherit;
    text-decoration: none;
  }
  .btnSignUp.button.large {
    font-size: 1rem;
  }
  .btnSignUp.button.expanded {
    display: inline;
  }
  .btnSignUp:after {
    color: #E4E2E4;
    content: " >";
    font-weight: 700;
  }
  .column:empty, .columns:empty {
    min-height: 1px;
  }
  .menu-header {
    display: none;
  }
  .desktop-text-right {
    text-align: right;
  }
  .shopping i, .shopping span {
    vertical-align: middle;
  }
  .paging-section .columns, .paging-section .column {
    height: 35px;
    line-height: 35px;
  }
  .mobile-only {
    display: none;
  }
  .large-0 {
    display: none;
  }
  .calendar .activity {
    background-color: #f6eedd;
    border: 1px solid #d5d3ce;
    padding: 4px;
    text-align: left;
  }
  .competency-table-description {
    width: 800px;
  }
  .accreditations-table-description {
    width: 600px;
  }
  .competency-table-description > p {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 50px);
  }
  .competency-table-description:hover > p {
    overflow: auto;
    white-space: normal;
  }
  .fixed-width-header {
    min-width: 150px;
  }
  .rtEditorContainer, textarea[rows].rtEditorContainer {
    margin-bottom: 20px;
    min-height: 262px;
  }
  .page-table-main #login-section {
    position: static;
  }
  #pages-groups-groupCategories .temp-tree-view a.leafnode, #pages-groups-groupCategories .temp-tree-view a.parentnode, #pages-groups-groupCategories .temp-tree-view a.rootnode {
    max-width: 50rem;
  }
  .label-padding {
    padding: 100px;
  }
  .short-description-row {
    margin-top: 15px;
  }
  .average-rating, .number-of-ratings {
    position: relative;
    top: -3px;
  }
  .average-rating {
    padding-left: 8px;
  }
  .number-of-ratings {
    padding-left: 2px;
  }
  .catalog-info .number-of-ratings {
    color: #a1a7b3;
    font-weight: 600;
  }
  .racetrack-center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -15px;
    width: 64%;
  }
  .quick-view-section {
    position: relative;
    top: 9px;
  }
  #prerec-modal-content {
    margin-top: 30px;
  }
  #prerec-modal-content .callout {
    margin: 0;
  }
  .searchbox .search-fill {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  #slide-container-parent {
    columns: 2;
  }
  #slide-container-parent > div {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (min-width: 1367px) {
  select[Multiple].ListBox, select[size].ListBox {
    height: 378px;
  }
}
/* Max width of viewable area 1215px */
@media screen and (min-width: 75.938em) {
  select[Multiple].ListBox, select[size].ListBox {
    max-width: 580px;
  }
  #page-admin-home .adminmenu > li {
    width: 31.62%;
    height: 100px;
  }
}
/* Max width of viewable area 1,440px */
@media screen and (min-width: 90em) {
  .xlarge-1 {
    width: 8.33%;
  }
  .xlarge-2 {
    width: 16.66%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.33%;
  }
  .xlarge-5 {
    width: 41.66%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.33%;
  }
  .xlarge-8 {
    width: 66.66%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.33%;
  }
  .xlarge-11 {
    width: 91.66%;
  }
  .xlarge-12 {
    width: 100%;
  }
}
/* 
  ##Device = Bigger tablets
  ##Screen = 768px to higher resolution desktops
*/
@media screen and (max-width: 1280px) {
  table.mobile-two-columns th:not(:nth-child(-n+3)), table.mobile-two-columns td:not(:nth-child(-n+3)) {
    display: none;
  }
  table.mobile-two-columns th:nth-child(-n+3), table.mobile-two-columns td:nth-child(-n+3) {
    display: table-cell;
  }
}
/* 
  ##Device = Smaller tablets and mobile
  ##Screen = up to 767px
*/
@media screen and (max-width: 1023px) {
  .content {
    width: auto;
    margin-right: 12px;
    margin-left: 12px;
    clear: both;
  }
  .content-top {
    margin-left: 16px;
  }
  .global-nav {
    display: none;
  }
  .mobile-menu-main .global-nav {
    display: block;
    padding: 0;
    padding-right: 32px;
    position: unset;
    top: unset;
    width: auto;
    min-height: 725px;
  }
  .mobile-menu-main .global-nav #socialIcons {
    bottom: unset;
    top: 93%;
    width: 75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #page-admin-home .adminmenu > li {
    width: 30.3%;
  }
}
@media screen and (max-width: 1023px) and (max-height: 800px) {
  .mobile-menu-main .global-nav #socialIcons {
    position: relative;
    width: 100%;
  }
}
/* Small > 568px and less than Medium */
@media screen and (min-device-width: 568px) and (max-width: 39.9375em) {
  .hide-for-less-than-568 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .mobile-menu-main .global-nav {
    min-height: 520px;
    padding-right: 8px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/default.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_variables.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_buttons.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_coverFlow.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_footer.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_forms.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_gallery.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_general.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_header.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_icons.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_keyboard.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_lists.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_menus.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_navigation.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_paging.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_rating.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_tables.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/_treeView.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/pages/_adminHome.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/pages/_calendar.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/pages/_dashboard.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/pages/_login.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/pages/_profile.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/sections/_badges.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/sections/_catalog.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/sections/_community.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/pages/community/_mainCommunitiesPage.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/pages/community/_pageCommunities.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/pages/community/_pageCommunity.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/pages/community/_pageForum.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/pages/community/_pageDocuments.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/pages/community/_editArticle.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/pages/community/_articles.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/sections/_eCommerce.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/sections/_myLearning.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/sections/_reports.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/sections/_myschedule.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/sections/_progressbutton.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/sections/_calendar.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/sections/_activityStream.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/mediaQueries/_definitions.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/mediaQueries/_print.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/mediaQueries/_small.scss%22,%22file:///E:/TOPYX%2520PRODUCTION/Topyx%2520WebSites/Topyx_Hartmann_(SiteID=2350)/foundation/css/scss/mediaQueries/_large.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAC;;;AAAA;;;AAAA;AAAA;AAAA;;AAAA;ACAA;AAYD;AAEA;AAEA;ACdA;EACI,kBDUY;ECTZ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,YDGM;ECFN;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI,kBDTM;;ACYV;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI,ODpFc;ECqFd;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EAEQ;IACI;;;AAMZ;EACI;IACI;;EAGJ;IACI;IACA;;;ACpKP;EACG;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACH;EACG;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACH;EACG;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;ACvHJ;EACI,kBHCU;EGAV,OHGU;EGFV;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA,OHTU;;;AILd;EACI;;;AAGJ;EACI;EACA;EACA,kBJNU;EIOV;EACA;;;AAGJ;EACI;EACA,kBJZU;;;AIed;EACI;EACA;EACA;;;AAGJ;EACI;EACA,cJPU;;;AIUd;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;AAAA;AAAA;AAAA;EAII;;;AAGJ;EACI;;;AAIA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAIJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI,YJlIY;EImIZ;EACA;EACA;;;AAGJ;EACI,YJnJU;;;AIsJd;EACI,YJ7IY;EI8IZ;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI,YJ1KU;EI2KV;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIA;EACI;;;AAIR;EACI,kBJhQU;EIiQV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,kBJ7QM;;AIgRV;EACI;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA,OJzXU;EI0XV;;;AAGJ;EACI;EACA;EACA;EACA,kBJpYU;EIqYV;EACA;EACA;EACA;EACA;EACA,OJpYU;;;AIuYd;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBJjaM;EIkaN;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBJ7aQ;;AIgbZ;EACI;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI,OJncU;EIocV;EACA;;;AAIA;EACI,cJ1cM;;;AI8cd;EACI,cJ/cU;;;AIkdd;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;;ACxfR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA,kBL3CU;;AK6CV;EACI;;;AAIR;EACI;EACA;EACA;;;AAKA;EACI,OL/DM;;AKmEN;EACI;;AAGJ;EACI;EACA;;AAMR;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;;AAMR;EACI;EACA;;AAKA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAKJ;EACI;EACA;EACA;;;AAKZ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI,OL9LY;EK+LZ;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA,OLzNU;EK0NV;EACA;;;AAGJ;EACI;EACA;EACA;EACA,OLlOU;;;AKqOd;EACI;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;;EAIA;IACI;;;AAQZ;EAEQ;IACI;;;AC/PZ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI,ON5BU;EM6BV;;;AAGJ;EACI;;;AAGJ;EACI;EACA,kBNnCU;;;AMsCd;EACI,kBNvCU;EMwCV;;;AAGJ;EACI;EACA,kBN3CU;;;AM8Cd;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA,ON5GU;EM6GV;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAKA;EACI;EACA;EACA;EACA;EACA;EACN;;AAEM;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI,ON7IQ;;AMgJZ;EACI,ON/IU;;AMkJd;EACI;EACA;EACA;EACA;EACA;EACA;EACA,ONvKM;;;AM2Kd;EACI,ON3JU;;;AM8Jd;EACI,ON7JU;;;AMgKd;EACI,ONlKY;;;AMqKhB;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI,ON9MU;;;AMiNd;EACI,ONjNU;;;AMoNd;EACI,ON/MY;;;AMkNhB;EACI;EACA;EACA;EACA;EACA,ONnOU;;;AMsOd;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI,YNvhBU;EMwhBV;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA,ONrjBU;EMsjBV;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,ON/lBE;;;AMomBd;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,YNhnBM;;AMknBN;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI,YN/nBE;;AMkoBN;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AAKZ;EACI,ONhqBU;EMiqBV;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI,ONjrBU;EMkrBV;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,ON9rBU;;;AMisBd;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA,ON9tBU;;;AMiuBd;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,ONxwBU;;AM0wBV;EACI;EACA;EACA;;AAGJ;EACI;;;AAKR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI,kBN1zBU;;;AM6zBd;EACI;;;AAGJ;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;;;AAIA;EACI;EACA;;;AAMR;EAEI;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;;AC95BR;EACI,kBPEU;EODV,OPFU;EOGV;EACA;EACA;;AAEA;EAEI;EACA;;;AAIR;EACI;;;AAIA;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBP7BM;EO8BN;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIA;EACI;EACA;EACA;;AAIR;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACH;;AAEG;EACI;;AAGJ;EACI,OPtHM;EOuHN;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBPlIM;EOmIN;EACA;EACA;EACA,OPxIM;EOyIN;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACM,OPtKM;EOuKN;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGV;EACU;EACA;;AAEA;EACI;EACA;EACA,OP7LF;;AOgMF;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA,OPhNF;;AOmNF;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA,OP/OE;EOgPF;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;;AAIR;EACI,OPzQU;EO0QV;EACA;EACA;EAC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J;EACI;;;ACHJ;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI,OZjCY;;;AYoChB;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI,OZpDU;;;AYuDd;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBZ3EM;EY4EN;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI,OZ1HU;EY2HV;;;AAIA;EACI,OZhIM;EYiIN;;AAGJ;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI,OZhJM;;;AYoJd;EACI,OZrJU;EYsJV;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAIA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI,kBZ1LM;EY2LN;EACA,OZhMM;;AYmMV;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAIA;EACI;;;AAKZ;EACI;IACI;;;AAIR;EAEI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI,kBZjQM;IYkQN,OZ/PM;IYgQN;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAEA;IACI;;EAEA;IACI;;EAGJ;IACI;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAIR;IACI,OZzTN;IY0TM;;EAGJ;IACI;IACA;IACA;;EAEA;IACI;IACA;;EAMhB;IACI;;EAIR;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;;AAIR;EAGY;IACI;;EAGJ;IACI,YZvXF;IYwXE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI,kBZ5XQ;IY6XR;;;AAMhB;EACI;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;;EAEA;IACI;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAMhB;IACI;IACA;;EAEA;IACI;;EAIR;IACI,kBZ7cM;;EYodV;IACI;IACA;IACA;IACA;IACA;;;AC3dR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA,ObhBU;EaiBV;EACA;;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI,ObrCM;;AawCV;EACI,ObtCM;;AayCV;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA,ObvDU;;;Aa0Dd;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;IACI;IACA;IACA;;;AC/GR;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OdbQ;EccR;;;AAIR;EACI;EACA;EACA,OdjCU;EckCV;EACA;;;AAGJ;EACI;EACA;EACA;EACA,Od1CU;Ec2CV;EACA;;;AAGJ;EACI;EACA;EACA,OdlDU;EcmDV;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA,OdxEU;;;Ac0Ed;EACI;EACA;EACA;EACA;EACA,Od1EU;;;Ac6Ed;EACI;EACA;EACA;EACA;EACA,OdvFU;;;Ac0Fd;EACI;EACA;EACA;EACA;EACA;EACA;AACA;EACA,Od7FU;;;Ac+Fd;EACI;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AC9IJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA,Of1BU;;Ae4BV;EACI,Of7BM;;AegCV;EACI,OfrBQ;;AewBZ;EACI;EACA;;AAEA;EACI;EACA;;AAIR;EACI,kBf5CM;Ee6CN,OfxCM;EeyCN;EACA;;AAEA;EACI,Of7CE;Ee8CF;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI,kBfrFM;;AewFV;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAKR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAKY;EACI;;AAGJ;EACI;EACA;;AAOpB;EACI;EACA;;;AAKJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAKJ;EACI;EACA;EACA;;AAGJ;EACI;;;ACnOX;EACG;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;AAAA;EAEI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACH;;;AAGD;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACH;;;AAGD;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACH;;;AAGD;EACI;EACA;EACA;EACA;EACA;EACA,OhBvMY;;;AgB0MhB;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;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;EACA;EACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,OnBrKM;EmBsKN;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,OnBzKU;;AmB2KV;EACI;;;AAKR;EACI;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA,OnB3Lc;;;AmB8Ld;EACI;;;AAGJ;EACI;EACA;EACA;EACA,OnBpNM;;;AmBuNV;EACI;EACA;;;AAIJ;EACI;EACA;EACA;;;AAER;EACI;EACA;EACA;;;AAGA;EACI;EACA;EACA;EACA;EACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACH;;;AAIG;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACN;;;AAGE;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKR;EACI;EACA;EACA;;;AAGA;EACI;;;AAGR;EACI;;;AAGA;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;AACA;EACA,YnBjZM;EmBkZN;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA,YnB7aM;EmB8aN;EACA;;;AAIJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;E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CA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA,OvBhEM;EuBiEN;;AAGJ;EACI;EACA;EACA;EACA;EACA,OvB3DM;;AuB8DV;EACI;EACA;EACA;EACA,OvBrFM;;AuBwFV;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,OvBrFI;;AuByFZ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;;AAEA;EACI;;AAMR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA,kBvB/KE;;AuBkLN;EACI;EACA,kBvBpLE;;AuBuLN;EACI;EACA;EACA,kBvBxLE;;AuB2LN;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAKA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA,OvBrOF;;AuBwOF;EACI;EACA;EACA,OvB3OF;;AuB+ON;EACI;;AAKJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAKJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAIA;EACI;;AAIR;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAKJ;EACI;;AAKJ;EACI;;AAMJ;EACI;;AAKJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIA;EACI;EACA;;AAIR;EACI;;;AAOZ;EACI;;;AAIR;EACI;EACA;EACA,OvB1ZY;EuB2ZZ;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,YvBlbU;EuBmbV;EACA;EACA;EACA;EACA;;;AAGJ;EACI,OvB9bU;EuB+bV;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIA;EACI;;;AAIR;AACA;EACI,YvBpdU;;;AuBudd;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OvB1fY;;;AuB8fhB;EACI,OvB3gBU;EuB4gBV;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;;;AAIA;EACI;;;AAKJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA,OvBrkBI;EuBskBJ;EACA;EACA;EACA,YvBllBE;EuBmlBF;EACA;EACA;EACA;EACA;;;AAKZ;EACI;EACA;EACA,OvBtlBY;EuBulBZ;;;AAGJ;EACI,OvBlmBU;;;AuBqmBd;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;;AAMR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AAIR;EACI,YvB1pBU;EuB2pBV;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA,OvBnqBU;;AuBqqBV;EACI;EACA;EACA;EACA,OvBjrBM;;;AuBqrBd;EACI;EACA;EACA,OvBlrBU;;;AuBqrBd;EACI;EACA;;;AAGJ;EACI,YvB/rBU;EuBgsBV;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA,OvB3sBM;EuB4sBN;;;AAIR;EACI;EACA;EACA,OvB7sBY;EuB8sBZ;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAIA;EACI;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI,OvBrxBU;EuBsxBV;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;IACA;;;AAIR;EACI;EACA;EACA,OvB/0BU;;;AuBk1Bd;EAEQ;IACI;;EAGI;IACI;IACA;IACA;;EAOhB;IACI;;EAEA;IACI;;EAIR;IACI;;EAGJ;IACI;;;AAIR;EAEQ;IACI;;EAGI;IACI;IACA;IACA;;;AAOpB;EAGQ;IACI;;EAGI;IACI;IACA;IACA;;EAKJ;IACI;IACA;;EAIR;IACI;;EAEA;IACI;;EAMhB;IACI;;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGI;IACI;IACA;;EAEA;IACI;;EAMhB;IACI;IACA;;EAGJ;IACI;;EAMI;IACI;;EAEA;IACI;;EAKZ;IACI;;;AAKZ;EAEQ;IACI;;EAKJ;IACI;IACA;;EAEA;IACI;IACA;;EAMR;IACI;IACA;;EAKJ;IACI;;;AAKZ;EACI;IACI;;;AAKR;EAEQ;IACI;;EAGR;AAAA;IAEI;;EAII;AAAA;IACI;IACA;;EAEA;AAAA;IACI;;EAGJ;AAAA;IACI;;EAGJ;AAAA;IACI;;EAGJ;AAAA;IACI;IACA;;EAMR;AAAA;IACI;IACA;;;AAMhB;AAAA;AAEA;EACI;IACI;;;AAGR;EACI;IACI;IACA;IACA;;;AAIR;EACI;IACI;;;AC9jCR;EACI;EACA;EACA;;AAEA;EACI,kBxBHM;;;AwBOd;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;;AAKJ;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;;AAQR;EACI;EACA;EACA;EACA,OxBlHE;EwBmHF;EACA;EACA;;AAGJ;EACI;EACA;EACA,OxBjIE;EwBkIF;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA,OxB9IF;;AwBmJV;EACI;EACA;EACA,OxBhJM;EwBiJN;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAIA;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAMJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI,OxB1NA;;AwB8NR;EACI;EACA;;;AAKZ;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EAEI;EACA;;AAGJ;EACI,OxB5PU;EwB6PV;EACA;EACA;;AAGJ;EACI;EACA,OxBpQU;EwBqQV;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACI;;AAEA;EACI;;AAGJ;EACI;;;AAKZ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAKI;EACI;;;AAKZ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI,kBxBpWM;EwBqWN;EACA,OxBhWM;EwBiWN;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;;AAIR;EACI;IACI;;;AAIR;AACA;EACI;IACI;IACA;;;AAIR;AACA;EACI;IACI;;;AAIR;EAEQ;IACI;;EAEA;IACI;IACA;;;AC9bhB;EACI,OzBFU;;AyBIV;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAMJ;EACI;EACA;EACA;EACA,OzB3BE;;AyBgCN;EACI;;AAGJ;EACI;EACA;EACA;;AAKJ;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA,YzBlFE;EyBmFF;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI,OzB5GV;;AyBgHE;EACI;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAS5B;AACA;EAIgB;IACI;;;AAMpB;AACA;EAIgB;IACI;;;AAMpB;AACA;EAIgB;IACI;;EAIR;IACI;;EAEA;IACI;;EAGJ;IACI;IACA;;EAIR;IACI;;;AC7LZ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI,O1B5BF;;A0BgCN;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;ACrFR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,c3BRE;E2BSF;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI,O3B/CN;;A2BmDF;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAKA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAMR;EACI;;;AAQxB;AACA;EAQoB;IACI;;EAMJ;IACI;;EAEA;IACI;IACA;;;AAS5B;AACA;EAIY;IACI;;EAII;IACI;;EAIR;IACI;;EAEA;IACI;IACA;;EAEA;IACI;IACA;;;AAQ5B;AACA;EAQoB;IACI;;EAEA;IACI;IACA;;;AAQ5B;AACA;EAEQ;IACI;;EAII;IACI;;EAEA;IACI;IACA;;EAEA;IACI;IACA;;;AAS5B;EAGY;IACI;;EAGJ;IACI;;;AClPhB;EACI,O5BFU;;A4BIV;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;;;AC1CJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAKA;EACI,O7BjBE;;A6BoBN;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI,kB7B1BF;;A6B8BN;EACI;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EAC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;EACI;EACA;;;ACzDR;EACI;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMQ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAKZ;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAMJ;EACI;;AAEA;EACI,OtCpDR;;AsCyDJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA,OtC5DA;;AsC8DA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,YtC/EA;;AsCkFJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;IACA;;EAMQ;IACI;;;AvCzHpB;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAIJ;EACI;;;AAGJ;EACI;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI,OClUc;;;ADqUlB;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI,OCpcc;;;ADuclB;EACI,kBCjdU;;;ADodd;EACI;;;AAGJ;EACI;;;AAIJ;EACI,OC9dU;;;ADied;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI,OC7gBU;ED8gBV;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI,kBChpBc;EDipBd;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI,kBC/pBc;EDgqBd;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI,OCl2BU;EDm2BV;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;;AAEJ;EACI;;;AAIR;EACI;EACA,YCz6BU;ED06BV;EACA,OCx6BU;EDy6BV;;;AAGJ;EACI;EACA;EACA;EACA,OCr7BU;;;ADw7Bd;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA,OCv8BE;;AD08BN;EACI,kBC98BE;;ADg9BF;EACI,OCp9BF;EDq9BE;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI,kBCn9BQ;;ADw9BpB;EACI;EACA,OCp+BM;EDq+BN;EACA;;;AAMJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,kBCngCM;EDogCN;EACA;;;AAKR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI,OC3lCW;ED4lCX;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI,OClpCY;EDmpCZ;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI,OC3pCc;;;AD8pClB;EACI,OCvqCU;;;AD0qCd;EACI,OCzqCU;;;AD4qCd;EACI;EACA;;;AAGJ;EACI,OC5qCc;ED6qCd;;;AAGJ;EACI;;;A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%22%7D */
