body {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

@media print {
	html,
	body {
		height: auto;
	}
}

.red-color {
	color: #cc0000 !important;
}

.custom-container,
.center-content {
	transition: .4s ease-in-out;
}


/* Black overlay for menu */

.off-canvas-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1050;
	visibility: hidden;
	opacity: 0;
	transition: .4s ease-in-out;
}


/* offcanvas menu */

.off-canvas {
	width: 270px;
	position: fixed;
	top: 0;
	height: 100%;
	overflow-x: hidden;
	background-color: #fff;
	transition: transform .4s ease-in-out;
	z-index: 2060;
	-webkit-box-shadow: 0 2px 4px #456EA41A;
	box-shadow: 0 2px 4px #456EA41A;
	padding-bottom: 100px;
	display: none;
}

.off-canvas nav .nav-label {
	font-size: 13px;
	color: #4d4d4d;
	font-weight: bold;
	padding: 25px 30px 8px;
	letter-spacing: 1px;
}

.off-canvas nav ul,
.right-column nav ul {
	padding-left: 0;
	list-style-type: none;
}

.off-canvas nav ul li,
.right-column nav ul li {
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: relative;
}

.off-canvas nav ul li a,
.right-column nav ul li a {
	font-size: 14px;
	color: #000 !important;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 30px;
	padding-left: 50px;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 250px;
	word-break: break-word;
}

.right-column nav ul li a {
	font-size: 12px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #011DC9 !important;
	transition: .3s;
}

.right-column nav ul li a:hover,
.right-column nav ul li a._active {
	color: #cc0000 !important;
}

.off-canvas-right nav>ul li a::before {
	content: '';
	border-top: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 25px;
	-ms-transform: rotate(42deg);
	transform: rotate(42deg);
	color: #cc0000;
}

.right-column nav>ul li a::before {
	content: '';
	border-top: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
	width: 8px;
	height: 8px;
	position: absolute;
	left: -1px;
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
}


/* end offcanvas menu */


/* Left offcanvas menu */

.off-canvas-left {
	left: 0;
	transform: translateX(-100%);
	background-color: #fff;
	padding-left: 8px;
}

.off-canvas-left-active .off-canvas-left {
	transform: translateX(0);
}

.off-canvas-left-active .center-content {
	transform: translateX(250px);
}

.off-canvas-left-active .custom-container.top-nav-no-move-on-sidebar-anim {
	transform: translateX(0);
}

.off-canvas-left-active .off-canvas-overlay {
	opacity: 1;
	visibility: visible;
}


/* End left menu */


/* right offcanvas menu */

.off-canvas-right {
	right: 0;
	transform: translateX(100%);
	background-color: #fff;
}

.off-canvas-right-active .off-canvas-right {
	right: 0;
	transform: translateX(0%);
}

.off-canvas-right-active .center-content {
	transform: translateX(-250px);
}

.off-canvas-right-active .custom-container.top-nav-no-move-on-sidebar-anim {
	transform: translateX(0);
}

.off-canvas-right-active .off-canvas-overlay {
	opacity: 1;
	visibility: visible;
}


/* End right menu */

.off-canvas-right-active .whitespace-nav,
.off-canvas-left-active .whitespace-nav {
	background-color: #7e7e7e;
}


/* top offcanvas menu */

.off-canvas-top {
	right: 0;
	transform: translateY(-100%);
	padding: 30px 30px;
	width: 100%;
	height: auto;
}

.off-canvas-top nav>ul li {
	width: 100%;
}

.off-canvas-top-active .center-content {
	transform: translateY(280px);
}

.off-canvas-top nav>ul li a {
	text-align: center;
	display: block;
	width: 100%;
}

.off-canvas-top nav>ul li a i {
	margin-right: 10px;
	font-size: 19px;
	width: 25px;
}

.off-canvas-top nav>ul li a::after {
	display: none;
}

.off-canvas-top-active .off-canvas-top {
	right: 0;
	transform: translateY(0);
}

.off-canvas-top form {
	width: 250px;
	margin: 0 auto;
	margin-top: 20px;
}

.off-canvas-top .form-group {
	position: relative;
}

.off-canvas-top button {
	display: inline-block;
}

.off-canvas-top .form-control {
	padding: 2px 10px;
	height: 26px;
	border-radius: 5px;
	border: 1px solid #456EA41A;
	padding-right: 22px;
	background: #fff !important;
}

