.menu-dropdown a span.sub-arrow {
	display: none;
}

@media (min-width: 48em) {
	.menu-dropdown li.has-children>a {
		padding-right: 10px;
	}
}

.js .menu-dropdown a,
.js .menu-dropdown a:hover,
.js .menu-dropdown a:focus,
.js .menu-dropdown a:active {
	padding-right: 10px;
	font-weight: inherit;
	line-height: 17px;
	text-decoration: none;
}

.view-sponsors-conference-page .views-view-grid tr {
	display: flex;
	justify-content: center;
}

.view-sponsors-conference-page .views-view-grid tr .grid-item {
	text-align: center;
}


#social-link-icons .block-content ul li {
	display: inline-block;
}

#social-link-icons h4 {
	font-size: 1em;
	font-weight: 600;
}

#social-link-icons ul {
	margin-left: 0;
}

/* end styles added */

/* --- FONT SCALE */
/* default */
/* MIXINS */
.usenix-conference-grad-purple {
	background-color: #554682;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b497ad), color-stop(100%, #825277));
	background-image: -webkit-linear-gradient(top, #b497ad, #825277);
	background-image: -moz-linear-gradient(top, #b497ad, #825277);
	background-image: -o-linear-gradient(top, #b497ad, #825277);
	background-image: -ms-linear-gradient(top, #b497ad, #825277);
	background-image: linear-gradient(top, #b497ad, #825277);
}

.usenix-conference-grad-purple-light {
	background-color: #825277;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b497ad), color-stop(100%, #825277));
	background-image: -webkit-linear-gradient(top, #b497ad, #825277);
	background-image: -moz-linear-gradient(top, #b497ad, #825277);
	background-image: -o-linear-gradient(top, #b497ad, #825277);
	background-image: -ms-linear-gradient(top, #b497ad, #825277);
	background-image: linear-gradient(top, #b497ad, #825277);
}

.usenix-conference-grad-green {
	background-color: #69b019;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5cf75), color-stop(100%, #69b019));
	background-image: -webkit-linear-gradient(top, #a5cf75, #69b019);
	background-image: -moz-linear-gradient(top, #a5cf75, #69b019);
	background-image: -o-linear-gradient(top, #a5cf75, #69b019);
	background-image: -ms-linear-gradient(top, #a5cf75, #69b019);
	background-image: linear-gradient(top, #a5cf75, #69b019);
}

.usenix-conference-grad-green-dark {
	background-color: #3d7f58;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8ab29a), color-stop(100%, #3d7f58));
	background-image: -webkit-linear-gradient(top, #8ab29a, #3d7f58);
	background-image: -moz-linear-gradient(top, #8ab29a, #3d7f58);
	background-image: -o-linear-gradient(top, #8ab29a, #3d7f58);
	background-image: -ms-linear-gradient(top, #8ab29a, #3d7f58);
	background-image: linear-gradient(top, #8ab29a, #3d7f58);
}

.usenix-conference-grad-blue {
	background-color: #294276;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e8dac), color-stop(100%, #294276));
	background-image: -webkit-linear-gradient(top, #7e8dac, #294276);
	background-image: -moz-linear-gradient(top, #7e8dac, #294276);
	background-image: -o-linear-gradient(top, #7e8dac, #294276);
	background-image: -ms-linear-gradient(top, #7e8dac, #294276);
	background-image: linear-gradient(top, #7e8dac, #294276);
}

.usenix-conference-grad-blue-light {
	background-color: #00a9c7;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66cbdd), color-stop(100%, #00a9c7));
	background-image: -webkit-linear-gradient(top, #66cbdd, #00a9c7);
	background-image: -moz-linear-gradient(top, #66cbdd, #00a9c7);
	background-image: -o-linear-gradient(top, #66cbdd, #00a9c7);
	background-image: -ms-linear-gradient(top, #66cbdd, #00a9c7);
	background-image: linear-gradient(top, #66cbdd, #00a9c7);
}

.usenix-conference-grad-yellow {
	background-color: #cc9900;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0c166), color-stop(100%, #cc9900));
	background-image: -webkit-linear-gradient(top, #e0c166, #cc9900);
	background-image: -moz-linear-gradient(top, #e0c166, #cc9900);
	background-image: -o-linear-gradient(top, #e0c166, #cc9900);
	background-image: -ms-linear-gradient(top, #e0c166, #cc9900);
	background-image: linear-gradient(top, #e0c166, #cc9900);
}

.usenix-conference-grad-red {
	background-color: #c43129;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #db837e), color-stop(100%, #c43129));
	background-image: -webkit-linear-gradient(top, #db837e, #c43129);
	background-image: -moz-linear-gradient(top, #db837e, #c43129);
	background-image: -o-linear-gradient(top, #db837e, #c43129);
	background-image: -ms-linear-gradient(top, #db837e, #c43129);
	background-image: linear-gradient(top, #db837e, #c43129);
}

.usenix-conference-grad-gray {
	background-color: #999999;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c1c1c1), color-stop(100%, #999999));
	background-image: -webkit-linear-gradient(top, #c1c1c1, #999999);
	background-image: -moz-linear-gradient(top, #c1c1c1, #999999);
	background-image: -o-linear-gradient(top, #c1c1c1, #999999);
	background-image: -ms-linear-gradient(top, #c1c1c1, #999999);
	background-image: linear-gradient(top, #c1c1c1, #999999);
}

/* incase an inverted custom gradient isn't specified */
.fancy-button-reset-base-class,
.small-button {
	font-family: Arial, "Lucida Grande", Lucida, Arial, sans-serif;
	background: url('images/button_bg.png?1344992673') repeat-x bottom left;
	margin: 0;
	width: auto;
	overflow: visible;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	border-style: solid;
	font-weight: 600;
}

.fancy-button-reset-base-class::-moz-focus-inner,
.small-button::-moz-focus-inner {
	border: none;
	padding: 0;
}

.fancy-button-reset-base-class:focus,
.small-button:focus {
	outline: none;
}

body {
	font-size: 75%;
	line-height: 1.667em;
}

html>body {
	font-size: 14px;
}

/* Typography -------------------------------------------------------------- */
/* The following classes are for use with @extend. */
html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.serif {
	font-family: 'skolar-1', 'skolar-2', Georgia, serif;
}

.sans {
	font-family: Arial, Lucida, 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
}

.mono {
	font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
}

.caps,
.allcaps,
.smallcaps,
h4,
#sidebar-left .block .block-title,
h5 {
	letter-spacing: 0.1em;
}

.headers,
h1,
h2,
#top-outer #top #top-inner nav#conference-top {
	font-family: Arial, 'proxima-nova-1', 'proxima-nova-2', Lucida, 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
}

.logo {
	font-family: Arial, Lucida, 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
6}

.allcaps {
	text-transform: uppercase;
}

.amp {
	font-family: "GoudyBookletter1911Regular";
}

.smallcaps,
#sidebar-left .block .block-title {
	font-variant: small-caps;
}

.conference-header,
#conference-header h1,
#conference-header h2 {
	font-family: Arial, 'proxima-nova-1', 'proxima-nova-2', Lucida, 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
}

/* Body -------------------------------------------------------------- */
/* Selected Text -------------------------------------------------------------- */
/* Links -------------------------------------------------------------- */
/* Headings -------------------------------------------------------------- */
h2,
h3,
h4,
#sidebar-left .block .block-title,
h5,
h6 {
	margin-bottom: 1.667em;
}

h1 {
        font-size: 4em;
        line-height: 1.25em;
        margin-bottom: 0.417em;
        font-weight: 700;
	letter-spacing: 0.028em;
}

h1 a {
	border-bottom: none;
}

h1 a:hover {
	border-bottom: none;
}

h2 {
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 1.111em;
	font-weight: 600;
}

h3 {
	font-size: 1.167em;
	line-height: 1.429em;
	margin-top: 1em;
	margin-bottom: 1.429em;
	font-weight: 600;
}

/* added margin-top to space out headers in sidebar */
h4,
#sidebar-left .block .block-title {
	font-size: 1.167em;
	line-height: 1.429em;
	margin-bottom: 1.429em;
	margin-top: 2em;
}

h5 {
	font-size: 1.083em;
	line-height: 1.538em;
	margin-bottom: 1.538em;
}

h4,
#sidebar-left .block .block-title,
h5 {
	text-transform: initial;
}

h6 {
	font-size: 1em;
	line-height: 1.667em;
	margin-bottom: 1.667em;
}

/* Inline -------------------------------------------------------------- */
/* Block -------------------------------------------------------------- */
/* Replaced -------------------------------------------------------------- */
/* Lists -------------------------------------------------------------- */
ul {
	list-style: disc;
}

/* Tables -------------------------------------------------------------- */
/* tables still need 'cellspacing="0"' in the markup */
/* Forms -------------------------------------------------------------- */
/* Images -------------------------------------------------------------- */
/* Drupal -------------------------------------------------------------- */
/* Styles -------------------------------------------------------------- */
.outline {
	outline: 1px dashed #bd0e14;
}

.page-container,
#conference-header #header,
#sponsors-conference,
#top-outer #top #top-inner {
	*zoom: 1;
	margin: auto;
	width: 1014px;
	max-width: 100%;
	max-width: 1014px;
}

.page-container:after,
#conference-header #header:after,
#sponsors-conference:after,
#top-outer #top #top-inner:after {
	content: "";
	display: table;
	clear: both;
}

#conference-header #header #subtitle {
	display: inline;
	float: left;
	width: 43.064%;
	margin-right: 2.484%;
}

#conference-header #header #date {
	display: inline;
	float: left;
	width: 20.29%;
	margin-right: 2.484%;
}

#top-outer {
	overflow: auto;
	padding-bottom: 0;
	margin-bottom: 0;
}

#top-outer #top #top-inner .top-left {
	display: inline;
	float: left;
	width: 30.178%;
	margin-right: 2.367%;
	margin-left: 2.367%;
}

#top-outer #top #top-inner #top-right {
	display: inline;
	float: left;
	width: 62.722%;
	margin-right: 2.367%;
	display: inline;
	float: right;
	margin-right: 2.367%;
	margin-left: -24px;
}

#top-outer #top #top-inner nav#primary {
	display: inline;
	float: left;
	width: 100%;
	margin-right: 2.484%;
}

#top-outer #top #top-inner nav#primary ul {
	display: inline;
	float: left;
	width: 84.161%;
	margin-right: 2.484%;
}

#top-outer #top #top-inner nav#primary #social-menu {
	display: inline;
	float: left;
	width: 15.839%;
	margin-right: 2.484%;
	display: inline;
	float: right;
	margin-right: 0;
	margin-left: -24px;
}

#page #block-social-networks {
	display: inline;
	float: left;
	width: 20.29%;
	margin-right: 2.484%;
}

#page #breadcrumbs {
	display: inline;
	float: left;
	width: 77.226%;
	margin-right: 2.484%;
	display: inline;
	float: right;
	margin-right: 0;
	#margin-left: -24px;
}

#page #content-center {
	display: inline;
	float: left;
	width: 77.226%;
	margin-right: 2.484%;
	display: inline;
	float: right;
	margin-right: 0;
	#margin-left: -24px;
}

#page #left-sidebar {
	display: inline;
	float: left;
	width: 20.29%;
	margin-right: 2.484%;
}

#page #right-sidebar {
	display: inline;
	float: left;
	width: 20.29%;
	margin-right: 2.484%;
	display: inline;
	float: right;
	margin-right: 0;
	#margin-left: -24px;
}

nav#conference-primary {
	display: inline;
	float: left;
	width: 20.29%;
	margin-right: 2.484%;
}

/* Layout -------------------------------------------------------------- */
.small-button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 9px;
	line-height: 1.2em;
	padding: 0.3em 1em;
	border-width: 1px;
	background-color: #444444;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #989898), color-stop(10%, #6a6a6a), color-stop(50%, #3c3c3c), color-stop(50%, #353535), color-stop(100%, #4e4e4e));
	background-image: -webkit-linear-gradient(#989898, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e);
	background-image: -moz-linear-gradient(#989898, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e);
	background-image: -o-linear-gradient(#989898, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e);
	background-image: -ms-linear-gradient(#989898, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e);
	background-image: linear-gradient(#989898, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e);
	border-color: #1e1e1e;
	text-shadow: #040404 0px 1px 1px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.267) 0 0 0.1em 1px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0.267) 0 0 0.1em 1px inset;
	box-shadow: rgba(255, 255, 255, 0.267) 0 0 0.1em 1px inset;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.small-button,
.small-button:visited {
	color: white;
}

.small-button:hover,
.small-button:focus {
	background-color: #3c3c3c;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #919191), color-stop(10%, #636363), color-stop(50%, #353535), color-stop(50%, #2d2d2d), color-stop(100%, #474747));
	background-image: -webkit-linear-gradient(#919191, #636363 10%, #353535 50%, #2d2d2d 50%, #474747);
	background-image: -moz-linear-gradient(#919191, #636363 10%, #353535 50%, #2d2d2d 50%, #474747);
	background-image: -o-linear-gradient(#919191, #636363 10%, #353535 50%, #2d2d2d 50%, #474747);
	background-image: -ms-linear-gradient(#919191, #636363 10%, #353535 50%, #2d2d2d 50%, #474747);
	background-image: linear-gradient(#919191, #636363 10%, #353535 50%, #2d2d2d 50%, #474747);
	border-color: #161616;
	text-shadow: black 0px 1px 1px;
}

.small-button:hover,
.small-button:hover:visited,
.small-button:focus,
.small-button:focus:visited {
	color: white;
}

.small-button:active {
	background-color: #353535;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #353535), color-stop(30%, #3a3a3a), color-stop(50%, #303030), color-stop(50%, #282828), color-stop(100%, #494949));
	background-image: -webkit-linear-gradient(#353535, #3a3a3a 30%, #303030 50%, #282828 50%, #494949);
	background-image: -moz-linear-gradient(#353535, #3a3a3a 30%, #303030 50%, #282828 50%, #494949);
	background-image: -o-linear-gradient(#353535, #3a3a3a 30%, #303030 50%, #282828 50%, #494949);
	background-image: -ms-linear-gradient(#353535, #3a3a3a 30%, #303030 50%, #282828 50%, #494949);
	background-image: linear-gradient(#353535, #3a3a3a 30%, #303030 50%, #282828 50%, #494949);
	border-color: #0e0e0e;
	text-shadow: black 0px -1px -1px;
	-webkit-box-shadow: #1e1e1e 0 0.08em 0.2em 1px inset;
	-moz-box-shadow: #1e1e1e 0 0.08em 0.2em 1px inset;
	box-shadow: #1e1e1e 0 0.08em 0.2em 1px inset;
}

.small-button:active,
.small-button:active:visited {
	color: white;
}

body {
	background-color: #F8F8F8;
	/* background-image: url('images/wave.png?1344992673'); background-attachment: fixed; */
}

#header-main {
	background-repeat: no-repeat;
	height: 212px;
	position: relative;
	z-index: 0;
	background-position: center;
}

#header-main .acronym {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 0;
	height: 0;
	position: relative;
	top: 14px;
	left: 331px;
}

#header-main .acronym h1 {
	font-family: Arial, 'myriad-pro-1', 'myriad-pro-2', Lucida, 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	text-transform: none;
	color: #f4b919;
	letter-spacing: -0.2px;
	font-weight: 600;
	font-style: italic;
	font-size: 5em;
	line-height: 1.333em;
	margin-bottom: 0;
}

#header-main .acronym h1 a:link,
#header-main .acronym h1 a:visited {
	color: #f4b919;
}

#header-main .acronym h1 a:hover {
	color: #f7ce5e;
}

#header-main .description {
	position: relative;
	top: 33px;
	left: 297px;
}

#header-main .description h2 {
	font-family: Arial, 'myriad-pro-1', 'myriad-pro-2', Lucida, 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 5em;
	line-height: 0.7em;
	text-transform: none;
	letter-spacing: -0.2px;
	font-weight: 600;
	font-style: italic;
	color: #f4b919;
	border-bottom: none;
	margin-bottom: 0;
}

#header-main .description h2 .line1,
#header-main .description h2 .line2 {
	display: block;
	position: relative;
}

#header-main .description h2 .line1 {
	left: 40px;
}

#header-main .description h2 .line2 {
	top: 10px;
}

#header-main #date-location {
	position: absolute;
	bottom: 15px;
	left: 276px;
	font-family: Arial, 'proxima-nova-1', 'proxima-nova-2', Lucida, 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.333em;
	line-height: 1.25em;
	letter-spacing: 3px;
}

#header-main #date-location .dates {
	color: white;
	display: inline;
}

#header-main #date-location .bullet {
	color: #fffbd5;
}

#header-main #date-location .location {
	color: #fff7ab;
	display: inline;
}

#header-main.header-main-replaced .header-main-background {
	background-repeat: no-repeat;
	height: 212px;
}

/*
body.node-type-conference {
	padding-bottom: 3.333em;
	background-color: white;
	padding-inline: 1rem;
	box-sizing: border-box;
}
*/

body.node-type-conference .view-sponsor-slideshow {
	margin-top: 10px;
}

body.node-type-conference .view-sponsor-slideshow .views-field-field-sponsor-image a {
	border-bottom: 0;
}

body.node-type-conference div img {
	vertical-align: text-top;
}

body.node-type-conference div a {
	border-bottom: none;
}

body.node-type-conference div a:hover {
	border-bottom: none;
}

#left-sidebar a {
	border-bottom: dotted 1px white;
	font-size: 12px;
}

#left-sidebar h3,
#left-sidebar h4,
#sidebar-left .block #left-sidebar .block-title {
	font-weight: 600;
	letter-spacing: 0;
	border-bottom: dotted 1px #444444;
	margin-bottom: 10px;
}

#left-sidebar #left-feature-image {
	clear: both;
	float: left;
}

#left-sidebar #left-feature-image img {
	display: inline;
}

#left-sidebar #right-feature-image {
	float: left;
}

#left-sidebar #right-feature-image img {
	margin-left: 24px;
	display: inline;
}

#sidebar-left {
	/* REGISTER BUTTON */
}

#sidebar-left .block .block-title {
	margin-bottom: 0;
}

#sidebar-left #block-usenix_event_registration-0 {
	/* conference-menu */
}

#sidebar-left #block-usenix_event_registration-0 .block-content {
	margin-top: -24px;
	margin-bottom: 35px;
	text-transform: none;
}

#sidebar-left #block-usenix_event_registration-0 .block-content a {
	margin-bottom: -24px;
	background-color: #ff9900;
	font-size: 130%;
	text-align: center;
}

#sidebar-left #block-usenix_event_registration-0 .block-content a {
	border-bottom: none;
}

#sidebar-left #block-usenix_event_registration-0 .block-content a:hover {
	border-bottom: none;
}

#sidebar-left #block-usenix_event_registration-0 .block-content a:link,
#sidebar-left #block-usenix_event_registration-0 .block-content a:visited {
	color: white;
	display: block;
	padding: 5px 0 5px 0px;
}

#sidebar-left #block-usenix_event_registration-0 .block-content a:hover {
	color: #ffcc00;
	background: #ff9900 url('images/menu-wave.png?1344992673');
	padding: 5px 0 5px 0px;
}

.block-og-menu-og-single-menu-block {
	margin-bottom: 24px;
}

.block-og-menu-og-single-menu-block .menu {
	list-style: none;
	margin-left: 0;
}

.block-og-menu-og-single-menu-block .menu li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

.block-og-menu-og-single-menu-block .menu li.active-trail,
.block-og-menu-og-single-menu-block .menu li:hover {
	background-color: #486f23;
	background-image: none;
}

.block-og-menu-og-single-menu-block .menu li.active-trail:before,
.block-og-menu-og-single-menu-block .menu li:hover:before {
	border-left-color: transparent;
}

.block-og-menu-og-single-menu-block ul {
	margin-bottom: 0;
	list-style: none;
	width: 176px;
}

.block-og-menu-og-single-menu-block ul li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

.block-og-menu-og-single-menu-block ul li {
	background-color: #517c27;
	padding: 2px 12px 0;
	border-bottom: 1px dotted white;
	color: #cad7be;
	font-size: .9em;
	line-height: 2em;
	float: left;
	width: 100%;
}

.block-og-menu-og-single-menu-block ul li:last {
	border-bottom: none;
}

.block-og-menu-og-single-menu-block ul li a:link,
.block-og-menu-og-single-menu-block ul li a:visited {
	color: white;
}

.block-og-menu-og-single-menu-block ul li a:link,
.block-og-menu-og-single-menu-block ul li a:visited {
	border-bottom: none;
}

.block-og-menu-og-single-menu-block ul li a:link:hover,
.block-og-menu-og-single-menu-block ul li a:visited:hover {
	border-bottom: none;
}

.block-og-menu-og-single-menu-block ul li a:hover {
	color: #ffcc00;
}

.block-og-menu-og-single-menu-block ul li ul {
	padding: 0;
}

.block-og-menu-og-single-menu-block ul li ul li {
	margin-left: -10px;
	padding: 0;
	font-size: 1em;
	line-height: 2em;
	border-bottom: 0;
	margin-bottom: 1px;
}

.block-og-menu-og-single-menu-block ul li ul li:last {
	border-bottom: none;
}

.block-og-menu-og-single-menu-block ul li ul li a {
	background-color: #284112;
	height: 24px;
	text-decoration: none;
	margin-left: -10px;
	margin-right: -10px;
}

.block-og-menu-og-single-menu-block ul li ul li a:link,
.block-og-menu-og-single-menu-block ul li ul li a:visited {
	color: white;
	display: block;
	padding: 2px 0 2px 24px;
}

.block-og-menu-og-single-menu-block ul li ul li a:hover {
	color: #ffcc00;
}

#block-og-0 {
	list-style: none;
}

#block-og-0 li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

#social-link-icons {
	float: right;
	width: 200px;
}

#social-link-icons .miniad {
	border-bottom: 0;
}

#social-link-icons .miniad a {
	clear: left;
	float: left;
	display: block;
}

#social-link-icons .miniad a {
	border-bottom: none;
}

#social-link-icons .miniad a:hover {
	border-bottom: none;
}

#social-link-icons .miniad a[href*="facebook"],
#social-link-icons .miniad a[href*="plus"],
#social-link-icons .miniad a[href*="twitter"],
#social-link-icons .miniad a[href*="linkedin"],
#social-link-icons .miniad a[href*="youtube"] {
	clear: none;
	float: left;
	margin-right: 6px;
	margin-bottom: 3px;
}

#social-link-icons .miniad a[href*="facebook"],
#social-link-icons .miniad a[href*="twitter"],
#social-link-icons .miniad a[href*="linkedin"] {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/facebook-icon.jpeg?1344992673');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 36px;
}

#social-link-icons .miniad a[href*="twitter"] {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/twitter-icon.jpeg?1349315001');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 36px;
}

#social-link-icons .miniad a[href*="linkedin"] {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/in-icon.jpeg?1344992673');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 36px;
}

