/*!
 * Theme Name:     RESA Hot Rubble custom theme
 * Theme URI:      http://hotrubble.com.au/
 * Description:    A Custom theme for RESA
 * Author:         Ivaylo (Evo) Stamatov
 * Author email:   aviolito@gmail.com
 * Author URI:     http://fuller.com.au/
 * T-emplate:        parent-theme-directory-name
 * Version:        0.1.7
 * Created:        2012-08
 * Updated:        2013-02
 * Tags:           custom html5
 * License:        The template is for private use only
 */
/* The grid */
.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .full-width {
  float: left;
  margin-left: 20px; }

.column {
  float: none;
  margin-left: -20px;
  *zoom: 1; }
  .column:before, .column:after {
    content: " ";
    display: table; }
  .column:after {
    clear: both; }

.column8, .full-width {
  width: 1156px; }

.column7 {
  width: 1009px; }

.column6 {
  width: 862px; }

.column5 {
  width: 715px; }

.column4 {
  width: 568px; }

.column3 {
  width: 421px; }

.column2 {
  width: 274px; }

.column1 {
  width: 127px; }

.color_black {
  background: black; }

/* screen readers */
.screen-reader-text, .assistive-text {
  display: none; }

::-moz-selection {
  background: #0066ee; }

::selection {
  background: #0066ee; }

.alignleft {
  float: left;
  margin-right: 5px; }

.alignright {
  float: right;
  margin-left: 5px; }

/* General ============================== */
body {
  background: black url("images/background8.png") no-repeat top center;
  color: white; }

a {
  color: white; }

#wrapper {
  margin: 0 auto;
  width: 1200px; }

#header-container {
  background: black;
  padding: 20px 40px;
  position: relative; }
  #header-container .description {
    display: none; }

nav .menu {
  line-height: 60px;
  padding: 0; }
  nav .menu li {
    display: block;
    float: left;
    margin-right: 20px;
    text-align: center; }
    nav .menu li a {
      color: white;
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      padding: 0 20px; }

#footer-container a {
  color: white; }
#footer-container footer {
  margin: 0;
  padding: 10px 20px;
  width: auto; }

/* Fonts =============================== */
body {
  font-family: "ff-netto-web", Helvetica, Arial, sans-serif;
  letter-spacing: 1px; }

body.titillium {
  font-family: "TitilliumText22LRegular", Helvetica, Arial, sans-serif;
  letter-spacing: 0; }
  body.titillium h1, body.titillium h2, body.titillium h3, body.titillium h4, body.titillium h5, body.titillium h6, body.titillium strong, body.titillium b {
    font-family: "TitilliumText22LBold", Helvetica, Arial, sans-serif; }
  body.titillium #rsa-map .map-marker {
    padding-top: 4px;
    padding-bottom: 2px; }
  body.titillium #rsa-map .location-popup {
    letter-spacing: 1px; }

/* Margins and font sizes ============== */
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.2em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }

ul, ol {
  margin-top: 0; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

/* Layout =============================== */
header h1 {
  margin: 0;
  float: left;
  min-height: 80px; }

/* Navigation ========================== */
#access {
  position: absolute;
  right: 0;
  bottom: 0; }
  #access .menu li {
    margin: 0;
    min-width: 170px;
    position: relative; }
    #access .menu li:hover .sub-menu {
      opacity: 1;
      visibility: visible; }
    #access .menu li a {
      -webkit-transition-duration: 400ms;
      -webkit-transition-property: background;
      -webkit-transition-timing-function: ease;
      -moz-transition-duration: 400ms;
      -moz-transition-property: background;
      -moz-transition-timing-function: ease;
      -o-transition-duration: 400ms;
      -o-transition-property: background;
      -o-transition-timing-function: ease;
      transition-duration: 400ms;
      transition-property: background;
      transition-timing-function: ease;
      background-color: #393939;
      border-bottom: 3px #7d1115 solid; }
      #access .menu li a:hover {
        background-color: #303030; }
  #access .sub-menu {
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: visibility, opacity;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: visibility, opacity;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: visibility, opacity;
    -o-transition-timing-function: ease;
    transition-duration: 400ms;
    transition-property: visibility, opacity;
    transition-timing-function: ease;
    background-color: #7d1115;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 200px;
    z-index: 100; }
    #access .sub-menu li {
      background-color: transparent;
      line-height: 1em;
      width: 100%; }
      #access .sub-menu li a {
        -webkit-transition-duration: 400ms;
        -webkit-transition-property: padding-left, margin-right, background;
        -webkit-transition-timing-function: ease;
        -moz-transition-duration: 400ms;
        -moz-transition-property: padding-left, margin-right, background;
        -moz-transition-timing-function: ease;
        -o-transition-duration: 400ms;
        -o-transition-property: padding-left, margin-right, background;
        -o-transition-timing-function: ease;
        transition-duration: 400ms;
        transition-property: padding-left, margin-right, background;
        transition-timing-function: ease;
        background-color: #7d1115;
        border: none;
        display: block;
        margin-right: 5px;
        padding: 10px;
        text-align: left; }
        #access .sub-menu li a:hover {
          background-color: #9a151a;
          margin-right: 0;
          padding-left: 15px; }

