/* Mobile First */
.tabSection {
  /* background: #e8e8e8; */
}

.tabSection + .tabSection {
  border-top-width: 0;
}

.tabContent {
  /* padding: 1em; */
  background: #fff;
}

.js .tabContent {
  display: none;
}

.tabContent.active {
  display: block;
}

.tabNav {
  display: none;
}

.tabHeader {
  display: block;
  padding: 11px 1em;
  color: #5a5a5a;
  cursor: pointer;
  text-decoration: none;
  position:relative;
}

.tabHeader:hover, .tabHeader:focus {
  background: #dcdcdc;
  text-decoration: none;
}

.js .tabHeader:after {
  content:"\232a";
  font-family: 'icomoon';
  transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  position:absolute;
  right:15px;
  top:15px;
}

.js .tabHeader.active:after {
  content:"\232a";
  font-family: 'icomoon';
  transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
}

/* Large View - for most sites, min-width should be 60em or 40em, for this demo it's 30em */
@media (min-width: 48em) {
  .tabNav {
    display: block;
  }

  .tabNav a {
    display: block;
    padding: 0.5em 1.5em;
    float: left;
    background: #f2f4f7;
    color: #5a5a5a;
    text-decoration: none;
  }

  .tabNav a:hover, .tabNav a:focus {
    text-decoration: none;
    background: #fff;
  }

  .tabNav a.active {
    background: #fff;
  }

  .tabHeader {
    display: none;
  }

  .tabPanel {
  }

  .tabContent {
    /* padding: 1.5em */
  }

  .tabSection {
    display: none;
  }

  .tabSection  + .tabSection {
    border-top-width: 1px;
  }

  .tabSection.active {
    display: block;
  }

  .tabSection.active .tabContent {
    display: block;
  }

  .no-js .tabSection {
    display: block;
  }
}

/* COLOR TABS */

.colorTabs { /* margin:0 0 2em 0; border:1px solid #e0dcdc; */}
.colorTabs .tabSection {/*background: #1263a8;*/}
.colorTabs .tabContent {background:#fff; }
.colorTabs .tabNav a.active {border-top: 3px solid #e8461d; }
.colorTabs .tabNav a {
	font-size:15px;
	/* font-family: 'Archivo Narrow', sans-serif; */
	font-weight:bold;
	/* letter-spacing: 1px; */
	/* background:#f2f4f7; */
	color: #234174;
	/* border:0px solid #017a9c; */
	border-right:none;
	text-align:center;
	padding: 17px 22px 20px 0;
	background: url(../png/icon-dept-nav.png) no-repeat 100% 22px;
	margin-right: 25px;
	border-top: 3px solid #fff;
	text-transform:uppercase;
}
.colorTabs .tabNav a:hover,
.colorTabs .tabNav a:focus {border-top: 3px solid #e8461d;}	

.colorTabs .tabNav a:last-child {
	/*border-right:1px solid #017a9c;*/}

.colorTabs .tabHeader {
	color: #446bbd;
	/* border-bottom:1px solid #fff; */
	font-size: 18px;
	/* font-family: 'Archivo Narrow', sans-serif; */ font-weight:bold;}

.colorTabs .tabHeader.active {background:#fff; color:#e8461d; }
.colorTabs .tabHeader:hover, .colorTabs .tabHeader:focus {background:#fff; color:#e8461d;}


@media (min-width: 48em) {

	.colorTabs .tabNav {
		display: table;
		width:100%;
		/* background:#f2f4f7; */
		border-bottom: 1px solid #ccc;
	}
	.colorTabs .tabNav a {
		display:table-cell;
		/*float:none;*/
		/* border-right: 1px solid #e0dcdc; */
	}
	.colorTabs .tabCol {width:48%; margin:0 1em 0 0; display:inline-block; vertical-align:top;}
	.colorTabs .tabCol:last-child {margin:0;}
	
	
	.colorTabs .tabNav a.active {position:relative;}
	/* .colorTabs .tabNav a.active:after {
		position:absolute;
		content:"";
		width:100%;
		height:1px;
		left:0;
		bottom:-1px;
		border-bottom:1px solid #fff;
	} */
	
	
	/* For Slick Slider to work correctly in Tabs */
	.js .tabSection, .js .tabContent {
		display: block;     /* undo display:none          */
		height: 0;          /* height:0 is also invisible */ 
		overflow-y: hidden; /* no-overflow                */	
	}
	.tabSection.active , .tabSection.active .tabContent {
		height: auto;       /* let the content decide it  */	
	}	
	
}

@media only screen and (min-width:60em){
	.colorTabs .tabNav a {margin-right:50px;}
}

/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {
	
	/* For Slick Slider to work correctly in Tabs */
	.js .tabContent {
		display: block;
		height: 0; 
		overflow-y: hidden;
		padding:0;
	}
	.tabContent.active {
		height: auto;
		padding: 0;
	}

}
/* 16px baseline (768px - 959px) */
@media only screen and (min-width:48em) and (max-width:59.938em) {
	.colorTabs .tabNav a {font-size:13px;}
}


/* 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;}




