/* ============================================================

320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0

============================================================ */
/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/* Page =================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  background: #fefefc;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: 'Droid Sans', Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #444444;
  position: relative;
}
/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Fjord One', sans-serif;
  font-weight: normal;
  color: #285b1f;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h2,
.h2 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
h3,
.h3 {
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}
h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.content-secondary h1,
.content-secondary .h1 {
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
.content-secondary h2,
.content-secondary .h2 {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.content-secondary h3,
.content-secondary .h3 {
  margin-bottom: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.article-header h1,
.article-header .h1 {
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.article-header h2,
.article-header .h2 {
  margin-bottom: 1em;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.article-header h3,
.article-header .h3 {
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 24px;
}
.header h1 a,
.header h2 a,
.header h3 a {
  display: block;
  position: relative;
  top: 6px;
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f3f5f6;
  color: #444444;
}
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #f3f5f6;
}
.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url(../img/a-rss.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
.article-body h1,
.article-body .h1 {
  margin-bottom: 6px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.article-body h2,
.article-body .h2 {
  margin-bottom: 6px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.article-body h3,
.article-body .h3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}
.article-body h4,
.article-body .h4 {
  margin-bottom: 6px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.article-body p,
.article-body ol,
.article-body ul,
.article-body dl,
.article-body address {
  margin-bottom: 7px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 2px solid #c7ced6;
  font-family: Georgia, Cambria, Times, "Times New Roman";
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #f3f5f6;
  color: #444444;
  text-decoration: none;
}
mark {
  background-color: #f3f5f6;
  color: #444444;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.page-introduction {
  font-family: 'Fjord One', sans-serif;
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
.heading-font {
  font-family: 'Fjord One', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
h1.article-heading {
  font-size: 24px;
  font-size: 2.4rem;
}
ul,
ol {
  margin: 0 0 7px 0;
}
/* Colour =================================================== */
a {
  text-decoration: none;
  color: #444444;
}
a:focus {
  outline: thin dotted;
  color: #000000;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
.swatch {
  margin: 0 0 1.5em 0;
  padding: 0;
}
.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}
.swatch-row-one {
  background-color: #000000;
}
.swatch-row-two {
  background-color: #ffffff;
}
.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.swatch-base span:nth-child(1) {
  background-color: rgba(45, 53, 62, 0.9);
}
.swatch-base span:nth-child(2) {
  background-color: rgba(45, 53, 62, 0.8);
}
.swatch-base span:nth-child(3) {
  background-color: rgba(45, 53, 62, 0.7);
}
.swatch-base span:nth-child(4) {
  background-color: rgba(45, 53, 62, 0.6);
}
.swatch-alert span:nth-child(1) {
  background-color: rgba(252, 248, 227, 0.9);
}
.swatch-alert span:nth-child(2) {
  background-color: rgba(252, 248, 227, 0.8);
}
.swatch-alert span:nth-child(3) {
  background-color: rgba(252, 248, 227, 0.7);
}
.swatch-alert span:nth-child(4) {
  background-color: rgba(252, 248, 227, 0.6);
}
.swatch-error span:nth-child(1) {
  background-color: rgba(218, 78, 73, 0.9);
}
.swatch-error span:nth-child(2) {
  background-color: rgba(218, 78, 73, 0.8);
}
.swatch-error span:nth-child(3) {
  background-color: rgba(218, 78, 73, 0.7);
}
.swatch-error span:nth-child(4) {
  background-color: rgba(218, 78, 73, 0.6);
}
.swatch-info span:nth-child(1) {
  background-color: rgba(217, 237, 247, 0.9);
}
.swatch-info span:nth-child(2) {
  background-color: rgba(217, 237, 247, 0.8);
}
.swatch-info span:nth-child(3) {
  background-color: rgba(217, 237, 247, 0.7);
}
.swatch-info span:nth-child(4) {
  background-color: rgba(217, 237, 247, 0.6);
}
.swatch-success span:nth-child(1) {
  background-color: rgba(92, 183, 92, 0.9);
}
.swatch-success span:nth-child(2) {
  background-color: rgba(92, 183, 92, 0.8);
}
.swatch-success span:nth-child(3) {
  background-color: rgba(92, 183, 92, 0.7);
}
.swatch-success span:nth-child(4) {
  background-color: rgba(92, 183, 92, 0.6);
}
.swatch-warning span:nth-child(1) {
  background-color: rgba(250, 167, 51, 0.9);
}
.swatch-warning span:nth-child(2) {
  background-color: rgba(250, 167, 51, 0.8);
}
.swatch-warning span:nth-child(3) {
  background-color: rgba(250, 167, 51, 0.7);
}
.swatch-warning span:nth-child(4) {
  background-color: rgba(250, 167, 51, 0.6);
}
/* Texture =================================================== */
.alert {
  margin-bottom: 1.5em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.1875em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  color: #808080;
  background-color: #e6e6e6;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
.badge:hover {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #da4f49;
  color: #ffffff;
}
.badge-error:hover {
  background-color: #9d2520;
  color: #ffffff;
}
.badge-warning {
  background-color: #faa732;
  color: #ffffff;
}
.badge-warning:hover {
  background-color: #c17305;
  color: #ffffff;
}
.badge-success {
  background-color: #5bb75b;
  color: #ffffff;
}
.badge-success:hover {
  background-color: #347834;
  color: #ffffff;
}
.badge-info {
  background-color: #d9edf7;
  color: #247fad;
}
.badge-info:hover {
  background-color: #85c5e5;
}
.badge-inverse {
  background-color: #414141;
  color: #ffffff;
}
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: #ffffff;
}
.basegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
}
.errorgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #2d353e, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #2d353e, #c72f29);
  background-image: -ms-linear-gradient(top, #2d353e, #c72f29);
  background-image: -o-linear-gradient(top, #2d353e, #c72f29);
  background-image: linear-gradient(top, #2d353e, #c72f29);
  background-repeat: repeat-x;
}
.greygrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
}
.infograd {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
}
.inversegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
}
.successgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.warninggrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
}
.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.5em;
  background-color: #f3f5f6;
  border: 1px solid #b8c1cb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #d6dbe1;
  -moz-box-shadow: inset 0 1px 10px #d6dbe1;
  box-shadow: inset 0 1px 10px #d6dbe1;
}
.well p:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 22px;
}
.well-small {
  padding: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* Font Awesome: http://fortawesome.github.com/Font-Awesome/

License
-------------------------------------------------------
The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
http://creativecommons.org/licenses/by/3.0/ A mention of
'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
source code is considered acceptable attribution (most common on the web).
If human readable source code is not available to the end user, a mention in
an 'About' or 'Credits' screen is considered acceptable (most common in desktop
or mobile software). */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('../fonts/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}
li[class^="icon-"],
li[class*=" icon-"] {
  display: block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}
li[class^="icon-"],
li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before,
li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before,
li[class*=" icon-"].icon-large:before {
  text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
/* Elements =================================================== */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.5em;
}
figure img {
  margin-bottom: 0.375em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #c7ced6;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.list-item .article-header h1 {
  font-size: 18px;
  font-size: 1.8rem;
}
.list-item figure {
  max-height: 144px;
  overflow: hidden;
}
.list-item figure.img-border {
  padding: 3px;
  background: #fff;
  border: 1px solid #ddd;
}
.list-item figure.img-border img {
  margin-bottom: 0;
}
.featured-slide-wrap {
  position: relative;
}
.rslides {
  margin: 0 auto;
}
.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}
.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 3px;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
}
.centered-btns_nav:active {
  opacity: 1.0;
}
.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 3px;
}
.centered-btns_nav:focus {
  outline: none;
}
.centered-btns_tabs {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  text-align: center;
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 48%;
}
.centered-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}
.centered-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 9px;
  height: 9px;
}
.centered-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}
/* Forms =================================================== */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #444444;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 0.1875em;
  font-weight: bold;
  color: #444444;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.375em;
  background-color: #ffffff;
  border: 1px solid #8c9bab;
  color: #444444;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #586879;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.75em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