#social-link-icons .miniad a[href*="youtube"] {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/youtube-icon.jpg?1349137340');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 36px;
}

#social-link-icons .miniad a[href*="plus"] {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/googleplus-icon.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 36px;
}

#block-views-09579c1f4d04d4beb61389e85d0eef69 {
	margin-bottom: 20px;
}

#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a {
	clear: left;
	float: left;
	display: block;
}

#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="facebook"],
#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="twitter"],
#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="linkedin"] {
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
}

#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="facebook"],
#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="twitter"],
#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="linkedin"] {
	border-bottom: none;
}

#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="facebook"]:hover,
#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="twitter"]:hover,
#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="linkedin"]:hover {
	border-bottom: none;
}

#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="facebook"],
#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="twitter"],
#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="linkedin"] {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/facebook-icon.jpeg?1344992673');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 36px;
}

#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="twitter"] {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/twitter-icon.jpeg?1349315001');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 36px;
}

#block-views-09579c1f4d04d4beb61389e85d0eef69 .miniad a[href*="linkedin"] {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/in-icon.jpeg?1344992673');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 36px;
}

#block-views-62d2f64acb27de822db5a37338f56b09 .miniad {
	display: inline;
	float: left;
	width: 43.878%;
	margin-right: 12.245%;
	margin-bottom: 20px;
}

