/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html, font {
  /* Change default typefaces here */
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
}
/* Copy & Lists */
p {
  line-height: 1.3rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 105%;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  line-height: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem;
  color: #0078b6;
}
h1 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem;
}
h3 {
  font-size: 1.414rem;
}
h4 {
  font-size: 0.707rem;
}
h5 {
  font-size: 0.4713333333333333rem;
}
h6 {
  font-size: 0.3535rem;
}
/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 33px;
}
/* Code blocks */
code {
  vertical-align: bottom;
}
/* Leading paragraph text */
.lead {
  font-size: 1.414rem;
}
/* Hug the block above you */
.hug {
  margin-top: 0;
}


/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    background-color: #fff;
    /* color: #7F8B92; */
	color: #444444;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.mobile, #navButton {
    display: none;
}

/* ==========================================================================
   common styles
   ========================================================================== */

#main {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.container {
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 20px;
}

.content, footer {
    clear: both;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

footer {
	border-top: 1px solid #ccc;
	padding: 0 20px 30px 20px;
	margin-top: 30px;
	font-size: .9rem;
	text-align: right;
}

footer a {
    color: #444444;
}

p img {
	height: auto;
}


/* ==========================================================================
   header styles
   ========================================================================== */

header {
    float: left;
    margin: 0 0 0 0;
    width: 100%;
}

header .container > a {
    float: right;
    display: block;
}

header .container > a img {
    width: 207px;
    height: auto;
}

#mainNav {
    float: left;
    margin-top: 2.8rem;
	padding-top: 10px;
}

#mainNav li {
    float: left;
    padding-right: 1.3rem;
    padding-bottom: 1.9rem;
    font-weight: 600;
    font-size: .95rem;
}

#mainNav li a {
    color: #7E868C;
    text-decoration: none;
    -webkit-transition: color 250ms ease-out; /* Firefox */
    -moz-transition: color 250ms ease-out; /* WebKit */
    -o-transition: color 250ms ease-out; /* Opera */
    transition: color 250ms ease-out; /* Standard */
}

#mainNav li:hover > a, #mainNav a.active, #mainNav a.current, #subNav a.active, #subNav a.current, #subNav li:hover > a {
    color: #0078B6;
}

#mainNav li ul {
    z-index: 1000;
    background-color: #0078B6;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin: 1.6rem 0 0 0;
    padding: 1.3rem 0 .8rem 1.4rem;
    min-width: 300px;
    -webkit-transition: all 250ms ease-out; /* Firefox */
    -moz-transition: all 250ms ease-out; /* WebKit */
    -o-transition: all 250ms ease-out; /* Opera */
    transition: all 250ms ease-out; /* Standard */
}


#mainNav li ul:before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  margin-top: -18px;
  margin-left: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0078B6;
}

#mainNav li:hover ul {
    visibility: visible;
    opacity: 1;
    margin: 1.9rem 0 0 0;
}
#mainNav li:hover ul li ul{
  visibility: hidden;
}
#mainNav li ul li{
  position:relative;
}
#mainNav li:hover ul li ul{
  position: absolute;
  top: -0px;
  left: 100%;
  margin-top: 0px !important;
  padding-top: .5rem;
  padding-bottom: 0;
}
#mainNav li:hover ul li:hover ul{
  visibility: visible;
      position: absolute;
      top: -5px;
      left: 100%;padding-top: .5rem;
    padding-bottom: 0;
	  margin-top: 0px !important;}
	  
	  #mainNav li ul li ul:before{
		content: "";
		border:none;
		
	  }

	  #mainNav li:hover ul li:hover.hr ul{
          top:-8px;
	  }
@media screen and (max-width:860px){
	#mainNav li:hover ul li ul{
		position:relative !important;
		top:unset !important;
		left:unset !important;

	}
}
#mainNav li li {
    float: none;
    padding-bottom: .5rem;
}

#mainNav li li a {
    color: #fff;
    -webkit-transition: opacity 250ms ease-out; /* Firefox */
    -moz-transition: opacity 250ms ease-out; /* WebKit */
    -o-transition: opacity 250ms ease-out; /* Opera */
    transition: opacity 250ms ease-out; /* Standard */
}

