/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/**
 * $target_size int Target pixel size
 * $initial_size int Initial pixel size
 * $initial_viewport_width int Initial viewport width for initial size
 *
 * return $target_viewport_width pixel Target viewport width for the given target pixel size.
 */

/* line 209, resources/assets/styles/common/_mixins.scss */

body  .entry-content .select2-container--default .select2-selection--multiple ul.select2-selection__rendered:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  width: 100%;
}

/* line 1, resources/assets/styles/components/_modals.scss */

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/* line 10, resources/assets/styles/components/_modals.scss */

.modal-content-popup {
  position: relative;
  background: #fff;
  margin: 30px;
  padding: 30px;
  width: calc(100% - 60px);
}

@media (min-width: 1260px) {
  /* line 10, resources/assets/styles/components/_modals.scss */

  .modal-content-popup {
    max-width: 1200px;
    margin: 20px auto;
    width: 100%;
  }
}

/* line 23, resources/assets/styles/components/_modals.scss */

.please-wait-modal {
  background: #fff;
  font-size: 18px;
  margin: 20px auto;
  max-width: 200px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: auto;
}

/* line 36, resources/assets/styles/components/_modals.scss */

.modal-alert-popup,
.modal-popup {
  background: #fff;
  font-size: 18px;
  margin: 20px auto;
  max-width: 300px;
  padding: 0 20px 20px 20px;
  position: relative;
}

/* line 47, resources/assets/styles/components/_modals.scss */

.modal-alert-popup.success .modal-title,
.modal-popup.success .modal-title {
  background: #008012;
}

/* line 51, resources/assets/styles/components/_modals.scss */

.modal-alert-popup .modal-title,
.modal-popup .modal-title {
  background: #d0202e;
  color: #fff;
  margin: 0 0 0 -20px;
  padding: 10px 20px;
  width: 100%;
}

/* line 58, resources/assets/styles/components/_modals.scss */

.modal-alert-popup .buttons,
.modal-popup .buttons {
  text-align: center;
}

/* line 62, resources/assets/styles/components/_modals.scss */

.modal-alert-popup button.button-ok,
.modal-alert-popup button.button-yes,
.modal-alert-popup button.button-no,
.modal-popup button.button-ok,
.modal-popup button.button-yes,
.modal-popup button.button-no {
  border: none;
  font-weight: bold;
  margin: 0 5px;
  padding: 3px 10px;
}

/* line 72, resources/assets/styles/components/_modals.scss */

.modal-alert-popup button.button-ok,
.modal-alert-popup button.button-yes,
.modal-popup button.button-ok,
.modal-popup button.button-yes {
  background: #008012;
  color: #fff;
}

/* line 77, resources/assets/styles/components/_modals.scss */

.modal-alert-popup button.button-no,
.modal-popup button.button-no {
  background: #ffae42;
}

/* line 82, resources/assets/styles/components/_modals.scss */

.modal-alert-popup.citizen-alert .modal-title,
.modal-popup.citizen-alert .modal-title {
  background: #4d4d4d;
  color: #fff;
  margin: 0 0 0 -20px;
  padding: 10px 20px;
  width: calc(100% + 40px);
}

/* line 89, resources/assets/styles/components/_modals.scss */

.modal-alert-popup.citizen-alert .mfp-close,
.modal-popup.citizen-alert .mfp-close {
  color: #fff !important;
}

/* line 96, resources/assets/styles/components/_modals.scss */

.modal-popup.required input,
.modal-popup.required textarea,
.modal-popup.required select {
  background: #ffe7e6;
}

/* line 101, resources/assets/styles/components/_modals.scss */

.modal-popup.email-modal {
  font-size: 18px;
  max-width: 700px;
}

/* line 106, resources/assets/styles/components/_modals.scss */

.modal-popup.email-modal .email-field-container {
  margin: 20px 0 0 0;
}

/* line 108, resources/assets/styles/components/_modals.scss */

.modal-popup.email-modal .email-field-container input {
  display: block;
  margin: 15px 0 0 0;
  padding: 5px 10px;
  width: 100%;
}

