
CSS
/* Mobile First */

.tabSection {
  background: #f5f5f5;
  	-webkit-border-radius:0 5px 5px 5px;
       -moz-border-radius:0 5px 5px 5px;
            border-radius:0 5px 5px 5px;
}

.tabSection + .tabSection {

}

.tabContent {
	padding: 26px;
	font-size: 16px;
	line-height: 1.4em;
}

.js .tabContent {
  display: none;
}

.tabContent.active {
  display: block;
  padding: 26px 20px;
}

.tabNav {
  display: none;
}

a.tabHeader, a.tabHeaderAlt {
  cursor: pointer;
  position:relative;
  display: block;
	padding: 14px 54px 14px 25px;
    background: #256093;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
    text-decoration: none;
	border-top: 1px solid #fff;
}
.specialTab a.tabHeader, .specialTab a.tabHeaderAlt {
	border-bottom: 1px solid #002d62; text-transform:uppercase; font-size:18px; color:#002d62; font-family: 'Lato', sans-serif; padding: 15px 0.5em 15px 54px;
	background: #f2e7d0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZTdkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmFmOGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f2e7d0 0%, #bfaf8f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2e7d0), color-stop(100%,#bfaf8f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2e7d0 0%,#bfaf8f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2e7d0 0%,#bfaf8f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2e7d0 0%,#bfaf8f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2e7d0 0%,#bfaf8f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e7d0', endColorstr='#bfaf8f',GradientType=0 ); /* IE6-8 */
}

.tabHeader.active, .specialTab .tabHeader.active {
    text-decoration: none;
	background: #d77a27;
	position: relative;
	display: block;
	border-bottom:none;
  }

.tabHeader:hover, .tabHeader:focus {
  text-decoration: none;
}


.js .tabHeader:before {
  content: '+';
  position:absolute;
  right:20px;
  top:14px;
  color: #fff;
  font-weight: 700;
}

.js .tabHeader.active:before {
  content: '-';
}


/* Large View - for most sites, min-width should be 60em or 40em, for this demo it's 30em */
@media (min-width: 768px) {
	
  .tabNav {
    display: block;
  }

  .tabNav a {
    float: left;
	margin-right:30px;
    padding: 0;
    background: #fff;
    color: #266093;
	font-size:18px;
    text-decoration: none;
	  -webkit-transition: all 0s ease;
		 -moz-transition: all 0s ease;
		   -o-transition: all 0s ease;
			  transition: all 0s ease;
  }  
  
  .tabNav a.specialTab {text-transform:uppercase; font-size:18px; color:#002d62; font-family: 'Lato', sans-serif; padding: 10px 20px 9px 20px;
	background: #f2e7d0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZTdkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmFmOGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f2e7d0 0%, #bfaf8f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2e7d0), color-stop(100%,#bfaf8f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2e7d0 0%,#bfaf8f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2e7d0 0%,#bfaf8f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2e7d0 0%,#bfaf8f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2e7d0 0%,#bfaf8f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e7d0', endColorstr='#bfaf8f',GradientType=0 ); /* IE6-8 */
	border-bottom: 2px solid #BFAF8F;
	margin-bottom:-2px;
  }

  .tabNav a:hover, .tabNav a:focus {
	color: #d77a27;
	text-decoration: underline;
  }

  .tabNav .active {
	color:#d77a27;
	text-decoration: underline;
  }
  .tabNav a.active > span {
	position: relative;
	display: block;
  } 
  .tabNav a.active.specialTab {
    text-decoration: none;
    background: #f5f5f5;
	color:#002d62;
	border-bottom: 3px solid #f5f5f5;
	margin-bottom: -2px;
	}

  a.tabHeader {
    display: none;
  }

  .tabPanel {
  }

  .tabContent {
	padding: 15px 0 0 0;
	box-sizing: content-box;
  }

  .tabSection {
    display: none;
  }

  .tabSection  + .tabSection {

  }

  .tabSection.active {
    display: block;
  }

  .tabSection.active .tabContent {
    display: block;
  }

  .no-js .tabSection {
    display: block;
  }
}

.tabSection.specialTab.active {
  display: none !important;
}

/* COLOR TABS */

.colorTabs {margin:0 0 2em 0;}
.colorTabs .tabSection {background: #49b2d0;}
.colorTabs, .colorTabs a {color:#fff; }
.colorTabs .tabContent {background:#017a9c; }
.colorTabs .tabNav a.active {background:#017a9c; }
.colorTabs .tabNav a {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif; font-weight:800;
	background:#48b2d0;
	color: #fff;
	border:1px solid #017a9c;
	border-right:none;
	text-align:center;
	padding:1em 1em;}

.colorTabs .tabNav a:last-child {
	border-right:1px solid #017a9c;}

.colorTabs .tabHeader {
	color: #fff;
	border-bottom:1px solid #017a9c;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif; font-weight:800;}

.colorTabs .tabHeader.active {background:#015c77;}
.colorTabs .tabHeader:hover, .colorTabs .tabHeader:focus {background: #015c77;}


@media (min-width: 768px) {

	.colorTabs .tabNav {
		display: table;
		width:100%;}
	.colorTabs .tabNav a {
		background:#49b2d0;
		color: #fff;
		display:table-cell;
		floaT:none;}
	.colorTabs .tabCol {width:48%; margin:0 1em 0 0; display:inline-block; vertical-align:top;}
	.colorTabs .tabCol:last-child {margin:0;}
}


/* SIMPLE TABS */

.simpleTabs {margin:0 0 1em 0;}
.simpleTabs .tabNav {padding-right:80px;}
.simpleTabs .tabNav a {font-size:18px; font-family: 'Open Sans', sans-serif; font-weight:800; color:#aaa8a8; background:#fff; border-right:1px solid #aaa8a8; padding:0 1em;}
.simpleTabs .tabNav a:last-child {border-right:none;}

.simpleTabs .tabNav a.active {color:#231F20;}

.simpleTabs .tabSection {background:#fff; border-bottom:1px solid #aaa8a8;}

.simpleTabs .tabHeader {font-size:18px; font-family: 'Open Sans', sans-serif; font-weight:800; color:#aaa8a8; background:#fff; padding:0.6em 1em;}
.simpleTabs .tabHeader.active {color:#231F20; background:#fff; }
.simpleTabs .tabContent {padding:1.5em 0 0 0; position:relative;}
.simpleTabs .tabContent .tabMoreLink {margin:0 0 1em 0em ;}

@media (min-width: 48em) {
	.simpleTabs .tabContent .tabMoreLink {position:absolute; top:-20px; right:0; margin:0;}
}

.narrowTabs .tabNav a:first-child {padding-left:0;}
.narrowTabs .tabSection {border-bottom:none;}


.is-accordion .tabNav{
    display:none;
}

.is-accordion .tabHeader, .is-accordion .tabSection{
    display: block;
}

.page-tabs .tabNav a {
    font: 10.2px 'Lato', sans-serif;
    padding: 10px 8px;
    margin-right: 0;
}

.page-tabs .tabNav .active{
    color: #a18240;
}