﻿/*  
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;

    teal:       #2CB4B9 rgba(44,180,185,1)
    orange:     #E54F1D rgba(229,76,29,1)
    dark gray:  #646464 rgba(100,100,100,1)
   
    320px — 480px: Mobile devices
    481px — 768px: iPads, Tablets
    769px — 1024px: Small screens, laptops
    1025px — 1200px: Desktops, large screens
    1201px and more —  Extra large screens, TV
*/

/*#region keyframes*/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*#endregion*/

#body-container {
    width: 100%;
    overflow: hidden;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

#toTheTop a {
    color: #FFF;
}

    #toTheTop a:hover {
        color: #2CB4B9;
    }

.to-top-btn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    height: 35px;
    font-size: 1rem;
    text-decoration: none;
    background-color: #E54F1D;
    color: #FFF;
    padding: 6px 10px;
    border-radius: 7px;
    display: none;
    z-index: 1100;
    opacity: .9;
}

    .to-top-btn:hover, .to-top-btn:active, to-top-btn:focus {
        color: #2CB4B9;
    }

.fade-in-text {
    animation: fadeIn linear 2s;
    -webkit-animation: fadeIn linear 2s;
    -moz-animation: fadeIn linear 2s;
    -o-animation: fadeIn linear 2s;
    -ms-animation: fadeIn linear 2s;
}

.vert-align-table {
    display: table;
    width: 100%;
    height: 100%;
}

.vert-align-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
/*#region page content*/
    #pnlNonFeatured {
        background: #2CB4B9;
        border-bottom: 1px solid #575757;
    }
    #top-row-outerNonFeatued {
        width:100%;
        max-width:1600px;
        padding:3rem;
        margin:0 auto;
    }
    .nav-bread {
        padding-bottom: 1rem;
        color: #f4f4f4;
    }
    .nav-bread a {
        color: #f8f8f8;
    }

    .nav-bread:hover, .nav-bread:focus, .nav-bread:active {
        color: #FFF;
    }
    #pageTitle h1 {
        font-family: 'Roboto', sans-serif;
        font-weight:900;
        color:#FFF;
        font-size:5rem;
        line-height:1
    }
    #subpage-content-inner {
        padding: 3rem 0 1rem 0;
    }

    .page-title {
        text-align: left;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 3.1875rem;
        color: rgba(13,66,105,1);
        margin-top: -1rem;
        margin-bottom: 2rem;
    }

    .wysiwyg {
        clear: both;
        line-height: 1.875rem;
        text-align: left;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 1.125rem;
        color: rgba(77,77,77,1);
        letter-spacing: 0.2px;
        margin-bottom: 2rem;
        padding:0 3rem;
    }

    .wysiwyg a {
        color: #E54F1D;
        text-decoration: underline;
    }

    .wysiwyg a:hover, .wysiwyg a:focus {
        color: #2CB4B9;
    }

    .wysiwyg-title {
        color: #575757;
        font-family: 'Roboto', sans-serif;
        text-transform:uppercase;
        font-weight:900
    }

    .wysiwyg ul {
        margin-top: .5rem;
        margin-left: 3.5rem;
    }

    .wysiwyg tbody tr:nth-child(2n) {
        border-bottom: 0;
        background-color: #FFF;
    }
    .news-year-page {
        width:10%;
    }
/*#endregion*/
/*#region news - events*/
#news-container, #events-container {
    padding: 0 2rem;
}

.news-item-container img {
    float: none;
    margin: 0 !important;
}

.news-list-img {
    max-width: 375px;
    float: left;
    padding-right: 1rem;
}

#home-new-one {
    border-right: 1px solid #76A226;
    padding: 0 6rem 3rem 3rem;
    max-width: 100%;
}

#home-new-two {
    padding: 0 3rem 3rem 6rem;
}

    .view-all {
        padding: 2rem 0 0 0;
        text-align: left;
        position: relative;
    }

    .view-all a {
        color: rgba(0,0,0,.35);
    }

    .view-all a:hover, .view-all a:hover {
        color: #E54F1D;
    }

    .view-all a i, .view-all a i {
        padding-left: 0rem;
        transition: all .25s ease-in-out;
    }

    .view-all a:hover i, .view-all a:hover i {
        padding-left: 1rem;
    }

