@import url("https://os.cdn.yoga/v/10.0.0/lib/lightcase/2.5.0/css/lightcase.css?x=1751378130");
@import url("https://os.cdn.yoga/v/10.0.0/lib/ygeditor/cb/5.5.2/assets/ionicons/css/ionicons.min.css?x=1751378130");

/*
 * OrangeSeed CMS Copyright
 *
 * (c)2004, Newwater, LLC, and its affiliates and assigns and licensors  (http://www.orangeseedcms.com)
 * All rights reserved
 * Biz Harvest is a DBA of Newwater, LLC.
 * 72 Creative is a DBA of Newwater, LLC.
 * Portions (c) 1999, Newwater, LLC
 * No claim to copyright is made for original U.S. Government Works.
 *
 * CONFIDENTIAL
 *
 * This source file is subject to the terms of the commercial license and any
 * Non-Disclosure agreements associated with the commercial license.
 *
 * LICENSE
 *
 * This source file is subject to the commercial license that is bundled
 * with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.orangeseedcms.com/license/commercial
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@bizharvest.com so we can send you a copy immediately.
 *
 * @license   http://www.orangeseedcms.com/license/commercial     Commercial
 */

.scroll-top-button {
    z-index: 100000;
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    /*background-color:#3498db;*/
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
.scroll-top-button span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    /*border-bottom-color:#ffffff;*/
}
.scroll-top-button:hover {
    /*background-color:#e74c3c;*/
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.orsd-x-page-defer {color: #000;}