  /* breakpoints */
.tabs {
  background: none;
  border: none;
  overflow: hidden;
  position: relative;
}

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

.tabs-heading {
  overflow: hidden;
}

.tabs-heading li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #f7f7f7;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #f7f7f7;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  background: transparent;
  color: #C74486;
  cursor: pointer;
  display: block;
  float: left;
  margin-left: 1px;
  width: auto;
}

.tabs-heading li > div {
  color: #000;
  display: block;
  padding: 3px 10px;
  text-decoration: none;
}

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

.tabs-heading li > div .field-heading {
  font-size: 16px;
}

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

.tabs-heading li.active {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d2d2d2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  background: #fff;
}

.tabs-heading li.active a {
  color: #000;
}

.tabs-heading li:hover {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  background: transparent;
  color: #C74486;
  text-decoration: underline;
}

.tabs-heading li:first-child {
  margin-left: 0;
}

.tabs-container {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  background: transparent;
  margin-top: -1px;
}

.tab {
  display: none;
  padding: 10px;
}

.tab:after {
  content: "";
  display: table;
  clear: both;
}

.tab.active {
  display: block;
}

ul.tabs-heading {
  padding: 0 10px;
  padding-bottom: 0;
}

.tabs-heading li:hover, .tabs-heading li.active:hover {
  border: 2px solid #C74486;
  border-bottom: 2px solid #C74486;
}

.tabs-heading li.active:hover {
  border-bottom: 2px solid #ffffff;
}

.tabs-heading li > div .field-heading {
  color: #C74486;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.tabs-heading li {
  margin: 0 20px;
  min-width: 160px;
  padding-bottom: 0px !important;
  text-align: center;
}

.tabs-heading li {
  border: 2px solid #C74486;
}

.tabs-heading li.active {
  background-color: transparent !important;
  border: 2px solid #C74486;
  border-bottom: 2px solid #ffffff;
}

.background-grey .tabs-heading li.active {
  border-bottom: 2px solid #f4f4f3;
}

.tabs-container {
  border-top: 2px solid #C74486;
  margin-top: -2px;
}

.content table, .content table tr, .content table th, .content table td, .rich-text table, .rich-text table tr, .rich-text table th, .rich-text table td {
  background-color: unset;
  border: solid 2px #ffffff;
}

.content table {
  width: 100%;
}

.content table th, .content table td, .rich-text table th, .rich-text table td {
  background-color: transparent;
  border-color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.tabs-heading li:focus .field-heading {
  text-decoration: underline;
}

.tab .field-content p, .tab .field-content {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.bold-first-row .content table td:first-child, .bold-first-row .rich-text table td:first-child, .bold-first-row .content table tr:first-child td, .bold-first-row .rich-text table tr:first-child td, .bold-first-column .content table td:first-child, .bold-first-column .rich-text table td:first-child, .bold-first-column .content table tr:first-child td, .bold-first-column .rich-text table tr:first-child td {
  font-style: normal;
  font-weight: 400 !important;
}

.content table tr:first-child, .rich-text table tr:first-child {
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  .tabs-heading li {
    margin: 0 -1px;
  }
}

@media only screen and (max-width: 768px) {
  .tabs-heading li.active {
    background: #C74486 !important;
    border-bottom: 2px solid #C74486;
  }
  .tabs-heading li {
    border-top: none !important;
    width: 100%;
  }
  .tabs-heading li:first-child {
    border-top: 2px solid #C74486 !important;
    margin-left: -1px;
  }
  .tabs-heading li.active > div .field-heading {
    color: #fff;
    text-decoration: underline;
  }
  .tabs-heading li.active:hover {
    border-bottom: 2px solid #fff;
  }
  .background-grey .tabs-heading li.active {
    border-bottom: unset;
  }
}

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

.tabs.tabs-bottom .tabs-heading {
  position: relative;
  margin-top: -1px;
}

.tabs.tabs-bottom .tabs-heading li {
  margin-bottom: 0;
  border-top: 0px solid #ffffff;
}

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

.tabs.tabs-bottom .tabs-heading li.active {
  border-top: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d2d2d2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
}

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

.tabs.tabs-bottom .tabs-heading li:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  background: #fff;
}

.tabs.tabs-bottom .tabs-container {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  border-top: none;
  background: transparent;
  margin-bottom: 1px;
}

/* breakpoints */
.tabs.tabs-scrollable .tabs-heading {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
}

.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-heading {
  float: right;
  margin-left: -1px;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #f7f7f7;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active {
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}

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

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li:hover {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-container {
  float: right;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-top: none;
  margin-left: -1px;
  border-left: none;
}

/* breakpoints */
.tabs.tabs-vertical .tabs-heading {
  width: 30%;
  float: left;
}

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

.tabs.tabs-vertical .tabs-heading li.active {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}

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

.tabs.tabs-vertical .tabs-heading li:first-child {
  margin-top: 0;
}

.tabs.tabs-vertical .tabs-heading li:hover {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}

.tabs.tabs-vertical .tabs-container {
  margin: 0;
  float: left;
  width: 70%;
  margin-left: -1px;
  border-top: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}
