p.has-drop-cap:not(:focus)::first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap:not(:focus)::after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

button {
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 1
}

@media (hover: hover) {
    button:hover {
        opacity: .8
    }
}

@font-face {
    font-family: flexslider-icon;
    src: url('../fonts/flexslider-icon.eot');
    src: url('../fonts/flexslider-icon.eot') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

a, article, aside, b, body, center, div, figure, footer, form, h1, h2, h3, h4, header, html, i, img, li, nav, p, span, u, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, figure, footer, header, nav {
    display: block
}

ul {
    list-style: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none
}

body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 2;
    background: #f7f7f7;
    word-wrap: break-word
}

.fullbg .custom-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.mh-container, .mh-container-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative
}

.mh-container-outer {
    margin: 25px auto;
    -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, .17);
    -moz-box-shadow: 0 0 10px rgba(50, 50, 50, .17);
    box-shadow: 0 0 10px rgba(50, 50, 50, .17)
}

.mh-wrapper {
    padding: 25px;
    padding-top: 70px;
    background: #fff
}

.mh-content {
    width: 100%;
    overflow: hidden
}

.mh-sidebar {
    width: 31.66%;
    float: left
}

.mh-right-sb #main-content {
    float: left;
    margin-right: 2.5%
}

.mh-navigation li, .mh-share-button {
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out
}

.mh-row [class*=mh-col-]:first-child {
    margin: 0
}

[class*=mh-col-] {
    float: left;
    margin-left: 2.5%;
    overflow: hidden
}

.mh-col-1-3 {
    width: 31.66%
}

.mh-col-1-4 {
    width: 23.12%
}

.clearfix {
    display: block
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0
}

h1 {
    font-size: 32px;
    font-size: 2rem
}

h2 {
    font-size: 24px;
    font-size: 1.5rem
}

h3 {
    font-size: 20px;
    font-size: 1.25rem
}

h4 {
    font-size: 18px;
    font-size: 1.125rem
}

h1, h2, h3, h4 {
    font-family: sans-serif;
    color: #000;
    line-height: 1.3;
    font-weight: 700
}

b {
    font-weight: 700
}

i {
    font-style: italic
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #065f08
}

.entry-content ul {
    list-style: square
}

.entry-content ul {
    margin: 0 0 20px 40px;
    margin: 0 0 1.25rem 2.5rem
}

.mh-preheader {
    background: #065f08
}

.mh-header-bar-content {
    overflow: visible
}

.mh-header-bar-top-right {
    float: right
}

.mh-header {
    background: #fff
}

.mh-navigation {
    text-transform: uppercase
}

.mh-navigation li {
    float: left;
    position: relative;
    font-size: 11px
}

.mh-navigation li:hover {
    background: #2a2a2a
}

.mh-navigation li a {
    display: block;
    color: #fff
}

.mh-main-nav-wrap {
    background: #2a2a2a
}

.mh-main-nav li {
    font-size: 14px;
    font-weight: 700
}

.mh-main-nav li:hover {
    background: #065f08
}

.mh-main-nav li:hover>a {
    color: #fff
}

