/* Add here all your css styles (customizations) */



hr.style-passedshows {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
     border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(115, 115, 115, 0.3);
    color: #868686;
    text-align: center;
}
hr.style-passedshows:after {
    content: " Passed Shows ";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.2em;
    padding: 0 0.25em;
    background: white;
}

hr.style-passedwebinars {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
     border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(115, 115, 115, 0.3);
    color: #868686;
    text-align: center;
}
hr.style-passedwebinars:after {
    content: " Passed Webinars ";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.2em;
    padding: 0 0.25em;
    background: white;
}

hr.style-shows {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
     border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(115, 115, 115, 0.3);
    color: #868686;
    text-align: center;
}
hr.style-shows:after {
    content: " Upcoming Shows ";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.2em;
    padding: 0 0.25em;
    background: white;
}

hr.style-webinars {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
     border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(115, 115, 115, 0.3);
    color: #868686;
    text-align: center;
}
hr.style-webinars:after {
    content: " Upcoming Webinars ";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.2em;
    padding: 0 0.25em;
    background: white;
}


hr.style-passedoffers {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
     border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(115, 115, 115, 0.3);
    color: #868686;
    text-align: center;
}
hr.style-passedoffers:after {
    content: " Passed Offers ";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.2em;
    padding: 0 0.25em;
    background: white;
}

hr.style-offers {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
     border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(115, 115, 115, 0.3);
    color: #868686;
    text-align: center;
}
hr.style-offers:after {
    content: " Current Offers ";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.2em;
    padding: 0 0.25em;
    background: white;
}




.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.gsc-input-box{
	height: 35px;
}