﻿.grid-padding-right {
    padding-right: .5rem;
}
.signup-contain {
    width: 50rem;
}

/*#region featured image*/
#pnlFeaturedImage {   
    background: var(--accent);
}
#featuredFrame {
    height:275px;
    overflow:hidden;
}
#featuredFrame img {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#featuredTextContainer {
    padding: 4rem 2rem;    
}
.backgroundImage {
    position: absolute;
    width: 100%;   
}
#textContainerInner {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    border-left: 4px solid var(--secondary);
    padding-left: 3rem;
}
#featuredTextContainer h1 {
    position: relative;
    top: .5rem;
    font-family: var(--fontPrimary);
    font-size: 5rem;
    text-transform:uppercase;
    font-weight:600;
    color: var(--primaryDark);
    line-height: 1;
    -webkit-animation: fade-in-move-up .75s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fade-in-move-up .75s; /* Firefox < 16 */
    -ms-animation: fade-in-move-up .75s; /* Internet Explorer */
    -o-animation: fade-in-move-up .75s; /* Opera < 12.1 */
    animation: fade-in-move-up .75s;
}
.backgroundImage h1, .backgroundImage #featuredText {
    color: var(--primaryDark) !important;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
#featuredText {
    position: relative;
    top: -.25rem;
    font-family: var(--fontPrimary);
    font-size: 2.5rem;
    color: var(--secondary);
    -webkit-animation: fade-in-move-right .75s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fade-in-move-right .75s; /* Firefox < 16 */
    -ms-animation: fade-in-move-right .75s; /* Internet Explorer */
    -o-animation: fade-in-move-right .75s; /* Opera < 12.1 */
    animation: fade-in-move-right .75s;
}
/*#endregion*/

/*#region content*/
.newsDate {
    position:relative;
    top:-3.5rem;
    color:var(--secondary);
}
.newsImage {
    width:100%;
    max-width:600px;
    margin-bottom:2rem;
}

#contentInner {
    padding: 4rem 2rem;
    color: #818181;
}
.wysiwyg {
    font-size: 1.5rem;
    line-height: 1.75;
    font-weight: 300;
    padding-bottom:4rem;
}
.wysiwyg p {
    font-size: 1.5rem;
    line-height: 1.75;
    font-weight: 300;
}

.wysiwyg-title {
    color: var(--primary);
    font-weight: 700;
    /*text-transform: uppercase;*/
}
.wysiwyg h3 {
    color: var(--secondary);
    font-weight: 600;
    padding-top: 2rem;
    font-family: var(--fontPrimary);
}

.wysiwyg ul {
    margin-left: 4rem;
}
/*#endregion*/

/*#region sub navigation*/
.showhide {
    display:none;
}
#infoB1Hide {
    display: none
}
.subPadRight {
    padding-right: 4rem;
}
#subpageRightColumn {
    padding-top:2rem;
    padding-left:2rem;
    background:rgba(0,0,0,.05)
}
#subpageNavigation h3 {
    font-family: var(--fontPrimary);
    font-weight: 700;
    font-size: 1.5rem;
    color: #5B6771;
}

#subpageNavigation ul {
    border-left: 2px solid var(--secondary);
    padding-left: 1rem;
    margin-left: 0;
    list-style: none;
    margin-bottom: 3rem
}

#subpageNavigation ul li a {
    font-family: var(--fontPrimary);
    font-weight: 300;
    font-size: 1.125rem;
    color: var(--primary);
    line-height: 1.7;
    transition: all .05s ease-in-out;
}

#subpageNavigation ul li a:hover {
    color: var(--secondary);
}

.subpage-nav-active {
    font-weight: 400 !important;
    color: var(--secondary) !important;
}
/*#endregion*/

/*#region news*/
#MainContentArea_NewsList1_sectionNews {
    padding: 3rem 0;
}
#MainContentArea_NewsList1_sectionNews h2 {
    padding: 2rem 1rem;
}
.card-article-hover {
    box-shadow: 0px 0px 7px var(--darkGray);
    max-width: 355px;
    display: inline-block;
    margin: 1em;
    cursor: pointer
}
.card-article-hover img {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-image-container {
    height: 240px;
    overflow: hidden
}
.article-title-container h3 {
    height: 100px;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 323px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-desc {
    height: 1.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-article-hover .card-section {
    width: 90%;
    background: #FFF;
    margin: 0 auto;
    padding-top: 25px;
    margin-top: -1rem;
    z-index: 2;
    color: #818181 !important;
    text-align: left
}
.card-article-hover .card-section .article-subtext {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    color: var(--primary);
}
.card-article-hover .card-section .article-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--primary);
    text-align: left
}
.card-article-hover .card-section .article-desc {
    font-size: 1rem;
    color: #818181;
}
.card-article-hover .card-divider {
    background: #FFF;
}
.card-article-hover .hover-border {
    height: 10px;
    background: var(--secondary);
    width: 0;
    transition: width 1s ease;
}
.card-article-hover:hover .hover-border {
    height: 10px;
    width: 100%;
    transition: width 1s ease;
}
.card-article-hover .meta-data {
    text-transform: uppercase;
}

/*#endregion*/


/*#region media break points*/
@media(max-width:1700px) {
    #featuredTextContainer h1 {       
        top: .5rem;       
        font-size: 4.5rem; 
    }
    #featuredText {       
        top: -.25rem;        
        font-size: 2.25rem;
    }
}

@media(max-width:1460px) {
    #featuredTextContainer h1 {
        top: .5rem;
        font-size: 4rem;
    }
    #featuredText {
        top: -.25rem;
        font-size: 2rem;
    }
}

/*let's go mobile*/
@media(max-width:1330px) {
    #featuredTextContainer h1 {
        top: .25rem;
        font-size: 3.6rem;
    }
    #featuredText {
        top: 0;
        font-size: 1.8rem;
    }
    #featuredFrame {
        height: 225px;
    }
    .wysiwyg {
        font-size: 1.35rem;
        line-height: 1.7;
        padding-bottom: 1.5rem;
    }
    .wysiwyg p {
        font-size: 1.35rem;
        line-height: 1.7;           
    }
}

@media(max-width:1023px) {
    #featuredTextContainer h1 {
        top: 0;
        font-size: 3.2rem;
    }
    #featuredText {
        font-size: 1.6rem;
    }
    #contentInner {
        padding: 2rem 2rem;        
    }
    .subPadRight {
        padding-right:0;
    }
    #subpageRightColumn {
        margin-bottom: 1rem;
    }
    #subpageRightColumn ul {
        margin-bottom:1.5rem;
    }
    .showhide {
        display: block;
        padding-bottom: 1rem;
    }
    #subpageNavigation {
        display:none;
    }
}

@media(max-width:913px) {
    
}

@media(max-width:639px) {
    .wysiwyg-title {
        font-size: 2rem;
    }
    .wysiwyg {
        font-size: 1.35rem;
        line-height: 1.5;
    }
    #featuredTextContainer {
        padding: 2rem 2rem;       
    }
    #textContainerInner {
        padding-left: 1rem;
    }
     
    #featuredTextContainer h1 {
        top: .25rem;
        font-size: 2.8rem;
    }
    #featuredText {
        top: -.25rem;
        font-size: 1.4rem;
    }
    #featuredFrame {
        height: 150px;
    }
}

@media(max-width:539px) {
    #featuredTextContainer h1 {
        font-size: 2.6rem;
    }

    #featuredText {
        font-size: 1.3rem;
    }
}

@media(max-width:450px) {
    
}
/* adjust by height */
@media(max-height:750px) {
}

/*#endregion*/