/**
   * Colorbox Core Style:
   * The following CSS is consistent between example themes and should not be altered.
   */
  #colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
  }
  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
  }
  #cboxContent {
    position: relative;
  }
  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #cboxTitle {
    margin: 0;
  }
  #cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /**
   * These elements are buttons, and may need to have additional
   * styles reset to avoid unwanted base styles.
   */
  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
  }
  /**
   * Avoid outlines on :active (mouseclick),
   * but preserve outlines on :focus (tabbed navigating)
   */
  #cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {
    outline: 0;
  }
  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
  }
  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
  }
  /* Reset box sizing to content-box if theme is using border-box. */
  #colorbox, #cboxContent, #cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  /**
   * Colorbox module default style:
   * The styles are ordered & tabbed in a way that represents
   * the nesting of the generated HTML.
   */
  #cboxOverlay {
    background: #000;
  }
  #colorbox {
    outline: 0;
  }
    #cboxWrapper {
      background: #fff;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
    }
      #cboxTopLeft {
        width: 15px;
        height: 15px;
      }
      #cboxTopCenter {
        height: 15px;
      }
      #cboxTopRight {
        width: 15px;
        height: 15px;
      }
      #cboxBottomLeft {
        width: 15px;
        height: 10px;
      }
      #cboxBottomCenter {
        height: 10px;
      }
      #cboxBottomRight {
        width: 15px;
        height: 10px;
      }
      #cboxMiddleLeft {
        width: 15px;
      }
      #cboxMiddleRight {
        width: 15px;
      }
      #cboxContent {
        background: #fff;
        overflow: hidden;
      }
        #cboxError {
          padding: 50px;
          border: 1px solid #ccc;
        }
        #cboxLoadedContent {
          margin-bottom: 28px;
        }
        #cboxTitle {
          position: absolute;
          background: rgba(255, 255, 255, 0.7);
          bottom: 28px;
          left: 0;
          color: #535353;
          width: 100%;
          padding: 4px 6px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
        }
        #cboxCurrent {
          position: absolute;
          bottom: 4px;
          left: 60px;
          color: #949494;
        }
        .cboxSlideshow_on #cboxSlideshow {
          position: absolute;
          bottom: 0px;
          right: 30px;
          background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        .cboxSlideshow_on #cboxSlideshow:hover {
          background-position: -101px -50px;
        }
        .cboxSlideshow_off #cboxSlideshow {
          position: absolute;
          bottom: 0px;
          right: 30px;
          background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        .cboxSlideshow_off #cboxSlideshow:hover {
          background-position: -49px -50px;
        }
        #cboxPrevious {
          position: absolute;
          bottom: 0;
          left: 0;
          background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        #cboxPrevious:hover {
          background-position: -75px -25px;
        }
        #cboxNext {
          position: absolute;
          bottom: 0;
          left: 27px;
          background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -50px 0px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        #cboxNext:hover {
          background-position: -50px -25px;
        }
        #cboxLoadingOverlay {
          background: #fff;
        }
        #cboxLoadingGraphic {
          background: url(/sites/all/modules/colorbox/styles/default/images/loading_animation.gif) no-repeat center center;
        }
        #cboxClose {
          position: absolute;
          bottom: 0;
          right: 0;
          background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        #cboxClose:hover {
          background-position: -25px -25px;
        }
/*})'"*/
.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
  }
  
  .ctools-owns-lock {
    background: #ffffdd none repeat scroll 0 0;
    border: 1px solid #f0c020;
    padding: 1em;
  }
  
  a.ctools-ajaxing,
  input.ctools-ajaxing,
  button.ctools-ajaxing,
  select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;
  }
  
  div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;
  }
