@charset "UTF-8";
/*
 * Main Stylesheet
 *
 * @copyright Copyright (c) 2012 rocksolidthemes.com
 * @license   http://rocksolidthemes.com/agb   No free usage allowed
 */
/* ===========================================
 * # Index: The structure of this stylesheet
 *
 * - Imports (SASS only)
 * - Fonts
 * - Colors (SASS only)
 * - Basic settings (SASS only)
 * - General styles
 * - Button styles
 * - Wrapper Elements
 * - Elements in order of appearance in HTML
 * - Homepage elements
 * - Content styles
 * - Form styles
 * - Footer styles
 * - No image-main
 * - Module styles (Search, FAQ, News, Events, Comments)
 * - Media queries
 * - Grid (design + production helper)
 * ======================================== */
/* ===========================================
 * Fonts
 * ======================================== */
@font-face {
  font-family: "RockSolid Icons";
  src: url("../fonts/rocksolid-icons.eot");
  src: url("../fonts/rocksolid-icons.eot?#iefix") format('eot'), url("../fonts/rocksolid-icons.woff") format('woff'), url("../fonts/rocksolid-icons.ttf") format('truetype'), url("../fonts/rocksolid-icons.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ===========================================
 * General styles
 * ======================================== */
html {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: #57ab2c;
}
body {
  font: 14px/1.5 "Open Sans", sans-serif;
  color: #333333;
  background: #ffffff none 50% 0 no-repeat scroll;
  background-size: auto;
}
body.background-variation-1 {
  background: url("../img/bg-lined-grey.png") 0 0 repeat;
}
body.background-variation-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background: white;
}
body.background-variation-1 #wrapper {
  background: rgba(255, 255, 255, 0.75);
}
body.background-variation-1 #image-main {
  background: transparent;
}
body.background-variation-2 {
  background: #111111;
}
body.background-variation-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
}
body.background-variation-2:before,
body.background-variation-2 #nav-main,
body.background-variation-2>header {
  background-color: #333333;
}
body.background-variation-2 #nav-main>ul>li>a {
  color: #999999;
}
body.background-variation-2 #nav-main>ul>li>a:hover,
body.background-variation-2 #nav-main>ul>li>a:focus {
  color: #7c7c7c;
}
body.background-variation-2 #image-main {
  background: #111111;
}
body.background-variation-3 #image-main {
  z-index: -1;
}
body.background-variation-3 #wrapper {
  position: relative;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
