/*****
Theme Name: MH Newsdesk
Theme URI: http://www.mhthemes.com/themes/mh/newsdesk/
Author: MH Themes
Author URI: http://www.mhthemes.com/
Description: MH Newsdesk is a modern and dynamic news WordPress theme with great flexibility and powerful features. This advanced news template is ideal for up-to-date online newspapers, brilliant news magazines and all kind of other vibrant news websites. Styled in flat design MH Newsdesk WordPress Theme is focusing on your newsworthy and fresh content.
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mh-newsdesk
Domain Path: /languages/
Tags: two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, theme-options, threaded-comments, full-width-template, translation-ready, rtl-language-support
*****/

/***** CSS Reset based on the work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0 *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ticker-item-date {
    display: none;
    visibility: hidden;
}

.ticker-item-separator {
    display: none;
    visibility: hidden;
}

/***** NM Ads *****/

.side-box {
    width: 300px;
    padding: 10px;
    padding-left: 30px;
    padding-bottom: 0px;
    border: 1px solid #bcbdbf;
    margin-bottom: 10px;
    background: #fff;
    display: inline-block;
    clear: both;
}

.ad-column {
    float: left;
    width: 140px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.company-ad {
    max-height: 100px;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
}

.company-ad img {
    max-height: 100px;
}

.company-ad img a {
    display: flex;
    align-items: center;
}

.company-ad#companylogo1 {
    position: absolute;
    left: 0;
    top: 0;
}

.company-ad#companylogo2 {
    position: absolute;
    right: 0;
    top: 0;
}

.appointments-section {
    padding-top: 10px;
}

.appointments-thumbnail {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
    width: 25%;
}

.appointments-content {
    float: left;
    width: 70%;
}

.jobboard {
    border: 1px solid #9d8e51;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.jobboard h4 {
    color: #ffffff;
    background-color: #9d8e51;
}

.jobboard div {
    margin: 0;
    padding: 0.35em 0.75em;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.jobboard li {
    list-style-type: none;
    margin-left: -10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #313031;
}

.jobboard #jb_more {
    font-size: 12px;
    padding: 0 9px;
    margin-top: -12px;
}

/***** Animation *****/

#mh-wrapper,
h1,
h2,
h3,
h4,
h5,
h6,
.search-form input,
.header-sub li a,
.widget-list li,
.cat-item,
.page_item,
.sb-widget .menu-item,
.footer-widgets .menu-item,
.social-nav ul li a,
a,
.button span,
.social-button span,
.main-nav li {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/***** Structure *****/

html {
    font-size: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body {
    font-family: 'PT Serif', Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    word-wrap: break-word;
    background: #ffffff;
}

body.custom-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#mh-wrapper {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px 20px;
    overflow: hidden;
    background: #fff;
}

#mh-wrapper-content {
    width: 90%;
    max-width: 1180px;
    overflow: hidden;
    background: #fff;
}

.wrapper-inner {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}

#main-content {
    display: block;
    width: 65.83%;
    overflow: hidden;
}

.mh-sidebar,
.home-sidebar {
    display: block;
    float: left;
    width: 31.66%;
}

.mh-right-sb #main-content {
    float: left;
    margin-right: 2.5%;
}

.mh-left-sb #main-content {
    float: right;
    margin-left: 2.5%;
}

.mh-section {
    clear: both;
    padding: 0;
    margin: 0;
}

.mh-separator {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: 0;
    border-bottom: 1px dotted #cdcdcd;
}

.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

/***** Typography *****/

h1 {
    font-size: 36px;
    font-size: 2.25rem;
}

h2 {
    font-size: 28px;
    font-size: 1.75rem;
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
}

h4 {
    font-size: 20px;
    font-size: 1.25rem;
}

h5 {
    font-size: 16px;
    font-size: 1rem;
}

h6 {
    font-size: 14px;
    font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-weight: 400;
    color: #1f1e1e;
}

b,
strong {
    font-weight: 900;
}

i,
em {
    font-style: italic;
}

small {
    font-size: 8px;
    font-size: 0.5rem;
}

big {
    font-size: 20px;
    font-size: 1.25rem;
}

pre,
code {
    font-family: 'Consolas', Courier New, Courier, monospace;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
}

pre {
    padding: 20px;
    padding: 1.25rem;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -webkit-pre-wrap;
}

kbd {
    padding: 0px 6px;
    padding: 0rem 0.375rem;
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 0.1875em;
    -moz-border-radius: 0.1875em;
    -moz-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
    -webkit-border-radius: 0.1875em;
    -webkit-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
    box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
    text-shadow: 0 0.0625em 0 #fff;
}

blockquote {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #005a8c;
    margin: 10px 20px 20px 20px;
    padding: 20px 20px 0 20px;
    padding: 1.25rem 1.25rem 0 1.25rem;
    border-left: 5px solid #005a8c;
    display: inline-block;
}

sup {
    vertical-align: super;
    font-size: 10px;
    font-size: 0.625rem;
}

sub {
    vertical-align: sub;
    font-size: 10px;
    font-size: 0.625rem;
}

abbr,
acronym {
    border-bottom: 1px dashed;
    cursor: help;
}

cite {
    color: #9a9b97;
}

address {
    font-family: 'Courier new';
    line-height: 1.5;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

a {
    text-decoration: none;
    color: #1f1e1e;
}

a:hover {
    color: #005a8c;
}

.cp-thumb-xl img {
    display: none;
    visibility: hidden;
}

/***** Default Google Fonts *****/

.header-nav,
.header-sub,
h1,
h2,
h3,
h4,
h5,
h6,
.breadcrumb,
.footer-bottom,
.widget-list li,
.cat-item,
.page_item,
.menu-item,
.button,
.commentlist .vcard,
.pagination,
.mh-share-buttons {
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
}

/***** Columns *****/

.mh-col {
    display: block;
    float: left;
    margin-left: 2.5%;
}

.mh-col:first-child {
    margin-left: 0;
}

.mh-group:before,
.mh-group:after {
    content: '';
    display: table;
}

.mh-group:after {
    clear: both;
}

.mh-1-2 {
    width: 48.75%;
}

.mh-2-3 {
    width: 65.83%;
}

.mh-1-3 {
    width: 31.66%;
}

.mh-3-4 {
    width: 74.375%;
}

.mh-1-4 {
    width: 23.125%;
}

.home-2,
.home-3 {
    width: 48.07%;
}

.home-3 {
    margin-left: 3.86%;
}

/***** Header *****/

.TNM-header-ad {
    text-align: center;
    padding: 10px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.header-top {
    background-color: #201e1e;
    line-height: 1;
}

.mh-header {
    margin-bottom: 10px;
}

.header-logo-full {
    float: none;
    width: 100%;
}

.logo-wrap {
    text-align: center;
}

.logo-title {
    font-size: 42px;
    font-size: 2.625rem;
    color: #005a8c;
    font-weight: 700;
    text-transform: uppercase;
}

.logo-tagline {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
}

.header-sub {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    overflow: hidden;
    background: #fdf5e1 !important;
}

/***** News Ticker *****/

.news-ticker {
    height: 33px;
    font-size: 12px;
    line-height: 33px;
    overflow: hidden;
}

.ticker-title {
    float: left;
    color: #fff;
    padding: 0 10px;
    background: #005a8c;
}

.ticker-item {
    display: block;
    padding: 0 10px;
    overflow: hidden;
}

.ticker-item-separator {
    margin: 0 3px;
}

/***** Navigation *****/

.header-nav {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.header-top .wrapper-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.header-top .membership-menu {
    display: flex;
    align-items: center;
}

.header-nav #menu-header {
    display: flex;
}

.header-nav li {
    position: relative;
    border-left: 1px solid #424242;
}

.header-nav li:hover {
    background-color: #373535;
}

.header-nav li:last-of-type {
    position: relative;
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
}

.header-nav li.menu-item.mobile-menu-item::before {
    position: absolute;
    opacity: 0;
    color: #fff;
    font-size: 20px;
}

.header-nav li.menu-item-has-children {
    display: flex;
    align-items: center;
    padding-right: 24px;
    position: relative;
}

.header-nav li.menu-item-has-children>a {
    padding-right: 0;
}

.header-nav li.menu-item-has-children .icon {
    color: #fff;
    position: absolute;
    right: 7px;
    transition: all 0.5s;
    top: 10px;
}

.header-top .toggle-container {
    cursor: pointer;
    border-left: 1px solid #424242;
}

.header-top .toggle-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.header-top .toggle-container .icon {
    color: #ffffff;
    padding: 8px;
}

.header-top .toggle-container input:hover~.icon {
    background-color: #373535;
}

.toggle-container input[type='checkbox']:checked~.icon {
    background-color: #ab9f60;
}

#membership-menu-nav,
#user-menu-nav {
    display: none;
    height: 0;
    transition: all 0.25s;
    position: absolute;
    top: 32px;
    right: 3px;
    background-color: white;
    box-shadow: 0px 3px 5px 0px #00000026;
    width: 300px;
    z-index: 100;
    border-radius: 0 0 5px 5px;
    opacity: 1;
    height: 0;
    overflow: hidden;
}

#membership-menu-nav.display,
#user-menu-nav.display {
    display: block;
}