#block-views-62d2f64acb27de822db5a37338f56b09 .miniad.odd {
	clear: left;
}

#block-views-62d2f64acb27de822db5a37338f56b09 .miniad.even {
	display: inline;
	float: right;
	margin-right: 0;
	#margin-left: -24px;
}

#page #content h1 {
	text-transform: none;
	color: #517c27;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 2.333em;
	line-height: 1.2em;
}

#page #content h2,
#page #content h3,
#page #content h4 {
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 0px;
	text-transform: none;
}

/* for presentation audio and video headers -- arnold 9.22.16 */
#page #content h4 {
	font-size: 1em;
	font-weight: 600;
	padding-top: 12px;
}

#page #content h2 {
	margin-top: 24px;
	margin-bottom: 3px;
}

#page #content h2,
#page #content h3,
#page #content h4 {
	font-weight: 600;
}

#page #content .field-name-field-tech-schedule h2 {
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 3px;
}

#page #content .field-name-field-tech-schedule h3 {
	font-weight: 600;
	margin-top: 3px;
}


#page #content .node-paper h2 a:link,
#page #content .node-paper h2 a:visited {
	font-weight: bold;
}

#page #content .node-session h2 a:link,
#page #content .node-session h2 a:visited {
	color: black;
}

#sidebar-left .block .block-title,
#sidebar-left .block #content .block-title {
	font-weight: 600;
        font-size: 14px;
	letter-spacing: 0.15em;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#page #content .block-content {
	margin: 0 auto;
	*zoom: 1;
	position: relative;
}