body.background-variation-3 #wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -15px;
  z-index: -1;
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  background: white;
  border: 1px solid #e7e9e9;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  body.background-variation-3 #wrapper:before {
    content: none;
  }
}
body.background-variation-3.vision-home #content .contact-box {
  margin-top: 0;
}
* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* Resetting box model for moo_mediabox,  moo_slimbox and j_colorbox */
#mbCenter,
#colorbox,
#lbCenter,
#lbBottomContainer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
::selection {
  background: #fbb810;
  color: #000000;
  text-shadow: none !important;
}
::-moz-selection {
  background: #fbb810;
  color: #000000;
  text-shadow: none !important;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
table {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  text-align: left;
}
table th {
  padding: 10px 8px;
  border-bottom: 1px solid #e1e1e1;
}
table td {
  padding: 6px 8px;
  border-bottom: 1px solid #e1e1e1;
  color: #777777;
}
table td,
table td img {
  vertical-align: top;
}
table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table tbody tr:hover {
  background-color: #ffffff;
}
table tfoot tr {
  background-color: #e6e6e6;
}
table tfoot td {
  color: #333333;
}
a {
  color: #57ab2c;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
}
a.external-link:after {
  font: 75%/1 "RockSolid Icons";
  content: " \e151";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-left: 0.2em;
  color: gray;
}
/* Icon class */
*[data-icon]:before {
  font: 100%/1 "RockSolid Icons";
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  font-size: 80%;
  margin-right: 4px;
}
*[data-icon].after:before {
  content: none;
}
*[data-icon].after:after {
  font: 100%/1 "RockSolid Icons";
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  font-size: 80%;
  margin-left: 4px;
}
.clear {
  clear: both;
}
.invisible {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.pdf_link {
  margin: 12px 0 0 20px;
  float: right;
}
.pdf_link a {
  margin-left: 2px;
  border: 0 !important;
}
.pdf_link img {
  border: 0 !important;
}
.image_container.float_left {
  margin-right: 20px;
}
.image_container.float_right {
  margin-left: 20px;
}
.image_container a {
  border: 0;
}
.mime_icon {
  margin-bottom: -0.25em;
}
.ce_toplink,
.toplink {
  margin: 24px 0;
}
.ce_toplink a,
.toplink a {
  display: block;
  width: 100%;
}
.ce_toplink>a:before,
.toplink>a:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e00c";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.ce_accordion {
  background-color: #ffffff;
  border-width: 0 1px;
  border-style: solid;
  border-color: #e1e1e1;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.ce_accordion .accordion {
  padding: 0 3.84615%;
}
.ce_accordion .accordion>div {
  padding-bottom: 12px;
}
.ce_accordion .toggler {
  position: relative;
  padding: 8px 7.69231% 8px 7.69231%;
  outline: none;
  color: #57ab2c;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #cecece;
  background-image: -webkit-linear-gradient(#ffffff 30%, #ebebeb 100%);
  background-image: -moz-linear-gradient(#ffffff 30%, #ebebeb 100%);
  background-image: -o-linear-gradient(#ffffff 30%, #ebebeb 100%);
  background-image: linear-gradient(#ffffff 30%, #ebebeb 100%);
  cursor: pointer;
}
.ce_accordion .toggler:before {
  font: 11px/0 "RockSolid Icons";
  content: "\e015";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  left: 3.84615%;
  top: 50%;
}
.ce_accordion .toggler.ui-accordion-header-active:before {
  content: "\e01a";
}
.ce_accordion .toggler.ui-accordion-header-active,
.ce_accordion .toggler:hover {
  background: #ffffff;
}
.ce_accordion h1 {
  font-size: 19px !important;
}
.ce_accordion h2 {
  font-size: 16px !important;
}
.ce_accordion .image_container.float_right,
.ce_accordion .image_container.float_left {
  width: 46.15385%;
}
.no-resize .ce_accordion .image_container.float_right,
.ce_accordion .image_container.float_right.no-resize,
.no-resize .ce_accordion .image_container.float_left,
.ce_accordion .image_container.float_left.no-resize {
  width: auto;
}
.mejs-controls button,
.mejs-controls button:hover,
.mejs-controls button:focus,
.mejs-controls button:active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ce_youtube-wrapper {
  position: relative;
  /* ratio 16 to 9 */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ce_youtube-wrapper iframe,
.ce_youtube-wrapper object,
.ce_youtube-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
hr {
  display: block;
  height: 1px;
  margin: 24px 0 23px;
  border-style: solid none none;
  border-width: 1px 0 0;
  border-color: #cecece;
}
.confirmation,
.information,
.warning {
  position: relative;
  display: block;
  padding: 8px 3.84615% 8px 56px;
  margin-left: -1px;
  margin-right: -1px;
  color: #65b425;
}
.confirmation:before,
.information:before,
.warning:before {
  font: 20px/1 "RockSolid Icons";
  content: "\e044";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 9px;
  left: 0;
  width: 40px;
  height: 30px;
  padding: 10px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  background: #65b425;
}
.information {
  border-color: #2590d4;
  color: #2590d4;
}
.information:before {
  content: "\2139";
  top: 0;
  font-size: 40px;
  color: #2590d4;
  background: transparent;
}
.warning {
  border-color: #da1f39;
  color: #da1f39;
}
.warning:before {
  content: "\e055";
  background: #da1f39;
}
code {
  padding: 2px 5px;
  font-size: 14px;
  line-height: 19px;
  background-color: #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
pre {
  display: block;
  overflow: auto;
  font-size: 14px;
  background-size: 100% 42px;
  background-repeat: repeat-y;
  background-image: -webkit-linear-gradient(top, #f7f7f7 50%, #ffffff 50%);
  background-image: -moz-linear-gradient(top, #f7f7f7 50%, #ffffff 50%);
  background-image: -o-linear-gradient(top, #f7f7f7 50%, #ffffff 50%);
  background-image: linear-gradient(to bottom, #f7f7f7 50%, #ffffff 50%);
}
pre code {
  line-height: 24px;
  background-color: transparent;
}
/* ===========================================
 * Button styles
 * ======================================== */
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #fddb87;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #fde9b7;
  background: #fbb810;
  background: -webkit-linear-gradient(top, #fbc744 0%, #fbb810 50%, #e6a90e 100%);
  background: -moz-linear-gradient(top, #fbc744 0%, #fbb810 50%, #e6a90e 100%);
  background: -o-linear-gradient(top, #fbc744 0%, #fbb810 50%, #e6a90e 100%);
  background: linear-gradient(to bottom, #fbc744 0%, #fbb810 50%, #e6a90e 100%);
  cursor: pointer;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  border-color: #fde9b7;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset, 1px 0 rgba(255, 255, 255, 0.3) inset, -1px 0 rgba(255, 255, 255, 0.3) inset, 0 -2px rgba(0, 0, 0, 0.05) inset, 9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, -9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset, 1px 0 rgba(255, 255, 255, 0.3) inset, -1px 0 rgba(255, 255, 255, 0.3) inset, 0 -2px rgba(0, 0, 0, 0.05) inset, 9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, -9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset, 1px 0 rgba(255, 255, 255, 0.3) inset, -1px 0 rgba(255, 255, 255, 0.3) inset, 0 -2px rgba(0, 0, 0, 0.05) inset, 9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, -9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.3);
}
button:active,
.button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
  text-shadow: none;
  background: -webkit-linear-gradient(bottom, #fbc744 0%, #fbb810 50%, #e6a90e 100%);
  background: -moz-linear-gradient(bottom, #fbc744 0%, #fbb810 50%, #e6a90e 100%);
  background: -o-linear-gradient(bottom, #fbc744 0%, #fbb810 50%, #e6a90e 100%);
  background: linear-gradient(to top, #fbc744 0%, #fbb810 50%, #e6a90e 100%);
}
#colorbox button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ===========================================
 * Wrapper Elements
 * ======================================== */
/* Main wrapper */
body header,
#wrapper,
#footer-content,
#nav-footer,
#footer-info,
.main-image-hgroup {
  zoom: 1;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
body header:before,
#wrapper:before,
#footer-content:before,
#nav-footer:before,
#footer-info:before,
.main-image-hgroup:before {
  content: "";
  display: table;
}
body header:after,
#wrapper:after,
#footer-content:after,
#nav-footer:after,
#footer-info:after,
.main-image-hgroup:after {
  content: "";
  display: table;
  clear: both;
}
/* ===========================================
 * Elements in order of appearance in HTML
 * ======================================== */
body header {
  background: #ffffff;
  z-index:10;
}
#logo {
  position: absolute;
  left: 4%;
  top: 0;
  width: 24%;
  overflow: hidden;
  margin: 0;
}
#logo a {
  display: block;
}
#logo img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}
#nav-main {
  z-index: 0;
  padding: 0 4% 0 28%;
  text-align: right;
}
#nav-main>ul {
  display: inline;
  margin: 0;
  padding: 0;
}
#nav-main>ul>li {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#nav-main>ul>li:last-child {
  margin-right: -22px;
}
#nav-main>ul>li:hover {
  z-index: 2;
}
#nav-main>ul>li>a {
  position: relative;
  display: block;
  z-index: 3;
  padding: 20px 22px 16px 22px;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
}
#nav-main>ul>li>a:hover,
#nav-main>ul>li>a:focus {
  color: #57ab2c;
}
#nav-main>ul>li>ul {
  position: absolute;
  top: 46px;
  left: 0;
  display: none;
  z-index: 1;
  min-width: 120%;
  margin: 0;
  padding: 0 0 0 0;
  border: 1px solid #cecece;
  text-align: left;
  white-space: nowrap;
  background: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#nav-main>ul>li>ul li {
  display: inline;
}
#nav-main>ul>li>ul a {
  display: block;
  padding: 9px 25px 8px 20px;
  border-top: 1px solid #cecece;
  font-size: 13px;
  line-height: 1.46;
  color: #606060;
  text-decoration: none;
}
#nav-main>ul>li>ul a:hover,
#nav-main>ul>li>ul a:focus {
  color: #57ab2c;
  text-decoration: underline;
}
#nav-main>ul>li>ul li:first-child>a {
  border-top: 0;
}
#nav-main>ul>li>ul ul {
  display: inline;
  margin: 0;
  padding: 0;
}
#nav-main>ul>li>ul ul a {
  padding-left: 32px;
  border-top-color: #e1e1e1;
  color: #8f8f8f;
}
#nav-main>ul>li:hover>ul {
  display: block;
}
#nav-main>ul>li:last-child>ul {
  left: auto;
  right: 0;
}
#nav-main>ul>li.active>a,
#nav-main>ul>li.trail>a {
  color: #57ab2c;
}
#nav-main>ul>li.submenu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: none;
  z-index: 2;
  border-top: 3px solid #57ab2c;
  width: 100%;
  height: 38px;
  background: #ffffff;
  -webkit-box-shadow: 1px 0 #cecece inset, -1px 0 #cecece inset, 0 11px 0 -1px #ffffff, 1px 11px 0 -1px #ffffff, 0 10px 0 0 #cecece, 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 #cecece inset, -1px 0 #cecece inset, 0 11px 0 -1px #ffffff, 1px 11px 0 -1px #ffffff, 0 10px 0 0 #cecece, 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 #cecece inset, -1px 0 #cecece inset, 0 11px 0 -1px #ffffff, 1px 11px 0 -1px #ffffff, 0 10px 0 0 #cecece, 0 0 8px rgba(0, 0, 0, 0.1);
}
.modernizr-no-boxshadow #nav-main>ul>li.submenu:before {
  border-right: 1px solid #cecece;
  border-left: 1px solid #cecece;
}
#nav-main>ul>li.submenu:hover:before {
  /* change generated content to avoid IE8 ghost pseudo elements */
  content: " ";
  display: block;
}
#nav-main>ul>li.submenu:last-child:before {
  -webkit-box-shadow: 1px 0 #e1e1e1 inset, -1px 0 #e1e1e1 inset, 0 11px 0 -1px #ffffff, -1px 11px 0 -1px #ffffff, 0 10px 0 0 #e1e1e1, 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 #e1e1e1 inset, -1px 0 #e1e1e1 inset, 0 11px 0 -1px #ffffff, -1px 11px 0 -1px #ffffff, 0 10px 0 0 #e1e1e1, 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 #e1e1e1 inset, -1px 0 #e1e1e1 inset, 0 11px 0 -1px #ffffff, -1px 11px 0 -1px #ffffff, 0 10px 0 0 #e1e1e1, 0 0 8px rgba(0, 0, 0, 0.1);
}
#nav-main-mobile,
#nav-main-mobile_styled {
  /* Hide mobile navigation <select> by default */
  display: none;
}
#image-main {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  margin: 0 0 -60px 0;
  background: #f7f7f7;
  -webkit-box-shadow: 0 50px 50px -50px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 50px 50px -50px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 50px 50px -50px rgba(0, 0, 0, 0.1) inset;
  z-index:-1
}
.main-image {
  position: relative;
  height: 300px;
}
.main-image.-large {
  height: 600px;
}
.main-image img {
  position: absolute;
  left: 50%;
  display: block;
  width: 1440px;
  height: auto;
  margin-left: -720px;
}
.main-image-hgroup {
  position: relative;
  z-index: 1;
  top: 110px;
  height: 0;
  overflow: visible;
}
.main-image-hgroup h2,
.main-image-hgroup h3 {
  margin: 0 4%;
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
}
.main-image-hgroup h2 span,
.main-image-hgroup h3 span {
  clear: left;
  float: left;
  padding: 0 20px;
  background: #fbb810;
  background: rgba(251, 184, 16, 0.8);
}
.main-image-hgroup h3 {
  font-size: 18px;
  font-weight: normal;
}
.main-image-hgroup h3 span {
  padding: 5px 20px;
  background: #333333;
  background: rgba(51, 51, 51, 0.8);
}
.main-image-hgroup h2 {
  line-height: 1.2;
}
.main-image-hgroup h3 {
  line-height: 1.5;
}
.main-image.-large>.main-image-hgroup {
  top: 160px;
}
.main-image.-large>.main-image-hgroup h2 {
  margin-right: 28.0%;
  font-size: 48px;
}
.main-image.-large>.main-image-hgroup h3 {
  margin-right: 28.0%;
  margin-top: 0;
  font-size: 24px;
}
#wrapper {
  padding-bottom: 36px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 9;
}
#content-top-bar {
  position: relative;
  min-height: 60px;
  padding: 0 4%;
  border-bottom: 1px solid #e1e1e1;
}
#content-top-bar h1 {
  margin: 0;
  padding: 22px 21.73913% 12px 0;
  font-size: 24px;
  font-weight: normal;
}
#content-top-bar .button {
  position: absolute;
  right: 4%;
  bottom: 10px;
  width: 16%;
  padding-right: 5px;
  padding-left: 5px;
}
#breadcrumbs {
  padding: 23px 21.73913% 17px 0;
  font-size: 13px;
  color: #777777;
}
#breadcrumbs a {
  text-decoration: none;
}
#breadcrumbs a:hover,
#breadcrumbs a:focus {
  text-decoration: underline;
}
#breadcrumbs b {
  font-weight: inherit;
}
aside#sidebar {
  position: relative;
  float: left;
  width: 18%;
  margin: 28px 0 0 4%;
  padding: 19px 2% 0 0;
}
.vision-sidebar-left aside#sidebar {
  width: 24%;
  overflow: hidden;
  margin-right: -1px;
  padding-right: 4%;
  border-right: 1px solid #e1e1e1;
}
.vision-sidebar-left aside#sidebar:before {
  content: "";
  position: absolute;
  left: 100%;
  top: -12px;
  width: 100%;
  height: 450px;
  margin-left: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px 0 0 0/100px 0 0 0;
  border-radius: 30px 0 0 0/100px 0 0 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
