.mw-flowchart h1 {
	font-size: 200%!important;
}

.mw-flowchart h2 {
	font-size: 185%!important;
}


.mw-flowchart h3 {
	font-size: 170%!important;
}


.mw-flowchart h4 {
	font-size: 165%!important;
}


.mw-flowchart h5 {
	font-size: 150%!important;
}


.mw-flowchart h6 {
	font-size: 125%!important;
}


.mw-flowchart ol br, 
.mw-flowchart ul br {
    display: none;
}

.mw-flowchart ol, 
.mw-flowchart ul, 
.mw-flowchart p {
    margin-bottom: 15px;
}

.mw-flowchart {
    position: relative;
    font-size: 15px;
    width: auto;
    overflow: auto;
    margin: 0 auto;
    font-family: "Helvetica Neue Regular",Helvetica,Arial;
    align-items: center;
    justify-content: center;
}

.mwfc-intro {
    padding-bottom: 3rem;
}

.flowchart-nodes {
    z-index: 2;
    position: relative;
    width: 1048px;
    margin: 0 auto;
}

.mw-flowchart .node {
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fafafa;
    padding: 15px;
    width: max-content;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    text-align: center;
    min-height: 70px;
}

.mw-flowchart .node-parent {
    font-size: 105%;
    line-height: 1.2;
    outline: 4px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mw-flowchart .node-parent>a {
    cursor: pointer;
}

.mw-flowchart .node-has-popup {
    cursor: pointer;
}

.mw-flowchart .node-popup {
    display: none;
    position: absolute;
    padding: 30px 45px;
    transition: .3s;
    width: 100%;
    z-index: 99999999;
    text-align: left;
}

.mw-flowchart .close-node {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.mw-flowchart .close-node>span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgb(0, 20, 49);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mw-flowchart span.embed-link {
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    color: #cd5c5c;
}

.mw-flowchart .embed-info {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: auto;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 30px 45px;
    background: #fafafa;
    display: none;
    z-index: 999999999;
}

.mw-flowchart .close-node>span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mw-flowchart .close-node>span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mw-flowchart .node-title {
    font-size: 110%;
}

.mw-flowchart .node.node-has-question:not(.question-small) {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
    width: max-content;
    background: none;
    border: none;
    height: 205px;
    width: 205px;
}

.mw-flowchart .node.node-has-question:not(.question-small).node-has-parent {
    display: none;
}

.mw-flowchart .node.node-has-question::before {
	content: 'No';
	position: absolute;
	top: 102%;    
	text-transform: uppercase;
	left: 0;
    right: 0;
}

.mw-flowchart .node.node-has-question.question-small::before {
    top: 110%;
}

.mw-flowchart .node.node-has-question::after {
    content: 'Yes';
    position: absolute;
    left: 102%;
    text-transform: uppercase;
}

.mw-flowchart .node.node-has-question.question-small::after {
    left: 104%;
}

.mw-flowchart .node.node-has-question>.question-wrap {
	transform: rotate(45deg);
    background: #fafafa;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw;
    border FONT-WEIGHT: 100;
    border: 1px solid #eee;
    margin: 0 auto;
}

.mw-flowchart .wrap-inner {
    transform: rotate(-45deg);
}

.mw-flowchart .node.node-has-parent {
    display: none;
}

.mw-flowchart .node-has-popup:not(.node-has-question):hover, .mw-flowchart .node-has-children:hover, .mw-flowchart .node-has-question.question-small:hover {
    background-color: #89252a;
}

.mw-flowchart .node-has-popup:hover .question-wrap {
    background-color: #89252a;
}

.mw-flowchart .node.node-has-popup:hover>a, 
.mw-flowchart .node.node-has-children:hover>a, 
.mw-flowchart .node.node-has-popup.node-has-question:hover .question-wrap .wrap-inner>a {
    color: #fff;
}

/*** Spacing ***/

.mw-flowchart div#node-1 {
    height: auto;
    min-height: auto;
}

.mw-flowchart div#node-2 {
    top: 106px;
}

.mw-flowchart div#node-3 {
    top: 216px;
}

.mw-flowchart div#node-4 {
    top: 216px;
    right: 161px;
    left: auto;
    text-align: center;
    width: 180px;
}

