/* Resets default browser CSS.  
-------------------------------------------------------------- */
html,
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* Colors */
.visually-hidden {
  position: absolute;
  top: -999em;
  left: -999em;
}
.visually-hidden-inline {
  text-indent: -999em;
  display: block;
  overflow: hidden;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding-box {
  box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
/* Html5 tags
-------------------------------------------------------------- */
header,
section,
footer,
aside,
nav,
article,
figure,
address {
  display: block;
}
/* General
-------------------------------------------------------------- */
html {
  background: #fff;
}
body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.714em;
  font-size: 13px;
  color: #000;
  text-rendering: optimizeLegibility;
  position: relative;
}
html,
body {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.assistive {
  position: absolute;
  top: -999em;
  left: -999em;
}
.assistive-text {
  text-indent: -999em;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  body {
    line-height: 2em;
    font-size: 13px;
  }
}
@media screen and (min-width: 661px) and (max-width: 860px) {
  body {
    line-height: 1.846em;
    font-size: 12px;
  }
}
@media screen and (min-width: 861px) {
  body {
    line-height: 1.714em;
    font-size: 13px;
  }
}
#ie body {
  line-height: 1.714em;
  font-size: 13px;
}
@media screen and (min-width: 1281px) {
  body {
    line-height: 1.714em;
    font-size: 15px;
  }
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  clear: both;
  font-weight: normal;
  line-height: 1.2em;
}
h1 {
  font-size: 1.84615385em;
  line-height: 1.1em;
  margin-bottom: .5em;
  font-family: Verdana, sans-serif;
}
h2 {
  font-size: 1.61538462em;
  margin: .5em 0 .5em 0;
  font-family: Verdana, sans-serif;
}
h3 {
  font-size: 1.23076923em;
  margin-bottom: 0.6125em;
  font-family: Verdana, sans-serif;
}
h4 {
  font-size: 1.07692308em;
  margin-bottom: 0.6125em;
  font-weight: normal;
  font-style: italic;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
}
#content h1 + h2 {
  margin-top: -0.5em;
}
#content h1 + time {
  display: block;
}
/* Text elements
-------------------------------------------------------------- */
abbr[title],
dfn[title] {
  border: none;
  cursor: inherit;
}
address {
  margin-bottom: 1.5em;
  font-style: normal;
}
q {
  font-style: italic;
}
blockquote {
  padding: 1em 1.7em 0 1.7em;
  margin: 1em -0.2em 1.5em -0.2em;
  color: #5a5a5a;
  font-style: italic;
  font-size: 1.23076923em;
  line-height: 1.3em;
  font-weight: 200;
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}
cite {
  font-style: italic;
}
code,
pre {
  font-family: 'Courier New', Courier, Monospace;
}
del {
  text-decoration: line-through;
  color: #550000;
}
ins {
  border-bottom: 1px dotted #000055;
  color: #000055;
}
dfn {
  border-bottom: 1px dotted #cecece;
}
em {
  font-style: italic;
}
sup {
  font-size: .6em;
  vertical-align: super;
}
sub {
  font-size: .6em;
  vertical-align: sub;
}
p {
  margin-bottom: 1.5em;
}
strong {
  font-weight: bold;
}
figcaption {
  color: #5a5a5a;
  font-size: 0.84615385em;
  line-height: 1.1em;
  padding: 2px;
  margin: 0;
}
small {
  font-size: 0.84615385em;
  font-style: italic;
}
time {
  font-size: 0.84615385em;
  color: #555;
}
#content > p:first-of-type,
#cision > p:first-of-type,
#content > article > p:first-of-type {
  font-size: 1.23076923em;
  font-weight: 200;
}
::-moz-selection {
  background: #e7002d;
  color: #fff;
}
::selection {
  background: #e7002d;
  color: #fff;
}
/* Link elements 
-------------------------------------------------------------- */
a,
a:link {
  color: #e7002d;
  text-decoration: none;
}
a:focus,
a:link:focus,
a:hover,
a:link:hover,
a:active,
a:link:active {
  text-decoration: underline;
}
h1 a,
h2 a,
h1 a:link,
h2 a:link {
  font-weight: normal;
}
a[href$='.pdf'] {
  position: relative;
  padding-left: 24px;
}
a[href$='.pdf']:before {
  content: 'PDF: ';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  text-indent: -999em;
  background: url('../images/icons/pdficon_large.png') no-repeat;
  top: -3px;
  z-index: 100;
  position: absolute;
  background-size: 100%;
}
li a[href$='.pdf'] {
  padding-left: 8px;
}
li a[href$='.pdf']:before {
  left: -21px;
}
/* List elements 
-------------------------------------------------------------- */
ul {
  margin-bottom: 1.5em;
  list-style-position: inside;
}
article ul {
  margin-left: 1.5em;
  list-style-position: outside;
}
article ul li {
  padding-bottom: .5em;
}
ul ul {
  margin-bottom: 0;
}
ol {
  margin-bottom: 1.5em;
  list-style-position: inside;
}
ol ol {
  margin-bottom: 0;
}
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  font-style: italic;
}
article ul,
article ol {
  list-style-position: inside;
}
.post-list {
  list-style: none;
  margin-left: 0;
}
.post-list li {
  overflow: hidden;
  padding-right: 20px;
  position: relative;
}
.post-list li header {
  float: left;
  margin-right: 1em;
}
.post-list li footer {
  float: right;
  font-size: 0.69230769em;
  position: absolute;
  left: 100%;
  top: 0;
}
@media screen and (min-width: 661px) {
  .post-list li {
    padding-right: 0;
  }
  .post-list li footer {
    position: static;
  }
}
#ie .post-list li {
  padding-right: 0;
}
#ie .post-list li footer {
  position: static;
}
.link-list {
  list-style: none;
}
.link-list a {
  color: #5a5a5a;
}
.link-list a:hover,
.link-list a:focus {
  text-decoration: underline;
  color: #e7002d;
}
/* Image elements 
-------------------------------------------------------------- */
figure {
  position: relative;
}
#wrapper a img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#content img {
  margin-bottom: 1em;
}
#content figure.alignleft,
#content figure.alignright {
  display: block;
}
#content figure.alignleft img,
#content figure.alignright img {
  display: block;
}
#content figure.alignleft figcaption,
#content figure.alignright figcaption {
  display: table-caption;
  min-width: 14em;
  font-weight: 200;
  font-size: 0.76923077em;
  width: 100%;
}
#ie #content figure.alignleft img,
#ie #content figure.alignright img {
  max-width: none;
}
#ie #content figure.alignleft figcaption,
#ie #content figure.alignright figcaption {
  display: block;
}
#content figure.aligncenter,
#content figure.alignnone {
  display: block;
  position: relative;
}
#content figure.aligncenter img,
#content figure.alignnone img {
  display: inherit;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