aside#sidebar-secondary {
  position: relative;
  float: right;
  width: 18%;
  margin: 28px 4% 0 0;
  padding: 19px 0 0 2%;
}
.vision-sidebar-right aside#sidebar-secondary {
  width: 24%;
  overflow: hidden;
  padding-left: 4%;
  border-left: 1px solid #e1e1e1;
}
.vision-sidebar-right aside#sidebar-secondary:before {
  content: "";
  position: absolute;
  right: 100%;
  top: -12px;
  width: 100%;
  height: 450px;
  margin-right: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0 30px 0 0/0 100px 0 0;
  border-radius: 0 30px 0 0/0 100px 0 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}
.sidebar .mod_article,
.sidebar .block {
  margin: 24px 0;
  zoom: 1;
}
.sidebar .mod_article:before,
.sidebar .block:before {
  content: "";
  display: table;
}
.sidebar .mod_article:after,
.sidebar .block:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .searchform {
  position: relative;
  margin-top: 15px;
}
.sidebar .searchform input {
  padding-right: 30px;
}
.sidebar .searchform button {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidebar .searchform button:before {
  font: 16px/1 "RockSolid Icons";
  content: "\e0cb";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  color: #57ab2c;
}
#nav-sub h3 {
  display: inline;
  margin: 0;
}
#nav-sub h3 a {
  display: block;
  margin: 0 0 7px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e1e1e1;
  font-size: 12px;
  color: #57ab2c;
  text-decoration: none;
  text-transform: uppercase;
}
#nav-sub h3 a:hover,
#nav-sub h3 a:focus {
  text-decoration: underline;
}
#nav-sub ul,
#nav-sub li {
  display: inline;
  margin: 0;
  padding: 0;
}
#nav-sub ul a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  color: #606060;
  text-decoration: none;
}
#nav-sub ul a:hover,
#nav-sub ul a:focus {
  text-decoration: underline;
}
#nav-sub ul ul a {
  padding-left: 12px;
}
#nav-sub li.active>a,
#nav-sub li.trail>a {
  font-weight: bold;
}
/* ===========================================
 * Homepage elements
 * ======================================== */
