.slide_content_wrap > .button {
    margin-left: 0%;
    text-align: left !important;
}

.svg-background {
    width: 100%;
    height: 100vh; /* adjust as needed */
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 700 700'%3E%3Cdefs%3E%3ClinearGradient gradientTransform='rotate(150, 0.5, 0.5)' x1='50%25' y1='0%25' x2='50%25' y2='100%25' id='g'%3E%3Cstop stop-color='hsl(190,10%25,24%25)' offset='0%25'/%3E%3Cstop stop-color='hsl(229,48%25,19%25)' offset='100%25'/%3E%3C/linearGradient%3E%3Cfilter id='f' x='-20%25' y='-20%25' width='140%25' height='140%25' filterUnits='objectBoundingBox'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.005 0.003' numOctaves='2' seed='2' stitchTiles='stitch' result='t'/%3E%3CfeGaussianBlur stdDeviation='20 0' in='t' result='b'/%3E%3CfeBlend mode='color-burn' in='SourceGraphic' in2='b' result='blend'/%3E%3CfeColorMatrix type='saturate' values='3' in='blend'/%3E%3C/filter%3E%3C/defs%3E%3Crect width='700' height='700' fill='url(%23g)' filter='url(%23f)'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .dropdown ul {
    /* width: 300px; */
    /* margin: 20px 0 0 0; */
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 67px;
    z-index: 1;
    left: 50%;
    background: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 10px #AAA;
    -webkit-box-shadow: 0 0 10px #AAA;
    -moz-box-shadow: 0 0 10px #AAA;
    -o-box-shadow: 0 0 10px #AAA;
    transform: translateX(-50%);
    /* padding-top: unset; */
  }

  /* start icon styles */
.dropdown:before,.dropdown:after {
	content: "";
	display: table;
}
.dropdown:after {
	clear: both;
}
ul.dropdown {
	float: left;
	zoom: 1;
	list-style: none;
	padding: 0;
	margin-left:25%;
}
.dropdown li {
	float: left;
	position: relative;
}
.dropdown li:last-child{
	border-right:none;
}
.dropdown li:hover > a {
	color: #fafafa;
}
*html .dropdown li a:hover { /* IE6 only */
	color: #fafafa;
}
.dropdown li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 9999;
}
.dropdown ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
}
.dropdown ul li {
	/*--float: none;--*/
	display: block;
	border: 0;
}
.dropdown ul li:first-child{
	border-top:none;
}
.dropdown ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.dropdown ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.dropdown ul a {    
	_height: 10px; /*IE6 only*/
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.dropdown ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 45%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.dropdown ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.dropdown-trigger {
	display: none;
}
.sub-dropdown img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
li.list_img{
	float:left;
	width:26%;
}
.login_buttons{
	margin-top:23%;
}
li.list_desc{
	float:left;
	width:50%;
}
li.list_desc h4 a{
	color:#000;
	font-size:0.85em;
	text-decoration:none;
	font-weight:600;
}
li.list_desc h4 a:hover{
	color:red;
}
.c1{
	background: url(../images/img-sprite.png) no-repeat -66px -8px;
	width: 22px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}
.dropdown .profile_img {
	margin-top: 3px;
}
.sub-dropdown ul li h3{
	text-align: center;
	font-size: 18px;
	color: #555;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.sub-dropdown ul li p{
	text-align:center;
	font-size: 0.8125em;
	color: #555;
	line-height: 1.5em;
	margin:2% 0;
}
.sub-dropdown.list{
    padding-top: 0px !important;
	padding: 10px;
}
.sub-dropdown ul li p a{
	color: #00405d;
}
.sub-dropdown ul li p a:hover{
	color: #555555;
	text-decoration:underline;
}