#mainNav li li:hover a, #mainNav li li a.active {
    color: #fff;
    opacity: .7;
}

#mainNav li li:hover ul li a, #mainNav li li ul li a{
   opacity:1;
}

#mainNav li li:hover ul li:hover a, #mainNav li li ul li a.active{
    opacity: .7;

}

#mainNav li.hr {
    border-bottom: 1px solid #4893C2;
    padding-left: 22px;
    margin-left: -22px;
    padding-bottom: .2rem;
    margin-bottom: .3rem;
}

#mainNav > ul > li > ul {
	padding-top: .5rem;
	padding-bottom: 0px;
}


/* ==========================================================================
   header slider
   ========================================================================== */

#headerSlider {
    z-index: 0;
    float: left;
    height: 343px;
    width: 100%;
    margin-top: 0;
    margin-bottom: .3rem;
}


/* ==========================================================================
   header shadow
   ========================================================================== */

#headerShadow {
    z-index: 0;
    float: left;
    height: 30px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -.3rem;
    background: url('../i/hgShadow.png') no-repeat;
    background-size: 100% 30px;
}

#headerShadow + #breadcrumb {
	margin-bottom: 7.5rem;
}


/* ==========================================================================
breadcrumb
========================================================================== */

#breadcrumb {
}

#breadcrumb ul {
    float: left;
    list-style: none;
    font-weight: normal;
    padding: 0 0 2rem 0;
}

#breadcrumb li {
    float: left;
    color: #999;
    font-size: .8rem;
    padding-right: 5px;
}

#breadcrumb li a {
    color: #999;
    text-decoration: none;
}

#breadcrumb li:after {
    /* content: ' > '; */
    padding-left: 2px;
}

#breadcrumb li:last-child:after {
    content: '';
}

#breadcrumb li:last-child a {
	color: #0078B6;
}


/* ==========================================================================
   span styles
   ========================================================================== */

.span3 {
	float: left;
	width: 28%;
	background-color: #efefef;
	/* border: 1px solid #ccc; */
	padding-bottom: 1.5rem;
}

.span7 {
	float: left;
	width: 65%;
	margin-right: 5%;
	margin-bottom: 5%;
}

.span10 {

}

.span3 h3, .span3 p {
	margin: 1.5rem 1rem 0 1rem !important;
	font-size: 1rem !important;
}

.span3 p {
	margin-top: 0 !important;
}

.well {

}

.well p {
	padding: 1rem 1rem 0 1rem;
	margin: 0;
}

.well p + p {
	padding-bottom: 1rem;
}

.row-fluid > div > h1:first-child, .row-fluid > div > h2:first-child, .row-fluid > div > h3:first-child, .row-fluid > div > h4:first-child {
	margin-top: 0;
}

.row-fluid > div > h4:first-child + h3 {
	margin-top: .5rem;
}



/* ==========================================================================
   content styles
   ========================================================================== */

.content a, footer a {
/*
	color: #444444;
*/
	color: #0078b6;
	text-decoration: none;
/* above changed on 2019-10-14 */

    -webkit-transition: color 250ms ease-out; /* Firefox */
    -moz-transition: color 250ms ease-out; /* WebKit */
    -o-transition: color 250ms ease-out; /* Opera */
    transition: color 250ms ease-out; /* Standard */
}

.content a:hover, footer a:hover {
	color: #0078b6;
}

.text {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

.half {
    float: left;
    width: 50%;
    max-width: 450px;
}

.text h1 {
	line-height: 2rem;
}

.text h2 a {
	color: #0078b6;
	text-decoration: none;
}

.text h2 a:hover {
	text-decoration: underline;
}

.text h2 + p {
    margin-top: 0;
}

.text h3 {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 2rem;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}

.text h3 a {
	text-decoration: none;
	color: #0078b6;
}

.text h2, .text h4 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.8rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.text h4 a {
	text-decoration: none;
}

.text h5 {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 0;
}

.text h5 a {
	text-decoration: none;
}

.text p {
	font-family: avenir, Lato, sans-serif;
}

.half h2 {
    font-size: 1rem;
	font-weight: bold;
    line-height: 1.3rem;
	margin: 2rem 0 0 0;
}

.content:not(.detail) .text ol {
	list-style-type: decimal;
	counter-reset: item;
}

.content:not(.detail) .text ol li {
	display: block;
	padding-left: 2rem;
	position: relative;
}

.content:not(.detail) .text ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	width: 2rem;
	position: absolute;
	left: 0;
}

