body {
    margin:0;
}
.content {
    min-height:100px;
    padding-top:50px;
    padding-bottom:50px;
}
.content_column {
    min-height:100px;
    margin:0 auto;
    width:100%;
    padding-left:15px;
    padding-right:15px;
}
.content_column_row {
    margin-left: -15px;
    margin-right: -15px;
}
.post-item {
    padding-left: 15px;
    padding-right:15px;
}
.post-content {
    min-height: 222px;
}
.column_1 {
    float: none;
    min-height: 100px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
}
.post-list {
    min-height: 100px;
    width: 100%;
    padding-left:15px;
    padding-right:15px;
    float:left;
}
.row_post {
    clear: both;
    min-height: 100px;
    margin-right:-15px;
    margin-left:-15px;
    font-size: 13px;
}



.column_2 {
    float: left;
    width: 100%;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    font-size:13px;
    font-weight:400;
}
.column_3 {
    float: left;
    width: 100%;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    text-align:right;
    font-weight:400;
}
h1.heading1 {
    border-bottom:1px none transparent;
    padding-bottom:10px;
    font-size:28px;
    font-weight:400;
    border-color:transparent;
    border-style:none;
    border-width:0px;
}
div .navigation {
    margin-top: 30px;
}
span.span6 {
    font-size: 13px;
}
span.span8 {
    font-size: 13px;
}
.column_2 span {
    font-size: 13px;
}
span.span9 {
    font-size: 13px;
}
.column_2 a {
    color: #9BCB43;
}
@media only screen and (min-width : 768px) {
    .content_column {
        width: 90%;
    }
    .content_column_row {
        width: auto;
    }
    .column_1 {
        float: left;
        min-height: 100px;
        width: 16.6667%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
    }
    .post-list {
        width: 75%;
    }
    .content {
        min-height: 398px;
    }
    .post-item {
        width: 75%;
    }
    .row_post {
        clear: both;
        min-height: 43px;
        margin-left:-15px;
    }
    .column_2 {
        float: left;
        width: 66.6667%;
        min-height: 23px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .column_3 {
        float: left;
        width: 33.3333%;
        min-height: 23px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .row_search {
        clear: both;
        min-height: 100px;
        width: auto;
    }
}
@media only screen and (min-width : 1024px) {
    .content_column {
        width: 80%;
        max-width:1232px;
    }
    .content_column_row {
        width: auto;
    }
    .column_1 {
        float: left;
        min-height: 561px;
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .post-list {
        width: 75%;
    }
    .content {
        min-height: 398px;
    }
    .post-item {
        width: 75%;
        float:left;
    }
    .row_post {
        clear: both;
        min-height: 43px;
        margin-left:-15px;
    }
    .row_search {
        clear: both;
        min-height: 100px;
        width: auto;
    }
}



.sidebar {
    float: none;
    min-height: 200px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    padding-top:15px;
   
}
.sidebar a {
    color:#333333;
    line-height: 220%;
    font-weight:400;
    font-size:18px;
    transition:all 0.4s linear 0s;
    text-decoration:none;
}
.sidebar a:visited {
    color: #0B679C;
}
.sidebar a:hover {
    color: #2186C4;
    transition:all 0.2s ease-out 0s;
}
.row_29 {
    clear: both;
    min-height: 100px;
}
.widget .searchform #s {
    width: 100%;
    border-style:solid;
    padding-left:40px;
    display:inline-block;
    min-height:42px;
    border-width:1px;
    border-color:#E0E0E0;
    background: #fff url(images/searchIcon_normalState.png) no-repeat scroll 8px 10px;
    color:#666;
    outline:0;
    margin-top:0;
    transition:all .4s linear 0s;
    text-transform:uppercase;
}
.widget .searchform {
    min-height: 44px;
    margin-top:0em;
}

.widget .searchform input {
    display: none;
}

.widget .searchform #s:hover {
  border-color: #9BCB43;
}

.widget > ul {
    padding-left:0px;
    min-height: 30px;
    list-style:none;
}

.widget > .widgettitle {
    font-size: 24px;
    font-weight:400;
    margin-top:30px;
    margin-bottom:0px;
    padding-bottom:18px;
    border-bottom:0px solid rgb(224, 224, 224);
    color:#3D3D3D;
    text-transform:uppercase;
    position:relative;
}

.widget .widgettitle:before {
    content: "";
    width: 41px;
    height: 3px;
    background-color: #2186C4;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
}

.widget > ul > li {
    padding-top: 10px;
    padding-bottom:10px;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#E0E0E0;
    font-weight:300;
    font-family:Source Sans Pro, sans-serif;
    font-size:18px;
}

.widget > ul > li a :active {
    color: #2186C4;
}

@media only screen and (min-width : 768px) {
    .sidebar {
        float: left;
        min-height: 700px;
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
        
        border-left-color:#E0E0E0;
        border-left-width:1px;
        border-left-style:solid;
    }
    .row_29 {
        clear: both;
        min-height: 100px;
    }
    .widget .searchform #s {
        min-height:42px;
        border-style:solid;
        padding-left:40px;
    }
    .widget .widget_archive ul {
        min-height: 30px;
    }
    
    .widget > ul {
        list-style:none;
    }

    .widget .widgettitle:before {
        left: 0;
    }
}
@media only screen and (min-width : 1024px) {
    .sidebar {
        float: left;
        min-height: 700px;
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .row_29 {
        clear: both;
        min-height: 20px;
        margin-top:0;
        padding-top:0;
    }
    .widget .searchform #s {
        border-style:solid;
        padding-left:40px;
    }
    .widget .widget_archive ul {
        min-height: 30px;
    }
    .widget > ul {
        padding-left: 30px;
        list-style:circle none;
    }
}