/*
 Theme Name:   Money & Markets
 Description:  Money & Markets theme
 License:      GNU General Public License v2 or later
 Template: Extra
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
*/

ul { list-style: none }

ul {
    list-style-type: disc
}

ul li {
    margin-bottom: .7em
}

ul li ul {
    list-style-type: square;
    padding: .7em 0 .3em 2.143em
}

ol li {
    margin-bottom: .7em
}

ol li ol {
    list-style-type: square;
    padding: .7em 0 .3em 2.143em
}

input,
input[type="search"] {
    outline: 0;
    background: rgba(0, 0, 0, .05);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    padding: 10px 12px;
    color: rgba(0, 0, 0, .6);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    transition: 0.3s ease
}

button {
    outline: 0;
    display: inline-block;
    background: rgba(0, 0, 0, .1);
    padding: 10px 12px;
    border: 0 solid rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: none;
    color: rgba(0, 0, 0, .6);
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: normal;
    text-shadow: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease
}

#back_to_top {
    display: block
}

#back_to_top {
    z-index: 999;
    right: 0;
    bottom: 125px;
    background: rgba(0, 0, 0, .4);
    padding: 5px;
    border-radius: 3px 0 0 3px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transform: translateX(100%);
    visibility: hidden;
    position: fixed!important
}

#back_to_top.hidden {
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden
}

#back_to_top {
    color: rgb(255, 255, 255);
    position: relative;
    transition: 0.3s ease;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-family: ET-Extra!important;
    line-height: inherit!important
}

.comment-bubble {
    position: relative;
    display: inline-block
}

.comment-bubble {
    top: 1px
}

.et_extra_layout.et_pb_gutters3 .et_pb_extra_row,
.et_extra_layout.et_pb_gutters3 .et_pb_row {
    margin-left: -12px!important
}

.et_extra_layout.et_pb_gutters3 .et_pb_extra_column_sidebar .et_pb_widget,
.et_ext ra_layout.et_pb_gutters3 .et_pb_extra_module {
    margin-bottom: 24px
}

header.header {
    z-index: 2000;
    position: relative
}

header.header ul {
    list-style: none;
    padding: 0;
    line-height: 1;
    box-sizing: border-box
}

header.header li {
    position: relative;
    display: inline-block;
    margin: 0
}

header.header li ul {
    z-index: 1000;
    position: absolute;
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
    transition: 0.1s ease;
    opacity: 0;
    visibility: hidden
}

header.header li ul li {
    width: 100%
}

header.header li ul a {
    display: block;
    width: 100%
}

header.header #et-navigation a {
    transition: 0.5s
}

#main-header {
    background: rgb(62, 80, 98);
    margin: 0
}

#logo,
.logo {
    display: block
}

.logo {
    -webkit-box-ordinal-group: 2;
    order: 1;
    height: 64px;
    margin: 30px 0;
    transition: height 0.5s, margin 0.5s;
    transform: translate3d(0, 0, 0)
}

.centered .logo {
    width: 100%;
    margin: 30px 0 35px
}

#logo {
    height: 100%
}

.centered #logo {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin: 0 auto
}

#main-header .container {
	display: flex !important;
	flex-wrap: nowrap;
	width: 90%;
}

#et-navigation,
.centered #et-navigation {
    -webkit-box-ordinal-group: 4;
    order: 3
}

#et-navigation {
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end
}

#et-navigation>ul {
    display: flex;
    flex-flow: row wrap
}

#et-navigation>ul>li {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 15px
}

#et-navigation>ul>li>a {
    position: relative;
    display: block;
    border: 0;
    padding: 0 0 54px;
    font-weight: 600
}
/*Start*/
/*#et-navigation>ul>li>ul {
    left: -20px
}*/

#et-navigation .fa {
  font-size: 22px;
}

/* #main-header .logo {
  width: 185px !important;
} */

#et-navigation>ul>li>ul {
	left: auto;
	top: 100%;
	width: 220px;
	flex-wrap: nowrap;
}
.et-fixed-header .sub-menu {
	padding: 0px 10px 0px 10px !important;
	background-color: #205d34 !important;
}

.et-fixed-header .sub-menu li {
	padding: 0px !important;
	width: 100%;
}

.et-fixed-header .sub-menu a {
	color: #fff !important;
	padding: 5px !important;
	text-align: left;
	width: 100%;
}

.et-fixed-header .sub-menu a:hover {
	color: #D3D3D3 !important;
}
/*End*/
#et-navigation li li {
    padding: 0 30px
}

#et-navigation li li:last-child>a {
    border: 0
}

#et-navigation li a {
    padding: 15px 0;
    font-weight: 600;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase
}

#et-menu li>ul
/*.et-top-search-primary-menu-item .et-top-search*/ {
    background-color: rgb(35, 35, 35);
    border-color: rgb(0, 168, 255)
}

.centered #et-navigation {
    margin: 0 auto
}

#et-menu li {
    font-size: 16px
}

#et-menu li>ul li a {
    border-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .6)
}

.et-top-search-primary-menu-item .search-icon {
    cursor: pointer
}

/* .et-top-search-primary-menu-item .et-top-search {
    position: absolute;
    top: 100%;
    right: -15px;
    width: 230px;
    border-top: 3px solid rgb(0, 168, 255);
    border-radius: 0 0 3px 3px;
    display: none
}

.et-top-search-primary-menu-item .et-top-search .et-search-field {
    width: 100%;
    padding: 30px 40px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: normal;
    -webkit-appearance: none
}

.et-top-search-primary-menu-item .et-top-search .et-search-submit {
    position: absolute;
    top: 50%;
    right: 20px;
    background: 0 0;
    padding: 0;
    font-size: 14px;
    transform: translateY(-50%)
} */

#et-mobile-navigation {
    display: none
}

#et-mobile-navigation nav {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgb(35, 35, 35)
}

.show-menu-button {
    display: block;
    background: rgb(255, 255, 255);
    width: 32px;
    height: 32px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 9px 6px;
    cursor: pointer;
    user-select: none
}

.show-menu-button span {
    display: block;
    background: rgba(0, 0, 0, .75);
    width: 20px;
    height: 2px;
    border-radius: 3px;
    transform-origin: center center 0;
    transition: 0.3s ease
}

.show-menu-button span:nth-child(2) {
    margin: 4px 0
}

.show-menu p {
    display: none
}

.paginated .pagination li a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: rgba(0, 0, 0, .6);
    text-decoration: none
}

#footer-info {
    color: rgba(255, 255, 255, .6)
}

#footer-info {
    display: inline-block;
    padding: 6px 0;
    font-size: 13px;
    line-height: 14px;
    vertical-align: middle
}

#footer-info a {
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 13px
}

.featured-posts-slider-module {
    position: relative;
    background: 0 center;
    border: 0;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px;
    overflow: hidden
}

.featured-posts-slider-module .carousel-items {
    position: relative;
    width: 100%;
    padding: 0;
    box-sizing: border-box
}

.featured-posts-slider-module .carousel-item {
    position: absolute;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    padding: 0;
    opacity: 0;
    display: block!important
}

.featured-posts-slider-module .carousel-item.et-pb-active-slide,
.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
    animation-timing-function: ease;
    animation-duration: 0.8s
}

.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
    top: 0;
    left: 0;
    display: block!important;
    opacity: 1!important;
    z-index: 0!important
}

.et_slide_transition_to_next.featured-posts-slider-module .carousel-item.et-pb-moved-slide {
    animation-name: slideOutLeft
}

.featured-post s-slider-module .carousel-item.et-pb-active-slide {
    position: relative;
    display: block;
    opacity: 1!important
}

.et_slide_transition_to_next.featured-posts-slider-module .carousel-item.et-pb-active-slide {
    animation-name: slideInLeft
}

.featured-posts-slider-module .et-pb-slider-arrows a {
    background: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px;
    opacity: 0;
    font-family: ETModules;
    text-align: center;
    transition: 0.3s ease;
    margin-top: -20px
}

.featured-posts-slider-module .et-pb-arrow-prev {
    left: 40px
}

.featured-posts-slider-module .et-pb-arrow-next {
    right: 40px
}

