.bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 5000;
  min-height: 100px;
  padding: 20px;
}
.bottom-banner .content {
  position: relative;
  padding-right: 20px;
}
.bottom-banner .content .close {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  opacity: 0.7;
}
.bottom-banner a,
.bottom-banner a:hover {
  color: #fff;
  text-decoration: underline;
}

.wrapper-secondary .banner {
  top: 10px;
  right: -20px;
}
.wrapper-secondary .media-grid {
  margin: 0 -10px;
  background: transparent;
  border: 0px;
}
.wrapper-secondary .media-item {
  width: 250px;
  margin: 15px 0 0 -20px;
}
.wrapper-secondary .media-image {
  width: 230px;
}
.banner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 10px;
  right: -20px;
  width: 80px;
  color: #ffffff;
  background-color: #005d7a;
  padding: 1px 20px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}
.media-grid {
  margin: 0;
  list-style: none;
  *zoom: 1;
  margin: 0 -10px;
  padding-bottom: 15px;
  border: 1px solid #dddddd;
  border-width: 1px 0;
}
.media-grid:before,
.media-grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.media-grid:after {
  clear: both;
}
.media-item {
  position: relative;
  float: left;
  width: 250px;
  padding: 15px;
  margin: 15px 0 0 -20px;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.media-item span.count {
  color: #999;
}
.media-item .media-image {
  margin-bottom: 5px;
}
.media-item .media-edit {
  opacity: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.media-item:hover {
  z-index: 1;
}
.media-item:hover .media-edit {
  opacity: 1;
}
.media-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #dddddd;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.media-view:hover,
.media-view.hovered {
  border-color: #005d7a;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.media-view:hover .banner,
.media-view.hovered .banner {
  background-color: #005d7a;
}
.media-view span {
  display: none;
}
.media-view .banner {
  display: block;
  background-color: #b7b7b7;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.media-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 230px;
}
.media-heading {
  font-size: 18px;
  line-height: 1.3;
  margin: 5px 0;
}
.media-overlay {
  position: relative;
  min-height: 35px;
}
.media-overlay .media-heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 10px;
  margin: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  color: #fff;
  z-index: 1;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.media-overlay .media-image {
  float: none;
  display: block;
  margin-right: 0;
}
.media-item.is-expander .truncator-link {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  position: absolute;
  z-index: 10;
  left: 15px;
  bottom: 15px;
  opacity: 0;
}
.media-item.is-expander:hover {
  padding-bottom: 35px;
}
.media-item.is-expander:hover .truncator-link {
  opacity: 1;
}
.wide .media-item {
  width: 186px;
}
.showcase-item {
  position: relative;
  border: 1px solid #eeeeee;
  height: 330px;
  padding: 15px;
  margin-bottom: 15px;
}
.showcase-item:hover .showcase-hover {
  display: block !important;
}
.showcase-item .showcase-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 124, 224, 0.9);
  text-align: center;
}
.showcase-item .showcase-hover .showcase-hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.showcase-item .showcase-hover .showcase-hover-content a {
  width: 100%;
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.showcase-item .showcase-hover .showcase-hover-content a.white-link {
  color: #fff;
}
.showcase-item:hover .remove-link {
  display: block;
}
.showcase-item .title {
  margin: 15px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}
.showcase-item .description {
  color: #888888;
}
.showcase-item .remove-link {
  display: none;
  color: #f2645a;
  font-weight: 700;
}
.showcase-item .count-zero {
  color: #888888;
}
.showcase-image {
  height: 150px;
  max-height: 150px;
  text-align: center;
  border: 1px solid #eeeeee;
}
.showcase-image .img-placeholder {
  background-color: #007CE0;
  position: relative;
  height: 100%;
}
.showcase-image .img-placeholder .img-placeholder-text {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.showcase-image img {
  max-width: 100%;
  max-height: 100%;
}

#contactContributorPopup {
  position: relative;
}
#contactContributorPopup .two-column-widget .two-column-left {
  background-color: #1ebfb3;
  height: 560px;
}
#contactContributorPopup .two-column-widget .two-column-right {
  height: 560px;
  padding: 60px;
}
#contactContributorPopup .two-column-widget .two-column-right .right-side-actions {
  width: 257px;
  right: 60px;
}
#contactContributorPopup .two-column-widget .two-column-right .right-side-actions .grecaptcha-badge {
  position: absolute;
  top: -75px;
}
#contactContributorPopup .two-column-widget .two-column-right .right-side-actions .btn-primary {
  position: absolute;
  top: 0;
  right: 0;
}
#contactContributorPopup textarea {
  height: 100px;
  padding: 14px 20px;
}
#contactContributorPopup textarea ~ label {
  bottom: 56px;
}
#contactContributorPopup textarea.input-content ~ label {
  bottom: 6px;
}

