@charset "UTF-8";
/* breakpoints */
.tabs {
  padding: 15px 15px 15px 15px;
  overflow: hidden;
  position: relative;
  background: none;
  border: none;
  position: relative;
  overflow: hidden;
}

.tabs .component-content .tabs-inner .tabs-heading {
  box-sizing: border-box;
  margin-bottom: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.tabs .component-content .tabs-inner .tabs-heading li {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d6d6d6;
  border-bottom-width: 0;
  display: inline-block;
  background: #f0f0f0;
  width: auto;
  cursor: pointer;
}

.tabs .component-content .tabs-inner .tabs-heading li:first-child {
  border-radius: 3px 0 0 0;
  margin-left: 0;
}

.tabs .component-content .tabs-inner .tabs-heading li:last-child {
  border-radius: 0 3px 0 0;
}

.tabs .component-content .tabs-inner .tabs-heading li:hover {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d6d6d6;
  background: #e3e3e3;
}

.tabs .component-content .tabs-inner .tabs-heading li.active {
  background: #f7f7f7;
  border-bottom-width: 0;
  padding-top: 0;
}

.tabs .component-content .tabs-inner .tabs-heading li.active:hover {
  background: #f7f7f7;
}

.tabs .component-content .tabs-inner .tabs-heading li.active > div > .columns {
  margin-bottom: 5px;
}

.tabs .component-content .tabs-inner .tabs-heading li.active a {
  color: #000000;
}

.tabs .component-content .tabs-inner .tabs-heading li > div {
  padding: 3px 10px;
  display: block;
  text-decoration: none;
  color: #2b2b2b;
}

.tabs .component-content .tabs-inner .tabs-heading li > div:after {
  content: "";
  display: table;
  clear: both;
}

.tabs .component-content .tabs-inner .tabs-heading li > div .field-heading {
  font-size: 12px;
}

.tabs .component-content .tabs-inner .tabs-heading li > div > .columns {
  float: none;
  margin-bottom: 1px;
}

.tabs .component-content .tabs-inner .tabs-heading li .component.content {
  margin: 5px 0;
  border: none;
}

.tabs .component-content .tabs-inner .tabs-container {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  background: #f7f7f7;
  border-radius: 0 5px 5px 5px;
}

.tabs .component-content .tabs-inner .tabs-container .tab {
  display: none;
  padding: 10px;
}

.tabs .component-content .tabs-inner .tabs-container .tab:after {
  content: "";
  display: table;
  clear: both;
}

.tabs .component-content .tabs-inner .tabs-container .tab.active {
  display: block;
}

.tabs .component-content .tabs-inner .tabs-container .tab .component.content {
  border: none;
}

.tab-slider {
  position: absolute;
  background: #f0f0f0;
  cursor: pointer;
  border: 2px solid #000000;
  vertical-align: center;
  width: 15px;
  text-indent: -9999px;
  z-index: 10;
}

/* breakpoints */
.bootstrap-tabs-content {
  width: 100%;
}

@media (max-width: 767.9px) {
  .bootstrap-tabs-content {
    background-color: #fff;
    border: 1px solid #dfdfdf;
  }
}

.bootstrap-tabs-content nav .nav.nav-tabs {
  border: 0;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bootstrap-tabs-content nav .nav.nav-tabs .nav-link {
  border: 1px solid #dfdfdf;
  padding: 2rem 4rem;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #a23b94;
  margin-right: 15px;
  border-radius: 0;
  margin-bottom: -2px;
}

.bootstrap-tabs-content nav .nav.nav-tabs .nav-link.active {
  background-color: #fff;
  color: #231f20;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1199.9px) {
  .bootstrap-tabs-content nav .nav.nav-tabs .nav-link {
    padding: 2rem 3rem;
  }
}

@media (max-width: 991.9px) {
  .bootstrap-tabs-content nav .nav.nav-tabs .nav-link {
    padding: 2rem 15px;
  }
}

.bootstrap-tabs-content .tab-content {
  border: 1px solid #dfdfdf;
  background-color: #fff;
}

@media (max-width: 767.9px) {
  .bootstrap-tabs-content .tab-content {
    border: 0;
    background-color: transparent;
  }
}

.bootstrap-tabs-content .tab-content .tab-pane {
  padding: 2rem 4rem;
}

@media (max-width: 1199.9px) {
  .bootstrap-tabs-content .tab-content .tab-pane {
    padding: 2rem 3rem;
  }
}

@media (max-width: 991.9px) {
  .bootstrap-tabs-content .tab-content .tab-pane {
    padding: 2rem 15px;
  }
}

.bootstrap-tabs-content .tab-content .tab-pane .tab-heading {
  padding: 1rem 15px;
}

.bootstrap-tabs-content .tab-content .tab-pane .tab-heading h3 {
  border-bottom: 2px solid #a23b94;
  text-align: center;
  padding-bottom: 1rem;
  letter-spacing: 0;
  font-size: 1.25rem !important;
  text-transform: uppercase;
}

.bootstrap-tabs-content .dropdown > h3 {
  letter-spacing: 0;
}

.bootstrap-tabs-content .dropdown-toggle {
  border-radius: 35px;
  height: 35px;
  border: 1px solid #dfdfdf;
  text-decoration: none;
  background-color: #fff;
  color: #231f20;
  font-size: 1rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 5px;
  text-align: left;
  width: 100%;
  margin-top: 5px;
}

.bootstrap-tabs-content .dropdown-toggle:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 165, 32, 0.5);
}

