body {
    font-family: soleil, Arial, Helvetica, sans-serif;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
    -webkit-box-shadow: 0 8px 6px -9px #999;
    -moz-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    margin-bottom: 20px;
}

#mobile-menu {
    align-self: center;
    padding-left: 0;
}

#mobile-menu .navbar {
    justify-content: flex-end;
}

#mobile-menu .navbar,
#mobile-menu .navbar-toggler {
    padding: 0;
}

#mobile-menu .navbar-toggler {
    border: none;
}

#mobile-menu .navbar-toggler:hover,
#mobile-menu .navbar-toggler:focus {
    background-color: transparent !important;
    outline: none !important;
}

#menu-icon {
    color: black;
}

#header-tabs {
    background-color: #62a744;
    margin: 0;
    font-weight: 700;
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    line-height: 23px;
    padding: 0;
    text-align: right;
}

#header-tabs > li > a {
    text-decoration: none;
    font-size: 14px;
    color: white;
}

#header-tabs > li {
    display: inline-block;
    padding: 8px 18px;
    text-transform: uppercase;
}

#ni-tag {
    display: none;
}

li#blog-tab {
    background-color: white;
}

li#blog-tab > a {
    color: #62a744;
}

#header-main {
    display: flex;
    align-items: flex-end;
    padding-top: 10px;
    padding-bottom: 15px;
}

#header-main > div {
    flex-basis: 33%;
}

#header-main .nav-section {
    padding: 15px;
}

#search-wrapper > form.search {
    display: none;
}

.search label {
    width: 100%;
    margin: 0;
}

.search .search-field {
    font-size: 14px;
    border-radius: 4px;
    padding: 6px 12px 6px 30px;
    width: 100%;
}

.search-icon {
    position: absolute;
    padding: 10px;
    z-index: 100;
}

#logo.nav-section {
    text-align: center;
}

#navbarNav {
    -webkit-box-shadow: 0 8px 6px -9px #999;
    -moz-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    background-color: #f0f2f0;
    position: absolute;
    z-index: 1000;
    top: 139px;
    width: 100%;
    padding: 10px 0 20px;
    border-bottom: solid 1px #62a744;
}

#mobile-search-wrapper {
    padding: 8px 24px 8px 0;
}

.horizontal-divider {
    border-bottom: solid 1px #cccccc;
    margin: 10px 14px;
    width: 150px
}

#nav-links {
    display: none;
}

.dropdown > a,
.dropdown:hover > a,
.nav-link > a,
.nav-link:hover > a {
    color: #62A945;
    text-decoration: none;
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    font-size: 14.5px;
    padding: 0 0 4px 0;
    margin: 0 14px 8px 14px;
}

.dropdown-toggle {
    font-weight: 700;
}

.dropdown-toggle::after {
    display: none;
}

li.vert-divider {
    flex-grow: 1;
    justify-content: flex-end;
    padding-bottom: 14px;
    margin-right: 14px;
}

.dropdown-menu-lg {
    max-width: 750px;
    padding: 1.5rem 1.5rem 2.28571rem;
}

.dropdown-menu-lg ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-lg li, .collapse li {
    list-style: none;
}

.dropdown-menu-lg a {
    display: block;
    padding: 3px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.dropdown-menu-lg > li ul > li > a:hover,
.dropdown-menu-lg > li ul > li > a:focus {
    text-decoration: none;
    color:#757575;
}

.dropdown-menu-lg .dropdown-category {
    font-size: 16px;
    font-weight: bold;
}

.dropdown-menu-lg .dropdown-header {
    color: #62A945;
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    white-space: pre-wrap;
    padding: 5px 3px;
}

.dropdown-menu-lg .sub-heading {
    font-weight: normal;
}

.dropdown-menu-lg .see-all {
    text-decoration: underline;
}

.one-col
{
	width: 250px;
}

.two-col
{
	width: 500px;
}

#archive-collapse {
    max-height: 250px;
    overflow-y: scroll;
}

#archive-collapse,
.mobile-nav-link {
    margin-left: 0;
}

.collapse ul {
    padding-left: 0;
}

.mobile-nav-link a {
    color: #333333;
    font-size: 14px;
}

#github-icon {
    color: #333333;
}

@media (max-width: 768px) {
    #logo img {
        max-width: 175px;
    }
}

