#help_screen_modal {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #8B99A6;
    z-index: 3;
}

#help_screen_modal .titleText {
    top: 92px;
    left: 501px;
    width: 918px;
    position: absolute;
    text-align: center;
    color: #fff;
    font-family: 'Minion_regular';
    font-size: 34px;
}

.help_screen_videoWrapper {
    top: 200px;
    left: 319px;
    width: 1278px;
    height: 664px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    position: absolute;
}

.help_screen_videoWrapper video{
    margin-left: -2px;
    margin-top: -18px;
}

#help_screen_modal .poster_video {
    position: absolute;
    left: -2px;
    top: -10px;
    width: 1280px;
    height: 674px;
    background: rgb(255 255 255 / 70%);
    z-index: 1;
}

#help_screen_modal .thumb_img {
    width: 401px;
    height: 401px;
    background: url('../../activity/assets/images/03_tool_overview_guide.png');
    position: absolute;
    left: 83px;
    top: 64px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#help_screen_modal .help_vid_pal {
    position: absolute;
    left: 588px;
    top: 307px;
    width: 104px;
    height: 104px;
    cursor: pointer;
}

#help_screen_modal .help_vid_pal:hover ellipse {
    fill: #ff4c00;
}

#help_screen_modal .callout {
    top: 65px;
    left: 550px;
    width: 568px;
    height: 210px;
    background: #435363 0% 0% no-repeat padding-box;
    background: #435363 0% 0% no-repeat padding-box;
    border-radius: 20px;
    position: absolute;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 22px;
}

#help_screen_modal .callout span {
    font-style: italic;
    display: inline-block;
    margin-bottom: 10px;
}

#help_screen_modal .callout:after {
    content: '';
    position: absolute;
    left: -58px;
    top: 60px;
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-right: 60px solid #435363;
}

#help_close_button {
    top: 959px;
    left: 863px;
    width: 194px;
    height: 48px;
    background: #FE662D;
    box-shadow: 0px 1px 3px #00000033;
    border-radius: 4px;
    position: absolute;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-top: 11px;
    box-sizing: border-box;
    cursor: pointer;
}

#help_close_button:hover {
    background: #ff4c00;
}