.featured-posts-slider-module {
    border-top: none;
    border-radius: 3px;
    -webkit-box-flex: 0;
    flex-grow: 0
}

.featured-posts-slider-module .carousel-item {
    position: relative;
    border-radius: 3px
}

.featured-posts-slider-module .carousel-item.et_pb_slide {
    position: absolute;
    height: 635px
}

.featured-posts-slider-module .carousel-item.et_pb_slide.et-pb-active-slide {
    position: relative
}

.featured-posts-slider-module .carousel-item .post-content-box {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%
}

.et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box {
    background: rgba(0, 0, 0, .6);
    position: absolute
}

.featured-posts-slider-module .post-content {
    padding: 20px
}

.featured-posts-slider-module .post-content h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0
}

.et_pb_column_4_4 .featured-posts-slider-module .post-content h3 {
    font-size: 20px
}

.et_pb_column_4_4 .featured-posts-slider-module .post-content h3 a,
.featured-posts-slider-module .post-content h3 a {
    color: rgb(255, 255, 255)
}

.featured-posts-slider-module .post-meta {
    margin: 0;
    padding: 3px 0 0;
    color: rgb(255, 255, 255)
}

.et_pb_column_4_4 .featured-posts-slider-module .post-meta {
    color: rgb(255, 255, 255);
    display: block
}

.featured-posts-slider-module .et-pb-controllers {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 20px;
    line-height: 0;
    text-align: right
}

.featured-posts-slider-module .et-pb-controllers a {
    outline: 0;
    background: rgba(255, 255, 255, .6);
    width: 10px;
    height: 5px;
    border: 0;
    padding: 0;
    border-radius: 100px;
    line-height: 0;
    text-indent: 100em;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s ease;
    margin-right: 4px
}

.featured-posts-slider-module .et-pb-controllers a.et-pb-active-control {
    background: rgb(255, 255, 255);
    width: 18px
}

.posts-blog-feed-module .hentry.has-post-thumbnail .header {
    display: block;
    position: relative
}

.posts-blog-feed-module .et-format- .header {
    display: none
}

.posts-blog-feed-module .et-format-.has-post-thumbnail .header,
.posts-blog-feed-module .et-format-.has-post-thumbnail .post-content {
    width: 50%
}

.posts-blog-feed-module .header a {
    position: relative;
    display: block
}

.posts-blog-feed-module .header img {
    display: block;
    width: 100%
}

.posts-blog-feed-module .post-content {
    width: 50%;
    padding: 0 0 0 10px
}

.posts-blog-feed-module .excerpt p {
    padding: 0 0 20px
}

.posts-blog-feed-module.standard .hentry .header {
    display: none
}

.posts-blog-feed-module.standard .hentry .post-content {
    width: 100%
}

.posts-blog-feed-module.standard .hentry.type-post.has-post-thumbnail .post-content {
    width: 50%
}

.posts-blog-feed-module .post-title {
    font-size: 28px;
}

#footer .et_pb_widget {
    background: 0 center;
    box-shadow: none;
    margin: 0 0 60px
}

#footer .et_pb_widget:first-of-type {
    padding-top: 60px
}

#footer .et_pb_widget .widgettitle {
    background: 0 center;
    padding: 0;
    color: rgba(255, 255, 255, .6)
}

#footer .et_pb_widget li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 0
}

#footer .et_pb_widget li:last-child {
    border: 0
}

.et_pb_widget.widget_text .textwidget {
    padding: 20px;
    line-height: 1.3em
}

#footer .et_pb_widget.widget_text .textwidget {
    padding: 20px 0
}

.et_monarch .et_pb_widget .et_social_networks {
    width: 98%;
    padding: 2% 0 2% 2%
}

.nav li ul {
    visibility: hidden
}

.nav li li {
    padding: 0 20px;
    margin: 0
}

.nav li {
    position: relative;
    line-height: 1em
}

.nav li li {
    position: relative;
    line-height: 2em
}

.nav li ul {
    position: absolute;
    padding: 20px 0;
    z-index: 9999;
    width: 240px;
    background: rgb(255, 255, 255);
    opacity: 0;
    border-top: 3px solid rgb(46, 163, 242);
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
    transform: translate3d(0, 0, 0);
    text-align: left
}

.nav li li ul {
    z-index: 1000;
    top: -23px;
    left: 240px
}

.nav li li a {
    font-size: 14px;
    transition: all 0.2s ease-in-out
}

.et-pb-arrow-next,
.et-pb-arrow-prev {
    position: absolute;
    top: 50%;
    z-index: 100;
    font-size: 48px;
    color: rgb(255, 255, 255);
    margin-top: -24px;
    transition: all 0.2s ease-in-out;
    opacity: 0
}

.et-pb-controllers a {
    background-color: rgba(255, 255, 255, .5)
}

.et-pb-arrow-next span,
.et-pb-arrow-prev span {
    display: none
}

.et-pb-arrow-prev {
    left: -22px
}

.et-pb-arrow-next {
    right: -22px
}

.et-pb-controllers {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10
}

.et-pb-controllers a {
    display: inline-block;
    text-indent: -9999px;
    border-radius: 7px;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    padding: 0
}

.et-pb-controllers a:last-child {
    margin-right: 0
}

.et-pb-controllers .et-pb-active-control {
    background-color: rgb(255, 255, 255)
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h3 {
    color: rgb(255, 255, 255)!important
}

@media (min-width:981px) {
	/* shift fix */
	header.header {min-height: 150px;}

	.page-content-subscriptions .et_pb_column {
		margin-right: 0px !important;
	}
}

@media (max-width:980px) {
    .et_pb_section {
        padding: 50px 0
    }
    .et_pb_row {
        padding: 30px 0
    }
    .et_pb_section .et_pb_row {
        max-width: 1080px!important
    }
}

@media (max-width:767px) {
    .et-pb-controllers {
        position: absolute;
        bottom: 5%;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 10;
        height: 14px
    }
}

@media only screen and (min-width:1024px) {
    #footer .et_pb_extra_column {
        width: 33.3333%;
        flex-basis: 33.3333%;
        min-width: 0;
        max-width: none
    }
    .footer_columns_2_3__1_3#footer .et_pb_extra_column.odd {
        width: 66.6667%;
        flex-basis: 66.6667%
    }
    .footer_columns_2_3__1_3#footer .et_pb_extra_column.even {
        width: 33.3333%;
        flex-basis: 33.3333%
    }
}

@media only screen and (max-width:1024px) {
    #content-area {
        display: flex;
        flex-wrap: wrap
    }
    .et_extra_layout .et_pb_row,
    .et_pb_extra_row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
    .et_extra_layout .et_pb_column,
    .et_pb_extra_column {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
    .et_extra_layout .et_pb_column_4_4 {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
    header.header li ul {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        display: block
    }
    .et_fixed_nav .logo {
        transition: none;
        transform: none
    }
    .logo {
        height: 50px
    }
    .centered .logo {
        display: inline-block;
        width: auto;
        margin: 30px 0
    }
    #et-navigation {
        -webkit-box-align: center;
        align-items: center
    }
    .centered #et-navigation {
        margin: 0;
        width: 100%;
    }
    #et-navigation>ul {
        display: none
    }
    #et-navigation li li {
        padding: 0 0 0 15px
    }
    #et-navigation a {
        display: block;
        padding: 20px 0
    }
    .et-top-search-primary-menu-item .search-icon {
        display: block;
        margin-top:5px;
    }
    .et-top-search-primary-menu-item .et-top-search {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        width: 100%;
        border: 0;
        margin: 15px 0 0
    }
    /* .et-top-search-primary-menu-item .et-top-search .et-search-field {
        background: rgba(255, 255, 255, .1);
        padding: 7px 10px;
        font-size: 12px;
        line-height: normal
    } */
    .et-top-search-primary-menu-item .et-top-search .et-search-submit {
        display: none
    }
    #et-mobile-navigation {
        display: block
    }
    #et-mobile-navigation nav {
        display: none;
        width: 100%;
        padding: 40px 40px 20px;
        border-radius: 0 0 3px 3px;
        overflow: hidden
    }
    #et-mobile-navigation #et-extra-mobile-menu {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        display: block;
        background: 0 center;
        border: 0
    }
    #et-mobile-navigation #et-extra-mobile-menu li.menu-item-has-children>a {
        position: relative
    }
    #et-mobile-navigation #et-extra-mobile-menu li>ul {
        transition: none;
        opacity: 1;
        visibility: visible
    }
    #et-mobile-navigation #et-extra-mobile-menu .sub-menu {
        display: none
    }
    .et_pb_column_4_4 .featured-posts-slider-module .post-content h3 {
        font-size: 16px
    }
}

