.page_cs {
  position: fixed;
  left: 40px;
  top: 40px;
  bottom: 40px;
  right: 40px;
  border-radius: 8px;
  box-shadow: #000 0 0 80px;
  z-index: 4000;
  background: #eceff0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.close_cs {
  position: absolute;
  font-size: 24px;
  cursor: pointer;
  color: #98a4a5;
  top: 0;
  margin-top: -2px;
  left: 5px;
  z-index: 5000;
}
.page_cs.loading,
.page_cs.off {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.cs_left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  width: 280px;
  padding-top: 0;
  border-right: 1px solid #98a4a5;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.cs_title {
  padding: 18px 20px;
  padding-bottom: 30px;
  padding-top: 10px;
  border-bottom: 1px solid #98a4a5;
}
.no_freebies {
  padding: 60px 20px;
  font-style: italic;
}
.tag_freebies {
  padding: 15px 20px;
  font-style: italic;
}
.cs_right a:link,
.cs_right a:hover,
.cs_right a:active,
.cs_right a:visited {
  color: inherit !important;
  text-decoration: none;
}
.cs_right a:hover {
  text-decoration: underline;
}
.cs_right {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 1120px auto;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 1;
}

.cs_right.fade {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cs_right_inside {
  margin: 40px;
  margin-left: 320px;
}
.cs_explain {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  max-width: 440px;
}
.cs_explain .uno_image img {
  max-width: 120px;
  margin-bottom: 20px;
}
.cs_explain h3 {
  margin-bottom: 10px;
}

.cs_group {
  padding: 10px;
  border-top: 1px solid #98a4a5;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.cs_group > div {
  min-height: 54px;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
}
.cs_group:hover {
  background: #fff;
}
.cs_group.on {
  background: #fff;
}
.cs_group:active > div {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cs_group:first-child {
  border-top: none;
}
.cs_group .group_image {
  border: 2px solid #fff;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
.cs_group_title {
  font-size: 18px;
  font-weight: 400;
  margin-left: 66px;
}
.cs_group_premium {
  margin-left: 66px;
  display: flex;
}
.cs_group_premium > div {
  background: #ed7722;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 4px;
}
.cs_group_author {
  font-size: 14px;
  font-style: italic;
  margin-left: 66px;
}

.cs_group_top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #13426b;
}
.cs_group_bottom {
  position: relative;
  display: flex;
  width: calc(100% + 20px);
}
.cs_group_add_button_holder {
  position: sticky;
  align-self: flex-start;
  top: 32px;
}

@media screen and (min-width: 1200px) {
  .page_cs {
    width: 1120px;
    left: 50%;
    margin-left: -560px;
  }
}

.freebies_instructions_text {
  font-size: 14px;
  margin-top: 20px;
  opacity: 0.6;
  width: 236px;
}
.cs_group_descrip {
  margin-top: 10px;
  max-width: 480px;
}
.cs_group_main_title {
  max-width: 480px;
}
.cs_group_notes {
  margin-right: 32px;
  margin-left: -10px;
}
.cs_group_notes .no_notes_found {
  font-size: 22px;
  text-align: center;
}
.cs_group_note {
  padding: 14px 10px;
  border-radius: 5px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.cs_group_note:hover {
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.cs_group_note > div {
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
}
.cs_group_note:active > div {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.cs_group_note_title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}
.cs_group_note_summary {
  margin-bottom: 6px;
}
.cs_group_note_indicators {
  font-size: 12px;
  opacity: 0.7;
}
.cs_group_note_indicator {
  float: left;
  margin-right: 20px;
}
.cs_group_note_indicator i {
  margin-right: 4px;
}
.cs_group_note_indicator.indicator_sms i {
  font-size: 1.4em;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}

.cs_group_note_preview_bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 5000;

  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.cs_group_note_preview_bg.on {
  opacity: 1;
}
.cs_group_note_preview {
  background: #fff;
  border-radius: 3px;
  box-shadow: #000 0 0 80px;
  margin: 50px auto;
  max-width: 700px;
  position: relative;

  opacity: 0;
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -ms-transform: translateY(400px);
  -o-transform: translateY(400px);
  transform: translateY(400px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -ms-transition: opacity 0.4s, -ms-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}
.cs_group_note_preview.has_newsletter {
  max-width: 600px;
}
.cs_group_note_preview.loaded {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}
.cs_group_note_inside {
  min-height: 100px;
}
.cs_group_note_close {
  position: absolute;
  font-size: 28px;
  cursor: pointer;
  top: -12px;
  left: -6px;
  color: #828c8d;
  z-index: 1000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cs_group_note_close:active {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}

.add_freebies_select {
  position: absolute;
  width: 180px;
  height: 44px;
  cursor: pointer;
  left: 20px;
  display: block;
  margin-top: -44px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  opacity: 0;
}

.add_freebies_holder {
  overflow: hidden;
  height: 48px;
  transition: 0.5s height;
}
.add_freebies_holder.disabled {
  height: 0;
}

.cs_group_note_inside .note_email_inside {
  padding-top: 30px;
  width: 600px;
  margin: 0 auto;
}

.cs_group_note_duplicate {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1000;
}

.cs_group_note_restore {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1000;
}

.cs_start_on_date_holder {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #828c8d;
  padding: 10px;
  margin-bottom: 10px;
  width: 227px;
  box-sizing: border-box;
  color: #2f3f4f;
}
.cs_start_on_date {
  font-weight: bold;
  font-size: 16px;
  padding: 4px;
  border: 1px solid #000;
  border-radius: 3px;
  box-sizing: border-box;
  width: 140px;
}

@media screen and (max-width: 840px) {
  .cs_left {
    z-index: 1000;
  }
  .cs_right {
    z-index: 500;
  }
  .group_panel_freebies {
    top: 186px;
    position: absolute !important; /* Added to overwrite what the class .group_panel was doing as 840px screen in group.css */
  }
  .cs_group_notes {
    margin-right: 0px;
  }
  .cs_group_descrip {
    margin-right: 0px;
  }
  .cs_group_main_title {
    margin-right: 0px;
  }
  .cs_group_add_button_holder {
    position: relative;
    width: auto;
    right: 0;
  }
}

.freebies_integrations_blurb {
  min-height: 20px;
}

.cs_featured {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cs_featured .cs_group:active > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cs_featured .cs_item {
  background-color: #fff;
  padding: 10px;
  border-radius: 14px;
  margin: 10px 0;
  flex-grow: 1;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border-top: none;
  overflow: hidden;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  transition: 0.2s all;
}

.cs_featured .cs_item:active {
  transform: scale(0.95);
}

.cs_featured .cs_group_title {
  font-size: 25px;
  line-height: 27px;
  margin-left: 0;
}

.cs_featured .cs_item:not(:nth-child(-n + 333)) .cs_content {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 12px;
}

.cs_featured .cs_item {
  width: calc(33% - 20px);
  height: 250px;
  margin-left: 20px;
  background-size: cover;
  padding: 0;
  position: relative;
  background-position: center center;
}

.cs_featured .cs_item > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  box-sizing: border-box;
}

.cs_featured .cs_item > div > div {
  margin-left: 0;
}

.cs_featured .cs_item .group_image {
  display: none;
}

.cs_featured {
  margin-left: -20px;
}

.cs_search_holder {
  position: relative;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  float: right;
}

.cs_search_input {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  padding: 5px 10px;
  padding-right: 40px;
  box-sizing: border-box;
  appearance: none;
  border: 1px solid #98a4a5;
  border-radius: 6px;
  margin: 0;
  width: 230px;
  padding-left: 60px;
  font-weight: 400;
  background-image: linear-gradient(
    to top,
    #ffffff,
    #fbfbfb,
    #f6f7f8,
    #f1f3f4,
    #eceff0
  );
}

.cs_search_holder .fa {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 42px;
  width: 60px;
  text-align: center;
  font-size: 24px;
  color: #828c8d;
}

.cs_search_holder .fa.clear_search {
  font-size: 20px;
  right: 0;
  left: auto;
  width: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.cs_search_holder.search_term .fa.clear_search {
  opacity: 1;
  visibility: visible;
}

.cs_group_top.home {
  display: flex;
  align-items: center;
  border-radius: 14px;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: none;
  padding: 0 6px 0 10px;
}

.cs_group_top.home .cell {
  flex: 2 1 auto;
  padding: 10px;
}

.cs_home {
  padding-top: 30px;
}

.cs_home h2 {
  font-size: 26px;
}

.cs_home h2 i,
.cs_group_top.home h2 i {
  font-size: 40px;
  vertical-align: top;
  line-height: 36px;
}

.page_cs.search:not(.home) .cs_featured {
  display: none;
}

.page_cs:not(.search) .cs_search {
  display: none;
}

.cs_home:not(.on)[data-search]:not([data-search=""]) .search-off {
  display: none;
}

.cs_home .search-on {
  display: none;
}

.cs_home:not(.on)[data-search]:not([data-search=""]) .search-on {
  display: inline-block;
}
