.left-logo-holder {
    position: relative; height: 150px; /*155*/
}

.left-logo-holder .left-logo {
    position: relative; top: 41px;
}

/* requested by RMB as override to home HFA section */
.second-content .prog .top h3 {
    font-size: 39px;
}

.font-weight-bold, .font-weight-bold a {
    font-weight: bold !important;
    color:#000 !important;
}

.padding-top-0 { padding-top:0px !important; }

span.block {
    display:block;
}

/*  Style for two lines in the left navigation menu */
.side-navigation ul li a.multiline {
    line-height: 30px;
    padding: 4px 0;
}

.left-off-canvas-menu  ul li a.multiline {
    line-height: 30px;
    padding: 4px 0 0 20px;
}



img.no-resize { max-width: none; }

.header .left-colmn {
    line-height: 150px;
    font-size: 18px; 
}



.margin-bottom-20 {
    margin-bottom:20px;
}

img.media-countmein-list {
    margin-bottom:30px;
}

.text-transform-uppercase {
    text-transform:uppercase;
}

.detail-content .indent-30 {
    margin-left:30px;
}

.detail-content .indent-30 p strong {
    font-size:14px;

}

.detail-content .indent-30 p {
    padding: 0px;
}

.detail-content *[class*='block-grid-'] > li {
    background: none;
    padding: 0 0.625rem 1.25rem;
}

/* Hub links like on the programme page */
.detail-content *[class*='block-grid-'].hub-nav .hub-nav-block {
    border: thin solid #aaa;
}

.detail-content *[class*='block-grid-'].hub-nav > li a {
    line-height: 68px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 17px;
}

.detail-content *[class*='block-grid-'].hub-nav > li .disabled-nav-block {

}

.detail-content *[class*='block-grid-'].hub-nav > li .disabled-nav-block a {
    cursor: auto;
    color: black;
    text-decoration: none;
}


/* hack for mobile view */
@media all and (max-width: 62.563em) {
    #main-logo-holder .main-logo {
	top: 0px;
	width: 1200px; /*220px*/
	height: auto !important; /*override 99px in style.css*/
    }
}

/* hack for desktop view */
@media all and (min-width: 62.563em) {
    .detail-content h3 {
	padding-top: 20px;
    }

    .detail-content ul li.link, 
    .detail-content ul li, 
    .detail-content ul li.attachment, 
    .detail-content ol li  {
	padding-bottom: 15px;
	font-size:14px;
    }

    .detail-content ol.faq-list li {
	padding-bottom: 5px;
    }

    .detail-content p {
	padding: 10px 0px 10px;
	font-size:14px;
    }

    .content .bottom .single-news .description,
    .second-content .prog .bottom p,
    .content .bottom .single-news .description-process
    {
	font-size: 16px;
    }

    .content .bottom .single-news .date {
	padding: 20px 0px 6px;
    }


    #main-logo-holder .main-logo {
	top: 6px;
	width: 1200px;/*300*/
    }

    .detail-content h1 {
	font-size:48px;
	line-height:50px;
    }
    .detail-content h2 {
	font-size:36px;
	line-height:40px;
    }
    .detail-content h3 {
	font-size:22px;
	line-height:30px;
    }
    .detail-content h4 {
	font-size:16px;
	line-height:20px;
    }
    .detail-content h5 {
	font-size:14px;
	line-height:20px;
    }
    .detail-content h6 {
	font-size:14px;
	line-height:20px;
    }
}

.slider-web {
    max-height: 500px;
    padding-left: 15px;
    padding-right: 2%;
    margin-bottom: 20px;
}

.slider-web .slides li{
    max-width:100%;
    height:auto;
}

.disabled {
    background-color: #dedede;
    color: #aaa;
}

.disabled-text {
    color: #aaa;
}

form fieldset .height150 {
    height:150px;
}

form fieldset .height100 {
    height:100px;
}

.tabs-content div.content {
    margin-top: 0;
}

form fieldset .margin-top-5px {
    margin-top:5px;
}

/*----- RESPONSIVE YOUTUBE VIDEOS -----*/
.row .youtube-video {
    position: relative;
    height: 0; 
    overflow: hidden;
    padding-bottom: 56.25%;
}

