﻿.dropdown { position:relative;} /* Styles that apply to all SelectBoxIt elements */.dropdown .selectboxit-container * {	font-size:1em;/* Prevents text selection */	-webkit-touch-callout:none;	-webkit-user-select:none;	-khtml-user-select:none;	-moz-user-select:-moz-none;	-ms-user-select:none;	-o-user-select:none;	user-select:none;	outline:none;	white-space:nowrap}/* Button */.dropdown .selectboxit-container .selectboxit {	width:100%;	max-width:100%;/* Width of the dropdown button */	cursor:pointer;	border:1px solid #d2d2d2;	margin:0;	padding:0;    background: #fcfcfc;	border-radius:3px;	overflow:hidden;	display:block;	position:relative;	left:4px;}.dropdown .ddl-wrap .selectboxit-container:last-child {	margin:0}/* Height and Vertical Alignment of Text */.dropdown .selectboxit-container span, .dropdown .selectboxit-container .selectboxit-options a {	color: #9b9d9f;	display: block;	height: 32px;	line-height: 2.3;/*font-size:0.875em;*/}/* Focus pseudo selector */.dropdown .selectboxit-container .selectboxit:focus {	outline:0}/* Disabled Mouse Interaction */.dropdown .selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {	opacity:0.65;	filter:alpha(opacity=65);	-webkit-box-shadow:none;	-moz-box-shadow:none;	box-shadow:none;	cursor:default}/* Button Text */.dropdown .selectboxit-text {	text-indent:0px;	overflow:hidden;    #text-overflow:ellipsis;	padding:0 0 0 8px;	float:left;	font-size:0.875em;	max-width: 100% !important;}.dropdown .selectboxit .selectboxit-option-icon-container {	margin-left:0}/* Options List */.dropdown .selectboxit-container .selectboxit-options {	-moz-box-sizing:border-box;	box-sizing:border-box;	max-width:100%; /*Minimum Width of the dropdown list box options */    width:100%;    *width:100%;	margin:0;	padding:0;	list-style:none;	position:absolute;	overflow-x:hidden;	overflow-y:auto;	cursor:pointer;	display:none;	z-index:9999999999999;    border-radius:0;	text-align:left;	-webkit-box-shadow:none;	-moz-box-shadow:none;	box-shadow:none;    margin-left: 4px;	    border: 1px solid #d2d2d2;}/* Individual options */.dropdown .selectboxit-option .selectboxit-option-anchor {	padding:0 6px}/* Individual Option Hover Action */.dropdown .selectboxit-option .selectboxit-option-anchor:hover {	text-decoration:none}/* Individual Option Optgroup Header */.dropdown .selectboxit-option, .selectboxit-optgroup-header {	text-indent:5px;/* Horizontal Positioning of the select box option text */	margin:0;	list-style-type:none}/* The first Drop Down option */.dropdown .selectboxit-option-first {	border-top-right-radius:0;	border-top-left-radius:0;}/* The first Drop Down option optgroup */.selectboxit-optgroup-header + .selectboxit-option-first {	border-top-right-radius:0px;	border-top-left-radius:0px}/* The last Drop Down option */.dropdown .selectboxit-option-last {	border-bottom-right-radius:0;	border-bottom-left-radius:0}/* Drop Down optgroup headers */.dropdown .selectboxit-optgroup-header {	font-weight:bold}/* Drop Down optgroup header hover psuedo class */.dropdown .selectboxit-optgroup-header:hover {	cursor:default}/* Drop Down down arrow container */.dropdown .selectboxit-arrow-container {/* Positions the down arrow */	width:30px;	position:absolute;	right:5px}/* Drop Down down arrow */.dropdown .selectboxit .selectboxit-arrow-container .selectboxit-arrow {/* Horizontally centers the down arrow */	    position: absolute;    top: 0;    right: 0;    left: 0;    display: block;    bottom: 0;    margin: auto;}/* Drop Down down arrow for jQueryUI and jQuery Mobile */.dropdown .selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {	top:30%}/* Drop Down individual option icon positioning */.dropdown .selectboxit-option-icon-container {	float:left}.selectboxit-container .selectboxit-option-icon {	margin:0;	padding:0;	vertical-align:middle}/* Drop Down individual option icon positioning */.dropdown .selectboxit-option-icon-url {	width:18px;	background-size:18px 18px;	background-repeat:no-repeat;	height:100%;	background-position:center;	float:left}.dropdown .selectboxit-rendering {	display:inline-block !important;*display:inline !important;	zoom:1 !important;	visibility:visible !important;	position:absolute !important;	top:-9999px !important;	left:-9999px !important}/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */.jqueryui .ui-icon {	background-color:inherit}/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */.jqueryui .ui-icon-triangle-1-s {	background-position:-64px -16px}/*Default Theme-------------Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme*/.selectboxit-btn {	background-color:#f5f5f5;}.dropdown .selectboxit-btn.selectboxit-enabled:hover, .dropdown .selectboxit-btn.selectboxit-enabled:focus, .dropdown .selectboxit-btn.selectboxit-enabled:active {	color:#999;}.dropdown .selectboxit-btn.selectboxit-enabled:hover, .dropdown .selectboxit-btn.selectboxit-enabled:focus {	text-decoration:none;	background-position:0 -15px}.dropdown .selectboxit-btn.selectboxit-enabled:active {	border-radius:0}.dropdown .selectboxit-default-arrow {	width:15px;	height:9px;	background:url(../images/press_dropimage.png) no-repeat 0 0;}.dropdown .selectboxit-list {	background-color:#fcfcfc;	}.selectboxit-options .selectboxit-list ul{ border:1px solid #d2d2d2;}.dropdown .selectboxit-list .selectboxit-option-anchor {	color:#fff;    font-size: 0.875em;}.selectboxit-options li {	padding-bottom:0;}.dropdown .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {	color:#9b9d9f;	background-color:#fcfcfc;	background-repeat: repeat-x;    font-size: 0.875em;}.dropdown .selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {	color:#999999}/*Responsive Layout*/@media only screen and (max-width : 960px) {.press .selholder{     float: left;     width: 45%;     margin: 20px 2%; } }