#content figure.aligncenter figcaption,
#content figure.alignnone figcaption {
  display: inherit;
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: auto;
  min-width: none;
  font-weight: normal;
  font-size: 0.92307692em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #585858;
  background-color: rgba(51, 51, 51, 0.5);
  color: #FFF;
  padding: 1% 5%;
  text-align: right;
}
@media screen and (max-width: 660px) {
  #content .alignright,
  #content .alignleft {
    display: block;
    float: none;
  }
  #content .alignright figcaption,
  #content .alignleft figcaption {
    display: block;
  }
}
/* General classes
-------------------------------------------------------------- */
.align-left,
.alignleft {
  float: left;
  margin: 0 1em 2em 0;
}
.align-right,
.alignright {
  float: right;
  margin: 0 0 2em 1em;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.alpha {
  margin-left: 0 !important;
}
.omega {
  margin-right: 0 !important;
}
.off-screen {
  position: absolute;
  top: -999em;
  left: -999em;
}
.read-on {
  display: block;
  padding: .5em 0;
}
.read-on:after {
  content: ' »';
}
.noclear {
  clear: none;
}
.highlight {
  font-size: 1.23076923em;
  color: #e7002d;
}
@media screen and (min-width: 661px) and (max-width: 860px) {
  .align-left,
  .alignleft,
  .align-right,
  .alignright {
    float: none;
    margin: 0 0 1em 0;
    display: block;
  }
  .align-left figcaption,
  .alignleft figcaption,
  .align-right figcaption,
  .alignright figcaption {
    padding-bottom: 1em;
  }
}
/* Tables
-------------------------------------------------------------- */
table {
  margin-bottom: 1.5em;
}
/* Alerts & Notifications
-------------------------------------------------------------- */
.note {
  background: #D9EDF7;
  border: 1px solid #BCE8F1;
  color: #3A87AD;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
}
/* Forms
-------------------------------------------------------------- */
form {
  margin-bottom: 1em;
}
form .field {
  overflow: hidden;
  margin-bottom: .5em;
}
form .field label {
  float: left;
  width: 25%;
  margin: 0;
  text-align: right;
  padding-right: 5%;
}
form .field input,
form .field textarea,
form .field select {
  float: left;
  width: 70%;
  margin: 0;
  font-weight: 200;
}
form .field input:focus,
form .field textarea:focus,
form .field select:focus,
form .field input.active,
form .field textarea.active,
form .field select.active {
  background: #fff;
}
form .field select {
  height: 2.1em;
}
form .field select:focus,
form .field select.active {
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #5a5a5a;
}
form .field select:focus h1,
form .field select.active h1,
form .field select:focus h2,
form .field select.active h2,
form .field select:focus h3,
form .field select.active h3,
form .field select:focus h4,
form .field select.active h4,
form .field select:focus h5,
form .field select.active h5,
form .field select:focus blockquote,
form .field select.active blockquote {
  color: #ffffff;
}
form .field select:focus a,
form .field select.active a,
form .field select:focus a:link,
form .field select.active a:link {
  color: #fff;
}
form .field select:focus ::-moz-selection,
form .field select.active ::-moz-selection {
  background: #272727;
  color: #fff;
}
form .field select:focus ::selection,
form .field select.active ::selection {
  background: #272727;
  color: #fff;
}
form .field select option {
  padding: 0.5em;
}
form .field .ui-autocomplete-input:focus,
form .field .ui-autocomplete-input.active {
  color: #1a1a1a;
  text-shadow: none;
  background-color: #ffffff;
}
form .field .ui-autocomplete-input:focus a,
form .field .ui-autocomplete-input.active a,
form .field .ui-autocomplete-input:focus a:link,
form .field .ui-autocomplete-input.active a:link {
  color: #000;
}
form .field .ui-autocomplete-input:focus h1,
form .field .ui-autocomplete-input.active h1,
form .field .ui-autocomplete-input:focus h2,
form .field .ui-autocomplete-input.active h2,
form .field .ui-autocomplete-input:focus h3,
form .field .ui-autocomplete-input.active h3,
form .field .ui-autocomplete-input:focus h4,
form .field .ui-autocomplete-input.active h4,
form .field .ui-autocomplete-input:focus h5,
form .field .ui-autocomplete-input.active h5,
form .field .ui-autocomplete-input:focus blockquote,
form .field .ui-autocomplete-input.active blockquote {
  color: inherit;
}
form .field .ui-autocomplete-input:focus a,
form .field .ui-autocomplete-input.active a,
form .field .ui-autocomplete-input:focus a:link,
form .field .ui-autocomplete-input.active a:link {
  color: inherit;
}
form .field .ui-autocomplete-input:focus ::-moz-selection,
form .field .ui-autocomplete-input.active ::-moz-selection {
  background: #cccccc;
  color: inherit;
}
form .field .ui-autocomplete-input:focus ::selection,
form .field .ui-autocomplete-input.active ::selection {
  background: #cccccc;
  color: inherit;
}
ul.ui-autocomplete {
  max-height: 200px;
  overflow: auto;
  list-style: none;
  max-width: 64%;
}
ul.ui-autocomplete a {
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #5a5a5a;
  display: block;
  padding: .5em;
  cursor: pointer;
}
ul.ui-autocomplete a h1,
ul.ui-autocomplete a h2,
ul.ui-autocomplete a h3,
ul.ui-autocomplete a h4,
ul.ui-autocomplete a h5,
ul.ui-autocomplete a blockquote {
  color: #ffffff;
}
ul.ui-autocomplete a a,
ul.ui-autocomplete a a:link {
  color: #fff;
}
ul.ui-autocomplete a ::-moz-selection {
  background: #272727;
  color: #fff;
}
ul.ui-autocomplete a ::selection {
  background: #272727;
  color: #fff;
}
ul.ui-autocomplete a:hover {
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #e7002d;
}
ul.ui-autocomplete a:hover h1,
ul.ui-autocomplete a:hover h2,
ul.ui-autocomplete a:hover h3,
ul.ui-autocomplete a:hover h4,
ul.ui-autocomplete a:hover h5,
ul.ui-autocomplete a:hover blockquote {
  color: #ffffff;
}
ul.ui-autocomplete a:hover a,
ul.ui-autocomplete a:hover a:link {
  color: #fff;
}
ul.ui-autocomplete a:hover ::-moz-selection {
  background: #810019;
  color: #fff;
}
ul.ui-autocomplete a:hover ::selection {
  background: #810019;
  color: #fff;
}
fieldset {
  margin-bottom: 1em;
}
legend {
  position: absolute;
  left: -999em;
  text-indent: -999em;
  line-height: 0;
}
label {
  display: block;
  font-weight: 200;
  margin-bottom: .5em;
  font-size: 0.92307692em;
}
.hp.field {
  margin-bottom: 0;
  border: none;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  color: #000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: .05em;
  font-size: 1.07692308em;
  padding: 6px 12px;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.solid-button {
  background: #e6e6e6;
  cursor: pointer;
  font-weight: 200;
  font-size: 0.92307692em;
  text-align: left;
  padding: .5em;
}
.solid-button:hover,
.solid-button:active,
.solid-button:focus {
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #000000;
}
.solid-button:hover h1,
.solid-button:active h1,
.solid-button:focus h1,
.solid-button:hover h2,
.solid-button:active h2,
.solid-button:focus h2,
.solid-button:hover h3,
.solid-button:active h3,
.solid-button:focus h3,
.solid-button:hover h4,
.solid-button:active h4,
.solid-button:focus h4,
.solid-button:hover h5,
.solid-button:active h5,
.solid-button:focus h5,
.solid-button:hover blockquote,
.solid-button:active blockquote,
.solid-button:focus blockquote {
  color: #ffffff;
}
.solid-button:hover a,
.solid-button:active a,
.solid-button:focus a,
.solid-button:hover a:link,
.solid-button:active a:link,
.solid-button:focus a:link {
  color: #fff;
}
.solid-button:hover ::-moz-selection,
.solid-button:active ::-moz-selection,
.solid-button:focus ::-moz-selection {
  background: #000000;
  color: #fff;
}
.solid-button:hover ::selection,
.solid-button:active ::selection,
.solid-button:focus ::selection {
  background: #000000;
  color: #fff;
}
input[type="submit"],
input[type="button"] {
  background: #e6e6e6;
  cursor: pointer;
  font-weight: 200;
  font-size: 0.92307692em;
  text-align: left;
  padding: .5em;
  letter-spacing: inherit;
  width: 70%;
  margin-left: 30%;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="button"]:active,
input[type="submit"]:focus,
input[type="button"]:focus {
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #000000;
}
input[type="submit"]:hover h1,
input[type="button"]:hover h1,
input[type="submit"]:active h1,
input[type="button"]:active h1,
input[type="submit"]:focus h1,
input[type="button"]:focus h1,
input[type="submit"]:hover h2,
input[type="button"]:hover h2,
input[type="submit"]:active h2,
input[type="button"]:active h2,
input[type="submit"]:focus h2,
input[type="button"]:focus h2,
input[type="submit"]:hover h3,
input[type="button"]:hover h3,
input[type="submit"]:active h3,
input[type="button"]:active h3,
input[type="submit"]:focus h3,
input[type="button"]:focus h3,
input[type="submit"]:hover h4,
input[type="button"]:hover h4,
input[type="submit"]:active h4,
input[type="button"]:active h4,
input[type="submit"]:focus h4,
input[type="button"]:focus h4,
input[type="submit"]:hover h5,
input[type="button"]:hover h5,
input[type="submit"]:active h5,
input[type="button"]:active h5,
input[type="submit"]:focus h5,
input[type="button"]:focus h5,
input[type="submit"]:hover blockquote,
input[type="button"]:hover blockquote,
input[type="submit"]:active blockquote,
input[type="button"]:active blockquote,
input[type="submit"]:focus blockquote,
input[type="button"]:focus blockquote {
  color: #ffffff;
}
input[type="submit"]:hover a,
input[type="button"]:hover a,
input[type="submit"]:active a,
input[type="button"]:active a,
input[type="submit"]:focus a,
input[type="button"]:focus a,
input[type="submit"]:hover a:link,
input[type="button"]:hover a:link,
input[type="submit"]:active a:link,
input[type="button"]:active a:link,
input[type="submit"]:focus a:link,
input[type="button"]:focus a:link {
  color: #fff;
}
input[type="submit"]:hover ::-moz-selection,
input[type="button"]:hover ::-moz-selection,
input[type="submit"]:active ::-moz-selection,
input[type="button"]:active ::-moz-selection,
input[type="submit"]:focus ::-moz-selection,
input[type="button"]:focus ::-moz-selection {
  background: #000000;
  color: #fff;
}
input[type="submit"]:hover ::selection,
input[type="button"]:hover ::selection,
input[type="submit"]:active ::selection,
input[type="button"]:active ::selection,
input[type="submit"]:focus ::selection,
input[type="button"]:focus ::selection {
  background: #000000;
  color: #fff;
}
#content label[for="top-search-input"] {
  background: #e6e6e6;
  cursor: pointer;
  font-weight: 200;
  font-size: 0.92307692em;
  text-align: left;
  padding: .5em;
  width: auto;
  float: left;
}
#content label[for="top-search-input"]:hover,
#content label[for="top-search-input"]:active,
#content label[for="top-search-input"]:focus {
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #000000;
}
#content label[for="top-search-input"]:hover h1,
#content label[for="top-search-input"]:active h1,
#content label[for="top-search-input"]:focus h1,
#content label[for="top-search-input"]:hover h2,
#content label[for="top-search-input"]:active h2,
#content label[for="top-search-input"]:focus h2,
#content label[for="top-search-input"]:hover h3,
#content label[for="top-search-input"]:active h3,
#content label[for="top-search-input"]:focus h3,
#content label[for="top-search-input"]:hover h4,
#content label[for="top-search-input"]:active h4,
#content label[for="top-search-input"]:focus h4,
#content label[for="top-search-input"]:hover h5,
#content label[for="top-search-input"]:active h5,
#content label[for="top-search-input"]:focus h5,
#content label[for="top-search-input"]:hover blockquote,
#content label[for="top-search-input"]:active blockquote,
#content label[for="top-search-input"]:focus blockquote {
  color: #ffffff;
}
#content label[for="top-search-input"]:hover a,
#content label[for="top-search-input"]:active a,
#content label[for="top-search-input"]:focus a,
#content label[for="top-search-input"]:hover a:link,
#content label[for="top-search-input"]:active a:link,
#content label[for="top-search-input"]:focus a:link {
  color: #fff;
}
#content label[for="top-search-input"]:hover ::-moz-selection,
#content label[for="top-search-input"]:active ::-moz-selection,
#content label[for="top-search-input"]:focus ::-moz-selection {
  background: #000000;
  color: #fff;
}
#content label[for="top-search-input"]:hover ::selection,
#content label[for="top-search-input"]:active ::selection,
#content label[for="top-search-input"]:focus ::selection {
  background: #000000;
  color: #fff;
}
textarea {
  height: 80px;
}
input[type="number"],
select.numeric {
  width: 60px;
}
.required.field label {
  position: relative;
}
.required.field label:after {
  color: #E7002D;
  content: "*";
  font-size: 20px;
  position: absolute;
  right: 0.5em;
  top: 0.2em;
}
.wpcf7 .wpcf7-response-output {
  margin-top: -2em;
}
.wpcf7 .wpcf7-not-valid {
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #e7002d;
}
.wpcf7 .wpcf7-not-valid h1,
.wpcf7 .wpcf7-not-valid h2,
.wpcf7 .wpcf7-not-valid h3,
.wpcf7 .wpcf7-not-valid h4,
.wpcf7 .wpcf7-not-valid h5,
.wpcf7 .wpcf7-not-valid blockquote {
  color: #ffffff;
}
.wpcf7 .wpcf7-not-valid a,
.wpcf7 .wpcf7-not-valid a:link {
  color: #fff;
}
.wpcf7 .wpcf7-not-valid ::-moz-selection {
  background: #810019;
  color: #fff;
}
.wpcf7 .wpcf7-not-valid ::selection {
  background: #810019;
  color: #fff;
}
.wpcf7 .wpcf7-not-valid:focus,
.wpcf7 .wpcf7-not-valid:active {
  color: #1a1a1a;
  text-shadow: none;
  background-color: #ffffff;
}
.wpcf7 .wpcf7-not-valid:focus a,
.wpcf7 .wpcf7-not-valid:active a,
.wpcf7 .wpcf7-not-valid:focus a:link,
.wpcf7 .wpcf7-not-valid:active a:link {
  color: #000;
}
.wpcf7 .wpcf7-not-valid:focus h1,
.wpcf7 .wpcf7-not-valid:active h1,
.wpcf7 .wpcf7-not-valid:focus h2,
.wpcf7 .wpcf7-not-valid:active h2,
.wpcf7 .wpcf7-not-valid:focus h3,
.wpcf7 .wpcf7-not-valid:active h3,
.wpcf7 .wpcf7-not-valid:focus h4,
.wpcf7 .wpcf7-not-valid:active h4,
.wpcf7 .wpcf7-not-valid:focus h5,
.wpcf7 .wpcf7-not-valid:active h5,
.wpcf7 .wpcf7-not-valid:focus blockquote,
.wpcf7 .wpcf7-not-valid:active blockquote {
  color: inherit;
}
.wpcf7 .wpcf7-not-valid:focus a,
.wpcf7 .wpcf7-not-valid:active a,
.wpcf7 .wpcf7-not-valid:focus a:link,
.wpcf7 .wpcf7-not-valid:active a:link {
  color: inherit;
}
.wpcf7 .wpcf7-not-valid:focus ::-moz-selection,
.wpcf7 .wpcf7-not-valid:active ::-moz-selection {
  background: #cccccc;
  color: inherit;
}
.wpcf7 .wpcf7-not-valid:focus ::selection,
.wpcf7 .wpcf7-not-valid:active ::selection {
  background: #cccccc;
  color: inherit;
}
/* Search */
#top-search {
  overflow: hidden;
  margin: 0;
  position: relative;
}
#top-search label {
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 1em;
}
#top-search-input {
  -webkit-appearance: none;
  background: #a7a8ab;
  border: none;
  padding: .5em;
  font-weight: 200;
  position: absolute;
  left: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.15384615em;
  border-radius: 0;
  -webkit-border-radius: 0;
}
#top-search-input:focus,
#top-search.focus #top-search-input {
  left: 0;
}
#top-search-input:focus + #top-search-submit,
#top-search.focus #top-search-input + #top-search-submit {
  right: 0;
}
#top-search-submit {
  display: none;
  background: none repeat scroll 0 0 transparent;
  position: absolute;
  right: -50px;
  width: 2em;
  z-index: 80;
  font-size: 15px;
  color: #fff;
  text-shadow: 0 -1px 0 #000000;
  margin: 0;
}
#top-search-submit:hover {
  color: #e7002d;
}
@media screen and (min-width: 661px) {
  ul.ui-autocomplete {
    max-width: 36%;
  }
}
#ie ul.ui-autocomplete {
  max-width: 36%;
}
/* Navigation
---------------------------------------------------------------*/
#scroll-to-mainnav a {
  text-align: center;
  display: block;
  padding: .5em 0;
}
/* Main navigation */
#main-navigation {
  top: -2.5em;
  position: relative;
}
#main-navigation > ul {
  margin-bottom: 1em;
  overflow: hidden;
}
#main-navigation > ul li a {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  display: block;
  padding: .5em 5%;
  border-bottom: 1px solid #000;
}
#main-navigation > ul > li a {
  font-size: 1.23076923em;
}
#main-navigation > ul > li li {
  display: none;
}
#main-navigation > ul > li li a {
  font-size: 0.92307692em;
  border: none;
  padding: .3em 5%;
}
#main-navigation > ul > li li.current-menu-item > a {
  text-decoration: underline;
}
/* Main navigation description */
#menu-description {
  display: none;
  position: relative;
  top: -2.5em;
  font-size: 0.84615385em;
  line-height: 1.5;
  color: #D9D9D9;
  text-shadow: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#menu-description h3.hidden {
  display: none;
}
@media screen and (max-width: 660px) {
  #main-navigation ul li a:focus,
  #main-navigation ul li a:link:focus,
  #main-navigation ul li a:active,
  #main-navigation ul li a:link:active {
    color: #e6e6e6;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
    background-color: #5a5a5a;
  }
  #main-navigation ul li a:focus h1,
  #main-navigation ul li a:link:focus h1,
  #main-navigation ul li a:active h1,
  #main-navigation ul li a:link:active h1,
  #main-navigation ul li a:focus h2,
  #main-navigation ul li a:link:focus h2,
  #main-navigation ul li a:active h2,
  #main-navigation ul li a:link:active h2,
  #main-navigation ul li a:focus h3,
  #main-navigation ul li a:link:focus h3,
  #main-navigation ul li a:active h3,
  #main-navigation ul li a:link:active h3,
  #main-navigation ul li a:focus h4,
  #main-navigation ul li a:link:focus h4,
  #main-navigation ul li a:active h4,
  #main-navigation ul li a:link:active h4,
  #main-navigation ul li a:focus h5,
  #main-navigation ul li a:link:focus h5,
  #main-navigation ul li a:active h5,
  #main-navigation ul li a:link:active h5,
  #main-navigation ul li a:focus blockquote,
  #main-navigation ul li a:link:focus blockquote,
  #main-navigation ul li a:active blockquote,
  #main-navigation ul li a:link:active blockquote {
    color: #ffffff;
  }
  #main-navigation ul li a:focus a,
  #main-navigation ul li a:link:focus a,
  #main-navigation ul li a:active a,
  #main-navigation ul li a:link:active a,
  #main-navigation ul li a:focus a:link,
  #main-navigation ul li a:link:focus a:link,
  #main-navigation ul li a:active a:link,
  #main-navigation ul li a:link:active a:link {
    color: #fff;
  }
  #main-navigation ul li a:focus ::-moz-selection,
  #main-navigation ul li a:link:focus ::-moz-selection,
  #main-navigation ul li a:active ::-moz-selection,
  #main-navigation ul li a:link:active ::-moz-selection {
    background: #272727;
    color: #fff;
  }
  #main-navigation ul li a:focus ::selection,
  #main-navigation ul li a:link:focus ::selection,
  #main-navigation ul li a:active ::selection,
  #main-navigation ul li a:link:active ::selection {
    background: #272727;
    color: #fff;
  }
  #main-navigation ul li li.current_page_item a {
    color: #e6e6e6;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
    background-color: #5a5a5a;
  }
  #main-navigation ul li li.current_page_item a h1,
  #main-navigation ul li li.current_page_item a h2,
  #main-navigation ul li li.current_page_item a h3,
  #main-navigation ul li li.current_page_item a h4,
  #main-navigation ul li li.current_page_item a h5,
  #main-navigation ul li li.current_page_item a blockquote {
    color: #ffffff;
  }
  #main-navigation ul li li.current_page_item a a,
  #main-navigation ul li li.current_page_item a a:link {
    color: #fff;
  }
  #main-navigation ul li li.current_page_item a ::-moz-selection {
    background: #272727;
    color: #fff;
  }
  #main-navigation ul li li.current_page_item a ::selection {
    background: #272727;
    color: #fff;
  }
  #main-navigation > ul > li {
    position: relative;
  }
  #main-navigation > ul > li:after {
    content: '▼ ';
    text-align: right;
    position: absolute;
    width: 100%;
    height: 3.33em;
    display: block;
    z-index: 200;
    top: 0;
    left: 0;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6em;
    padding-right: 5%;
  }
  #main-navigation > ul > li:active > a,
  #main-navigation > ul > li.open > a,
  #main-navigation > ul > li:focus > a,
  #main-navigation > ul > li.current_page_ancestor > a,
  #main-navigation > ul > li.current-page-ancestor > a,
  #main-navigation > ul > li.current_page_item > a,
  #main-navigation > ul > li:active:after,
  #main-navigation > ul > li.open:after,
  #main-navigation > ul > li:focus:after,
  #main-navigation > ul > li.current_page_ancestor:after,
  #main-navigation > ul > li.current-page-ancestor:after,
  #main-navigation > ul > li.current_page_item:after {
    color: #e6e6e6;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
    background-color: #5a5a5a;
  }
  #main-navigation > ul > li:active > a h1,
  #main-navigation > ul > li.open > a h1,
  #main-navigation > ul > li:focus > a h1,
  #main-navigation > ul > li.current_page_ancestor > a h1,
  #main-navigation > ul > li.current-page-ancestor > a h1,
  #main-navigation > ul > li.current_page_item > a h1,
  #main-navigation > ul > li:active:after h1,
  #main-navigation > ul > li.open:after h1,
  #main-navigation > ul > li:focus:after h1,
  #main-navigation > ul > li.current_page_ancestor:after h1,
  #main-navigation > ul > li.current-page-ancestor:after h1,
  #main-navigation > ul > li.current_page_item:after h1,
  #main-navigation > ul > li:active > a h2,
  #main-navigation > ul > li.open > a h2,
  #main-navigation > ul > li:focus > a h2,
  #main-navigation > ul > li.current_page_ancestor > a h2,
  #main-navigation > ul > li.current-page-ancestor > a h2,
  #main-navigation > ul > li.current_page_item > a h2,
  #main-navigation > ul > li:active:after h2,
  #main-navigation > ul > li.open:after h2,
  #main-navigation > ul > li:focus:after h2,
  #main-navigation > ul > li.current_page_ancestor:after h2,
  #main-navigation > ul > li.current-page-ancestor:after h2,
  #main-navigation > ul > li.current_page_item:after h2,
  #main-navigation > ul > li:active > a h3,
  #main-navigation > ul > li.open > a h3,
  #main-navigation > ul > li:focus > a h3,
  #main-navigation > ul > li.current_page_ancestor > a h3,
  #main-navigation > ul > li.current-page-ancestor > a h3,
  #main-navigation > ul > li.current_page_item > a h3,
  #main-navigation > ul > li:active:after h3,
  #main-navigation > ul > li.open:after h3,
  #main-navigation > ul > li:focus:after h3,
  #main-navigation > ul > li.current_page_ancestor:after h3,
  #main-navigation > ul > li.current-page-ancestor:after h3,
  #main-navigation > ul > li.current_page_item:after h3,
  #main-navigation > ul > li:active > a h4,
  #main-navigation > ul > li.open > a h4,
  #main-navigation > ul > li:focus > a h4,
  #main-navigation > ul > li.current_page_ancestor > a h4,
  #main-navigation > ul > li.current-page-ancestor > a h4,
  #main-navigation > ul > li.current_page_item > a h4,
  #main-navigation > ul > li:active:after h4,
  #main-navigation > ul > li.open:after h4,
  #main-navigation > ul > li:focus:after h4,
  #main-navigation > ul > li.current_page_ancestor:after h4,
  #main-navigation > ul > li.current-page-ancestor:after h4,
  #main-navigation > ul > li.current_page_item:after h4,
  #main-navigation > ul > li:active > a h5,
  #main-navigation > ul > li.open > a h5,
  #main-navigation > ul > li:focus > a h5,
  #main-navigation > ul > li.current_page_ancestor > a h5,
  #main-navigation > ul > li.current-page-ancestor > a h5,
  #main-navigation > ul > li.current_page_item > a h5,
  #main-navigation > ul > li:active:after h5,
  #main-navigation > ul > li.open:after h5,
  #main-navigation > ul > li:focus:after h5,
  #main-navigation > ul > li.current_page_ancestor:after h5,
  #main-navigation > ul > li.current-page-ancestor:after h5,
  #main-navigation > ul > li.current_page_item:after h5,
  #main-navigation > ul > li:active > a blockquote,
  #main-navigation > ul > li.open > a blockquote,
  #main-navigation > ul > li:focus > a blockquote,
  #main-navigation > ul > li.current_page_ancestor > a blockquote,
  #main-navigation > ul > li.current-page-ancestor > a blockquote,
  #main-navigation > ul > li.current_page_item > a blockquote,
  #main-navigation > ul > li:active:after blockquote,
  #main-navigation > ul > li.open:after blockquote,
  #main-navigation > ul > li:focus:after blockquote,
  #main-navigation > ul > li.current_page_ancestor:after blockquote,
  #main-navigation > ul > li.current-page-ancestor:after blockquote,
  #main-navigation > ul > li.current_page_item:after blockquote {
    color: #ffffff;
  }
  #main-navigation > ul > li:active > a a,
  #main-navigation > ul > li.open > a a,
  #main-navigation > ul > li:focus > a a,
  #main-navigation > ul > li.current_page_ancestor > a a,
  #main-navigation > ul > li.current-page-ancestor > a a,
  #main-navigation > ul > li.current_page_item > a a,
  #main-navigation > ul > li:active:after a,
  #main-navigation > ul > li.open:after a,
  #main-navigation > ul > li:focus:after a,
  #main-navigation > ul > li.current_page_ancestor:after a,
  #main-navigation > ul > li.current-page-ancestor:after a,
  #main-navigation > ul > li.current_page_item:after a,
  #main-navigation > ul > li:active > a a:link,
  #main-navigation > ul > li.open > a a:link,
  #main-navigation > ul > li:focus > a a:link,
  #main-navigation > ul > li.current_page_ancestor > a a:link,
  #main-navigation > ul > li.current-page-ancestor > a a:link,
  #main-navigation > ul > li.current_page_item > a a:link,
  #main-navigation > ul > li:active:after a:link,
  #main-navigation > ul > li.open:after a:link,
  #main-navigation > ul > li:focus:after a:link,
  #main-navigation > ul > li.current_page_ancestor:after a:link,
  #main-navigation > ul > li.current-page-ancestor:after a:link,
  #main-navigation > ul > li.current_page_item:after a:link {
    color: #fff;
  }
  #main-navigation > ul > li:active > a ::-moz-selection,
  #main-navigation > ul > li.open > a ::-moz-selection,
  #main-navigation > ul > li:focus > a ::-moz-selection,
  #main-navigation > ul > li.current_page_ancestor > a ::-moz-selection,
  #main-navigation > ul > li.current-page-ancestor > a ::-moz-selection,
  #main-navigation > ul > li.current_page_item > a ::-moz-selection,
  #main-navigation > ul > li:active:after ::-moz-selection,
  #main-navigation > ul > li.open:after ::-moz-selection,
  #main-navigation > ul > li:focus:after ::-moz-selection,
  #main-navigation > ul > li.current_page_ancestor:after ::-moz-selection,
  #main-navigation > ul > li.current-page-ancestor:after ::-moz-selection,
  #main-navigation > ul > li.current_page_item:after ::-moz-selection {
    background: #272727;
    color: #fff;
  }
  #main-navigation > ul > li:active > a ::selection,
  #main-navigation > ul > li.open > a ::selection,
  #main-navigation > ul > li:focus > a ::selection,
  #main-navigation > ul > li.current_page_ancestor > a ::selection,
  #main-navigation > ul > li.current-page-ancestor > a ::selection,
  #main-navigation > ul > li.current_page_item > a ::selection,
  #main-navigation > ul > li:active:after ::selection,
  #main-navigation > ul > li.open:after ::selection,
  #main-navigation > ul > li:focus:after ::selection,
  #main-navigation > ul > li.current_page_ancestor:after ::selection,
  #main-navigation > ul > li.current-page-ancestor:after ::selection,
  #main-navigation > ul > li.current_page_item:after ::selection {
    background: #272727;
    color: #fff;
  }
  #main-navigation > ul > li:active:after,
  #main-navigation > ul > li.open:after,
  #main-navigation > ul > li:focus:after,
  #main-navigation > ul > li.current_page_ancestor:after,
  #main-navigation > ul > li.current-page-ancestor:after,
  #main-navigation > ul > li.current_page_item:after {
    background-color: transparent;
  }
  #main-navigation > ul > li li a {
    height: 2.168em;
  }
  #main-navigation > ul > li li a:hover,
  #main-navigation > ul > li li a:active,
  #main-navigation > ul > li li a:focus {
    color: #1a1a1a;
    text-shadow: none;
    background-color: #a7a8ab;
  }
  #main-navigation > ul > li li a:hover a,
  #main-navigation > ul > li li a:active a,
  #main-navigation > ul > li li a:focus a,
  #main-navigation > ul > li li a:hover a:link,
  #main-navigation > ul > li li a:active a:link,
  #main-navigation > ul > li li a:focus a:link {
    color: #000;
  }
  #main-navigation > ul > li li a:hover h1,
  #main-navigation > ul > li li a:active h1,
  #main-navigation > ul > li li a:focus h1,
  #main-navigation > ul > li li a:hover h2,
  #main-navigation > ul > li li a:active h2,
  #main-navigation > ul > li li a:focus h2,
  #main-navigation > ul > li li a:hover h3,
  #main-navigation > ul > li li a:active h3,
  #main-navigation > ul > li li a:focus h3,
  #main-navigation > ul > li li a:hover h4,
  #main-navigation > ul > li li a:active h4,
  #main-navigation > ul > li li a:focus h4,
  #main-navigation > ul > li li a:hover h5,
  #main-navigation > ul > li li a:active h5,
  #main-navigation > ul > li li a:focus h5,
  #main-navigation > ul > li li a:hover blockquote,
  #main-navigation > ul > li li a:active blockquote,
  #main-navigation > ul > li li a:focus blockquote {
    color: inherit;
  }
  #main-navigation > ul > li li a:hover a,
  #main-navigation > ul > li li a:active a,
  #main-navigation > ul > li li a:focus a,
  #main-navigation > ul > li li a:hover a:link,
  #main-navigation > ul > li li a:active a:link,
  #main-navigation > ul > li li a:focus a:link {
    color: inherit;
  }
  #main-navigation > ul > li li a:hover ::-moz-selection,
  #main-navigation > ul > li li a:active ::-moz-selection,
  #main-navigation > ul > li li a:focus ::-moz-selection {
    background: #737579;
    color: inherit;
  }
  #main-navigation > ul > li li a:hover ::selection,
  #main-navigation > ul > li li a:active ::selection,
  #main-navigation > ul > li li a:focus ::selection {
    background: #737579;
    color: inherit;
  }
  #main-navigation > ul > li.current_page_ancestor li {
    display: inherit;
  }
}
@media screen and (min-width: 661px) {
  #main-navigation {
    top: -10px;
  }
  #main-navigation > ul > li > ul > li {
    display: inherit !important;
    height: auto !important;
  }
  #main-navigation > ul > li > ul > li a {
    font-size: 0.84615385em;
  }
}
#ie #main-navigation {
  top: -10px;
}
#ie #main-navigation > ul > li > ul > li {
  display: inherit !important;
  height: auto !important;
}
#ie #main-navigation > ul > li > ul > li a {
  font-size: 0.84615385em;
}
@media screen and (min-width: 661px) and (max-width: 860px) {
  #main-navigation {
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 96.42857143%;
    margin: 0 1.78571429%;
    width: auto;
    margin-top: 150px;
    display: block;
    float: none;
  }
  #main-navigation > ul > li {
    float: left;
    width: 23%;
    margin: 0 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main-navigation > ul > li > a,
  #main-navigation > ul > li > a:link {
    padding-left: 0;
  }
  #main-navigation > ul > li ul {
    margin-left: -5%;
  }
  #main-navigation > ul > li ul a {
    padding: 0.1em 5%;
  }
  #main-navigation > ul > li ul a:focus,
  #main-navigation > ul > li ul a:active {
    color: #e6e6e6;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
    background-color: #5a5a5a;
  }
  #main-navigation > ul > li ul a:focus h1,
  #main-navigation > ul > li ul a:active h1,
  #main-navigation > ul > li ul a:focus h2,
  #main-navigation > ul > li ul a:active h2,
  #main-navigation > ul > li ul a:focus h3,
  #main-navigation > ul > li ul a:active h3,
  #main-navigation > ul > li ul a:focus h4,
  #main-navigation > ul > li ul a:active h4,
  #main-navigation > ul > li ul a:focus h5,
  #main-navigation > ul > li ul a:active h5,
  #main-navigation > ul > li ul a:focus blockquote,
  #main-navigation > ul > li ul a:active blockquote {
    color: #ffffff;
  }
  #main-navigation > ul > li ul a:focus a,
  #main-navigation > ul > li ul a:active a,
  #main-navigation > ul > li ul a:focus a:link,
  #main-navigation > ul > li ul a:active a:link {
    color: #fff;
  }
  #main-navigation > ul > li ul a:focus ::-moz-selection,
  #main-navigation > ul > li ul a:active ::-moz-selection {
    background: #272727;
    color: #fff;
  }
  #main-navigation > ul > li ul a:focus ::selection,
  #main-navigation > ul > li ul a:active ::selection {
    background: #272727;
    color: #fff;
  }
  #main-navigation > ul > li li {
    display: list-item;
  }
}
@media screen and (min-width: 861px) {
  #main-navigation {
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 63.0952381%;
    margin: 0 1.78571429%;
    float: right;
    *zoom: 1;
    margin-top: 2em;
    margin-right: 1.78571429%;
    margin-left: 0;
    display: block;
    clear: right;
  }
  #main-navigation:before,
  #main-navigation:after {
    content: "";
    display: table;
  }
  #main-navigation:after {
    clear: both;
  }
  #main-navigation ul li a,
  #main-navigation ul li li a {
    padding: 0 5%;
  }
  #main-navigation > ul {
    margin: 1em 0 2em;
  }
  #main-navigation > ul > li {
    margin: 0;
    padding: 0 7.14285714% 0 0;
    width: 28.55714286%;
    float: left;
  }
  #main-navigation > ul > li a,
  #main-navigation > ul > li a:link {
    padding-left: 0;
  }
  #main-navigation > ul > li:last-child {
    padding-right: 0;
    width: 28.5571%;
  }
  #main-navigation > ul > li ul {
    padding-top: .2em;
  }
  #main-navigation > ul > li li {
    display: list-item;
  }
}
#ie #main-navigation {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 63.0952381%;
  margin: 0 1.78571429%;
  float: right;
  *zoom: 1;
  margin-top: 2em;
  margin-right: 1.78571429%;
  margin-left: 0;
  display: block;
  clear: right;
}
#ie #main-navigation:before,
#ie #main-navigation:after {
  content: "";
  display: table;
}
#ie #main-navigation:after {
  clear: both;
}
#ie #main-navigation ul li a,
#ie #main-navigation ul li li a {
  padding: 0 5%;
}
#ie #main-navigation > ul {
  margin: 1em 0 2em;
}
#ie #main-navigation > ul > li {
  margin: 0;
  padding: 0 7.14285714% 0 0;
  width: 28.55714286%;
  float: left;
}
#ie #main-navigation > ul > li a,
#ie #main-navigation > ul > li a:link {
  padding-left: 0;
}
#ie #main-navigation > ul > li:last-child {
  padding-right: 0;
  width: 28.5571%;
}
#ie #main-navigation > ul > li ul {
  padding-top: .2em;
}
#ie #main-navigation > ul > li li {
  display: list-item;
}
#ie #main-navigation > ul > li {
  width: 26%;
}
@media screen and (min-width: 861px) {
  #menu-description {
    display: block;
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 63.0952381%;
    margin: 0 1.78571429%;
    float: right;
  }
  #menu-description aside {
    overflow: hidden;
    margin: 0;
    padding: 0 7.14285714% 0 0;
    width: 28.55714286%;
    float: left;
  }
  #menu-description aside:last-child {
    padding-right: 0;
    width: 28.5571%;
  }
  #menu-description h3.hidden {
    display: none;
  }
}
#ie #menu-description {
  display: block;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 63.0952381%;
  margin: 0 1.78571429%;
  float: right;
}
#ie #menu-description aside {
  overflow: hidden;
  margin: 0;
  padding: 0 7.14285714% 0 0;
  width: 28.55714286%;
  float: left;
}
#ie #menu-description aside:last-child {
  padding-right: 0;
  width: 28.5571%;
}
#ie #menu-description h3.hidden {
  display: none;
}
/* Top navigation */
#top-navigation {
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #747474;
  background-image: none;
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top, #5a5a5a 0%, #747474 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #747474));
  background: -webkit-linear-gradient(top, #5a5a5a 0%, #747474 100%);
  background: -o-linear-gradient(top, #5a5a5a 0%, #747474 100%);
  background: -ms-linear-gradient(top, #5a5a5a 0%, #747474 100%);
  background: linear-gradient(to bottom, #5a5a5a 0%, #747474 100%);
}
#top-navigation h1,
#top-navigation h2,
#top-navigation h3,
#top-navigation h4,
#top-navigation h5,
#top-navigation blockquote {
  color: #ffffff;
}
#top-navigation a,
#top-navigation a:link {
  color: #fff;
}
#top-navigation ::-moz-selection {
  background: #414141;
  color: #fff;
}
#top-navigation ::selection {
  background: #414141;
  color: #fff;
}
#top-navigation ul {
  overflow: hidden;
}
#top-navigation ul li a,
#top-navigation ul li a:link,
#top-navigation ul li label {
  text-align: center;
  font-weight: normal;
  border-left: 1px solid #747474;
  border-right: 1px solid #414141;
  font-size: 1.15384615em;
  display: block;
  padding: .5em 5%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
}
#top-navigation ul li a:hover,
#top-navigation ul li a:link:hover,
#top-navigation ul li label:hover {
  text-decoration: underline;
}
#top-navigation ul li a:focus,
#top-navigation ul li a:link:focus,
#top-navigation ul li label:focus,
#top-navigation ul li a:active,
#top-navigation ul li a:link:active,
#top-navigation ul li label:active {
  background: #414141;
}
#top-navigation ul li.current_page_item a,
#top-navigation ul li.current-page-ancestor a,
#top-navigation ul li.current_page_item a:link,
#top-navigation ul li.current-page-ancestor a:link {
  background: #414141;
}
#top-navigation ul li input:focus,
#top-navigation ul li input:active {
  z-index: 10;
}
#top-navigation ul li input:focus + label,
#top-navigation ul li input:active + label {
  color: #e6e6e6;
}
#top-navigation ul li a,
#top-navigation ul li a:link {
  width: 40%;
}
#top-navigation ul li.home-link a,
#top-navigation ul li.home-link a:link {
  width: 20%;
}
body.home #top-navigation ul li.home-link a,
body.home #top-navigation ul li.home-link a:link {
  position: absolute;
  top: -999em;
  left: -999em;
}
body.search #top-navigation #top-search label {
  background: #414141;
}
@media screen and (max-width: 660px) {
  body.home #top-navigation ul li a,
  body.home #top-navigation ul li a:link {
    width: 50%;
  }
}
@media screen and (min-width: 661px) {
  #top-navigation {
    background: none;
    height: 2.5em;
    overflow: hidden;
  }
  #top-navigation ul {
    text-align: center;
    margin-left: 9em;
  }
  #top-navigation ul li {
    display: inline-block;
  }
  #top-navigation ul li a,
  #top-navigation ul li a:link,
  #top-navigation ul li label,
  #top-navigation ul li.home-link a,
  #top-navigation ul li.home-link a:link {
    width: auto;
    border: none;
    padding: .5em 1em;
    font-size: 0.84615385em;
  }
  #top-navigation ul li label {
    padding-right: 10em;
  }
  body.home #top-navigation ul li.home-link a,
  body.home #top-navigation ul li.home-link a:link {
    position: static;
  }
}
#ie #top-navigation {
  background: none;
  height: 2.5em;
  overflow: hidden;
}
#ie #top-navigation ul {
  text-align: center;
  margin-left: 9em;
}
#ie #top-navigation ul li {
  display: inline-block;
}
#ie #top-navigation ul li a,
#ie #top-navigation ul li a:link,
#ie #top-navigation ul li label,
#ie #top-navigation ul li.home-link a,
#ie #top-navigation ul li.home-link a:link {
  width: auto;
  border: none;
  padding: .5em 1em;
  font-size: 0.84615385em;
}
#ie #top-navigation ul li label {
  padding-right: 10em;
}
body.home #ie #top-navigation ul li.home-link a,
body.home #ie #top-navigation ul li.home-link a:link {
  position: static;
}
#ie #top-navigation ul li {
  *display: inline;
  zoom: 1;
}
@media screen and (min-width: 861px) {
  #top-navigation {
    display: block;
    float: none;
  }
  #top-navigation ul {
    text-align: right;
    margin-right: 21.57142857%;
  }
  #top-navigation ul li input:focus + label,
  #top-navigation ul li input:active + label {
    padding: .5em 10em .5em 1em;
  }
  #top-navigation ul li label {
    padding: .5em 1em;
    -webkit-transition: padding 0.5s ease-in-out;
    -moz-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    -ms-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
  }
  #top-navigation ul li label:focus,
  #top-navigation ul li label:active {
    padding: .5em 10em .5em 1em;
  }
}
#ie #top-navigation {
  display: block;
  float: none;
}
#ie #top-navigation ul {
  text-align: right;
  margin-right: 21.57142857%;
}
#ie #top-navigation ul li input:focus + label,
#ie #top-navigation ul li input:active + label {
  padding: .5em 10em .5em 1em;
}
#ie #top-navigation ul li label {
  padding: .5em 1em;
  -webkit-transition: padding 0.5s ease-in-out;
  -moz-transition: padding 0.5s ease-in-out;
  -o-transition: padding 0.5s ease-in-out;
  -ms-transition: padding 0.5s ease-in-out;
  transition: padding 0.5s ease-in-out;
}
#ie #top-navigation ul li label:focus,
#ie #top-navigation ul li label:active {
  padding: .5em 10em .5em 1em;
}
@media screen and (min-width: 861px) {
  #top-search.focus label {
    padding: .5em 10em .5em 1em;
  }
}
#ie #top-search.focus label {
  padding: .5em 10em .5em 1em;
}
/* Breadcrumb Pathway */
#pathway {
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}
.home #pathway {
  display: none;
}
#pathway p {
  margin-bottom: 0;
}
#pathway label {
  display: inline;
  font-weight: normal;
  margin: 0;
  font-size: inherit;
  color: #e7002d;
  cursor: pointer;
}
#pathway label:hover {
  text-decoration: underline;
}
@media screen and (min-width: 661px) {
  #pathway p a[rel~=index],
  #pathway p i:first-of-type {
    position: absolute;
    top: -999em;
    left: -999em;
  }
  #pathway p .current {
    position: absolute;
    top: -999em;
    left: -999em;
  }
}
#ie #pathway p a[rel~=index],
#ie #pathway p i:first-of-type {
  position: absolute;
  top: -999em;
  left: -999em;
}
#ie #pathway p .current {
  position: absolute;
  top: -999em;
  left: -999em;
}
@media screen and (min-width: 661px) {
  .error404 #pathway p a[rel~=index],
  .error404 #pathway p i:first-of-type {
    position: static;
  }
}
#ie .error404 #pathway p a[rel~=index],
#ie .error404 #pathway p i:first-of-type {
  position: static;
}
/* Subpage navigation */
#sub-navigation ul li a,
#sub-navigation ul li a:link {
  color: inherit;
  display: block;
  padding: .2em 2%;
}
#sub-navigation ul li a:hover,
#sub-navigation ul li a:link:hover,
#sub-navigation ul li a:focus,
#sub-navigation ul li a:link:focus,
#sub-navigation ul li a:active,
#sub-navigation ul li a:link:active {
  color: #1a1a1a;
  text-shadow: none;
  background-color: #e6e6e6;
}
#sub-navigation ul li a:hover a,
#sub-navigation ul li a:link:hover a,
#sub-navigation ul li a:focus a,
#sub-navigation ul li a:link:focus a,
#sub-navigation ul li a:active a,
#sub-navigation ul li a:link:active a,
#sub-navigation ul li a:hover a:link,
#sub-navigation ul li a:link:hover a:link,
#sub-navigation ul li a:focus a:link,
#sub-navigation ul li a:link:focus a:link,
#sub-navigation ul li a:active a:link,
#sub-navigation ul li a:link:active a:link {
  color: #000;
}
#sub-navigation ul li a:hover h1,
#sub-navigation ul li a:link:hover h1,
#sub-navigation ul li a:focus h1,
#sub-navigation ul li a:link:focus h1,
#sub-navigation ul li a:active h1,
#sub-navigation ul li a:link:active h1,
#sub-navigation ul li a:hover h2,
#sub-navigation ul li a:link:hover h2,
#sub-navigation ul li a:focus h2,
#sub-navigation ul li a:link:focus h2,
#sub-navigation ul li a:active h2,
#sub-navigation ul li a:link:active h2,
#sub-navigation ul li a:hover h3,
#sub-navigation ul li a:link:hover h3,
#sub-navigation ul li a:focus h3,
#sub-navigation ul li a:link:focus h3,
#sub-navigation ul li a:active h3,
#sub-navigation ul li a:link:active h3,
#sub-navigation ul li a:hover h4,
#sub-navigation ul li a:link:hover h4,
#sub-navigation ul li a:focus h4,
#sub-navigation ul li a:link:focus h4,
#sub-navigation ul li a:active h4,
#sub-navigation ul li a:link:active h4,
#sub-navigation ul li a:hover h5,
#sub-navigation ul li a:link:hover h5,
#sub-navigation ul li a:focus h5,
#sub-navigation ul li a:link:focus h5,
#sub-navigation ul li a:active h5,
#sub-navigation ul li a:link:active h5,
#sub-navigation ul li a:hover blockquote,
#sub-navigation ul li a:link:hover blockquote,
#sub-navigation ul li a:focus blockquote,
#sub-navigation ul li a:link:focus blockquote,
#sub-navigation ul li a:active blockquote,
#sub-navigation ul li a:link:active blockquote {
  color: inherit;
}
#sub-navigation ul li a:hover a,
#sub-navigation ul li a:link:hover a,
#sub-navigation ul li a:focus a,
#sub-navigation ul li a:link:focus a,
#sub-navigation ul li a:active a,
#sub-navigation ul li a:link:active a,
#sub-navigation ul li a:hover a:link,
#sub-navigation ul li a:link:hover a:link,
#sub-navigation ul li a:focus a:link,
#sub-navigation ul li a:link:focus a:link,
#sub-navigation ul li a:active a:link,
#sub-navigation ul li a:link:active a:link {
  color: inherit;
}
#sub-navigation ul li a:hover ::-moz-selection,
#sub-navigation ul li a:link:hover ::-moz-selection,
#sub-navigation ul li a:focus ::-moz-selection,
#sub-navigation ul li a:link:focus ::-moz-selection,
#sub-navigation ul li a:active ::-moz-selection,
#sub-navigation ul li a:link:active ::-moz-selection {
  background: #b3b3b3;
  color: inherit;
}
#sub-navigation ul li a:hover ::selection,
#sub-navigation ul li a:link:hover ::selection,
#sub-navigation ul li a:focus ::selection,
#sub-navigation ul li a:link:focus ::selection,
#sub-navigation ul li a:active ::selection,
#sub-navigation ul li a:link:active ::selection {
  background: #b3b3b3;
  color: inherit;
}
#sub-navigation ul li.current_page_item > a {
  text-decoration: underline;
}
#sub-navigation > ul > li > ul > li {
  padding-left: 1.5em;
}
@media screen and (max-width: 660px) {
  #sub-navigation ul li a,
  #sub-navigation ul li a:link {
    padding: .25em 5%;
  }
  #sub-navigation ul li a:focus,
  #sub-navigation ul li a:link:focus,
  #sub-navigation ul li a:active,
  #sub-navigation ul li a:link:active {
    color: #e6e6e6;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
    background-color: #5a5a5a;
  }
  #sub-navigation ul li a:focus h1,
  #sub-navigation ul li a:link:focus h1,
  #sub-navigation ul li a:active h1,
  #sub-navigation ul li a:link:active h1,
  #sub-navigation ul li a:focus h2,
  #sub-navigation ul li a:link:focus h2,
  #sub-navigation ul li a:active h2,
  #sub-navigation ul li a:link:active h2,
  #sub-navigation ul li a:focus h3,
  #sub-navigation ul li a:link:focus h3,
  #sub-navigation ul li a:active h3,
  #sub-navigation ul li a:link:active h3,
  #sub-navigation ul li a:focus h4,
  #sub-navigation ul li a:link:focus h4,
  #sub-navigation ul li a:active h4,
  #sub-navigation ul li a:link:active h4,
  #sub-navigation ul li a:focus h5,
  #sub-navigation ul li a:link:focus h5,
  #sub-navigation ul li a:active h5,
  #sub-navigation ul li a:link:active h5,
  #sub-navigation ul li a:focus blockquote,
  #sub-navigation ul li a:link:focus blockquote,
  #sub-navigation ul li a:active blockquote,
  #sub-navigation ul li a:link:active blockquote {
    color: #ffffff;
  }
  #sub-navigation ul li a:focus a,
  #sub-navigation ul li a:link:focus a,
  #sub-navigation ul li a:active a,
  #sub-navigation ul li a:link:active a,
  #sub-navigation ul li a:focus a:link,
  #sub-navigation ul li a:link:focus a:link,
  #sub-navigation ul li a:active a:link,
  #sub-navigation ul li a:link:active a:link {
    color: #fff;
  }
  #sub-navigation ul li a:focus ::-moz-selection,
  #sub-navigation ul li a:link:focus ::-moz-selection,
  #sub-navigation ul li a:active ::-moz-selection,
  #sub-navigation ul li a:link:active ::-moz-selection {
    background: #272727;
    color: #fff;
  }
  #sub-navigation ul li a:focus ::selection,
  #sub-navigation ul li a:link:focus ::selection,
  #sub-navigation ul li a:active ::selection,
  #sub-navigation ul li a:link:active ::selection {
    background: #272727;
    color: #fff;
  }
}
/* Additional navigation */
#additional-navigation ul li a {
  display: block;
  padding: .25em .5em;
  margin: 0 -0.5em;
  font-size: 0.92307692em;
}
#additional-navigation ul li a:hover,
#additional-navigation ul li a:active,
#additional-navigation ul li a:focus {
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #414141;
}
#additional-navigation ul li a:hover h1,
#additional-navigation ul li a:active h1,
#additional-navigation ul li a:focus h1,
#additional-navigation ul li a:hover h2,
#additional-navigation ul li a:active h2,
#additional-navigation ul li a:focus h2,
#additional-navigation ul li a:hover h3,
#additional-navigation ul li a:active h3,
#additional-navigation ul li a:focus h3,
#additional-navigation ul li a:hover h4,
#additional-navigation ul li a:active h4,
#additional-navigation ul li a:focus h4,
#additional-navigation ul li a:hover h5,
#additional-navigation ul li a:active h5,
#additional-navigation ul li a:focus h5,
#additional-navigation ul li a:hover blockquote,
#additional-navigation ul li a:active blockquote,
#additional-navigation ul li a:focus blockquote {
  color: #ffffff;
}
#additional-navigation ul li a:hover a,
#additional-navigation ul li a:active a,
#additional-navigation ul li a:focus a,
#additional-navigation ul li a:hover a:link,
#additional-navigation ul li a:active a:link,
#additional-navigation ul li a:focus a:link {
  color: #fff;
}
#additional-navigation ul li a:hover ::-moz-selection,
#additional-navigation ul li a:active ::-moz-selection,
#additional-navigation ul li a:focus ::-moz-selection {
  background: #0d0d0d;
  color: #fff;
}
#additional-navigation ul li a:hover ::selection,
#additional-navigation ul li a:active ::selection,
#additional-navigation ul li a:focus ::selection {
  background: #0d0d0d;
  color: #fff;
}
/* Structure
-------------------------------------------------------------- */
#wrapper,
.container,
#logo {
  max-width: 800px;
  margin: 0 auto;
  min-width: 240px;
}
#wrapper {
  padding: 0;
  *zoom: 1;
}
#wrapper:before,
#wrapper:after {
  content: "";
  display: table;
}
#wrapper:after {
  clear: both;
}
#wrapper section:not(.index),
#wrapper aside {
  margin-bottom: 2em;
}
#wrapper section:not(.index) > h1,
#wrapper aside > h1 {
  font-size: 1.38461538em;
  border-bottom: 1px solid #000;
  padding-bottom: .25em;
}
#wrapper section:not(.index) > footer,
#wrapper aside > footer {
  padding: .5em 0;
  text-align: center;
}
#wrapper > * {
  padding: 0 5%;
}
.syndicationfeed .entry-title {
  margin-bottom: 0;
}
.syndicationfeed .prev-page {
  float: left;
  padding-bottom: 0.1em;
  position: relative;
  padding-left: 35px;
  display: block;
}
.syndicationfeed .prev-page:hover:after,
.syndicationfeed .prev-page:active:after,
.syndicationfeed .prev-page:focus:after {
  color: #e7002d;
  text-shadow: 14px 0 0 rgba(231, 0, 45, 0.5);
  margin-left: 0;
}
.syndicationfeed .prev-page:after {
  content: '‹';
  font-family: Arial, Verdana, sans-serif;
  position: absolute;
  font-weight: bold;
  left: 0;
  margin-left: 5px;
  bottom: 0.1em;
  display: block;
  margin-top: -14px;
  color: #5a5a5a;
  font-size: 56px;
  text-shadow: 14px 0 0 rgba(90, 90, 90, 0.5);
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
.syndicationfeed .next-page {
  float: right;
  padding-bottom: 0.1em;
  position: relative;
  padding-right: 35px;
  display: block;
}
.syndicationfeed .next-page:hover:after,
.syndicationfeed .next-page:active:after,
.syndicationfeed .next-page:focus:after {
  color: #e7002d;
  text-shadow: -14px 0 0 rgba(231, 0, 45, 0.5);
  margin-right: 0;
}
.syndicationfeed .next-page:after {
  content: '›';
  font-family: Arial, Verdana, sans-serif;
  position: absolute;
  font-weight: bold;
  right: 0;
  margin-right: 5px;
  bottom: 0.1em;
  display: block;
  margin-top: -14px;
  color: #5a5a5a;
  font-size: 56px;
  text-shadow: -14px 0 0 rgba(90, 90, 90, 0.5);
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
#cision {
  padding-bottom: 1.5em !important;
}
#cision h1 {
  padding-top: 1.1125em;
}
#cision .cisionimage {
  margin: 0 2em 1em 0;
}
#cision form label {
  display: inline;
  margin: 1em 0 0;
  padding: 0 1em 0 0;
  white-space: nowrap;
}
#cision form input {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 0;
  font-size: 0.92307692em;
  color: #1a1a1a;
  text-shadow: none;
  background-color: #fafafa;
  background-image: none;
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top, #eeeeee 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #fafafa));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #fafafa 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #fafafa 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #fafafa 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #fafafa 100%);
  padding: 0.5em;
}
#cision form input a,
#cision form input a:link {
  color: #000;
}
#cision form input h1,
#cision form input h2,
#cision form input h3,
#cision form input h4,
#cision form input h5,
#cision form input blockquote {
  color: inherit;
}
#cision form input a,
#cision form input a:link {
  color: inherit;
}
#cision form input ::-moz-selection {
  background: #c7c7c7;
  color: inherit;
}
#cision form input ::selection {
  background: #c7c7c7;
  color: inherit;
}
#cision form input[type="text"] {
  width: 50%;
  min-width: 285px;
  max-width: 30em;
  display: block;
  border: 1px solid #EAEAEA;
}
#cision form input[type="submit"] {
  width: 50%;
  min-width: 285px;
  max-width: 30em;
  display: block;
  text-align: center;
  border: 1px solid #CCCCCC;
  color: #1a1a1a;
  text-shadow: none;
  background-color: #dddddd;
  background-image: none;
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
}
#cision form input[type="submit"] a,
#cision form input[type="submit"] a:link {
  color: #000;
}
#cision form input[type="submit"] h1,
#cision form input[type="submit"] h2,
#cision form input[type="submit"] h3,
#cision form input[type="submit"] h4,
#cision form input[type="submit"] h5,
#cision form input[type="submit"] blockquote {
  color: inherit;
}
#cision form input[type="submit"] a,
#cision form input[type="submit"] a:link {
  color: inherit;
}
#cision form input[type="submit"] ::-moz-selection {
  background: #aaaaaa;
  color: inherit;
}
#cision form input[type="submit"] ::selection {
  background: #aaaaaa;
  color: inherit;
}
#cision form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: auto;
}
/* Header */
body > header {
  padding-top: 159px;
  color: #1a1a1a;
  text-shadow: none;
  background-color: #ffffff;
  background-image: url('/wp-content/themes/arcam/images/header-bg-mobile.png');
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%);
}
body > header a,
body > header a:link {
  color: #000;
}
body > header h1,
body > header h2,
body > header h3,
body > header h4,
body > header h5,
body > header blockquote {
  color: inherit;
}
body > header a,
body > header a:link {
  color: inherit;
}
body > header ::-moz-selection {
  background: #cccccc;
  color: inherit;
}
body > header ::selection {
  background: #cccccc;
  color: inherit;
}
body > header > #top.container {
  position: relative;
  margin-bottom: 2.5em;
}
body > header > #top.container aside {
  position: absolute;
  top: -159px;
  width: 100%;
  z-index: 50;
}
body > header > #top.container aside a,
body > header > #top.container aside a:link {
  float: right;
  padding: .5em 5%;
  color: #1a1a1a;
  text-shadow: none;
  background-color: #e6e6e6;
  background-image: none;
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #000;
  font-weight: normal;
  font-size: 0.84615385em;
}
body > header > #top.container aside a a,
body > header > #top.container aside a:link a,
body > header > #top.container aside a a:link,
body > header > #top.container aside a:link a:link {
  color: #000;
}
body > header > #top.container aside a h1,
body > header > #top.container aside a:link h1,
body > header > #top.container aside a h2,
body > header > #top.container aside a:link h2,
body > header > #top.container aside a h3,
body > header > #top.container aside a:link h3,
body > header > #top.container aside a h4,
body > header > #top.container aside a:link h4,
body > header > #top.container aside a h5,
body > header > #top.container aside a:link h5,
body > header > #top.container aside a blockquote,
body > header > #top.container aside a:link blockquote {
  color: inherit;
}
body > header > #top.container aside a a,
body > header > #top.container aside a:link a,
body > header > #top.container aside a a:link,
body > header > #top.container aside a:link a:link {
  color: inherit;
}
body > header > #top.container aside a ::-moz-selection,
body > header > #top.container aside a:link ::-moz-selection {
  background: #b3b3b3;
  color: inherit;
}
body > header > #top.container aside a ::selection,
body > header > #top.container aside a:link ::selection {
  background: #b3b3b3;
  color: inherit;
}
body > header > #top.container aside a:active,
body > header > #top.container aside a:link:active,
body > header > #top.container aside a:focus,
body > header > #top.container aside a:link:focus,
body > header > #top.container aside a:hover,
body > header > #top.container aside a:link:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #5a5a5a;
  text-decoration: none;
}
body > header > #top.container aside a:active h1,
body > header > #top.container aside a:link:active h1,
body > header > #top.container aside a:focus h1,
body > header > #top.container aside a:link:focus h1,
body > header > #top.container aside a:hover h1,
body > header > #top.container aside a:link:hover h1,
body > header > #top.container aside a:active h2,
body > header > #top.container aside a:link:active h2,
body > header > #top.container aside a:focus h2,
body > header > #top.container aside a:link:focus h2,
body > header > #top.container aside a:hover h2,
body > header > #top.container aside a:link:hover h2,
body > header > #top.container aside a:active h3,
body > header > #top.container aside a:link:active h3,
body > header > #top.container aside a:focus h3,
body > header > #top.container aside a:link:focus h3,
body > header > #top.container aside a:hover h3,
body > header > #top.container aside a:link:hover h3,
body > header > #top.container aside a:active h4,
body > header > #top.container aside a:link:active h4,
body > header > #top.container aside a:focus h4,
body > header > #top.container aside a:link:focus h4,
body > header > #top.container aside a:hover h4,
body > header > #top.container aside a:link:hover h4,
body > header > #top.container aside a:active h5,
body > header > #top.container aside a:link:active h5,
body > header > #top.container aside a:focus h5,
body > header > #top.container aside a:link:focus h5,
body > header > #top.container aside a:hover h5,
body > header > #top.container aside a:link:hover h5,
body > header > #top.container aside a:active blockquote,
body > header > #top.container aside a:link:active blockquote,
body > header > #top.container aside a:focus blockquote,
body > header > #top.container aside a:link:focus blockquote,
body > header > #top.container aside a:hover blockquote,
body > header > #top.container aside a:link:hover blockquote {
  color: #ffffff;
}
body > header > #top.container aside a:active a,
body > header > #top.container aside a:link:active a,
body > header > #top.container aside a:focus a,
body > header > #top.container aside a:link:focus a,
body > header > #top.container aside a:hover a,
body > header > #top.container aside a:link:hover a,
body > header > #top.container aside a:active a:link,
body > header > #top.container aside a:link:active a:link,
body > header > #top.container aside a:focus a:link,
body > header > #top.container aside a:link:focus a:link,
body > header > #top.container aside a:hover a:link,
body > header > #top.container aside a:link:hover a:link {
  color: #fff;
}
body > header > #top.container aside a:active ::-moz-selection,
body > header > #top.container aside a:link:active ::-moz-selection,
body > header > #top.container aside a:focus ::-moz-selection,
body > header > #top.container aside a:link:focus ::-moz-selection,
body > header > #top.container aside a:hover ::-moz-selection,
body > header > #top.container aside a:link:hover ::-moz-selection {
  background: #272727;
  color: #fff;
}
body > header > #top.container aside a:active ::selection,
body > header > #top.container aside a:link:active ::selection,
body > header > #top.container aside a:focus ::selection,
body > header > #top.container aside a:link:focus ::selection,
body > header > #top.container aside a:hover ::selection,
body > header > #top.container aside a:link:hover ::selection {
  background: #272727;
  color: #fff;
}
#logo {
  position: absolute;
  top: 37px;
  width: 100%;
  text-align: center;
}
#logo span {
  position: absolute;
  top: -999em;
  left: -999em;
}
#logo img {
  vertical-align: middle;
}
@media screen and (min-width: 661px) {
  #wrapper {
    padding-top: 2em;
    padding-left: 2%;
    padding-right: 2%;
    min-height: 450px;
  }
  #wrapper > section,
  #wrapper > aside,
  #wrapper > div {
    padding: 0;
  }
  #wrapper > article ~ section:not(.index),
  #wrapper > article ~ aside {
    display: inline;
    float: left;
    width: 29.76190476%;
    margin: 0 1.78571429%;
  }
  #wrapper > article ~ section:not(.index) + section,
  #wrapper > article ~ aside + section {
    display: inline;
    float: left;
    width: 63.0952381%;
    margin: 0 1.78571429%;
  }
  #wrapper > article ~ section:not(.index) + section + section,
  #wrapper > article ~ aside + section + section {
    display: inline;
    float: left;
    width: 29.76190476%;
    margin: 0 1.78571429%;
  }
  #wrapper > article ~ section:not(.index) + aside + section,
  #wrapper > article ~ aside + aside + section {
    display: inline;
    float: left;
    width: 29.76190476%;
    margin: 0 1.78571429%;
  }
  #wrapper #side-column {
    display: inline;
    float: left;
    width: 29.76190476%;
    margin: 0 1.78571429%;
  }
  #wrapper #side-column ul {
    list-style: none;
  }
  #wrapper #side-column ul li li {
    font-style: italic;
  }
  #wrapper #side-column ul li li a:before {
    display: inline-block;
    content: "-";
    padding-right: 0.5em;
  }
}
#ie #wrapper {
  padding-top: 2em;
  padding-left: 2%;
  padding-right: 2%;
  min-height: 450px;
}
#ie #wrapper > section,
#ie #wrapper > aside,
#ie #wrapper > div {
  padding: 0;
}
#ie #wrapper > article ~ section:not(.index),
#ie #wrapper > article ~ aside {
  display: inline;
  float: left;
  width: 29.76190476%;
  margin: 0 1.78571429%;
}
#ie #wrapper > article ~ section:not(.index) + section,
#ie #wrapper > article ~ aside + section {
  display: inline;
  float: left;
  width: 63.0952381%;
  margin: 0 1.78571429%;
}
#ie #wrapper > article ~ section:not(.index) + section + section,
#ie #wrapper > article ~ aside + section + section {
  display: inline;
  float: left;
  width: 29.76190476%;
  margin: 0 1.78571429%;
}
#ie #wrapper > article ~ section:not(.index) + aside + section,
#ie #wrapper > article ~ aside + aside + section {
  display: inline;
  float: left;
  width: 29.76190476%;
  margin: 0 1.78571429%;
}
#ie #wrapper #side-column {
  display: inline;
  float: left;
  width: 29.76190476%;
  margin: 0 1.78571429%;
}
#ie #wrapper #side-column ul {
  list-style: none;
}
#ie #wrapper #side-column ul li li {
  font-style: italic;
}
#ie #wrapper #side-column ul li li a:before {
  display: inline-block;
  content: "-";
  padding-right: 0.5em;
}
@media screen and (min-width: 661px) {
  #wrapper,
  .container,
  body > header nav,
  body > header aside,
  #logo {
    max-width: 960px;
    margin: 0 auto;
  }
}
#ie #wrapper,
#ie .container,
#ie body > header nav,
#ie body > header aside,
#ie #logo {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 661px) {
  body > header {
    padding-top: 0;
    color: #1a1a1a;
    text-shadow: none;
    background-color: #e6e6e6;
    background-image: url('/wp-content/themes/arcam/images/header-bg.png');
    background-repeat: repeat-x;
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    position: relative;
    z-index: 4;
  }
  body > header a,
  body > header a:link {
    color: #000;
  }
  body > header h1,
  body > header h2,
  body > header h3,
  body > header h4,
  body > header h5,
  body > header blockquote {
    color: inherit;
  }
  body > header a,
  body > header a:link {
    color: inherit;
  }
  body > header ::-moz-selection {
    background: #b3b3b3;
    color: inherit;
  }
  body > header ::selection {
    background: #b3b3b3;
    color: inherit;
  }
  body > header:before {
    position: absolute;
    z-index: 3;
    height: 5px;
    margin-bottom: -5px;
    display: block;
    content: '';
    left: 0;
    width: 100%;
    bottom: auto;
    top: 100%;
    background: -moz-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
    background: -webkit-gradient(radial, center top, 0%, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0)));
    background: -webkit-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
    background: -o-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
    background: -ms-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
    background: radial-gradient(ellipse at center top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  }
  body > header > #top.container {
    color: #e6e6e6;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
    background-color: #747474;
    background-image: none;
    background-repeat: repeat-x;
    background: -moz-linear-gradient(top, #5a5a5a 0%, #747474 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #747474));
    background: -webkit-linear-gradient(top, #5a5a5a 0%, #747474 100%);
    background: -o-linear-gradient(top, #5a5a5a 0%, #747474 100%);
    background: -ms-linear-gradient(top, #5a5a5a 0%, #747474 100%);
    background: linear-gradient(to bottom, #5a5a5a 0%, #747474 100%);
    max-width: none;
  }
  body > header > #top.container h1,
  body > header > #top.container h2,
  body > header > #top.container h3,
  body > header > #top.container h4,
  body > header > #top.container h5,
  body > header > #top.container blockquote {
    color: #ffffff;
  }
  body > header > #top.container a,
  body > header > #top.container a:link {
    color: #fff;
  }
  body > header > #top.container ::-moz-selection {
    background: #414141;
    color: #fff;
  }
  body > header > #top.container ::selection {
    background: #414141;
    color: #fff;
  }
  body > header > #top.container aside {
    top: 0;
    text-shadow: none;
    position: inherit;
    width: auto;
    margin-top: -2.5em;
  }
  body > header > #top.container aside a {
    color: #000 !important;
  }
  body > header > #top.container aside a:active,
  body > header > #top.container aside a:focus,
  body > header > #top.container aside a:hover {
    color: #1a1a1a;
    text-shadow: none;
    background-color: #e6e6e6;
    text-shadow: none !important;
    color: #000 !important;
  }
  body > header > #top.container aside a:active a,
  body > header > #top.container aside a:focus a,
  body > header > #top.container aside a:hover a,
  body > header > #top.container aside a:active a:link,
  body > header > #top.container aside a:focus a:link,
  body > header > #top.container aside a:hover a:link {
    color: #000;
  }
  body > header > #top.container aside a:active h1,
  body > header > #top.container aside a:focus h1,
  body > header > #top.container aside a:hover h1,
  body > header > #top.container aside a:active h2,
  body > header > #top.container aside a:focus h2,
  body > header > #top.container aside a:hover h2,
  body > header > #top.container aside a:active h3,
  body > header > #top.container aside a:focus h3,
  body > header > #top.container aside a:hover h3,
  body > header > #top.container aside a:active h4,
  body > header > #top.container aside a:focus h4,
  body > header > #top.container aside a:hover h4,
  body > header > #top.container aside a:active h5,
  body > header > #top.container aside a:focus h5,
  body > header > #top.container aside a:hover h5,
  body > header > #top.container aside a:active blockquote,
  body > header > #top.container aside a:focus blockquote,
  body > header > #top.container aside a:hover blockquote {
    color: inherit;
  }
  body > header > #top.container aside a:active a,
  body > header > #top.container aside a:focus a,
  body > header > #top.container aside a:hover a,
  body > header > #top.container aside a:active a:link,
  body > header > #top.container aside a:focus a:link,
  body > header > #top.container aside a:hover a:link {
    color: inherit;
  }
  body > header > #top.container aside a:active ::-moz-selection,
  body > header > #top.container aside a:focus ::-moz-selection,
  body > header > #top.container aside a:hover ::-moz-selection {
    background: #b3b3b3;
    color: inherit;
  }
  body > header > #top.container aside a:active ::selection,
  body > header > #top.container aside a:focus ::selection,
  body > header > #top.container aside a:hover ::selection {
    background: #b3b3b3;
    color: inherit;
  }
}
#ie body > header {
  padding-top: 0;
  color: #1a1a1a;
  text-shadow: none;
  background-color: #e6e6e6;
  background-image: url('/wp-content/themes/arcam/images/header-bg.png');
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  position: relative;
  z-index: 4;
}
#ie body > header a,
#ie body > header a:link {
  color: #000;
}
#ie body > header h1,
#ie body > header h2,
#ie body > header h3,
#ie body > header h4,
#ie body > header h5,
#ie body > header blockquote {
  color: inherit;
}
#ie body > header a,
#ie body > header a:link {
  color: inherit;
}
#ie body > header ::-moz-selection {
  background: #b3b3b3;
  color: inherit;
}
#ie body > header ::selection {
  background: #b3b3b3;
  color: inherit;
}
#ie body > header:before {
  position: absolute;
  z-index: 3;
  height: 5px;
  margin-bottom: -5px;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  bottom: auto;
  top: 100%;
  background: -moz-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-gradient(radial, center top, 0%, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: -webkit-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: -o-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: -ms-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: radial-gradient(ellipse at center top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
}
#ie body > header > #top.container {
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #747474;
  background-image: none;
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top, #5a5a5a 0%, #747474 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #747474));
  background: -webkit-linear-gradient(top, #5a5a5a 0%, #747474 100%);
  background: -o-linear-gradient(top, #5a5a5a 0%, #747474 100%);
  background: -ms-linear-gradient(top, #5a5a5a 0%, #747474 100%);
  background: linear-gradient(to bottom, #5a5a5a 0%, #747474 100%);
  max-width: none;
}
#ie body > header > #top.container h1,
#ie body > header > #top.container h2,
#ie body > header > #top.container h3,
#ie body > header > #top.container h4,
#ie body > header > #top.container h5,
#ie body > header > #top.container blockquote {
  color: #ffffff;
}
#ie body > header > #top.container a,
#ie body > header > #top.container a:link {
  color: #fff;
}
#ie body > header > #top.container ::-moz-selection {
  background: #414141;
  color: #fff;
}
#ie body > header > #top.container ::selection {
  background: #414141;
  color: #fff;
}
#ie body > header > #top.container aside {
  top: 0;
  text-shadow: none;
  position: inherit;
  width: auto;
  margin-top: -2.5em;
}
#ie body > header > #top.container aside a {
  color: #000 !important;
}
#ie body > header > #top.container aside a:active,
#ie body > header > #top.container aside a:focus,
#ie body > header > #top.container aside a:hover {
  color: #1a1a1a;
  text-shadow: none;
  background-color: #e6e6e6;
  text-shadow: none !important;
  color: #000 !important;
}
#ie body > header > #top.container aside a:active a,
#ie body > header > #top.container aside a:focus a,
#ie body > header > #top.container aside a:hover a,
#ie body > header > #top.container aside a:active a:link,
#ie body > header > #top.container aside a:focus a:link,
#ie body > header > #top.container aside a:hover a:link {
  color: #000;
}
#ie body > header > #top.container aside a:active h1,
#ie body > header > #top.container aside a:focus h1,
#ie body > header > #top.container aside a:hover h1,
#ie body > header > #top.container aside a:active h2,
#ie body > header > #top.container aside a:focus h2,
#ie body > header > #top.container aside a:hover h2,
#ie body > header > #top.container aside a:active h3,
#ie body > header > #top.container aside a:focus h3,
#ie body > header > #top.container aside a:hover h3,
#ie body > header > #top.container aside a:active h4,
#ie body > header > #top.container aside a:focus h4,
#ie body > header > #top.container aside a:hover h4,
#ie body > header > #top.container aside a:active h5,
#ie body > header > #top.container aside a:focus h5,
#ie body > header > #top.container aside a:hover h5,
#ie body > header > #top.container aside a:active blockquote,
#ie body > header > #top.container aside a:focus blockquote,
#ie body > header > #top.container aside a:hover blockquote {
  color: inherit;
}
#ie body > header > #top.container aside a:active a,
#ie body > header > #top.container aside a:focus a,
#ie body > header > #top.container aside a:hover a,
#ie body > header > #top.container aside a:active a:link,
#ie body > header > #top.container aside a:focus a:link,
#ie body > header > #top.container aside a:hover a:link {
  color: inherit;
}
#ie body > header > #top.container aside a:active ::-moz-selection,
#ie body > header > #top.container aside a:focus ::-moz-selection,
#ie body > header > #top.container aside a:hover ::-moz-selection {
  background: #b3b3b3;
  color: inherit;
}
#ie body > header > #top.container aside a:active ::selection,
#ie body > header > #top.container aside a:focus ::selection,
#ie body > header > #top.container aside a:hover ::selection {
  background: #b3b3b3;
  color: inherit;
}
@media screen and (min-width: 861px) {
  #logo {
    text-align: left;
    display: inline;
    float: left;
    width: 29.76190476%;
    margin: 0 1.78571429%;
    margin-top: 1em;
  }
}
#ie #logo {
  text-align: left;
  display: inline;
  float: left;
  width: 29.76190476%;
  margin: 0 1.78571429%;
  margin-top: 1em;
}
@media screen and (min-width: 861px) {
  body > header {
    *zoom: 1;
  }
  body > header:before,
  body > header:after {
    content: "";
    display: table;
  }
  body > header:after {
    clear: both;
  }
  body > header > #top.container aside {
    width: 100%;
    margin: -2.5em auto 0;
  }
  body > header > #top.container aside a,
  body > header > #top.container aside a:link {
    min-width: 18%;
    box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    margin-right: 1.78571429%;
    text-align: center;
    padding: .5em;
  }
}
#ie body > header {
  *zoom: 1;
}
#ie body > header:before,
#ie body > header:after {
  content: "";
  display: table;
}
#ie body > header:after {
  clear: both;
}
#ie body > header > #top.container aside {
  width: 100%;
  margin: -2.5em auto 0;
}
#ie body > header > #top.container aside a,
#ie body > header > #top.container aside a:link {
  min-width: 18%;
  box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  margin-right: 1.78571429%;
  text-align: center;
  padding: .5em;
}
@media screen and (min-width: 1281px) {
  #wrapper,
  .container,
  body > header nav,
  body > header aside,
  #logo {
    width: 80%;
    max-width: 1280px;
  }
}
#ie #wrapper,
#ie .container,
#ie body > header nav,
#ie body > header > #top.container aside,
#ie #logo {
  width: 960px;
}
#ie #top.container {
  width: auto;
}
@media screen and (min-width: 1281px) {
  body > header > #top.container {
    max-width: none;
    width: auto;
  }
}
/* Main-spot */
#main-spots {
  padding-bottom: 2em;
  height: 21em;
  margin: -2.5em 0 2em;
  position: relative;
  z-index: 4;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.07692308em;
}
#main-spots:before {
  position: absolute;
  z-index: 3;
  height: 5px;
  margin-bottom: -5px;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  bottom: 2em;
  top: auto;
  background: -moz-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-gradient(radial, center top, 0%, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: -webkit-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: -o-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: -ms-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: radial-gradient(ellipse at center top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
}
#main-spots article {
  width: 100%;
  padding: 0;
  height: 21em;
  overflow: hidden;
  font-weight: 200;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
}
#main-spots article > div {
  position: relative;
  padding: 0 20px;
  height: 21em;
  overflow: hidden;
}
#main-spots article > div > ul {
  list-style-position: inside;
}
#main-spots article h1,
#main-spots article h2 {
  margin-top: 1em;
  clear: none;
}
#main-spots article h1 a,
#main-spots article h2 a {
  color: #000;
}
#main-spots article h1 a strong,
#main-spots article h2 a strong {
  color: #e7002d;
}
#main-spots article:first-child,
.js-ready #main-spots article {
  visibility: visible;
}
#main-spots article header {
  display: none;
  position: relative;
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #6e6e6e;
  background-image: none;
  background-repeat: repeat-y;
  background: -moz-linear-gradient(left, #6e6e6e 0%, #4b4b4b 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6e6e6e), color-stop(100%, #4b4b4b));
  background: -webkit-linear-gradient(left, #6e6e6e 0%, #4b4b4b 100%);
  background: -o-linear-gradient(left, #6e6e6e 0%, #4b4b4b 100%);
  background: -ms-linear-gradient(left, #6e6e6e 0%, #4b4b4b 100%);
  background: linear-gradient(to right, #6e6e6e 0%, #4b4b4b 100%);
  width: 38.87800857%;
  float: left;
  margin-right: 1.78571429%;
  height: 21em;
  z-index: 99;
}
#main-spots article header h1,
#main-spots article header h2,
#main-spots article header h3,
#main-spots article header h4,
#main-spots article header h5,
#main-spots article header blockquote {
  color: #ffffff;
}
#main-spots article header a,
#main-spots article header a:link {
  color: #fff;
}
#main-spots article header ::-moz-selection {
  background: #3b3b3b;
  color: #fff;
}
#main-spots article header ::selection {
  background: #3b3b3b;
  color: #fff;
}
#main-spots article header h1 {
  position: absolute;
  z-index: 1;
  font-size: 1.46153846em;
  width: 100%;
}
#main-spots article header h1 img {
  padding: 0 5%;
  max-width: 30%;
}
#main-spots article header h1 span {
  display: block;
  margin-left: 5%;
  padding: 0px 1%;
}
#main-spots article header a:hover h1 span {
  text-decoration: underline;
}
#main-spots article figure > img {
  z-index: -1;
  position: relative;
}
#main-spots article figure figcaption {
  font-weight: normal;
}
#main-spots article figure figcaption li {
  list-style: none;
  position: relative;
  padding: .5em 5%;
  min-width: 18em;
  text-align: left;
  *zoom: 1;
  display: table;
  z-index: 99;
  border: 1px solid transparent;
}
#main-spots article figure figcaption li:before,
#main-spots article figure figcaption li:after {
  content: "";
  display: table;
}
#main-spots article figure figcaption li:after {
  clear: both;
}
#main-spots article figure figcaption li > * {
  display: none;
  vertical-align: middle;
}
#main-spots article figure figcaption li > p {
  font-size: 0.84615385em;
  padding: 0 0 0 5%;
}
#main-spots article figure figcaption li > p em {
  color: #000;
}
#main-spots article figure figcaption li img {
  width: 109px;
  max-width: none;
}
#main-spots article figure figcaption li:before {
  content: '+';
  display: block;
  font-size: 20px;
  color: #e6e6e6;
  background-color: #5a5a5a;
  border: 7px solid #a7a8ab;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 4px 5px 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1000;
  cursor: pointer;
}
#main-spots article figure figcaption li:hover:before,
#main-spots article figure figcaption li:active:before,
#main-spots article figure figcaption li:focus:before,
#main-spots article figure figcaption li.active:before {
  border-color: #e7002d;
}
#main-spots article figure figcaption li.active {
  width: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #ffffff;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-color: rgba(231, 0, 45, 0.5);
}
#main-spots article figure figcaption li.active:before {
  content: '–';
}
#main-spots article figure figcaption li.active > * {
  display: table-cell;
}
#main-spots article ::-moz-selection {
  background: transparent;
  color: inherit;
}
#main-spots article ::selection {
  background: transparent;
  color: inherit;
}
#main-spots nav {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#main-spots nav ul {
  margin-bottom: 0;
  text-align: center;
}
#main-spots nav ul li {
  display: inline-block;
  overflow: visible;
}
#main-spots nav ul li a,
#main-spots nav ul li a:link {
  position: relative;
  overflow: hidden;
  width: 1em;
  height: 1.5em;
  display: block;
}
#main-spots nav ul li a::before,
#main-spots nav ul li a:link::before {
  content: '●';
  float: left;
  font-size: 18px;
  display: block;
  color: #a7a8ab;
}
#main-spots nav ul li.active a::before,
#main-spots nav ul li a:active::before,
#main-spots nav ul li a:focus::before {
  color: #e7002d;
}
#main-spots nav ul li a:hover::before {
  color: #000;
}
#main-spots nav .spot-previous {
  position: absolute;
  bottom: 100%;
  z-index: 1000;
  overflow: hidden;
  padding-left: 65px;
  width: 0;
  display: block;
  height: 85px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: -30px;
  color: #a7a8ab;
  left: 0px;
}
#main-spots nav .spot-previous:before {
  display: block;
  position: absolute;
  font-family: Arial, Verdana, sans-serif;
  font-size: 85px;
  top: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