.off-canvas-top .form-group i {
	right: 0;
	position: absolute;
	color: #8f8f8f;
	margin-top: -20px;
	margin-right: 5px;
}

.off-canvas-top .form-group i svg {
	height: 14px;
}

.off-canvas-top .btn-danger {
	background-color: #940a1a;
	border: 0;
	padding: 2px 10px;
	height: 26px;
	border-radius: 5px;
}

.off-canvas-top-active .custom-container.top-nav-no-move-on-sidebar-anim {
	transform: translateX(0);
}

.off-canvas-top-active .off-canvas-overlay {
	opacity: 1;
	visibility: visible;
}


/* End top menu */


/* toggle for the left menu */

#left-menu-toggle.btn:focus,
#left-menu-toggle.btn.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

#left-menu-toggle.btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: fixed;
	margin-left: -40px;
	top: 48%;
	border: 0;
	z-index: 1050;
	display: none;
}

#left-menu-toggle.btn i {
	margin-right: -40px;
	font-size: 14px
}

#left-menu-toggle.btn svg {
	height: 16px
}

#left-menu-toggle.btn.btn-primary {
	background: 0 0;
	border-color: transparent
}

#left-menu-toggle.btn.btn-primary:after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #4e4e4e;
	border-radius: 10px;
}


/* end toggle for the left menu */


/* toggle for the right menu */

#right-menu-toggle.btn:focus,
#right-menu-toggle.btn.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

#right-menu-toggle.btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: fixed;
	margin-right: -40px;
	top: 48%;
	right: 0;
	border: 0;
	z-index: 1050;
	display: none;
}

#right-menu-toggle.btn i {
	margin-left: -40px;
	font-size: 14px
}

#right-menu-toggle.btn svg {
	height: 16px
}

#right-menu-toggle.btn.btn-primary {
	background: 0 0;
	border-color: transparent
}

#right-menu-toggle.btn.btn-primary:after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #4e4e4e;
	border-radius: 10px;
}

.seo-menu-btn {
	display: none;
}

.seo-menu-btn {
	margin-top: 20px;
}

.seo-menu-btn a {
	color: #fff;
	text-decoration: none;
}

.support-call span {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E0E0E0;
	font-weight: bold;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	text-indent: -9px;
	padding-left: 17px;
	border-top: solid 1px #eeafb6;
}

.navbar-toggle {
	margin-right: 10px;
	padding: 7px;
}

.flex-nav a.phone b {
	font-weight: normal;
}


/* end toggle for the right menu */


/* Navbar */

.content-space h1 {
	margin-top: 0;
}

.content-top-spacing {
	padding-top: 120px;
}

.custom-container.top-nav-no-move-on-sidebar-anim {
	position: relative;
	z-index: 2000;
}

.nav-wrapper-col {
	position: fixed;
	padding-left: 15px;
	padding-right: 15px;
	width: 950px;
}

.nav-wrapper-col.sticky .nav-red-bg {
	margin-top: 0;
}

.nav-red-bg {
	background-color: #940a1a;
	width: 96%;
	height: 55px;
	margin-top: 20px;
	padding: 10px 15px;
	transition: .6s;
}

.nav-red-bg .curve {
	width: 170px;
	height: 0;
	border-bottom: 15px solid #940a1a;
	border-right: 25px solid transparent;
	margin-top: -20px;
	margin-left: -15px;
	z-index: 2000;
}

.nav-red-bg.long-support-text .pull-right * {
	font-size: 11px;
}

.logo {
	font-family: 'Anton', sans-serif;
	font-size: 35px;
	padding: 0;
	margin: 0;
	color: #ffcc33;
	z-index: 900;
	float: left;
	margin-top: -4px;
}

.logo sup {
	font-size: 12px;
	font-weight: 200;
	color: #ffcc33;
	vertical-align: middle;
	top: -11px;
}

.logo-mobile {
	display: none !important;
}

.nav-red-bg .pull-right .logo-mobile {
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	padding: 0;
	margin: 0;
	color: #ffcc33;
	margin-top: -1px;
	z-index: 900;
	float: left;
}

.nav-red-bg .pull-right .logo-mobile sup {
	font-size: 10px;
	font-weight: 200;
	color: #ffcc33;
	vertical-align: middle;
	top: -7px;
}