#contour h4.contourPageName {
  margin-bottom: 4px;
}
#contour legend {
  margin-bottom: 4px;
}
#contour label {
  color: #777;
  font-weight: normal;
}
#contour input {
  height: 40px;
  border: 1px solid #ddd;
}
#contour textarea {
  min-height: 200px;
  max-height: 400px;
  max-width: 600px;
  border: 1px solid #ddd;
}
#contour .contourNavigation input[type="submit"] {
  background: #285b1f;
  padding: 4px 20px;
  color: #fff;
  font-weight: bold;
  border: 0;
}
/* Buttons =================================================== */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  *margin-left: .3em;
}
.btn:hover {
  color: #404040;
  text-decoration: none;
}
input[type="submit"].btn:hover {
  border-color: #cccccc;
}
.btn:first-child {
  *margin-left: 0;
}
.btn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.btn-error {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #2d353e, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #2d353e, #c72f29);
  background-image: -ms-linear-gradient(top, #2d353e, #c72f29);
  background-image: -o-linear-gradient(top, #2d353e, #c72f29);
  background-image: linear-gradient(top, #2d353e, #c72f29);
  background-repeat: repeat-x;
  border-color: #b22a24;
  border-bottom-color: #9d2520;
  color: #ffffff;
}
.btn-error:visited,
.btn-error:hover {
  color: #ffffff;
}
.btn-info {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad;
}
.btn-info:visited,
.btn-info:hover {
  color: #247fad;
}
.btn-inverse {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: #ffffff;
}
.btn-inverse:visited,
.btn-inverse:hover {
  color: #ffffff;
}
.btn-primary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
  border-color: #0d0f12;
  border-bottom-color: #020203;
  color: #ffffff;
}
.btn-primary:visited,
.btn-primary:hover {
  color: #ffffff;
}
.btn-success {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834;
}
.btn-warning {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305;
}
.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-read-more {
  float: right;
  clear: both;
  padding-right: 6px;
  color: #285b1f;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  min-width: 62px;
}
/* Tables =================================================== */
table,
table.hole-in-one{
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  table-layout: fixed;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #8c9bab;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #8c9bab;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #a9b4c1;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #8c9bab;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #8c9bab;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.container {
  overflow: hidden;
  margin: 0;
}
.container {
  padding: 10px;
}
header[role="banner"] {
  width: 100%;
  padding: 0;
}
header[role="banner"] .logotype {
  padding: 10px 10px;
  margin: 0 auto;
}
header[role="banner"] .search {
  width: 100%;
  overflow: hidden;
  display: block;
  float: right;
  padding: 4px 0;
  position: relative;
}
header[role="banner"] .search form {
  margin: 0;
}
header[role="banner"] .search input {
  width: 100%;
  height: 42px;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(105, 105, 105, 0.17);
  -moz-box-shadow: inset 0 0 6px rgba(105, 105, 105, 0.17);
  box-shadow: inset 0 0 6px rgba(105, 105, 105, 0.17);
  padding-left: 10px;
}
header[role="banner"] .search button {
  position: absolute;
  top: 13px;
  right: 12px;
  width: 24px;
  height: 24px;
  border: 0;
  background: url(../images/search-btn.png) no-repeat center center;
}
.nav-global.mobile {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.nav-global.mobile .mobile-menu {
  margin-bottom: 0;
  padding: 10px 0 10px 20px;
  color: #ffffff;
  font-family: 'Fjord One', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00830c), to(#005408));
  background-image: -webkit-linear-gradient(top, #00830c, #005408);
  background-color: #005408;
  background-image: -moz-linear-gradient(top, #00830c, #005408);
  background-image: -ms-linear-gradient(top, #00830c, #005408);
  background-image: -o-linear-gradient(top, #00830c, #005408);
  background-image: linear-gradient(top, #00830c, #005408);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 1px 0 #000000;
  -moz-box-shadow: 0 1px 0 #000000;
  box-shadow: 0 1px 0 #000000;
  border: 1px solid #4f5815;
}
.nav-global.mobile .mobile-menu .icon {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url(../images/icons/ui_combo_box.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 8px;
  top: 12px;
}
.nav-global.mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.nav-global.mobile ul > li {
  box-flex: initial;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  display: block;
  position: relative;
}
.nav-global.mobile ul > li > .link-wrap {
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0 1px 0 #000000;
  -moz-box-shadow: 0 1px 0 #000000;
  box-shadow: 0 1px 0 #000000;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00830c), to(#00690a));
  background-image: -webkit-linear-gradient(top, #00830c, #00690a);
  background-color: #00690a;
  background-image: -moz-linear-gradient(top, #00830c, #00690a);
  background-image: -ms-linear-gradient(top, #00830c, #00690a);
  background-image: -o-linear-gradient(top, #00830c, #00690a);
  background-image: linear-gradient(top, #00830c, #00690a);
  background-repeat: repeat-x;
  border-bottom: 1px solid #4f5815;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.nav-global.mobile ul > li > .link-wrap span.btn-down {
  display: block;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75);
  background: transparent url(../images/arrow_icon.png) center center no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.nav-global.mobile ul > li > .link-wrap a {
  padding: 14px 16px;
  font-family: 'Fjord One', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  box-flex: 8;
  -webkit-flex: 8;
  -moz-flex: 8;
  -ms-flex: 8;
  flex: 8;
  color: #ffffff;
}
.nav-global.mobile ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  display: none;
}
.nav-global.mobile ul .active-link > .link-wrap > span.btn-down {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nav-global.mobile ul .active-link > ul {
  display: block;
  padding-left: 20px;
  background: #00690a;
}
.nav-global.mobile ul .active-link > ul > .menu-level > li {
  padding: 6px 0;
}
.nav-global.mobile ul .active-link > ul > .menu-level > li a {
  color: #ffffff;
}
.nav-global.mobile ul .active-link > ul > .menu-level > li span.btn-down {
  display: none;
}
.nav-global.mobile ul .active-link > ul a:hover {
  font-weight: bold;
}
.featured.hero {
  max-height: 200px;
  padding-top: 20px;
  overflow: hidden;
}
.featured.homepage .featured-slide-wrap {
  max-height: 365px;
  overflow: hidden;
  display: block;
  padding: 3px;
  background: #fff;
  border: 1px solid #ddd;
}
.featured.homepage .featured-links .title {
  margin: 10px 0 26px;
}
.featured.homepage .featured-links .title h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-variant: small-caps;
  margin-bottom: 6px;
}
.featured.homepage .featured-links .title p {
  font-family: 'Fjord One', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.featured.homepage .featured-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.featured.homepage .featured-links li {
  height: 50px;
  background: #005d09;
  border: 1px solid #4f5815;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 149, 13, 0.7)), to(rgba(0, 63, 6, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(0, 149, 13, 0.7), rgba(0, 63, 6, 0.7));
  background-color: rgba(0, 63, 6, 0.7);
  background-image: -moz-linear-gradient(top, rgba(0, 149, 13, 0.7), rgba(0, 63, 6, 0.7));
  background-image: -ms-linear-gradient(top, rgba(0, 149, 13, 0.7), rgba(0, 63, 6, 0.7));
  background-image: -o-linear-gradient(top, rgba(0, 149, 13, 0.7), rgba(0, 63, 6, 0.7));
  background-image: linear-gradient(top, rgba(0, 149, 13, 0.7), rgba(0, 63, 6, 0.7));
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 2px 0 #ffffff, inset 0 1px rgba(255, 255, 255, 0.23);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 17px;
  display: block;
  position: relative;
}
.featured.homepage .featured-links li:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 63, 6, 0.4)), to(#00950d));
  background-image: -webkit-linear-gradient(top, rgba(0, 63, 6, 0.4), #00950d);
  background-color: #00950d;
  background-image: -moz-linear-gradient(top, rgba(0, 63, 6, 0.4), #00950d);
  background-image: -ms-linear-gradient(top, rgba(0, 63, 6, 0.4), #00950d);
  background-image: -o-linear-gradient(top, rgba(0, 63, 6, 0.4), #00950d);
  background-image: linear-gradient(top, rgba(0, 63, 6, 0.4), #00950d);
  background-repeat: repeat-x;
}
.featured.homepage .featured-links li a {
  padding: 14px 20px;
  display: block;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-size: 1.8rem;
}
.featured.homepage .featured-links li a .icon {
  position: absolute;
  top: 7px;
  right: 9px;
  display: block;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.13)), to(rgba(255, 255, 255, 0.13)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0.13));
  background-color: rgba(255, 255, 255, 0.13);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0.13));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0.13));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0.13));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0.13));
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.75);
  background: #005608 url(../images/arrow_icon.png) center center no-repeat;
}
nav.nav-breadcrumb {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  clear: both;
  float: none;
}
.content {
  margin: 10px 10px 10px;
  background: #fff;
  border: 1px solid #d1dfc4;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.flex-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.content-primary-a {
  overflow: hidden;
}
.content-primary-a .article-header h1 {
  margin-bottom: 10px;
}
.content-primary-b {
  overflow: hidden;
  min-height: 560px;
  background: url("../images/map_course.png") no-repeat right bottom;
}
.content-primary-b .left-navigation {
  margin-bottom: 30px;
}
.content-primary-b .left-navigation h3.menu-title {
  margin-bottom: 6px;
  font-size: 18px;
  font-size: 1.8rem;
}
.content-primary-b .left-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.content-primary-b .left-navigation a {
  padding: 8px 0;
  border-bottom: 1px solid #d5d5d5;
  color: #6c6c6c;
  width: 100%;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.content-primary-b .left-navigation a:hover {
  font-weight: 700;
}
.content-primary-b .left-navigation ul > li > ul li a {
  padding-left: 14px;
  background: url(../images/dot.png) center left no-repeat;
}
.main > .article-body {
  margin-bottom: 40px;
}
.main > .article-body a {
  text-decoration: underline;
}
.content-secondary {
  overflow: hidden;
}
.content-secondary .article-body {
  margin-bottom: 40px;
}
.content-secondary .article-body a {
  text-decoration: underline;
}
.svenska-spel {
  margin: 20px 0;
}
footer[role="contentinfo"] {
  background: url(../images/footer-silohuett.png) bottom center no-repeat;
}
footer[role="contentinfo"] .container {
  margin-bottom: 0;
  background: #fff;
  padding: 20px;
  border: 1px solid #d1dfc4;
  -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);
  min-height: 260px;
  margin-left: 10px;
  margin-right: 10px;
}
footer[role="contentinfo"] .copyright {
  clear: both;
  float: none;
  margin: 50px 0 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}
.footer-navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  box-flex: 50%;
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin-bottom: 10px;
}
.footer-navigation h3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 3px;
}
.footer-navigation a {
  color: #b2b2b2;
  font-size: 14px;
  font-size: 1.4rem;
}
.supplementary-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin: 10px auto;
  overflow: hidden;
}
.supplementary-navigation li {
  padding: 0 0 0 6px;
  float: left;
}
.supplementary-navigation li a,
.supplementary-navigation li span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}
.accordion-container {
  margin-bottom: 1.5em;
}
.accordion-container article {
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
  -webkit-border-top-right-radius: 3;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.accordion-header {
  border-bottom: 0;
  display: block;
  padding: 8px 15px;
  cursor: pointer;
}
.accordion-header h2 {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.accordion-inner {
  display: block;
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.promote-pages h1.title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.promote-pages figure {
  max-height: 179px;
  overflow: hidden;
  margin-bottom: 10px;
}
.list-subpages {
  border-top: 1px solid #d5d5d5;
  padding-top: 20px;
}
.list-subpages .subpage {
  margin: 1%;
}
.list-news .news-article {
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.list-news .news-article h2.title {
  clear: both;
  float: none;
}
.list-news .news-article .article-date,
.list-news .news-article .article-author {
  margin-bottom: 2px;
  font-size: 13px;
  font-size: 1.3rem;
  float: left;
}
.news-article-information {
  height: 40px;
  padding: 10px;
  background: #f9f9f9;
}
.news-article-information p {
  float: left;
  margin-right: 16px;
}
.news-article-information p .type {
  font-weight: bold;
}
.list-news.homePage {
  margin-top: 20px;
}
.search-result h3 {
  margin-bottom: 4px;
}
.search-result .excerpt {
  margin-bottom: 4px;
}
.search-result .cite a {
  font-style: italic;
}
.ad-section {
  background: #f7f7f2;
  margin: 20px 0;
}
.ad-section .container {
  padding: 20px 10px;
}
.ad-section h1 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 6px;
}
.ad-section p {
  line-height: 1.5em;
  margin-bottom: 16px;
}
.ad-section .list-partners ul {
  margin-top: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.ad-section .list-partners ul figure img {
  -webkit-filter: grayscale(100%);
}
.search-result {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.search-result li {
  padding: 10px;
}
.search-result li:nth-child(2n+1) {
  background: #f6f6f6;
}
.contact-person {
  margin-bottom: 20px;
}
.contact-person article.person {
  margin-bottom: 10px;
}
.contact-person article.person span {
  font-size: 14px;
  font-size: 1.4rem;
}
.related-documents {
  margin-bottom: 20px;
}
.related-documents ul.list-documents {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.related-documents li.document {
  background-image: url(../images/icons/doc_page.png);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding-left: 24px;
}
.related-documents li.document.odt {
  background-image: url(../images/icons/doc_text.png);
}
.related-documents li.document.doc,
.related-documents li.document.docx {
  background-image: url(../images/icons/doc_word.png);
}
.related-documents li.document.xls,
.related-documents li.document.xslx {
  background-image: url(../images/icons/doc_excel.png);
}
.related-documents li.document.ppt,
.related-documents li.document.pptx {
  background-image: url(../images/icons/doc_ppt.png);
}
.related-documents li.document.pdf {
  background-image: url(../images/icons/doc_pdf.png);
}
.related-documents li.document.ai {
  background-image: url(../images/icons/doc_illustrator.png);
}
.related-documents li.document.psd {
  background-image: url(../images/icons/doc_photoshop.png);
}
.related-content {
  margin-bottom: 20px;
}
.weather-widget {
  background: #f9f8f4;
  padding: 14px 10px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.weather-widget span,
.weather-widget a {
  font-size: 14px;
  font-size: 1.4rem;
}
.weather-widget h1 {
  margin-bottom: 4px;
}
.weather-widget .weather-info {
  float: left;
  padding-top: 10px;
  margin-right: 10px;
}
.weather-widget .weather-info span {
  float: none;
  clear: both;
  display: block;
}
.weather-widget .weather-icon {
  float: right;
  display: block;
  overflow: hidden;
}
.weather-widget .weather-icon img {
  width: 60px;
  float: left;
}
.weather-widget .weather-icon .temperature {
  font-size: 60px;
  font-size: 6rem;
  font-family: 'Fjord One', sans-serif;
  color: #285b1f;
  padding-top: 14px;
  display: block;
  overflow: hidden;
  float: right;
  height: 60px;
}
.weather-widget a.weather-btn {
  clear: both;
  float: none;
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.company-information {
  display: block;
  overflow: hidden;
  margin: 20px 0;
}
.company-information .company-name span {
  font-size: 20px;
  font-size: 2rem;
}
.company-information .google-maps {
  margin-top: 16px;
}
.company-information > div span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.company-information > div span.heading-font {
  color: #285b1f;
}
.google-maps iframe {
  width: 100% !important;
}
.to-top {
  position: fixed;
  bottom: 15%;
  background: #e0eadd;
  width: 40px;
  height: 40px;
}
.to-top .icon {
  background: url(../images/up_arrow.png) no-repeat center 3px;
  display: block;
  width: 100%;
  height: 16px;
}
.to-top .top {
  font-size: 14px;
  font-size: 1.4rem;
  color: #f9f8f4;
  text-align: center;
  width: 100%;
  display: block;
}
ul.list-multiple-partners {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin-bottom: 20px;
}
ul.list-multiple-partners li {
  margin: 0 0 16px 0;
}
ul.list-multiple-partners li h4 {
  margin-bottom: 6px;
}
body.homepage .list-partners ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  display: block;
}
body.homepage .list-partners ul li.partner {
  float: left;
  width: 45%;
  margin: 2%;
  overflow: hidden;
  min-height: 140px;
}
.list-holes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.hole-information aside {
  overflow: hidden;
}
.hole-information .distance-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.hole-information .distance-list li {
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-left: 20px;
}
.hole-information .distance-list li.red {
  background-image: url(../images/red_dot.png);
}
.hole-information .distance-list li.blue {
  background-image: url(../images/blue_dot.png);
}
.hole-information .distance-list li.yellow {
  background-image: url(../images/gul_dot.png);
}
.hole-information .distance-list li.white {
  background-image: url(../images/white_dot.png);
}
/* Modernizr =================================================== */
/* audio */
/* applicationcache */
/* backgroundsize */
/* borderimage */
/* borderradius */
/* boxshadow */
/* canvas */
/* canvastext */
/* cssanimations */
/* csscolumns */
/* cssgradients */
/* cssreflections */
/* csstransforms */
/* csstransforms3d */
/* csstransitions */
/* draganddrop */
/* flexbox */
/* fontface */
/* geolocation */
/* hashchange */
/* history */
/* hsla */
/* indexeddb */
/* inlinesvg */
/* localstorage */
/* multiplebgs */
/* opacity */
/* postmessage */
/* rgba */
/* sessionstorage */
/* smil */
/* svg */
/* svgclippaths */
/* textshadow */
/* touch */
/* video */
/* webgl */
/* websqldatabase */
/* websockets */
/* webworkers */
@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
  .weather-widget {
    width: 38%;
    float: left;
  }
  .fb-like-box {
    width: 61%;
    float: right;
  }
  .footer-navigation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .footer-navigation ul {
    box-flex: 24%;
    -webkit-flex: 24%;
    -moz-flex: 24%;
    -ms-flex: 24%;
    flex: 24%;
    margin-right: 1%;
  }
}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
  header[role="banner"] .logotype {
    padding: 20px 0;
    float: left;
  }
  header[role="banner"] .search {
    width: 295px;
    overflow: hidden;
    display: block;
    float: right;
    padding: 4px 0;
    margin-top: 15px;
  }
  header[role="banner"] .search button {
    right: 12px;
  }
  .featured.hero {
    max-height: 260px;
  }
  .promote-pages .container,
  .accordion-inner,
  .list-subpages,
  .featured-links ul,
  .list-partners ul,
  .list-multiple-partners ul,
  .hole-information {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .list-partners ul {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .list-partners ul li.partner {
    box-flex: 20%;
    -webkit-flex: 20%;
    -moz-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
  }
  .partner-logotypes-hole {
    clear: both;
    overflow: hidden;
    display: block;
    margin: 10px 0;
  }
  .partner-logotypes-hole figure {
    width: 49%;
    float: left;
    padding: 10px;
  }
  ul.list-multiple-partners {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 20px;
  }
  ul.list-multiple-partners li {
    margin: 12px 0;
  }
  ul.list-multiple-partners li h4 {
    margin-bottom: 6px;
  }
  body.homepage .list-partners ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    display: block;
  }
  body.homepage .list-partners ul li.partner {
    float: left;
    width: 15%;
    margin: 2%;
    min-height: auto;
    height: 110px;
    overflow: hidden;
  }
  .accordion-container .accordion-inner p {
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .accordion-container .accordion-inner figure {
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .accordion-container a {
    clear: both;
    overflow: hidden;
    margin: 0 0 10px 10px;
  }
  .featured.homepage .featured-links ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .featured.homepage .featured-links ul li {
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .featured.homepage .featured-links ul li:nth-child(2) {
    margin: 0 2%;
  }
  .promote-pages .promote {
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .promote-pages .promote:nth-child(2) {
    margin: 0 2%;
  }
  .list-subpages {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .list-subpages .subpage {
    box-flex: 48%;
    -webkit-flex: 48%;
    -moz-flex: 48%;
    -ms-flex: 48%;
    flex: 48%;
  }
  .list-news .news-article a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .list-news .article-body {
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .list-news figure {
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
  }
  .hole-information {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .hole-information .article-body {
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .hole-information aside {
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hole-information .hole-image {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  .footer-navigation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .footer-navigation ul {
    box-flex: 25%;
    -webkit-flex: 25%;
    -moz-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    margin-right: 4px;
  }
  .footer-navigation h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .article-images .content-image {
    overflow: hidden;
    display: block;
    margin-bottom: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .article-images .c-img {
    width: 40%;
    float: left;
  }
  .article-images .c-text {
    width: 56%;
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
  .container {
    margin: 0 auto 20px;
    max-width: 1140px;
    padding: 0;
  }
  .flex-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
  }
  .featured .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .content {
    margin-top: 20px;
  }
  .content-primary-a {
    padding: 16px;
  }
  .content-primary-b {
    background-color: #fefefc;
    padding: 16px;
    border-right: 1px solid #dadacf;
  }
  .content-secondary {
    padding: 16px;
  }
  .l2 .content-primary-a {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .l2 .content-primary-b {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .l3 .content-primary-a {
    box-flex: 5;
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5;
  }
  .l3 .content-secondary {
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .l4 .content-primary-a {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    box-flex: 4;
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  .l4 .content-primary-b {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .l4 .content-secondary {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .logotype {
    padding: 50px 10px;
    float: left;
  }
  .nav-global.desktop {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00830c), to(#005408));
    background-image: -webkit-linear-gradient(top, #00830c, #005408);
    background-color: #005408;
    background-image: -moz-linear-gradient(top, #00830c, #005408);
    background-image: -ms-linear-gradient(top, #00830c, #005408);
    background-image: -o-linear-gradient(top, #00830c, #005408);
    background-image: linear-gradient(top, #00830c, #005408);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 0 #000000;
    -moz-box-shadow: 0 1px 0 #000000;
    box-shadow: 0 1px 0 #000000;
    border: 1px solid #4f5815;
    overflow: visible;
  }
  .nav-global.desktop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    max-width: 1140px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .nav-global.desktop ul > li {
    height: 56px;
    border-top: 3px solid rgba(255, 255, 255, 0.01);
    border-right: 3px solid rgba(255, 255, 255, 0.01);
    border-left: 3px solid rgba(255, 255, 255, 0.01);
    text-align: center;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .nav-global.desktop ul > li:hover,
  .nav-global.desktop ul > li.active {
    text-decoration: underline;
  }
  .nav-global.desktop ul > li.step:hover {
    background: #ffffff;
    border-top: 3px solid rgba(255, 255, 255, 0.4);
    border-right: 3px solid rgba(255, 255, 255, 0.4);
    border-left: 3px solid rgba(255, 255, 255, 0.4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #e7e7e7, #ffffff);
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #e7e7e7, #ffffff);
    background-image: -ms-linear-gradient(top, #e7e7e7, #ffffff);
    background-image: -o-linear-gradient(top, #e7e7e7, #ffffff);
    background-image: linear-gradient(top, #e7e7e7, #ffffff);
    background-repeat: repeat-x;
  }
  .nav-global.desktop ul > li.step:hover a {
    color: #285b1f;
    text-shadow: none;
  }
  .nav-global.desktop ul > li > a {
    overflow: hidden;
    display: block;
    color: #ffffff;
    font-family: 'Fjord One', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
    padding: 14px 15px;
    background: none;
  }
  .nav-global.desktop li > a {
    overflow: auto;
    display: block;
  }
  .nav-global.desktop li > ul {
    margin: 1px 0 0 -3px;
    display: none;
    z-index: 999;
    position: absolute;
    background: #ffffff;
    border-top: 3px solid rgba(255, 255, 255, 0.4);
    border-bottom: 3px solid rgba(255, 255, 255, 0.4);
    border-right: 3px solid rgba(255, 255, 255, 0.4);
    border-left: 3px solid rgba(255, 255, 255, 0.4);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
  }
  .nav-global.desktop li > ul.wide {
    width: 420px;
  }
  .nav-global.desktop li > ul > .menu-level {
    float: left;
    width: 180px;
    margin: 20px 0 30px;
  }
  .nav-global.desktop li > ul > .menu-level > li {
    text-align: left;
    height: auto;
  }
  .nav-global.desktop li > ul > .menu-level > li > a {
    color: #444;
    font-family: 'Droid Sans', Arial, sans-serif;
    text-shadow: none;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 6px 16px;
    font-weight: 400;
  }
  .nav-global.desktop li > ul > .menu-level > li > a:hover {
    font-weight: 700;
  }
  .nav-global.desktop li > ul > .menu-information {
    float: right;
    width: 200px;
    text-align: left;
  }
  .nav-global.desktop li > ul > .menu-information a {
    padding: 14px 0;
    display: block;
    color: #285b1f;
  }
  .nav-global.desktop li:hover ul,
  .nav-global.desktop li:active ul {
    display: block;
  }
  .featured.hero {
    max-height: 300px;
  }
  .featured.homepage {
    padding-top: 20px;
  }
  .featured.homepage .featured-slide-wrap {
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin-right: 1.5%;
  }
  .featured.homepage .featured-links {
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .featured.homepage .featured-links ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    display: block;
  }
  .featured.homepage .featured-links ul li {
    box-flex: 100%;
    -webkit-flex: 100%;
    -moz-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: block;
  }
  .featured.homepage .featured-links ul li:nth-child(2) {
    margin: 0;
    margin-bottom: 17px;
  }
  .weather-widget {
    width: auto;
    float: none;
  }
  .fb-like-box {
    width: auto;
    float: none;
  }
  footer[role="contentinfo"] .container {
    margin: 0 auto;
  }
  footer[role="contentinfo"] .footer-navigation ul {
    box-flex: 1 auto;
    -webkit-flex: 1 auto;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
  .list-multiple-partners li {
    margin: 10px 0;
    clear: both;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1382px) {
  /* 1382 =================================================== */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
}
/* LEGACY =================================================== */
.lt-ie9,
.ie9,
.no-flexbox {
  /* Layout 2 - Bara ContentPrimary, horisontal meny  */
  /* IE6 */
  /* Older MSIE workarounds */
}
.lt-ie9 .container,
.ie9 .container,
.no-flexbox .container {
  width: 1140px;
  padding: 0;
  margin: 0 auto 20px;
  position: relative;
}
.lt-ie9 .content.container,
.ie9 .content.container,
.no-flexbox .content.container {
  margin-top: 20px;
}
.lt-ie9 .flex-container,
.ie9 .flex-container,
.no-flexbox .flex-container {
  position: relative;
  display: block;
}
.lt-ie9 .content-primary-b,
.ie9 .content-primary-b,
.no-flexbox .content-primary-b {
  position: relative;
  display: block;
  overflow: hidden;
}
.lt-ie9 .content-primary-a,
.ie9 .content-primary-a,
.no-flexbox .content-primary-a {
  position: relative;
  display: block;
  overflow: hidden;
}
.lt-ie9 .content-secondary,
.ie9 .content-secondary,
.no-flexbox .content-secondary {
  position: relative;
  display: block;
  overflow: hidden;
}
.lt-ie9 .l2 .content-primary-a,
.ie9 .l2 .content-primary-a,
.no-flexbox .l2 .content-primary-a {
  float: left;
  width: 760px;
  margin-left: 380px;
}
.lt-ie9 .l2 .content-primary-b,
.ie9 .l2 .content-primary-b,
.no-flexbox .l2 .content-primary-b {
  float: left;
  width: 360px;
  margin-left: -1140px;
}
.lt-ie9 .l3 .content-primary-a,
.ie9 .l3 .content-primary-a,
.no-flexbox .l3 .content-primary-a {
  float: left;
  width: 760px;
  margin-right: 0px;
}
.lt-ie9 .l3 .content-secondary,
.ie9 .l3 .content-secondary,
.no-flexbox .l3 .content-secondary {
  float: right;
  width: 360px;
  margin: 0;
}
.lt-ie9 .l4 .content-primary-a,
.ie9 .l4 .content-primary-a,
.no-flexbox .l4 .content-primary-a {
  float: left;
  width: 580px;
  margin-left: 280px;
}
.lt-ie9 .l4 .content-primary-b,
.ie9 .l4 .content-primary-b,
.no-flexbox .l4 .content-primary-b {
  float: left;
  width: 280px;
  margin-left: -860px;
}
.lt-ie9 .l4 .content-secondary,
.ie9 .l4 .content-secondary,
.no-flexbox .l4 .content-secondary {
  float: right;
  width: 260px;
  margin-left: 16px;
}
.lt-ie9 .ie7 .content,
.ie9 .ie7 .content,
.no-flexbox .ie7 .content,
.lt-ie9 .ie7 .content-primary-a,
.ie9 .ie7 .content-primary-a,
.no-flexbox .ie7 .content-primary-a,
.lt-ie9 .ie7 .content-primary-b,
.ie9 .ie7 .content-primary-b,
.no-flexbox .ie7 .content-primary-b,
.lt-ie9 .ie7 .content-secondary,
.ie9 .ie7 .content-secondary,
.no-flexbox .ie7 .content-secondary {
  display: inline;
  zoom: 1;
}
.lt-ie9 .lt-ie9 article,
.ie9 .lt-ie9 article,
.no-flexbox .lt-ie9 article,
.lt-ie9 .lt-ie9 section,
.ie9 .lt-ie9 section,
.no-flexbox .lt-ie9 section,
.lt-ie9 .lt-ie9 aside,
.ie9 .lt-ie9 aside,
.no-flexbox .lt-ie9 aside,
.lt-ie9 .lt-ie9 nav,
.ie9 .lt-ie9 nav,
.no-flexbox .lt-ie9 nav {
  display: block;
}
.lt-ie9 .featured,
.ie9 .featured,
.no-flexbox .featured {
  position: relative;
}
.lt-ie9 nav.desktop.nav-global,
.ie9 nav.desktop.nav-global,
.no-flexbox nav.desktop.nav-global {
  overflow: hidden;
  display: block;
}
.lt-ie9 nav.desktop.nav-global li,
.ie9 nav.desktop.nav-global li,
.no-flexbox nav.desktop.nav-global li {
  float: left;
  width: auto;
}
.lt-ie9 nav.desktop.nav-global li a,
.ie9 nav.desktop.nav-global li a,
.no-flexbox nav.desktop.nav-global li a {
  padding: 18px 14px;
}
.lt-ie9 nav.desktop.nav-global li > ul,
.ie9 nav.desktop.nav-global li > ul,
.no-flexbox nav.desktop.nav-global li > ul {
  margin: -4px 0 0 -3px;
}
.lt-ie9 nav.desktop.nav-global li ul li,
.ie9 nav.desktop.nav-global li ul li,
.no-flexbox nav.desktop.nav-global li ul li {
  width: 100%;
  overflow: hidden;
  display: block;
}
.lt-ie9 .promote-pages .promote,
.ie9 .promote-pages .promote,
.no-flexbox .promote-pages .promote {
  margin: 0 0.5%;
  width: 31%;
  float: left;
}
.lt-ie9 .list-partners ul .partner,
.ie9 .list-partners ul .partner,
.no-flexbox .list-partners ul .partner {
  float: left;
  width: 180px;
  margin: 10px 20px;
  display: block;
  overflow: hidden;
}
.lt-ie9 .accordion-container .accordion-inner p,
.ie9 .accordion-container .accordion-inner p,
.no-flexbox .accordion-container .accordion-inner p {
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.lt-ie9 .accordion-container .accordion-inner figure,
.ie9 .accordion-container .accordion-inner figure,
.no-flexbox .accordion-container .accordion-inner figure {
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lt-ie9 .accordion-container a,
.ie9 .accordion-container a,
.no-flexbox .accordion-container a {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px 10px;
}
.lt-ie9 .featured.homepage .featured-slide-wrap,
.ie9 .featured.homepage .featured-slide-wrap,
.no-flexbox .featured.homepage .featured-slide-wrap {
  float: left;
  width: 67%;
  margin-right: 1.5%;
}
.lt-ie9 .featured.homepage .featured-links,
.ie9 .featured.homepage .featured-links,
.no-flexbox .featured.homepage .featured-links {
  float: right;
  width: 30%;
}
.lt-ie9 .promote-pages .promote,
.ie9 .promote-pages .promote,
.no-flexbox .promote-pages .promote {
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lt-ie9 .promote-pages .promote:nth-child(2),
.ie9 .promote-pages .promote:nth-child(2),
.no-flexbox .promote-pages .promote:nth-child(2) {
  margin: 0 2%;
}
.lt-ie9 .list-subpages,
.ie9 .list-subpages,
.no-flexbox .list-subpages {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.lt-ie9 .list-subpages .subpage,
.ie9 .list-subpages .subpage,
.no-flexbox .list-subpages .subpage {
  box-flex: 48%;
  -webkit-flex: 48%;
  -moz-flex: 48%;
  -ms-flex: 48%;
  flex: 48%;
}
.lt-ie9 .list-news .article-body,
.ie9 .list-news .article-body,
.no-flexbox .list-news .article-body {
  float: right;
  width: 66%;
}
.lt-ie9 .list-news figure,
.ie9 .list-news figure,
.no-flexbox .list-news figure {
  float: left;
  width: 30%;
}
.lt-ie9 .footer-navigation ul,
.ie9 .footer-navigation ul,
.no-flexbox .footer-navigation ul {
  float: left;
  display: block;
  margin-right: 4px;
  width: 133px;
}
.lt-ie9.ie7 .l2 .content-primary-a,
.ie9.ie7 .l2 .content-primary-a,
.no-flexbox.ie7 .l2 .content-primary-a {
  float: left;
  width: 760px;
  margin-left: 350px;
}
.lt-ie9.ie7 .l2 .content-primary-b,
.ie9.ie7 .l2 .content-primary-b,
.no-flexbox.ie7 .l2 .content-primary-b {
  float: left;
  width: 300px;
  margin-left: -1140px;
}
.lt-ie9.ie7 .l3 .content-primary-a,
.ie9.ie7 .l3 .content-primary-a,
.no-flexbox.ie7 .l3 .content-primary-a {
  float: left;
  width: 760px;
  margin-right: 0px;
}
.lt-ie9.ie7 .l3 .content-secondary,
.ie9.ie7 .l3 .content-secondary,
.no-flexbox.ie7 .l3 .content-secondary {
  float: right;
  width: 300px;
  margin: 0;
}
.lt-ie9.ie7 .l4 .content-primary-a,
.ie9.ie7 .l4 .content-primary-a,
.no-flexbox.ie7 .l4 .content-primary-a {
  float: left;
  width: 580px;
  margin-left: 276px;
}
.lt-ie9.ie7 .l4 .content-primary-b,
.ie9.ie7 .l4 .content-primary-b,
.no-flexbox.ie7 .l4 .content-primary-b {
  float: left;
  width: 240px;
  margin-left: -888px;
}
.lt-ie9.ie7 .l4 .content-secondary,
.ie9.ie7 .l4 .content-secondary,
.no-flexbox.ie7 .l4 .content-secondary {
  float: right;
  width: 220px;
  margin-left: 0;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