.content:not(.detail) .text ol li a, .content:not(.detail) .text ol li font {
	text-decoration: none;
	font-size: 1rem;
}

.content table {
	width: auto;
	display: table;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.content table[width] {
	width: 100%;
}

.content table td {
	padding-right: 1rem;
	line-height: 1.2rem;
	vertical-align: top;
	padding-bottom: 1.5rem;
}

.content table td > p:first-child {
	margin-top: .5rem;
}

.content table ul {
	padding-left: 1.2rem;
	list-style: square;
}

.content .medium-em {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.content .medium-em + br {
	display: none;
}

.content .backlink {
	float: right;
	background: url('../i/btBacklink.png') no-repeat;
	padding-left: 1.5rem;
}

.content:not(.detail) > .text > div > div > ul {
	padding-left: 1.2rem;
	padding-bottom: 1.2rem;
}

.content:not(.detail) > .text > div > div > ul li {
	list-style: square;
}

.portrait {
	clear: both;
	width: 100%;
	padding-top: 1rem;
}

.portrait.noPic {
	width: auto;
	margin-left: 238px;
}

.portrait img {
	width: 208px;
	height: auto;
	float: left;
	padding-right: 2rem;
}

.portraitImage {
	width: 208px;
	height: auto;
}

.portrait h3 {
	font-size: 1.1rem;
	margin-top: 1rem;
	margin-bottom: 0;
}

.portrait img + h3, .portrait a + h3 {
	margin-top: 2rem;
}

.portrait h3 a {
	text-decoration: underline;
}

.portrait p {
	margin: 0;
}

.half p {
    padding-right: 80px;
}

.half:nth-child(even) p {
    padding-right: 0;
}


/* ==========================================================================
   news styles
   ========================================================================== */

.newstitleview {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.8rem;
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	color: #0078B6;
}

.newsdate {
	float: left;
	width: 100%;
	padding-bottom: .2rem;
}

.newstitlelist a {
	font-weight: bold;
	color: #0078B6;
}



/* ==========================================================================
   detail styles
   ========================================================================== */

.detail ul, .detail ol {
	clear: both;
	border-top: 1px solid #80898F;
}

.detail .offset1 > ul, .detail .offset1 > ol {
	border-bottom: 1px solid #ccc;
}

.detail ol {
	list-style-type: none;
}

.detail li {
	border-top: 1px solid #ccc;
	border-left: 2px solid #fff;
	padding: 10px 10px;
	cursor: pointer;
	background: url('../i/btOpen.png') no-repeat 98% .8rem;
}

.detail li.noLink {
	cursor: normal;
	background-image: none;
	/* border: 1px solid red; */
}

.detail li li:last-child {
	/* border-top: 10px solid yellow; */
}

.detail li.noLink ol {
	margin-top: .5rem;
}

.detail ol li {
	display: block;
	position: relative;
	padding-left: 30px;
}

.detail ol ol {
	border-top: none;
	padding-top: 10px;
	margin-bottom: -10px;
}

.detail ol li:before {
	display: list-item;
	content: ' ';
	width: 30px;
	left: 30px;
	position: absolute;
}

.detail .offset1 > ul > li:first-child, .detail .offset1 > ol > li:first-child {
	border: none;
}

.detail li:hover, .detail .offset1 > ul > li:first-child:hover {
	border-left: 2px solid #0078b6;
	background-color: #fefefe;
}

.detail li:not(.active) {
	background-color: #fff;
}

.detail li li, .detail li li:hover {
	border-left: none;
}

.detail li a {
	text-decoration: none;
}

.detail li.active {
	background: #eee url('../i/btClose.png') no-repeat 98% 1.05rem;
}

.detail li.active > a, .detail li:hover > a {
	font-weight: bold;
	color: #0078b6;
}

.detail li br {
	display: none;
}

.detail li ul {
	border: none;
	margin: 10px 0 -10px 0;
}

.detail li li {
	margin: 0 -10px;
}

.detail h3 {
	margin-bottom: .5rem;
}

.detail h4 {
	font-size: 1.2rem;
}

.detail h3 + h4 {
	margin-top: 0;
}

.text > h5, .detail > .text > .row-fluid > .span10 > h5 {
	position: relative;
	width: auto;
	float: left;
	background-color: #0078B6;
	color: #fff;
	padding: .4rem 0 .4rem 2.2rem;
	line-height: 1rem;
}

.detail > .text > .row-fluid > .span10 > h5 + div, .detail > .text > .row-fluid > .span10 > h5 + h4 + div {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 10px 20px 20px 20px;
	background-color: #eee;
}

.text > h5 a, .detail > .text > .row-fluid > .span10 > h5 a {
	text-decoration: none;
}

.text > h5, .text > h5 small, .detail .span10 > h5, .detail .span10 > h5 small {
	font-size: .9rem;
}

.text > h5 small, .detail > .text > .row-fluid > .span10 > h5 small {
	float: right;
	display: block;
	background-color: #eee;
	color: #eee;
	padding: .4rem 2.2rem;
	margin-left: 2.8rem;
	margin-top: -.4rem;
	margin-bottom: -.5rem;
}

h5.left {
	padding: .4rem 2.2rem .4rem 0 !important;
	line-height: 1rem;
}

h5.left small {
	float: left !important;
	margin-left: 0 !important;
	margin-right: 2.8rem;
}

.detail .hint {
	font-weight: normal;
	width: 100%;
	float: left;
}

/* .detail .hint:before {
	content: '(';
}

.detail .hint:after {
	content: ')';
	margin-left: -8px;
} */

.detail :not(.ajaxContent) .cbparagrafentitel {
	text-align: center;
	font-weight: normal;
}

.detail :not(.ajaxContent) .cbparagrafentitel b {
	font-weight: normal;
}

.detail .atitel {
	clear: both;
	text-align: center;
	font-size: 1.4rem;
	padding-top: 2rem;
	margin-top: 0;
}

.detail .bcunterabschnitt {
	margin-top: 0;
	text-align: center;
}

.detail .caparagraf {
	font-size: 1.3rem;
	line-height: 1.6rem;
	text-align: center;
}

.detail .pagebreak {
	text-align: center;
	font-weight: bold;
}

/* hide some ajax contents for beautifying purposes: */

.ajaxLoader {
	margin-left: 10px;
}

.ajaxContent {
	display: none;
	padding-right: 100px;
}

.ajaxContent .atitel {
	text-align: left;
}

.ajaxContent .atitel + .atitel {
	margin: 0;
	/* border: 1px solid red; */
}

.ajaxContent csobj, .ajaxContent h1:not(.atitel), .ajaxContent h3, .ajaxContent h4, .ajaxContent .bateil, .ajaxContent a[href$="#top"] {
	display: none;
}

.bateil {
	display: block !important;
}

.ajaxContent h5 {
	color: #999;
	font-size: 1rem;
	margin: 1.5rem 0 1rem 0;
}

.ajaxContent .cbparagrafentitel, .ajaxContent .caparagraf {
	padding-top: 1rem;
	font-size: 1rem !important;
	font-weight: bold;
	color: #666 !important;
	text-align: left !important;
}


/* ==========================================================================
   bibliothek form styles
   ========================================================================== */

#bibform {
	clear: both;
	border-top: 1px solid #80898F;
	padding-top: 2rem;
}

#bibform input[type="text"] {
	border: 1px solid #ccc;
	padding: .2rem .7rem;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
	width: 40%;
}