.news-item-container {
    margin-bottom: 2rem;
    background: #FFF;
    transition: all .25s ease-in-out;
    overflow: hidden;
    border: 1px solid #FFF;
}
.news-item-container:hover {
    border: 1px solid #2CB4B9;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.news-img-col {
    height: 100%;
}

.news-item-container img {
    opacity: .9;
    object-fit: cover;
}

.news-item-container-first img {
    opacity: .9;
}

.theNewsTitle {
    padding: .5rem 1rem;
    line-height: 1.5rem;
    color: #E54F1D;
    font-size: 1.25rem;
    font-family: 'Roboto Condensed', sans-serif;
    transition: .25s all ease-in-out;
}

.news-item-container:hover .theNewsTitle {
    color: #E54F1D;
}

.news-item-container:hover .theNewsDate {
    color: #E54F1D;
}

.newsDivider {
    border-top: 1px dashed #e7e7e7;
}

.news-item-container:hover img {
    opacity: 1;
}

.theNewsDate {
    font-style: italic;
    font-size: 1rem;
    color: #808080;
    padding: .5rem 0;
}

.theNewsDatePage {
    font-style: italic;
    font-size: 1rem;
    color: #808080;
    padding: .5rem 0;
    margin-top: -1.5rem;
    margin-bottom: 2rem;
}

.theNewsBlurb {
    color: #808080;
    font-size: 1rem;
}

.news-main-image {
    padding-right: 1rem;
}

.news-main-blurb {
    padding-left: 1rem;
    color: #808080;
}

.event-item, .news-item {
    padding: .5rem 0;
}

.news-item-inner-contain {
    border: 1px solid #808080;
    width: 95%;
    min-height: 200px;
    position: relative;
    overflow: hidden;
}

    .news-item-inner-contain img {
        position: absolute;
        opacity: 0.9;
        transition: all .1s ease-in-out;
    }

    .news-item-inner-contain:hover img {
        opacity: 0.3;
    }

    .news-item-inner-contain:hover {
        border: 1px solid #2CB4B9;
    }


.news-title {
    padding: .5rem 1rem 0 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    transition: all .25s;
    position: relative;
}

.event-item {
    padding: 1.5rem;
    border-bottom: 1px dashed #e7e7e7;
}

.event-date {
    text-align: center;
    background-color: #e7503d;
    color: #FFF;
    text-transform: uppercase;
    padding: .25rem;
    font-weight: bold;
    line-height: 1.5rem;
    transition: all .25s ease-in-out;
    border-radius: .5rem;
    height: 60px;
}

.theEventDate {
    font-style: italic;
    font-size: 1rem;
    color: #808080;
}

.event-title {
    font-family: 'Ubuntu', sans-serif;
    color: #e7503d;
    text-align: left;
    padding-left: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    transition: all .25s ease-in-out;
    position: relative;
}

.theEventTitle {
    color: #e7503d;
    font-size: 1.25rem;
    font-family: 'Ubuntu', sans-serif;
}

.event-item:hover .event-date {
    background-color: #808080;
}

.event-item:hover .theEventTitle {
    color: #808080
}








/*#endregion*/


/*#region media breaks*/
@media(max-width:1560px) {
    #pageTitle h1 {
        font-size: 4rem;
    }
    #top-row-outerNonFeatued {
        padding: 2rem 3rem;
    }
}

@media(max-width:1470px) {
    #fullTitle {
        text-align: left !important;
        position:relative;
        margin-left:0 !important;
    }
}

@media(max-width:1190px) {

    #top-row-outerNonFeatued {
        padding: 2rem 2rem;
    }
    .wysiwyg {
        padding:0 2rem;
    }
}

    @media(max-width:1023px) {
        #pageTitle h1 {
            font-size: 3.2rem;
        }
    }

    @media(max-width:930px) {
    }

    @media(max-width:690px) {
    }

    @media(max-width:636px) {
    }

    @media(max-width:560px) {
    }

    @media(max-width:476px) {
    }
    /*#endregion*/