.mw-flowchart div#node-5 {
    top: 216px;
    right: -77px;
    left: auto;
    width: 155px;
}
.mw-flowchart div#node-6 {
    top: 348px;
    right: 150px;
    left: auto;
    text-align: center;
}

.mw-flowchart div#node-7 {
    top: 669px;
    right: 160px;
    left: auto;
    width: 170px;
    height: 170px;
    display: none;
}

.mw-flowchart div#node-7>.question-wrap {
    width: 125px;
}

.mw-flowchart div#node-8 {
    right: 0;
    left: auto;
    text-align: center;
    top: 802px;
    display: none;
}

.mw-flowchart div#node-9 {
    top: 348px;
}

.mw-flowchart div#node-12 {
    top: 461px;
}

.mw-flowchart div#node-104 {
    top: 571px;
}

.mw-flowchart div#node-113 {
    top: 696px;
}

.mw-flowchart div#node-115 {
    top: 746px;
    right: 145px;
    left: auto;
}

.mw-flowchart div#node-17 {
    top: 1154px;
}

.mw-flowchart div#node-95 {
    top: 1024px;
    left: 255px;
    right: auto;
}

.mw-flowchart div#node-95.selected .arrow-line::after {content: '';width: 168px;height: 4px;background: #000;position: absolute;bottom: 0;}

.mw-flowchart div#node-95.selected .arrow-line::before {
    content: '';
    width: 4px;
    height: 15px;
    background: #000;
    position: absolute;
    top: 23px;
    right: auto;
    left: 166px;
}

.mw-flowchart div#node-95.selected .arrow-marker {
    top: 40px;
    left: 257px;
    right: auto;
}

.mw-flowchart div#node-94.selected .arrow-line::after {content: '';width: 170px;height: 4px;background: #000;position: absolute;bottom: 0;right: 0;}

.mw-flowchart div#node-94.selected .arrow-line::before {
    content: '';
    width: 4px;
    height: 15px;
    background: #000;
    position: absolute;
    top: 23px;
    left: auto;
    right: 166px;
}

.mw-flowchart div#node-94.selected .arrow-marker {
    top: 40px;
    right: 257px;
    left: auto;
}

.mw-flowchart div#node-94 {
    top: 1024px;
    left: auto;
    right: 255px;
}

.mw-flowchart div#node-19 {
    top: 1302px;
    left: 255px;
    right: auto;
    padding: 15px 55px;
}

.mw-flowchart div#node-20 {
    top: 1302px;
    right: 255px;
    left: auto;
}

.mw-flowchart div#node-22 {
    top: 1412px; 
    left: 255px;
    right: auto;
}

.mw-flowchart div#node-24 {
	top: 1536px;
    left: 253px;
    right: auto;
}

.mw-flowchart div#node-26 {
	left: 65px;
    right: auto;
    top: 1687px;
    padding: 15px 55px;
}

.mw-flowchart div#node-27 {
    top: 1788px;
    left: 250px;
    right: auto;
}

.mw-flowchart div#node-92 {
    top: 1891px;
    right: 255px;
    left: auto;
    max-width: 170px;
}

.mw-flowchart div#node-92_5 {
    right: 55px;
    left: auto;
    top: 2007px;
}

.mw-flowchart div#node-102 {
    right: 255px; 
    top: 1930px;
    left: auto;
    display: none!important;
}

.mw-flowchart div#node-38 {
    right: 255px;
    top: 1412px;
    left: auto;
}

.mw-flowchart div#node-41 {
    right: 255px;
    top: 1522px;
    left: auto;
}

.mw-flowchart div#node-36 {
    right: 255px;
    top: 1666px;
    left: auto;
}

.mw-flowchart div#node-117 {
    top: 1154px;
    min-height: auto;
}

.mw-flowchart div#node-18 {
    top: 1262px;
    min-height: auto;
}

.mw-flowchart div#node-21 {
    top: 1363px;
}

.mw-flowchart div#node-23 {
    top: 1397px;
    left: auto;
    right: 145px;
}

.mw-flowchart div#node-25 {
    top: 1619px;
}

.mw-flowchart div#node-28 {
    top: 1774px;
}

.mw-flowchart div#node-29 {
    top: 2228px;
    left: auto;
    right: 145px;
}

.mw-flowchart div#node-31 {
    top: 2411px;
}

.mw-flowchart div#node-33 {
    top: 2531px;
}

