@charset "UTF-8";
/* CSS Document */

/* DropDown Properties */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.dd {
	width: 20%;
	margin: 0;
}
::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; 
}

::-ms-selection {
	background: transparent;
}


.wrapper {
    margin: 60px 0 0 0;
    font-weight: 100%;
}

.wrapper:after {
    clear: both;
    display: table;
}

/* DropDown HOME*/

.wrapper-dropdown-A {
	/* Size and position */
	position: absolute;
	width: 15.56%;
	text-align:left;
    padding: 1.1%;
	height: 30.86%;
	margin: 1% 1% 0% 1%;
	
	alignment-baseline:baseline;
	left: 0;
	right: 0;
	top: 15%;
	/* Styles */
	background-image:url(../Images/Nav/LiqLifBTN-UP.svg);
	background-repeat:repeat-x;
	background-size:contain;
	background-position:bottom;
	color: #fff;
	outline: none;
	/* Font settings */
	font-family: 'amplitude_regularregular';
	font-size: .17em;
	padding: 2;
	cursor:pointer;
}

.wrapper-dropdown-A:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
	left:86%;
	right:10%;
	top:30%;
	bottom:60%;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;
}

.wrapper-dropdown-A .dropdown {
	/* Size & position */
	position: absolute;
	alignment-baseline:baseline;
	bottom: 100%;
	left: 0;
	right: 0;
	/* Styles */
	background: #efefef;
	list-style: none;
	text-align:left;
	font-family: 'amplitude_regularregular';
	/* Hiding */
	opacity: 0;
	pointer-events: none;
	width: 100%;
}

.wrapper-dropdown-A .dropdown li a {
    display: block;
    text-decoration: none;
    color: #393939;
    padding: 10px 20px;
}

/* Hover state */
.wrapper-dropdown-A .dropdown li:hover a {
    background: #d3d3d3;
}

/* Active state */
.wrapper-dropdown-A.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-A.active:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
	left:84%;
	right:10%;
	top:40%;
	bottom:40%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
	margin: 1% 1% 0% 1%;
    border-color: #fff transparent;
	
}

