/*
Theme Name:     On Demand Child Theme
Description:    Child Theme of Braxton
Author:         Matt Spaiser
Template:       braxton

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../braxton/style.css");

@import url("hover-min.css");


/* All Site */

body, #post-area, #post-area blockquote, #post-info, #top-story-left h2, #top-story-right h2, .feat1-left-text h2, .feat1-right-text h2, #feat2-main-text h2, #middle-text h2, ul.split-columns li h2, .home-widget .wide-text h2, .home-widget .home-list-content h2, h1.story-title, .sidebar-widget .wide-text h2, .sidebar-widget ul.split-columns li h2, .footer-widget .wide-text h2, .footer-widget ul.split-columns li h2, #post-404 h1, #respond p, .home-widget span.widget-info, .home-widget span.widget-info a, .sidebar-widget, .sidebar-widget span.widget-info, .sidebar-widget span.widget-info a, .footer-widget, .footer-widget .home-list-content h2, #footer-nav .menu li a, #copyright, .tag-cloud a, h4.ad-header, .pagination, .post-tags a, span.post-tags-header, span.post-header {
  font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #464646;
}

.clear {
  clear: both;
  display: block;
  height: 0;
}

#respond #submit {
  font-family: "Lato", sans-serif;
}

.mobileOnly {
	display: none;
}



/* Sticky Footer */

html, body {
  height: 100% !important;
}

#site {
  min-height: 100%;
}

#main {
  overflow:auto;
  padding-bottom: 136px; /* equal to footer height */
}

#footer-wrapper {
  position: relative;
	margin-top: -136px; /* negative value of footer height */
	clear:both;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;/* thank you Erik J - negate effect of float*/
}



/* Main Menu */

#logo-small {
	max-width: none;
	margin-left: 0;
}

#main-nav {
	position: static;
}

#mega-menu-wrap-main-menu {
	position: static;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
	position: static;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout.mega-menu-item-has-children > a:after, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout li.mega-menu-item-has-children > a:after, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-has-children > a:after {
  margin: 0 0 0 2px;
}

#main-nav .menu li a {
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	-ms-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}

#main-nav .menu > li.menu-item-has-children > a {
	background-image: url('/wp-content/uploads/2014/09/Menu-Down-Caret.png');
	background-repeat: no-repeat;
	background-position: right -54px;
	padding-right: 30px;
	/*-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-ms-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;*/
}

#main-nav .menu > li.menu-item-has-children:hover > a {
	background-image: url('/wp-content/uploads/2014/09/Menu-Down-Caret.png');
	background-repeat: no-repeat;
	background-position: right 0;
	color: #FFF;
	background-color: #4076bb;
}

#main-nav .menu li ul li.menu-item-has-children > a {
	background-image: url('/wp-content/uploads/2014/09/Menu-Right-Caret.png');
	background-repeat: no-repeat;
	background-position: right -35px;
	/*-webkit-transition: background 0.3s ease-out;  
	-moz-transition: background 0.3s ease-out;  
	-o-transition: background 0.3s ease-out;  
	transition: background 0.3s ease-out;*/
}

#main-nav .menu li ul li.menu-item-has-children:hover > a {
	background-position: right 0;
	color: #FFF;
	background-color: #4076bb;
}

#main-nav .menu li ul li.menu-item-has-children:hover ul li:hover a {
	color: #FFF;
	background-color: #4076bb;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a:hover, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-align-bottom-left.mega-toggle-on > a {
	font-weight: bold;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child > a {
  font-weight: normal;
  text-transform: none;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .textwidget ul li a {
	display: block;
	padding: 8px;
	line-height: 1;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .textwidget ul li a:hover {
	background-color: #9ec9ff;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

.mega-sub-menu {
  webkit-box-shadow: 0 4px 20px -11px #000 !important;
  box-shadow: 0 4px 20px -11px #000 !important;
}

.fixed {
  opacity: 1;
}


/* Mobile Menu */

#menufication-outer-wrap {
  overflow: visible !important;
}

#menufication-outer-wrap #menufication-scroll-container {
  background-color: #333;
}

#menufication-outer-wrap #menufication-top, #menufication-non-css3-top {
  background: #FFF !important;
}

#menufication-outer-wrap #menufication-top #menufication-btn:before, #menufication-non-css3-top #menufication-non-css3-btn:before {
  border-color: #464646 !important;
}

#menufication-outer-wrap #menufication-nav ul.menufication-child-menu {
  border: none !important;
}

#menufication-outer-wrap #menufication-nav li.menufication-has-child-menu:before, #menufication-non-css3-nav li.menufication-non-css3-has-child-menu:before {
  content: url('/wp-content/uploads/2015/02/MobileMenu-Down-Caret-white.png') !important;
  margin-top: 7px !important;
}

#menufication-outer-wrap #menufication-nav li.menufication-child-menu-open:before, #menufication-non-css3-nav li.menufication-non-css3-child-menu-open:before, #menufication-nav .menufication-menu-level-1 li.menufication-has-child-menu:before, #menufication-non-css3-nav .menufication-non-css3-menu-level-1 li.menufication-non-css3-has-child-menu:before {
  content: url('/wp-content/uploads/2015/02/MobileMenu-Up-Caret-white.png') !important;
  border-bottom: none !important;
  margin-top: 7px !important;
}

/*#menufication-outer-wrap #menufication-nav ul.menufication-child-menu.menufication-menu-level-2 li.menufication-has-child-menu:before, #menufication-non-css3-nav ul.menufication-child-menu.menufication-menu-level-2 li.menufication-non-css3-has-child-menu:before {
  content: url('/wp-content/uploads/MobileMenu-Down-Caret-464646.png') !important;
  margin-top: 7px !important;
}

#menufication-outer-wrap #menufication-nav ul.menufication-child-menu.menufication-menu-level-2 li.menufication-child-menu-open:before, #menufication-non-css3-nav ul.menufication-child-menu.menufication-menu-level-2 li.menufication-non-css3-child-menu-open:before, #menufication-nav ul.menufication-child-menu.menufication-menu-level-2 .menufication-menu-level-1 li.menufication-has-child-menu:before, #menufication-non-css3-nav ul.menufication-child-menu.menufication-menu-level-2 .menufication-non-css3-menu-level-1 li.menufication-non-css3-has-child-menu:before {
  content: url('/wp-content/uploads/MobileMenu-Up-Caret-464646.png') !important;
  border-bottom: none !important;
  margin-top: 7px !important;
}*/

#menufication-outer-wrap #menufication-nav .menufication-child-menu, #menufication-non-css3-nav .menufication-non-css3-child-menu {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#menufication-outer-wrap #menufication-nav .menufication-child-menu li, #menufication-non-css3-nav .menufication-non-css3-child-menu li {
  border-bottom-color: #888 !important;
	border-top: none !important;
}

#menufication-outer-wrap #menufication-nav .menufication-child-menu li  .menufication-child-menu li, #menufication-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li {
  border-bottom-color: #BBB !important;
}

#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li .menufication-child-menu li,
#menufication-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li {
  border-bottom-color: #DDD !important;
}

#menufication-outer-wrap #menufication-nav li a,
#menufication-outer-wrap #menufication-non-css3-nav li a {
  color: #FFF !important;
  text-transform: none !important;
  font-family: "Lato", sans-serif !important;
  display: block;
  padding: 13px 0 13px 15px !important;
  text-shadow: none;
}

