/* Ask OTIS Button */

#askOtis {
	position: fixed;
	z-index: 999;
	right: 5px;
	bottom: 40%;
	cursor: pointer;
}

.main-content.index-body #askOtis {
	bottom: 7.5%;
}

#askOtis object,
#askOtis object svg,
#askOtis object svg path {
	max-height: 100%;
	width: 7.5rem;
	height: auto;
	cursor: pointer;
}

#askOtis a.svg {
	position: relative;
	display: inline-block;
}

#askOtis a.svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* Ask OTIS Modal */

.ask-otis-modal .modal-dialog.modal-dialog-centered {
	margin: -12% auto;
}

@media (max-width: 768px) {
	.ask-otis-modal .modal-dialog.modal-dialog-centered {
		margin: auto;
	}
}

.ask-otis-modal.modal .modal-dialog-centered {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.ask-otis-modal.modal.show .modal-dialog-centered {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.ask-otis-modal .modal-content {
	border-radius: 15px;
	background-color: rgb(236, 239, 238);
	width: 100%;
	position: fixed;
	top: 30px;
}

@media (min-width: 768px) {
	.ask-otis-modal .modal-content {
		width: 120%;
		position: absolute;
		top: 200px;
		left: -50px;
	}
}
@media (min-width: 900px) {
	.ask-otis-modal .modal-content.extended {
		left: -225px;
	}
}
@media (min-width: 1280px) {
	.ask-otis-modal .modal-content {
		top: 300px;
	}
}
@media (min-width: 1600px) {
	.ask-otis-modal .modal-content.extended {
		left: -50px;
	}
}
@media (min-width: 1900px) {
	.ask-otis-modal .modal-content {
		top: 450px;
	}
}

/* Ask OTIS Menu */

.ask-otis-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 15px;
	background-color: rgb(114, 191, 219);
}

@media (max-width: 575px) {
	.ask-otis-menu {
		border-radius: 0;
	}
}

.ask-otis-menu .ask-otis-menu-buttons {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ask-otis-menu .ask-otis-menu-buttons > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ask-otis-menu .ask-otis-menu-buttons .menu-button {
	margin: 0 12px;
}

@media (max-width: 575px) {
	.ask-otis-menu .ask-otis-menu-buttons .menu-button {
		margin: 0 8px;
	}
}

.ask-otis-menu .ask-otis-menu-buttons .menu-button img {
	width: 25px;
	height: 25px;
}

.ask-otis-menu .ask-otis-menu-buttons .menu-button .menu-button-label {
	background: none;
	color: rgb(0, 0, 0);
	font-size: 0.8rem;
	font-weight: 400;
	padding: 4px;
	margin-top: 4px;
}

.ask-otis-menu .ask-otis-menu-buttons .menu-button .menu-button-label.active {
	background-color: rgb(243, 217, 81);
}

.ask-otis-menu .ask-otis-menu-buttons .ask-otis-icon img {
	height: 140px;
	position: relative;
	bottom: 23px;
	z-index: 9999;
}

.ask-otis-menu .ask-otis-close {
	align-self: flex-start;
	position: absolute;
	right: 10px;
}

.ask-otis-menu .ask-otis-close span {
	margin: 4px;
	font-size: 1.2rem;
	font-weight: 400;
}

.ask-otis-menu .ask-otis-close .ask-otis-close-large {
	display: inline;
}

.ask-otis-menu .ask-otis-close .ask-otis-close-small {
	display: none;
}

@media (max-width: 575px) {
	.ask-otis-menu .ask-otis-close {
		position: fixed;
		top: -4px;
		right: 92vw;
	}

	.ask-otis-menu .ask-otis-close .ask-otis-close-large {
		display: none;
	}

	.ask-otis-menu .ask-otis-close .ask-otis-close-small {
		display: inline;
	}
}

@media (max-width: 325px) {
	.ask-otis-menu .ask-otis-close {
		right: 107vw;
	}
}

/* Ask OTIS Support Window */

.ask-otis-menu .support-window {
	position: absolute;
	top: 115px;
	height: 500px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

@media (max-width: 575px) {
	.ask-otis-menu .support-window {
		border-radius: 0;
	}
}

.ask-otis-menu .support-window .form-group {
	text-align: left;
}

.ask-otis-menu .support-window .form-control {
	border-radius: 4px;
}

.ask-otis-menu .support-window select#timezone {
	margin-left: 8px;
}

.ask-otis-menu .support-window .live-video-text-chat {
	z-index: 9999;
    position: absolute;
    top: 0;
    left: 100.5%;
    padding: 10px;
    width: 60%;
	height: 440px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #fff;
	opacity: .85;
	display: flex;
	flex-direction: column;
}

@media (max-width: 900px) {
	.ask-otis-menu .support-window .live-video-text-chat {
		top: auto;
		bottom: 72px;
		left: 120px;
		width: 60%;
		height: 140px;
		border-radius: 4px;
	}
}
@media (max-width: 767px) {
	.ask-otis-menu .support-window .live-video-text-chat {
		top: auto;
		bottom: 144px;
		left: 98px;
		width: 60%;
		height: 140px;
		border-radius: 4px;
	}
}

.live-video-text-chat .text-chat-header {
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 12px;
}

.live-video-text-chat .text-chat-messages {
	display: flex;
    flex-direction: column-reverse;
    flex: 1 1 auto;
	overflow: hidden;
	list-style-type: none;
	padding-left: 16px;
	margin-bottom: 0;
}

.live-video-text-chat .text-chat-messages li {
	text-align: left;
}

.live-video-text-chat .text-chat-messages li .blue {
	color: rgb(114, 191, 219);
	font-weight: 600;
}

.live-video-text-chat .text-chat-messages li .black {
	color: #000;
	font-weight: 600;
}

.live-video-text-chat .text-chat-input {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.live-video-text-chat .text-chat-input #text-chat-message {
	border: 1px solid rgb(0, 0, 0, 0.5);
}

.ask-otis-menu video {
	width: 100%;
	height: auto;
}

.ask-otis-menu video#selfVideo {
	width: 50%;
	margin-top: 20px;
}

.ask-otis-menu .send-email-button,
.ask-otis-menu .start-video-button,
.ask-otis-menu .schedule-call-submit-button {
	font-size: 1.1rem;
	font-weight: 600;
	background-color: rgb(243, 217, 81);
	box-shadow: 1.69px 3.625px 10px 0px #0000005c;
	width: 100%;
}

.ask-otis-menu .schedule-call-submit-button {
	margin-top: 10px;
}
.ask-otis-menu .start-video-button {
	margin: 0;
}
.ask-otis-menu .send-email-button {
	margin-top: 12px;
}

.ask-otis-menu .live-video-support .mobile-phone {
	display: none;
}

@media (max-width: 575px) {
	.ask-otis-menu .live-video-support .mobile-phone {
		display: block;
	}
	.ask-otis-menu .start-video-button {
		display: none;
	}
}

.ask-otis-menu .email-us-support .email-us-text {
	font-size: 0.9rem;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.9);
	text-align: left;
	margin-bottom: 16px;
	padding: 7px;
}

.ask-otis-menu .email-us-support textarea {
	background: rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
}

.ask-otis-menu .controls button,
.live-video-text-chat .text-chat-input #text-chat-button {
	padding: 4px;
	margin: 11px 12px;
	border: 1px solid rgb(0, 0, 0, 0.5);
	border-radius: 16px;
	width: 100px;
	font-size: 0.8rem;
}

.ask-otis-menu .controls button:hover,
.live-video-text-chat .text-chat-input #text-chat-button:hover {
	background-color: rgb(114, 191, 219);
}

@media (max-width: 1200px) {
	.ask-otis-menu .live-video-button {
		display: none !important;
	}
}

.live-video-support .start-video-button-message {
	color: rgb(80, 80 , 80);
}