body.mainWrapper {
	background-color: #fff;
}

.mainWrapper {
	font-family: "Comfortaa", sans-serif;
	font-weight: 300;
	color: #444444;
}

a {
	color: #02C7F5;
	text-decoration: none;
}

#wysdom-solution-detail {
	padding-top: 44px !important;
}

.wysdom-solution-view {
	padding-bottom: 20px;
}

a:hover,
button:hover {
	text-decoration: none;
}

a *:hover,
button *:hover {
	text-decoration: none;
	font-weight: 400;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 32px;
	font-weight: 700;
}

h3 {
	font-size: 22px;
}

.hide {
	display: none;
}

strong,
b {
	font-weight: 500;
}

.container {
	max-width: 1000px;
	padding: 0%;
	margin: 0 auto;
}

.need-help .container {
	margin-bottom: 40px;
}

.support-topics .container {
	margin-bottom: 40px;
}

.support-topics #faqs {
	margin-bottom: 56px;
}

#wysdom-search-bar .wysdom-search-input-group {
	border: 0;
}

#wysdom-search-bar .wysdom-autocomplete .wys-dropdown-menu {
	text-align: left;
}

.wysdom-search-form .wysdom-search-submit {
	background: #ddd !important;
}

.wysdom-solution-preview a.wysdom-solution-preview-header {
	font-weight: 500;
	color: #00C0F3;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

#wysdom-solutions {
	padding: 20px;
}

#wysdom-solutions .wysdom-solutions-header {
	color: #666;
}

#wysdom-faqTips-list li {
	margin: 0 0 30px 0;
}

#wysdom-search-bar .wysdom-search-input {
	color: #02C7F5;
	text-overflow: ellipsis;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	font-weight: 300 !important;
	background: #fff !important;
	height: 56px;
}

button.wysdom-btn-primary,
a.wysdom-btn-primary {
	border-radius: 4px;
	font-size: 16px;
	border: 0;
	display: inline-block;
}

header {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	z-index: 2;
}

footer {
	background-color: #4b4b4b;
}

footer * {
	color: #fff;
}
.footer-link-color{
	color: #00b9f2;
}
footer .container {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	max-width: 1300px;
	width: 100%;
}

footer .left-section {
	line-height: 22px;
	font-size: 14px;
}

footer .right-section {
	display: flex;
	justify-content: right;
	text-align: center;
	padding-right: 100px;
}

footer .right-section .logo {
	margin: 10px;
}

.active-chat .chat-link-icon {
	background: url(/resources/images/chat.png);
}

.disabled-chat .chat-link-icon {
	background: url(/resources/images/disabled-chat.png);
}

.disabled-chat .title {
	color: gray;
}

.chat-link .chat-link-icon {
	display: block;
	height: 60px;
	width: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.contact-us .contact-us-options span {
	display: block;
}

.contact-us .contact-us-options .description {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	width: 174px;
	color: #00C0F3;
}

.contact-us .contact-us-options .description:hover {
	font-weight: 300;
}

.contact-us .contact-us-options a {
	margin: 10px 1%;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	flex: 1;
}

.contact-us .contact-us-options a.placeholderAnchor {
	pointer-events: none;
}

.contact-us .contact-us-options a img {
	margin: 0 10px 0 0;
}

.contact-us .contact-us-options a .title {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin-top: -3px;
	text-align: left;
	color: #00C0F3;
}

.contact-us .contact-us-options a .title:hover {
	font-weight: 600;
}

.call-us {
	margin: 30px 0;
}

.call-us .title {
	text-align: center;
}

.call-us-wrapper {
	display: flex;
	justify-content: space-around;
	border: 1px solid #ddd;
	margin: 20px 0;
	border-radius: 4px;
}

.call-us-wrapper .vertical-line {
	width: 1px;
	background-color: #ddd;
	margin: 10px 0;
	padding: 0;
}

.call-us-wrapper>div {
	display: flex;
	padding: 10px;
}

.call-us-wrapper>div span {
	padding: 0 20px;
	line-height: 22px;
}

.call-us-wrapper .title {
	font-size: 18px;
}

#contact-first-row a, #contact-second-row a {
	justify-content: left;
}

@media(max-width: 1050px) {
	footer .right-section {
		display: none;
	}
	footer .left-section {
		flex: 1;
		text-align: center;
	}
	.contact-us .contact-us-options a div {
		text-align: center;
	}
	.contact-us .contact-us-options a div * {
		font-size: 14px;
	}
	.contact-us .contact-us-options a img {
		margin: 0;
	}
}

@media(max-width: 750px) {
	.call-us-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.call-us-wrapper .vertical-line {
		display: none;
	}
	.call-us-wrapper>div {
		flex-direction: column;
		text-align: center;
	}
	.contact-us .contact-us-options a {
		flex-direction: row;
		padding-bottom: 20px;
		justify-content: unset;
	}
	.contact-us-options {
		text-align: left;
		display: block;
	}
	.placeholderAnchor {
		display: none;
	}
	.contact-us .contact-us-options a img {
		display: block;
		margin-right: 10px;
	}
	footer .left-section {
		text-align: left;
	}
}

@media(min-width: 500px) {
	.contact-us #first-row {
		padding-right: 1rem;
	}
	.contact-us #second-row {
		padding: 0 11rem;
	}
	.contact-us .contact-us-options {
		display: flex;
		flex-wrap: wrap;
		max-width: 910px;
		margin: 1rem auto;
	}
}

@media(max-width: 500px) {
	.support-topics .container:first-child {
		margin-bottom: 0;
	}
	.contact-us .contact-us-options a.placeholderAnchor {
		display: none;
	}
	footer * {
		font-size: 11px;
	}
	.container {
		padding: 2% 7%;
	}
	footer .container {
		display: flex;
		justify-content: space-between;
		padding-top: 30px;
		max-width: none;
		width: auto;
	}
}