#menufication-outer-wrap #menufication-nav li.menufication-has-child-menu > a {
  display: block;
}

#menufication-outer-wrap #menufication-nav ul.menufication-menu-level-0 > li > a {
  font-weight: 400 !important;
}

#menufication-outer-wrap #menufication-nav ul.menufication-menu-level-0 > li.menufication-has-child-menu > a:hover, #menufication-outer-wrap #menufication-nav ul.menufication-menu-level-0 > li.menufication-has-child-menu > a:active {
  background-color: inherit;
}

/* Level 1 */
#menufication-outer-wrap #menufication-nav .menufication-child-menu li a,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li a,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li.menufication-has-child-menu>a:hover,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li.menufication-has-child-menu>a:hover,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li.menufication-has-child-menu>a:active,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li.menufication-has-child-menu>a:active {
  color: #FFF !important;
  text-shadow: none;
  font-weight: 400 !important;
  padding-left: 30px !important;
  background-color: #515151;
}

/* Level 2 */
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li a,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li a,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li.menufication-has-child-menu>a:hover,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li.menufication-has-child-menu>a:hover,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li.menufication-has-child-menu>a:active,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li.menufication-has-child-menu>a:active {
  background-color: #888;
  padding-left: 45px !important;
}

#menufication-outer-wrap #menufication-nav .menufication-child-menu.menufication-menu-level-2 {
  border: none;
}

/* Level 3 */
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li .menufication-child-menu li a,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li a,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li .menufication-child-menu li.menufication-has-child-menu>a,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li.menufication-has-child-menu>a {
  color: #464646 !important;
  background-color: #BBB;
  padding-left: 60px !important;
}

/* Hover and active states */
#menufication-outer-wrap #menufication-nav ul.menufication-menu-level-0 > li > a:hover,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li a:hover,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li a:hover,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li a:hover,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li a:hover,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li .menufication-child-menu li a:hover,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li a:hover,
#menufication-outer-wrap #menufication-nav ul.menufication-menu-level-0 > li > a:active,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li a:active,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li a:active,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li a:active,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li a:active,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li .menufication-child-menu li a:active,
#menufication-outer-wrap #menufication-nav-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li a:active {
  color: #FFF !important;
  background-color: #45143f;
}

/* Current Page Links */
#menufication-outer-wrap #menufication-nav ul.menufication-menu-level-0 > li.menufication-active-class > a,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li.menufication-active-class>a,
#menufication-non-css3-nav .menufication-non-css3-child-menu li.menufication-active-class>a,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li.menufication-active-class>a,
#menufication-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li.menufication-active-class>a,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li .menufication-child-menu li.menufication-active-class>a,
#menufication-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li.menufication-active-class>a {
  font-weight: 900 !important;
  border-right: 1px solid;
  /*color: #262626 !important;
  background-color: #FFF;*/
}

#menufication-outer-wrap #menufication-nav ul.menufication-menu-level-0 > li.menufication-active-class > a {
  border-color: #262626;
}

#menufication-outer-wrap #menufication-nav .menufication-child-menu li.menufication-active-class>a,
#menufication-non-css3-nav .menufication-non-css3-child-menu li.menufication-active-class>a {
  border-color: #4076BB;
}

#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li.menufication-active-class>a,
#menufication-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li.menufication-active-class>a {
  border-color: #DDD;
}

#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li .menufication-child-menu li.menufication-active-class>a,
 #menufication-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li.menufication-active-class>a {
  border-color: #C0C0C0;
}

/* Current Page Links: No Hover State */
/*#menufication-outer-wrap #menufication-nav ul.menufication-menu-level-0 > li.menufication-active-class > a:hover,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li.menufication-active-class>a:hover,
#menufication-non-css3-nav .menufication-non-css3-child-menu li.menufication-active-class>a:hover,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li.menufication-active-class>a:hover,
#menufication-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li.menufication-active-class>a:hover,
#menufication-outer-wrap #menufication-nav .menufication-child-menu li .menufication-child-menu li .menufication-child-menu li.menufication-active-class>a:hover,
#menufication-non-css3-nav .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li .menufication-non-css3-child-menu li.menufication-active-class>a:hover {
  color: #262626 !important;
  background-color: #FFF;
}*/

#menufication-outer-wrap #menufication-nav li form input, #menufication-non-css3-nav li form input {
  color: #464646 !important;
  background: #FFF !important;
  margin: 3%;
}

#menufication-outer-wrap #menufication-nav li, #menufication-outer-wrap #menufication-non-css3-nav li {
  padding: 0 !important;
}


/* Social Icons */

.mobileSocialIcons {
  margin: 10px 13px;
  text-align: center;
}

#menufication-nav .mobileSocialIcons h2 {
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.mobileSocialIcons a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 10px 10px 0;
	background-image: url('/wp-content/uploads/SocialIcons-50px.png');
}


.mobileSocialIcons a.facebook {
	background-position: 0 0;
}

.mobileSocialIcons a.twitter {
	background-position: -50px 0;
}

.mobileSocialIcons a.tumblr {
	background-position: -100px 0;
}

.mobileSocialIcons a.instagram {
	background-position: -150px 0;
}

.mobileSocialIcons a.youTube {
	background-position: -200px 0;
}

.mobileSocialIcons a.eNews {
	background-position: -250px 0;
}

#menufication-nav .mobileSocialIcons img.spacer {
	display: inline-block;
	width: 180px;
	height: 50px;
	margin: 0 10px 0 0;
}


.SocialIcons {
  text-align: center;
  margin: 0 0 5px;
}

.SocialIcons a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 8px 0 0;
	background-image: url('/wp-content/uploads/SocialIcons.png');
}

.SocialIcons a.facebook {
	background-position: 0 0;
}

.SocialIcons a.twitter {
	background-position: -32px 0;
}

.SocialIcons a.tumblr {
	background-position: -64px 0;
}

.SocialIcons a.instagram {
	background-position: -96px 0;
}

.SocialIcons a.youTube {
	background-position: -128px 0;
}

.SocialIcons a.eNews {
	background-position: -160px 0;
}

.SocialIcons h2 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}

p.connect-sidebar {
  text-align: center;
}


/* Footer */

#footer-nav {
  display: none;
}

#footer-widget-wrapper {
  padding-bottom: 62px;
}

.footer-widget {
  width: auto;
  height: 54px;
  margin: 0;
}


/* Home Page */

#featured-wrapper {
  /*max-width: 1000px !important;*/
  margin: 0 auto;
  height: 360px;
}

.category #featured-wrapper {
  border-top: 1px solid #FFF;
}

ul.featured-items li img {
  max-width: 640px;
  width: 640px;
}

