@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

body {
    background-image: url(../images/background.jpg);
    background-position: center top;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.clear {
    clear: both;
}

.clear.responsive {
    display: none;
}

#bg-gradient {
    width: 100%;
    height: 208px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/background-gradient.png);
    z-index: 0;
}

#container {
    width: 1060px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 10px 20px #424242;
    position: relative;
    z-index: 1;
}

/* *** HEADER *** */
/* ********************************************************************************************************************************************************************* */
#header-top {
    /* padding: 15px 44px; */
    background-image: url(../images/bg-header.png);
    background-position: center top;
}

#logo {
    float: left;
    margin-top: 30px;
}

#logo img {
    max-width: 100%;
    max-height: 100%;
}

#foothill-slam {
    float: right;
    max-width: 200px;
    max-height: 200px;
}

#menu-main {
    position: relative;
    background-image: url(../images/menu-main-bg.png);
    box-shadow: 0 5px 10px #a0a0a0;
    z-index: 10;
}

#menu-main-left, #menu-main-right {
    position: absolute;
    top: 0;
    width: 16px;
    height: 69px;
}

#menu-main-left {
    left: -16px;
    background-image: url(../images/menu-main-left.png);
}

#menu-main-right {
    right: -16px;
    background-image: url(../images/menu-main-right.png);
}

#menu-main ul {
    list-style-type: none;
    background-image: url(../images/menu-main-separator.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#menu-main li {
    float: left;
    padding-left: 2px;
    background-image: url(../images/menu-main-separator.png);
    background-repeat: no-repeat;
}

#menu-main li a {
    display: block;
    padding: 0 23px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000000;
}

#menu-main li a:hover {
    background-image: url(../images/menu-main-bg.png);
    background-position: 0 100%;
}

#menu-main-dropdown {
    display: none;
    float: right !important;
    position: relative;
}

#menu-main-dropdown-trigger {
    width: 18px;
    background-image: url(../images/menu-main-dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: center 0 !important;
}

#menu-main-dropdown-trigger:hover {
    background-image: url(../images/menu-main-dropdown-arrow.png) !important;
    background-position: center 100% !important;
}

#menu-main-dropdown ul {
    display: none;
    position: absolute;
    right: 0;
    list-style-type: none;
    background-image: none;
    background-color: #106cc3;
}

#menu-main-dropdown ul li {
    float: none;
    padding-left: 0;
    background-image: none;
}

#menu-main-dropdown ul li a {
    white-space: nowrap;
    background-image: url(../images/menu-main-bg.png);
}

#menu-main-dropdown ul li a:hover {
    background-position: 0 100%;
}

#mc_embed_signup {
    background: #fff;
    clear: left;
    font-family: 'Roboto', sans-serif;
    width: 200px;
}

.newslettermodal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 10;
    top: 10;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.newslettermodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.newsletterclose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.newsletterclose:hover,
.newsletterclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

input[type=newsletterfield], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.newsletterbtn {
    background-color: GreenYellow;
    border: none;
    color: navy;
    padding: 12px 16px;
    font-size: 24px;
    cursor: pointer;
}

/* Darker background on mouse-over */
.newsletterbtn:hover {
    background-color: DeepPink;
    color: white;
}

.newsletterbottom-centered {
    position: absolute;
    bottom: 8pt;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container {
    position: relative;
    text-align: center;
    color: white;
}

/* The Modal (background) */
.eventdescr {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.eventdescr-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* *** HOME-TOP, SLIDER *** */
/* ********************************************************************************************************************************************************************* */
#home-top {
    margin: 15px 10px 0;
    padding: 34px;
    border: solid 1px #e0e0e0;
    background-color: #e0e0e0;
    background-image: url(../images/home-top-gradient.png);
    background-repeat: repeat-x;
}

#home-top-content {
    float: left;
    width: 50%;
}

#home-top-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #0153a5;
    margin-top: 0px;
    line-height: 150%;
}

#home-top-content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #0153a5;
    margin-top: 0px;
}

#home-top-content h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #717171;
    margin-top: 15px;
}

#home-top-content h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #717171;
    margin-top: 15px;
}

#home-top-content p {
    /*font-family: 'MyriadPro';*/
    font-size: 14px;
    color: #717171;
    line-height: 150%;
    margin-top: 12px;
    padding-right: 34px;
}

#home-top-content ul {
    /*font-family: 'MyriadPro';*/
    font-size: 14px;
    color: #717171;
    line-height: 150%;
    margin-top: 2px;
    margin-left: 20px;
    padding-right: 34px;
}

#home-top-content a {
    text-decoration: none;
    color: #219dd5;
}

#home-top-content a:hover {
    text-decoration: underline;
}

