/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
=> Clean Base
=> Base Typography
=> Images
=> Links
=> Forms
=> Tables
=> Framework
*/

/* Clean Base
------------------------------------------------------------------------------*/
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

textarea:focus,
input:focus,
a,
div,
img {
    outline: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Base Typography
------------------------------------------------------------------------------*/
.body-content {
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    min-height: -webkit-fill-available;
    height: auto;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    body {
        height: 100%;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 .headers {
    color: #000;
    line-height: 1.5;
    font-family: inherit;
}
#main-wrapper .container,
#main-wrapper .container-fluid {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    /* padding-right: 50px; */
    /* padding-left: 50px; */
}


/** added to webform **/

.popup-cover {
    position: absolute;
    z-index: 9 !important;
    background: #fff;
    padding: 10px;
    max-width: 340px;
    display: none;
}
.main-img {
    position: relative;
    background: #ccebfb;
}
.popup-cover:before {
    content: "";
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 35%;
    bottom: -10px;
    transform: translate(-50%,0);
}

.popup-cover.is-up:before{
    border-bottom: 10px solid #fff;
    border-top: 0;
    bottom: auto;
    top: -10px;
}

.players-info h4 {
    color: #231f20;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.icon-text li {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.icon-cover {
    height: 30px;
    width: 30px;
    min-width: 30px;
}

.players-info .icon-cover {
    margin-right: 10px;
}

.players-info {
    position: absolute;
    top: 5.2%;
    right: 22.3%;
    width: auto;
    max-width: 150px;
}
.players-info li p {
    font-size: 12px;
    font-weight: 500;
}
.map-section {
    color: #231f20;
    font-family: 'Avenir Next Condensed',sans-serif;
    min-width: 1285px;
}

.icon-text {
    margin: 0;
    padding: 0;
}
.role-block {
    width: 250px;
    background: #72be44;
    border: 1.5px dotted #fff;
    outline: 4px solid #72be44;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.role-block h2 {
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.role-block p {
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
}

.role-block .icon-cover {
    margin-right: 5px;
}

.role-block li {
    margin: 0px 0;
}
.role-block {
    width: 240px;
    background: #72be44;
    border: 1.5px dotted #fff;
    outline: 4px solid #72be44;
    padding: 0 7px;
    position: absolute;
    right: 2.3%;
    top: 4.9%;
}

.map-title h1 {
    color: #0f406a;
    font-size: 38px;
    font-family: 'Chalkduster',sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.map-title {
    position: absolute;
    top: 20px;
    left: 22px;
}

.map-start img {
    width: 63%;
}

.map-start {
    position: absolute;
    top: 12.1%;
    left: 2%;
    min-width: 300px;
}
.map-end img {
    width: 90%;
}

.map-end {
    position: absolute;
    right: 13%;
    bottom: 7%;
    z-index: 2 !important;
    min-width: 300px;
}

.primary-market img {
    width: 33%;
}

.primary-market {
    position: absolute;
    bottom: 10%;
    left: 16.5%;
    z-index: 1;
    transform-origin: bottom center;
    animation: wave 3s linear infinite;
    min-width: 300px;
}
@keyframes wave {
    0% {transform: rotate(0deg);}
    25% {transform: rotate(-3deg);}
    75% {transform: rotate(3deg);}
    100% {transform: rotate(0deg);}
}

.secondary-market {
    position: absolute;
    bottom: 24.8%;
    left: 46.5%;
    animation: wave 4s linear infinite;
    min-width: 300px;
}

.secondary-market img {
    width: 27.75%;
}
.map-content {
    position: absolute;
    top: 11.5%;
    left: 15.5%;
    max-width: 580px;
    text-align: center;
}

.map-content p {
    line-height: 1.26;
    font-size: 15px;
    text-align: left;
}

.icon-flex img {
    max-width: 44px;
}

.icon-flex {
    display: flex;
    align-items: center;
}

.step-1-block {
    position: absolute;
    top: 24.8%;
    left: 18.35%;
}

.icon-flex h6 {
    font-size: 14px;
    max-width: 100px;
    line-height: 1.1;
    margin-left: 6px;
}
.icon-with-link img {
    width: 44px;
}

.step-2-block {
    position: absolute;
    top: 24.8%;
    left: 28.95%;
}

.icon-with-link img {
    vertical-align: top;
}

.icon-with-link a {
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.icon-with-link a:after {
    content: "";
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.icon-with-link div {
    line-height: 1;
    text-align: center;
}

.step-3-block {
    position: absolute;
    top: 24.3%;
    left: 34.4%;
}

.text-only {
    width: 75px;
}

.text-only p {
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}
.step-4-block {
    position: absolute;
    left: 46.23%;
    top: 27.45%;
}
.step-4-block h6 {
    position: relative;
    left: -60px;
    top: 0;
}
.step-4-block .icon-flex {
    flex-wrap: wrap;
}
.step-5-block {
    position: absolute;
    left: 47.3%;
    top: 41.35%;
}
.step-6-block {
    position: absolute;
    left: 45.9%;
    top: 47.9%;
}
.step-6-block h6 {
    position: relative;
    left: -55px;
    top: 75px;
}
.step-6-block .icon-flex {
    flex-wrap: wrap;
}
.step-7-block {
    position: absolute;
    left: 35.3%;
    top: 57.05%;
}
.step-8-block {
    position: absolute;
    left: 28.55%;
    top: 57.05%;
}
.step-9-block {
    position: absolute;
    left: 20.2%;
    top: 59.25%;
}
.step-10-block {
    position: absolute;
    left: 19.14%;
    top: 70.24%;
}
.step-10-block h6 {
    position: relative;
    left: 19px;
    top: 1px;
    max-width: 72px;
    font-size: 13px;
}
.step-10-block .icon-flex {
    flex-wrap: wrap;
}
.step-11-block {
    position: absolute;
    left: 27.4%;
    top: 76.1%;
}
.step-11-block p {
    font-size: 14px;
}
.step-12-block {
    position: absolute;
    left: 35.48%;
    top: 74.8%;
}
.step-13-block {
    position: absolute;
    left: 41.28%;
    top: 75.1%;
}
.step-13-block p {
    font-size: 14px;
}
.step-14-block {
    position: absolute;
    left: 50.85%;
    top: 74.8%;
}
.step-15-block {
    position: absolute;
    left: 57.7%;
    top: 73.5%;
    background-color: #84B0C2;
    width: 81px;
    padding: 12px 3px;
    height: 79px;
}
.step-15-block p {
    font-size: 14px;
}
.step-16-block {
    position: absolute;
    right: 8.3%;
    top: 75.8%;
}
.step-16-block p {
    font-size: 14px;
}
.step-18-block {
    position: absolute;
    right: 9.42%;
    top: 53.15%;
}
.step-19-block {
    position: absolute;
    right: 9.9%;
    top: 38.9%;
}
.step-19-block p {
    font-size: 14px;
}
.step-21-block {
    position: absolute;
    right: 28.7%;
    top: 38.8%;
}
.step-22-block {
    position: absolute;
    left: 64.85%;
    top: 51.95%;
    width: 100px;
}
.step-22-block h6 {
    position: relative;
    left: -26px;
    top: 2px;
    max-width: 72px;
    font-size: 13px;
}
.step-22-block .icon-flex {
    flex-wrap: wrap;
}
.step-22-block img {
    display: inline-block;
    vertical-align: top;
    width: 50px;
}

.step-22-block .icon-flex {
    flex-wrap: wrap;
}

.step-22-block img {
    max-width: 32px;
}
.step-23-block {
    position: absolute;
    right: 39.38%;
    top: 56.4%;
}

.box-2-outer-content {
    position: absolute;
    max-width: 100px;
    top: 34.1%;
    left: 27.1%;
}

.box-2-outer-content p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 11px;
    padding-top: 12px;
}
.box-2-outer-content:before {
    content: "";
    border-bottom: 10px solid #72be43;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 0;
    border-radius: 3px;
}

.box-5-outer-content {
    position: absolute;
    max-width: 100px;
    top: 40.75%;
    left: 52.9%;
}

.box-5-outer-content p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 11px;
    padding-top: 12px;
}
.box-5-outer-content:before {
    content: "";
    border-bottom: 10px solid #72be43;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 0;
    border-radius: 3px;
    transform: rotate(-90deg);
    left: -3px;
}


.box-7-outer-content {
    position: absolute;
    max-width: 100px;
    top: 46.8%;
    left: 34.35%;
}

.box-7-outer-content p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 11px;
    padding-bottom: 12px;
}
.box-7-outer-content:before {
    content: "";
    border-bottom: 10px solid #72be43;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    transform: rotate(-180deg);
    left: 0;
}

.box-8-outer-content {
    position: absolute;
    max-width: 87px;
    top: 48.5%;
    left: 27.18%;
}

.box-8-outer-content p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 11px;
    padding-bottom: 12px;
}
.box-8-outer-content:before {
    content: "";
    border-bottom: 10px solid #72be43;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    transform: rotate(-180deg);
    left: 0;
}

.box-9-outer-content {
    position: absolute;
    max-width: 90px;
    top: 58.1%;
    left: 10.45%;
    text-align: right;
}

.box-9-outer-content p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 11px;
    padding-bottom: 12px;
}
.box-9-outer-content:before {
    content: "";
    border-bottom: 10px solid #72be43;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    transform: rotate(-270deg);
    right: 0;
}

.box-12-outer-content {
    position: absolute;
    max-width: 100px;
    top: 84.1%;
    left: 32.44%;
}

.box-12-outer-content p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 11px;
    padding-top: 12px;
    text-align: right;
}
.box-12-outer-content:before {
    content: "";
    border-bottom: 10px solid #72be43;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 0;
    border-radius: 3px;
    right: 0;
}



