i.arrow, .arrow {
  border: solid #F7971D;
  border-width: 0 0.2em 0.2em 0;
  display: inline-block;
  padding: 0.2em;
  margin: 0 0.5em;
}

i.arrow.right, .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

i.arrow.left, .arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

i.arrow.up, .arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

i.arrow.down, .arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Magnifying Glass */
.magnifying-glass {
  font-size: 1.9em;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 0.1em solid #3B3B3B;
  position: relative;
  border-radius: 50%;
}
.magnifying-glass::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -0.25em;
  bottom: -0.12em;
  border-width: 0;
  background: #3B3B3B;
  width: 0.3em;
  height: 0.08em;
  -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
}

/*
Creative Section Background.
Example: https://trello-attachments.s3.amazonaws.com/5d7a3f60e850bf548d2fa875/5da76233621cee31eff9bc05/8739fcbc39e473bf7ad74106a9918d7e/Section_-_Top_left_sliced.png
*/
.section-creative-background{
  background-color: #EDEBEC;
  padding: 60px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.section-creative-background:before{
  content: '';
  position: absolute;
  z-index: 1;
  width: 63px;
  height: 110px;
  left: 0;
  top: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  -webkit-clip-path:  polygon(0 0, 0% 100%, 100% 0);

}
.section-creative-background:after{
  content: '';
  position: absolute;
  z-index: 5;
  background-color: #ff7f00;
  width: 140px;
  height: 2px;
  left: -35px;
  transform: rotate(-60deg);
  top: 20px;
}

.bottom-right-sliced:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 66px;
  height: 110px;
  right: -1px;
  bottom: -1px;
  background-color: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.bottom-right-sliced.orange-linethrough:after {
  content: '';
  position: absolute;
  z-index: 5;
  background-color: #ff7f00;
  width: 140px;
  height: 2px;
  right: -35px;
  transform: rotate(-60deg);
  bottom: 20px;
}

.orange-bottom-right-linethough:after {
  content: '';
  position: absolute;
  z-index: 5;
  background-color: #ff7f00;
  width: 140px;
  height: 2px;
  right: -35px;
  transform: rotate(-60deg);
  bottom: 20px;
}

.orange-polka:after {
  content: '';
  width: 120px;
  height: 150px;
  background-image: radial-gradient(#F7971D 20%, transparent 20%), radial-gradient(#F7971D 20%, transparent 20%);
  background-color: transparent;
  background-position: 0 0, 0px 0px;
  background-size: 8px 8px;
  position: absolute;
  right: -30px;
  top: -30px;
  clip-path: polygon(100% 0%, 100% 100%, calc(100% - 30px) 100%, calc(100% - 30px) 20%, 0% calc(0% + 30px), 0% 0%);
  -webkit-clip-path:  polygon(100% 0%, 100% 100%, calc(100% - 30px) 100%, calc(100% - 30px) 20%, 0% calc(0% + 30px), 0% 0%);
}

.orange-polka {
  position: relative;
}

.bottom-left-sliced:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 130px;
  height: 90px;
  left: -1px;
  bottom: -1px;
  background-color: #fff;
  clip-path: polygon(0 60%, 0% 100%, 20% 100%);
  -webkit-clip-path:  polygon(0 60%, 0% 100%, 20% 100%);
}

.yellow-tape {
  position: relative;
}

.yellow-tape:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 250px;
  height: 120px;
  left: 0px;
  bottom: -25px;
  background-color: rgba(227, 176, 34, 0.8);
  clip-path: polygon(7% 60%, 60% 60%, 60% 100%, 20% 100%);
  -webkit-clip-path: polygon(7% 60%, 60% 60%, 60% 100%, 20% 100%);
}

.yellow-tape-rect {
  position: relative;
}

.yellow-tape-rect:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 250px;
  height: 120px;
  left: 0px;
  bottom: -25px;
  background-color: rgba(227, 176, 34, 0.8);
}

/* Close button */

.close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #F7971D;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

/* Map Marker */
.map-marker {
  position: relative;
  border-radius: 50%;
  border: 6px solid #F7971D;
  width: 17px;
  height: 17px;
}

.map-marker::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  bottom: -22px;
  left: -5px;
  border: 8px solid transparent;
  border-top: 13px solid #F7971D;
}