#home-top-slider-wrapper {
    float: right;
    width: 50%;
}

#home-top-slider-frame {
    margin: 0 32px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 8px #a0a0a0;
}

#home-top-slider img {
    display: none;
}

#home-top-slider img:first-child {
    display: block;
}

#home-top-table {
    float: left;
    width: 100%;
    margin: 0 10px;
    padding: 10px;
}

#home-top-table td {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 5px;
}

#home-top-table .left {
    text-align: right;
}

#home-top-table .right {
    text-align: left;
}

#home-top-table .eventCell {
    position: relative;
    display: inline-block;
}

#home-top-table .eventDescr {
    background: #e5f2f7;
    border-radius: 6px;
    border: 20px;
    color: black;
    display: none;
    height: auto;
    left: 30px;
    margin: 0px 0px;
    overflow: visible;
    padding: 8px 8px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    top: -20px;
    transition-delay: 5s;
    transition: opacity 0.3s;
    visibility: hidden;
    width: max-content;
    z-index: 100;
}

#home-top-table .eventDescr::after {
    border-color: #555 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: -5px;
    margin-left: -5px;
    position: absolute;
    top: 20px;
}

#home-top-table .eventCell:hover .eventDescr {
    visibility: visible;
    display: inline-block;
    opacity: 0.8;
}

/* *** HOF, SLIDER *** */
/* ********************************************************************************************************************************************************************* */
#hof {
    margin: 15px 10px 0;
    padding: 34px;
    border: solid 1px #e0e0e0;
    background-color: #e0e0e0;
}

#hof-content {
    float: left;
    width: 50%;
}

#hof-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #0153a5;
    margin-top: 0px;
    line-height: 150%;
}

#hof-content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #0153a5;
    margin-top: 0px;
}

#hof-content h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #717171;
    margin-top: 15px;
}

#hof-content h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #717171;
    margin-top: 15px;
}

#hof-content p {
    /*font-family: 'MyriadPro';*/
    font-size: 14px;
    color: #717171;
    line-height: 150%;
    margin-top: 2px;
    padding-right: 34px;
}

#hof-content a {
    text-decoration: none;
    color: #219dd5;
}

#hof-content a:hover {
    text-decoration: underline;
}

.hof-slider-wrapper {
    float: right;
    width: 50%;
}

.hof-slider-frame {
    margin: 0 32px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 8px #a0a0a0;
}

.hof-slider img {
    display: none;
}

.hof-slider img:first-child {
    display: block;
}

/* *** MAIN CONTENT *** */
/* ********************************************************************************************************************************************************************* */
#content-main {
    padding: 30px 45px 45px;
}

#content-left {
    float: left;
    width: 600px;
}

#content-right {
    float: right;
    width: 325px;
}

.copy-content {
    margin-top: 20px;
    width: 600px;
    margin-right: auto;
}

.page-title-copy-content {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #0d94cd;
    margin-bottom: 30px;
}

.copy-content-left {
    margin-top: 20px;
    width: 600px;
}

.section {
    margin-top: 30px;
}

.section:first-child {
    margin-top: 0;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #0a1f33;
    line-height: 30px;
}

.title-border {
    height: 5px;
    background-color: #ff9c1c;
    margin-top: 5px;
}

.title-header {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    background-color: #e1e8ec;
}

.news {
    padding-top: 5px;
    list-style-type: none;
}

.news li {
    margin-top: 5px;
    padding: 10px 15px;
    background-color: #eaeaea;
}

.news li.alt {
    background-color: #f2f2f2;
}

.news li h2 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #0153a5;
    line-height: normal;
}

.news li h4 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #0153a5;
    line-height: normal;
    margin-top: 10px;
}

.news li h3 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #494949;
    line-height: 18px;
}

.news li h3 a {
    color: #219dd5;
    text-decoration: none;
    max-width: 450px;
}

.news li h3 a:hover {
    text-decoration: underline;
}

.news li p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #494949;
    line-height: 150%;
    margin-top: 4px;
}

.news li p a {
    text-decoration: none;
    color: #219dd5;
}

.news li p a:hover {
    text-decoration: underline;
}

.news li p.info {
    float: right;
    margin-top: 0;
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #219dd5;
    line-height: 18px;
}

.news-full li {
    padding: 15px 20px;
}

.news-full li .feat-img {
    padding: 5px;
    background-color: #ffffff;
    border: solid 1px #d0d0d0;
    float: left;
}

.news-full li .content {
    margin-left: 170px;
}

.news-full li h3 {
    float: none;
    margin-top: 5px;
    font-size: 16px;
    color: #1d5992;
}

.news-full li h3 a {
    color: #1d5992;
}

.news-full li p {
    margin-top: 5px;
    color: #717171;
    line-height: 150%;
    text-align: justify;
}