/* line 114, resources/assets/styles/components/_modals.scss */

.modal-popup.email-modal .email-field-container textarea {
  display: block;
  height: 300px;
  margin: 15px 0 0 0;
  width: 100%;
}

/* line 1, resources/assets/styles/components/_debug.scss */

div.ADECHO,
div.DECHO {
  background: #F6F2CD;
  border-bottom: 2px solid red;
  border-top: 2px solid red;
  font-family: Courier;
  font-size: 12px;
}

/* line 12, resources/assets/styles/components/_debug.scss */

div.ADECHO:last-of-type,
div.DECHO:last-of-type {
  margin-bottom: 60px;
}

/* line 17, resources/assets/styles/components/_debug.scss */

div.ADECHO h3,
div.DECHO h3 {
  font-size: 14px;
  max-width: 1300px;
  margin: 0 auto;
  text-transform: none;
}

/* line 27, resources/assets/styles/components/_debug.scss */

div.ADECHO input.collapse:checked + span + pre,
div.DECHO input.collapse:checked + span + pre {
  display: none;
}

/* line 32, resources/assets/styles/components/_debug.scss */

div.ADECHO pre,
div.DECHO pre {
  margin: 0 auto;
  overflow: auto;
  max-width: 1300px;
  width: 100%;
}

/* line 8, stdin */

.action {
  background: rgba(253, 253, 106, 0.1);
  border: 1px solid #fdfd6a;
}

/* line 13, stdin */

.status {
  background: rgba(0, 128, 18, 0.1);
  border: 1px solid #008012;
}

/* line 18, stdin */

.email {
  background: rgba(24, 153, 160, 0.1);
  border: 1px solid #1899a0;
}

/* line 24, stdin */

button.edit,
button.save {
  background: #008012;
  color: #fff;
  font-weight: bold;
}

/* line 31, stdin */

button.details {
  background: #ffae42;
  color: #fff;
  font-weight: bold;
}

/* line 38, stdin */

button.cancel {
  background: #990d00;
  color: #fff;
  font-weight: bold;
}

/* line 47, stdin */

#facilitator-symbols {
  height: 0;
  overflow: hidden;
  width: 0;
}

/* line 53, stdin */

body  .entry-content .select2-container--default .select2-selection--multiple .select2-selection__choice,
body  .entry-content .gform_wrapper.gravity-theme .chosen-container-multi ul.chosen-choices li.search-choice {
  background: #f5e3d7;
  border-radius: 14px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 4px;
  padding: 6px 29px 6px 10px;
  position: relative;
}

/* line 67, stdin */

body  .entry-content .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body  .entry-content .gform_wrapper.gravity-theme .chosen-container-multi ul.chosen-choices li.search-choice a.search-choice-close {
  background: #ca8052;
  border-radius: 50%;
  color: #f5e3d7;
  display: block;
  font-size: 13px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 14px;
}

/* line 86, stdin */

body  .entry-content ul#facilitator-admin-actions {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}

/* line 90, stdin */

body  .entry-content ul#facilitator-admin-actions li {
  margin: 2em 0 0 0;
}

@media (min-width: 550px) {
  /* line 90, stdin */

  body  .entry-content ul#facilitator-admin-actions li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  /* line 96, stdin */

  body  .entry-content ul#facilitator-admin-actions li:nth-child(odd) {
    padding-right: 2%;
  }

  /* line 101, stdin */

  body  .entry-content ul#facilitator-admin-actions li:nth-child(even) {
    padding-left: 2%;
  }
}

/* line 107, stdin */

body  .entry-content ul#facilitator-admin-actions li a,
body  .entry-content ul#facilitator-admin-actions li a:visited {
  background: #f5e3d7;
  border-radius: 1.425em;
  color: #864454;
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.35;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/* line 125, stdin */

body  .entry-content ul#facilitator-admin-actions li a:hover,
body  .entry-content ul#facilitator-admin-actions li a:visited:hover {
  background: #864454;
  color: #fff;
}

/* line 132, stdin */