@media only screen and (max-width:768px) {
    #footer-info {
        width: 100%;
        text-align: center;
        line-height: 1.5em;
        display: block
    }
}

@media only screen and (max-width:480px) {
    #et-mobile-navigation nav {
        padding: 20px 20px 0
    }
    .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-meta {
        display: none
    }
    .et_pb_column_4_4 .featured-posts-slider-module .carousel-item,
    .featured-posts-slider-module .carousel-item,
    .with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item {
        height: auto
    }
    .with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box {
        margin-top: 330px
    }
    .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box {
        position: relative;
        background: rgb(255, 255, 255);
        padding: 0;
        margin-top: 330px
    }
    .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content h3 {
        font-weight: 600
    }
    .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content h3 a {
        color: rgba(0, 0, 0, .5)
    }
    .featured-posts-slider-module .et-pb-slider-arrows a {
        margin-top: -35px
    }
    .posts-blog-feed-module .hentry .header,
    .posts-blog-feed-module .hentry .post-content {
        width: 100%!important
    }
    .posts-blog-feed-module .hentry .header {
        padding: 0;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:320px) {
    .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box,
    .with_sidebar .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box {
        margin-top: 210px
    }
}

#et-menu>li>ul,
#et-menu li>ul,
#et-menu>li>ul>li>ul,
.et-top-search-primary-menu-item .et-top-search,
.module {
    border-color: rgb(0, 0, 0)
}

a,
.post-content a { color: rgb(39, 59, 226) }

#page-container {
/*     background-color: rgb(255, 255, 255) */
}

#et-menu li a {
    font-size: 14px
}

#et-menu li {
    letter-spacing: 0px
}

#et-menu>li a {
    color: rgb(255, 255, 255)
}

#main-header {
    background-color: rgb(255, 255, 255)
}

main#main {
    min-height: 600px;
}

#et-menu>li>ul,
#et-menu li>ul,
#et-menu>li>ul>li>ul,
.et-top-search-primary-menu-item .et-top-search {
    background-color: rgb(235, 25, 34)
}

#footer h4,
#footer .et_pb_widget h4.widgettitle {
    font-size: 15px
}

#footer-info,
#footer-info a {
    color: rgb(255, 255, 255)
}

#footer-info a {
    font-size: 14px
}

@media only screen and (min-width:768px) {
    #main-header .logo {
        height: 69.93px !important;
        margin: 20px 0
    }
}

.et-top-search-primary-menu-item {
    margin-left: 0
}

.logo {
    transition: all 0s!important
}

.et_fullwidth_nav #main-header .container {
    padding-right: 0;
    padding-left: 0
}

.posts-blog-feed-module.standard {
    border-radius: 0;
    border-width: 2px;
}

.featured-posts-slider-module .post-content {
    padding: 0
}

.featured-posts-slider-module .post-content h3 {
    letter-spacing: -.06px;
    padding: 10px 60px 10px 20px
}

/* JS
.post-content h2,
.post-content h3 {
    font-size: 28px;
    font-weight: 600
}
*/

@media only screen and (min-width:768px) {
    .header.centered #et-navigation>#et-menu>li>a {
        padding: 10px 15px;
        height: auto
    }
    .posts-blog-feed-module .header img {
        transition: transform 0.5s ease
    }
    .et_pb_extra_overlay {
        background: radial-gradient(at center center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .25) 100%);
        transition: all 0.5s ease;
        border-radius: 3px
    }
}

#et-navigation>ul>li {
    margin: 0 10px;
    align-items: center;
    display: flex;
}

#et-navigation .et-top-search-primary-menu-item {
    margin-left: 0
}

#et-menu li {
    font-size: 14px
}

#et-menu>li>a {
    padding: 0 8px
}

header.header #et-navigation a {
    transition: background 0.5s ease
}

#et-navigation .sub-menu .post-meta .updated {
    letter-spacing: normal
}

.sub-menu .featured-image {
    overflow: hidden;
    border-radius: 3px
}

.sub-menu .featured-image img {
    transition: transform 0.5s ease
}

.recent-list .recent-post .updated + .post-meta-separator {
    display: none
}

#recent-posts-2 li {
    padding: 10px;
    line-height: 2em;
}

.et_pb_extra_module {
    box-shadow: none!important
}

img.loading {
    opacity: .5;
    padding: 15%;
    max-height: 210px;
    transition: opacity 0.5s ease!important
}

.carousel-items .post-meta {
    font-size: 13px;
    background: rgba(0, 0, 0, .6);
    padding: 5px 60px 5px 20px
}

.post-date {
    display: none
}
/*Thomas added class and margintop 50px above*/
@media only screen and (max-width: 768px) {
/* 	.category .et_pb_extra_column_sidebar {
		display: none;
	}
	.post-template-default .et_pb_extra_column_sidebar {
		display: none;
	}
  .page-template-template-research-symbol .et_pb_extra_column_sidebar {
		display: none;
	} */
}
/*Thomas added media query above*/

#et-menu {
    margin: 0 auto;
    padding: 0
}

#et-navigation>ul>li>a {
    padding: 0 0 16px
}

.show-menu-button {
    float: right;
    background: none
}

#footer-info {
    padding: 10px
}

#footer-info a {
    font-size: 12px;
    text-decoration: underline
}

.et_monarch .et_social_networks .et_social_icons_container {
    display: flex;
    justify-content: flex-end
}

#footer .et_pb_widget {
    margin: 0
}

#footer .et_pb_widget:first-of-type {
    padding-top: 15px
}

#footer .et_pb_widget:first-of-type.widget_media_image {
    padding-top: 20px
}

#footer .et_pb_widget.widget_ text .textwidget {
    padding-top: 5px
}

#footer p.footer-desc-links {
    font-size: 12px
}

#footer .et_pb_widget .widgettitle {
    border-bottom: none
}

#text-4 .widgettitle,
#text-5 .widgettitle,
#text-7 .widgettitle,
div[id^="custom_html-"] h4 {
    display: none!important
}

.et_pb_widget.widget_text .textwidget {
    padding: 0;
}

.et_pb_widget {
    background: transparent;
	box-shadow: none;
	border-radius: 0;
}

#text-7 .textwidget {
    padding: 0;
    text-align: center
}

.et_pb_widget .widgettitle {
    padding: 15px 0;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(204, 204, 204);
    background: none!important
}

.et-top-search-primary-menu-item .et-top-search {
    border-color: rgb(255, 255, 255);
    border-width: 1px
}

/* .et-top-search-primary-menu-item .et-top-search .et-search-field {
    background: rgba(255, 255, 255, .1);
    margin: 10px;
    padding: 10px;
    width: auto
} */

@media (max-width:980px) {
    #et-navigation {
        background: transparent;
        border: none;
        width: auto
    }
    #et-mobile-navigation nav {
        padding: 20px 30px
    }
    #main-header .logo {
        height: auto;
        width: 74%;
        margin: 3% 0 3% 2%
    }
    #logo {
        height: auto
    }
    /* .et-top-search-primary-menu-item .et-top-search .et-search-field {
        margin: 0;
        width: 100%
    } */
    .single #main-content {
        padding-top: 0
    }

    #main-content .container {
        width: 100%
    }
    .posts-blog-feed-module .post-content {
        padding: 0
    }
    .posts-blog-feed-module .excerpt p {
        font-size: 16px
    }
    .et_extra_layout.et_pb_gutters3 .et_pb_extra_row,
    .et_extra_layout.et_pb_gutters3 .et_pb_row {
        margin: 0px!important
    }
    .with_sidebar .et_pb_extra_column_sidebar {
        margin: 0 auto;
        width: 90%!important;

    }
    #footer .et_pb_widget {
        margin: 0 auto
    }
    #footer .et_pb_widget:first-of-type {
        text-align: center
    }
    #footer .et_pb_extra_column {
        width: 50%;
        max-width: 50%;
        min-width: 50%
    }
    #footer .et_pb_widget.widget_text .textwidget {
        text-align: center;
        padding: 5px 20px 20px
    }
}