.vision-home #image-main {
  margin-bottom: -70px;
}
.vision-home section#content {
  float: none;
  width: auto;
  margin-right: 4%;
  margin-left: 4%;
  padding: 0;
}
.vision-fullwidth section#content {
  float: none;
  width: auto;
  margin-right: 8%;
  margin-left: 8%;
}
#home-slider {
  width: 100%;
  height: 100%;
}
#home-slider.rsts-skin-default .rsts-nav {
  bottom: 88px;
  left: 50%;
  right: auto;
  width: auto;
  margin-left: -426px;
  text-align: left;
}
#home-slider.rsts-skin-default .rsts-prev,
#home-slider.rsts-skin-default .rsts-next {
  right: auto;
  left: 50%;
  bottom: 90px;
  margin-left: -506px;
}
#home-slider.rsts-skin-default .rsts-next {
  margin-left: -470px;
}
ul.featured-list,
#content ul.featured-list,
div.featured-list ul,
#content div.featured-list ul {
  float: right;
  width: 30.43478%;
  margin: -3px 0 24px 8.69565%;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #fbb810;
  color: inherit;
}
ul.featured-list li,
#content ul.featured-list li,
div.featured-list ul li,
#content div.featured-list ul li {
  margin: 12px 0;
}
ul.featured-list li:before,
#content ul.featured-list li:before,
div.featured-list ul li:before,
#content div.featured-list ul li:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e044";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  width: 14.28571%;
  margin-left: -14.28571%;
  text-align: center;
  color: #57ab2c;
}
ul.featured-list li.first-child,
ul.featured-list li.first,
#content ul.featured-list li.first-child,
#content ul.featured-list li.first,
div.featured-list ul li.first-child,
div.featured-list ul li.first,
#content div.featured-list ul li.first-child,
#content div.featured-list ul li.first {
  margin-top: 0;
}
#content .teaser-boxes,
.teaser-boxes {
  clear: both;
  margin: 40px -4.34783% 0 -4.34783%;
  font-size: 0;
}
#content .teaser-boxes .box,
.teaser-boxes .box {
  display: inline-block;
  width: 28.0%;
  margin: 0 0 40px 4%;
  font-size: 14px;
  vertical-align: top;
}
#content .teaser-boxes .box img,
.teaser-boxes .box img {
  display: block;
  width: 100%;
  height: auto;
  border: 4px solid #e1e1e1;
  -webkit-box-shadow: 0 1px #cecece;
  -moz-box-shadow: 0 1px #cecece;
  box-shadow: 0 1px #cecece;
}
#content .teaser-boxes .box h3,
.teaser-boxes .box h3 {
  margin: 18px 0 6px 0;
  font-size: inherit;
  font-weight: bold;
  color: #7fbac6;
}
#content .teaser-boxes .box p,
.teaser-boxes .box p {
  margin: 6px 0;
}
.contact-box,
#content .contact-box {
  position: relative;
  float: right;
  width: 39.13043%;
  margin: 36px 0 36px 4.34783%;
  padding: 4.34783%;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #cecece, 0 0 9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px #cecece, 0 0 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px #cecece, 0 0 9px rgba(0, 0, 0, 0.2);
}
.modernizr-no-boxshadow .contact-box,
.modernizr-no-boxshadow #content .contact-box {
  border: 1px solid #cecece;
}
.contact-box:before,
#content .contact-box:before {
  content: "";
  position: absolute;
  left: 11.11111%;
  top: 0;
  width: 77.77778%;
  height: 3px;
  background: #fbb810;
}
.contact-box img,
#content .contact-box img {
  float: left;
  width: 35.71429%;
  height: auto;
  margin: 0 7.14286% 0 0;
}
.contact-box h3,
#content .contact-box h3 {
  margin: 6px 0 12px 0;
  font-size: 12px;
  font-weight: normal;
  color: #777777;
}
.contact-box h4,
#content .contact-box h4 {
  margin: 0;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0;
  word-spacing: 0;
  color: #fbb810;
  text-transform: uppercase;
}
.contact-box h4:before,
#content .contact-box h4:before {
  font: 40px/1 "RockSolid Icons";
  content: "\e0e6";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  text-align: center;
}
.contact-box p,
#content .contact-box p {
  margin: 0;
  font-size: 16px;
  color: #777777;
}
.testimonial,
#content .testimonial blockquote,
#content blockquote.testimonial {
  margin: 48px 0 !important;
  padding: 0;
  font-size: 24px;
  font-style: italic;
  color: #57ab2c;
}
.testimonial:before,
#content .testimonial blockquote:before,
#content blockquote.testimonial:before {
  content: none;
}
.testimonial p,
#content .testimonial blockquote p,
#content blockquote.testimonial p {
  margin: 0;
}
.testimonial small,
.testimonial i,
.testimonial em,
#content .testimonial blockquote small,
#content .testimonial blockquote i,
#content .testimonial blockquote em,
#content blockquote.testimonial small,
#content blockquote.testimonial i,
#content blockquote.testimonial em {
  position: relative;
  display: block;
  margin: 12px 0;
  padding: 6px 0 6px 50px;
  font-size: 16px;
  color: #777777;
}
.testimonial small:before,
.testimonial i:before,
.testimonial em:before,
#content .testimonial blockquote small:before,
#content .testimonial blockquote i:before,
#content .testimonial blockquote em:before,
#content blockquote.testimonial small:before,
#content blockquote.testimonial i:before,
#content blockquote.testimonial em:before {
  content: "– ";
}
.testimonial small:after,
.testimonial i:after,
.testimonial em:after,
#content .testimonial blockquote small:after,
#content .testimonial blockquote i:after,
#content .testimonial blockquote em:after,
#content blockquote.testimonial small:after,
#content blockquote.testimonial i:after,
#content blockquote.testimonial em:after {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 35px;
  padding: 5px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background: #fbb810;
}
#content .news-boxes.mod_newslist,
.news-boxes {
  clear: both;
  margin: 40px -4.34783% 0 -4.34783%;
  font-size: 0;
}
#content .news-boxes.mod_newslist h1,
#content .news-boxes.mod_newslist h2,
#content .news-boxes.mod_newslist h3,
.news-boxes h1,
.news-boxes h2,
.news-boxes h3 {
  margin-left: 4.34783%;
}
#content .news-boxes.mod_newslist article,
.news-boxes article {
  position: relative;
  display: inline-block;
  width: 28.0%;
  margin: 0 0 40px 4%;
  padding: 0 0 0 6%;
  font-size: 14px;
  vertical-align: top;
  border-top: 0;
}
#content .news-boxes.mod_newslist article img,
.news-boxes article img {
  display: block;
  width: 127.27273%;
  margin-left: -27.27273%;
  height: auto;
  border: 4px solid #e1e1e1;
  -webkit-box-shadow: 0 1px #cecece;
  -moz-box-shadow: 0 1px #cecece;
  box-shadow: 0 1px #cecece;
}
#content .news-boxes.mod_newslist article h3,
.news-boxes article h3 {
  margin: 24px 0 6px 0;
  font-size: inherit;
  font-weight: bold;
}
#content .news-boxes.mod_newslist article h3 i,
.news-boxes article h3 i {
  position: absolute;
  left: 0;
  width: 14.28571%;
  margin: -5px 0 0 0;
  padding: 8px 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #fbb810;
}
#content .news-boxes.mod_newslist article h3 i b,
.news-boxes article h3 i b {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#content .news-boxes.mod_newslist article p,
.news-boxes article p {
  margin: 6px 0;
}
/* ===========================================
 * Content styles
 * ======================================== */
section#content {
  float: left;
  width: 52%;
  margin: 0 0 0 2%;
  padding: 33px 0 0 0;
}
.vision-sidebar-left section#content {
  margin-left: 8%;
}
.vision-sidebar-right section#content {
  margin-left: 8%;
}
#content p,
#content ul,
#content ol,
#content table,
#content blockquote,
#content form,
#content fieldset {
  margin: 24px 0;
}
#content h1 {
  margin: 24px 0;
  font-size: 24px;
  color: #57ab2c;
}
#content h2 {
  margin: 24px 0;
  font-size: 19px;
}
#content h1+h2 {
  margin-top: -12px;
}
#content h3,
#content h4,
#content h5,
#content h6 {
  margin: 24px 0 12px;
  font-size: 14px;
  font-weight: bold;
}
#content h3+p,
#content h3+ul,
#content h3+ol,
#content h3+table,
#content h3+blockquote,
#content h4+p,
#content h4+ul,
#content h4+ol,
#content h4+table,
#content h4+blockquote,
#content h5+p,
#content h5+ul,
#content h5+ol,
#content h5+table,
#content h5+blockquote,
#content h6+p,
#content h6+ul,
#content h6+ol,
#content h6+table,
#content h6+blockquote {
  margin-top: 0;
}
#content h3+figure,
#content h4+figure,
#content h5+figure,
#content h6+figure {
  margin-top: 10px;
}
#content h4,
#content h5,
#content h6 {
  letter-spacing: 1px;
  word-spacing: 2px;
}
#content h5,
#content h6 {
  font-weight: normal;
}
#content h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-variant: small-caps;
  color: #777777;
}
#content ul,
#content ol {
  padding-left: 7.69231%;
}
#content ul li[data-icon],
#content ol li[data-icon] {
  list-style: none;
}
#content ul li[data-icon]:before,
#content ol li[data-icon]:before {
  left: -21px;
  width: 0;
}
#content ul {
  list-style: disc;
}
#content ul ul {
  margin-top: 0;
}
#content ol {
  list-style: decimal;
}
#content ol ol,
#content ol ul {
  margin-top: 0;
}
#content ol ol {
  list-style: upper-alpha;
}
#content ol ol ol {
  list-style: lower-roman;
}
#content ol ol ol ol {
  list-style: lower-alpha;
}
#content blockquote {
  position: relative;
  margin-left: 56px;
  font-size: 16px;
  font-style: italic;
  color: #fbb810;
}
#content blockquote p {
  margin: 12px 0;
}
#content blockquote:before {
  content: "“";
  position: absolute;
  left: -56px;
  top: 5px;
  width: 36px;
  height: 35px;
  padding: 5px 4px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background: #fbb810;
}
#content blockquote small,
#content blockquote i,
#content blockquote em {
  position: relative;
  display: block;
  font-size: 14px;
  font-style: normal;
  color: #777777;
}
#content blockquote small:before,
#content blockquote i:before,
#content blockquote em:before {
  content: "– ";
}
#content table {
  margin-bottom: 36px;
}
.image_container {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 -10px 24px;
  padding: 9px;
  border: 1px solid #cecece;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.image_container img {
  display: block;
  width: 100%;
  height: auto;
}
.image_container figcaption,
.image_container .caption {
  width: 100% !important;
  padding: 6px 0 0;
  font-size: 14px;
  font-style: italic;
  color: #777777;
}
.image_container.float_right,
.image_container.float_left {
  float: right;
  width: 46.15385%;
  margin: 0 -10px 15px 15px;
}
.no-resize .image_container.float_right,
.image_container.float_right.no-resize,
.no-resize .image_container.float_left,
.image_container.float_left.no-resize {
  width: auto;
}
.image_container.float_left {
  float: left;
  margin: 0 15px 15px -10px;
}
.ce_gallery>ul.cols_1>li {
  width: 97%;
}
.ce_gallery>ul.cols_2>li {
  width: 47.75%;
}
.ce_gallery>ul.cols_3>li {
  width: 31.33333%;
}
.ce_gallery>ul.cols_4>li {
  width: 23.125%;
}
.ce_gallery>ul.cols_5>li {
  width: 18.2%;
}
.ce_gallery>ul.cols_6>li {
  width: 14.91667%;
}
.ce_gallery>ul.cols_7>li {
  width: 12.57143%;
}
.ce_gallery>ul.cols_8>li {
  width: 10.8125%;
}
.ce_gallery>ul.cols_9>li {
  width: 9.44444%;
}
.ce_gallery>ul.cols_10>li {
  width: 8.35%;
}
.ce_gallery>ul.cols_11>li {
  width: 7.45455%;
}
.ce_gallery>ul.cols_12>li {
  width: 6.70833%;
}
.ce_gallery.no-resize>ul>li {
  width: auto;
}
.ce_gallery>ul {
  zoom: 1;
  margin: 0 !important;
  padding: 0 0 1.5% 0 !important;
  list-style: none !important;
  border: 1px solid #cecece;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.ce_gallery>ul:before {
  content: "";
  display: table;
}
.ce_gallery>ul:after {
  content: "";
  display: table;
  clear: both;
}
.ce_gallery>ul>li {
  float: left;
  width: 31.3333%;
  margin: 1.5% 0 0 1.5%;
}
.ce_gallery>ul>li.col_first {
  clear: left;
}
#sidebar .ce_gallery>ul.cols_1>li {
  width: 94%;
}
#sidebar .ce_gallery>ul.cols_2>li {
  width: 45.5%;
}
#sidebar .ce_gallery>ul.cols_3>li {
  width: 29.33333%;
}
#sidebar .ce_gallery>ul.cols_4>li {
  width: 21.25%;
}
#sidebar .ce_gallery>ul.cols_5>li {
  width: 16.4%;
}
#sidebar .ce_gallery>ul.cols_6>li {
  width: 13.16667%;
}
#sidebar .ce_gallery>ul.cols_7>li {
  width: 10.85714%;
}
#sidebar .ce_gallery>ul.cols_8>li {
  width: 9.125%;
}
#sidebar .ce_gallery>ul.cols_9>li {
  width: 7.77778%;
}
#sidebar .ce_gallery>ul.cols_10>li {
  width: 6.7%;
}
#sidebar .ce_gallery>ul.cols_11>li {
  width: 5.81818%;
}
#sidebar .ce_gallery>ul.cols_12>li {
  width: 5.08333%;
}
#sidebar .ce_gallery.no-resize>ul>li {
  width: auto;
}
#sidebar .ce_gallery>ul {
  padding-bottom: 3% !important;
}
#sidebar .ce_gallery>ul>li {
  width: 45.5%;
  margin-top: 3%;
  margin-left: 3%;
}
.ce_gallery .image_container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4 {
  margin: 24px 0 12px;
  font-size: 12px;
  text-transform: uppercase;
}
.sidebar h1,
.sidebar h2,
.sidebar h3 {
  color: #57ab2c;
}
.sidebar h4 {
  color: #333333;
}
.sidebar h5 {
  color: #777777;
}
.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar table,
.sidebar blockquote,
.sidebar fieldset,
.sidebar form {
  margin: 12px 0;
  font-size: 13px;
}
.sidebar ul,
.sidebar ol {
  padding: 0;
  list-style-type: none;
}
.sidebar table {
  margin-bottom: 24px;
}
.sidebar .mod_article,
.sidebar .block {
  margin: 24px 0;
}
.sidebar .mod_article>.block {
  border-bottom: 1px solid #e1e1e1;
}
/* ===========================================
 * Form styles
 * ======================================== */