#membership-menu-nav.display ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#user-menu-nav.display a {
    border-bottom: 1px solid #ecebeb;
    display: block;
    color: #413f3f;
}

#user-menu-nav.display a::before {
    position: absolute;
    right: 15px;
    top: 15px;
}

#user-menu-nav.display a:last-of-type {
    border-bottom: none;
}

#user-menu-nav.display a {
    text-transform: uppercase;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    z-index: 100;
    display: block;
    transition: none;
}

#user-menu-nav.display a:hover {
    background-color: #ecebeb;
    color: #413f3f;
}

#membership-menu-nav.display ul .menu-item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 15px;
}

#membership-menu-nav.display ul .menu-item a {
    text-align: center;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

#membership-menu-nav.display ul .menu-item::before {
    display: block;
    font-size: 32px;
    margin: 0 auto 8px;
    text-align: center;
}

.header-nav li.disabled {
    pointer-events: none;
    cursor: default;
}

.header-nav li.disabled a {
    color: #c9c9c9;
}

.header-nav li:first-child {
    border: none;
}

.header-nav li a {
    display: block;
    color: #fff;
    padding: 10px 7.5px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.header-nav ul li.menu-item-has-children:hover>ul {
    display: block;
    background: #ffffff;
    width: 200px;
    z-index: 9999;
    box-shadow: 0px 3px 5px 0px #00000026;
    top: 32px;
    left: -2px;
}

.header-nav ul ul {
    display: none;
    position: absolute;
}

.header-nav ul li.menu-item-has-children ul li {
    border: none;
}

.header-nav ul li.menu-item-has-children ul li:hover {
    background-color: #ecebeb;
}

.header-nav ul li.menu-item-has-children ul li a {
    color: #413f3f;
    padding: 10px;
    font-weight: 400;
}

.header-nav ul ul ul {
    left: 100%;
    top: 0;
}

/* Mobile for header */
.header-nav-mobile,
.header-top .slicknav_menu {
    display: none;
}

.header-top .slicknav_menu .slicknav_btn:hover,
.header-top .slicknav_menu .slicknav_btn.slicknav_open {
    background-color: #ab9f60;
}

.header-top .slicknav_menu .slicknav_icon {
    font-family: 'Font Awesome Kit';
}

.header-top .slicknav_menu .slicknav_icon span {
    display: none;
}

.header-top .slicknav_menu .slicknav_icon::before {
    content: '\e000';
    background-color: #fff;
    font-size: 20px;
    color: #ab9f60;
    border-radius: 3px;
}

.header-top .slicknav_menu .slicknav_nav {
    z-index: 100;
    width: 100%;
    left: 0;
}

.header-top .slicknav_menu .slicknav_nav .menu-item {
    position: relative;
}

.header-top .slicknav_menu .slicknav_nav .menu-item::before {
    position: absolute;
    padding: 15px;
    right: 0;
}

.header-nav li.mobile-none {
    display: block;
}

.header-nav-wrapper {
    display: flex;
}

/* Main nav */
.main-nav-wrapper {
    margin: 0 10px;
    background-color: #201e1e;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 3px 5px 0px #00000026;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
}

.main-nav {
    text-transform: uppercase;
}

.main-nav .menu {
    display: flex;
    align-items: baseline;
    margin-left: 10px;
}

.main-nav li {
    position: relative;
}

.main-nav li.menu-item.nav-btn a {
    background-color: #9d8e51;
    padding: 5px 6px;
    border-radius: 3px;
    margin-left: 6px;
}

.main-nav li.menu-item.nav-btn:hover a {
    background-color: #cdc384;
    color: #fff;
}

.slicknav_nav li a {
    font-size: 0.75rem;
}

.slicknav_nav li.menu-item.nav-btn {
    padding: 5px 9px;
    margin-left: 0;
}

.slicknav_nav li.menu-item.nav-btn a {
    background-color: #9d8e51;
    padding: 5px 6px;
    border-radius: 3px;
    margin-left: 6px;
    color: #fff;
    width: fit-content;
}

.slicknav_nav li.menu-item.nav-btn:hover a {
    background-color: #cdc384;
    color: #fff;
}

.main-nav li.menu-item-has-children {
    display: flex;
    align-items: center;
    padding-right: 26px;
    position: relative;
}

.main-nav li.menu-item-has-children>a {
    padding-right: 0;
}

.main-nav li.menu-item-has-children .icon {
    color: #fff;
    position: absolute;
    right: 10px;
    transition: all 0.5s;
    font-size: 12px;
    top: 14px;
}

.main-nav li:first-child {
    border: none;
}

.main-nav li:hover>a,
.main-nav li:hover>.icon {
    color: #9d8e51;
}

.main-nav li a {
    display: block;
    color: #fff;
    padding: 10px 6px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    white-space: nowrap;
    line-height: 20px;
}

.main-nav ul li:hover>ul {
    display: block;
    background: #fff;
    box-shadow: 0px 3px 5px 0px #00000026;
    border-radius: 0 0 10px 10px;
    z-index: 9999;
    min-width: 350px;
}

.main-nav ul ul {
    display: none;
    position: absolute;
    font-size: 12px;
    font-size: 0.75rem;
    top: 41px;
}

.main-nav ul li.menu-item-has-children ul li {
    width: 100%;
    border: none;
}

.main-nav ul li.menu-item-has-children ul li a {
    color: #413f3f;
}

.main-nav ul li.menu-item-has-children ul li:hover {
    background-color: #ecebeb;
}

.main-nav ul ul li.disabled {
    pointer-events: none;
    cursor: default;
}

.main-nav ul ul li.disabled a {
    color: #c9c9c9;
}

.main-nav ul ul ul {
    left: 100%;
    top: 0;
}

.main-nav .current-menu-item,
.main-nav .current-menu-ancestor,
.header-nav .current-menu-item,
.header-nav .current-menu-ancestor {
    background-color: #ab9f60 !important;
    color: white;
}

.main-nav .current-menu-item>a,
.main-nav .current-menu-ancestor>a,
.header-nav .current-menu-item>a,
.header-nav .current-menu-ancestor>a {
    color: white !important;
}

.main-nav .slicknav_btn {
    padding: 7px 12px;
}

.footer-nav {
    float: right;
    width: 50%;
}

.footer-nav li {
    float: left;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #424242;
}

.footer-nav li:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.footer-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.footer-nav ul {
    float: right;
}

.footer-nav ul li:hover>ul {
    display: block;
    background: #2a2a2a;
    z-index: 9999;
}

.footer-nav ul ul {
    display: none;
    position: absolute;
}

.footer-nav ul ul li {
    width: 10em;
}

.footer-nav ul ul ul {
    left: 100%;
    top: 0;
}

.sso-login-btn {
    background-color: #ab9f60;
    border-radius: 3px;
    padding: 6px 10px;
    text-transform: uppercase;
    color: white;
    font-family: 'Montserrat';
    font-size: 12px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    margin-right: 7px;
}

.sso-login-btn:hover {
    color: white;
    background-color: #cdc384;
}

/***** Social Navigation *****/

.social-nav {
    float: right;
    width: 50%;
    overflow: hidden;
}

.social-nav .screen-reader-text {
    position: absolute;
    top: -9999rem;
    left: -9999rem;
}

.social-nav .fa-stack {
    font-size: 16px;
    font-size: 1rem;
}

.social-nav .social-icon-wrapper {
    background-color: #333;
    width: 32px;
    height: 32px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-nav a:hover .social-icon-wrapper {
    color: #9d8e51;
}

.social-nav .fa-mh-social {
    color: #fff;
}

.social-nav a {
    color: #333;
}

.social-nav a:hover {
    color: #005a8c;
}

.social-nav ul {
    list-style-type: none;
    margin: 0;
    text-align: right;
}

.social-nav ul li {
    display: inline-block;
}

.social-nav li a .fa-mh-social:before {
    content: '\f09e';
}

.social-nav li a[href*='behance.net'] .fa-mh-social:before {
    content: '\f1b4';
}

.social-nav li a[href*='dribbble.com'] .fa-mh-social:before {
    content: '\f17d';
}

.social-nav li a[href*='facebook.com'] .fa-brands:before {
    content: '\f39e';
}

.social-nav li a[href*='flickr.com'] .fa-mh-social:before {
    content: '\f16e';
}

.social-nav li a[href*='plus.google.com'] .fa-brands:before {
    content: '\f0d5';
}

.social-nav li a[href*='instagram.com'] .fa-mh-social:before {
    content: '\f16d';
}

.social-nav li a[href*='linkedin.com'] .fa-brands:before {
    content: '\f0e1';
}

.social-nav li a[href*='pinterest.com'] .fa-mh-social:before {
    content: '\f0d2';
}

.social-nav li a[href*='reddit.com'] .fa-mh-social:before {
    content: '\f1a1';
}

.social-nav li a[href*='soundcloud.com'] .fa-mh-social:before {
    content: '\f1be';
}

.social-nav li a[href*='tumblr.com'] .fa-mh-social:before {
    content: '\f173';
}

.social-nav li a[href*='twitter.com'] .fa-brands:before {
    content: '\f099';
}

.social-nav li a[href*='vimeo.com'] .fa-mh-social:before {
    content: '\f194';
}

.social-nav li a[href*='xing.com'] .fa-mh-social:before {
    content: '\f168';
}

.social-nav li a[href*='youtube.com'] .fa-mh-social:before {
    content: '\f167';
}

/***** SlickNav Mobile Menu Core Style *****/

.slicknav_btn {
    position: relative;
    display: block;
    padding: 11px;
    line-height: 1.125rem;
    cursor: pointer;
}

.slicknav_menu {
    background: none !important;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.125rem;
    float: left;
}

.slicknav_menu .slicknav_icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 24px;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 24px;
    height: 0.05rem;
    background-color: #fff;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 6px;
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    display: none;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    line-height: 20px;
}

.slicknav_nav a {
    display: block;
}

.slicknav_nav .slicknav_item a {
    display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: ' ';
    display: table;
}

.slicknav_menu:after {
    clear: both;
}

.slicknav_menu {
    zoom: 1;
    display: none;
}

.slicknav_parent i {
    position: absolute;
    right: 15px;
    top: 14px;
    font-weight: 900;
}

.slicknav_parent i::before {
    content: '\f0d7';
}

/***** SlickNav User Default Style *****/

.slicknav_btn {
    padding: 7px 12px;
    text-decoration: none;
}

.slicknav_menu {
    font-size: 13px;
    font-size: 0.8125rem;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_nav {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #413f3f;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 15%);
    border-radius: 0px 0px 10px 10px;
    top: 46px;
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}

.slicknav_nav ul {
    background-color: #fff;
}

.slicknav_nav ul ul {
    border: 0;
}

.slicknav_nav a {
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.slicknav_nav a,
.slicknav_nav a:hover {
    text-decoration: none;
    color: #413f3f;
}

.slicknav_nav .menu-item:hover {
    background-color: #ecebeb;
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav li.slicknav_open {
    background-color: #ecebeb;
}

.slicknav_nav .slicknav_parent .menu-item {
    background-color: #d9d9d9;
    border-bottom-color: #ecebeb;
}

.slicknav_nav .slicknav_parent .menu-item a {
    font-weight: 600;
}

.slicknav_nav ul>li {
    border-bottom: 1px solid #ecebeb;
    position: relative;
}

.slicknav_nav ul>li:last-of-type {
    border-bottom: none;
}

.slicknav_nav .slicknav_item:hover {
    color: #413f3f;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

/***** Breadcrumbs *****/

.breadcrumb {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.breadcrumb a,
.breadcrumb .bc-text {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    background: #005a8c;
}

.breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb .bc-home {
    background: #1f1e1e;
}

/***** Posts/Pages *****/

.entry-title,
.page-title {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 20px;
}

.entry-content {
    font-size: 17px;
    font-size: 1.063rem;
    line-height: 1.4;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content blockquote,
.entry-content table,
.entry-content .mh-video-container {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.entry-content a {
    font-weight: 600;
    color: #005a8c;
}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-thumbnail {
    margin-bottom: 20px;
}

.entry-meta {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.entry-meta a:hover {
    text-decoration: underline;
}

.entry-meta .entry-meta-author,
.entry-meta a {
    color: #005a8c;
    font-weight: 700;
}

.entry-meta-cats,
.entry-meta-author {
    margin-right: 10px;
}

.entry-tags {
    display: block;
    overflow: hidden;
    font-size: 15px;
    font-size: 0.9375rem;
}

.entry-tags span {
    font-weight: 900;
    margin-right: 15px;
}

.entry-tags a {
    display: inline-block;
    margin: 0 15px 5px 0;
    text-transform: capitalize;
}

.entry-tags a:hover {
    text-decoration: underline;
    color: #1f1e1e;
}

.cp-small .entry-meta {
    display: none;
    visibility: hidden;
}

/***** Front Page Template *****/

.home-columns .sb-widget .content-list:first-child {
    margin-top: 0;
}

.home-columns .mh-fp-grid-widget {
    margin-top: -10px;
}

.home-columns .mh-fp-grid-widget,
.home-columns .mh-fp-large-widget,
.home-columns .mh-fp-list-widget {
    margin-bottom: -20px;
}

/***** Sitemap Template *****/

.sitemap-list {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

/***** Loop / Archives / Search Results *****/

.content-lead-title {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 10px;
}

.content-list-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.content-list-company {
    font-size: 18px;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.content-thumb {
    margin-bottom: 5px;
}

.content-grid {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-grid-title {
    font-size: 16px;
    font-size: 1rem;
}

.content-grid-excerpt,
.content-grid-separator {
    display: none;
}

.category .content-grid .entry-meta {
    display: none;
}

.content-list {
    margin-top: 30px;
}

.archive-list .content-list:first-child {
    margin-top: 10px;
}

.content-list-thumb {
    float: left;
    max-width: 260px;
    margin: 0 20px 0px 0;
}

.content-list-thumb img {
    margin: 0 20px 0px 0;
}

.content-list-excerpt {
    overflow: hidden;
}

.not-found-widgets {
    margin-top: 20px;
}

/***** Author Box *****/

.author-box {
    padding: 20px;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    background: #efefef;
}

.author-box-avatar {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.author-box-name {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.author-box-desc {
    font-size: 15px;
    font-size: 0.9375rem;
    overflow: hidden;
}

/***** Related Content *****/

.related-content {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.related-content .content-grid {
    margin-top: 0;
    margin-bottom: 0;
}

/***** Lists *****/

.entry-content ul,
.commentlist ul {
    list-style: square;
}

.entry-content ol,
.commentlist ol {
    list-style: decimal;
}

.entry-content ul,
.commentlist ul,
.entry-content ol,
.commentlist ol {
    margin: 0 0 30px 40px;
    margin: 0 0 1.875rem 2.5rem;
}

.entry-content ul ul,
.commentlist ul ul,
.entry-content ol ol,
.commentlist ol ol {
    margin: 0 0 0 40px;
    margin: 0 0 0 2.5rem;
}

dl {
    margin: 0 0 30px 40px;
    margin: 0 0 1.875rem 2.5rem;
}

dt,
dd {
    display: list-item;
}

dt {
    list-style-type: square;
    font-weight: bold;
}

dd {
    list-style-type: circle;
    margin-left: 30px;
    margin-left: 1.875rem;
}

select {
    max-width: 100%;
}

/***** Comments *****/

.comment-section-title {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    background: #ccdee8;
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    overflow: hidden;
}

.comment-section-title span {
    padding: 20px;
    background: #005a8c;
}

.comment-section-title .comment-count {
    float: left;
    color: #fff;
}

.comment-section-title .comment-count-more {
    float: left;
    color: #1f1e1e;
    background: transparent;
}

.commentlist {
    padding: 20px 20px 5px 20px;
    margin-bottom: 20px;
    list-style: none;
    background: #efefef;
}

.commentlist .depth-1 {
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
    border-bottom: 5px solid #ccdee8;
    background: #fff;
}

.commentlist .children {
    list-style: none;
    margin: 0 0 10px 0;
}

.commentlist .children li {
    padding: 0 20px;
    background: #fafafa;
    margin-top: 20px;
}

.commentlist .children .depth-2 {
    padding: 20px;
}

.commentlist .comment {
    padding-top: 20px;
    padding-top: 1.25rem;
}

.commentlist .comment .vcard {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.commentlist .comment .avatar {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.commentlist h1,
.commentlist h2,
.commentlist h3,
.commentlist h4,
.commentlist h5,
.commentlist h6 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.comment-text p,
.comment-text blockquote {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.comment-text blockquote p:last-child {
    margin: 0;
}

.commentlist .bypostauthor .avatar {
    border: 5px solid #ccdee8;
}

.comment-author {
    font-weight: 700;
}

.comment-info {
    color: #005a8c;
    margin: 20px 0px;
    margin: 1.25rem 0rem;
}

.comment-reply .comment-reply-link,
.comment-reply .comment-edit-link {
    font-size: 13px;
    font-size: 0.8125rem;
    background: #ccc;
    color: #fff;
    padding: 5px 10px;
}

.pinglist {
    background: #efefef;
    padding: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.pinglist .pings:first-child {
    border-top: 1px dotted #cdcdcd;
}

.pinglist .pings {
    line-height: 2.5;
    padding: 5px 0;
    padding: 0.3125rem 0;
    border-bottom: 1px dotted #cdcdcd;
}

.pinglist .fa-link {
    margin-right: 10px;
    margin-right: 0.625rem;
}

.no-comments {
    padding: 10px;
    padding: 0.625rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    background: #efefef;
}

/***** Comment Form *****/

#respond {
    padding: 20px 20px 10px;
    padding: 1.25rem 1.25rem 0.625rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    background: #efefef;
}

#respond h3 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

#commentform p {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

#cancel-comment-reply-link {
    margin-left: 20px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    background: #ccc;
    padding: 5px;
    padding: 0.3125rem;
    color: #fff;
}

#cancel-comment-reply-link:hover {
    background: #005a8c;
}

.required {
    color: #be2844;
}

/***** Forms *****/

input {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px;
    padding: 0.3125rem;
    border: 1px solid #d7d8d8;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'] {
    width: 60%;
}

input[type='text']:hover,
input[type='email']:hover,
input[type='tel']:hover,
input[type='url']:hover,
textarea:hover {
    border: 1px solid #005a8c;
}

input[type='submit'] {
    color: #fff;
    padding: 14px;
    cursor: pointer;
    background: #005a8c;
    display: inline-block;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type='submit']:hover {
    background: #1f1e1e;
    color: #fff;
    border: 0;
    padding: 14px;
}

textarea {
    width: 96%;
    line-height: 1.5;
    padding: 5px;
    padding: 0.3125rem;
    border: 1px solid #d7d8d8;
}

/***** Pagination *****/

.pagination {
    margin-bottom: 20px;
    overflow: hidden;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 20px;
    background: #efefef;
}

.pagination .current {
    color: #fff;
    background: #005a8c;
}

.pagination a.page-numbers:hover,
.dots:hover {
    background: #ccdee8;
}

.pagination .pagelink {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    background: #005a8c;
}

.pagination a .pagelink {
    color: #000;
    font-weight: 400;
    background: #efefef;
}

.pagination a:hover .pagelink {
    color: #005a8c;
    background: #ccdee8;
}

.post-nav-wrap {
    text-align: center;
    margin: 20px auto 40px;
}

.post-nav-wrap li {
    display: inline-block;
    font-weight: 900;
    margin: 0 20px;
}

.post-nav-wrap li .fa {
    margin: 0 10px;
}

/***** Images / Video *****/

img {
    max-width: 100%;
    width: auto\9;
    /* ie8 */
    height: auto;
    vertical-align: bottom;
}

iframe,
embed,
object,
video {
    max-width: 100%;
}

.alignnone {
    display: block;
    margin: 20px 0;
    margin: 1.25rem 0;
}

.aligncenter {
    display: block;
    margin: 20px auto 20px;
    margin: 1.25rem auto 1.25rem;
}

.alignleft {
    display: inline;
    float: left;
    margin: 5px 20px 20px 0;
    margin: 0.3125rem 1.25rem 1.25rem 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 5px 0 20px 20px;
    margin: 0.3125rem 0 1.25rem 1.25rem;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 0.875rem;
    color: #454545;
    line-height: 1.4;
    margin: 5px 0 20px;
    margin: 0.3125rem 0 1.25rem;
    display: block;
}

.alignnone .wp-caption-text,
.aligncenter .wp-caption-text,
.alignleft .wp-caption-text,
.alignright .wp-caption-text {
    margin-bottom: 0;
}

/***** Gallery *****/

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n + 1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n + 1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: '';
    width: 100%;
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/***** Tables *****/

table {
    width: 100%;
}

table th {
    color: #fff;
    background: #005a8c;
    padding: 10px;
    padding: 0.625rem;
}

table tr:nth-child(odd) {
    background-color: #fff;
}

table tr:nth-child(even) {
    background-color: #fff;
}

table td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    border: 1px solid #ebebeb;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    padding: 0.625rem;
}

.mh-footer table th {
    background: #1f1e1e;
}

.mh-footer table tr:nth-child(odd) {
    background-color: #464646;
}

.mh-footer table tr:nth-child(even) {
    color: #000;
}

.mh-footer table td {
    border: 1px solid #1f1e1e;
}

.markets {
    text-align: left;
    border: 0;
    padding: 2px;
    font-size: 14px;
}

.up {
    color: green;
    border: 0;
    padding: 2px;
    font-size: 14px;
}

.down {
    color: red;
    border: 0;
    padding: 2px;
    font-size: 14px;
}

/***** Search *****/

.header-search .search-form {
    display: flex;
    align-items: center;
}

.search-form .search-field {
    width: 100%;
    padding: 10px;
    border: none;
}

.search-field:focus-visible {
    outline: none;
}

.search-form input {
    font-size: 1rem;
    line-height: 20px;
    color: #1f1e1e;
}

.search-form .search-submit {
    display: none;
}

.search-form .screen-reader-text {
    position: absolute;
    left: -9999px;
    overflow: hidden;
}

.search-form .search-field {
    background: #fff;
    margin: 0;
    position: relative;
    border-radius: 0 0 5px 5px;
}

.search-form:hover .search-field,
.search-field:focus {
    border-radius: 5px 0 0 5px;
}

.header-search #search-nav {
    position: absolute;
    right: 0;
    display: none;
    box-shadow: 0px 3px 5px 0px #00000026;
    border-radius: 0 0 5px 5px;
    bottom: -40px;
    width: 100%;
    max-width: 350px;
}

@keyframes open {
    from {
        height: 0;
    }

    to {
        height: 40px;
    }
}

@keyframes collapse {
    from {
        height: 40px;
    }

    to {
        height: 0;
    }
}

.header-search #search-nav.transition {
    bottom: auto;
    overflow: hidden;
    animation-name: open;
    animation-duration: 0.3s;
    display: block;
    margin-top: 2px;
}

.header-search #search-nav.detransition {
    overflow: hidden;
    animation-name: collapse;
    animation-duration: 0.3s;
    display: block;
    bottom: auto;
    margin-top: 2px;
}

.header-search #search-nav.display {
    display: block;
}

.header-search .toggle-container {
    cursor: pointer;
}

.header-search .toggle-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.header-search .toggle-container i {
    font-size: 18px;
    padding: 11px;
    color: #fff;
}

.header-search .toggle-container input:hover~.icon {
    background-color: #373535;
}

.toggle-container input[type='checkbox']:checked~.icon {
    background-color: #ab9f60;
}

.search-form .search-field:active,
.search-form .search-field:focus {
    cursor: text;
}

.sb-widget .search-form {
    display: block;
    margin: 0 auto;
    padding: 5%;
    background: #efefef;
}

.sb-widget .search-form .search-field {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.sb-widget .search-form .search-field:hover {
    min-width: 200px;
}

.footer-widgets .search-form input {
    width: 100%;
}

.submit-search-btn {
    padding: 7px;
    cursor: pointer;
    line-height: 24px;
    border-radius: 0 0 5px 0;
    margin-left: 0;
    transition: all 0.25s;
    background-color: #d9d9d9;
}

.submit-search-btn label {
    cursor: pointer;
}

.submit-search-btn i {
    transition: all 0.25s;
    color: #201e1e;
    font-size: 24px;
}

/***** Contact Form 7 *****/

.wpcf7-form {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px;
    padding: 1.25rem;
    background: #efefef;
}

.wpcf7-form input,
.wpcf7-form textarea {
    font-size: 14px;
    font-size: 0.875rem;
}

.wpcf7-form input[type='submit'] {
    min-width: 100px;
}

.wpcf7-form p {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.wpcf7-response-output {
    background: #fff;
}

/***** Buttons *****/

.button {
    display: none;
}

.button span {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    background: #005a8c;
    padding: 15px;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
    display: inline-block;
}

.button span:hover {
    background: #1f1e1e;
}

/***** Social Buttons *****/

.mh-share-buttons {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    padding: 20px;
    background: #f0f0f0;
    overflow: hidden;
}

.mh-share-buttons a,
.mh-share-buttons a:hover {
    color: #fff;
}

.mh-share-buttons .fa {
    display: inline-block;
    font-size: 1.25em;
    margin-right: 10px;
}

.mh-share-button {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.mh-share-button:hover {
    opacity: 0.7;
}

.mh-facebook span {
    background: #3e64ad;
}

.mh-twitter span {
    background: #6aadd1;
}

.mh-pinterest span {
    background: #de010d;
}

.mh-googleplus span {
    background: #cd3627;
}

/***** Footer *****/

.mh-footer {
    color: #fff;
    background: #1f1e1e;
    overflow: hidden;
}

.mh-footer a {
    color: #fff;
}

.footer-ad-wrap {
    background: #333;
    padding: 40px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.footer-bottom {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 0;
    padding: 0.625rem 0;
    text-transform: uppercase;
    background: #333;
}

.copyright-wrap {
    float: left;
    width: 50%;
    overflow: hidden;
}

.copyright-wrap a:hover {
    text-decoration: underline;
}

/***** Sidebars/Widgets *****/

.textwidget .TNM-ad {
    text-align: center !important;
    background-color: #fff;
    padding: 0px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: auto 0;
}

.sb-widget {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    overflow: hidden;
}

.widget-title {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #ccdee8;
    margin-bottom: 20px;
    text-transform: uppercase;
    overflow: hidden;
}

.widget-title a,
.widget-title a:hover {
    color: #fff;
}

.widget-title span {
    padding: 15px;
    background: #005a8c;
    display: block;
    width: fit-content;
}

.widget-list li {
    list-style-type: none;
    display: block;
}

.widget-list>li {
    padding: 10px 0;
    border-bottom: 1px dotted #dcdcdc;
}

.widget-list li:hover {
    background: #fdfdfd;
    padding-left: 10px;
}

.widget-list .children li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #dcdcdc;
}

.footer-widgets .widget-list li:hover {
    background: none;
}

.footer-widgets {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 30px 0;
}

.footer-widgets .widget-title {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
    background: #464646;
}

.footer-widget {
    margin: 20px;
    overflow: hidden;
}

.footer-1,
.footer-2,
.footer-3,
.footer-4 {
    background: #333;
    position: relative;
}

/***** MH Custom Posts Widget *****/

.mh-cp-widget .mh-separator:last-child {
    margin-bottom: 0;
}

.cp-small {
    padding-bottom: 4px;
}

.cp-thumb-xl {
    margin-bottom: 5px;
}

.cp-thumb-small {
    float: left;
    width: 35%;
    max-width: 120px;
    margin: 0 20px 0 0;
}

.cp-thumb-small img {
    width: 100%;
}

/* .cp-thumb-small img {display: none; visibility: hidden }
.cp-thumb-small .updated {display: none !important; visibility: hidden !important} */

.cp-title-xl {
    font-size: 36px;
    font-size: 2.25rem;
}

.cp-title-small {
    font-size: 16px;
    font-size: 1rem;
    overflow: hidden;
}

.cp-excerpt-xl {
    margin-top: 20px;
}

/***** MH YouTube Video Widget *****/

.mh-video-widget {
    margin-top: 10px;
}

.mh-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.mh-video-container iframe,
.mh-video-container object,
.mh-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/***** MH Authors & MH Comments Widget *****/

.sb-widget .uw-wrap {
    padding: 15px 0px;
    padding: 0.9375rem 0rem;
    border-bottom: 1px dotted #ebebeb;
}

.user-widget li:first-child {
    padding-top: 0;
}

.uw-avatar {
    float: left;
    margin-right: 10px;
    margin-right: 0.625rem;
}

.uw-text {
    font-size: 18px;
    font-size: 1.125rem;
}

.uw-data {
    font-size: 14px;
    font-size: 0.875rem;
    color: #979797;
}

/***** Default WordPress Widgets *****/

.sb-widget ul>.cat-item,
.sb-widget ul>.menu-item,
.sb-widget ul>.page_item,
.footer-widgets ul>.cat-item,
.footer-widgets ul>.menu-item,
.footer-widgets ul>.page_item {
    padding: 10px 0;
    border-bottom: 1px dotted #dcdcdc;
}

.sb-widget ul .cat-item:hover,
.sb-widget ul .menu-item:hover,
.sb-widget ul .page_item:hover,
.footer-widgets ul .cat-item:hover,
.footer-widgets ul .menu-item:hover,
.footer-widgets ul .page_item:hover {
    background: #fdfdfd;
    padding-left: 10px;
}

.sb-widget ul .children .cat-item,
.sb-widget ul .sub-menu .menu-item,
.sb-widget ul .children .page_item,
.footer-widgets ul .children .cat-item,
.footer-widgets ul .sub-menu .menu-item,
.footer-widgets ul .children .page_item {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px dotted #dcdcdc;
    border-bottom: none;
}

.footer-widgets ul .cat-item:hover,
.footer-widgets ul .menu-item:hover,
.footer-widgets ul .page_item:hover {
    background: none;
}

.footer-widgets .textwidget {
    padding: 0 5px;
    padding: 0 0.3125rem;
}

#wp-calendar caption {
    text-align: left;
    padding: 10px;
    padding: 0.625rem;
    background: #f7f7f7;
}

#wp-calendar th,
#wp-calendar td {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    text-align: center;
}

#wp-calendar th {
    font-weight: 300;
}

#wp-calendar #prev {
    text-align: left;
}

.footer-widgets #wp-calendar caption {
    background-color: #464646;
}

/***** Advertisements *****/

.header-ad .textwidget {
    text-align: right;
    overflow: hidden;
}

.header-ad img {
    margin: 0;
    padding: 0;
}

.post-ad,
.ad-spot {
    padding: 18px;
    background: #efefef;
}

.post-ad .textwidget,
.ad-spot {
    text-align: center;
    overflow: hidden;
}

.footer-ad-wrap .textwidget {
    overflow: hidden;
}

/***** Stock Tables *****/

.content-container-w2 h3 {
    font-size: 14px !important;
}

div.tbox.column.span-17 h3 {
    font-size: 14px !important;
}

div.tbox.column.span-17 {
    font-size: 14px !important;
}

#ctl00_leftwideContent_trade_date h3 {
    font-size: 14px !important;
}

div.span-16.append-1 h3 {
    font-size: 14px !important;
}

/***** Events *****/

#tribe-community-events {
    text-align: left !important;
}

.tribe-events-community-details td {
    text-align: left !important;
}

#tribe-community-events {
    text-align: left !important;
}

.tribe-events-community-details table {
    text-align: left !important;
}

#tribe-community-events {
    text-align: left !important;
}

.tribe-events-community-details tr {
    text-align: left !important;
}

#tribe-community-events .button {
    float: left;
}

#tribe-events-pg-template .addthis_32x32_style {
    visibility: hidden !important;
    display: none !important;
}

.postid-1003772897 .addthis-smartlayers {
    visibility: hidden !important;
    display: none !important;
}

.page-id-165 table td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    padding: 0.625rem;
}

form.tribe-events-c-search.tribe-events-c-events-bar__search-form {
    background-color: #f5f5f5;
    padding-right: 10px;
}

div#tribe-events-view-selector-content {
    background-color: #e0e0e0 !important;
}

button.tribe-common-c-btn.tribe-events-c-search__button {
    background-color: #666 !important;
    border-radius: 2px !important;

    &:hover {
        color: white !important;
        background-color: #9e8e51 !important;
    }
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    color: #201e1e !important;
    border-color: #201e1e !important;

    &:hover {
        color: white !important;
        background-color: #201e1e !important;
    }
}

.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
    width: 100%;
    background-color: lightgray;
    padding: 0 3rem;
}

