/*
Theme Name: Jazz Day 2016
Theme URI: http://jazzcorner.com
Author: Bryan Davis, for JazzCorner.com
Author URI: http://fullrefresh.com/
Description: Theme for the International Jazz Day 2013 website. Updated for 2016 to adapt to different devices.
Version: 1.5
License: GNU General Public License
License URI: license.txt
Tags:

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
@font-face {
    font-family: 'avantgarde_cebold';
    src: url('font/01179_agd_ce-webfont.eot');
    src: url('font/01179_agd_ce-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/01179_agd_ce-webfont.woff') format('woff'),
         url('font/01179_agd_ce-webfont.ttf') format('truetype'),
         url('font/01179_agd_ce-webfont.svg#avantgarde_cebold') format('svg');
    font-weight: bold;
    font-style: normal;

}

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
} 
.cf:after {
    clear: both;
}
.cf {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
img, object, embed, iframe {
	max-width: 100%;
	height: auto;
}
/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #1777ae; /* Old browsers */
	background: -moz-linear-gradient(top,  #1777ae 60%, #06669d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#1777ae), color-stop(100%,#06669d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1777ae 60%,#06669d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1777ae 60%,#06669d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1777ae 60%,#06669d 100%); /* IE10+ */
	background: linear-gradient(top,  #1777ae 60%,#06669d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1777ae', endColorstr='#06669d',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 0 1px #000;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #06669d 60%, #05558c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#06669d), color-stop(100%,#05558c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #06669d 60%,#05558c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #06669d 60%,#05558c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #06669d 60%,#05558c 100%); /* IE10+ */
	background: linear-gradient(top,  #06669d 60%,#05558c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06669d', endColorstr='#05558c',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #0083b6;
	text-decoration: none;
}
a:visited {
	color: #0083b6;
}
a:hover,
a:focus,
a:active {
	color: #0083b6;
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Layout
----------------------------------------------- */
html {
	/*  url("i/ijd_bg.png") repeat center; */
	background: #fff;
	position: relative;
}
body {
	background: #fff url("i/ijd_topbar.png") repeat-x center top;
	color: #333;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0;
	position: relative;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 990px;
}
#main {
	width: 100%;
	position: relative;
	clear: both;
}
#page-banner {
	display: none;
}

#ijd-about #page-banner {
  background: transparent url("i/top_about2.jpg") no-repeat center 20px;
}
#ijd-contact #page-banner {
  background: transparent url("i/top_contact2.jpg") no-repeat center 20px;
}
#ijd-events #page-banner {
  background: transparent url("i/top_events.jpg") no-repeat center 20px;
}
#ijd-news #page-banner {
  background: transparent url("i/top_news.jpg") no-repeat center 20px;
}
#ijd-participate #page-banner {
  background: transparent url("i/top_register2.jpg") no-repeat center 20px;
}
#ijd-register #page-banner {
  background: transparent url("i/top_extra_1.jpg") no-repeat center 20px;
}
#ijd-educational-resources #page-banner {
  background: transparent url("i/top_resources.jpg") no-repeat center 20px;
}
#ijd-nola2018 #page-banner {
  background: transparent url("i/top_new-orleans.jpg") no-repeat center 20px;
}
#ijd-sydney2019 #page-banner {
  background: transparent url("i/top_sydney.jpg") no-repeat center 20px;
}
#ijd-faqs #page-banner {
  background: transparent url("i/top_faqs.jpg") no-repeat center 20px;
}
#ijd-about #page-banner,
#ijd-contact #page-banner,
#ijd-events #page-banner,
#ijd-news #page-banner,
#ijd-participate #page-banner,
#ijd-register #page-banner,
#ijd-educational-resources #page-banner,
#ijd-nola2018 #page-banner,
#ijd-sydney2019 #page-banner,
#ijd-faqs #page-banner {
  padding: 0 0 26.9696%; 
  height: 0; width: 100%;
  display: block;
  background-size: contain;
  margin-bottom: 2em;
}
#primary {
	/*width: 625px;
	float: left;
	display: block;*/
}
#secondary {
	/*width: 320px;
	float: right;
	display: block;*/
}
/*#home #primary {
	float: right;
}
#home #secondary {
	float: left;
}*/
#colophon {
	clear: both;
}
#primary.full-width {
	width: 100%;
}
#topbar {
  position: absolute;
  /*left: 50%;*/
  top: 0;
  height: 40px;
  width: 100%;
  /*margin: 0 0 0 -495px;*/
}
#topbar .tb-container {
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}

/* =Header
----------------------------------------------- */
#masthead {
	padding: 1.75em 0 0;
	position: relative;
}
#masthead hgroup {
	padding-left: 0;
}
h1.site-title {
  margin-bottom: 0.5em;
}
h1.site-title a {
	width: 100%;
	height: 100%;
	display: block;
}
h2.site-description {
	width: 80%;
	color: #000;
	font-size: 40px;
}
.site-title img,
.site-description img {
  width: 100%;
  height: auto;
}
#social {
	position: absolute;
	top: 0; right: 0;
	list-style: none;
	height: 32px;
	padding: 4px 0; margin: 0 4px 0 0;
	float: right;
}
#social li {
	width: 32px; height: 32px;
	display: inline-block;
	padding: 0; margin: 0 2px 0 0;
}
#social a {
	width: 32px; height: 32px;
	display: block;
}
#social a img {
	width: 32px; height: 32px;
}
#top-3logo  {
	list-style: none;
	position: relative;
	padding: 0; margin: 0;
}

#top-3logo li {
	/*width: 100px; height: 100px;*/
	display: inline-block;
	padding: 0; margin: 0;
}
#top-3logo a {
	/*width: 100px; height: 100px;*/
	width: 100%; height: 100%;
	display: block;
}
#top-3logo a img {
	/*width: 92px; height: 92px;*/
	width: 100%; height: 100%;
}

@media (max-width: 899px) {
	#top-3logo  {
		max-width: 400px;
		list-style: none;
		position: relative;
		padding: 0; margin: 0 auto;
	}
	h2.site-description {
	width: 100%;
	color: #000;
	font-size: 40px;
	max-width: 520px;
	margin: 0 auto;
}
}

#hashtag {
	position: absolute;
	height: 41px;
	width: 213px;
	top: 84px; left: 773px;
	padding: 0; margin: 0;
}
#google_translate_element {
  position: absolute;
  top: 5px; right: 180px; /* <-- if using dropdown for WPML  right: 5px;*/
}
#lang_sel, #lang_sel_list {
  position: absolute;
  top: 5px; right: 5px;
}
#lang_sel_list a {
  /* background: #fff; */
  padding: 5px;
}
.fb-like {
  position: absolute;
  top: 10px; left: 5px;
  width: 90px;
  height: 20px;
  overflow: hidden;
}
.twitter-buttons {
  position: absolute;
  top: 0; left: 62px;
  height: 40px; padding: 10px 7px;
  background: #06669d;
  z-index: 100;
}
.twitter-follow-button,
.twitter-hashtag-button {
  margin-right: 5px;
}
/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;	
	height: 45px;
	background: #111;
	color: #fff;
	position: relative;
	margin-top: 1em;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: block;
	color: #fff;
	float: left;	
	height: 45px;
}
.main-navigation li {
	float: left;
	position: relative;	
	height: 45px;
	border-right: 4px solid #fff;
}
/*
li.ijd-home,
li.ijd-about,
li.ijd-paris {
  width: 84px;
}
li.ijd-news {
  width: 78px;
}
li.ijd-events,
li.ijd-videos,
li.ijd-photos {
  width: 91px;
}
li.ijd-edu {
  width: 112px;
}
li.ijd-istanbul {
  width: 96px;
}
li.ijd-partic {
  width: 125px;
}*/
li.ijd-contact {
  /* width: 102px; */
  border: none;
}

