@charset "UTF-8";
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@font-face {
  font-family: "CustomIcons";
  src: url(https://static.contently.com/fonts/icons/CustomIcons.ttf?9FkFpq) format("truetype"), url(https://static.contently.com/fonts/icons/CustomIcons.woff?9FkFpq) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/ui/_animations.sass */
.animate:nth-of-type(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/* line 3, app/assets/stylesheets/ui/_animations.sass */
.animate:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* line 3, app/assets/stylesheets/ui/_animations.sass */
.animate:nth-of-type(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

/* line 3, app/assets/stylesheets/ui/_animations.sass */
.animate:nth-of-type(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

/* line 3, app/assets/stylesheets/ui/_animations.sass */
.animate:nth-of-type(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

/* line 3, app/assets/stylesheets/ui/_animations.sass */
.animate:nth-of-type(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

/* line 7, app/assets/stylesheets/ui/universal.sass */
span.comma:after {
  content: ', ';
}

/* line 9, app/assets/stylesheets/ui/universal.sass */
span.comma:last-of-type:after {
  content: '';
}

/* line 2, app/assets/stylesheets/public/_unsupported-browser.sass */
#unsupported img {
  max-width: 100%;
}

/* line 4, app/assets/stylesheets/public/_unsupported-browser.sass */
#unsupported .subtext {
  text-align: center;
}

/* line 1, app/assets/stylesheets/public/_authorization-fields.sass */
h1, h3 {
  text-align: center;
}

/* line 3, app/assets/stylesheets/public/_authorization-fields.sass */
.section-wrapper {
  min-width: 280px;
  max-width: 700px;
  margin: 22px auto;
  clear: both;
}

/* line 8, app/assets/stylesheets/public/_authorization-fields.sass */
.section-wrapper.no-padding {
  padding: 0;
}

/* line 10, app/assets/stylesheets/public/_authorization-fields.sass */
#signup .section-wrapper, #signin .section-wrapper {
  max-width: 380px;
}

/* line 13, app/assets/stylesheets/public/_authorization-fields.sass */
.other {
  text-align: center;
  margin-top: 22px;
}

/* line 16, app/assets/stylesheets/public/_authorization-fields.sass */
.other p:first-child {
  margin-bottom: 6px;
}

/* line 20, app/assets/stylesheets/public/_authorization-fields.sass */
#signin .remember-me {
  position: absolute;
  top: 11px;
}

/* line 24, app/assets/stylesheets/public/_authorization-fields.sass */
#signin .password-wrapper a.subtext {
  color: #00a6c2;
  top: 0;
}

/* line 28, app/assets/stylesheets/public/_authorization-fields.sass */
#signin .checkbox-toggle.toggle-password {
  border-left: 0;
}

/* line 30, app/assets/stylesheets/public/_authorization-fields.sass */
#signin .checkbox-toggle input {
  border: 0;
}

/* line 32, app/assets/stylesheets/public/_authorization-fields.sass */
#signin .checkbox-toggle label {
  color: #333;
}

/* line 2, app/assets/stylesheets/platform/settings/_profile.sass */
#profile_edit .domain-username {
  width: 70%;
}

/* line 4, app/assets/stylesheets/platform/settings/_profile.sass */
#profile_edit .domain {
  display: inline-block;
  line-height: 40px;
  margin-left: 10px;
}

/* line 8, app/assets/stylesheets/platform/settings/_profile.sass */
#profile_edit .state {
  height: 40px;
  color: #666;
}

/* line 13, app/assets/stylesheets/platform/settings/_profile.sass */
#account-delete-modal .modal-content-wrapper {
  width: 438px;
  text-align: center;
}

/* line 16, app/assets/stylesheets/platform/settings/_profile.sass */
#account-delete-modal .modal-content-wrapper ul {
  display: inline-block;
  text-align: left;
}

/* line 19, app/assets/stylesheets/platform/settings/_profile.sass */
#account-delete-modal .modal-content-wrapper li::marker {
  color: #E51D1D;
}

/* line 21, app/assets/stylesheets/platform/settings/_profile.sass */
#account-delete-modal .account-delete-button {
  color: #fff;
  background-color: #EF7777;
}

/* line 24, app/assets/stylesheets/platform/settings/_profile.sass */
#account-delete-modal .account-delete-button:hover {
  background-color: #E51D1D;
}

/* line 27, app/assets/stylesheets/platform/settings/_profile.sass */
#delete-account-page {
  padding-left: 100px;
}

/* line 28, app/assets/stylesheets/platform/settings/_profile.sass */
#delete-account-page h1 {
  font-family: "Gotham";
  text-align: left;
  color: black;
  font-size: 46px;
}

/* line 34, app/assets/stylesheets/platform/settings/_profile.sass */
#delete-account-page .contently-logo {
  margin-top: 64px;
  margin-bottom: 64px;
}

/* line 37, app/assets/stylesheets/platform/settings/_profile.sass */
#delete-account-page .contently-logo img {
  width: 120px;
}