.featured-text h2, .featured-text h2 a, .featured-text h2.featured-small, .featured-text h2.featured-small a {
  font-size: 24px;
  line-height: 105%;
  text-transform: none;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.featured-excerpt p {
  text-transform: none;
}

ul.featured-items li {
  max-height: 360px !important;
}

.featured-text h3 {
	display: none;
}

.widget-cat-contain h3.widget-cat {
	display: none;
}


/* Category Page */

ul.split-columns li:hover .widget-info, .home-widget ul.wide-widget li:hover .widget-info, .home-widget ul.home-list li:hover .widget-info, ul.split-columns li:hover p, .home-widget ul.wide-widget li:hover p, .home-widget ul.home-list li:hover p {
  color: #4076BB;
}

.cat-description {
  line-height: 1.25;
  display: inline-block;
  width: 100%;
}

.cat-description p {
  margin-bottom: 15px;
}

.cat-description h2 {
  font-size: 110%;
  margin-bottom: 15px;
}

.cat-description h3 {
  margin-bottom: 15px;
  font-size: 110%;
}

.cat-description h3 a {
  color: #4076BB;
}


.cat-description ol {
  margin: 0 0 20px 20px !important;
}

.cat-description ol li {
  list-style: inside none decimal;
  margin-bottom: 10px;
}

.home-widget {
  font-family: "Lato", sans-serif;
}

.home-widget .split-columns .home-list-content p {
  padding: 0 20px;
}

h1.home-widget-header, h3.home-widget-header {
	font-weight: 900;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-transform: none;
}

.home-widget ul li .home-list-content h2, .home-widget ul li .home-list-content h2 {
	font-size: 16px;
	margin-bottom: 5px;
  margin-top: 2px;
}

.home-widget ul.split-columns li .home-list-content {
	width: 100%;
	/*margin-top: 5px;*/
}

.home-widget ul.split-columns li {
	height: 220px;
	width: 193px;
	margin-bottom: 20px;
}

.home-widget ul.split-columns.infinite-content li.infinite-post .split-text h2 {
	font-size: 14px;
}

.home-widget ul.split-columns li p, .home-widget ul.split-columns li p a {
	font-size: 13px;
	line-height: 20px;
	display: none;
}

.home-widget ul.split-columns li .home-list-img {
	width: 100%;
}

.home-widget ul.split-columns li .home-list-img img {
  width: 193px;
  height: 117px;
}

.home-widget ul.home-list li {
  position: relative;
}

.home-widget ul.home-list li .home-list-img {
  margin-right: 0;
}

.home-widget ul.home-list li .home-list-content {
  padding-left: 20px;
  height: 178px;
}

.home-widget ul.home-list li .home-list-img img {
  width: 295px;
  height: 178px;
}


button.flip {
	width: 37px;
	height: 14px;
	padding: 0;
	border: none;
	background: url('/wp-content/uploads/2014/10/FlipCategory.png');
}

button.flip:hover {
	cursor: pointer;
}

button.flip:focus {
	outline: none;
}

button.flip.home-list {
	background-position: 0 -14px;
}

button.flip.split-columns {
	background-position: 0 0;
}

.nav-links {
  display: none;
}

h1.archive-header {
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: none;
}

form.filterform input#filterinput {
  font-size: 100%;
  width: 350px;
}


/* Single Posts */

.story-cat {
  display: none;
}

span.comments-number {
  display: none;
}

.post-tags a, span.post-tags-header {
  text-transform: none;
}

.wp-social-login-provider-list a:hover {
  text-decoration: none;
}

span.post-header {
  font-size: 16px;
  font-weight: 700;
}

span.post-header#commentBoxHeader {
  font-size: 20px;
  font-weight: 400;
}

#featured-image {
  display: none;
}

.yarpp-related .SocialIcons {
	border-top: 2px dotted #464646;
  padding-top: 20px;
  margin-top: 20px;
}

.yarpp-related p.connect-sidebar {
  margin-bottom: 30px;
}

ul.PPTimages {
	background-color: #e5e5e5;
	padding: 10px 0 10px 10px;
	margin: 0;
  width: auto;
}

ul.PPTimages li {
	margin: 0 10px 0 0 !important;
	list-style: none;
	float: left;
	width: 200px;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}

ul.PPTimages li img {
	margin: 0 0 5px;
	list-style: none;
}

ul.PPTimages li.clear {
	float: none;
	clear: both;
	width: 0;
}



/* Sniffer */

html {
	min-height:100%;
	height: inherit;
	position:relative;
}

body {
	height:100%;
}

.snifferTakeover {
	position: absolute;
	top:0;
	bottom:0;
	z-index: 500;
	background-color: rgba(0,0,0,0.5);
	width: 90%;
	padding: 5%;
	height: 100%;
}

.snifferContainer {
	z-index: 501;
	max-width: 900px;
	position: relative;
	margin: 0 auto;
	background-color: #000;
	padding-bottom: 5%;
	border: 4px solid #510d3f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.snifferContainer .snifferTop {
	padding: 5% 10% 0;
	background-color: #000;
	position: relative;
}

.snifferContainer .snifferTop h1 {
	color: #FFF;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	margin: 0;
	font-weight: bold;
}

.snifferContainer .snifferTop h1 img.logo {
	width: 100%;
	height: auto;
	display: block;
}

.snifferContainer .snifferTop h2 {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	margin: 5% 0;
	font-weight: bold;
}

.snifferContainer .snifferTop img.people {
	width: 100%;
	height: auto;
	display: block;
}
	
.snifferContainer .snifferBottom {
	width: 70%;
	margin: 0 auto;
	border: 4px solid .FFF;
	padding: 10% 10% 5%;
	background: #510d3f; /* Old browsers */
	background: -moz-linear-gradient(top, #510d3f 0%, #281322 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#510d3f), color-stop(100%,#281322)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #510d3f 0%,#281322 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #510d3f 0%,#281322 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #510d3f 0%,#281322 100%); /* IE10+ */
	background: linear-gradient(to bottom, #510d3f 0%,#281322 100%); /* W3C */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.snifferContainer .snifferBottom p {
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	margin: 0 0 5%;
}

.snifferContainer .snifferBottom a.snifferBtn {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5%;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    5px 5px 2px 0px rgba(0, 0, 0, 1);
	box-shadow:         5px 5px 2px 0px rgba(0, 0, 0, 1);
}

.snifferContainer .snifferBottom a.snifferBtn:hover, .snifferContainer .snifferBottom a.snifferBtn:active {
	background-color: #5e9eff;
}

.snifferContainer .snifferBottom a.continue {
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
}

.snifferContainer .snifferBottom a.continue:hover, .snifferContainer .snifferBottom a.continue:active {
	color: #5e9eff;
}


/* Ajax Search Pro */

.cat-description .ajaxsearchpro.asp_main_container {
  margin: 10px 0 !important;
}

.cat-description div.ajaxsearchpro[id*="ajaxsearchpro8_"] .probox .proinput input.orig::-moz-placeholder, .cat-description div.ajaxsearchpro .probox .proinput input.orig::-moz-placeholder {
    line-height: 28px !important;
}



/* The following CSS to line 755 as of this writing was added in for the speaker post page */

#catsNameSpeakersList {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 20px;
	white-space: nowrap;
	line-height: 16px;
	float: left;
	text-align: left;
	width: 680px;
}

#catsNameSpeakersList ol.column {
	float: left;
	margin-right: 44px;
	width: 181px;
}

#catsNameSpeakersList ol.column li {
	margin-bottom: 5px;
}

#catsNameSpeakersList ol.column li a {
	color: #464646;
	font-weight: normal;
	text-decoration: none;
}

#catsNameSpeakersList ol.column li a:hover {
	color: #0068b3;
}