#groupMessagePopup {
  position: relative;
}
#groupMessagePopup .two-column-widget .two-column-left {
  background-color: #1ebfb3;
  height: 560px;
}
#groupMessagePopup .two-column-widget .two-column-right {
  height: 560px;
  padding: 60px;
}
#groupMessagePopup .two-column-widget .two-column-right .right-side-actions {
  width: 257px;
  right: 60px;
}
#groupMessagePopup .two-column-widget .two-column-right .right-side-actions .grecaptcha-badge {
  position: absolute;
  top: -75px;
}
#groupMessagePopup .two-column-widget .two-column-right .right-side-actions .btn-primary {
  position: absolute;
  top: 0;
  right: 0;
}
#groupMessagePopup textarea {
  height: 100px;
  padding: 14px 20px;
}
#groupMessagePopup textarea ~ label {
  bottom: 56px;
}
#groupMessagePopup textarea.input-content ~ label {
  bottom: 6px;
}

.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}
.done-widget {
  padding: 20px;
  height: 300px;
  background-color: #fff;
  width: 100%;
}
.done-widget img {
  height: 150px;
}

.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}
.logout-widget {
  padding: 20px;
  height: 300px;
  background-color: #fff;
  width: 100%;
}
.logout-widget img {
  height: 150px;
}

.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}

.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}
.recover-widget {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #eeeeee;
  padding: 20px;
}
.recover-widget .bottom-actions {
  position: absolute;
  bottom: 20px;
  width: 60%;
}

.signup-widget {
  height: 560px;
  width: 890px;
  background-color: #007CE0;
  background-image: url('/images/backgrounds/pixels_white.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  color: #fff;
}
.signup-widget .close {
  margin-top: 25px;
  margin-right: 25px;
}
.signup-widget .inner-bg {
  background-image: url('/images/backgrounds/browse_illustration.png');
  background-position: bottom right;
  background-size: 430px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 60px;
}
.signup-widget .signup-list {
  margin-left: 0;
  list-style: none;
  padding-left: 10px;
  font-family: 'Gotham-Book', sans-serif;
  font-display: block;
  font-weight: 400;
  font-size: 12px;
}
.signup-widget .signup-list .starred:after {
  content: "*";
  margin-left: 5px;
}
.signup-widget .signup-list li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -10px;
}
.signup-widget .signup-list li.starred-reason {
  font-size: 10px;
  font-style: italic;
}
.signup-widget .signup-list li.starred-reason:before {
  content: "*";
}
.signup-widget .signup-box {
  width: 100%;
  height: 320px;
  padding: 35px;
  background-color: #eeeeee;
  border-radius: 6px;
}
.signup-widget .signup-box .checkbox-row {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.signup-widget .signup-box .checkbox-row input[type="checkbox"] {
  margin: 0;
}
.signup-widget .signup-box .checkbox-row input[type="checkbox"] ~ label {
  margin: 0 0 0 5px;
}
.signup-widget .signup-action {
  text-transform: none;
}
.signup-widget .signup-action i {
  margin-left: 8px;
  font-size: 14px;
}
.signup-widget .grecaptcha-badge {
  transform: scale(0.8);
  transform-origin: 0;
}
@media (max-width: 1024px) {
  .signup-widget {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .signup-widget {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
  }
  .signup-widget .signup-box {
    margin-top: 20px;
    height: auto;
  }
}
@media (max-width: 375px) {
  .signup-widget {
    margin: 0 -15px;
  }
  .signup-widget .inner-bg {
    padding: 15px;
  }
}

.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}
.survey-widget {
  padding: 20px;
  height: 200px;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.survey-widget .right-side-actions {
  margin-top: auto;
}

.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}
.verify-widget {
  width: 100%;
  height: 300px;
  background-color: #fff;
}
.verify-widget img {
  height: 150px;
  animation-iteration-count: infinite;
}
.verify-widget .verify-email {
  font-family: 'Gotham-Book', sans-serif;
  font-display: block;
  font-weight: 400;
  font-size: 18px;
  color: #007CE0;
}