@media (max-width:1024px) and (min-width:768px) {
    #et-mobile-navigation nav {
        z-index: 1
    }
    .show-menu-button {
        float: right
    }
    .posts-blog-feed-module .post-content {
        padding: 0 0 0 10px
    }
    .et_extra_layout .posts-blog-feed-module.post-module {
        margin-bottom: 0
    }
    .et_pb_code.et_pb_module.et_pb_code_3 {
        margin: 1.375% 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 2.75% 0
    }
    .with_sidebar .et_pb_e xtra_column_sidebar {
        margin: 0 auto
    }
/*
    .Newsletter_new.well {
        width: 95%
    }
*/
}

@media (max-width:767px) {
    .et-top-search-primary-menu-item .et-top-search {
        margin: 15px 0
    }
    .et_extra_layout.et_pb_gutters3 .et_pb_extra_module {
        margin-bottom: 0
    }
    .posts-slider-module-items.carousel-items article {
        background-size: cover;
        background-position: center top
    }
    .et_monarch .et_pb_widget .et_social_networks {
        padding: 0
    }
    .et_monarch .et_social_networks .et_social_icons_container {
        justify-content: center
    }
    .et_pb_code.et_pb_module.et_pb_code_3 {
        margin: 1.375% 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 2.75% 0
    }
    .post.carousel-item {
        background-size: contain;
        background-position: center top
    }
    .recent-list .post-meta-byline {
        display: none
    }
    #et-navigation .sub-menu li a {
        font-weight: 600
    }
    #footer .et_pb_widget.widget_monarchwidget {
        padding: 10px 0
    }
    #footer .et_pb_widget li:last-child {
        margin-right: 0px!important
    }
    #footer .et_pb_extra_column {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
}

@media (max-width:479px) {
    .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content h3 a {
        color: rgb(0, 0, 0)
    }
    .et_monarch .et_pb_widget .et_social_networks {
        padding: 0
    }
    #et-mobile-navigation {
        width: 94%
    }
    .show-menu-button {
        float: right
    }
    #et-navigation li a {
        font-weight: 400;
        text-align: left;
        font-size: 1em
    }
    #footer .et_pb_extra_column {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }
}

@media only screen and (min-width:981px) {
    .et_extra_layout .et_pb_code_3 {
        display: none!important
    }
}




/* youtube subcribe button css */
#___ytsubscribe_0 {
    text-align: center;
    width: 100% !important;
}
/* Twitter
.twitter-tweet-rendered {
    margin-left: auto;
    margin-right: auto;
} */
.page-container > ins {
    display: none !important;
}

/* Exclusive section */
.exclusives-template-default .entry-title {
    font-size:2.5rem;
    text-align:center;
}
.exclusives-template-default .post-content.entry-content {
    padding: 0 40px;
}

.exclusives-template-default .et_pb_extra_column_main-na {
    max-width: 980px;
    margin:0 auto;
}

.ipt_fsqm_form_button_container::after {
    content:'*In addition to casting your vote, you’ll also receive free daily market updates and important news from MoneyandMarkets.com. You can unsubscribe at any time.';
    text-align: center;
    font-size: 9px;
    color: #999;
    margin: 3% 0 0 0;
    background: #fff;
    display:block;
}

.ipt-uif-custom-material-custom .ipt-eform-material-button-container.ipt_fsqm_form_button_container {
    background-color: #fff !important;
}

/* eForms Survey CSS */
.ipt_uif_common .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em !important;
    background: none;
}

.ipt-uif-custom-material-custom [type="radio"]:not(:checked) + label, .ipt-uif-custom-material-custom [type="radio"]:checked + label {
    color: #222!important;
    font-weight: bold !important;
    font-size: 1.3em !important;
}

.ipt-uif-custom-material-custom [type="radio"]:checked + label[data-labelcon]::after {
    color: #222 !important;
}

.ipt-uif-custom-material-custom [type="radio"]:checked + label::after {
    border: 2px solid #222 !important;
}

.ipt_fsqm_form_message_success {
    display:none !important;
}
.ipt-uif-custom-material-custom .input-field.has-icon > input {
    border:1px #ccc solid;
}

.ui-tabs-panel {
    padding: 5% 3% 1% 3%!important;
}

.ipt_fsqm_container_p_name, .ipt_fsqm_container_p_email {

}

.input-field input[type=email] {
    width: 56% !important;
    margin: 0 auto !important;
    display: block;
}

.ipt-uif-custom-material-custom input[type=email] {
    outline: 0 !important;
    background: rgba(0,0,0,.05);
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box !important;
    padding: 10px 12px !important;
    color: rgba(0,0,0,.6) !important;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    transition: .3s ease !important;
    height: 50px!important;
    text-transform: uppercase;
    border: 2px #777 solid !important;
    border-radius: 4px !important;
}

.ipt-uif-custom-material-custom .input-field .prefix ~ label {
    margin-left: 4em !important;
}


.ipt-eform-content:before {
    content: 'Vote in This Urgent Poll';
    font-size: 24px;
    padding: 20px 0 15px 0;
    text-align: center;
    background: url(/wp-content/uploads/2018/02/Background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 3px 3px 0 0 !important;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin: 2% 0 0 0;
}

/* JS
h2 .ipt_uif_divider_text_inner {
    padding: 2% 0 1% 0;
    font-size: 1.3em;
    text-align: center;
    width: 100%;
    display: block;
}
*/

.ipt_uif_question label.ipt_uif_question_title {
    font-weight: bold !important;
    font-size: 1.6em !important;
    color: #222 !important;
    margin: 1% 0 12px 0!important;
    display: block;
}

.ipt-uif-custom-material-custom .ipt_uif_question .ipt_uif_question_label {
    width: 100%;
    margin-bottom: 0;
}

.ipt-uif-custom-material-custom .ui-tabs .ipt-eform-tab-nav-wrap {
    display:none !important;
}

.entry-title #ipt_fsqm_form_wrap_52 {
    display:none !important;
}

.page article {
    border:none;
}

.ipt-uif-custom-material-custom .ipt-eform-content {
    box-shadow: none !important;
}

.ipt-uif-custom-material-custom .ipt_uif_divider .ipt_uif_scroll_to_top {
    display: none !important;
}

.eform-button-container-inner {
    background: #fff !important;
    text-align: center;
}