.mw-flowchart div#node-35 {
    top: 1811px;
    left: auto;
    right: 145px;
}

.mw-flowchart div#node-37 {
    top: 2028px;
}

.flowchart-nodes svg {
    width: 100%;
    height: 100%;
}

.mw-flowchart div#node-17-1 {
    top: 1653px;
}

.mw-flowchart div#node-17-2 {
    top: 1653px;
    left: 198px;
    right: auto;
}

/*** Arrows ***/

.mw-flowchart .arrow-container {
    position: absolute
}

.mw-flowchart .arrow-container.arrow-bottom {
    left: 0;
    right: 0;
    margin: auto;
    top: 113%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
}

.mw-flowchart .arrow-marker {
    width: 16px;
    position: absolute;
    top: 66%;
    left: 0;
    right: 0;
    margin: auto;
    height: 13px;
}

.mw-flowchart .arrow-line {
    width: 4px;
    height: 23px;
    background: #000;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
}

.mw-flowchart .arrow-side .arrow-line {
    height: 4px;
    width: 23px;
    top: 0;
    bottom: 0;
}

.mw-flowchart .arrow-side .arrow-marker {
    transform: rotate(270deg);
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mw-flowchart .arrow-container.arrow-side {
    width: 40px;
    height: 16px;
}

.mw-flowchart .question-small .arrow-container.arrow-side {
    width: 47px;
}

.mw-flowchart .arrow-container.arrow-left {
    width: 40px;
    height: 16px;
}

.mw-flowchart .arrow-left .arrow-line {
    height: 4px;
    width: 23px;
    top: 0;
    bottom: 0;
    left: 0;
}

.mw-flowchart #node-6 .arrow-container.arrow-left {
    width: 64px;
}

.mw-flowchart #node-6 .arrow-container.arrow-left .arrow-line {
    width: 51px;
}

.mw-flowchart .arrow-left .arrow-marker {
    transform: rotate( 90deg );
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -3px;
    right: auto;
}

.mw-flowchart #node-7 .arrow-bottom .arrow-line::after {content: '';width: 165px;height: 4px;position: absolute;background: #000;right: 0;bottom: 0;}

.mw-flowchart #node-7 .arrow-bottom .arrow-marker {
    transform: rotate(90deg);
    left: auto;
    right: 236px;
    top: 21px;
}

.mw-flowchart #node-5 .arrow-container.arrow-bottom {
    height: 133px;
}

.mw-flowchart #node-5 .arrow-container.arrow-bottom .arrow-line {
    height: 125px;
    bottom: 0;
    top: 3px;
}

.mw-flowchart #node-5 .arrow-bottom .arrow-marker {
    top: 92%;
}

.mw-flowchart #node-7 .arrow-side .arrow-line::after {content: '';width: 4px;height: 30px;position: absolute;background: #000;right: 0;top: 0;}

.mw-flowchart #node-7 .arrow-side .arrow-marker {
    transform: rotate(0);
    right: 3px;
    top: 67px;
}

.mw-flowchart #node-113 .arrow-container.arrow-bottom::after {content: 'Select a Path';color: #909090;padding: 2px;background: #fff;z-index: 1;}

.mw-flowchart #node-113 .arrow-container.arrow-bottom {
    height: 98px;
    width: 468px;
    left: auto;
    right: auto;
}

.mw-flowchart #node-113 .arrow-container.arrow-bottom .arrow-line, 
.mw-flowchart #node-17 .arrow-container.arrow-bottom .arrow-line {
    height: 68px;
    top: 6px;
    bottom: auto;
}

.mw-flowchart #node-113 .arrow-container.arrow-bottom .arrow-line::after, 
.mw-flowchart #node-17 .arrow-container.arrow-bottom .arrow-line::after {
    content: '';
    width: 344px;
    height: 4px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: -172px;
    right: auto;
    margin: auto;
}

.mw-flowchart #node-113 .arrow-container.arrow-bottom .arrow-marker:first-child, 
.mw-flowchart #node-17 .arrow-container.arrow-bottom .arrow-marker:first-child {
    left: 54px;
    right: auto;
}

.mw-flowchart #node-113 .arrow-container.arrow-bottom .arrow-marker::after, 
.mw-flowchart #node-17 .arrow-container.arrow-bottom .arrow-marker::after {
    content: '';
    width: 4px;
    height: 16px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
}