/* French Nav */
/*
li.ijd-home-fr {
  width: 74px;
}
li.ijd-about-fr {
  width: 86px;
}
li.ijd-paris-fr {
  width: 70px;
}
li.ijd-news-fr {
  width: 95px;
}
li.ijd-events-fr {
  width: 112px;
}
li.ijd-videos-fr,
li.ijd-photos-fr {
  width: 74px;
}
li.ijd-edu-fr {
  width: 98px;
}
li.ijd-concert-fr {
  width: 80px;
}
li.ijd-partic-fr {
  width: 97px;
}
li.ijd-contact-fr {
  width: 90px;
  border: none;
}
*/
/* end French nav */
.main-navigation a {
	display: block;
	text-decoration: none;
	background: #111;
	color: #fff;	
	height: 45px;
	font: 300 13px/45px 'avantgarde_cebold','lucida sans', 'calibri', sans-serif;
	letter-spacing: 1px;
	text-transform: lowercase;
	/* padding: 0 0.98em; */
	padding: 0 1.17em;
	text-align: center;
}

.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 45px;
		left: 0;
	z-index: 99999;
	background: #1777ae;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 210px;
  background: #06669d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: left;
}
.main-navigation .fr-subnav a {
  /* width: 300px; */
    /* width: 250px; */
}
.main-navigation ul ul li {
  border: none;
}
.main-navigation li:hover > a {
	background: #307582;
}
.main-navigation li:first-child > a {
	
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
  background: #0198aa;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 990px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
/* -- imported from Avatar -- */
.menu-toggle, .menu-toggle:hover, .menu-toggle.focus {
  position: relative;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border: none;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0);
  padding: 0;
  cursor: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  position: relative;
  text-decoration: none;
  text-indent: 40px;
  text-rendering: optimizelegibility;
  text-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  width: 100%;
  text-align: left; }

.menu-toggle:hover, .menu-toggle:focus {
  color: white !important; }

.menu-toggle span {
  position: absolute;
  display: inline-block;
  background-color: #222;
  height: 0;
  width: 1rem;
  line-height: 1;
  top: 0.9375rem;
  left: 0.90625rem;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  padding: 0;
  margin: 0; }

@media screen and (max-width: 989px) {
  #site-navigation > .grid-parent {
    padding: 0;
    margin: 0;
    width: 100%; }

  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }

  .mob-hide {
    display: none !important; }

  .main-navigation {
    float: none; }

  .main-navigation ul {
    display: none; }

  #site-navigation ul, #site-navigation li, #site-navigation a  {
    float: none;
    width: 100% !important;
    padding: 0;
    margin: 0;
    position: relative !important;
	top: auto;
	left: auto;
     }

  #site-navigation ul {
    border-top: 1px solid #aaa;
    height: auto !important;
    z-index: 1000;
  }

  #site-navigation li {
    border-top: 1px solid #aaa; 
    height: auto;
}
    #site-navigation li:first-child {
      border-top: none; }

  #site-navigation li:hover, #site-navigation li.focus {
    background: #8D050D; }

  #site-navigation a {
      font-size: 16px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0; }

  #site-navigation ul ul {
    position: relative !important;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    float: none;
    background: #9E161E !important; }

  #site-navigation ul ul ul {
    left: auto;
    position: relative !important; }

  #site-navigation ul ul a {
    width: 100%;
    padding: 0;
    line-height: 45px; }

  #site-navigation ul ul ul a {
    background: #8D050D; } }