.wrapper-dropdown-A.active {
  background: #ffffff;
  color: #000000;
  background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 78%, #d3d3d3 78%, #d3d3d3 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(78%,#ffffff), color-stop(78%,#d3d3d3), color-stop(100%,#d3d3d3));
  background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 78%,#d3d3d3 78%,#d3d3d3 100%);
  background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 78%,#d3d3d3 78%,#d3d3d3 100%);
  background: -ms-linear-gradient(left, #ffffff 0%,#ffffff 78%,#d3d3d3 78%,#d3d3d3 100%);
  background: linear-gradient(to right,  #ffffff 0%,#ffffff 78%,#d3d3d3 78%,#d3d3d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=1 );
}


/* DropDown CashCon*/

.wrapper-dropdown-1 {
	/* Size and position */
	position: absolute;
	width: 15%;
	text-align:left;
    padding: 1.1%;
	height: 30.86%;
	margin: 1% 1% 0% 1%;
	
	alignment-baseline:baseline;
	left: 17%;
	right: 0;
	top: 15%;
	/* Styles */
	background-image:url(../Images/Nav/CashConBTN-UP.svg);
	background-repeat:repeat-x;
	background-size:contain;
	background-position:bottom;
	color: #fff;
	outline: none;
	/* Font settings */
	font-family: 'amplitude_regularregular';
	font-size: .17em;
	padding: 2;
	cursor:pointer;
}

.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
	left:86%;
	right:10%;
	top:30%;
	bottom:60%;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;
}

.wrapper-dropdown-1 .dropdown {
	/* Size & position */
	position: absolute;
	alignment-baseline:baseline;
	bottom: 100%;
	left: 0;
	right: 0;
	/* Styles */
	background: #fefaf5;
	list-style: none;
	text-align:left;
	font-family: 'amplitude_regularregular';
	/* Hiding */
	opacity: 0;
	pointer-events: none;
	width: 100%;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #393939;
    padding: 10px 20px;
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
    background: #feedd9;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
	left:84%;
	right:10%;
	top:40%;
	bottom:40%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
	margin: 1% 1% 0% 1%;
    border-color: #ff8700 transparent;
	
}

.wrapper-dropdown-1.active {
  background: #ff8700;
  background: -moz-linear-gradient(left,  #ff8700 0%, #ff8700 78%, #feedd9 78%, #feedd9 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff8700), color-stop(78%,#ff8700), color-stop(78%,#feedd9), color-stop(100%,#feedd9));
  background: -webkit-linear-gradient(left,  #ff8700 0%,#ff8700 78%,#feedd9 78%,#feedd9 100%);
  background: -o-linear-gradient(left,  #ff8700 0%,#ff8700 78%,#feedd9 78%,#feedd9 100%);
  background: -ms-linear-gradient(left, #ff8700 0%,#ff8700 78%,#feedd9 78%,#feedd9 100%);
  background: linear-gradient(to right,  #ff8700 0%,#ff8700 78%,#feedd9 78%,#feedd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8700', endColorstr='#feedd9',GradientType=1 );
}


/* DropDown ECR*/

.wrapper-dropdown-2 {
	/* Size and position */
	position: absolute;
	width: 15%;
	text-align: left;
	padding: 1.1%;
	height: 30.86%;
	margin: 1% 1% 0% 1%;
	alignment-baseline: baseline;
	left: 33.5%;
	right: 0;
	top: 15%;
	/* Styles */
	background-image: url(../Images/Nav/ECR-BTN-UP.svg);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: bottom;
	color: #fff;
	outline: none;
	/* Font settings */
	font-family: 'amplitude_regularregular';
	font-size: .17em;
	padding: 1;
	cursor:pointer;
}

.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
	left:86%;
	right:10%;
	top:30%;
	bottom:60%;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}

.wrapper-dropdown-2 .dropdown {
	/* Size & position */
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	/* Styles */
	background: #fef2f9;
	list-style: none;
	text-align: left;
	font-family: 'amplitude_regularregular';
	/* Hiding */
	opacity: 0;
	pointer-events: none;
	width: 100%;
}

.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #393939;
    padding: 10px 20px;
}

/* Hover state */
.wrapper-dropdown-2 .dropdown li:hover a {
    background: #fddef0;
}

/* Active state */
.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-2.active:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
	left:84%;
	right:10%;
	top:40%;
	bottom:40%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
	margin: 1% 1% 0% 1%;
    border-color: #ff8700 transparent;
}

.wrapper-dropdown-2.active {
  background: #820049;
  background: -moz-linear-gradient(left,  #820049 0%, #820049 78%, #fddef0 78%, #fddef0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#820049), color-stop(78%,#820049), color-stop(78%,#fddef0), color-stop(100%,#fddef0));
  background: -webkit-linear-gradient(left,  #820049 0%,#820049 78%,#fddef0 78%,#fddef0 100%);
  background: -o-linear-gradient(left,  #820049 0%,#820049 78%,#fddef0 78%,#fddef0 100%);
  background: -ms-linear-gradient(left, #820049 0%,#820049 78%,#fddef0 78%,#fddef0 100%);
  background: linear-gradient(to right,  #820049 0%,#820049 78%,#fddef0 78%,#fddef0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#820049', endColorstr='#fddef0',GradientType=1 );
}

/* DropDown LMA*/

.wrapper-dropdown-3 {
	/* Size and position */
	position: absolute;
	width: 15%;
	text-align: left;
	padding: 1.1%;
	height: 30.86%;
	margin: 1% 1% 0% 1%;
	alignment-baseline: baseline;
	left: 50.25%;
	right: 0;
	top: 15%;
	/* Styles */
	background-image: url(../Images/Nav/LMA-BTN-UP.svg);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: bottom;
	color: #fff;
	outline: none;
	/* Font settings */
	font-family: 'amplitude_regularregular';
	font-size: .168em;
	padding: 1;
	cursor:pointer;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
	left:86%;
	right:10%;
	top:30%;
	bottom:60%;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}

.wrapper-dropdown-3 .dropdown {
	/* Size & position */
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	/* Styles */
	background: #fef2f9;
	list-style: none;
	text-align: left;
	font-family: 'amplitude_regularregular';
	/* Hiding */
	opacity: 0;
	pointer-events: none;
	width: 100%;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #393939;
    padding: 10px 20px;
}

/* Hover state */
.wrapper-dropdown-3 .dropdown li:hover a {
    background: #fddef0;
}

/* Active state */
.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-3.active:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
	left:84%;
	right:10%;
	top:40%;
	bottom:40%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
	margin: 1% 1% 0% 1%;
    border-color: #ff8700 transparent;
}

.wrapper-dropdown-3.active {
  background: #820049;
  background: -moz-linear-gradient(left,  #820049 0%, #820049 78%, #fddef0 78%, #fddef0 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#820049), color-stop(78%,#820049), color-stop(78%,#fddef0), color-stop(100%,#fddef0));
  background: -webkit-linear-gradient(left,  #820049 0%,#820049 78%,#fddef0 78%,#fddef0 100%);
  background: -o-linear-gradient(left,  #820049 0%,#820049 78%,#fddef0 78%,#fddef0 100%);
  background: -ms-linear-gradient(left, #820049 0%,#820049 78%,#fddef0 78%,#fddef0 100%);
  background: linear-gradient(to right,  #820049 0%,#820049 78%,#fddef0 78%,#fddef0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#820049', endColorstr='#fddef0',GradientType=1 );
}
	
/* DropDown RBLM*/

.wrapper-dropdown-4 {
	/* Size and position */
	position: absolute;
	width: 15%;
	text-align: left;
	padding: 1.1%;
	height: 30.86%;
	margin: 1% 1% 0% 1%;
	alignment-baseline: baseline;
	/*left: 67.241%;*/
	right: 16.46%;
	top: 15%;
	/* Styles */
	background-image: url(../Images/Nav/RBLM-BTN-UP.svg);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: bottom;
	color: #fff;
	outline: none;
	/* Font settings */
	font-family: 'amplitude_regularregular';
	font-size: .17em;
	padding: 1;
	cursor:pointer;
}

.wrapper-dropdown-4:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
	left:86%;
	right:10%;
	top:30%;
	bottom:60%;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}

.wrapper-dropdown-4 .dropdown {
	/* Size & position */
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	/* Styles */
	background: #c4f2ed;
	list-style: none;
	text-align: left;
	font-family: 'amplitude_regularregular';
	/* Hiding */
	opacity: 0;
	pointer-events: none;
	width: 100%;
}

.wrapper-dropdown-4 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #393939;
    padding: 10px 20px;
}

/* Hover state */
.wrapper-dropdown-4 .dropdown li:hover a {
    background: #48a095;
}

/* Active state */
.wrapper-dropdown-4.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-4.active:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
	left:84%;
	right:10%;
	top:40%;
	bottom:40%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
	margin: 1% 1% 0% 1%;
    border-color: #2c7e76 transparent;
	
}

.wrapper-dropdown-4.active {
  background: #54640d;
  background: -moz-linear-gradient(left,  #2c7e76 0%, #2c7e76 78%, #48a095 78%, #48a095 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2c7e76), color-stop(78%,#2c7e76), color-stop(78%,#48a095), color-stop(100%,#48a095));
  background: -webkit-linear-gradient(left,  #2c7e76 0%,#2c7e76 78%,#48a095 78%,#48a095 100%);
  background: -o-linear-gradient(left,  #2c7e76 0%,#2c7e76 78%,#48a095 78%,#48a095 100%);
  background: -ms-linear-gradient(left, #2c7e76 0%,#2c7e76 78%,#48a095 78%,#48a095 100%);
  background: linear-gradient(to right,  #2c7e76 0%,#2c7e76 78%,#48a095 78%,#48a095 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7e76', endColorstr='#48a095',GradientType=1 );
}

/* DropDown VISIBILITY*/

.wrapper-dropdown-5 {
	/* Size and position */
	position: absolute;
	width: 15%;
	text-align: left;
	padding: 1.1%;
	height: 30.86%;
	margin: 1% 1% 0% 1%;
	alignment-baseline: baseline;
	/*left: 83.907%;*/
	right: 0;
	top: 15%;
	/* Styles */
	background-image: url(../Images/Nav/VIS-BTN-UP.svg);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: bottom;
	color: #fff;
	outline: none;
	/* Font settings */
	font-family: 'amplitude_regularregular';
	font-size: .17em;
	padding: 1;
	cursor:pointer;
}

.wrapper-dropdown-5:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
	left:86%;
	right:10%;
	top:30%;
	bottom:60%;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}

.wrapper-dropdown-5 .dropdown {
	/* Size & position */
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	/* Styles */
	background: #e5f2fd;
	list-style: none;
	text-align: left;
	font-family: 'amplitude_regularregular';
	/* Hiding */
	opacity: 0;
	pointer-events: none;
	width: 100%;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #393939;
    padding: 10px 20px;
}

/* Hover state */
.wrapper-dropdown-5 .dropdown li:hover a {
    background: #bddaf2;
}

/* Active state */
.wrapper-dropdown-5.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-5.active:after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
	left:84%;
	right:10%;
	top:40%;
	bottom:40%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
	margin: 1% 1% 0% 1%;
    border-color: #4e8abe transparent;
}

.wrapper-dropdown-5.active {
  background: #4e8abe;
  background: -moz-linear-gradient(left,  #4e8abe 0%, #4e8abe 78%, #bddaf2 78%, #bddaf2 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4e8abe), color-stop(78%,#4e8abe), color-stop(78%,#bddaf2), color-stop(100%,#bddaf2));
  background: -webkit-linear-gradient(left,  #4e8abe 0%,#4e8abe 78%,#bddaf2 78%,#bddaf2 100%);
  background: -o-linear-gradient(left,  #4e8abe 0%,#4e8abe 78%,#bddaf2 78%,#bddaf2 100%);
  background: -ms-linear-gradient(left, #4e8abe 0%,#4e8abe 78%,#bddaf2 78%,#bddaf2 100%);
  background: linear-gradient(to right,  #4e8abe 0%,#4e8abe 78%,#bddaf2 78%,#bddaf2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e8abe', endColorstr='#bddaf2',GradientType=1 );
}

