.js-tabs {margin-top: 0.6rem;}
.usa-grid-full ul.js-tablist
{
  margin: 0px 1.3em 3rem 0;
  width: 145px;
  overflow: visible;
  position: relative;
}
.js-tabcontent[aria-hidden=true] {display: none;}
.js-tablist__link:hover {text-decoration: none;
                         background-color: #ccc;
                         color: black;}
.js-tablist__link {color: black;
                   display: block;
                   padding: .5em 6em .5em 1em;
                   background-color: #f1f1f1;
                   white-space: nowrap;}
a.js-tablist__link {text-decoration: none;}
.js-tablist__link[aria-selected=false] {cursor: pointer;}
.js-tablist__link[aria-selected=true] {background: #e1f3f8;
                                       font-weight: bold;
                                       position: relative;
                                       border-left: 3px solid #205493;
                                       border-bottom: 1px solid #205493;
                                       color:#212121;}                                       
.js-tablist__link[aria-selected=true]:after {
                left: 100%;
                top: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(241, 241, 241, 0);
                border-left-color: #e1f3f8;
                border-width: 20px;
                margin-top: -20px;}
.js-tablist li::before {content: none;}
a.js-tablist__link:focus {box-shadow: none;}
li.js-tablist__item {position: relative;
                     margin-bottom: .5rem;}
/*.js-tablist__item-has-focus:after {content: "\f105";
                                   font-family: FontAwesome;
                                   left: 150px;
                                   position: absolute;
                                   top: 1rem;}*/
.usa-grid-full .tabcontent_border {
  border: 5px solid #f1f1f1;
  padding: 0.5em 1em;
  overflow: hidden;
  width: auto;
  float: none;
  min-height: 200px;
  margin-bottom: 2em;
}
.tabcontent-dl dt {width: 25%;}
.tabcontent-dl dd {width: 65%;}
.tabcontent-dl dt span {float: right;}

@media screen and (max-width: 950px) {
  .usa-grid-full ul.js-tablist {
    width:100%; 
    margin:0; 
    display:inline-block;clear:both; }
  .js-tablist__link {display: inline-block;
    padding: .5em 1em;
    margin: 5px 5px 0 0;
    float: left;
    font-size: 0.9em;
  }
  li.js-tablist__item { margin-bottom:0; }
  .js-tablist__link[aria-selected=true] {
    border:none;
  }
  .js-tablist__link[aria-selected=true]:after { display:none;}
}