dd {
    list-style-type: none;
    margin-left: 30px;
    margin-left: 1.875rem;
}

address {
    font-family: unset !important;
    font-style: italic !important;
}

:root {
    --tec-color-accent-primary: #9e8e51;
}

/***Widget Button***/

.pt-cv-wrapper .btn-success {
    visibility: hidden;
    display: none;
}

.pt-cv-title a {
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #1f1e1e !important;
    line-height: 1.3 !important;
}

/**** Promoted Content ffe345 ****/

.post-1003788771 .entry-meta-cats a {
    background-color: #ffe345 !important;
    color: #333 !important;
}

.post-1003788771 .fn {
    background-color: #ffe345 !important;
    color: #333 !important;
}

/***** Media Queries *****/

@media only screen and (max-width: 980px) {
    .wp-post-image {
        max-width: 100% !important;
    }

    .content-list-thumb img {
        width: 100% !important;
    }

    .company-ad {
        display: none;
        visibility: hidden;
    }

    #mh-wrapper,
    .wrapper-inner {
        max-width: 777px;
    }

    .header-ad .textwidget {
        text-align: center;
        margin-top: 20px;
    }

    .logo-wrap {
        text-align: center;
    }

    .mh-right-sb #main-content,
    .mh-left-sb #main-content,
    .mh-col {
        margin: 0;
    }

    #main-content,
    .mh-sidebar,
    .home-sidebar,
    .mh-1-2,
    .mh-2-3,
    .mh-1-3,
    .mh-3-4,
    .mh-1-4 {
        width: 100%;
    }

    .home-2,
    .home-3 {
        width: 48.07%;
    }

    .home-3 {
        margin-left: 3.86%;
    }

    .mh-share-buttons .mh-col {
        width: 23.125%;
        margin-left: 2.5%;
    }

    .mh-share-buttons .mh-col:first-child {
        margin: 0;
    }

    .content-grid {
        width: 23.125%;
        margin: 10px 0 10px 2.5%;
    }

    .news-ticker {
        width: 65.83%;
    }

    .home-sidebar .cp-thumb-xl,
    .mh-sidebar .cp-thumb-xl {
        text-align: center;
        background: #efefef;
    }

    .contact-page .entry-content {
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
    }

    .footer-1,
    .footer-2 {
        margin-bottom: 20px;
    }

    img {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .menu-social-menu-container {
        display: none;
        visibility: hidden;
    }

    .hidden-sm {
        display: none;
    }

    .header-sub {
        display: none;
    }

    .header-search .search-form {
        width: 100%;
        text-align: center;
    }

    .search-form {
        width: 90%;
    }

    .footer-widgets .search-form {
        width: 100%;
    }

    .home-2,
    .home-3 {
        width: 100%;
        margin: 0;
    }

    .mh-cp-widget .cp-thumb-xl {
        text-align: center;
        background: #efefef;
    }

    .category .content-grid .entry-meta {
        display: block;
    }

    .content-grid {
        float: none;
        width: 100%;
        margin: 25px 0 20px;
    }

    .content-grid-separator {
        display: block;
    }

    .content-grid-separator,
    .content-list-separator {
        padding: 0;
    }

    .content-grid-title {
        font-size: 24px;
        font-size: 1.5rem;
    }

    .content-grid-thumb,
    .content-list-thumb {
        text-align: center;
        background: #efefef;
    }

    .content-list-thumb {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .content-list-thumb img {
        max-width: 180px;
    }

    .content-list-excerpt,
    .content-list-header .entry-meta-date {
        display: none;
    }

    .mh-fp-grid-widget .mh-group .content-grid:first-child,
    .archive-grid .content-grid:first-child {
        margin: 5px 0 20px;
    }

    .comment-section-title .comment-count-more {
        display: none;
    }

    .commentlist ul,
    .commentlist ol,
    dl {
        margin: 0 0 30px 20px;
        margin: 0 0 1.875rem 20px;
    }

    .commentlist ul ul,
    .commentlist ol ol {
        margin: 0;
    }

    .commentlist .children li,
    .commentlist .children .depth-2 {
        padding: 0;
        background: #fff;
    }

    .footer-nav,
    .copyright-wrap {
        float: none;
        width: 100%;
    }

    .footer-nav ul {
        float: none;
        display: table;
        margin: 0 auto 10px;
    }

    .copyright {
        text-align: center;
    }

    img {
        width: 100% !important;
    }

    .content-list-thumb img {
        width: 100% !important;
    }

    .textwidget .TNM-ad {
        text-align: center;
        background-color: #fff;
        padding: 0px 0px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        min-width: 300px;
        z-index: 9999 !important;
    }
}

@media only screen and (max-width: 656px) {

    .header-nav li.menu-item.mobile-menu-item,
    .header-top .slicknav_menu {
        display: block;
    }

    #menu-header-mobile {
        display: flex;
    }

    .header-nav li.menu-item.mobile-menu-item a {
        height: 20px;
        opacity: 0;
    }

    .header-top .toggle-container .icon {
        font-size: 20px;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }

    .header-nav li.menu-item.mobile-menu-item::before {
        position: absolute;
        opacity: 1;
    }

    .header-nav li.mobile-none {
        display: none;
    }

    #membership-menu-nav,
    #user-menu-nav {
        top: 44px;
        width: 100%;
        right: 0;
    }

    .header-nav-wrapper {
        flex-grow: 4;
    }

    .header-nav-wrapper .slicknav_menu {
        flex-grow: 1;
    }

    .header-nav-wrapper .slicknav_menu .slicknav_btn {
        padding: 10px 25px;
    }

    .header-nav-wrapper .slicknav_menu .slicknav_icon {
        width: 19px;
        margin: auto;
    }

    .header-nav-wrapper .header-nav {
        flex-grow: 7;
    }

    .header-nav #menu-header {
        width: 100%;
    }

    .header-nav #menu-header .menu-item {
        flex-grow: 1;
    }

    .header-nav #menu-header .menu-item:last-of-type {
        border-right: none;
    }

    .header-nav #menu-header .menu-item::before {
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }

    .header-nav #menu-header .menu-item a {
        font-size: 1px;
        padding: 10px 0;
        width: 100%;
    }

    .header-top .membership-menu {
        flex-grow: 2;
    }

    .header-top .membership-menu .toggle-container {
        flex-grow: 1;
    }
}

