@import '../bower_components/flexnav/css/flexnav.css';
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.wrapper {
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 20px;
  position: relative;
}
a {
  outline: 0;
}
a img {
  border: 0;
}
body {
  background: white;
  font-size: 0.75em;
  font-weight: 300;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  color: #666666;
  opacity: 0;
}
h1,
h2,
h3,
h4 {
  margin: 1em 0 .5em;
  line-height: 1.25;
  font-weight: 300;
}
h1 {
  font-size: 1.7em;
  color: #799d73;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2em;
}
ul,
ol {
  margin: 1em 0;
  padding-left: 40px;
}
p,
figure {
  margin: 1em 0;
  font-weight: 300;
}
a img {
  border: none;
}
a {
  text-decoration: none;
}
a,
input[type=submit] {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
em {
  font-style: normal;
  font-size: 1.3em;
}
em a {
  color: #666666;
}
em a:hover {
  text-decoration: underline;
}
sup,
sub {
  line-height: 0;
}
/* layout */
.aligncenter {
  text-align: center;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.alignleft,
.alignright,
.aligncenter {
  /*margin-top:10px;*/
}
.wp-caption {
  background: transparent !important;
}
.wp-caption.alignleft {
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
}
.wp-caption.alignright {
  margin-right: 0;
  padding-right: 0;
  padding-top: 0;
}
.white-bordered-link {
  border: 1px solid #8b878e;
  padding: 3px;
  color: #666666;
}
.white-bordered-link:hover {
  background: #8b878e;
  color: white;
}
.smalltext {
  font-size: 0.8em;
}
.black {
  color: black;
}
.white {
  color: white;
}
.more.transparent {
  background: none !important;
}
.split-columns p:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.split-columns p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.split-columns.three {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  -o-column-count: 3;
  -ms-column-count: 3;
  column-count: 3;
}
.split-columns.two {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
}
@media all and (max-width: 900px) {
  .split-columns.three {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
  }
}
@media all and (max-width: 768px) {
  .split-columns.three {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -o-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
  }
}
/* columns */
.col,
.form-col {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 15px;
}
.col li,
.form-col li {
  margin-top: 5px;
  margin-left: -25px;
}
.col.span_1_of_2,
.form-col.span_1_of_2 {
  width: 50%;
}
.col.span_1_of_2:nth-child(odd),
.form-col.span_1_of_2:nth-child(odd) {
  padding-left: 0;
}
.col.span_1_of_2:nth-child(even),
.form-col.span_1_of_2:nth-child(even) {
  padding-right: 0;
}
.col.span_1_of_3,
.form-col.span_1_of_3 {
  width: 33%;
}
.col.span_2_of_3,
.form-col.span_2_of_3 {
  width: 66%;
}
.col.span_1_of_4,
.form-col.span_1_of_4 {
  width: 25%;
}
.col.span_2_of_4,
.form-col.span_2_of_4 {
  width: 50%;
}
.col.span_3_of_4,
.form-col.span_3_of_4 {
  width: 75%;
}
.col.span_1_of_5,
.form-col.span_1_of_5 {
  width: 20%;
  padding-right: 0;
}
.col.span_1_of_5 .title span,
.form-col.span_1_of_5 .title span {
  font-size: 1em;
}
.col:first-child,
.form-col:first-child {
  padding-left: 0px;
}
.col:last-child,
.form-col:last-child {
  padding-right: 0px;
}
@media all and (max-width: 768px) {
  .col.span_1_of_3,
  .form-col.span_1_of_3,
  .col.span_2_of_3,
  .form-col.span_2_of_3,
  .col.span_1_of_4,
  .form-col.span_1_of_4,
  .col.span_2_of_4,
  .form-col.span_2_of_4,
  .col.span_3_of_4,
  .form-col.span_3_of_4 {
    width: 100%;
    padding: 0;
    float: none;
  }
}
@media all and (max-width: 680px) {
  .col.span_1_of_2,
  .form-col.span_1_of_2 {
    width: 100%;
    padding: 0;
    float: none;
  }
}
.form-col ul {
  margin-top: 0;
}
.form-col ul li {
  margin-left: 0;
  margin-top: 0;
}
.form-col ul li label {
  padding-right: 0;
  margin-top: -20px;
}
.form-col ul li .wpcf7-list-item {
  margin-top: 0 !important;
}
.form-col .wpcf7-list-item-label {
  font-weight: normal;
}
@media all and (max-width: 850px) {
  body.has-side .col {
    width: 100%;
    padding: 0;
    float: none;
  }
}
/* Layout */
article#main {
  width: calc(100% - 207px);
  width: -webkit-calc(100% - 207px);
  width: -moz-calc(100% - 207px);
  width: -ms-calc(100% - 207px);
  width: -o-calc(100% - 207px);
  float: right;
}
article#main h1 {
  margin-top: 0;
}
article#main div.title.no-art {
  display: none;
}
article#main div.title.no-art a.button.more {
  display: none;
}
article ul {
  list-style-type: none;
}
article ul li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article ul li:before {
  position: absolute;
  left: -10px;
  content: "•";
  color: #799d73;
}
body.has-side-left article#main {
  float: right;
}
body.has-side-right article#main {
  float: left;
}
@media all and (max-width: 600px) {
  article#main {
    width: 100%;
  }
}
/* images and captions */
.wp-caption {
  background: #d7d6d8;
  padding: 5px;
  text-align: center;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
/* Font colours */
.green {
  color: #799d73;
}
.purple {
  color: #7c66a3;
}
.bigger {
  font-size: 1.2em;
}
.team-box {
  border-bottom: 1px solid #8b878e;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
/*
* Preloader
*/
#floatingCirclesG {
  position: relative;
  width: 80px;
  height: 80px;
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  margin: 0 auto;
}
.f_circleG {
  position: absolute;
  background-color: #FFFFFF;
  height: 15px;
  width: 15px;
  -moz-border-radius: 7px;
  -moz-animation-name: f_fadeG;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 7px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 7px;
  -ms-animation-name: f_fadeG;
  -ms-animation-duration: 1.04s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 7px;
  -o-animation-name: f_fadeG;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 7px;
  animation-name: f_fadeG;
  animation-duration: 1.04s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
#frotateG_01 {
  left: 0;
  top: 33px;
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s;
}
#frotateG_02 {
  left: 9px;
  top: 9px;
  -moz-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
#frotateG_03 {
  left: 33px;
  top: 0;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
#frotateG_04 {
  right: 9px;
  top: 9px;
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}
#frotateG_05 {
  right: 0;
  top: 33px;
  -moz-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  animation-delay: 0.91s;
}
#frotateG_06 {
  right: 9px;
  bottom: 9px;
  -moz-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