/* line 39, app/assets/stylesheets/platform/settings/_profile.sass */
#delete-account-page .delete-account-text {
  vertical-align: baseline;
  margin: 20px;
  width: 457px;
}

/* line 43, app/assets/stylesheets/platform/settings/_profile.sass */
#delete-account-page .delete-account-image {
  width: 306px;
}

/* line 33, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
#asset-picker-modal .modal-content-wrapper {
  width: 1130px;
  margin-left: -565px;
}

@media screen and (max-width: 1170px) {
  /* line 5, app/assets/stylesheets/ui/helpers/_modals.sass */
  #asset-picker-modal .modal-content-wrapper {
    width: auto;
    margin: 20px;
    position: relative;
    top: 0;
    left: 0;
  }
}

/* line 36, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.assets-frame {
  margin: 11px -30px 0;
  max-height: 470px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #f8f8f8;
}

/* line 44, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.assets-frame .assets-container {
  padding: 22px 0;
}

/* line 47, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.header-assets-wrapper {
  margin: 0 30px;
  position: relative;
}

/* line 50, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.header-assets-wrapper h4 {
  line-height: 40px;
  margin-bottom: 0;
}

/* line 53, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.header-assets-wrapper .toggle-asset-view {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 58, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.thumbnail-container {
  margin-bottom: 11px;
  padding: 0 20px;
}

/* line 61, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.thumbnail-container.asset-list-view {
  margin: 0 10px 11px;
}

/* line 64, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.thumbnail-asset-wrapper {
  display: inline-block;
  text-align: center;
  padding: 11px 10px;
  width: 16.6666666667%;
}

/* line 69, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.thumbnail-asset-wrapper .asset-options {
  float: right;
}

/* line 71, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.thumbnail-asset-wrapper.hidden {
  display: none;
}

/* line 6, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.thumbnail-asset-wrapper.selected .asset-image::before, .thumbnail-asset-wrapper.selected .asset-image::after {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 11, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.thumbnail-asset-wrapper.selected .asset-image::before {
  content: " ";
  top: 0;
  bottom: 0;
  background: #57cadc;
  opacity: 0.9;
}

/* line 17, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.thumbnail-asset-wrapper.selected .asset-image::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  top: 50%;
  margin-top: -10px;
}

/* line 77, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.thumbnail-asset-wrapper.selected .asset-content-wrapper {
  font-weight: 500;
  color: white;
  border-color: #00a6c2;
}

/* line 81, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.thumbnail-asset-wrapper.selected .asset-information-tint {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}

/* line 85, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.asset-link {
  word-break: break-all;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}

/* line 90, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.asset-content-wrapper {
  cursor: pointer;
  border: solid 1px #d4d4d4;
  position: relative;
}

/* line 95, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.asset-content-wrapper .asset-image img {
  width: 100%;
  vertical-align: middle;
}

/* line 98, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.asset-content-wrapper .asset-image .avatar-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #d4d4d4;
}

/* line 103, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.asset-content-wrapper .asset-image .avatar {
  position: absolute;
  color: #666;
  top: 50%;
  right: 50%;
  margin: -20px -20px 0 0;
}

/* line 110, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.asset-information {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 114, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.asset-filename {
  line-height: 30px;
  font-size: 12px;
  padding-left: 5px;
}

/* line 118, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.asset-information-tint {
  position: absolute;
  top: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

/* line 126, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal {
  border: 0;
}

/* line 128, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal tr {
  border-bottom: 1px solid #d4d4d4;
}

/* line 130, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal tr th,
.table-display.table-asset-modal tr td {
  border-top: 0;
  border-right: 0;
  color: #333;
  background: transparent;
}

/* line 136, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal tr .header-text,
.table-display.table-asset-modal tr td {
  cursor: pointer;
}

/* line 139, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal tr .header-text:hover {
  text-decoration: underline;
}

/* line 141, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal tr th:first-child,
.table-display.table-asset-modal tr td:first-child {
  padding-left: 0;
}

/* line 144, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal tr:last-child {
  border-bottom: none;
}

/* line 146, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal tr .avatar-wrapper {
  border: 1px solid #d4d4d4;
}

/* line 148, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal tr.selected {
  font-weight: 500;
}

/* line 150, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal tr.selected .avatar-wrapper {
  border-color: #00a6c2;
}

/* line 6, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal tr.selected .avatar-wrapper::before, .table-display.table-asset-modal tr.selected .avatar-wrapper::after {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 11, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal tr.selected .avatar-wrapper::before {
  content: " ";
  top: 0;
  bottom: 0;
  background: #57cadc;
  opacity: 0.9;
}

/* line 17, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal tr.selected .avatar-wrapper::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  top: 50%;
  margin-top: -10px;
}

/* line 153, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal .asset-name {
  max-width: 200px;
}

/* line 155, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal .dimensions {
  min-width: 100px;
}

/* line 157, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal td.asset-options {
  cursor: auto;
  display: table-cell;
  width: 30px;
  padding-right: 0;
  text-align: right;
  vertical-align: middle;
}

/* line 165, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
.table-display.table-asset-modal th .icon::before {
  color: #00a6c2;
  margin-left: 5px;
  font-size: 20px;
  line-height: 1px;
  position: relative;
  top: 4px;
}

@media screen and (max-width: 1023px), print and (orientation: portrait) {
  /* line 2, app/assets/stylesheets/ui/helpers/_avatars.sass */
  .table-display.table-asset-modal .avatar-wrapper .avatar {
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  /* line 9, app/assets/stylesheets/ui/helpers/_avatars.sass */
  .table-display.table-asset-modal .avatar-wrapper .avatar + .label {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
  }
  /* line 16, app/assets/stylesheets/ui/helpers/_avatars.sass */
  .table-display.table-asset-modal .avatar-wrapper.vertical {
    margin-top: -11px;
  }
  /* line 33, app/assets/stylesheets/ui/helpers/_tooltips.sass */
  .table-display.table-asset-modal .avatar-wrapper .tooltip {
    top: auto;
    bottom: 28px;
  }
  /* line 38, app/assets/stylesheets/ui/helpers/_tooltips.sass */
  .table-display.table-asset-modal .avatar-wrapper.tooltip-position-below .tooltip {
    top: 28px;
    bottom: auto;
  }
  /* line 25, app/assets/stylesheets/ui/helpers/_avatars.sass */
  .table-display.table-asset-modal .avatar-wrapper + .presenter-wrapper {
    margin-left: 28px;
    min-height: 22px;
  }
  /* line 28, app/assets/stylesheets/ui/helpers/_avatars.sass */
  .table-display.table-asset-modal .avatar-wrapper + .column {
    padding-left: 28px;
    height: 22px;
  }
  /* line 178, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .table-display.table-asset-modal .avatar-wrapper:after {
    display: none;
  }
  /* line 180, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .table-display.table-asset-modal .asset-name {
    max-width: none;
  }
  /* line 182, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .table-display.table-asset-modal .asset-link {
    display: block;
    height: auto;
    padding-right: 30px;
  }
  /* line 188, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .table-display.table-asset-modal tr.selected .avatar-wrapper:before {
    width: 22px;
    height: 22px;
  }
  /* line 191, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .table-display.table-asset-modal td.asset-options {
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 1010px) {
  /* line 27, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .thumbnail-asset-wrapper {
    width: 20%;
  }
}

@media screen and (max-width: 830px) {
  /* line 27, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .thumbnail-asset-wrapper {
    width: 25%;
  }
}

@media screen and (max-width: 650px) {
  /* line 27, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .thumbnail-asset-wrapper {
    width: 33.3333333333%;
  }
}

@media screen and (max-width: 470px) {
  /* line 27, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .thumbnail-asset-wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  /* line 199, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .assets-frame {
    margin: 0 -20px;
  }
  /* line 201, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .header-assets-wrapper {
    margin: 0 20px;
  }
  /* line 203, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .thumbnail-container {
    padding: 0 10px;
  }
}

@media screen and (max-height: 780px) {
  /* line 207, app/assets/stylesheets/projects/../platform/components/_asset-picker.sass */
  .assets-frame {
    max-height: 250px;
  }
}

