html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: 'Lato', sans-serif;
  color: #07285b;
}

body {
  position: static;
  overflow-y: auto;
}

body.locked {
  overflow: hidden;
  width: 100%;
  padding-right: 16px !important;
}

body.locked header {
  padding-right: 17px !important;
}

a {
  color: #07285b;
  text-decoration: none;
}

a:hover {
  color: #ac000b;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

#page {
  height: auto;
  min-height: 1275px;
  overflow: hidden;
  background: url(../img/bg1.jpg) no-repeat center center;
  background-size: cover;
}

header {
  height: auto;
  min-height: 5px;
  width: 100%;
  border-top: 6px solid #07285b;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1001;
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

header .top {
  width: 100%;
  height: auto;
  min-height: 5px;
  overflow: hidden;
}

header .logo {
  position: absolute;
  top: 25px;
}

header .logo-sticky {
  display: none;
  position: absolute;
  top: 11px;
}

header .quick-nav {
  float: right;
  margin-top: 12px;
}

header .quick-nav a {
  font-size: 18px;
  margin-left: 14px;
}

header .quick-nav a:hover {
  color: #ac000b;
}

header .quick-nav li {
  position: relative;
}

header .quick-nav li:before {
  display: block;
  content: '|';
  position: absolute;
  top: -1px;
  left: 5px;
  text-transform: uppercase;
  font-weight: 400;
  color: #07285b;
  font-size: 18px;
}

header .quick-nav li:first-child:before {
  display: none;
}

header ul {
  margin: 0;
  padding: 0;
}

header li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

header a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  color: #07285b;
}

header.sticky {
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

#main-nav {
  margin-top: 117px;
  margin-bottom: 5px;
}

#main-nav ul {
  width: 100%;
  display: block;
  text-align: center;
}

#main-nav li {
  display: inline-block;
  float: none;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #fff;
}

#main-nav li:hover, #main-nav li.active {
  border-bottom: 4px solid #ac000b;
}

#main-nav li:before {
  display: block;
  content: '/';
  position: absolute;
  top: 0;
  left: -5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #07285b;
}

#main-nav li:first-child:before {
  display: none;
}

#main-nav a {
  font-size: 20px;
  display: block;
  width: 100%;
  height: 100%;
}

#main-nav a.active, #main-nav a:hover {
  font-weight: 700;
  color: #07285b;
}

#main-nav ul li {
  padding: 0 20px;
}

/*
#main-nav .s1 {
  width: 109px;
}

#main-nav .s2 {
  width: 170px;
}

#main-nav .s3 {
  width: 159px;
}

#main-nav .s4 {
  width: 183px;
}

#main-nav .s5 {
  width: 140px;
}

#main-nav .s6 {
  width: 81px;
}

#main-nav .s7 {
  width: 265px;
}
*/

#main-nav .sub {
  position: absolute;
  top: 27px;
  left: 0;
  width: 210px;
  height: auto;
  min-height: 5px;
  overflow: hidden;
  background: #ac000b;
  z-index: 3000;
  padding: 10px 15px;
  border-top: 2px solid #fff;
  display: none;
}

#main-nav .sub li a::before {
  color: #fff;
  content: "\00BB";
  font-size: 20px;
  padding: 0px 5px 0px 0px;
  margin: 0px;
}

#main-nav .sub li {
  border-bottom: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  min-height: 5px;
  overflow: hidden;
  float: none;
  text-align: left;
  margin-bottom: 10px;
  white-space: nowrap;
}

#main-nav .sub li:hover {
  border-bottom: 0;
}

#main-nav .sub li:after, #main-nav .sub li:before {
  display: none;
}

#main-nav .sub a {
  color: #fff;
  font-size: 16px;
  text-transform: none;
  width: auto;
  float: left;
  height: auto;
}

#main-nav .sub a:hover {
  font-weight: 700;
  color: #07285b;
}

.carousel {
  width: 100%;
}

.shadow1 {
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.content {
  margin-top: 22px;
  height: auto;
  min-height: 5px;
  overflow: hidden;
}

.content .col {
  width: 376px;
  margin-right: 36px;
  float: left;
}

.content .col:last-child {
  margin-right: 0;
  margin-bottom: 30px;
}

.content .col-headline {
  font-weight: 400;
  font-size: 28px;
  display: block;
  line-height: 1em;
  padding: 0 0 2px;
  margin: 10px 0 15px;
  text-transform: uppercase;
  border-bottom: 4px solid #ac000b;
}

.col.col-first h3 {
  margin-top: 12px;
}

.col.col-first h2 {
  font-size: 18px;
  margin-bottom: 0;
}

/*
.col.col-first h2.trialogue {
  font-size:18px;
  margin-bottom:0;
}
.col.col-first h2.meetings {
  font-size:18px;
  margin-bottom:0;
}
*/
.col.col-first h6.trialogue {
  font-size: 16px;
  margin: 5px 0 0;
  font-style: italic;
  font-weight: 200;
}

.content .col-headline.rock {
  background-image: url(/assets/site/img/photo3.jpg);
  height: 115px;
}

.content .col-headline span {
  font-weight: 900;
  font-style: italic;
}

.doc-list {
  margin: 0 0 30px;
  padding: 0;
  display: block;
  height: auto;
  min-height: 5px;
  overflow: hidden;
  width:540px;
}

.doc-list li {
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
  float: left;
  width: 220px;
}

.doc-list .img-holder {
  width: 100%;
  height: auto;
  min-height: 5px;
  overflow: hidden;
  padding-bottom: 10px;
}

.doc-list .img-holder img {
  float: left;
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}

.doc-list strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  display: block;
  width: 135px;
  margin-bottom: 15px;
  height: auto;
  min-height: 5px;
  line-height: 1.2em;
  overflow: hidden;
}

