/** Liver Transplant 2021 webinar **/
#liver_div {
	display: block;
	margin-bottom: 2em;
	color: var(--white);
    padding: 20px;
    text-transform: uppercase;
    min-height: 300px;
    background-image: url('/conferences/images/banner-liver-transplant-webinar-big.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
}
	

#liver_div h2{ margin-top: 0; padding-bottom: 10px; color: var(--white);}
#liver_div h2 em {font-weight: bold; font-style: normal; color: #00c0ab; }
#liver_div h2 span.first {font-weight: normal;}
#liver_div h3{font-size: 140%; color: var(--white);}
#liver_div h4 {font-size: 110%; color: rgb(182,191,0);}
#liver_div h4 span {color: var(--white);}

#liver_div hr {border: 1px dashed var(--anthracitelightgrey);}

.liver_div_index section h3 {text-align: center;}

@media screen and (max-width:720px) {
	#liver_div { background-image: url('/conferences/images/banner-liver-transplant-webinar-small.jpg'); margin-bottom: 1em; min-height:auto;}
}

@media screen and (max-width:635px) {
    #liver_div { background-size:auto 90%; margin-bottom: 0;}
    #liver_div h2 { font-size:100%; }
    #liver_div h3 { font-size:85%; }
    #liver_div h4 { font-size:70%; }
}

/* AMOD 2018 - advances in the management of obesity diseases */

#amod_div {
	display: block;
	margin-bottom: 2em;
	padding: 20px;
	/*background-color: #232427;
	color: var(--white);*/
	background-image: url('/images/obesity-banner-1280.jpg');
	background-size: auto 75%;
	min-height: 300px;
	background-repeat: no-repeat;
	/*background-position: right top;*/
}
#amod_div h2 {
	color: var(--white);
	text-transform: uppercase;
	margin-top: 2%;
	font-weight: bold;
	text-align: right;
	font-size: 150%;
}
	
#amod_div h2 span{
    
	font-weight: 100;
	white-space:nowrap;
	}

#amod_div h2 span.second{font-weight: 700;}
#amod_div h4 {text-align: right; font-size: 120%; color: var(--white);}

#amod_div .organizers {margin-top: 5em;}

	@media screen and (max-width:920px) {
        #amod_div {  margin-left:-25px; margin-right:-25px; min-height: 100%;}
        #amod_div h2 { font-size:120%; } 
        #amod_div h4 { font-size:100%; } 
        #amod_div h2 span { white-space:normal; }
        .conference-date { font-size:90%; /*max-width:60%;*/ }
        .organizers img{width: auto!important;}
	}
    @media screen and (max-width:635px) {#amod_div {min-height: 214px;}}
	@media screen and (max-width:550px) { 
	    #amod_div { background-size:auto 70%;  min-height: 230px;}
        #amod_div h2 { font-size:120%; } 
         #amod_div h4 { font-size:70%; } 
        }
	@media screen and (max-width:480px) { #amod_div { background-size:auto 40%; margin-left:-15px; margin-right:-15px; } }


/**************************************************************************************************/

/** Cardiology conference 2019 **/

#cardio_div {
	display: block;
	margin-bottom: 2em;
	padding: 14px;
	background-color: #00141b;
	color: var(--white);
	background-image: url('/images/cardio-banner-left.jpg');
	background-size: auto 50%;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right; 
	}

#cardio_div h2 {
	color: var(--white);
	text-transform: uppercase;
	margin-top: 0;
	font-weight: bold;
	font-size: 140%;
	
	}

#cardio_div h2 span{
    
	font-weight: 100;
	white-space:nowrap;
	}

#cardio_div h2 span.second{font-weight: 700;}
#cardio_div h3 {color: #fefcc9;}
#cardio_div h4 {font-size: 120%; color: #fefcc9;}

.header-more {margin-top: 2em; margin-bottom: 2em; border-bottom: 1px dashed var(--anthracitelightgrey); text-align:center; font-size: 95%;}
.header-more h3, .header-more p {margin: 0!important;}
.header-more h4 {margin: 6px!important;}

#cardio_div hr {border: 1px dashed var(--anthracitelightgrey);}

@media screen and (max-width:920px) {
    #cardio_div, .header-more {  margin-left:-15px; margin-right:-15px; min-height: 100%;}
    #cardio_div h2 { font-size:120%; }
    #cardio_div h2 span { white-space:normal; }
    #cardio_div h3 { font-size:105%; } 
    #cardio_div h4 { font-size:95%; } 
    .conference-date { font-size:90%; /*max-width:60%;*/ }
    .organizers img{width: auto!important;}
}

@media screen and (max-width:635px) {
    #cardio_div { background-size:auto 50%; }
    #cardio_div h2 { font-size:100%; }
    #cardio_div h3 { font-size:85%; }
    #cardio_div h4 { font-size:70%; }
    .header-more h3 {font-size:100%;}
}
    
