@import url(//fonts.googleapis.com/css?family=Abel);
/* Load them fonts first */
/* font-family: 'Abel', sans-serif; */
/* font-family: 'League Gothic', sans-serif; */
@font-face {
  font-family: 'League Gothic';
  src: url('/content/themes/rocksteady/css/../fonts/leaguegothic-regular-webfont.eot');
  src: url('/content/themes/rocksteady/css/../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/content/themes/rocksteady/css/../fonts/leaguegothic-regular-webfont.woff') format('woff'), url('/content/themes/rocksteady/css/../fonts/leaguegothic-regular-webfont.ttf') format('truetype'), url('/content/themes/rocksteady/css/../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.ir,
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden,
.element-invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col {
  margin-left: 1%;
}
.col:first-child {
  margin-left: 0;
}
.span1 {
  width: 7.41666667%;
}
.span2 {
  width: 15.83333333%;
}
.span3 {
  width: 24.25%;
}
.span4 {
  width: 32.66666667%;
}
.span5 {
  width: 41.08333333%;
}
.span6 {
  width: 49.5%;
}
.span7 {
  width: 57.91666667%;
}
.span8 {
  width: 66.33333333%;
}
.span9 {
  width: 74.75%;
}
.span10 {
  width: 83.16666667%;
}
.span11 {
  width: 91.58333333%;
}
.span12 {
  width: 100%;
}
/* MEDIA QUERIES */
body {
  margin: 0;
  font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  background-color: #ffffff;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0;
  font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 24px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 48px;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 13.6px;
}
h1 small {
  font-size: 28px;
}
h2 small {
  font-size: 20px;
}
h3 small {
  font-size: 16px;
}
h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 11px;
  margin: 24px 0 36px;
  border-bottom: 1px solid #eeeeee;
}
a {
  color: #ed1c24;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #af0e14;
  text-decoration: underline;
}
ul,
ol {
  padding: 0;
  margin: 0 0 12px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 24px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 24px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 24px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 24px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 24px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 48px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 18px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
input,
button,
select,
textarea {
  font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 24px;
  padding: 4px 6px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 34px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 34px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 24px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 23px 20px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #262626;
}
.help-block {
  display: block;
  margin-bottom: 12px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 16px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 12px;
}
legend + .control-group {
  margin-top: 24px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 24px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 12px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 24px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 13.6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ed3521;
  background-image: -moz-linear-gradient(top, #ed1c24, #ed5a1c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed1c24), to(#ed5a1c));
  background-image: -webkit-linear-gradient(top, #ed1c24, #ed5a1c);
  background-image: -o-linear-gradient(top, #ed1c24, #ed5a1c);
  background-image: linear-gradient(to bottom, #ed1c24, #ed5a1c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed1c24', endColorstr='#ffed5a1c', GradientType=0);
  border-color: #ed5a1c #ed5a1c #af3d0e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ed5a1c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #ed5a1c;
  *background-color: #de4e12;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #c64610 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #ed1c24;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #af0e14;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 16px;
}
.btn-group > .btn-mini {
  font-size: 12px;
}
.btn-group > .btn-small {
  font-size: 13.6px;
}
.btn-group > .btn-large {
  font-size: 20px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #ed5a1c;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.messages,
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 24px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.messages,
.messages h2,
.alert,
.alert h4 {
  color: #c09853;
}
.messages h2,
.alert h4 {
  margin: 0;
}
.messages.status,
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.messages.status h2,
.alert-success h4 {
  color: #468847;
}
.messages.error,
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.messages.error h2,
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.messages.warning,
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.messages.warning h2,
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 24px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 24px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 24px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 20px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -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;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 13.6px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 12px;
}
.pager {
  margin: 24px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
/* LAYOUT STYLES IN HERE - so we can seperate structure and skin. */
/* Table of Contents
==================================================

*/
.wrap-inner,
.container {
  max-width: 1024px;
  width: 99%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  float: none;
}
.subnav-wrap {
  clear: both;
}
#myVideo {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
/* CUSTOM THEME STYLES IN HERE */
map area {
  outline: 0;
}
/* Table of Contents
==================================================

    #Theme Mixins

  - Mobile - Single Col
	#Header
	#Footer

    @media(min-width:768px) {

    }

    @media(min-width:1377px) {

    }

*/
/* Add transitions to all links
==================================================*/
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
/* Page functionality styling
 * Styling for the sections of the site
==================================================*/
body,
html {
  background-color: #000;
}
body::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.75);
  /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.75);
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid rgba(0, 0, 0, 0.75);
  /* creates padding around scroll thumb */
}
body.full-video .splash {
  margin-top: 0;
}
body.full-video .splash .splash__overlay {
  opacity: 0;
}
body.full-video .splash .splash__bg-video:after {
  background-color: rgba(0, 0, 0, 0);
}
body.full-video .arrows {
  opacity: 0;
}
body.full-video #foot-wrap {
  bottom: -74px;
}
body.text-switch .splash__bg-video:after {
  transition: background-color 2.5s ease-in;
  background-color: rgba(0, 0, 0, 0);
}
body.text-switch .splash__welcome {
  transition: opacity 2.5s ease-in;
  opacity: 0;
}
html.state--disable-scroll body {
  overflow: hidden;
}
#sections {
  height: 100%;
  overflow-x: hidden;
}
.container {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.wrap {
  text-align: center;
  height: 100%;
}
.wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#sections > .section {
  height: 100vh;
  position: relative;
  background-position: left top, center top;
  background-repeat: repeat, no-repeat;
  text-align: center;
}
.horizontal {
  height: 100%;
  position: absolute;
  width: 1000000px;
  top: 0;
}
.slide {
  height: 100%;
  float: left;
  background-position: left top, center top;
  background-position-x: 50%;
  background-repeat: repeat, no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.inview {
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background: transparent;
}
.arrows {
  list-style-type: none;
  margin: 0;
  transition: opacity 0.3s ease-in;
}
.arrows a {
  position: absolute;
  z-index: 50;
  display: block;
  width: 53px;
  height: 53px;
  background: url('/content/themes/rocksteady/css/../img/arrs.png') no-repeat 0 0 transparent;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.arrows .prev a {
  left: 20px;
  top: 50%;
  margin-top: -26px;
  background-position: -1px -1px;
}
.arrows .prev a:hover {
  background-position: -55px -1px;
}
.arrows .next a {
  right: 20px;
  top: 50%;
  margin-top: -26px;
  background-position: -55px -55px;
}
.arrows .next a:hover {
  background-position: -1px -55px;
}
.arrows .up a {
  position: fixed;
  left: 50%;
  top: 155px;
  margin-left: -26px;
  background-position: -55px -109px;
}
.arrows .up a:hover {
  background-position: -55px -163px;
}
.arrows .down a {
  position: fixed;
  bottom: 88px;
  left: 50%;
  margin-left: -26px;
  background-position: -1px -163px;
}
.arrows .down a:hover {
  background-position: -1px -109px;
}
.arrows .inactive a {
  opacity: 0.4;
  display: none;
}
/* Header
==================================================*/
#head-wrap {
  background: #111111;
  position: fixed;
  height: 100px;
  top: 0;
  width: 100%;
  z-index: 50;
  transition: transform 0.3s ease-in;
}
#header {
  padding: 15px 0;
  background: transparent;
  *zoom: 1;
  height: 70px;
}
#header:before,
#header:after {
  display: table;
  content: "";
  line-height: 0;
}
#header:after {
  clear: both;
}
#header .site-branding {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24.25%;
  *zoom: 1;
}
#header .site-branding:before,
#header .site-branding:after {
  display: table;
  content: "";
  line-height: 0;
}
#header .site-branding:after {
  clear: both;
}
.site-title a {
  height: 47px;
  width: 248px;
  display: block;
  background: url('/content/themes/rocksteady/css/../img/logo.png') no-repeat 0 0 transparent;
}
.main-navigation {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.5%;
}
.main-navigation ul {
  list-style-type: none;
  margin-left: 50px;
  margin-top: 15px;
}
.main-navigation ul a,
.main-navigation ul li {
  float: left;
}
.main-navigation ul a {
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
}
.main-navigation ul a:hover {
  text-decoration: none;
  color: #da1921;
}
.main-navigation ul a.active,
.main-navigation ul a:active {
  text-decoration: none;
  color: #da1921;
  text-shadow: -1px 1px 8px #da1921, 1px -1px 8px #da1921;
}
.subnav-wrap {
  background: url('/content/themes/rocksteady/css/../img/subnav-bg2.png') repeat-x center center #000000;
  background: black;
  position: relative;
  top: 14px;
}
.subnav-wrap .subnav {
  list-style-type: none;
  text-align: center;
  *zoom: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.subnav-wrap .subnav:before,
.subnav-wrap .subnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.subnav-wrap .subnav:after {
  clear: both;
}
.subnav-wrap li {
  display: inline-flex;
  flex-direction: column;
}
.subnav-wrap a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #fff;
  padding: 11px 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.subnav-wrap a span {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  opacity: 0;
  width: 16px;
  height: 14px;
  background: url('/content/themes/rocksteady/css/../img/sub-indicator.png') no-repeat 0 0 transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -8px;
}
.subnav-wrap a .year-label {
  position: relative;
  background: none;
  width: auto;
  height: auto;
  opacity: 0.5;
  transition: none;
  top: auto;
  left: auto;
  margin: 0;
  font-family: Arial, sans-serif;
}
.subnav-wrap a:hover,
.subnav-wrap a.active {
  background: red;
}
.rs-social {
  list-style-type: none;
  padding-top: 15px;
}
.rs-social li,
.rs-social a {
  float: left;
}
.rs-social a {
  display: block;
  width: 33px;
  height: 33px;
  margin-left: 10px;
  background: url(/content/themes/rocksteady/css/../img/social.png) no-repeat 0 0 transparent;
  text-indent: -99999px;
  overflow: hidden;
}
.rs-social a:hover {
  background-position: 0 -33px;
}
.rs-social .facebook a {
  background-position: -38px 0;
}
.rs-social .facebook a:hover {
  background-position: -38px -33px;
}
.rs-social .youtube a {
  background-position: -76px 0;
}
.rs-social .youtube a:hover {
  background-position: -76px -33px;
}
.rs-social .instagram a {
  background-position: -111px 0;
}
.rs-social .instagram a:hover {
  background-position: -111px -33px;
}
/* 404
==================================================*/
.error404 {
  background: url('/content/themes/rocksteady/css/../img/splash-bg.jpg') no-repeat center center #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.error404 #head-wrap,
.error404 #foot-wrap {
  display: none;
}
.error404 .container {
  padding: 100px 0;
  display: block;
  text-align: center;
  letter-spacing: 1px;
}
.error404 .container h1 {
  font-size: 180px;
  line-height: 200px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.error404 .container .haiku {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 60px;
}
.error404 .container span {
  display: block;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 60px;
}
.error404 .container a {
  font-size: 30px;
  line-height: 40px;
}
/* Sections
==================================================*/
._button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
._button--hidden {
  display: none !important;
}
._chevron-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  color: #fff;
  background-color: #da1922;
  z-index: 99999999;
}
._chevron-button path {
  fill: #fff;
}
._chevron-button svg {
  width: 40%;
  height: 40%;
}
._chevron-button:hover {
  background-color: #fff;
}
._chevron-button:hover path {
  fill: #000;
}
._chevron-button--up {
  position: fixed;
  left: 50%;
  right: auto;
  top: 175px;
  margin: 0px 0 0 -27px;
}
._chevron-button--up svg {
  transform: rotate(90deg);
}
._chevron-button--down {
  position: fixed;
  left: 50%;
  right: auto;
  top: auto;
  bottom: 87px;
  margin: 0px 0 0 -27px;
}
._chevron-button--down svg {
  transform: rotate(270deg);
}
._chevron-button--left {
  position: absolute;
  left: 20px;
  right: auto;
  top: 50%;
  margin: -27px 0 0 0px;
}
._chevron-button--left svg {
  transform: rotate(0deg);
}
._chevron-button--right {
  position: absolute;
  left: auto;
  right: 20px;
  top: 50%;
  margin-top: -27px;
}
._chevron-button--right svg {
  transform: rotate(180deg);
}
.grid {
  position: relative;
  display: flex;
}
.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.col {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 0;
}
.landing-wrap {
  display: flex;
  flex-grow: 1;
}
.splash {
  height: calc(100vh - (74px)) !important;
  display: flex;
  flex-direction: column;
  transition: margin-top 0.3 ease-in;
  background: url('/content/themes/rocksteady/css/../img/splash-bg.jpg') no-repeat center center #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.splash .container {
  text-align: center;
}
.splash h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 156px;
}
.splash .splash__h-line {
  display: flex;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.splash .splash__h-line:before,
.splash .splash__h-line:after {
  content: '';
  position: absolute;
  width: 20%;
  height: 2px;
}
.splash .splash__h-line:before {
  left: 50%;
  margin-left: 200px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}
.splash .splash__h-line:after {
  right: 50%;
  margin-right: 200px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.splash .splash__h-line--alt {
  background-image: none;
}
.splash .controls {
  display: block;
  margin: 40px auto 0 auto;
  width: 274px;
  height: 59px;
  background: url('/content/themes/rocksteady/css/../img/controls2.png') no-repeat center center transparent;
  overflow: hidden;
  text-indent: -9999px;
}
.splash .awards-wrapper .award-img {
  height: 100px;
  margin-right: 20px;
  border: none;
}
.splash__bg-video__video--sample {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-position: center center;
  object-fit: cover;
}
.splash__bg-video__video {
  display: none;
  visibility: hidden;
  z-index: -999;
  width: 0;
  height: 0;
}
.splash__bg-video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.splash__hgroup__wrapper {
  flex-basis: 66.666%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.splash__hgroup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 220px;
}
#splash__bg-video-blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.splash__bg-video-blocker--hidden {
  display: none;
}
.splash__background-video {
  position: relative;
  z-index: 1;
}
.splash__background-video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
}
.splash__row {
  position: relative;
  width: 100%;
  z-index: 3;
  -webkit-tap-highlight-color: transparent;
}
.splash__bg-video {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.splash__bg-video .plyr__video-wrapper {
  height: 100%;
}
.splash__bg-video .plyr--video {
  width: 100%;
  height: 100%;
}
.splash__bg-video .plyr__controls {
  display: none !important;
  transform-origin: 0 100%;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.splash__bg-video .plyr__controls:after {
  content: '';
  position: absolute;
  width: calc(101%);
  height: 100%;
  top: calc(99.5%);
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.splash__bg-video .plyr__control.plyr__control--overlaid {
  display: none !important;
}
@media (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 240dpi) {
  .splash__bg-video .plyr__controls {
    transform-origin: 0 100%;
    width: 80%;
    transform: translateY(0%) scale(1.25);
  }
  .splash__bg-video .plyr--video.plyr--hide-controls .plyr__controls {
    transform: translateY(100%) scale(1.25);
  }
}
/*
@media
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {

    .splash__bg-video {

        .plyr__controls {
            transform-origin: 0 100%;
            width: 66.666666%;
            transform: translateY(0%) scale(1.5);
        }

        .plyr--video.plyr--hide-controls .plyr__controls {
            transform: translateY(100%) scale(1.5);
        }
    }

    html.ios {
        body.full-video,
        body.site--fullscreen {

            .splash__bg-video {

                .plyr__controls {
                    width: 66.666666%;
                    transform: translateY(-100%) scale(1.5);
                }

                .plyr--video.plyr--hide-controls .plyr__controls {
                    transform: translateY(100%) scale(1.5);
                }

            }

        }
    }

    html.ios.portrait {
        body.full-video,
        body.site--fullscreen {

            .splash__bg-video {

                .plyr__controls {
                    transform: translateY(-200%) scale(2);
                }

            }

        }
    }

}

@media
(-webkit-min-device-pixel-ratio: 2.5),
(min-resolution: 240dpi) {

    .splash__bg-video {

        .plyr__controls {
            transform-origin: 0 100%;
            width: 33.3333333%;
            transform: translateY(0%) scale(3);
        }

        .plyr--video.plyr--hide-controls .plyr__controls {
            transform: translateY(100%) scale(3);
        }
    }

    html.ios {
        body.full-video,
        body.site--fullscreen {

            .splash__bg-video {

                .plyr__controls {
                    width: 33.333333%;
                    transform: translateY(-100%) scale(3);
                }

                .plyr--video.plyr--hide-controls .plyr__controls {
                    transform: translateY(100%) scale(3);
                }

            }

        }
    }

    html.ios.portrait {
        body.full-video,
        body.site--fullscreen {

            .splash__bg-video {

                .plyr__controls {
                    transform: translateY(-200%) scale(3);
                }

            }

        }
    }
}
*/
.splash__bg-video__video--hidden {
  display: none;
  visibility: hidden;
  z-index: -999;
  width: 0;
  height: 0;
}
.splash__welcome {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  max-width: none;
}
.splash__welcome__spacer {
  height: 100px;
  flex-shrink: 0;
}
.awards-wrapper {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 10px 100px;
  width: 100%;
}
.splash__video-cta-button {
  width: 100%;
  color: #ed1c24;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
body.site--fullscreen .splash__bg-video .plyr__controls {
  display: inline-flex !important;
}
body.site--fullscreen .splash__bg-video__video {
  display: block;
  visibility: visible;
  z-index: 1;
}
.splash__left-col,
.splash__right-col {
  flex-grow: 1;
}
.splash__overlay {
  transition: opacity 300ms linear;
}
.splash__overlay--hidden {
  opacity: 0;
  pointer-events: none;
}
.splash__left-col {
  align-items: center;
  justify-content: center;
}
.splash__right-col {
  justify-content: center;
  pointer-events: none;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.splash__video-poster {
  width: 400px;
  height: 200px;
  background-image: url(/content/themes/rocksteady/video/treating-people-well-2019-11-poster.png);
  background-size: cover;
}
.splash__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 9999999;
}
.splash__lightbox--active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.splash__lightbox__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.splash__lightbox__video-container {
  position: relative;
  width: 50%;
}
.splash__overlay__close-button,
.splash__lightbox__close-button {
  display: flex;
  font-size: 20px;
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
  top: -50px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
}
.splash__overlay__close-button {
  pointer-events: all;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}
.splash__overlay__close-button__label {
  margin: 0 !important;
  letter-spacing: normal !important;
}
.splash__overlay__close-button:hover,
.splash__lightbox__close-button:hover {
  color: #000;
  background-color: #ed1c24;
}
.stats {
  background: url('/content/themes/rocksteady/css/../img/splash-bg.jpg') no-repeat center center #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.stats .stat {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
  margin-left: 4.16666667%;
}
.stats .stat:before,
.stats .stat:after {
  display: table;
  content: "";
  line-height: 0;
}
.stats .stat:after {
  clear: both;
}
.stats .stat li {
  width: 20.83333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-transform: uppercase;
  font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  background: url('/content/themes/rocksteady/css/../img/stats-bg.png') no-repeat right top transparent;
  margin-left: 0;
  padding: 5px;
  border-right: 1px solid #524c4f;
  z-index: 1;
}
.stats .stat li a {
  color: #fff;
}
.stats .stat li a:hover,
.stats .stat li a:active,
.stats .stat li a:focus {
  text-decoration: none;
  color: #af0e14;
}
.stats .stat li a:hover span,
.stats .stat li a:active span,
.stats .stat li a:focus span {
  color: #af0e14;
}
.stats .stat li span {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  display: block;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 2px;
}
.stats .stat li .br {
  background: url('/content/themes/rocksteady/css/../img/stat-break.png') no-repeat right top transparent;
  width: 203px;
  height: 2px;
  display: block;
}
.stats .stat li .counter {
  font-size: 250px;
  line-height: 207px;
}
.stats .stat li.employees {
  width: 27.08333333%;
}
.stats .stat li.employees .dep {
  line-height: 75px;
}
.stats .stat li.employees .view {
  margin-top: 60px;
}
.stats .stat li.employees .br {
  margin-left: 23px;
  width: 203px;
}
.stats .stat li.awards {
  width: 30%;
  border-left: 1px solid #524c4f;
}
.stats .stat li.awards .dep {
  line-height: 76px;
}
.stats .stat li.awards .view {
  margin-top: 59px;
}
.stats .stat li.awards .br {
  margin-left: 19px;
  width: 168px;
}
.stats .stat li.departments {
  border-left: 1px solid #524c4f;
}
.stats .stat li.departments .dep {
  line-height: 58px;
  font-size: 32px;
}
.stats .stat li.departments .view {
  margin-top: 77px;
}
.stats .stat li.departments .br {
  margin-left: 28px;
  width: 151px;
}
.stats .stat li.job .one {
  font-size: 32px;
  line-height: 59px;
}
.stats .stat li.job .two {
  font-size: 89px;
  line-height: 50px;
}
.stats .stat li.job .view {
  margin-top: 26px;
}
.stats .stat li.job .br {
  margin-left: 48px;
  width: 128px;
}
.stats .stat li span.view {
  font-size: 23px;
  color: #ed1c24;
}
.titles .title-splash .title {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 156px;
  line-height: 160px;
  text-align: center;
}
.titles .title-splash .title .franchise {
  background: url('/content/themes/rocksteady/css/../img/franchise-bg.png') no-repeat center center transparent;
  font-size: 50px;
  letter-spacing: 5px;
  display: block;
  line-height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.titles .title-splash .title.black {
  color: #000000;
}
.titles .title-splash .title.white {
  color: #ffffff;
}
.titles .title-splash .title.white .franchise {
  background: url('/content/themes/rocksteady/css/../img/franchise-bg-white.png') no-repeat center center transparent;
}
.titles .title-meta .info {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 57.91666667%;
  padding-right: 7.41666667%;
  padding-left: 7.41666667%;
  border-right: 1px solid #dbdbdb;
}
.titles .title-meta .info .title {
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 5px;
  display: block;
  line-height: 45px;
  margin: 0;
  margin-bottom: 25px;
}
.titles .title-meta .info .title .franchise {
  display: block;
  font-size: 31px;
  line-height: 36px;
  letter-spacing: 2px;
}
.titles .title-meta .info .live {
  display: inline-block;
  font-size: 31px;
  line-height: 36px;
  letter-spacing: 2px;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  padding: 10px;
  font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 20px;
}
.titles .title-meta .info .live:hover {
  text-decoration: none;
  background-color: #333;
}
.titles .title-meta .info .social-m {
  *zoom: 1;
  margin: 0 0 40px 0;
  list-style-type: none;
}
.titles .title-meta .info .social-m:before,
.titles .title-meta .info .social-m:after {
  display: table;
  content: "";
  line-height: 0;
}
.titles .title-meta .info .social-m:after {
  clear: both;
}
.titles .title-meta .info .social-m li {
  float: left;
  margin-right: 10px;
}
.titles .title-meta .info .social-m li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  float: left;
  display: block;
  height: 29px;
  width: 29px;
  background: url('/content/themes/rocksteady/css/../img/social.png') no-repeat 0 0 transparent;
}
.titles .title-meta .info .social-m li a.facebook {
  background-position: -31px 0;
}
.titles .title-meta .info.white {
  color: #fff;
}
.titles .title-meta .score {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.08333333%;
  padding-right: 7.41666667%;
  padding-left: 7.41666667%;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.25);
}
.titles .title-meta .score h2 {
  font-size: 290px;
  letter-spacing: 10px;
  line-height: 240px;
  margin: 0;
}
.titles .title-meta .score h2 .out {
  font-size: 47px;
  line-height: 50px;
  display: block;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: justify;
}
.titles .title-meta .score h2 .metascore {
  font-size: 25px;
  line-height: 30px;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.titles .title-awards .container {
  text-align: center;
}
.titles .title-awards ul {
  list-style-type: none;
  margin: 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 12.5%;
  padding-left: 12.5%;
}
.titles .title-awards ul li {
  float: left;
  opacity: 0.8;
  width: 33.33333333%;
  padding: 0 0 1px 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.titles .title-awards ul li.first {
  margin-left: 0;
}
.titles .title-awards ul li img {
  width: 100%;
}
.titles .title-awards .full-list-button {
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 10px;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
}
.titles .title-awards .full-list {
  display: none;
}
.arkham-city .title-meta .info .live {
  background: #45ca0a;
}
.arkham-city .title-meta .info .live:hover {
  background-color: #38a309;
}
.arkham-city .title-meta .score .metascore {
  color: #45ca0a;
}
.arkham-asylum .title-splash .title {
  color: #fff;
}
.arkham-asylum .title-splash .title .franchise {
  background: url('/content/themes/rocksteady/css/../img/franchise-bg-white.png') no-repeat center center transparent;
}
.arkham-asylum .title-meta .info {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 57.91666667%;
  padding-right: 15.83333333%;
  border-right: 0;
  color: #fff;
}
.arkham-asylum .title-meta .info h1 {
  color: #fff;
}
.arkham-asylum .title-meta .info .live {
  color: #000;
  background: #fff;
}
.arkham-asylum .title-meta .info .live:hover {
  background-color: #fefefe;
}
.arkham-asylum .title-meta .info .social-m li a {
  background: url('/content/themes/rocksteady/css/../img/social-white.png') no-repeat 0 0 transparent;
}
.archive .title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 156px;
  line-height: 160px;
  text-align: center;
}
.archive .title .franchise {
  background: url('/content/themes/rocksteady/css/../img/franchise-bg-white.png') no-repeat center center transparent;
  font-size: 50px;
  letter-spacing: 5px;
  display: block;
  line-height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.gallery .slide {
  background: url('/content/themes/rocksteady/css/../img/tiny-grid.png') repeat center center transparent;
}
.gallery .slide .slide__heading-group {
  letter-spacing: 5px;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.gallery .slide .slide__heading {
  font-size: 93px;
  line-height: normal;
  margin: 0;
}
.gallery .slide .slide__heading__game-title {
  color: #fff;
  margin: 0;
}
.gallery .slide .slide__heading__game-year {
  color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
}
.gallery .slide .items {
  list-style-type: none;
  *zoom: 1;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
}
.gallery .slide .items:before,
.gallery .slide .items:after {
  display: table;
  content: "";
  line-height: 0;
}
.gallery .slide .items:after {
  clear: both;
}
.gallery .slide .items li {
  width: 20%;
  float: left;
  overflow: hidden;
}
.gallery .slide .items a {
  position: relative;
  display: block;
}
.gallery .slide .items a .overlay {
  position: absolute;
  overlow: hidden;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.gallery .slide .items a .overlay h2 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
  padding: 20px;
}
.gallery .slide .items a img {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.gallery .slide .items a:hover .overlay {
  top: 0;
}
.section--gallery {
  color: white;
  background-color: black;
  background-image: none;
}
.section--gallery .slide {
  color: white;
  background-color: black;
  background-image: none;
}
.section--gallery .slide .slide__heading {
  color: white;
}
.studio .studio-overview {
  background: url('/content/themes/rocksteady/css/../img/tiny-grid.png') repeat center center transparent;
}
.studio .studio-overview .map {
  background: url('/content/themes/rocksteady/css/../img/studio-map.png') repeat center center transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 832px;
  width: 859px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -416px 0 0 -429px;
}
.studio .studio-overview .title {
  color: #000000;
  display: none;
  font-size: 93px;
  left: 45%;
  letter-spacing: 5px;
  line-height: 100px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -314px;
}
.studio .studio-overview .title span {
  background: url("/content/themes/rocksteady/css/../img/title-bg-black.png") no-repeat scroll center center transparent;
  display: block;
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
}
.studio .studio-overview .locations {
  margin: 0;
  list-style-type: none;
}
.studio .studio-overview .locations .location {
  width: 246px;
}
.studio .studio-overview .locations .location .info {
  display: none;
  position: absolute;
  width: 246px;
  left: 50%;
  top: 50%;
  margin-left: -123px;
  margin-top: -125px;
}
.studio .studio-overview .locations .location .info .close {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
.studio .studio-overview .locations .location .info .content {
  background: #fff;
  text-align: center;
  padding: 20px;
}
.studio .studio-overview .locations .location .info .content h2 {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.studio .studio-overview .locations .location .info .content p {
  font-size: 12px;
  line-height: 16px;
}
.studio .studio-overview .locations .location img {
  width: 250px !important;
}
.studio .studio-large .container {
  bottom: 0;
  height: 100%;
  width: 100%;
}
.studio .studio-large .container h2 {
  color: #fff;
  font-size: 110px;
  text-transform: uppercase;
  line-height: 120px;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(43, 43, 43, 0.5);
  position: absolute;
  bottom: 240px;
  width: 100%;
}
.jobs {
  background: url('/content/themes/rocksteady/css/../img/tiny-grid.png') repeat center center transparent;
}
.jobs h1 {
  color: #000000;
  font-size: 93px;
  letter-spacing: 5px;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.jobs .department {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.jobs .department a {
  position: relative;
  width: 16.66666667%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background: #fff;
  float: left;
  text-align: center;
  min-height: 120px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 100px;
}
.jobs .department a h2 {
  font-size: 20px;
  margin: 0;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  top: 0;
  left: 0;
  color: #000000;
  background: #fff;
  min-height: 64px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.jobs .department a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #dc3737;
}
.jobs .department a:hover h2 {
  top: -64px;
}
.jobs .department li:nth-child(6n+1) a {
  border-left: 1px solid #c2c2c2;
}
.jobs .department .category-jobs {
  display: none;
}
.jobs .content {
  width: 91.58333333%;
  margin-left: 3.20833333%;
  margin-right: 3.20833333%;
  margin: 0 auto;
  text-align: center;
}
.jobs .content h3 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.jobs .available-jobs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
.jobs .available-jobs:before,
.jobs .available-jobs:after {
  display: table;
  content: "";
  line-height: 0;
}
.jobs .available-jobs:after {
  clear: both;
}
.jobs .available-jobs li {
  width: 30.83333333%;
  margin-left: 3.33333333%;
  float: left;
  margin-bottom: 10px;
}
.jobs .available-jobs li:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.jobs .available-jobs a {
  font-size: 20px;
  line-height: 28px;
  font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 10px 10px 45px;
  letter-spacing: 1px;
  position: relative;
  display: block;
}
.jobs .available-jobs a span {
  position: absolute;
  background: #ed1c24;
  font-size: 16px;
  color: #fff;
  top: 10px;
  left: -15px;
  padding: 0 5px;
}
.jobs .available-jobs a:hover {
  text-decoration: none;
  color: #ed1c24;
}
.job-page {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.job-page h1 {
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 40px;
}
.job-page .entry-content {
  margin-bottom: 45px;
}
.job-page .entry-content .description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.33333333%;
  float: left;
}
.job-page .entry-content .ctas {
  margin: 0 0 0 1%;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 32.66666667%;
  float: left;
  list-style-type: none;
}
.job-page .entry-content .ctas .mail {
  background: #ed1c24;
  display: block;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.job-page .entry-content .ctas .mail:hover {
  background: #af0e14;
  text-decoration: none;
}
.job-page .entry-content .ctas .download {
  padding-left: 30px;
  position: relative;
  line-height: 20px;
  margin: 10px 0;
  display: block;
}
.job-page .entry-content .ctas .download span {
  display: block;
  height: 20px;
  width: 20px;
  background: url('/content/themes/rocksteady/css/../img/download.png') no-repeat center center transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.job-page .additional-info div {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 32.66666667%;
  margin-left: 1%;
}
.job-page .additional-info .tech {
  margin-left: 0;
}
.job-page .additional-info h2 {
  color: #ed1c24;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 21px;
}
.values {
  background: url('/content/themes/rocksteady/css/../img/tiny-grid.png') repeat center center transparent;
}
.values h1 {
  background: url("/content/themes/rocksteady/css/../img/franchise-bg.png") no-repeat scroll center center transparent;
  display: block;
  font-size: 40px;
  letter-spacing: 5px;
  line-height: 60px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.values h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.values h2 span {
  border-bottom: 10px solid #fff;
  margin-bottom: 15px;
  display: inline-block;
}
.values h2.efficiency span {
  font-size: 144px;
  line-height: 144px;
}
.values h2.professionalism span {
  font-size: 87px;
  line-height: 87px;
}
.values h2.treating-people-well span {
  font-size: 68px;
  line-height: 68px;
}
.values h2.quality span {
  font-size: 193px;
  line-height: 193px;
}
.values .container .content {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.5%;
  float: none;
  margin: 0 auto;
  text-align: center;
}
.values .container .content .value-content {
  margin-top: 40px;
}
.section--values {
  color: white;
  background-color: black;
  background-image: none;
}
.perks {
  background-image: url('/content/themes/rocksteady/css/../img/studio/perks-bg.png');
  background-position: left top, center top;
  background-repeat: repeat, no-repeat;
  background-size: cover;
}
.perks .title {
  color: #FFF;
  font-size: 93px;
  letter-spacing: 5px;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
}
.perks .title span {
  background: url("/content/themes/rocksteady/css/../img/title-bg-black.png") no-repeat scroll center center transparent;
  display: block;
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
}
.perks .perks-list {
  margin: 0;
  list-style-type: none;
  /*.num1 {*/
  /*left: 125px;*/
  /*top: -195px;*/
  /*}*/
  /*.num2 {*/
  /*right: 65px;*/
  /*top: -275px;*/
  /*}*/
  /*.num3 {*/
  /*left: 5px;*/
  /*top: -110px;*/
  /*}*/
  /*.num4 {*/
  /*left: 570px;*/
  /*top: -100px;*/
  /*}*/
  /*.num5 {*/
  /*left: 770px;*/
  /*top: -70px;*/
  /*}*/
  /*.num6 {*/
  /*left: 120px;*/
  /*top: 50px;*/
  /*}*/
  /*.num7 {*/
  /*left: -40px;*/
  /*top: 110px;*/
  /*}*/
  /*.num8 {*/
  /*right: 60px;*/
  /*top: 140px;*/
  /*}*/
  /*.num9 {*/
  /*left: 265px;*/
  /*top: 175px;*/
  /*}*/
  /*.num10 {*/
  /*left: 120px;*/
  /*top: 265px;*/
  /*}*/
  /*.num11 {*/
  /*left: 570px;*/
  /*top: 265px;*/
  /*}*/
}
.perks .perks-list .perk {
  width: 25%;
  padding: 10px 0;
  position: relative;
  float: left;
}
.perks .perks-list .perk .spot {
  background: url('/content/themes/rocksteady/css/../img/location-hotspot.png') no-repeat 15px 0 transparent;
  display: block;
  width: 72px;
  height: 72px;
  cursor: pointer;
  margin: 0 auto;
}
.perks .perks-list .perk .spot:hover {
  background-position: -70px 0;
}
.perks .perks-list .perk .info {
  width: 200px;
  display: none;
  position: absolute;
  z-index: 20;
  top: -50px;
  left: 50%;
  margin-left: -100px;
}
.perks .perks-list .perk .info .close {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
.perks .perks-list .perk .info .content {
  background: #fff;
  text-align: center;
  padding: 12px 20px;
}
.perks .perks-list .perk .info .content h2 {
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 5px;
}
.perks .perks-list .perk .info .content p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0;
}
.perks .perks-list .perk img {
  width: 250px !important;
}
#map .wrap:before {
  display: inline;
}
#map .canvas img {
  max-width: none;
}
#map .pgmm {
  width: 100%;
  height: 100%;
}
#map .pgmm .canvas[style] {
  width: 100% !important;
  height: 100% !important;
}
.awards {
  position: relative;
  z-index: 999999999;
  background: url('/content/themes/rocksteady/css/../img/splash-bg.jpg') no-repeat center center #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.awards .container {
  text-align: center;
}
.awards h1 {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 100px;
  line-height: 110px;
  text-align: center;
}
.contact {
  background: url('/content/themes/rocksteady/css/../img/splash-bg.jpg') no-repeat center center #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.contact h1 {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 100px;
  line-height: 110px;
  text-align: center;
}
.contact .mail {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.5%;
  float: left;
  margin-top: 50px;
  position: relative;
  padding-top: 50px;
  text-align: right;
  padding-right: 7.41666667%;
}
.contact .mail a {
  font-size: 45px;
  font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 55px;
}
.contact .mail .ico {
  display: block;
  background: url('/content/themes/rocksteady/css/../img/contact-icons.png') no-repeat 0 0 transparent;
  height: 32px;
  width: 42px;
  display: inline-block;
  margin-right: 10px;
  background-position: 0 -32px;
  left: 58%;
}
.contact .mail h2 {
  text-transform: uppercase;
  font-size: 169px;
  line-height: 180px;
}
.contact .links {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.5%;
  float: left;
  margin-top: 90px;
  position: relative;
  padding-top: 50px;
  border-left: 1px solid #5b575f;
  padding-left: 7.41666667%;
}
.contact .links a {
  font-size: 45px;
  line-height: 55px;
  font-size: 32px;
  font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 32px;
  text-transform: uppercase;
}
.contact .links .ico {
  display: block;
  background: url('/content/themes/rocksteady/css/../img/contact-icons.png') no-repeat 0 0 transparent;
  height: 32px;
  width: 42px;
  margin-right: 20px;
  left: 42%;
  display: inline-block;
}
.contact .links .twitter,
.contact .links .facebook,
.contact .links .instagram {
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
  position: relative;
}
.contact .links .facebook .ico {
  background-position: 0 -65px;
}
.contact .links .instagram .ico {
  background-position: 0 -96px;
}
.contact .links h2 {
  text-transform: uppercase;
  font-size: 98px;
  margin-bottom: 40px;
}
.contact .links h2 span {
  font-size: 30px;
  line-height: 40px;
}
/* Footer
==================================================*/
#foot-wrap {
  background: url('/content/themes/rocksteady/css/../img/foot-bg.png') repeat-x center center #000000;
  background: black;
  position: fixed;
  height: 74px;
  bottom: 0;
  width: 100%;
  z-index: 50;
  transition: bottom 0.3s ease-in;
}
#footer {
  padding: 15px 0;
  background: transparent;
  *zoom: 1;
  height: 44px;
}
#footer:before,
#footer:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer:after {
  clear: both;
}
#legal-info {
  display: none;
}
.site-info {
  text-align: center;
  color: #fff;
}
.site-info img {
  height: 30px;
  margin-right: 10px;
}
.site-info a {
  color: #fff;
}
.site-info a:hover {
  text-decoration: none;
  color: #da1921;
}
/* FancyBox
==================================================*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 100000000;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/content/themes/rocksteady/css/../img/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/content/themes/rocksteady/css/../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/content/themes/rocksteady/css/../img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/content/themes/rocksteady/css/../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999999;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-size: 24px;
  font-family: 'League Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  color: #FFF;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.mobile-content {
  display: none;
}
@media (max-width: 1024px) {
  /*.tablet.landscape {*/
  .splash {
    margin-top: 0px;
  }
  .arrows .up,
  .arrows .down,
  .arrows ._chevron-button--up,
  .arrows ._chevron-button--down {
    display: none !important;
  }
  .splash .awards-wrapper {
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  #head-wrap,
  #foot-wrap {
    position: static;
  }
  #map {
    display: none;
  }
  .splash .controls {
    display: none;
  }
  .studio .studio-large .container h2 {
    top: -50%;
  }
}
/*.mobile,*/
/*.tablet.portrait {*/
/*body {*/
/*background:#000;*/
/*}*/
/*#site-navigation,*/
/*.rs-social,*/
/*#sections {*/
/*display:none  !important;*/
/*}*/
/*.mobile-content {*/
/*text-align:center;*/
/*color:#fff;*/
/*display:block;*/
/*background:url('/content/themes/rocksteady/css/../img/mobile.jpg') no-repeat center 0 #000;*/
/*.clearfix;*/
/*padding:5%;*/
/*min-height:300px;*/
/*overflow:hidden;*/
/*h2 {*/
/*text-transform:uppercase;*/
/*font-size:40px;*/
/*letter-spacing:1px;*/
/*padding-top:20px;*/
/*}*/
/*h3 {*/
/*text-transform:uppercase;*/
/*font-size:21px;*/
/*letter-spacing:1px;*/
/*margin-bottom:0;*/
/*padding-top:30px;*/
/*line-height:23px;*/
/*}*/
/*}*/
/*#header .site-branding {*/
/*width:100%;*/
/*text-align:center;*/
/*a {*/
/*margin:0 auto;*/
/*}*/
/*}*/
/*.site-info {*/
/*text-align:center;*/
/*font-size:11px;*/
/*}*/
/*#legal-info {*/
/*line-height:15px;*/
/*font-size:10px;*/
/*}*/
/*#head-wrap {*/
/*position:static  !important;*/
/*}*/
/*}*/
/*@media (max-width: 480px) {*/
/*body {*/
/*background:#000;*/
/*}*/
/*#site-navigation,*/
/*.rs-social,*/
/*#sections {*/
/*display:none  !important;*/
/*}*/
/*.mobile-content {*/
/*text-align:center;*/
/*color:#fff;*/
/*display:block;*/
/*background:url('/content/themes/rocksteady/css/../img/mobile.jpg') no-repeat center 0 #000;*/
/*.clearfix;*/
/*padding:5%;*/
/*min-height:300px;*/
/*overflow:hidden;*/
/*h2 {*/
/*text-transform:uppercase;*/
/*font-size:40px;*/
/*letter-spacing:1px;*/
/*padding-top:20px;*/
/*}*/
/*h3 {*/
/*text-transform:uppercase;*/
/*font-size:21px;*/
/*letter-spacing:1px;*/
/*margin-bottom:0;*/
/*padding-top:30px;*/
/*line-height:23px;*/
/*}*/
/*}*/
/*#header .site-branding {*/
/*width:100%;*/
/*text-align:center;*/
/*a {*/
/*margin:0 auto;*/
/*}*/
/*}*/
/*.site-info {*/
/*text-align:center;*/
/*font-size:11px;*/
/*}*/
/*#legal-info {*/
/*line-height:15px;*/
/*font-size:10px;*/
/*}*/
/*#head-wrap {*/
/*position:static  !important;*/
/*}*/
/*}*/
body.single-tandc {
  position: relative;
  background-color: black;
  color: white;
  text-align: center;
  background: url('http://rocksteadyltd.com/content/themes/rocksteady/img/splash-bg.jpg') no-repeat center center #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.single-tandc #site-navigation,
body.single-tandc .rs-social {
  display: none;
}
.tandc-page {
  padding-top: 100px;
  height: 100vh;
  width: 1024px;
  margin: auto;
  text-align: left;
}
.tandc-page .entry-header {
  position: fixed;
  top: 15px;
  z-index: 1000;
  width: 1024px;
  text-align: center;
}
.tandc-page .entry-header h1 {
  width: 1024px;
  font-size: 55px;
  text-transform: uppercase;
  text-align: right;
  display: inline-block;
}
.tandc-page .entry-content {
  margin-bottom: 100px;
}