.ipt-uif-custom-material-custom .ipt-eform-material-button-container.ipt_fsqm_form_button_container .ui-button {
background: #22eb19!important;
    background: -moz-linear-gradient(top,#22eb19 30%,#15a90f 100%)!important;
    background: -webkit-linear-gradient(top,#22eb19 30%,#15a90f 100%)!important;
    background: linear-gradient(to bottom,#22eb19 30%,#15a90f 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22eb19',endColorstr='#15a90f',GradientType=0)!important;
    line-height: 1;
    text-decoration: none;
    font-size: 2.5rem!important;
    font-weight: normal;
    letter-spacing: 1px;
    border-radius: 4px!important;
    cursor: pointer;
    width: 58%!important;
    text-align: center!important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0 6px 12px -6px rgba(0,0,0,0.75)!important;
    color: #fff!important;
    height: 115px;
}

.ipticm .prefix {
    display: none;
}

.ipt_uif_question_required {
    font-weight: normal;
    font-size: 0.9em;
    color: red;
    padding: 3px;
}

.ipt-uif-custom-material-custom .input-field.has-icon > input {
    padding: 0 0 0 10px !important;
}

.ipt-uif-custom-material-custom .input-field label {
    font-size: 1.3em !important;
    padding: 0 0 0 20px;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-align: center;
    width: 100%;
}

.ipt_fsqm_container_p_email .formErrorContent {
    text-align: center;
    width: 100%;
}

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) {
    .ipt-uif-custom-material-custom .ipt_uif_question .ipt_uif_question_label {
        width: 100% !important;
        margin-bottom: 0;
    }
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
    .ipt-uif-custom-material-custom .ipt_uif_question .ipt_uif_question_label {
        width: 100% !important;
        margin-bottom: 0;
    }
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
    .ui-tabs-panel {
        padding: 0px 2% !important;
    }
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    .ui-tabs-panel {
        padding: 0px 0% !important;
    }
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    .ui-tabs-panel {
        padding: 0px 0% !important;
    }
    .ipt_fsqm_container_p_name, .ipt_fsqm_container_p_email {
        width: 100% !important;
    }
    .ipt-uif-custom-material-custom .input-field label {
        font-size: 0.8rem!important;
        padding: 6px 0 0 4px;
        font-weight: bold!important;
        text-transform: uppercase!important;
        text-align: center;
        width: 100%;
    }

}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    .ui-tabs-panel {
        padding: 0px 0% !important;
    }
    .ipt_fsqm_container_p_name, .ipt_fsqm_container_p_email {
        width: 100% !important;
    }
    .ipt-uif-custom-material-custom .input-field label {
        font-size: 0.8rem!important;
        padding: 6px 0 0 4px;
        font-weight: bold!important;
        text-transform: uppercase!important;
        text-align: center;
        width: 100%;
    }
    .ipt-uif-custom-material-custom .ipt-eform-material-button-container.ipt_fsqm_form_button_container .ui-button {
        width: 82%!important;
    }
    .input-field input[type=email] {
        width: 100%!important;
    }
}

.page article {
    /* border-top-width: 0px !important; */
}

/* Logo in Fixed Nav */
.mam-fixed-header #main-header .container .logo {
	margin: 5px 0;
}
.mam-fixed-header #et-navigation>ul>li {
    margin: 0 0px;
}
.mam-fixed-header #et-menu.nav li.menu-star a:after {
    margin: 0 0 0 5px;
}
.et-top-search-primary-menu-item {
    margin-left: 0px;
}
.logo {
    transition: all 0s !important;
}

/* homepage */
.home article {
	background:transparent;
}
.tv-embed-widget-wrapper__header {
    display: none !important;
}
.posts-blog-feed-module.masonry .column.size-1of2 .post-content {
    padding: 0px;
}
/*Thomas added 20px padding left above*/
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.sponsored {
    margin-bottom: 0px;
}
.posts-blog-feed-module.sponsored .hentry {
    padding: 0px 20px 30px 0px;
}
.featured-posts-slider-module article.carousel-item, .posts-blog-feed-module.masonry .hentry .header {
    background-color: rgba(0,0,0,0.1);
}
.carousel-items a.url.fn:hover {
    color: #fff;
}
.posts-blog-feed-module.masonry .hentry:last-of-type {
    margin-bottom: 0px;
}
.et-slider .et-pb-slider-arrows a, .featured-posts-slider-module .et-pb-slider-arrows a {
    opacity: .7;
}
.et-slider .et-pb-arrow-prev, .featured-posts-slider-module .et-pb-arrow-prev {
    left: 20px;
}
.et-slider .et-pb-arrow-next, .featured-posts-slider-module .et-pb-arrow-next {
    right: 20px;
}
.featured-posts-slider-module .post-meta {
    padding: 10px 20px;
}
.featured-posts-slider-module .post-content {
    padding: 0px;
}
.featured-posts-slider-module .post-content h3 {
    letter-spacing: -0.06px;
    padding: 10px 60px 10px 20px;
}

/* JS
.post-content h2, .post-content h3 {
    font-size: 28px;
    font-weight: 600;
}
*/

.posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column:last-child {
    padding-left: 15px;
}
.posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column:first-child {
    padding-right: 15px;
}

@media only screen and (min-width: 768px) {
    .header.centered #et-navigation>#et-menu>li>a {
        padding: 10px 15px;
        height: auto;
    }
    .posts-blog-feed-module.masonry .header {
        border-radius: 3px;
    }
    .posts-blog-feed-module .header img {
        transition: transform 0.5s ease;
    }
    .et_pb_extra_overlay {
        background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 100%);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25) 100%);
        background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.25) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
        transition: all 0.5s ease;
        border-radius:3px;
    }
}

#et-navigation>ul>li {
    margin: 0 0px;
    align-items: center;
    display: flex;
}
#et-navigation .et-top-search-primary-menu-item {
    margin-left: 0px;
}
#et-menu li {
    font-size: 14px;
}
#et-menu>li>a {
    padding: 0 8px;
}
/*#et-menu>li:hover>a {
    color: #eeeeee;
    background: #0b1183;
}*/
#et-navigation>ul>li>a:before {
    height: 0;
}
.authors-page .authors[data-columns]:before, .posts-blog-feed-module .paginated_content .paginated_page[data-columns]:before, .with_sidebar .authors-page .authors[data-columns]:before, .with_sidebar .posts-blog-feed-module .paginated_content .paginated_page[data-columns]:before {
    display: none;
}

@media only screen and (min-width: 768px) {
    .mam-fixed-header .header.centered #et-navigation>#et-menu>li>a {
        padding: 5px 7.5px;
        height: auto;
    }
}

/*-----------------Menu Icons---------------- */
/*
#et-menu.nav li.menu-star a:after {
    font-family: 'ETmodules' !important;
    content: "\e033";
    font-size: 8px;
    color: #fff;
    float: left;
    position: absolute;
    margin: 0 0 0 40px;
    pointer-events: none;
}*/

/* #et-menu.nav li.menu-star a:after {
    content: "\e62d";
    font-size: 12px;
    color: #fff;
    float: left;
    position: absolute;
    margin: 0 0 0 40px;
    pointer-events: none;
} */

.menu-item-22163 a:after {
    display:none !important;
}

.menu-item-22164 a:after {
    display:none !important;
}

.mam-fixed-header .nav li.menu-star a:after {
    margin: 0 0 0 40px;
}

/* header.header li.menu-item-has-children>a:after {
    content: '';
} */
header.header #et-navigation a, header.header #top-header a {
    transition: background 0.5s ease;
}

/* Search Results */
.search p:empty, .search .read-more-button {
  display: none;
}
.search p:empty + p {
    margin-bottom: 0;
}

/* Author Pages */
.author p:empty, .author .read-more-button {
  display: none;
}
.author p:empty + p {
    margin-bottom: 0;
}

/* Mega Menu */
.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1;
}
#et-navigation .sub-menu .post-meta .updated {
    letter-spacing: normal;
}
.sub-menu .featured-image {
    overflow: hidden;
    border-radius: 3px;
}
.sub-menu .featured-image img {
    transition: transform 0.5s ease;
}

/* standard CSS */
.archive h1, .search h1 {
    color: #000000;
    font-size: 1.7em;
    margin-bottom: 0px;
    line-height: 1.2em;
}
.archive-pagination>.page-numbers li {
    font-weight: 600;
}
.archive-pagination>.page-numbers li>.page-numbers.current {
    background: #000000;
}

a.read-more-button, a.read-more-button:visited {
    background: #273be2;
    color: #fff;
}

a.read-more-button:hover {
    background: #222;
    color: #fff;
}
img.loading {
    opacity: 0.5;
    padding: 15%;
    max-height: 210px;
    transition: opacity 0.5s ease !important;
}
.post-thumbnail img.loading {
    padding: 0px;
}
img.loading.b-loaded {
    opacity: 1;
    max-height: none;
    padding: 0px;
}

.mam_signed_up .leadgen-box {
    display: none;
}

/* Post */
/* Hide DISQUS Comments infinite scroll */
.min_disqus #disqus_thread {
    height: 150px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}

.min_disqus #disqus_thread:after {
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(235,236,237,0) 0%,rgba(235,236,237,1) 100%);
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
}

.min_disqus #disqus_thread.active:after {
    display: none;
}

.min_disqus #disqus_display {
    padding: 10px;
    margin: 10px 15px;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}
/* END Hide DISQUS Comments infinite scroll */

