@charset "UTF-8";
/* line 3, /reporting/app/assets/stylesheets/common/colorbox.scss */
#colorbox {
  border-radius: 1em;
}

/* line 6, /reporting/app/assets/stylesheets/common/colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* line 12, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 18, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 21, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxContent {
  position: relative;
  border-radius: 1em;
}

/* line 25, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2em;
}

/* line 30, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxTitle {
  margin: 0;
}

/* line 33, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 40, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxLoadingGraphic {
  border-radius: 1em;
  overflow: hidden;
}

/**
 * These elements are buttons, and may need to have additional
 * styles reset to avoid unwanted base styles.
 */
/* line 48, /reporting/app/assets/stylesheets/common/colorbox.scss */
#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)
 */
/* line 61, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {
  outline: 0;
}

/* line 64, /reporting/app/assets/stylesheets/common/colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

/* line 71, /reporting/app/assets/stylesheets/common/colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* Reset box sizing to content-box if theme is using border-box. */
/* line 78, /reporting/app/assets/stylesheets/common/colorbox.scss */
#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.
 */
/* line 89, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxOverlay {
  background: var(--blue-cta-rgba-50);
}

/* line 92, /reporting/app/assets/stylesheets/common/colorbox.scss */
#colorbox {
  outline: 0;
  overflow: visible;
}

/* line 96, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxWrapper {
  background: white;
  overflow: visible;
  border-radius: 1em;
}

/* line 101, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxTopLeft {
  width: 0;
  height: 0;
}

/* line 105, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxTopCenter {
  height: 0;
}

/* line 108, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxTopRight {
  width: 0;
  height: 0;
}

/* line 112, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxBottomLeft {
  width: 0;
  height: 0;
}

/* line 116, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxBottomCenter {
  height: 0;
}

/* line 119, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxBottomRight {
  width: 0;
  height: 0;
}

/* line 123, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxMiddleLeft {
  width: 0;
}

/* line 126, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxMiddleRight {
  width: 0;
}

/* line 130, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 134, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxLoadedContent {
  margin-bottom: 0;
}
/* line 137, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxLoadedContent p {
  line-height: 1.5em;
}

/* line 141, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxTitle {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: var(--cta);
  padding: 3px 5px 8px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 152, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxCurrent {
  position: absolute;
  bottom: 100%;
  right: 0;
  color: var(--cta);
  padding: 3px 5px 8px 5px;
  background: none;
}

/* line 161, /reporting/app/assets/stylesheets/common/colorbox.scss */
.cboxSlideshow_on #cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 30px;
  background: url(images/controls.png) no-repeat -75px -50px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 170, /reporting/app/assets/stylesheets/common/colorbox.scss */
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -101px -50px;
}

/* line 173, /reporting/app/assets/stylesheets/common/colorbox.scss */
.cboxSlideshow_off #cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 30px;
  background: url(images/controls.png) no-repeat -25px -50px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

/* line 182, /reporting/app/assets/stylesheets/common/colorbox.scss */
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -49px -50px;
}

/* line 185, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxPrevious, #cboxNext {
  display: block;
  position: fixed;
  top: 45%;
  left: 20px;
  z-index: 9999;
  width: 35px;
  height: 45px;
  color: #FFF;
  background-color: #E90;
  text-indent: -9999px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s, padding-left 0.3s, padding-right 0.3s;
  transition: transform 0.3s, padding-left 0.3s, padding-right 0.3s;
}
/* line 203, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxPrevious:before, #cboxNext:before {
  font-family: "Icons";
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 45px;
  content: "\f103";
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-indent: 0;
}
/* line 225, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxPrevious:hover, #cboxNext:hover {
  padding-left: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 231, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxPrevious:focus, #cboxNext:focus {
  outline: none;
}

/* line 236, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxNext {
  left: auto;
  right: 40px;
}
/* line 240, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxNext:before {
  content: "\f104";
}
/* line 244, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxNext:hover {
  left: auto;
}

/* line 248, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxLoadingOverlay {
  border-radius: 1em;
  overflow: hidden;
}

/* line 255, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxClose {
  position: relative;
  position: fixed;
  top: 2.5em;
  right: 4em;
  background: var(--cta);
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border-radius: 50%;
}
/* line 23, /reporting/app/assets/stylesheets/common/_colors_functions.scss */
#cboxClose:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  font-family: 'fontawesome';
  font-size: 1.0em;
  color: #FFF;
  transition: color 0.2s;
  text-indent: 0;
  text-align: center;
  left: 50%;
  top: 50%;
  width: 100%;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.7em;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}
/* line 267, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxClose:before {
  font-size: 20px;
  line-height: 32px;
}
/* line 299, /reporting/app/assets/stylesheets/common/colorbox.scss */
#cboxClose:focus {
  outline: none;
}
