/**
 * SASS/SCSS/Compass Transcription of Skeleton Responsive Grid
 * @author Dennis Thompson <http://www.atomicpages.net>
 * @copyright Copyright (c) 2014 AtomicPages LLC
 * @license MIT
 * @version 2.0.2
 */
/* RESET
 * ------------------------------------------------ */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none; }

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

/* BASIC STYLES
 * ------------------------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.2; }

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

body {
  background: #fff;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #444;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

/* TYPOGRAPHY
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  color: #181818;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: normal; }

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 53.6662px;
  font-size: 5.36662rem;
  line-height: 5.83324rem;
  margin-bottom: 1.63324rem; }

h2 {
  font-size: 40.8324px;
  font-size: 4.08324rem;
  line-height: 4.6662rem;
  margin-bottom: 1.1662rem; }

h3 {
  font-size: 32.662px;
  font-size: 3.2662rem;
  line-height: 3.9662rem;
  margin-bottom: 0.9324rem; }

h4 {
  font-size: 24.5px;
  font-size: 2.45rem;
  line-height: 3.5rem;
  margin-bottom: 0.4662rem; }

h5 {
  font-size: 19.8324px;
  font-size: 1.98324rem;
  line-height: 2.8rem; }

h6 {
  font-size: 16.3324px;
  font-size: 1.63324rem;
  line-height: 2.45rem; }

.subheader {
  color: #777; }

p {
  margin: 0 0 2rem 0; }
  p img {
    margin: 0; }
  p.lead {
    font-size: 24.5px;
    font-size: 2.45rem;
    line-height: 3.15rem;
    color: #777; }

em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

u {
  text-decoration: underline; }

small {
  font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 19.8324px;
  font-size: 1.98324rem;
  line-height: 2.8rem;
  color: #777;
  font-style: italic; }

blockquote {
  margin: 0 0 2rem;
  padding: 0.9rem 2rem 0 1.9rem;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555; }
  blockquote cite:before {
    content: "\2014 \0020"; }
  blockquote cite a, blockquote cite a:visited {
    color: #555; }

hr {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1rem 0 3rem;
  height: 0; }

/* LINKS
 * ------------------------------------------------ */
a, a:visited {
  color: #333;
  text-decoration: underline;
  outline: 0; }

a:hover, a:focus, a:active {
  color: #000; }

p a, p a:visited {
  line-height: inherit; }

/* LISTS
 * ------------------------------------------------ */
ul,
ol {
  margin-bottom: 2rem; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ol, ul.square,
ul.circle, ul.disc {
  margin-left: 3rem; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

ul ul, ul ol,
ol ol, ol ul {
  margin-top: 0.4rem;
  margin-right: 0;
  margin-bottom: 0.5rem;
  margin-left: 3rem;
  font-size: 90%; }

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 0.6rem; }

li {
  line-height: 1.8rem;
  margin-bottom: 1.2rem; }

ul.large li {
  line-height: 2.1rem; }

li p {
  line-height: 2.1rem; }

/* IMAGES
 * ------------------------------------------------ */
img.scale-with-grid {
  max-width: 100%;
  height: auto; }

/* BUTTONS
 * ------------------------------------------------ */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-weight: bold;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  padding: 0.8rem 1rem;
  background: #eeeeee -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  text-shadow: 0 1px rgba(255, 255, 255, 0.75); }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #222;
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background: #dddddd -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); }
  .button:active,
  button:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active {
    border: 1px solid #666;
    background: #cccccc -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
    background: #cccccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
    background: #cccccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
    background: #cccccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
    background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%); }
  .button.full-width,
  button.full-width,
  input[type="submit"].full-width,
  input[type="reset"].full-width,
  input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center; }
  .button.smaller,
  button.smaller,
  input[type="submit"].smaller,
  input[type="reset"].smaller,
  input[type="button"].smaller {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.4rem 0.5rem; }
  .button.larger,
  button.larger,
  input[type="submit"].larger,
  input[type="reset"].larger,
  input[type="button"].larger {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1rem 1.8rem; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* FORMS
 * ------------------------------------------------ */
form {
  margin-bottom: 2rem; }

fieldset {
  margin-bottom: 2rem; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
textarea,
select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.6rem 0.4rem;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #777;
  margin: 0 0 2rem;
  width: 21rem;
  max-width: 100%;
  display: block; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="url"]:hover,
  input[type="url"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="datetime"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:focus,
  input[type="month"]:hover,
  input[type="month"]:focus,
  input[type="week"]:hover,
  input[type="week"]:focus,
  input[type="time"]:hover,
  input[type="time"]:focus,
  input[type="number"]:hover,
  input[type="number"]:focus,
  textarea:hover,
  textarea:focus,
  select:hover,
  select:focus {
    border: 1px solid #aaa;
    color: #444;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  input[type="text"]:active,
  input[type="password"]:active,
  input[type="email"]:active,
  input[type="search"]:active,
  input[type="url"]:active,
  input[type="tel"]:active,
  input[type="date"]:active,
  input[type="datetime"]:active,
  input[type="datetime-local"]:active,
  input[type="month"]:active,
  input[type="week"]:active,
  input[type="time"]:active,
  input[type="number"]:active,
  textarea:active,
  select:active {
    border: 1px solid #909090;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

select {
  padding: 0; }

textarea {
  min-height: 6rem; }

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem; }
  label span,
  legend span {
    font-weight: normal;
    font-size: 15px;
    font-size: 1.5rem;
    color: #444; }

select {
  width: 22rem; }

input[type="checkbox"] {
  display: inline; }

/* MISC
 * ------------------------------------------------ */
.subtract-bottom {
  margin-bottom: -2rem !important; }

.remove-bottom {
  margin-bottom: 0 !important; }

.half-bottom {
  margin-bottom: 1rem !important; }

.add-bottom {
  margin-bottom: 2rem !important; }

/* BASE GRID
 * ------------------------------------------------ */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0; }
  .container .column,
  .container .columns {
    float: left;
    display: inline;
    position: relative; }
    .container .column.alpha,
    .container .columns.alpha {
      margin-left: 0; }
    .container .column.omega,
    .container .columns.omega {
      margin-right: 0; }

.row {
  margin-bottom: 2rem; }

.container .column,
.container .columns {
  margin-left: 10px;
  margin-right: 10px; }

/* The Grid */
.container .one.column,
.container .one.columns {
  width: 40px; }
.container .two.columns {
  width: 100px; }
.container .three.columns {
  width: 160px; }
.container .four.columns {
  width: 220px; }
.container .five.columns {
  width: 280px; }
.container .six.columns {
  width: 340px; }
.container .seven.columns {
  width: 400px; }
.container .eight.columns {
  width: 460px; }
.container .nine.columns {
  width: 520px; }
.container .ten.columns {
  width: 580px; }
.container .eleven.columns {
  width: 640px; }
.container .twelve.columns {
  width: 700px; }
.container .thirteen.columns {
  width: 760px; }
.container .fourteen.columns {
  width: 820px; }
.container .fifteen.columns {
  width: 880px; }
.container .sixteen.columns {
  width: 940px; }
.container .one-third.column {
  width: 300px; }
.container .two-thirds.column {
  width: 620px; }
.container .full-width.columns {
  width: 960px;
  margin-left: 0;
  margin-right: 0; }
.container .offset-by-one {
  padding-left: 60px; }
.container .offset-by-two {
  padding-left: 120px; }
.container .offset-by-three {
  padding-left: 180px; }
.container .offset-by-four {
  padding-left: 240px; }
.container .offset-by-five {
  padding-left: 300px; }
.container .offset-by-six {
  padding-left: 360px; }
.container .offset-by-seven {
  padding-left: 420px; }
.container .offset-by-eight {
  padding-left: 480px; }
.container .offset-by-nine {
  padding-left: 540px; }
.container .offset-by-ten {
  padding-left: 600px; }
.container .offset-by-eleven {
  padding-left: 660px; }
.container .offset-by-twelve {
  padding-left: 720px; }
.container .offset-by-thirteen {
  padding-left: 780px; }
.container .offset-by-fourteen {
  padding-left: 840px; }
.container .offset-by-fifteen {
  padding-left: 900px; }

/* TABLET (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px; }
    .container .column.alpha,
    .container .columns.alpha {
      margin-left: 0;
      margin-right: 10px; }
    .container .column.omega,
    .container .columns.omega {
      margin-right: 0;
      margin-left: 10px; }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0; }

  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px; }

  /* The Grid */
  .container .one.column,
  .container .one.columns {
    width: 28px; }
  .container .two.columns {
    width: 76px; }
  .container .three.columns {
    width: 124px; }
  .container .four.columns {
    width: 172px; }
  .container .five.columns {
    width: 220px; }
  .container .six.columns {
    width: 268px; }
  .container .seven.columns {
    width: 316px; }
  .container .eight.columns {
    width: 364px; }
  .container .nine.columns {
    width: 412px; }
  .container .ten.columns {
    width: 460px; }
  .container .eleven.columns {
    width: 508px; }
  .container .twelve.columns {
    width: 556px; }
  .container .thirteen.columns {
    width: 604px; }
  .container .fourteen.columns {
    width: 652px; }
  .container .fifteen.columns {
    width: 700px; }
  .container .sixteen.columns {
    width: 748px; }
  .container .one-third.column {
    width: 236px; }
  .container .two-thirds.column {
    width: 492px; }
  .container .full-width.columns {
    width: 768px;
    margin-left: 0;
    margin-right: 0; }
  .container .offset-by-one {
    padding-left: 48px; }
  .container .offset-by-two {
    padding-left: 96px; }
  .container .offset-by-three {
    padding-left: 144px; }
  .container .offset-by-four {
    padding-left: 192px; }
  .container .offset-by-five {
    padding-left: 240px; }
  .container .offset-by-six {
    padding-left: 288px; }
  .container .offset-by-seven {
    padding-left: 336px; }
  .container .offset-by-eight {
    padding-left: 384px; }
  .container .offset-by-nine {
    padding-left: 432px; }
  .container .offset-by-ten {
    padding-left: 480px; }
  .container .offset-by-eleven {
    padding-left: 528px; }
  .container .offset-by-twelve {
    padding-left: 576px; }
  .container .offset-by-thirteen {
    padding-left: 624px; }
  .container .offset-by-fourteen {
    padding-left: 672px; }
  .container .offset-by-fifteen {
    padding-left: 720px; } }
/*  MOBILE (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px; }
    .container .column,
    .container .columns {
      margin-left: 0;
      margin-right: 0; }
    .container .one.column {
      width: 300px; }
    .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns {
      width: 296px; }
    .container .one-third.column {
      width: 296px; }
    .container .two-thirds.column {
      width: 296px; }
    .container .full-width.columns {
      width: 300px;
      margin-left: 0;
      margin-right: 0; }
    .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
      padding-left: 0; } }
/* MOBILE (LANDSCAPE)
 * ------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px; }
    .container .column,
    .container .columns {
      margin-left: 0;
      margin-right: 0; }
    .container .one.column {
      width: 420px; }
    .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns {
      width: 416px; }
    .container .one-third.column {
      width: 416px; }
    .container .two-thirds.column {
      width: 416px; }
    .container .full-width.columns {
      width: 420px;
      margin-left: 0;
      margin-right: 0; }
    .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
      padding-left: 0; } }
/* CLEARING
 * ------------------------------------------------ */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .row {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .row:before, .row:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .clearfix:after, .row:after {
    clear: both; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* Add custom styles here */
/* MEDIA QUERIES
 * ------------------------------------------------ */
/* Large displays */
@media only screen and (min-width: 960px) and (max-width: 1280px) {
  /* add code here */ }
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  /* add code here */ }
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* add code here */ }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  /* add code here */ }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .iframeflex {
    display: none; }

  /* add code here */ }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .iframeflex {
    display: none; }

  .searchblock {
    display: none; }

  /* add code here */ }