.row .youtube-video object,
.row .youtube-video embed,
.row .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* =========={  SASAKAWA PAGE }==========*/
.sasakawa h2 {
    margin-bottom: 30px; 
}

/* fix bullet point navigation */
.slider-sasakawa .flexslider, 
.slideshow-reconstruction .flexslider{
    z-index: 99;  
}

/* fix slide drift */
.slider-sasakawa .flexslider ul li,
.slideshow-reconstruction .flexslider ul li{
	padding: 0;
	margin: 0;
}


/* Mobile rendering */
@media all and (max-width: 62.563em) {
    .sasakawa h2 {
	padding: 0 0.9375rem;
	margin-bottom: 0; 
    }
  .content {
    top: 0;
  }
}

/* ========= PREPCOM ========== */

.p_bureau_indent p{
	margin: 0 0 0 20px;
	padding: 0px;
}

.p_bureau_indent h4{
	margin: 20px 0 0px 0;
	padding: 5px;
}


.icon-pdf, .icon-word  {
    display:inline-block;
    width: 14px;
    height: 16px;
    margin-right: 5px;
    vertical-align: text-top;
}

.icon-pdf {
    background-image: url(../img/ico-pdf.png);
}
.icon-word {
    background-image: url(../img/ico-word.png);
}

.prepcom-cancel-button {
    background-color: #9BB6BE;
}


table.statements th {
    background-color: #e3e5e5;
}

table.statements th:first-child {
    background-color: #C4C4C4;
}

table.statements td {
    vertical-align: top;
}
table.statements td:first-child {
    background-color: #e3e5e5;
}
table.statements td .no-statement {
    background-color: red;
    border-radius:50%;
    width: 10px;
    height: 10px;
    padding: 2px;
    display: inline-block;
}

table.statements td span.no-statement {
    padding-left: 10px;
}

table.statements tr.js-statement.current td:first-child {
    background-color: #8bc9e3;
    font-weight: 700;
    font-size: 21px;
}
table.statements tr.js-statement.current td.timer {
    font-size: 30px;
}
table.statements tr.js-statement.next td {
    border-top: thick solid #8bc9e3;
    border-bottom: thick solid #8bc9e3;
}
table.statements tr.js-statement.next td.columns {
    padding: 2.25rem 0.625rem;
}
table.statements tr.js-statement.next td.now {
    font-size: 23px;
    font-weight: bold;
    color: #8bc9e3;
}
table.statements tr.js-statement.current td.speaker-name {
    font-size: 23px;
    line-height: 1.1em;
}
table.statements tr.js-statement.current {
    background-color: #8bc9e3;
    height: 120px;
}

table.statements tr.js-statement a.disabled-action {
    color: gray;
}

table.statements tr.js-statement a.disabled-action:hover {
    color: gray;
    text-decoration: none;
    cursor: default;
}