@media (min-width: 768px) {
    #header-tabs {
        text-align: center;
    }

    #header-tabs  li {
        padding: 4px 18px;
    }

    #header-tabs > li > a {
        font-size: 16.8px;
    }

    #ni-tag {
        display: block;
        position: absolute;
        top: 3px;
        right: 10px;
        color: white;
        font-size: 14px;
        font-style: italic;
    }

    #mobile-menu, #navbarNav {
        display: none;
    }

    #header-main {
        padding-top: 30px;
        padding-bottom: 0;
        align-items: flex-start;
        flex-direction: row;
    }
    
    #header-main .nav-section {
        flex-basis: 33%;
        padding: 0;
    }

    #search-wrapper > form.search {
        display: block;
    }

    form.search {
        max-width: 200px;
    }

    #nav-links {
        display: flex;
        margin: 0;
    }
    
    #nav-links > li {
        display: inline-flex;
    }

    .nav-link {
        padding: 0;
    }

    .dropdown:first-child > a {
        margin-left: 0;
    }

    .dropdown-toggle, .nav-link > a {
        border-bottom: solid 2px white;
    }
    
    .dropdown:hover > a, .nav-link:hover > a {
        border-bottom: solid 2px #62A945;
    }
    
    .dropdown-menu {
        display: flex !important;
        visibility: hidden;
        max-height: 0;
        border-radius: 0;
        margin-top: -2px;
        background-color: #f0f2f0;
        font-size: 14px;
        border: none;
    }

    .dropdown-menu > li {
        display: inline-block !important;
    }

    .dropdown-menu li {
        opacity: 0;
    }

    .dropdown:hover .dropdown-menu li {
        opacity: 1;
    }
    
    .dropdown:hover .dropdown-menu {
        visibility: visible;
    }

    #archives-list {
        overflow-y: scroll;
    }
    
    .dropdown-menu.one-col {
        transition: max-height 250ms linear;
    }

    .dropdown-menu.one-col li {
        transition: opacity 250ms linear;
    }
    
    .dropdown:hover .dropdown-menu.one-col {
        max-height: 500px;
    }
    
    .dropdown-menu.two-col {
        transition: max-height 400ms linear;
    }

    .dropdown-menu.two-col li {
        transition: opacity 400ms linear;
    }
    
    .dropdown:hover .dropdown-menu.two-col {
        max-height: 800px;
    }
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

#featured-header {
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
}

.desktop-only, #featured-col-one.desktop-only {
    display: none;
}

#featured-col-one {
    flex-basis: 60%;
}

#featured-col-one, .featured-details {
    background-color: #15473480;
}

#featured-col-one img {
    width: 100%;
}

#featured-col-two {
    flex-basis: 40%;
}

.featured-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    justify-content: flex-end;
    border: solid white 3px;
}

.featured-wrapper a {
    color: white;
    text-shadow: 0 0 5px #222;
}

.featured-wrapper a:hover {
    color: #cccccc;
    text-decoration: none;
}

.featured-details {
    padding: 50px 40px;
}

.featured-details h3 {
    font-weight: 700;
    font-size: 32px;
}

#newsletter-banner {
    background-color: #eef0ee;
    justify-content: space-around;
    align-items: center;
    padding: 32px 32px 16px;
    overflow: hidden;
    margin: 50px 5px 60px;
    border-radius: 3px;
}

#newsletter-banner img {
    transform: scale(1.25);
}

#newsletter-banner h4 {
    font-weight: 700;
    color: #444444;
}

#triangles-wrapper {
    display: none;
    text-align: right;
}

#form-wrapper {
    padding: 16px 0 0;
}

._form_9._form_inline ._form-content {
    display: flex !important;
}

._form_9._form_inline #email {
    flex-basis: 75%;
}

._form_9._form_inline ._button-wrapper {
    flex-basis: 25%;
    margin-left: -5px;
    z-index: 1;
}

.section-heading {
    font-size: 32px;
    font-weight: 700;
    color: #444444;
    padding-bottom: 2px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-bottom: solid 8px #62A945;
}

.posts-container, .post-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#recent-posts {
    align-items: stretch;
    margin-left: -10px;
    margin-right: -20px;
}

#recent-posts .post {
    margin: 10px;
}

.posts-container .post-wrapper {
    flex-basis: 100%;
    margin-bottom: 40px;
}

.popular-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border: solid 1px #cccccc;
    border-radius: 6px;
}

.popular-post-wrapper.no-border {
    border: none;
}

.popular-post-wrapper p {
    font-size: 14px;
    width: 100%;
}

.popular-post-wrapper .thumbnail {
    flex-basis: 100%;
    height: 100px;
    margin-bottom: 10px;
}

.posts-container .post {
    height: 100%;
    background-color: #f0f2f0;
    /* border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc; */
    border-bottom: solid 6px green;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

.posts-container .image-wrapper {
    height: 200px;
    margin: 10px;
}

.posts-container .image-wrapper,
.thumbnail,
.hm-rel-post .image-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    background-size: cover;
}