.box-14-outer-content {
    position: absolute;
    max-width: 140px;
    top: 84.15%;
    left: 48.35%;
}

.box-14-outer-content p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 11px;
    padding-top: 12px;
}
.box-14-outer-content:before {
    content: "";
    border-bottom: 10px solid #72be43;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 0;
    border-radius: 3px;
    left: 0;
}


.box-18-outer-content {
    position: absolute;
    max-width: 80px;
    top: 53.72%;
    right: 15.78%;
    text-align: right;
}

.box-18-outer-content p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 11px;
    padding-top: 0;
}
.box-18-outer-content:before {
    content: "";
    border-bottom: 10px solid #72be43;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 3px;
    border-radius: 3px;
    right: -16px;
    transform: rotate(90deg);
}


.box-21-outer-content {
    position: absolute;
    max-width: 110px;
    top: 43.25%;
    right: 17.14%;
    padding-top: 13px;
}

.box-21-outer-content p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 11px;
    padding-top: 0;
}
.box-21-outer-content:before {
    content: "";
    border-bottom: 10px solid #72be43;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 3px;
    border-radius: 3px;
    left: -16px;
    transform: rotate(-90deg);
}

.step-22-block .icon-flex img {
    margin-right: 4px;
}

.box-23-outer-content {
    position: absolute;
    max-width: 130px;
    top: 65.45%;
    right: 33.48%;
    padding-top: 13px;
}

