#container{ width:80%; padding:0px 50px; margin:0 auto;} .tabs { border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc; overflow:hidden; }
.tabs li{ float:left;width: 25%;background:#ededed;text-transform: none; }
.tabs li a{ text-transform: none!important; border-left: 1px solid #ccc; 
color:#545454; display:block; 
font-weight:bold; 
padding: 15px 20px;
font-family: 'GothamBoldRegular';
text-align:center;font-size:15px;}
.tabs li:first-child a{ border-left: none; }
.tabs li a:hover, .tabs li a:focus{ color:#0073bd; }
.tabs .active a{ color: #0073bd;background: #fcfcfc; } .accordion_tabs { display:none; border-top: 1px solid #ccc; padding: 10px; font-weight: bold; background: #eee; }
.tab_content_wrapper > .accordion_tabs:first-child{ border-top:none; }
a.accordion_tabs:link, a.accordion_tabs:visited{ color: #21759B; }
a.accordion_tabs:hover, a.accordion_tabs:focus{ color:#0073bd; }
a.accordion_tabs.active{ color: #0073bd; background:#fcfcfc;} .tab_content_wrapper{   position:relative; transition: all .3s ease-in-out .3s; }
.tab_content{ transition: all .6s ease-in-out; padding:15px; background:#fcfcfc;width:100%;
border-left:1px solid #ccc; border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-top:none;
}
.toggle_display{display:block;}
.toggle_position{ position:absolute; }
.toggle_border{  height:auto!important }
.invert_border{ border-width: 1px 1px 0 1px;} @media screen and (max-width: 600px) {
#container{ width:90%; padding:40px 20px; }
.accordion_tabs{ display:block; }
.tab_content_wrapper{ height:auto !important;}
.tab_content{ transition:none; padding:10px;}
.toggle_display{display:none;}
.toggle_position{ position:relative; }
.toggle_border{ border-width: 1px; }
}