/*})'"*/
/* $Id: lightbox.css,v 1.1.4.28 2010/09/22 10:47:15 snpower Exp $ */
  #lightbox {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
  }
  
  #lightbox a img {
    border: none;
  }
  
  #outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    min-width: 240px;
    overflow: hidden;
  }
  
  #imageContainer, #frameContainer, #modalContainer {
    padding: 10px;
  }
  
  #modalContainer {
    line-height: 1em;
    overflow: auto;
  }
  
  #loading {
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    position: absolute;
    top: 40%;
    left: 45%;
    /* left: 0%; */
  }
  
  #hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
  
  #imageContainer>#hoverNav {
    left: 0;
  }
  
  #frameHoverNav {
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    position: absolute;
    bottom: 0px;
    height: 45px;
  }
  
  #imageData>#frameHoverNav {
    left: 0;
  }
  
  #hoverNav a, #frameHoverNav a {
    outline: none;
  }
  
  #prevLink, #nextLink {
    width: 49%;
    height: 100%;
    background: transparent url(/sites/all/modules/lightbox2/images/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
  }
  
  #prevLink, #framePrevLink {
    left: 0;
    float: left;
  }
  
  #nextLink, #frameNextLink {
    right: 0;
    float: right;
  }
  
  #prevLink:hover, #prevLink:visited:hover, #prevLink.force_show_nav, #framePrevLink {
    background: url(/sites/all/modules/lightbox2/images/prev.gif) left 15% no-repeat;
  }
  
  #nextLink:hover, #nextLink:visited:hover, #nextLink.force_show_nav, #frameNextLink {
    background: url(/sites/all/modules/lightbox2/images/next.gif) right 15% no-repeat;
  }
  
  #prevLink:hover.force_show_nav, #prevLink:visited:hover.force_show_nav,
  #framePrevLink:hover, #framePrevLink:visited:hover {
    background: url(/sites/all/modules/lightbox2/images/prev_hover.gif) left 15% no-repeat;
  }
  
  #nextLink:hover.force_show_nav, #nextLink:visited:hover.force_show_nav,
  #frameNextLink:hover, #frameNextLink:visited:hover {
    background: url(/sites/all/modules/lightbox2/images/next_hover.gif) right 15% no-repeat;
  }
  
  #framePrevLink, #frameNextLink {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    bottom: 0px;
  }
  
  #imageDataContainer {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    min-width: 240px;
  }
  
  #imageData {
    padding: 0 10px;
  }
  
  #imageData #imageDetails {
    width: 70%;
    float: left;
    text-align: left;
  }
  
  #imageData #caption {
    font-weight: bold;
  }
  
  #imageData #numberDisplay {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
  }
  
  #imageData #lightbox2-node-link-text {
    display: block;
    padding-bottom: 1.0em;
  }
  
  #imageData #bottomNav {
    height: 66px;
  }
  .lightbox2-alt-layout #imageData #bottomNav,
  .lightbox2-alt-layout-data #bottomNav {
    margin-bottom: 60px;
  }
  
  #lightbox2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
  }
  
  #overlay_default {
    opacity: 0.6;
  }
  
  #overlay_macff2 {
    background: transparent url(/sites/all/modules/lightbox2/images/overlay.png) repeat;
  }
  
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  * html>body .clearfix {
    display: inline;
    width: 100%;
  }
  
  * html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
  }
  
  
  /* Image location mod */
  #bottomNavClose {
    display: block;
    background: url(/sites/all/modules/lightbox2/images/close.gif) left no-repeat;
    margin-top: 33px;
    float: right;
    padding-top: 0.7em;
    height: 26px;
    width: 26px;
  }
  
  #bottomNavClose:hover {
    background-position: right;
  }
  
  #loadingLink {
    display: block;
    background: url(/sites/all/modules/lightbox2/images/loading.gif) no-repeat;
    width: 32px;
    height: 32px;
  }
  
  #bottomNavZoom {
    display: none;
    background: url(/sites/all/modules/lightbox2/images/expand.gif) no-repeat;
    width: 34px;
    height: 34px;
    position: relative;
    left: 30px;
    float: right;
  }
  
  #bottomNavZoomOut {
    display: none;
    background: url(/sites/all/modules/lightbox2/images/contract.gif) no-repeat;
    width: 34px;
    height: 34px;
    position: relative;
    left: 30px;
    float: right;
  }
  
  #lightshowPlay {
    margin-top: 42px;
    float: right;
    margin-right: 5px;
    margin-bottom: 1px;
    height: 20px;
    width: 20px;
    background: url(/sites/all/modules/lightbox2/images/play.png) no-repeat;
  }
  
  #lightshowPause {
    margin-top: 42px;
    float: right;
    margin-right: 5px;
    margin-bottom: 1px;
    height: 20px;
    width: 20px;
    background: url(/sites/all/modules/lightbox2/images/pause.png) no-repeat;
  }
  
  .lightbox2-alt-layout-data #bottomNavClose,
  .lightbox2-alt-layout #bottomNavClose {
    margin-top: 93px;
  }
  .lightbox2-alt-layout-data #bottomNavZoom,
  .lightbox2-alt-layout-data #bottomNavZoomOut,
  .lightbox2-alt-layout #bottomNavZoom,
  .lightbox2-alt-layout #bottomNavZoomOut {
    margin-top: 93px;
  }
  .lightbox2-alt-layout-data #lightshowPlay,
  .lightbox2-alt-layout-data #lightshowPause,
  .lightbox2-alt-layout #lightshowPlay,
  .lightbox2-alt-layout #lightshowPause {
    margin-top: 102px;
  }
  
  .lightbox_hide_image {
    display: none;
  }
  
  #lightboxImage {
    -ms-interpolation-mode: bicubic;
  }