#nav-top {
  position: absolute;
  right: 0;
  top: 0; }
  #nav-top .menu-top {
    float: left; }
  #nav-top .menu {
    font-size: 0.8em; }
    #nav-top .menu li {
      margin: 0; }
    #nav-top .menu a {
      -webkit-transition-duration: 400ms;
      -webkit-transition-property: background;
      -webkit-transition-timing-function: ease;
      -moz-transition-duration: 400ms;
      -moz-transition-property: background;
      -moz-transition-timing-function: ease;
      -o-transition-duration: 400ms;
      -o-transition-property: background;
      -o-transition-timing-function: ease;
      transition-duration: 400ms;
      transition-property: background;
      transition-timing-function: ease;
      background: black;
      padding: 0 10px; }
    #nav-top .menu a:hover {
      background-color: #393939; }

.icon {
  margin-right: 10px; }
  .icon img {
    max-width: 60px;
    max-height: 60px;
    height: auto;
    width: auto; }

.no-title {
  margin-right: 0; }

/* Search =============================== */
#nav-top .only-search {
  float: left;
  margin-top: 12px;
  width: 36px; }
  #nav-top .only-search #searchsubmit {
    display: none; }
  #nav-top .only-search #searchform {
    text-align: right;
    max-width: 195px; }
  #nav-top .only-search #s {
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
    transition-duration: 400ms;
    transition-property: width, background;
    transition-timing-function: ease;
    background-color: black;
    background-image: url("images/search.png");
    background-position: 3px 3px;
    background-repeat: no-repeat;
    border-color: black;
    border: none;
    color: #222222;
    float: right;
    padding: 6px 6px 6px 30px;
    width: 0; }
    #nav-top .only-search #s:focus {
      background-color: white;
      width: 160px; }

/* Search =============================== */
/* Slider ============================ */
.royalSlide ul {
  list-style: none;
  padding: 0; }
  .royalSlide ul li a {
    color: white;
    display: block;
    line-height: 2em;
    padding: 0.1em 20px 0;
    text-decoration: none;
    text-transform: uppercase; }
    .royalSlide ul li a:hover {
      color: #303030 !important;
      background: white; }

.royalCaption {
  height: 100% !important; }

.royalCaptionItem-menu {
  background: transparent url("images/black-05.png") repeat 0 0;
  bottom: 0;
  height: auto !important;
  padding-bottom: 15px !important;
  top: auto !important;
  width: 300px !important; }

.royalControlNavThumbsContainer {
  height: 60px;
  width: 100% !important; }

.royalThumb {
  outline: none !important; }

/* Map =============================== */
.rsa-map-wrapper {
  *zoom: 1; }
  .rsa-map-wrapper:before, .rsa-map-wrapper:after {
    content: " ";
    display: table; }
  .rsa-map-wrapper:after {
    clear: both; }

