﻿/* format  */ 

div.whats-on-months a,
div.whats-on-seasons a,
div.whats-on-years a,
div.whats-on-letters a  {
    padding-bottom: 5px;
    font-size: 0.9em;
}

.white-text {

    color: #fff!important;
}

/* layout  */ 

li.helpNavItem a[href="discount"] {display:none;}
a[href="discount"] {display:none;}

.data-vocab-review  {display:none;}
.event-feedback-static  {display:none;}

.subscribe-link {

    padding-top: 20px;
    color: #00929e!important;
    font-weight: bold;
    padding-top: 10px;

}

.thestage_link {
    color: #00929e!important;
    font-weight: bold;
}

.padtop10 {
      padding-top: 20px;
      padding-bottom: 10px;
}


  #framediv {
	 display: none;
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	z-index: 1100; 
    overflow:hidden;     
 }

@media screen and (max-device-width: 480px) {
    #framediv {
        top: -5px;
        left: -5px;
        width: 105%;
        height: 105%;
    }
}

@media screen and (max-device-width : 1024px)  {
      #framediv {
        top: -10px;
        left: -10px;
        width: 105%;
        height: 105%;
    }
}