table.statements td.speaker-name {
    font-size: 16px;
}
table.statements td.timer, table.statements td.js-starting-time {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

/* ========= HOME, HEADER, FOOTER/ Prepcom 1 (David Giorgi, lsm 7/9/14) ========== */

/*NAV*/


.nav ul li {
	padding-right: 10px !important;
}

.nav ul li a{
	font-family: "DIN Next W01", "Arial Narrow", Arial, sans-serif !important;
	font-size: 14px; /*16px*/
}

.register_menu{
	color: #e5323d !important;
	font-family: 'DIN Next W01', arial !important;
	font-size:14px !important;
	text-transform: none !important;
}



.main-logo{
	max-width:100%;
}

/*fix blurry logo internal pages*/
.header div{
	box-sizing: content-box !important;
}


.side-navigation, .side-navigation ul li{
	border: 0; /*remove full height internal nav*/
	background-color: #f5f5f5; /*   #f2f8f8; light overall background color */
}

/*
.level2, .level2_last{
	margin: 0 0 0 12px !important;
}

.level2_last:last-child{
	padding: 0 0 20px 0 !important;
}
*/




.level2_prog, 
.level2_prog_first, 
.level2_prog_last{
	margin: 0 0 0 15px !important;
}

.level2_prog_first{
	padding: 0 0 0 0 !important;
}

.level2_prog_last{
	padding: 0 0 0 0 !important;
}




.left-off-canvas-menu .leftside-top-detail ul li {
	height: auto;
}


.side-navigation > ul > li{
	padding: 8px 4px 4px 10px !important;

}

.side-navigation a{
	line-height: 1.1 !important;
}

.side-navigation > ul > li > a{
	font-weight: normal;
}

.font-weight-bold{
	background-color: #cbcbcb !important; /* #e4efef blue highlight */ 
	
}


.side-navigation ul .active{
	background-color: #cbcbcb !important;

}






.dropdown a, .top-dropdown-menu ul li a, .top-dropdown-menu a.closer {
	/*font-family: arial !important;*/ /* ARIAL TEMP ONLY WHILE DIN NOT AVAILABLE* ********* */
}





.banner_wrapper{
	margin: 0 0 0 20px;
	padding: 0 0 0 0px;
	top: 0;
}

.banner_wrapper div, .homepage_wrapper{
	margin: 0 auto 0 auto;
}



/*home*/

.slideshow_image{
	width: 1175px;
	/*height:150px;*/
}

.banner_wrapper .slideshow1{
	margin: 3px 0 0 0;
	padding: 0 0 0 0px;
	width: auto;
}

.banner_wrapper .slideshow1, .banner_wrapper .slideshow1 img{
	width: 100% !important;
	max-width: 100% !important;
}




/*commitments*/

.slideshow_image{
	width: 787px;
	/*height:308px;*/
}

.banner_wrapper .slideshow2{
	margin: 3px 0 0 0;
	padding: 0 0 0 0px;
	width: auto;
}

.banner_wrapper .slideshow2, .banner_wrapper .slideshow2 img{
	width: 100% !important;
	max-width: 100% !important;
}






/* FOOTER */
.wide-bg-prefooter{
	height: 90px;
}

.wide-bg-prefooter {
	height: 90px;
}

.wide-bg-prefooter .resilient_logo{
	margin: 8px 0 0 10px;
}



.prefooter .facebook  {
	margin: 0 0 0 180px;
	top: 20px;
}

.prefooter .facebook img {
	padding: 0 20px 20px 0;
}


.prefooter .facebook .text-block .headline {
	font-size:16px;
}

.prefooter .facebook .text-block .description {
	font-size:11px !important;
}





.wide-bg-footer{
	height: 50px;
	background-image: url('../images/footer_texture.jpg');
}


.footer-links, .copyright{
	font-size:12px;
	white-space: nowrap;
	margin: 0px 0 0 0  !important;
}

.footer span{
	margin: 20px 0 0 0  !important;
}








.title{
	color: #004084;
	font-size:26px;
	font-weight: bold;
	margin: 8px 0 0 0;
}

.title2{
	color: #000000;
	font-size:24px;
	font-weight: bold;
	margin: 8px 0 0 0;
}

.title_strip{
	margin: 10px 0 0 0;
	height: 1px;
	border-top: 1px solid #e5323d;
}

.keyline_main{
	height:2px;
	border-bottom: 1px solid #b0b2b4;
}

.keyline{
	height:2px;
	border-bottom: 1px solid #b0b2b4;
	margin: 10px 0 0 0;
}


.subtitle1{
	color: #222222;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.subtitle_important{
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
}


.date{
	color: #5b5b5b;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0 0 0;
}

.latest{
	color: #5b5b5b;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.previous{
	color: #5b5b5b;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.video_stream{
	margin: 15px 0 0 0;
}


.para_grey{
	margin: 10px 0 0 0;
	color: #5b5b5b;
	line-height: 1.5;
	font-size: 14px;
}



.para{
	margin: 10px 0 0 0;
	font-size: 14px;
}

.para_nomargin{
	margin: 0 0 0 0;
	font-size: 14px;
}




.para a, .para_nomargin a{
	color: #004084;
	text-decoration: none;
	font-size: 14px;
}

.para a:hover, .para_nomargin a:hover{
	text-decoration: underline;
}





/* PREPARATORY */
.no_margins{
	margin: 0 0 0 0;
}


.ui-widget-content a {
    color: #026cb6 !important;
}

.ui-widget-content  {
    font-family: "DIN Next W01",sans-serif !important;
}



table.t1_open {
	background: none repeat scroll 0 0 white;
	border: 1px solid #dddddd;
	border-spacing: 4px;
	width: 100%;
}

table.t1_open p, table.t1_open ul{
	margin: 0px;
	padding: 0px;
}

table.t1_open td{
	background-color: #f9f9f9;
}

table.t1_open td.darker{
	background-color: #e3e5e5;
}
	
	




/* CONFERENCE */

table.t2 {
    background: none repeat scroll 0 0 white;
    border: 1px solid #dddddd;
    border-spacing: 4px;
    margin: 0px 0px 0px 0px;
}



table.t2 p{
	margin: 5px;
	padding: 5px;
}

table.t2 ul{
	margin: 0px;
	padding: 0px;
}



table.t2 td{
	background-color: #f9f9f9;
}

table.t2 td.darker{
	background-color: #e3e5e5;
}




.img_container_conf img{
	width:100%; 
	cursor: pointer;
}





    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px; min-height: 18.0px}
    p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: left; font: 12.0px}
    p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px;}
    p.p5 {margin: 0.0px 0.0px 10.0px 0.0px; font: 11.0px; min-height: 12.0px}
    p.p6 {margin: 0.0px 0.0px 0.0px 56.7px; font: 12.0px;}
    p.p7 {margin: 0.0px 0.0px 0.0px 35.5px; font: 12.0px;}
    p.p8 {margin: 0.0px 0.0px 0.0px 36.0px; font: 12.0px;}
    p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font: 12.0px;}
    p.p11 {margin: 0.0px 0.0px 0.0px 18.0px; font: 12.0px}
    p.p12 {margin: 0.0px 0.0px 0.0px 18.0px; font: 12.0px;}
    p.p13 {margin: 0.0px 0.0px 0.0px 35.5px; text-indent: -21.2px; font: 12.0px;}
    p.p14 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: center; font: 12.0px;}
    li.li4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px}
    li.li9 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font: 12.0px}
    span.s1 {font: 12.0px Cambria}
    span.s2 {text-decoration: underline}
    span.s3 {font: 10.0px}
    span.s4 {font: 12.0px 'Courier New'}
    span.Apple-tab-span {white-space:pre}
    ul.ol1 {list-style-type: decimal}
    ul.ol2 {list-style-type: upper-alpha}
    ul.ol3 {list-style-type: upper-roman}
    ul.ol4 {list-style-type: lower-alpha}
    ul.ul1 {list-style-type: disc}
   .detail-content2 ul li {background: none !important;}