form .form-row {
  margin: 5px 0;
}
form label {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
}
form input,
form textarea {
  padding: 7px 10px;
  border: 1px solid #cecece;
  font-size: 13px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
}
form input:focus,
form textarea:focus {
  border-color: #9a9a9a;
}
form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type="checkbox"],
form input[type="radio"],
form input[type="image"] {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form input[type="checkbox"]+label,
form input[type="radio"]+label {
  display: inline;
}
form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
form input[type="radio"] {
  vertical-align: middle;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  background: none;
}
form input[type="file"] {
  height: auto;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form textarea {
  resize: vertical;
  padding-top: 10px;
  padding-bottom: 10px;
}
form select {
  font-size: 13px;
}
form fieldset p {
  margin: 0 !important;
}
form fieldset label:after {
  content: "\A";
  white-space: pre;
}
form button,
form input[type="submit"] {
  margin: 10px 0;
}
form .valid input,
form .valid input:hover,
form .valid textarea,
form .valid textarea:hover {
  border-color: #87aa4a;
  -webkit-box-shadow: 0 0 0 4px rgba(135, 170, 74, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 0 4px rgba(135, 170, 74, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 4px rgba(135, 170, 74, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}
form .invalid input,
form .invalid input:hover,
form .invalid textarea,
form .invalid textarea:hover,
form input.error,
form input.error:hover,
form textarea.error,
form textarea.error:hover {
  border-color: #e14e4e;
  -webkit-box-shadow: 0 0 0 3px rgba(225, 78, 78, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 0 3px rgba(225, 78, 78, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 3px rgba(225, 78, 78, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}
form b.error,
form p.error {
  margin: 0;
  color: #da1f39;
}
form span.mandatory {
  margin-left: 2px;
  font-size: 16px;
  color: #57ab2c;
}
form .explanation,
form .captcha_text {
  font-size: 12px;
  margin: -18px 0 24px;
  color: #777777;
}
form .explanation p,
form .captcha_text p {
  margin: 0 !important;
}
form .captcha_text {
  display: block;
  margin-top: 6px;
  color: #57ab2c;
  font-size: inherit;
  font-style: italic;
}
form .styled_select {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
}
#content form .form-row {
  margin: 24px 0;
}
#content form p.error {
  margin: 0;
}
#content form input[type="text"],
#content form input[type="password"],
#content form input[type="email"],
#content form input[type="tel"],
#content form input[type="url"],
#content form input[type="date"] {
  width: 61.53846%;
}
#content form textarea {
  width: 100%;
}
.sidebar form input,
.sidebar form textarea,
.sidebar form button,
body footer form input,
body footer form textarea,
body footer form button {
  width: 100%;
}
.sidebar form input.submit,
.sidebar form button,
body footer form input.submit,
body footer form button {
  padding-right: 0;
  padding-left: 0;
}
.sidebar form input[type="checkbox"],
.sidebar form input[type="radio"],
.sidebar form input[type="image"],
body footer form input[type="checkbox"],
body footer form input[type="radio"],
body footer form input[type="image"] {
  width: auto;
  height: auto;
}
/* ===========================================
 * Footer styles
 * ======================================== */
body footer {
  background-image: url(../../layout/footer-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -10%;
  padding-top: 14%;
}
#footer-content {
  font-size: 13px;
  line-height: 1.538;
}
#footer-content .footer-column {
  float: left;
  width: 28.0%;
  margin: 0 0 0 4%;
}
#footer-content h1,
#footer-content h2,
#footer-content h3 {
  margin: 36px 0 24px 0;
  font-size: 12px;
  font-weight: bold;
  color: #777777;
  text-transform: uppercase;
}
#footer-content .footer-column>h1:first-child,
#footer-content .footer-column>h2:first-child,
#footer-content .footer-column>h3:first-child {
  margin-top: 0;
}
#footer-content .image_container {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto;
}
#footer-content .bioaustria p {
  margin: 0 0 1em;
  font-size: 0.75em;
  text-align: right;
  color: #fff;
}
#footer-content .bioaustria a {
  font-size: 1.4em;
  color: #fff;
}
#footer-content img {
  display: block;
  width: auto;
  height: auto;
}
#footer-content ul.icon-list {
  margin: 24px 0;
  padding-left: 50px;
  list-style: none;
  margin-top: 0;
}
#footer-content ul.icon-list li {
  position: relative;
  margin: 0 0 19px;
}
#footer-content ul.icon-list li:before {
  position: absolute;
  left: -50px;
  top: -4px;
  width: 40px;
  height: 33px;
  padding: 7px 0 0 0;
  border-radius: 100%;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  background: #fbb810;
}
#footer-content ul.icon-list li i,
#footer-content ul.icon-list li i a {
  display: block;
  font-size: 10px;
  font-style: normal;
  line-height: 1.2;
  color: #fbb810;
  text-transform: uppercase;
  font-weight: bold;
}
#footer-content ul.icon-list li a,
#footer-content ul.icon-list li b {
  font-weight: bold;
  color: #fff;
}
#footer-content ul.article-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-content ul.article-list li {
  display: block;
  margin: 22px 0;
}
#footer-content ul.article-list a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#footer-content ul.article-list a:hover h2,
#footer-content ul.article-list a:focus h2 {
  text-decoration: underline;
}
#footer-content ul.article-list h4 {
  margin: 2px 0;
  font-size: inherit;
  font-weight: bold;
}
#footer-content ul.article-list h5 {
  margin: 2px 0;
  font-size: 12px;
  font-weight: normal;
  color: #777777;
}
#footer-content ul.article-list p {
  margin: 2px 0;
}
#footer-content .button-wrap {
  margin: 43px 0 12px 0;
  text-align: center;
}
#footer-content .button-wrap .button {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 15px;
  font-size: 16px;
}
#footer-content .button-wrap p {
  margin: 5px 0;
}
#footer-content .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-content .social-list li {
  display: inline;
}
#footer-content .social-list a {
  display: inline-block;
  width: 21px;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  color: #ffffff;
}
#footer-content .social-list a:before {
  font: 20px/1 "RockSolid Icons";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  color: #777777;
}
#footer-content .social-list a:hover.icon-facebook:before,
#footer-content .social-list a:focus.icon-facebook:before {
  color: #3b5997;
}
#footer-content .social-list a:hover.icon-twitter:before,
#footer-content .social-list a:focus.icon-twitter:before {
  color: #0199d1;
}
#footer-content .social-list a:hover.icon-google-plus:before,
#footer-content .social-list a:focus.icon-google-plus:before {
  color: #474848;
}
#footer-content .social-list a:hover.icon-pinterest:before,
#footer-content .social-list a:focus.icon-pinterest:before {
  color: #ca2027;
}
#nav-footer>ul {
  margin: 24px 4% 0 4%;
  padding: 24px 0;
  border-bottom: 1px solid #cecece;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
#nav-footer li {
  display: inline;
  margin: 0;
  padding: 0;
}
#nav-footer a {
  margin: 0 25px;
  text-decoration: none;
  color: inherit;
}
#nav-footer a:hover,
#nav-footer a:focus {
  text-decoration: underline;
}
#footer-info {
  padding: 12px 0 24px 0;
  font-size: 12px;
  color: #777777;
  text-align: center;
}
#footer-info p {
  margin: 0;
}
#footer-info .rocksolid-copyright {
  color: inherit;
  text-decoration: none;
}
#footer-info .rocksolid-copyright:hover,
#footer-info .rocksolid-copyright:focus {
  text-decoration: underline;
}
#footer-info .rocksolid-copyright:before {
  content: "·";
  display: inline-block;
  margin: 0 5px 0 2px;
}
/* ===========================================
 * Module styles (Search, FAQ, News, Events, Comments)
 * ======================================== */