/* -- end -- */


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 2.5em;
}
div.entry-meta {
	clear: both;
	font-size: 12px;
	padding: 0;
}
.entry-meta a {
  color: #010101;
}
footer.entry-meta {
	clear: both;
	font-size: 11px;
	margin: 0;
	border-bottom: 1px solid #000;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	padding: 0;
	margin: 1.5em 0 0;
	font-size: 14px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.item {
	padding: 0;
	background: transparent;
	display: block;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin-top: 25px !important;  
}
.item > article {
  width: 100% !important;
}
.widget {
	padding: 0;
	background: #e1e5e5;
	background: rgba(84, 121, 128, 0.1);
	display: block;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin-top: 25px !important; 
	border: 1px solid #b6b6b6;
	border-color: rgba(0,0,0,0.18); 
} 

.item > .entry-title,
.page-title {
	font: normal 40px/40px 'avantgarde_cebold', helvetica, arial, sans-serif;
	color: #06669d;
	background: transparent;
	letter-spacing: 0.01em;
	padding: 0 0 15px; 
	text-transform: uppercase;
	margin-top: 0;
	border-bottom: 1px solid #8f8f8e;

}
.centre {
	text-align: center;
}
#h-concimage {
  background: #e1e5e5;
  border: 15px solid #e1e5e5;
  text-align: center;
  clear: both; margin: 2em 0;
}
#h-concimage img {
  max-width: 100%;
  height: auto;
}
#h-concimage p.caption {
  margin: 0; padding: 0; font-size: 12px; line-height: 18px;
}
#h-concimage small {
  font-size: 10px;
}
#h-webcast, #h-press-release, #h-map {
  text-align: center;
}
#h-msm {
  text-align: center;
  background-color: #eeeeee;
}
#ijd-home .videoframe {
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}
#ijd-home .videoframe iframe {
  position: absolute;
  width: 100%; height: 100%;
  top:0;left:0;
}
.videoframe{position:relative;}
.posterframe{display:none; position:relative;}
#h-press-release h3, #h-press-release p {
  padding-left:20px; padding-right:20px;
}
#h-host-city #shift-size {
	font-size: 26px;
}
#h-host-city #lowerC {
	text-transform: lowercase;
}
#h-host-city #upsize {
	font-size: 33px;
	margin-bottom: 0.5em;
	margin-top: 1em;
	color: #0083b6;
}
#h-host-city #video_nav ul {
	text-align: left;
}
#h-host-city .entry-footer {
	display: block;
	width: 640px;
	height: 50px;
	padding: 12px !important;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#h-host-city .entry-footer p {
	font-size: 1em;
}
#h-host-city img {
	max-width: 100%;
}
#h-host-city #line {
	font-size: .9em;
	line-height: 1.4;
	margin-bottom: 2em;
}
#h-host-city #crt-shade a {
	color: #004775;
}#h-host-city #edu-shade a {
	color: #007684;
}
#upsize a {
	color: #06669d;
}
#upsize a:hover {
	text-decoration: none;
}
.no-border{
	border-bottom: none;
}
article .entry-title {
	font-size: 16px;
	font-weight: bold;
	color: #111;
	background: transparent;
	font-weight: bold; letter-spacing: 0.01em;
	margin: 20px 0 0;
	padding: 0;
}
article .entry-title a {
	color: #111;
}
#content h2 {
	color: #307582;
	font: bold 24px/36px 'avantgarde_cebold', helvetica, arial, sans-serif; 
	margin-bottom: 0.5em;
}
#content h3 {
	color: #111;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0.5em;
}
#content h4 {
	color: #06669d;
	font: bold 16px/24px 'avantgarde_cebold', helvetica, arial, sans-serif;
}
ul.atoz {
  list-style: none
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	/*border: 1px solid #ccc;*/
    font-size: 90%;
    font-style: italic;
	max-width: 100%;
}
#hp-vid {
	margin: 0 auto;
}
#attachment_3051, #attachment_3050, #attachment_3049 {
	border: none;
	margin-left: -156px;
	margin-right: 0;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.gallery-columns-6 .wp-caption-text {
	color: #06669d;
}
#content .gallery a img {
	border: 1px solid #06669d;
	height: auto;
	max-width: 90%;
	-moz-box-shadow:    1px 2px 3px rgba(0,0,0,0.35);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.35);
	box-shadow:         1px 2px 3px rgba(0,0,0,0.35);
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-3 .gallery-item img {
  width: 33.333333333%;
  text-align: center;
  float: left;
  margin-bottom: 1em;
}
#content .gallery-columns-4 .gallery-item img {
  width: 25%;
  text-align: center;
  float: left;
  margin-bottom: 1em;
}
#content .gallery-columns-5 .gallery-item {
  width: 20%;
  text-align: center;
  float: left;
  margin-bottom: 1em;
}
#content .gallery-columns-6 .gallery-item {
  width: 16.66666666667%;
  text-align: center;
  float: left;
  margin-bottom: 1em;
}
#content .gallery-columns-3 .gallery-item:nth-child(3n+1),
#content .gallery-columns-4 .gallery-item:nth-child(4n+1),
#content .gallery-columns-5 .gallery-item:nth-child(5n+1),
#content .gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: left;
}
a.imglink img {
	background-color: #fff;
	padding: 3px;
	border: 1px solid #06669d;
	height: auto;
	max-width: 569px;
	-moz-box-shadow:    1px 2px 3px rgba(0,0,0,0.35);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.35);
	box-shadow:         1px 2px 3px rgba(0,0,0,0.35);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	font-size: 13px;
}
#content .nav-previous {
	float: left;
	width: 269px;
	padding-left: 20px;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 269px;
	padding-right: 20px;
}
.page-numbers {
  font: bold 14px/14px 'avantgarde_cebold', helvetica, arial, sans-serif;
  border: 1px solid;
  padding: 3px 5px;
  text-decoration: none !important;
}
.page-numbers:hover,
.page-numbers:focus {
  color: #fff;
  background: #307582;
  border-color: #06669d;
}
.page-numbers.current {
  color: #000;
  border-color: #000;
  background: transparent
}
.gallery-nav {
  width: 100%;
  display: block;
  height: 36px;
  font: normal 24px/24px 'avantgarde_cebold', helvetica, arial, sans-serif !important;
  background: transparent url("i/ijd_morephotos.png") no-repeat center center;
  padding: 10px 0;
  /* border: solid #8f8f8e; border-width: 1px 0; */
  border-top:solid 1px #ccc;
  border-botttom:solid 1px #ccc;
}
#ijd-global-gallery .gallery-nav {
  background-image: none;
  font: normal 30px/36px 'avantgarde_cebold', helvetica, arial, sans-serif !important;
}
.gallery-nav a {
  text-decoration: none;
  color: #307582;
  text-transform: uppercase;
  height: 37px; line-height: 37px;
  display: block;
}

.gallery-nav {font-size:24px !important;}

.gallery-nav a:hover,
.gallery-nav a:focus {
  color: #06669d;
}
.gall-prev {
  float: left;
  line-height: 37px;
}
.gall-next {
  float: right;
  line-height: 37px;
}
.gall-prev a {
  padding: 0 0 0 40px; 
  background: transparent url("i/ijd_gallarrowl.png") no-repeat left 0;
}
.gall-next a {
  padding: 0 40px 0 0;
  background: transparent url("i/ijd_gallarrowr.png") no-repeat right 0;
}
.gall-prev a:hover,
.gall-prev a:focus {
  color: #06669d;
  background-position: left -36px;
}
.gall-next a:hover,
.gall-next a:focus {
  color: #06669d;
  background-position: right -36px;
}
/* =Comments
----------------------------------------------- */

.bypostauthor {
}
.form-allowed-tags {
	display: none;
}
#comments {
	padding: 0 20px;
}

/* =Sidebar quotes
----------------------------------------------- */
.ijd-quotes {
  margin: 1.5em 0 25px;
}
.ijd-quotes .quote-thumb {
  float: left;
  width: 30%;
  margin: 0 3% 0 0;
}
.quote-thumb img {
  border: 1px solid bcbfc0;
  padding: 0; margin: 0;
  max-width: 98%; height: auto;
}
.ijd-quotes .quote-text {
  width: 65%;
  float: right;
  display: block;
  margin: 0; padding: 0;
  font: italic normal 13px/1.4 helvetica, arial, sans-serif;
}
.ijd-quotes cite {
  font: normal bold 13px/1.4 helvetica, arial, sans-serif;
  display: block;
  text-align: right;
}
/* =Photos page
----------------------------------------------- */
#ijd-photos .entry-header {
  text-align: center;
  font: bold 26px/1.4 helvetica, arial, sans-serif;
}
#ijd-photos .gallery-caption {
  display: none;
}
#cboxTitle {
	color: #0101DF !important;
}
/* =Videos
----------------------------------------------- */
#ijd-videos .page-title {
  border: none;
  margin-top: 20px;
}
#ijd-videos .entry-header {
  position: relative;
}
#ijd-videos .entry-header h4 {
  position: absolute;
  right: 1em; bottom: 20px;
  font: bold 14px/1.0 helvetica, arial, sans-serif;
  display: inline;
}
#ijd-videos .entry-content {
  margin: 0;
}
section#video {
	width: 100%;
  height: 460px;
  border: 7px solid #e1e5e5;
	padding: 0;
	background: #06669d;
	color: #fff;
	box-sizing: border-box;
}
#video_holder {
	width: 65%; height: 0;
	padding: 0 0 36.5625%;
	float: left;
	margin: 0;
	border-bottom: 6px solid #e1e5e5;
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
}
.videoWrapper {
	width: 100%; height: 0;
	padding: 0 0 56.25%;
	position: relative;
	margin-bottom: 1em;
}
#video_holder iframe, .videoWrapper iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}

#video_nav {
  border-left: 6px solid #e1e5e5;
	width: 35%;
	float: right;
	height: 446px;
	overflow: auto;
	overflow-x: hidden;
}
#video_nav ul {
	list-style: none;
	margin: 0; padding: 0;
	min-height: 100%;
}
#video_nav li {
	margin: 0;
	border-bottom: 5px solid #e1e5e5;
	padding: 10px; width: 100%;
	clear: left;
	float: left;
	background: #06669d;
	color: #fff;
}
#video_nav li:last-child {
	border: none;
}
#video_nav a {
  color: #fff;
}
#video_nav li.current {
	background-color: #04447b;
}
#video_nav span {
  margin: 0 0.5em 0 0;
}
#video_nav li img {
	float:left;
	margin-right: 5px;
	width: 120px !important;
	height: 90px !important;
}
#ijd-videos .entry-footer {
	display: block;
	width: 65%;
	height: 50px;
	padding: 12px 2em !important;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