/* line 1, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.portfolio-navigation-bar {
  max-width: none;
  clear: both;
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #d4d4d4;
}

/* line 7, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.portfolio-navigation-bar .content-wrapper-inner {
  max-width: 740px;
}

/* line 9, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.portfolio-navigation-bar + .layout-sidenav {
  margin-bottom: 44px;
}

/* line 11, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.portfolio-navigation-bar .toggles {
  display: inline;
}

/* line 13, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.portfolio-navigation-bar .toggles .button {
  float: none;
}

/* line 15, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.portfolio-navigation-bar + .content-wrapper {
  margin-top: 22px;
}

/* line 17, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.portfolio-navigation-bar .flex-column {
  vertical-align: top;
}

/* line 19, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.portfolio-navigation-bar .toggle-availability-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

/* line 23, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.portfolio-navigation-bar .toggle-availability-text {
  line-height: 30px;
  display: inline-block;
}

/* line 27, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.toggle-availability {
  position: relative;
  width: 30px;
  height: 18px;
  margin-bottom: 0;
  margin-right: 10px;
}

/* line 33, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.toggle-availability input {
  display: none;
}

/* line 35, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.toggle-availability .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d4d4d4;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 45, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.toggle-availability .slider::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 55, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.toggle-availability .slider.round {
  border-radius: 34px;
}

/* line 57, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.toggle-availability .slider.round::before {
  border-radius: 50%;
}

/* line 60, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.toggle-availability input:checked + .slider {
  background-color: #24B352;
}

/* line 62, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.toggle-availability input:checked + .slider::before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* line 67, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.select-portfolio-visibility {
  text-align: center;
}

/* line 69, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.select-portfolio-visibility .dropdown-toggle {
  line-height: 30px;
}

/* line 71, app/assets/stylesheets/projects/_portfolio_navigation_bar.sass */
.select-portfolio-visibility .subtext {
  font-weight: 400;
  margin-left: 15px;
}