.fixed-note {
  position: fixed;
  display: table;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  padding: 12px 20px 12px 80px;
  border-top: 1px solid #e1e1e1;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .fixed-note {
    position: relative;
  }
}
@media screen and (max-width: 599px) {
  .fixed-note {
    display: block;
    padding-left: 20px;
  }
}
.fixed-note:before {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 30px;
  font-size: 36px;
  color: #fbb810;
}
@media screen and (max-width: 900px) {
  .fixed-note:before {
    top: 24px;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .fixed-note:before {
    position: static;
  }
}
.fixed-note h1,
.fixed-note h2,
.fixed-note h3 {
  font-size: 14px;
  margin: 6px 0;
}
.fixed-note p {
  font-size: 13px;
  margin: 6px 0;
}
.fixed-note-column {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.fixed-note-column:last-child {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .fixed-note-column:last-child {
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .fixed-note-column {
    display: block;
    margin: 12px 0;
    padding: 0;
  }
}
.fixed-note-link,
.fixed-note-button {
  white-space: nowrap;
}
.fixed-note-button {
  margin: 0;
}
.fixed-note-closed {
  position: fixed;
  right: 30px;
  bottom: 0;
  z-index: 99;
  padding: 8px 12px;
  color: #ffffff;
  text-decoration: none;
  background: #fbb810;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .fixed-note-closed {
    position: absolute;
    top: 12px;
    right: auto;
    bottom: auto;
    left: 3.33333%;
    margin-left: -16px;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 599px) {
  .fixed-note-closed {
    margin-left: 0;
    left: 0;
    top: 0;
  }
}
.fixed-note-closed:hover,
.fixed-note-closed:focus {
  background-color: #d49904;
}
.fixed-note-closed:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e0a6";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
}
.fixed-note-closed>span {
  display: none;
}
.back a:before,
.previous a:before,
.next a:after {
  font: 12px/1 "RockSolid Icons";
  content: "\e018";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 6px;
  vertical-align: middle;
}
.next a:after {
  content: "\e019";
  margin-right: 0;
  margin-left: 6px;
}
.pagination>p {
  text-align: center;
}
.pagination ul {
  list-style-type: none !important;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a,
.pagination ul li span {
  padding: 4px 12px;
  background-color: #ffffff;
}
.pagination ul li .current {
  border-bottom: 1px solid #e1e1e1;
  background-image: -webkit-linear-gradient(#ffffff 1%, #eaeaea 100%);
  background-image: -moz-linear-gradient(#ffffff 1%, #eaeaea 100%);
  background-image: -o-linear-gradient(#ffffff 1%, #eaeaea 100%);
  background-image: linear-gradient(#ffffff 1%, #eaeaea 100%);
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
}
.enclosure,
.ce_downloads {
  position: relative;
  margin: 24px 0;
  padding: 7px 3.84615% 10px;
  border: 1px solid #cecece;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.enclosure:before,
.ce_downloads:before {
  font: 72px/0 "RockSolid Icons";
  content: "\e102";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 50%;
  right: 4%;
  color: #d8d8d8;
  cursor: default;
}
.enclosure p,
.enclosure h1,
.enclosure h2,
.enclosure h3,
.enclosure h4,
.enclosure h5,
.enclosure h6,
.enclosure ul,
.ce_downloads p,
.ce_downloads h1,
.ce_downloads h2,
.ce_downloads h3,
.ce_downloads h4,
.ce_downloads h5,
.ce_downloads h6,
.ce_downloads ul {
  margin: 6px 0 !important;
}
.enclosure ul,
.ce_downloads ul {
  list-style: none !important;
  padding: 0 !important;
}
/* Search */
section#content .mod_search {
  margin: 24px 0;
}
section#content .mod_search form input[type="search"] {
  width: 74%;
  margin: 0;
  padding: 8px 10px;
}
section#content .mod_search form button,
section#content .mod_search form input[type="submit"] {
  position: relative;
  top: -1px;
  width: 25%;
  margin-left: 0;
  margin-right: -2%;
  padding-bottom: 10px;
}
section#content .mod_search form button:active,
section#content .mod_search form input[type="submit"]:active {
  padding-bottom: 8px;
}
section#content .mod_search h3 span.relevance {
  float: right;
  font-size: 14px;
}
section#content .mod_search .header {
  padding-bottom: 6px;
  border-bottom: 1px solid #e1e1e1;
  color: #777777;
}
section#content .mod_search .highlight {
  padding: 0 5px;
  font-weight: bold;
  background: #bbddaa;
}
section#content .mod_search .url {
  padding-bottom: 24px;
  border-bottom: 1px dotted #e1e1e1;
  color: #777777;
}
section#content .mod_search .url:before {
  margin-right: 5px;
  font: 16px/1 "RockSolid Icons";
  content: "\e0b4";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 1px;
}
section#content .mod_search .url .filesize {
  display: inline-block;
  font-size: 12px;
}
/* Events */
.mod_calendar table {
  border-collapse: separate;
}
.mod_calendar th {
  background: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -o-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e1e1e1;
}
.mod_calendar th.previous,
.mod_calendar th.next,
.mod_calendar th.current {
  padding: 0;
  white-space: nowrap;
}
.mod_calendar th.previous a,
.mod_calendar th.next a {
  padding: 11px 16px;
  display: block;
  text-decoration: none;
}
.mod_calendar th.previous a:hover,
.mod_calendar th.next a:hover {
  color: #fbb810;
}
.mod_calendar th.previous a:after,
.mod_calendar th.previous a:before,
.mod_calendar th.next a:after,
.mod_calendar th.next a:before {
  display: none;
}
.mod_calendar th.previous a:active,
.mod_calendar th.next a:active {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
}
.mod_calendar th.next {
  text-align: right;
}
.mod_calendar th.current {
  text-align: center;
}
.mod_calendar th.current:before {
  font: 16px/1 "RockSolid Icons";
  content: "\e037";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 6px;
}
.mod_calendar th.label {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #e1e1e1 !important;
}
.mod_calendar td {
  width: 14.28571%;
  background: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -o-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
}
.mod_calendar td.empty,
.mod_calendar td:hover {
  color: #333333;
  background: #ffffff;
}
.mod_calendar td.today {
  color: #ffffff !important;
  background: #969696;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;
}
.mod_calendar td.today a {
  color: #ffffff !important;
}
.mod_calendar td.today a:hover {
  border-color: #969696 !important;
}
.mod_calendar .event {
  font-size: 12px;
}
.mod_calendar .minicalendar td,
.mod_calendar .minicalendar th {
  padding: 3px;
}
.mod_calendar .minicalendar th.next,
.mod_calendar .minicalendar th.previous {
  text-align: center;
}
.mod_calendar .minicalendar th.next a,
.mod_calendar .minicalendar th.previous a {
  padding: 5px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.mod_calendar .minicalendar th.next a:before,
.mod_calendar .minicalendar th.previous a:before {
  font: 10px/1 "RockSolid Icons";
  content: "\e018";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  color: #57ab2c;
  top: 1px;
  margin: 0;
}
.mod_calendar .minicalendar th.next a:before {
  content: "\e019";
}
.mod_calendar .minicalendar th.current {
  font-size: 12px;
}
.mod_calendar .minicalendar th.current:before {
  font-size: 12px;
}
.mod_calendar .minicalendar th.label {
  font-size: 10px;
}
.mod_calendar .minicalendar td {
  font-size: 11px;
  text-align: center;
}
.mod_eventlist .event h2 {
  margin: 0 !important;
}
.mod_eventlist .event .more {
  margin: 0 0 24px !important;
}
.mod_eventreader.info,
.mod_eventlist .header {
  font-weight: bold;
}
.mod_eventreader .info time:before,
.mod_eventlist .header:before {
  font: 15px/1 "RockSolid Icons";
  content: "\e037";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
/* FAQ */
.mod_faqpage section {
  padding-left: 11.53846%;
  margin: 48px 0;
}
.mod_faqpage section h3:before {
  font: 32px/1 "RockSolid Icons";
  content: "\e048";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  padding-top: 8px;
  margin-right: 14px;
  margin-left: -46px;
  text-align: center;
  vertical-align: middle;
  color: #57ab2c;
}
.mod_faqpage section p {
  margin: 12px 0 !important;
}
.mod_faqpage .info,
.mod_faqreader .info {
  font-size: 12px;
  color: #777777;
}
.mod_faqlist ul {
  padding: 0 !important;
  list-style-type: none !important;
}
.mod_faqlist ul li {
  padding: 6px 0;
}
.mod_faqlist ul li:before {
  font: 15px/1 "RockSolid Icons";
  content: "\e048";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 6px;
  color: #57ab2c;
}
/* News */
#content .mod_newslist article,
#content .mod_newsarchive article {
  margin: 12px 0 0;
  padding: 12px 0;
  border-top: 1px solid #e1e1e1;
}
#content .mod_newslist h2,
#content .mod_newsarchive h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: normal;
}
#content .mod_newslist h2 a,
#content .mod_newsarchive h2 a {
  color: #333333;
  text-decoration: none;
}
#content .mod_newslist h2 a:hover,
#content .mod_newsarchive h2 a:hover {
  color: #57ab2c;
  text-decoration: underline;
}
#content .mod_newslist img,
#content .mod_newsarchive img {
  width: 100%;
  height: auto;
  margin-top: 12px;
  border: 4px solid #e1e1e1;
  -webkit-box-shadow: 0 1px #cecece;
  -moz-box-shadow: 0 1px #cecece;
  box-shadow: 0 1px #cecece;
}
#content .mod_newslist .info,
#content .mod_newsarchive .info {
  width: 30.76923%;
  float: left;
  font-size: 12px;
  line-height: 21px;
}
#content .mod_newslist .info .date,
#content .mod_newslist .info .author,
#content .mod_newslist .info .comment-count,
#content .mod_newsarchive .info .date,
#content .mod_newsarchive .info .author,
#content .mod_newsarchive .info .comment-count {
  display: block;
}
#content .mod_newslist .info em,
#content .mod_newslist .info .comment-count,
#content .mod_newsarchive .info em,
#content .mod_newsarchive .info .comment-count {
  color: #777777;
  text-transform: capitalize;
}
#content .mod_newslist .teaser,
#content .mod_newsarchive .teaser {
  width: 69.23077%;
  float: right;
  margin: 24px 0 6px;
}
#content .mod_newslist .teaser p,
#content .mod_newsarchive .teaser p {
  margin: 0;
}
#content .mod_newslist .more,
#content .mod_newsarchive .more {
  margin-left: 30.76923%;
}
.sidebar .author {
  color: #777777;
}
.sidebar .author strong {
  font-weight: normal;
  color: #333333;
}
.sidebar .author a {
  color: #777777;
  text-decoration: none;
}
.sidebar .author a:before {
  font-size: 100%;
  top: 1px;
}
.sidebar .author a:hover {
  color: #57ab2c;
}
.sidebar .author .image_container {
  margin-bottom: 0 !important;
}
/* Comments */
.ce_comments {
  border-top: 1px solid #cecece;
  margin-top: 36px;
}
.ce_comments .comment_default {
  position: relative;
  padding: 24px 7.69231%;
  margin-bottom: 24px;
  border: 1px solid #cecece;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.ce_comments .comment_default:after {
  font: 36px/1 "RockSolid Icons";
  content: "\e042";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  color: #d8d8d8;
  position: absolute;
  top: 14px;
  right: 7.69231%;
  margin-right: 6px;
  z-index: 1;
}
.ce_comments .comment_default .info {
  position: relative;
  display: inline;
  z-index: 2;
  border-bottom: 1px solid #cecece;
}
.ce_comments .comment_default .info a {
  text-decoration: none;
}
.ce_comments .comment_default .info .date {
  display: inline-block;
  font-weight: normal;
  color: #777777;
}
.ce_comments .comment_default .info .date:before {
  display: none;
}
.ce_comments .comment_default .comment {
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.ce_comments .comment_default .reply {
  padding-left: 7.69231%;
}
.ce_comments .comment_default .reply .info:before {
  font: 12px/1 "RockSolid Icons";
  content: "\e01f";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  color: #57ab2c;
  position: absolute;
  top: 4px;
  left: -24px;
}
.ce_comments .form {
  margin-top: 36px;
  zoom: 1;
}
.ce_comments .form:before {
  content: "";
  display: table;
}
.ce_comments .form:after {
  content: "";
  display: table;
  clear: both;
}
.ce_comments form input[type="text"],
.ce_comments form input[type="password"],
.ce_comments form input[type="email"],
.ce_comments form input[type="tel"],
.ce_comments form input[type="url"],
#content .ce_comments form input[type="text"],
#content .ce_comments form input[type="password"],
#content .ce_comments form input[type="email"],
#content .ce_comments form input[type="tel"],
#content .ce_comments form input[type="url"] {
  width: 53.84615%;
  float: right;
}
.ce_comments form label {
  float: left;
  margin-top: 3px;
}
.ce_comments form fieldset {
  margin: 0 !important;
  border: 0;
}
.ce_comments form fieldset label {
  float: none;
  margin-left: 5px;
}
.ce_comments form .widget {
  float: left;
  clear: both;
  width: 100%;
  margin: 12px 0;
}
.ce_comments form .captcha_text {
  display: inline;
}
/* Sitemap */
#content .mod_sitemap a {
  color: gray;
}
#content .mod_sitemap ul {
  padding-left: 0;
  list-style-type: none;
}
#content .mod_sitemap ul li {
  border-top: 1px solid #e1e1e1;
}
#content .mod_sitemap ul li:first-child,
#content .mod_sitemap ul li.first {
  border: 0;
}
#content .mod_sitemap ul li li {
  padding: 3px 24px;
  font-size: 14px;
  border-color: #e1e1e1;
}
#content .mod_sitemap ul li li.submenu {
  border: 0;
}
#content .mod_sitemap ul li li.submenu ul {
  margin: 0;
}
#content .mod_sitemap>ul>li {
  padding: 6px 0;
}
#content .mod_sitemap>ul>li>a {
  color: #57ab2c;
  font-weight: bold;
}
#content .mod_sitemap>ul>li:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e083";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 8px;
  color: #57ab2c;
}
/* Login */
.mod_login {
  position: relative;
  padding: 0 7.69231%;
  border: 1px solid #cecece;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.mod_login:before {
  content: "";
  position: absolute;
  left: 7.69231%;
  top: 0;
  width: 84.61538%;
  height: 3px;
  background: #fbb810;
}
.mod_login h2 {
  padding-bottom: 6px;
  border-bottom: 1px solid #e1e1e1;
}
.mod_login input {
  width: 80% !important;
}
.mod_login table {
  border: 0;
  margin: 0 !important;
}
.mod_login table tr {
  background-color: transparent !important;
}
.mod_login table tr.row_last td {
  border: 0;
}
.mod_login table td {
  padding: 14px 0;
  vertical-align: middle;
}
/* Newsletter */
#content .mod_nl_list ul {
  padding-left: 0;
  list-style-type: none;
}
#content .mod_nl_list ul li {
  padding: 3px 0;
  border-top: 1px solid #e1e1e1;
}
#content .mod_nl_list ul li:first-child,
#content .mod_nl_list ul li.first {
  border: 0;
}
/* Style for dlh_googlemaps (if you don't use the plugin, you might want to delete this) */
.dlh_googlemap {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sidebar .dlh_googlemap {
  /* Setting the maps width to 100% is best practice in the sidebar, since it becomes fluid that way */
  width: 100% !important;
}
#content .dlh_googlemap img {
  max-width: none;
}
/* ===========================================
 * Slider
 * ======================================== */