body  .entry-content .form-row {
  display: table;
  font-size: 16px;
  margin: 0 0 2em 0;
  width: 100%;
}

/* line 139, stdin */

body  .entry-content .form-row img {
  display: block;
  height: auto;
  max-width: 400px;
  width: 100%;
}

/* line 145, stdin */

body  .entry-content .form-row .labels,
body  .entry-content .form-row .fields,
body  .entry-content .form-row .actions {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 640px) {
  /* line 145, stdin */

  body  .entry-content .form-row .labels,
  body  .entry-content .form-row .fields,
  body  .entry-content .form-row .actions {
    display: table-cell;
    vertical-align: top;
  }
}

/* line 155, stdin */

body  .entry-content .form-row .labels {
  width: 100%;
}

@media (min-width: 640px) {
  /* line 155, stdin */

  body  .entry-content .form-row .labels {
    padding: 6px 20px 0 0;
    width: 30%;
  }
}

@media (min-width: 850px) {
  /* line 155, stdin */

  body  .entry-content .form-row .labels {
    padding: 6px 90px 0 0;
    width: 330px;
  }
}

/* line 166, stdin */

body  .entry-content .form-row .fields {
  width: calc(100% - 56px);
}

@media (min-width: 640px) {
  /* line 166, stdin */

  body  .entry-content .form-row .fields {
    width: auto;
  }
}

/* line 171, stdin */

body  .entry-content .form-row .fields .multi-field {
  width: 100%;
}

@media (min-width: 420px) {
  /* line 171, stdin */

  body  .entry-content .form-row .fields .multi-field {
    display: table;
  }
}

@media (min-width: 420px) {
  /* line 176, stdin */

  body  .entry-content .form-row .fields .multi-field label {
    display: table-cell;
    padding: 0 10px 0 0;
    vertical-align: top;
    width: 50%;
  }
}

@media (min-width: 850px) {
  /* line 176, stdin */

  body  .entry-content .form-row .fields .multi-field label {
    padding: 0 20px 0 0;
  }
}

@media (min-width: 420px) {
  /* line 186, stdin */

  body  .entry-content .form-row .fields .multi-field label + label {
    padding: 0 0 0 10px;
  }
}

@media (min-width: 850px) {
  /* line 186, stdin */

  body  .entry-content .form-row .fields .multi-field label + label {
    padding: 0 0 0 20px;
  }
}

/* line 196, stdin */

body  .entry-content .form-row .fields input:not(.select2-search__field),
body  .entry-content .form-row .fields textarea {
  display: block;
  padding: 9px 10px;
  width: 100%;
}

/* line 202, stdin */

body  .entry-content .form-row .fields select {
  display: block;
  padding: 9px 10px;
  width: 100%;
}

/* line 208, stdin */

body  .entry-content .form-row .actions {
  padding: 0 0 0 20px;
  text-align: right;
  width: 56px;
}

@media (min-width: 850px) {
  /* line 208, stdin */

  body  .entry-content .form-row .actions {
    width: 100px;
  }
}

/* line 215, stdin */

body  .entry-content .form-row .actions button {
  background: none;
  border: none;
  cursor: pointer;
  fill: #008012;
  display: block;
  height: 36px;
  position: relative;
  width: 36px;
}

/* line 224, stdin */

body  .entry-content .form-row .actions button:disabled {
  fill: #f5e3d7;
}

/* line 228, stdin */

body  .entry-content .form-row .actions svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 236, stdin */

body  .entry-content .form-row ul {
  list-style: none;
  padding: 0;
}

/* line 242, stdin */

body  .entry-content .select2-search__field {
  background: none !important;
  border: none !important;
  width: inherit !important;
}

/* line 248, stdin */

body  .entry-content .select2.select2-container.select2-container--default {
  width: 100% !important;
}

/* line 252, stdin */

body  .entry-content .select2-container--default .select2-selection--multiple,
body  .entry-content .select2-container .select2-selection--multiple {
  border: 1px solid #ccc;
  border-radius: 0;
}