/** font face definitions for web fonts */
/*
@font-face {
    font-family: "Quark Light";
    src:  url("fonts/Quark-Light.otf"),
          url("fonts/Quark-Light.woff") format('woff');

}

@font-face {
    font-family: "Quark Bold";
    src: url("fonts/Quark-Bold.otf"),
          url("fonts/Quark-Bold.woff") format('woff');

}
*/
#bg_slideshow, img.bgM {
  display: block;
  min-height: 150;
  min-width: 960;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 1;
  z-index: -9999; }
  @media screen and (max-width: 1010px) {
    #bg_slideshow, img.bgM {
      display: none;
      top: 150px; } }

#bg_slideshow {
  position: relative;
  top: 0px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat-x;
  box-sizing: border-box;
  color: #444;
  font: 15px/22px "OfficinaSansLT-Book", "Helvetica, Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow: auto; }

/* GENERAL HTML */
ul {
  list-style: inside; }

#header_container {
  /* background-color: rgba(255,255,255,0.8); */
  background-image: url(images/header_bg-darkblue.png);
  background-repeat: repeat-x;
  height: 108px;
  width: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100; }
  @media screen and (max-width: 870px) {
    #header_container {
      height: 95px;
      position: relative; } }

.header {
  padding: 0px 0px;
  border: 0px solid #ccc;
  border-bottom-width: 0px;
  border-radius: 2px 2px 0px 0px;
  background-image: url(images/header_bg-darkblue.png);
  background-repeat: no-repeat;
  background-color: transparent;
  height: 56px;
  width: 960px;
  margin: 0px auto;
  margin-bottom: 0px;
  clear: both; }
  @media screen and (max-width: 959px) {
    .header {
      width: 100%; } }
  .header .logolink {
    float: left;
    margin-top: 3px 0px 0px 0px; }
    @media screen and (max-width: 420px) {
      .header .logolink {
        display: block;
        height: 48px;
        overflow-y: hidden; } }
  .header .logo {
    display: block;
    margin: 3px 0px 0px 0px; }
    @media screen and (max-width: 420px) {
      .header .logo {
        height: 75px;
        display: block; } }
  .header .languages {
    float: right;
    margin: 10px 10px 0px 0px; }
    .header .languages a:focus img {
      outline: 2px solid #fc5d08; }
  .header .languages_text {
    float: right;
    padding: 10px 4px 5px 20px; }
    .header .languages_text a, .header .languages_text a:visited {
      text-decoration: none;
      color: #fff;
      display: block;
      float: left;
      padding: 0px 10px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      border-right: 2px solid #fff; }
    .header .languages_text a.last {
      border-right: none; }
  .header .langbutton {
    width: 32px;
    margin-left: 5px;
    border: 1px solid #ccc; }
    @media screen and (max-width: 400px) {
      .header .langbutton {
        width: 24px; } }

#maincontainer {
  padding: 0px 0px 80px 0px;
  margin-bottom: 54px;
  margin-top: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%; }
  @media screen and (max-width: 870px) {
    #maincontainer {
      margin-top: 40px; } }

#content {
  float: none;
  display: block;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 92px;
  min-height: 500px;
  max-height: 9000px;
  background-color: #fff;
  padding: 12px 8px;
  overflow: hidden;
  border: 0px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  /* */ }
  @media screen and (max-width: 1010px) {
    #content {
      margin-top: 80px; } }
  @media screen and (max-width: 959px) {
    #content {
      width: 100%;
      margin-top: 90px; } }
  @media screen and (max-width: 869px) {
    #content {
      margin-top: 0px; } }