#image-main .rsts-skin-default .rsts-nav {
  bottom: 88px;
  left: auto;
  right: 50%;
  width: auto;
  margin-right: -426px;
  text-align: left;
}
#image-main .rsts-skin-default .rsts-prev,
#image-main .rsts-skin-default .rsts-next {
  left: auto;
  right: 50%;
  bottom: 90px;
  margin-right: -470px;
}
#image-main .rsts-skin-default .rsts-next {
  margin-right: -506px;
}
#content .rsts-main ul,
#sidebar .rsts-main ul {
  margin: 0;
  padding: 0;
}
#content .rsts-main .rsts-next,
#content .rsts-main .rsts-prev,
#content .rsts-main .rsts-video-stop,
#sidebar .rsts-main .rsts-next,
#sidebar .rsts-main .rsts-prev,
#sidebar .rsts-main .rsts-video-stop {
  border-bottom: none;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#content .rsts-main .image_container,
#sidebar .rsts-main .image_container {
  margin-left: 0;
  margin-right: 0;
}
#content .rsts-main .image_container.float_left,
#sidebar .rsts-main .image_container.float_left {
  margin-left: 0;
  margin-right: 20px;
}
#content .rsts-main .image_container.float_right,
#sidebar .rsts-main .image_container.float_right {
  margin-right: 0;
  margin-left: 20px;
}
/* ===========================================
 * Media queries
 * ======================================== */