.posts-container .content-wrapper {
    color: #333333;
    padding: 5px 20px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
}

.posts-container h4 {
    font-size: 22px;
}

.posts-container h4 a {
    color: #444444;
    font-weight: 700;
}

.posts-container .read-more-link {
    text-align: right;
    font-weight: 700;
    text-transform: uppercase;
}

.post .read-more-link a {
    color: #62A945;
}

.posts-container .date-posted {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-style: italic;
}

@media (max-width: 768px) {
    #featured-header {
        flex-wrap: wrap;
        padding: 0 50px;
    }

    #featured-header div {
        flex-basis: 100%;
    }

    .featured-wrapper {
        margin-bottom: 20px;
    }
}

@media (min-width: 560px) {
    .posts-container .post-wrapper {
        flex-basis: 50%;
    }

    .popular-post-wrapper {
        flex-basis: 48%;
    }
}

@media (min-width: 768px) {
    #newsletter-banner {
        justify-content: start;
        padding: 0;
    }

    #triangles-wrapper {
        display: block;
    }

    #form-wrapper {
        max-width: 550px;
    }
    
    .posts-container .post-wrapper {
        flex-basis: 33%;
    }

    .popular-post-wrapper {
        flex-basis: 40%;
    }

    .popular-post-wrapper .thumbnail {
        flex-basis: 30%;
    }

    .popular-post-details {
        flex-basis: 70%;
        padding-left: 15px;
    }

    .mobile-only {
        display: none;
    }

    .desktop-only, #featured-col-one.desktop-only {
        display: flex;
    }

    #featured-col-one .featured-details {
        flex-grow: 1;
        display: flex;
        align-items: center;
    }

    #featured-col-one {
        justify-content: space-between;
    }
}

/*--------------------------------------------------------------
# Archive Page
--------------------------------------------------------------*/
.page-title  {
    border: none;
    font-size: 32px;
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    text-transform: none;
}

.archive .page-header,
.archive.category .page-header,
.search .page-header {
    margin-bottom: 10px;
}

#sub-categories > .sub-category-link {
    
    border: solid #036937 2px;
    display: inline-block;
    font-weight: bold;
    color: #036937;
    padding: 6px 32px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
    
}

#sub-categories > .sub-category-link ~ .sub-category-link {
    margin-left: 15px;
    background: #f0f0f0;
}

.sub-category-link, .th-readmore {
    font-size: 12px;
    border-radius: 6px;
    line-height: 14px;
}

.th-readmore {
    font-family: soleil, Arial, Helvetica, sans-serif;
    padding: 8px 32px;
}

#sub-categories > .sub-category-link:active {
    color: #036937;
}

#sub-categories > .sub-category-link.current-category,
#sub-categories > .sub-category-link:hover,
.page-numbers {
    background: #036937;
    color: white !important;
    text-decoration: none;
}

.page-numbers.current,
.page-numbers.dots,
.page-numbers:hover {
    background: #333333;
}

.posts-wrap {
    align-items: stretch;
    justify-content: space-around;
    padding-top: 20px;
}

.post-wrapper.archive-post-wrapper {
    flex-basis: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.image-wrapper.archive-thumb {
    height: 275px;
}

.archive-post-wrapper .entry-header a:hover {
    color: #222222;
}

.archive-post-wrapper .cat-links {
    font-size: 14px;
    margin-bottom: 1rem;
}

.archive-post-wrapper .cat-links a,
.archive-post-wrapper .cat-links a:hover {
    color: #62A945;
}

.archive-post-wrapper .cat-links a:hover {
    text-decoration: underline;
}

.archive-post-wrapper .entry-title {
    font-size: 24px;
}

.archive-post-wrapper a.th-readmore {
    color: white;
}

.pagination {
    margin-bottom: 100px;
}

.pagination .nav-links {
    width: 100%;
}

.page-numbers {
    font-weight: normal;
}

.page-numbers:hover {
    text-decoration: none;
}

.page-numbers, .page-numbers.current {
    font-size: 14px;
    border-radius: 6px;
    padding: 8px 16px;
    margin-bottom: 6px;
}

@media screen and (min-width:768px){
    .post-wrapper.archive-post-wrapper {
        flex-basis: 42%;
    }
}

/*--------------------------------------------------------------
# Article Page
--------------------------------------------------------------*/

.hitmag-single .breadcrumbs {
    color: #888888;
    font-size: 14px;
    margin-bottom: 20px;
}

.hitmag-single .breadcrumbs a,
.hitmag-single .breadcrumbs i {
    /* font-weight: bold; */
}

.hitmag-single .breadcrumbs-sep {
    padding: 0 5px;
}

.hitmag-single .entry-title {
    color: #3A3C3A;
}

.hitmag-single .breadcrumbs a,
.hitmag-single .entry-content a,
.hitmag-single .entry-meta a,
.hitmag-single .entry-meta a:hover,
.post-navigation .post-title,
.post-navigation .post-title:hover,
.hm-author-content .author-posts-link ,
.hm-author-content .author-posts-link:hover,
#comments a,
#comments a:hover,
.hm-rel-post .post-title a,
.hm-rel-post .post-title a:hover {
    color: #62A945;
}

.hitmag-single .entry-meta {
    font-weight: normal;
}

.hitmag-single .cat-links a,
.hm-edit-link a.post-edit-link,
#comments a.comment-reply-link,
#commentform .submit,
.hm-tags-links a,
.hm-tags-links .hm-tagged {
    border-radius: 4px;
}

.hm-edit-link a.post-edit-link,
#comments a.comment-reply-link,
#commentform .submit {
    line-height: 14px;
}