h1, h2, h3, h4, h5, h6 {
  color: #1e303f; }

h1 {
  font-size: 20px;
  font-weight: bold; }

h2 {
  font-size: 16px;
  font-weight: bold; }

h3 {
  font-size: 14px;
  font-weight: bold; }

h4 {
  font-size: 12px;
  font-weight: bold; }

h5 {
  font-size: 12px;
  font-weight: bold; }

h6 {
  font-size: 12px;
  font-weight: bold; }

h1, h1, h3, h4, h5, h6 {
  font-family: "OfficinaSansLT-Bold", Helvetica, Arial, Sans-Serif; }

h1, h1, h3, h4, h5, h6 {
  font-weight: normal; }

@media screen and (max-width: 869px) {
  h1 {
    font-size: 21px; }

  h2 {
    font-size: 18.2px; }

  h3 {
    font-size: 16.8px; }

  h4 {
    font-size: 15.4px; } }
/********************************* MAIN MENU *****************************************/
/***************************************** DROPDOWN ***********************************/
/* ==========================================================================================*/
/* ==================================== MOBILE MENU =========================================*/
/* ==========================================================================================*/
/* container for the main menu */
.mainmenu_container {
  float: right; }
  @media only screen and (min-width: 870px) {
    .mainmenu_container {
      margin-top: 0px;
      margin-right: 32px;
      clear: right; } }
  @media only screen and (max-width: 869px) {
    .mainmenu_container {
      float: none; } }

.mainmenu {
  background-color: transparent;
  background-image: none;
  min-height: 32px;
  margin-top: 3px;
  height: 52px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  top: 6px;
  position: relative; }
  .mainmenu .logolink {
    display: none;
    position: absolute;
    float: left;
    left: 0px; }

/* menu link button for mobile menu, hidden when non-mobile */
.menu-link {
  display: none;
  float: right;
  text-decoration: none;
  padding: 6px 6px;
  text-align: center;
  width: auto;
  background-repeat: no-repeat;
  width: 100%; }
  @media screen and (max-width: 800) {
    .menu-link {
      width: 90px; } }

nav.menu {
  margin: 1px 0px 0px 0px;
  float: right;
  max-width: 760px;
  width: auto;
  height: 52px;
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0px;
  /*
  > li > ul.sub-menu {
      min-width: 10em;
      padding: 4px 0;
      //background-color: #f4f4f4;
      border: 1px solid #CCC;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
  }
  */
  /*
  > ul > li.last {
      position: relative;
      ul {
         	 right: 1px;
      }
  }
  */
  /* submenu link item: this can RARELY be very narrow */ }
  nav.menu > ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    display: inline-table;
    width: 100%;
    /* main menu top level item li */ }
    nav.menu > ul:after {
      content: "";
      clear: both;
      display: block; }
    nav.menu > ul li {
      padding: 0px 0px 0px 0px;
      float: left;
      margin: 0px 0px 0px 0px; }
      nav.menu > ul li > a {
        width: 100%;
        font-family: "Uni Sans Book", "Open Sans", Helvetica, Arial, Sans-Serif;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0px;
        text-decoration: none;
        color: #fff;
        height: 52px;
        padding: 16px 10px 0px 26px;
        text-align: left;
        display: block; }
        nav.menu > ul li > a:hover {
          background-color: #1e303f;
          color: #fff; }
      nav.menu > ul li ul.sub-menu {
        background-color: #1e303f; }
      nav.menu > ul li:hover > ul {
        display: block;
        background-color: #1e303f; }
        nav.menu > ul li:hover > ul li:hover {
          background-color: #5e6c78; }
        nav.menu > ul li:hover > ul li:hover a {
          color: #fff; }
        nav.menu > ul li:hover > ul li a:hover {
          color: #000;
          background-color: #1e303f; }
        nav.menu > ul li:hover > ul li:hover {
          background-color: ""; }
    nav.menu > ul li.has-submenu > a.active:after {
      content: ""; }
      @media only screen and (max-width: 869px) {
        nav.menu > ul li.has-submenu > a.active:after {
          content: "-"; } }
    nav.menu > ul > li ul {
      display: none;
      margin: 0;
      position: absolute;
      list-style: none;
      min-width: 160px;
      background-color: #1e303f;
      border: 0px solid rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      z-index: 100; }
      nav.menu > ul > li ul > li {
        position: relative;
        float: none; }
        nav.menu > ul > li ul > li:hover a:hover {
          background-color: #5e6c78; }
    nav.menu > ul > ul ul {
      overflow: hidden;
      max-height: 0; }
  nav.menu > ul > li {
    display: inline-block;
    margin-top: -3px;
    margin-bottom: -1px;
    min-width: 20px; }
    nav.menu > ul > li:focus {
      background-color: red; }
  nav.menu ul li > a {
    width: auto;
    font-size: 14px;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    height: 52px;
    padding: 16px 10px 0px 26px;
    text-align: left; }
    @media screen and (max-width: 800px) {
      nav.menu ul li > a {
        width: auto;
        padding-left: 20px; } }
    @media only screen and (max-width: 869px) {
      nav.menu ul li > a {
        color: #fff; } }
  nav.menu ul li ul > li a {
    padding: 12px 16px 12px 10px;
    height: auto;
    color: white;
    width: 100%;
    background-color: #1e303f;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out; }
    nav.menu ul li ul > li a:hover {
      background-color: #1e303f;
      color: #fff; }
    @media only screen and (max-width: 869px) {
      nav.menu ul li ul > li a {
        color: #fff; } }
  nav.menu .menu ul ul ul {
    min-width: 200px;
    position: absolute;
    left: 100%;
    top: 0; }

.menu.active {
  max-height: 55em; }

@media only screen and (min-width: 870px) and (max-width: 959px) {
  .menu {
    height: 70px; }

  .menu ul li > a {
    height: 70px; } }
@media only screen and (max-width: 869px) {
  #mainmenu {
    background-color: #000;
    height: auto;
    width: 100%; }

  nav.menu {
    height: auto;
    clear: both;
    width: 100%;
    min-width: inherit;
    float: none;
    overflow: hidden; }
    nav.menu > li > ul.sub-menu {
      padding: 0px;
      border: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    nav.menu .active, nav.menu > ul ul.active {
      max-height: 55em; }
    nav.menu ul {
      display: inline; }
      nav.menu ul li {
        float: none; }
        nav.menu ul li > a {
          width: 100%;
          height: 48px; }
      nav.menu ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        box-shadow: none;
        border: none; }
        nav.menu ul ul > li a {
          background-color: #5e6c78;
          color: #fff;
          height: 48px;
          padding: 14px 32px 3px 30px; }
    nav.menu > ul {
      border-top: 1px solid #808080; }
      nav.menu > ul ul {
        overflow: hidden;
        max-height: 0; }
    nav.menu li, nav.menu > ul > li {
      display: block; }
    nav.menu li a {
      color: #000;
      display: block;
      padding: 0.8em;
      border-bottom: 1px solid #808080;
      position: relative; }
    nav.menu li.has-submenu > a:after {
      content: "+";
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      font-size: 1.5em;
      padding: 0.55em 0.5em; }
    nav.menu li.has-submenu > a.active:after {
      content: "-"; }
    nav.menu > ul li ul {
      position: relative; }

  a.menu-link {
    display: block;
    color: #fff;
    background-color: #1e303f; } }
.rightborder {
  box-shadow: 1px 0px 0px #ccc; }
  @media screen and (max-width: 869px) {
    .rightborder {
      box-shadow: none; } }

.footer {
  display: block;
  background-color: #5e6c78;
  background-image: none;
  border-top: 1px solid #ccc;
  margin: 1px auto 0px auto;
  height: 54px;
  color: #fff;
  font: inherit;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 0px 0px 0px;
  text-align: center;
  z-index: 20; }
  .footer .footer-container {
    width: 960px; }
    @media only screen and (max-width: 959px) {
      .footer .footer-container {
        width: 100%; } }
    .footer .footer-container .footer-section {
      width: 40%;
      height: inherit;
      padding: 2px 10px;
      text-align: left;
      color: inherit;
      float: left;
      margin: 0px auto 0px auto; }
    @media only screen and (max-width: 600px) {
      .footer .footer-container .contactinfo {
        font-size: x-small;
        line-height: 16px;
        width: 50%; } }
    .footer .footer-container .footer_search {
      float: left;
      width: 25%; }
      .footer .footer-container .footer_search .search {
        width: 100%; }
        .footer .footer-container .footer_search .search input.search {
          width: 75%; }
      .footer .footer-container .footer_search button.search {
        width: 24px;
        float: right; }
    .footer .footer-container .social_icons {
      width: 20%;
      margin-top: 0px;
      float: right; }
      @media screen and (max-width: 600px) {
        .footer .footer-container .social_icons {
          display: block; } }
  @media only screen and (max-width: 869px) {
    .footer {
      display: block;
      position: relative; } }

/* todo todo todo  sidebar */
.container .sidebar {
  background-color: #eee;
  margin-bottom: -5000px;
  padding-bottom: 5000px;
  margin-left: 0;
  padding-left: 6px; }
  @media only screen and (max-width: 870px -1) {
    .container .sidebar {
      margin-bottom: 0px;
      padding-bottom: 10px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "OfficinaSansLT-Book", "Arial bold", serif; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

a, a:visited {
  color: #1e303f; }

/* start modules flag */
.start_modules_from_here {
  display: none; }

.fl {
  float: left; }

.w100 {
  width: 100%;
  overflow: auto; }

.w99 {
  width: 99%;
  overflow: auto; }

.w98 {
  width: 98%;
  overflow: auto; }

.w95 {
  width: 95%;
  overflow: auto; }

.w90 {
  width: 90%;
  overflow: auto; }

.w80 {
  width: 80%;
  overflow: auto; }

.w67 {
  width: 67%;
  overflow: auto; }

.w50 {
  width: 50%;
  overflow: auto; }

.w33 {
  width: 32%;
  margin-left: 1%;
  overflow: auto; }
  @media screen and (max-width: 420px) {
    .w33 {
      width: 100%; } }

.w25 {
  width: 25%;
  overflow: auto; }
  @media screen and (max-width: 420px) {
    .w25 {
      width: 100%; } }

/* language flags */
.flag {
  background-image: url(images/flags.png); }

.languages .fi {
  background-position: 0px 43px; }
.languages .ru {
  background-position: 0px 86px; }
.languages .en {
  background-position: 0px 0px; }

/* sidebar gadgets */
.gadget {
  margin: 0 0 12px;
  padding: 8px 6px 4px 0px;
  /* background-color: #FFFFFF; */ }

.gadget_content {
  width: 100%;
  border: 1px solid;
  border-color: #ccc;
  padding: 4px;
  /* border-radius: 0px 0px 4px 4px;
   box-shadow: 2px 2px 2px #ddd; */ }

.gadget_header {
  background-color: #1E2F3F;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 4px;
  /*   border-color : #A7A7A7 #A7A7A7 #A7A7A7 #A7A7A7;
     border-width : 1px 1px 1px 1px;
     border-style : solid solid solid solid;
     border-radius: 4px 4px 0px 0px; */
  height: 28px;
  width: 100%;
  /*  box-shadow: 2px 0px 2px #ddd; */ }

.gadget_title {
  background-color: inherit;
  color: #fff;
  font-weight: bold;
  padding: 3px 0px 0px 0px;
  position: relative;
  margin-right: 30px;
  text-align: left;
  float: left;
  /* font-size:24px; */ }

.gadget .minimize {
  float: right;
  margin: 0px;
  height: 21px;
  width: 23px;
  background-image: url(img/minus_22_gray.png);
  overflow: hidden;
  cursor: pointer;
  z-index: 3; }

.gadget .maximize {
  float: right;
  margin: 0px;
  height: 20px;
  width: 22px;
  background-image: url(img/plus_22_gray.png);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 3; }

.gadget_icon {
  float: left;
  margin: 0px;
  height: 24px;
  width: 24px;
  overflow: hidden;
  z-index: 3; }

/* news list */
ul.news_list {
  list-style-type: none;
  padding-left: 0px;
  margin: 5px 0px; }

a.newsitem {
  position: relative;
  z-index: 24;
  padding: 2px;
  display: block;
  text-decoration: none;
  color: #686868; }

a.newsitem span {
  display: none; }

a.newsitem span.date {
  display: inline;
  font-weight: bold;
  border: 1px solid #ccd;
  background-color: #eee;
  padding-left: 2px;
  padding-right: 2px;
  /*  border-radius: 3px; */ }

.site_news_article {
  padding: 4px;
  border: 1px solid #ccc;
  margin: 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #888;
  overflow: auto; }

.site_news_article .title {
  font-size: 14px;
  font-weight: bold;
  color: #0a5e82;
  border-bottom: 1px dashed #0a5e82; }

.site_news_article img {
  border: 1px solid #ccc;
  margin-left: 5px;
  box-shadow: 2px 2px 2px #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px; }

p.news_ingress {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px; }

/** news **/
.all_news_link {
  clear: both;
  padding: 6px 6px; }

.all_news_link a {
  color: #E83A2C;
  text-decoration: none; }

.all_news_titlebar {
  font-size: 17px;
  padding: 5px 5px;
  letter-spacing: 2px;
  background-color: #376C81;
  color: white;
  clear: both;
  margin: 5px 20px 5px 5px; }

.all_news {
  clear: both;
  margin-top: 10px;
  padding: 10px; }

.all_news .article {
  padding: 10px; }

/* content area news list in 2+ columns */
.news_list_content {
  width: 100%;
  margin: 4px 0px;
  /*  border: 1px solid #ccc; */
  overflow: hidden;
  padding-bottom: 5px; }

.news_list_content .title {
  margin-bottom: 5px;
  font-size: 17px;
  padding: 2px 13px;
  letter-spacing: 2px;
  background-color: #AC2A20;
  color: white; }

.news_list_content .news_columns {
  width: 100%;
  display: block;
  overflow: hidden; }

.news_list_content .column {
  width: 45%;
  float: left;
  padding: 4px 0px;
  overflow: hidden;
  min-width: 350px; }

.news_list_content .bottom {
  border-top: 1px solid #ccc; }

.news_list_content .all_news_link {
  clear: both;
  padding: 2px 14px; }

@media only screen and (max-width: 959px) {
  .news_list_content .column {
    width: 95%; } }
@media only screen and (max-width: 479px) {
  .news_list_content .newsitem .date {
    display: block; } }
/**********************  calendar stuff ********************/
#calendar_small {
  width: 100%; }

.calendar_small_content {
  background-color: #EFF3FC;
  width: 100%; }

.module_icon {
  float: left;
  margin: 0px;
  height: 24px;
  width: 24px;
  overflow: hidden;
  z-index: 3; }

.calendar_gadget_icon {
  background-image: url(images/calendar_24.png); }

.calendar_daynames {
  font-size: 11px;
  background-color: #EFF3FC;
  color: #626466; }

.calendar_daynames td {
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea; }

.calendar_dayname {
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #eaeaea;
  color: #626466;
  font-size: 12px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  letter-spacing: 1px; }

.calendar_cell {
  font-size: 11px;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #eaeaea;
  color: #626466;
  padding: 2px 2px 2px 2px;
  background-color: #EFF3FC;
  text-align: center; }

.calendar_cell_weekend {
  border-color: #B5CDDF;
  color: #626466;
  padding: 2px 2px 2px 2px;
  background-color: #E7F1F7; }

.calendar_today {
  background-color: #F9E400; }

.calendar_small_selectmonth {
  width: 100%;
  height: 18px; }

.nextyear {
  float: right;
  height: 18px;
  width: 20px;
  text-align: left;
  padding-left: 2px;
  background-image: url("images/button_next_year.png");
  background-repeat: no-repeat; }

.prevyear {
  float: right;
  height: 18px;
  max-height: 30px;
  width: 20px;
  text-align: left;
  padding-left: 2px;
  background-image: url("images/button_prev_year.png");
  background-repeat: no-repeat; }

.thismonth {
  float: left;
  height: 14px;
  max-height: 30px;
  width: 66%;
  max-height: 40px;
  text-align: center; }

.prevmonth {
  float: left;
  height: 14px;
  max-height: 40px;
  width: 17%;
  text-align: center; }

.nextmonth {
  float: left;
  height: 14px;
  width: 17%;
  max-height: 40px;
  text-align: center; }

.calendar_monthlink {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
  color: #006;
  border: 1px solid #ccf;
  border-radius: 2px;
  padding: 2px 4px; }

.calendar_weeknr {
  text-align: center;
  border-width: 0px 0px 1px 0px;
  border-style: solid dotted solid solid;
  border-color: #eaeaea #888 #eaeaea #eaeaea;
  border-width: 1px 1px 1px 1px;
  color: #006;
  font-size: 10px;
  font-weight: normal; }

.calendar_cell_inside {
  padding: 2px; }

.calendar_cell_inside_today {
  background-color: #fffccf; }

.calendar_daynr {
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
  text-align: left; }

.calendar_holiday {
  font-size: xx-small;
  color: red; }

.calendar_dayinfo {
  font-size: xx-small;
  color: #444444; }

.calendar_fog {
  position: absolute;
  z-index: 99;
  opacity: .50;
  background-color: #fff;
  background-image: url(img/loading_big.gif);
  background-position: center center;
  background-repeat: no-repeat;
  width: inherit;
  height: inherit; }

.social_gray {
  background-image: url(images/social-gray.png);
  background-repeat: no-repeat;
  display: inline-block; }

.facebook {
  width: 45px;
  height: 44px;
  background-position: -5px -5px; }

.pinterest {
  width: 45px;
  height: 44px;
  background-position: -60px -5px; }

.twitter {
  width: 45px;
  height: 44px;
  background-position: -5px -59px; }

.someblock {
  width: 120px;
  height: 32px;
  margin-top: 5px;
  float: left; }
  .someblock .some {
    width: 36px;
    height: 36px;
    margin-top: 5px;
    float: left;
    background-image: url(images/someicons.png);
    background-repeat: no-repeat;
    display: block; }
  .someblock .facebook {
    background-position: -44px 0px; }
  .someblock .twitter {
    background-position: -91px 0px; }
  .someblock .youtube {
    background-position: -95px 0px; }
  .someblock .linkedin {
    background-position: 3px 0px; }

a.facebook-share {
  display: block;
  height: 24px;
  width: 80px;
  padding-left: 32px;
  background-image: url("/sharedcss/some/fb-plain-24.png");
  background-repeat: no-repeat;
  background-color: #4a6eaa;
  color: #fff;
  font-family: Helvetica,Arial,san-serif;
  text-decoration: none;
  font-size: 12px;
  padding-top: 2px; }

#featured_slider {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 1px 4px #ccc;
  margin-bottom: 20px; }

.featured_slide
.featured_title {
  background-color: #f47321;
  color: #fff;
  padding: 2px 10px;
  font-weight: bold; }

.featured_slide .article {
  max-height: 280px;
  font-size: 12px;
  padding: 10px;
  float: left;
  width: 69%; }

.featured_slide .article li {
  margin-bottom: 5px; }

.featured_image {
  border: 1px solid #888;
  box-shadow: 1px 1px 2px #ccc;
  width: 90%; }

.featured_slide .article {
  overflow: hidden; }

.featured_full {
  width: 100%;
  margin-top: 10px; }

.featured_full .imageholder {
  width: 20%;
  float: left;
  margin-top: 12px; }

.featured_full .article {
  width: 70%;
  float: left; }

.searchblock {
  float: left;
  margin-top: 14px;
  color: #fff;
  border-radius: 3px; }
  @media screen and (max-width: 870px) {
    .searchblock {
      margin-left: 10px; } }
  @media screen and (max-width: 420px) {
    .searchblock {
      margin-left: 10px;
      display: none; } }
  .searchblock .search {
    float: left;
    width: 200px;
    height: 24px;
    background-color: #fff;
    border-radius: 0px; }
    @media screen and (max-width: 870px) {
      .searchblock .search {
        width: 160px; } }
    .searchblock .search label {
      color: #eee;
      float: left; }
    .searchblock .search input {
      width: 150px;
      float: left;
      height: 24px;
      margin-top: 0px;
      margin-left: 5px;
      border: none;
      background-color: #fff; }
      @media screen and (max-width: 870px) {
        .searchblock .search input {
          width: 120px; } }
    .searchblock .search button.search, .searchblock .search button.search:focus {
      width: 16px;
      background-repeat: no-repeat;
      background-color: transparent;
      border: white;
      background-image: url(images/search-glass2.png);
      float: right;
      margin-top: 5px; }

.search_results {
  border: 0px solid #ccc;
  padding: 8px;
  border-radius: 0px;
  box-shadow: none; }
  .search_results .result {
    margin-bottom: 4px; }
    .search_results .result .searchdate {
      display: block; }

/*
  generic form variables
*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
textarea,
select {
  margin: 0 0 0px; }

textarea {
  width: 320px; }

/* generic forms */
.generic_form {
  border: 1px solid #ccc;
  background-color: #fffff;
  width: 400px;
  padding: 10px;
  box-shadow: 4px 4px 4px #eee; }
  .generic_form label {
    color: #666;
    margin-top: 5px; }
  .generic_form input[type="text"] {
    width: 40rem; }
  .generic_form textarea {
    width: 40rem;
    height: 100px; }
  .generic_form input[type="submit"] {
    margin-top: 10px; }

/* mega menu list */
.nav-menu {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 15; }

/* a top level navigation item in the mega menu */
.nav-item {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0; }

/* first descendant link within a top level navigation item */
.nav-item > a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0 -1px 0;
  border: 1px solid transparent; }

/* focus/open states of first descendant link within a top level
   navigation item */
.nav-item > a:focus,
.nav-item > a.open {
  outline: 1px solid #dedede; }

/* open state of first descendant link within a top level
   navigation item */
.nav-item > a.open {
  /* background-color: #fff; */
  border-bottom: none;
  z-index: 1; }

/* sub-navigation panel */
.sub-nav {
  position: absolute;
  display: none;
  top: 2.6em;
  margin-top: -1px;
  padding: 0.5em 1em;
  border: 1px solid #dedede;
  /* background-color: #fff; */ }

/* sub-navigation panel open state */
.sub-nav.open {
  display: block; }

/* list of items within sub-navigation panel */
.sub-nav ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  padding: 0; }

/* list item within sub-navigation panel */
.sub-nav li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* custom styles */
/* div containers */
.lifted_container {
  border-width: 1px 3px 3px 1px;
  border-color: #08396e;
  border-style: solid;
  padding: 5px; }
  @media screen and (max-width: 420px) {
    .lifted_container {
      border-width: 1px 0px;
      padding: 0px; } }
  .lifted_container img {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.front_page_column {
  height: 420px; }
  @media screen and (max-width: 870px) {
    .front_page_column {
      height: auto; } }

@media only screen and (max-width: 479px) {
  .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns {
    width: 100%; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns {
    width: 100%; } }
nav#main_nav {
  background-color: #617c3e;
  /*
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  box-shadow: 0 1px 4px #9C9C9C;
  */
  height: 40px;
  /*background-image: url(images/navi-bg.png); */ }

nav#main_nav ul.nav-menu {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 995px; }

nav#main_nav li.nav-item > a {
  color: #fff;
  float: left;
  font-size: 1.5em;
  padding: 11px 9px 9px;
  text-transform: uppercase;
  letter-spacing: 2px; }

nav#main_nav .sub-nav {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.98);
  border-color: #D7A900 -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 4px 0 0;
  box-shadow: 1px 1px 5px #808080;
  /*  left: 0; */
  margin: -1px 0 0;
  /*
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 42px;
    transition: all 0.3s ease 0s;
  */ }

nav#main_nav .sub-nav-group {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 96%, #EDEDED 100%) repeat scroll 0 0 transparent;
  float: left;
  padding: 20px 0 20px 0px; }

nav#main_nav .sub-nav-group:last-child {
  background: none repeat scroll 0 0 transparent !important; }

nav#main_nav .sub-nav ul li {
  /* background: url("img/bullet-gold.png") no-repeat scroll left 7px rgba(0, 0, 0, 0); */
  list-style: none outside none;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 12px; }

nav#main_nav .sub-nav a {
  border-bottom: 1px solid #F1F1F1;
  color: #3C3C3C;
  display: block;
  font-size: 150%;
  margin: 0 30px 3px 0;
  min-width: 200px;
  padding: 0 10px 3px 7px;
  line-height: 21px; }

nav#main_nav a {
  text-decoration: none; }

nav#main_nav li.nav-item > a:hover,
nav#main_nav li.nav-item > a:focus,
nav#main_nav li.nav-item > a.open {
  color: #fff;
  /* slightly lighter version of #D7A900 */
  background-color: #445461; }

nav#main_nav .sub-nav a:hover,
nav#main_nav .sub-nav a:focus {
  background-color: #0088cc;
  color: #FFFFFF; }

/* this container contains the list and the selection divs */
.blog-list-container {
  width: 100%; }

#blog-selectors {
  float: right;
  width: 240px; }
  @media screen and (max-width: 959px) {
    #blog-selectors {
      width: 100%;
      float: none; } }

#blog-entries {
  max-width: 720px; }

/* the blocks showing keywords and writers */
.blog_keywords, .blog_writers {
  width: 100%;
  padding: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  float: left;
  outline: 0px solid #eaeaea; }
  .blog_keywords .title, .blog_writers .title {
    display: block;
    font-size: 120%;
    margin: 4px 0px;
    text-align: center; }
  .blog_keywords a, .blog_writers a {
    display: block;
    float: left;
    text-decoration: none;
    padding: 2px 4px;
    margin-right: 4px;
    outline: 0px solid #ccc;
    background-color: #fafafa;
    color: #626F7B;
    margin-bottom: 4px;
    font-size: 90%; }
    .blog_keywords a:visited, .blog_writers a:visited {
      color: #1E2F3F; }
    .blog_keywords a:hover, .blog_writers a:hover {
      color: #1E303F;
      background-color: #eaeaea; }
  .blog_keywords .active, .blog_writers .active {
    font-weight: bold; }

.blog_writers {
  float: left; }

@media only screen and (max-width: 419px) {
  .blog_keywords {
    display: none; } }

/* finally the individual blog entry */
.blog_list_entry {
  overflow-y: hidden;
  margin-bottom: 10px;
  width: 100%;
  padding: 5px;
  border: 1px solid #eee;
  /* titlerow contains the date, the writer and the title */
  /* title contains just the title of the blog as a dummy link
     which will simply open the full blog article when clicked */
  /* ingress contains the key ideas of the blog */
  /* and here we are with the article */
  /* this might be placed be inside the .ingress section  in case it has
     NOT been used elsewhere but will work separately as well (like it is now)
     The current setting
  */ }
  .blog_list_entry .titlerow {
    width: 100%;
    margin-bottom: 8px; }
    .blog_list_entry .titlerow .date {
      float: left;
      width: 80px; }
    .blog_list_entry .titlerow .title {
      float: left; }
    .blog_list_entry .titlerow .writer {
      font-weight: bold;
      font-size: 110%;
      color: #812735; }
  .blog_list_entry .title {
    color: inherit; }
    .blog_list_entry .title a {
      font-weight: bold;
      font-size: 110%; }
  .blog_list_entry .ingress {
    width: 100%;
    margin-top: 5px;
    font-weight: normal;
    clear: both; }
    @media only screen and (max-width: 480px) {
      .blog_list_entry .ingress {
        /* ellipsis: add "..." in case it does not fit */
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; } }
  .blog_list_entry .article {
    width: 100%;
    clear: both;
    margin-top: 5px; }
  .blog_list_entry .blogimage {
    float: left;
    border: 1px solid #ccc;
    margin-right: 8px;
    margin-bottom: 5px;
    max-width: 250px; }
    @media only screen and (max-width: 767px) {
      .blog_list_entry .blogimage {
        max-width: 200px; } }
    @media only screen and (max-width: 419px) {
      .blog_list_entry .blogimage {
        max-width: 90px; } }

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

#plusgallery {
  zoom: 1;
  color: #222;
  position: relative;
  z-index: 1;
  background: url(images/plusgallery/loading-albums.gif) no-repeat 50% 50%;
  text-align: left; }
  #plusgallery .loading {
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    color: #ccc; }

#plusgallery.loaded {
  background: none; }
  #plusgallery.loaded .loading {
    display: none; }

#plusgallery ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important; }

#plusgallery * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

#plusgallery a, #pgzoomview a {
  display: block;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -ms-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
  -webkit-backface-visibility: hidden;
  text-decoration: none; }

#plusgallery a {
  background-color: #fff;
  display: block;
  color: #222;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.3); }

#plusgallery a:hover, #pgzoomview a:hover {
  background-color: #38beea; }

#plusgallery a img {
  display: block;
  max-width: 100%;
  /*max-height: 100%;*/ }

.spacer {
  position: relative;
  z-index: 1;
  background: #fff url(images/plusgallery/loading-albums.gif) no-repeat 50% 50%; }

/*albums*/
#pgalbums {
  clear: both; }

.pgalbumthumb {
  float: left;
  width: 17.91666666666%;
  max-width: 172px;
  margin: 1.04166666666%; }

#plusgallery .pgalbumlink {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 3%; }

.pgalbumimg {
  display: block;
  width: 100%;
  border: none;
  position: relative;
  z-index: 1;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.pgalbumthumb span {
  position: absolute;
  display: block; }

.pgalbumtitle {
  bottom: 3%;
  left: 3%;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 1.12em;
  z-index: 7;
  padding: 2em 6% 6% 6%;
  width: 94%; }

.pgalbumthumb .pgloading {
  width: 95.4545454545455%;
  /*210/220*/
  height: 95.4545454545455%;
  /*210/220*/
  top: 2.3809523809524%;
  /*5/210*/
  left: 2.3809523809524%;
  /*5/210*/
  z-index: 6;
  background: rgba(0, 0, 0, 0.8) url(images/plusgallery/loading-gallery.gif) no-repeat 50% 50%; }

.oldie .pgalbumthumb .pgloading {
  top: 3%;
  left: 3%; }

.pgplus {
  background: #fff;
  line-height: 1em;
  padding: .3em;
  font-size: 1.8em;
  color: #fff;
  position: absolute;
  top: -1.5em;
  width: 1.5em;
  right: -1.5em;
  z-index: 7;
  text-align: center;
  font-weight: 100;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -ms-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s; }

.pgalbumlink:hover .pgplus {
  background: #38beea;
  top: 0;
  right: 0; }

/*thumbs*/
#pgthumbview {
  clear: both;
  display: none; }

#plusgallery #pgthumbcrumbs {
  margin: 10px 10px 0 10px !important;
  color: #222;
  border-bottom: 1px solid #222; }

#pgthumbcrumbs li {
  padding: 9px .7em 0 .7em;
  float: left;
  line-height: 1em;
  height: 30px; }

#pgthumbcrumbs li#pgthumbhome {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.5em;
  line-height: .6em;
  padding-left: .4em;
  padding-right: .4em;
  border-right: 1px solid #222; }

#pgthumbcrumbs li#pgthumbhome:hover {
  background-color: #38beea;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff; }

.pgthumb {
  float: left;
  width: 14.5833333333333%;
  height: 14.5833333333333%;
  max-width: 140px;
  margin: 10px 1.0417%;
  display: block;
  position: relative; }

.oldie .pgthumb {
  width: 140px;
  height: 140px;
  margin: 10px; }

.pgthumb a {
  width: 100%;
  height: 100%;
  padding: 5px !important;
  margin: 0; }

.oldie .pgthumb a {
  width: 130px;
  height: 130px;
  padding: 5px; }

.pgthumb img {
  background: #fff url(images/plusgallery/loading-albums.gif) no-repeat 50% 50%;
  width: 100%;
  border: none;
  max-width: 130px; }

/*detail*/
#pgzoomview {
  position: absolute;
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)";
  /* IE8 */
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 1000;
  top: 0;
  left: 0; }

.oldie #pgzoomview {
  background: url(images/plusgallery/80.png); }

#pgzoomview.fixed {
  position: fixed; }

#pgzoomscroll {
  position: absolute;
  overflow-x: scroll;
  overflow-y: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  z-index: 1010; }

#pgzoom {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-transform: translateZ(0px); }

.pgzoomslide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }

.pgzoomslide.loading {
  background-image: url(images/plusgallery/loading-gallery.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative; }

.pgzoomspacer {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle; }

.pgzoomcenter {
  vertical-align: middle;
  display: inline-block;
  /*width: 80%;*/
  /*height: 85%;*/
  text-align: center; }

.pgzoomimg {
  max-width: 80%;
  max-height: 75%;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.9);
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  vertical-align: middle;
  margin-bottom: 2em; }

.pgzoomimg.active {
  opacity: 1; }

.oldie .pgzoomimg {
  max-width: none;
  max-height: none; }

.pgzoomcaption {
  margin: 1.5em 0;
  color: #fff;
  font-size: .9em;
  opacity: 1;
  position: absolute;
  left: 0;
  padding-left: 20%;
  padding-right: 20%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  bottom: 0;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }

.pgzoomarrow {
  position: fixed;
  width: 52px;
  height: 100px;
  background: url(images/plusgallery/arrows.gif) no-repeat 0 0;
  top: 50%;
  margin-top: -50px;
  overflow: hidden;
  text-indent: -5000px;
  z-index: 1011; }

.pgzoomarrow:hover {
  -webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3); }

#pgprevious {
  left: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-position: 0 50%; }

#pgnext {
  right: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-position: 100% 50%; }

#pgzoomclose {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  background-position: 100% 50%;
  width: 52px;
  height: 52px;
  background-image: url(images/plusgallery/zoom-icons.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  text-indent: -5000px;
  z-index: 1011; }

#pgzoomclose:hover {
  -webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.3); }

#pgcredit {
  text-align: center;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px; }

#plusgallery #pgcredit a {
  display: inline-block;
  color: #222;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: .3em .5em .3em .4em;
  font-size: 10px;
  text-transform: uppercase; }

#pgcredit a:hover {
  background-color: #38beea !important;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5) !important; }

#plusgallery #pgcredit a span {
  color: #666;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }

#plusgallery #pgcredit a:hover span {
  color: #fff; }

@media only screen and (max-width: 768px) {
  .pgalbumthumb, .pgthumb {
    margin: 1.302083333333%;
    /*10/768*/ }

  .pgalbumthumb {
    width: 22.395833333333%;
    /*172/768*/ }

  .pgthumb {
    width: 17.395833333333%;
    /*153.6/768*/ } }
@media only screen and (max-width: 480px) {
  .pgalbumthumb, .pgthumb {
    margin: 2.083333333333%;
    /*10/480*/ }

  .pgalbumthumb {
    width: 29.16666666666%;
    /*140/480*/ }

  .pgthumb {
    width: 20.833333333333%;
    /*100/480*/ }

  .pgzoomarrow {
    width: 36px;
    height: 60px; }

  #pgprevious {
    background-position: -6px 50%; }

  #pgnext {
    background-position: -66px 50%; }

  #pgzoomclose {
    width: 36px;
    height: 36px; } }