/*})'"*/
div.ctools-modal-content {
    background: #fff;
    color: #000;
    padding: 0;
    margin: 2px;
    border: 1px solid #000;
    width: 600px;
    text-align: left;
  }
  
  div.ctools-modal-content .modal-title {
    font-size: 120%;
    font-weight: bold;
    color: white;
    overflow: hidden;
    white-space: nowrap;
  }
  
  div.ctools-modal-content .modal-header {
    background-color: #2385c2;
    padding: 0 .25em 0 1em;
  }
  
  div.ctools-modal-content .modal-header a {
    color: white;
  }
  
  div.ctools-modal-content .modal-content {
    padding: 1em 1em 0 1em;
    overflow: auto;
    position: relative; /* Keeps IE7 from flowing outside the modal. */
  }
  
  div.ctools-modal-content .modal-form {
  }
  
  div.ctools-modal-content a.close {
    color: white;
    float: right;
  }
  
  div.ctools-modal-content a.close:hover {
    text-decoration: none;
  }
  
  div.ctools-modal-content a.close img {
    position: relative;
    top: 1px;
  }
  
  div.ctools-modal-content .modal-content .modal-throbber-wrapper {
    text-align: center;
  }
  
  div.ctools-modal-content .modal-content .modal-throbber-wrapper img {
    margin-top: 160px;
  }
  
  /** modal forms CSS **/
  div.ctools-modal-content .form-item label {
    width: 15em;
    float: left;
  }
  
  div.ctools-modal-content .form-item label.option {
    width: auto;
    float: none;
  }
  
  div.ctools-modal-content .form-item .description {
    clear: left;
  }
  
  div.ctools-modal-content .form-item .description .tips {
    margin-left: 2em;
  }
  
  div.ctools-modal-content .no-float .form-item * {
    float: none;
  }
  
  div.ctools-modal-content .modal-form .no-float label {
    width: auto;
  }
  
  div.ctools-modal-content fieldset,
  div.ctools-modal-content .form-radios,
  div.ctools-modal-content .form-checkboxes {
    clear: left;
  }
  
  div.ctools-modal-content .vertical-tabs-panes > fieldset {
    clear: none;
  }
  
  div.ctools-modal-content .resizable-textarea {
    width: auto;
    margin-left: 15em;
    margin-right: 5em;
  }
  
  div.ctools-modal-content .container-inline .form-item {
    margin-right: 2em;
  }
  
  #views-exposed-pane-wrapper .form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  div.ctools-modal-content label.hidden-options {
    background: transparent url(/sites/all/modules/ctools/images/arrow-active.png) no-repeat right;
    height: 12px;
    padding-right: 12px;
  }
  
  div.ctools-modal-content label.expanded-options {
    background: transparent url(/sites/all/modules/ctools/images/expanded-options.png) no-repeat right;
    height: 12px;
    padding-right: 16px;
  }
  
  div.ctools-modal-content .option-text-aligner label.expanded-options,
  div.ctools-modal-content .option-text-aligner label.hidden-options {
    background: none;
  }
  
  div.ctools-modal-content .dependent-options {
    padding-left: 30px;
  }