#rsa-map {
  background: #dedfe0;
  position: relative;
  float: left; }
  #rsa-map #map-canvas-cropper {
    overflow: hidden; }
  #rsa-map .map-marker-wrapper {
    background: transparent url("images/marker-pointer.png") no-repeat bottom center;
    margin-left: -50px;
    margin-top: -21px;
    position: absolute;
    text-align: center;
    width: 100px;
    padding-bottom: 4px; }
  #rsa-map .map-marker {
    background: black;
    color: white;
    cursor: pointer;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    padding: 2px 8px 0px;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto; }
  #rsa-map .location-popup-wrapper {
    position: absolute;
    width: 200px; }
  #rsa-map .location-popup {
    background: #693377;
    bottom: 21px;
    color: white;
    font-size: 12px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    width: 100%; }
    #rsa-map .location-popup a {
      color: white; }
    #rsa-map .location-popup h3 {
      background-color: black;
      color: white;
      margin-top: 0;
      padding: 5px 10px 2px; }
    #rsa-map .location-popup dl {
      *zoom: 1; }
      #rsa-map .location-popup dl:before, #rsa-map .location-popup dl:after {
        content: " ";
        display: table; }
      #rsa-map .location-popup dl:after {
        clear: both; }
    #rsa-map .location-popup dd {
      margin: 0 10px 10px 44px;
      min-height: 24px; }
    #rsa-map .location-popup .icon {
      background-color: transparent;
      background-position: 0 0;
      background-repeat: no-repeat;
      float: left;
      height: 24px;
      margin-left: 10px;
      margin-right: 10px;
      width: 24px; }
    #rsa-map .location-popup .icon-car {
      background-image: url("images/icon-car.png"); }
    #rsa-map .location-popup .icon-people {
      background-image: url("images/icon-people.png"); }
    #rsa-map .location-popup .icon-airplane {
      background-image: url("images/icon-airplane.png"); }
  #rsa-map #popups {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40; }
  #rsa-map #locos {
    position: absolute;
    left: 574px;
    top: 10px; }
  #rsa-map .location-wrapper {
    -o-border-radius: 22px;
    -ms-border-radius: 22px;
    -moz-border-radius: 22px;
    -khtml-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background-color: white;
    border: 5px solid #693377;
    display: none;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 534px; }
    #rsa-map .location-wrapper .close {
      background: url("images/close.png") no-repeat 0 0;
      width: 22px;
      height: 22px;
      position: absolute;
      top: -5px;
      right: -5px; }
    #rsa-map .location-wrapper h3 {
      color: white;
      font-size: 22px;
      letter-spacing: 0;
      margin-top: 0;
      padding: 9px 15px 5px;
      -o-border-radius: 9px;
      -ms-border-radius: 9px;
      -moz-border-radius: 9px;
      -khtml-border-radius: 9px;
      -webkit-border-radius: 9px;
      border-radius: 9px;
      background: #fc4b2a;
      background-image: -moz-linear-gradient(left, #fc4b2a 1%, #693378 96%);
      background-image: -ms-linear-gradient(left, #fc4b2a 1%, #693378 96%);
      background-image: -o-linear-gradient(left, #fc4b2a 1%, #693378 96%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #fc4b2a), color-stop(96%, #693378));
      background-image: -webkit-linear-gradient(left, #fc4b2a 1%, #693378 96%);
      background-image: linear-gradient(to right, #fc4b2a 1%, #693378 96%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc4b2a",endColorstr="#693378",GradientType=1); }
    #rsa-map .location-wrapper .static-map {
      float: right;
      border: 5px solid #d2d2dd;
      margin-left: 10px;
      margin-bottom: 10px; }

/* Content/Blog ======================== */
#content {
  position: relative; }

article header {
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -moz-border-radius: 9px;
  -khtml-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background: #fc4b2a;
  background-image: -moz-linear-gradient(left, #fc4b2a 1%, #693378 96%);
  background-image: -ms-linear-gradient(left, #fc4b2a 1%, #693378 96%);
  background-image: -o-linear-gradient(left, #fc4b2a 1%, #693378 96%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #fc4b2a), color-stop(96%, #693378));
  background-image: -webkit-linear-gradient(left, #fc4b2a 1%, #693378 96%);
  background-image: linear-gradient(to right, #fc4b2a 1%, #693378 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc4b2a",endColorstr="#693378",GradientType=1);
  height: 44px; }

article, .page-content {
  background: #dedfe0;
  color: #303030;
  margin-bottom: 1em;
  padding: 20px;
  position: relative; }
  article a, .page-content a {
    color: #7d1115; }
  article h1, article h2, article h3, article h4, article h5, article h6, article strong, article b, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content strong, .page-content b {
    margin-top: 0.83em;
    margin-bottom: 0.415em; }
  article p, .page-content p {
    margin: 1em 0; }
  article img, .page-content img {
    max-width: 100%;
    height: auto; }
  article .entry-title, .page-content .entry-title {
    color: white;
    font-size: 22px;
    letter-spacing: 0;
    margin-top: 0;
    padding: 9px 15px 5px; }
    article .entry-title a, .page-content .entry-title a {
      color: white;
      text-decoration: none; }
      article .entry-title a:hover, .page-content .entry-title a:hover {
        text-decoration: underline; }
  article .post-thumbnail, .page-content .post-thumbnail {
    float: left;
    margin: 1em 1em 1em 0; }
    article .post-thumbnail a, .page-content .post-thumbnail a {
      border: 3px solid white;
      display: inline;
      display: inline-block;
      *zoom: 1; }
      article .post-thumbnail a:hover, .page-content .post-thumbnail a:hover {
        border-color: #9a151a; }
  article .entry-info, .page-content .entry-info {
    border-bottom: 1px solid #aaaaaa;
    float: right;
    font-size: 12px;
    margin-bottom: 1em;
    margin-left: 1em;
    padding: 1em 1em; }
    article .entry-info a, .page-content .entry-info a {
      color: #9a151a;
      text-decoration: none; }
      article .entry-info a:hover, .page-content .entry-info a:hover {
        color: #9a151a;
        text-decoration: underline; }
  article .entry-content a, .page-content .entry-content a {
    color: #9a151a; }
  article .more-link, .page-content .more-link {
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: background, color;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: background, color;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: background, color;
    -o-transition-timing-function: ease;
    transition-duration: 400ms;
    transition-property: background, color;
    transition-timing-function: ease;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: right;
    text-decoration: none;
    padding: 5px 10px; }
    article .more-link:hover, .page-content .more-link:hover {
      background: #9a151a;
      color: white; }
  article .edit-link a, .page-content .edit-link a {
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: background;
    -o-transition-timing-function: ease;
    transition-duration: 400ms;
    transition-property: background;
    transition-timing-function: ease;
    background: #393939;
    color: white;
    left: -4em;
    margin-left: -20px;
    padding: 5px 10px;
    position: absolute;
    text-align: right;
    text-decoration: none;
    top: 20px;
    width: 4em; }
    article .edit-link a:hover, .page-content .edit-link a:hover {
      background: #9a151a; }
  article table, .page-content table {
    width: 100%; }
    article table th, .page-content table th {
      font-weight: bold;
      font-size: 18px;
      text-align: left; }
    article table tr, .page-content table tr {
      border-bottom: 1px solid #393939; }
    article table th, .page-content table th {
      color: black; }
    article table td, article table th, .page-content table td, .page-content table th {
      padding: 5px; }

.nav-content, .nav-single {
  color: #303030;
  margin-bottom: 1em; }

.nav-previous {
  float: left;
  text-align: left; }

.nav-next {
  float: right;
  text-align: right; }

.nav-previous, .nav-next {
  width: 50%; }
  .nav-previous a, .nav-next a {
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: background, color;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: background, color;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: background, color;
    -o-transition-timing-function: ease;
    transition-duration: 400ms;
    transition-property: background, color;
    transition-timing-function: ease;
    display: block;
    padding: 20px;
    background: #dedfe0;
    text-decoration: none;
    color: #9a151a; }
    .nav-previous a:hover, .nav-next a:hover {
      color: white;
      background: #9a151a; }

aside {
  overflow: hidden;
  width: 100%; }
  aside .post-thumbnail {
    left: 50%;
    margin: 0;
    position: relative; }
    aside .post-thumbnail img {
      left: -50%;
      max-width: none;
      position: relative; }

#crumbs {
  font-size: 13px;
  letter-spacing: 0;
  padding: 0 10px;
  color: white;
  float: right;
  line-height: 44px; }
  #crumbs a {
    color: white !important; }

.full-page-slider {
  margin-bottom: 10px;
  overflow: hidden;
  width: 1200px; }

.two-columns {
  background: #dedfe0; }
  .two-columns .entry-content {
    margin-left: 584px;
    margin-right: 20px;
    padding-top: 10px; }

.sub-content-container {
  background: #dedfe0;
  color: black;
  margin-bottom: 10px;
  position: relative; }
  .sub-content-container a {
    color: #9a151a; }
  .sub-content-container .loading {
    padding: 20px;
    display: none; }
  .sub-content-container .padded {
    padding: 20px;
    display: none; }
  .sub-content-container .title {
    color: #7d1115;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 0;
    padding: 9px 15px 5px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #efb605;
    background-image: -moz-linear-gradient(left, #efb605 3%, #ef3a1b 91%);
    background-image: -ms-linear-gradient(left, #efb605 3%, #ef3a1b 91%);
    background-image: -o-linear-gradient(left, #efb605 3%, #ef3a1b 91%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(3%, #efb605), color-stop(91%, #ef3a1b));
    background-image: -webkit-linear-gradient(left, #efb605 3%, #ef3a1b 91%);
    background-image: linear-gradient(to right, #efb605 3%, #ef3a1b 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efb605",endColorstr="#ef3a1b",GradientType=1); }
  .sub-content-container .post-thumbnail img {
    height: auto;
    max-width: 100%; }
  .sub-content-container .body {
    margin-top: 20px; }
  .sub-content-container .intro {
    min-height: 10px; }
  .sub-content-container .content {
    color: #303030; }

/* Table of careers ==================== */
.table-of-careers {
  margin-top: 0.5em; }

#occupations {
  margin-top: 15px; }

#occupations_wrapper a {
  color: #9a151a;
  text-decoration: none; }
  #occupations_wrapper a:hover {
    text-decoration: underline; }
  #occupations_wrapper a.button {
    color: white; }
    #occupations_wrapper a.button:hover {
      text-decoration: none; }
#occupations_wrapper p {
  margin: 0 0 10px; }
#occupations_wrapper .search {
  margin-top: 1em; }
  #occupations_wrapper .search label {
    font-size: 1.1em;
    font-weight: bold; }
#occupations_wrapper .dataTables_length select {
  width: 75px; }
#occupations_wrapper .dataTables_paginate {
  float: right;
  margin: 0; }
#occupations_wrapper table {
  margin-bottom: 12px !important;
  clear: both; }
#occupations_wrapper table tbody th {
  cursor: pointer;
  *cursor: hand; }
#occupations_wrapper table thead .sorting, #occupations_wrapper table thead .sorting_asc, #occupations_wrapper table thead .sorting_desc, #occupations_wrapper table thead .sorting_asc_disabled, #occupations_wrapper table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand; }
#occupations_wrapper table thead .sorting {
  background: url("images/sort_both.png") no-repeat center right; }
#occupations_wrapper table thead .sorting_asc {
  background: url("images/sort_asc.png") no-repeat center right; }
#occupations_wrapper table thead .sorting_desc {
  background: url("images/sort_desc.png") no-repeat center right; }
#occupations_wrapper table thead .sorting_asc_disabled {
  background: url("images/sort_asc_disabled.png") no-repeat center right; }
#occupations_wrapper table thead .sorting_desc_disabled {
  background: url("images/sort_desc_disabled.png") no-repeat center right; }
#occupations_wrapper .salary-title span.min, #occupations_wrapper .salary-title span.max {
  display: none; }
#occupations_wrapper .salary-title.min span.min {
  display: inline; }
#occupations_wrapper .salary-title.max span.max {
  display: inline; }
#occupations_wrapper .aka {
  display: block;
  font-size: 12px; }
#occupations_wrapper thead tr {
  background-color: #7d1115; }
  #occupations_wrapper thead tr th {
    color: white; }