/* Desktop max-width (viewport width 1100px and below) */
@media screen and (max-width: 1100px) {
  #home-slider.rsts-skin-default .rsts-nav,
  #image-main .rsts-skin-default .rsts-nav {
    left: 4%;
    margin-left: 80px;
  }
  #home-slider.rsts-skin-default .rsts-prev,
  #home-slider.rsts-skin-default .rsts-next,
  #image-main .rsts-skin-default .rsts-prev,
  #image-main .rsts-skin-default .rsts-next {
    left: 4%;
    margin-left: 0;
  }
  #home-slider.rsts-skin-default .rsts-next,
  #image-main .rsts-skin-default .rsts-next {
    margin-left: 36px;
  }
}
/* Tablet portrait format (viewport width 900px and below) */
@media screen and (max-width: 900px) {
  #logo {
    left: 6.66667%;
    width: 33.33333%;
  }
  #nav-main {
    padding-right: 6.66667%;
    padding-left: 46.66667%;
    text-align: left;
  }
  #nav-main>ul {
    display: block;
    margin: 12px 0 16px -22px;
  }
  #nav-main>ul>li>a {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  #image-main,
  .vision-home #image-main {
    min-height: 100px;
    margin-bottom: 0;
  }
  .main-image-hgroup,
  .main-image.-large>.main-image-hgroup {
    top: 160px;
  }
  .main-image-hgroup h2,
  .main-image-hgroup h3,
  .main-image.-large>.main-image-hgroup h2,
  .main-image.-large>.main-image-hgroup h3 {
    margin-right: 6.66667%;
    margin-left: 6.66667%;
  }
  #home-slider.rsts-skin-default .rsts-nav,
  #image-main .rsts-skin-default .rsts-nav {
    bottom: 18px;
    left: 6.66667%;
  }
  #home-slider.rsts-skin-default .rsts-prev,
  #home-slider.rsts-skin-default .rsts-next,
  #image-main .rsts-skin-default .rsts-prev,
  #image-main .rsts-skin-default .rsts-next {
    left: 6.66667%;
    bottom: 20px;
  }
  #content-top-bar {
    padding-right: 6.66667%;
    padding-left: 6.66667%;
  }
  #content-top-bar h1 {
    padding-right: 38.46154%;
  }
  #content-top-bar .button {
    right: 6.66667%;
    width: 26.66667%;
  }
  #breadcrumbs {
    padding-right: 38.46154%;
  }
  ul.featured-list,
  #content ul.featured-list,
  div.featured-list ul,
  #content div.featured-list ul {
    width: 38.46154%;
    margin-left: 15.38462%;
  }
  ul.featured-list li:before,
  #content ul.featured-list li:before,
  div.featured-list ul li:before,
  #content div.featured-list ul li:before {
    width: 20%;
    margin-left: -20%;
  }
  #content .teaser-boxes,
  .teaser-boxes {
    margin-right: -7.69231%;
    margin-left: -7.69231%;
  }
  #content .teaser-boxes .box,
  .teaser-boxes .box {
    width: 40%;
    margin-left: 6.66667%;
  }
  .contact-box,
  #content .contact-box {
    width: 46.15385%;
    margin-left: 7.69231%;
    padding: 3.84615%;
  }
  .contact-box:before,
  #content .contact-box:before {
    left: 8.33333%;
    width: 83.33333%;
  }
  .contact-box img,
  #content .contact-box img {
    width: 33.33333%;
    margin-right: 8.33333%;
  }
  .contact-box h4,
  #content .contact-box h4 {
    font-size: 14px;
  }
  .contact-box h4:before,
  #content .contact-box h4:before {
    font-size: 28px;
  }
  .contact-box p,
  #content .contact-box p {
    font-size: 14px;
  }
  .testimonial,
  #content .testimonial blockquote {
    font-size: 20px;
  }
  #content .news-boxes.mod_newslist,
  .news-boxes {
    margin-right: -7.69231%;
    margin-left: -7.69231%;
  }
  #content .news-boxes.mod_newslist article,
  .news-boxes article {
    width: 40%;
    margin-left: 6.66667%;
    padding-left: 6.66667%;
  }
  #content .news-boxes.mod_newslist article img,
  .news-boxes article img {
    width: 120%;
    margin-left: -20%;
  }
  #content .news-boxes.mod_newslist article h3 i,
  .news-boxes article h3 i {
    width: 12.5%;
  }
  aside#sidebar,
  .vision-sidebar-left aside#sidebar,
  .vision-sidebar-right aside#sidebar,
  aside#sidebar-secondary,
  .vision-sidebar-left aside#sidebar-secondary,
  .vision-sidebar-right aside#sidebar-secondary {
    float: none;
    width: auto;
    overflow: visible;
    margin: 24px 0;
    padding: 0;
    border: 0;
  }
  aside#sidebar:before,
  .vision-sidebar-left aside#sidebar:before,
  .vision-sidebar-right aside#sidebar:before,
  aside#sidebar-secondary:before,
  .vision-sidebar-left aside#sidebar-secondary:before,
  .vision-sidebar-right aside#sidebar-secondary:before {
    content: none;
  }
  .sidebar .mod_article>.block,
  .sidebar .mod_form,
  .sidebar .mod_subscribe,
  .sidebar .searchform {
    float: left;
    width: 40%;
    margin: 24px 0 0 6.66667%;
  }
  #nav-sub {
    margin: 0 6.66667%;
    zoom: 1;
  }
  #nav-sub:before {
    content: "";
    display: table;
  }
  #nav-sub:after {
    content: "";
    display: table;
    clear: both;
  }
  #nav-sub>ul {
    margin: 0;
  }
  #nav-sub>ul>li {
    display: inline-block;
    margin: 0 5px 10px 0;
    vertical-align: top;
  }
  #nav-sub>ul a,
  #nav-sub>ul ul a,
  #nav-sub>ul ul ul a {
    padding: 5px 10px;
    border: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  #nav-sub>ul ul a {
    padding-left: 20px;
  }
  section#content,
  .vision-sidebar-left section#content,
  .vision-sidebar-right section#content,
  .vision-home section#content,
  .vision-fullwidth section#content {
    float: none;
    clear: both;
    width: auto;
    margin: 24px 0;
    padding: 0 6.66667%;
  }
  #footer-content .footer-column {
    width: 40%;
    margin-left: 6.66667%;
  }
  #footer-content .footer-column-3 {
    clear: left;
    width: 86.66667%;
  }
  #footer-content .footer-column-3 .button-wrap {
    float: right;
    width: 46.15385%;
    margin-top: 100px;
    margin-left: 7.69231%;
  }
  #footer-content .footer-column-3 form {
    width: 46.15385%;
  }
  #nav-footer>ul {
    margin-right: 6.66667%;
    margin-left: 6.66667%;
    padding: 24px 0 12px 0;
  }
  #nav-footer a {
    display: inline-block;
    margin: 0 12px 12px 12px;
  }
}
/* Mobile (viewport width 599px and below) */
@media screen and (max-width: 599px) {
  #logo {
    position: static;
    width: 200px;
    margin: 0 auto 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  #nav-main {
    display: none;
  }
  #nav-main-mobile {
    display: block;
    width: 86.66667%;
    margin: 24px 0 12px 6.66667%;
    font-size: 16px;
  }
  #image-main {
    min-height: 0;
  }
  .main-image,
  .main-image.-large {
    height: auto;
  }
  .main-image-hgroup,
  .main-image.-large>.main-image-hgroup {
    position: static;
    height: auto;
    margin: 12px 0 24px 0;
  }
  .main-image-hgroup h2,
  .main-image.-large>.main-image-hgroup h2 {
    font-size: 36px;
  }
  .main-image-hgroup h3,
  .main-image.-large>.main-image-hgroup h3 {
    font-size: 18px;
  }
  .main-image img {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #home-slider {
    height: auto;
  }
  #home-slider.rsts-skin-default .rsts-view {
    padding-bottom: 38px;
  }
  #content-top-bar h1 {
    padding-right: 0;
  }
  #content-top-bar .button {
    position: static;
    width: 100%;
    margin-bottom: 24px;
  }
  #breadcrumbs {
    padding-right: 7.69231%;
  }
  ul.featured-list,
  #content ul.featured-list,
  div.featured-list ul,
  #content div.featured-list ul {
    float: none;
    width: auto;
    margin-left: 7.69231%;
  }
  ul.featured-list li:before,
  #content ul.featured-list li:before,
  div.featured-list ul li:before,
  #content div.featured-list ul li:before {
    width: 12.5%;
    margin-left: -12.5%;
  }
  #content .teaser-boxes,
  .teaser-boxes {
    margin-right: 0;
    margin-left: 0;
  }
  #content .teaser-boxes .box,
  .teaser-boxes .box {
    display: block;
    width: auto;
    margin-left: 0;
  }
  .contact-box,
  #content .contact-box {
    zoom: 1;
    float: none;
    width: auto;
    margin-left: 0;
    padding: 7.69231%;
  }
  .contact-box:before,
  #content .contact-box:before {
    content: "";
    display: table;
  }
  .contact-box:after,
  #content .contact-box:after {
    content: "";
    display: table;
    clear: both;
  }
  .contact-box:before,
  #content .contact-box:before {
    left: 7.69231%;
    width: 84.61538%;
  }
  .contact-box img,
  #content .contact-box img {
    width: 36.36364%;
    margin-right: 9.09091%;
  }
  #content .news-boxes.mod_newslist,
  .news-boxes {
    margin-right: 0;
    margin-left: 0;
  }
  #content .news-boxes.mod_newslist article,
  .news-boxes article {
    display: block;
    width: auto;
    margin-left: 0;
    padding-left: 15.38462%;
  }
  #content .news-boxes.mod_newslist article img,
  .news-boxes article img {
    width: 118.18182%;
    margin-left: -18.18182%;
  }
  #content .news-boxes.mod_newslist article h3 i,
  .news-boxes article h3 i {
    width: 11.53846%;
  }
  .sidebar .mod_article>.block,
  .sidebar .mod_form,
  .sidebar .mod_subscribe,
  .sidebar .searchform {
    float: none;
    width: auto;
    margin-right: 6.66667%;
    margin-left: 6.66667%;
  }
  #nav-sub {
    display: none;
  }
  #content form input[type="text"],
  #content form input[type="password"],
  #content form input[type="email"],
  #content form input[type="tel"],
  #content form input[type="url"],
  #content form input[type="date"] {
    width: 100%;
  }
  .image_container.float_right,
  .ce_accordion .image_container.float_right,
  .image_container.float_left,
  .ce_accordion .image_container.float_left {
    float: none;
    margin-right: -10px;
    margin-left: -10px;
    width: 100%;
  }
  .no-resize .image_container.float_right,
  .image_container.float_right.no-resize,
  .no-resize .ce_accordion .image_container.float_right,
  .ce_accordion .image_container.float_right.no-resize,
  .no-resize .image_container.float_left,
  .image_container.float_left.no-resize,
  .no-resize .ce_accordion .image_container.float_left,
  .ce_accordion .image_container.float_left.no-resize {
    width: auto;
  }
  #footer-content .footer-column {
    float: none;
    width: auto;
    margin-right: 6.66667%;
    margin-left: 6.66667%;
  }
  #footer-content .footer-column-3 {
    width: auto;
  }
  #footer-content .footer-column-3 .button-wrap {
    float: none;
    width: 100%;
    margin-top: 43px;
    margin-left: 0;
  }
  #footer-content .footer-column-3 form {
    width: auto;
  }
  #nav-footer a {
    display: block;
  }
  .ce_gallery.ce_gallery>ul,
  #sidebar .ce_gallery.ce_gallery>ul {
    /* doubled class for specificity */
    padding: 1.5% !important;
  }
  .ce_gallery.ce_gallery>ul>li,
  #sidebar .ce_gallery.ce_gallery>ul>li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 1.5%;
  }
  .ce_comments .comment_default:after {
    content: none;
  }
  .ce_comments form input[type="text"],
  .ce_comments form input[type="password"],
  .ce_comments form input[type="email"],
  .ce_comments form input[type="tel"],
  .ce_comments form input[type="url"],
  #content .ce_comments form input[type="text"],
  #content .ce_comments form input[type="password"],
  #content .ce_comments form input[type="email"],
  #content .ce_comments form input[type="tel"],
  #content .ce_comments form input[type="url"] {
    width: 100%;
    float: none;
  }
  .ce_comments form label {
    float: none;
  }
}