#main-spots nav .spot-previous:hover {
  color: #e7002d;
}
#main-spots nav .spot-previous:hover:before {
  font-size: 102px;
  opacity: 1;
}
#main-spots nav .spot-previous:before {
  content: '‹';
  margin-left: -50px;
}
#main-spots nav .spot-previous:hover:before {
  margin-left: -60px;
}
#main-spots nav .spot-next {
  position: absolute;
  bottom: 100%;
  z-index: 1000;
  overflow: hidden;
  padding-left: 65px;
  width: 0;
  display: block;
  height: 85px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: -30px;
  color: #a7a8ab;
  right: 0px;
}
#main-spots nav .spot-next:before {
  display: block;
  position: absolute;
  font-family: Arial, Verdana, sans-serif;
  font-size: 85px;
  top: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
#main-spots nav .spot-next:hover {
  color: #e7002d;
}
#main-spots nav .spot-next:hover:before {
  font-size: 102px;
  opacity: 1;
}
#main-spots nav .spot-next:before {
  content: '›';
  margin-left: -60px;
}
#main-spots nav .spot-next:hover:before {
  margin-left: -50px;
}
#main-spots nav .spot-previous,
#main-spots nav .spot-next {
  display: none;
  outline: none;
}
.no-touch #main-spots nav .spot-previous,
.no-touch #main-spots nav .spot-next {
  display: block;
}
#main-spots #slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#main-spots #slider #spot-canvas {
  white-space: nowrap;
}
#main-spots #slider #spot-canvas > article {
  position: relative;
  white-space: normal;
  vertical-align: top;
  z-index: 600;
}
/* Specific spots */
#wrapper #main-spots #we-are-arcam > div > figure {
  position: absolute;
  right: 0;
  bottom: 0;
}
#wrapper #main-spots #we-are-arcam > div > figure:first-of-type {
  right: auto;
  left: 0;
}
#wrapper #main-spots #we-are-arcam > div > p {
  z-index: 100;
}
#main-spots #cad-to-metal > div > figure {
  position: absolute;
  right: -30%;
  bottom: 0;
  max-width: 70%;
}
#main-spots #cad-to-metal > div > figure > img {
  float: left;
}
#main-spots #cad-to-metal > div > figure figcaption li {
  position: absolute;
  bottom: 57%;
  top: auto;
  right: 60%;
  width: 80%;
}
#main-spots #cad-to-metal > div > figure figcaption li:before {
  top: auto;
  bottom: -20px;
}
#main-spots #cad-to-metal > div > figure figcaption li > img {
  width: auto;
  max-width: 150px;
}
#main-spots #cad-to-metal > div > ul {
  margin-right: 33%;
}
#main-spots #arcam-a1 header {
  background: url('/wp-content/uploads/a1-machine-on-grey.jpg') no-repeat center right;
  background-size: 100%;
}
#main-spots #arcam-a1 > div > h2 {
  margin-right: -20px;
  position: relative;
  z-index: 1;
}
#main-spots #arcam-a1 > div > ul {
  position: relative;
  z-index: 1;
}
#main-spots #arcam-a1 > div > figure {
  position: absolute;
  right: 0;
  bottom: -20%;
  height: 19em;
  text-align: right;
  max-width: 40%;
}
#main-spots #arcam-a1 > div > figure > img {
  max-height: 100%;
  height: auto;
  width: inherit;
  vertical-align: baseline;
}
#main-spots #arcam-a1 > div > figure figcaption li {
  position: absolute;
  top: 80px;
  right: 80%;
}
#main-spots #arcam-a1 > div > figure figcaption li > img {
  margin-bottom: -5%;
}
#main-spots #arcam-q10 header {
  background: url('/wp-content/uploads/q10-machine-on-grey.jpg') no-repeat center right;
  background-size: 100%;
}
#main-spots #arcam-q10 > div > h2 {
  margin-right: -20px;
  position: relative;
  z-index: 1;
}
#main-spots #arcam-q10 > div > ul {
  position: relative;
  z-index: 1;
}
#main-spots #arcam-q10 > div > figure {
  position: absolute;
  right: 0;
  bottom: -20%;
  height: 19em;
  text-align: right;
  max-width: 40%;
}
#main-spots #arcam-q10 > div > figure > img {
  max-height: 100%;
  height: auto;
  width: inherit;
  vertical-align: baseline;
}
#main-spots #arcam-q10 > div > figure figcaption li {
  position: absolute;
  top: 80px;
  right: 80%;
}
#main-spots #arcam-q10 > div > figure figcaption li > img {
  margin-bottom: -5%;
}
#main-spots #arcam-a2 header {
  background: url('/wp-content/uploads/a2-machine-on-grey.jpg') no-repeat center right;
  background-size: 100%;
}
#main-spots #arcam-a2 > div > h2 {
  margin-right: -20px;
  position: relative;
  z-index: 1;
}
#main-spots #arcam-a2 > div > ul {
  position: relative;
  z-index: 1;
}
#main-spots #arcam-a2 > div > figure {
  position: absolute;
  right: 0;
  bottom: -60px;
  height: 19em;
  text-align: right;
  max-width: 40%;
}
#main-spots #arcam-a2 > div > figure > img {
  max-height: 100%;
  height: auto;
  width: inherit;
  vertical-align: baseline;
}
#main-spots #arcam-a2 > div > figure figcaption li {
  position: absolute;
  top: 20px;
  right: 80%;
}
#main-spots #arcam-a2 > div > figure figcaption li > img {
  margin-bottom: -5%;
  width: 80px;
}
#main-spots #arcam-q20 header {
  background: url('/wp-content/uploads/q20-machine-on-grey.jpg') no-repeat center right;
  background-size: 100%;
}
#main-spots #arcam-q20 > div > h2 {
  margin-right: -20px;
  position: relative;
  z-index: 1;
}
#main-spots #arcam-q20 > div > ul {
  position: relative;
  z-index: 1;
}
#main-spots #arcam-q20 > div > figure {
  position: absolute;
  right: 0;
  bottom: -60px;
  height: 19em;
  text-align: right;
  max-width: 40%;
}
#main-spots #arcam-q20 > div > figure > img {
  max-height: 100%;
  height: auto;
  width: inherit;
  vertical-align: baseline;
}
#main-spots #arcam-q20 > div > figure figcaption li {
  position: absolute;
  top: 20px;
  right: 80%;
}
#main-spots #arcam-q20 > div > figure figcaption li > img {
  margin-bottom: -5%;
  width: 80px;
}
/* General spot for notmobile */
@media screen and (min-width: 661px) {
  #wrapper #main-spots {
    display: inline;
    float: left;
    width: 96.42857143%;
    margin: 0 1.78571429%;
    margin-bottom: 4em;
    margin-top: -2em;
    padding-bottom: 2em;
    z-index: 0;
    height: 21em;
    overflow: visible;
  }
  #wrapper #main-spots article {
    padding-left: 0;
    padding-right: 0;
    height: 21em;
  }
  #wrapper #main-spots article > div {
    padding-left: 1.78571429%;
    padding-right: 0;
  }
  #wrapper #main-spots article header {
    display: block;
    margin-left: -1.78571429%;
  }
  #wrapper #main-spots article h1,
  #wrapper #main-spots article h2 {
    margin-top: 2em;
  }
  #wrapper #main-spots article h2 {
    font-size: 1.46153846em;
  }
  #wrapper #main-spots nav {
    margin-top: 21em;
    position: static;
  }
  #wrapper #main-spots nav .spot-previous {
    position: absolute;
    bottom: 50%;
    z-index: 1000;
    overflow: hidden;
    padding-left: 65px;
    width: 0;
    display: block;
    height: 135px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: -30px;
    color: #a7a8ab;
    left: -60px;
  }
  #wrapper #main-spots nav .spot-previous:before {
    display: block;
    position: absolute;
    font-family: Arial, Verdana, sans-serif;
    font-size: 135px;
    top: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0.7;
  }
  #wrapper #main-spots nav .spot-previous:hover {
    color: #e7002d;
  }
  #wrapper #main-spots nav .spot-previous:hover:before {
    font-size: 162px;
    opacity: 1;
  }
  #wrapper #main-spots nav .spot-previous:before {
    margin-left: -50px;
  }
  #wrapper #main-spots nav .spot-previous:hover:before {
    margin-left: -60px;
  }
  #wrapper #main-spots nav .spot-next {
    position: absolute;
    bottom: 50%;
    z-index: 1000;
    overflow: hidden;
    padding-left: 65px;
    width: 0;
    display: block;
    height: 135px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: -30px;
    color: #a7a8ab;
    right: -60px;
  }
  #wrapper #main-spots nav .spot-next:before {
    display: block;
    position: absolute;
    font-family: Arial, Verdana, sans-serif;
    font-size: 135px;
    top: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0.7;
  }
  #wrapper #main-spots nav .spot-next:hover {
    color: #e7002d;
  }
  #wrapper #main-spots nav .spot-next:hover:before {
    font-size: 162px;
    opacity: 1;
  }
  #wrapper #main-spots nav .spot-next:before {
    margin-left: -60px;
  }
  #wrapper #main-spots nav .spot-next:hover:before {
    margin-left: -50px;
  }
  #wrapper #main-spots #spot-navigation ~ #slider {
    top: -23em;
  }
}
#ie #wrapper #main-spots {
  display: inline;
  float: left;
  width: 96.42857143%;
  margin: 0 1.78571429%;
  margin-bottom: 4em;
  margin-top: -2em;
  padding-bottom: 2em;
  z-index: 0;
  height: 21em;
  overflow: visible;
}
#ie #wrapper #main-spots article {
  padding-left: 0;
  padding-right: 0;
  height: 21em;
}
#ie #wrapper #main-spots article > div {
  padding-left: 1.78571429%;
  padding-right: 0;
}
#ie #wrapper #main-spots article header {
  display: block;
  margin-left: -1.78571429%;
}
#ie #wrapper #main-spots article h1,
#ie #wrapper #main-spots article h2 {
  margin-top: 2em;
}
#ie #wrapper #main-spots article h2 {
  font-size: 1.46153846em;
}
#ie #wrapper #main-spots nav {
  margin-top: 21em;
  position: static;
}
#ie #wrapper #main-spots nav .spot-previous {
  position: absolute;
  bottom: 50%;
  z-index: 1000;
  overflow: hidden;
  padding-left: 65px;
  width: 0;
  display: block;
  height: 135px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: -30px;
  color: #a7a8ab;
  left: -60px;
}
#ie #wrapper #main-spots nav .spot-previous:before {
  display: block;
  position: absolute;
  font-family: Arial, Verdana, sans-serif;
  font-size: 135px;
  top: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