@media (max-width: 899px) {
	section#video {
		height: auto;
	}
	#video_holder, #video_nav {
		width: 100%;
		float: none;
	}
	#video_holder {
		padding-bottom: 56.25%;
	}
	#video_nav {
		border: none;
		height: auto;
	}
}



#ijd-videos #pagecontent {
  clear: both;
}
#ijd-videos .left {
  width: 625px;
  float: left;
}
#ijd-videos .right {
  width: 320px;
  float: right;
}
 .widget {
  padding: 20px; margin: 0;
}
#ijd-videos h3 {
  color: #06669d;
  text-transform: uppercase;
  font: bold 20px/1.2 'avantgarde_cebold', helvetica, arial, sans-serif;
}
/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 25px;
	font-size: 13px;
/*
	-moz-box-shadow:    0px 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
	box-shadow:         0px 1px 3px rgba(0,0,0,0.6);
*/
}

.widget h1 {
	font-size: 26px;
	color: #06669d;
	background: transparent;
	font-weight: bold; letter-spacing: 0.01em;
	line-height: 1.0; padding: 15px 20px; 
	text-transform: uppercase
}
.widget h3 {
	font: bold 20px/1.2 'avantgarde_cebold', sans-serif;
	color: #06669d;
	background: transparent;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin: 0 0 0.5em;
}
.widget h4 {
	font: normal 15px/1.6 'avantgarde_cebold', sans-serif;
	color: #0198aa;
	background: transparent;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin: 0 0 0.5em;
}

.widget ul {
  margin-left: 1em;
}
/* Search widget */
#searchsubmit {
	display: none;
}

/* Twitter Widget */
#wp_twitter_goodies_search_widgets,
#wp_twitter_goodies_profile_widgets {
    width: 100%;
    margin: 0 auto; padding: 0;
    position: relative;
}
#wp_twitter_goodies_search_widgets .twit-legend,
#wp_twitter_goodies_profile_widgets .twit-legend {
  position: absolute;
  right: 0; top: 15px;
}
#wp_twitter_goodies_search_widgets h1,
#wp_twitter_goodies_profile_widgets h1 {
	text-transform: none;
	font-size: 15px; font-weight: bold;
	line-height: 23px;
	padding-left: 135px;
	background-image: url("i/twitterlogo.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #494848; 
}
#wp_twitter_goodies_search_widgets .twtr-widget,
#wp_twitter_goodies_profile_widgets .twtr-widget,
#wp_twitter_goodies_search_widgets .twtr-doc,
#wp_twitter_goodies_profile_widgets .twtr-doc {
    width: 100%;
    height: auto;
    background: transparent;
}
#wp_twitter_goodies_search_widgets .twtr-doc,
#wp_twitter_goodies_profile_widgets .twtr-doc {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;  
}
#ijd-home #wp_twitter_goodies_search_widgets .twtr-doc,
#ijd-home #wp_twitter_goodies_profile_widgets .twtr-doc {
  border-top: 1px solid rgba(0,0,0,0.3);
  border-radius: 0;
  padding: 0;  
}
#wp_twitter_goodies_search_widgets .twtr-hd,
#wp_twitter_goodies_profile_widgets .twtr-hd {
    color: #fff;
    display: none !important;
}
#wp_twitter_goodies_search_widgets .twtr-hd *,
#wp_twitter_goodies_search_widgets .twtr-hd h4 a {
}
#wp_twitter_goodies_search_widgets .twtr-hd h3,
#wp_twitter_goodies_search_widgets .twtr-hd h4,
#wp_twitter_goodies_profile_widgets .twtr-hd h3,
#wp_twitter_goodies_profile_widgets .twtr-hd h4 {
    font-weight: normal;
    text-align: center;

}
#wp_twitter_goodies_search_widgets .twtr-hd h3 {

}
#wp_twitter_goodies_profile_widgets .twtr-widget .twtr-tweet-wrap {
    overflow: hidden;
    padding: 6px 0;
}
#wp_twitter_goodies_search_widgets .twtr-tweet,
#wp_twitter_goodies_profile_widgets .twtr-tweet {
    background: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
#wp_twitter_goodies_search_widgets .twtr-tweet a:link,
#wp_twitter_goodies_search_widgets .twtr-tweet a:visited,
#wp_twitter_goodies_search_widgets .twtr-tweet a:hover {

}
#wp_twitter_goodies_search_widgets .twtr-tweet .twtr-tweet-text,
#wp_twitter_goodies_profile_widgets .twtr-tweet .twtr-tweet-text {
    padding-bottom: 4px !important;
}
#wp_twitter_goodies_search_widgets .twtr-tweet .twtr-tweet-text p,
#wp_twitter_goodies_profile_widgets .twtr-tweet .twtr-tweet-text p {
    color: #333 !important;
}

#wp_twitter_goodies_search_widgets .twtr-tweet .twtr-avatar img,
#wp_twitter_goodies_profile_widgets .twtr-tweet .twtr-avatar img {
	border-radius: 6px;
}
#wp_twitter_goodies_search_widgets .twtr-ft,
#wp_twitter_goodies_profile_widgets .twtr-ft {
	display: none !important;
}
#wp_twitter_goodies_search_widgets .twtr-ft a,
#wp_twitter_goodies_profile_widgets .twtr-ft a {
	color: #fff !important;
}
#wp_twitter_goodies_search_widgets .bd_conv_link,
#wp_twitter_goodies_profile_widgets .bd_conv_link {
	display: block;
	padding: 10px 20px;
	font-weight: bold;
}

#ijd-events-widget {
	overflow: hidden;
}
#ijd-events-widget ul {
	list-style: none;
	margin: 0; padding: 0;
	float: left;
	width: 100%;
}
#ijd-events-widget li {
	margin: 0; padding: 10px 20px 0;
	clear: both;
	float: left;
	display: block;
}
#ijd-events-widget li p {
	float: right;
	width: 202px;
	margin: 0;
	padding: 0 0 1em;
	font-size: 13px;
	font-weight: bold;
}
#ijd-events-widget .event-thumb {
	width: 80px;
	padding: 0 20px 0 0;
	float: left;
}
#ijd-events-widget p.event-link {font-weight: normal;}
#ijd-events-widget p.events-link {text-align: center;width: 100%;}

#event-countries {
  font-size: 13px;
  margin: 1em 0;
}
#event-countries label {
  font-weight: bold;
}
#event-countries select {
  padding: 2px;
  line-height: 1.4;
  margin: 0 0.5em;
}
#event-countries input {
  padding: 2px 10px;
  font-size: 13px; 
  display: inline;
}

