<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 5, 2016, 4:39:46 PM
    Author     : InPlayer-Mile
*/

/*Media 1024px*/

@media (max-width: 1024px) {
    body{
        margin-left:0 !important;
        margin-right:0 !important;
    }
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .row{
        margin-left:0 !important;
        margin-right:0 !important;
    }
    .container-flex{
        padding-left:0;
        padding-right:0;
    }
    h1{
        font-size:50px;
        line-height:56px;
    }
    h2{
        font-size:30px;
        line-height:34px;
    }
    h3{
        font-size:26px;
        line-height:30px;
    }
    h4{
        font-size:20px;
        line-height:24px;
    }
    .row.footer-gutter-20 {
        margin-left: 0px;
        margin-right: 0px;
    [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.home-network-box{
    min-height:285px;
}
.search-icon{
    background: url('/wp-content/themes/egr/images/search-nav-ico-gray.png') no-repeat;
    background-size: cover;
}
.latest-load-more-label[disabled] {
    left: auto;
    margin: 0;
    right: -10px;
    position: absolute;
}
.featured-navbar-selectors.featured-posts{
    top:-8px;
    right:0;
}
.footer{
    padding-bottom: 40px;
}

.footer-sitemap{
    margin: 0 0 40px 0;
}

.footer-column {
    /* padding: 0; */
    margin-top: 40px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
}
.row.main-menu-row {
    margin-left: -15px;
    margin-right: -15px;
}
div.top-story-container, div.other-top-story-container{
    margin-bottom: 10px;
}

ul.main-menu-header li a{
    font-size: 16px;
}

.category-title{
    height: 120px;
    padding: 25px;
}/*
        .category-title h1{
            font-size: 30px;
        }*/
.latest-label {
    margin-bottom: 12px;
}

/*  LOGGED OUT HOME START   */
.key-statistic-wrap {
    margin-bottom: 55px;
}
.key-statistic-wrap:last-child {
    margin-bottom: 0;
}
.key-stats-box {
    padding: 0 30px;
}
.tetimonial-auth {
    margin-top: 30px;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}
.home-testimonials {
    margin-bottom: 60px;
}
.latest-load-more-label.events{
    right: 0;
    position: absolute;
    margin: 0;
    left:auto;
}
div#load-more-wrap {
    width: 98%;
}
.top-stories-label h2{
    margin-top:11px;
}



.row.home-landing-posts{
    width: 100%;
    height: auto;
    float: left;
}
/*  LOGGED OUT HOME END  */
}

@media (min-width: 993px) and (max-width: 1024px) {
    .nopadding-m{
        padding:0 !important;
    }
    .home-testimonials{
        padding:0 30px;
    }
    .networking-opportunities-box:nth-of-type(2) .networking-opportunities-img .networking-opportunities-overlay{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d82d35+0,813381+100 */
        background: rgb(216,45,53); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(216,45,53,1) 0%, rgba(129,51,129,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(216,45,53,1) 0%,rgba(129,51,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(216,45,53,1) 0%,rgba(129,51,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82d35', endColorstr='#813381',GradientType=1 ); /* IE6-9 */

    }
    .networking-opportunities-box:last-of-type .networking-opportunities-img .networking-opportunities-overlay{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#223d80+0,12899e+100 */
        background: rgb(34,61,128); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(34,61,128,1) 0%, rgba(18,137,158,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(34,61,128,1) 0%,rgba(18,137,158,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(34,61,128,1) 0%,rgba(18,137,158,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223d80', endColorstr='#12899e',GradientType=1 ); /* IE6-9 */
    }
}
/*END Media 1024px*/

</pre></body></html>