﻿

/*Adobe Type fonts*/
@import url(https://use.typekit.net/gxs6mtr.css);

* {
    box-sizing: border-box;
}

body {
    font-family: 'foco',Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size:12pt;
}


.rego-rule {
    font-size: 10pt;
    width: 245px!important;
    float: left;
    padding: 2px;
}
/* Float three columns side by side */
.column {
    float: left;
    /*width: 30%;*/
    padding: 0 0px;
    margin-top: 10px;
    height: 495px;
    text-align: center;
    border-color: #93d50a;
    border-style: solid;
    border-width: 2px;
    /*margin-left: 30px;*/
    position: relative;
}
.tag {
    background-color: #93d50a;
    color: #fff;
    text-align: left;
    margin-top: -10px;
    padding-left: 8px;
}
/* Remove extra left and right margins, due to padding in columns */
.row {
    margin: 0 -5px;
}

    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: table;
        clear: both;
    }

/* Style the counter cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    padding: 16px;
    text-align: center;
    height: 450px;
    /*background-color: #f1f1f1;*/
    background-color: white;
    border: 2px solid #f1f1f1;
}

.news-desc {
    font-size:small;
    min-height:90px;
}

.read-more {
    position: absolute;
    left: 8px;
    bottom: 8px;
    font-weight: bold;
}

.readmore {
    font-family:Museo-300;
}
.newshortdesc {
    font-family: Museo-300;
}
/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 768px) {
    .column {
        /*width: 100%;*/
        display: block;
        margin-bottom: 20px;
        margin-left: 2px;
        margin-right: 2px;
        margin-top: 15px;
        height: 570px;
    }
}
