.content {
    width: 100%;
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

img.card-thumbail {
    width: 280px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    /transition: all .5s ease;
}

img.card-thumbail:hover {
    cursor: pointer;    
    background-size: 150% 150%;
}

/*Zoom in image*/
/.zoomin {    
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
     -ms-transition: all 1s ease;
         transition: all 1s ease;
  }
  .zoomin:hover {
    -webkit-filter: grayscale(80%);
  }
  


.article-card {
    width: 250px;
    float: left;
    padding-left: 37px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-bottom: 45px;
    height: 400px;
}


ul.list-anchor-links li {
    display: inline-block;
    background-color: #86ad50;
    width: 237px;
    height: 21px;
    padding-top: 7px;
    text-transform: uppercase;  
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease;  
}
ul.list-anchor-links li:hover {
    cursor: pointer;        
    background-color: #6d913b;  
   
}

ul.list-anchor-links {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

h1.article-header-title {
    color: #86ad50;
    font-weight: normal;
    font-family: HelveticaNeueLTStd-ThIt;
    font-size: 65px;
    border-bottom: 1px solid #000000;
    font-weight: normal;
    padding-bottom: 5px;
}

.anchor-links-container {
    margin-bottom: -8px;
    margin-top: -8px;
}

.anchor-links-container,
.view-all-article,
.anchor-link-bottom {
    position: relative;
    z-index: 10000;
}

#mobile-section-1,#mobile-section-2, #mobile-section-3, #mobile-section-4, #mobile-section-5{
    display: none;
}

ul.list-anchor-links li a {
color: #fff;
text-decoration: none;
font-family: helvmd;
font-weight: normal;
font-size: 16px;
line-height: 16px;
}

ul.list-anchor-links li a:hover {
color: #fff;
}

h2.article-header-subtitle {
    background: #eaf3df;
    height: 60px;
    color: #000;
    font-family: HelveticaNeueLTStd-ThIt;
    font-size: 42px;
    padding-left: 30px;
    padding-top: 10px;
    font-weight: normal;
}

.container-articles-card {
    margin-top: 50px;
    margin-left: -57px;
}

.container-articles-card-1, .container-articles-card-2, .container-articles-card-3, .container-articles-card-4, .container-articles-card-5 {
    margin-top: 6px;
    margin-left: -57px;  
    /transition: all 0.3s ease;
}

.expand {
    display: inline-block;
}

h3.article-card-title {
    font-family: HelveticaNeueLTStd-ThIt;
    font-size: 22px;
    color: #000;
    font-weight: normal;
    margin-top: 10px;
    text-align: left !important;
    width: 115%;
}
h4.article-card-ppi{
font-weight: bold;
font-style: normal;
color:#383838;
font-family: helvmd;
font-weight: normal;
font-size: 16px;
margin-top: -15px;
}

p.article-card-date{
font-weight: normal;
font-style: normal;
color: #383838;
margin-top: -22px;
margin-bottom: 8px;
font-family: helvrom;
font-size: 16px;
}
p.article-card-summary{
font-weight: normal;
font-style: normal;
color:#383838;
margin-top: -10px;
font-family: helvrom;
font-size: 16px;
text-align: left !important;

}

a.article-card-link:link{
color:#383838;
font-weight: bold;
font-family: helvmd;
font-weight: normal;
font-size: 16px;
margin-top: -13px;
}

a.article-card-link:hover{
color:#383838;
}

a.link-view-all:link, a.link-view-all:visited, a.link-view-all:active{
color:#86ae51;
font-weight: normal;
text-transform: uppercase;
margin-top: 0px;
text-align: center;
display: inline-block;
font-family: helvmd;
font-size: 16px;
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
-o-transition:color 0.5s ease-out;
transition: color 0.5s ease; 
}

a.link-view-all:hover{
 color:#6d913b;   
}

.view-all-article{
text-align: center !important;
font-size: 16px;
margin-top: 9px;
padding-top: 0px;
display: block;
margin: 0px auto;
}

ul.anchor-link-bottom{
display: block;
text-align: center;
padding-top: 20px;
}

ul.anchor-link-bottom li{
display:inline-block;
text-transform: Uppercase;
color:#383838;
font-weight:bold;
font-size: 16px;
padding-right: 30px;
}

ul.anchor-link-bottom li a{
text-decoration:underline;
font-family: helvmd;
font-size: 16px;
font-weight: normal;


}

ul.anchor-link-bottom li span{
text-decoration: none;
}

section#interviews{
padding-top:30px;
}

