@charset "UTF-8";
/* CSS Document */

#introshell>.image>.sitetitle {left: 12%;}

.eventlist ul.hpevents {
    position: relative;
    width: 100% !important;
    background: transparent;
    display: block !important;
    flex-flow: column;
    margin: 0 auto;
    padding: 0;
    height: auto;
    border-left: none;
}
.eventlist ul.hpevents li {
    position: relative;
    width: 29%;
    list-style: none;
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0 2% 2% 0;
    vertical-align: top;
    background: #FFFFFF;
}
.eventlist ul.hpevents li .eventpic {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    margin: 0 0px 0 0;
    max-height: 300px;
}
.twocolwide .multibuttons table td .ctabutton {
    display: inline-block;
    width: 80%;
    height: auto;
    margin: 10px auto;
    padding: 5%;
    background: #000000;
    border: none;
    border-radius: 2px;
    color: #FFF;
    font-family: "Work Sans", "Source Sans Pro", "SourceSans", Arial, sans-serif !important;
    white-space: nowrap;
    font-size: 1.0em;
    line-height: 1.0em;
    text-transform: none !important;
    letter-spacing: 0px !important;
    font-weight: 400;
}
.twocolwide .multibuttons table td .ctabutton>a:link, 
.twocolwide .multibuttons table td .ctabutton>a:visited {
    color: #FFF !important;
    text-decoration: none;
    background: #000000 !important;
    padding: 20px 0px;
    transition: 0.8s ease;
    width: 100%;
    display: block;
}
/* ----- Mods to Bard's Template ------- */
nav#navigation_menus {
    width: 100%;
    min-height: 40px;
}

.nav_menu_init #navigation_menu {
	opacity: 1 !important;
	visibility: collapse;
}

#navigation_menu.mobile .menu_nav_container {
	z-index: unset;
}

#introshell {
    margin: 50px 0 0 0;
}
#introshell .image {
    position: relative;
    width: 100%;
    height: 450px;
    background: #222222;
    z-index: 1000;
    padding: 0;
    margin: 0 auto;
    max-height: 550px;
    min-height: 0px;
    overflow: hidden;
}
#introshell>.image>.sitetitle {
    position: absolute;
    top: 40px;
    left: 15%;
    width: auto;
    max-width: 300px;
    height: auto !important;
    overflow: hidden;
    float: none;
    margin: 0;
    padding: 0px;
    z-index: 1001;
    background: #000000;
}
#introshell>.image>.sitetitle>.sitelogo {
    max-width: 100%;
}
#introshell>.image>.sitetitle>.sitelogo img {
    margin: 0px 0px -5px 0px;
}
#introshell>.introtype>.sitetitle {
    width: auto;
    max-width: 500px;
    height: auto !important;
    overflow: hidden;
    float: none;
    margin: 0 0 5px 0;
    padding: 0px;
    z-index: 1001;
    background: #000000;
}
#introshell>.introtype>.sitetitle>.sitelogo {
    max-width: 100%;
}

#introshell>.introtype>.sitetitle>.sitelogo img {
    margin: 0px 0px -5px 0px;
    padding: 0px;
    z-index: 1001;
    height: auto;
    width: 100%;
}
#introshell .image .introbox {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(255, 255, 255, 0));
}
.twocolwide {
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px auto 0px auto;
    padding: 0px 0;
    display: block;
    float: none;
    background: #FFFFFF;
}
.twocolwide>.content>.words>.multibuttons>ul>li {
    position: relative;
    width: 48%;
    display: table-cell;
    float: left;
    margin: 0% 2% 2% 0;
    padding: 0;
    height: auto;
    vertical-align: top;
    background: #FFFFFF;
}
.twocolwide>.content>.words>.multibuttons>ul>li>.multitext>.mftext tr {
    padding: 10px;
}

.ctabutton {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 10px auto;
    padding: 1%;
    background: #000000;
    border: none;
    border-radius: 0;}