#frotateG_07 {
  left: 33px;
  bottom: 0;
  -moz-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  animation-delay: 1.17s;
}
#frotateG_08 {
  left: 9px;
  bottom: 9px;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
@-moz-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
p.input-wrap {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
label {
  display: block;
}
input,
select,
textarea {
  margin-top: 10px;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #666666;
}
aside form#searchform {
  position: relative;
}
aside form#searchform input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0;
  height: 25px;
  width: 26px;
  background: #666666;
  border: none;
  color: white;
  font-size: 1.7em;
}
aside form#searchform input[type=submit]:hover {
  background: #7c66a3;
}
header .wrapper {
  margin: 0px auto;
}
header .logo {
  float: left;
  width: 187px;
  position: relative;
  top: 3px;
}
header .languages,
header .toplinks {
  float: left;
  text-align: right;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .languages ul,
header .toplinks ul {
  float: right;
}
header .languages ul,
header .toplinks ul,
header .languages li,
header .toplinks li {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
header .languages li,
header .toplinks li {
  float: left;
  padding: 0 10px 0 5px;
}
header .languages li a,
header .toplinks li a {
  position: relative;
  color: #666666;
  font-size: 1em;
}
header .languages li a:before,
header .toplinks li a:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -10px;
}
header .languages li:first-child a:before,
header .toplinks li:first-child a:before {
  display: none;
}
header .languages label,
header .toplinks label {
  font-size: 0.9em;
}
header .languages ul a:before,
header .languages li a:before {
  content: " " !important;
  z-index: -9999;
}
header .languages {
  width: 70%;
  padding-left: 0;
}
header .languages select {
  width: 100%;
  height: 20px;
  font-size: 0.9em;
}
header .toplinks {
  width: 30%;
  padding-right: 0;
  padding-top: 0;
  float: right;
}
header .toplinks input[type=submit].search {
  position: absolute;
  right: -26px;
  top: 0;
  height: 23px;
  width: 26px;
  background: #666666;
  border: none;
  color: white;
  font-size: 1.7em;
}
header .toplinks input[type=submit].search:hover {
  background: #7c66a3;
}
header .toplinks div.input-wrap {
  position: relative;
  left: -26px;
}
header .toplinks .links {
  margin-top: 10px;
}
header .toplinks ul {
  display: inline;
}
header .toplinks ul,
header .toplinks li {
  margin: 0;
  padding: 0;
  float: left;
}
header .toplinks ul.lang {
  float: right;
  margin-right: -26px;
}
header .toplinks ul.lang li {
  margin-left: 3px;
}
header .rt {
  width: 70%;
  float: right;
  font-size: 0.8em;
}
header .rt label {
  display: block;
}
@media all and (max-width: 768px) {
  header .logo {
    width: 100%;
    text-align: center;
  }
  header .languages,
  header .toplinks {
    float: left;
    width: 50%;
    padding: 0;
  }
  header .languages ul,
  header .toplinks ul {
    float: left;
  }
  header .languages li:last-child label {
    display: inline-block;
    text-align: left;
    padding-right: 5px;
  }
  header .languages li:last-child select {
    width: auto;
  }
  header .toplinks {
    width: 100%;
  }
  header .toplinks div.input-wrap {
    margin-left: 26px;
    width: calc(100% - 26px);
  }
  header .rt {
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 480px) {
  header .languages,
  header .toplinks {
    float: none;
    width: 100%;
    padding: 15px 0;
    clear: both;
  }
  header .languages ul {
    float: right;
  }
  header .toplinks p.input-wrap {
    left: 0px;
  }
  header .toplinks input[type=submit].search {
    right: 0;
  }
}
.wrapper.banner {
  margin: 0 auto;
}
.wrapper.banner .banner-wrap {
  background: #5e6367;
}
img.banner {
  margin: 0;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  img.banner {
    display: none;
  }
}
.nav-primary {
  color: white;
  position: absolute;
  bottom: 10px;
  right: 30px;
  z-index: 999;
}
.nav-primary ul,
.nav-primary li {
  margin: 0;
  padding: 0;
  background: transparent;
  width: auto;
}
.nav-primary ul a,
.nav-primary li a {
  background: #5e6367;
  border: 1px solid white;
  text-transform: uppercase;
  color: white;
  padding: 5px 8px;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 1em;
  letter-spacing: .5px;
}
.nav-primary ul a:hover,
.nav-primary li a:hover {
  background: #7c66a3;
}
.nav-primary ul.item-with-ul a,
.nav-primary li.item-with-ul a {
  padding-right: 25px;
}
.nav-primary ul.item-with-ul ul li a,
.nav-primary li.item-with-ul ul li a {
  padding-right: 8px;
}
.nav-primary ul span.touch-button,
.nav-primary li span.touch-button {
  background: transparent;
  width: 28px;
  height: 28px;
}
.nav-primary ul span.touch-button i.navicon,
.nav-primary li span.touch-button i.navicon {
  color: white;
  top: 3px;
  left: -5px;
}
.nav-primary ul.current-menu-item a,
.nav-primary li.current-menu-item a,
.nav-primary ul.current-post-ancestor a,
.nav-primary li.current-post-ancestor a,
.nav-primary ul.current-menu-parent a,
.nav-primary li.current-menu-parent a,
.nav-primary ul.current-page-ancestor a,
.nav-primary li.current-page-ancestor a {
  background: #799d73;
}
.nav-primary ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-primary ul li ul li a {
  background: #8b878e;
}
.nav-primary ul.flexnav.small-screen {
  background: #666666;
}
.nav-primary.below-banner {
  width: 100%;
  max-width: 1000px;
  height: 0;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}
.nav-primary.below-banner nav {
  background: #666666;
  height: 45px;
}
.nav-primary.below-banner nav ul.flexnav {
  float: right;
  padding: 5px 10px 10px 10px;
  display: inline-block;
}
@media all and (max-width: 768px) {
  .nav-primary {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 15px 0;
  }
  .nav-primary .menu-button {
    background: #666666;
    color: white;
    font-weight: bold;
    border-bottom-color: white;
  }
  .nav-primary .menu-button i.navicon {
    color: white;
  }
  .nav-primary.below-banner nav {
    height: auto;
  }
  .nav-primary.below-banner nav ul.flexnav {
    float: none;
    padding: 0px;
    display: block;
  }
  .nav-primary ul {
    list-style-type: none;
  }
  .nav-primary ul li {
    background: #666666;
    padding: 10px;
    color: white;
    margin: 0;
  }
  .nav-primary ul li ul li {
    margin-left: 15px;
  }
  .nav-primary ul li ul li a {
    display: inline;
    background: #666666;
  }
  .nav-primary ul li a {
    padding: 5px;
    border: 0;
  }
}
/* @override http://localhost/bxslider_v3_plugin/css/styles.css */
/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */
.bx-wrapper {
  position: relative;
  max-width: 100%;
}
.bx-wrapper .bx-pager {
  position: absolute;
  top: 0;
  right: 0;
}
.bx-wrapper .col {
  margin-bottom: 0;
}
.bx-wrapper .col p:last-of-type,
.bx-wrapper .col ul:last-of-type {
  margin-bottom: 0;
}
.carousel {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.carousel h1 {
  margin-top: 0;
}
.slide div.col:nth-of-type(odd) {
  padding-left: 0;
  padding-right: 5px;
}
.slide div.col:nth-of-type(even) {
  padding-right: 0;
  padding-left: 5px;
}
.slide div.col p:first-of-type,
.slide div.col ul:first-of-type,
.slide div.col li:first-of-type {
  margin-top: 0;
}
/*pager links*/
.bx-pager a {
  margin-right: 5px;
  zoom: 1;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666666;
  background: white;
  border-radius: 50%;
}
.bx-pager a.pager-active {
  background: #d7d6d8;
}
/*auto start button*/
.bx-auto .start {
  background: url(gray_auto.png) no-repeat 0 2px;
  padding-left: 13px;
}
/*auto stop button*/
.bx-auto .stop {
  background: url(gray_auto.png) no-repeat 0 -14px;
  padding-left: 13px;
}
/*
 * End color scheme styles
 */
/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
  background-position: 0 0;
}
/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
  background-position: 0 0;
}
.measure-bar {
  position: relative;
  margin: 15px 0;
}
.measure-bar a.more {
  position: absolute;
  border: 1px solid white;
  background: #666666;
  padding: 0;
  width: 40px;
  margin-left: -20px;
  text-align: center;
  color: white;
  font-size: 0.8em;
  z-index: 3;
  display: none;
  bottom: 20px;
}
.measure-bar a.more.animation-finished {
  display: block;
  opacity: 0;
}
.measure-bar a.more:hover {
  background: #7c66a3;
}
.measure-bar a.more.more-left,
.measure-bar a.more.more-right {
  background: transparent;
  right: 10px;
  height: 18px;
  top: 32px;
}
.measure-bar a.more.more-left:hover {
  background: #7c66a3;
}
.measure-bar a.more.more-right:hover {
  background: #799d73;
}
.measure-bar .left,
.measure-bar .right {
  z-index: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  text-align: center;
  color: white;
  float: left;
  width: 0;
  min-height: 60px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2em;
  position: relative;
}
.measure-bar .left span,
.measure-bar .right span {
  display: none;
  line-height: 1.2em;
}
.measure-bar .left span.animation-finished,
.measure-bar .right span.animation-finished {
  display: block;
  opacity: 0;
}
.measure-bar .left {
  background: #799d73;
}
.measure-bar .right {
  background: #7c66a3;
}
@media all and (max-width: 768px) {
  .measure-bar a.more {
    left: 50% !important;
    margin-top: -15px;
    bottom: auto;
  }
  .measure-bar .left,
  .measure-bar .right {
    float: none;
    margin: 0 auto;
    padding: 1px 0;
  }
  .measure-bar .left {
    padding-bottom: 15px;
  }
  .measure-bar .right {
    padding-top: 15px;
  }
  .measure-bar.no-animate .left[style],
  .measure-bar.no-animate .right[style] {
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 45px;
  }
  .measure-bar.no-animate .left[style] a.more-right,
  .measure-bar.no-animate .right[style] a.more-right,
  .measure-bar.no-animate .left[style] a.more-left,
  .measure-bar.no-animate .right[style] a.more-left {
    top: 65px !important;
  }
}
@media all and (max-width: 480px) {
  .measure-bar .left[style],
  .measure-bar .right[style] {
    width: 100% !important;
  }
  .measure-bar .left[style] span,
  .measure-bar .right[style] span {
    font-size: 0.9em;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../img/overlay.png) repeat 0 0;
  opacity: 0.9;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../img/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../img/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../img/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../img/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../img/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../img/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../img/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../img/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(../img/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../img/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
.widget {
  margin-top: 15px;
}
.widget.grey {
  background: #bebcbf;
}
.widget.green {
  background: #799d73;
  color: white;
}
.widget.purple {
  background: #7c66a3;
  color: white;
}
.widget:first-child .inner {
  padding-left: 0;
}
.widget:last-child .inner {
  padding-right: 0;
}
.widget .title {
  color: white;
  padding: 3px 5px;
  margin-bottom: 15px;
  position: relative;
}
.widget .title.green {
  background: #799d73;
}
.widget .title.purple {
  background: #7c66a3;
}
.widget .title.light-green {
  background: #7fc45b;
}
.widget .title .button {
  position: absolute;
  right: 0;
}
.widget .title .button.more {
  top: 0;
  background: #666666;
  color: white;
  padding: 3px 10px;
  font-size: 0.8em;
}
.widget.button .title {
  margin-bottom: 5px;
}
.widget.button .title a.more {
  top: -1px;
}
aside .widget {
  float: none;
  clear: left;
}
.widgets.lower .widget {
  margin-top: 0;
  margin-bottom: 0;
}
ul.news-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.news-items li {
  margin-left: 0px;
}
ul.news-items li .headline {
  color: #8b878e;
  font-weight: bold;
  text-transform: uppercase;
}
ul.news-items li .headline.green {
  color: #799d73;
}
ul.news-items li .headline.purple {
  color: #7c66a3;
}
ul.news-items li .excerpt {
  color: #666666;
}
ul.news-items li .excerpt span.first-sentence {
  font-weight: bold;
}
ul.news-items li .excerpt p {
  margin-top: 0;
}
.chart-pie {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  margin-bottom: 15px;
  line-height: 1em;
}
.chart-pie .pieLabel {
  font-size: x-small;
  text-align: center;
  padding: 2px;
  color: black;
}
.chart-pie canvas:hover,
.chart-pie div:hover {
  cursor: pointer;
}
.chart-pie.no-url canvas:hover,
.chart-pie.no-url div:hover {
  cursor: auto;
}
.chart-pie .pieLabelBackground {
  background: transparent !important;
}
.chart-pie span.pieLabel div {
  background: transparent !important;
  color: black !important;
}
#main .chart-title {
  display: none;
}
article .col.span_2_of_3 .chart-pie {
  margin-left: 0;
  float: left;
  width: 250px;
}
article .col.span_2_of_3 table.chart-overflow {
  float: right;
  width: 32%;
  font-size: x-small;
  margin-top: 35px;
}
article .col.span_2_of_3 table.chart-overflow th,
article .col.span_2_of_3 table.chart-overflow td {
  color: black;
}
article .col.span_2_of_3 table.chart-overflow tr {
  border: none;
}
article .col.span_2_of_3 table.chart-overflow tr:nth-child(even) {
  background: #d7d6d8;
}
article .col.span_2_of_3 table.chart-overflow td {
  padding: 2px 5px;
}
article .col.span_2_of_3 table.chart-overflow th {
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
}
@media all and (max-width: 480px) {
  article .col.span_2_of_3 table.chart-overflow {
    width: 100%;
    float: none;
  }
  article .col.span_2_of_3 .chart-pie {
    width: 100%;
    float: none;
  }
}
.widget ul.side-links,
.widget ul.menu,
.widget ul.menu-widget {
  padding: 0;
  margin: 0;
}
.widget ul.side-links li,
.widget ul.menu li,
.widget ul.menu-widget li {
  list-style-type: none;
  margin: 5px 0;
}
.widget ul.side-links li a,
.widget ul.menu li a,
.widget ul.menu-widget li a {
  background: #8b878e;
}
.widget ul.side-links li.green a,
.widget ul.menu li.green a,
.widget ul.menu-widget li.green a {
  background: #799d73;
}
.widget ul.side-links li.green a:hover,
.widget ul.menu li.green a:hover,
.widget ul.menu-widget li.green a:hover {
  background: #4a6446;
}
.widget ul.side-links li.green.current-menu-item a,
.widget ul.menu li.green.current-menu-item a,
.widget ul.menu-widget li.green.current-menu-item a {
  background: #4a6446;
}
.widget ul.side-links li.purple a,
.widget ul.menu li.purple a,
.widget ul.menu-widget li.purple a {
  background: #7c66a3;
}
.widget ul.side-links li.purple a:hover,
.widget ul.menu li.purple a:hover,
.widget ul.menu-widget li.purple a:hover {
  background: #4c3d66;
}
.widget ul.side-links li.purple.current-menu-item a,
.widget ul.menu li.purple.current-menu-item a,
.widget ul.menu-widget li.purple.current-menu-item a {
  background: #4c3d66;
}
.widget ul.side-links a,
.widget ul.menu a,
.widget ul.menu-widget a {
  color: white;
  width: 100%;
  display: block;
  padding: 2px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.widget-table {
  width: 100%;
}
table.widget-table tr {
  background: #cfdccd;
  border-bottom: 3px solid white;
}
table.widget-table tr td {
  padding: 5px;
}
.widget.button {
  padding: 5px;
  position: relative;
}
.widget.button .title {
  padding: 0;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.widget.button .title .more {
  font-size: 0.8em;
  background: #8b878e;
  color: white;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid white;
  padding: 1px 3px;
}
.widget.button .title .more:hover {
  background: #799d73;
}
.widget.button p:first-of-type {
  margin-top: 0;
}
.widget.button p:last-of-type {
  margin-bottom: 0;
}
aside {
  width: 187px;
}
aside#left {
  float: left;
}
aside#right {
  float: right;
}
@media all and (max-width: 600px) {
  aside#left,
  aside#right {
    width: 100%;
  }
}
nav.side-menu {
  width: 100%;
}
nav.side-menu ul,
nav.side-menu li,
nav.side-menu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.2em;
  position: relative;
  color: #666666;
  font-size: .98em;
  display: block;
}
nav.side-menu ul.current_page_item a,
nav.side-menu li.current_page_item a,
nav.side-menu a.current_page_item a,
nav.side-menu ul.current-menu-item a,
nav.side-menu li.current-menu-item a,
nav.side-menu a.current-menu-item a,
nav.side-menu ul.current-person-parent a,
nav.side-menu li.current-person-parent a,
nav.side-menu a.current-person-parent a {
  background: #d7d6d8;
}
nav.side-menu > ul > li:first-child {
  border-top: 1px solid #666666;
  background: transparent;
  margin: 0;
}
nav.side-menu > ul > li:first-child a {
  font-weight: bold;
  font-size: 1.1em;
}
nav.side-menu > ul > li {
  background: #f1f0f1;
  margin: 5px 0;
}
nav.side-menu > ul > li > a > span {
  display: block;
  padding: 5px 10px;
}
nav.side-menu > ul > li > a:hover {
  text-decoration: none;
}
nav.side-menu > ul > li.active {
  border-bottom: none;
}
nav.side-menu ul ul {
  display: none;
  background: #fff;
}
nav.side-menu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d7d6d8;
  border-top: none;
  background: #ffffff;
}
nav.side-menu ul ul li:last-child {
  border-bottom: none;
}
nav.side-menu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #666666;
  font-weight: normal;
}
nav.side-menu ul ul a:hover {
  background: #f1f0f1;
}
nav.side-menu ul ul a span.open-close {
  z-index: 10;
}
nav.side-menu ul ul a span.open-close:before {
  position: relative;
  top: 10px;
}
nav.side-menu ul ul ul a {
  padding: 5px 5px 5px 25px;
  font-size: 1em;
}
nav.side-menu ul ul li.current-menu-item a {
  background: #f1f0f1;
}
nav.side-menu ul ul a:before {
  content: '\00BB';
  position: absolute;
  left: 10px;
}
nav.side-menu ul ul ul a:before {
  display: none;
}
nav.side-menu ul > li.has-sub > a span.open-close:before {
  content: "+";
  font-size: 1.5em;
}
nav.side-menu ul > li.has-sub.active > a span.open-close:before {
  content: "-";
}
nav.side-menu span.open-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
}
nav.side-menu span.open-close:before {
  text-align: center;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}