.box-23-outer-content p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 11px;
    padding-top: 0;
}
.box-23-outer-content:before {
    content: "";
    border-bottom: 10px solid #72be43;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 3px;
    border-radius: 3px;
    left: 0;
}

.map-footer img {
    width: 110px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.map-footer-content {
    width: calc(100% - 150px);
    padding-left: 10px;
    font-size: 8px;
    position: relative;
    top: 14px;
}

.map-footer {
    position: absolute;
    bottom: 25px;
    left: 10px;
    width: calc(100% - 20px);
}

.step-block{
    pointer-events: none;
}

.popup-cover ul {
    padding-left: 18px;
}

.popup-cover ul li {
    line-height: 1.2;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}

.popup-cover ul li:last-child {
    margin-bottom: 0;
}

.popup-cover li a {
    color: #0f406b;
}
#target2:before {
    left: 80px;
}
#target6::before {
    left: 44px;
}
#target7:before {
    left: 40px;
}
.end-bottom {
    position: absolute;
    bottom: 11.7%;
    right: 8.05%;
    color: #92d2f5;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-img > * {
    z-index: 1;
}
.main-img-inner {
    position: relative;
    z-index: 0;
}
.main-img img {
  margin: 0;
}
.secondary-market{
    z-index: 0 !important;
}
#target12::before {
  left: 36px;
}
#target5.is-up::before {
  left: 40px;
}







#target1 {
        left: 253px;
    right: auto;
    bottom: 594px;
}
#target1.popup-cover:before{
    left: 39%;
}
div#target2 {
    left: 522px;
    bottom: 547px;
}
div#target3 {
    left: 495px;
    right: auto;
    bottom: 466px;
}
div#target4 {
    left: 478px;
    right: auto;
    bottom: 386px;
}
div#target5 {
    left: 345px;
    right: auto;
    bottom: 346px;
}
div#target12 {
    left: 344px;
    right: auto;
    bottom: 347px;
}
div#target6 {
    left: 221px;
    right: auto;
    bottom: 331px;
}
#target6::before{
    left: 44px;
    bottom: -10px;
    top: auto;
    transform: rotate(0deg);
}
div#target7 {
    left: 426px;
    right: auto;
    bottom: 210px;
}
div#target8 {
    bottom: 210px;
    left: 42%;
}
div#target9 {
    left: 623px;
    right: auto;
    bottom: 352px;
}
div#target10 {
    left: 754px;
    right: auto;
    bottom: 487px;
}
div#target11 {
    left: auto;
    right: 0;
    bottom: 375px;
}
#target11::before {
    left: auto;
    right: 67px;
}
#target8.popup-cover:before{
    left: 45%;
}

#edit-html .main-container {
  overflow: scroll;
}

#infographic-pdf {
  text-align: right;
  width: 100%;
  padding: 2rem 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem;
}

@media only screen and (max-width: 1200px) and (min-width: 940px) {

  .map-title h1 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
  }

  .map-title {
    top: 5px;
    left: 22px;
  }

}