.news-full li p.info {
    float: none;
    margin-left: 0;
}

.page-title {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #0d94cd;
}

.page-content {
    margin-top: 30px;
    color: #373737;
    line-height: 150%;
}

.page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #0d94cd;
}

.page-content h3 {
    font-size: 20px;
}

.page-content h4 {
    font-size: 18px;
}

.page-content h5 {
    font-size: 16px;
}

.page-content h6 {
    font-size: 14px;
}

.page-content ul, .page-content ol {
    padding-left: 39px;
    margin-top: 20px;
}

.page-content li {
    margin-top: 20px;
}

.page-content .copy-content li {
    margin-top: 0px;
    margin-bottom: 10px;
}

.page-content p {
    margin-top: 20px;
    text-align: justify;
}

.page-content a {
    color: #0d94cd;
    text-decoration: none;
}

.page-content a:hover {
    text-decoration: underline;
}

.page-content img {
    padding: 8px;
    background-color: #ffffff;
    box-shadow: 0 0 5px #a0a0a0;
}

.page-content .alignleft {
    display: inline;
    float: right;
    margin: 0 30px 15px 0;
}

.page-content .alignright {
    display: inline;
    float: right;
    margin: 0 0 15px 30px;
}

.post-content .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.page-content .indent {
    margin-left: 22px;
    margin-bottom: 20px;
}

#content-main .button-active {
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px
}

#content-main .button-disabled {
    background-color: #e7e7e7;
    border: none;
    color: black;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px
}

.link-pdf, .link-img {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 46px;
    color: #373737 !important;
}

.link-pdf {
    padding-left: 50px;
    background-image: url(../images/icon-pdf.png);
}

.link-img {
    padding-left: 54px;
    background-image: url(../images/icon-img.png);
}

.links {
    border-collapse: collapse;
    width: 100%;
}

.links td {
    vertical-align: middle;
    padding: 5px 20px;
    border-top: solid 5px #ffffff;
    background-color: #eef0f1;
}

.links tr.alt td {
    background-color: #f4f6f7;
}

/* .links td.info { border-right:solid 5px #ffffff; } */
.links td.info h3 {
    margin-top: 0;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    background-image: url(../images/bullet-links.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.links td.info h3 span {
    margin-left: 10px;
    color: #79868e;
}

.links td.link {
    max-width: 15%;
    width: 84px;
    text-align: center;
}

.links td.link a {
    display: inline-block;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #79868e;
    line-height: 14px;
    text-transform: uppercase;
    background-image: url(../images/icon-link.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#schedule-title {
    float: left;
}

#schedule-archive-link {
    display: inline-block;
    float: right;
    margin: 15px 15px 0 0;
    padding-left: 23px;
    background-image: url(../images/icon-archive.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #0d94cd;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

#schedule-archive-link:hover {
    text-decoration: underline;
}

#schedule-content {
    margin-bottom: 30px;
}

.schedule {
    border-collapse: collapse;
    width: 100%;
    line-height: 150%;
}

.schedule th, .schedule td {
    vertical-align: middle;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.schedule th {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #6fb4db;
    color: #ffffff;
    text-shadow: 1px 1px #3f95c5;
}

.schedule td {
    padding: 5px 20px;
    background-color: #ebebeb;
    border-top: solid 5px #ffffff;
}

.schedule tr.alt td {
    background-color: #f3f3f3;
}

.schedule .date span {
    color: #0d94cd;
    margin-right: 5px;
}

.schedule .desc {
    border-left: solid 5px #ffffff;
    border-right: solid 5px #ffffff;
}

.schedule .info {
    text-align: center;
}

.schedule .info a {
    padding-left: 18px;
    background-image: url(../images/icon-info.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#content-right .banner {
    display: block;
    margin-top: 10px;
}

#content-right .banner:first-child {
    margin-top: 35px;
}

#content-right .banner img {
    width: 100%;
}

#content-right .widget {
    margin-top: 30px;
}

#content-right .widget h2 {
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    background-color: #304a64;
}

#content-right .widget ul.links {
    list-style-type: none;
}

#content-right .widget ul.links li {
    margin-top: 5px;
    padding: 5px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #494949;
    background-color: #eaeaea;
    text-align: center;
}

#content-right .widget ul.links li a {
    color: #494949;
    text-decoration: none;
}

#content-right .widget ul.links li a:hover {
    text-decoration: underline;
}

#content-right .widget ul.links li.alt {
    background-color: #f2f2f2;
}

#content-right .widget .newsletter {
    margin-top: 5px;
    padding: 25px 35px;
    background-color: #eaeaea;
}


/* *** Other Pages *** */
.sub-section {
    padding-top: 5px;
    list-style-type: none;
}

