ul,ol{ list-style:none outside none;}
.tabs {overflow:hidden; }
.tabs li{ float:left; }
.tabs li a{ border-left: 1px solid #ccc; color:#fff; background:#00afef; font-family:"Oswald",sans-serif; font-weight:500; font-size:19px; display:block; padding: 15px 34px; }
.tabs li:first-child a{ border-left: none; }
.tabs li a:hover, .active{ color:#fff; background:#003366; }
.tabs .active a{ color:#fff; background:#003366; }

/* == accordion */
.accordion_tabs { display:none; border-top: 1px solid #ccc; padding:20px; 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:#D54E21; }
a.accordion_tabs.active{ color: #000; border-bottom: 1px solid #ccc;}

/*  == tab content  */
.tab_content_wrapper{ overflow:hidden;  position:relative; transition: all .3s ease-in-out .3s; }
.tab_content{ transition: all .6s ease-in-out; padding:30px 20px; background:#f7f7f7; width:100%}
.toggle_display{display:block;}
.toggle_position{ position:absolute; }
.toggle_border{ }
.invert_border{ border-width: 1px 1px 0 1px;}

/* Media Queries
***********************/
@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; }
}