

/*GOOGLE FONT*/
@import 'https://fonts.googleapis.com/css?family=Muli:400,600,900|Open+Sans:400,600,700';
@import 'https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700,800,900'; 


/*SPECIAL WEBINAR*/
#webinarSPECIAL {-webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; background-image:url(bgWebinar.png);
width:200px; text-align:center; line-height:18px; margin:20px 0 12px 0;
font-family:"Open Sans", "serif", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica,Arial, "sans-serif";}
#webinarSPECIAL .title {padding:18px 12px 12px 12px; color:#FF0000; font-size:22px; line-height:26px;
font-family:"Muli", "serif", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";}
#webinarSPECIAL .content {padding:0 8px 12px 8px; color:#fff;}
#webinarSPECIAL .date {padding:3px; background-color:#FF0000; color:#FFF;}
#webinarSPECIAL .link {padding:12px 12px 18px 12px; color:#FF0;}
#webinarSPECIAL a {color:#FF0000; text-decoration:underline;}
#webinarSPECIAL a:hover {color:#FF0000; text-decoration:none;}


/*WEBINARS*/ 
#webinar {-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; background-image:url(bgWebinar.png);
             width:200px; text-align:center; line-height:18px; margin:12px 0 6px 0; font-family:'Roboto'; font-size: 14px;}
#webinar .heading {padding:24px 12px 6px 12px; color:#008080; font-size:22px;}
#webinar .stay {padding:0px 12px 6px 12px; color:#fff8dc; font-size:16px;}   
#webinar .content {padding:0 8px 6px 8px; color:#fff;}
#webinar .link {padding:0 12px 18px 12px; color:#fff8dc;}
#webinar a {color:#fff8dc; text-decoration:underline;}
#webinar a:hover {color:#fff8dc; text-decoration:none;}


/*2025 SUMMIT (LANDSCAPE)*/
          #landscapeCIHQ article {margin:6px; padding:14px; width:400px; min-height:170px; text-align:left; 
                                  -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
                                  font-family:'Roboto'; font-size:12px;
                                  background-image:url("bgSummit.png"); background-position:0 0;}

    #landscapeCIHQ article .save {color:red; font-size:1.3em; text-shadow:1px 1px black; font-weight:700;}
  #landscapeCIHQ article .summit {color:white; font-size:1.3em; text-shadow:1px 1px black;}
#landscapeCIHQ article .gambling {color:red; font-size:1.2em; padding-left:5px; text-shadow:1px 1px black;}
   #landscapeCIHQ article .date1 {color:white; font-size:1.2em; padding-left:5px;}
#landscapeCIHQ article .location {color:silver; padding-left:5px;}
    #landscapeCIHQ article .hacp {color:white; font-size:1.3em; padding-top:8px; text-shadow:1px 1px black;}
   #landscapeCIHQ article .date2 {color:white; font-size:1.2em; padding-left:5px; text-shadow:1px 1px black;}
     #landscapeCIHQ article span {color:white;}

        #landscapeCIHQ article a {color:yellow; text-decoration:underline;}
   #landscapeCIHQ article a:link {color:yellow; text-decoration:underline;}
 #landscapeCIHQ article a:active {color:yellow; text-decoration:underline;}
  #landscapeCIHQ article a:hover {color:yellow; text-decoration:none;} 
#landscapeCIHQ article a:visited {color:yellow; text-decoration:underline;} 
  
/*-MOBILE ADJUSMENT*/
@media only screen and (max-device-width:480px) {
#landscapeCIHQ article {width:90%;}}

/*-DESKTOP ADJUSMENT*/
@media only screen and (max-width:480px) {
#landscapeCIHQ article {width:90%;}}
  
/*-MOBILE ADJUSMENT*/
@media only screen and (max-device-width:380px) {
#landscapeCIHQ article {width:290px;}}

/*-DESKTOP ADJUSMENT*/
@media only screen and (max-width:380px) {
#landscapeCIHQ article {width:290px;}}  

/* WRAPPER */
#footerBANNER .cihq-ad {
    margin: 0 auto 0 auto;
    padding: 16px;
    width: 380px;
    min-height: 160px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 1.35em;
}

/* TEXT ELEMENTS */
#footerBANNER .cihq-ad .title {
    font-size: 1.6em;
    font-weight: 400;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 4px;
    line-height: 1;
}

#footerBANNER .cihq-ad .tagline {
    font-size: 1.2em;
    color: #ff4d4d;
    font-weight: 400;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 6px;
}

#footerBANNER .cihq-ad .date {
    font-size: 1.15em;
    margin-bottom: 6px;
}

#footerBANNER .cihq-ad .location {
    color: #dcdcdc;
    margin-bottom: 10px;
}

#footerBANNER .cihq-ad .section-title {
    font-size: 1.6em;
    font-weight: 400;
    text-shadow: 1px 1px 2px #000;
    margin-top: 12px;
    margin-bottom: 6px;
    line-height: 1;
}

#footerBANNER .cihq-ad a {
    color: #ffeb3b;
    text-decoration: underline;
}

#footerBANNER .cihq-ad a:hover {
    text-decoration: none;
}

/* MOBILE ADJUSTMENTS */
@media (max-width: 740px) {
    #footerBANNER .cihq-ad {
        width: 100%;
        font-size: 14px;
        min-height: auto;
        padding: 0;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    #footerBANNER .cihq-ad .title {
      
        font-size: 1.8em;
    }

    #footerBANNER .cihq-ad .tagline {
        font-size: 1.3em;
    }

    #footerBANNER .cihq-ad .section-title {
        margin-top: 16px;
    }
}