#page #content .block-content:after {
	content: "";
	display: table;
	clear: both;
}

#page #content .featured-item {
	position: absolute;
	left: 462px;
}


#page #content .content-wrapper a {
	color: #ff9900;
}

#page #content .content-wrapper a:link,
#page #content .content-wrapper a:visited {
	border-bottom: 1px dotted #ff9900;
	color: #ff9900;
}

#page #content .content-wrapper a:hover {
	border-bottom: 1px dotted #444444;
	color: #444444;
}

#page #content .content-wrapper .fieldgroup {
	margin-left: 0;
}

#page #content .content-wrapper .fieldgroup .content {
	padding-left: 0;
}

#right-sidebar {
	margin-top: -20px;
	float: right;
}

#right-sidebar img {
	border: solid 5px #86847c;
}

#right-sidebar #social-menu div {
	float: left;
	margin-right: 24px;
	margin-bottom: 0px;
}

#right-sidebar #social-menu div#facebook {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/facebook-icon.jpeg?1344992673');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 36px;
}

#right-sidebar #social-menu div#twitter {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/twitter-icon.jpeg?1349315001');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 36px;
}

#right-sidebar #social-menu div#linkedin {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/in-icon.jpeg?1344992673');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 30px;
	height: 36px;
}

#right-sidebar #social-menu div#hashtag {
	margin-bottom: 12px;
}