/* line 5, app/assets/stylesheets/projects/base.sass */
#projects .no-line {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 8, app/assets/stylesheets/projects/base.sass */
#projects .flex-actions {
  margin-left: 10px;
  margin-bottom: 10px;
}

/* line 11, app/assets/stylesheets/projects/base.sass */
#projects .flex-actions .dropdown-bulk-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}

/* line 14, app/assets/stylesheets/projects/base.sass */
#projects .clip-images:not(:empty) {
  display: inline-block;
}

/* line 16, app/assets/stylesheets/projects/base.sass */
#projects .dropzone,
#projects .clip-images {
  width: 100%;
}

/* line 19, app/assets/stylesheets/projects/base.sass */
#projects .image-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 5px;
}

/* line 25, app/assets/stylesheets/projects/base.sass */
#projects .image-wrapper.placeholder::before {
  content: " ";
  background: #fff;
  display: block;
  width: 120px;
  height: 120px;
}

/* line 31, app/assets/stylesheets/projects/base.sass */
#projects .image-wrapper img {
  width: 120px;
  height: 120px;
}

/* line 34, app/assets/stylesheets/projects/base.sass */
#projects .image-wrapper .icon-x {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  border: 1px solid #d4d4d4;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}

/* line 45, app/assets/stylesheets/projects/base.sass */
#projects .js-checkbox-toggle {
  margin-bottom: 10px;
}

/* line 47, app/assets/stylesheets/projects/base.sass */
#projects .upload-image {
  position: relative;
}

/* line 49, app/assets/stylesheets/projects/base.sass */
#projects .upload-image .drag-drop-tint {
  position: absolute;
}

/* line 51, app/assets/stylesheets/projects/base.sass */
#projects .upload-image .drag-drop-tint h3 {
  padding-top: 15px;
}

/* line 53, app/assets/stylesheets/projects/base.sass */
#projects .file-icon-w-name {
  margin-left: 10px;
  line-height: 30px;
}

/* line 57, app/assets/stylesheets/projects/base.sass */
#projects .new-project-header,
#projects .edit-project-header {
  padding: 10px;
  padding-left: 20px;
  background: #cff5fd;
  color: #0094AB;
}

/* line 63, app/assets/stylesheets/projects/base.sass */
#projects .new-project-header {
  margin-top: 11px;
}

/* line 65, app/assets/stylesheets/projects/base.sass */
#projects .new-project-form,
#projects .edit-project-form {
  padding: 10px 22px 20px;
  background: #F2FEFF;
}

/* line 69, app/assets/stylesheets/projects/base.sass */
#projects .asset-content-wrapper {
  margin-bottom: 6px;
}

/* line 74, app/assets/stylesheets/projects/base.sass */
#projects .ui-sortable .js-project:only-child .sort-handle {
  display: none;
}

/* line 77, app/assets/stylesheets/projects/base.sass */
#projects .ui-sortable-placeholder {
  height: 63px;
}

/* line 80, app/assets/stylesheets/projects/base.sass */
#projects .ui-sortable-helper .js-project-row:hover {
  background: none;
}

/* line 83, app/assets/stylesheets/projects/base.sass */
#projects .allow-whitespace {
  white-space: pre;
}

