.live-chat-transition{transition:all .5s ease}#live-chat{background:#f5f5f5;bottom:-441px;box-shadow:0 0 10px 0 rgba(0,0,0,.2);box-sizing:border-box;height:500px;margin:0 auto;position:fixed;right:3%;width:300px}#live-chat.open-chat{bottom:-1px}#chat-label{background:#3f6a98;cursor:pointer;height:60px;position:relative}#chat-label h4{align-items:center;color:#fff;display:flex;font-size:20px;justify-content:center;margin-bottom:0;padding:15px 20px}.live-chat-arrow{margin-left:10px;transform:translateY(-50%);width:15px}.live-chat-down-arrow{transform:rotate(180deg) translateY(0)}.hide-up-arrow{opacity:0;padding:0;transform:rotate(180deg) translateY(10%);transform-origin:center}.show-down-arrow{opacity:1;padding:0;transform:rotate(0deg) translateY(-30%);transform-origin:center}#chat-label.open-chat-label{background:#193c6a}#live-chat p{color:#262526;font-size:14px;letter-spacing:.02em;line-height:17px;margin:20px auto;width:135px}#chat-button{background:#008fb0;color:#fff;display:block;margin:0 auto;padding:12px 0 11px;text-decoration:none;width:140px}#chat-button:hover{background:#06748e}#live-chat form .hs-form-field{padding-left:20px;padding-right:20px}#live-chat form .hs_submit{margin-bottom:35px;text-align:center}