.nav-red-bg .pull-right {
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-red-bg .pull-right b {
	font-size: 18px;
	vertical-align: middle;
}

.nav-red-bg .pull-right * {
	display: inline-block;
	color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

.nav-red-bg.long-support-text .support-text,
.nav-red-bg.long-support-text .support-text a {
	font-size: 9px !important;
}

.nav-red-bg .pull-right>* {
	margin-right: 20px;
}

.support-text-mobile {
	width: 100%;
	display: none;
	color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	border-top: solid 1px #eeafb6;
	background-color: #940a1a;
	position: relative;
}

.nav-red-bg .pull-right svg {
	width: 25px;
	margin-bottom: -4px;
	display: inline-block;
}

.nav-red-bg .pull-right .chat-popover {
	display: none;
	margin-right: 0 !important;
}

.nav-red-bg .pull-right .popover {
	margin-left: -15px;
	-webkit-box-shadow: 0 2px 4px #456EA41A;
	box-shadow: 0 2px 4px #456EA41A;
}

.nav-red-bg .pull-right .popover .popover-content {
	color: #5a5a5a !important;
	font-size: 12px !important;
}

.nav-red-bg .pull-right .popover button {
	margin-right: 10px;
	margin-left: 20px;
	background-color: #bc0c20;
	color: #fff;
	font-size: 11px;
	border-radius: 5px;
	border: 0;
	padding: 4px 10px;
}

.nav-red-bg .pull-right .open-icon {
	float: none;
	display: inline-block;
	zoom: 0.79;
	-moz-transform: scale(0.79);
	-moz-transform-origin: 0 0;
	margin-left: -3px;
}

.navbar-custom {
	background-color: #4e4e4e;
	border: 1px solid #000;
	padding: 0;
	margin: 0;
	height: 43px;
	max-width: auto;
	border-radius: 50px;
	float: right;
	margin-top: -20px;
	transition: height .2s ease-out, border-radius .2s ease;
}

.navbar-custom ul {
	margin: 0;
	padding-right: 25px;
	padding-left: 25px;
}

.navbar-custom ul li {
	float: left;
	list-style-type: none;
	padding: 0;
}

.navbar-custom ul li a {
	text-align: center;
	display: block;
	padding: 0 18px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 2px solid #940a1a;
	transition: 0.3s;
}

.navbar-custom ul li:first-child a {
	border-left: 2px solid #940a1a;
}

.navbar-custom ul li a i {
	font-size: 16px;
	display: block;
	margin-bottom: 2px;
	line-height: 0;
}

.navbar-custom ul li a i svg {
	height: 16px;
}

.navbar-custom ul li a:hover {
	background-color: #ffcc33;
	color: #4e4e4e;
}

.navbar-custom ul li a.active {
	background-color: #ffcc33;
	color: #4e4e4e !important;
}

.navbar-custom #searchbar {
	margin: 0;
	visibility: hidden;
	padding: 6px 24px;
	height: 0;
}

.navbar-custom #searchbar .form-control {
	padding: 2px 10px;
	height: 26px;
	border-radius: 5px;
	border: 1px solid #456EA41A;
	padding-right: 22px;
	background: #fff !important;
}

.navbar-custom #searchbar .form-group i {
	margin-left: -20px;
	margin-top: 5px;
	position: absolute;
	color: #8f8f8f;
}

.navbar-custom #searchbar .form-group i svg {
	height: 14px;
}

.navbar-custom #searchbar .btn-danger {
	background-color: #940a1a;
	border: 0;
	padding: 2px 10px;
	height: 26px;
	border-radius: 5px;
}

.navbar-custom.searchbar-show a#search_toggle {
	background-color: #ffcc33;
	color: #4e4e4e;
}

.navbar-custom.searchbar-show #searchbar {
	visibility: visible;
	/* background-color: #ffcc33; */
	border-top: 1px solid #000;
	height: 37px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.navbar-custom.searchbar-show {
	border-radius: 5px;
	height: 80px;
}

.navbar-toggle {
	display: none !important;
}

.whitespace-nav {
	width: 100%;
	position: fixed;
	background: #fff;
	height: 100px;
	transition: .4s ease-in-out;
}

