

.ResponsiveTabsContainer {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.credit {
  font-size: 1.2rem;
  float: right;
  margin-top: .5em;
}

.credit__link {
  color: #FC5555;
  font-weight: bold;
  text-decoration: none;
}
.credit__link:hover {
  color: #FC5555;
  text-decoration: underline;
}

/* Breakpoints
/* ---------------*/
/* Tab mixin - just give it a breakpoint
/* ---------------*/
/* Tab mixin
/* ---------------*/
@media (max-width: 620px) {
  .tabs--sm {
    border: 1px solid #d4d4d4;
  }
  .tabs--sm .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--sm .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }
  .tabs--sm .tabs__list .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
  }
  .tabs--sm .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--sm .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--sm .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--sm .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }
  .tabs--sm .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }
  .tabs--sm .tabs__item--active > .tabs__link:hover {
    color: white;
  }
  .tabs--sm .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: .75em;
  }
}

@media (max-width: 850px) {
  .tabs--md {
    
  }
  .tabs--md .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--md .tabs__list {
    background-color: rgba(255, 255, 255, 0);
    margin: 0;
      
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }
  .tabs--md .tabs__list .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
  }
  .tabs--md .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--md .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
      border-bottom:1px solid #d4d4d4;
  }
  .tabs--md .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--md .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: center;
    margin: auto;
  }
  .tabs--md .tabs__item--active > .tabs__link {
    background-color: #003a6c;
    color: #ffffff;
    border: 0;
  }
  .tabs--md .tabs__item--active > .tabs__link:hover {
    color: #ffffff;
  }
  .tabs--md .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: .75em;
  }
}

@media (max-width: 990px) {
  .tabs--lg {
    border: 1px solid #d4d4d4;
  }
  .tabs--lg .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--lg .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }
  .tabs--lg .tabs__list .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
  }
  .tabs--lg .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--lg .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--lg .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--lg .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }
  .tabs--lg .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }
  .tabs--lg .tabs__item--active > .tabs__link:hover {
    color: white;
  }
  .tabs--lg .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: .75em;
  }
}

@media (max-width: 1070px) {
  .tabs--xl {
    border: 1px solid #d4d4d4;
  }
  .tabs--xl .tabs__content {
    border-width: 0;
    border-top-width: 1px;
  }
  .tabs--xl .tabs__list {
    background-color: white;
    margin: 0;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
  }
  .tabs--xl .tabs__list .tabs__item {
    overflow: hidden;
    position: absolute;
    height: 0;
  }
  .tabs--xl .tabs__list .tabs__item--active {
    height: auto;
    position: relative;
  }
  .tabs--xl .tabs__list--open .tabs__item {
    position: relative;
    height: auto;
  }
  .tabs--xl .tabs__list--open .tabs__item--active > .tabs__link:after {
    content: none;
  }
  .tabs--xl .tabs__item {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    text-align: left;
  }
  .tabs--xl .tabs__item--active > .tabs__link {
    background-color: #333333;
    color: white;
    border: 0;
  }
  .tabs--xl .tabs__item--active > .tabs__link:hover {
    color: white;
  }
  .tabs--xl .tabs__item--active > .tabs__link:after {
    content: "";
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-top-color: #ffffff;
    float: right;
    margin-top: .75em;
  }
}

.tabs__list {
  margin: 0;
  margin-bottom: -1px;
    text-align: center;
}

.tabs__item {
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.38);
  font-weight: 800;    
}

.tabs__item--active > .tabs__link {
  border: 1px solid #d4d4d4;
  background: white;
  border-bottom: 0;
  position: relative;
  z-index: 3;
  color: #0068c1;
    font-weight: 800; 
}
.tabs__item--active > .tabs__link:hover {
  color: #0068c1;
}

.tabs__link {
  font-weight: 500;
  color: #ffffff;
  padding: .5em 1em;
  line-height: 2;
  display: block;
  text-decoration: none;
}
.tabs__link:hover {
  text-decoration: underline;
}

.tabs__area {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s linear;
  height: 0;
}

.tabs__area--active {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s linear;
  height: auto;
}

.tabs__content {
  width: 100%;
  background: #fff;
  border: 1px solid #dadacb;
  position: relative;
  clear: both;
  padding: 22px;
    overflow: hidden;
}


@media (max-width:1000px) {
	.tabs__content{
    height: 500px;
    }   
}
@media (max-width:900px) {
	.tabs__content{
    height: 460px;
    }   
}
@media (max-width:800px) {
	.tabs__content{
    height: 420px;
    }   
}
@media (max-width:700px) {
	.tabs__content{
    height: 380px;
    }   
}
@media (max-width:600px) {
	.tabs__content{
    height: 300px;
    }   
}
@media (max-width:500px) {
	.tabs__content{
    height: 250px;
    }   
}
@media (max-width:400px) {
	.tabs__content{
    height: 200px;
    }   
}
@media (max-width:300px) {
	.tabs__content{
    height: 180px;
    }   
}

