/* Support #74423 - Move share box down on smaller screens */

	@media only screen and (max-width: 1180px) {
		/*.top-bar section .top-share .share-box { top:30px; }*/
		.top-bar section ul li.search .icon-search {
			float: none;
			top: 0px;
			font-size: 24px;
		}
		li#menu-item-96969 input[type="text"] { width: 85% !important; }
		li#menu-item-96969 { width: 25% !important; }
		.top-bar section ul#menu-main-nav-menu {
			max-width: 53em;
			float: left;
		}
	}

/* Support #80047 - Hide greptcha badge */

	.grecaptcha-badge { display: none; }

/* Support #87888 - Hide border next to search */

	.top-bar ul.top-bar-menu li.menu-item:nth-last-of-type(2) { border-right: none; }

/* Support # - */
	@media only screen and (min-width: 1024px) {

		.page-id-116479 .userlist {
		    width: 48% !important;
		}
		.page-id-116479 .usersinfo .userlist div.photo a img {
		    width: 300px;
		}

	}

/* Support #95283 - Line height for author post type */

	.author .inner-wrap #author-meta-top-box p { line-height: 1.8em; }

/* Support #106923 - Menu item border */

	.top-bar ul.top-bar-menu > li:nth-child(4) { border-right: 2px solid #00003b !important; }

/* Support #112500 - Careers widget styling */

	.widget .jobs-feed--list__content { display: none; }

/* Support #112500 - Careers main menu item */

	li#menu-item-120240 > a {
		background: rgba(0,0,0,0) none repeat scroll 0 0;
		color: #00deff;
		font-size: 16px;
		font-weight: 700;
		line-height: 29px;
		text-transform: uppercase;
	}
	.top-bar section ul#menu-main-nav-menu { width: 940px; }