@media only screen and (max-width: 320px) {
  .pgalbumthumb, .pgthumb {
    margin: 3.125%;
    /*10/480*/ }

  .pgalbumthumb {
    width: 43.75%;
    /*140/320*/ }

  .pgthumb {
    width: 27.083333333333%;
    /*86.66666666666667/320*/ } }
#site_news_article .news_date {
  font: inherit; }
#site_news_article .news_ingress_image {
  float: right;
  max-width: 240px;
  outline: 1px solid #ccc; }

#slider-wrapper {
  display: block; }
  @media only screen and (max-width: 479px) {
    #slider-wrapper {
      display: none; } }

/*
    *
    * GENERAL Style settings of LayerSlider
    *
    * (c) 2011-2014 George Krupa, John Gera & Kreatura Media
    *
    * Plugin web:            http://kreaturamedia.com/
    * Licenses:             http://codecanyon.net/licenses/
*/
/* Global settings */
.ls-container {
  visibility: hidden;
  position: relative; }

.ls-lt-container {
  position: absolute; }

.ls-lt-container, .ls-lt-container * {
  text-align: left !important;
  direction: ltr !important; }

.ls-container-fullscreen {
  margin: 0 auto !important;
  padding: 2% !important;
  background: black !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: none !important; }

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
  display: none !important; }