#ie #wrapper #main-spots nav .spot-previous:hover {
  color: #e7002d;
}
#ie #wrapper #main-spots nav .spot-previous:hover:before {
  font-size: 162px;
  opacity: 1;
}
#ie #wrapper #main-spots nav .spot-previous:before {
  margin-left: -50px;
}
#ie #wrapper #main-spots nav .spot-previous:hover:before {
  margin-left: -60px;
}
#ie #wrapper #main-spots nav .spot-next {
  position: absolute;
  bottom: 50%;
  z-index: 1000;
  overflow: hidden;
  padding-left: 65px;
  width: 0;
  display: block;
  height: 135px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: -30px;
  color: #a7a8ab;
  right: -60px;
}
#ie #wrapper #main-spots nav .spot-next:before {
  display: block;
  position: absolute;
  font-family: Arial, Verdana, sans-serif;
  font-size: 135px;
  top: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
#ie #wrapper #main-spots nav .spot-next:hover {
  color: #e7002d;
}
#ie #wrapper #main-spots nav .spot-next:hover:before {
  font-size: 162px;
  opacity: 1;
}
#ie #wrapper #main-spots nav .spot-next:before {
  margin-left: -60px;
}
#ie #wrapper #main-spots nav .spot-next:hover:before {
  margin-left: -50px;
}
#ie #wrapper #main-spots #spot-navigation ~ #slider {
  top: -23em;
}
#ie #wrapper #main-spots nav {
  display: none;
}
#ie #wrapper #main-spots #slider {
  top: 0 !important;
}
#ie #wrapper #main-spots article {
  display: none !important;
}
#ie #wrapper #main-spots article:first-child {
  display: block !important;
}
#ie #wrapper #main-spots article > div > figure {
  width: 70%;
  top: 0;
  right: 0;
  height: auto;
}
/* Specific spots for notmobile */
@media screen and (min-width: 661px) {
  #main-spots #arcam-a1,
  #main-spots #arcam-q10 {
    padding-right: 400px;
  }
  #main-spots #arcam-a1 > div > p,
  #main-spots #arcam-q10 > div > p {
    margin-right: 180px;
  }
  #main-spots #arcam-a1 > div > ul,
  #main-spots #arcam-q10 > div > ul {
    margin-right: 230px;
  }
  #main-spots #arcam-a1 > div > figure,
  #main-spots #arcam-q10 > div > figure {
    bottom: 0;
    right: 2%;
    max-width: 28%;
  }
  #main-spots #arcam-a1 > div > figure figcaption li,
  #main-spots #arcam-q10 > div > figure figcaption li {
    top: 65px;
    right: 65%;
  }
  #main-spots #arcam-a2 {
    padding-right: 400px;
  }
  #main-spots #arcam-a2 > div > ul {
    margin-right: 230px;
  }
  #main-spots #arcam-a2 > div > figure {
    bottom: -40px;
  }
  #main-spots #we-are-arcam {
    padding-right: 400px;
  }
  #main-spots #we-are-arcam > div {
    padding-left: 223px !important;
    padding-right: 340px;
  }
  #main-spots #we-are-arcam > div > figure img {
    display: block;
  }
  #main-spots #cad-to-metal > div > figure {
    right: 0;
    bottom: 0;
    max-width: 70%;
  }
  #main-spots #cad-to-metal > div > figure figcaption li {
    right: 20%;
    width: auto;
  }
  #main-spots #cad-to-metal > div > figure figcaption li > img {
    width: 150px;
  }
  #main-spots #cad-to-metal > div > ul,
  #main-spots #cad-to-metal > div > p {
    margin-right: 65%;
  }
}
#ie #main-spots #arcam-a1,
#ie #main-spots #arcam-q10 {
  padding-right: 400px;
}
#ie #main-spots #arcam-a1 > div > p,
#ie #main-spots #arcam-q10 > div > p {
  margin-right: 180px;
}
#ie #main-spots #arcam-a1 > div > ul,
#ie #main-spots #arcam-q10 > div > ul {
  margin-right: 230px;
}
#ie #main-spots #arcam-a1 > div > figure,
#ie #main-spots #arcam-q10 > div > figure {
  bottom: 0;
  right: 2%;
  max-width: 28%;
}
#ie #main-spots #arcam-a1 > div > figure figcaption li,
#ie #main-spots #arcam-q10 > div > figure figcaption li {
  top: 65px;
  right: 65%;
}
#ie #main-spots #arcam-a2 {
  padding-right: 400px;
}
#ie #main-spots #arcam-a2 > div > ul {
  margin-right: 230px;
}
#ie #main-spots #arcam-a2 > div > figure {
  bottom: -40px;
}
#ie #main-spots #we-are-arcam {
  padding-right: 400px;
}
#ie #main-spots #we-are-arcam > div {
  padding-left: 223px !important;
  padding-right: 340px;
}
#ie #main-spots #we-are-arcam > div > figure img {
  display: block;
}
#ie #main-spots #cad-to-metal > div > figure {
  right: 0;
  bottom: 0;
  max-width: 70%;
}
#ie #main-spots #cad-to-metal > div > figure figcaption li {
  right: 20%;
  width: auto;
}
#ie #main-spots #cad-to-metal > div > figure figcaption li > img {
  width: 150px;
}
#ie #main-spots #cad-to-metal > div > ul,
#ie #main-spots #cad-to-metal > div > p {
  margin-right: 65%;
}
@media screen and (min-width: 661px) and (max-width: 1024px) {
  #wrapper #main-spots header h1 {
    font-size: 1.23076923em;
  }
  #wrapper #main-spots nav .spot-previous {
    left: -30px;
  }
  #wrapper #main-spots nav .spot-previous:before {
    margin-left: -64px;
  }
  #wrapper #main-spots nav .spot-next {
    right: -30px;
  }
  #wrapper #main-spots nav .spot-next:before {
    margin-left: -42px;
  }
}
@media screen and (min-width: 661px) and (max-width: 860px) {
  #wrapper #main-spots #we-are-arcam > div {
    padding-left: 1.78571429% !important;
  }
  #wrapper #main-spots #we-are-arcam > div > figure:first-of-type {
    display: none;
  }
}
@media screen and (min-width: 661px) and (max-width: 860px) {
  #main-spots #cad-to-metal > div > figure {
    right: -10%;
  }
  #main-spots #cad-to-metal > div > figure figcaption li {
    right: 30%;
  }
}
@media screen and (max-width: 660px) {
  #main-spots #we-are-arcam > div > figure {
    width: 100%;
    top: 8em;
    left: 0;
    text-align: center;
  }
  #main-spots #we-are-arcam > div > figure:first-of-type {
    display: none;
  }
}
/* Content */
#content,
#cision {
  margin-bottom: 1em;
  *zoom: 1;
  padding: 0 5%;
}
#content:before,
#cision:before,
#content:after,
#cision:after {
  content: "";
  display: table;
}
#content:after,
#cision:after {
  clear: both;
}
#content section,
#cision section,
#content aside,
#cision aside {
  overflow: hidden;
  margin-bottom: 1em;
}
#content aside img,
#cision aside img,
#content figure img,
#cision figure img {
  display: block;
  margin: 0 auto 1em;
}
#content table#tablepress-stocktable,
#cision table#tablepress-stocktable {
  width: 100%;
  /*tr {
			&:nth-child(even) {
				background-color: #F0F0F0;
			}
			&:nth-child(3), &:nth-child(5), &:nth-child(8), &:nth-child(10), &:nth-child(12) {
				border-bottom: 1px solid #DDD;
			}
		}*/
}
#content table#tablepress-stocktable thead tr,
#cision table#tablepress-stocktable thead tr {
  border-bottom: 1px solid #DDD;
}
#content table#tablepress-stocktable th,
#cision table#tablepress-stocktable th {
  text-align: right;
  padding: 2px 3px;
  border-right: 1px solid #DDD;
}
#content table#tablepress-stocktable th:first-child,
#cision table#tablepress-stocktable th:first-child {
  text-align: left;
}
#content table#tablepress-stocktable th:last-child,
#cision table#tablepress-stocktable th:last-child {
  border-right: none;
}
#content table#tablepress-stocktable th:nth-child(2),
#cision table#tablepress-stocktable th:nth-child(2) {
  display: none;
}
#content table#tablepress-stocktable td,
#cision table#tablepress-stocktable td {
  font-size: 0.84615385em;
  text-align: right;
  padding: 1px 3px;
  border-right: 1px solid #DDD;
}
#content table#tablepress-stocktable td:first-child,
#cision table#tablepress-stocktable td:first-child {
  text-align: left;
}
#content table#tablepress-stocktable td:last-child,
#cision table#tablepress-stocktable td:last-child {
  border-right: none;
}
#content table#tablepress-stocktable td:nth-child(2),
#cision table#tablepress-stocktable td:nth-child(2) {
  display: none;
}
#content .embed-youtube,
#cision .embed-youtube {
  position: relative;
  padding: 30px 0 62.83%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
  z-index: 0;
}
#content .embed-youtube iframe,
#cision .embed-youtube iframe,
#content .embed-youtube object,
#cision .embed-youtube object,
#content .embed-youtube embed,
#cision .embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 99.5% !important;
  height: 99.5% !important;
  z-index: 0;
}
#content .embed-container,
#cision .embed-container {
  position: relative;
  padding: 30px 0 62.83%;
  /* 16/9 ratio */
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
#content .embed-container.gmap,
#cision .embed-container.gmap {
  max-width: 720px;
  margin-bottom: 1em;
}
#content .embed-container.gmap .flxmap-container,
#cision .embed-container.gmap .flxmap-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 99.5% !important;
  width: 99.5% !important;
}
#content .embed-container iframe,
#cision .embed-container iframe,
#content .embed-container object,
#cision .embed-container object,
#content .embed-container embed,
#cision .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 99.5% !important;
  height: 99.5% !important;
  z-index: 0;
}
#content .single-cat-article .entry-title,
#cision .single-cat-article .entry-title {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.38461538em;
}
@media screen and (min-width: 661px) {
  #content {
    padding: 0;
    display: inline;
    float: left;
    width: 63.0952381%;
    margin: 0 1.78571429%;
    float: right;
    margin: 0 1.78571429% 1em;
    position: relative;
  }
  #content .post-image,
  #content .post-aside {
    position: absolute;
    top: 4.2em;
    width: 47.17%;
    margin-left: -47.17%;
    left: -5.658%;
    overflow: hidden;
  }
  #content .post-image img,
  #content .post-aside img {
    width: auto;
  }
  #content .post-image ~ footer:after,
  #content .post-aside ~ footer:after {
    content: ' ';
    display: block;
    margin-bottom: 200px;
  }
  #content > footer,
  #content article footer {
    *zoom: 1;
    clear: both;
  }
  #content > footer:before,
  #content article footer:before,
  #content > footer:after,
  #content article footer:after {
    content: "";
    display: table;
  }
  #content > footer:after,
  #content article footer:after {
    clear: both;
  }
}
#ie #content {
  padding: 0;
  display: inline;
  float: left;
  width: 63.0952381%;
  margin: 0 1.78571429%;
  float: right;
  margin: 0 1.78571429% 1em;
  position: relative;
}
#ie #content .post-image,
#ie #content .post-aside {
  position: absolute;
  top: 4.2em;
  width: 47.17%;
  margin-left: -47.17%;
  left: -5.658%;
  overflow: hidden;
}
#ie #content .post-image img,
#ie #content .post-aside img {
  width: auto;
}
#ie #content .post-image ~ footer:after,
#ie #content .post-aside ~ footer:after {
  content: ' ';
  display: block;
  margin-bottom: 200px;
}
#ie #content > footer,
#ie #content article footer {
  *zoom: 1;
  clear: both;
}
#ie #content > footer:before,
#ie #content article footer:before,
#ie #content > footer:after,
#ie #content article footer:after {
  content: "";
  display: table;
}
#ie #content > footer:after,
#ie #content article footer:after {
  clear: both;
}
@media screen and (min-width: 661px) {
  .home #content {
    display: inline;
    float: left;
    width: 63.0952381%;
    margin: 0 1.78571429%;
    margin-bottom: 1em;
    margin-left: 35.11842857%;
  }
  .home #content aside,
  .home #content figure {
    display: inline;
    float: left;
    width: 29.76190476%;
    margin: 0 1.78571429%;
    margin: 0 3.57142857% 0 0;
    width: 46.8644%;
    margin-left: -52.43582857%;
    text-align: right;
    margin-top: -2.5em;
  }
  .home #content aside img,
  .home #content figure img {
    display: inline;
    margin: 0 0 2em;
    width: 100%;
  }
  .home #content aside + h1,
  .home #content figure + h1 {
    clear: none;
  }
}
#ie .home #content {
  display: inline;
  float: left;
  width: 63.0952381%;
  margin: 0 1.78571429%;
  margin-bottom: 1em;
  margin-left: 35.11842857%;
}
#ie .home #content aside,
#ie .home #content figure {
  display: inline;
  float: left;
  width: 29.76190476%;
  margin: 0 1.78571429%;
  margin: 0 3.57142857% 0 0;
  width: 46.8644%;
  margin-left: -52.43582857%;
  text-align: right;
  margin-top: -2.5em;
}
#ie .home #content aside img,
#ie .home #content figure img {
  display: inline;
  margin: 0 0 2em;
  width: 100%;
}
#ie .home #content aside + h1,
#ie .home #content figure + h1 {
  clear: none;
}
@media screen and (min-width: 661px) {
  .page-template-page-frontpage-php #content {
    display: inline;
    float: left;
    width: 63.0952381%;
    margin: 0 1.78571429%;
    float: right;
  }
}
#ie .page-template-page-frontpage-php #content {
  display: inline;
  float: left;
  width: 63.0952381%;
  margin: 0 1.78571429%;
  float: right;
}
/* Events module */
.events ul {
  list-style: none;
}
.events ul li > a {
  text-decoration: none;
  display: block;
}
.events ul li > a .event-location {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.07692308em;
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #e7002d;
  float: left;
  padding: .5em 5%;
  margin: 0 0 .5em;
}
.events ul li > a .event-location h1,
.events ul li > a .event-location h2,
.events ul li > a .event-location h3,
.events ul li > a .event-location h4,
.events ul li > a .event-location h5,
.events ul li > a .event-location blockquote {
  color: #ffffff;
}
.events ul li > a .event-location a,
.events ul li > a .event-location a:link {
  color: #fff;
}
.events ul li > a .event-location ::-moz-selection {
  background: #810019;
  color: #fff;
}
.events ul li > a .event-location ::selection {
  background: #810019;
  color: #fff;
}
.events ul li > a .event-location:hover,
.events ul li > a .event-location:active,
.events ul li > a .event-location:focus {
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #5a5a5a;
}
.events ul li > a .event-location:hover h1,
.events ul li > a .event-location:active h1,
.events ul li > a .event-location:focus h1,
.events ul li > a .event-location:hover h2,
.events ul li > a .event-location:active h2,
.events ul li > a .event-location:focus h2,
.events ul li > a .event-location:hover h3,
.events ul li > a .event-location:active h3,
.events ul li > a .event-location:focus h3,
.events ul li > a .event-location:hover h4,
.events ul li > a .event-location:active h4,
.events ul li > a .event-location:focus h4,
.events ul li > a .event-location:hover h5,
.events ul li > a .event-location:active h5,
.events ul li > a .event-location:focus h5,
.events ul li > a .event-location:hover blockquote,
.events ul li > a .event-location:active blockquote,
.events ul li > a .event-location:focus blockquote {
  color: #ffffff;
}
.events ul li > a .event-location:hover a,
.events ul li > a .event-location:active a,
.events ul li > a .event-location:focus a,
.events ul li > a .event-location:hover a:link,
.events ul li > a .event-location:active a:link,
.events ul li > a .event-location:focus a:link {
  color: #fff;
}
.events ul li > a .event-location:hover ::-moz-selection,
.events ul li > a .event-location:active ::-moz-selection,
.events ul li > a .event-location:focus ::-moz-selection {
  background: #272727;
  color: #fff;
}
.events ul li > a .event-location:hover ::selection,
.events ul li > a .event-location:active ::selection,
.events ul li > a .event-location:focus ::selection {
  background: #272727;
  color: #fff;
}
.events ul li > a .event-name {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.38461538em;
  font-weight: 200;
  margin: 0;
}
.events ul li > a .event-date {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.84615385em;
  color: #000;
  font-weight: 200;
}
.events ul li > a .event-date time {
  font-size: inherit;
}
.events ul li > a p {
  color: #000;
}
.events ul li > a:hover,
.events ul li > a:active,
.events ul li > a:focus {
  text-decoration: none;
}
.events ul li > a:hover .event-name,
.events ul li > a:active .event-name,
.events ul li > a:focus .event-name {
  text-decoration: underline;
}
.events ul li > a:hover .event-location,
.events ul li > a:active .event-location,
.events ul li > a:focus .event-location {
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #5a5a5a;
}
.events ul li > a:hover .event-location h1,
.events ul li > a:active .event-location h1,
.events ul li > a:focus .event-location h1,
.events ul li > a:hover .event-location h2,
.events ul li > a:active .event-location h2,
.events ul li > a:focus .event-location h2,
.events ul li > a:hover .event-location h3,
.events ul li > a:active .event-location h3,
.events ul li > a:focus .event-location h3,
.events ul li > a:hover .event-location h4,
.events ul li > a:active .event-location h4,
.events ul li > a:focus .event-location h4,
.events ul li > a:hover .event-location h5,
.events ul li > a:active .event-location h5,
.events ul li > a:focus .event-location h5,
.events ul li > a:hover .event-location blockquote,
.events ul li > a:active .event-location blockquote,
.events ul li > a:focus .event-location blockquote {
  color: #ffffff;
}
.events ul li > a:hover .event-location a,
.events ul li > a:active .event-location a,
.events ul li > a:focus .event-location a,
.events ul li > a:hover .event-location a:link,
.events ul li > a:active .event-location a:link,
.events ul li > a:focus .event-location a:link {
  color: #fff;
}
.events ul li > a:hover .event-location ::-moz-selection,
.events ul li > a:active .event-location ::-moz-selection,
.events ul li > a:focus .event-location ::-moz-selection {
  background: #272727;
  color: #fff;
}
.events ul li > a:hover .event-location ::selection,
.events ul li > a:active .event-location ::selection,
.events ul li > a:focus .event-location ::selection {
  background: #272727;
  color: #fff;
}
.events footer {
  position: relative;
  z-index: 4;
}
.events footer:before {
  position: absolute;
  z-index: 3;
  height: 5px;
  margin-bottom: -5px;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  bottom: auto;
  top: 0;
  background: -moz-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-gradient(radial, center top, 0%, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: -webkit-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: -o-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: -ms-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: radial-gradient(ellipse at center top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
}
@media screen and (max-width: 660px) {
  .events ul li > a {
    position: relative;
    padding-right: 35px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1em;
  }
  .events ul li > a:hover:after,
  .events ul li > a:active:after,
  .events ul li > a:focus:after {
    color: #5a5a5a;
    text-shadow: -14px 0 0 rgba(90, 90, 90, 0.5);
    margin-right: 0;
  }
  .events ul li > a:after {
    content: '›';
    font-family: Arial, Verdana, sans-serif;
    position: absolute;
    font-weight: bold;
    right: 0;
    margin-right: 5px;
    bottom: 50%;
    display: block;
    margin-top: -14px;
    color: #e7002d;
    font-size: 56px;
    text-shadow: -14px 0 0 rgba(231, 0, 45, 0.5);
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    -ms-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
  }
}
@media screen and (min-width: 661px) and (max-width: 860px) {
  html.touch .events ul li > a {
    position: relative;
    padding-right: 35px;
    display: block;
  }
  html.touch .events ul li > a:hover:after,
  html.touch .events ul li > a:active:after,
  html.touch .events ul li > a:focus:after {
    color: #e7002d;
    text-shadow: -14px 0 0 rgba(231, 0, 45, 0.5);
    margin-right: 0;
  }
  html.touch .events ul li > a:after {
    content: '›';
    font-family: Arial, Verdana, sans-serif;
    position: absolute;
    font-weight: bold;
    right: 0;
    margin-right: 5px;
    bottom: 50%;
    display: block;
    margin-top: -14px;
    color: #5a5a5a;
    font-size: 56px;
    text-shadow: -14px 0 0 rgba(90, 90, 90, 0.5);
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    -ms-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
  }
}
/* News module */
.news {
  position: relative;
}
.news > a:hover,
.news a:focus {
  text-decoration: none;
}
.news > a:hover h1,
.news a:focus h1 {
  text-decoration: underline;
}
.news > a:hover img,
.news a:focus img {
  opacity: .7;
}
.news article {
  padding-top: 144px;
}
.news article h1 {
  font-size: 1.23076923em;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.news article figure {
  height: 144px;
  max-width: 100%;
  overflow: hidden;
  margin-top: -144px;
}
.news article img {
  display: block;
  max-width: none;
  max-height: 100%;
  width: auto;
}
.news article time {
  display: block;
}
.news footer {
  clear: both;
  position: relative;
  z-index: 4;
}
.news footer:before {
  position: absolute;
  z-index: 3;
  height: 5px;
  margin-bottom: -5px;
  display: block;
  content: '';
  left: 0;
  width: 100%;
  bottom: auto;
  top: 0;
  background: -moz-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-gradient(radial, center top, 0%, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: -webkit-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: -o-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: -ms-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  background: radial-gradient(ellipse at center top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
}
@media screen and (max-width: 860px) {
  html.touch .news > a {
    position: relative;
    padding-right: 35px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1em;
  }
  html.touch .news > a:hover:after,
  html.touch .news > a:active:after,
  html.touch .news > a:focus:after {
    color: #5a5a5a;
    text-shadow: -14px 0 0 rgba(90, 90, 90, 0.5);
    margin-right: 0;
  }
  html.touch .news > a:after {
    content: '›';
    font-family: Arial, Verdana, sans-serif;
    position: absolute;
    font-weight: bold;
    right: 0;
    margin-right: 5px;
    bottom: 0.5em;
    display: block;
    margin-top: -14px;
    color: #e7002d;
    font-size: 56px;
    text-shadow: -14px 0 0 rgba(231, 0, 45, 0.5);
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    -ms-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
  }
}
@media screen and (min-width: 661px) and (max-width: 860px) {
  html.touch .news > a {
    position: relative;
    padding-right: 50px;
    display: block;
  }
  html.touch .news > a:hover:after,
  html.touch .news > a:active:after,
  html.touch .news > a:focus:after {
    color: #e7002d;
    text-shadow: -20px 0 0 rgba(231, 0, 45, 0.5);
    margin-right: 0;
  }
  html.touch .news > a:after {
    content: '›';
    font-family: Arial, Verdana, sans-serif;
    position: absolute;
    font-weight: bold;
    right: 0;
    margin-right: 5px;
    bottom: 0.4em;
    display: block;
    margin-top: -20px;
    color: #5a5a5a;
    font-size: 80px;
    text-shadow: -20px 0 0 rgba(90, 90, 90, 0.5);
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    -ms-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
  }
}
@media screen and (min-width: 861px) {
  .news > a article {
    width: 47.22000143%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  .news > a:nth-child(2n) article {
    float: right;
    margin-left: 3.57142857%;
  }
}
#ie .news > a article {
  width: 47.22000143%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#ie .news > a:nth-child(2n) article {
  float: right;
  margin-left: 3.57142857%;
}
/* Index - subpage index with excerpt articles */
#wrapper .index > a,
#wrapper .index > a:link {
  color: inherit;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2em;
}
#wrapper .index > a:hover,
#wrapper .index > a:link:hover {
  text-decoration: none;
}
#wrapper .index > a:hover article h1,
#wrapper .index > a:link:hover article h1 {
  color: #5a5a5a;
  text-decoration: underline;
}
#wrapper .index > a:hover article img,
#wrapper .index > a:link:hover article img {
  opacity: .7;
}
#wrapper .index > a article,
#wrapper .index > a:link article {
  position: relative;
  padding-right: 35px;
  display: block;
  margin-bottom: 3em;
  *zoom: 1;
  clear: both;
}
#wrapper .index > a article:hover:after,
#wrapper .index > a:link article:hover:after,
#wrapper .index > a article:active:after,
#wrapper .index > a:link article:active:after,
#wrapper .index > a article:focus:after,
#wrapper .index > a:link article:focus:after {
  color: #5a5a5a;
  text-shadow: -14px 0 0 rgba(90, 90, 90, 0.5);
  margin-right: 0;
}
#wrapper .index > a article:after,
#wrapper .index > a:link article:after {
  content: '›';
  font-family: Arial, Verdana, sans-serif;
  position: absolute;
  font-weight: bold;
  right: 0;
  margin-right: 5px;
  bottom: 0.2em;
  display: block;
  margin-top: -14px;
  color: #e7002d;
  font-size: 56px;
  text-shadow: -14px 0 0 rgba(231, 0, 45, 0.5);
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
#wrapper .index > a article:before,
#wrapper .index > a:link article:before,
#wrapper .index > a article:after,
#wrapper .index > a:link article:after {
  content: "";
  display: table;
}
#wrapper .index > a article:after,
#wrapper .index > a:link article:after {
  clear: both;
}
#wrapper .index > a article h1,
#wrapper .index > a:link article h1 {
  color: #e7002d;
  font-weight: bold;
  font-size: 1.46153846em;
}
#wrapper .index > a article h1 + h2,
#wrapper .index > a:link article h1 + h2 {
  margin-top: -0.5em;
}
#wrapper .index > a article h2,
#wrapper .index > a:link article h2 {
  font-size: 1.23076923em;
}
#wrapper .index > a article img,
#wrapper .index > a:link article img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 661px) {
  #wrapper .index > a article,
  #wrapper .index > a:link article {
    position: relative;
    padding-right: 50px;
    display: block;
  }
  #wrapper .index > a article:hover:after,
  #wrapper .index > a:link article:hover:after,
  #wrapper .index > a article:active:after,
  #wrapper .index > a:link article:active:after,
  #wrapper .index > a article:focus:after,
  #wrapper .index > a:link article:focus:after {
    color: #e7002d;
    text-shadow: -20px 0 0 rgba(231, 0, 45, 0.5);
    margin-right: 0;
  }
  #wrapper .index > a article:after,
  #wrapper .index > a:link article:after {
    content: '›';
    font-family: Arial, Verdana, sans-serif;
    position: absolute;
    font-weight: bold;
    right: 0;
    margin-right: 5px;
    bottom: 0.5em;
    display: block;
    margin-top: -20px;
    color: #5a5a5a;
    font-size: 80px;
    text-shadow: -20px 0 0 rgba(90, 90, 90, 0.5);
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    -ms-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
  }
  #wrapper .index article p {
    font-size: 0.92307692em;
    line-height: 1.714em;
  }
}
#ie #wrapper .index > a article,
#ie #wrapper .index > a:link article {
  position: relative;
  padding-right: 50px;
  display: block;
}
#ie #wrapper .index > a article:hover:after,
#ie #wrapper .index > a:link article:hover:after,
#ie #wrapper .index > a article:active:after,
#ie #wrapper .index > a:link article:active:after,
#ie #wrapper .index > a article:focus:after,
#ie #wrapper .index > a:link article:focus:after {
  color: #e7002d;
  text-shadow: -20px 0 0 rgba(231, 0, 45, 0.5);
  margin-right: 0;
}
#ie #wrapper .index > a article:after,
#ie #wrapper .index > a:link article:after {
  content: '›';
  font-family: Arial, Verdana, sans-serif;
  position: absolute;
  font-weight: bold;
  right: 0;
  margin-right: 5px;
  bottom: 0.5em;
  display: block;
  margin-top: -20px;
  color: #5a5a5a;
  font-size: 80px;
  text-shadow: -20px 0 0 rgba(90, 90, 90, 0.5);
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
#ie #wrapper .index article p {
  font-size: 0.92307692em;
  line-height: 1.714em;
}
@media screen and (min-width: 861px) {
  #wrapper .index > a,
  #wrapper .index > a:link {
    border: none;
    padding: 0;
  }
  #wrapper .index > a article,
  #wrapper .index > a:link article {
    padding: 0 0 0 0;
    *zoom: 1;
    position: relative;
    padding-right: 35px;
    display: block;
  }
  #wrapper .index > a article:before,
  #wrapper .index > a:link article:before,
  #wrapper .index > a article:after,
  #wrapper .index > a:link article:after {
    content: "";
    display: table;
  }
  #wrapper .index > a article:after,
  #wrapper .index > a:link article:after {
    clear: both;
  }
  #wrapper .index > a article:hover:after,
  #wrapper .index > a:link article:hover:after,
  #wrapper .index > a article:active:after,
  #wrapper .index > a:link article:active:after,
  #wrapper .index > a article:focus:after,
  #wrapper .index > a:link article:focus:after {
    color: #e7002d;
    text-shadow: -14px 0 0 rgba(231, 0, 45, 0.5);
    margin-right: 0;
  }
  #wrapper .index > a article:after,
  #wrapper .index > a:link article:after {
    content: '›';
    font-family: Arial, Verdana, sans-serif;
    position: absolute;
    font-weight: bold;
    right: 0;
    margin-right: 5px;
    bottom: 0;
    display: block;
    margin-top: -14px;
    color: #5a5a5a;
    font-size: 56px;
    text-shadow: -14px 0 0 rgba(90, 90, 90, 0.5);
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    -ms-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
  }
  #wrapper .index > a article.featured,
  #wrapper .index > a:link article.featured {
    width: auto;
  }
  #wrapper .index > a article img:first-child,
  #wrapper .index > a:link article img:first-child {
    float: left;
    max-width: 50%;
    margin-right: 1.78571429%;
    margin-bottom: 2em;
  }
  #wrapper .index > a article img:first-child ~ *,
  #wrapper .index > a:link article img:first-child ~ * {
    margin-left: 51.78571429%;
  }
  #wrapper .index > a article h1,
  #wrapper .index > a:link article h1,
  #wrapper .index > a article h2,
  #wrapper .index > a:link article h2,
  #wrapper .index > a article h3,
  #wrapper .index > a:link article h3 {
    clear: none;
  }
  #wrapper .index > a article p,
  #wrapper .index > a:link article p {
    margin-bottom: 35px;
  }
  #wrapper .index > a:nth-child(2n),
  #wrapper .index > a:link:nth-child(2n) {
    padding-right: 0;
  }
  #wrapper .index > a:nth-child(2n) article.featured:after,
  #wrapper .index > a:link:nth-child(2n) article.featured:after {
    right: 55%;
  }
  #wrapper .index > a:nth-child(2n) article img:first-child,
  #wrapper .index > a:link:nth-child(2n) article img:first-child {
    float: right;
    margin-left: 5.486%;
  }
  #wrapper .index > a:nth-child(2n) article img:first-child ~ *,
  #wrapper .index > a:link:nth-child(2n) article img:first-child ~ * {
    margin-left: 0;
    max-width: 50%;
  }
}
#ie #wrapper .index > a,
#ie #wrapper .index > a:link {
  border: none;
  padding: 0;
}
#ie #wrapper .index > a article,
#ie #wrapper .index > a:link article {
  padding: 0 0 0 0;
  *zoom: 1;
  position: relative;
  padding-right: 35px;
  display: block;
}
#ie #wrapper .index > a article:before,
#ie #wrapper .index > a:link article:before,
#ie #wrapper .index > a article:after,
#ie #wrapper .index > a:link article:after {
  content: "";
  display: table;
}
#ie #wrapper .index > a article:after,
#ie #wrapper .index > a:link article:after {
  clear: both;
}
#ie #wrapper .index > a article:hover:after,
#ie #wrapper .index > a:link article:hover:after,
#ie #wrapper .index > a article:active:after,
#ie #wrapper .index > a:link article:active:after,
#ie #wrapper .index > a article:focus:after,
#ie #wrapper .index > a:link article:focus:after {
  color: #e7002d;
  text-shadow: -14px 0 0 rgba(231, 0, 45, 0.5);
  margin-right: 0;
}
#ie #wrapper .index > a article:after,
#ie #wrapper .index > a:link article:after {
  content: '›';
  font-family: Arial, Verdana, sans-serif;
  position: absolute;
  font-weight: bold;
  right: 0;
  margin-right: 5px;
  bottom: 0;
  display: block;
  margin-top: -14px;
  color: #5a5a5a;
  font-size: 56px;
  text-shadow: -14px 0 0 rgba(90, 90, 90, 0.5);
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
#ie #wrapper .index > a article.featured,
#ie #wrapper .index > a:link article.featured {
  width: auto;
}
#ie #wrapper .index > a article img:first-child,
#ie #wrapper .index > a:link article img:first-child {
  float: left;
  max-width: 50%;
  margin-right: 1.78571429%;
  margin-bottom: 2em;
}
#ie #wrapper .index > a article img:first-child ~ *,
#ie #wrapper .index > a:link article img:first-child ~ * {
  margin-left: 51.78571429%;
}
#ie #wrapper .index > a article h1,
#ie #wrapper .index > a:link article h1,
#ie #wrapper .index > a article h2,
#ie #wrapper .index > a:link article h2,
#ie #wrapper .index > a article h3,
#ie #wrapper .index > a:link article h3 {
  clear: none;
}
#ie #wrapper .index > a article p,
#ie #wrapper .index > a:link article p {
  margin-bottom: 35px;
}
#ie #wrapper .index > a:nth-child(2n),
#ie #wrapper .index > a:link:nth-child(2n) {
  padding-right: 0;
}
#ie #wrapper .index > a:nth-child(2n) article.featured:after,
#ie #wrapper .index > a:link:nth-child(2n) article.featured:after {
  right: 55%;
}
#ie #wrapper .index > a:nth-child(2n) article img:first-child,
#ie #wrapper .index > a:link:nth-child(2n) article img:first-child {
  float: right;
  margin-left: 5.486%;
}
#ie #wrapper .index > a:nth-child(2n) article img:first-child ~ *,
#ie #wrapper .index > a:link:nth-child(2n) article img:first-child ~ * {
  margin-left: 0;
  max-width: 50%;
}
/* Article page */
body.single #content .post-meta,
body.single #cision .post-meta {
  float: left;
  width: 50%;
  min-width: 190px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e6e6e6;
  padding: .5em;
  border-top: 1px solid #a7a8ab;
  border-bottom: 1px solid #a7a8ab;
}
body.single #content .post-meta dt,
body.single #cision .post-meta dt {
  float: left;
  min-width: 3em;
  margin-right: 1em;
}
body.single #content .post-meta:last-of-type,
body.single #cision .post-meta:last-of-type {
  *zoom: 1;
}
body.single #content .post-meta:last-of-type:before,
body.single #cision .post-meta:last-of-type:before,
body.single #content .post-meta:last-of-type:after,
body.single #cision .post-meta:last-of-type:after {
  content: "";
  display: table;
}
body.single #content .post-meta:last-of-type:after,
body.single #cision .post-meta:last-of-type:after {
  clear: both;
}
/* Event article page */
body.events-single #content h1 {
  font-size: inherit;
  overflow: hidden;
  line-height: 1.5em;
  margin-bottom: 0;
}
body.events-single #content h1 .event-title {
  font-size: 1.84615385em;
}
body.events-single #content h1 .event-location {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.07692308em;
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #e7002d;
  float: left;
  padding: .5em 5%;
  margin: 0 0 .5em;
  margin-top: 1em;
  margin-bottom: 0;
}
body.events-single #content h1 .event-location h1,
body.events-single #content h1 .event-location h2,
body.events-single #content h1 .event-location h3,
body.events-single #content h1 .event-location h4,
body.events-single #content h1 .event-location h5,
body.events-single #content h1 .event-location blockquote {
  color: #ffffff;
}
body.events-single #content h1 .event-location a,
body.events-single #content h1 .event-location a:link {
  color: #fff;
}
body.events-single #content h1 .event-location ::-moz-selection {
  background: #810019;
  color: #fff;
}
body.events-single #content h1 .event-location ::selection {
  background: #810019;
  color: #fff;
}
body.events-single #content .event-description {
  clear: both;
}
/* Footer */
body > footer {
  padding: 1em 5%;
  color: #e6e6e6;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
  background-color: #5a5a5a;
}
body > footer h1,
body > footer h2,
body > footer h3,
body > footer h4,
body > footer h5,
body > footer blockquote {
  color: #ffffff;
}
body > footer a,
body > footer a:link {
  color: #fff;
}
body > footer ::-moz-selection {
  background: #272727;
  color: #fff;
}
body > footer ::selection {
  background: #272727;
  color: #fff;
}
body > footer h1 {
  font-size: 1.38461538em;
  margin: 1em 0;
  border: none;
}
body > footer h2 {
  font-size: 1.23076923em;
}
body > footer address {
  font-size: 1em;
}
body > footer address b:first-child {
  font-size: 1.38461538em;
  margin: 1em 0;
  border: none;
  font-weight: normal;
  color: #fff;
  font-family: Verdana, sans-serif;
  display: block;
  line-height: 1.1em;
}
body > footer > .container {
  position: relative;
  *zoom: 1;
}
body > footer > .container:before,
body > footer > .container:after {
  content: "";
  display: table;
}
body > footer > .container:after {
  clear: both;
}
body > footer > .container #social-icons a {
  display: block;
  font-weight: 200;
  color: #ccc;
  margin-bottom: 1em;
}
body > footer > .container #social-icons a img {
  float: left;
  margin-right: 5px;
  opacity: .6;
}
body > footer > .container #social-icons a i {
  display: block;
  font-size: 0.69230769em;
  line-height: 1em;
  font-style: normal;
  padding-top: 2px;
  white-space: nowrap;
}
body > footer > .container #social-icons a span {
  display: block;
  font-size: 1.30769231em;
  white-space: nowrap;
}
body > footer > .container #social-icons a:hover {
  color: #fff;
  text-decoration: none;
}
body > footer > .container #social-icons a:hover img {
  opacity: 1;
}
body > footer > .container #social-icons .facebook {
  float: left;
  width: 10em;
}
body > footer > .container #social-icons .linkedin {
  float: left;
  width: 10em;
}
body > footer > .container #social-icons .linkedin img {
  margin-right: 3px;
}
@media screen and (min-width: 661px) {
  body > footer {
    *zoom: 1;
    padding: 1em 2%;
  }
  body > footer:before,
  body > footer:after {
    content: "";
    display: table;
  }
  body > footer:after {
    clear: both;
  }
  body > footer .container > * {
    display: inline;
    float: left;
    width: 29.76190476%;
    margin: 0 1.78571429%;
  }
}
#ie body > footer {
  *zoom: 1;
  padding: 1em 2%;
}
#ie body > footer:before,
#ie body > footer:after {
  content: "";
  display: table;
}
#ie body > footer:after {
  clear: both;
}
#ie body > footer .container > * {
  display: inline;
  float: left;
  width: 29.76190476%;
  margin: 0 1.78571429%;
}
@media screen and (min-width: 1281px) {
  body > footer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 660px) {
  body > footer > .container #social-icons {
    position: static;
  }
}
/* Blog & search */
.blog #content > article > a,
.search #content > article > a {
  position: relative;
  padding-right: 35px;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1em;
}
.blog #content > article > a:hover:after,
.search #content > article > a:hover:after,
.blog #content > article > a:active:after,
.search #content > article > a:active:after,
.blog #content > article > a:focus:after,
.search #content > article > a:focus:after {
  color: #e7002d;
  text-shadow: -14px 0 0 rgba(231, 0, 45, 0.5);
  margin-right: 0;
}
.blog #content > article > a:after,
.search #content > article > a:after {
  content: '›';
  font-family: Arial, Verdana, sans-serif;
  position: absolute;
  font-weight: bold;
  right: 0;
  margin-right: 5px;
  bottom: 0.6em;
  display: block;
  margin-top: -14px;
  color: #5a5a5a;
  font-size: 56px;
  text-shadow: -14px 0 0 rgba(90, 90, 90, 0.5);
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
.blog #content > article > a h1,
.search #content > article > a h1 {
  font-size: 1.46153846em;
  font-weight: bold;
  margin-bottom: .5em;
  color: #e7002d;
}
.blog #content > article > a p,
.search #content > article > a p {
  color: #000;
}
.blog #content > article > a:hover,
.search #content > article > a:hover,
.blog #content > article > a:active,
.search #content > article > a:active,
.blog #content > article > a:focus,
.search #content > article > a:focus {
  text-decoration: none;
}
.blog #content > article > a:hover h1,
.search #content > article > a:hover h1,
.blog #content > article > a:active h1,
.search #content > article > a:active h1,
.blog #content > article > a:focus h1,
.search #content > article > a:focus h1 {
  color: #000;
  text-decoration: underline;
}
/* RSS icon */
.feedlink {
  display: block;
  line-height: 2em;
  min-height: 24px;
  padding-left: 2em;
  background: url(../images/icons/rss.png) no-repeat left center;
}
.home .news .feedlink {
  position: absolute;
  top: 0;
  right: 5%;
  background: url(../images/icons/rss_black.png) no-repeat left center;
  background-size: 16px 16px;
  text-indent: -30px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  padding: 0;
}
@media screen and (min-width: 661px) {
  .home .news .feedlink {
    right: 0;
    opacity: .6;
  }
  .home .news .feedlink:hover {
    opacity: 1;
  }
}
#ie .home .news .feedlink {
  right: 0;
  opacity: .6;
  background: url(../images/icons/rss_black_16.png) no-repeat left center;
}
#ie .home .news .feedlink:hover {
  opacity: 1;
}
/* Lightbox */
@media screen and (max-width: 660px) {
  #cboxCurrent {
    display: none !important;
  }
}
/* Specific pages */
#redirect-arcam-a1 {
  display: none;
}
#redirect-arcam-a1:target {
  display: block;
}
/* Swiping tables for tablepress
-------------------------------------------------------------- */
.boxing {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  box-orient: vertical;
  box-pack: center;
  box-align: center;
}
.tablepress th,
.tablepress td {
  padding: 2px 5px;
}
.tablepress tbody tr:nth-child(even) {
  background-color: #EEEEEE;
}
#tablewrapper {
  position: relative;
  width: 108%;
  height: 360px;
  margin: 0 -4%;
  background: #ddd;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
}
#tablewrapper #sliderholder {
  position: relative;
  width: 70%;
  height: 360px;
  margin: 0 auto;
}
#tablewrapper #sliderholder #swipeview-slider > div {
  position: relative;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  box-orient: vertical;
  box-pack: center;
  box-align: center;
  z-index: 1;
}
#tablewrapper #sliderholder #swipeview-slider > div.swipeview-active {
  z-index: 100;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -moz-transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(10px) translateZ(0) !important;
  -webkit-transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(10px) translateZ(0) !important;
  -o-transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(10px) translateZ(0) !important;
  -ms-transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(10px) translateZ(0) !important;
  transform: perspective(1000px) rotateY(0deg) translateX(0px) translateZ(10px) translateZ(0) !important;
}
#tablewrapper #sliderholder #swipeview-slider > div.leftpage {
  z-index: 1;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -moz-transform: perspective(1000px) rotateY(30deg) scale3d(0.9, 0.9, 0.9) translateX(0px) translateZ(-5px) translateZ(0) !important;
  -webkit-transform: perspective(1000px) rotateY(30deg) scale3d(0.9, 0.9, 0.9) translateX(0px) translateZ(-5px) translateZ(0) !important;
  -o-transform: perspective(1000px) rotateY(30deg) scale3d(0.9, 0.9, 0.9) translateX(0px) translateZ(-5px) translateZ(0) !important;
  -ms-transform: perspective(1000px) rotateY(30deg) scale3d(0.9, 0.9, 0.9) translateX(0px) translateZ(-5px) translateZ(0) !important;
  transform: perspective(1000px) rotateY(30deg) scale3d(0.9, 0.9, 0.9) translateX(0px) translateZ(-5px) translateZ(0) !important;
}
#tablewrapper #sliderholder #swipeview-slider > div.rightpage {
  z-index: 1;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -moz-transform: perspective(1000px) rotateY(-30deg) scale3d(0.9, 0.9, 0.9) translateX(0px) translateZ(-5px) translateZ(0) !important;
  -webkit-transform: perspective(1000px) rotateY(-30deg) scale3d(0.9, 0.9, 0.9) translateX(0px) translateZ(-5px) translateZ(0) !important;
  -o-transform: perspective(1000px) rotateY(-30deg) scale3d(0.9, 0.9, 0.9) translateX(0px) translateZ(-5px) translateZ(0) !important;
  -ms-transform: perspective(1000px) rotateY(-30deg) scale3d(0.9, 0.9, 0.9) translateX(0px) translateZ(-5px) translateZ(0) !important;
  transform: perspective(1000px) rotateY(-30deg) scale3d(0.9, 0.9, 0.9) translateX(0px) translateZ(-5px) translateZ(0) !important;
}
#tablewrapper #sliderholder #swipeview-slider > div table {
  margin: 0 -15%;
  width: 130%;
  border: 0;
  border-collapse: collapse;
  background-color: #FFF;
  -webkit-user-select: none;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#tablewrapper #sliderholder #swipeview-slider > div table tr th {
  text-align: left;
  padding: 1px 10px;
  font-weight: normal;
  margin: 0;
  line-height: 1em;
  height: 2em;
  vertical-align: middle;
}
#tablewrapper #sliderholder #swipeview-slider > div table tr td {
  text-align: left;
  padding: 1px 10px;
  font-weight: normal;
  margin: 0;
  line-height: 1em;
  height: 2em;
  white-space: nowrap;
  vertical-align: middle;
}
#tablewrapper #sliderholder #swipeview-slider > div table tr:nth-child(odd) {
  background-color: #DDDDDD;
}
#tablewrapper #sliderholder #swipeview-slider > div table tr:first-child th {
  font-weight: bold;
}
#tablewrapper #sliderholder #swipeview-slider > div span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 20px;
  margin: 0 auto;
}
/* Wordpress specific
-------------------------------------------------------------- */
@media screen and (max-width: 660px) {
  #wpadminbar {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  html.js {
    margin-top: 0 !important;
  }
}
/* Edit link on hover */
.edit-link {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
}
#content > article,
#cision > article {
  position: relative;
}
#content > article:hover .edit-link,
#cision > article:hover .edit-link {
  display: block;
}
.edit-link a {
  display: block;
  height: 0;
  position: relative;
  text-indent: -9999px;
}
.edit-link a:before {
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-admin/images/press-this.png) no-repeat;
}
/* =Comments */
#comments {
  margin-top: 1em;
}
#comments-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.6em;
  padding: 0 0 2.6em;
  text-transform: uppercase;
}
.nopassword,
.nocomments {
  color: #aaa;
  font-size: 1.23076923em;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}
