@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
  /* To simplify the user interface, we allow nested typography elements within headers */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */
  /* To simplify the user interface, we allow nested typography elements within headers */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */
  /* To simplify the user interface, we allow nested typography elements within headers */
  /* stylelint-disable-next-line plugin/selector-bem-pattern */ 
/* stylelint-disable declaration-no-important */

.ixu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 18px;
  cursor: pointer;
  display: inline-block;
  line-height: 32px;
  padding: 0 24px;
  position: relative;
  transition: 150ms; }

/*
@bemagic {
    description: A button using the issuu primary/brand color
}
*/
.ixu-button--pronounced {
  background-color: #f26f61;
  border-color: #f26f61;
  color: #fff;
  margin-bottom:70px;}

.ixu-button--pronounced:hover, .ixu-button--pronounced:focus {
  background-color: #f77d6f;
  border-color: #f77d6f;
  color: #fff; }

.ixu-button--pronounced:active {
  background-color: #f26f61;
  border-color: #f26f61;
  color: #fff;}

/*
@bemagic {
    description: Use this variation for textareas (multiline, resizable) inputs
    tag: textarea
}
*/

.share-dropdown {
  position: absolute;
  top: 55px;
  right: 3px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: .2s; }

.share-dropdown--inactive {
  opacity: 0;
  visibility: hidden;
  z-index: 0; }

.share-dropdown__dimmer {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1; }

.share-dropdown__inner {
  background: #353535;
  border-radius: 6px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.19), 0px 6px 6px 0px rgba(0, 0, 0, 0.23);
  box-sizing: border-box;
  position: relative;
  padding: 12px;
  width: 260px;
  z-index: 2; }

.share-dropdown__inner::after {
  border-bottom: 9px solid #353535;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: '';
  position: absolute;
  top: -9px;
  right: 30px;
  width: 0;
  height: 0; }

.share-dropdown__social-buttons {
  display: flex;
  height: 44px;
  justify-content: space-around;
  list-style-type: none; }

.share-dropdown__social-button {
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  padding-bottom: 10px; }
  .share-dropdown__social-button .icon {
    display: block;
    fill: #9e9e9e; }

.share-dropdown__social-button:hover .icon {
  fill: #e0e0e0; }

.share-dropdown__direct-link {
  align-items: center;
  background: #424242;
  border-radius: 6px;
  display: flex;
  flex-wrap: nowrap;
  height: 40px;
  overflow: hidden;
  padding: 0 12px;
  position: relative; }

.share-dropdown__input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  background: none;
  border: 0;
  box-sizing: border-box;
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  height: 19px; }

.share-dropdown__input:focus {
  outline: none;
  color: #9e9e9e; }

.share-dropdown__input::-moz-selection {
  outline: none;
  background: #d6d6d6; }

.share-dropdown__input::selection {
  outline: none;
  background: #d6d6d6; }

.share-dropdown__copy {
  background-color: #535353;
  border: none;
  color: #e0e0e0;
  font-size: 16px;
  text-transform: uppercase; }

.social {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; }

.social__container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  height: 100%;
  justify-content: center;
  margin-top: 40px;}

.social__container--mobile {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  padding-right: 15px;
  position: relative; }

.social__share-toggle {
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  cursor: pointer; }

.social__svg-wrapper {
  margin-bottom: 5px;
  width: 36px;
  height: 36px; }

.social__svg .social__svg--ellipse {
  fill: #424242; }

.social__svg .social__svg--content {
  fill: #d6d6d6; }

.social__svg:hover .social__svg--ellipse {
  fill: #d6d6d6; }

.social__svg:hover .social__svg--content {
  fill: #424242; }


.segments-hero__container {
  background-color: #353535;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  text-align: center; }

.segments-hero__subtitle {
  color: #fff;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 10px; }

.segments-hero__title {
  color: #fff;
  font-weight: bold;
  padding-bottom: 15px; }

.segments-hero__description {
  color: #fff;
  padding-bottom: 30px; }


@media (max-width: 720px) {
  .segments-hero__subtitle {
    padding-top: 25px;
    padding-bottom: 0; } }

.segments-shelf__container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

.segments-shelf__publication-wrapper {
  align-self: flex-end;
  padding-right: 16px; }
  .segments-shelf__publication-wrapper:last-child {
    padding-right: 0; }

.segments-shelf__publication {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.75);
  width: 100%;
  height: auto; }

@media (max-width: 956px) {
  .segments-shelf {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .segments-shelf__container {
    align-items: flex-end;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden; }
  .segments-shelf__publication-wrapper {
    flex: 1 0 auto;
    padding-right: 12px; }
  .segments-shelf__publication-wrapper:first-child {
    padding-left: 12px; }
  .segments-shelf__publication-wrapper:last-child {
    padding-right: 0; }
  .segments-shelf__publication {
    width: 22vmin; } }

@media (max-width: 720px) {
  .segments-shelf__publication {
    width: 24vmin; } }

@media (max-width: 480px) {
  .segments-shelf__publication {
    width: 28vmin; } }

@media (max-width: 320px) {
  .segments-shelf__publication {
    width: 32vmin; } }

