/**
 * Moda DropKick theme v1.0
**/
.dk-select, .dk-select *, .dk-select *::before, .dk-select *::after {
	font-family: omnes_ods_mediumregular, verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 3px;
}
/* Opens the dropdown and holds the menu label */
.dk-selected,
#header-links .dk-selected {
	background-image: url('../images/dk_arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #C4B5AF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-transition: border-color .5s;
	-o-transition: border-color .5s;
	transition: border-color .5s;
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 19px;
	padding: 3px 10px 3px 5px;
	position: relative;
	text-decoration:none;
	zoom: 1;
}
.dk-selected, 
.dk-selected:active, 
#header-links .dk-selected, 
#header-links .dk-selected:active {
    color:#fff;
	background-color:#C25F92;
}

.dk-select-open-up .dk-selected, .dk-select-open-down .dk-selected {
	border-color: #C4B5AF;
}
.dk-selected:hover, .dk-selected:focus {
	border-color: #C4B5AF;
	text-decoration: none;
}
.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0 0;
  border-bottom-color: #C4B5AF; 
}
.dk-selected:hover::after, .dk-selected:focus::after {
	border-left-color: #C4B5AF;
}
.dk-selected:hover::before, .dk-selected:focus::before {
	border-top-color: #C4B5AF;
}
.dk-selected:hover, .dk-selected:focus {
	border-color: #C4B5AF;
	text-decoration: none;
}
#header-links .dk-selected:hover {
	padding-bottom:3px;
}

/* Applied whenever the dropdown is open */
.dk-select-open-down,
#header-links .dk-select-open-down {
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
	z-index: 999;
}

/* The outer container of the options */

#header-links .dk-select-options {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.dk-select-options {
    color: #A50069;
    background-color: #fff;
    border: 1px solid #C4B5AF;
	border-top:none;
    border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   	font-weight: normal;
	list-style:none;
	margin:0;
	padding: 3px 10px 3px 5px;
    max-height: 300px;
}
.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options {
	border-color:#C4B5AF;
	position: absolute;
	top: 22px;
	right: 0;
	width: 100%;
}

#header-links .dk-select-options li:hover {
    padding-bottom:3px;
}
.dk-select-options li.dk-option-highlight {
	color:#655a53;
}
/* don't show default text when dropdown is open */
.dk-select-open-down li:first-child,
#header-links .dk-select-open-down li:first-child {
	/*display:none;*/
 }
.dk-select-open-down li,
#header-links .dk-select-open-down li {
	margin-bottom:0;
}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/
#main-content .dk-select-options li.dk-option {
  	background: #FFFFFF;
	margin-left: 4px;
	padding: 2px; 5px; 3px; 5px;
}

#main-content .dk-select-options li.dk-option:hover {
    background-color:#e2e0de;
	color:#655a53;
    text-decoration: none;
}

.dk-select-open-down .dk-option-selected {
  	border-radius:0 0 0 0 !important;
}

.dk-select-open-down,
#header-links .dk-select-open-down {
	position: relative;
}
.dk-select-open-down .dk-select-options,
#header-links .dk-select-open-down .dk-select-options {
	display: block;
}

/*dual member dropdown in utility nav*/
#header-links .dk-select-open-down ul a {
	position:static !important;
}
 #header-links .dk-select-options {
 	margin-top:2px;
 }
 #main-content div.dk-select-open-down li.dk-option-selected,
 #header-links div.dk-select-open-down li.dk-option-selected {
 	background-color:#C25F92 !important;
 	color:#fff !important;
 }	
 /*dual member dropdown in utility nav*/

#main-content .dk-select-options ul,
#main-content .dk-select-options ul li,
#header-links .dk-select-options ul,
#header-links .dk-select-options ul li {	
	padding:0;
	margin:0;
}
/***** End Critical to the continued enjoyment of working dropdowns ******/

#groupTransferForm .dk-select,
#groupTransferForm .dk-select .dk-selected {
	margin-bottom: 0;
}

/* width for security_question drop-downs */
div.security_question {
	width:460px;
}
/* don't show the security_question 'caption' when dropdown is open */
div.security_question li:first-child {
	display:none;
}

/* WEBKIT TWEAKS */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.dk-select-options {
		left:2px;
	}
}