/* breakpoints */
.tabs {
  overflow: hidden;
  position: relative;
  background: none;
  border: none;
  position: relative;
  overflow: hidden;
}

.tab-slider {
  position: absolute;
  background: #f7f7f7;
  cursor: pointer;
  border: 2px solid #89C6CC;
  vertical-align: center;
  width: 15px;
  text-indent: -9999px;
  z-index: 10;
}

.tabs-heading {
  overflow: hidden;
}

.tabs-heading li {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  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-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  float: left;
  display: block;
  margin-left: 1px;
  background: #f7f7f7;
  width: auto;
  cursor: pointer;
}

.tabs-heading li > div {
  padding: 3px 10px;
  display: block;
  text-decoration: none;
  color: #222;
}

.tabs-heading li > div:after {
  content: "";
  display: table;
  clear: both;
}

.tabs-heading li > div .field-heading {
  font-size: 16px;
}

.tabs-heading li > div > .row {
  display: block;
}

.tabs-heading li .component.content {
  margin: 5px 0;
}

.tabs-heading li.active {
  background: #FFFFFF;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  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;
}

.tabs-heading li.active a {
  color: #000;
}

.tabs-heading li:hover {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  background: #FFFFFF;
}

.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;
}

/* 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: #FFFFFF;
}

.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;
}

@media (max-width: 767px){
	.tabs .component-content {
		padding: 10px 0px;
	}
	
	.tabs-mobile-title {
		border-bottom: 2px solid #d00;
		padding: 10px 0;
		font-size: 16px;
		font-weight: 600;
		position: relative;
		cursor: pointer;
	}
}

@media (min-width: 768px){
	.tabs .component-content {
		display: block !important;
	}
}

.tab .grid-view {
  display: none;
}

.tabs {
  padding-top: 20px;
}

ul.tabs-heading {
  margin: 0;
  padding: 0;
}

.tabs-heading li {
  background: transparent;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid transparent;
  margin: 0 25px 0 0px;
}

.tabs-heading li>div {
  padding: 0;
}

.tabs-heading li .component.content {
  margin: 0;
  padding: 0;
}

.tabs-heading li>div>.row {
  margin: 0;
}

.tabs-heading li.active {
  background: transparent;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #d00;
}

.tabs-heading li:hover {
  border-top: none;
  background: transparent;
}

.tabs-heading li>div .field-heading{
  padding: 10px 0px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  color: #000 !important;
  font-weight: 700;
}
.tabs-heading li div .field-heading .rte_content p{
 margin:0px !important
}

.component.tabs {
  padding: 0;
}

.tabs-container .tab>.row {
  margin: 0;
}

.tabs .tabs-container {
  margin-top: -3px;
  border-top: 1px solid #ccc;
}


.tabs-heading li:hover .field-heading {
  color: #d00;
}

.tabs .tab {
  padding: 0;
}

.tabs .tabs-container .row {
  max-width: none;
}

.tabs .video-list,
.tabs .video-list {
  padding-top: 40px;
}

.tabs-container {
  padding-top: 15px;
}

@media (min-width: 768px) {
  ul.tabs-heading {
      display: flex !important;
      flex-wrap: wrap;
  }
  .tabs-heading li {
      display: inline-block;
      float: none;
      max-width: 130px;
      vertical-align: top;

      min-height: 40px !important;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;  
  }
}

@media (min-width: 768px) and (max-width:1199px){
  ul.tabs-heading {
      padding-left: 15px;
	  padding-right: 15px;
  }
}

@media (max-width: 767px) {
  ul.tabs-heading {
      display: none;
  }
  .tabs .tabs-container .component-content>.row {
      margin: 0;
  }
  .tabs .tabs-container {
      border: none;
  }
  .tabs-heading li {
      float: none;
      margin: 0;
  }
  .tabs-heading li>div .field-heading {
      padding: 0 0;
  }

  .tabs-heading li.active {
      border-bottom: none;
  }

  .tabs-heading li.active .field-heading {
      color: #d00;
  }

}

.tabs div.scLooseFrameZone {
  overflow: visible;
}

.tabs-container .rte_content {
  font-size: 16px;
   line-height: 1.5;
}

.tabs-container .component-content .field-content .rte_content a,
.tabs-container .component-content .field-content .rte_content a:visited,
.tabs-container .component-content .field-content .rte_content a:active{

   /*color: #555 !important;*/
   color: #0000ee;
   border-bottom: 2px dotted #BBB !important;
   text-decoration: none;

}

.tabs-container .component-content .field-content .rte_content a:hover{
   /*color: #C00 !important;*/
   color: #0000EE;
   border-bottom: 2px solid #D44 !important;

}
.content ul, .content ol, .rich-text ul, .rich-text ol{margin-left: 15px !important;}


.tabs-container .rte_content ul li {    
   list-style-position: initial;
   text-indent: 0px !important;
   font-size: 20px;
   padding-left: 0;
   margin-left:0 ;
}

@media(max-width: 767px) {
  .tabs .tabs-container .component-content>.row {
      margin: 0;
  }
  .tabs .tabs-container {
      border: none;
  }
  .tabs-heading li {
      float: none;
      margin: 0;
  }
  .tabs-heading li>div .field-heading {
      padding: 10px 0px;
  }

  .tabs-heading li.active {
      border-bottom: none;
  }

  .tabs-heading li.active .field-heading {
      color: #d00;
  }
}

@media (min-width: 768px){ 
  .tabs .component-content {
      display: block !important;
  }
}

@media (max-width: 767px){
  .tabs .component-content {
      padding: 2px 0 0;
  }
  
  .tabs-mobile-title {
      border-bottom: 2px solid #d00;
      padding: 10px 0;
      font-size: 16px;
      font-weight: 600;
      position: relative;
      cursor: pointer;
  }
  
  .mobile-dropdown-title:after {content: "";display: block;position: absolute;right: 10px;z-index: 5;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #ccc;top: 6px;}
  
}