* {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 10.5pt;
    COLOR: black;
    line-height: 120%;
}

b {
    font-weight: bold;
}

h1 {
    font-family: open Sans;
    color: black;
    font-size: 13pt;
    text-align: left;
}

h2 {
    font-size: 16pt;
}

h3 {
    color: #000;
    font-size: 12pt;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

h4 {
    color: #000;
    font-size: 10pt;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
}

h5 {
    color: #000;
    font-size: 12pt;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 5px;
    margin-bottom: 10px;
}

h6 {
    font-family: "Open Sans";
    color: #fff;
    font-size: 13pt;
    text-align: left;
}

body {
    background-color: #fff;
    /*background-image: url();*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0px;
}

body.home {
    background-color: #fff;
    /*background-image: url();*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media only screen and (max-width: 767px) {
    body {
        /*background-image: ;*/
    }
}

table, td, td {
    border: 1px solid #BBBBBB;
    border-collapse: collapse;
}

td {
    text-align: left;
    padding: 5px;
}

p {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}

a {
    color: #9e9e9e;
}

a:link {
    color: #9e9e9e;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.copyright {
    color: #9e9e9e;
    font-size: 10pt;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    float: right;
    margin-right: 40px;
}

div#homecontainer {
    position: relative;
    float: left;
    margin: 0px 0% 0px 0%;
    padding-bottom: 0px;
    background-color: transparent;
    opacity: 1;
    height: 100%;
    width: 100%;
}

div#header {
    width: 100%;
    background: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
    float: left;
    position: relative;
}

div#headercontainer {
    width: 80%;
    margin: 0px 10% 0px 10%;
    float: left;
    position: relative;
}

div#headerlogo img {
    width: 200px;
    float: left;
    position: relative;
    margin: 10px 0;
}

div#container {
    width: 80%;
    margin: 20px 10% 0px 10%;
    float: left;
    position: relative;
}

div#event1 {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px;
    background-color: rgba(243, 146, 0, 0.4);
    opacity: 1;
    height: 100%;
    text-align: center;
    transition: all 0.9s ease;
    border-radius: 20px;
    border: 1px solid #878787;
}

div#event1 a {
    text-decoration: none;
}

div#event1:hover {
    background: rgba(243, 146, 0, 0.7);
    opacity: 1;
}

div#event1.clicked {
    background: rgba(243, 146, 0, 0.7);
    opacity: 1;
}

div#event1.clicked .eventtitle {
}

div#event2 {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px;
    background-color: rgba(15, 112, 183, 0.4);
    opacity: 1;
    height: 100%;
    text-align: center;
    transition: all 0.9s ease;
    border-radius: 20px;
    border: 1px solid #878787;
}

div#event2 a {
    text-decoration: none;
}

div#event2:hover {
    background: rgba(15, 112, 183, 0.7);
    opacity: 1;
}

div#event2.clicked {
    background: rgba(15, 112, 183, 0.7);
    opacity: 1;
}

div#event2.clicked .eventtitle {
}

div#event3 {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 150, 64, 0.4);
    opacity: 1;
    height: 100%;
    text-align: center;
    transition: all 0.9s ease;
    border-radius: 20px;
    border: 1px solid #878787;
}

div#event3 a {
    text-decoration: none;
}

div#event3:hover {
    background: rgba(0, 150, 64, 0.7);
    opacity: 1;
}

div#event3.clicked {
    background: rgba(0, 150, 64, 0.7);
    opacity: 1;
}

div#event3.clicked .eventtitle {
}

div#event4 {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px;
    background-color: rgba(190, 21, 34, 0.4);
    opacity: 1;
    height: 100%;
    text-align: center;
    transition: all 0.9s ease;
    border-radius: 20px;
    border: 1px solid #878787;
}

div#event4 a {
    text-decoration: none;
}

div#event4:hover {
    background: rgba(190, 21, 34, 0.7);
    opacity: 1;
}

div#event4.clicked {
    background: rgba(190, 21, 34, 0.7);
    opacity: 1;
}

div#event4.clicked .eventtitle {
}

div#event5 {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px;
    background-color: rgba(243, 146, 0, 0.4);
    opacity: 1;
    height: 100%;
    text-align: center;
    transition: all 0.9s ease;
    border-radius: 20px;
    border: 1px solid #878787;
}

div#event5 a {
    text-decoration: none;
}

div#event5:hover {
    background: rgba(243, 146, 0, 0.7);
    opacity: 1;
}

div#event5.clicked {
    background: rgba(243, 146, 0, 0.7);
    opacity: 1;
}

div#event5.clicked .eventtitle {
}

div#eventtitle {
    padding: 30px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    /*font-size:13pt;*/
    font-size: 10.5pt;
    transition: all 0.5s ease;
}

.event1:hover .eventtitle {
}

.eventdetails {
    position: relative;
    float: left;
    margin: 0px 30px 3px 30px;
    padding: 10px 20px 15px 20px;
    background-color: #fff;
    opacity: 0.95;
    height: 100%;
}

div#footerline {
    height: 5px;
    width: 100%;
    float: left;
    position: relative;
}

div#footer {
    width: 100%;
    height: 70px;
    position: relative;
    float: left;
    background: #f8f8f8;
    border-top: solid 1px #e7e7e7;
    margin-top: 10px;
}

div#footercontainer {
    width: 80%;
    margin: 0 10%;
    float: left;
    position: relative;
    padding-top: 20px;
    font-size: 9pt;
}

/*Responsive Styles*/

@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {

}

@media only screen and (max-width: 1020px), only screen and (max-device-width: 1020px) {

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

}

@media only screen and (max-width: 650px), only screen and (max-device-width: 650px) {

}

@media only screen and (max-width: 530px), only screen and (max-device-width: 530px) {

    div#headercontainer {
        width: 96%;
        margin: 0 2%;
    }

    div#container {
        width: 96%;
        margin: 20px 2% 0px 2%;
    }

    div#footercontainer {
        width: 96%;
        margin: 0 2%;
    }

}

@media only screen and (max-width: 450px), only screen and (max-device-width: 450px) {

}

@media only screen and (max-width: 300px), only screen and (max-device-width: 300px) {

}

@media only screen and (max-height: 635px), only screen and (max-device-height: 635px) {

}

@media only screen and (max-height: 390px), only screen and (max-device-height: 390px) {

}

.clearfix after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide from IE Mac \*/

#wrap {
}

.error[generated=true] {
    color: #dc0000;
    font-size: 13px;
    padding: 5px 0 2px 5px;
}

tr.error td {
    padding: 0;
    border: 0px;
}

#response {
    margin-bottom: 20px;
    text-align: center;
}

#response .success {
    color: #08a300;
}

#response .failure {
    color: #dc0000;
}