#textDiv {
  text-align:center;
  margin-bottom: 10px;
}
#textDiv > input#filterinput {
  text-align:left;
}

.mode {
	display: block;
	width: 37px;
	height: 14px;
	background: url("/wp-content/uploads/2013/06/mode3.png") 0 0 no-repeat;
  float: right;
  margin: 17px 0 10px;
}

.list .post {
  position: relative;
}

.list .post .thumb {
  float: left;
  display: block;
  height: 113px;
}
.list .post .thumb img {
	width: 202px;
	height: 113px;
}
.list .post a {
	color: #464646;
}

.flip {background-position: 0 100% !important;}

.MediaIcons {
	position: absolute;
	z-index: 400;
	Left: 6px;
	Bottom: 6px;
}

.post a.videoIcon, .videoIcon {
	background: url("/wp-content/uploads/2013/01/videoicon.png") no-repeat scroll 0 0 transparent;
	height: 22px;
	width: 22px;
	float: left;
	padding-right: 5px;
}

.post a.audioIcon, .audioIcon {
	background: url("/wp-content/uploads/2013/01/audioicon.png") no-repeat scroll 0 0 transparent;
	height: 22px;
	width: 22px;
	float: left;
}

.content-title h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	margin: 0 0 2px;
}

.list .post .post-meta {
	width: 381px;
	margin-left: 17px;
  float: left;
}

.list .post h2, .list .post h2 a {
	color: #464646;
	font-size: 18px;
  line-height: 21px;
	font-weight: bold;
	text-decoration: none;
}

.list .post .post-meta span, .list .post .post-meta a {
	color: #464646;
	text-decoration: none;
	font-style: normal;
}

.list .post .post-meta .post-edit-link {
  margin-bottom: 6px
}

.list .post .post-meta .post-content {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

.list .post .post-meta .post-content p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.list .post .post-meta span, .list .post .post-meta a {
	color: #464646;
	text-decoration: none;
	font-style: normal;
}

.list .post .post-meta .post-content a.more {
  font-weight: bold;
  text-transform: uppercase;
  color: #0068b3;
  background: url("/wp-content/uploads/2013/04/blueCaret.png") no-repeat;
	background-position: 100% 2px;
  padding-right: 10px;
}

ul.loop, ul.loopcat {
	width: 658px;
	clear: both;
  margin-bottom: 10px;
}

ul.loop li,ul.loopcat li {
	height: 194px;
	display: block;
	float: left;
	margin: 10px 17px 5px 0;
}

ul.loop.list li, ul.loopcat.list li {
	clear: both;
  margin: 0 20px;
  width: 600px;
  height: auto;
  padding: 20px 0 21px;
}

ul.loop.list li:first-child, ul.loopcat.list li:first-child {
  padding-top: 10px;
}

ul.loop.list li:last-child, ul.loopcat.list li:last-child {
  background: none;
  padding-bottom: 15px
}

.grid .post {
	width: 202px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.grid .post .post-category, .grid .post .post-content, .grid .post .post-meta em {
	display: block;
}

.grid .post .post-content {
  display: none;
}

.post-content p {
	text-transform: none;
}

.post-content ul, .post-content ol {
	font-size: 14px;
  line-height: 21px;
  margin: 0 0 21px 21px;
}

.post-content ul li {
	list-style: disc inside;
  margin-bottom: 10px;
}

.post-content ol li {
	list-style: decimal inside;
  margin-bottom: 10px;
}

.grid .post h2, .grid .post .post-meta {
	display: block;
	overflow: hidden;
}
.grid .post .thumb {
	width: 202px;
	height: 113px;
	display: block;
}

.grid .post .thumb img {
	width: 202px;
	height: 113px;
}
.grid .post h2, .grid .post h2 a {
	color: #464646;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}
.grid .post h2 a {
	padding-bottom: 2px;
}
.grid .post p.post-edit-link, .grid .post p.post-edit-link a {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}
.grid .post a {
	text-decoration: none;
	padding-bottom: 2px;
}
.grid .post a img {
	width: 202px;
	height: 113px;
}
.grid .post:hover .post-meta a {
	color: #0068b3;
	text-decoration: none;
}
.grid .post .post-meta {
	color: #464646;
}
.grid .post .post-meta a {
	color: #464646;
	font-style: normal;
	display: block;
}
.grid .post .post-meta a:hover {
	color: #0068b3;
	text-decoration: none;
}
.grid .post .post-meta .post-author {
	text-transform: none;
	color: #0068b3;
}

span#sortOpts {
  position: relative;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

button.sortButtons {
  color: #45143f;
  background-color: #DDD;
	display: block;
  float: left;
  width: 180px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px outset #DDD;
  margin: 0;
}

button.sortButtons:first-child {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

button.sortButtons:last-child {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

button.sortButtons:hover {
  background-color: #4076bb;
  border: 1px outset #4076bb;
  color: #FFF;
}

button.sortButtons:active {
  border: 1px inset #3765a1;
  background-color: #3765a1;
  color: #FFF;
}

button.sortButtons:focus {
  outline: 0;
}

button.sortedButton, button.sortedButton:hover, button.sortedButton:active {
  background-color: #45143f;
  border: 1px inset #45143f;
  color: #FFF;
  cursor: default;
}


#SocialMedia_Box {
  width: 250px;
	margin: 0 auto;
}

#SocialMedia_Box .addthis_sharing_toolbox {
  margin: 0;
  height: 32px;
}

#SocialMedia_Box h2 {
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  float: left;
  margin-right: 10px;
  font-weight: 800;
}

#SocialMedia_Box .RSS p a {
	color: #464646;
	text-decoration: none;
	display: block;
}

#SocialMedia_Box .RSS p a:hover {
	color: #0068b3;
}

#SocialMedia_Box .RSS p a img {
	vertical-align: middle;
	padding: 0 0 5px 5px;
}

#SocialMedia_Box p {
  margin: 10px auto;
	text-align: center;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

#SocialMedia_Sticky {
  display: none;
}




#sidebar-wrapper p {
  margin: 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
}


#livecastHP {
	margin: 0;
}

#livecastHP .hr {
	margin: 5px 0;
}

#livecastHP h5 {
	font-size: 18px;
	line-height: 18px;
	margin: 10px 0;
}

#livecastHP h6 {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
}

#livecastHP h6 a {
	text-decoration: none;
	font-weight: bold;
}

#livecastHP h6 a.caretBtn {
	background-position: 100% 3px;
}

#livecastHP h6 a.caretBtn:hover {
	background-position: 100% -11px;
}

#livecastHP h6 a img {
	margin: 0;
}

#livecastHP p {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

#livecastHP img {
	margin-top: 10px;
}

#livecastHP img.livecastTitle {
	margin: 0 auto;
  display: block;
}

#livecastHeader {
  text-align: center;
}
  

a.caretBtn {
	background: url("/wp-content/uploads/2013/04/blueCaret.png") no-repeat;
	background-position: 100% 4px;
	padding-right: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

a.caretBtn:hover {
	color: #45143f;
	background: url("/wp-content/uploads/2013/04/blueCaret.png") no-repeat;
	background-position: 100% -10px;
	text-decoration: none;
}

.cat-description a.caretBtnLG {
	background: url("/wp-content/uploads/blueCaretLG.png") no-repeat;
	background-position: 100% -1px;
	padding-right: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.cat-description a.caretBtnLG:hover {
	color: #45143f;
	background: url("/wp-content/uploads/blueCaretLG.png") no-repeat;
	background-position: 100% -23px;
	text-decoration: none;
}

.sidebar-widget {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #464646;
}


div#comments {
  display: none;
}

#commentBoxHeader {
 cursor: pointer; 
}

