@charset "UTF-8";
/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
@font-face {
  font-family: sourceSansPro;
  src: url(../../webfonts/proxima-nova/proximanova-semibold-webfont.woff);
}
.light {
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 300;
}
.regular {
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 400;
}
.semibold {
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 600;
}
.bold {
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 700;
}
.extrabold {
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 800;
}
/* @group testing */
.test1 {
  border: 1px solid fuchsia !important;
}
.test2 {
  border: 1px solid aqua !important;
}
.test3 {
  border: 1px solid lime !important;
}
/* @end */
/* @group shadows */
/* @end */
/* @group border radius */
.round {
  -webkit-border-top-left-radius: 3000px;
  -moz-border-radius-topleft: 3000px;
  border-top-left-radius: 3000px;
  -webkit-border-top-right-radius: 3000px;
  -moz-border-radius-topright: 3000px;
  border-top-right-radius: 3000px;
  -webkit-border-bottom-left-radius: 3000px;
  -moz-border-radius-bottomleft: 3000px;
  border-bottom-left-radius: 3000px;
  -webkit-border-bottom-right-radius: 3000px;
  -moz-border-radius-bottomright: 3000px;
  border-bottom-right-radius: 3000px;
  -moz-border-radius: 3000px;
  -webkit-border-radius: 3000px;
  border-radius: 3000px;
  behavior: url("/js/libs/pie/PIE.htc");
}
/* @end */
/* @group rotation */
/* @end */
/* @group transitions */
/* @end */
/* @group opacity */
/* @end */
/* @group scale */
/* @end */
/* @group image effects */
.greyscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.color {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
/* @end */
/* @group animation smoothing and elastic scrolling */
.elastic-scrolling {
  -webkit-transform: translateZ(0px);
  -webkit-overflow-scrolling: touch;
}
.animation-smoothing {
  -webkit-transform: translateZ(0px);
}
/* @end */
/* @group clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
/* @end */
/* @group positioning and sizing */
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* @end */
/* grid system */
.row {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 2em;
  zoom: 1;
  -webkit-transition: width 0.15s ease-in-out;
  -moz-transition: width 0.15s ease-in-out;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.no-mediaqueries .row {
  width: 980px !important;
}
.no-column {
  float: none;
  width: auto;
}
.widescreen-display,
.standard-display,
.tablet-display,
.mobile-display,
.widescreen-display-block,
.standard-display-block,
.tablet-display-block,
.mobile-display-block {
  display: none;
}
.col-1 {
  float: left;
  width: 8.33333333%;
}
.col-2 {
  float: left;
  width: 16.66666667%;
}
.col-3 {
  float: left;
  width: 25%;
}
.col-4 {
  float: left;
  width: 33.33333333%;
}
.col-5 {
  float: left;
  width: 41.66666667%;
}
.col-6 {
  float: left;
  width: 50%;
}
.col-7 {
  float: left;
  width: 58.33333333%;
}
.col-8 {
  float: left;
  width: 66.66666667%;
}
.col-9 {
  float: left;
  width: 75%;
}
.col-10 {
  float: left;
  width: 83.33333333%;
}
.col-11 {
  float: left;
  width: 91.66666667%;
}
.col-12 {
  float: left;
  width: 100%;
}
.padding {
  padding: 2em;
}
.padding-top {
  padding-top: 2em;
}
.padding-right {
  padding-right: 2em;
}
.padding-bottom {
  padding-bottom: 2em;
}
.padding-left {
  padding-left: 2em;
}
.no-padding {
  padding: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.no-padding-left {
  padding-left: 0;
}
.margin {
  margin: 2em;
}
.margin-top {
  margin-top: 2em;
}
.margin-right {
  margin-right: 2em;
}
.margin-bottom {
  margin-bottom: 2em;
}
.margin-left {
  margin-left: 2em;
}
.no-margin {
  margin: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-gutter {
  margin: -2em;
}
.no-gutter-top {
  margin-top: -2em;
}
.no-gutter-right {
  margin-right: -2em;
}
.no-gutter-bottom {
  margin-bottom: -2em;
}
.no-gutter-left {
  margin-left: -2em;
}
.border {
  border: 1px solid #bebebe;
}
.border-top {
  border-top: 1px solid #bebebe;
}
.border-right {
  border-right: 1px solid #bebebe;
}
.border-bottom {
  border-bottom: 1px solid #bebebe;
}
.border-left {
  border-left: 1px solid #bebebe;
}
.no-border {
  border: none;
}
.no-border-top {
  border-top: none;
}
.no-border-right {
  border-right: none;
}
.no-border-bottom {
  border-bottom: none;
}
.no-border-left {
  border-left: none;
}
/* @group widescreen grid */
.widescreen .widescreen-hide {
  display: none !important;
}
.widescreen .widescreen-display {
  display: -moz-inline-stack !important;
  display: inline-block !important;
  zoom: 1 !important;
  *display: inline !important;
}
.widescreen .widescreen-display-block {
  display: block !important;
}
.widescreen .widescreen-col-1 {
  float: left !important;
  width: 8.33333333% !important;
}
.widescreen .widescreen-col-2 {
  float: left !important;
  width: 16.66666667% !important;
}
.widescreen .widescreen-col-3 {
  float: left !important;
  width: 25% !important;
}
.widescreen .widescreen-col-4 {
  float: left !important;
  width: 33.33333333% !important;
}
.widescreen .widescreen-col-5 {
  float: left !important;
  width: 41.66666667% !important;
}
.widescreen .widescreen-col-6 {
  float: left !important;
  width: 50% !important;
}
.widescreen .widescreen-col-7 {
  float: left !important;
  width: 58.33333333% !important;
}
.widescreen .widescreen-col-8 {
  float: left !important;
  width: 66.66666667% !important;
}
.widescreen .widescreen-col-9 {
  float: left !important;
  width: 75% !important;
}
.widescreen .widescreen-col-10 {
  float: left !important;
  width: 83.33333333% !important;
}
.widescreen .widescreen-col-11 {
  float: left !important;
  width: 91.66666667% !important;
}
.widescreen .widescreen-col-12 {
  float: left !important;
  width: 100% !important;
}
.widescreen .widescreen-padding {
  padding: 2em;
}
.widescreen .widescreen-padding-top {
  padding-top: 2em;
}
.widescreen .widescreen-padding-right {
  padding-right: 2em;
}
.widescreen .widescreen-padding-bottom {
  padding-bottom: 2em;
}
.widescreen .widescreen-padding-left {
  padding-left: 2em;
}
.widescreen .widescreen-no-padding {
  padding: 0;
}
.widescreen .widescreen-no-padding-top {
  padding-top: 0;
}
.widescreen .widescreen-no-padding-right {
  padding-right: 0;
}
.widescreen .widescreen-no-padding-bottom {
  padding-bottom: 0;
}
.widescreen .widescreen-no-padding-left {
  padding-left: 0;
}
.widescreen .widescreen-margin {
  margin: 2em;
}
.widescreen .widescreen-margin-top {
  margin-top: 2em;
}
.widescreen .widescreen-margin-right {
  margin-right: 2em;
}
.widescreen .widescreen-margin-bottom {
  margin-bottom: 2em;
}
.widescreen .widescreen-margin-left {
  margin-left: 2em;
}
.widescreen .widescreen-no-margin {
  margin: 0;
}
.widescreen .widescreen-no-margin-top {
  margin-top: 0;
}
.widescreen .widescreen-no-margin-right {
  margin-right: 0;
}
.widescreen .widescreen-no-margin-bottom {
  margin-bottom: 0;
}
.widescreen .widescreen-no-margin-left {
  margin-left: 0;
}
.widescreen .widescreen-no-gutter {
  margin: -2em;
}
.widescreen .widescreen-no-gutter-top {
  margin-top: -2em;
}
.widescreen .widescreen-no-gutter-right {
  margin-right: -2em;
}
.widescreen .widescreen-no-gutter-bottom {
  margin-bottom: -2em;
}
.widescreen .widescreen-no-gutter-left {
  margin-left: -2em;
}
.widescreen .widescreen-border {
  border: 1px solid #bebebe;
}
.widescreen .widescreen-border-top {
  border-top: 1px solid #bebebe;
}
.widescreen .widescreen-border-right {
  border-right: 1px solid #bebebe;
}
.widescreen .widescreen-border-bottom {
  border-bottom: 1px solid #bebebe;
}
.widescreen .widescreen-border-left {
  border-left: 1px solid #bebebe;
}
.widescreen .widescreen-no-border {
  border: none;
}
.widescreen .widescreen-no-border-top {
  border-top: none;
}
.widescreen .widescreen-no-border-right {
  border-right: none;
}
.widescreen .widescreen-no-border-bottom {
  border-bottom: none;
}
.widescreen .widescreen-no-border-left {
  border-left: none;
}
/* @end */
/* @group standard grid */
.standard .standard-hide {
  display: none !important;
}
.standard .standard-display {
  display: -moz-inline-stack !important;
  display: inline-block !important;
  zoom: 1 !important;
  *display: inline !important;
}
.standard .standard-display-block {
  display: block !important;
}
/* @end */
/* @group tablet grid */
.tablet .tablet-hide {
  display: none !important;
}
.tablet .tablet-display {
  display: -moz-inline-stack !important;
  display: inline-block !important;
  zoom: 1 !important;
  *display: inline !important;
}
.tablet .tablet-display-block {
  display: block !important;
}
.tablet .tablet-col-1 {
  float: left !important;
  width: 8.33333333% !important;
}
.tablet .tablet-col-2 {
  float: left !important;
  width: 16.66666667% !important;
}
.tablet .tablet-col-3 {
  float: left !important;
  width: 25% !important;
}
.tablet .tablet-col-4 {
  float: left !important;
  width: 33.33333333% !important;
}
.tablet .tablet-col-5 {
  float: left !important;
  width: 41.66666667% !important;
}
.tablet .tablet-col-6 {
  float: left !important;
  width: 50% !important;
}
.tablet .tablet-col-7 {
  float: left !important;
  width: 58.33333333% !important;
}
.tablet .tablet-col-8 {
  float: left !important;
  width: 66.66666667% !important;
}
.tablet .tablet-col-9 {
  float: left !important;
  width: 75% !important;
}
.tablet .tablet-col-10 {
  float: left !important;
  width: 83.33333333% !important;
}
.tablet .tablet-col-11 {
  float: left !important;
  width: 91.66666667% !important;
}
.tablet .tablet-col-12 {
  float: left !important;
  width: 100% !important;
}
.tablet .tablet-padding {
  padding: 2em;
}
.tablet .tablet-padding-top {
  padding-top: 2em;
}
.tablet .tablet-padding-right {
  padding-right: 2em;
}
.tablet .tablet-padding-bottom {
  padding-bottom: 2em;
}
.tablet .tablet-padding-left {
  padding-left: 2em;
}
.tablet .tablet-no-padding {
  padding: 0;
}
.tablet .tablet-no-padding-top {
  padding-top: 0;
}
.tablet .tablet-no-padding-right {
  padding-right: 0;
}
.tablet .tablet-no-padding-bottom {
  padding-bottom: 0;
}
.tablet .tablet-no-padding-left {
  padding-left: 0;
}
.tablet .tablet-margin {
  margin: 2em;
}
.tablet .tablet-margin-top {
  margin-top: 2em;
}
.tablet .tablet-margin-right {
  margin-right: 2em;
}
.tablet .tablet-margin-bottom {
  margin-bottom: 2em;
}
.tablet .tablet-margin-left {
  margin-left: 2em;
}
.tablet .tablet-no-margin {
  margin: 0;
}
.tablet .tablet-no-margin-top {
  margin-top: 0;
}
.tablet .tablet-no-margin-right {
  margin-right: 0;
}
.tablet .tablet-no-margin-bottom {
  margin-bottom: 0;
}
.tablet .tablet-no-margin-left {
  margin-left: 0;
}
.tablet .tablet-no-gutter {
  margin: -2em;
}
.tablet .tablet-no-gutter-top {
  margin-top: -2em;
}
.tablet .tablet-no-gutter-right {
  margin-right: -2em;
}
.tablet .tablet-no-gutter-bottom {
  margin-bottom: -2em;
}
.tablet .tablet-no-gutter-left {
  margin-left: -2em;
}
.tablet .tablet-border {
  border: 1px solid #bebebe;
}
.tablet .tablet-border-top {
  border-top: 1px solid #bebebe;
}
.tablet .tablet-border-right {
  border-right: 1px solid #bebebe;
}
.tablet .tablet-border-bottom {
  border-bottom: 1px solid #bebebe;
}
.tablet .tablet-border-left {
  border-left: 1px solid #bebebe;
}
.tablet .tablet-no-border {
  border: none;
}
.tablet .tablet-no-border-top {
  border-top: none;
}
.tablet .tablet-no-border-right {
  border-right: none;
}
.tablet .tablet-no-border-bottom {
  border-bottom: none;
}
.tablet .tablet-no-border-left {
  border-left: none;
}
/* @end */
/* @group mobile grid */
.mobile .row {
  padding: 0 1em;
}
.mobile .mobile-hide {
  display: none !important;
}
.mobile .mobile-display {
  display: -moz-inline-stack !important;
  display: inline-block !important;
  zoom: 1 !important;
  *display: inline !important;
}
.mobile .mobile-display-block {
  display: block !important;
}
.mobile .mobile-col-1 {
  float: left !important;
  width: 8.33333333% !important;
}
.mobile .mobile-col-2 {
  float: left !important;
  width: 16.66666667% !important;
}
.mobile .mobile-col-3 {
  float: left !important;
  width: 25% !important;
}
.mobile .mobile-col-4 {
  float: left !important;
  width: 33.33333333% !important;
}
.mobile .mobile-col-5 {
  float: left !important;
  width: 41.66666667% !important;
}
.mobile .mobile-col-6 {
  float: left !important;
  width: 50% !important;
}
.mobile .mobile-col-7 {
  float: left !important;
  width: 58.33333333% !important;
}
.mobile .mobile-col-8 {
  float: left !important;
  width: 66.66666667% !important;
}
.mobile .mobile-col-9 {
  float: left !important;
  width: 75% !important;
}
.mobile .mobile-col-10 {
  float: left !important;
  width: 83.33333333% !important;
}
.mobile .mobile-col-11 {
  float: left !important;
  width: 91.66666667% !important;
}
.mobile .mobile-col-12 {
  float: left !important;
  width: 100% !important;
}
.mobile .mobile-padding {
  padding: 2em;
}
.mobile .mobile-padding-top {
  padding-top: 2em;
}
.mobile .mobile-padding-right {
  padding-right: 2em;
}
.mobile .mobile-padding-bottom {
  padding-bottom: 2em;
}
.mobile .mobile-padding-left {
  padding-left: 2em;
}
.mobile .mobile-no-padding {
  padding: 0 !important;
}
.mobile .mobile-no-padding-top {
  padding-top: 0 !important;
}
.mobile .mobile-no-padding-right {
  padding-right: 0 !important;
}
.mobile .mobile-no-padding-bottom {
  padding-bottom: 0 !important;
}
.mobile .mobile-no-padding-left {
  padding-left: 0 !important;
}
.mobile .mobile-margin {
  margin: 2em;
}
.mobile .mobile-margin-top {
  margin-top: 2em;
}
.mobile .mobile-margin-right {
  margin-right: 2em;
}
.mobile .mobile-margin-bottom {
  margin-bottom: 2em;
}
.mobile .mobile-margin-left {
  margin-left: 2em;
}
.mobile .mobile-no-margin {
  margin: 0;
}
.mobile .mobile-no-margin-top {
  margin-top: 0 !important;
}
.mobile .mobile-no-margin-right {
  margin-right: 0 !important;
}
.mobile .mobile-no-margin-bottom {
  margin-bottom: 0 !important;
}
.mobile .mobile-no-margin-left {
  margin-left: 0 !important;
}
.mobile .mobile-no-gutter {
  margin: -2em;
}
.mobile .mobile-no-gutter-top {
  margin-top: -2em;
}
.mobile .mobile-no-gutter-right {
  margin-right: -2em;
}
.mobile .mobile-no-gutter-bottom {
  margin-bottom: -2em;
}
.mobile .mobile-no-gutter-left {
  margin-left: -2em;
}
.mobile .mobile-border {
  border: 1px solid #bebebe;
}
.mobile .mobile-border-top {
  border-top: 1px solid #bebebe;
}
.mobile .mobile-border-right {
  border-right: 1px solid #bebebe;
}
.mobile .mobile-border-bottom {
  border-bottom: 1px solid #bebebe;
}
.mobile .mobile-border-left {
  border-left: 1px solid #bebebe;
}
.mobile .mobile-no-border {
  border: none;
}
.mobile .mobile-no-border-top {
  border-top: none;
}
.mobile .mobile-no-border-right {
  border-right: none;
}
.mobile .mobile-no-border-bottom {
  border-bottom: none;
}
.mobile .mobile-no-border-left {
  border-left: none;
}
/* @end */
html,
body {
  height: 100%;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 400;
  color: #313131;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.widescreen body {
  font-size: 20px;
}
.tablet body {
  font-size: 14px;
}
.mobile body {
  font-size: 12px;
}
#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.breakpoint-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: block;
  padding: 3px 10px;
  font-size: 13px;
  color: #ffffff;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 700;
}
.widescreen #wrapper {
  border: 1px solid lime !important;
}
.widescreen #wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: block;
  padding: 3px 10px;
  font-size: 13px;
  color: #ffffff;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 700;
  content: 'Widescreen';
  background: lime;
}
.standard #wrapper {
  border: 1px solid fuchsia !important;
}
.standard #wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: block;
  padding: 3px 10px;
  font-size: 13px;
  color: #ffffff;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 700;
  content: 'Standard';
  background: fuchsia;
}
.tablet #wrapper {
  border: 1px solid aqua !important;
}
.tablet #wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: block;
  padding: 3px 10px;
  font-size: 13px;
  color: #ffffff;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 700;
  content: 'Tablet';
  background: aqua;
}
.mobile #wrapper {
  border: 1px solid green !important;
}
.mobile #wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: block;
  padding: 3px 10px;
  font-size: 13px;
  color: #ffffff;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 700;
  content: 'Mobile';
  background: green;
}
#contentOuter {
  padding: 1em 0;
}
#contentOuter > .std {
  zoom: 1;
}
#contentOuter > .std:before,
#contentOuter > .std :after {
  content: "";
}
#contentOuter > .std #content {
  background-color: #f4f4f4;
  padding: 1em 2em 2em 2em;
  overflow: auto;
}
a,
a:visited {
  color: #9c0000;
}
a:hover {
  color: #d70601;
}
ul.list {
  margin: 0 0 30px;
}
ul.list li {
  background: url(../../images/icons/bullet-retina.png) no-repeat left 0.3em;
  background-size: 1em auto;
  padding-left: 1.5em !important;
  line-height: 1.5em;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}
