/* Header */
.site-header {
	position: fixed;
	top: 0;
	background-color: #fff;
	width: 100%;
	z-index: 10;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.site-wrapper {
	margin-top: 85px;
}
.site {
	font-size: 1rem;
}
.site h1,
.site h2,
.site h3,
.site h4,
.site h5,
.site h6 {
	color: #3e4555;
}

.site-logo {
	width: 165px;
}
.header1 {
	color: #8d97ad;
	font-weight: 300;
}

.header1 .btn-outline-success {
	color: #e84200;
	background-color: transparent;
	border-color: #e84200;
}

.header1 .btn-outline-success:hover {
	background: #e84200;
	border-color: #e84200;
	color: #ffffff;
}

.header1 .font-12 {
	font-size: 12px;
}

.header1 .dropdown-item {
	padding: 8px 1rem;
	color: #8d97ad;
}

.header1 .h1-nav .navbar-nav .nav-item .nav-link {
	padding: 12px 0px;
	color: #e84200;
	font-weight: 400;
}

.header1 .h1-nav .navbar-nav .nav-item .nav-link:hover {
	color: #000;
}

.header1 .h1-nav .navbar-nav .nav-item {
	margin: 0 20px;
}

@media (min-width: 1024px) {
	.header1 .navbar-nav > .dropdown .dropdown-menu {
		min-width: 210px;
		margin-top: 0px;
	}
	.header1 .dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
}

.header1 .dropdown-toggle::after {
	display: none;
}

.header1 .dropdown-submenu > .dropdown-menu.menu-right {
	left: auto;
	right: 100%;
	top: 0;
}

.header1 .navbar-nav .dropdown-menu.b-none {
	-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.slick-next {
	right: 25px !important;
}
.slick-prev {
	left: 25px !important;
	z-index: 1;
}
.search-input {
	width: 300px !important;
}
.cursor-pointer {
	cursor: pointer;
}

/* Popover styles */
.popover-tip {
	top: 90px !important;
}
.popover-wrapper li {
	list-style: none;
	background-color: #fff;
	padding: 5px 10px;
}
.popover-wrapper a {
	color: #000;
	text-decoration: none;
}

.popover-wrapper li:hover {
	background-color: #dde0e2;
}

.popover-wrapper a:hover {
	color: #000;
	text-decoration: none;
}
.popover-wrapper i {
	width: 20px;
}

/* Position and sizing of burger button */
.bm-burger-button {
	position: fixed;
	width: 36px;
	height: 30px;
	left: 36px;
	top: 36px;
	display: none;
}

/* Color/shape of burger icon bars */
.bm-burger-bars {
	background: #fff;
}

/* Color/shape of burger icon bars on hover*/
.bm-burger-bars-hover {
	background: #a90000;
}

/* Position and sizing of clickable cross button */
.bm-cross-button {
	height: 24px;
	width: 24px;
}

/* Color/shape of close button cross */
.bm-cross {
	background: #bdc3c7;
}

/*
Sidebar wrapper styles
Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases
*/
.bm-menu-wrap {
	position: fixed;
	height: 100%;
	top: 0px;
}

/* General sidebar styles */
.bm-menu {
	background: #fff;
	padding: 2.5em 1.5em 0;
	font-size: 1.15em;
}

/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
	fill: #373a47;
}

/* Wrapper for item list */
.bm-item-list {
	color: #b8b7ad;
	padding: 0.8em;
}

/* Individual item */
.bm-item {
	display: inline-block;
}

/* Styling of overlay */
.bm-overlay {
	background: rgba(0, 0, 0, 0.3);
	top: 0px;
}

.header.heading {
	color: #e84200;
	font-size: 24px;
	margin-bottom: 20px;
}

.home-banner {
	background-position: center center;
	background-size: cover;
}

.navbar-brand {
	position: relative;
}
.beta {
	position: absolute;
	right: -30px;
	bottom: 0px;
	font-size: 14px;
}
.disabled {
	cursor: none !important;
}

.tab-list {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.tab-item {
	width: 300px;
	cursor: pointer;
	padding: 10px 20px;
	border-bottom: 3px solid #f8f8f8;
}
.tab-item.selected {
	color: #e84200;
	border-bottom: 3px solid #e84200;
}
.border-dashed {
	border: dashed 2px grey !important;
}
