/* Page layout in tabbed areas - CCs */

.tab-main-wrapper {
   background-color:#eaedf5;
   padding:2.5em;
}

.tab_content_wrapper {
   float:left;
   width:100%;
}

.tab_content_wrapper2 {
   width:100% !important;
}

.tab-sidebar {
   float:left;
   width:35%;
   margin-left:5%;
   color:#ffffff;
}

.tab-sidebar h2 {
   color:#ffffff;
}

.tab-sidebar hr {
   background-color:#699aab;
}

.tab-inner {
   padding:2em;
}

.tab-highlights {
   width:60%;
   background-color:#3e4245;
   color:#ececec;
}

.tabs-7 {
   font-size:0.875em;
}

.tabs-7 ul {
   padding-left:0;
   margin-bottom:0;
}

.tabs-7 .button {
   font-size:1em;
}

 
/* End Page layout in tabbed areas - CCs */
 
 
ul,ol{ list-style:none outside none;}

.tabs-7 ul.norm {
   list-style:disc !important;
   margin-left:20px;
   padding-left:0;
}


/*  == tab heading - some anchor tags over-ridden by main styles in responsive.css */
.tabs { /*border: 1px solid #ccc;*/ overflow:hidden; }
.tabs li{ float:left; }
.tabs li a{ border-left: 1px solid #ccc; color:#fff; display:block; font-weight:bold; padding: 15px 20px; background-color:#66b032; }
.tabs li:first-child a{ border-left: none; }
.tabs li a:focus{ color:#3e4245; text-decoration:none; }
.tabs li a:hover{ background-color:#eaedf5; color:#000; text-decoration:none; }
.tabs .active a{ color: #3e4245; background-color:#eaedf5; }

/* == accordion */
.accordion_tabs { display:none; border-top: 1px solid #ccc; padding: 10px; font-weight: bold; background: #66b032; }
.tab_content_wrapper > .accordion_tabs:first-child{ border-top:none; }
a.accordion_tabs:link, a.accordion_tabs:visited{ color: #fff; }
a.accordion_tabs:hover, a.accordion_tabs:focus{ color:#fff; text-decoration:none }
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{ width:100%; transition: all .6s ease-in-out; padding:0 0 50px 0;}
.toggle_display{display:block;}
.toggle_position{ position:absolute; }
.toggle_border{ /*border:1px solid #ccc; border-width: 1px 1px 1px 1px;*/ }
.invert_border{ border-width: 1px 1px 1px 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; }

.tab-main-wrapper, .tab-inner {
   padding:0;
}

}

@media only screen and (max-width: 960px) {

.tab_content_wrapper, .tab-highlights {
   width:100%;
}

.tab-sidebar {
   float:left;
   width:100%;
   margin-left:0;
}


}