.bootstrap-tabs-content .dropdown-toggle:hover, .bootstrap-tabs-content .dropdown-toggle:active, .bootstrap-tabs-content .dropdown-toggle:focus, .bootstrap-tabs-content .dropdown-toggle:focus:active {
  color: #231f20;
  text-decoration: none;
}

.bootstrap-tabs-content .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  border: 0;
  color: #a23b94;
  float: right;
  font-size: 1.25rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: 2px;
}

.bootstrap-tabs-content .dropdown-menu {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transition: height 2s linear;
  transition: height 2s linear;
  height: 0;
}

.bootstrap-tabs-content .dropdown-menu.show {
  height: auto;
}

.bootstrap-tabs-content .dropdown-menu .dropdown-item {
  color: #231f20;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
}

.bootstrap-tabs-content .dropdown-menu .dropdown-item:hover, .bootstrap-tabs-content .dropdown-menu .dropdown-item:active, .bootstrap-tabs-content .dropdown-menu .dropdown-item.active, .bootstrap-tabs-content .dropdown-menu .dropdown-item:focus, .bootstrap-tabs-content .dropdown-menu .dropdown-item:focus:active {
  background-color: transparent;
  text-decoration: none;
}

.bootstrap-tabs-content .dropdown-toggle[aria-expanded='true']::after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* breakpoints */
.tabs.tabs-bottom .tabs-container {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tabs.tabs-bottom .tabs-heading {
  position: relative;
  padding-top: 0;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tabs.tabs-bottom .tabs-heading li {
  margin-bottom: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
}

.tabs.tabs-bottom .tabs-heading li a {
  border: none;
}

.tabs.tabs-bottom .tabs-heading li.active {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.tabs.tabs-bottom .tabs-heading li.active a {
  border: none;
  position: relative;
}

.tabs.tabs-bottom .tabs-heading li:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d6d6d6;
  background: #f7f7f7;
}

.tabs.tabs-bottom .tabs-container {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  background: #f7f7f7;
  border-radius: 5px 5px 5px 0;
}

.tabs {
  width: 100%;
}

.tabs > .component-content .tabs-inner {
  border: 1px solid #dfdfdf;
  background-color: #fff;
}

.tabs > .component-content .tabs-inner .tabs-heading li {
  border: 0;
  background-color: #fff;
}

.tabs > .component-content .tabs-inner .tabs-heading li.active {
  background-color: #fff;
}

.tabs > .component-content .tabs-inner .tabs-container {
  border: 0;
  background-color: #fff;
}

.tabs > .component-content .tabs-inner .tabs-container .row {
  padding: 2rem 3rem;
}

.tabs > .component-content .tabs-inner .tabs-container .component {
  padding-left: 15px;
  padding-right: 15px;
}

/* breakpoints */
.tabs.tabs-scrollable .wrapper {
  position: relative;
  overflow: hidden;
}

.tabs.tabs-scrollable .tabs-heading {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 16px;
}

.tabs.tabs-scrollable .tabs-container {
  margin: 0;
}

.tabs.tabs-scrollable .prev {
  left: 0;
  background: #e4e4e4 url("../Images/arrow-left.png") center center no-repeat;
}

.tabs.tabs-scrollable .next {
  right: 0;
  background: #e4e4e4 url("../Images/arrow-right.png") center center no-repeat;
}

.tabs.tabs-scrollable.tabs-bottom .wrapper {
  margin-top: 2px;
  padding-bottom: 6px;
}

.tabs.tabs-scrollable.tabs-bottom .next {
  top: 1px;
}

.tabs.tabs-scrollable.tabs-bottom .prev {
  top: 1px;
}

.tabs.tabs-scrollable.tabs-bottom .tabs-heading {
  margin-top: -4px;
}

/* breakpoints */
.tabs.tabs-vertical.tabs-vertical-right .tabs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li:first-child {
  border-radius: 0 3px 0 0;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li:last-child {
  border-radius: 0 0 3px 0;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-color: #d6d6d6;
  border-left-width: 0;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active a {
  border: none;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-container {
  border-radius: 3px 0 0 3px;
}

/* breakpoints */
.tabs.tabs-vertical .tabs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs.tabs-vertical .tabs-heading {
  width: 15%;
  float: left;
  padding-top: 0;
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 12px;
}

.tabs.tabs-vertical .tabs-heading li {
  display: block;
  width: 100%;
  margin-left: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  border-right-width: 0;
  border-bottom-width: 0px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d6d6d6;
}

.tabs.tabs-vertical .tabs-heading li:first-child {
  border-radius: 3px 0 0 0;
}

.tabs.tabs-vertical .tabs-heading li:last-child {
  border-radius: 0 0 0 3px;
}

.tabs.tabs-vertical .tabs-heading li.active {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: transparent;
}

.tabs.tabs-vertical .tabs-container {
  margin: 0;
  float: left;
  width: 85%;
  margin-left: -1px;
  font-size: 12px;
}