.ls-overflow-hidden {
  overflow: hidden; }

.ls-inner {
  position: relative;
  background-position: center center;
  z-index: 2; }

.ls-loading-container {
  position: absolute !important;
  display: none;
  z-index: 3 !important;
  left: 50% !important;
  top: 50% !important; }

.ls-loading-indicator {
  margin: 0 auto; }

.ls-inner,
.ls-slide {
  width: 100%;
  height: 100%; }

.ls-slide,
.ls-layer {
  position: absolute;
  display: none;
  background-position: center center;
  overflow: hidden; }

.ls-active,
.ls-animating {
  display: block !important; }

.ls-slide > * {
  position: absolute;
  line-height: normal;
  margin: 0;
  left: 0;
  top: 0; }

.ls-slide .ls-bg {
  left: 0px;
  top: 0px;
  transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important; }

.ls-yourlogo {
  position: absolute;
  z-index: 99; }

/* Timers */
.ls-bar-timer {
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  border-bottom: 2px solid #555;
  opacity: .55;
  filter: alpha(opacity=55);
  z-index: 4;
  top: 0; }

.ls-circle-timer {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  opacity: .65;
  filter: alpha(opacity=65);
  display: none; }

.ls-ct-half {
  background: white; }

.ls-ct-center {
  background: #444; }

.ls-ct-left,
.ls-ct-right {
  width: 50%;
  height: 100%;
  overflow: hidden; }

.ls-ct-left,
.ls-ct-right {
  float: left;
  position: relative; }

.ls-ct-rotate {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0; }

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
  left: 0; }

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
  right: 0; }