.comment .edit-link {
    float: right;
}

.hm-edit-link a.post-edit-link,
#comments a.comment-reply-link,
.hm-tags-links a,
#commentform .submit {
    color: white;
    padding: 8px 32px;
}

#commentform input[type="submit"] {
    background-color: #62A945;
}

.hm-edit-link a.post-edit-link,
#comments a.comment-reply-link,
.hm-tags-links a,
#commentform input[type="submit"]:hover {
    background-color: #036937;
}

.hm-edit-link a.post-edit-link:hover,
#comments a.comment-reply-link:hover,
#commentform .submit:hover,
.hm-tags-links a:hover,
.hm-tags-links .hm-tagged {
    background-color: #222222;
    text-decoration: none;
}

.hm-tags-links .hm-tagged,
.hm-tags-links a {
    padding: 2px 16px;
    margin: 5px 5px 0 0;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex-basis: 48%;
    padding: 20px;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    text-decoration: none;
}

.post-navigation .post-title:hover {
    text-decoration: underline;
}

.post-navigation .nav-previous,
.post-navigation .nav-next,
#secondary,
.hm-rel-post .image-wrapper {
    border: solid 1px #cccccc;
}

.hm-rel-post .image-wrapper {
    border-radius: 3px;
}

.hm-rel-post .image-wrapper,
.hm-related-posts {
    margin-bottom: 0;
}

.hm-related-posts > div {
    padding: 30px 25px 0;
}

.hm-related-posts > .wt-container {
    color: white;
    padding: 4px 25px;
}

.hm-related-posts > .wt-container > .widget-title {
    border-bottom: none;
    margin-bottom: 0;
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    font-size: 1rem
}

#secondary {
    margin-top: 15px;
    border-bottom: solid 6px green;
}

#secondary .wt-container {
    background: #62A945;
}
 
.hmrp-container {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.hm-rel-post {
    width: 100%;
    margin-bottom: 3rem;
}

.hm-rel-post .image-wrapper {
    display: block;
    height: 150px;
}

.hm-rel-post .post-title {
    font-weight: bold;
}

.hm-rel-post .post-title,
.hm-rel-post p {
    text-align: left;
}

.hm-rel-post .post-title {
    margin-top: 10px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    background-color: #f0f2f0;
    font-family: soleil, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 3rem 0 2rem 0;
    margin-bottom: -20px;
    margin-top: 20px;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
}

.footer-info-col {
    padding: 0 0.75rem;
    margin-bottom: 3rem;
    color: #757575;
}

.footer-info-col, .footer-info-heading {
    font-size: 14px;
}

.footer .footer-links .footer-info-col a {
    color: #757575;
    text-decoration: none;
}

.footer .footer-links .footer-info-col a:hover {
    color: #222222;
}

.footer .footer-links .footer-info-col h5,
.footer .footer-links .footer-info-col h5>a {
    color: #62A945;
}

.footer .footer-links .footer-info-col h5>a:hover {
    color: #036937;
}

.footer .footer-links .footer-info-col h5 {
    margin-top: 0;
    font-family: azo-sans-web, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.footer .footer-links .footer-info-col ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer .footer-links .footer-info-col address {
    margin: 0;
}

.footer .footer-links .social {
    margin: 0;
}

.footer .footer-links .social .socialLinks-item {
    font-size: 20px;
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem;
}

.footer .footer-links .social .socialLinks-item a {
    color: #222;
}

.footer .footer-links .social .socialLinks-item a:hover {
    color: #757575;
}

.footer .footer-links .social li {
    display: inline;
}

.footer #contact-us-links {
    margin-bottom: 1.5rem;
}

@media screen and (min-width:768px){
    .footer{
        text-align: left;
    }
    .footer .social{
        text-align: right;
    }
}