/* Load Custom Fonts */
@font-face {
    font-family: 'Avenir-Black';
    src: url("/Avenir-Black-03.ttf");
}
@font-face {
    font-family: 'Avenir-Heavy';
    src: url("/Avenir-Heavy-05.ttf");
}
@font-face {
    font-family: 'Avenir-Medium';
    src: url("/Avenir-Medium-09.ttf");
}
@font-face {
    font-family: 'Avenir-Light';
    src: url("/Avenir-Light-07.ttf");
}
@font-face {
    font-family: 'Avenir-Roman';
    src: url("/Avenir-Roman-12.ttf");
}
@font-face {
    font-family: 'Avenir-Book';
    src: url("/Avenir-Book-01.ttf");
}

/* Generic CSS Start */
#mainContent{
    background-color:#438a6c;
}
.containerbg{
    background-color:#ffff;
    padding: 20px !important;
}
.navbar-static-top.navbar-inverse{
    background-color: #0f3c3f !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
    font-family: 'Avenir-Medium' !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important
}
.navbar-inverse .navbar-nav > .open > a {
    background-color: #E05C21 !important;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #E05C21 !important;
    color: #ffffff !important; 
}
.navbar-inverse .navbar-nav .open .dropdown-menu{
    background-color: #438a6c !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      background-color: #E05C21 !important;
      color: #ffff !important; 
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover {
    background-color: #E05C21 !important;
}
.nav-pills>li {
    text-align: center;
}
.footer-bottom{
    background-color: #0f3c3f !important;
}
.footer-bottom p{
    font-family: 'Avenir-Roman' !important;
    font-size: 16px !important; 
    text-align: center !important; 
    color: white !important; 
}
.blueColor {
    color: #194462 !important;
}
.whiteColor {
    color: #ffff !important;
}
.border {
    border: 1px solid #438a6c;
    border-radius: 20px;
}
.blackHeader{
    font-family: 'Avenir-Black' !important;
}
.button1{
    font-family: 'Avenir-Heavy' !important;
    font-size: 14px !important; 
    border-color: #E05C21 !important;
    background-color: #E05C21 !important;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 6px 10px !important;
}
.homepageButton{
    padding: 12px !important;
}
.button1:hover{    
    background-color: #438a6c !important;
    border-color: #438a6c !important;;
}
.button1:disabled{
    background-color: gray !important;
    border-color: gray !important;
}
.buttoncurve{
    border-radius: 50px;
}
.buttonshadow {
    border-radius: 7px !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.button-center-align{
    place-self: center !important;
}
.pageHeader{
    font-family: 'Avenir-Black' !important;
    font-size: 60px !important; /* old 35px */
    text-align: left;
    color: #ffff !important;
    text-shadow: 4px 8px 5px #000000;
}
.pageHeaderWithoutBannerImage{
    font-family: 'Avenir-Black' !important;
    font-size: 35px !important; /* old 35px */
    text-align: left;
    color: #ffff !important;
    text-shadow: 4px 8px 5px #000000;
}
.pageSubHeader {
    font-family: 'Avenir-Light' !important;
    font-size: 35px !important;
    text-align: center;
    text-transform: uppercase !important;
}
.sectionImages{
    flex-direction: row !important;
 } 
.sectionImages img{
    width: 100% !important;
    align-self: center;
}
.sectionHeader {
    font-family: 'Avenir-Light' !important;
    font-size: 30px !important;
    text-align: center;
    text-transform: uppercase !important;
}
.sectionSubHeader {
    font-family: 'Avenir-Light' !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
}
.sectionContent{
    font-family: 'Avenir-Book' !important;
    font-size: 16px !important;
}

.speakercard a{
    text-decoration: none !important;
}
.speakercard img{   
    margin-top: 20px;
    border: 1px solid #f7f7f7 !important;
    /*width: 80%;*/
}
.speakercard img:hover{
    border: 2px solid #438a6c !important;
}
.speakercard h4{
    font-family: 'Avenir-Black' !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
    color: #194462 !important;
    text-align: center !important;
    text-transform: uppercase;
    /* text-align: center; */
    /* text-decoration: none !important; */
}
.speakercard p{
    font-family: 'Avenir-Roman' !important;
    font-size: 16px !important;
    padding: 5px;
    color: #194462 !important;
    text-align: center !important;
    /* text-align: center; */
    /* text-decoration: none; */
}
.sectioncard img{
    /* height: 20%; 
    width: 20%;
    place-self: center;*/
}
.sectioncard h4{
    font-family: 'Avenir-Roman' !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
    color: #194462 !important;
    text-transform: uppercase;
}
.sectioncard p{    
    font-family: 'Avenir-Roman' !important;
    font-size: 16px !important;
    padding: 5px;  
}

.sectioncard{
    text-align:center !important;
    padding-bottom: 30px;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.smallicons{
    margin: 9px 10px 10px 0px;
    height: 20px;
}
hr {
    border: 0;
    clear:both;
    display:block;
    width: 96%;               
    background-color:#438a6c;
    height: 1px;
}
.vl {
    border-left: 1px solid #194462;    
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -30px;
    height: 60px;
}
.card {       
    /*position: relative;
    display: inline-block;*/
    padding: 0px !important;
}
.card img{
    width: 100%;
    padding: 10px;
}
.card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.card:hover .img-top {
    display: inline;
}
.divSpeakers{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.profileimg{    
    width: 100% !important;
    /*border: 10px solid #f7f7f7 !important;*/
    border-radius: 100% !important;
}
.homepagecaption{
    width: 80% !important;
    margin-top: 140px;
    margin-bottom: 30px;
}
/* Generic CSS End */

/* Custom CSS Start */
.banner{
    height: 900px;
    background: url("/homepage_img.png") center center / cover no-repeat;
}
.mainpageheader h1:first-child{
    margin-top: 110px;
}
.mainpageheader .subheading2{
    margin-top: 10px; /* old 30px */
}
.mainpageheader .subheading2 div:first-child{
    margin-bottom: 0px; /* old 10px */
}
.mainpageheader .subheading3{
    margin-top: 5px; /* old 10px */
}
.homepageheader {
    font-size: 45px !important;
    margin: 0px;
    font-family: 'Avenir-Black' !important;
}
.homepagesubheader {
    font-family: 'Avenir-Heavy' !important;
    font-size: 18px !important;
}
.sponsors img{
    padding: 10px;
    float: left;
    width: 30%
}
.sponsors h2{    
    font-family:'Avenir-Roman' !important;
    font-size: 26px !important;    
    text-align: right !important;
}
/*.whoshouldattend {
    margin-top:20px;
}
.whoshouldattend img{
    height: 100%;
}*/
.whoshouldattend h4{
    padding-top: 10px;
    font-size: 16px;
    color:#194462 !important;
    font-family: 'Avenir-Roman' !important;
}

.subbanner{
    height:500px;
}
.subbanner .pageHeader {
    margin-top: 380px; /* old 460px */
}

/* Aboutn IPHCC */
.diviphcc img, .divconfexhb img{
    width: 100%;
}
.diviphcc .iphcclogo {
    width: 50%;
    margin: 20px 0px;
}
.divpastevent {
    flex-direction: row;
}


.divSession h2{
    font-family:'Avenir-Roman' !important;
    font-size: 30px !important;
    margin-left: 30px;
}
.divSession h4{
    font-family:'Avenir-Heavy' !important;
    font-size: 16px !important;
    color: #194462 !important;
    text-transform: uppercase !important;
}
.divSession p{
    font-family:'Avenir-Roman' !important;
    font-size: 14px !important;
    color: #194462 !important;
    padding-top: 3px !important;
}
.divSession img{
    height: 25px !important;
    padding: 5px !important;
}
/*.divSession a{
    text-decoration: none !important;
}
.divSession a:hover{
    text-decoration: underline !important;
}*/


/* Pricing */
.welcomedivpricing h2{
    font-size: 24px !important;
    margin: 5px !important;
}
.divPackages{
    flex-direction: row;
}
.divPackages div.col-md-4{
    padding:5px !important;
}
.divPackagesHeader{
    background-color:#E05C21 !important; 
    height:100px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    
}
.divPackagesHeader h3{
    text-transform:uppercase;
    color: #ffff !important;
    font-size: 24px !important;
    margin-bottom:0px !important;
    text-align:center;
}
.divPackagesHeader span{
    align-self: center !important;
    text-transform:uppercase;
    color: #ffff !important;
    font-size:12px !important;
    
}
.divPackagesContent{
    background-color:#438a6c !important;
    border: 1px solid #ffffff;
    display:flex;
    flex-direction: column;
    text-align: center !important;
    height: 600px;
    border-bottom-left-radius:30px;
    border-bottom-right-radius: 30px;
}
.divPackagesContent h2{    
    text-transform:uppercase;
    color: #ffff !important;
    font-size:24px !important;
}
.divPackagesContent p{
    text-transform: uppercase;
    color: #ffff !important;
    font-size:16px !important;
    margin-top:20px
}
.divPackagesContent span{
    text-transform: uppercase;
    color: #ffff !important;
    font-size:12px !important;
}
.divPackagesContent hr{
    background-color: #ffff !important;
    width: 100%;
}
.divPackagesContent div:last-child{
    padding-bottom:10px
}
.divhowapply h3{
    font-family: 'Avenir-Roman' !important;    
    font-size: 21px !important;
}
.divhowapply h4{
    color: #194462 !important;
    font-family: 'Avenir-Heavy' !important;
}

/* Important Dates */
.divDates, .divAgenda{
    min-height: 100px;
}
.divDates p {
    font-family:'Avenir-Light' !important;
    font-size: 16px !important;
    color: #194462 !important;
    font-weight: 600 !important;
}

.divDates .dates, .divAgenda .dates, .divAgenda .adates{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}
.divDates .dates img{
    height: 100% !important;
    padding: 5px;
}
.divAgenda a{
    text-decoration: none !important;
}
.divAgenda a:hover{
    text-decoration: underline !important;
}
.divAgenda .dates img, .divAgenda .adates img{
    height: 25px !important;
    padding: 5px;
}
.divDates .dates p, .divAgenda .dates p, .divAgenda .adates p{
    padding-top: 12px !important;
}

/* Agenda */
.days-filter{
    flex-direction: row !important;
}
.days-filter>li {
    border: 1px solid #E05C21 !important;
    margin:0px 5px !important;
     font-family:'Avenir-Light' !important;
     font-weight: 600 !important;
}
.days-filter>li>a {
    text-decoration:none;
    background-color: white;
    color: #194462;
    padding: 10px 40px;
    font-size: 16px !important;   
    margin-left:0px !important;
    background-color: #E05C21 !important;
    color: #ffff;
}
.days-filter>li.active>div{
    background-color: #E05C21 !important;
    color: #ffff !important;
}
.days-filter>li>div{
    background-color: #ffff !important;
    color: #194462 !important;
    border-top: 1px solid #fff !important;
}
/*.days-filter>li.active>a {
    background-color: #E05C21 !important;
    color: #ffff;
    border: 0px solid #E05C21 !important;
}*/

.divAgenda {
    display: flex;
    flex-direction: row !important;
}
.divAgenda h4{
    font-family: 'Avenir-Heavy' !important;
    font-size: 16px !important; /* 16px */
    color: #194462 !important;
    text-transform: uppercase;
}
.divAgenda .dates p, .divAgenda .adates p {
    font-family:'Avenir-Heavy' !important;
    font-size: 14px !important;
    color: #438a6c !important;
    padding-right: 10px !important;
}
.divAgenda .vl{
    top: 20px !important;
    border-left: 1px solid #438a6c !important;
}
/* Exhibition */
.divExhibition {
    flex-direction: row !important;    
    padding-bottom: 30px !important;
    /*background-color: #f7f7f7; 
    padding-top: 30px !important; */
}
.divExhibition img{
    /*width: 100% !important; */
    padding: 5px;
}

/* Venue Start */
.staylocations > li > a {
   text-decoration: none !important;
    font-family:'Avenir-Book' !important;
    font-size: 20px !important;
    color: #194462 !important;
}
.staylocations > li > a:hover {
   text-decoration: underline !important;    
    color: #E05C21 !important;
}

/* Abstracts */
.abstractsContainer {
    padding: 20px !important;
}

/* Custom CSS End */


/* CSS for Mobile Start */
@media screen and (max-width: 450px) {
    .banner{
        /*height: 600px;  /* old 700px  */
        background: url("/homebanner_mobile.png") center center / 450px no-repeat;
        align-content: end !important;
    }
    .navbar-toggle {
        margin-top:15px !important;
    }
    .button1{
        font-size: 12px !important;
    }    
    .mainpageheader div:first-child {
        display: none !important;
    }
    .mainpageheader div:last-child {
        flex-wrap: nowrap !important;
        justify-content: center !important;
    }
    .subheading3 {
        justify-content: center !important;
    }
    .pageHeader{
        font-size: 30px !important; /* old value 24px */
        text-shadow: 0px 2px 7px #000000 !important;
    }
    .pageHeaderWithoutBannerImage{
        text-shadow: 0px 2px 7px #000000 !important;
    }
    .sectionHeader {
        font-size: 24px !important;
    }
    .sectionSubHeader {        
        font-size: 18px !important;
    }
    .sectionContent{
        font-size: 16px !important;
    }  
    .sectionImages{
        flex-direction: column !important;
     } 
    .sectionImages img{
        width: 80% !important;
        align-self: center;
    }  
    .homepagecaption{
        width: 100% !important;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .mainpageheader h1:first-child{
        margin-top: 0px;
    }
    .mainpageheader h1{
        font-size:24px !important;
    }
    .mainpageheader .subheading2 div:first-child {
        margin-bottom: 0px;
    }
    .mainpageheader .subheading2{
        margin-top: 20px; /* old 50px */
    }
    .mainpageheader .subheading3{
        margin-top: 10px;  /* old 30px  */
    }
    .homepagesubheader {
        font-size: 16px !important;
    }
    .divbuttons{
        flex-direction: column !important;
    }
    .whoshouldattend img{
        height: 120px !important;
    }
    .sponsors h2{        
        font-size: 18px !important;
        text-align: left !important;
    }
    .sponsors img{
        width: 80% !important;
    }
    .divSpeakers{        
        flex-direction: column;        
    }
    

    .subbanner{
        height:250px;
    }
    .subbanner .pageHeader {
        margin-top: 180px; /* old value 210px */
    }
    .card{
        text-align: center !important;
        min-width: auto !Important;
    }

    /* About IPHCC */
    
    .divexec {
        flex-direction: column !important;
    }
    .diviphcc .iphcclogo {
        width: 100%;
    }
    .divpastevent {
        flex-direction: column;
    }

    /* Speaker Profile */
    .divspeakerprofile .col-md-12, .divSession .col-md-12{
        flex-direction: column !important;
    }
    .divspeakerprofile h2, .divspeakerprofile p {
        text-align: center;
    }
    .divspeakerprofile h2 {
        font-size: 24px !important;
    }
    .divSession h4 {
        font-size: 16px !important;
    }

    /* Pricing */
    .welcomedivpricing h2{
        font-size: 18px !important;
    }
    .divPackages{
        flex-direction: column !important;
    }
    .divPackagesHeader {
        height:80px !important;
    }
    .divPackagesHeader h3{
        font-size: 18px !important;
    }
    .divPackagesContent {
        height:auto !important;
    }
    .divPackagesContent .divprices{
        display:flex;
        flex-direction: row;
    }

     /* Important Dates */
     .divDates{
        /* min-height: 100px; */
        flex-direction: column !important;
        text-align: left;
        padding-top: 10px;
        align-items: flex-start !important;
    }
    .vl{
        display:none !important;
    }
    
    .days-filter{          
        flex-wrap: wrap !important;
    }
    .days-filter > li {
        margin: 5px !important;
        flex: 40% !important;
    }

    .divAgenda {
        flex-direction: column !important;
    }
    
    .divAgenda h4, .divAgenda .dates p, .divAgenda .adates p{        
        font-size: 12px !important; /* 16px */
    }
    .divAgenda .dates{        
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    #sessions, #workshops{
        margin-top: 0px !important;
    }

    /* Exhibition */
    .divExhibition {
        flex-direction: column !important;
    }
    .divExhibition img{
        width: 70% !important;
    }

    /* Venue */
    .staylocations > li > a {
       font-size: 18px !important;
    }

    /* Abstracts */
    .abstractsContainer {
        padding: 20px 20px 20px 10px !important;
    }
    .success img{
        width:auto !important;
    }
}

/* CSS for Tablets Start - Portrait */
@media screen and (min-width:768px) and (max-width:850px){
    .subbanner{
        height: 500px;
    }
    .homepagecaption{
        margin-top: 60px;
        
    }
    .sectionImages{
        flex-direction: column !important;
     } 
    .sectionImages img{
        width: 50% !important;
        align-self: center;
    }
    .sectionContent, .sectioncard p, .sectioncard h4{        
        font-size: 20px !important;
    }
    .mainpageheader h1:first-child {
        margin-top: 50px;
    }
    .mainpageheader div.sectionBlockLayout{
        flex-direction:column !important;
    }
    
    .sponsors h2{        
        font-size: 26px !important;
        text-align: left !important;
    }
    .sponsors img{
        width: 80% !important;
    }

    .subbanner{
        height:500px;
    }
    .subbanner .pageHeader {
        margin-top: 360px;
    }
    
    .card{
        text-align: center !important;
        min-width: auto !Important;
    }
    
    .divpastevent {
        flex-direction: column;
    }

    /* Pricing */    
    .divPackages{
        flex-direction: column !important;
    }
    .divPackagesHeader {
        height:80px !important;
    }
    .divPackagesHeader h3{
        font-size: 22px !important;
    }
    .divPackagesContent {
        height:auto !important;
    }
    .divPackagesContent .divprices{
        display:flex;
        flex-direction: row;
        justify-content: center;
    } 
    .divPackagesContent p{
        font-size:20px !important;
        margin-top:20px
    }
    .divPackagesContent span{
        font-size:16px !important;
    }

    /* Important Dates */
    .divAgenda {
        flex-direction: column !important;
    }
    .divDates{
        /* min-height: 100px; */
        flex-direction: column !important;
        text-align: left;
        padding-top: 10px;
        align-items: flex-start !important;
    }
    .vl{
        display:none !important;
    }
    #sessions{
        margin-top: 0px !important;
    }
    .days-filter>li>a{
        padding: 10px 20px;
    }

    /* Exhibition */
    .divExhibition {
        flex-direction: column !important;
    }
    .divExhibition img{
        width: 50% !important;
    }

     /* Venue */
    .staylocations > li > a {
       font-size: 20px !important;
    }
}

/* CSS for Tablets Start - Landscape */
@media screen and (min-width:900px) and (max-width: 1300px) {
    .banner{
        height:600px
    }
    .homepagecaption {
        width: 70% !important;
        margin-top: 90px !important;
    }
    .mainpageheader h1:first-child {
        margin-top: 30px;
    }
    .mainpageheader .subheading2{
        margin-top: 0px /* old 20px */   
   }
    .mainpageheader .subheading3{
         margin-top: 0px  /* old 20px */ 
    }
    .homepagesubheader {
        font-family: 'Avenir-Heavy' !important;
        font-size: 14px !important;
    }
    .button1 {
        font-size: 10px !important;

    }
    .smallicons {
        height: 15px !important;
    }
    .subbanner{
        height:450px;
    }
    .subbanner .pageHeader {
        margin-top: 340px;
    }
    .divPackagesContent{        
        height: 800px;
    }
    .divPackagesContent h2{
        font-size:22px !important;
    }
    .divPackagesContent span{
        font-size:10px !important;
    }
    
    .divExhibition{
        flex-wrap: wrap;
    }
}

/* CSS for Tablets Start - Landscape */
@media screen and (min-width:1200px) and (max-width: 1400px) {
    .homepagecaption {
        margin-top: 140px !important;
    }
    .banner {
        height: 750px !important;
    }
}