@media only screen and (max-width: 768px) {
	.min_disqus #disqus_thread {
    margin: 0px 15px;
}
}
/*Thomas added Media query above*/
blockquote {
    font-size: 16px;
    font-weight: normal;
}
.breadcrumb-container {
	border-bottom:  1px solid rgba(0,0,0,0.1);
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.breadcrumb-container p#breadcrumbs {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

#content-area p#breadcrumbs span {
    color: #eb1922;
}
#content-area p#breadcrumbs span .breadcrumb_last {
    color: rgba(0,0,0,.75);
    font-weight: normal;
}
/* #content-area {
    margin-top:20px;
} */
div[id^=lazyload-] {
    margin-top: 40px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.breadcrumb-container {
		padding: 0;
		margin: 0;
		position: relative;
		width: 100%;
	}
	.breadcrumb-container p#breadcrumbs {
		background: #fff;
    	font-size: 12px;
 		white-space: nowrap;
		overflow-x: scroll;
		padding: 8px 24px 8px 8px;
	}

	.breadcrumb-container:after {
		content: '';
		width: 36px;
		height: 100%;
		background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%);
		position: absolute;
		top: 0;
		right: 0;
	}
	div[id^=lazyload-] {
		margin-top: 20px;
	}
	div.related-post {
		padding: 20px 4px 0 0;
	}

	ins.related-post {
		padding: 20px 0 0 4px;
	}
}
/*Thomas added media query above*/
.post-header {
	padding: 20px 60px;
    text-align: left;
}
.post-header h1 {
    font-size: 2.5em;
}
.et_monarch .et_social_inline_top {
    margin: 0 0 10px 20px;
    height: 40px;
    float: right;
}
.post-header .post-meta a, .et_pb_extra_module .post-meta a {
	color: #0046db;
}
.post-content a:hover, .post-header .post-meta a:hover, .related-post:hover .title a, #content-area p#breadcrumbs span a:hover {
	color: #0046db;
	text-decoration: underline;
}
.post-header .post-meta.vcard {
    display: flex;
}
.post-header .post-meta {
    padding: 0 0 10px 0;
    font-size: 14px;
}
.post-header .post-meta.vcard div p {
    margin: 0px;
}
/* .post-header .post-meta.vcard div p:last-of-type {
    font-size: 12px;
} */
.post-header .post-meta.vcard p.post-meta-author-avatar {
    border: 2px solid #205d34;
    margin: 0 10px 0 0;
    display: flex;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    flex: 0 0 auto;
	display: none;
}
.related-post .title a {
    font-size: 17px;
	line-height: 1.5em;
}
.related-post .date, .post-date, .et_monarch .et_social_networks div.et_social_network_label {
    display: none;
}
.et_extra_other_module.related-posts {
    margin: 0 0 20px 0;
	text-align: center;
	box-shadow:none;
}
/*Thomas added text align center above*/
.et_monarch .et_social_inline_bottom .et_social_networks .et_social_icons_container {
    justify-content: center;
}
.load_more_placeholder {
    margin: 0 15px;
    padding: 10px;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
.load_more_placeholder img {
    margin: 0 10px;
}
.post-footer {
    border-top: none;
}
.post-template-default .with_sidebar .et_pb_extra_column_sidebar {
	margin-top: 0px !important;
}

.post-template-default .page article, .single article, .single article {
	box-shadow: none;
	margin: 0;
	border-radius:0;
	overflow: hidden;
}

.post-template-default .et_post_format-et-post-format-video .post-thumbnail.header {
	height: auto;
}


@media only screen and (max-width: 768px) {
	.with_sidebar .et_pb_extra_column_sidebar {
	max-width: 90%;
	}
}
/*Thomas added media query above to show leadgen, ads, etc at bottom of about, contact pages*/

.post-template-default .with_sidebar .et_pb_extra_column_sidebar {
	margin-top: 0px !important;
}
.post-wrap .listTop {
    font-weight: bold;
    border-bottom: 1px #ccc solid;
    padding: 20px;
    margin: 20px 0;
}
.post-thumbnail.header {
	padding: 0;
	height: 450px;
    background: transparent;
	overflow: hidden;
/*     width: 33%;
    float: right;
    margin: 20px 0 20px 20px; */
}
.post-thumbnail-excerpt {
    z-index: 2;
    color: #fff;
    font-size: 14px;
    background: rgba(0,0,0,0.5);
	padding: 10px 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
}
.category-todays-profits .post-thumbnail.header {
    width: auto;
    float: none;
    margin: 20px auto;
}
.category-todays-profits .post-thumbnail.header img {
    width: auto;
    margin: 0 auto;
}
.post-excerpt {
    clear: right;
    width: 33%;
    float: right;
    margin: 0 0 20px 20px;
}
.post-excerpt blockquote {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(to right, rgba(230,231,242,.5) 0%,rgba(0,0,0,0) 100%);
    padding: 10px 10px 10px 20px;
    border-left: 5px solid rgb(11,17,131);
}
.page .post-wrap, .post-wrap {
	padding: 0 100px;
}
.related-posts-header h3 {
    padding: 20px 0 10px 0;
}
.related-posts-content {
    padding: 0px;
}

.related-post .featured-image {
    margin: 0 0 10px;
}

#et-menu {
    margin: 0 auto;
    padding: 0;
}
#et-navigation>ul>li>a {
    padding: 0 0 16px;
}
.show-menu-button {
    float: right;
    background: none;
}
.single .post-content .mam_paszone_container {
    margin: 1.6em auto !important;
}
.green-check li:before {
    content: "\2713";
    font-size: 15px;
    color: #fff;
    float: left;
    margin: -2px 10px 0 0;
    border-radius: 20px;
    padding: 10px 10px 10px 12px;
    line-height: 14px;
    width: 12px;
    height: 14px;
    background: rgb(34,235,25);
    background: -moz-linear-gradient(top, rgba(34,235,25,1) 30%, rgba(21,169,15,1) 100%);
    background: -webkit-linear-gradient(top, rgba(34,235,25,1) 30%,rgba(21,169,15,1) 100%);
    background: linear-gradient(to bottom, rgba(34,235,25,1) 30%,rgba(21,169,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22eb19', endColorstr='#15a90f',GradientType=0 );
    box-shadow: 0 6px 12px -6px rgba(0,0,0,0.75);
    font-weight: bold;
    margin-left: -45px;
}

ul.green-check {
    list-style:none;
    padding-left: 2.5em;
}

.single-poll h1 {
    display: none;
}

/* Footer */
#footer-info {
    padding: 10px;
}
#footer-info a {
    font-size: 12px;
    text-decoration: underline;
}
#footer-bottom {
    background-color: #464646;
    text-align: center;
    padding: 0;
}
.et_monarch .et_social_networks .et_social_icons_container {
    display: flex;
    justify-content: flex-end;
}
#footer .et_pb_widget {
    margin: 0;
}
#footer .et_pb_widget:first-of-type {
    padding-top: 15px;
}
#footer .et_pb_widget:first-of-type.widget_media_image {
    padding-top: 20px;
}
#footer .et_pb_widget.widget_text .textwidget {
    padding-top: 5px;
}
#footer p.footer-desc-links {
    font-size: 12px;
}
#footer .et_pb_widget .widgettitle {
    border-bottom: none;
}

/* social bar */
.et_monarch .et_social_networks div.et_social_network_label {
    font-size: 13px;
}

/* Side Bar */
#text-2 .widgettitle, #text-4 .widgettitle, #text-5 .widgettitle, #text-6 .widgettitle, #text-7 .widgettitle, #text-11 .widgettitle, div[id^="custom_html-"] h4 {
    display: none !important;
}
.et_pb_widget .wppaszone {
    display: block !important;
}
.et_pb_widget.widget_text .textwidget {
    padding: 0;
}
#text-2 .textwidget, #text-4 .textwidget, #text-5 .textwidget, #custom_html-2 .textwidget, #text-6 .textwidget, #text-7 .textwidget {
    padding: 0px;
    text-align: center;
}
.et_pb_widget .widgettitle {
    background: none!important;
    padding: 15px 0px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-bottom: 1px #ccc solid;
}
.et_pb_widget.widget_search .search-field {
    border: 1px #eee solid;
}
.et_pb_extra_column_sidebar .et_pb_widget ul li:hover:before {
    margin: 0 0 0 -12px;
}
.et_pb_extra_column_sidebar .et_pb_widget ul li:before {
    transition: all 0.2s ease;
}
.et_pb_extra_column_sidebar .fixed {
    position: fixed;
    width: 308px;
    top: 56px;
}
/* Youtube Thumbnails */
article.et_post_format-et-post-format-video .et_overlay:before {
    content:'';
    color: #ff0000;
	font-size: 42px;
    transform: translate(-50%, -55%);
    margin: 0;
}

