﻿/*News and events landing page*/

.hero-section
{
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-hero-content
{
    padding-top: 150px;
    padding-left: 50px;
    width: 850px;
}




.news-bar
{
    max-width: 175px;
    border-bottom: 10px solid #c89c39;
    margin-bottom: 10px;
}

.news-breadcrumb
{
    min-height: 38px;
    padding: 11px 20px 15px;
    background: #efefef;
    font-family: Montserrat;
    font-size: 12px;
    margin: 0px;
}

.news-section-wrapper
{
    width: 100%;
}

.news-section-items
{
    background-color: white;
    width: 33%;
    display: block;
    float: left;
    padding-top: 20px;
}

.news-block-image
{
    padding-bottom: 10px;
}

.news-content
{
    padding-bottom: 80px;
    margin-left: 13px;
}


.constrainedWidth .news-content
{
    padding-bottom: 80px;
    margin-left: 0px;
    margin-right: 0px;
}

.body-content .news-content h1
{
    color: black;
    padding-bottom: 0px;
    margin-top: 20px;
}

.news-title
{
    width: 335px;
}

.body-content .news-title a
{
    color: black;
}

.body-content .news-title a:hover
{
    color: #c39428;
}

.news-release-link
{
    margin-top: -40px;
    padding-left: 0px;
    position: absolute;
}

.news-release-link a
{
    color: #c89c39;
}

.outer-wrapper
{
    margin-left: 0px;
}

.events-section
{
    background-image: url('../img/events-bkgd.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    width: 100%;
    display: inline-block;
    padding-bottom: 75px;
}

.body-content .events-section h1
{
    color: black;
    padding-left: 55px;
    padding-top: 50px;
}

.body-content .events-section .constrainedWidth h1
{
   padding-left:0;
}


.eventTilesWrapper
{
    display:flex;
    flex-direction:row;
}

.entry-wrapper
{
    height: 100px;
    width: 25%;
    display: block;
    float: left;
    padding-left: 70px;
}


.eventTilesWrapper .entry-wrapper
{
    height: inherit;
    width: 25%;
    display: block;
    float: inherit;
    padding-left: inherit;
}

@media (max-width: 820px)
{

    .eventTilesWrapper
    {
        display:block;
        flex-direction:inherit;
    }

    .eventTilesWrapper .entry-wrapper
    {
        
        width: 100%;

        margin-top: 30px;
        
    }
}

.constrainedWidth .entry-wrapper
{
    
    padding-left: 0px;
}

.events-entry
{
    display: block;
    
}

.events-entry .date
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.events-entry .booth-location
{
    padding-top: 2px;
}

.events-section .events-entry .title a:hover
{
    color: #c39428;
}

.events-section .events-entry .title a
{
    color: #5383ad;
    font-weight: 700;
}

.events-link
{
    margin-top: 20px;
    color: #c89c39;
}

.events-link a
{
    color: #c89c39;
}

.news-content-block
{
    background-image: url('../img/in-the-news-bkgd.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 63px;
    padding-bottom: 50px;
    margin-right: 0px;
}

.body-content .news-content-block h1
{
    color: white;
    padding-top: 50px;
}

.news-content-block p
{
    padding-left: 5px;
    color: white;
}

.brochure-outer-wrapper
{
    width: 100%;
    background-color: #efefef;
}

.brochure-wrapper
{
    width: 600px;
    margin: 0 auto;
}

.brochure
{
    display: block;
    float: left;
    padding: 50px 50px 50px 50px;
}

.brochure-link
{
    padding-top: 20px;
    text-align: left;
}


/*Events Page*/
.events-content
{
   
}

.events-wrapper
{
    height: 225px;
    width: 270px;
    display: inline-block;
    float: left;
    padding-left: 10px;
    
}

.events-page-entry
{
    display: inline-block;
    float: left;
    width: 225px;
    height: inherit;
    padding-top: 40px;
    padding-left: 25px;
}

.events-wrapper.no-border
{
    border-bottom: none;
}

.events-page-entry .date
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.events-page-entry .booth-location
{
    padding-top: 2px;
}

.events-page-entry .learn-more
{
    padding-top: 5px;
}

#eventsTiles .tileTitle .date,
#eventsTiles .tileTitle .booth-location,
#eventsTiles .tileTitle .event-location,
#eventsTiles .tileTitle .learn-more
{
    color: #fff;
    font-weight: normal;
    font-family: Montserrat-Light;
    font-size: 16px;
}

.events-page-section .events-page-entry .title a,
#eventsTiles .tileTitle .title a,
#eventsTiles .tileTitle .title
{
    color: #fff;
    font-weight: 600;
    font-family: Montserrat-Heavy;
    font-size: 22px;
}





@media (max-width: 860px)
{
    #eventsTiles.tileWidgetWrapper .tileAnchor
    {
        width: 100%;
    }

    
}


.filter-label
{
    
    padding-right: 10px;
}



#byShowName
{
    margin-left: 15px;
    border-radius: 0px;
    margin-right: 15px;
}

#byDate
{
    border-radius: 0px;
}

.event-filter
{
    display:flex;
    flex-direction:row;
    
    width: 100%;
    margin-bottom: 10px;
    
    flex-wrap: wrap;
}

@media (max-width: 990px)
{
    .event-filter
    {
        justify-content:flex-start;
    }
}

.event-filter .sortOptions,
.event-filter .filterOptions
{
    margin-bottom: 10px;
}

.event-filter button
{
    background-color: ButtonFace;
    color: #000;
}

.event-filter button.selected
{
    background-color: #5383AD;
    color: #fff;
    
}

@media (max-width: 1382px)
{
    #eventsTiles.tileWidgetWrapper
    {
        padding-left: 0px;
        padding-right: 0px;
    }
}


.filter-area
{
    width: 250px;
}

#loadMore
{
    width: 120px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    padding: 6px 12px 6px 12px;
    color: #fff;
    background-color: #c39428;
    border: 1px solid #c39428;
    text-decoration: none;
    text-align: center;
    margin-top: 30px;
}

#loadMore:hover
{
    background-color: white;
    color: #c39428;
    border: 1px solid #c39428;
}


.clear
{
    clear: both;
}

.side-nav.news-nav ul li a:hover
{
    color: #c39428 !important;
    text-decoration: underline;
}

.side-nav.news-nav ul li a:active
{
    color: #c39428 !important;
    text-decoration: underline;
}

/*for social media page*/
.social-media-wrapper
{
    margin-top: -30px;
    margin-left: -52px;
}

.crt-feed-container .crt-load-more a
{
    cursor: pointer;
    padding: 6px 12px 6px 12px;
    color: #fff;
    background-color: #c39428;
    border: 1px solid #c39428;
}

.crt-feed-container .crt-load-more a:hover
{
    background-color: white;
    color: #c39428;
    border: 1px solid #c39428;
}
/*for feature stories page*/
.blog
{
    margin-right: 0px;
}

.power-motion
{
    margin-top: -40px;
}

.featured-stories
{
    float: left;
    width: 33%;
}

.blog
{
    margin-left: 0px;
    padding-left: 60px;
}

.featured-stories-title
{
    width: 90%;
    padding-top: 10px;
}

.solution-group-title a
{
    display: inline-block;
}

.solution-group-title h3
{
    color: #5383ad;
    padding-top: 50px;
}

.solution-group-title h3:hover
{
    color: #c39428;
}

.featured-stories-title a
{
    color: #333333;
    font-size: 16px;
    font-family: Montserrat;
}

.featured-stories-title a:hover
{
    color: #c39428;
}

.featured-stories-image img
{
    height: 200px;
    width: 315px;
    margin-top: 30px;
}

.blog-link
{
    float: right;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-right: 45px;
}

.blog-details
{
}

.blogListWrapper
{
    margin-top:30px;
}

.blog-details.slim
{
    display: none;
}

.alt-background
{
    background-color: #efefef;
}

.blog-outer-wrapper
{
    padding-bottom: 30px;
}

.outer-wrapper .feature-contact
{
    margin-bottom: -60px;
}

.featured-stories-nav a
{
    font-size: 15px;
}
/*for Solutions group landing page  */
.go-back
{
    text-align:right;
    padding-right: 20px;
    margin-bottom: 15px;
}

.featured-stories-solution
{
    display:flex;
    flex-direction:row;
    margin-bottom: 20px;
}



.featured-solution-image img
{
    width: 300px;
    height: 200px;
}

.featured-solution-image a
{
   display:block;
    width: 300px;
    height: 200px;
    margin-right: 20px;
}

.right-content
{
}

.featured-solution-title
{
    flex:1;
    padding-bottom: 20px;
}

@media (max-width: 1000px)
{
    .featured-solution-image img
    {
        width: 200px;
        height: 134px;
    }

    .featured-solution-image a
    {
        display:block;
        width: 200px;
        height: 134px;
        margin-right: 20px;
    }

    .featured-solution-title
    {
        
    }

    .blog-details.slim
    {
        display: block;
        margin-bottom: 20px;
        margin-top: -30px;
        text-align: right;
        padding-right: 37px;
    }

    .blog-details.full
    {
        display:none;
    }

    .featured-stories-solution
    {
        margin-bottom:0;
    }
}

@media (max-width: 540px)
{
    .blog-wrapper
    {
        text-align:center;
    }

    .featured-stories-solution
    {
        display: block;
        width: 300px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .featured-solution-image a
    {
        width: 300px;
        height: 200px;
        margin-bottom: 10px;
    }

    .featured-solution-image img
    {
        width: 300px;
        height: 200px;
    }

    
}

    

    .featured-solution-title h3
    {
        color: #5383ad;
    }

    .featured-solution-title h3:hover
    {
        color: #c39428;
    }

    .featured-solution-summary
    {
        padding-bottom: 20px;
    }

    .solution-group-contact
    {
        margin-bottom: -80px;
    }

    p.contact-content
    {
        padding-bottom: 20px;
    }

    .details-title h3
    {
        color: #5383ad;
    }

    .details-title
    {
        padding-top: 30px;
        margin-top: -30px;
        padding-bottom: 30px;
        width: 715px;
        margin: 0 auto;
    }


.details-links
{
    
}

.details-link-one,
.details-link-two
{
    padding-bottom: 10px;
    text-align: right;
    padding-right: 20px;
}

.blog-content
{
    width: 715px;
    margin: 0 auto;
}

.details-image
{
    padding-bottom: 30px;
    text-align: center;
}

    .details-image img
    {
        width: 700px;
        height: 500px;
    }
    /*responisve for details page*/



    .details-content
    {
        margin-left: 25px;
    }




    @media (max-width: 1200px) and (min-width: 800px)
    {
        .details-content
        {
            margin-left: 0px;
            
        }

        

       
    }

    @media (max-width: 799px) and (min-width: 600px)
    {
        .details-content
        {
            margin-left: 0px;
            margin-bottom: -50px;
        }

        .details-links
        {
            float: right;
            padding-top: 30px;
        }

        .details-image img
        {
            width: 350px;
            height: 250px;
        }

        .details-image
        {
            text-align: center;
        }

        .blog-content
        {
            width: 350px;
            margin: 0 auto;
        }

        .details-title
        {
            padding-top: 30px;
            margin-top: -30px;
            margin: 0 auto;
            padding-bottom: 30px;
            width: 350px;
        }

        .details-links a
        {
            font-size: 14px;
        }
    }

    @media (max-width: 599px)
    {

        .details-content
        {
            margin-left: -15px;
        }

        .details-links
        {
            padding-top: 30px;
            padding-bottom: 30px;
            float: none;
        }

        .details-image img
        {
            width: 335px;
            height: 250px;
        }

        .details-image
        {
            text-align: center;
        }

        .blog-content
        {
            width: 335px;
            margin: 0 auto;
        }

        .details-title
        {
            padding-top: 30px;
            margin-top: -30px;
            margin: 0 auto;
            padding-bottom: 30px;
            width: 350px;
        }

        .details-links a
        {
            font-size: 15px;
        }

        .details-link-one
        {
            padding-bottom: 5px;
        }

        .details-link-two
        {
            text-align: right;
        }
    }
    
   

    
    

   
    /*responisve for featured stories landing page*/
    @media (max-width: 1300px) and (min-width: 1200px)
    {
        .featured-stories
        {
            width: 33%;
        }

        .featured-stories-image img
        {
            padding-right: 30px;
        }

        .featured-stories-nav a
        {
            font-size: 13px;
        }
    }

    @media (max-width: 1201px) and (min-width: 1025px)
    {

        .featured-stories-title
        {
            width: 85%
        }

        .blog-link
        {
            margin-right: 75px;
        }

        .featured-stories-nav
        {
            display: none;
        }
    }

    @media (max-width: 1024px) and (min-width: 900px)
    {

        .featured-stories
        {
            width: 33%;
        }

        .featured-stories-image img
        {
            padding-right: 80px;
        }

        .featured-stories-title
        {
            width: 80%
        }

        .blog-link
        {
            margin-right: 90px;
        }

        .featured-stories-nav
        {
            display: none;
        }
    }

    @media (max-width: 899px) and (min-width: 769px)
    {

        .featured-stories
        {
            width: 33%;
        }

        .featured-stories-title
        {
            width: 75%
        }

        .featured-stories-image img
        {
            padding-right: 120px;
        }

        .blog-link
        {
            margin-right: 90px;
        }

        .featured-stories-nav
        {
            display: none;
        }
    }

    @media (max-width: 768px) and (min-width: 600px)
    {

        .featured-stories
        {
            width: 33%;
        }

        .featured-stories-title
        {
            width: 85%
        }

        .featured-stories-image img
        {
            padding-right: 150px;
        }

        .news-hero-content h1
        {
            font-size: 48px;
        }

        .news-hero-content
        {
            width: 700px;
        }

        .blog-link
        {
            margin-right: 70px;
        }
    }

    @media (max-width: 600px)
    {

        .blog
        {
            padding-left: 15px;
        }

        .featured-stories
        {
            float: none;
        }

        .featured-stories-title
        {
            width: 200%;
        }

        .blog-link
        {
            float: none;
            margin: 0 auto;
        }

        .blog-outer-wrapper
        {
            padding-right: 80px;
        }

        .news-hero-content
        {
            width: 550px;
        }

        .news-hero-content h1
        {
            color: white;
            font-size: 36px;
        }

        .news-bar
        {
            max-width: 125px;
            border-bottom: 10px solid #c89c39;
            margin-bottom: 10px;
        }
    }

    @media (max-width: 480px)
    {

        .news-hero-content
        {
            width: 380px;
        }

        .news-hero-content h1
        {
            color: white;
            font-size: 36px;
        }
    }


    /*responsive for news and events landing page*/
    @media (max-width: 1400px) and (min-width: 1201px)
    {
        .news-section-items
        {
            width: 33%;
            padding-right: 30px;
        }

        .news-title
        {
            width: 100%;
        }
    }



    @media (max-width: 1200px) and (min-width: 1024px)
    {

        .news-section-items
        {
            width: 32%;
            padding-right: 50px;
        }

        .news-title
        {
            width: 100%;
        }
    }

    @media (max-width: 1023px) 
    {

        .news-section-items
        {
            width: 32%;
            padding-right: 50px;
        }

        .news-title
        {
            width: 100%;
        }

        .news-release-link
        {
            padding-left: 10px;
        }

        .events-section
        {
            padding-bottom: 125px;
        }

        .entry-wrapper
        {
            width: 25%;
            padding-left: 50px;
        }

        .events-entry
        {
            
            padding-right: 60px;
        }

        .events-link
        {
            
        }

        .news-content-block
        {
            padding-left: 50px;
        }

        .brochure-wrapper
        {
            width: 500px;
        }

        .brochure
        {
            padding: 50px 15px 50px 15px;
        }
    }

    @media (max-width: 740px) and (min-width: 736px)
    {
        .news-section-items
        {
            width: 225px;
            padding-right: 50px;
        }

        .news-title
        {
            width: 175px;
        }

        .news-release-link
        {
            padding-left: 10px;
        }

        .events-section
        {
            padding-bottom: 125px;
        }

        .entry-wrapper
        {
            width: 25%;
            padding-left: 50px;
        }

        .events-entry
        {
            
            padding-right: 60px;
        }

        .events-link
        {
            padding-left: 50px;
        }

        .news-content-block
        {
            padding-left: 50px;
        }

        .brochure-wrapper
        {
            width: 500px;
        }

        .brochure
        {
            padding: 50px 15px 50px 15px;
        }
    }

    @media (max-width: 700px)
    {
        .news-section-items
        {
            width: 265px;
            float: none;
            margin: 0 auto;
        }

        .news-section-wrapper
        {
            margin-left: -40px;
        }

        .body-content .news-content h1
        {
            text-align: center;
            padding-bottom: 30px;
            padding-right: 130px;
        }

        .news-release-link
        {
            position: relative;
            text-align: center;
            margin-left: -40px;
            padding-right: 140px;
        }

       

        .events-entry
        {
            width: 100%;
        }

        

       
    }

    @media (max-width:414px)
    {
        .body-content .news-content h1
        {
            text-align: left;
            padding-left: 10px;
        }

        .news-title
        {
            width: 100%;
        }

        .entry-wrapper
        {
            padding-bottom: 50px;
            padding-left: 100px;
            text-align: left;
        }

        .body-content .events-section h1
        {
            text-align: left;
            padding-left: 100px;
        }

        .events-link
        {
            text-align: left;
            padding-left: 100px;
        }

        .news-content-block
        {
            padding-left: 50px;
        }

        .brochure
        {
            float: none;
        }

        .media-contact
        {
            padding-left: 60px;
        }

        .social-wrapper
        {
            padding-left: 0px;
        }
    }

    @media (max-width:360px)
    {
        .body-content .news-content h1
        {
            text-align: left;
            padding-right: 20px;
            margin-left: -20px;
        }

        .entry-wrapper
        {
            padding-bottom: 50px;
            padding-right: 10px;
            text-align: left;
            padding-left: 70px;
        }

        .body-content .events-section h1
        {
            text-align: left;
            padding-left: 70px;
        }

        .events-link
        {
            text-align: left;
            padding-left: 70px;
        }

        .news-content-block
        {
            padding-left: 20px;
        }

        .brochure
        {
            margin-left: -20px;
            float: none;
        }

        .media-contact
        {
            padding-left: 40px;
        }

        .social-wrapper
        {
            padding-left: 0px;
        }
    }
   
   



    


   


    .row.blog.genericFeatureStories:nth-child(even)
    {
        background-color: #efefef;
    }






/* TILE WIDGET STUFF */
#newsTilesWrapper
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#newsTilesWrapper .newsTile
{
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    width: 25%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #000;
    text-decoration: none;
}



@media (min-width: 1030px)
{
    #newsTilesWrapper .newsTile:not(:last-child)
    {
        border-right: solid 1px #808080;
    }
}

@media (max-width: 1030px)
{
    #newsTilesWrapper .newsTile
    {
        width: 50%;
    }

    #newsTilesWrapper .newsTile:nth-child(2n+1)
    {
        border-right: solid 1px #808080;
    }

    #newsTilesWrapper .newsTile:nth-child(-n+2)
    {
        border-bottom: solid 1px #808080;
    }
}

@media (max-width: 575px)
{
    #newsTilesWrapper .newsTile
    {
        width: 100%;
    }

    #newsTilesWrapper .newsTile:nth-child(2n+1)
    {
        border-right: none;
    }

    #newsTilesWrapper .newsTile:nth-child(-n+3)
    {
        border-bottom: solid 1px #808080;
    }
}

#newsTilesWrapper .newsTile:hover
{
    color: #000;
}

#newsTilesWrapper .newsTile::before
{
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #808080;
    opacity: .60;
    z-index: 10;
}

#newsTilesWrapper .newsTile:hover::before
{
    background: linear-gradient(180deg, #0083bb, #002957);
}

#newsTilesWrapper .newsTileTitle,
#newsTilesWrapper .newsTile:hover,
#newsTilesWrapper .newsTileSubTitle
{
    z-index: 20;
    color: #fff;
}

#newsTilesWrapper .newsTileTitle
{
    font-family: Montserrat-Medium;
    font-size: 27px;
}

#newsTilesWrapper .newsTileSubTitle,
#newsTilesWrapper .newsTileCallToAction
{
    font-family: Montserrat-Light;
    font-size: 16px;
    margin-top: 5px;
    height: 0%;
    overflow: hidden;
    transition: all ease-in .5s;
}

#newsTilesWrapper .newsTileCallToAction
{
    color: #c39428;
    font-weight: bold;
}

#newsTilesWrapper .newsTileCallToAction::after
{
    content: ">>";
    font-weight: bold;
}

#newsTilesWrapper .newsTile:hover .newsTileSubTitle,
#newsTilesWrapper .newsTile:hover .newsTileCallToAction
{
    height: 50%;
}

/* TILE WIDGET STUFF */