.ls-ct-hider,
.ls-ct-half {
  position: absolute;
  top: 0; }

.ls-ct-hider {
  width: 50%;
  height: 100%;
  overflow: hidden; }

.ls-ct-half {
  width: 200%;
  height: 100%; }

.ls-ct-center {
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  position: absolute; }

.ls-ct-half,
.ls-ct-center {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px; }

/* Navigation */
.ls-bottom-nav-wrapper {
  height: 0; }

.ls-bottom-slidebuttons {
  text-align: left; }

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
  z-index: 2;
  height: 0;
  position: relative;
  text-align: center;
  margin: 0 auto; }

.ls-below-thumbnails {
  display: none;
  z-index: 6; }

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
  outline: none; }

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
  direction: ltr !important; }

.ls-bottom-slidebuttons {
  position: relative;
  z-index: 1000; }

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
  position: relative; }

.ls-nothumb {
  text-align: center !important; }

.ls-link {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  background-image: url(blank.gif); }

.ls-slide > a > * {
  background-image: url(blank.gif); }

/* Embedded videos */
.ls-vpcontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.ls-videopreview {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer; }

.ls-playvideo {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer; }

/* Thumbnails */
.ls-tn {
  display: none !important; }

.ls-thumbnail-hover {
  display: none;
  position: absolute;
  left: 0; }