#occupations_wrapper .footer, #occupations_wrapper tfoot {
  font-size: 13px; }
#occupations_wrapper tfoot {
  border-top: 3px solid #7d1115; }
  #occupations_wrapper tfoot td {
    padding-top: 10px !important; }
  #occupations_wrapper tfoot input {
    width: 98%;
    max-width: 170px; }
#occupations_wrapper .salary-range p {
  font-size: 1.1em;
  font-weight: bold; }
#occupations_wrapper .salary-range var {
  font-style: normal; }
#occupations_wrapper .slider-range {
  margin-left: 2%;
  width: 95%; }
  #occupations_wrapper .slider-range .ui-slider-handle {
    color: white !important;
    font-size: 10px;
    height: 2em;
    line-height: 2em;
    margin-left: -3em;
    text-align: center;
    text-decoration: none;
    width: 6em; }
  #occupations_wrapper .slider-range .ui-state-active {
    color: #9a151a !important; }
#occupations_wrapper tr.odd {
  background-color: #eeeeee; }
#occupations_wrapper tr.hover {
  background-color: white;
  cursor: pointer; }

#sub-sectors {
  letter-spacing: 0;
  margin-bottom: 1em; }
  #sub-sectors ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #sub-sectors ul li {
      float: left; }
      #sub-sectors ul li a {
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: #7d1115;
        color: white;
        display: block;
        height: 40px;
        line-height: 40px;
        margin-bottom: 5px;
        margin-right: 5px;
        padding: 0 10px;
        text-decoration: none; }
        #sub-sectors ul li a:hover {
          background-color: #9a151a; }
      #sub-sectors ul li em {
        font-size: 0.8em;
        color: #cba0a1; }
      #sub-sectors ul li .current {
        background-color: #ad181d; }