/* =Homepage
----------------------------------------------- */
#h-slider {
	clear: both;
	float: left;
	display: block;
	width: 100%; height: 0;
	box-sizing: border-box;
	padding: 0 0 44.85%; 
	margin: 30px 0;
	border: 10px solid #e1e5e5; border-width: 10px 10px;
}
#h-slider a {
  outline: none !important;
}
#slider {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; max-width: 970px; height: 44.9484536%; max-height: 436px;
}
#h-slider img {
	/*width: 846px; height: 436px;*/
	width: 100%; height: auto;
	background-color: #e1e5e5;
	max-width: 100%;
}

#h-register {
  height: 36px;
  margin: 30px 0 40px;
}
#h-register h2{
color: #003;
  width: 435px;
  font: bold 36px/36px 'avantgarde_cebold', helvetica, arial, sans-serif;
  text-align: right;
  float: left;
}
#h-register h2.fr {
  font-size: 28px;
  width: 49%;
}
@media (max-width: 989px) {
	#h-register {
		text-align: center;
	}
	#h-register h2, #h-register p {
		text-align: center;
		width: 100%;
	}
}
#h-host-city .featured-image {
  float: left; margin: 0 1em 1em 0; padding: 0;
  width: 350px !important;
}
#h-host-city .featured-image img {
  max-width: 100%;
  height: auto;
}

#h-host-city h2 {
  font: bold 36px/36px 'avantgarde_cebold', helvetica, arial, sans-serif;
  margin-bottom: 0.5em;
  color: #06669d;
  text-transform: uppercase;
}
#h-host-city h3 {
  clear: none;
}
#h-host-city a.dcbtn {
  background: #00669D;
  background-image: -webkit-linear-gradient(top, #00669D, #00447b);
  background-image: -moz-linear-gradient(top, #00669D, #00447b);
  background-image: -ms-linear-gradient(top, #00669D, #00447b);
  background-image: -o-linear-gradient(top, #00669D, #00447b);
  background-image: linear-gradient(to bottom, #00669D, #00447b);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  padding: 10px 20px 5px;
  text-decoration: none;
}

#h-host-city a.dcbtn:hover {
  background: #2288BF;
  background-image: -webkit-linear-gradient(top, #2288BF, #00669D);
  background-image: -moz-linear-gradient(top, #2288BF, #00669D);
  background-image: -ms-linear-gradient(top, #2288BF, #00669D);
  background-image: -o-linear-gradient(top, #2288BF, #00669D);
  background-image: linear-gradient(to bottom, #2288BF, #00669D);
  text-decoration: none;
}
#h-host-city p {
  font-size: 1.1em;
  line-height: 1.6;
}
#h-register h2 > a,
#h-host-city h2 > a {
  color: #0198aa;
  text-decoration: none;
  text-transform: uppercase;
}
#h-register p {
  font-size: 14px;
  line-height: 17px;
  padding-left: 1em;
  float: left;
}
#h-vid-trails .h-vid-trail {
  /*
width: 49%; margin-right: 1%;
  text-align: center;
*/
width: 100%;
  text-align: center;
}
/*
#h-vid-trails .h-vid-trail:last-child {
  margin-right: 0; margin-left: 1%;
}
*/
.h-vid-trail iframe {
 /*  margin-bottom: 0.5em; */
 float: left;
}
.h-vid-trail h3 {
  font-size: 18px; line-height: 1.4;
  clear: none;
  padding: 70px 0 0;
}
#h-mid {
  width: 100%;
}
#h-host {
  width: 400px;
  float: left;
  color: #444;
  margin-bottom: 3.5em;
}
#h-host h3 {
  color: #111;
}
#h-host h4 {
  color: #444;
  font: normal 18px/36px helvetica, arial, sans-serif;
  text-transform: none;
  margin: 0;
}
#h-artists {
  width: 570px;
  float: right;
  background: transparent;
  padding: 0;
  border: none;
}
#h-artists h3 {
  font-size: 26px;
  color: #333;
}
#h-artists div {
  width: 90px; height: 120px;
  float: left;
  margin: 0 0 5px 5px;
}
#h-lower {
  margin-top: 30px;
  /* min-height:800px !important; */
}
#h-lower h3 {
  font: bold 26px/26px 'avantgarde_cebold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#h-news {
	font-size: 13px; color: #fff;
	float: left;
	width: 330px; height: 500px; overflow: auto;
	line-height: 1.25em; 
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #8f8f8e;
	color: #444;
}
#h-news .news-item {
	clear: both;
	float: left;
	margin: 0 0 0.5em;
	border-bottom: 1px solid #8f8f8e;
}

#h-news h3 {
	text-align: left;
	color: #06669d;
}
#h-news h3 a:hover{
	text-decoration: none;
}
#h-news .news-item h3 {
	text-transform: none;
	font-size: 16px;
}
#h-news p {
	padding: 0; margin: 0 0 1em;
}
#h-news a {
	color: #46c8f5;
}
.to-news {
	clear: both;
	margin: 15px 0 0;
	float: left;
}
#h-news img {
	max-width: 100%;
}
#h-news .news-thumb {
	float: left;
	margin-right: 20px;
}
#h-events {
	font-size: 13px; color: #fff;
	/*float: left;
	width: 330px; */
	height: 700px; overflow: auto;
	line-height: 1.25em; 
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #8f8f8e;
	color: #444;
}
#h-events h3 {
  color: #307582;
}
#h-events ul {
  list-style: none;
  padding: 0; margin: 0;
}
#h-events li {
  padding: 0.5em;
  border-bottom: 1px solid #8f8f8e;
  font-weight: normal; font-style: normal;
}

#h-featured-organizer img {
    width: auto;
    float: left;
    margin: 0 20px 0px 0;
}

#h-featured-organizer h5 {
    clear: none;
    color: #0198aa;   
    font: bold 20px/30px 'avantgarde_cebold',helvetica,arial,sans-serif;
    text-transform: uppercase;
}
#h-featured-organizer span.read-more {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

#h-twitter {
	font-size: 13px; color: #fff;
	/*float: left;
	width: 330px; */
	height: 700px; overflow: auto;
	line-height: 1.25em; 
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;  
}
#h-twitter h3 {
  color: #0198aa
}
#h-twitter ul {
  margin: 0; padding: 0;
  border-top: 1px solid #8f8f8e;
}
#h-twitter p {
  font-weight: normal;
  font-style: normal;
  margin-bottom: 8px;
}
@media (max-width: 899px) {
	#h-events {
		border-right: none;
		margin-bottom: 4em;
	}
	#h-twitter {
		padding-left: 0;
	}
	#h-twitter iframe, #h-twitter .timeline-Widget {
		width: 100% !important;
	}
}
#videos1 {
	width: 619px;
}
.vids-nav {
	clear: both;
	padding: 20px 0;
	overflow: hidden;
	height: 28px;
	
}
.nav-left {
	width: 297px;
	float: left;
	padding-right: 12px;
	text-align: right;
}
.nav-right {
	width: 297px;
	float: right;
	padding-left: 12px;
	text-align: left;
}
a.button {
	background: #1777ae;
	color: #fff;
	height: 28px;
	font-weight: bold;
	font-size: 14px; line-height: 28px;
	padding: 0 25px;
	display: inline-block;
	text-decoration: none;	
}
a.button:hover {
	background: #0083b6;
}
/* =Events page
----------------------------------------------- */
table.event-calendar {
  max-width:100%;
  width: 100%;
  border-collapse: collapse;
}
#event-calendar th,
#event-calendar td,
.event-calendar th,
.event-calendar td {
	padding: 10px;
	border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
}
.times, p#times {
	font-size: 170%;
	margin-bottom: 0em;
}
td.date {
	width: 12%;
	font-weight: bold;
}
td.event {
	width: 60% !important;
	position: relative;
}
td.venue {
	width: 28%;
}
table.event-calendar td span {
    	display: block;
    }