section{
outline: none;
border: none;
width: 100%;
}


@media screen and (max-width: 1200px) {
.content{
    margin: 0px;
    width: 100%;
    }

    .container-articles-card-1, .container-articles-card-2, .container-articles-card-3, .container-articles-card-4, .container-articles-card-5 {
        margin-top: 50px;        
        transition: all 0.3s ease;
    }

    .article-card {
        width: 250px;
        float: left;
        margin-bottom: 20px;
        margin-bottom: 45px;
        height: 430px;
        margin-right: 22px;
    }

    section {
        outline: none;
        border: none;
        width: 100%;
    }
    ul.list-anchor-links li {
        display: inline-block;
        background: #86ad50;
        width: 143px;
        height: 30px;
        padding-top: 7px;
        margin-right: 30px;
        text-transform: uppercase;
        margin-top: 10px;
    }
}

@media screen and (max-width: 995px) {
    .content{
        margin: 0px;
        width: 100%;
        }

        a.link-view-all:link, a.link-view-all:visited, a.link-view-all:active {
            color: #86ae51;
            font-weight: normal;
            text-transform: uppercase;
            margin-top:0px !important;
            text-align: center;
            display: inline-block;
            font-family: helvmd;
            font-size: 16px;
        }
        .container-articles-card-1, .container-articles-card-2, .container-articles-card-3, .container-articles-card-4, .container-articles-card-5 {
            margin-top: 50px;        
            transition: all 0.3s ease;
            margin-right: 20px;
        }  
    }
       
    
    @media screen and (max-width: 725px) {
        .content{
            margin: 0px;
            width: 100%;
            }

            .article-card {
                width: 100%;
                float: left;
                padding-left: 37px;
                margin-left: 20px;
                margin-bottom: 15px;
                height: 100%;
            }
    
            img.card-thumbail {
                width: 100%;
            }
            ul.anchor-link-bottom {     
                width: 100%;
                display: inline-block;
            }
            ul.anchor-link-bottom li {
                display: inherit;
                text-transform: Uppercase;
                color: #383838;
                font-weight: bold;
                font-size: 16px;
                padding-right: 30px;
                text-align: center;
                line-height: 30px;
            }
            ul.anchor-link-bottom li span {
                text-decoration: none;
                display: block;
            }

            ul.anchor-link-bottom li a {
                text-decoration: underline;
                font-family: helvmd;
                font-size: 16px;
                font-weight: normal;
                text-align: center;
            }

            ul.list-anchor-links{
                margin-bottom: 30px;
            }

            ul.list-anchor-links li a {
                margin-top: 20px !important;
                padding-top: 20px !important;                                    
            }


            a.link-view-all:link, a.link-view-all:visited, a.link-view-all:active {
                color: #86ae51;
                font-weight: normal;
                text-transform: uppercase;
                margin-top: 0px;
                text-align: center;
                display: inline-block;
                font-family: helvmd;
                font-size: 16px;
            }

            ul.list-anchor-links{
                width: 100%;
            }
        h3.article-card-title {
            width: 100%;
        }
    }

    /*Loader*/
    .loadCard{
        /animation: fadein 4s;
        /-moz-animation: fadein 4s; /* Firefox */
        /-webkit-animation: fadein 4s; /* Safari and Chrome */
        /-o-animation: fadein 4s; /* Opera */
    }

    /@keyframes fadein {
        from {
            opacity:0;
        }
        to {
            opacity:1;
        }
    }
    /@-moz-keyframes fadein { /* Firefox */
        from {
            opacity:0;
        }
        to {
            opacity:1;
        }
    }
    /@-webkit-keyframes fadein { /* Safari and Chrome */
        from {
            opacity:0;
        }
        to {
            opacity:1;
        }
    }
    /@-o-keyframes fadein { /* Opera */
        from {
            opacity:0;
        }
        to {
            opacity: 1;
        }
    }

    