#commentBoxHeader:after {
  content: '\f140';
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  margin: 0 0 0 6px;
  vertical-align: top;
}

#backToTop {
  display: none;
}

#backToTop > a {
  display: block;
  text-decoration: none;
  -webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
  background-color: rgba(215, 215, 215, 0.85);
  line-height: 18px;
  text-align: right;
  margin: 0;
  padding: 10px;
  padding-left: 30px;
  background-image: url('/wp-content/uploads/TopArrow_Btn.png');
  background-repeat:  no-repeat;
  background-position: 10px 14px;
}

#backToTop.showLink {
  position: fixed;
  bottom: 0;
  margin-left: 700px;
  z-index: 4000;
}

/* Show leaderboard ad only on home page */

#leaderboard-wrapper {
  display: none;
}

.home #leaderboard-wrapper {
  display: block;
}


/* Dotted hr */

.social-box, h4.post-header {
  border-bottom: 2px dotted #464646;
  background: none;
}

h4.post-header {
  padding: 0;
  border-top: 2px dotted #464646;
}


/* Single Page */

#post-area .postMedia iframe {
  display: block;
  margin: 0 auto 5px;
}

#post-area .postMedia iframe {
  display: block;
  margin: 0 auto 5px;
}


#post-area .mediaviews {
  padding-bottom: 10px;
  border-bottom: 2px dotted #464646; 
}

.social-box {
  height: auto;
  padding-bottom: 10px;
}

.content-full .home-full .social-box .addthis_toolbox {
  width: 190px;
  margin: 0 auto;
}

.content-full .home-full .social-box .addthis_toolbox .addthis_counter.addthis_bubble_style {
  display: none !important;
}

.social-box h2 {
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  float: left;
  margin-right: 10px;
  font-weight: 800;
}

#post-area .social-box {
  position: relative;
}

#post-area .social-box .at-share-tbx-element .at-share-btn {
  width: 19%;
  max-width: none;
  margin: 0;
  margin-right: 1%;
  position: relative;
  display: inline-block;
}

#post-area .social-box .at-share-tbx-element .at-share-btn span {
  width: 100% !important;
  padding: 0;
  background-position: center;
  text-align: center;
  padding: 5px 0;
}


/* YARPP Related Posts */

.yarpp-related {
  float: right;
  padding: 0 20px 20px;
	position: relative;
	width: 300px;
}

#content-wrapper .yarpp-related h3 {
  border-bottom: 2px dotted #464646;
  border-top: 2px dotted #464646;
  margin-bottom: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase !important;
  padding: 10px 0 !important;
}

.yarpp-related ol li {
  clear: both;
  margin-bottom: 10px;
}

.yarpp-related ol li a {
  display: block;
}

.yarpp-related ol li a img {
  width: 150px;
  height: 84px;
  display: block;
  float: left;
}

.yarpp-related ol li .relatedText {
  width: 140px;
	float: left;
	display: block;
  padding-left: 10px;
}

.yarpp-related a, .yarpp-related a:visited {
  color: #464646;
}

.yarpp-related a:hover {
  color: #4076BB;
}

.yarpp-related ol li .relatedText .relatedTitle {
  font-size: 85%;
  line-height: 120%;
  display: block;
}

.yarpp-related ol li .relatedText .relatedDate {
  font-size: 78%;
  display: block;
  font-weight: normal;
  margin-top: 4px;
}

/* Microsite Headers */

.micrositeHead {
  width: 100%;
  height: 190px;
  background: #000;
}

.micrositeHead a {
  width: 1000px;
  height: 190px;
  margin: 0 auto;
  display: block;
}

.animateMainHeader {
  top: -54px;
  -moz-transition: 0.5s top;
  -ms-transition: 0.5s top;
  -o-transition: 0.5s top;
  -webkit-transition: 0.5s top;
  transition: 0.5s top;
}

.micrositeHead.amCon {
  background: url('/wp-content/uploads/MS_AmCon_bg.jpg');
  background-size: cover;
  background-position: center;
  z-index: 2000;
	top: 0;
  -moz-transition: 0.5s top;
  -ms-transition: 0.5s top;
  -o-transition: 0.5s top;
  -webkit-transition: 0.5s top;
  transition: 0.5s top;
}

.micrositeHead.amCon a {
  background: url('/wp-content/uploads/MS_AmCon_header.png');
  height: 148px;
  background-repeat: no-repeat;
  background-position: center;
}