#feature-block {
	border: 1px solid #ebc86b;
	padding: 10px;
	background-color: #f1f1f1;
	clear: both;
	margin-bottom: 24px;
}

#feature-block h2 {
	color: #444444;
	border-bottom: dotted 1px #ebc86b;
	font-size: 14px;
	margin-bottom: 12px;
}

#feature-block p {
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 150%;
}

#top-outer {
	background-image: none;
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding-bottom: 4px;
	margin-bottom: -4px;
}

#top-outer #top {
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #bfbfc1));
	background-image: -webkit-linear-gradient(top, #e3e3e3, #bfbfc1);
	background-image: -moz-linear-gradient(top, #e3e3e3, #bfbfc1);
	background-image: -o-linear-gradient(top, #e3e3e3, #bfbfc1);
	background-image: -ms-linear-gradient(top, #e3e3e3, #bfbfc1);
	background-image: linear-gradient(top, #e3e3e3, #bfbfc1);
	border-bottom: 1px solid #86847c;
	padding: 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
}

#top-outer #top #top-inner .top-left #site-name a {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/usenix_logo_small.png?1344992673');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 130px;
	height: 29px;
	display: block;
	margin-bottom: 0;
}

#top-outer #top #top-inner .top-left #site-name a {
	border-bottom: none;
}

#top-outer #top #top-inner .top-left #site-name a:hover {
	border-bottom: none;
}

#top-outer #top #top-inner nav#primary ul {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	*zoom: 1;
}

