/* Section 5 styles */
#section_5.section { padding-left:80px; padding-right:100px; padding-top:50px; padding-bottom:120px; }
#section_5 .content { margin:0 45px 0 285px; padding-top:80px; padding-bottom:60px; }
#section_5 .title { top:-30px; left:40px; max-width:315px; max-height:95px; }
#section_5 .lightbulb { position:absolute; top:-40px; right:40px; width:110px; height:110px; background:url('../img/lightbulb-circle.svg') 0 0 no-repeat; }
#section_5 .controls { position:absolute; bottom:20px; right:-90px; width:80px; height:80px; background:url('../img/controls.svg') 0 0 no-repeat; background-size:100% 100%; z-index:1; }
#section_5 .controls a.back { display:block; width:60px; height:60px; background:url('../img/controls-back.svg') 50% 50% no-repeat; text-indent:-5000px; background-size:50px 50px; margin:10px 10px 5px 10px; }
/*#section_5 .controls a.restart { display:block; width:60px; height:60px; background:url('../img/controls-restart.svg') 50% 50% no-repeat; text-indent:-5000px; background-size:50px 50px; margin:5px 10px 10px 10px; }
#section_5 .controls a.print { display:block; width:60px; height:60px; background:url('../img/controls-print.svg') 50% 50% no-repeat; text-indent:-5000px; background-size:50px 50px; margin:5px 10px 10px 10px; }*/
#section_5 .controls a:hover { background-size:60px 60px; }
#section_5 .section_inner { max-width:960px; }
#section_5 .button { position:absolute; bottom:-30px; bottom:-30px; right:20px; width:193px; height:86px; background:url('../img/start-over.svg') 0 0 no-repeat; text-indent:-5000px; }
#section_5 .dr_pemberton { position:absolute; top:360px; bottom:-15px; left:-20px; }
#section_5 .speech_bubble { position:absolute; top:90px; bottom:auto; left:-30px; right:auto; max-width:260px; min-height:150px; }
#section_5 .speech_bubble p { width:100%; height:100%; background:url('../img/speech-bubble-1.svg') 0 0 no-repeat; background-size:100% 100%; padding:26px 26px 54px 26px; font-size:15px; }
#section_5 .content ul { margin-left:0; padding:0 0 0 20px; margin-top:5px; }
#section_5 .content ul.one { float:left; width:49%; }
#section_5 .content ul.two { float:left; width:49%; }
#section_5 .content ul li { list-style:none; margin-bottom:10px; margin-left:0; font-size:1rem; line-height:1.3; padding:0 0 0 20px; background-image:url('../img/bullet-dot.svg'); background-position:0 4px; background-repeat:no-repeat; background-size:10px 10px; }
#section_5 .content h2 { clear:both; font-family:'jackie_sue_bfregular', helvetica, arial, sans-serif; font-size:32px; line-height:1.2; color:#231f20; margin-top:40px; margin-bottom:10px; font-weight:normal; }

/* 840px */
@media only screen and (max-width: 52.5em) {
    #section_5 .content ul.one { float:none; width:100%; }
    #section_5 .content ul.two { float:none; width:100%; }
}

/* 768px */
@media only screen and (max-width: 48em) {
    #section_5 .title { left:20px; max-width:275px; }
    #section_5 .lightbulb { top:-30px; right:20px; width:70px; height:70px; }
    #section_5 .content { margin:0 45px 0 45px; padding-top:80px; padding-bottom:400px; }
    #section_5 .dr_pemberton { top:auto; bottom:-55px; left:-60px; }
    #section_5 .speech_bubble { top:auto; bottom:210px; left:45px; max-width:500px; margin-right:45px; }
    #section_5 .speech_bubble p { padding:20px 30px 40px 30px; }
}

/* 639px */
@media only screen and (max-width: 39.938em) {
    #section_5 .title { top:-30px; left:20px; max-width:245px; }
    #section_5.section { padding-left:10px; padding-right:10px; }
    #section_5 .dr_pemberton { left:-5px; }
    #section_5 .controls { bottom:-90px; right:15px; width:55px; height:55px; }
    #section_5 .controls a.back { display:inline-block; width:45px; height:45px; background-size:35px 35px; margin:5px 0 5px 5px; }
    #section_4 .controls a.print { display:inline-block; width:45px; height:45px; background-size:35px 35px; margin:5px 5px 5px 0; }
    #section_4 .controls a:hover { background-size:45px 45px; }
    
}

/* 460px */
@media only screen and (max-width: 28.75em) {
    #section_5 .title { top:-30px; left:20px; max-width:215px; }
    #section_5 .content { margin:0 25px 0 25px; padding-bottom:420px; }
    #section_5 .button { right:20px; width:153px; height:75px; background-size:153px 75px; }
    #section_5 .speech_bubble { bottom:170px; left:25px; margin-right:25px;}
    #section_5 .speech_bubble p { padding:20px 20px 40px 20px; }
    #section_5 .controls { bottom:-90px; }
}

/* 375px */
@media only screen and (max-width: 23.438em) {
    #section_5 .title { top:-20px; left:10px; max-width:195px; }
    #section_5 .lightbulb { top:-20px; right:20px; width:45px; height:45px; }
    #section_5 .content { margin:0 25px 0 25px; padding-bottom:420px; }
    #section_5 .content p { font-size:15px; }
    #section_5 .button { right:0; bottom:-15px; }
    #section_5 .speech_bubble { bottom:100px; }
    #section_5 .speech_bubble p { padding:20px 20px 40px 20px; font-size:16px; }
    #section_5 .controls { right:5px; }
}