.more-info {
  display: block;
  padding: 0.313em 2em;
  color: #fff !important;
  border: none;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25);
  behavior: url("/js/libs/pie/PIE.htc");
  background-color: #313131;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
a.more-info:hover {
  background: #dc2d00;
  color: #fff;
}
p.note {
  color: #9c0000;
}
dl.faqView {
  margin: 0;
  padding-left: 10px;
}
dl.faqView dt,
dl.faqView dd {
  margin: 0;
  padding: 0;
  display: block;
}
dl.faqView dt {
  margin-bottom: 8px;
  margin-top: 16px;
}
dl.faqView dd {
  border: 1px dashed #CCC;
  padding: 5px;
}
dl.faqView a {
  text-decoration: none;
}
dl.faqView p {
  padding-bottom: 0;
  margin-bottom: 0;
}
form,
.form-list {
  margin: 0;
  padding: 0;
  zoom: 1;
  clear: both;
}
form:before,
.form-list:before,
form:after,
.form-list:after {
  content: "";
  display: table;
}
form:after,
.form-list:after {
  clear: both;
}
form .row,
.form-list .row {
  padding: 0;
}
form .tooltip,
.form-list .tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000;
  outline: none;
  cursor: help;
  text-decoration: none;
  position: relative;
  font-size: 0.9em;
}
form .tooltip span,
.form-list .tooltip span {
  margin-left: -999em;
  position: absolute;
}
form .tooltip:hover span,
.form-list .tooltip:hover span {
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
}
form .tooltip:hover img,
.form-list .tooltip:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
}
form .tooltip:hover em,
.form-list .tooltip:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}
form .classic,
.form-list .classic {
  padding: 0.8em 1em;
}
form .custom,
.form-list .custom {
  padding: 0.5em 0.8em 0.8em 2em;
}
form * html a:hover,
.form-list * html a:hover {
  background: transparent;
}
form .classic,
.form-list .classic {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}
form .critical,
.form-list .critical {
  background: #FFCCAA;
  border: 1px solid #FF3334;
}
form .help,
.form-list .help {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
}
form .info,
.form-list .info {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
}
form .warning,
.form-list .warning {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}
form h2,
.form-list h2 {
  line-height: 2.2em;
  margin: 0;
}
form em,
.form-list em {
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ff5a5a;
  margin: 0 0.4em;
}
form.form-list,
.form-list.form-list {
  margin-right: -2em;
}
form.form-list li,
.form-list.form-list li,
form.form-list .field,
.form-list.form-list .field {
  padding: 0.5em 0;
}
form.form-list li,
.form-list.form-list li {
  padding-right: 2em;
}
form.form-list.compact,
.form-list.form-list.compact {
  margin-right: 0;
}
form.form-list.compact li,
.form-list.form-list.compact li {
  padding: 0 0.2em;
}
form ul,
.form-list ul,
form li,
.form-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
form li,
.form-list li {
  position: relative;
  display: block;
}
form .input-box,
.form-list .input-box {
  position: relative;
  display: block;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url("/js/libs/pie/PIE.htc");
  zoom: 1;
}
form .input-box:before,
.form-list .input-box:before,
form .input-box:after,
.form-list .input-box:after {
  content: "";
  display: table;
}
form .input-box:after,
.form-list .input-box:after {
  clear: both;
}
form .input-box > div,
.form-list .input-box > div {
  position: relative;
}
form .space-right,
.form-list .space-right {
  margin-right: 10px;
}
form .radio-box,
.form-list .radio-box {
  position: static !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  white-space: nowrap;
  margin: 0 1em;
}
form .radio-box input,
.form-list .radio-box input,
form .radio-box label,
.form-list .radio-box label {
  position: static !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: auto;
  height: auto;
  line-height: 2.5;
  vertical-align: middle;
  border: none !important;
}
form .radio-box label,
.form-list .radio-box label {
  padding: 0 1.5em 0 0.4em;
}
form label,
.form-list label,
form .note,
.form-list .note,
form input,
.form-list input,
form textarea,
.form-list textarea,
form .custom-select,
.form-list .custom-select {
  font-size: 0.9em;
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  outline: none;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 400;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
form label.tiny,
.form-list label.tiny,
form .note.tiny,
.form-list .note.tiny,
form input.tiny,
.form-list input.tiny,
form textarea.tiny,
.form-list textarea.tiny,
form .custom-select.tiny,
.form-list .custom-select.tiny {
  padding: 0 0.2em;
  text-align: center;
}
form label,
.form-list label {
  position: static !important;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 600;
  padding: 0;
  color: #000;
  clear: both;
}
form .hide-labels label,
.form-list .hide-labels label {
  display: none;
}
form .note.filler,
.form-list .note.filler,
form .custom-select .inner.label,
.form-list .custom-select .inner.label {
  color: #a5a5a5;
}
form .note,
.form-list .note {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: auto;
  color: #1e51a4;
}
form textarea,
.form-list textarea {
  height: 5em;
  resize: none;
  line-height: 1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
form input,
.form-list input,
form textarea,
.form-list textarea,
form .custom-select,
.form-list .custom-select {
  position: relative;
  z-index: 10;
  background-color: #FFF;
  border: 1px solid #bebebe;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url("/js/libs/pie/PIE.htc");
  color: #313131;
}
form input.join-prev,
.form-list input.join-prev,
form textarea.join-prev,
.form-list textarea.join-prev,
form .custom-select.join-prev,
.form-list .custom-select.join-prev {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
form input.join-next,
.form-list input.join-next,
form textarea.join-next,
.form-list textarea.join-next,
form .custom-select.join-next,
.form-list .custom-select.join-next {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
form .radio-box input,
.form-list .radio-box input,
form .checkbox,
.form-list .checkbox {
  float: left;
  margin-right: 15px;
  margin-top: 12px;
}
form .radio-box input label,
.form-list .radio-box input label,
form .checkbox label,
.form-list .checkbox label,
form .radio-box input + label,
.form-list .radio-box input + label,
form .checkbox + label,
.form-list .checkbox + label {
  clear: none;
}
form .checkbox,
.form-list .checkbox {
  width: auto;
  margin-top: 0;
}
form select,
.form-list select {
  left: 10px;
  z-index: 30;
  width: 100% !important;
}
form select:hover + .custom-select .arrow,
.form-list select:hover + .custom-select .arrow {
  background-color: #309f48;
}
form select.validation-failed,
.form-list select.validation-failed {
  margin-top: 2.8em;
}
form .custom-select,
.form-list .custom-select {
  position: relative;
  display: block !important;
  padding: 0;
}
form .custom-select .inner,
.form-list .custom-select .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  display: block;
  line-height: 2.5em;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 1em;
  padding-right: 2.5em;
}
form .custom-select .inner.label,
.form-list .custom-select .inner.label {
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 600;
}
form .custom-select .arrow,
.form-list .custom-select .arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 2.4em;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  background: #1e51a4 url(../images/icons/select-arrow.png) no-repeat center center;
  background-size: cover;
  border-left: 1px solid #bebebe;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
form .validation-advice,
.form-list .validation-advice {
  z-index: 999;
  margin-top: 5px;
  padding: 0.8em 0.5em;
  background: #616270;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
  text-shadow: 0px 1px 1px #000;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 600;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  behavior: url("/js/libs/pie/PIE.htc");
}
form .validation-advice:before,
.form-list .validation-advice:before {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  content: '!';
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 700;
  color: #ff5a5a;
  font-size: 1.5em;
  line-height: 0.8em;
  margin: -0.1em 0.2em 0 0;
}
form .validation-advice:after,
.form-list .validation-advice:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-bottom: 5px solid #616270;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: none;
}
form select + .validation-advice,
.form-list select + .validation-advice {
  margin-top: 0;
  margin-bottom: 5px;
}
form select + .validation-advice:after,
.form-list select + .validation-advice:after {
  bottom: auto;
  top: 100%;
  border-top: 5px solid #616270;
  border-bottom: none;
}
form .tiny + .validation-advice,
.form-list .tiny + .validation-advice {
  height: 2.8em;
  text-indent: -9999999px;
}
form .tiny + .validation-advice:before,
.form-list .tiny + .validation-advice:before {
  position: absolute;
  left: 0;
  right: 0;
  text-indent: 0;
  margin: 0;
}
.pagination {
  border-top: none !important;
  font-size: 0.9em;
}
.pagination li {
  padding: 0.3em 0;
  overflow: auto;
}
.pagination li .pages strong {
  padding: 0 1em;
  float: left;
  line-height: 2.5em;
}
.pagination li .pages ol {
  float: left;
  margin: 0 !important;
  padding: 0 0 0 20px !important;
}
.pagination li .pages ol li {
  float: left;
}
.no-backgroundsize form .custom-select .arrow,
.no-backgroundsize .form-list .custom-select .arrow {
  background-image: url(../images/icons/select-arrow-small.png);
}
.no-boxsizing .form-list li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.button {
  position: relative;
  z-index: 10;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 0.8em;
  vertical-align: middle;
  text-align: center;
  height: auto;
  line-height: 1em;
  padding: 0.925em 1.5em;
  min-height: 1em;
  background: #1e51a4;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url("/js/libs/pie/PIE.htc");
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
.button:hover {
  background-color: #309f48;
  color: #FFF;
}
.button + .button {
  margin-left: 1em;
}
.button.small {
  font-size: 0.6em;
}
.button.large {
  font-size: 1.1em;
}
.button.full {
  width: 100%;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.button.secondary {
  background-color: #309f48;
}
.button.secondary:hover {
  background-color: #1e51a4;
}
.button.tertiary {
  background-color: #bebebe;
}
.button.tertiary:hover {
  background-color: #1e51a4;
}
.buttons input {
  color: white;
  margin-top: 20px;
  display: block;
  padding: 0;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0 !important;
  background-color: #313131;
}
.buttons input:hover {
  background: #dc2d00;
}
.no-boxsizing .button {
  min-height: 3.2em;
}
.filter {
  margin-right: 0 !important;
  border: 1px solid #bebebe;
  border-width: 1px 0;
}
.product-options label {
  position: static !important;
  display: block !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha('Opacity=@{alpha*100}')" !important;
  font-family: "sourceSansPro", "open-sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.product-options dl,
.product-options dt,
.product-options dd {
  margin: 0;
  padding: 0;
}
#header #topmenu {
  background-color: #020202;
  overflow: auto;
  width: 100%;
}
#header #topmenu ul {
  list-style: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  float: right;
}
#header #topmenu ul li {
  float: left;
  font-weight: bold;
  font-size: 0.75em;
  color: #a8a4a1;
  margin-right: 20px;
}
#header #topmenu ul li a {
  color: #a8a4a1;
  line-height: 1.8em;
}
#header #topmenu ul li a span {
  color: #fff;
}
#header #banner {
  background-color: #d01520;
  background: url(../../images/banner-bg.gif) repeat-x bottom center;
}
#header #banner #logo {
  padding: 0;
  z-index: 5;
  float: left;
  position: relative;
  margin-top: 20px;
  margin-bottom: -30px;
}
#header #banner #logo img {
  width: 150px;
  height: 122px;
}
#header #banner #mainmenu {
  float: right;
  font-size: 0.95em;
  max-width: 710px;
  /*main menu, top level*/
  /*base menu styles*/
  /*menu arrows*/
  /*child menu*/
}
#header #banner #mainmenu .sf-menu,
#header #banner #mainmenu .sf-menu * {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#header #banner #mainmenu .sf-menu {
  line-height: 1.0;
  margin: 0;
  padding-top: 45px;
}
#header #banner #mainmenu .sf-menu ul {
  position: absolute;
  top: -999em;
  margin: 0;
  background-color: #085086;
  box-shadow: inset 0px -1px 5px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.1);
  -moz-box-shadow: inset 0px -1px 5px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.1);
  -webkit-box-shadow: inset 0px -1px 5px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.1);
  behavior: url("/js/libs/pie/PIE.htc");
}
#header #banner #mainmenu .sf-sub-indicator {
  display: none;
}
#header #banner #mainmenu .sf-menu ul .sf-sub-indicator {
  position: absolute;
  display: block;
  right: 20px;
  top: 10px;
  width: 6px;
  height: 11px;
  text-indent: -999em;
  /*hide text*/
  overflow: hidden;
  background: url(../images/menu-arrow.png) no-repeat top left;
}
#header #banner #mainmenu .sf-menu ul li {
  width: 100%;
  margin: 0;
}
#header #banner #mainmenu .sf-menu li {
  float: left;
  position: relative;
  margin: 0;
}
#header #banner #mainmenu .sf-menu a {
  display: block;
  position: relative;
}
#header #banner #mainmenu .sf-menu > li > a {
  padding: 20px 15px 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
}
#header #banner #mainmenu .sf-menu li:hover {
  visibility: inherit;
}
#header #banner #mainmenu .sf-menu li:hover ul,
#header #banner #mainmenu .sf-menu li.sfHover ul {
  left: 0px;
  z-index: 99;
}
#header #banner #mainmenu ul.sf-menu li:hover li ul,
#header #banner #mainmenu ul.sf-menu li.sfHover li ul,
#header #banner #mainmenu ul.sf-menu li li:hover li ul,
#header #banner #mainmenu ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
#header #banner #mainmenu ul.sf-menu li li:hover ul,
#header #banner #mainmenu ul.sf-menu li li.sfHover ul,
#header #banner #mainmenu ul.sf-menu li li li:hover ul,
#header #banner #mainmenu ul.sf-menu li li li.sfHover ul {
  top: 0px;
}
#header #banner #mainmenu .sf-menu > li:hover > a,
#header #banner #mainmenu .sf-menu > li.sfHover > a,
#header #banner #mainmenu .sf-menu > .current > a {
  font-weight: bold;
  text-decoration: none;
  color: #020202;
  font-size: 1em;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}