#top-outer #top #top-inner nav#primary ul li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	white-space: nowrap;
	display: inline;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

#top-outer #top #top-inner nav#primary ul li:first-child,
#top-outer #top #top-inner nav#primary ul li.first {
	padding-left: 0;
}

#top-outer #top #top-inner nav#primary ul li:last-child {
	padding-right: 0;
}

#top-outer #top #top-inner nav#primary ul li.last {
	padding-right: 0;
}

#top-outer #top #top-inner nav#primary ul li {
	position: relative;
}

#top-outer #top #top-inner nav#primary ul li a {
	display: block;
	background-color: #f2f2f2;
	margin-top: 3px;
	padding: 3px 6px 6px 6px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-ms-border-top-left-radius: 3px;
	-o-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-ms-border-top-right-radius: 3px;
	-o-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: none;
	position: relative;
	bottom: -6px;
	-webkit-transition: all, 0.25s, ease-out;
	-moz-transition: all, 0.25s, ease-out;
	-ms-transition: all, 0.25s, ease-out;
	-o-transition: all, 0.25s, ease-out;
	transition: all, 0.25s, ease-out;
	font-weight: 600;
}

#top-outer #top #top-inner nav#primary ul li a:link,
#top-outer #top #top-inner nav#primary ul li a:visited {
	color: #4d3b0a;
}

#top-outer #top #top-inner nav#primary ul li a:focus,
#top-outer #top #top-inner nav#primary ul li a:hover,
#top-outer #top #top-inner nav#primary ul li a:active {
	color: white;
	border-bottom-style: none;
}

#top-outer #top #top-inner nav#primary ul li a:hover {
	background-color: #89bd37;
	text-shadow: rgba(0, 0, 0, 0.5) 0 0 4px;
	bottom: -3px;
}

#top-outer #top #top-inner nav#conference-top ul {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	*zoom: 1;
	float: right;
}

#top-outer #top #top-inner nav#conference-top ul li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	white-space: nowrap;
	display: inline;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

#top-outer #top #top-inner nav#conference-top ul li:first-child,
#top-outer #top #top-inner nav#conference-top ul li.first {
	padding-left: 0;
}

#top-outer #top #top-inner nav#conference-top ul li:last-child {
	padding-right: 0;
}

#top-outer #top #top-inner nav#conference-top ul li.last {
	padding-right: 0;
}

#top-outer #top #top-inner nav#conference-top ul li {
	position: relative;
}

#top-outer #top #top-inner nav#conference-top ul li a {
	display: block;
	margin-top: 3px;
	padding: 0px 6px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-ms-border-top-left-radius: 3px;
	-o-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-ms-border-top-right-radius: 3px;
	-o-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: none;
	position: relative;
	-webkit-transition: all, 0.25s, ease-out;
	-moz-transition: all, 0.25s, ease-out;
	-ms-transition: all, 0.25s, ease-out;
	-o-transition: all, 0.25s, ease-out;
	transition: all, 0.25s, ease-out;
	font-weight: 600;
}

#top-outer #top #top-inner nav#conference-top ul li a:link,
#top-outer #top #top-inner nav#conference-top ul li a:visited {
	color: #444444;
}

#top-outer #top #top-inner nav#conference-top ul li a:focus,
#top-outer #top #top-inner nav#conference-top ul li a:hover,
#top-outer #top #top-inner nav#conference-top ul li a:active {
	color: #86847c;
	border-bottom-style: none;
}

#sponsors-conference p {
	padding-left: 20px;
}

#breadcrumb-container {
	display: none;
	border-bottom: 1px dotted gray;
	height: 30px;
	padding-bottom: 5px;
}

/* save this in case you need it for breadcrumbs: background-color: #dde3d5; */
.breadcrumb {
	display:
		/* block */
		none;
	float: left;
	font-size: 75%;
	/* padding: 0 0 5px 0;   */
	margin: 0;
	height: 20px;
	text-align: left;
	vertical-align: top;
	width: 60%;
	line-height: 11px;
}

.breadcrumb a {
	color: #517c27;
	text-decoration: none;
	border-bottom: none;
}

.breadcrumb a:link,
.breadcrumb a:visited {
	display: inline;
}

.breadcrumb a:hover {
	color: white;
}

.breadcrumb ol {
	display: inline;
}

.breadcrumb li {
	display: inline;
	text-decoration: none;
}

/* new version in case we ever want to reinstate share social links */
#share-social-links {
	float: left;
	width: 300px;
	padding-left: 0px;
	margin-left: -20px;
	vertical-align: top;
}

/* -----------Smartphone View----------- */
@media only screen and (max-width : 1024px) {

	.fb-like {
		width: 90px;
		height: 20px;
		vertical-align: top;
		float: left;
		text-align: right;
		margin-top: -20px;
	}


}

.fb-like {
	width: 90px;
	height: 20px;
	vertical-align: top;
	float: left;
	text-align: right;
	margin-top: -3px;
}

.fb-share-button {
	width: 90px;
	height: 20px;
	vertical-align: top;
	float: left;
	text-align: right;
	margin-top: -3px;
	margin-left: -20px;
}

.twitter-share-button {
	width: 110px;
	height: 20px;
	vertical-align: top;
	float: left;
	text-align: right;
	margin-left: -14px;
	padding-right: 30px;
}

.gplusone-container {
	width: 90px;
	height: 20px;
	vertical-align: top;
	float: left;
	text-align: right;
	margin-left: 12px;
	padding-right: 30px;
}

#footer-outer {
	border-top-color: #517c27;
}

/*Conference header signin/out tab */
#top #conference-top span.conference-header-login {
	display: inline-block;
	float: right;
	height: 20px;
	margin-top: 3px;
	padding-right: 14px;
}

#top #conference-top span.conference-header-login a {
	text-decoration: none;
	border: none;
	font-weight: 600;
	outline: none;
}