@media screen and (max-width:420px) {
    #cardio_div h2 { padding-top: 67%;}
}

/**************************************************************************************************/

/** Epilepsy 2019 **/

#epilepsy_div {
	display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    color: var(--white);
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('/images/epilepsy-conference-2019-banner.png');
    min-height: 300px;
}
	
@media only screen and (max-width: 730px) {
	#epilepsy_div {min-height: 205px;}
}

/**************************************************************************************************/

/** Head and Neck conference 2017 **/

#hns_div {
	display: block;
	margin-bottom: 2em;
	padding: 10px 45px;
	background-color: #3B788D;
	color: var(--white);
	background-image: url('/images/headneck2017-header-1280.jpg');
	background-size: auto 100%;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: right top;
}
@media screen and (max-width:900px) { #hns_div { padding:10px 25px; margin-left:-25px; margin-right:-25px; } }
@media screen and (max-width:550px) { #hns_div { background-size:auto 60%; background-position:right bottom; } }
@media screen and (max-width:480px) { #hns_div { background-size:auto 50%; } }
	
#hns_div h2 {
	color: var(--white);
	text-transform: uppercase;
	margin-top: 6%;
	font-weight: bold;
	max-width: 80%;
	font-size: 220%;	
}
@media screen and (max-width:900px) { #hns_div h2 { font-size:160%; } }

#hns_div h2 span {white-space:nowrap;}

@media screen and (max-width:900px) { #hns_div h2 span { white-space:normal; } }

#hns_div .conference-date {
	color:var(--white);
	/*max-width:80%;*/
}
@media screen and (max-width:900px) { #hns_div .conference-date { font-size:90%; max-width:60%; } }

.dear_leader { text-align: center;font-size: 120%;border-bottom: 1px dotted gray;padding-bottom: 1em; }
.dear_leader span { display: block;font-size: 200%;font-weight: bold;margin-top: 10px; }


/**************************************************************************************************/

/** Internal Medicine 2019 **/

#im_div {
	display: block;
	margin-bottom: 2em;
	color: var(--white);
    padding: 20px;
    min-height: 120px;

}	
#im_div h2{text-align: center; margin-top: 0; padding-bottom: 16px;}
#im_div h2 span.first {font-weight: normal;}
#im_div h3{text-align: center; }
#im_div h4 {text-align: center; font-size: 120%; }
	
#im_div h2 span{white-space:nowrap;}


/**************************************************************************************************/

/** Otofest 2019 **/

#otofest_div {
	display: block;
	margin-bottom: 2em;
	color: var(--white);
    text-align: center;
    padding: 20px;
    min-height: 285px;
    background-image: url('/images/otofest-2019-banner.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
}
	

#otofest_div h2{ margin-top: 0; padding-bottom: 10px;}
#otofest_div h2 span.first {font-weight: normal;}
#otofest_div h3{font-size: 140%; }
#otofest_div h4 {font-size: 110%; }

#otofest_div hr {border: 1px dashed var(--anthracitelightgrey);}

.otofest2019_index section h3 {text-align: center;}


/**************************************************************************************************/

/** NORA 2019 **/

#nora_div {
	display: block;
	margin-bottom: 2em;
	color: var(--white);
	background-image: url('/images/nora-banner.jpg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:right bottom;
    background-color: #1e292d; 
    padding: 2em;
    min-height: 480px;
}

#nora_div h2{color: var(--white); text-align: left; margin-top: 0; padding-bottom: 1em; padding-top: 0.5em}
#nora_div h2 span.first {color: var(--primarygreen); font-weight: normal;}
#nora_div h3 {color: var(--white); font-weight: normal; font-size: 130%;}
#nora_div h4 {text-align: right; font-size: 120%; }	

@media screen and (max-width:760px) {#nora_div {min-height: 420px; padding: 1em; font-size: 70%;}}
@media screen and (max-width:520px) {#nora_div {min-height: 340px; padding-bottom: 0; padding-top:0;}}


/**************************************************************************************************/

/** Neurovascular week 2018 **/

#nvw_div { text-align:center; line-height:1; margin:20px 40px 40px 40px; }
#nvw_div h2 { margin-bottom:0; }
#nvw_div h3 { font-size: 180%;}

.page_speakers main img {max-width: 200px;}

/**************************************************************************************************/

/** ME Stroke Symposium **/

#stroke_div {
	display: block;
	margin-bottom: 2em;
	padding: 14px;
	color: var(--white);
	background-image: url('/images/isnd-2019-banner.png');
	background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	text-align: right; 
	}
#stroke_div h2 {
	color: var(--white);
	text-transform: uppercase;
	margin-top: 4%;
	font-weight: bold;
	font-size: 160%;
	letter-spacing: 1px;
	line-height: 1.8em;
}

#stroke_div h2 span{
	font-weight: 100;
	white-space:nowrap;
	font-size: 250%;
}

#stroke_div h3 {text-align: right; color: var(--white)}
#stroke_div h4 {text-align: right; font-size: 120%; color: var(--white)}

.me-stroke-symposium_index section h3 {text-align: center;}

@media screen and (max-width:920px) {
    #stroke_div h2 { font-size:105%; }
    #stroke_div h3 { font-size:100%; } 
    #stroke_div h4 { font-size:95%; } 
    #stroke_div h2 span { white-space:normal; }
    .conference-date { font-size:90%; }
    .organizers img{width: auto!important;}
}

@media screen and (max-width:720px) {
    #stroke_div h2 { font-size:90%; }
    #stroke_div h3 { font-size:85%; }
    #stroke_div h4 { font-size:70%; }
}

/**************************************************************************************************/

/** LAU ICME 2017 **/
#icme_div_2017 {text-align: center; margin-bottom: 2em;}
#icme_div_2017 h2 {
	margin-bottom:0;
	font-size:150%;
	font-weight:bold;
	color:var(--primarygreen);
	line-height:normal;
	text-transform:none;
	}
#icme_div_2017 h2 sup { font-size:60%; }
#icme_div_2017 h3 {
	font-weight:bold;
	font-size:120%;
	margin-top:5px;
	color: var(--primarygreen);
	padding:0;
	}