.eventtitle {
	font-weight: bold;
	display: block;
	line-height: 1.2;
	margin-bottom: 0.5em
}
.eventtype {
    display: inline-block!important;
    background: #06669d;
    color: white;
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 400;
}
ul.ev_soc {
  float: right;
  width: 96px; height: 24px;
  padding: 0; margin: 0;
  list-style: none;
}
.ev_soc li {
  width: 24px; height: 24px;
  padding: 0; margin: 0;
  float: right;
}
.ev_soc li a {
  width: 24px; height: 24px;
  padding: 0; margin: 0;
  display: block;
  background-image: url("i/ijd_eventicons_2016.png");
  text-indent: 100%;
  overflow: hidden;
}
.ev_soc li.off_web a {
  background-position: 0 0;
}
.ev_soc li.off_fb a {
  background-position: -24px 0;
}
.ev_soc li.off_tw a {
  background-position: -48px 0;
}
.ev_soc li.off_in a {
  background-position: -72px 0;
}
/* Responsive table fix */
@media screen and (max-width: 768px) {
	table.event-calendar, table.event-calendar tbody {
		display: block;
		width: 100%;
	}
	table.event-calendar {
		border-top: 1px solid #aaa;
		padding-top: 1em;
	}
	table.event-calendar thead {
		display: none;
	}
	table.event-calendar tr,
    table.event-calendar th,
    table.event-calendar td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
        border: none;
        width: 100% !important;
    }

    table.event-calendar tr {
        border-bottom: 1px solid #aaa;
        padding: 0.75em 0.5em;
        background: #fff;
    }
    table.event-calendar tr:nth-child(even) {
    	background: #e9e9e9;
    }
    table.event-calendar th[data-title]:before,
    table.event-calendar td[data-title]:before {
        content: attr(data-title) ":\00A0";
        font-weight: bold;
    }
}
/* =Participate form
----------------------------------------------- */
/*ul.gform_fields,
ul.gform_fields ul {
  list-style: none;
  padding: 0; margin: 0;
}
ul.gform_fields li {
  padding: 0 0 10px; margin: 0;
}
ul.gform_fields li.gfield input,
ul.gform_fields li.gfield textarea {
  width: 575px;
}
.gfield_checkbox input {
  width: 20px !important;
}
ul.gform_fields label {
  font-weight: bold;
  font-size: 13px;
}
.gfield_description {
  font-size: 12px;
  padding: 0 0 10px;
}
.formbreaker {
  height: 20px;
}
input.button {
  background: #1777ae;
  color: #fff;
  height: 28px;
  font-weight: bold;
  font-size: 14px; line-height: 28px;
  padding: 0 25px;
  display: inline-block;
  text-decoration: none;  
}
*/
.gform_fields input {
  font-size: 13px !important;
  padding: 2px 3px !important;
}

.ginput_container_time {padding: 2px 7px !important; margin-right:10px;}
.gfield_time_hour, gfield_time_minute, gfield_time_ampm {padding: 2px 7px !important; min-width:40px !important;}
.gfield_time_ampm select {max-width:100px !important; min-width:80px !important;}
.gfield_description {margin-top:0 !important; padding-top:0 !important;}

li.gfield {margin-top:40px !important;}

.ginput_recaptcha { overflow: hidden; }

/* =Site Footer
----------------------------------------------- */
#sponsors {
  height: 168px;
  padding: 40px 0 0;
  text-align: center;
  clear: both;
}
#f-sponsors {
  padding: 0 0 10px;
  text-align: center;
  clear: both;
}

#f-sponsors img {
  max-width: 100%; height: auto;
}
#sub-sponsors {
  height: 30px;
  padding: 20px 0 30px;
  text-align: center;
  clear: both;
}
#colophon {
	clear: both;
	margin-top: 20px;
	padding: 80px 0 20px;
	position: relative;
	background: transparent url("i/ijd_footerbanner_2021.png") no-repeat center 10px;
	background-size: contain;
}
/*#colophon-fr {
	clear: both;
	margin-top: 20px;
	padding: 80px 0 20px;
	position: relative;
	background: transparent url("i/ijd_footerbanner_2015-fr.png") no-repeat center 10px;
}*/
.event-date {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	float: left;
	width: 120px;
}
#united {
	width: 164px; height: 55px;
	position: absolute;
	left: 160px; top: 30px;
}
.footer-navigation {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	/* font-weight: bold; */
	color: #8f8f8e;
}
.footer-navigation ul {
	list-style: none;
	padding-left: 0;
} 
.footer-navigation ul ul {
	display: none;
}
.footer-navigation li {
	display: inline;
	padding: 0;
}
.footer-navigation a {
	padding: 0 1em;
	border-left: 1px solid #8f8f8e;
	color: #108cb9;
	text-decoration: none;
}
.footer-navigation li:first-child a {
	border-left: 0;
}
.footer-navigation a:hover {
 text-decoration: underline;
}
.site-info {
	clear: both;
}
/* =JazzCorner
----------------------------------------------- */

#jazzcorner {
	font-size: 12px;
	line-height: 15px;
	position: relative;
	text-align: center;
	padding-top: 30px;
}
#jazzcorner p {
	line-height: 15px;
}
#jazzcorner iframe {
	width: 145px; height: 15px;
	border: 0;
	background: transparent;
	overflow: hidden;
	display: inline-block;
	position: relative;
	bottom: -2px;
	
}

/* =Host City
----------------------------------------------- */
#host-city {
  font-size: 1.2em;
  text-align: center;
}

#ijd-concert #host-city {
  font-size: 1.4em;
  text-align: center;
}

#host-city h2,
#host-city h3 {
  font: bold 24px/26px 'avantgarde_cebold', helvetica, arial, sans-serif;
  margin: 0 0 0.75em;
  color: #307582;
  text-transform: none;
}
h2#h2stamps {
	margin-bottom: .1em;
}
#host-city .content {
  text-align: left;
  font-size: 0.75em;
}