/* line 258, stdin */

body  .entry-content .select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  display: block;
  min-height: 36px;
  padding: 0 !important;
}

/* line 270, stdin */

body  .entry-content .select2-container .select2-selection--multiple {
  min-height: 0;
}

/* line 274, stdin */

body  .entry-content .gform_wrapper.gravity-theme .left_label .gfield_label {
  padding-right: 30px;
}

/* line 279, stdin */

body  .entry-content .gform_wrapper.gravity-theme .chosen-container-multi ul.chosen-results {
  padding: 0;
}

/* line 282, stdin */

body  .entry-content .gform_wrapper.gravity-theme .chosen-container-multi ul.chosen-choices {
  min-height: 34px;
  padding: 0;
}

/* line 286, stdin */

body  .entry-content .gform_wrapper.gravity-theme .chosen-container-multi ul.chosen-choices li.search-field input[type="text"] {
  height: 32px;
  padding-left: 7px;
}

/* line 293, stdin */

body  .entry-content .gform_wrapper.gravity-theme .chosen-container-multi ul.chosen-choices li.search-choice {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 297, stdin */

body  .entry-content .gform_wrapper.gravity-theme .chosen-container-multi ul.chosen-choices li.search-choice a.search-choice-close {
  font-size: 12px;
}

/* line 302, stdin */

body  .entry-content .gform_wrapper.gravity-theme .chosen-container-multi ul.chosen-choices li.search-choice a.search-choice-close:after {
  content: 'x';
}

/* line 308, stdin */

body  .entry-content .gform_wrapper.gravity-theme input[type="text"],
body  .entry-content .gform_wrapper.gravity-theme input[type="password"],
body  .entry-content .gform_wrapper.gravity-theme input[type="email"],
body  .entry-content .gform_wrapper.gravity-theme input[type="url"],
body  .entry-content .gform_wrapper.gravity-theme input[type="date"],
body  .entry-content .gform_wrapper.gravity-theme input[type="month"],
body  .entry-content .gform_wrapper.gravity-theme input[type="time"],
body  .entry-content .gform_wrapper.gravity-theme input[type="datetime"],
body  .entry-content .gform_wrapper.gravity-theme input[type="datetime-local"],
body  .entry-content .gform_wrapper.gravity-theme input[type="week"],
body  .entry-content .gform_wrapper.gravity-theme input[type="number"],
body  .entry-content .gform_wrapper.gravity-theme input[type="search"],
body  .entry-content .gform_wrapper.gravity-theme input[type="tel"],
body  .entry-content .gform_wrapper.gravity-theme input[type="color"],
body  .entry-content .gform_wrapper.gravity-theme textarea,
body  .entry-content .gform_wrapper.gravity-theme select {
  background: #fff;
  border: 1px solid #ccc;
}

/* line 328, stdin */

body  .entry-content .gform_wrapper.gravity-theme .gform_footer input.gform_button.button,
body  .entry-content .gform_wrapper.gravity-theme .gform_footer button.gform_button.button,
body  .entry-content .gform_wrapper.gravity-theme .gform_page_footer input.gform_button.button,
body  .entry-content .gform_wrapper.gravity-theme .gform_page_footer button.gform_button.button {
  background: #cd3c61;
  border: none;
  border-radius: 17.5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 54px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/* line 347, stdin */

body  .entry-content .gform_wrapper.gravity-theme .gform_footer input.gform_button.button:hover,
body  .entry-content .gform_wrapper.gravity-theme .gform_footer input.gform_button.button:focus,
body  .entry-content .gform_wrapper.gravity-theme .gform_footer button.gform_button.button:hover,
body  .entry-content .gform_wrapper.gravity-theme .gform_footer button.gform_button.button:focus,
body  .entry-content .gform_wrapper.gravity-theme .gform_page_footer input.gform_button.button:hover,
body  .entry-content .gform_wrapper.gravity-theme .gform_page_footer input.gform_button.button:focus,
body  .entry-content .gform_wrapper.gravity-theme .gform_page_footer button.gform_button.button:hover,
body  .entry-content .gform_wrapper.gravity-theme .gform_page_footer button.gform_button.button:focus {
  background: #aa2c4c;
}

/* line 351, stdin */

body  .entry-content .gform_wrapper.gravity-theme .gform_footer.left_label,
body  .entry-content .gform_wrapper.gravity-theme .gform_page_footer.left_label {
  text-align: right;
}

/* line 356, stdin */

body  .entry-content .gfield_password_strength {
  clear: both;
}

/* line 360, stdin */

body  .entry-content ul#facilitator-admin-bar {
  border-bottom: 2px solid rgba(134, 68, 84, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
  position: relative;
}

/* line 372, stdin */

body  .entry-content ul#facilitator-admin-bar li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
}

/* line 377, stdin */

body  .entry-content ul#facilitator-admin-bar a,
body  .entry-content ul#facilitator-admin-bar a:visited {
  display: block;
  border-left: 2px solid rgba(134, 68, 84, 0);
  border-right: 2px solid rgba(134, 68, 84, 0);
  border-top: 2px solid rgba(134, 68, 84, 0);
  border-radius: 10px 10px 0 0;
  color: #864454;
  margin: 0 6px -2px 6px;
  padding: 11px 14px;
}

