@charset "UTF-8";
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
.cxa-topbarlinks-component {
  position: relative;
}

.cxa-topbarlinks-component .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: column nowrap !important;
  flex-flow: column nowrap !important;
}

.cxa-topbarlinks-component .component-content ul {
  opacity: 0;
  padding: 12px 20px;
  width: 200px;
  margin-top: 40px !important;
  position: absolute;
  z-index: 100;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

@media (max-width: 767px) {
  .cxa-topbarlinks-component .component-content ul {
    opacity: 1;
    display: none;
  }
}

.cxa-topbarlinks-component .component-content ul .quick-link-seperator {
  border-bottom: 1px solid #e4e7ec;
  text-indent: -999px;
  line-height: 0;
  overflow: hidden;
}

.cxa-topbarlinks-component .component-content ul li {
  margin: 7px 0px;
}

.component.cxa-topbarlinks-component .component-content ul {
  top: 0;
  right: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
}

.component.cxa-topbarlinks-component .component-content ul li span {
  color: #747a83;
}

.component.cxa-topbarlinks-component .component-content ul li .username-text {
  word-wrap: break-word;
}

.component.cxa-topbarlinks-component .component-content ul:before {
  width: 0;
  height: 0;
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
  top: 0;
  font-size: 28px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  box-shadow: 0 17px 0px 6px #fff;
  content: "\f105";
  font-family: FontAwesome;
  opacity: 0.2;
  right: 18%;
}

.component.cxa-topbarlinks-component .component-content:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 15px;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 150px;
  float: right;
  position: relative;
  border: 2px solid rgba(116, 122, 131, 0.7);
  color: rgba(116, 122, 131, 0.8);
}

.component.cxa-topbarlinks-component .component-content:hover:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 15px;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 150px;
  float: right;
  position: relative;
  border: 2px solid #0e909f;
  color: #fff;
  background: #0e909f;
}

.component.cxa-topbarlinks-component .component-content:active:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 15px;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 150px;
  float: right;
  position: relative;
  border: 2px solid #0e909f;
  color: #fff;
  background: #0e909f;
}

.component.cxa-topbarlinks-component .component-content .active:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 15px;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 150px;
  float: right;
  position: relative;
  border: 2px solid #0e909f;
  color: #fff;
  background: #0e909f;
}