#pre-footer .block {
	float: left;
	height: auto;
	margin: 0 10px 20px 10px;
	min-height: 150px;
	width: 463px;
}

#pre-footer .block-content .view-content .views-row .sponsor-image-front {
	position: relative;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

#page #content .content-wrapper .field-name-taxonomy-vocabulary-14 .field-items {
	margin-bottom: 0;
}

#page #content .content-wrapper .field-name-taxonomy-vocabulary-14 .field-items a:link,
#page #content .content-wrapper .field-name-taxonomy-vocabulary-14 .field-items a:visited {
	padding-bottom: 0px;
	float: right;
	margin: 4px 10px 0 6px;
	border-bottom: none;
}

#page #content .content-wrapper .one-col .field-name-taxonomy-vocabulary-14 a:link {
	float: left;
}

#page #content .content-wrapper .one-col .field-name-taxonomy-vocabulary-14 a:visited {
	float: left;
}

/* make tech schedule headers normal */
.tech-schedule h2,
.tech-schedule h3 {
	font-weight: 600;
}

.tech-schedule td.techtime2 {
	text-align: right;
}

.field-name-field-tech-schedule h2,
.field-name-field-tech-schedule h3 {
	font-weight: 600;
}

.tech-schedule h2.tech {
	font-weight: bold !important;
}

.node-type-conference .umbrella-conference-schedule table {
	background: url("images/umbrella-conference-schedule-bg.png") top left repeat-y;
	width: 666px;
	border: none;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	table-layout: fixed;
	margin: 0 0 10px 20px;
	clear: right;
}

.node-type-conference .umbrella-conference-schedule th {
	border-bottom: solid 1px #dddddd;
	padding: 0px 0px 10px 5px;
}

.node-type-conference .umbrella-conference-schedule tr {
	height: 20px;
}

.node-type-conference .umbrella-conference-schedule td {
	width: 25%;
	padding: 7px 5px 0px 5px;
	line-height: 1;
}

.node-type-conference .umbrella-conference-schedule td a,
.node-type-conference .umbrella-conference-schedule td span {
	display: block;
	line-height: 1;
	color: white;
	padding: 3px 5px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	line-height: 14px;
}

.node-type-session.page-node .content .field {
	margin-bottom: 12px;
}

.node-type-session.page-node #page #content h2 {
	margin-bottom: 12px;
}


/* Sponsors Page View Settings */
.view-sponsors-conference-page .view-content {
	/* width: 740px; */
	margin-left: auto;
	margin-right: auto;
}

.view-sponsors-conference-page .grid-title {
	font-size: x-large;
}

#page #content .view-sponsors-conference-page a.external {
	border-bottom: none;
}

/* removing link formatting */
#page #content .content-wrapper .view-sponsors-conference-page a:link,
#page #content .content-wrapper .view-sponsors-conference-page a:visited {
	border-bottom: none;
}

/* Public Summary */
.field-name-field-public-summary .field-label {
	margin-top: 14px;
}

/* Invited Speakers */
#page #content .content-wrapper .view-invited-speakers .view-content .invited-speaker .views-field-field-speakers-photo .invited-speaker-photo img {
	float: right;
	border: 1px solid #d3d3d3;
	padding: 5px;
	text-align: top;
	margin: 0 0 15px 25px;
}

#page #content .content-wrapper .view-invited-speakers .view-content .invited-speaker .views-field-field-speakers-institution p.invited-speaker-affiliation {
	margin-bottom: 18px;
	font-style: italic;
}

#page #content .content-wrapper .view-invited-speakers .view-content .invited-speaker .views-field-body p.invited-speaker-bio {
	clear: both;
	display: inline;
	margin-top: 20px;
}

/* for program page */
.tech-schedule div.field-name-field-speakers-photo {
	display: none;
}

.tech-schedule div.field-name-field-paper-people .node-speaker h2 {
	display: none;
}

.tech-schedule tr td .node-session .field-item .node-speaker {
	float: right;
}

/* for presentation page remove authors display from to fix gap created with multiple authors  */
.node-paper .node-speaker h2 {
	display: none;
}

.node-paper .node-speaker .field-name-field-speakers-photo img {
	display: inline;
}

.node-paper .field-name-field-speakers-photo {
	float: left;
	padding-top: 12px
}

/* LASER 2016 Papers */
.page-node-200937 .paper-type-4 .field-name-field-paper-description {
	display: none !important;
}

/* exhibitor list */
div.exhibitor-list-format div.field-name-field-sponsor-image img {
	float: left;
	margin-right: 24px;
	width: 150px;
	height: auto;
}

div.exhibitor-list-format div.field-name-field-sponsor-description {
	display: block;
	margin-top: 14px;
	margin-left: 174px;
}

div.exhibitor-list-format div.node-sponsor h2 {
	display: none;
}

div.exhibitor-list-format div.views-field-field-sponsor-level {
	margin-left: 174px;
}

div.exhibitor-list-format div.node-links ul.links {
	display: none;
}

div.exhibitor-list-format div.field-name-field-sponsor-information {
	display: block;
	margin-left: 174px;
}

/* removing link formatting from Sponsor Page and Footer views */
#page #content .content-wrapper .view-sponsors-conference a,
#page #content .content-wrapper .view-sponsors-conference a:link,
#page #content .content-wrapper .view-sponsors-conference a:visited {
	border-bottom: none;
}

#page #content .content-wrapper .view-sponsors-conference-page a,
#page #content .content-wrapper .view-sponsors-conference-page a:link,
#page #content .content-wrapper .view-sponsors-conference-page a:visited {
	border-bottom: none;
}