@media only screen and (max-width: 580px) {
    .content-list-thumb img {
        width: 100% !important;
    }

    #mh-wrapper {
        width: auto;
    }

    .wrapper-inner {
        width: 100%;
    }

    .logo-title {
        font-size: 32px;
        font-size: 2rem;
    }

    .header-nav,
    .social-nav {
        float: none;
        width: 100%;
        margin: 0;
    }

    .header-nav ul {
        display: table;
        margin: 0 auto;
    }

    .social-nav ul {
        text-align: center;
    }

    .mh-share-buttons .mh-col {
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
    }

    .author-box {
        text-align: center;
    }

    .author-box-avatar {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

    .commentlist .comment .avatar {
        float: none;
        display: block;
        margin: 0 0 10px;
    }

    .commentlist .comment .vcard {
        margin-bottom: 10px;
    }

    img {
        width: 100% !important;
    }

    .content-list-thumb img {
        width: 100% !important;
    }

    .textwidget .TNM-ad {
        text-align: center !important;
        background-color: #fff;
        padding: 0px 15px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

@media only screen and (max-width: 470px) {

    #membership-menu-nav,
    #user-menu-nav {
        height: 100%;
    }

    .header-top .slicknav_nav ul.menu {
        height: 100vh;
    }
}

@media only screen and (max-width: 429px) {
    .header-nav-wrapper {
        flex-grow: 4;
    }

    .header-nav-wrapper .slicknav_menu {
        flex-grow: 1;
    }

    .header-nav-wrapper .header-nav {
        flex-grow: 3;
    }

    .header-nav #menu-header {
        width: 100%;
    }

    .header-nav #menu-header .menu-item {
        flex-grow: 1;
    }

    .header-nav #menu-header .menu-item::before {
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }

    .header-nav #menu-header .menu-item a {
        font-size: 1px;
        padding: 10px 0;
        width: 100%;
    }

    .header-top .membership-menu {
        flex-grow: 2;
    }

    .header-top .membership-menu .toggle-container {
        flex-grow: 1;
    }

    .header-top .toggle-container .icon {
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 420px) {

    #mh-wrapper,
    .wrapper-inner {
        min-width: 160px;
    }

    .header-ad .textwidget {
        margin-top: 10px;
    }

    .logo-title {
        font-size: 28px;
        font-size: 1.75rem;
    }

    .logo-tagline {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 10px;
    }

    .sb-widget .search-form .search-field {
        width: 86%;
    }

    .post-ad .textwidget,
    .ad-spot {
        padding: 0;
        background: none;
    }

    img {
        width: 100% !important;
    }

    .content-list-thumb img {
        width: 100% !important;
    }

    .textwidget .TNM-ad {
        text-align: center !important;
        background-color: #fff;
        padding: 0px 15px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

ul.archives {
    list-style: none;
    margin: 0 0 75px 0;
    padding: 0;
    clear: both;
    width: 100%;
}

ul.archives li {
    float: left;
    display: inline;
    width: 140px;
    padding: 5px;
    border: 1px #c8c8c8 solid;
    background-color: #eee;
    margin: 3px;
    font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 735px) {
    .speaker-row .mh-1-5 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 736px) and (max-width: 980px) {
    .speaker-row .mh-1-5 {
        width: 24.8% !important;
        border-right: 1px solid #fff;
    }
}

.ad-butler {
    width: 100%;
    line-height: 0;
}

.ad-butler div>div {
    width: 100%;
}

.ad-butler iframe {
    width: 100%;
    height: 100%;
}

.ad-butler-header iframe {
    height: 100px;
}

@media only screen and (max-width: 720px) {
    .ad-butler-header iframe {
        height: 50px;
    }
}

@media only screen and (max-width: 1150px) {
    .slicknav_menu {
        display: block;
    }

    .main-nav {
        display: none;
    }
}

/* Home sidebar */
.sidebar-socials-icons {
    display: flex;
    justify-content: space-between;
}

.sidebar-socials-icons a {
    background-color: #1f1e1e;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-socials-icons i {
    font-size: 17px;
    margin-top: 2px;
}

.sidebar-socials-icons a:hover {
    background-color: #9d8e51;
    color: white;
}

.sidebar-subscribe-tnm {
    position: relative;
}

.sidebar-subscribe-tnm img {
    width: 120%;
    max-width: 120%;
}

.sidebar-subscribe-tnm div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5%;
}

.sidebar-subscribe-tnm p {
    font-style: italic;
    font-size: 13px;
    color: white;
    line-height: 18px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.sidebar-subscribe-tnm span {
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.sidebar-subscribe-tnm a {
    background-color: #f6c55e;
    border: 1px solid #f6c55e;
    padding: 5px 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar-courses-block {
    margin-bottom: 1.875rem;
}

.sidebar-courses-block .widget-title {
    padding: 0;
}

.sidebar-courses-block .widget-title-wrapper {
    background-color: #9d8e51;
    width: fit-content;
    display: flex;
    align-items: center;
}

.sidebar-courses-block .widget-title img {
    max-width: 65px;
}

.sidebar-courses-block .widget-title h3 {
    display: inline-block;
    font-size: 14px;
    color: white;
    margin-left: 10px;
}

.sidebar-courses-block .btn-cta,
.btn-more {
    background-color: #f6c55e;
    padding: 10px 0px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
}

.sidebar-courses-block .featured-courses-list {
    margin: 20px 0;
}

.sidebar-courses-block .featured-courses-list li {
    display: flex;
}

.sidebar-courses-block .featured-courses-list li .image-wrapper {
    flex: 0 0 40%;
    max-width: 40%;
    max-height: 86px;
    overflow: hidden;
}

.sidebar-courses-block .featured-courses-list li .image-wrapper img {
    width: 100%;
    height: auto;
}

.sidebar-courses-block .featured-courses-list li .course-content {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-courses-block .featured-courses-list li .course-content h3 {
    font-weight: 600;
    font-size: 16px;
}

.sidebar-courses-block .featured-courses-list li .course-content p {
    text-transform: uppercase;
    font-size: 12px;
    color: #9d8e51;
    font-weight: 600;
    line-height: 1;
}

.sidebar-courses-block .featured-courses-list li .course-content .btn {
    background-color: #1f1e1e;
    color: white;
    padding: 7px;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    width: fit-content;
    line-height: 1;
}

.embeded-object {
    position: relative;
    width: 100%;
}

.embeded-object::before {
    display: block;
    padding-top: calc(9 / 16 * 100%);
    content: '';
}

.embeded-object iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.tag-gms-2023-outlook .entry-thumbnail,
.tag-gms-2023-outlook .entry-meta {
    display: none;
}

.btn-cta {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 15px;
    color: #ffffff;
    background-color: #1f1e1e;
}

.mh-fp-video-list-widget .content-grid-title {
    font-size: 16px;
    font-weight: 600;
}

.box-list hr.mh-separator {
    display: none;
}

.box-list article.cp-wrap {
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-bottom: 15px;
}

/*== Image popup ==*/
.mh-popup-box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mh-popup-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}

.mh-popup-box .mh-popup-container {
    padding: 15px;
    margin: 4rem auto;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.mh-popup-box .mh-btn-close {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") no-repeat center / contain;
    width: 25px;
    height: 25px;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0rem;
    top: -2.3rem;
    cursor: pointer;
    display: inline-block;
}

@media (min-width: 768px) {
    .mh-popup-box .mh-popup-container {
        max-width: 745px;
    }
}

@media (min-width: 1200px) {
    .mh-popup-box .mh-popup-container {
        max-width: 1160px;
    }
}

/*== Image popup End ==*/

/* These styles are only related to the DigiGeoData Landing Page. */

.digigeodata {
    /* Variables */
    --light: #daca8a;
    --dark: #23211d;
    --white: #fff;
    --pattern-image: url('./images/dgd-pattern.jpeg');
    --shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.7);

    /* Starting styles */
    background-color: var(--light);
    color: var(--dark);
}

.digigeodata .section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5vw;
    /* min-height: 5vh; */
    background-image: url('./images/watermark.svg');
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .digigeodata .buttons {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    .digigeodata .buttons.is-right {
        justify-content: flex-end;
    }

    .digigeodata .buttons.is-half {
        width: 50%;
    }
}

.digigeodata p {
    margin-bottom: 20px;
}

.digigeodata .title {
    font-weight: bold;
    width: max-content;
    background-color: var(--white);
    color: var(--dark);
    font-size: 1.5rem;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: solid 2px var(--dark);
}

.digigeodata .title.is-right {
    margin-left: auto;
}

.digigeodata .button {
    background-color: var(--dark);
    color: var(--white);
    padding: 5px 16px;
    letter-spacing: 2px;
    display: block;
    width: max-content;
    text-transform: uppercase;
    border-radius: 30px;
    padding-right: 40px;
    margin-top: 20px;
    position: relative;
}

.digigeodata .button::after {
    content: '➤';
    position: absolute;
    width: 44px;
    height: 44px;
    right: -14px;
    top: -4px;
    padding-bottom: 2px;
    border: solid 2px var(--light);
    background-color: var(--dark);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.digigeodata hr.separator {
    height: 50px;
    border: unset;
    border-bottom: solid 3px var(--light);
    background-image: var(--pattern-image);
    background-size: cover;
    background-attachment: fixed;
    box-shadow: var(--shadow);
}

.digigeodata .hero {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 68% 85%, 35% 93%, 18% 85%, 0 90%);
    background-image: var(--pattern-image);
    background-size: cover;
    background-attachment: scroll;
    color: var(--white);
    padding: 5vw;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.digigeodata .hero img {
    max-width: 300px;
    width: 100%;
}

.digigeodata .hero .title {
    background-color: unset;
    color: var(--white);
    font-weight: bold;
    font-size: clamp(1.5rem, 5vw, 3rem);
    padding: 0;
    border: unset;
    width: max-content;
    text-transform: uppercase;
}

.digigeodata .hero-stroke {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 68% 85%, 35% 93%, 18% 85%, 0 90%);
    background-color: var(--light);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 0;
    z-index: -1;
}

/* Helpers */

.shadow {
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.4));
}

.border-white {
    border: 2px solid white;
}

.border-top-wider {
    border-top-width: 6px;
}

.force-white {
    filter: invert(1) brightness(100);
}

.columns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .columns {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .column.is-half {
        width: 50%;
    }
}

/**/

.wp-caption-text {
    color: #9d8e51;
}

.books-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 5rem;
}

.books-section h2 {
    font-weight: bold;
}

.books-section__list {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.books-section__list .book {
    flex-basis: calc(50% - .75rem);
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.books-section__list .book .image {
    position: relative;
    flex-basis: 30%;
    overflow: hidden;
}

.books-section__list .book .image img {
    width: 100%;
    height: auto;
}

.books-section__list .book .content {
    display: flex;
    flex-direction: column;
    flex-basis: 70%;
}

.books-section__list .book .content h4 {
    color: #9D8E51;
    font-weight: bold;
    text-decoration: none;
}

.books-section__list .book .content a.button {
    display: inline-block;
    background: #FF7428;
    color: #FFFFFF;
    border: none;
    outline: none;
    padding: .25rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    transition: background .3s ease;
}

.books-section__list .book .content a.button:hover {
    background: #d85a17;
}

@media all and (max-width: 992px) {
    .books-section__list .book {
        flex-basis: 100%;
    }
}

@media all and (max-width: 575px) {
    .books-section__list .book {
        flex-direction: column;
    }

    .books-section__list .book .image,
    .books-section__list .book .content {
        flex-basis: auto;
    }
}

.logos-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 30px auto;
    position: relative;
}

.logos-header .ad-logo-1,
.logos-header .ad-logo-2 {
    position: relative !important;
    display: block !important;
}

.logos-header .ad-logo-1 [id^=placement],
.logos-header .ad-logo-2 [id^=placement] {
    text-align: center;
    width: 100%;
}

.logos-header .ad-logo-1 [id^=placement] img,
.logos-header .ad-logo-2 [id^=placement] img {
    width: auto;
    max-width: 100%;
}

.logos-header .ad-logo-1 {
    order: 1;

}
.logos-header .tnm-logo {
    order: 2;

}
.logos-header .ad-logo-2 {
    order: 3;
}

@media (max-width: 991px){
    .logos-header {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .logos-header .ad-logo-1 {
        display: block !important;
        visibility: visible !important;
        width: 45%;
        order: 2;
    }

    .logos-header .tnm-logo {
        width: 100%;
        order: 1;
    }

    .logos-header .ad-logo-2 {
        display: block !important;
        visibility: visible !important;
        width: 45%;
        order: 3;
    }
}

.container-fluid.treasure-hunt-archive {
    width: 100%;
    background: linear-gradient(135deg, #1A1A2D 0%, #0F345E 100%);
}

.container-fluid.treasure-hunt-archive .container,
.container-fluid.treasure-hunt-archive .container * {
    box-sizing: border-box;
}

.container-fluid.treasure-hunt-archive .container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.treasure-hunt-archive section.intro h4 {
    color: white;
}

article.treasurehunt-article-item {
    position: relative;
    padding: 2rem 3rem;
    margin-bottom: 2rem;
    width: 100%;
}

article.treasurehunt-article-item svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

article.treasurehunt-article-item .content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

article.treasurehunt-article-item .content .thumbnail {
    position: relative;
    width: 320px;
    height: 240px;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 8px;
}

article.treasurehunt-article-item .content .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article.treasurehunt-article-item .content .post-content {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.container-fluid.treasure-hunt-archive section.not-logged-in {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
}

.container-fluid.treasure-hunt-archive section.not-logged-in * {
    color: white;
}

.container-fluid.treasure-hunt-archive section.not-logged-in .membership-card {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.container-fluid.treasure-hunt-archive section.not-logged-in .membership-card h3,
.container-fluid.treasure-hunt-archive section.not-logged-in .membership-card p {
    color: black;
}

.container-fluid.treasure-hunt-archive section.not-logged-in .membership-card h3 {
    text-transform: uppercase;
}

.container-fluid.treasure-hunt-archive section.not-logged-in .already-member {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.container-fluid.treasure-hunt-archive section.not-logged-in a {
    color: white;
    background: #ab9f60;
    border-radius: 8px;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    article.treasurehunt-article-item .content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;
    }

    article.treasurehunt-article-item .content .thumbnail {
        width: 100%;
        height: auto;
        padding-top: 50%;
    }
}