@charset "utf-8";
/* CSS Document */
#panels section .tabmain {
/* max-height: none !important;*/
}
.img-responsive{
    width:inherit;
    max-width:100%;
    height:auto;
}
#panels section .tabmain img ,
#panels section .tabmain figcaption{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0 !important;
 		filter: alpha(opacity=0);
  	-ms-filter: "alpha(opacity=0)";
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

.slvzr-checked#panel-1-ctrl ~ #panels #panel-1 .tabmain img ,
.slvzr-checked#panel-1-ctrl ~ #panels #panel-1 .tabmain figcaption {
	opacity: 1;
 		filter: alpha(opacity=100);
  	-ms-filter: "alpha(opacity=100)";
}

.slvzr-checked#panel-2-ctrl ~ #panels #panel-2 .tabmain img ,
.slvzr-checked#panel-2-ctrl ~ #panels #panel-2 .tabmain figcaption {
	opacity: 1;
 		filter: alpha(opacity=100);
  	-ms-filter: "alpha(opacity=100)";
}

.slvzr-checked#panel-3-ctrl ~ #panels #panel-3 .tabmain img ,
.slvzr-checked#panel-3-ctrl ~ #panels #panel-3 .tabmain figcaption {
	opacity: 1;
 		filter: alpha(opacity=100);
  	-ms-filter: "alpha(opacity=100)";
}

.panel-radios{
	visibility:visible !important;
	height:1px !important;}
	
ul#tabs-list li label.panel-label {
	border-top: 0px solid #020D45;
	padding: 12px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #333;
	background-color: #031F5F;
}
.slvzr-checked#panel-1-ctrl ~ #tabs-list #li-for-panel-1 label.panel-label,  .slvzr-checked#panel-2-ctrl ~ #tabs-list #li-for-panel-2 label.panel-label,  .slvzr-checked#panel-3-ctrl ~ #tabs-list #li-for-panel-3 label.panel-label {
	font-weight: bold;
	color: #333;
	border-top: 6px solid #020D45;
	padding-top: 12px;
	border-right: 1px solid #A3A3A3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #A3A3A3;
	background-color: #FFFFFF;
}
/*********************************************************/

.tile {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.tile a { display: block; }
.tile .tile-body {
	position: relative !important;
	z-index: 100;
	padding: 15px 20px;
	width: 100%;
	height: 100%;
	min-height: 232px;
}

.tile .tile-body footer {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 20px 35px;
	width: 100%;
}
/*********************************************************/

@media (min-width: 768px) {
.layer-section-header {
	padding-top:0px !important;
}
}
.layer-section-header > .container {
	width: 100%;
	padding: 0;
	background-color: #FFFFFF;
}

.layer-hero-carousel{
	padding-top: 0 !important;
}
/*********************************************************/
.cd-breadcrumb{
	padding-left:40px 0 !important;
	margin: 0 !important;
}
.cd-breadcrumb ol{
    padding: 10px 0 ;
    overflow: auto;
    _zoom:1
}
.cd-breadcrumb li {
    float: left;
    list-style: none;
}
.cd-breadcrumb li + li:before {
    margin: 0 8px;
    content: ">";
}
/*********************************************************/
section .year-link li:before { content: "｜  "; }
section .year-link li:first-child:before { content: " "; }
section .year-link li { padding-right:10px;}
/*********************************************************/