#icme_div_2017 h3+p { max-width:100%; margin-top:2em;}

	
#icme_div_2017 h4 {
	margin-bottom:0;
	font-weight: bold;
	color: var(--primarygreen);
	}
#icme_div_2017 h4 + h4 {
	margin-bottom:1em;
	margin-top:.5em;
	}
#icme_div_2017 h4.conference-date {
	text-transform:none;
	font-weight:normal;
	color: var(--primarygreen); color:inherit;
	}
#icme_div_2017 h4 span { font-size:90%; }
.illustration {margin-top:1em; max-width:42% !important; }


/**************************************************************************************************/

/** LAU ICME 2015 **/

#icme_div_2015 {
	display: block;
	margin-bottom: 3em;
	padding-bottom:15px;
	margin-right: -35px;
	border-bottom: 1px solid #CE7FB1;
	text-align: center;
	}
.speakers_index  #icme_div_2015 {
	margin-right: -47px;
	background: #fff url("/images/icme2015-illustration-big.png") no-repeat right bottom;
	padding-right: 200px;
	}
#icme_div_2015 h2 {
	margin-bottom:0;
	font-size:150%;
	font-weight:bold;
	color:var(--primarygreen);
	line-height:normal;
	text-transform:none;
	}
#icme_div_2015 h3 {
	font-weight:bold;
	font-size:150%;
	margin-top:14px;
	color: var(--primarygreen);
	padding:0;
	
	}
#icme_div_2015 h3+p { max-width:100%; margin-top:2em;}
	
#icme_div_2015 h4 {
	margin-bottom: .8em;
	font-weight: bold;
	color: var(--primarygreen);
	}
#icme_div h4.conference-date {
	text-transform:none;
	font-weight:normal;
	color: var(--primarygreen); color:inherit;
	margin-bottom:0;
	}
#icme_div_2015 h4.conference-date + h3 {
	margin-top:0;
	}

/**************************************************************************************************/

/** LAU ICME 2014 **/

#icme_div {
	display:block;
	margin-bottom:3em;
	}
#icme_div h2 {
	margin-bottom:0;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	color:var(--primarygreen);
	line-height:normal;
	text-transform:uppercase;
	}
#icme_div h3 {
	color:#DAA526;
	font-weight:bold;
	font-size:150%;
	text-align:center;
	border:3px solid #FEE29F;
	border-width:2px 0;
	padding:10px 5px;
	margin-top:14px;
	color:var(--primarygreen);
	}
#icme_div h3+p { max-width:100%; text-align:center; margin-top:2em;}
	
#icme_div h4 {
	margin-bottom: .8em;
	font-weight: bold;
	color: var(--primarygreen);
	}
#icme_div h4.conference-date {
	text-transform:none;
	font-weight:normal;
	color: var(--primarygreen); color:inherit;
	margin-bottom:0;
	text-align:center;
	}
#icme_div h4.conference-date + h4 {
	margin-top:0;
	}


/**************************************************************************************************/

/** Common for some conferences **/

.hide {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
    
}
 /* IE 9 and below hacks */
.lt-ie9 .hide {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center;
}

.organizers {text-align: center; padding-bottom: 0;}

.page_sponsors main img {max-width: 30%;}


@media screen and (max-width:720px) {.page_sponsors main img {max-width: 60%;}}