/*})'"*/
/* Reset some styles from system.css and modal.css */
  
  div.modal-forms-modal-content .resizable-textarea {
    margin-left: 0;
    margin-right: 0;
  }
  
  div.modal-forms-modal-content .form-item label {
    float: none;
    width: auto;
  }
  
  div.modal-forms-modal-content .item-list ul li {
    margin: 0 0 0.25em 1.5em;
  }
  
  div.modal-forms-modal-content div.messages {
    margin: 0;
  }
  
  /* Styles for modal forms modal */
  
  div.modal-forms-modal-content {
    background: transparent;
    color: #000;
    font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  div.modal-forms-modal-content .popups-container {
    overflow: hidden;
    height: 100%;
    background: #fff;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  
  div.modal-forms-modal-content .modal-header {
    background-color: transparent;
    padding: 0.5em 1em 0 1em;
    min-height: 25px;
  }
  
  div.modal-forms-modal-content .modal-title {
    display: inline;
    color: #000;
  }
  
  div.modal-forms-modal-content .popups-close {
    float: right;
    cursor: pointer;
    background: url(/sites/all/modules/modal_forms/images/controls.png) -25px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  div.modal-forms-modal-content .popups-close:hover {
    background-position: -25px -25px;
  }
/*})'"*/
div.panel-pane div.admin-links {
    font-size: xx-small;
    margin-right: 1em;
  }
  
  div.panel-pane div.admin-links li a {
    color: #ccc;
  }
  
  div.panel-pane div.admin-links li {
    padding-bottom: 2px;
    background: white;
    z-index: 201;
  }
  
  div.panel-pane div.admin-links:hover a,
  div.panel-pane div.admin-links-hover a {
    color: #000;
  }
  
  div.panel-pane div.admin-links a:before {
    content: "[";
  }
  
  div.panel-pane div.admin-links a:after {
    content: "]";
  }
  
  div.panel-pane div.panel-hide {
    display: none;
  }
  
  /** For IE we add the class via js; for other browsers we rely on :hover **/
  div.panel-pane div.panel-hide-hover,
  div.panel-pane:hover div.panel-hide {
    display: block;
    position: absolute;
    z-index: 200;
    margin-top: -1.5em;
  }
  
  div.panel-pane div.feed a {
    float: right;
  }
/*})'"*/
/* Remove toolbar button from Wysiwyg Editor toolbars. */
  .cke_wrapper .cke_toolgroup .cke_button .cke_off.cke_button_convert_linebreaks, /* CKEditor, convert linebraks button */
  .cke_wrapper .cke_toolgroup .cke_button .cke_off.cke_button_linebreaks, /* CKEditor, linebreaks button */
  .cke_toolbox .cke_toolbar .cke_toolgroup .cke_button__convert_linebreaks, /* CKEditor, newer versions. */
  .cke_toolbox .cke_toolbar .cke_toolgroup .cke_button__linebreaks,
  .text-format-wrapper .wysiwygToolbar .mce_linebreaks /* TinyMCE */ {
    display: none;
  }
/*})'"*/
div.social-share span,
  div.social-share a {
    float: left;
    margin-right: 4px;
  }
  
  div.social-share span {
    margin-top: 4px;
  }
  
  a.social-share-delicious {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat 0 0;
  }
  
  a.social-share-digg {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -32px 0;
  }
  
  a.social-share-facebook {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -64px 0;
  }
  
  a.social-share-googleplus {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -96px 0;
  }
  
  a.social-share-hyves {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -128px 0;
  }
  
  a.social-share-linkedin {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -160px 0;
  }
  
  a.social-share-msnlive {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -192px 0;
  }
  
  a.social-share-myspace {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -224px 0;
  }
  
  a.social-share-orkut {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -256px 0;
  }
  
  a.social-share-reddit {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -288px 0;
  }
  
  a.social-share-stumbleupon {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -320px 0;
  }
  
  a.social-share-twitter {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -352px 0;
  }
  
  a.social-share-yahoo {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -384px 0;
  }
  
  a.social-share-pinterest {
    display: block;
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    background: transparent url(/sites/all/modules/social-share/icons/iconpack-32.png) no-repeat -416px 0;
  }
/*})'"*/
div.addressfield-container-inline > div.form-item {
    float: left; /* LTR */
    margin-right: 1em; /* LTR */
  }
  
  div.addressfield-container-inline.country-GB > div.form-item {
    float: none;
    margin-right: auto; /* LTR */
  }
  
  /* Clear-fix markup for the inline container */
  div.addressfield-container-inline:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /* IE6 */
  * html div.addressfield-container-inline {
    height: 1%;
  }
  /* IE7 */
  *:first-child + html div.addressfield-container-inline {
    min-height: 1%;
  }
/*})'"*/
/**
   * @file
   * Styling for the ds_2col template.
   */
  
  .ds-2col > .group-left {
    float: left; /* LTR */
    width: 50%;
  }
  
  .ds-2col > .group-right {
    float: left; /* LTR */
    width: 50%;
  }
/*})'"*/
/**
   * @file
   *   CSS & media queries for responsive_menus_simple style.
   */
  
  /* Responsive mode, engage! */
  .responsive-menus.responsified {
    clear: both;
    width: 100%;
  }
  
  .responsive-menus.responsified span.toggler {
    padding: 1px;
    display: block;
    background: #333;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #000;
    font-size: 1.35em;
    text-align: center;
    cursor: pointer;
    outline: none;
  }
  
  .responsive-menus.responsified.responsive-toggled span.toggler {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #bbb;
  }
  
  .responsive-menus.responsified .responsive-menus-simple {
    display: none;
    width: 100%;
    background: #333;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 2px 2px 2px #000;
  }
  
  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple,
  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple ul {
    display: block;
    padding: 0;
    margin: 0;
  }
  
  .responsive-menus.responsified.responsive-toggled.absolute {
    position: relative;
    z-index: 999;
  }
  
  .responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple {
    position: absolute;
    z-index: 999;
    top: auto;
  }
  
  .responsive-menus.responsified .responsive-menus-simple li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    clear: both;
    list-style: none;
  }
  
  .responsive-menus.responsified .responsive-menus-simple li a {
    color: #fff;
    display: block;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #bbb;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .responsive-menus.responsified .responsive-menus-simple>li.last a {
    border-bottom: none;
  }
  
  .responsive-menus.responsified .responsive-menus-simple li ul li a {
    padding: 1em 0 1em 10%;
  }
  
  .responsive-menus.responsified .responsive-menus-simple li ul li ul li a {
    padding: 1em 0 1em 15%;
  }
  
  .responsive-menus.responsified .responsive-menus-simple li ul {
    display: block !important;
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  /* Inactive rule */
  .responsive-menus span.toggler {
    display: none;
  }
/*})'"*/