.commentlist {
  list-style: none;
  margin: 0 auto;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
  width: 100%;
  /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li.comment {
  background: #fff;
  border-left: 1px solid #ddd;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 1.625em 0 0;
  padding: 1.625em;
  position: relative;
}
.commentlist .children li.comment .fn {
  display: block;
}
.comment-meta .fn {
  font-style: normal;
}
.comment-meta {
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
  margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
}
.comment-meta a {
  font-weight: bold;
}
.commentlist .avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  left: -102px;
  padding: 0;
  position: absolute;
  top: 0;
}
.commentlist > li:before {
  content: url(images/comment-arrow.png);
  left: -21px;
  position: absolute;
}
.commentlist > li.pingback:before {
  content: '';
}
.commentlist .children .avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}
a.comment-reply-link {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  background: #888;
  color: #fff;
}
a.comment-reply-link > span {
  display: inline-block;
  position: relative;
  top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}
.commentlist > li.bypostauthor:before {
  content: url(images/comment-arrow-bypostauthor.png);
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
  margin-left: 102px;
  width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
  width: auto;
}
/* Comment Form */
#respond {
  background: #ddd;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto 1.625em;
  padding: 1.625em;
  position: relative;
}
#respond input[type="text"],
#respond textarea {
  background: #fff;
  border: 4px solid #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  -moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  position: relative;
  padding: 10px;
  text-indent: 80px;
  margin-top: -40px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  color: #555;
  display: inline-block;
  font-size: 13px;
  left: 0px;
  min-width: 60px;
  padding: 4px 10px;
  position: relative;
  z-index: 1;
  top: 7px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
  text-indent: 0;
  z-index: 1;
}
#respond textarea {
  resize: vertical;
  width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
  color: #bd3500;
  font-size: 22px;
  font-weight: bold;
  left: 97%;
  position: absolute;
  top: 5px;
  z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
  font-size: 13px;
}
#respond p {
  margin: 10px 0;
}
#respond .form-submit {
  float: right;
  margin: -20px 0 10px;
}
#respond input#submit {
  background: #222;
  border: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  color: #eee;
  cursor: pointer;
  font-size: 15px;
  margin: 20px 0;
  padding: 5px 42px 5px 42px;
  position: relative;
  left: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#respond input#submit:active {
  background: #1982d1;
  color: #bfddf3;
}
#respond #cancel-comment-reply-link {
  color: #666;
  margin-left: 10px;
  text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
