
a:hover{
	text-decoration: none !important;
}
ul li{
	list-style-type: none;
}


/*COMPONENT PDF DOWNLOAD SECTION CSS*/
#component-pdf{
	/*margin: 10px 0;*/
    background-color: #eeeeee;
}
.pdf-download-button{
    width: 100%;
    float: left;
}
.pdf-download-button li{
    display: block;
    margin: 10px 0;
    border-radius: 4px;
    padding: 10px !important;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.5px 0.866px 0.96px 0.04px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0.5px 0.866px 0.96px 0.04px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.5px 0.866px 0.96px 0.04px rgba(0, 0, 0, 0.1);
}
.pdf-download-button li .pdf-name{
    margin: 0px !important;
    font-size: 16px !important;
    font-family: "Open Sans" !important;
    color: #32394d !important;
    display: inline-block;
    padding-top: 3px;
}
.pdf-download-button li .pdf-description{
    margin-bottom: 0px !important;
    font-size: 13px !important;
    font-weight: normal;
    font-family: "Open Sans" !important;
    color: #4c4c4c !important;
    opacity: 0.761;
}
.pdf-download-button li .pdf-icon{
	float: left;
	margin-right: 10px;
    margin-top: -2px;
}

/*COMPONENT NOTIFICATION SECTION CSS*/
.notification-box{
    margin: 10px 0;
    border-radius: 4px;
    padding: 20px !important;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.5px 0.866px 0.96px 0.04px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0.5px 0.866px 0.96px 0.04px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.5px 0.866px 0.96px 0.04px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.notification-icon{
    margin: 0 auto;
    display: block !important;
}
.notification-title{
    font-family: "Open Sans";
    font-size:20px;
    color: #32394d !important;
    margin-bottom: 20px !important;
}
.notification-description{
    font-family: "Open Sans";
    font-size: 13px !important;
    color: #4c4c4c !important;
    opacity: 0.960;
    line-height: 1.714;
    margin-bottom: 0px !important;
}

/*COMPONENT VIDEO SECTION CSS*/
.video-thumbnail{
    margin: 10px 0;
    text-align: center;
    position: relative;
}
.video-thumbnail .video-title{
    font-size: 13px !important;
    color: #32394d !important;
    padding:10px 0px !important;
    margin-bottom: 0px !important;
    opacity: 0.760;
}
.video-thumb{
    width: 360px !important;
}
.component-play-icon{
    position: absolute;
    top: 34%;
    left: 42%;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
    .video-thumb{
        width: 100% !important;
    }
}
.video-container{
    padding:20px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.5px 0.866px 0.96px 0.04px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0.5px 0.866px 0.96px 0.04px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.5px 0.866px 0.96px 0.04px rgba(0, 0, 0, 0.1);
}
.video-des{
    font-size: 16px !important;
    color: #32394d !important;
    padding:10px 0px !important;
    margin-bottom: 0px !important;
    opacity: 0.760;
    text-align: center;
}

/*COMPONENT EVENTS PHOTO SECTION CSS*/
.photo-box{
    text-align: center;
}
.photo-des{
    font-size: 13px !important;
    color: #32394d !important;
    padding:10px 0px !important;
    margin-bottom: 0px !important;
    opacity: 0.760;
}