.mw-flowchart #node-113 .arrow-container.arrow-bottom .arrow-marker, 
.mw-flowchart #node-17 .arrow-container.arrow-bottom .arrow-marker {
    bottom: 0;
    top: auto;
}

.mw-flowchart #node-113 .arrow-container.arrow-bottom .arrow-marker:nth-child(2), 
.mw-flowchart #node-17 .arrow-container.arrow-bottom .arrow-marker:nth-child(2) {
    right: 54px;
    left: auto;
}

.mw-flowchart #node-17 .arrow-container.arrow-bottom {
    height: 69px;
    width: 468px;
    left: -136px;
    right: auto;
}

.mw-flowchart #node-17 .arrow-container.arrow-bottom .arrow-line {
    height: 39px;
}

.mw-flowchart #node-24 .arrow-container.arrow-side {
    left: auto!important;
    right: 123%;
    top: 87px;
    width: 51px;
    height: 54px;
}

.mw-flowchart #node-24.node.node-has-question::after {
    left: -41px;
    top: 80px;
    margin: auto;
}

.mw-flowchart #node-24 .arrow-container.arrow-side .arrow-line {
    top: 0;
    bottom: auto;
    width: 100%;
}

.mw-flowchart #node-24 .arrow-container.arrow-side .arrow-line::after {content: '';width: 4px;height: 52px;position: absolute;left: 0;right: auto;top: 0;background: #000;}

.mw-flowchart #node-24 .arrow-container.arrow-side .arrow-marker {
    transform: rotate(0);
    top: auto;
    left: -6px;
    right: auto;
    bottom: -3px;
}

.mw-flowchart #node-24.node.node-has-question::before {
    top: 97%;
}

.mw-flowchart #node-24 .arrow-container.arrow-bottom {
    top: 214px!important;
}

.mw-flowchart .not-selected .arrow-line {
    background: #cdcdcd;
}

.mw-flowchart .not-selected polygon {
    fill: #cbcbcc;
}

.mw-flowchart #node-21 .arrow-container.arrow-side {
    top: 81px;
}

.mw-flowchart #node-21.node.node-has-question::after {
    top: 81px;
}

.mw-flowchart #node-21.node.node-has-question::before {
    top: 200px;
}

.mw-flowchart #node-21 .arrow-container.arrow-bottom {
    top: 106%!important;
}

.mw-flowchart div#node-28::after {
    top: 82px;
}

.mw-flowchart #node-28 .arrow-container.arrow-side {
    top: 82px;
}

.mw-flowchart #node-28.node.node-has-question::before {
    top: 98%;
}

.mw-flowchart #node-28 .arrow-container.arrow-bottom {
    top: 216px!important;
}

.mw-flowchart div#node-95 .arrow-side {
    display: none;
}

.mw-flowchart div#node-95.selected .arrow-side .arrow-line::after {
    width: 80px;
    right: auto;
    left: -133px;
    bottom: 0;
    top: 38px;
}

.mw-flowchart #node-95 .arrow-side .arrow-line {
    background: none;
}

.mw-flowchart div#node-95.selected .arrow-side .arrow-line::before {
    left: -133px;
    top: 42px;
}

.mw-flowchart div#node-95.selected .arrow-side .arrow-marker {
    transform: rotate(0deg);
    left: -131px;
    top: 115px;
}

.mw-flowchart div#node-95.not-selected .arrow-side {
    display: none!important;
}

ol[type="A"] {
    list-style-type: upper-alpha;
}

/*** Embedded Links ***/

.mw-flowchart .drop-down-info {
    display: none;
    padding: 20px;
}

.mw-flowchart ol.drop-down-info {
    padding-top: 0;
}

.mw-flowchart ul.drop-down-info {
    padding-top: 0;
}

.mwfc-authors>div {
    margin-bottom: 20px;
} 

.mw-flowchart .mwfc-authors {
    padding-top: 75px;
    margin-top: 75px;
    border-top: 1px solid;
    color: #555;
    font-size: 95%;
}

.mw-flowchart ul.two-column {
    column-count: 2;
    width: 70%;
    column-gap: 35px;
}

.mw-flowchart ul.two-column>li {
    /* width: 30%; */
}

.mw-flowchart td {
    padding-left: 0;
    padding-right: 25px;
}

.mw-flowchart td:last-child {
    padding-right: 0;
}