#header #banner #mainmenu .sf-menu > li:hover ul,
#header #banner #mainmenu .sf-menu > li.sfHover ul {
  top: 96px;
  /* match top menu height */
}
#header #banner #mainmenu ul.sf-vertical li:hover ul,
#header #banner #mainmenu ul.sf-vertical li.sfHover ul {
  left: 200px;
  /* match menu width */
}
#header #banner #mainmenu .sf-menu li li:hover ul,
#header #banner #mainmenu .sf-menu li li.sfHover ul {
  left: 250px;
  /* match child menu width */
}
#header #banner #mainmenu .sf-menu ul > li > a {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  background: #9c0000;
}
#header #banner #mainmenu .sf-menu ul > li:hover > a,
#header #banner #mainmenu .sf-menu ul > li.sfHover > a,
#header #banner #mainmenu .sf-menu ul > .current > a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #d70601;
}
#header #banner #mainmenu ul.sf-vertical,
#header #banner #mainmenu .sf-vertical li {
  width: 100%;
}
#header #banner #mainmenu ul.sf-vertical li:hover ul,
#header #banner #mainmenu ul.sf-vertical li.sfHover ul {
  top: 0;
}
#hero {
  background: url(../../images/truck-hero.jpg) no-repeat;
  background-position: cover;
}
#hero div {
  padding: 0;
}
#hero .flexslider {
  border: none;
  box-shadow: none;
  margin: 0 auto;
}
#hero .flexslider ul li {
  overflow: auto;
}
#hero .flexslider ul li .caption {
  position: absolute;
  top: 10%;
  right: 5%;
  color: #020202;
  font-weight: bold;
  text-align: right;
}
#hero .flexslider ul li .caption h1 {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}
#hero .flexslider ul li .caption p {
  font-weight: bold;
  color: #fff;
}
#hero .flexslider img {
  width: 100%;
}
.breadcrumbs {
  padding: 1em 2em 0 2em;
  margin: 0 -2em 0 -2em;
  background-color: #f4f4f4;
}
.menu-button {
  display: none;
}
.mobile .contact-page-container {
  width: 100% !important;
  padding-right: 0 !important;
}
.mobile .googlemapsframe {
  width: 100% !important;
}
.mobile a.more-info {
  margin-bottom: 15px;
  width: 100%;
}
.mobile .grey-box {
  height: auto !important;
}
.mobile .breadcrumbs {
  text-align: right;
  background-color: #fff;
}
.mobile .footerMenu {
  display: none;
}
.mobile #mainmenu {
  float: none;
  position: absolute;
  right: 0;
  z-index: 4;
  max-width: none;
  width: 100%;
  display: none;
}
.mobile #header #banner #mainmenu .sf-menu {
  background-color: #d01520;
  padding-top: 0;
  margin-top: 112px;
  border: 2px solid white;
}
.mobile #header #banner #mainmenu .sf-menu li {
  float: none;
  text-align: right;
  font-size: 16px;
}
.mobile .menu-button {
  display: block;
}
.mobile .menu-button svg {
  position: absolute;
  top: 70px;
  right: 15px;
  width: 45px;
  height: 45px;
  z-index: 99999;
  transition: all .3s ease;
  display: block;
  cursor: pointer;
}
.mobile .menu-button svg g {
  transition: all .3s ease;
  width: 100px;
  height: 45px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  cursor: pointer;
}
.mobile .menu-button svg rect {
  transition: all .3s ease;
  fill: white;
}
#footer {
  background: #eb1e2d;
  padding: 1em;
  margin-top: 0;
  color: #fff;
  font-size: 0.9em;
}
#footer .footerMenu {
  float: left;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#footer .footerMenu li {
  color: #fff;
  list-style: none;
  float: left;
  padding-right: 1em;
}
#footer .footerMenu li a {
  color: #fff;
}
#footer #copyright {
  font-size: 0.8em;
  padding-top: 5px;
  padding-right: 8px;
  color: #fff;
  text-align: right;
  margin: 0.5em 0;
}
#footer #copyright a {
  color: #ffffff;
}
#footer #copyright a:hover {
  color: #309f48;
}
/* CSS Document */
/* @group widescreen */
@media screen and (min-width: 1700px) {
  .widescreen-hide {
    display: none !important;
  }
  .widescreen-display {
    display: -moz-inline-stack !important;
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
  }
  .widescreen-display-block {
    display: block !important;
  }
  .widescreen-col-1 {
    float: left !important;
    width: 8.33333333% !important;
  }
  .widescreen-col-2 {
    float: left !important;
    width: 16.66666667% !important;
  }
  .widescreen-col-3 {
    float: left !important;
    width: 25% !important;
  }
  .widescreen-col-4 {
    float: left !important;
    width: 33.33333333% !important;
  }
  .widescreen-col-5 {
    float: left !important;
    width: 41.66666667% !important;
  }
  .widescreen-col-6 {
    float: left !important;
    width: 50% !important;
  }
  .widescreen-col-7 {
    float: left !important;
    width: 58.33333333% !important;
  }
  .widescreen-col-8 {
    float: left !important;
    width: 66.66666667% !important;
  }
  .widescreen-col-9 {
    float: left !important;
    width: 75% !important;
  }
  .widescreen-col-10 {
    float: left !important;
    width: 83.33333333% !important;
  }
  .widescreen-col-11 {
    float: left !important;
    width: 91.66666667% !important;
  }
  .widescreen-col-12 {
    float: left !important;
    width: 100% !important;
  }
  .widescreen-padding {
    padding: 2em;
  }
  .widescreen-padding-top {
    padding-top: 2em;
  }
  .widescreen-padding-right {
    padding-right: 2em;
  }
  .widescreen-padding-bottom {
    padding-bottom: 2em;
  }
  .widescreen-padding-left {
    padding-left: 2em;
  }
  .widescreen-no-padding {
    padding: 0;
  }
  .widescreen-no-padding-top {
    padding-top: 0;
  }
  .widescreen-no-padding-right {
    padding-right: 0;
  }
  .widescreen-no-padding-bottom {
    padding-bottom: 0;
  }
  .widescreen-no-padding-left {
    padding-left: 0;
  }
  .widescreen-margin {
    margin: 2em;
  }
  .widescreen-margin-top {
    margin-top: 2em;
  }
  .widescreen-margin-right {
    margin-right: 2em;
  }
  .widescreen-margin-bottom {
    margin-bottom: 2em;
  }
  .widescreen-margin-left {
    margin-left: 2em;
  }
  .widescreen-no-margin {
    margin: 0;
  }
  .widescreen-no-margin-top {
    margin-top: 0;
  }
  .widescreen-no-margin-right {
    margin-right: 0;
  }
  .widescreen-no-margin-bottom {
    margin-bottom: 0;
  }
  .widescreen-no-margin-left {
    margin-left: 0;
  }
  .widescreen-no-gutter {
    margin: -2em;
  }
  .widescreen-no-gutter-top {
    margin-top: -2em;
  }
  .widescreen-no-gutter-right {
    margin-right: -2em;
  }
  .widescreen-no-gutter-bottom {
    margin-bottom: -2em;
  }
  .widescreen-no-gutter-left {
    margin-left: -2em;
  }
  .widescreen-border {
    border: 1px solid #bebebe;
  }
  .widescreen-border-top {
    border-top: 1px solid #bebebe;
  }
  .widescreen-border-right {
    border-right: 1px solid #bebebe;
  }
  .widescreen-border-bottom {
    border-bottom: 1px solid #bebebe;
  }
  .widescreen-border-left {
    border-left: 1px solid #bebebe;
  }
  .widescreen-no-border {
    border: none;
  }
  .widescreen-no-border-top {
    border-top: none;
  }
  .widescreen-no-border-right {
    border-right: none;
  }
  .widescreen-no-border-bottom {
    border-bottom: none;
  }
  .widescreen-no-border-left {
    border-left: none;
  }
  body {
    font-size: 20px;
  }
  #wrapper {
    border: 1px solid lime !important;
  }
  #wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: block;
    padding: 3px 10px;
    font-size: 13px;
    color: #ffffff;
    font-family: "sourceSansPro", "open-sans", sans-serif;
    font-weight: 700;
    content: 'Widescreen';
    background: lime;
  }
}
/* @end */
/* @group standard */
@media screen and (max-width: 1699px) and (min-width: 1201px) {
  .standard-hide {
    display: none !important;
  }
  .standard-display {
    display: -moz-inline-stack !important;
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
  }
  .standard-display-block {
    display: block !important;
  }
  #wrapper {
    border: 1px solid fuchsia !important;
  }
  #wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: block;
    padding: 3px 10px;
    font-size: 13px;
    color: #ffffff;
    font-family: "sourceSansPro", "open-sans", sans-serif;
    font-weight: 700;
    content: 'Standard';
    background: fuchsia;
  }
}
/* @end */
/* @group tablet */
@media screen and (max-width: 980px) and (min-width: 761px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-display {
    display: -moz-inline-stack !important;
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
  }
  .tablet-display-block {
    display: block !important;
  }
  .tablet-col-1 {
    float: left !important;
    width: 8.33333333% !important;
  }
  .tablet-col-2 {
    float: left !important;
    width: 16.66666667% !important;
  }
  .tablet-col-3 {
    float: left !important;
    width: 25% !important;
  }
  .tablet-col-4 {
    float: left !important;
    width: 33.33333333% !important;
  }
  .tablet-col-5 {
    float: left !important;
    width: 41.66666667% !important;
  }
  .tablet-col-6 {
    float: left !important;
    width: 50% !important;
  }
  .tablet-col-7 {
    float: left !important;
    width: 58.33333333% !important;
  }
  .tablet-col-8 {
    float: left !important;
    width: 66.66666667% !important;
  }
  .tablet-col-9 {
    float: left !important;
    width: 75% !important;
  }
  .tablet-col-10 {
    float: left !important;
    width: 83.33333333% !important;
  }
  .tablet-col-11 {
    float: left !important;
    width: 91.66666667% !important;
  }
  .tablet-col-12 {
    float: left !important;
    width: 100% !important;
  }
  .tablet-padding {
    padding: 2em;
  }
  .tablet-padding-top {
    padding-top: 2em;
  }
  .tablet-padding-right {
    padding-right: 2em;
  }
  .tablet-padding-bottom {
    padding-bottom: 2em;
  }
  .tablet-padding-left {
    padding-left: 2em;
  }
  .tablet-no-padding {
    padding: 0;
  }
  .tablet-no-padding-top {
    padding-top: 0;
  }
  .tablet-no-padding-right {
    padding-right: 0;
  }
  .tablet-no-padding-bottom {
    padding-bottom: 0;
  }
  .tablet-no-padding-left {
    padding-left: 0;
  }
  .tablet-margin {
    margin: 2em;
  }
  .tablet-margin-top {
    margin-top: 2em;
  }
  .tablet-margin-right {
    margin-right: 2em;
  }
  .tablet-margin-bottom {
    margin-bottom: 2em;
  }
  .tablet-margin-left {
    margin-left: 2em;
  }
  .tablet-no-margin {
    margin: 0;
  }
  .tablet-no-margin-top {
    margin-top: 0;
  }
  .tablet-no-margin-right {
    margin-right: 0;
  }
  .tablet-no-margin-bottom {
    margin-bottom: 0;
  }
  .tablet-no-margin-left {
    margin-left: 0;
  }
  .tablet-no-gutter {
    margin: -2em;
  }
  .tablet-no-gutter-top {
    margin-top: -2em;
  }
  .tablet-no-gutter-right {
    margin-right: -2em;
  }
  .tablet-no-gutter-bottom {
    margin-bottom: -2em;
  }
  .tablet-no-gutter-left {
    margin-left: -2em;
  }
  .tablet-border {
    border: 1px solid #bebebe;
  }
  .tablet-border-top {
    border-top: 1px solid #bebebe;
  }
  .tablet-border-right {
    border-right: 1px solid #bebebe;
  }
  .tablet-border-bottom {
    border-bottom: 1px solid #bebebe;
  }
  .tablet-border-left {
    border-left: 1px solid #bebebe;
  }
  .tablet-no-border {
    border: none;
  }
  .tablet-no-border-top {
    border-top: none;
  }
  .tablet-no-border-right {
    border-right: none;
  }
  .tablet-no-border-bottom {
    border-bottom: none;
  }
  .tablet-no-border-left {
    border-left: none;
  }
  body {
    font-size: 14px;
  }
  #wrapper {
    border: 1px solid aqua !important;
  }
  #wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: block;
    padding: 3px 10px;
    font-size: 13px;
    color: #ffffff;
    font-family: "sourceSansPro", "open-sans", sans-serif;
    font-weight: 700;
    content: 'Tablet';
    background: aqua;
  }
}
/* @end */
/* @group mobile */
@media screen and (max-width: 760px) {
  .row {
    padding: 0 1em;
  }
  .mobile-hide {
    display: none !important;
  }
  .mobile-display {
    display: -moz-inline-stack !important;
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
  }
  .mobile-display-block {
    display: block !important;
  }
  .mobile-col-1 {
    float: left !important;
    width: 8.33333333% !important;
  }
  .mobile-col-2 {
    float: left !important;
    width: 16.66666667% !important;
  }
  .mobile-col-3 {
    float: left !important;
    width: 25% !important;
  }
  .mobile-col-4 {
    float: left !important;
    width: 33.33333333% !important;
  }
  .mobile-col-5 {
    float: left !important;
    width: 41.66666667% !important;
  }
  .mobile-col-6 {
    float: left !important;
    width: 50% !important;
  }
  .mobile-col-7 {
    float: left !important;
    width: 58.33333333% !important;
  }
  .mobile-col-8 {
    float: left !important;
    width: 66.66666667% !important;
  }
  .mobile-col-9 {
    float: left !important;
    width: 75% !important;
  }
  .mobile-col-10 {
    float: left !important;
    width: 83.33333333% !important;
  }
  .mobile-col-11 {
    float: left !important;
    width: 91.66666667% !important;
  }
  .mobile-col-12 {
    float: left !important;
    width: 100% !important;
  }
  .mobile-padding {
    padding: 2em;
  }
  .mobile-padding-top {
    padding-top: 2em;
  }
  .mobile-padding-right {
    padding-right: 2em;
  }
  .mobile-padding-bottom {
    padding-bottom: 2em;
  }
  .mobile-padding-left {
    padding-left: 2em;
  }
  .mobile-no-padding {
    padding: 0 !important;
  }
  .mobile-no-padding-top {
    padding-top: 0 !important;
  }
  .mobile-no-padding-right {
    padding-right: 0 !important;
  }
  .mobile-no-padding-bottom {
    padding-bottom: 0 !important;
  }
  .mobile-no-padding-left {
    padding-left: 0 !important;
  }
  .mobile-margin {
    margin: 2em;
  }
  .mobile-margin-top {
    margin-top: 2em;
  }
  .mobile-margin-right {
    margin-right: 2em;
  }
  .mobile-margin-bottom {
    margin-bottom: 2em;
  }
  .mobile-margin-left {
    margin-left: 2em;
  }
  .mobile-no-margin {
    margin: 0;
  }
  .mobile-no-margin-top {
    margin-top: 0 !important;
  }
  .mobile-no-margin-right {
    margin-right: 0 !important;
  }
  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }
  .mobile-no-margin-left {
    margin-left: 0 !important;
  }
  .mobile-no-gutter {
    margin: -2em;
  }
  .mobile-no-gutter-top {
    margin-top: -2em;
  }
  .mobile-no-gutter-right {
    margin-right: -2em;
  }
  .mobile-no-gutter-bottom {
    margin-bottom: -2em;
  }
  .mobile-no-gutter-left {
    margin-left: -2em;
  }
  .mobile-border {
    border: 1px solid #bebebe;
  }
  .mobile-border-top {
    border-top: 1px solid #bebebe;
  }
  .mobile-border-right {
    border-right: 1px solid #bebebe;
  }
  .mobile-border-bottom {
    border-bottom: 1px solid #bebebe;
  }
  .mobile-border-left {
    border-left: 1px solid #bebebe;
  }
  .mobile-no-border {
    border: none;
  }
  .mobile-no-border-top {
    border-top: none;
  }
  .mobile-no-border-right {
    border-right: none;
  }
  .mobile-no-border-bottom {
    border-bottom: none;
  }
  .mobile-no-border-left {
    border-left: none;
  }
  body {
    font-size: 12px;
  }
  #wrapper {
    border: 1px solid green !important;
  }
  #wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: block;
    padding: 3px 10px;
    font-size: 13px;
    color: #ffffff;
    font-family: "sourceSansPro", "open-sans", sans-serif;
    font-weight: 700;
    content: 'Mobile';
    background: green;
  }
  .contact-page-container {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .googlemapsframe {
    width: 100% !important;
  }
  a.more-info {
    margin-bottom: 15px;
    width: 100%;
  }
  .grey-box {
    height: auto !important;
  }
  .breadcrumbs {
    text-align: right;
    background-color: #fff;
  }
  .footerMenu {
    display: none;
  }
  #mainmenu {
    float: none;
    position: absolute;
    right: 0;
    z-index: 4;
    max-width: none;
    width: 100%;
    display: none;
  }
  #header #banner #mainmenu .sf-menu {
    background-color: #d01520;
    padding-top: 0;
    margin-top: 112px;
    border: 2px solid white;
  }
  #header #banner #mainmenu .sf-menu li {
    float: none;
    text-align: right;
    font-size: 16px;
  }
  .menu-button {
    display: block;
  }
  .menu-button svg {
    position: absolute;
    top: 70px;
    right: 15px;
    width: 45px;
    height: 45px;
    z-index: 99999;
    transition: all .3s ease;
    display: block;
    cursor: pointer;
  }
  .menu-button svg g {
    transition: all .3s ease;
    width: 100px;
    height: 45px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    cursor: pointer;
  }
  .menu-button svg rect {
    transition: all .3s ease;
    fill: white;
  }
}
/* @end */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}
