<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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 &gt; 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 &gt; a,
	.top-bar-menu &gt; li &gt; a,
	li#menu-item-138835 &gt; a {
		background: rgba(0,0,0,0) none repeat scroll 0 0 !important;
		color: #00deff !important;
		font-size: 16px !important;
		font-weight: 700 !important;
		line-height: 29px !important;
		text-transform: uppercase !important;
	}
	.top-bar section ul#menu-main-nav-menu { width: 940px; }
	
/*Gowp #123117 - Fix padding for main menu */
.top-bar ul.top-bar-menu li label{
	padding: 0 10px 0 10px !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.top-bar ul.top-bar-menu &gt; li &gt; * {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 15px !important;
}

/* Support #123117 - Ad Alignment */

	.entry-content [id^="div-gpt-ad"], .post-page-content [id^="div-gpt-ad"] {
	    display: flex !important;
	    margin: 0 auto;
	}

/* Support #123856 - Check Box Alignment */

	.page-id-2810 .mktoForm.mktoLayoutAbove .mktoRadioList, .mktoForm.mktoLayoutAbove .mktoCheckboxList{
		float:left !important;
	    margin-right:6px;
	    position:relative;
	    top:4px;
	    width:25px;
	}

	.page-id-2810 #container .mktoLabel[for="aDXOptDailyNewsletter"],
    .page-id-2810 #container .mktoLabel[for="explicitConsent"]{
		margin-left:25px !important;
		display:block !important;
	}

	.page-id-2810 #container .mktoLabel[for="aDXOptDailyNewsletter"] ~ .mktoCheckboxList,
    .page-id-2810 #container .mktoLabel[for="explicitConsent"] ~ .mktoCheckboxList{
		position:absolute;
	}

	#sidebar #newsletter-alt .mktoCheckboxList{
		width:15px !important;
	}

	#sidebar #newsletter-alt .mktoLabel[for="aDXOptSellSiderPublisher"],
	#sidebar #newsletter-alt .mktoLabel[for="aDXOptAdvertisingSponsorshipOpportunities"],
	#sidebar #newsletter-alt .mktoLabel[for="aDXOptJobs"]{
		margin-left:22px !important;
		display:block !important;
	}

	#sidebar #newsletter-alt .mktoLabel[for="aDXOptSellSiderPublisher"] ~ .mktoCheckboxList,
	#sidebar #newsletter-alt .mktoLabel[for="aDXOptAdvertisingSponsorshipOpportunities"] ~ .mktoCheckboxList,
	#sidebar #newsletter-alt .mktoLabel[for="aDXOptJobs"] ~ .mktoCheckboxList{
		position:absolute;
	}</pre></body></html>