#bibform #y {
	width: 15%;
}

#bibform input[type="radio"] {
	margin-left: .5rem;
}

#bibform select {
	border: 1px solid #ccc;
	padding: .2rem .7rem;
	margin-left: 1.5rem;
	margin-bottom: 1rem;
	width: 30%;
	min-width: 170px;
}

#bibform input[type="submit"], #bibform #research {
	border: none;
	background: none;
	text-decoration: underline;
	float: right;
	margin-right: 11%;
}

#searchSorted {
	margin: 3rem 0 -.5rem .5rem;
}

#searchSorted a {
	margin: auto .3rem;
}

#searchSorted .active {
	text-decoration: none;
	font-weight: bold;
	color: #0078B6;
}

#searchAmount {
	color: #0078B6;
	font-weight: bold;
	margin-left: .5rem;
}

#searchResult p:first-child {
	font-weight: bold;
}

#searchResult span {
	position: absolute;
	float: left;
	display: block;
	text-align: right;
	width: 1.5rem;
	margin-left: -2.2rem;
}

#searchResult p {
	margin-left: 2.5rem;
}

#searchResult p:last-child {
	margin: 0 0 0 2.5rem;
}

.content #bibform table {
	float: right;
	margin-right: 3.5rem;
}

.content #bibform table td {
	margin: 0 !important;
	padding: 0 !important;
}