.doc-list a {
  text-decoration: none;
  color: #07285b;
}

.doc-list a:hover {
  color: #ac000b;
}

.form {
  height: auto;
  min-height: 5px;
  overflow: hidden;
  background: #b1b1b2;
  padding: 5px 15px 10px;
  margin: 0 0 10px;
}

.form .form-headline {
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1em;
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
}

.form .form-headline span {
  font-weight: 900;
}

.form .form-headline:after {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 24px;
  height: 25px;
  background: url(../img/icon-glass.png) no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .form .form-headline:after {
    background-image: url(../img/icon-glass@2x.png);
    background-size: 24px 25px;
  }
}

.form input {
  width: 100%;
  background: #e3e3e3;
  border: 0;
  font-size: 16px;
  height: 27px;
  margin-bottom: 10px;
  padding: 0 10px;
  text-transform: uppercase;
}

.form ::-webkit-input-placeholder {
  color: rgba(7, 40, 91, 0.5);
}

.form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(7, 40, 91, 0.5);
}

.form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(7, 40, 91, 0.5);
}

.form :-ms-input-placeholder {
  color: rgba(7, 40, 91, 0.5);
}

.form .button-holder {
  height: auto;
  min-height: 5px;
  overflow: hidden;
  width: 100%;
}

.form button {
  float: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #07275b;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 0;
  width: 85px;
  margin-left: 15px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxODRhMSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDYyMTRjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7184a1), color-stop(50%, #06214c));
  background: -moz-linear-gradient(#7184a1 0%, #06214c 50%);
  background: -webkit-linear-gradient(#7184a1 0%, #06214c 50%);
  background: linear-gradient(#7184a1 0%, #06214c 50%);
}

.commision {
  width: 100%;
  color: #fff;
  background: #07285b;
  height: auto;
  min-height: 5px;
  overflow: hidden;
  padding: 9px 0;
  text-align: center;
}

.commision > div {
  float: left;
  width: 33.33%;
}

.commision strong {
  font-weight: 700;
  display: block;
  line-height: 1em;
  padding: 0;
  margin: 0;
  font-size: 12px;
  width: 100%;
}

.commision strong span {
  font-weight: 400;
  display: block;
  line-height: 1em;
  padding: 0;
  margin: 0;
  margin-top: 2px;
}

.commision img {
  display: inline-block;
}

.home .col-first p {
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 10px;
  margin: 10px 0;
}

.home .col-first p a {
  display: block;
  text-align: right;
  font-style: italic;
  text-decoration: none;
  font-size: 18px;
  color: #07285b;
}

.home .col-first p a:hover {
  color: #ac000b;
}

.col-first a {
  text-decoration: underline;
}

.col-first a:hover {
  text-decoration: none;
}

.more {
  display: block;
  text-align: right;
  font-style: italic;
  text-decoration: none;
  font-size: 18px;
  color: #07285b;
  margin-bottom: 30px;
}

.more:hover {
  color: #ac000b;
}

.col-third > strong {
  font-size: 17px;
  font-weight: 900;
  padding: 0 10px;
  line-height: 1.2em;
  margin: 0 0 5px;
  display: block;
}

.col-third ul {
  margin: 0;
  padding: 0 10px;
}

.col-third li {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
  display: block;
  font-size: 17px;
  line-height: 1.4em;
}

.col-third li strong {
  font-weight: 700;
}

.col-third li span {
  font-style: italic;
}

.col-third li:last-child {
  margin-bottom: 0;
}

.event {
  padding: 0 10px;
  font-size: 17px;
  height: auto;
  min-height: 5px;
  overflow: hidden;
  margin-bottom: 25px;
  line-height: 1.4em;
}

.event a {
  font-weight: 700;
  text-decoration: underline;
  font-size: 17px;
  color: #07285b;
  display: block;
}

.event a:hover {
  color: #ac000b;
  text-decoration: underline;
}

footer {
  height: 214px;
  width: 100%;
  background: #07285b;
  clear: both;
  margin-top: 10px;
}

footer .copy {
  float: left;
  color: #fff;
  display: block;
  font-size: 12px;
}

footer .right {
  float: right;
  color: #fff;
  display: block;
  font-size: 12px;
  text-align: right;
  line-height: 1.2em;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #6f625a;
}

.main-display {
  background: #4c8fc4;
  height: auto;
  min-height: 5px;
  overflow: hidden;
  margin-top: 190px;
}

.subpage .main-display {
  height: 99px;
  width: 100%;
  /*background: url(../img/main-display.jpg) no-repeat center center;*/
  background-size: cover;
}

.subpage .content {
  margin-top: 70px;
  margin-bottom: 50px;
}

.subpage .content .col.wide {
  width: 1100px;
  margin-left: 50px;
}

.subpage .content .col.wide h3 {
  padding-left: 20px;
}

.subpage .content .col.wide p {
  padding: 10px 10px;
}

.subpage .content .col-third {
  margin-top: 40px;
}

.subpage .content .col-third .more {
  margin-bottom: 80px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  z-index: 1;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 356px;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slide1 {
  /*background: url(../img/slide1.jpg) no-repeat center center;*/
  background-size: cover;
}

/*
.slide2 {
  background: url(../img/slide2.jpg) no-repeat center center;
  background-size: cover;
}

.slick-dots {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  margin: 0 0 0 -600px;
  padding: 0;
  display: block;
  text-align: right;
}

.slick-dots li {
  margin: 0 20px 7px 0;
  padding: 0;
  display: block;
  list-style-type: none;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 2px solid #07285b;
  background: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.52);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.52);
}

.slick-dots button:focus, .slick-dots button:active {
  outline: 0;
}

.slick-dots .slick-active button {
  background: #07285b;
}
*/
.rock {
  margin: 0 0 50px;
}

/*.pullup {margin-top:-5px;}*/

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1002;
  display: none;
}

.overlay .close {
  position: absolute;
  top: 15px;
  display: block;
  right: 15px;
  width: 20px;
  height: 19px;
  background: url(/assets/overlay/icon-plus.png) no-repeat;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay .inner {
  width: 800px;
  height: auto;
  min-height: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  margin: 100px 0 100px -400px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 15px 30px;
}

.overlay strong {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  font-size: 25px;
  line-height: 25px;
  color: #006592;
  border-bottom: 1px #006592 solid;
}

p.meeting {
  font-weight: bold;
  margin-left: 12px;
}

ul.fullnav li {
  list-style-type: none;
  font-weight: bold;
}

ul.fullnav li a {
  font-weight: 100;
}

a#top {
  padding-top: 200px !important;
}

a#target {
  padding-top: 200px !important;
}

.infotable {
  margin: 0 0 10px;
  padding: 0px;
  width: 100%;
  border: 1px solid #07285B;

  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;

  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;

  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;

  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.infotable table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px;
}

/*
.infotable tr:last-child td:last-child {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.infotable table tr:first-child td:first-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}

.infotable table tr:first-child td:last-child {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.infotable tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
*/

.infotable tr:hover td {
  background-color: #ffffff;

}

.infotable td {
  vertical-align: middle;

  /*background-color: #ffffff;*/

  border: 1px solid #07285B;
  border-width: 0px 1px 1px 0px;
  text-align: left;
  padding: 15px;
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  color: #07285B;
}

/*
.infotable tr:last-child td {
  border-width: 0px 1px 0px 0px;
}

.infotable tr td:last-child {
  border-width: 0px 0px 1px 0px;
}

.infotable tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}

.infotable tr:first-child td {
  background: -o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
  background: -moz-linear-gradient(center top, #ffffff 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");
  background: -o-linear-gradient(top, #ffffff, ffffff);

  background-color: #ffffff;
  border: 0px solid #000000;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
}

.infotable tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #ffffff 5%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
  background: -moz-linear-gradient(center top, #ffffff 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff");
  background: -o-linear-gradient(top, #ffffff, ffffff);

  background-color: #ffffff;
}

.infotable tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}

.infotable tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}
*/
.searchnav {
  color: #999;
  margin: 10px;
}

.searchnav a {
  color: #07285B;
  font-wiehgt: bold;
  text-decoration: none;
}

.pagenumber {
  color: #07285B;
  margin-top: 5px;
}

.backlink {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 15px;
}

.col.col-first.wide h3.col-headline {
  margin-bottom: 0;
}

span.searchleft {
  width: 48%;
  text-align: left;
  display: inline-block;
  margin-bottom: 10px;
}

span.searchright {
  width: 48%;
  text-align: right;
  display: inline-block;
  margin-bottom: 10px;
}

.file-output {
  padding: 0 21px;
}

.file-output h2, .file-output h3, .file-output h4, .file-output p {
  margin-left: 0;
  padding-left: 0 !important;
}

.file-output h2 {
  font-size: 20px;
}

.file-output h3 {
  font-size: 18px;
}

.file-output p {
  padding: 0 !important;
  line-height: 22px;
}

.content-output {
  padding: 0 21px;
}

.file-output img.border, .content-output img.border {
  border: #07285B 1px solid;
  padding: 3px;
  margin-right:10px;
}
