  /*! *
 *  wagner-new.css  
 ****/

/*
	--- WAGNER Colors ---
	Wagner green: #004331;
	Wagner gold: #A68C4A;
	rollover on dark green: #2a5634;
	
*/

/*--------------------------------------------------------------------------------------------------*/
/* GENERAL STYLES - These defaults aren't site specific so you don't need to change them */
/* Instead you shoudl add your styles in the BASE STYLING section below */
/* If you think you have a better style setting for something in this section send to brent@mimoymima.com */
/*--------------------------------------------------------------------------------------------------*/

	/* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) -- http://cssreset.com */ html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%; font: inherit;	/*vertical-align: baseline; */} /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; } /*body { line-height: 1; }*/ ol, ul { list-style: none; } blockquote, q { quotes: none;}blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none;} table { border-collapse: collapse; border-spacing: 0; }
    	/* ---------------------------------------------------------
	Font Face
	---------------------------------------------------------*/
/*
@font-face {
	font-family: 'tradegothicregular';
	src: url('/mics/wp-content/themes/wagner/fonts/tradegothic-webfont.eot');
	src: url('/mics/wp-content/themes/wagner/fonts/tradegothic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/mics/wp-content/themes/wagner/fonts/tradegothic-webfont.woff') format('woff'),
		url('/mics/wp-content/themes/wagner/fonts/tradegothic-webfont.ttf') format('truetype'),
		url('/mics/wp-content/themes/wagner/fonts/tradegothic-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'tradegothicbold';
	src: url('/mics/wp-content/themes/wagner/fonts/tradegothic-bold-webfont.eot');
	src: url('/mics/wp-content/themes/wagner/fonts/tradegothic-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/mics/wp-content/themes/wagner/fonts/tradegothic-bold-webfont.woff') format('woff'),
		url('/mics/wp-content/themes/wagner/fonts/tradegothic-bold-webfont.ttf') format('truetype'),
		url('/mics/wp-content/themes/wagner/fonts/tradegothic-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
	font-family: 'minionregular';
	src: url('/mics/wp-content/themes/wagner/fonts/minion-regular-webfont.eot');
	src: url('/mics/wp-content/themes/wagner/fonts/minion-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/mics/wp-content/themes/wagner/fonts/minion-regular-webfont.woff') format('woff'),
		url('/mics/wp-content/themes/wagner/fonts/minion-regular-webfont.ttf') format('truetype'),
		url('/mics/wp-content/themes/wagner/fonts/minion-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'minionsemibold_italic';
	src: url('/mics/wp-content/themes/wagner/fonts/minion-semibolditalic-webfont.eot');
	src: url('/mics/wp-content/themes/wagner/fonts/minion-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/mics/wp-content/themes/wagner/fonts/minion-semibolditalic-webfont.woff') format('woff'),
		url('/mics/wp-content/themes/wagner/fonts/minion-semibolditalic-webfont.ttf') format('truetype'),
		url('/mics/wp-content/themes/wagner/fonts/minion-semibolditalic-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

	

	/*--- TEXT ---*/
		
		/* Font stacks - some premade stacks you could use, by default we're using the sans stack in the 'base styling' section below */
		.serif { font-family: Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", times, serif; } /*cambria, cochin ??*/
		.monospace { font-family: 'courier new', courier, Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; }
		.sans { font-family: 'Helvetica Neue', helvetica, sans-serif; }
		
	/*--- CODE ---*/
		code { background-color: #2A410B !important; font-family: 'Andale Mono', 'Lucida Console', "courier new", courier, monospace; background-color: #069; color: #FFF; padding: .5em; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
		pre code { line-height: 130%; display: block; padding: 1em; margin: 2em 0; overflow: auto; }
		pre { margin: 1em; }
		hr { border: none; }

	/*--- FORMS ---*/
		#search-form input[type='text'] { width: 10em; }
		
	/*--- IMAGES ---*/
		
		/* expandable width adaptive images */
		img.size-full.aligncenter { max-width: 100%;}
		img.size-full.alignnone { max-width: 100%;}
		img.size-full.alignright { max-width: 40%; }
		img.size-full.alignleft { max-width: 40%; }
		
		/* manually add adaptive images */
		#page-content .width-100percent { width: 100% !important; } 
		

	
	/*--- UTILITY ---*/

		/* Clear Fix */
		.clear-fix:before,
		.clear-fix:after { content: ""; display: table; } 
		.clear-fix:after { clear: both; }
		.clear-all { visibility: hidden; clear: both; margin: 0 !important; padding: 0 !important; font-size: 0; height: 1px; }
		
		/* WordPress WYSIWYG alignment -- when you put in images that span the entire width of the content area remove the width and height */
		img.aligncenter { max-width: 100%; display: block; margin: 5px auto; }
	    img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
	    img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
	    .alignright { float: right; }
		.alignleft { float: left; }
		
		#js-ind { top: 20em; }
	
		/* Hide these items when Javascript is active */
		.js #js-ind, .js .hide { display: none; }



/*--------------------------------------------------------------------------------------------------*/
/* BASE STYLING: sytle 320px first and go up from there using media query areas below */
/*--------------------------------------------------------------------------------------------------*/

	/* ---------------------------------------------------------
	Font Face
	---------------------------------------------------------*/

/*--- SITE WIDE ---*/
	
/* Set the background and font color for the html and body, if you don't have a different bkg for the body set both to be the same */
html { background: #FFF; /*color:#333333; background-image: url('/wp-content/themes/wagner/images/Dark2_REV.gif');*/}

/*
 * Set default text color.
 * Set default font family, font size and line height.
 * Set default background. 'tradegothicregular' 
 */
/*body {
	background:#fff;
	color:#595959;
	font:14px/18px Arial, Helvetica, sans-serif;
	min-width:320px;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}*/

body {
	    background:#fff;
		/*font-size: 14px;*/
		color: black;/*#333333;*//*#595959;*/
	    font: 15px/23px 'NewsGothic-Regular', Arial, Helvetica, sans-serif;
	    min-width:320px;
	    -webkit-text-size-adjust:100%;
	    -ms-text-size-adjust: none;
}

* {-webkit-font-smoothing:antialiased;/*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/}
	
ul, ol, dl, h1, h2, h3, h4, h5, h6, address/*, form, table, blockquote, applet, embed, object, iframe, frameset*/{margin:0 0 14px;}
	
/* Headings */
/* Make text bold in all browsers. changed */
b, strong, th{font-weight: bold;}

h1,h2,h3,h4,h5,h6{margin: 0 0 6px;padding: 0;color: #004331;font-weight: normal !important;}
h1{
  font: 30px/33px 'NewsGothicBdCnBT-Reg', Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  color: black;/*#333333;/*#626262;*/
}
h1:first-child{margin-top: 0;margin-bottom: 20px;}

h2{
  font: 29px/32px minionregular, Arial, Helvetica, sans-serif;
  font-weight: normal !important;
}
h3{
  font: 24px/27px 'NewsGothic-Regular', Arial, Helvetica, sans-serif;
}
h4{font: 20px/23px 'NewsGothic-Regular', Arial, Helvetica, sans-serif;}
h5{font: 17px/20px 'NewsGothic-Regular', Arial, Helvetica, sans-serif;}
h6{font: 17px/20px 'NewsGothicBdCnBT-Reg', Arial, Helvetica, sans-serif;}


p{margin:0 0 20px;}

/*#content{font-size: 15px;line-height: 19px;}*/

#content ul{list-style-type: none;list-style-image: url("/mics/wp-content/themes/wagner/images/arrow02.png");list-style-position: outside;margin-left: 18px;}
#content ul > li{position: relative;}
/*#content ul > li:before{content: "";width:10px;height: 10px;position: absolute;top:3px;left:0;display: block;background: url("/mics/wp-content/themes/wagner/images/arrow02.png") no-repeat center center;}*/

#content ul > li > ul{list-style-image: none;list-style-type: disc;margin-left: 32px;}
#content ul > li > ul > li{}
#content ul > li > ul > li > ul{list-style-type: none;}
#content ul > li > ul > li > ul > li:before{content: "-";display: inline-block;margin-right: 8px;font-weight: bold;}

#content ol{list-style-type: decimal;/*list-style-position: inside;*/margin-left: 24px;}
#content ol > li > ol{list-style-type: lower-alpha;margin-left: 36px;}
#content ol > li > ol > li{}
#content ol > li > ol > li > ol{list-style-type: lower-roman;}

#content .wp-caption{position: relative;background-color: #004331;max-width: 100%;}
#content .wp-caption a{display: block;position: relative;padding: 0;margin: 0;line-height: 0;}
#content .wp-caption a:after{display: table;content: "";clear: both;}
#content .wp-caption img{margin: 0 !important;float: none !important;line-height: 0 !important;width: 100% !important;padding: 0 !important;}
#content .wp-caption .wp-caption-text{padding: 5px !important;margin: 0 !important;color: white;/*width: inherit;*/}

		
/* Links #563019 #663333 rgb(138,116,46), HEX #8A742E */
a{color: #8A742E;text-decoration: none;/*font-family: NewsGothicBdCnBT-Reg,Arial,Helvetica,sans-serif;font-size: 105%;*/}
/*a:link, a:visited { color:#8A742E;text-decoration:underline; } */
a:hover, a:active, a:focus, a:visited { color:#8A742E;text-decoration:underline; }

/* Hide these elements but keep them accessible */
.access-hide { position: absolute; left: -999em; }

/* page-wrapper */
#page-wrapper {}


/*--- HEADER ---*/

.max-1200px { max-width: 1200px; /*1350px;*/ margin: 0 auto; background-color: #FFF; }


/*--- CONTENT AREA ---*/
/*.dark-fade-bkg { background: url(/mics/wp-content/themes/wagner/css/images/dark-fade-bkg.png) repeat-x top left scroll; }*/

#content { padding: 2em; }

/*
#content table{border:1px solid #808080;}*/
#content table th{background-color:#004331;color:white;font-size:20px;}
.post header h1 { margin-bottom: .5em; }

/* Page Nav */
#page-nav a {  }

/* Page */
#content .type-page { margin: 2em 0; }

.jump-menu h1 { text-transform: uppercase; margin: 0; font-size: 1.9em; }
.jump-menu { border-bottom: dotted 1px #999933; padding: 0; }


/* Single */
.single {}

.accessibility{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.accessibility:focus{
	position:static;
	width:auto;
	height:auto;
}


#footer .max-1200px { max-width: none; }

html,body,#page-wrapper,#full-width-template,div.dark-fade-bkg  { background: url('/wp-content/themes/wagner/images/WC_pattern.jpg') repeat;background-size:auto;}
#content{background-image: none;border: 0;}

#content table{border-collapse: collapse;}
#content table tbody td, #content table tbody th{padding:0.3em;border: 1px solid lightgray;}
#content table thead th,#content table thead td{word-wrap: break-word;padding:0.3em;border: 1px solid #004331;background-color:#004331;color:white;font-size:15px;font-family:'Signika', "Trebuchet MS", 'Helvetica', "sans serif";}
#content table.wp-caption-custom,#content table.wp-caption-custom td, #content table.wp-caption-custom th{border: 0;padding: 0;}
#content table.wp-caption-custom img{margin: 0 !important;}

#footer #footer_logo_wagner_college{padding-bottom: 5px;}

/*td{padding:0.3em;}*/

strong, b{font-weight:bold;}
em{font-style:italic;}
hr{
  /*border-width:0px 0px 1px;
  border-style:solid;
  border-color:lightgray;*/
  clear: both !important;
  border: 0;
  background: url(/wp-content/themes/wagner/images/post-break-line.png) center center repeat-x;
  height:5px;
  margin: 30px 0;
}

/*#home #content h2,#home #content h3{font-family: "arial Narrow", arial, Helvetica, sans-serif !important;letter-spacing: 1px;}*/

/* start changed */


form.gsc-search-box td.gsc-input .gsc-input{background-image: none !important;}

#content div.gsc-control-cse.gsc-control-cse-en a.gs-title {color:#A68C4A !important;display: block;font-weight:normal !important;}
#content div.gsc-control-cse.gsc-control-cse-en a.gs-title:hover,
#content div.gsc-control-cse.gsc-control-cse-en a.gs-title:hover b{color:#A68C4A !important;}
#content div.gsc-control-cse .gsc-cursor div{border: 1px solid gray !important;}
#content div.gsc-control-cse .gsc-cursor-current-page{background-color: #004331 !important;color:white !important;font-weight: normal !important;}
#content div.gsc-control-cse .gsc-webResult.gsc-result table td{/*padding: 0px !important*/}
#content div.gsc-control-cse .gsc-webResult,#content table.gsc-table-result td{border:0px solid red !important;}
#content table.gcsc-branding {border: 0 !important;display: none;}
table.gsc-completion-container{border: 0 !important;}
table.gsc-completion-container tr{}
table.gsc-completion-container tr td.gssb_a:active,
table.gsc-completion-container tr td.gssb_a:focus,
table.gsc-completion-container tr td.gssb_a:visited,
table.gsc-completion-container tr td.gssb_a:hover,
table.gsc-completion-container .gsc-completion-selected{background-color: #dec46f !important}/* changed */
table.gsc-completion-container tr:last-child td.gssb_a{background-color: transparent !important;}
table.gsc-completion-container tr:last-child td.gssb_a div{display: none !important}
div.gsc-option-menu .gsc-option-menu-item-highlighted{background-color: #dec46f}

.hidden-item{}
/* end of changed */

/*#content p{margin:0 0 20px;}*/
/*#content ul{list-style-type:disc; margin:15px 35px;/*list-style-image:url('http://wagner.edu/wp-content/themes/wagner/images/GreenTriangle.gif');}*/
/*#content ul li{}*/
/*#content ol{list-style-type:decimal !important;margin:15px 35px;/*list-style-image: url('/mics/wp-content/themes/wagner/css/images/GreenTriangle.gif');}*/
/*#content ol ol{list-style-type:lower-alpha !important;}*/
/*#content ol ol ol{list-style-type:lower-roman !important;}*/

ul.no-bullet{list-style-type: none !important;list-style-image: none !important;margin-left: 0 !important;}

/* added */
#content a:hover{color:#004331;}
#content blockquote{margin-top:65px;margin-bottom:65px;font-size:24px;line-height:1.2em}

/*#content article.post{clear: both;padding-bottom: 40px !important;}*/

#content img,
#featured-content img,
#widgetized-sidebar img{
    max-width: 100% !important;
    height: auto;
}

#content div.tn3-gallery img,
#content div.tn3a-gallery img,
#content div.tn3e-gallery img
{max-width: none !important; height: inherit !important}

#content, #widgetized-sidebar {word-break:hyphenate;}

#content embed, 
#content object, 
#content iframe,
#widgetized-sidebar embed, 
#widgetized-sidebar object, 
#widgetized-sidebar iframe,
#featured-content embed,
#featured-content object,
#featured-content iframe{ 
    max-width: 100%; 
}
#content iframe.alignleft{margin: 0px 10px 10px 0px;}
#content iframe.alignright{margin: 0px 0px 10px 10px;}
#content iframe.aligncenter{display: block; margin-left: auto;margin-right: auto;}

#sidebar-main .simple-section-nav .widgettitle a:hover{color:#A68C4A;}

#sidebar-main #widgetized-sidebar div.simple-section-nav{font-size: 100%;}
#sidebar-main #widgetized-sidebar div.simple-section-nav .children{font-size: 90%;}

#sidebar-main #widgetized-sidebar div.widget_rss ul li{line-height:25px;margin:0 !important;padding-bottom:25px;padding-top:25px;border-bottom:2px dashed #A68C4A}
#sidebar-main #widgetized-sidebar div.widget_rss ul{padding-bottom:0;}

#sidebar-main #widgetized-sidebar ul.blogroll a{}
#sidebar-main #widgetized-sidebar ul.blogroll li:first-child{margin-top:15px !important;}
#sidebar-main #widgetized-sidebar div.widget_links{font-size:1.2em;}/* added */
#sidebar-main #widgetized-sidebar div.widget_links a{/*font-size: 110%;*/}
#sidebar-main #widgetized-sidebar div.widget_links ul{
list-style-type: none;
padding: 0px;
margin: 0px;
margin-left: 2px;}
/*#sidebar-main #widgetized-sidebar div.widget_links ul li{margin-bottom: 6px;
  background-image: url('http://wagner.edu/wp-content/themes/wagner/images/GreenTriangle_sm.gif');
  background-repeat:no-repeat;
  background-position:0px 6px;
  padding-left: 10px; }
#sidebar-main #widgetized-sidebar div.widget_links ul li:hover{
  background-image: url('http://wagner.edu/wp-content/themes/wagner/images/GoldTriangle_sm.gif');
}*/

div.widget_recent_entries h4.widgettitle{padding-bottom: 15px;}

ul.menu li.border-menu-item{border-top:1px dashed white;}

/* added same as #content styling*/
#sidebar-main #widgetized-sidebar .widget_black_studio_tinymce{clear: both;}
#sidebar-main #widgetized-sidebar .widget_black_studio_tinymce p{/*padding:10px 1px;*/margin:1px;margin-top:0;margin-bottom: 14px;}
#sidebar-main #widgetized-sidebar .widget_black_studio_tinymce ul{list-style-type:disc; margin:15px 35px;/*list-style-image:url('http://wagner.edu/wp-content/themes/wagner/images/GreenTriangle.gif');*/}
#sidebar-main #widgetized-sidebar .widget_black_studio_tinymce ol{list-style-type:decimal !important;margin:15px 35px;/*list-style-image: url('/mics/wp-content/themes/wagner/css/images/GreenTriangle.gif');*/}
#sidebar-main #widgetized-sidebar .widget_black_studio_tinymce ol ol{list-style-type:lower-alpha !important;}
#sidebar-main #widgetized-sidebar .widget_black_studio_tinymce ol ol ol{list-style-type:lower-roman !important;}

#sidebar-main #widgetized-sidebar .widget_black_studio_tinymce a:hover{color:#004331;}
#sidebar-main #widgetized-sidebar .widget_black_studio_tinymce blockquote{margin-top:65px;margin-bottom:65px;font-size:24px;line-height:1.2em}

#sidebar-main #widgetized-sidebar .widget_black_studio_tinymce ul.stream {margin: 0;}

/*#footer .max-1200px { background-image: url('http://wagner.edu/wp-content/themes/wagner/images/Dark2_REV.gif') !important;}*/
div.wp-caption-custom {line-height:0;margin: 15px;border:0;}
div.wp-caption-custom img{width:100%;}
div.wp-caption-custom p{}
div.wp-caption-custom .wp-caption-text{
background-color:#A68C4A;
color:white;
margin:0;
line-height:20px;
}

table.wp-caption-custom {line-height:0;margin: 15px;border:0;}
table.wp-caption-custom img{width:100%;}
table.wp-caption-custom p{}
table.wp-caption-custom .wp-caption-text{
background-color:#A68C4A;
color:white;
margin:0;
line-height:20px;
}

table.aligncenter{margin-left: auto;margin-right: auto;}

div.clear-both{clear: both;}

#content .flex-video iframe,
#content .flex-video object{margin-left: auto;margin-right: auto;display: block;}

#content .alignleft{margin: 3px 12px 12px 0px;}
#content .alignright{margin: 3px 0px 12px 12px;}
#content .aligncenter{display: block; float: none;margin: 0 auto 18px;}
#content img.alignleft{margin: 0px 18px 18px 0;line-height: 0;}
#content .wp-caption.alignleft{margin: 0px 18px 18px 0;}
#content img.alignright{margin: 0 0 18px 18px;line-height: 0;}
#content .wp-caption.alignright{margin: 0 0 18px 18px;}
#content .wp-caption.aligncenter{margin-bottom: 18px;}

object.BrightcoveExperience{margin-bottom: 12px;margin-top: 12px;}

/*div.gksm-custom-menu-widget li.current_page_item a{color: #D29F4A}*/

.dcwss.dc-feed .stream li .section-text br {
	display: block !important;
}

@media screen and (min-width: 100px) and (max-width: 300px) {
    
    table.aligncenter{width:99% !important;}
    
	table.gstl_0.gssb_c td td{max-width: 220px !important;white-space: normal !important;line-height: 16px;padding-top: 2px;padding-bottom:2px;}
	
	dl.lizatom-tabs-vertical dt{font-size: 70%;}
	
	#sidebar-main select{width:95%;}
	
	/*#content img.alignleft,
	#content img.aligncenter,
	#content img.alignright{width: 100% !important}*/
	
	.wagner-linkbox,
	.wagner-linkbox.box-width-small,
	.wagner-linkbox.box-width-medium,
	.wagner-linkbox.box-width-large{width: 100%;margin: 0;margin-bottom: 1.2em;}
    
	
} /* END: 100 - 300 media query - don't delete this bracket */

@media screen and (min-width: 300px) and (max-width: 480px) {
        
    table.aligncenter{width:99% !important;border: 0 !important}
    
	dl.lizatom-tabs-vertical dt{font-size: 80%;}
	
	#sidebar-main select{width:95%;}
	
} /* END: 300 - 480 media query - don't delete this bracket */
  
@media screen and (max-width: 600px) {
	.flex-video {
      position: relative;
      max-width:100%;
      padding-top: 1.5625em;
      padding-bottom: 67.5%;
      height: 0;
      margin-bottom: 1em;
      overflow: hidden;
	}
    .flex-video.widescreen {padding-bottom: 57.25%; }
    .flex-video.vimeo {padding-top: 0; }
    .flex-video iframe,
    .flex-video object,
    .flex-video embed,
    .flex-video video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
	#content img.alignleft, #content img.alignright{float: none;margin: 0 0 15px;}
	#content .wp-caption img.alignleft, #content .wp-caption img.alignright{float: none;margin: 0;}
}
    
@media screen and (min-width: 600px) and (max-width: 767px) {
	#page-wrapper { position: relative; }
    table.aligncenter{width:99% !important;}
} /* END: 600 - 750 media query - don't delete this bracket */

@media screen and (max-width: 767px) {
  #content{min-height: 0 !important;}
  
  
} /*/mediaquery*/

@media screen and (min-width: 767px) and (max-width: 980px) {
  /*roger this isn't working, we want to see the excerpt here */
  .slide-excerpt { display: block; }
  #content{min-height: 0 !important;}
} /* END: 750 media query - don't delete this bracket */
    
@media screen and (min-width: 980px) {
  
	#page-wrapper { position: relative; }
	
	.jump-menu { border: none; padding: 0; }
	.jump-menu a:link, .jump-menu a:visited,.jump-menu a:hover, .jump-menu a:active, .jump-menu a:focus  { color: #033; cursor: default; text-decoration: none; }
	.jump-menu span { display: none; }	

  #widgetized-sidebar	.flex-video {
    position: relative;
    max-width:100%;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1em;
    overflow: hidden; }
  #widgetized-sidebar .flex-video.widescreen {
    padding-bottom: 57.25%; }
  #widgetized-sidebar .flex-video.vimeo {
    padding-top: 0; }
  #widgetized-sidebar .flex-video iframe,
  #widgetized-sidebar .flex-video object,
  #widgetized-sidebar .flex-video embed,
  #widgetized-sidebar .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
	
	table.gstl_0.gssb_c td td{min-width: 240px !important;white-space: normal !important;line-height: 16px;padding-top: 2px;padding-bottom:2px;}
	
	#sidebar-main select{width:95%;}
}
