  @charset "UTF-8";
/* CSS Document */






body{
      /* margin-top: 100px;
     font-family: 'Trebuchet MS', serif;
      line-height: 1.6;
      font-size: 0.8em;*/
    }
    
    
    .container{
     /* margin: 0 auto;*/
    }



    ul.tabs{
      margin: 0 auto;
      padding: 30px 0 0 0;
      list-style: none;
      /*border-bottom: 1px solid #c5c5c5;*/
      line-height:1.6;
      font-size:.9em;
		text-align:center;
    }
    ul.tabs li{
      background: #56575d;
      color: #fff;
      display: inline-block;
      padding: 10px 20px;
     /* cursor: default; 
      border-top: 1px solid #c5c5c5;
      border-left: 1px solid #c5c5c5;
      border-right: 1px solid #c5c5c5;*/
      width: 150px;
      text-align: center;
      cursor:pointer; /* added to original css */
		margin: 0 1%;

    }

    ul.tabs li.active{
      background: #862633;
      color: #fff;
		background-image: url(/_resources/images/program/down-arrow-large.png);
  	  background-repeat: no-repeat;
  	  background-size: 26%;
  	  background-position: 0 0;	
      /* border-top: 3px solid #eaaa00;
      cursor: default; added to original css */
    }









    .tab-content{
      display: none;
      /*background: #ededed;*/
      padding: 15px;
      color: #000;
      width: 76%;
		margin: 0 auto;
    }

    .tab-content.active{
      display: inherit;
    }
    
/* type adjustments */	
.tab-content p {font-weight:lighter;line-height:1.4em;}
.tab-content p strong {font-weight:normal;}

@media screen and (max-width: 992px) {
ul.tabs li {width: auto;}
}

    		
@media screen and (max-width: 768px) {
ul.tabs li {width: 100%;box-sizing: border-box;background:#fff;border:1px solid #56575d;margin:2px 0;color:#56575d;}


ul.tabs li.active{background: #862633;border:1px solid #862633;color: #fff;background-image: none;}

}


















