        button.chatLauncher {
            position: fixed;
            bottom: calc(1% + 45px + .5rem);
            right: 1%;
            z-index: 9999;
            border: 2px solid #ffffff;
            padding: 1em;
            border-radius: 0px;
            margin: 0;
            text-decoration: none;
            background-color: #093c71;
            color: #ffffff;
            font-family: sans-serif;
            font-size: 1rem;
            cursor: pointer;
            text-align: left;
            -webkit-appearance: none;
            -moz-appearance: none;
            opacity: 0;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
            line-height: 1.5;
        }

        button.chatLauncher * {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }

        button.chatLauncher.open {
            opacity: 1;
        }

        button.chatLauncher:hover,
        button.chatLauncher:focus {
            background-color: #ffffff;
            color: #093c71;
            border: 2px solid #093c71;
        }

        button.chatLauncher img {
            float: left;
            margin-right: .75rem;
            width: 2.4rem;
            height: 2.4rem;
            margin-top: .4rem;
        }

		.WACWidget {
			bottom: calc(1% + 45px + .5rem) !important;
			right: calc(1% - 2px) !important;
		}