.mh-main-nav li a {
    padding: 10px 20px;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.mh-main-nav li:first-child a {
    border: none
}

.mh-footer-nav {
    background: #065f08
}

.mh-footer-nav li a {
    line-height: 1;
    padding: 10px 20px
}

.mh-footer-nav ul {
    float: right
}

.entry-header {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.entry-header .entry-title {
    padding-bottom: 10px;
    padding-bottom: .625rem
}

.mh-meta {
    font-size: 13px;
    font-size: .8125rem
}

.mh-meta {
    color: #979797
}

.entry-thumbnail {
    max-width: 1030px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.entry-thumbnail img {
    width: 100%
}

.entry-content p {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.entry-content a {
    font-weight: 600;
    color: #065f08
}

.entry-content a:hover {
    color: #065f08;
    text-decoration: underline
}

.mh-footer {
    font-size: 13px;
    font-size: .8125rem;
    color: #fff;
    padding: 25px 25px 0;
    background: #2a2a2a
}

.mh-footer a, .mh-footer a:hover {
    color: #f7f7f7
}

.mh-copyright-wrap {
    padding: 10px 25px;
    border-top: 3px solid rgba(255, 255, 255, .3);
    background: #2a2a2a
}

.mh-copyright {
    font-size: 12px;
    font-size: .75rem;
    color: #999
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

input {
    font-size: 12px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    vertical-align: middle;
    background: #f5f5f5;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

input[type=submit] {
    display: inline-block;
    min-width: 150px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #065f08;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    border: 0;
    -webkit-appearance: none
}

input[type=submit]:hover {
    background: #2a2a2a
}

textarea {
    width: 96%;
    line-height: 1.5;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #f5f5f5
}

.mh-share-buttons {
    margin-bottom: 25px;
    overflow: hidden
}

.entry-content .mh-share-buttons a, .entry-content .mh-share-buttons a:hover {
    color: #fff
}

.mh-share-buttons .fa {
    display: inline-block;
    font-size: 20px
}

.mh-share-button {
    float: left;
    width: 20%;
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    opacity: .7
}

.mh-share-button:hover {
    opacity: 1
}

.mh-facebook span {
    background: #3e64ad
}

.mh-twitter span {
    background: #6aadd1
}

.mh-pinterest span {
    background: #de010d
}

.mh-googleplus span {
    background: #cd3627
}

.mh-email span {
    background: #ccc
}

.mh-back-to-top {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    padding: 5px 8px 8px;
    color: #fff;
    background: #065f08;
    z-index: 999
}

.mh-back-to-top:hover {
    color: #fff
}

.mh-back-to-top .fa {
    font-size: 24px
}

.mh-footer-widget, .mh-widget {
    margin-bottom: 5px;
    overflow: hidden
}

.mh-widget-title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-transform: uppercase
}

.mh-widget-layout2 .mh-widget-title {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    background: #065f08
}

.mh-custom-posts-item {
    padding: 20px 0;
    border-bottom: 1px dotted #ebebeb
}

.mh-custom-posts-item:first-child {
    padding-top: 0
}

.mh-custom-posts-thumb {
    float: left;
    margin-right: 15px
}

.mh-custom-posts-small-title {
    margin-bottom: 5px;
    margin-bottom: .3125rem
}

.mh-custom-posts-small-title {
    font-weight: 700;
    line-height: 1.3
}

.mh-custom-posts-small .mh-meta {
    font-size: 11px;
    font-size: .6875rem
}

.mh-custom-posts-header {
    overflow: hidden
}

@media screen and (max-width:1475px) {
    .mh-boxed-layout .mh-container {
        width: 95%
    }

    .mh-boxed-layout .mh-container-inner {
        width: 100%
    }
}

@media screen and (max-width:1120px) {
    .mh-container-inner {
        width: 100%
    }

    .mh-main-nav li {
        font-size: 12px
    }

    .mh-footer-nav li a, .mh-main-nav li a {
        padding: 10px 15px
    }
}

@media screen and (max-width:900px) {
    #mh-mobile .mh-container {
        width: 100%
    }

    .mh-container-outer {
        margin: 0 auto
    }

    .mh-footer {
        padding: 20px 20px 0
    }

    .mh-copyright {
        text-align: center
    }

    .mh-footer-widget, .mh-widget {
        margin-bottom: -20px
    }

    #mh-mobile .mh-footer-area {
        width: 31.66%
    }

    .mh-footer-4 {
        display: none
    }

    .mh-widget-col-1 .mh-custom-posts-small-title {
        font-size: 13px;
        font-size: .8125rem
    }
}

@media screen and (max-width:767px) {
    .fullbg .custom-background {
        background-size: auto
    }

    #mh-mobile .mh-footer-area, .mh-content, .mh-header-bar-content, .mh-right-sb #main-content, .mh-sidebar {
        float: none;
        width: 100%;
        margin: 0
    }

    .entry-title {
        font-size: 24px;
        font-size: 1.5rem
    }

    .mh-sidebar {
        margin-top: 20px
    }

    .mh-footer-4 {
        display: block
    }

    #mh-mobile .mh-custom-posts-small-title {
        font-size: 14px;
        font-size: .875rem
    }
}

@media screen and (max-width:620px) {
    input[type=text] {
        width: 88%
    }

    [class*=mh-col-] {
        float: none;
        width: 100%;
        margin: 0
    }

    .entry-content ul {
        margin: 0 0 20px 20px;
        margin: 0 0 1.25rem 1.25rem
    }
}

.comments-block h2 {
    font-size: 30px;
    margin-bottom: 25px
}

.comment-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 16px
}

.comment-image {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px
}

.comment-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between
}

.comment-name {
    font-weight: 700
}

.comment-date {
    color: gray
}

.comment-text {
    width: 100%
}

.comment-text img {
    display: block;
    margin-top: 10px
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont_v_4_6_3.eot);
    src: url(../fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../fonts/fontawesome-webfont_v_4_6_3.woff2) format('woff2'), url(../fonts/fontawesome-webfont_v_4_6_3.woff) format('woff'), url(../fonts/fontawesome-webfont_v_4_6_3.ttf) format('truetype'), url(../fonts/fontawesome-webfont_v_4_6_3.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-google-plus:before {
    content: "\f0d5"
}