.wrapper {
    display: flex;
    width: 100%;
    align-items:stretch;
	overflow:hidden;
}
#sidebar {
    min-width:272px;
    max-width:272px;
    background:#354d59;
    color: #fff;
    transition: all 0.3s;
	margin-left: -272px;
}

#sidebar.active {
    margin-left:0px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding:0;
}

#sidebar ul li a {
    padding:10px 1rem;
    font-size:14px;
    display: block;
	color:#ffffff;
}

#sidebar ul li a:hover {
    background:#6e0036;
}

#sidebar ul li>a.active,
a[aria-expanded="true"] {
    background:#6e0036;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding:0px;
    min-height: 100vh;
    transition: all 0.3s;
	position:relative;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