.micrositeHead.elie-wiesel {
	background: #001f33; /* Old browsers */
  background: -moz-linear-gradient(left, #001f33 0%, #000000 50%, #001f33 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#001f33), color-stop(50%,#000000), color-stop(100%,#001f33)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #001f33 0%,#000000 50%,#001f33 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #001f33 0%,#000000 50%,#001f33 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #001f33 0%,#000000 50%,#001f33 100%); /* IE10+ */
  background: linear-gradient(to right, #001f33 0%,#000000 50%,#001f33 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f33', endColorstr='#001f33',GradientType=1 ); /* IE6-9 */
  z-index: 2000;
	top: 0;
  -moz-transition: 0.5s top;
  -ms-transition: 0.5s top;
  -o-transition: 0.5s top;
  -webkit-transition: 0.5s top;
  transition: 0.5s top;
}

.micrositeHead.elie-wiesel a {
  background: url('/wp-content/uploads/MS_elie-wiesel_header.png');
  height: 148px;
  /*background: url('/wp-content/uploads/MS_elie-wiesel_header2.png');*/ /* Commented code for header without menu */
  background-repeat: no-repeat;
  background-position: center;
}

.micrositeHead.poetry {
  z-index: 2000;
	top: 0;
  -moz-transition: 0.5s top;
  -ms-transition: 0.5s top;
  -o-transition: 0.5s top;
  -webkit-transition: 0.5s top;
  transition: 0.5s top;
}

.micrositeHead.poetry a {
  background: url('/wp-content/uploads/MS_Poetry_header.png');
  height: 148px;
  background-repeat: no-repeat;
  background-position: center;
}

.micrositeHead.talksPodcast {
  background: url('/wp-content/uploads/MS_TalksPodcast_bg.png');
  background-size: cover;
  background-position: center;
}

.micrositeHead.talksPodcast a {
  background: url('/wp-content/uploads/MS_TalksPodcast_header.png');
  background-repeat: no-repeat;
  background-position: center;
}

.micrositeHead.mario-cuomo-at-92y {
  background: url('/wp-content/uploads/MS_MarioCuomo_bg.png');
  background-size: cover;
  background-position: center;
}

.micrositeHead.mario-cuomo-at-92y a {
  background: url('/wp-content/uploads/MS_MarioCuomo_header.png');
  background-repeat: no-repeat;
  background-position: center;
}

.micrositeHead.genius a {
  background: url('/wp-content/uploads/MS_genius_header.png');
  background-repeat: no-repeat;
  background-position: center;
}

.micrositeHead.how-to {
  background: url('/wp-content/uploads/MS_how-to_bg.jpg');
  background-size: cover;
  background-position: center;
}

.micrositeHead.how-to a {
  background: url('/wp-content/uploads/MS_how-to_header.png');
  background-repeat: no-repeat;
  background-position: center;
}


.micrositeHead.inside92Y {
  background: #45143f; /* Old browsers */
  background: -moz-linear-gradient(top, #45143f 0%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45143f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45143f 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45143f 0%,#000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45143f 0%,#000000 100%); /* IE10+ */
  background: linear-gradient(to bottom, #45143f 0%,#000000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45143f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.micrositeHead.inside92Y a {
  background: url('/wp-content/uploads/MS_Inside92Y_header.png');
  background-repeat: no-repeat;
  background-position: center;
}

.micrositeHead.mindcapsules {
  background: #2172ff; /* Old browsers */
  background: -moz-linear-gradient(top, #2172ff 0%, #1bfeff 50%, #2172ff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2172ff), color-stop(50%,#1bfeff), color-stop(100%,#2172ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2172ff 0%,#1bfeff 50%,#2172ff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2172ff 0%,#1bfeff 50%,#2172ff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2172ff 0%,#1bfeff 50%,#2172ff 100%); /* IE10+ */
  background: linear-gradient(to bottom, #2172ff 0%,#1bfeff 50%,#2172ff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2172ff', endColorstr='#2172ff',GradientType=0 ); /* IE6-9 */
}

.micrositeHead.mindcapsules a {
  background: url('/wp-content/uploads/MS_mindcapsules_header.png');
  background-repeat: no-repeat;
  background-position: center;
}


micrositeHead.WNYC {
  background: #e21838;
}

.micrositeHead.WNYC a {
  background: url('/wp-content/uploads/MS_WNYC_header.png');
  background-repeat: no-repeat;
  background-position: center;
}

.micrositeHead.fashion-icons a {
  background: url('/wp-content/uploads/MS_fashion-icons_header.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

.micrositeHead.fridges {
  background: #c264ab;
}

.micrositeHead.fridges a {
  background: url('/wp-content/uploads/MS_Fridges_header.png');
  background-repeat: no-repeat;
  background-position: center;
}

.micrositeHead.tell-me-why a {
  background: url('/wp-content/uploads/MS_tell-me-why_header.png');
  background-repeat: no-repeat;
  background-position: center;
}

.micrositeHead.guitar-talks {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4a1a6+0,858287+100 */
background: #a4a1a6; /* Old browsers */
background: -moz-linear-gradient(top,  #a4a1a6 0%, #858287 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4a1a6), color-stop(100%,#858287)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a4a1a6 0%,#858287 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a4a1a6 0%,#858287 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a4a1a6 0%,#858287 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a4a1a6 0%,#858287 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a1a6', endColorstr='#858287',GradientType=0 ); /* IE6-9 */
  /*background: url('/wp-content/uploads/MS_guitar-talks_bg.png');
  background-repeat: repeat-x;*/
}

.micrositeHead.guitar-talks a {
  background: url('/wp-content/uploads/MS_guitar-talks_header.png');
  background-repeat: no-repeat;
  background-position: center;
}

.micrositeHead.person-place-thing-podcast a {
  background: url('/wp-content/uploads/MS_person-place-thing-podcast_header.png');
  background-repeat: no-repeat;
  background-position: center;
}

.subscribePodcast p {
  font-size: 14px;
  line-height: 24px;
}


.micrositeHead #mega-menu-wrap-amcon-menu, .micrositeHead #mega-menu-wrap-poetry-menu, .micrositeHead #mega-menu-wrap-mini-poetry,  .micrositeHead #mega-menu-wrap-elie-wiesel {
  background-color: transparent;
  border-top: 1px solid;
  border-color: #999999;
  border-color: rgba(255,255,255,.5);
}

#mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  width: 100%;
}

.micrositeHead #mega-menu-wrap-mini-poetry {
  display: none;
}

.micrositeHead #mega-menu-wrap-amcon-menu #mega-menu-amcon-menu, .micrositeHead #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu, .micrositeHead #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry, .micrositeHead #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#mega-menu-wrap-amcon-menu #mega-menu-amcon-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  padding: 10px 0;
}

.micrositeHead #mega-menu-wrap-amcon-menu #mega-menu-amcon-menu > li.mega-menu-item > a, .micrositeHead #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu > li.mega-menu-item > a, .micrositeHead #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry > li.mega-menu-item > a, .micrositeHead #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel > li.mega-menu-item > a {
  color: #FFF;
  height: 41px;
  line-height: 41px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

#mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel > li.mega-menu-item > a {
  padding: 0 20px;
}

.micrositeHead #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu > li.mega-menu-item > a, .micrositeHead #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry > li.mega-menu-item > a {
  font-size: 12px;
  font-weight: 700;
  margin: 0 5px;
}

.micrositeHead #mega-menu-wrap-amcon-menu #mega-menu-amcon-menu > li.mega-menu-item > a:hover,
.micrositeHead #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu > li.mega-menu-item > a:hover,
.micrositeHead #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry > li.mega-menu-item > a:hover,
.micrositeHead #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel > li.mega-menu-item > a:hover {
  color: #9ec9ff;
}

#mega-menu-wrap-amcon-menu #mega-menu-amcon-menu li.mega-menu-flyout.mega-menu-item-has-children > a:after, #mega-menu-wrap-amcon-menu #mega-menu-amcon-menu li.mega-menu-flyout li.mega-menu-item-has-children > a:after, #mega-menu-wrap-amcon-menu #mega-menu-amcon-menu > li.mega-menu-item-has-children > a:after, #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu li.mega-menu-flyout.mega-menu-item-has-children > a:after, #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu li.mega-menu-flyout li.mega-menu-item-has-children > a:after, #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu > li.mega-menu-item-has-children > a:after, #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry li.mega-menu-flyout.mega-menu-item-has-children > a:after, #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry li.mega-menu-flyout li.mega-menu-item-has-children > a:after, #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry > li.mega-menu-item-has-children > a:after, #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel li.mega-menu-flyout.mega-menu-item-has-children > a:after, #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel li.mega-menu-flyout li.mega-menu-item-has-children > a:after, #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel > li.mega-menu-item-has-children > a:after {
  margin: 0 0 0 2px;
}

#mega-menu-wrap-amcon-menu #mega-menu-amcon-menu .textwidget ul, #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu .textwidget ul, #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry .textwidget ul, #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel .textwidget ul {
  text-align: center;
}

#mega-menu-wrap-amcon-menu #mega-menu-amcon-menu .textwidget ul li, #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu .textwidget ul li, #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry .textwidget ul li, #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel .textwidget ul li {
	display: block;
}

#mega-menu-wrap-amcon-menu #mega-menu-amcon-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  float: none;
}

#mega-menu-wrap-amcon-menu #mega-menu-amcon-menu .textwidget ul li a, #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu .textwidget ul li a, #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry .textwidget ul li a, #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel .textwidget ul li a {
	display: block;
	padding: 8px 20px;
	line-height: 1;
}