#reply-title {
  color: #373737;
  font-size: 1.38461538em;
  font-weight: bold;
  line-height: 30px;
}
#cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  text-transform: uppercase;
  top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
  color: #ff4b33;
}
#respond label {
  line-height: 2.2em;
}
#respond input[type=text] {
  display: block;
  width: 95%;
}
#respond p {
  font-size: 12px;
}
p.comment-form-comment {
  margin: 0;
}
.form-allowed-tags {
  display: none;
}
@media screen and (min-width: 661px) {
  #respond {
    width: 68.9%;
  }
}
#ie #respond {
  width: 68.9%;
}
@media screen and (min-width: 661px) {
  .commentlist {
    width: 68.9%;
  }
}
#ie .commentlist {
  width: 68.9%;
}
@media screen and (min-width: 661px) {
  #respond input[type="text"] {
    width: 75%;
  }
}
#ie #respond input[type="text"] {
  width: 75%;
}
@media screen and (min-width: 661px) {
  #respond .comment-form-author .required,
  #respond .comment-form-email .required {
    left: 77%;
  }
}
#ie #respond .comment-form-author .required,
#ie #respond .comment-form-email .required {
  left: 77%;
}
/* Print
----------------------------------------------- */
@media print {
  body {
    background: none !important;
    font-size: 10pt;
  }
  footer.entry-meta a[rel=bookmark]:link:after,
  footer.entry-meta a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */
  }
  #page {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  #branding {
    border-top: none !important;
    padding: 0;
  }
  #branding hgroup {
    margin: 0;
  }
  #site-title a {
    font-size: 21pt;
  }
  #site-description {
    font-size: 10pt;
  }
  #branding #searchform {
    display: none;
  }
  #branding img {
    display: none;
  }
  #access {
    display: none;
  }
  #main {
    border-top: none;
    box-shadow: none;
  }
  #primary {
    float: left;
    margin: 0;
    width: 100%;
  }
  #content,
  #cision {
    margin: 0;
    width: auto;
  }
  .singular #content,
  .singular #cision {
    margin: 0;
    width: 100%;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .entry-meta .edit-link a {
    display: none;
  }
  #content nav {
    display: none;
  }
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular #comments-title {
    margin: 0;
    width: 100%;
  }
  .singular .hentry {
    padding: 0;
  }
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }
  .entry-meta {
    font-size: 10pt;
  }
  .entry-header .comments-link {
    display: none;
  }
  .page-link {
    display: none;
  }
  .singular #author-info {
    background: none;
    border-bottom: none;
    border-top: none;
    margin: 2.2em 0 0;
    padding: 0;
  }
  #respond {
    display: none;
  }
  .widget-area {
    display: none;
  }
  #colophon {
    display: none;
  }
  /* Comments */
  .commentlist > li.comment {
    background: none;
    border: 1px solid #ddd;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto 1.625em;
    padding: 1.625em;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .commentlist li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 50px;
  }
  .commentlist li.comment .fn {
    display: block;
  }
  .commentlist li.comment .comment-content {
    margin: 1.625em 0 0;
  }
  .commentlist .comment-edit-link {
    display: none;
  }
  .commentlist > li::before,
  .commentlist > li.bypostauthor::before {
    content: '';
  }
  .commentlist .reply {
    display: none;
  }
  /* Post author highlighting */
  .commentlist > li.bypostauthor {
    color: #444;
  }
  .commentlist > li.bypostauthor .comment-meta {
    color: #666;
  }
  .commentlist > li.bypostauthor:before {
    content: none;
  }
  /* Post Author threaded comments */
  .commentlist .children > li.bypostauthor {
    background: #fff;
    border-color: #ddd;
  }
  .commentlist .children > li.bypostauthor > article,
  .commentlist .children > li.bypostauthor > article .comment-meta {
    color: #666;
  }
}
