*,
:after,
:before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova-alt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
}

li:last-child,
p:last-child,
ul:last-child {
  margin-bottom: 0;
}

a {
  color: #929292;
  cursor: pointer;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;

  background: 0 0;
}

button {
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
}

.instructions-hero {
  background-color: #FF816E;
  padding: 7% 17% 13% 17%;
  color: white;
}

.instructions-hero__header {
  font-weight: normal;
  font-size: 40px;
}

.main-button {
  background-color: white;
  color: black;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .8px;
  line-height: 15px;
  margin: 0 auto;
  max-width: 210px;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
  vertical-align: middle;
  width: 100%;
  margin-right: 20px;
}

.svg-checker-button {
  float: right;
  margin-top: -140px;
}

.svg-checker-button tspan:hover {
  fill: #41E7D0;
}

.container {
  max-width: 1000px;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;

  font-size: 16px;
}

.inner-container {
  max-width: 700px;
  margin: 0 auto;
}

.container-border {
  border: 4px dotted #FF816E;
  width: 60%;
  text-align: center;
  margin: 70px auto;
  padding: 20px;
}

.container-border p {
  margin-top: 0;
}

.container-border a {
  color: #FF816E;
  cursor: pointer;
}

.container-border a:hover {
  color: #FF816E;
}

.flex-container {
  display: flex;
  justify-content: space-around;
  padding: 35px 0;
  flex-wrap: wrap;
}

.flex-half {
  flex: 1;
  margin-right: 30px;
}

.flex-container h3 {
  text-transform: uppercase;
  font-size: 16px;
}

.instructions-examples,
.instructions-designers,
.instructions-writers {
  padding: 40px 0;
}

.instructions-examples {
  background-color: #f7f7f7;
  position: relative;
}

.instructions-designers p {
  line-height: 1.4em;
}

.label-instructions { margin-bottom: 55px; }

.label-instructions h3 { margin-bottom: 3px; }
.label-instructions p {
  margin-top: 0;
  margin-bottom: 25px;
}

.listicle-heading {
  font-size: 50px;
  color: #FF816E;
  text-align: center;
  padding-top: 70px;
}

.listicle-heading p {
  margin-top: 0;
  font-size: 25px;
  letter-spacing: .15em;
  color: black;
  font-weight: normal;
}

.listicle {
  width: 50%;
  padding-left: 0;
}

.list-block { display: flex; }

.list-term {
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  color: white;
  margin-right: 20px;
  line-height: 30px;
}

span.list-term {
  padding: 3px 10px;
  margin-right: 0;
}

.list-term.questions,
.list-term.choices,
.list-term.nodes,
.list-term.paths { line-height: 30px; }

.labels.label-choices,
.labels.label-nodes,
.labels.label-paths {

}