#mega-menu-wrap-amcon-menu #mega-menu-amcon-menu .textwidget ul li a:hover, #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu .textwidget ul li a:hover, #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry .textwidget ul li a:hover, #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel .textwidget ul li a:hover {
	background-color: #9ec9ff;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	-ms-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .textwidget ul.DateMenu li, #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu .textwidget ul.DateMenu li, #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry .textwidget ul.DateMenu li, #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel .textwidget ul.DateMenu li {
	display: inline-block;
  width: 12%;
}

#mega-menu-wrap-amcon-menu #mega-menu-amcon-menu .textwidget ul li {
	display: inline-block;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .textwidget ul.DateMenu li a, #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu .textwidget ul.DateMenu li a, #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry .textwidget ul.DateMenu li a, #mega-menu-wrap-amcon-menu #mega-menu-amcon-menu .textwidget ul li a, #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel .textwidget ul li a {
	text-align: center;
}

/* Only Am Con menu */ .micrositeHead #mega-menu-wrap-amcon-menu #mega-menu-amcon-menu > li.mega-menu-item > a {
  font-size: 16px;
  padding: 0 15px;
}

.micrositeHead.amCon.fixed, .micrositeHead.poetry.fixed, .micrositeHead.elie-wiesel.fixed {
  height: 40px;
  border-bottom: 1px solid #FFF;
}

.micrositeHead.fixed #mega-menu-wrap-poetry-menu {
  display: none;
}

.micrositeHead.fixed #mega-menu-wrap-mini-poetry {
  display: block;
}

.micrositeHead.amCon.fixed .micrositeHeadContainer, .micrositeHead.poetry.fixed .micrositeHeadContainer, .micrositeHead.elie-wiesel.fixed .micrositeHeadContainer {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.micrositeHead.amCon.fixed .micrositeHeadContainer a, .micrositeHead.poetry.fixed .micrositeHeadContainer a, .micrositeHead.elie-wiesel.fixed .micrositeHeadContainer a {
  height: 40px;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 100;
}

.micrositeHead.amCon.fixed .micrositeHeadContainer a {
  width: 400px;
  background: url('/wp-content/uploads/MS_AmCon_ScrollHeader.png') no-repeat;
}

.micrositeHead.poetry.fixed .micrositeHeadContainer a {
  width: 170px;
  background: url('/wp-content/uploads/MS_Poetry_ScrollHeader.png') no-repeat;
}

.micrositeHead.elie-wiesel.fixed .micrositeHeadContainer a {
  width: 326px;
  background: url('/wp-content/uploads/MS_elie-wiesel_ScrollHeader.png') no-repeat;
}

.micrositeHead.amCon.fixed .micrositeHeadContainer #mega-menu-wrap-amcon-menu, .micrositeHead.poetry.fixed .micrositeHeadContainer #mega-menu-wrap-poetry-menu, .micrositeHead.poetry.fixed .micrositeHeadContainer #mega-menu-wrap-mini-poetry,
.micrositeHead.elie-wiesel.fixed .micrositeHeadContainer #mega-menu-wrap-elie-wiesel {
  border: none;
  position: absolute;
  top: 0;
}

.micrositeHead.amCon.fixed .micrositeHeadContainer #mega-menu-wrap-amcon-menu #mega-menu-amcon-menu {
  padding-right: 90px;
  text-align: right;
}

.micrositeHead.poetry.fixed .micrositeHeadContainer #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry, .micrositeHead.elie-wiesel.fixed .micrositeHeadContainer #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel {
  text-align: right;
}

.micrositeHead.elie-wiesel.fixed .micrositeHeadContainer #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel {
  padding-right: 330px;
}

.micrositeHead.fixed #mega-menu-wrap-amcon-menu #mega-menu-amcon-menu > li.mega-menu-item > a, .micrositeHead.fixed #mega-menu-wrap-poetry-menu #mega-menu-poetry-menu > li.mega-menu-item > a, .micrositeHead.fixed #mega-menu-wrap-mini-poetry #mega-menu-mini-poetry > li.mega-menu-item > a, .micrositeHead.fixed #mega-menu-wrap-elie-wiesel #mega-menu-elie-wiesel > li.mega-menu-item > a {
  height: 40px;
  line-height: 40px;
}


/* Events Feed */

#content-area .EventsFeed {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #464646;
}

#content-area .EventsFeed:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#content-area .EventsFeed img {
  width: 295px;
  float: left;
}

#content-area .EventsFeed .EventsText {
  width: 300px;
  padding-left: 20px;
  float: left;
}

#content-area .EventsFeed .EventsText h2 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 2px;
  text-transform: none;
}

#content-area .EventsFeed .EventsText h2 a:hover {
  color: #4076bb;
  text-decoration: none;
}

#content-area .EventsFeed h4.DateInformation {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
}

#content-area .EventsFeed .EventsText p {
	font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

#content-area .EventsFeed .EventsText h6 {
	font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
}

#content-area .EventsFeed .EventsText h6 a {
	color: #4076bb;
}

#content-area .EventsFeed .EventsText h6 a:hover {
	color: #45143f;
}



/* Media Queries */