/* line 388, stdin */

body  .entry-content ul#facilitator-admin-bar a.active,
body  .entry-content ul#facilitator-admin-bar a:hover,
body  .entry-content ul#facilitator-admin-bar a:visited.active,
body  .entry-content ul#facilitator-admin-bar a:visited:hover {
  background: #fff;
  border-left: 2px solid rgba(134, 68, 84, 0.5);
  border-right: 2px solid rgba(134, 68, 84, 0.5);
  border-top: 2px solid rgba(134, 68, 84, 0.5);
  border-radius: 10px 10px 0 0;
}

/* line 397, stdin */

body  .entry-content ul#facilitator-admin-bar a.active,
body  .entry-content ul#facilitator-admin-bar a:visited.active {
  font-weight: bold;
}

/* line 406, stdin */

#facilitator-login-form {
  background: #faf2ed;
  border-radius: 15px;
  font-size: 16px;
  max-width: 500px;
  padding: 30px;
  width: 100%;
}

/* line 416, stdin */

#facilitator-login-form label[for=user_pass],
#facilitator-login-form label[for=user_login] {
  color: #414141;
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}

/* line 428, stdin */

#facilitator-login-form input[type=text],
#facilitator-login-form input[type=password] {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  font-size: 16px;
  padding: 7px;
  width: 100%;
}

/* line 439, stdin */

#facilitator-login-form .login-submit {
  text-align: right;
}

/* line 441, stdin */

#facilitator-login-form .login-submit input[type=submit] {
  background: #cd3c61;
  border: none;
  border-radius: 17.5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 54px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/* line 457, stdin */

#facilitator-login-form .login-submit input[type=submit]:hover,
#facilitator-login-form .login-submit input[type=submit]:focus {
  background: #aa2c4c;
}

/* line 464, stdin */

#custom-login-form-actions {
  color: #864454;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 27px;
  margin: 0 0 16px 0;
  text-align: left;
}

/* line 473, stdin */

#custom-login-form-actions a,
#custom-login-form-actions a:visited {
  color: #864454;
  font-weight: bold;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/* line 479, stdin */

#custom-login-form-actions a:hover,
#custom-login-form-actions a:visited:hover {
  color: #ba7687;
}

/* line 485, stdin */

.important-info-box {
  background: #d2ffd9;
  border: 2px solid #008012;
  margin-bottom: 30px;
  padding: 15px 15px 15px 55px !important;
  position: relative;
}

/* line 491, stdin */