/* line 86, app/assets/stylesheets/projects/base.sass */
.empty-project-row {
  min-height: 62px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 93, app/assets/stylesheets/projects/base.sass */
.empty-project-row p {
  color: #aaaaaa;
  width: 100%;
  font-weight: 400;
  padding-left: 7px;
}

/* line 99, app/assets/stylesheets/projects/base.sass */
.js-project-row {
  min-height: 62px;
}

/* line 101, app/assets/stylesheets/projects/base.sass */
.js-project-row:hover {
  background: #f8f8f8;
}

/* line 103, app/assets/stylesheets/projects/base.sass */
.js-project-row .status {
  display: inline-block;
  width: 70%;
}

/* line 106, app/assets/stylesheets/projects/base.sass */
.js-project-row .flex-checkbox {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
}

/* line 111, app/assets/stylesheets/projects/base.sass */
.js-project-row .flex-checkbox .checkbox-toggle {
  margin-top: 0;
}

/* line 115, app/assets/stylesheets/projects/base.sass */
.js-project-row.project-failed .icon-file, .js-project-row.loading-project .icon-file {
  font-size: 30px;
  padding-left: 15px;
  margin-right: 15px;
  display: inline-block;
  color: #d4d4d4;
}

/* line 121, app/assets/stylesheets/projects/base.sass */
.js-project-row.project-failed {
  height: 62px;
}

/* line 123, app/assets/stylesheets/projects/base.sass */
.js-project-row.project-failed .failed-message {
  vertical-align: top;
  display: inline-block;
  position: relative;
}

/* line 127, app/assets/stylesheets/projects/base.sass */
.js-project-row.loading-project {
  padding-top: 21px;
}

/* line 129, app/assets/stylesheets/projects/base.sass */
.js-project-row.loading-project .loading {
  display: inline-block;
  width: 500px;
  height: 20px;
  border: solid 2px #d4d4d4;
  overflow: hidden;
  position: relative;
}

/* line 136, app/assets/stylesheets/projects/base.sass */
.js-project-row.loading-project .loading-bar {
  right: 0;
  position: absolute;
  width: 1000px;
  height: 100%;
  background: #57cadc;
  background-image: linear-gradient(45deg, #fcfcfc 0%, #fcfcfc 30%, #57cadc 30%, #57cadc 70%, #fcfcfc 70%);
  background-size: 60px 20px;
  -webkit-animation: slide 3s linear infinite;
          animation: slide 3s linear infinite;
}

/* line 146, app/assets/stylesheets/projects/base.sass */
.js-project-row .collapsible-header {
  position: relative;
  padding-left: 30px;
}

/* line 150, app/assets/stylesheets/projects/base.sass */
.js-project-row .js-toggle-collapsible {
  padding-left: 15px;
}

/* line 152, app/assets/stylesheets/projects/base.sass */
.js-project-row .js-toggle-collapsible::before {
  top: 50%;
  margin-top: -11px;
  left: -5px;
}

/* line 157, app/assets/stylesheets/projects/base.sass */
.js-project-row .collapsible-content {
  margin-top: 22px;
  padding-left: 55px;
  padding-right: 10px;
}

/* line 162, app/assets/stylesheets/projects/base.sass */
.project-actions {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 165, app/assets/stylesheets/projects/base.sass */
.project-actions .icon-pencil {
  padding-right: 10px;
}

/* line 167, app/assets/stylesheets/projects/base.sass */
.project-actions .icon-pencil.edit-disabled::before {
  color: #d4d4d4;
}

/* line 169, app/assets/stylesheets/projects/base.sass */
.project-actions .icon-pencil,
.project-actions .dropdown-toggle {
  font-size: 16px;
}

/* line 172, app/assets/stylesheets/projects/base.sass */
.project-actions .dropdown-container {
  padding-right: 7px;
}

/* line 175, app/assets/stylesheets/projects/base.sass */
.project-actions .dropdown-container .icon-unlock + .dropdown-selection [data-public="true"] .icon {
  font-weight: 500;
}

/* line 178, app/assets/stylesheets/projects/base.sass */
.project-actions .dropdown-container .icon-lock + .dropdown-selection [data-public="false"] .icon {
  font-weight: 500;
}

@-webkit-keyframes slide {
  from {
    right: 0;
  }
  to {
    right: -300px;
  }
}

@keyframes slide {
  from {
    right: 0;
  }
  to {
    right: -300px;
  }
}

@media screen and (max-width: 700px) {
  /* line 190, app/assets/stylesheets/projects/base.sass */
  #projects .flex-actions {
    margin-left: 35px;
  }
  /* line 192, app/assets/stylesheets/projects/base.sass */
  .no-pointerevents:not(.no-touchevents) #projects .flex-actions {
    margin-left: 10px;
  }
}

/* line 4, app/assets/stylesheets/public/_onboarding.sass */
.email-verification,
.onboarding-preview {
  text-align: center;
}

/* line 7, app/assets/stylesheets/public/_onboarding.sass */
.email-verification .icon-rocket,
.onboarding-preview .icon-rocket {
  font-size: 100px;
  color: #FF8C23;
  padding: 44px;
}

@media screen and (max-width: 480px) {
  /* line 14, app/assets/stylesheets/public/_onboarding.sass */
  .onboarding-preview img.timeline {
    width: 100%;
    height: 100%;
  }
}

/* line 19, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal .content {
  padding-top: 44px;
  padding-bottom: 44px;
}

/* line 22, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal .divider {
  padding-right: 44px;
  padding-left: 44px;
}

/* line 25, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal .divider.quote + .divider {
  padding-top: 22px;
}

/* line 27, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal blockquote {
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 33px;
  position: relative;
  margin-bottom: 0;
  color: #666;
  text-align: center;
}

/* line 36, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal blockquote::before, #pre-registration-modal blockquote::after {
  display: block;
  font-size: 60px;
  position: absolute;
  color: #d4d4d4;
}

/* line 42, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal blockquote::before {
  content: "\201C";
  left: -30px;
}

/* line 45, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal blockquote::after {
  content: "\201D";
  right: -20px;
  bottom: 10px;
}

/* line 49, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal blockquote cite {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #999;
}

/* line 54, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal blockquote cite::before {
  content: "\2014 \2009";
}

/* line 56, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal .icon {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 60, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal .icon-small {
  font-size: 20px;
}

/* line 62, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal .pull-right {
  float: right;
  padding-left: 30px;
}

/* line 65, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal .pull-left {
  float: left;
  padding-right: 30px;
}

/* line 68, app/assets/stylesheets/public/_onboarding.sass */
#pre-registration-modal .actions {
  text-align: center;
}