.ls-thumbnail-hover-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none; }

.ls-thumbnail-hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.ls-thumbnail-hover-img {
  position: absolute;
  overflow: hidden; }

.ls-thumbnail-hover img {
  max-width: none !important;
  position: absolute;
  display: inline-block;
  visibility: visible !important;
  left: 50%;
  top: 0; }

.ls-thumbnail-hover span {
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important; }

.ls-thumbnail-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 4; }

.ls-thumbnail {
  position: relative;
  margin: 0 auto; }

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
  width: 100%; }

.ls-thumbnail-slide-container {
  overflow: hidden !important;
  position: relative; }

.ls-touchscroll {
  overflow-x: auto !important; }

.ls-thumbnail-slide {
  text-align: center;
  white-space: nowrap;
  float: left;
  position: relative; }

.ls-thumbnail-slide a {
  overflow: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  position: relative; }

.ls-thumbnail-slide img {
  max-width: none !important;
  max-height: 100% !important;
  height: 100%;
  visibility: visible !important; }

.ls-shadow {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  left: 0;
  overflow: hidden !important;
  visibility: hidden; }

.ls-shadow img {
  width: 100% !important;
  height: auto !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important; }

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
  visibility: hidden; }

/* WP plugin fullwidth */
.ls-wp-fullwidth-container {
  width: 100%;
  position: relative; }