.important-info-box:before {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggZD0iTTE1LDBBMTUsMTUsMCwxLDAsMzAsMTUsMTUsMTUsMCwwLDAsMTUsMFpNMTIuOTc0MTUsNS4xNzEyYS42NzUyNy42NzUyNywwLDAsMSwuMzM1MDUtLjI0MTg3LDIuNTg1MTksMi41ODUxOSwwLDAsMSwuNjU0NS0uMTM5MjZBMTAuMDc2OSwxMC4wNzY5LDAsMCwxLDE1LDQuNzQ2MDlhOC40NzUxOCw4LjQ3NTE4LDAsMCwxLDEuMDI4NTEuMDUxMzEsMi43NzA2MywyLjc3MDYzLDAsMCwxLC42NDY3MS4xNDY1OS43NTU5MS43NTU5MSwwLDAsMSwuMzQyODMuMjM0NTQuNTQ2ODUuNTQ2ODUsMCwwLDEsLjEwMTMuMzI5ODNsLS40MDUxNywxMy4zMTAyOGEuNTIuNTIsMCwwLDEtLjM2NjIxLjQ2MTc2LDIuMTYxNzMsMi4xNjE3MywwLDAsMS0uNTI5ODQuMTI0Niw3LjcwNCw3LjcwNCwwLDAsMS0xLjY0NCwwLDIuMTQ0NjcsMi4xNDQ2NywwLDAsMS0uNTIyMDUtLjEyNDYuNTIuNTIsMCwwLDEtLjM2NjIxLS40NjE3NkwxMi44ODA2NSw1LjUwODM2QS42MTM5NC42MTM5NCwwLDAsMSwxMi45NzQxNSw1LjE3MTJabTQuMTIxODIsMTguOTU0YTEuMzQxNTIsMS4zNDE1MiwwLDAsMS0uMzU4NDIuNjU5NjUsMS40OTMsMS40OTMsMCwwLDEtLjY3Nzg4LjM1OTE0LDQuMjgwNDQsNC4yODA0NCwwLDAsMS0xLjA1OTY3LjExLDQuMzc1NjMsNC4zNzU2MywwLDAsMS0xLjA2NzQ3LS4xMSwxLjQzOTM4LDEuNDM5MzgsMCwwLDEtLjY3Nzg4LS4zNTkxNCwxLjM3MiwxLjM3MiwwLDAsMS0uMzUwNjItLjY1OTY1LDQuMjg0Miw0LjI4NDIsMCwwLDEtLjEwMTMtMS4wMTE0Nyw0LjQ1ODUsNC40NTg1LDAsMCwxLC4xMDEzLTEuMDMzNDUsMS40MjQ5MSwxLjQyNDkxLDAsMCwxLC4zNTA2Mi0uNjc0MzEsMS40MDgxNywxLjQwODE3LDAsMCwxLC42Nzc4OC0uMzY2NDdBNC4zNzU2OCw0LjM3NTY4LDAsMCwxLDE1LDIwLjkyOTUzYTQuMjgwNSw0LjI4MDUsMCwwLDEsMS4wNTk2Ny4xMDk5NCwxLjQ1OTU3LDEuNDU5NTcsMCwwLDEsLjY3Nzg4LjM2NjQ3LDEuMzkyMzEsMS4zOTIzMSwwLDAsMSwuMzU4NDIuNjc0MzEsNC40NzI4MSw0LjQ3MjgxLDAsMCwxLC4xMDEzLDEuMDMzNDVBNC4yOTgsNC4yOTgsMCwwLDEsMTcuMDk2LDI0LjEyNTE3WiIgZmlsbD0iIzAwODAxMiIvPjwvc3ZnPg==) no-repeat;
  border-radius: 50%;
  content: '';
  display: block;
  height: 30px;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 30px;
}

/* line 505, stdin */

a.facilitator-link-button,
a.facilitator-link-button:visited {
  background: #d08b5c;
  color: #fff;
  display: block;
  line-height: 1;
  margin: 20px 0 0 0;
  padding: 10px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

/* line 513, stdin */

a.facilitator-link-button:hover,
a.facilitator-link-button:visited:hover {
  background: #c16f38;
}


/*# sourceMappingURL=profile.css.map*/

/*Caitlin added*/
#facilitator-post-form {
    padding: 0 32px;
}

#post-4744 .entry-content{
  padding: 32px;
}