.list-defenition { flex: 2; }
.questions { background-color: #6D5982; }
.choices { background-color: #F0008C; }
.nodes { background-color: black; }
.paths { background-color: #00ADF2; }

.node-title { color: black; }
.choice-title { color: #F0008C; }
.path-title { color: #00ADF2; }

.node-title,
.choice-title,
.path-title { font-weight: 500; }

.label-choice,
.label-node,
.label-path {
  color: white;
  padding: 2px 8px;
  margin-right: 10px;
}

.label-choice { background-color: #F0008C; }
.label-node { background-color: black; }
.label-path { background-color: #00ADF2; }

.section-title {
  font-size: 15px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2em;
  margin: 0;
  padding: 20px 0 25px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.section-title:before {
  content: "";
  background: #FF816E;
  position: absolute;
  top: 10px;
  left: 0;
  height: 4px;
  width: 70px;
}

.articles-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.articles-list:after {
  content: '';
  display: block;
  clear: both;
}

.articles-list-item {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    padding: 10px;

}

.articles-list-item__share-buttons {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
}

.share-buttons.button-icons .share-buttons__button {
  font-size: 15px;
  font-size: .75rem;
  text-align: center;
  line-height: 2.2em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  padding: 0;
  margin-left: 10px;
}

.share-buttons__button {
  padding: .4em 20px .3em;
  font-size: 15px;
  font-size: .75rem;
  line-height: 1em;
  display: inline-block;
}

.share-button-facebook,
.share-button-twitter,
.share-button-pinterest {
  background-color: #41e7d0;
}

.share-button {
  font-weight: 600;
  letter-spacing: .04em;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.homepage-content .share-buttons__button,
.homepage-content .tag {
  background-color: #41e7d0;
}

.articles-list-item__share-buttons .share-buttons__button {
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
  float: left;
}

.articles-list-item__image {
  position: relative;
  padding-top: 48.611%;
}

.download-image {
  position: relative;
}

.download-image .ai-tag {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
}

.image-view {
  text-align: center;
  overflow: hidden;
  background-color: #f7f7f7;
}

.articles-list-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.image-view .background-image,
.image-view img {
  -webkit-transition: opacity .33s;
  transition: opacity .33s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.homepage-content .share-buttons__button,
.homepage-content .tag {
  background-color: #41e7d0;
}

.articles-list-item__title {
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  clear: left;
  font-size: 17px;
  font-weight: 100;
  margin: 0;
  padding: 20px 30px 10px 10px;
  color: #333;
}

.attribution {
  text-transform: uppercase;
  font-size: 10px;
  padding-left: 10px;
}

.ampersand {
  margin: 0 3px;
  color: #979797;
}

.instructions-designers {
  background-color: white;
}

.instructions-writers {
  background-color: #f7f7f7;
}

.instructions-writers .listicle-heading:first-child { padding-top: 0; }

.writer-bullets {
  padding-bottom: 0;
}
.flower-tag {
  background: black;
  padding: 5px 20px;
  text-transform: uppercase;
  position: absolute;
  top: 203px;
  left: 20px;
  font-size: 11px;
  color: white;
}
.flower-terms-image {
  width: 400px;
}

.flower-mobile-image {
  width: 231px;
  height: 520px;
}

.flower-mobile-image-small {
  width: 137px;
  height: 261px;
}

.flower-file-image {
  width: 336px;
  height: 252px;
}

.flower-image {
  width: 100%;
}

.flower-social-image {
  width: 336px;
  height: 251px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .articles-list {
    margin-top: 5px;
  }

  .articles-list-item__title {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .articles-list {
    margin: 10px -10px -10px;
  }

  .articles-list__article {
    float: left;
    width: 33.333%;
    padding: 0 10px 20px;
  }

  .articles-list-item__image {
    padding-top: 75%;
  }

  .articles-list-item__title {
    min-height: 108px;
  }
}

#drag-well {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #41e7d0;
  z-index: 10;
  text-align: center;
  color: white;
  line-height: 100vh;
  font-family: "proxima-nova-alt", "Helvetica Neue", Helvetica,Arial, sans-serif;
  font-size: 10vh;
  text-transform: uppercase;
  font-weight: bold;
}

#drag-well.dragging {
  background-color: #FF816E;
}

#error-list {
  display: none;
  position: absolute;
  z-index: 11;
  right: 20%;
  left: 20%;
  top: 100px;
  background-color: #FFEFEF;
  border: 1px solid red;
  padding: 20px;
  padding-left: 35px;
  margin: 0;
  font: 15px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  color: red;
  border-radius: 2px;
}

#error-list li {
  margin-bottom: 10px;
}

#error-list li:last-child {
  margin-bottom: 0;
}

#back-button {
  display: none;
  z-index: 11;
  position: relative;

  padding: 0 16.25px;
  border-radius: 27.5px;
  min-width: 55px;
  height: 55px;
  line-height: 55px;
  margin: 10px 20px;
  transform: none;
  left: 10px;
  top: 10px;
  outline: 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border: none;
  background-color: #41e7d0;
  cursor: pointer;
}

#example {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.flower-active .flower__path {
  transition: opacity 0.1s 0.1s;
  opacity: 0;
}

.flower-active .flower__path.flower-visited {
  opacity: 1;
}

.flower-active .flower__node {
  transition: opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.flower-active .flower__node.flower-current {
  pointer-events: auto;
}

.flower-active .flower__node.flower-visited {
  opacity: 1;
}

.flower-active .flower__choice {
  transition: transform 0.4s 0.2s ease;
  transform: scale3d(0, 0, 1);
  transform-origin: center center;
  outline: none;
}

.flower-active .flower__node.flower-visited .flower__choice {
  transform: none;
  pointer-events: all;
}

.flower-active .flower__node.flower-visited .flower__choice:hover {
  transition-delay: 0s !important;
  transition-duration: 0.1s;
  transform: scale3d(1.05, 1.05, 1);
}

.flower-active .flower__choice~.flower__choice {
  transition-delay: 0.4s;
}

.flower-active .flower__choice~.flower__choice~.flower__choice {
  transition-delay: 0.6s;
}

.flower-active .flower__node[id="n.start"] {
  opacity: 1;
}
