#overlay {
    background: rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 200px 80px rgb(0 0 0 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sy{
transform:translateY(-25%);
}
.border--lines__medium {
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    height: 100%;
    width: 100%;
}
.header--content{
	padding: 30px 30px 30px 40px;
}
.header--content h1 {
    font-size: 48px;
}

.after{
	content: '';
	height: 1px;
	width: 100%;
	background-image: linear-gradient( 270deg , #fff 0%, #1472c5 50%, #fff 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

#sidebar-first.large-pull-9 {
    left: 0;
}
.large-pull-9 {
    position: relative;
    left: -75%;
}
.large-3 {
    width: 25%;
}

.left--navigation ul.main--menu {
    display: block;
}
.left--navigation .main--menu {
    float: none;
    margin-top: 0;
    margin-right: 0;
}
.main--menu {
    float: right;
    margin-top: 12px;
    margin-right: 27px;
    position: relative;
    z-index: 1;
}
.menu {
    margin: 0;
    list-style-type: none;
}
