/**
   * 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 plain style:
   * The styles are ordered & tabbed in a way that represents
   * the nesting of the generated HTML.
   */
  #cboxOverlay {
    background: #000;
  }
  #colorbox {
    outline: 0;
  }
  /* @codingStandardsIgnoreLine */
  #cboxWrapper {
  }
  #cboxContent {
    overflow: hidden;
  }
  #cboxContent,
  .cboxPhoto {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #cboxError {
    padding: 50px;
    border: 1px solid #ccc;
  }
  #cboxTitle {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 0;
    color: #535353;
    width: 100%;
    padding: 4px 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
  #cboxLoadingOverlay {
    background: #fff;
  }
  #cboxLoadingGraphic {
    background: url(/sites/all/modules/contrib/colorbox/styles/plain/images/loading_animation.gif) no-repeat center center;
  }
  #cboxClose.cbox-close-plain {
    position: absolute;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.5);
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .cbox-close-plain:hover {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.8);
  }
/*})'"*/
.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/contrib/ctools/images/status-active.gif) right center no-repeat;
  }
  
  div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat;
  }
/*})'"*/
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;
  }
/*})'"*/
.panel-1col {
  /*  overflow: hidden;  */
  }
  
  .panel-2col .panel-col-first .inside {
    margin: 0;
  }
  
  
  .panel-1col .panel-col {
    width: 100%;
  }
  
  #panels-edit-display .panel-pane,
  #panels-edit-display .helperclass {
    margin: .5em;
  }
  
  .panel-2col .panel-separator {
    margin: 0 0 1em 0;
  }
/*})'"*/
#sliding-popup {
    z-index: 99999;
    text-align: center;
  }
  
  .sliding-popup-bottom {
    position: fixed;
  }
  
  .sliding-popup-top {
    position: relative;
  }
  
  #sliding-popup .popup-content {
    margin: 0 auto;
    max-width: 80%;
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  
  #sliding-popup .popup-content #popup-buttons {
    float: right;
    max-width: 40%;
  }
  
  #sliding-popup button {
    cursor: pointer;
  }
  
  #sliding-popup .popup-content #popup-text {
    float: left;
    max-width: 60%;
  }
  
  .eu-cookie-withdraw-tab {
    cursor: pointer;
  }
  
  .eu-cookie-withdraw-wrapper.sliding-popup-top,
  .eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
    transform: scaleY(-1);
  }
  
  .eu-cookie-withdraw-tab {
    position: absolute;
    top: 0;
    transform: translate(-50%, -100%);
    left: 50%;
  }
  
  .eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
    transform: translate(-50%, -100%) scaleY(-1);
  }@media screen and (max-width: 600px) {
 #sliding-popup .popup-content {
      max-width: 95%;
    }
  
    #sliding-popup .popup-content #popup-text {
      max-width: 100%;
    }
  
    #sliding-popup .popup-content #popup-buttons {
      clear: both;
      float: none;
      max-width: 100%;
    } 
}
/*})'"*/
.url-textfield { display: none !important; }
/*})'"*/
/**
   * @file
   * Front-end styling for the display of webforms.
   */
  input.webform-calendar {
    display: none;
    padding: 3px;
    vertical-align: top;
  }
  html.js input.webform-calendar {
    display: inline;
  }
  .webform-container-inline label {
    display: inline;
    margin-right: 1em;
  }
  .webform-container-inline div,
  .webform-container-inline div.form-item {
    display: inline;
  }
  .webform-container-inline div.description {
    display: block;
  }
  .webform-container-inline div.messages {
    display: block;
    float: left;
  }
  .webform-container-inline div.ajax-progress-bar div {
    display: inherit;
  }
  .webform-container-inline.webform-component-textarea label {
    vertical-align: top;
  }
  .webform-container-inline.webform-component-textarea .form-textarea-wrapper {
    display: inline-block;
  }
  
  /* Reset so that these appear the same as the label elements they replace. */
  fieldset.fieldset-invisible,
  fieldset.fieldset-invisible > legend {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: inherit;
    position: static;
    color: inherit;
    height: auto;
    width: auto;
    font-family: inherit;
    text-indent: 0;
    line-height: inherit;
    text-shadow: unset;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  fieldset.fieldset-invisible > legend {
    font-weight: bold;
    font-size: 0.929em;
  }
  /* This margin causes the fieldset to be too big. */
  fieldset.fieldset-invisible > div > div.form-item:last-child,
  fieldset.fieldset-invisible > table {
    margin-bottom: 0;
  }
  
  .webform-component-textarea .grippie {
    display: block;
  }
  .webform-progressbar {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .webform-progressbar-inner {
    height: 1em;
    background-color: #74c421;
    height: 3px;
  }
  .webform-progressbar-outer {
    position: relative;
    border: 1px solid #356900;
    width: 100%;
    height: 3px;
    margin: 0.35em -1px 2em;
    background-color: white;
  }
  .webform-progressbar-page {
    position: absolute;
    width: 7px;
    height: 7px;
    margin: -6px -4px;
    border: 1px solid #356900;
    background-color: white;
    border-radius: 5px;
  }
  .webform-progressbar-page.completed {
    background-color: #74c421;
  }
  .webform-progressbar-page.current {
    background-color: #74c421;
  }
  .webform-progressbar-page .webform-progressbar-page-number {
    display: none;
  }
  .webform-progressbar-page .webform-progressbar-page-label {
    position: relative;
    top: 10px;
    margin: 0 -10em;
  }
/*})'"*/