/* Open Media Content */
body.node-type-paper .field-name-field-presentation-pdf .field-item {
	background-image: url(images/application-pdf.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 16px;
	padding: 2px 5px 5px 22px;
}

body.node-type-paper .field-name-field-paper-slides {
	clear: both;
	display: inline-block;
	margin-left: 10px;
}

body.node-type-paper .field-name-field-paper-slides .field-item {
	background-image: url(images/slides-icon-new.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 16px;
	padding: 2px 5px 5px 22px;
}

.node-paper .content .field-name-field-file-access {
	float: left;
	display: inline-block;
	margin-left: 35px;
}

.node-paper .content .field-name-field-/ {
	padding-top: 0;
	margin-left: 20px;
	display: inline-block;
}

.field-name-field-file-access+.field-name-field-presentation-pdf {
	margin-left: 4px;
}

.content .field-name-field-file-access {
	margin-right: 5px;
}

#page #content .content-wrapper a:link,
#page #content .content-wrapper a:visited {
	border-bottom: 1px dotted;
	color: #DA5126;
	cursor: pointer;
}

/* Bibtex Accordion */
.node-paper .content .field-name-field-bibtex-node {
	background-image: url(images/bibtex-icon.png);
	clear: both;
	background-position: left center;
	background-repeat: no-repeat;
	height: 16px;
	padding: 5px 0 5px 22px;
	display: inline-block;
	margin: 0 0 20px 50px;
}

.bibtex-accordion-label {
	border-bottom: 1px dotted;
	cursor: pointer;
	line-height: 1.1;
	color: #8f1d05;
}

.bibtex-accordion-content {
	display: none;
}

/* End Bibtex Accordion */

/* disable session date on tech schedule for non-LISA14 events */

.tech-schedule .field-name-field-session-date,
.tech-schedule span.date-display-single {
	display: none;
}


/* View: Conferences Organized by Theme */
.view-conference-organized-by-theme .view-grouping-header {
	float: left;
	margin-top: 4px;
	display: none;
}

body.group-context-node-84 .view-conference-organized-by-theme .view-grouping-header {
	display: none;
}

.view-conference-organized-by-theme .view-grouping-content {
	margin-left: 60px;
	margin-bottom: 20px;
}

.view-conference-organized-by-theme .views-field-field-training-status {
	color: #990000;
}

/* disable read more and bookmarks links at bottom of certain presentations */

.tech-schedule .node-links ul li.node-readmore,
.tech-schedule .node-links ul li.flag-bookmarks {
	display: none;
}

/* tech schedule icons */
.node-paper .content .field-name-field-presentation-pdf {
	padding-top: 0;
	margin-left: 35px;
	display: inline-block;
}

.node-teaser .content .field-name-field-presentation-pdf {
	margin-top: -1px;
	margin-left: 0px;
	margin-right: -1px;
	display: inline-block;
}

.tech-schedule .field-name-field-presentation-pdf {
	float: left;
	padding-bottom: 10px;
}

.tech-schedule .usenix-schedule-slides {
	display: none;
}

.tech-schedule .field-name-field-video-icon,
.tech-schedule .field-name-field-audio-icon {
	float: left;
	padding-left: 10px;
	display: none;
}

.tech-schedule .field-name-field-audio-mp3-url {
	background-image: url(images/audio_16.png);
	background-position: left center;
	clear: none;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	height: 8px;
	padding: 5px 0 5px 15px;
	vertical-align: middle;
	float: left;
	text-indent: -9999px;
	text-transform: none;
	overflow: hidden;
	width: 16px;
}

.tech-schedule .field-name-field-video-h264-url {
	background-image: url(images/video_16.png);
	background-position: left center;
	clear: none;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	height: 8px;
	padding: 5px 0 5px 0;
	vertical-align: middle;
	float: left;
	text-indent: -9999px;
	text-transform: none;
	overflow: hidden;
	width: 16px;
}

.tech-schedule p.room {
	margin-left: 10px;
	margin-bottom: 10px;
}

.presentation-icon-group {
	font-weight: 600;
	margin-left: 10px;
	line-height: 20px;
}

.view-conferences a.register-button {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('images/register_now_gray_195.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 195px 37px;
	width: 195px;
	height: 37px;
}

/* BoF table styles */
table.bof-table {
	width: 745px;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
}

table.bof-table thead tr {
	color: white;
}

/* font color for header row */
td.bof-date {
	font-weight: bold;
}

td.bof-header-room {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
	width: 15%;
}

td.bof-header-size {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
	width: 10%;
}

td.bof-header-2 {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
	width: 37%;
}

td.bof-header-3 {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
	width: 25%;
}

td.bof-header-4 {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
	width: 18%;
}

td.bof-header-5 {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
	width: 11%;
}

td.bof-room {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
}

td.bof-size {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
}

td.bof-body {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	line-height: 1.3em;
}

td.bof-body-2 {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	line-height: 1.3em;
}

td.bof-body-3 {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	line-height: 1.3em;
}

td.bof-body-4 {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	line-height: 1.3em;
}

td.bof-body-5 {
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
	line-height: 1.3em;
}

/* Registration Page table styles */
table.reg-table {
	width: 745px;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
}

table.reg-table thead tr {
	color: white;
}

/* font color for header row */
table.reg-table td {
	text-align: center;
	border: 1px solid black;
	border-collapse: collapse;
	vertical-align: middle;
}

/* At a Glance table styles */
table.glance {
	width: 100%;
	border: 0;
}

tr.glance-date {
	color: white;
}

/* disable session links */
div.node-session .node-paper h2 {
	pointer-events: inherit;
}

div.node-session h2 {
	pointer-events: none;
}

/* Neat Conference Paragraphs */
.node-type-conference .paragraphs-items-field-paragraphs {
	display: none;
}

/* Backdrop */
#social-link-icons {
  display: none;
}

body[class*="page-conference-leet12"] .block-og-menu-og-single-menu-block {
  display: none;
}

/* Fixes issue with float on /conference/usenixsecurity13 */
.node-conference .field-type-text-with-summary:after {
  clear: unset;
}