article.et_post_format-et-post-format-video .et_overlay {
    opacity: 1;
    z-index: 0;
}
.et_overlay {
    border: none;
}
.et_pb_extra_overlay {
    border-radius: 3px;
}

/* Remove "+" from image overlays */
/* .et_pb_extra_overlay:before, .et_overlay:before {
    content: '';
} */

/* Related Sponsored Posts */
.related-posts-content .mam_paszone_container {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding: 10px;
    box-sizing: border-box;
}

/* Search */
.et-top-search-primary-menu-item .et-top-search {
    border-color: #fff;
    border-width: 1px;
}
.et-top-search-primary-menu-item .search-icon:before {
    color: #333333;
    padding: 10px 15px 11px 15px;
}

.et-top-search-primary-menu-item .search-icon:hover:before {
    background-color: #ebeced;
    color: #205d34;
}
.et-top-search-primary-menu-item .et-top-search .et-search-field {
    background: rgba(255, 255, 255, 0.1);
    margin: 10px;
    padding: 10px 28px 10px 10px;
    width: auto;
}

/* IE & FF Fixes */
.edge .et_pb_extra_column_main .et_pb_module, .gecko .et_pb_extra_column_main .et_pb_module {
    margin-bottom: 25px;
}
.edge .et_pb_code.et_pb_module.et_pb_code_2, .gecko .et_pb_code.et_pb_module.et_pb_code_2 {
    margin: 13px 0;
    padding: 25px 0;
}


/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
    .posts-blog-feed-module.masonry .column.size-1of2 .post-content {
        min-height: 258px;
    }
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
    .posts-blog-feed-module.masonry .column.size-1of2 .post-content {
        min-height: 258px;
    }
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
    .et_pb_extra_column_sidebar .fixed {
        top: auto;
        position: relative;
        margin: 0 auto 24px auto;
    }
    .posts-blog-feed-module.masonry .column.size-1of2 .post-content {
        min-height: 0px;
    }
	.home #main-content, .single #main-content {
        padding-top: 0px;
    }
    #et-navigation {
        background: transparent;
        border: none;
        width: auto;
    }
    #et-mobile-navigation nav {
        padding: 20px 30px;
    }
    #main-header .logo {
        height: auto;
        width: 74%;
        margin: 3% 0 3% 2%;
    }
    #logo {
        height: auto;
    }
    @media only screen and (min-width: 600px) and (max-width: 980px) {
        .logo {
            width: 200px !important;
        }
    }
    /* .et-top-search-primary-menu-item .et-top-search .et-search-field {
        margin: 0;
        width: 100%;
    } */
    .posts-blog-feed-module.masonry .hentry {
        padding: 0 20px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        width: 100%;
    }
    #main-content .container {
        width: 100%;
    }
    .newsletter-signup {
        width: 90%;
        margin: 20px auto 0 auto;
    }
    .posts-blog-feed-module .post-content, .posts-blog-feed-module.masonry .post-content {
        padding: 0px;
    }

    .posts-blog-feed-module .excerpt p {
        font-size: 16px;
    }
    .post-meta.vcard p {
        font-size: 11px;
    }
    .widget_recent_entries li {
        padding: 15px 0;
    }
    .et_extra_layout.et_pb_gutters3 .et_pb_extra_row, .et_extra_layout.et_pb_gutters3 .et_pb_row {
        margin: 0px !important;
    }
    .et_pb_row:after, .et_pb_row_inner:after, .et_pb_slides:after, .et_pb_widget .Newsletter_new {
        display: none;
    }
    .with_sidebar .et_pb_extra_column_sidebar {
        margin: 0 auto;
        width: 90% !important;
    }
    #footer .et_pb_widget {
        margin: 0px auto;
    }
    #footer .et_pb_widget:first-of-type {
        text-align: center;
    }
    #footer .et_pb_extra_column {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
    }
    #footer .et_pb_widget.widget_text .textwidget {
        text-align: center;
    padding: 5px 20px 20px;
    }

    /* Single Post */
    .single-post #main-content .container {
        width: 90%;
    }
    .post-content.entry-content {
        font-size: 16px;
    }
    .archive h1, .search h1 {
        margin: 0 20px;
        border-bottom: none;
    }

    /* Mega Menu */
    header.header li.menu-item-has-children>a:after {
        content: '\e62d';
    }
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 1024px) {
    .posts-blog-feed-module.masonry .column.size-1of2 .post-content {
        min-height: 0px;
    }
    .posts-blog-feed-module.masonry .size-1of1 .hentry {
        width: 50%;
        border-bottom: none;
    }
    .posts-blog-feed-module.masonry .size-1of1 .column {
        display: flex;
        flex-flow: wrap;
    }
    .posts-blog-feed-module.masonry .size-1of1 .hentry:nth-child(n+3) {
        margin-bottom: 0px;
    }

    .posts-blog-feed-module.masonry .size-1of1 .hentry:nth-of-type(odd) {
        padding: 0 10px 0 20px;
    }

    .posts-blog-feed-module.masonry .size-1of1 .hentry:nth-of-type(even) {
        padding: 0 20px 0 10px;
    }
    .centered #et-navigation {
      width: 100%;
    }
    #et-mobile-navigation nav {
        z-index: 1;
    }
    .show-menu-button {
        float: right;
    }
    .newsletter-signup {
        margin: 0 auto;
        width: 100%;
    }
    .posts-blog-feed-module.sponsored .hentry {
        padding: 0 20px 20px 20px;
    }
    .posts-blog-feed-module .post-content {
        padding: 0 0 0 10px;
    }
    .et_pb_code.et_pb_module.sponsored {
        margin-bottom: 20px;
    }
    .et_extra_layout .posts-blog-feed-module.post-module {
        margin-bottom: 0px;
    }
    .et_pb_code.et_pb_module.et_pb_code_3 {
        margin: 1.375% 0;
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding: 2.75% 0;
    }
    .posts-blog-feed-module .hentry:last-of-type {
        margin-bottom: 20px;
    }
    .with_sidebar .et_pb_extra_column_sidebar {
        margin: 0 auto;

    }
    .posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column:last-child {
        padding-left: 10px;
    }
    .posts-blog-feed-module.masonry .paginated_page[data-columns="2"] .column:first-child {
        padding-right: 10px;
    }

    /* Single Post */
    .related-posts {
        margin: 0px;
    }
    .related-post {
        width: 25%;
        max-width: 25%;
        min-width: 25%;
        flex-basis: 25%;
    }
/*
    .related-post:nth-child(odd) {
        padding: 10px 15px 10px 0;
    }
    .related-post:nth-child(even) {
        padding: 10px 0 10px 15px;
    }
    .related-posts-header {
        margin-bottom: 10px;
    } */
    .related-posts-content {
        flex-wrap: wrap;
    }
/*  .related-posts-content .mam_paszone_container {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
    }
    .related-posts-content .mam_paszone_container:nth-child(even) {
        padding: 10px 0 10px 15px;
    } */