@media only screen and (max-width: 995px) {
	.right-column span.bullethead {
		background-color: #666666;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		padding: 5px 3px;
		text-align: center;
		color: #fff;
		width: 80% !important;
		font-size: 13px !important;
	}
	.off-canvas {
		display: block !important;
	}
	.left-column {
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		transform: scale(1.4);
		margin-left: 45px;
		margin-right: auto;
		padding-top: 190px;
		padding-bottom: 80px;
		transform-origin: top center;
	}
	.right-column {
		transform-origin: top left;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transform: scale(1.2);
		padding-right: 10px;
		width: auto !important;
	}
	.right-column {
		padding-bottom: 100px;
	}
}

@media only screen and (min-width: 999px) {
	.custom-container.top-nav-no-move-on-sidebar-anim {
		padding: 0;
	}
}

@media only screen and (max-width: 1090px) {
	.off-canvas nav ul li a,
	.right-column nav ul li a {
		width: auto;
	}
}

@media only screen and (max-width: 950px) {
	.left-section .section-links a:hover {
		color: inherit !important;
	}
	.right-column nav ul li a:hover {
		color: #011DC9 !important;
	}
}

@media only screen and (max-width: 950px) {
	.off-canvas-right nav ul li a,
	.right-column nav ul li a {
		width: 230px;
	}
	.nav-wrapper-col {
		width: 820px;
	}
	.nav-red-bg {
		width: 96%;
		height: 60px;
	}
	.whitespace-nav {
		width: 100%;
		position: fixed;
		background: #fff;
		height: 100px;
		transition: .4s ease-in-out;
	}
	.logo {
		font-size: 27px;
	}
	.logo sup {
		font-size: 10px;
		font-weight: 200;
		color: #ffcc33;
		vertical-align: middle;
		top: -7px;
	}
	.nav-red-bg.long-support-text .support-text a {
		width: 250px;
	}
	.nav-red-bg .support-text a {
		width: 300px;
	}
	.navbar-custom {
		margin-top: -15px;
	}
}

@media only screen and (max-width: 800px) {
	.navbar-custom {
		margin-top: -26px;
	}
	.navbar-custom ul li a {
		padding: 3px 10px;
	}
	.nav-wrapper-col {
		width: 700px;
	}
	.nav-red-bg {
		height: 65px;
	}
	.logo {
		font-size: 27px;
	}
	.logo sup {
		font-size: 10px;
		font-weight: 200;
		color: #ffcc33;
		vertical-align: middle;
		top: -7px;
	}
	.nav-red-bg .pull-right>* {
		margin-right: 10px;
	}
	.nav-red-bg .pull-right>p {
		font-size: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.off-canvas {
		display: block;
	}
	#right-menu-toggle.btn {
		display: block;
	}
	#left-menu-toggle.btn {
		display: block;
	}
	.close-btn-top {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1100;
		padding: 20px 30px;
	}
	.close-btn-top i {
		font-size: 20px;
		color: #4e4e4e;
	}
	.close-btn-top i svg {
		height: 20px;
	}
	.custom-container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.pt-80-m {
		padding-top: 80px;
	}
	.pt-120-m {
		padding-top: 120px;
	}
	.custom-container.top-nav-no-move-on-sidebar-anim {
		padding: 0;
		position: fixed;
		z-index: 1055;
		width: 100%;
	}
	.custom-container.top-nav-no-move-on-sidebar-anim .bg-red,
	.custom-container.top-nav-no-move-on-sidebar-anim .top-nomber {
		padding-left: 1px !important;
		padding-right: 1px !important;
	}
	.custom-container.top-nav-no-move-on-sidebar-anim .row {
		margin: 0;
	}
	.navbar-custom #searchbar * {
		display: inline-block !important;
	}
	.navbar-custom ul li a {
		padding: 3px 10px;
	}
	.nav-wrapper-col {
		width: 700px;
	}
	.nav-red-bg {
		height: 65px;
	}
	.logo {
		font-size: 27px;
	}
	.logo sup {
		font-size: 10px;
		font-weight: 200;
		color: #ffcc33;
		vertical-align: middle;
		top: -7px;
	}
}

@media only screen and (max-width: 740px) {
	.navbar-custom ul li a {
		padding: 3px 10px;
	}
	.nav-wrapper-col {
		width: 700px;
	}
}