/* ==========================================================================
   loading spinner styles
   ========================================================================== */

.cssload-loader {
	display: block;
	margin:0 auto;
	width: 10px;
	height: 10px;
	position: relative;
	border: 1px solid rgba(224,143,224,0.22);
	animation: cssload-loader 2.3s infinite ease;
		-o-animation: cssload-loader 2.3s infinite ease;
		-ms-animation: cssload-loader 2.3s infinite ease;
		-webkit-animation: cssload-loader 2.3s infinite ease;
		-moz-animation: cssload-loader 2.3s infinite ease;
}

.cssload-loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: rgb(0,0,0);
	animation: cssload-loader-inner 2.3s infinite ease-in;
		-o-animation: cssload-loader-inner 2.3s infinite ease-in;
		-ms-animation: cssload-loader-inner 2.3s infinite ease-in;
		-webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
		-moz-animation: cssload-loader-inner 2.3s infinite ease-in;
}





@keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(180deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}

@-o-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}

@-ms-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}

@-webkit-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}

@-moz-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}

	25% {
		height: 0%;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media only screen and (max-width: 1160px) {

    #mainNav li {
        padding-right: 1.6vw;
        font-size: 1.3vw;
    }

}


@media only screen and (max-width: 960px) {

	.nomobile {
		display: none;
	}

	.mobile {
		display: block;
	}

	.half {
	    width: 100%;
	    max-width: 100%;
	}

}