.sub-section ul {
    padding-left: 0px;
    margin-top: 10px;
}

.sub-section li {
    margin-top: 5px;
    padding: 10px 15px;
    background-color: #eaeaea;
}

.sub-section li.alt {
    background-color: #f2f2f2;
}

.sub-section li h2 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #0153a5;
    line-height: normal;
}

.sub-section li h4 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #0153a5;
    line-height: normal;
    margin-top: 10px;
}

.sub-section li h3 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #494949;
    line-height: 18px;
}

.sub-section li h3 a {
    color: #219dd5;
    text-decoration: none;
    max-width: 450px;
}

.sub-section li h3 a:hover {
    text-decoration: underline;
}

.sub-section li p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #494949;
    line-height: 150%;
    margin-top: 4px;
}

.sub-section li p a {
    text-decoration: none;
    color: #219dd5;
}

.sub-section li p a:hover {
    text-decoration: underline;
}

.sub-section li p.info {
    float: right;
    margin-top: 0;
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #219dd5;
    line-height: 18px;
}

.sub-section-title-border {
    height: 1px;
    background-color: #ff9c1c;
    margin-top: 5px;
}

/* *** FOOTER *** */
/* ********************************************************************************************************************************************************************* */
#footer {
    width: 1092px;
    position: relative;
    left: -16px;
    background-color: #103d69;
}

#footer-left, #footer-right {
    position: absolute;
    top: -24px;
    width: 16px;
    height: 24px;
}

#footer-left {
    left: 0;
    background-image: url(../images/footer-left.png);
}

#footer-right {
    right: 0;
    background-image: url(../images/footer-right.png);
}

#footer-content {
    padding: 60px;
    background-image: url(../images/footer-gradient.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.footer-menu {
    float: left;
    margin-left: 100px;
}

.footer-menu:first-child {
    margin-left: 0;
}

.footer-menu h3 {
    padding: 0 8px 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #ffffff;
    border-bottom: solid 3px #ffffff;
    text-transform: uppercase;
}

.footer-menu ul {
    list-style-type: none;
}

.footer-menu li {
    padding: 10px 8px;
    color: #7aadde;
    border-bottom: solid 1px #7aadde;
}

.footer-menu li a {
    display: block;
    width: 204px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #7aadde;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right center;
}

.footer-menu li a:hover {
    text-decoration: underline;
}

.footer-menu li a.facebook {
    background-image: url(../images/icon-facebook.png);
}

.footer-menu li a.twitter {
    background-image: url(../images/icon-twitter.png);
}

.footer-menu li a.linkedin {
    background-image: url(../images/icon-linkedin.png);
}

#foothill-slam-footer {
    float: right;
    margin-top: 40px;
}

/* ****  Table  *** */
/*********************************************************************/
#njbtable1 {
    border-collapse: collapse;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

#njbtable1 th, td {
    text-align: left;
    padding: 8px;
}

#njbtable1 tr:nth-child(even) {
    background-color: #f2f2f2;
}

#njbtable1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #217dd5;
    color: white;
}

.blinking {
    animation: blinkingText 0.8s infinite;
}

/*
@keyframes blinkingText {
    0% {
        color: #00000;
    }

    25% {
        color: #440000;
    }

    50% {
        color: #880000;
    }

    75% {
        color: #DD0000;
    }

    100% {
        color: #FF0000;
    }
}
*/

.orange {
    color: rgba(227, 78, 0, 1);
}

.e2 {
    font-family: 'Roboto', sans-serif;
}

#calendar-title {
    font-family: 'Roboto', sans-serif;
    font-size: 3.4em;
}

#calendar-list {
    font-family: 'Roboto', sans-serif;
}

#calendar-container {
    /*  
    margin:20px;
    width:400px;
    */
}

#calendar-button {
    background-color: #FFF4DC;
    padding: 10px;
    width: auto;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    border-radius: 5px;
    cursor: pointer;
    color: rgba(227, 78, 0, 1);
}

#calendar-button:hover {
    color: #FF6D00;
}

#calendar-button:active {
    background-color: #F5F5F5;
    color: rgba(227, 78, 0, 1);
}

.date-box {
    width: 175px;
    font-size: 1em;
    float: left;
}

.date-month {
    display: block;
    line-height: 1;
    margin-bottom: -15px;
    text-align: left;
}

.date-day {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

#calendar-list ol {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0;
    display: block;
}

.events {
    display: block;
}

.calendar-title {
    display: block;
    cursor: pointer;
}

.calendar-title:hover {
    text-decoration: underline;
}

.info2 {
    display: block;
    margin-bottom: 25px;
}

.events {
    margin-top: 10px;
}

.event-details {
    display: none;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    margin-left: 2em;
}