@media screen and (max-width: 700px) {
  /* line 72, app/assets/stylesheets/public/_onboarding.sass */
  #pre-registration-modal .divider {
    padding-right: 22px;
    padding-left: 22px;
  }
  /* line 75, app/assets/stylesheets/public/_onboarding.sass */
  #pre-registration-modal .divider.quote + .divider {
    padding-top: 6px;
  }
  /* line 77, app/assets/stylesheets/public/_onboarding.sass */
  #pre-registration-modal .icon {
    font-size: 30px;
  }
  /* line 79, app/assets/stylesheets/public/_onboarding.sass */
  #pre-registration-modal .pull-right {
    padding-left: 20px;
  }
}

/* line 83, app/assets/stylesheets/public/_onboarding.sass */
.onboarding-preview .multi-step-progress-nav {
  margin: 0 auto;
  margin-top: 22px;
  max-width: 400px;
  padding: 22px 25px 0;
  border: 1px solid #00a6c2;
  border-radius: 5px;
}

/* line 90, app/assets/stylesheets/public/_onboarding.sass */
.onboarding-preview .multi-step-progress-nav ol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: none;
  text-align: left;
}

/* line 95, app/assets/stylesheets/public/_onboarding.sass */
.onboarding-preview .multi-step-progress-nav li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-left: 30px;
  padding-bottom: 22px;
}

/* line 99, app/assets/stylesheets/public/_onboarding.sass */
.onboarding-preview .multi-step-progress-nav li:first-of-type::before {
  display: block;
}

/* line 101, app/assets/stylesheets/public/_onboarding.sass */
.onboarding-preview .multi-step-progress-nav li:last-of-type::before {
  display: none;
}

/* line 103, app/assets/stylesheets/public/_onboarding.sass */
.onboarding-preview .multi-step-progress-nav li.completed-step + .completed-step::before {
  background: #d4d4d4;
}

/* line 105, app/assets/stylesheets/public/_onboarding.sass */
.onboarding-preview .multi-step-progress-nav li::before {
  height: auto;
  width: 8px;
  left: 5px;
  right: auto;
  top: 5px;
  bottom: -5px;
}

/* line 112, app/assets/stylesheets/public/_onboarding.sass */
.onboarding-preview .multi-step-progress-nav li::after {
  right: auto;
  left: 0;
  top: 2px;
}

/* line 116, app/assets/stylesheets/public/_onboarding.sass */
.onboarding-preview .multi-step-progress-nav h5 {
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
}

/* line 120, app/assets/stylesheets/public/_onboarding.sass */
.onboarding-preview .multi-step-progress-nav p {
  color: #666;
}

/* line 125, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .profile-nav-container h4 {
  display: inline-block;
  border-bottom: 2px solid #d4d4d4;
  min-width: 125px;
  text-align: center;
  color: #d4d4d4;
}

/* line 131, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .profile-nav-container h4.active {
  color: #333;
  border-bottom: 2px solid #333;
}

/* line 134, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .add-projects-tabs {
  text-align: center;
  position: relative;
}

/* line 137, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .add-projects-tabs .js-add-projects-button {
  position: absolute;
  right: 0;
}

/* line 140, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .icon-checkmark {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
}

/* line 145, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .icon-checkmark::before {
  color: #999;
}

/* line 147, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .avatar-upload {
  position: relative;
  margin: 18px 0 18px 0;
}

/* line 150, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .avatar-upload .photo-wrapper {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: #d4d4d4;
}

/* line 156, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .avatar-upload .photo-wrapper:hover img {
  opacity: 0.3;
}

/* line 158, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .avatar-upload .photo-wrapper:hover .input-uploader {
  display: block;
}

/* line 160, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .avatar-upload .input-uploader {
  display: none;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -15px;
  margin-right: -15px;
}

/* line 168, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .toggle {
  margin: 0 22px;
  min-height: 160px;
}

/* line 171, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .toggle .info {
  display: none;
}

/* line 175, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .toggle.active .info, .onboarding .toggle:hover .info {
  display: block;
}

/* line 178, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .toggle.active .radio-button {
  background: #cff5fd;
  border-color: #57cadc;
  color: #00a6c2;
}

/* line 182, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .toggle .radio-button {
  padding: 11px;
  min-height: 50px;
  background: #f8f8f8;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  color: #666;
  cursor: pointer;
}

/* line 192, app/assets/stylesheets/public/_onboarding.sass */
.onboarding .actions .disabled:hover {
  cursor: default;
}

