        body {
            font-size:14px;
        }

        #wrap {
            max-width: 1200px;
            width:100%;
        }
        
        ul#nav, ul#nav li ul {
            width:100%;
        }
        
        .divide {
            border-bottom: 1px solid #f0ecea;
            margin: 15px 0;
            width:100%;
            background: none;
        }
        
        
        
        #s1 {
           width:100%;
           height:auto;
           padding-bottom: 20px;
        }

        #slider.slider2 {
            width:100%;
            border:0;
            background: none;
            margin: 20px 0 20px 0;
            height:auto;
        }
        
        #slider_pager {
                margin-top:0;
             display: flex;
             position: static;
             padding:0;
        }
        
        #slider_pager a  {
            margin:0;
            font-size: 15px;
            width: 33%;
            font-weight: normal;
            z-index: 1000;
            text-transform: uppercase;
            font-weight: bold;
            border-radius: 0;
            padding: 15px;
            background: white;
            color: #277321;
        }
        
        #slider-tr {
            opacity:0.1;
        }
        
        #slider_pager a.cycle-pager-active {
            color: #674430;
            border-radius: 0;
            background: white;
            border-bottom: 1px solid #674430;
        }
        
        .slide {
            width: 95%;
            height: auto;
        }
        
        video {
            max-width:100%;
        }
        
        #s1 {
            background: #6744301a;
        }
        
        

        #members-panel {
           
            text-align: center;
        }
        
        #members-panel a {
            display:block;
            margin:10px auto;
        }

        .f-row {
            display: flex;
            width:100%;
        }
        .f-row .col {
            width:33%;  
            padding: 20px;
        }
        .f-row .hp-col-1 {
            width:40%;  
        }
        .f-row .hp-col-2 {
            width:30%;  
            padding-right: 0;
        }

        .f-row .hp-col-3 {
            width:30%;  
            max-width:280px;
        }
        
        .hp-col-item {
            margin:0 20px 20px 20px;
        }
        
        .f-row .hp-col-2 .hp-col-item {
            background:#f5f5f5;
            padding:20px;
        }
        
        .f-row .hp-col-3 .hp-col-item {
             border-bottom: 1px solid #f0ecea;
            padding: 15px 0;
            margin:0 0 20px 0;
        }
        
        
        
        .hp-page h2 {
            font-size:18px;
            font-weight:normal;
            text-transform: uppercase;
        }
        
        .banner img {
            max-width: 100%;
        }
        
         ul.paging li {
            float:left;
            background: none;
        }