.ls-wp-fullwidth-helper {
  position: absolute; }

/* 2D & 3D Layer Transitions */
.ls-overflow-hidden {
  overflow: hidden; }

.ls-lt-tile {
  position: relative;
  float: left;
  perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px; }

.ls-lt-tile img {
  visibility: visible;
  display: inline-block; }

.ls-curtiles {
  overflow: hidden; }

.ls-curtiles,
.ls-nexttiles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.ls-curtile, .ls-nexttile {
  overflow: hidden;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.ls-curtile {
  left: 0;
  top: 0; }

.ls-curtile img,
.ls-nexttile img {
  position: absolute;
  filter: inherit; }

.ls-3d-container {
  position: relative;
  overflow: visible !important; }

.ls-3d-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }

.ls-3d-box div {
  overflow: hidden;
  background: #777;
  margin: 0;
  padding: 0;
  position: absolute; }

/* Full screen */
.ls-fullscreen {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: block; }

/* Removing all default global styles of WordPress themes */
html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  line-height: normal;
  outline: none;
  padding: 0;
  border: 0; }

html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none; }

html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
  margin: 0; }

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
  background: none !important;
  min-width: 0 !important;
  max-width: none !important;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0; }

/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
    min-width: 100% !important;
}
*/
html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
  line-height: normal;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0; }

html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
  margin: 0; }

html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
  text-decoration: none; }

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important; }

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
  margin: 0; }

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
  display: none; }

.site {
  overflow: visible !important; }

/* Style of LayerSlider Debug Console */
.ls-debug-console * {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: white !important;
  text-shadow: none !important;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
  line-height: normal !important;
  -webkit-font-smoothing: antialiased !important;
  text-align: left !important;
  font-style: normal !important; }

.ls-debug-console h1 {
  padding-top: 10px !important;
  font-size: 17px !important;
  font-weight: bold !important; }

.ls-debug-console h1:first-child {
  padding-top: 0 !important; }

.ls-debug-console ul {
  padding-top: 10px !important;
  list-style: none !important; }

.ls-debug-console li {
  margin-left: 10px !important;
  font-size: 13px !important;
  position: relative !important;
  font-weight: normal !important; }

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
  display: none;
  width: 260px;
  left: -10px; }

.ls-debug-console li ul {
  position: absolute !important;
  bottom: 100% !important;
  padding: 10px 10px 10px 0 !important;
  background: white !important;
  border-radius: 10px !important;
  box-shadow: 0 0 20px black !important; }

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
  display: block; }

.ls-debug-console li ul * {
  color: black !important; }

.ls-debug-console a {
  text-decoration: none !important;
  border-bottom: 1px dotted white !important; }

.ls-error {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -wenkit-border-radius: 5px !important;
  background: white !important;
  height: auto !important;
  width: auto !important;
  color: white !important;
  padding: 20px 40px 30px 80px !important;
  position: relative !important;
  box-shadow: 0 2px 20px -5px black; }

.ls-error p {
  line-height: normal !important;
  text-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: justify !important;
  font-family: Arial, sans-serif !important; }

.ls-error .ls-error-title {
  line-height: 40px !important;
  color: red !important;
  font-weight: bold !important;
  font-size: 16px !important; }

.ls-error .ls-error-text {
  color: #555 !important;
  font-weight: normal !important;
  font-size: 13px !important; }

.ls-error .ls-exclam {
  width: 40px !important;
  height: 40px !important;
  position: absolute !important;
  left: 20px !important;
  top: 20px !important;
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  font-size: 30px !important;
  font-weight: bold !important;
  color: white !important;
  line-height: 40px !important;
  background: red !important;
  text-align: center !important; }

/* GPU Hardware Acceleration */
html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
  transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }

.ls-videohack {
  transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform-origin: none !important;
  -o-transform-origin: none !important;
  -ms-transform-origin: none !important;
  -moz-transform-origin: none !important;
  -webkit-transform-origin: none !important; }

.ls-oldiepnghack {
  filter: none !important; }

.ls-gpuhack {
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important; }

html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }

/* GPU */
@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
  #ls-test3d {
    position: absolute;
    left: 9px;
    height: 3px; } }
/* Mobile features */
.ls-forcehide {
  display: none !important; }

.news_list_entry {
  overflow-y: hidden;
  margin-bottom: 10px;
  width: 100%;
  padding: 5px;
  border: 1px solid #eee;
  /* titlerow contains the date and the writer */
  /* title contains just the title of the article  as a dummy link
     which will simply open the full news article when clicked */
  /* ingress contains the key ideas of the article */
  /* and here we are with the article */
  /* this should be inside the .ingress section in case it has NOT been used elsewhere */ }
  .news_list_entry .titlerow {
    width: 100%;
    margin-bottom: 0px; }
    .news_list_entry .titlerow .date {
      float: left;
      width: 80px; }
  .news_list_entry .title {
    color: inherit; }
    .news_list_entry .title a {
      font-weight: bold;
      font-size: 110%; }
  .news_list_entry .ingress {
    width: 100%;
    margin-top: 5px;
    font-weight: normal;
    clear: both; }
    @media only screen and (max-width: 480px) {
      .news_list_entry .ingress {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; } }
  .news_list_entry .article {
    width: 100%;
    clear: both;
    margin-top: 5px; }
  .news_list_entry .newsimage {
    float: left;
    border: 1px solid #ccc;
    margin-right: 8px;
    margin-bottom: 5px;
    max-width: 250px; }
    @media only screen and (max-width: 767px) {
      .news_list_entry .newsimage {
        max-width: 180px; } }
    @media only screen and (max-width: 419px) {
      .news_list_entry .newsimage {
        max-width: 90px; } }

#mfPreviewBar {
  display: none; }

/*# sourceMappingURL=styles.css.map */