/* Comments ================================ */
#respond-container, #comments-container {
  width: 50%; }

#respond-container {
  float: left; }

#respond {
  font-size: 15px;
  background: #dedfe0; }

#comments-container {
  float: right; }

#respond, .commentlist {
  padding: 20px;
  margin: 0; }

#comments {
  margin: 0 0 1em;
  padding: 0 20px; }

.commentlist {
  list-style: none;
  font-size: 12px; }
  .commentlist li {
    border-left: 1px solid #dedfe0;
    list-style: none;
    margin: 0 0 20px;
    padding: 0 0 0 20px; }
    .commentlist li .comment-body {
      *zoom: 1; }
      .commentlist li .comment-body:before, .commentlist li .comment-body:after {
        content: " ";
        display: table; }
      .commentlist li .comment-body:after {
        clear: both; }
    .commentlist li .inner {
      padding: 10px 0; }
    .commentlist li .comment-author {
      *zoom: 1;
      margin: 0 0 20px; }
      .commentlist li .comment-author:before, .commentlist li .comment-author:after {
        content: " ";
        display: table; }
      .commentlist li .comment-author:after {
        clear: both; }
      .commentlist li .comment-author img {
        border: 1px solid white;
        float: left;
        margin: 0 10px 0 0;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        box-shaodw: 0 0 3px rgba(0, 0, 0, 0.3); }
      .commentlist li .comment-author .comment-author-details {
        float: left; }
      .commentlist li .comment-author cite {
        font-size: 15px;
        font-style: normal;
        font-weight: bold; }
      .commentlist li .comment-author .children {
        list-style: none !important;
        margin: 0 0 20px 20px; }
    .commentlist li .reply a {
      display: inline;
      display: inline-block;
      margin-left: -10px;
      padding: 5px 10px;
      text-decoration: none;
      *zoom: 1; }
      .commentlist li .reply a:focus, .commentlist li .reply a:hover {
        background-color: #9a151a;
        color: white; }

