﻿.material-icons.md-12 {
    font-size: 1.3em;
}

6 .material-icons.md-18 {
    font-size: 1.5em;
}

.material-icons.md-24 {
    font-size: 2em;
}

.material-icons.md-36 {
    font-size: 3em;
}

.material-icons.md-48 {
    font-size: 4em;
}

.HCSOSectionTitle {
    background: darkgreen;
    background: -moz-radial-gradient(center, ellipse cover, darkgreen 0, #468047 100%);
    background: -o-radial-gradient(center, ellipse cover, darkgreen 0, #468047 100%);
    background: -webkit-gradient( radial, center center, 0, center center, 100%, color-stop(0, darkgreen), color-stop(100%, #468047) );
    background: -webkit-radial-gradient(center, ellipse cover, darkgreen 0, #468047 100%);
    background: -ms-radial-gradient(center, ellipse cover, darkgreen 0, #468047 100%);
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    margin: 5px 0 5px 0;
    text-shadow: 2px 2px 2px black;
}

/*Used for Carrosel*/

.caption1 {
    font-size: 2em;
    line-height: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

.caption2 {
    display: block;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 10px;
    line-height: 15px;
    border-radius: 10px;
}

.smallcaption1 {
    font-size: 1.4em;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

.smallcaption2 {
    font-size: 0.9em;
    display: block;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 10px;
    line-height: 15px;
    border-radius: 5px;
}

/*Used for Carrosel end*/

/*Used for accordion*/

.HCSOPanelTitle {
    font-size: 1.4em;
    vertical-align: middle;
}

/*Used for accordion end*/

/*Most Used Styles*/

.MostUsedItemTitle {
    text-align: center;
}

/*Most Used Styles End*/

/* News and Event Classes */

.NewsAndEventsHolder {
    border: 0;
}

.NewsOrEvent {
    color: black;
    padding: 3px;
    border: 2px dashed transparent;
}

@keyframes PulseBorder {
    0% {
        border-color: darkgreen;
    }

    50% {
        border-color: forestgreen;
    }

    100% {
        border-color: darkgreen;
    }
}

@-moz-keyframes PulseBorder {
    0% {
        border-color: darkgreen;
    }

    50% {
        border-color: forestgreen;
    }

    100% {
        border-color: darkgreen;
    }
}

@-webkit-keyframes PulseBorder {
    0% {
        border-color: darkgreen;
    }

    50% {
        border-color: forestgreen;
    }

    100% {
        border-color: darkgreen;
    }
}

.NewsOrEvent:hover {
    -moz-animation: PulseBorder 3s ease-in-out infinite normal;
    -o-animation: PulseBorder 3s ease-in-out infinite normal;
    -webkit-animation: PulseBorder 3s ease-in-out infinite normal;
    animation: PulseBorder 3s ease-in-out infinite normal;
    border: 2px dashed darkgreen;
}

    .NewsOrEvent:hover a {
        color: #ff5555;
        font-weight: bold;
        cursor: pointer;
        font-size: 1.1em;
    }

.NewsTitle {
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: underline;
    text-align: center;
}

.NewsPostedDate {
    font-size: 0.9em;
    font-weight: bold;
    float: left;
    margin: 0 5px 5px 0;
}

.NewsHeadline {
    font-size: 1em;
}

.NewsDates {
    font-size: 0.85em;
}

.NewsLocation {
    font-size: 0.85em;
}

.NewsLink {
    font-size: 0.85em;
    text-align: center;
}

    .NewsLink a {
        color: currentColor;
        text-decoration: underline;
    }

/* News and Event Classes End*/

/* Format Dates In news and events */

.date {
    width: 50px;
    height: 50px;
    background: #fcfcfc;
    background: linear-gradient(top, #fcfcfc 0, #dad8d8 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0, #dad8d8 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0, #dad8d8 100%);
    border: 1px solid #d2d2d2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

    .date p {
        font-family: Helvetica, sans-serif;
        font-size: 18px;
        text-align: center;
        color: #9e9e9e;
    }

        .date p span {
            background: #d10000;
            background: linear-gradient(top, #d10000 0, #7a0909 100%);
            background: -moz-linear-gradient(top, #d10000 0, #7a0909 100%);
            background: -webkit-linear-gradient(top, #d10000 0, #7a0909 100%);
            font-size: 15px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            display: block;
            border-top: 3px solid #a13838;
            -moz-border-radius: 0 0 10px 10px;
            -webkit-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
            padding: 2px 0 2px 0;
        }

/* Format Dates In news and events end */

/*Press Release Styles*/

.PressRelease {
    border: 4px double rgba(0, 100, 0, 0.5);
    background-color: rgba(0, 100, 0, 0.5);
    margin: 3px;
    border-radius: 5px;
    -moz-transition: background-color linear 1s;
    -o-transition: background-color linear 1s;
    -webkit-transition: background-color linear 1s;
    transition: background-color linear 1s;
}

    .PressRelease:hover {
        background-color: rgba(0, 100, 0, 0.7);
    }

.PressReleaseDate {
    font-size: 0.95em;
    font-style: italic;
    color: white;
    font-weight: bold;
    text-align: right;
    padding: 4px;
}

.PressReleaseDescription {
    font-size: 1.2em;
    background-color: white;
    padding: 2px 10px;
}

    .PressReleaseDescription i {
        font-size: 1.5em;
        padding: 2px 10px 2px 2px;
    }

.PressReleaseLink {
    text-align: center;
    font-size: 1.3em;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
}

    .PressReleaseLink i {
        font-size: 1.2em;
        vertical-align: middle;
    }

    .PressReleaseLink a {
        color: white;
    }

.PressReleaseFooter {
    font-weight: bold;
    font-size: 1em;
}

    .PressReleaseFooter a {
        display: block;
        text-align: center;
    }

/*Press Release Styles End*/

.InMemoriamLink {
    text-align: center;
    font-size: 1.1em;
    padding: 5px;
}

    .InMemoriamLink a {
        display: block;
    }

/*Kudos Styles*/

.Kudos {
    min-height: 200px;
    background-color: gainsboro;
    position: relative;
}

.Kudo {
    padding: 5px;
}

.KudoText {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.KudoFrom {
    position: absolute;
    bottom: 5px;
    text-align: right;
    right: 5px;
}

.KudoNext {
    position: absolute;
    bottom: 5px;
    text-align: left;
    left: 5px;
}

/*Kudos Styles End*/

/*Budget Styles*/

.Budgets .Budget a {
    display: block;
    font-size: 1.1em;
    padding: 3px;
}

    .Budgets .Budget a:hover {
        background-color: silver;
        color: white;
    }

/*Budget Styles End*/

.btn-link {
    color: white;
    font-size: 20px;
}

    .btn-link:hover {
        color: white;
    }

.mb-0 {
    border-bottom: none;
}

.card-header {
    background-color: #287429;
    padding: 0;
}

.HCSOSectionTitle rounded z-depth-1 {
    text-align: center;
}

/*stops video image from flickering */

.embed-responsive {
    z-index: 1;
}