@media only screen and (max-width: 733px) {
	.nav-red-bg.long-support-text .pull-right .phone * {
		font-size: 13px;
	}
	.support-text {
		display: none !important;
	}
	.support-text-mobile {
		display: block !important;
	}
	.content-top-spacing {
		padding-top: 50px;
	}
	.whitespace-nav {
		display: none;
	}
	.navbar-custom {
		display: none;
	}
	.nav-red-bg .curve {
		display: none;
	}
	.nav-red-bg .pull-right {
		width: 300px;
	}
	.nav-red-bg {
		margin-top: 0;
		width: 100%;
		height: 50px;
	}
	.nav-wrapper-col {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	/* .custom-container.top-nav-no-move-on-sidebar-anim {
        margin: 0;
    } */
	.navbar-toggle * {
		display: block !important;
	}
	.navbar-toggle {
		display: block !important;
	}
	.logo {
		font-size: 25px;
	}
	.logo sup {
		font-size: 10px;
		font-weight: 200;
		color: #ffcc33;
		vertical-align: middle;
		top: -7px;
	}
}

@media only screen and (max-width: 733px) {
	.left-section .section-links a:hover {
		color: inherit !important;
	}
	.right-column nav ul li a:hover {
		color: inherit !important;
	}
}

@media only screen and (max-width: 655px) {
	.nav-red-bg .pull-right {
		width: 300px;
	}
}

@media only screen and (max-width: 610px) {
	.content-top-spacing {
		padding-top: 70px;
	}
	.support-text {
		display: none !important;
	}
	.support-text-mobile {
		display: block !important;
	}
	.nav-red-bg .pull-right {
		width: 280px;
	}
	.nav-red-bg {
		padding: 5px 15px;
		height: 40px;
	}
}

@media only screen and (max-width: 420px) {
	.nav-red-bg .pull-right>* {
		margin-right: 1px;
	}
	.nav-red-bg .pull-right button {
		margin-right: 0;
	}
	.nav-red-bg .pull-right {
		width: 270px;
	}
	.nav-red-bg .pull-right .popover {
		margin-left: 0;
		margin-top: 10px;
		width: 280px;
	}
}

@media only screen and (max-width: 400px) {
	.nav-red-bg .pull-right>* {
		margin-right: 0 !important;
	}
	.nav-red-bg .pull-right {
		width: 228px;
	}
	.nav-red-bg .pull-right .popover {
		margin-left: 0;
		margin-top: 10px;
		width: 280px;
	}
	.chat-popover {
		order: -1;
	}
	.open-icon.hide-it {
		display: none !important;
	}
}

@media only screen and (max-width: 380px) {
	.nav-red-bg .pull-right {
		width: 100%;
	}
	.chat-popover {
		order: -1;
	}
	.nav-red-bg .logo {
		display: none;
	}
	.nav-red-bg .logo-mobile {
		font-weight: normal;
		display: inline-block !important;
		order: -1;
	}
}

@media only screen and (max-width: 250px) {
	.nav-red-bg .logo-mobile {
		font-size: 18px;
	}
	.nav-red-bg .logo-mobile sup {
		font-size: 10px;
	}
	.nav-red-bg .pull-right * {
		font-size: 11px;
	}
}

@media only screen and (min-width: 650px) {
	.seo-menu-btn {
		display: none !important;
	}
}

.modal {
	z-index: 2100;
}

.modal-backdrop {
	z-index: 2099;
}

#liveChatIframe {
	width: 100%;
	height: 580px;
	border-radius: 5px;
}

#liveChatModal .modal-body {
	padding: 0;
}

#liveChatModal button.close {
	margin-right: 10px;
	margin-top: 7px;
	position: absolute;
	right: 0;
	opacity: 1;
	text-shadow: none;
}

#liveChatModal button.close svg {
	width: 28px;
	height: 28px;
	color: #4a4f62;
}

@media only screen and (max-width: 950px) {
	.center-content {
		padding-left: 35px;
		padding-right: 35px;
	}
}

@media only screen and (max-width: 420px) {
	.center-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 950px) {
	.left-section .section-links a:hover {
		color: inherit !important;
	}
	.right-column nav ul li a:hover {
		color: #011DC9 !important;
	}
}
@supports (-moz-appearance:none) {
    .nav-red-bg {
        height: 62px;
    }
}