#commentform {
  padding-bottom: 2em; }
  #commentform p {
    margin: 0.5em 0; }
  #commentform label {
    float: left;
    width: 15%; }
  #commentform label + .required {
    margin-left: -0.7em;
    position: absolute; }
  #commentform input[type="text"] {
    width: 80%; }
  #commentform textarea {
    height: 5em;
    max-height: 10em;
    width: 95%; }
  #commentform input, #commentform textarea {
    border: 3px solid white;
    outline: 0; }
    #commentform input:focus, #commentform input:active, #commentform textarea:focus, #commentform textarea:active {
      border-color: #9a151a; }
  #commentform #submit, #commentform #cancel-comment-reply-link {
    background-color: silver;
    border-color: silver; }
    #commentform #submit:hover, #commentform #submit:focus, #commentform #submit:active, #commentform #cancel-comment-reply-link:hover, #commentform #cancel-comment-reply-link:focus, #commentform #cancel-comment-reply-link:active {
      background-color: #9a151a;
      border-color: #9a151a;
      color: white; }

#respond {
  color: black;
  position: relative; }
  #respond a {
    color: #9a151a; }
  #respond .form-submit {
    bottom: 20px;
    margin: 0;
    position: absolute; }

#cancel-comment-reply-link {
  bottom: 20px;
  color: #9a151a;
  font-size: 13px;
  letter-spacing: 0;
  padding: 5px 10px;
  position: absolute;
  right: 20px;
  text-decoration: none; }
  #cancel-comment-reply-link:hover {
    background-color: #9a151a;
    color: white; }