p.concert-web-times {
	font-size: 110%;
	margin-bottom: 0em;
}
#webcast {
	font-size: 90%;
}
#city-info h2 {
  font: bold 26px/26px 'avantgarde_cebold', helvetica, arial, sans-serif;
  margin: 0 0 0.75em;
  color: #307582;
  text-transform: none;
}
#city-info .entry-content {
  width: 500px;
  height: 400px;
  float: right;
  overflow: auto;
  padding-right: 1em;
  margin-top: 0;
}
#host-slider {
  width: 400px; height: 400px;
  float: left;
}
#city-info {
  margin-bottom: 3em;
}
#city-artists h3 {
  font: bold 26px/26px 'avantgarde_cebold', helvetica, arial, sans-serif;
  font-size: 26px;
  color: #333;
  text-transform: uppercase;
}
#city-artists .artist {
  /* width: 182px; */
  /* width: 20%; 5 col */
  /*width: 16.666666667%; 6 col */
  width: 14.285714%;
  height: 204px;
  float: left;
  margin: 0 0 10px 0;
  padding: 2px 0 5px;
  text-align: center;
  
}
/*
#city-artists .artist:nth-child(5n) {
  clear: left;
}
*/
@media (max-width: 960px) {
	#city-artists .artist {
	  width: 16.66666667%;
	  height: 204px; 
	}
}
@media (max-width: 800px) {
	#city-artists .artist {
	  width: 20%;  
	}
}
@media (max-width: 640px) {
	#city-artists .artist {
	  width: 25%;
	}
}
@media (max-width: 480px) {
	#city-artists .artist {
	  width: 33.3333333333%;
	}
}
@media (max-width: 360px) {
	#city-artists .artist {
	  width: 50%;
	}
}
#city-artists img {
  border: 1px solid #307582;
  padding: 0; margin: 0;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
#city-artists .last {
  margin-right: 0;
}
#city-artists h5 {
  margin: 0; padding: 0;
  font: bold 13px/13px 'avantgarde_cebold', helvetica, arial, sans-serif;
  color: #307582;
  text-shadow: 0 0 1px rgba(0,0,0,0.3);
}
#city-schedule h2 {
  font: bold 26px/26px 'avantgarde_cebold', helvetica, arial, sans-serif;
  margin: 2em 0 0.75em;
  color: #333;
  text-transform: uppercase;
}
#city-schedule h2:first-child {
  margin-top: 0;
}
#city-schedule h3 {
  font: bold 16px/20px 'avantgarde_cebold', helvetica, arial, sans-serif;
  text-transform: none;
}
/* -- Interviews -- */
#interviews h3 {
  font: bold 26px/26px 'avantgarde_cebold', helvetica, arial, sans-serif;
  font-size: 26px;
  color: #333;
  text-transform: uppercase;
}
#interviews .person {
  width: 25%;
  height: 220px;
  float: left;
  margin: 0 0 15px 0;
  padding: 2px 0 5px;
  text-align: center;
  
}
@media (max-width:640px) {
	#interviews .person {
	  width: 33.33333333%;
	}
}
@media (max-width:480px) {
	#interviews .person {
	  width: 50%;
	}
}
#interviews img {
  border: 1px solid #307582;
  padding: 0; margin: 0;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
#interviews h5 {
  margin: 0; padding: 0;
  font: bold 13px/13px 'avantgarde_cebold', helvetica, arial, sans-serif;
  color: #307582;
  text-shadow: 0 0 1px rgba(0,0,0,0.3);
}
/* -- Wash page -- */
#wash-schedule {
  background: #fff;
  color: #000;
  border: 10px solid #e1e5e5;
  padding: 0.5em 0.5em 1.5em;
  margin-bottom: 2em;
}
#wash-schedule h3 {
  font: bold 26px/36px 'avantgarde_cebold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  padding: 20px;
  color: #06669d;
}

#wash-schedule table {
  width: 100%;
  margin: 1em auto 2em;
  padding: 3px 3px 0;
  position: relative;
  font-family: helvetica, arial, sans-serif;
  /*border-collapse: collapse;*/
}
#wash-schedule th {
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.5em 0.75em;
  font-family: 'avantgarde_cebold', helvetica, arial, sans-serif;
}
#wash-schedule tr:nth-child(even) td {
	background: #f9f9f9;
}
#wash-schedule tr:nth-child(odd) td {
	background: #d7d5e5;
}
#wash-schedule td {
  vertical-align: top;
  font-weight: normal;
  font-size: 1em;
  border-bottom: 3px solid #fff;
  padding: 0.5em 0.75em;
}
#wash-schedule td p {
  margin-bottom: 0.75em;
}
#wash-schedule td.w-time {
	width: 10%;
	font-weight: bold;
	font-variant: small-caps;
	font-family: 'avantgarde_cebold', helvetica, arial, sans-serif;
}
#wash-schedule th.w-title, #wash-schedule td.w-title {
	width: 50%;
}
#wash-schedule th.w-location, #wash-schedule td.w-location {
	width: 40%;
	font-size: 0.95em;
}
#wash-schedule td.w-title h4 {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.33em;
  font-family: 'avantgarde_cebold', helvetica, arial, sans-serif;
}
#wash-schedule td.w-location h5 {
  font-weight: bold;
  font-size: 1.1em;
  font-family: 'avantgarde_cebold', helvetica, arial, sans-serif;
}
.sub-schedule {
  font-size: 0.95em;
}
#wash-map {
	font-size: 12px;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#wash-map h4 {
	font-size: 1.1em;
}
#wash-map ul {
	margin: 0 0 0.5em;
	padding: 0;
	list-style: none;
}
#wash-schedule .mc {
  background: #FB8F1D;
  color: #000;
}
#wash-schedule .jt {
  background: #fffffe;
  color: #000;
}
#wash-schedule > p, #wash-schedule > div > p {
  padding: 0 20px;
}
#wash-schedule a {
  font-weight: bold;
}
#wash-schedule > hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	padding: 0 20px;
	display: block;
}
.wash-schedule ul {
  margin: 0.5em 0;
  padding: 0 0.5em;
  list-style: none;
}
.wash-schedule li {
  padding: 0 0 0.5em;
}
.wash-schedule li span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.1em;
}
.wash-schedule li span.time {
  width: 6.5em; text-align: right;
}
.wash-schedule li span.sep {
  padding: 0 2em 0 0;
}
#wash-schedule h5.reg-link {
  font: bold 26px/36px 'avantgarde_cebold', helvetica, arial, sans-serif;
}

ul.main-sponsors {
	list-style: none;
	text-align: center;

}
ul.main-sponsors li {
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	margin: 0;
	line-height: 1.5;
	font-weight: bold;
}
ul.main-sponsors li a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
ul.main-sponsors img {
	width: 100%;
	max-width: 280px;
	height: auto;
	margin-bottom: 0.5em;
}
#wash-venues {
	padding-top: 1em;
}
#wash-venues .venue {
	margin-bottom: 1em;
}
#wash-venues .venue img {
	max-width: 90%;
	height: auto;
}
/* -- Paris page -- */
#paris-schedule {
  background: #fff;
  color: #000;
  border: 10px solid #e1e5e5;
}
#paris-schedule h3 {
  font: bold 26px/36px 'avantgarde_cebold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  padding: 20px;
  color: #06669d;
}

