:root {
	--main-color: #474c66;
	--dark-color: #2f323a;
	--primary-color: #3299fe;
}



/*Base*/
html, body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	color: var(--main-color);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}
ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul.margins {
	margin-bottom: 10px;
	padding-left: 30px;
}
ul.margins li {
	list-style-type: disc;
}
a, a:hover {
	text-decoration: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #fff;
	opacity: 1;
}
b {
	font-weight: 700;
}



/*General*/
.display-none {
	display: none;
}
.width100 {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.img-responsive {
	max-width: 100%;
}
.container-fluid.full {
	padding-left: 0px;
	padding-right: 0px;
}









/*Text*/
.text-white {
	color: #fff;
}
.text-primary {
	color: #265a92 !important;
}
.text-default {
	color: var(--main-color) !important;
}



/*Backgrounds*/
.bg-primary {
	background: #265a92 !important;
}



/*Buttons*/
.btn {
	transition: all .3s ease;
}
.btn:hover,
.btn:focus,
.btn:active:hover,
.btn:not(:disabled):not(.disabled):active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.btn-lg {
	padding: 15px 25px;
}
.btn-primary {
	background: #265a92;
	border: 1px solid #265a92;
	color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #265a92;
	border: 1px solid #265a92;
	color: white;
}



/*Forms*/



/*Top Bar*/
.top-bar {
    height: 70px;
    padding: 14px 0px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	position: fixed;
	top: 0px;
	width: 100vw;
	z-index: 900;
}


/*Top Bar Logo*/
.top-bar .logo {
	display: block;
	width: auto;
	padding: 0 15px;
}
.top-bar .logo img {
	display: block;
	margin: 0 auto;
	height: 36px;
}



/*Top Bar Nav*/
.top-bar .nav {
    justify-content: flex-end;
	margin-right: 10px;
}
.nav-pills .nav-link {
	font-weight: 600;
	color: var(--main-color);
	padding: .5rem 9px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: transparent;
	color: var(--primary-color);
}


/*Mobile Menu*/
.mobile-menu-btn {
	position: relative;
	display: inline-block;
	top: 1px;
}
.mobile-menu {
	position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
	left: -100%;
	transition: all .3s ease;
	z-index: 300;
	float: left;
	background: white;
	padding-top: 111px;
	padding-left: 25px;
	font-size: 14px;
}
.mobile-menu.shown {
	left: 0;
}
.mobile-menu a {
	position: relative;
	display: block;
	color: var(--dark-color);
	font-weight: 600;
	margin-bottom: 15px;
}
.mobile-menu a .arrow {
	transform: rotate(90deg);
	position: absolute;
	top: 7px;
	right: 15px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid var(--main-color);
}


/*Mobile menu close*/
.mobile-menu-close {
	display: none;
	margin-right: 28px;
}



/*Search*/
.search {
	display: inline-block;
	position: relative;
	margin-right: 22px;
}
.search .form-control {
	font-size: 14px;
	height: auto;
	line-height: 1;
	padding: 6px 6px 6px 33px;
	position: relative;
	font-weight: 600;
	border: 0;
	width: 0;
}
.search.shown .form-control {
	width: auto;
}
.search .form-control:focus {
	box-shadow: none;
	border-color: transparent;
}
.search i {
	position: absolute;	
	top: 8px;
	left: 8px;
}
.search ul {
	display: none;
	position: absolute;
	background: white;
	width: 100%;
	border: 1px solid #ddd;
}
.search ul li {
	list-style-type: none;
}
.search ul li a {
	display: block;
	padding: 5px 10px;
	color: #2f323a;
	font-size: 14px;
}
.search ul li a:hover {
	color: var(--primary-color);
}






/*Sidebar*/
.section-nav {
	background: #fff;
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: -100%;
	transition: all .3s ease;
	z-index: 100;
	float: left;
	border-right: 1px solid #ddd;
	padding-top: 91px;
	padding-left: 25px;
	font-size: 14px;
}
.section-nav.shown {
	left: 0;
}
.section-nav p.back-to-mobile-menu {
	color: var(--dark-color);
	font-weight: 600;
}
.section-nav p.back-to-mobile-menu i {
	display: inline-block;
	margin-right: 10px;
}
.section-nav p.nav-title {
	color: #a6a4b1;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.section-nav a {
	color: var(--dark-color);
	font-weight: 600;
}
.section-nav a.active {
	color: var(--primary-color);
}
.section-nav>ul {
	margin-left: 45px;
}
.section-nav ul li {
	list-style-type: none;
}
.section-nav>ul>li a {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.section-nav>ul>li>ul {
	display: none;
	margin-left: 15px;
}
.section-nav>ul>li>ul.active {
	display: block;
}
.section-nav>ul>li>ul a {
	color: var(--main-color);
	font-weight: 400;
}
.section-nav>ul a .arrow {
	transform: rotate(180deg);
	position: absolute;
	top: 7px;
	right: 15px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid var(--main-color);
}
.section-nav a.active .arrow {
	transform: rotate(0deg);
}









/*Content*/
.content {
	display: block;
	width: 100vw;
	background: #fff;
	position: relative;
	padding: 86px 15px 0;
}

.content-wrap {
	padding: 40px 0%;
}

section {
	margin-bottom: 60px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
section:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}
.content-block {
	margin-bottom: 40px;
}
.content h2 {
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 26px;
    margin-bottom: 30px;
	color: var(--dark-color);
}
.content h2 span {
	content: '#';
	position: absolute;
	top: 0px;
	padding-left: 10px;
	transform: scale(0);
	cursor: pointer;
	font-weight: 400;
}
.content h2:hover span {
	transform: scale(1);
}
.content h4 {
	font-weight: 600;
	color: var(--dark-color);
	font-size: 21px;
	margin-bottom: 10px;
}
.content img {
	display: block;
	margin-bottom: 20px;
	max-width: 500px;
}
.content .overview-block {
	margin-top: 40px;
}
.content .overview-block i {
	display: block;
	font-size: 28px;
	color: white;
	background: var(--primary-color);
	padding: 10px;
	border-radius: 10px;
}
.content .overview-block h4 {
	cursor: pointer;
	margin-top: 0;
}


/*Tables*/
.table {
	font-size: 14px;
}
.table tbody {
	border: 1px solid #ddd;
}
.table>:not(:last-child)>:last-child>* {
	border-bottom-color: #ddd;
}
.table>:not(caption)>*>* {
	padding: .8rem .5rem;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg:  #f9fafc
}







@media (min-width:  992px) {

	.top-bar .logo {
		display: block;
		width: 270px;
		padding: 0;
	}

	.mobile-menu-btn {
		display: none;
	}

	.section-nav {
		left: 0px;
		width: 270px;
	}
	.content {
		width: calc(100vw - 270px);
		display: block;
		margin-left: 270px;
	}
	.content-wrap {
		padding: 40px 5%;
	}
	.search .form-control {
		width: auto;
	}

	.section-nav .back-to-mobile-menu {
		display: none;
	}

	.section-nav>ul {
		margin-left: 0px;
	}

}

@media (min-width:  1200px) {

	.nav-pills .nav-link {
		font-weight: 600;
		color: var(--main-color);
		padding: .5rem 1rem;
	}
	.content-wrap {
		padding: 40px 20%;
	}

}


@media (min-width:  1400px) {

}

/* Custom */

.emphasize{
	font-size: 120%;
	font-weight: 700;
}