/* mobile first queries */

#top-evt-img {width: 100%; border: 1px solid #ccc; height: auto;overflow: hidden;}
.evt-front-sub-feat {width: 100%; max-width: 750px; margin: 12px 0px;text-align: left;}
.evt-front-sub-img {float: left; width: 40%; margin: 0px 5px;}
.evt-front-sub-tease {float: left; width: 55%; margin: 0px 0px;text-align: left;}
.evt-subhead {font-size: 1em;font-weight: 900;top: 0;}
.evt-tease {display: none;}

#grad {
  background: #ffcc00; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(255,204,0,1),rgba(255,204,0,0)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(255,204,0,1),rgba(255,204,0,0)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(255,204,0,1),rgba(255,204,0,0)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(255,204,0,1), rgba(255,204,0,0)); /*Standard*/
}

#subbanner {text-align: center; width: 100%;max-height: 90px;overflow: hidden;}
#subbanner img {max-width:100%;height: auto; }


/* Add a black background color to the top navigation */
.eventnav {
    background-color: #333;
    overflow: hidden !important;
    width: 100%;
    max-width: 750px;
    border: 0 !important;
}

/* Style the links inside the navigation bar */
.eventnav a {
    float: left;
    display: block;
    color: white !important;
    text-align: center;
    padding: 9px 14px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 700;
}

/* Change the color of links on hover */
.eventnav a:hover {
    background-color: #ddd;
    color: black !important;
}

/* Add an active-evt class to highlight the current page */
.active-evt {
    background-color: #009bc9;
    
}

.active-evt a {
    color: black !important;
}

/* Hide the link that should open and close the eventnav on small screens */
.eventnav .icon-evt {
    display: none;
    font-size: 14px !important;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the eventnav (.icon) */
@media screen and (max-width: 800px) {
  .eventnav a:not(:first-child) {display: none;}
  .eventnav a.icon-evt {
    float: right;
    display: block;
    font-size: 14px !important;
  }
}

/* The "responsive-evt" class is added to the eventnav with JavaScript when the user clicks on the icon. This class makes the eventnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
  .eventnav.responsive-evt {position: relative;}
  .eventnav.responsive-evt a.icon-evt {
    position: absolute;
    right: 0;
    top: 0;
  }
  .eventnav.responsive-evt a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Larger than mobile */
@media (min-width: 400px) {

}

/* Larger than phablet */ 
@media (min-width: 550px) {

    .evt-subhead {font-size: 1.1em;font-weight: 900;top: 0;}
    .evt-tease {display: block;}

}

/* Larger than tablet */
@media (min-width: 750px) {
    
    #top-evt-img {max-width: 750px; height: 350px; border: 1px solid #ccc;overflow: hidden;}
    #top-evt-img IMG { margin-top: -10%; margin-bottom: -10%; }

    .evt-front-sub-feat {width: 47%; float: left !important; margin: 15px 10px;text-align: left;}
    .evt-front-sub-img {width: 100%; margin: 5px 0px;}
    .evt-front-sub-tease {width: 100%; margin: 0px 0px;text-align: left;}
    .evt-subhead {font-size: 1.2em;font-weight: 900;top: 0;}
    

    
}

/* Larger than desktop */
@media (min-width: 1000px) {


    
}

/* Larger than Desktop HD */
@media (min-width: 1100px) {
    
}