@media screen and (max-width: 1002px) {
  .mobileOnly {
    display: block;
  }
  #menufication-outer-wrap {
    height: 100%;
    height: calc(100% - 52px);
  }
  #menufication-inner-wrap {
    height: 100%;
  }
  #menufication-page-holder, #menufication-non-css3-page-holder {
    height: 100%;
  }
  .mode {
    display: none;
  }
  span#sortOpts{
    width: 100%;
  }
  button.sortButtons {
    width: 33%;
  }
  #backToTop > a {
  	display: none;
  }
  #sidebar-wrapper {
    display: none;
  }
  #SocialMedia_Box h2 {
    display: none;
	}
  #SocialMedia_Sticky {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5000;
	}
  .menufication-transition-in #SocialMedia_Sticky {
    display: none;
  }
  #SocialMedia_Sticky .at-share-tbx-element .at-share-btn {
    width: 20%;
    max-width: none;
    margin: 0;
    position: relative;
    display: block;
    float: left;
	}
  
  .at-share-tbx-element.addthis_32x32_style .at-share-btn, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
    max-height: inherit !important;
  }

  #SocialMedia_Sticky .at-share-tbx-element .at-share-btn span {
    width: 100% !important;
    padding: 0;
    background-position: center;
    text-align: center;
    padding: 5px 0;
    display: block;
  }
  .social-box {
    display: none;
  }
  
  .yarpp-related .SocialIcons {
		display: none;
	}

	.yarpp-related p.connect-sidebar {
    display: none;
  }
  
  .subscribePodcast {
    text-align: center;
  }
  .subscribePodcast h2 {
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  catsNameSpeakersList {
    width: auto;
  }
  #content-area .EventsFeed .EventsText {
    width: 412px;
  }
  
  /* Microsite Headers */

  .micrositeHead {
    width: 100%;
    height: auto;
    background-color: #000;
  }

  
  .micrositeHead a {
    width: 100%;
    height: 148px;
  }
    
  .micrositeHead.amCon a {
    background: url('/wp-content/uploads/MS_AmCon_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .micrositeHead.poetry a {
  	background: url('/wp-content/uploads/MS_Poetry_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}
  .micrositeHead.talksPodcast a {
  	background: url('/wp-content/uploads/MS_TalksPodcast_header.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}
  .micrositeHead.mario-cuomo-at-92y a {
  	background: url('/wp-content/uploads/MS_MarioCuomo_header.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}
  .micrositeHead.elie-wiesel a {
  	background: url('/wp-content/uploads/MS_elie-wiesel_Mheader2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}
  .micrositeHead.inside92Y a, .micrositeHead.WNYC a, .micrositeHead.fashion-icons a, .micrositeHead.fridges a, .micrositeHead.tell-me-why a, .micrositeHead.guitar-talks a, .micrositeHead.person-place-thing-podcast a,  .micrositeHead.how-to a,  .micrositeHead.mindcapsules a,  .micrositeHead.genius a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}

  .micrositeHead #mega-menu-wrap-amcon-menu, .micrositeHead #mega-menu-wrap-poetry-menu, .micrositeHead #mega-menu-wrap-poetry-mini, .micrositeHead #mega-menu-wrap-elie-wiesel {
    display: none;
  }


  .yarpp-related {
    float: none;
    clear: both;
    padding: 0 20px;
    position: relative;
  }
  .yarpp-related h3 {
    width: 100%;
  }
  .yarpp-related ol li {
    float: left;
    margin-bottom: 10px;
    clear: none;
  }
  
  .footer-widget {
    height: 54px;
    margin: 0 !important;
  }
}

@media screen and (max-width: 1002px) and (min-width: 768px) {
	.home-widget ul.split-columns li {
		height: 285px !important;
	}
  .home-widget ul.split-columns li .home-list-img img {
    width: 354px;
    height: 199px;
  }
  .footer-widget {
    width: auto !important;
  }
  .yarpp-related {
    width: 728px;
  }
  .yarpp-related ol li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) and (min-width: 600px) {
	.home-widget ul.split-columns li, .sidebar-widget ul.split-columns li, .footer-widget ul.split-columns li {
		height: 250px !important;
	}
  .home-widget ul.split-columns li .home-list-img img {
    width: 270px;
    height: 163px;
  }
  .yarpp-related {
    width: 560px;
  }
  .yarpp-related ol li {
    width: 50%;
  }
  .yarpp-related ol li .relatedText {
    width: 110px;
    height: 96px;
    padding-right: 10px;
  }
  #content-area .EventsFeed .EventsText {
    width: 245px;
  }
}

@media screen and (max-width: 767px) {
	#catsNameSpeakersList ol.column {
  	float: none;
  }
  form.filterform {
    text-align: left;
  }
  .home-widget ul.split-columns li .home-list-img img {
    width: 270px;
    height: 163px;
  }
  form.filterform input#filterinput {
    width: 97%;
  }
  .micrositeHead.talksPodcast a {
  	background: url('/wp-content/uploads/MS_TalksPodcast_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}
  .micrositeHead.mario-cuomo-at-92y a {
  	background: url('/wp-content/uploads/MS_MarioCuomo_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}
  .micrositeHead.WNYC a {
  	background: url('/wp-content/uploads/MS_WNYC_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}
  .micrositeHead.fashion-icons a {
  	background: url('/wp-content/uploads/MS_fashion-icons_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
  	background-position: center;
	}
  .micrositeHead.fridges a {
  	background: url('/wp-content/uploads/MS_Fridges_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
  	background-position: center;
	}
}

@media screen and (max-width: 599px) and (min-width: 480px) {
	.home-widget ul.split-columns li, .sidebar-widget ul.split-columns li, .footer-widget ul.split-columns li {
		height: 240px !important;
	}
	.home-widget ul.split-columns li h2, .sidebar-widget ul.split-columns li h2, .footer-widget ul.split-columns li h2 {
		font-size: 16px !important;
	}
	.featured-text h2, .featured-text h2 a {
		font-size: 24px !important;
	}
  .home-widget ul.split-columns li .home-list-img img {
    width: 210px;
    height: 127px;
  }
  .micrositeHead.tell-me-why a {
  	background: url('/wp-content/uploads/MS_tell-me-why_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
  	background-position: center;
	}
  .micrositeHead.guitar-talks a {
  	background: url('/wp-content/uploads/MS_guitar-talks_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
  	background-position: center;
	}
  .micrositeHead.elie-wiesel a {
  	background: url('/wp-content/uploads/MS_elie-wiesel_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}
  
  .yarpp-related {
    width: 440px;
  }
  .yarpp-related ol li a img {
    width: 202px;
    height: 113px;
  }
  .yarpp-related ol li .relatedText {
    width: 228px;
  }
  .yarpp-related ol li .relatedText .relatedTitle {
    font-size: 100%;
  }
  .yarpp-related ol li .relatedText .relatedDate {
    font-size: 85%;
  }
  #content-area .EventsFeed img {
    float: none;
    width: 100%;
  }
  #content-area .EventsFeed .EventsText {
    width: auto;
    padding-left: 0;
    float: none;
  }
}

@media screen and (max-width: 479px) {
	#featured-wrapper {
    height: 290px;
  }
  ul.featured-items li {
    max-height: 290px !important;
  }
  ul.featured-items li img {
  	margin-left: -75px !important;
    height: 290px;
  	width: auto;
  }
  .featured-text h2, .featured-text h2 a {
		font-size: 24px !important;
	}
  .home-widget ul.split-columns {
  	margin-top: 20px !important;
	}
  h1.home-widget-header {
    font-size: 30px;
  }
  #menufication-top #menufication-header-logo, #menufication-non-css3-top #menufication-non-css3-header-logo {
    max-width: 200px;
    margin-top: 14px !important;
    height: auto !important;
  }
  button.sortButtons {
    height: auto;
    white-space: normal;
  }
  .home-widget .home-list-img {
    margin-bottom: 2px !important;
  }
  .home-widget ul.split-columns li {
    margin-bottom: 15px !important;
  }
  .home-widget ul.split-columns li .home-list-img img {
    width: 300px;
    height: 181.5px;
  }
  #footer-widget-wrapper {
    padding: 20px 0 !important;
  }
  .yarpp-related {
    padding: 10px;
  }
   #content-area .EventsFeed img {
    float: none;
    width: 100%;
  }
  #content-area .EventsFeed .EventsText {
    width: auto;
    padding-left: 0;
    float: none;
  }
  .micrositeHead.poetry a {
  	background: url('/wp-content/uploads/MS_Poetry_Mheader2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}
  .micrositeHead.tell-me-why a {
  	background: url('/wp-content/uploads/MS_tell-me-why_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
  	background-position: center;
	}
  .micrositeHead.person-place-thing-podcast a {
  	background: url('/wp-content/uploads/MS_person-place-thing-podcast_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
  	background-position: center;
	}
  .micrositeHead.guitar-talks a {
  	background: url('/wp-content/uploads/MS_guitar-talks_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
  	background-position: center;
	}
  .micrositeHead.elie-wiesel a {
  	background: url('/wp-content/uploads/MS_elie-wiesel_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}
  .micrositeHead.genius a {
  	background: url('/wp-content/uploads/MS_genius_Mheader.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}
  .micrositeHead.mario-cuomo-at-92y a {
  	background: url('/wp-content/uploads/MS_MarioCuomo_Mheader2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}
}

@media print { #backToTop { display: none; } }