/* line 195, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .gradient-tint {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}

/* line 204, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .js-projects.importing .js-project-row {
  min-height: 62px;
}

/* line 206, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .js-projects.importing .js-project-row .actions {
  display: none;
}

/* line 208, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .js-projects.importing .js-project-row .notification-dot {
  display: none;
}

/* line 211, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .js-projects-list.loading {
  padding-bottom: 1px;
}

/* line 213, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .js-projects-list.loading.loading-project {
  padding-top: 21px;
}

/* line 215, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .js-projects-list.loading h5 {
  background: #eee;
  width: 50%;
  border-radius: 3px;
  height: 18px;
  margin-bottom: 5px;
}

/* line 221, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .js-projects-list.loading .subtext {
  background: #eee;
  width: 25%;
  border-radius: 3px;
  height: 17px;
}

/* line 226, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .js-projects-list.loading.loading-project {
  padding-top: 21px;
}

/* line 229, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .add-project-section .new-project-header {
  display: none;
}

/* line 231, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .add-project-section .new-project-form {
  background: #fff;
}

/* line 233, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .add-project-section .new-project-form .actions,
.onboarding #projects .add-project-section .new-project-form .toggle-action {
  display: none;
}

/* line 236, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .sort-handle {
  display: none;
}

/* line 238, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .checkbox-toggle {
  display: none;
}

/* line 240, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .js-projects {
  margin-top: 10px;
}

/* line 243, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .js-project-row .collapsible-header {
  padding-left: 15px;
}

/* line 245, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .js-project-row .collapsible-content {
  padding-left: 30px;
}

/* line 247, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .content {
  min-height: 220px;
  max-width: 700px;
}

/* line 250, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .loading-text {
  margin-bottom: 10px;
}

/* line 254, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects.actions-disabled .js-project-row .actions {
  display: none;
}

/* line 256, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .add-skills-row,
.onboarding #projects .add-topics-row {
  padding: 0 15px 0 30px;
}

/* line 259, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .add-skills-fail,
.onboarding #projects .add-topics-fail {
  color: #E51D1D;
}

/* line 264, app/assets/stylesheets/public/_onboarding.sass */
.onboarding #projects .registration-add-skills .project-actions,
.onboarding #projects .registration-add-skills .collapsible-content .skills,
.onboarding #projects .registration-add-topics .project-actions,
.onboarding #projects .registration-add-topics .collapsible-content .skills {
  display: none;
}

/* line 1, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide-header {
  background: #00a6c2;
}

/* line 3, app/assets/stylesheets/analytics/_insights-guide.sass */
.outside-container .insights-guide-header .logo {
  width: auto;
  margin: 0 auto;
  margin-bottom: 22px;
  display: inline-block;
  float: none;
}