/*
    .Newsletter_new.well {
        width: 95%;
    }
*/
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
    .exclusives-template-default .post-content.entry-content {
        padding: 0;
    }
    .et-top-search-primary-menu-item .et-top-search {
        margin: 15px 0;
    }
    .et_extra_layout.et_pb_gutters3 .et_pb_extra_module {
        margin-bottom: 0px;
    }
    .posts-slider-module-items.carousel-items article {
        background-size:  contain;
        background-position: top;
    }
    .featured-posts-slider-module .post-content h3 {
        padding: 10px 20px;
    }
    .featured-posts-slider-module:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,.2);
        margin: 0 20px;
    }
    .et_monarch .et_pb_widget .et_social_networks {
        padding: 0;
    }
    .posts-blog-feed-module.sponsored .hentry, .posts-blog-feed-module .hentry {
        padding: 20px;
    }
    .search .posts-blog-feed-module .hentry {
        padding: 20px;
    }
    .et_monarch .et_social_networks .et_social_icons_container {
        justify-content: center;
    }
    .et_pb_code.et_pb_module.sponsored {
        margin-bottom: 0px;
    }
    .et_pb_code.et_pb_module.et_pb_code_3 {
        margin: 1.375% 0;
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding: 2.75% 0;
    }

    /* single Post */
    #breadcrumbs {
        font-size: 12px;
    }
    .et_monarch .et_social_inline_top {
        float: none;
        margin: 0 0 10px 0;
    }
    .post-thumbnail.header {
        flex-flow: wrap;
        height: 250px;
    }
	.post-header .post-meta {
		position: relative;
	}
	.post-header .post-meta:after {
		content: '';
		width: 36px;
		height: 100%;
		background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(255,255,255,1) 100%);
		position: absolute;
		top: 0;
		right: 0;
	}

	.post-header .post-meta p {
		font-size: 11px;
		white-space: nowrap;
		overflow-x: scroll;
	}
	h1.entry-title {
		font-size: 28px;
	}
    .related-posts {
        margin: 0px;
    }
    .related-post {
        padding: 20px 9px 0 0;
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        flex-basis: 50%;
    }
    .related-post .featured-image {
        margin: 0 0 10px;
    }
    .related-post .title {
        margin: 0 10px 10px 0;
    }

    .Newsletter-signup-submit {
        padding: 0 .875em .875em;
    }
    .related-posts-content .mam_paszone_container {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        padding: 0 0 0 9px;
    }
    .post.carousel-item {
        background-size: contain;
        background-position: center top;
    }
    .single .related-posts-content .mam_paszone_container {
        margin: 0px;
    }

    /* Mega Menu */
    .recent-list .post-meta-byline {
        display: none;
    }
    #et-navigation .sub-menu li a {
        font-weight: 600;
    }

    #footer {
        margin: 0px;
    }
    #footer .et_pb_widget.widget_monarchwidget {
        padding: 10px 0;
    }
    #footer .et_pb_widget li:last-child {
        margin-right: 0px !important;
    }
    #footer .et_pb_extra_column {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
    .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content h3 a {
        color: rgba(0,0,0,1);
    }
    .posts-blog-feed-module.sponsored .hentry, .posts-blog-feed-module .hentry {
        padding: 20px 20px 0 20px;
    }
    .et_monarch .et_pb_widget .et_social_networks {
        padding: 0;
    }
    #et-mobile-navigation {
        width: 94%;
    }
    .show-menu-button {
        float: right;
    }
    #et-navigation li a {
        font-weight: normal;
        text-align: left;
        font-size: 1em;
    }
    #footer .et_pb_extra_column {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .post-excerpt, .leadgen-desktop {
        display: none;
    }

    .post-excerpt blockquote {
        font-size: 16px;
        padding: 5px 5px 5px 10px;
        line-height: 1.8em;
    }

	.post-template-default .page article, .single article {
		padding: 8px;
	}

	.post-thumbnail.header {
		width: 100%;
		float: none;
		margin: 8px 0 16px 0;
	}

	.post-header, .post-thumbnail.header, .page .post-wrap, .post-wrap {
		padding: 0;
	}

	#main-header .container	{
		width: 100%;
	}
	.post-content img.alignleft {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto 20px;
	}
	.category.et_extra_layout .et_pb_extra_column_main .et_pb_row {
		margin: 0 !important;
	}

	.category.et_extra_layout .et_pb_extra_column_main .et_pb_column {
		padding: 0 !important;
	}
}

/* Trade Widget */

.tv-embed-widget-wrapper__header {
    display: none !important;
}

.js-embed-widget-head {
    display: none !important;
}
.eform-button-container-inner {max-width: 350px; margin: 0px auto !important;}

.page-id-17889 #main-content .container {
  background-color:white;
  padding-left:25px;
  padding-right:25px;
}

.page-id-17889 .tfs-mw-wrapper-block {
  margin: auto;
}

/*Thomas removed background white above*/
.single-post #main-content .container .post-nav.preview {
  display:none;
}

/* #et-search-icon {
  margin-left: 0;
	margin-right: 5px;
} */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .mam-fixed-header #et-navigation #et-menu li a {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

/* JS START */
  #header-bh-account-wrapper {
    width: 100%;
    background-color: #205d34;
    margin: 0; padding: 0;
  }
/* JS END */

  #main-header-wrapper #main-header .container img {
    margin:0 auto;
  }

  .mam-fixed-header #main-header .container .logo {
    margin: 8px auto;
  }

  .mam-fixed-header #logo {
    height: 50px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #header-bh-account-wrapper {
    display:none;
  }
}

@media only screen and (max-width: 600px) {
    #header-bh-account > ul {
      display:none;
    }
    #header-bh-account {
        height: 13px;
    }
}

@media only screen and (max-width: 980px) {
    #main-header .logo {
        height: auto !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.mam-fixed-header #et-navigation #et-menu li a {
    padding: 10px 10px;
  }
  #header-bh-account-wrapper {
    display:none;
  }
}

/* Responsive styles to keep the stock ticker flush against the header navigation BEGIN */
@media only screen and (max-width: 991px) {
    header.header {
        height: 93px;
    }
}

@media only screen and (max-width: 600px) {
    header.header {
        height: 56px;
    }
}

@media only screen and (max-width: 599px) {
    header.header {
        height: 69px;
    }
}

@media screen and (max-width: 991px) and (min-width: 981px) {
    header.header {
        height: 69px;
    }
}
/* Responsive styles to keep the stock ticker flush against the header navigation END */

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  #header-bh-account-wrapper {
    display: block;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .mam-fixed-header #et-navigation #et-menu li a {
    padding: 10px 15px;
  }

  #header-bh-account-wrapper {
    display: block;
  }
}

#header-bh-account-wrapper {
    width: 100%;
    background-color: #212121;
    margin: 0;
}

#header-bh-account {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 2px 0;
  text-align: right;
  max-width: 1250px;
  font-size: 13px;
  color:white;
}

/* JS START */
#header-bh-account a {
  color:white;
  text-decoration: none;
}

#header-bh-account ul    {
  margin:0;
  padding: 0;
  list-style: none;
  float: right;
}


#header-bh-account ul li {
  font-size: 13px;
  margin: 0;
  padding: 10px;
  display: inline-flex;
}


#header-bh-account ul li:hover { background-color: #115425; }


#header-bh-account ul li.header-bh-login {
  color: #000;
  background-color: #cbe54e;
}

.prem-icon { margin-right: 5px; }

/* JS END */

.header-bh-account-spacer {
  margin-right: 15px;
  cursor: pointer;
}

.header-bh-account-icon {
  width:12px;
  height:12px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-bottom: -1px;
}

.header-bh-my-account {
  cursor: pointer;
}

/* JS START */
.header-bh-login {
  color: #115425;
  font-weight: 700;
  cursor: pointer;
}
/* JS END */

.et-top-search-primary-menu-item {
  display:none;
}

/* #et-search-icon::before {
  content: '';
}

#et-search-icon {
    background-image: url('https://cloudcollective.s3.us-east-1.amazonaws.com/shareableAssets/images/MAM2.0/MAMSearch.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
    width: 375px;
    padding-bottom: 50px;
} */

#et-mobile-navigation .et-top-search-primary-menu-item {
    display: flex;
    flex-flow: row;
    align-items: center;
}

#et-mobile-navigation .et-top-search-primary-menu-item .search-icon {
    display: none;
}

#et-mobile-navigation .et-top-search-primary-menu-item .et-top-search {
    margin: 0;
}

#et-mobile-navigation .et-top-search-primary-menu-item .et-top-search .et-search-field {
    margin: 10px 0;
    width: 100%;
}

#bh-header-nav-search-mobile {
  background-color:#39B54A;
  margin-left:-30px;
  padding-left:30px;
  width:200%!important;
}

#et-mobile-navigation .bh-branded-mobile-nav {
  background-color:#197337;
  margin-left:-30px;
  padding-left:30px;
  width:200%!important;
}

#bh-header-nav-mobile-last {
  padding-bottom: 5px;
  margin-bottom: -20px;
}

#et-navigation > #et-menu > li > a:hover {
  background-color: #ebeced;
}