#paris-schedule h3.district {
  padding: 20px 20px 0;
}
#paris-schedule h4.venue {
  padding: 0 20px;
  font-size: 20px;
  color: #307582;
  text-transform: uppercase;
}
#paris-schedule table {
  width: 930px !important;
  border: 1px solid #e1e5e5;
  margin: 2em auto 3em;
  padding: 3px 3px 0;
  position: relative;
}
#paris-schedule th {
  font-size: 12px;
  text-align: center;
}
#paris-schedule .info h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
#paris-schedule .info h4 em {
  padding-right: 3px;
}
#paris-schedule .info h5 {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
}
#paris-schedule td {
  vertical-align: top;
  text-align: justify;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 3px solid #fff;
  padding: 10px;
}
#paris-schedule table td.p-time {
  width: 125px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left; 
  background: #e1e5e5;
  font-size: 14px;
  border-right: 3px solid #fff;
}
#paris-schedule .sc {
  /* background: #E3C57F; */
  background: #e1e5e5;
	background: rgba(84, 121, 128, 0.1);
  color: #000;
}
/*
td.sc:before {
  content:"SC";
  font-size: 9px;
  vertical-align: super;
  margin-right: 5px;
}
td.mc:before {
  content:"MC";
  font-size: 9px;
  vertical-align: super;
  margin-right: 5px;
}
td.jt:before {
  content:"JT";
  font-size: 9px;
  vertical-align: super;
  margin-right: 5px;
}
*/
#paris-schedule .mc {
  background: #FB8F1D;
  color: #000;
}
#paris-schedule .jt {
  background: #fffffe;
  color: #000;
}
#paris-schedule > p {
  padding: 0 20px;
}
/*
#paris-schedule p > span {
  display: inline-block;
  line-height: 2.0;
  font-weight: bold;
  padding: 0 10px;
}
*/
.paris-schedule ul {
  margin: 0.5em 0;
  padding: 0 0.5em;
  list-style: none;
}
.paris-schedule li {
  padding: 0 0 0.5em;
}
.paris-schedule li span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.1em;
}
.paris-schedule li span.time {
  width: 6.5em; text-align: right;
}
.paris-schedule li span.sep {
  padding: 0 2em 0 0;
}
#paris-schedule h5.reg-link {
  font: bold 26px/36px 'avantgarde_cebold', helvetica, arial, sans-serif;
}
/* -- Osaka Events -- */
#osaka-events {
	display: block;
	background: url("i/IJD_OsakaEvents_boxbg.png") no-repeat center bottom, #f9f1dd url("i/IJD_OsakaEvents_boxbg01.png") repeat-y center bottom;
	clear: both;
	border: 1px solid #b6b6b6;
	border-color: rgba(0,0,0,0.18);
}
#osaka-events .events-header {
	background: #f9f1dd url("i/IJD_OsakaEvents_headerbg.png") no-repeat center top;
	height: 210px;
	padding: 0 20px 0 550px;
}
#osaka-events .events-header h2,
#osaka-events .events-header h4 {
	color: black;
	text-transform: none;
	height: 30px;
	margin: 0 ! important;
	line-height: 40px;
}
#osaka-events .events-header h2 {
	font-size: 28px;
	padding: 60px 0 0;

}
#osaka-events > p {
	padding: 0 20px;
	line-height: 1.6;
	font-weight: bold;
}
table#event-listing {
	border-top: 2px solid #fff;
}
table#event-listing th {
	border-bottom: 2px solid #fff;
	background-color: transparent;
	padding: 5px 10px
}
table#event-listing td {
	border-bottom: 2px solid #fff;
	background-color: #f9f1dd;
	padding: 5px 30px 5px 10px;
}
table#event-listing sup {font-weight: bold;}
table#event-listing th.time {
	width: 80px;
	font-size: 1.2em;
	font-weight: bold;
	border-right: 4px solid #e7dd91;
	padding-left: 30px;

}
table#event-listing th.title {
	width: 200px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	
}  
table#event-listing span.advice {
	display: block;
	font-weight: bold;
	text-align: right;
}

/* -- Constant Contact signup button -- */
#cc_signup {
  position: absolute;
  left: 265px; top: 0;
  padding: 8px 0 0;
}
#cc_signup .button {
  height: 22px;
  padding: 0 10px; 
  border-radius: 4px; 
  border: 1px solid #000;  
  color: #000;
  display: inline-block; 
  text-shadow: none; 
  background-color: rgb(230, 230, 230);
  font-size: 11px; font-weight: bold; letter-spacing: 0.01em;
  line-height: 22px;
}
#cc_signup .button:hover, #cc_signup .button:focus {
  background-color: rgb(240, 240, 240);
}

.xartist {
  padding: 12px 0;
}

/* Layout Tweaks on smaller devices */
@media (max-width: 767px ) {
	body {
		border: solid #06669D; border-width: 10px 0;
		padding: 0;
		background: #fff;
	}
	#topbar {
		position: relative;
		top: auto;
		left: auto;
		background: #06669D;
		padding: 0.5em 0;
		height: auto;
		width: 100%;
		text-align: center;
	}
	#hashtag {
	position: absolute;
	height: 41px;
	width: 213px;
	top: 84px; left: 773px;
	padding: 0; margin: 0;
	}
	#google_translate_element {
	  position: relative;
	  top: 0; right: auto; 
	  display: block;
	  padding: 0.5em 2em;
	  text-align: center;
	}

	.fb-like {
	  position: relative;
	  width: 90px;
	  height: 20px;
	  overflow: hidden;
	  display: inline-block;
	  text-align: center;
	  top: 0; left: auto;
	  margin: 0 auto;

	}
	.twitter-buttons {
	  position: relative;
	  top: 0; left: auto;
	  height: 40px; padding: 10px 7px;
	  background: #06669d;
	  z-index: 100;
	  display: block;
	  text-align: center;
	}
	.twitter-follow-button,
	.twitter-hashtag-button {
	  margin-right: 5px;
	}
	#social {
		float: none;
		text-align: center;
		padding: 0.5em 2em;
		display: block;
		top: 0; right: auto;
		position: relative;
	}
	#cc_signup {
		position: relative;
		text-align: center;
		left: auto; top: 0;
		display: block;
		padding: 0.5em 2em;	
	}

	#content .gallery-columns-6 .gallery-item {
	  width: 25%;
	  text-align: center;
	  float: left;
	  margin-bottom: 1em;
	}
	#content .gallery-columns-6 .gallery-item:nth-child(6n+1) {
	  clear: none;
	}
	#content .gallery-columns-6 .gallery-item:nth-child(4n+1) {
	  clear: left;
	}

}
@media (max-width: 480px ) {
	#content .gallery-columns-6 .gallery-item {
	  width: 50%;
	  text-align: center;
	  float: left;
	  margin-bottom: 1em;
	}
	#content .gallery-columns-6 .gallery-item:nth-child(2n+1) {
	  clear: left;
	}
}

.global-gallery {
	padding-bottom:30px;
	line-height: 1.0em !important;
}

.global-gallery-title {
	font-family:'avantgarde_cebold','lucida sans', 'calibri', sans-serif;
	font-size:12px;
	text-transform: uppercase;
	font-weight: 300;
	line-height:1.0em !important;
	}


.concert-recap {
	width:80%; margin-left:auto; margin-right:auto;
}

@media screen and (max-width: 640px) {


.concert-recap {
	width:90%; margin-left:auto; margin-right:auto;
}

}


.artist-interview-image {float:right; margin-left: 20px; margin-bottom:30px;}
@media screen and (max-width: 440px) {




}


#input_16_50 {width:100% !important;}

/* Fix * Greg for Global Posters Thumbs 4/20/18 */
#content .post-13592 .gallery a img {
    min-height: 150px;
    max-height: 150px;
}

section#video.post-22246 {
    background: #fff;
    border: none;
}

section#video.post-22246 #video_holder { margin-bottom: 15px; }
section#video.post-22246 .entry-footer p { color: #000; }