.padding-left-15 {
	padding-left: 15px;
}




#socialize a {
    background: url("../../uploads/social-icons-black.png") no-repeat scroll left top transparent;
    width: 25px;
    height: 25px;
    border: 0px none;
    display: block;
    text-indent: -999em;
    overflow: hidden;
    opacity: 0.8;
    padding: 0px;
    
}

#socialize ul {
    list-style: none !important;
}

#socialize li {
    float: left;
    padding: 0 !important;
    margin: 0px 4px 5px 0px !important;
	list-style: none !important;
	background: none !important;
}


#socialize .twitter a {
    background-position: -25px bottom;
}

#socialize .facebook a {
    background-position: -50px bottom;
}

#socialize .youtube a {
    background-position: -225px bottom;
}

#socialize .flickr a {
    background-position: -100px bottom;
}

#socialize .pinterest a {
    background-position: -500px bottom;
}

#socialize .subscribe a {
    background-position: -125px bottom;
}

/*sasakwawa*/
.texture_holder {
    background-image: url("../../uploads/panel1.jpg");
    background-repeat: repeat-x;
}

#globalSearch {
		background-color: #222;
		border: 1px solid #4a4a4a;
		border-radius: 20px;
		position: relative;
		margin: 2px 0 0 400px;
		height: 34px;
		padding: 0px 10px 0 13px;
}
#globalSearch input[type=text] {
	font-size:10px;
	background-color: transparent;
	border: none;
	box-shadow: none;
	box-sizing: none;
	color: #fff;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight:normal;
	height: auto;
	margin: 0;
	padding: 0;
	transition: none;
	width: 200px;
	top: 1px;
}