@media only screen and (max-width: 900px) {

	#breadcrumb {
		display: none;
	}

	header .container > a {
	    float: right;
	    display: block;
	    margin-bottom: 1rem;
	}

	header .container > a img {
	    width: 160px;
	    height: auto;
	}

	#navButton {
	  	float: left;
	  	text-indent: -9999px;
	    margin: 20px 10px 0 10px;
	    display: block;
	    width: 45px;
	    height: 31px;
	    background: url('../i/btMobileNav.png') 5% 50% no-repeat;
	    background-size: auto 60%;
	}

	#navButton.navOpen {
		background: url('../i/btMobileNavActive.png') 5% 50% no-repeat;
		background-size: auto 70%;
	}

	#closeButton {
	  	text-indent: -9999px;
	    position: absolute;
	    z-index: 100000;
	    right: 10px;
	    top: 122px;
	    display: block;
	    visibility: hidden;
	    opacity: 0;
	    width: 41px;
	    height: 36px;
	    background: #fff url('../i/btClose.png') 5% 50% no-repeat;
	    background-size: auto 60%;
	    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s, opacity 0s 0s;
	    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s, opacity 0s 0s;
	    transition: transform .4s 0s, visibility 0s .4s, opacity 0s 0s;
	    -webkit-transform: translate3d(-100%, 0, 0);
	    -moz-transform: translate3d(-100%, 0, 0);
	    -ms-transform: translate3d(-100%, 0, 0);
	    -o-transform: translate3d(-100%, 0, 0);
	    transform: translate3d(-100%, 0, 0);
	    -webkit-backface-visibility: hidden;
	    -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	    -o-backface-visibility: hidden;
	    backface-visibility: hidden;
	}

	#mainNav {
	    background-image: none !important;
	    background-color: #fff;
	    z-index: 10000 !important;
	    position: absolute;
	    top: 104px;
	    left: 0;
	    visibility: hidden;
	    width: 100%;
	    height: 100%;
	    padding: 40px 0 0 0;
	    margin: 0;
	    /* Force Hardware Acceleration in WebKit */
	    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
	    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
	    transition: transform .4s 0s, visibility 0s .4s;

	    -webkit-transform: translate3d(-100%, 0, 0);
	    -moz-transform: translate3d(-100%, 0, 0);
	    -ms-transform: translate3d(-100%, 0, 0);
	    -o-transform: translate3d(-100%, 0, 0);
	    transform: translate3d(-100%, 0, 0);
	    -webkit-backface-visibility: hidden;
	    -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	    -o-backface-visibility: hidden;
	    backface-visibility: hidden;

	    -webkit-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.55);
	    -moz-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.55);
	    box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.55);
	}

	#mainNav.navOpen {
		min-height: 5000px;
	    visibility: visible;
	    -webkit-transform: translate3d(0, 0, 0);
	    -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	    -o-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
	    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
	    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
	    transition: transform .4s 0s, visibility 0s 0s;
	    /* smooth the scrolling on touch devices - webkit browsers */
	    -webkit-overflow-scrolling: touch;
	}

    #mainNav li, #mainNav li.hr {
    	border: none;
        float: none;
        padding: 10px 0 10px 20px !important;
        font-weight: normal;
        font-size: 1.5rem;
	    padding-left: 22px;
	    margin-left: 20px !important;
    }

    #mainNav li li, #mainNav li li.hr {
		font-size: 1.2rem;
		padding: 5px 5px 5px 20px !important;
    }

    #mainNav ul ul {
        position: relative;
        visibility: visible;
        background: none !important;
        opacity: 1;
        display: none;
        top: 10px;
        left: 0;
        margin: 0 0 0 -1.4rem;
        padding: 0 0 20px 0;
        border: none;
        -webkit-transition: none; /* Firefox */
        -moz-transition: none; /* WebKit */
        -o-transition: none; /* Opera */
        transition: none; /* Standard */
    }
 	#mainNav ul li ul {
        -webkit-transition: none; /* Firefox */
        -moz-transition: none; /* WebKit */
        -o-transition: none; /* Opera */
        transition: none; /* Standard */
    }
    #mainNav li:hover ul {
        visibility: visible;
        opacity: 1;
        margin: 0 0 0 -1.4rem;
    }

    #mainNav ul ul li {
        margin: 0;
        padding: 10px 20px 10px 50px;
        border: none;
    }

	#mainNav li ul:before {
	  left: -99999px;
	}

	#mainNav li li a {
	    color: #999;
	}

	#mainNav li li:hover a, #mainNav li li a.active {
		color: #0078B6;
	}
	#mainNav li li:hover li a, #mainNav li li li a.active {
	  color:#999;
	}
    #headerSlider {
        position: relative;
        top: 0px;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: 150px;
        margin-bottom: 2rem;
    }

	.detail li a {
		display: block;
		text-decoration: none;
		margin-right: 1rem;
		margin-bottom: -20px;
	}

	.ajaxContent {
		display: none;
		padding-right: 10px;
	}

	.span3, .span7, .span10 {
		width: 100%;
	}

	.portrait img, .portraitImage {
		width: 100%;
		float: left;
		clear: both;
	}

	.portrait.noPic {
		margin-left: 0;
	}

}




@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        /* content: " (" attr(href) ")"; */
    }

    abbr[title]:after {
        /* content: " (" attr(title) ")"; */
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    #mainNav, #headerSlider, footer {
    	display: none;
    }

	.span3, .span7, .span10 {
		width: 100% !important;
	}

}




/* ==========================================================================
   Vendor Styles
   ========================================================================== */

/*
* vegas slider
*/

.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:url(overlays/02.png) center center}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#0078B6;-webkit-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0)}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}:root body.vegas-container>.vegas-overlay,:root body.vegas-container>.vegas-slide,_::full-page-media,_:future{bottom:-76px}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px);filter:blur(32px)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0);filter:blur(0)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown,.vegas-transition-slideDown2,.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}