nav.side-menu li.current_page_parent > a {
  background: #f1f0f1;
}
nav.side-menu li.current_page_item li a {
  background: white;
}
nav.side-menu li.current_page_item li a:hover {
  background: #f1f0f1;
}
.block .inner {
  padding: 15px;
  background: #f1f0f1;
}
.block .inner span {
  display: inline-block;
}
.block .inner span em {
  line-height: 1.6em;
}
.block .title {
  color: white;
  padding: 10px;
  position: relative;
}
.block .title span {
  font-size: 1.3em;
}
.block .title a.more {
  position: absolute;
  border: 1px solid white;
  background: #666666;
  padding: 3px 5px;
  min-width: 30px;
  text-align: center;
  color: white;
  font-size: 0.8em;
  z-index: 3;
  right: 10px;
  top: 7px;
}
.block .title a.more:hover {
  background: #7c66a3;
}
.block .title.green {
  background: #799d73;
}
.block .title.shade-green {
  background: #b2c7af;
}
.block .title.light-green {
  background: #7fc45b;
}
.block .title.purple {
  background: #7c66a3;
}
.block .title.dark-purple {
  background: #5e429a;
}
.block .title.shade-purple {
  background: #b3a6c9;
}
.block .title.grey {
  background: #8b878e;
}
.call-to-action {
  position: relative;
  padding-top: 60px;
}
.call-to-action .ball {
  display: block;
  background: black;
  margin: 0;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  border: 5px solid white;
  background: #005725;
  background: -webkit-radial-gradient(80px 80px, circle, #a7d278, #005725);
  background: -moz-radial-gradient(80px 80px, circle, #a7d278, #005725);
  background: -ms-radial-gradient(80px 80px, circle, #a7d278, #005725);
  background: radial-gradient(80px 80px, circle, #a7d278, #005725);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: v;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.call-to-action .ball span.title {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: v;
  color: white;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.1em;
}
.call-to-action .expand {
  position: absolute;
  left: 140px;
  padding: 3px 5px;
  border: 1px solid #8b878e;
  z-index: 50;
  cursor: pointer;
}
.call-to-action .content {
  width: 0;
  opacity: 0;
}
.call-to-action .content .inner {
  background: #8b878e;
  padding: 15px 55px;
  color: white;
  margin-left: 90px;
  position: relative;
  height: auto! important;
}
.call-to-action .content .inner a.close {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid white;
  color: white;
  padding: 0 5px;
  text-align: center;
}
.call-to-action .content .inner div:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.call-to-action .content .inner div:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media all and (max-width: 650px) {
  .call-to-action .ball {
    left: 50%;
    margin-left: -60px;
  }
  .call-to-action .content .inner {
    margin-left: 0;
    padding: 75px 15px 15px 15px;
  }
}
#viewport {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0px;
  overflow: hidden;
  -webkit-box-shadow: inset 16px 1px 38px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 16px 1px 38px -2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 16px 1px 38px -2px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  box-sizing: border-box;
}
#viewport.green {
  background: #799d73;
}
#viewport.purple {
  background: #7c66a3;
}
#viewport.grey {
  background: #8b878e;
}
#viewport.light-grey {
  background: #b1aeb3;
}
#viewport .panel {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
  margin-left: 15px;
  color: white;
  font-size: 0.8em;
  line-height: 1.3em;
}
#viewport .panel.wider {
  width: 110px;
}
#viewport .panel.date {
  font-size: 6em;
  opacity: .5;
  font-family: "Times New Roman", Georgia, Serif;
  font-weight: bold;
  line-height: 1em;
}
#viewport .panel.date span {
  width: 100%;
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
}
#mouseSwipeScroll {
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
  width: auto;
  height: 100px;
  margin: 0px;
  cursor: move;
}
.map-wrap {
  position: relative;
  float: right;
}
.map-wrap img {
  z-index: 9;
}
.map-wrap .list {
  position: absolute;
  top: 10px;
  left: 40px;
  z-index: 9;
  width: 300px;
}
.map-wrap .list ul {
  margin: 0;
  padding: 0;
}
.map-wrap .list li {
  margin: 5px 0;
  position: relative;
}
.map-wrap .list li:before {
  display: none;
}
.map-wrap .list .head {
  font-size: 1.3em;
  display: inline-block;
}
.map-wrap .list .subhead {
  font-size: 1em;
  display: inline-block;
  position: relative;
  top: -1px;
}
.map-wrap .list .number {
  position: absolute;
  background: white;
  border: 1px solid #8b878e;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  left: -28px;
  top: -2px;
}
.map-wrap .list .number .digit {
  position: relative;
  top: 1.2px;
  color: #666666;
}
.map-wrap .list .csv {
  display: inline-block;
  font-size: x-small;
  line-height: 1.1em;
}
.map {
  width: 468px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.map img.plot {
  float: right;
}
.map .plot-icon {
  cursor: pointer;
  display: block;
  background: black;
  margin: 0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background: #a7d278;
  background: -webkit-radial-gradient(8px 8px, circle, #a7d278, #005725);
  background: -moz-radial-gradient(8px 8px, circle, #a7d278, #005725);
  background: radial-gradient(8px 8px, circle, #a7d278, #005725);
  background: -ms-radial-gradient(8px 8px, circle, #a7d278, #005725);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: v;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.map .plot-icon span.title {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: v;
  color: white;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1em;
}
.map .plot-icon .info {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: v;
  background: #f1f0f1;
  width: 200px;
  padding: 10px;
  position: relative;
  top: 20px;
  left: 20px;
  -webkit-box-shadow: -3px 3px 5px 0px rgba(50, 50, 50, 0.77);
  -moz-box-shadow: -3px 3px 5px 0px rgba(50, 50, 50, 0.77);
  -ms-box-shadow: -3px 3px 5px 0px rgba(50, 50, 50, 0.77);
  box-shadow: -3px 3px 5px 0px rgba(50, 50, 50, 0.77);
  display: none;
  opacity: 0;
  z-index: 20;
}
.map .plot-icon .info.show {
  display: block;
}
.map .plot-icon .info:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #bebcbf;
  position: absolute;
  bottom: 0;
  right: -10px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: v;
}
.map .plot-icon .info .city {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.map .plot-icon .info .city span.country {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: normal;
}
.map .plot-icon .info .address {
  font-size: 0.8em;
  line-height: 1.3em;
}
.map .plot-icon .info .address .line1 {
  font-weight: bold;
  display: block;
}
.map .plot-icon .info a.close-map {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: .8em;
  color: #666666;
}
table {
  margin: 15px 0;
  background: #f1f0f1;
  width: 100%;
  color: #666666 !important;
}
table thead td {
  color: white;
  text-align: left;
  padding: 8px;
  font-size: 1.3em;
}
table tr {
  border-bottom: 1px solid #8b878e;
}
table th,
table td {
  padding: 5px;
}
table.green thead td {
  background: #799d73;
}
table.purple thead td {
  background: #7c66a3;
}
table.grey thead td {
  background: #8b878e;
}
table.plain {
  background: transparent;
  width: auto;
}
table.plain tr {
  border: none;
}
.news-iteration {
  display: block;
  color: #666666;
  padding: 10px;
  border: 1px solid #f1f0f1;
  margin-bottom: 15px;
}
.news-iteration:hover {
  background: #f1f0f1;
}
.news-iteration .title {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}
.news-iteration .title.grey {
  color: #8b878e;
}
.news-iteration .title.green {
  color: #799d73;
}
.news-iteration .title.purple {
  color: #7c66a3;
}
.news-iteration .title.blue {
  color: #63a3be;
}
.news-iteration .title.orange {
  color: #e8895b;
}
.news-iteration i.smalltext {
  font-size: .7em;
}
.people {
  opacity: 0;
}
.people .panel {
  width: 150px;
  height: 450px;
  text-align: center;
  float: left;
  margin-left: 10px;
}
.people .panel:first-child {
  margin-left: 0;
}
.people .panel a {
  color: #666666;
}
.people #mouseSwipeScroll {
  height: 450px;
}
h1 span.pos {
  color: #666666;
  font-size: 0.8em;
}
ul.page-numbers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.page-numbers li {
  float: left;
  margin-right: 2px;
  list-style-type: none;
}
ul.page-numbers li:before {
  content: "";
}
ul.page-numbers li .page-numbers {
  width: 25px;
  height: 23px;
  padding-top: 2px;
  display: block;
  text-align: center;
  border: 1px solid #d7d6d8;
  color: #666666;
}
ul.page-numbers li .page-numbers.current {
  background: #799d73;
  color: white;
  border-color: #799d73;
}
ul.page-numbers li .page-numbers:hover {
  background: #7c66a3;
  color: white;
  border-color: #7c66a3;
}
footer {
  margin-top: -10px;
}
footer .wrapper {
  margin-top: 0;
}
footer .footer-links {
  border-top: 1px solid #8b878e;
}
footer .footer-links ul {
  float: right;
  list-style-type: none;
  margin-top: 0;
}
footer .footer-links ul li {
  float: left;
  font-size: 0.8em;
  padding: 0 10px 0 5px;
}
footer .footer-links ul li a {
  color: #666666;
  position: relative;
}
footer .footer-links ul li a:hover {
  color: #799d73;
  text-decoration: underline;
}
footer .footer-links ul li a:before {
  content: "•";
  position: absolute;
  left: -10px;
}
footer .footer-links ul li:first-child a:before {
  display: none;
}
footer .social {
  float: right;
}
footer .social ul {
  float: right;
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}
footer .social li {
  float: left;
  margin-left: 5px;
}
footer .strap {
  float: left;
  position: relative;
  margin-top: 0;
}
footer .strap h3 {
  bottom: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 15px;
}
@media all and (max-width: 768px) {
  footer .footer-links ul {
    width: 100%;
    text-align: center;
  }
  footer .footer-links ul li {
    float: none;
    width: 100%;
  }
  footer .footer-links ul li:first-child a:before {
    display: block;
  }
}
#map-canvas,
#map {
  height: 460px;
  width: 100%;
  max-width: 500px;
  float: right;
  display: inline-block;
  background: #8b878e;
}
.green-bar {
  background: #799d73;
  color: white;
  font-size: 1.3em;
  padding: 10px;
  position: relative;
  max-width: 100%;
}
.green-bar .more {
  border: 1px solid white;
  padding: 0px 4px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: .8em;
  color: white;
}
.green-bar .more:hover {
  background: #7c66a3;
}
.purple-bar {
  background: #7c66a3;
  color: white;
  font-size: 1.3em;
  padding: 10px;
  position: relative;
  max-width: 100%;
}
.purple-bar .more {
  border: 1px solid white;
  padding: 0px 4px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: .8em;
  color: white;
}
.purple-bar .more:hover {
  background: #7c66a3;
}
form.wpcf7-form fieldset {
  border: 1px solid #d7d6d8;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form.wpcf7-form fieldset legend {
  font-weight: bold;
  text-transform: uppercase;
}
form.wpcf7-form li:before {
  display: none;
}
form.wpcf7-form label {
  padding-right: 20px;
  height: 24px;
  padding-top: 3px;
  font-weight: bold;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
  margin: 0;
}
form.wpcf7-form input[type=radio],
form.wpcf7-form input[type=checkbox] {
  margin-left: 10px;
  position: relative;
  top: 2px;
}
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=password],
form.wpcf7-form input[type=tel] {
  width: 250px;
}
form.wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #8b878e;
}
form.wpcf7-form ul {
  clear: both;
  padding: 0;
  display: block;
  width: 100%;
}
form.wpcf7-form ul li {
  list-style-type: none;
  float: left;
}
form.wpcf7-form ul li input[type=radio]:first-of-type,
form.wpcf7-form ul li input[type=checkbox]:first-of-type {
  margin-left: 0;
}
form.wpcf7-form ul li ul li {
  margin-left: 0;
}
form.wpcf7-form input[type=submit],
form.wpcf7-form input[type=button] {
  background: #799d73;
  color: white;
  border: none;
  padding: 5px;
}
form.wpcf7-form input[type=submit]:hover,
form.wpcf7-form input[type=button]:hover {
  background: #7c66a3;
}
.the_decisive_eye_items {
  margin-left: -10px;
}
.the_decisive_eye_items .col.span_1_of_4 {
  padding-left: 10px;
}
.link-hotel {
  border: 1px solid #7fc45b;
  display: block;
  position: relative;
  color: #666666;
  padding: 3px;
  box-sizing: border-box;
}
.link-hotel span.more {
  background: #7fc45b;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
}
.link-hotel:hover {
  background: #7fc45b;
  color: white;
}
.link-hotel:hover span.more {
  background: white;
  color: #666666;
}
.link-hotel span.text {
  margin-left: 5px;
}
.link-survey {
  background: #7c66a3;
  border: 1px solid #7c66a3;
  color: white;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.link-survey .text {
  position: relative;
  top: 3px;
}
.link-survey:hover {
  background: white;
  color: #7c66a3;
}
.link-survey img {
  border-right: 1px solid #7c66a3;
}
/* Movie Fix */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
