/* This file contains temporary styles that should be added to the style sheet contain within the solution
   This is allows styles to be changed without doing a deployment
================================================== */

#site-title img.small {max-width:180px;display:none;}

@media only screen and (max-width: 899px) {
    #site-title img.small{max-width: 150px;display:inline-block;}

}
@media only screen and (max-height: 400px) and (max-width: 1200px) {
    #site-title img.small {max-width: 100px;display:inline-block;}
}

#help-question-popup-question{position:fixed;bottom:25%;right:-121px;padding:5px 20px;color:#ff8300;font-size:25px;background:#dbdbdb;font-family: "museo-slab", sans-serif;transform: rotate(-90deg);transition: width 2s linear 1s;}
#help-question-popup-question a{text-decoration:none;}
#help-question-popup-content{background:#fff;display:none;position:fixed;bottom:10%;right:0;width:250px;border:2px solid #dbdbdb;transition: width 2s linear 1s;}
#help-question-popup-content .close{text-align:right;padding:2px 10px;width: calc(100% - 20px);background:#dbdbdb;}
#help-question-popup-content .close a{text-decoration:none;}
#help-question-popup-content .answer{margin:15px;font-size:12px;}
#help-question-popup-content .answer .help{color:#ff8300;font-size:20px;font-family: "museo-slab", sans-serif;}
#help-question-popup-content .answer .phone{font-size:18px;font-weight:600;}
#help-question-popup-content .uf-markup-dropdownElement-Button-Orange{padding: 17px 0 6px;text-align:center;}
#help-question-popup-content .uf-markup-dropdownElement-Button-Orange a{padding: 5px 50px;font-family: "museo-slab", sans-serif;text-decoration:none;}