/* line 9, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide-header .center {
  text-align: center;
}

/* line 11, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide-header h1 {
  color: #fff;
  font-size: 48px;
}

/* line 15, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide {
  border-bottom: 1px solid #d4d4d4;
}

/* line 17, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide:last-child {
  border-bottom: 0;
}

/* line 19, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide.active {
  background: #f8f8f8;
}

/* line 21, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide.active .collapse {
  display: block;
}

/* line 24, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide.active h1:hover {
  cursor: default;
}

/* line 26, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide.active h1 .icon-arrow-down {
  display: inline-block;
}

/* line 28, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide.active h1 .icon-arrow-right {
  display: none;
}

/* line 30, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide h1 {
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide h1:hover {
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide h1 .icon {
  font-size: 26px;
}

/* line 36, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide h1 .icon-arrow-down {
  display: none;
}

/* line 38, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide h1 .icon-arrow-right {
  display: inline-block;
}

/* line 40, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide .collapse {
  display: none;
  margin-top: 25px;
}

/* line 46, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide .content,
.insights-guide-header .content {
  max-width: 768px;
  margin: 0 auto;
  padding: 66px 0;
}

/* line 50, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide .content .no-margin,
.insights-guide-header .content .no-margin {
  margin-bottom: 0;
}

/* line 52, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide .content p:last-child,
.insights-guide-header .content p:last-child {
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide .content pre,
.insights-guide-header .content pre {
  white-space: pre-wrap;
  margin-bottom: 44px;
}

/* line 57, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide .content ul,
.insights-guide-header .content ul {
  margin: 11px 0 11px 15px;
  overflow: auto;
}

/* line 60, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide .content .section,
.insights-guide-header .content .section {
  margin-bottom: 66px;
}

/* line 62, app/assets/stylesheets/analytics/_insights-guide.sass */
.insights-guide .content .section:last-child,
.insights-guide-header .content .section:last-child {
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/outside.sass */
button.back-button,
.button.back-button {
  float: left;
}

@media screen and (max-width: 700px) {
  /* line 13, app/assets/stylesheets/outside.sass */
  .outside-container,
.discovery-container,
.registration-container,
.content-request-container {
    margin-top: 44px;
  }
}

/* line 22, app/assets/stylesheets/outside.sass */
.discovery-container .multi-step-progress-nav li {
  cursor: pointer;
}

/* line 24, app/assets/stylesheets/outside.sass */
.discovery-container .opportunity-info {
  text-align: center;
}

/* line 26, app/assets/stylesheets/outside.sass */
.discovery-container .print-section {
  line-height: 20px;
  padding-bottom: 11px;
  padding-right: 100px;
}

/* line 30, app/assets/stylesheets/outside.sass */
.discovery-container .print-section .print-link {
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 35, app/assets/stylesheets/outside.sass */
.discovery-container .submit-section {
  line-height: 40px;
  padding-bottom: 11px;
  padding-right: 100px;
}

/* line 39, app/assets/stylesheets/outside.sass */
.discovery-container .submit-section .submit-discovery {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 44, app/assets/stylesheets/outside.sass */
.discovery-container .summary h3 {
  text-align: left;
  display: inline-block;
}

/* line 47, app/assets/stylesheets/outside.sass */
.discovery-container .summary ul {
  list-style-type: none;
  padding-left: 0px;
}

/* line 51, app/assets/stylesheets/outside.sass */
.discovery-container .summary .section-header a {
  padding-left: 10px;
}

/* line 53, app/assets/stylesheets/outside.sass */
.discovery-container .summary .audience-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 56, app/assets/stylesheets/outside.sass */
.discovery-container .summary .audience-wrapper .flex-column:first-of-type {
  padding-right: 20px;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

/* line 59, app/assets/stylesheets/outside.sass */
.discovery-container .summary .audience-wrapper .flex-column:last-of-type {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

/* line 62, app/assets/stylesheets/outside.sass */
.audiences-container {
  margin-top: 6px;
}

/* line 64, app/assets/stylesheets/outside.sass */
.audiences-container .fields {
  position: relative;
  margin-bottom: 11px;
  padding-right: 30px;
}

/* line 68, app/assets/stylesheets/outside.sass */
.audiences-container .trigger-remove {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 16px;
}

/* line 76, app/assets/stylesheets/outside.sass */
.array-input-examples .include-remove-icon:first-of-type:nth-last-of-type(3), .array-input-examples .include-remove-icon:first-of-type:nth-last-of-type(3) ~ .include-remove-icon {
  padding-right: 0;
}

/* line 79, app/assets/stylesheets/outside.sass */
.array-input-examples .include-remove-icon:first-of-type:nth-last-of-type(3) .trigger-remove, .array-input-examples .include-remove-icon:first-of-type:nth-last-of-type(3) ~ .include-remove-icon .trigger-remove {
  display: none;
}

/* line 85, app/assets/stylesheets/outside.sass */
.step-container.inner-wrapper.unordered-stack .js-toggle-collapsible:before {
  left: 0;
  top: 14px;
}

/* line 88, app/assets/stylesheets/outside.sass */
.step-container.inner-wrapper.unordered-stack .stack-name {
  padding: 6px 0px 6px 20px;
}

/* line 90, app/assets/stylesheets/outside.sass */
.step-container.inner-wrapper.unordered-stack .js-parsley-error-wrapper {
  margin-left: 0;
}

/* line 93, app/assets/stylesheets/outside.sass */
.step-container.inner-wrapper.unordered-stack .select2-search__field {
  width: 100% !important;
}

/* line 98, app/assets/stylesheets/outside.sass */
.distribution-container .flex-header,
.formats-container .flex-header {
  padding-right: 10px;
}

/* line 100, app/assets/stylesheets/outside.sass */
.distribution-container .flex-header .flex-column:not(:first-of-type),
.formats-container .flex-header .flex-column:not(:first-of-type) {
  font-weight: normal;
  font-size: 10px;
}

/* line 103, app/assets/stylesheets/outside.sass */
.distribution-container .flex-column:first-of-type,
.formats-container .flex-column:first-of-type {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}

/* line 105, app/assets/stylesheets/outside.sass */
.distribution-container .flex-column:not(:first-of-type),
.formats-container .flex-column:not(:first-of-type) {
  text-align: center;
}

/* line 108, app/assets/stylesheets/outside.sass */
.distribution-container .list-container .list-item-wrapper,
.formats-container .list-container .list-item-wrapper {
  border: 0;
}

/* line 110, app/assets/stylesheets/outside.sass */
.distribution-container .list-container .list-item-wrapper.gray-background,
.formats-container .list-container .list-item-wrapper.gray-background {
  background-color: #eee;
}

/* line 112, app/assets/stylesheets/outside.sass */
.distribution-container input[type=radio],
.formats-container input[type=radio] {
  cursor: pointer;
}

/* line 116, app/assets/stylesheets/outside.sass */
.order-form-download .file-icon {
  font-size: 25px;
  line-height: 35px;
  max-width: 35px;
}

/* line 120, app/assets/stylesheets/outside.sass */
.order-form-download .info {
  line-height: 35px;
}

/* line 123, app/assets/stylesheets/outside.sass */
.preview-mode {
  position: relative;
}

/* line 12, app/assets/stylesheets/ui/helpers/all.sass */
.preview-mode::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 260;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1023px), print and (orientation: portrait) {
  /* line 132, app/assets/stylesheets/outside.sass */
  .distribution-container .formats-container .details-view-container .flex-column[data-title]::before {
    width: 200px;
  }
}