.pagination {
  height: 40px;
  margin: 20px 0; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    *zoom: 1; }
    .pagination ul > li {
      display: inline; }
      .pagination ul > li > a, .pagination ul > li > span {
        float: left;
        padding: 0 14px;
        line-height: 38px;
        text-decoration: none; }
    .pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
      background-color: #7d1115;
      color: white !important; }
    .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover {
      color: #999999 !important;
      cursor: default;
      background-color: transparent; }

#footer-container {
  font-size: 11px;
  margin-bottom: 30px; }
  #footer-container .menu-footer {
    float: right;
    position: relative; }
    #footer-container .menu-footer a {
      text-decoration: none; }
    #footer-container .menu-footer ul {
      list-style: none;
      margin: -10px 0 0;
      padding: 0; }
    #footer-container .menu-footer li {
      float: left;
      line-height: 35px;
      padding: 0 10px; }
      #footer-container .menu-footer li ul {
        background: black;
        border: 1px solid #666666;
        bottom: 35px;
        display: none;
        margin-left: -10px;
        margin-top: 10px;
        position: absolute;
        width: 180px; }
        #footer-container .menu-footer li ul li {
          float: none;
          line-height: 1; }
        #footer-container .menu-footer li ul a {
          display: block;
          padding: 10px; }
      #footer-container .menu-footer li:hover {
        background: white; }
        #footer-container .menu-footer li:hover > a {
          color: black;
          background: white; }
        #footer-container .menu-footer li:hover ul {
          display: block; }

.resa-logo {
  background: url("images/resa-logo-16.png") no-repeat 0 0;
  display: inline;
  display: inline-block;
  *zoom: 1;
  height: 16px;
  margin-right: 5px;
  vertical-align: bottom;
  width: 17px;
  overflow: hidden;
  line-height: 1000px; }

#map-key {
  font-size: 12px;
  position: relative;
  margin-top: -160px;
  width: 100%; }
  #map-key table {
    border-collapse: collapse; }
    #map-key table tr {
      border: none; }
    #map-key table td {
      padding: 0; }
  #map-key .map-key-wrapper {
    display: block;
    position: relative;
    line-height: 23px;
    color: #303030;
    text-decoration: none; }
    #map-key .map-key-wrapper:hover {
      background-color: #303030;
      color: white; }
    #map-key .map-key-wrapper i {
      position: absolute;
      font-style: normal;
      padding-left: 10px; }
    #map-key .map-key-wrapper span {
      margin-left: 35px;
      padding-right: 10px; }
  #map-key .hover .map-key-wrapper {
    background-color: #303030;
    color: white; }

/* Back to top ========================= */
.content-container {
  position: relative; }

.back-to-top {
  color: white;
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  right: -100px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  visibility: hidden;
  width: 100px; }
  .back-to-top:before {
    border-bottom: 30px solid #9a151a;
    border-left: 100px solid #7d1115;
    background: transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1; }
  .back-to-top:visited, .back-to-top:hover {
    color: white; }

/* Accordion =========================== */
.accordion .accordion-heading {
  font-size: 1.2em;
  color: #303030;
  cursor: pointer;
  outline: 0; }
.accordion .ui-accordion-header {
  padding-left: 30px;
  background: url("images/details_orange.png") no-repeat 0 2px; }
.accordion .ui-state-hover {
  color: #9a151a; }
.accordion .ui-state-active {
  color: #9a151a;
  background: url("images/details_red.png") no-repeat 0 2px; }

/* Forms =============================== */
html.wf-active input, html.wf-active textarea, html.wf-active input[type="text"], html.wf-active input[type="email"], .gform_wrapper input, .gform_wrapper textarea, .gform_wrapper input[type="text"], .gform_wrapper input[type="email"] {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0; }

.buttons-row {
  margin: 10px 0; }

.gform_wrapper input.button, a.button {
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #efb605;
  background-image: -moz-linear-gradient(bottom, #efb605 3%, #ef3a1b 91%);
  background-image: -ms-linear-gradient(bottom, #efb605 3%, #ef3a1b 91%);
  background-image: -o-linear-gradient(bottom, #efb605 3%, #ef3a1b 91%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #efb605), color-stop(91%, #ef3a1b));
  background-image: -webkit-linear-gradient(bottom, #efb605 3%, #ef3a1b 91%);
  background-image: linear-gradient(to top, #efb605 3%, #ef3a1b 91%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efb605",endColorstr="#ef3a1b",GradientType=1);
  border-bottom: 3px solid #ef3a1b;
  border-left: none;
  border-right: none;
  border-top: none;
  color: white;
  padding: 10px 20px;
  text-shadow: 0 1px 1px #ef3a1b;
  display: inline;
  display: inline-block;
  *zoom: 1; }
  .gform_wrapper input.button:active, a.button:active {
    border-bottom-width: 1px;
    margin-top: 2px; }

/* Custom styles ======================= */
.padded-top {
  padding-top: 1em; }

.padded-bottom {
  padding-bottom: 1em; }

.title-orange, .title-purple {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
  margin-top: 0;
  padding: 9px 15px 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

.title-purple {
  background: #fc4b2a;
  background-image: -moz-linear-gradient(left, #fc4b2a 1%, #693378 96%);
  background-image: -ms-linear-gradient(left, #fc4b2a 1%, #693378 96%);
  background-image: -o-linear-gradient(left, #fc4b2a 1%, #693378 96%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #fc4b2a), color-stop(96%, #693378));
  background-image: -webkit-linear-gradient(left, #fc4b2a 1%, #693378 96%);
  background-image: linear-gradient(to right, #fc4b2a 1%, #693378 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fc4b2a",endColorstr="#693378",GradientType=1); }

.title-orange {
  background: #ef3a1b;
  background-image: -moz-linear-gradient(left, #ef3a1b 3%, #efb605 91%);
  background-image: -ms-linear-gradient(left, #ef3a1b 3%, #efb605 91%);
  background-image: -o-linear-gradient(left, #ef3a1b 3%, #efb605 91%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(3%, #ef3a1b), color-stop(91%, #efb605));
  background-image: -webkit-linear-gradient(left, #ef3a1b 3%, #efb605 91%);
  background-image: linear-gradient(to right, #ef3a1b 3%, #efb605 91%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef3a1b",endColorstr="#efb605",GradientType=1); }

/* Slide Highlighter =================== */
.highlighter {
  position: relative;
  display: inline;
  display: inline-block;
  *zoom: 1; }
  .highlighter img {
    z-index: 20;
    position: relative;
    display: block; }
  .highlighter .below {
    z-index: 10;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    overflow: hidden; }
  .highlighter .animated {
    position: relative;
    left: -100%;
    top: 0; }

/* Overwrites ========================== */
body.home #content {
  margin-top: 10px; }

.slim {
  /* The grid */ }
  .slim .column1, .slim .column2, .slim .column3, .slim .column4, .slim .column5, .slim .column6, .slim .column7, .slim .column8, .slim .full-width {
    float: left;
    margin-left: 40px; }
  .slim .column {
    float: none;
    margin-left: -40px;
    *zoom: 1; }
    .slim .column:before, .slim .column:after {
      content: " ";
      display: table; }
    .slim .column:after {
      clear: both; }
  .slim .column8, .slim .full-width {
    width: 1120px; }
  .slim .column7 {
    width: 975px; }
  .slim .column6 {
    width: 830px; }
  .slim .column5 {
    width: 685px; }
  .slim .column4 {
    width: 540px; }
  .slim .column3 {
    width: 395px; }
  .slim .column2 {
    width: 250px; }
  .slim .column1 {
    width: 105px; }
  .slim p {
    margin: 0.9em 0; }
  .slim .page-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 0; }
  .slim .tight {
    margin: 0; }
    .slim .tight img {
      display: block;
      margin: 0;
      max-width: none;
      padding: 0;
      position: relative;
      top: 0; }
  .slim .tight-left img {
    left: -40px; }
  .slim .tight-right img {
    right: -40px; }

/* Modal =============================== */
body.modal {
  background: #dedfe0; }
  body.modal #wrapper {
    width: 100%; }
    body.modal #wrapper article {
      bottom: 0;
      left: 0;
      overflow: auto;
      right: 0;
      top: 0; }

/* RoyalSlider fix ===================== */
.royalCaption ul, .royalCaptionItem-menu {
  width: 240px !important; }
