@font-face {
	font-family: 'Futura Medium';
	src: url('../fonts/Futura Medium.eot');
	src: url('../fonts/Futura Medium.woff') format('woff'), url('../fonts/Futura Medium.ttf') format('truetype'), url('../fonts/Futura Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura Medium Italic';
	src: url('../fonts/Futura Medium Italic.eot');
	src: url('../fonts/Futura Medium Italic.woff') format('woff'), url('../fonts/Futura Medium Italic.ttf') format('truetype'), url('../fonts/Futura Medium Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura Normal';
	src: url('../fonts/futura-normal.eot');
	src: url('../fonts/futura-normal.woff') format('woff'), url('../fonts/futura-normal.ttf') format('truetype'), url('../fonts/futura-normal.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura Bold';
	src: url('../fonts/Futura Bold.eot');
	src: url('../fonts/Futura Bold.woff') format('woff'), url('../fonts/Futura Bold.ttf') format('truetype'), url('../fonts/Futura Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* reset */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
/* end reset */

p#top-search{margin-bottom:0;margin-left: 4px;}

/* Quick Hack to hide WP-Admin bar when logged in */
#wpadminbar{
    opacity:0.3;
    height:2px;
    overflow:hidden;
}
#wpadminbar:hover {
	opacity:1;
	overflow:visible;
	height:auto;
}

.load-more-row {
    width:100%;
}

/* Quick tweak for hilight and share */
.highlight-and-share-wrapper{
    transform: translateX(-20%);
}

/*homepage*/
/*.fa-times-circle:before {
    content: "\f057";
}
	.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}*/
.top-post {
    margin-bottom: 1.5rem;
}
.col-md-12.podcast-content {
    margin-top: 2em;
}
/*podcast widget*/
.widget.hermoney_widget_podcastsubscribe {
    margin-bottom: 15px;
	border: 1px solid black;
	padding: 5px;
}
/* podcast dropdown button*/
.podcast-dropdown {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #FFF;
}
.red-button{font-family: arial, sans-serif;font-size: 14px;text-align: center;background: #cc1641;border: 0 !important;color: #fff !important;padding: 15px 50px !important;margin-top:40px;transition:.4s ease;}
.red-button:hover,.red-button:focus{background:#f19279;text-decoration:none;}
.modal .sub-form{text-align: center;	height: 66px;	margin-top: 40px;}

.podcast-dropdown input[type=checkbox] {
    display: none;
}
.podcast-dropdown input[type=checkbox]:checked ~ label {
    background-color: #b3002B;
}
.podcast-dropdown label {
    margin: 8px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    position: relative;
    background-color: #CC1641;
    padding: 8px 20px;
    cursor: pointer;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    width: 100%;
    max-width: 360px;
    display: block;
}
.podcast-dropdown input[type=checkbox]:checked ~ ul {
    display: block;
}
.podcast-dropdown ul {
    z-index: 99;
}
.podcast-dropdown ul {
    position: absolute;
    list-style: none;
    text-align: left;
    width: 100%;
    z-index: 1;
    margin: -8px 0 0 0px;
    padding: 0;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    display: none;
}
.podcast-dropdown ul li {
    padding: 0;
    background-color: #CC1641;
    color: white;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
}
.podcast-dropdown ul li a {
    display: block;
    padding: 15px;
}

/*podcast thumbnail icon overlay*/
.term-podcasts #results .col-md-4:before {
    background: url(https://www.hermoney.com/wp-content/uploads/2019/10/fem_podcast_white_black_outline.svg) top center no-repeat;
    content: '';
    background-size: contain;
    z-index: 9999;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 10px;
}

/*CSS from livesite customizer*/



.cta-gray-box {
    border:1px solid #f0f0f0;
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 28px 28px;
	padding-bottom:10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 1.5em;
}

.cta-button{
	display: inline-block;
	    color: #ffffff;
    border: none;
    background-color: #fb8f63;
    background-image: -webkit-linear-gradient(left, #fb8f63 0%, #c24665 50%,#fb8f63 100%);
    background-image: linear-gradient(to right, #fb8f63 0%, #c24665 50%,#fb8f63 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
	border-radius: 5px;
	padding: 12px 20px;
    text-transform: uppercase;
	font-size:0.8em;
	text-decoration:none !important;
}

.cta-button:hover, .cta-button:focus{
	color: #fff !important;
	background-image: -webkit-linear-gradient(left,#fb8f63  0%, #c24665 50%, #fb8f63 100%);
    background-image: linear-gradient(to left, #fb8f63 0%, #c24665 50%,#fb8f63 100%);
	 background-position: right center;

}






figure img{max-width:100%!important;height:auto}
 figure img {
    max-width: 100%;
    height: auto;
}
#sub-form ._form_16 {
    width: 100%!Important;
    margin: 0!Important;background:none!important;
    padding: 0!Important;
}
#sub-form ._form_16 input[type="text"]{width:100%!Important;}
#sub-form ._form-content div:first-child {
    width: 0 !important;
}
#sub-form ._button-wrapper._inline-style {
    width: 34%!Important;
	margin-left:0!Important;
}
#sub-form ._button-wrapper._inline-style button{width:100%!Important}

#sub-form ._form-branding {
    display: none;
}
aside#text-2 h2, aside#text-3 h2{
    display:none
}
aside#text-2, aside#text-3{text-align:center;}
aside#text-3 {display:none}
.tax_podcasts .featured-img.mb-4:before, .tag-hermoney-podcast .featured-img.mb-4:before, .article_type-podcasts .featured-img.mb-4:before{
    background: url(https://www.hermoney.com/wp-content/uploads/2019/10/fem_podcast_white_black_outline.svg) top center no-repeat;;
    content: '';
    background-size:contain;
    display: block;
    width: 80px;
    height: 80px;
    position:absolute;
    right:30px;
    top:30px
}
.term-podcasts #results .col-md-4:before{
       background: url(https://www.hermoney.com/wp-content/uploads/2019/10/fem_podcast_white_black_outline.svg) top center no-repeat;;
    content: '';
    background-size:contain;
    z-index:9999;
    display: block;
    width: 35px;
    height: 35px;
    position:absolute;
    right:20px;
    top:10px
}
.home .bg-dark .col-md-3:before {
    background: url(https://www.hermoney.com/wp-content/uploads/2019/10/fem_podcast_white_black_outline.svg) top center no-repeat;
    content: '';
    background-size: contain;
    z-index: 99;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 10px;
}
.home .bg-dark .col-md-6:before,
.home .bg-dark .owl-carousel.owl-drag .owl-item:before{
    background: url(https://www.hermoney.com/wp-content/uploads/2019/10/fem_podcast_white_black_outline.svg) top center no-repeat;
    content: '';
    background-size: contain;
    z-index: 99;
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 20px;
    top: 10px;
}
.quiz_section .qsm_contact_div{
    margin-top: -20px;
}

.quiz_section.quiz_begin {
	display: none;
}
input.qsm-btn.qsm-submit-btn.qmn_btn {
    background: #cc1641!Important;
    border: none;
    outline: 0;
}

input.mlwEmail.mlwRequiredText.qsm_required_text {
    outline: 0!Important;
    border: 1px solid #ccc!important;
}


#table-of-contents ul li, #table-of-contents ol li{font-size:18px;list-style:disc}
._form-thank-you {color:#fff;font-size:20px}
div#form-subscribe input {
    width: 78%;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 7px 10px;
}
.modal div#form-subscribe input{
	width:67%;padding:8px 10px;
}
div#form-subscribe button{
    background:#CC1641;
    border:1px solid #CC1641;
    font-size:18px;
    color:#fff;
	margin-left:-3px;
    text-transform:uppercase;
    padding:7px 10px
}
div#form-subscribe button:hover{
     background:#B3002B;
}
form#_form_18_ input{
    display:block;
    width:100%;
    padding:5px;
    margin:0;
}
form#_form_18_ label{
    display:block;
    font-weight:700;
    color:#000;
    margin:15px 0 5px;
}
form#_form_18_ button{
    border:none;
    background:#CC1641;
    color:#fff;
    margin:10px 0;
    padding:5px 10px;
}
form#_form_18_ button:hover{
    background:#B3002B
}
form#_form_18_  ._form-thank-you {
    color: #000;
    font-weight: 700;
    font-size: 30px;
}

.hermoney_widget_subscribe div#form-subscribe{text-align:center;margin-top:10px}

.hermoney_widget_subscribe div#form-subscribe input{width:50%}
.hermoney_widget_subscribe div#form-subscribe input, .hermoney_widget_subscribe div#form-subscribe button{font-size:12px;}
div#home-subscribe-section {
    border: 1px solid #ccc;
    max-width:12000px;
    margin:0 auto;
	height:252px;
}
div#home-subscribe-section  ._form-thank-you {
    color: #000;
}
.widget ._form-thank-you {
    text-align: center;
    color: #000;
    font-size: 17px;
}
.home-subscribe-image .vc_column-inner{
    background-size: cover;
    background-position: center;
}
div#home-subscribe-form {
    padding: 20px 20px 0;
}
div#home-subscribe-form h2{
    font-size:30px;
    margin:0 0;
}
div#home-subscribe-form {}
@media only screen and (max-width: 1000px){
.tax_podcasts .featured-img.mb-4:before, .tag-hermoney-podcast .featured-img.mb-4:before, .article_type-podcasts .featured-img.mb-4:before {
    width: 50px;
    height: 50px;
}
	/*mobile sharing footer bar*/
.et_monarch .et_social_mobile{
	display: none;
}
.term-podcasts #results .col-md-4:before{width:20px;height:20px}
}
@media only screen and (max-width: 768px){
.tax_podcasts .featured-img.mb-4:before, .tag-hermoney-podcast .featured-img.mb-4:before, .article_type-podcasts .featured-img.mb-4:before {
    width: 45px;
    height: 45px;
}
.term-podcasts #results img.img-fluid{display:block;margin:0 auto}
.term-podcasts #results article.col-md-4.mb-4 {
    max-width: 400px;
    margin: auto;
}
.term-podcasts #results .col-md-4:before{width:30px;height:30px}
	.js-banner-slider {	height: 95vw;}
}

    .dropdown.advice .dropdown-menu .row {
      display: block;
      vertical-align: top;
      width: 100%;
      text-align: center;
    }
    .dropdown.advice .dropdown-menu .row a {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      padding-left: 15px;
    }
    .dropdown.advice .dropdown-menu .row .box {
      width: 100%;
      text-align: center;
    }
    .dropdown.advice .dropdown-menu .row .box img {
      width: 100%;
      height: 180px;
      background: #d9d9d9;
    }
    .dropdown.advice .dropdown-menu .row .box p {
      font-family: "Oswald", Impact, "Franklin Gothic", sans-serif;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 0.1px;
      line-height: 34px;
      text-transform: uppercase;
    }
@media only screen and (max-width: 500px){
.tax_podcasts .featured-img.mb-4:before, .article_type-podcasts .featured-img.mb-4:before {
    width: 40px;
    height: 40px;

}
}
@media only screen and (max-width: 768px){
	aside#text-2{display:none}
	aside#text-3{display:block}
	.home .bg-dark .col-md-6:before, .home .bg-dark .owl-carousel.owl-drag .owl-item:before{width:30px;height:30px;}
}

div#confirmation-notification {
    background: linear-gradient(45deg, #fa8e63, #d96364, #c54964);
    padding: 10px;
    text-align: center;
    color: #fff;
    max-width: 100%;
    font-size: 17px;
    margin: 0 auto;
}
.et_monarch .et_social_mobile {
    display: none;
}

/**fidelity ad placement**/
/**home podcast**/
.ad-box {
    background: #fff;
    font-size:14px;
    position:absolute;
    right:0;
    margin-top:20px;
    width:100%;max-width:730px;
    padding:15px;
}
.ad-box--podcasts {

	max-width: unset !important;
	border: 2px solid black;
	padding: 10px 15px !important;
	margin-bottom: 15px !important;
}
.ad-box--podcasts p {
	margin-bottom: 0 !important;
}
@media(min-width:768px){
	.ad-box--podcasts p {
		font-size: 14px !important;
	}
}
@media(min-width:992px){
	.ad-box--podcasts {
		max-width: 45% !important;
	}
}
.home .ad-box br{display:none;}
.ad-box img{
    float:left;
    max-width:200px;
    margin-right:20px;
}

.home .row.mb-5.pt-5.pb-2.bg-dark {
    padding-top: 120px!Important;
}
div#podcast-page.ad-box{
    position: relative;
    margin: -20px  auto 35px;
    max-width:835px;
}

.ad-box span.small{
    display:block;
    font-size:12px
}
.ad-box a{text-decoration:none;}
.ad-box{font-family:Poppins;}
div#podcast-page.ad-box p{margin:0}
div#podcast-page.ad-box h3{font-size:20px;margin:0}
div#podcast-bottom{position:relative;margin:0 auto;font-size:16px;text-align:left;max-width:800px}
div#podcast-bottom p .small{display:block;}
div#podcast-bottom img{float:right;height:auto;max-width:250px}
div#podcast-bottom a{color:#CC1641;}
.has-content-area figure img {
    max-width: 100%;
    height: auto;
}
.has-content-area h2 span {font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;}
#cart-search {
    width: fit-content;
    margin-top: 0 !important;
    display: flex;
    padding-top: .6em !important;
	align-items: center;
	justify-content: flex-end;
}
.cart-contents {
    position: relative;
    justify-content: center;
	/* background: url(https://www.hermoney.com/wp-content/themes/HerMoney/media/images/icon-bag.png) no-repeat; */
	background: url(../../assets/images/shop-bag.svg) left center no-repeat no-repeat;
    display: inline-block;
	/* height: auto; */
	height: 24px;
    padding-left: 26px;
    /* padding-top: .2em; */
    padding-top: .3em;
    font-size: 14px;
	/*width: -moz-max-content;
	width: max-content;*/

}
a.shop-header-link {
    display: inline-block;
    font-size: 14px;
	text-transform: uppercase;
	position: relative;
	top: 2px;
}
span.header-bag-text {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
}

.header-bag-icon {
    display: inline-block;
}
.subscribe-sticky{
    margin-top: -0.8em !important;
}
.navbar .nav-item .main-nav {
    padding: 1.2rem .6vw 1rem;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
.navbar .nav-item .nav-link--alt {
	color: #CC1641;
}
#navbarSupportedContent .p-0.float-left.zindex-10.nav-btn.mt-2 {
    /*margin-top: -0.3em !important;*/
	margin-top: 0 !important;
}
/*
#hermoney_widget_subscribe-5 #sub-form ._button-wrapper._inline-style {
    margin: 0 0 0 20px !important;
    width: 83% !important;
    padding-left: 0;
}*/
div#home-subscribe-section .vc_row {
    margin-left: 0;
    margin-right: 0;
}
#hermoney_widget_subscribe-5 #sub-form ._inline-style, .hermoney_widget_subscribe #sub-form ._inline-style {
    margin: 0 0 10px;
    width: 100% !important;
    padding-left: 0;
}
#home-subscribe-form #sub-form ._button-wrapper._inline-style button, .hermoney_widget_subscribe #sub-form ._button-wrapper._inline-style button {
    width: 100%!important;
    border-radius: 0;
    border: 1px solid #cc1641 !important;
}

@media only screen and (max-width:767px){

	#hermoney_widget_subscribe-5 #sub-form ._button-wrapper._inline-style {
		margin: 10px 0 0 0 !important;
		width: 100% !important;
		padding-left: 0;
	}
	div#home-subscribe-section {
		height:auto;
	}
	#home-subscribe-form #sub-form ._button-wrapper._inline-style {
		width: 100% !important;
		margin: 10px auto auto !important;
	}
	.cart-contents {
		padding: 5px 8px 0;
		min-width: 22px;
		margin-left: 5px;
		text-align: center;
			height: 25px;
		position: relative;
left: -14px;
	}
	#top-search {
  margin-bottom: 0;
}
	span.header-bag-text, a.shop-header-link {
		display: none;
	}

	button#searchButton2 {
		color: #000;
		padding: 0;
	}

	.home .row.mb-5.pt-5.pb-2.bg-dark{
		padding-top:180px;
	}

	.podcast-home-title { text-align: center; }
	.podcast-home-title .view-all {
		float: none !important;
	}
}

/*end live site additional css*/

@media(max-width:768px){
    html,body{width:100%;}
    #wpadminbar{display:none;}

    /* Close on right on mobile modals */
    .modal-header{
        align-items: flex-end;
        flex-direction: column;
	}

	.load-more-row{
		display:inline-block;
        margin:0 auto;
        padding:0 15px;
	}
	.home-section, body.home .px-0{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	div#home-subscribe-section .pr-0{
		padding-left: 0;

	}
	.home-subscribe-image{
		margin-left: 0 !important;
	}

}

.no-transition{
	transition:none !important;
	filter:none !important;
}

.video-aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%; /* The height of the item will now be 56% of the width. */
}
.video-aspect-ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/* end Quick tweak for hilight and share */

/* Header */
.clear-right {
	clear: right;
}

.fa {
	font-size: 18px;
	color: #888;
	margin: 0 5px;
}

.top-header {
	border-bottom: 1px solid #dee2e6;
}

.custom-logo-link img {
	max-width: 266px;
	width:266px;
	height: auto;
}

.top-social,
.top-subscribe {
	/*padding: 20px 0 0 0;*/
}

/* Footer */

#site-footer {
	background: #000;
	color: #fff;
	padding: 0 15px 20px 15px;
}

#site-footer .widget-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

#footer-sidebar1 > div {
	width: 100%;
	max-width: 340px;
	margin-left: auto !important;
	margin-right: auto !important;
}

#footer-sidebar2 ul,
#footer-sidebar3 ul {
	padding: 0;
}

#footer-sidebar2 li,
#footer-sidebar3 li {
	list-style: none;
	padding: 0.25rem 0.25rem;
}

footer .menu a {
	color: #fff;
}

footer .menu a:hover {
	color: #c36;
	text-decoration: underline;
}

.divider-white {
	border-color: #FFFFFF;
}

#site-footer .col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
	width: 100%;
}

#site-footer .float-left {
	float: left !important;
}

#site-footer .menu {
	clear: both;
}

#site-footer hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#site-footer .row {
	padding-top: 3rem !important;
	padding-bottom: 2rem !important;
}

#site-footer .border {
	border: 1px solid #dee2e6 !important;
}

.bottom-social .fa {
    font-size: 26px;
    color: #fff;
    margin: 0 10px;
}
.pad15 {
	padding: 15px;
}

.center {
	text-align: center;
}

.mar10 {
	margin: 10px;
}

#site-footer .fa {
	font-size: 25px;
	color: #ffffff;
	margin: 0 5px;
}


/* Main */
body {
	font-family: 'Poppins', "Helvetica", sans-serif;
	font-size: 16px;
	color: #000000;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

/* Home Subscribe */
.home-subscribe-image {
	padding: 125px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: -30px;
}

/* home podcast */
.home .bg-dark .col-md-3:before {
    background: url(https://www.hermoney.com/wp-content/uploads/2019/10/fem_podcast_white_black_outline.svg) top center no-repeat;
    content: '';
    background-size: contain;
    z-index: 99;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 10px;
}
.home .bg-dark .col-md-6:before,
.home .bg-dark .owl-carousel.owl-drag .owl-item:before{
    background: url(https://www.hermoney.com/wp-content/uploads/2019/10/fem_podcast_white_black_outline.svg) top center no-repeat;
    content: '';
    background-size: contain;
    z-index: 99;
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 20px;
    top: 10px;
}

/**fidelity ad placement**/
/**home podcast**/
/**fidelity ad placement**/
/**home podcast**/
.ad-box {
    background: #fff;
    font-size:14px;
    position:absolute;
    right:0;
    margin-top:20px;
    width:100%;max-width:730px;
    padding:15px;
}
.home .ad-box br{display:none;}
.ad-box img{
    float:left;
    max-width:200px;
    margin-right:20px;
}

.home .row.mb-5.pt-5.pb-2.bg-dark {
    padding-top: 120px!Important;
}
div#podcast-page.ad-box{
    position: relative;
    margin: -20px  auto 35px;
    max-width:835px;
}

.ad-box span.small{
    display:block;
    font-size:12px
}
.ad-box a{text-decoration:none;}
.ad-box{font-family:Poppins;}
div#podcast-page.ad-box p{margin:0}
div#podcast-page.ad-box h3{font-size:20px;margin:0}
div#podcast-bottom{position:relative;margin:0 auto;font-size:16px;text-align:left;max-width:800px}
div#podcast-bottom p .small{display:block;}
div#podcast-bottom img{float:right;height:auto;max-width:250px}
div#podcast-bottom a{color:#CC1641;}

/**subscribe page***/

section#subcribe-banner {
	padding: 40px 0 94px;
	overflow: hidden;
	position: relative;
	background: #feb291;
}

section#subcribe-banner:before {
	position: absolute;
	/* content:''; */
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 234px;
	background: url(../../assets/images/white-pattern.png) top center no-repeat;
	z-index: 99;
	background-size: cover;
}

section#subcribe-banner {
	position: relative;
	z-index: 99;
}

section#subcribe-banner .container {
	position: relative;
	z-index: 999;
	max-width: 960px;
}

section#subcribe-banner .container.v2 {
	z-index: 0
}

section#subcribe-banner .wrapper {
	max-width: 690px;
}

section#subcribe-banner h1 {
	color: #fff;
	font: 600 53px 'Futura Medium';
	line-height: 1.3em;
	letter-spacing: 3px;
}

section#subcribe-banner h1 em {
	display: block;
	font: 52px 'Futura Medium Italic';
}

section#subcribe-banner h2 {
	color: #0e0e0e;
	font: 600 51px 'Futura Medium Italic';
	margin-top: 25px;
	letter-spacing: 1.5px;
}

section#subcribe-banner a.btn {
	text-transform: uppercase;
	font: 700 14px Poppins;
	padding: 15px 30px;
	color: #110e0f;
	border: 3px solid #110e0f;
	position: relative;
	letter-spacing: 1px;
}

input::placeholder {
	font-style: italic;
	font-weight: 300
}

section#subcribe-banner input[type="text"] {
	border: none;
	padding: 7px 10px;
	background: #fff;
	width: 100%!IMPORTANT;
	max-width: 353px;
	font-size: 18px;
}

section#subcribe-banner button,
#subcribe-banner ._button-wrapper._inline-style button._submit,
#subcribe-banner ._button-wrapper._inline-style button._submit {
	color: #fff;
	font: 18px "Futura Medium Italic"!important;
	border: none;
	border-radius: 50px;
	background: #c03e5e;
	padding: 10px 35px!important;
	text-transform: uppercase;
	margin-left: 10px;
	letter-spacing: 1px;
}

#form-1,
#form-2 {
	margin: 20px 0;
}

.option {
	position: relative;
	font: italic 15px 'Futura Medium Italic';
	color: #5c5c5c;
	padding-left: 25px;
	margin: 5px 15px;
	cursor: pointer;
}

input.options:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 2px;
	color: #000;
}

.options {
	/* -webkit-appearance: none; */
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	border: 1px solid #fff;
	background: transparent;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: 0;
	top: 2px;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	transition: .05s border-color ease-in-out;
	position: absolute;
	left: 0;
	z-index: 99;
}

div#read-the-latest:before {
	content: url(../../assets/images/arrow-2.png);
	position: absolute;
	top: -85px;
	left: 86px;
	z-index: 99;
}

section#subcribe-banner .container:after {
	clear: both;
	content: '';
	display: block;
}

#form-2 {
	display: none;
}

div#read-the-latest {
	float: right;
	width: 48%;
	position: relative;
	margin-bottom: 10px;
	z-index: 999;
	margin-top: -30px;
}

img#phone {
	position: absolute;
	bottom: -87px;
	right: -50px;
	max-width: 340px;
}

section#more-than-newsletter h2 {
	text-align: center;
	font: 700 40px 'Futura Bold';
	letter-spacing: 3px;
	margin: 0 0 30px;
}

section#more-than-newsletter h2 span:after {
	background: #fbdfd2;
	width: 103%;
	content: '';
	display: block;
	height: 74%;
	position: absolute;
	bottom: -10px;
	z-index: -1;
	left: -10px;
}

section#more-than-newsletter h2 span {
	position: relative;
	display: inline-block;
}

section#more-than-newsletter {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	margin-top: 0;
	padding-top: 0;
	z-index: 99;
	background: #feb291;
}

section#more-than-newsletter .container {
	padding-top: 50px
}

section#more-than-newsletter .container {
	max-width: 920px;
}

section#more-than-newsletter>div:after {
	border-bottom: 3px solid #221f1f;
	max-width: 900px;
	margin: 0 auto;
	display: block;
	content: '';
}

.service {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	margin: 10px 0;
	text-align: left;
	color: #221f1f;
	font: 600 18px 'Futura Medium';
	line-height: 1.3em;
	letter-spacing: 1.5px;
}

.service .icon,
.service p {
	display: inline-block;
	color: #221f1f;
	vertical-align: top;
}

.service .icon {
	width: 27%;
	margin-right: 1%;
	text-align: center;
}

.service p {
	width: 70%;
}

.service .icon img {
	max-width: 105px;
	height: auto
}

div#susbcribe-footer form:before {
	content: url(../../assets/images/graphic-left.png);
	position: absolute;
	left: 0;
	top: 50px;
	display: block;
}

div#susbcribe-footer form:after {
	content: url(../../assets/images/graphic-right.png);
	position: absolute;
	right: 25px;
	top: 50px;
	display: block;
}

section#financial-expert h2 {
	max-width: 960px;
	font: italic 600 33px Poppins;
	margin: 0 auto;
	letter-spacing: 2px;
}

section#financial-expert h2:after {
	clear: both;
	content: '';
	display: block;
}

section#financial-expert h2 span {
	position: relative;
	display: block;
	font: 700 60px 'Futura Bold';
	letter-spacing: 4px;
	margin-left: 35%;
	text-align: center;
}

section#financial-expert h2 span:after {
	background: #fbdfd2;
	width: 92%;
	content: '';
	display: block;
	height: 47%;
	position: absolute;
	bottom: 0px;
	z-index: -1;
	left: 4%;
}

img#expert-banner {
	max-width: 100%;
	margin-bottom: 20px;
	width: 100%;
}

section#financial-expert p {
	padding: 0 40px;
}

section#financial-expert {
	font: 600 21px 'Futura Medium';
	color: #221f1f;
}

section#financial-expert .container {
	max-width: 960px;
}

section#financial-expert p {
	color: #221f1f;
	line-height: 1.4em;
	letter-spacing: 1.5px;
}

section#financial-expert strong {
	font-family: 'Futura Bold'
}

#featured {
	text-align: center;
	margin: 60px auto;
}

#featured img {
	margin: 10px 15px;
	max-width: 130px;
	height: auto;
}

div#susbcribe-footer {
	text-align: center;
	position: relative;
	max-width: 720px;
	margin: 0 auto 80px;
}

div#susbcribe-footer h3 {
	font: 700 39px Poppins;
	color: #110e0f;
	letter-spacing: 2px;
}

div#susbcribe-footer input[type="text"] {
	display: block;
	border: 1px solid #110e0f;
	font-size: 25px;
	padding: 15px 20px;
	width: 100%;
	max-width: 500px;
	margin: 10px auto;
}

#susbcribe-footer button#_form_20_submit {
	color: #fff;
	font: 600 22px "Futura Medium Italic";
	letter-spacing: .5px;
	border: none;
	border-radius: 20px;
	background: #cc1641;
	padding: 10px 35px!important;
	text-transform: uppercase;
	margin: 0 10px!important;
	cursor: pointer;
	letter-spacing: 1px;
	display: block;
}

#susbcribe-footer button:hover,
section#subcribe-banner button:hover {
	background: #c03e5ef0;
}

#susbcribe-footer ._form_20 {
	padding: 0!important;
	width: 100%!Important;
	max-width: 720px;
	margin: 0 auto;
}

#susbcribe-footer ._form_20 form {
	padding: 42px 100px!important;
}

@media (max-width:500px) {

  #susbcribe-footer ._form_20 form {
	padding: 10px!important;
  }
}

#susbcribe-footer ._form_20 ._inline-style {
	/* float:none!important; */
	width: 60%;
	margin-left: 0 !important;
}

#susbcribe-footer ._form_20 ._button-wrapper._inline-style {
	width: 39%;
	margin: 30px 0!important;
}

#susbcribe-footer ._form_20 ._inline-style input {
	width: 100%!important;
}

img#curve {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	left: 0;
	max-height: 230px;
}

#form-1 ._form_20 ._form._form_20,
#form-2 ._form_16 ._form._form_16 {
	background: none!important;
	width: 100%!Important;
	margin: 0!important;
	padding: 0!important;
}

#subcribe-banner #_form_5EC48222C6445_._inline-style ._button-wrapper,
#subcribe-banner #_form_5EC48222C66BD_._inline-style ._button-wrapper {
	margin: 30px 0 0!important;
}

#subcribe-banner #_form_5EC48222C6445_ ._inline-style input[type="text"],
#subcribe-banner #_form_5EC48222C66BD_ ._inline-style input[type="text"] {
	width: 100%!Important;
}

#subcribe-banner ._form_element._x71156718._inline-style,
#_form_5EC48222C66BD_ ._form_element {
	width: 50%!Important;
	display: inline-block!important;
	margin-left: 0!important
}

#subcribe-banner ._button-wrapper._inline-style {
	width: 29%;
	margin: 20px 0 0!Important;
}

._form-branding {
	display: none;
}

div#confirmation-notification {
	background: linear-gradient(45deg, #fa8e63, #d96364, #c54964);
	padding: 20px;
	text-align: center;
	color: #fff;
	max-width: 1140px;
	font-size: 20px;
	margin: 20px auto 0;
}
h2.page-title a.font-weight-bold {padding-right:10px}
@media only screen and (max-width: 1500px) {
	section#subcribe-banner {
		padding: 40px 0 113px;
	}
}

@media only screen and (max-width: 1250px) {
	section#subcribe-banner {
		padding: 40px 0 92px;
	}
}

@media only screen and (max-width: 1200px) {
	img#phone {
		max-width: 300px;
	}
	img#featured {
		max-width: 100%
	}
	#subcribe-banner ._form_element._x71156718._inline-style,
	#subcribe-banner #_form_5EC48222C66BD_ ._form_element,
	#subcribe-banner ._button-wrapper._inline-style {
		width: 49%!Important;
		display: inline-block!important;
	}
}


@media only screen and (max-width: 1199px) {
	.site-header {
		max-width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
	}

	#cart-search {
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 1100px) {
	div#read-the-latest {
		width: 49%;
		margin-top: 150px;
	}
	img#phone {
		max-width: 300px;
		right: 0
	}
	section#subcribe-banner .container {
		max-width: 960px
	}
	section#more-than-newsletter {
		margin-bottom: 20px;
		position: relative;
		z-index: 999;
	}
	section#financial-expert h2 span {
		margin-left: 30%
	}
	section#financial-expert h2 span:after {
		left: -40px
	}
}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 960px) {
	section#subcribe-banner h1,
	section#subcribe-banner h2,
	section#subcribe-banner h1 em {
		font-size: 50px;
	}
	section#financial-expert h2 span {
		font-size: 60px
	}
	section#financial-expert h2 span:after {
		left: 0
	}
}

@media only screen and (max-width: 900px) {
	#subcribe-banner ._form_element._x71156718._inline-style,
	#subcribe-banner #_form_5EC48222C66BD_ ._form_element {
		width: 51%!Important;
		display: inline-block!important;
	}
	#subcribe-banner ._button-wrapper._inline-style {
		width: 30%!Important;
	}
}

@media only screen and (max-width: 768px) {
	.tax_podcasts .featured-img.mb-4:before, .tag-hermoney-podcast .featured-img.mb-4:before, .article_type-podcasts .featured-img.mb-4:before {
		width: 60px;
		height: 60px;
	}
	section#subcribe-banner input[type="text"] {
		font-size: 20px;
		width: 60%
	}
	section#subcribe-banner button {
		font-size: 20px;
		margin-left: 0
	}
	div#read-the-latest {
		width: 81%;
	}
	img#phone {
		max-width: 350px;
		bottom: -150px;
	}
	section#more-than-newsletter h2 {
		font-size: 40px;
	}
	section#more-than-newsletter h2 span {
		display: block
	}
	.service {
		width: auto;
		display: block;
		margin: 10px 0;
	}
	div#susbcribe-footer form:before,
	div#susbcribe-footer form:after {
		display: none
	}
	div#susbcribe-footer h3 {
		font-size: 30px
	}
	section#subcribe-banner:before {
		background: url(../../assets/images/white-pattern-mobile2.png) top center no-repeat;
		bottom: -200px;
		height: 400px;
		background-size: contain;
	}
	section#more-than-newsletter {
		z-index: 99;
		z-index: 9999;
		position: relative;
	}
	section#more-than-newsletter h2 {
		position: relative;
		z-index: 999
	}
	section#subcribe-banner {
		padding: 50px 0 100px;
	}
	section#financial-expert h2 span {
		font-size: 40px
	}
	section#financial-expert h2 {
		padding: 0 20px;
		font-size: 36px;
	}
	.service p br {
		display: none
	}
	#featured img {
		max-width: 90px
	}
	#susbcribe-footer ._form_20 ._inline-style,
	#susbcribe-footer ._form_20 ._button-wrapper._inline-style {
		width: 100%!Important;
		padding: 0!Important;
		margin: 0!important;
	}

	#_form_5FCE99CCBDF9B_._inline-form._inline-style ._inline-style._button-wrapper,#sub-form ._button-wrapper._inline-style {
		margin-top: 20px !important;
		margin-left: 0 !important;
		width: 100% !important;
	}

	.cat-preview {
		margin-left: .5rem;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 700px) {
	/* img#curve{bottom: 48px;} */
}

@media only screen and (max-width: 650px) {
	img#phone {
		max-width: 250px;
		bottom: -100px;
	}
}



@media only screen and (max-width: 568px) {
	#form-1 form,
	#form-2 form {
		display: flex;
	}
	#form-1 form>* #form-2 form>* {
		flex: 1;
	}
	#form-1 button,
	#form-2 button {
		/* max-width: 48%; */
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: auto !important;
	}
}

@media only screen and (max-width: 500px) {
	section#subcribe-banner h1,
	section#subcribe-banner h2,
	section#subcribe-banner h1 em {
		font-size: 30px;
	}
	section#subcribe-banner button,
	#subcribe-banner ._button-wrapper._inline-style button._submit,
	#subcribe-banner ._button-wrapper._inline-style button._submit {
		font-size: 13px!important;
		padding: 13px 10px!important;
	}
	section#subcribe-banner input[type="text"] {
		width: 50%;
	}
	div#read-the-latest a.btn {
		font-size: 13px;
		padding: 10px 15px;
	}
	div#read-the-latest {
		width: 100%;
		margin-top: 100px;
	}
	section#financial-expert h2,
	section#more-than-newsletter h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	section#financial-expert h2 span {
		font-size: 34px;
		margin-left: 10%;
	}
	.tax_podcasts .featured-img.mb-4:before, .tag-hermoney-podcast .featured-img.mb-4:before, .article_type-podcasts .featured-img.mb-4:before{
		width: 40px;
		height: 40px;
	}
	img#phone {
		max-width: 200px;
	}
	div#read-the-latest:before {
		content: '';
		background: url(../../assets/images/arrow.png) no-repeat;
		width: 80px;
		height: 80px;
		background-size: contain;
		position: absolute;
		top: -69px;
		left: 65px;
		z-index: 99;
	}
	div#susbcribe-footer h3 {
		font-size: 25px
	}
	section#financial-expert p,
	.service p {
		font-size: 18px;
		padding: 0;
	}
	.service .icon img {
		/* max-width:100% */
	}
	section#more-than-newsletter .container {
		background: #fff;
		position: relative;
	}
	img#phone {
		max-width: 180px;
		bottom: -90px;
	}
	section#subcribe-banner:before {
		bottom: -233px;
	}
	.service .icon {
		width: 25%;
	}
	.service p {
		width: 70%;
		font-size: 14px;
	}
	.service .icon img {
		max-width: 100%;
	}
	section#subcribe-banner {
		padding: 50px 0 55px;
	}
	#form-1 div,
	#form-2 div,
	#subcribe-banner #_form_5EC4869BCB338_ ._inline-style,
	#subcribe-banner #_form_5EC4869C7A298_ ._inline-style {
		margin-top: 0!Important;
	}
	#subcribe-banner ._form_element._x71156718._inline-style,
	#subcribe-banner #_form_5EC48222C66BD_ ._form_element {
		width: 65%!Important;
		display: inline-block!important;
	}
	#subcribe-banner ._button-wrapper._inline-style {
		width: 30%!Important;
	}
}

@media only screen and (max-width: 480px) {
	div#home-subscribe-form h2 {
		font-size: 18px;
		margin-bottom: 0;;
	}
}

.related-thumb img {
	width: 100%;
    height: 100%;
    max-height: 175px!important;
    max-width: 262px;
}
.type-post {
	margin-top:20px;
}

#home-category .col-md-4 img {
	width: 100%;
    height: 100%;
    max-height: 240px;
    max-width: 360px;
}
	.hermoney_widget_subscribe div#form-subscribe {
		text-align:center;margin-top:10px;
	}

.hermoney_widget_subscribe div#form-subscribe input{
	width:50%
	}
.hermoney_widget_subscribe div#form-subscribe input, .hermoney_widget_subscribe div#form-subscribe button{
	font-size:12px;
}
div#home-subscribe-section {
    border: 1px solid #ccc;
    max-width:12000px;
	margin:0 auto;
	padding-bottom: 20px;
}
div#home-subscribe-section  ._form-thank-you {
    color: #000;
}
.widget ._form-thank-you {
    text-align: center;
    color: #000;
    font-size: 17px;
}
.home-subscribe-image .vc_column-inner{
    background-size: cover;
    background-position: center;
}
div#home-subscribe-form {
    padding: 20px 0;
}
div#home-subscribe-form h2{
    font-size:30px;
    margin:0 0 30px;
}


.hermoney_widget_subscribe #sub-form ._form_16 {
    width: 100%!Important;
    margin: 0!Important;background:none!important;
    padding: 0!Important;
}
.hermoney_widget_subscribe #sub-form ._form_16 input[type="text"]{width:100%!Important;}
.hermoney_widget_subscribe #sub-form ._form-content div:first-child {
    width: 100%;
}
.hermoney_widget_subscribe #sub-form ._button-wrapper._inline-style {
    width: 100%!Important;
	margin-left:0!Important;

    margin: 27px 12.5px 0 0 !important;
}
.hermoney_widget_subscribe ._inline-style:not(._clear) + ._inline-style:not(._clear) {
    margin-left: 0 !important;
}
.hermoney_widget_subscribe.hermoney_widget_subscribe #sub-form ._button-wrapper._inline-style {
    width: 100%!Important;
	margin: 0 0 10px !important;
}

.hermoney_widget_subscribe#sub-form ._button-wrapper._inline-style button{width:100%!important;     border-radius: 0;
    border: 1px solid #cc1641 !important;}

.hermoney_widget_subscribe #sub-form ._form-branding {
    display: none;
}
._form_16 ._button-wrapper {
	margin: 20px 12.5px 0 20px;
}
._form_16 ._field70 {
	    margin-bottom: 15px;
}
#article .description, #article .blurb, .wpb_text_column .description, .wpb_text_column .blurb {
	font-size: 26px;
    font-family: "Oswald",Impact,"Franklin Gothic",sans-serif;
    line-height: 1.3;
}

.has-content-area h2 span {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
#article, .wpb_text_column {
    font-family: "Lora",Times New Roman,Times,serif;
    font-size: 20px;
    color: #404040;
}

#article p, .wpb_text_column p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1.4em;
}
#article h2, .wpb_text_column h2 {
    font-family: "Oswald",Impact,"Franklin Gothic",sans-serif;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
div#transcript {
    margin-top: 40px;
    border-top: 2px solid;
    padding: 30px 0;
}
#article ul, .wpb_text_column ul {
    list-style: disc;
    padding-left: 40px;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
#article li, .wpb_text_column li {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 0.5rem !important;
    display: list-item;
}
#article a, .wpb_text_column a {
    text-decoration: underline;
    -webkit-text-decoration-color: #CC1641;
    text-decoration-color: #CC1641;
}
#article a:hover, .wpb_text_column a:hover {
	color:#CC1641;
}

#article a.next-post.text-brand{
	text-decoration: none;
    -webkit-text-decoration-color: #CC1641;
    text-decoration-color: #CC1641;
}
#article a.next-post.text-brand:hover{
	text-decoration: underline;
}
#table-of-contents ul li a, #table-of-contents ol li a {
    color: #EB3D66;
    text-decoration: none;
}
#table-of-contents ul li a:hover, #table-of-contents ol li a:hover{
	text-decoration: underline;
}

@media only screen and (min-width:768px) and (max-width:1000px){
	div#home-subscribe-form h2 {
    font-size: 28px;
    margin: 0;
}

#home-subscribe-section #sub-form ._form-content {
    display: flex;
}
	span.header-bag-text{
		display: none;
	}
}

@media only screen and (max-width: 1000px){
	.tax_podcasts .featured-img.mb-4:before, .article_type-podcasts .featured-img.mb-4:before {
		width: 50px;
		height: 50px;
	}
}

@media screen and (min-width: 767px) {
	div#read-the-latest {
		width: 67%;
	}
}

@media screen and (min-width: 810px) {
	div#read-the-latest {
		width: 64%;
	}
}

@media screen and (min-width: 880px) {
	div#read-the-latest {
		width: 59%;
	}
}

@media screen and (min-width: 992px) {
	div#read-the-latest {
		margin-top: 0;
		width: 54%;
	}
}

@media screen and (min-width: 1110px) {
	div#read-the-latest {
		margin-top: 0;
		width: 48%;
	}
}


/* Full Width below 768 pixels */
@media only screen and (max-width: 768px) {
	div#sub-form {
		width: 100%;text-align: center;	height: 66px;	margin-top: 40px;
	}
	

	#home-subscribe-section #sub-form ._form-content {
		padding-top: 10px;
	}
	#sub-form ._form-content div:first-child{
		display: none;
	}
	#sub-form ._form-content div:nth-child(2) {
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		flex: 1
	}
	#sub-form ._form-content div:nth-child(2) ._form-label {
		display: none;
	}
	#sub-form ._form-content ._button-wrapper {
		margin: 0 !important;
		flex: 1;
	}
	#sub-form ._form-content ._button-wrapper button {
		padding: 0;
	}

	div#mobile_menu {
		margin-bottom: 0 !important;
	}

	.col {
		margin: 1% 0 1% 0%;
	}
	[class*='grid_'] {
		width: 100%;
	}
	.related-thumb img {
		width: 100% !important;
		height: 100%;
		max-height: 175px!important;
		max-width: 100%;
	}

	div#related .col-md-3.mb-3 {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
	}
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}
.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.text-white {
    color: #fff;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
#related hr {
    /* display: none; */
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.d-content {
	clear: both;
	display: flow-root;
}

@media (min-width: 768px) {
	.font-size-md-40 {
		font-size: 40px !important;
	}
}
@media (max-width: 667px) and (min-width: 320px){
#_form_5FCE9B13D8F38_._inline-form._inline-style ._inline-style._button-wrapper, #sub-form ._button-wrapper._inline-style {
    margin-top: 20px !important;
    margin-left: 0 !important;
	 width: 100% !important;
}
}

.home .wpb_raw_code {
	margin-bottom: 0;
}
.banner-form {
    max-width: 17.65625rem;
    margin: 0 auto;
}
.banner-form__form {
	background-color: #d9d9d9;
	/*padding: .9375rem .5rem 4px;*/
	margin-bottom: .9375rem;
	text-align: center;
}
.banner-form__figure--hero {
    padding: 1rem 0 1.875rem;
}
@media (min-width: 768px) {
    .banner-form__figure--hero {
        padding: 1rem .5rem 1.875rem;
    }
}
@media (min-width: 1200px) {
    .banner-form__figure--hero {
        padding: 1rem 0 1.875rem;
    }
}

.banner-form__figure--text {
    position: relative;
    margin-top: -1.25rem;
}
@media (min-width: 768px) {
    .banner-form__figure--text {
        margin-top: -1.0625rem;
    }
}
@media (min-width: 992px) {
    .banner-form__figure--text {
        margin-top: -1.25rem;
    }
}
.banner-form__figure--text img {
    z-index: 2;
}
.banner-form__figure--step {
    padding: 0 2rem .125rem 0;
}
@media (min-width: 768px) {
    .banner-form__figure--step {
        padding: 0 1rem .125rem 0;
    }
}
@media (min-width: 992px) {
    .banner-form__figure--step {
        padding: 0 2rem .125rem 0;
    }
}
.banner-form__form-wrapper {
    padding: 0 .5rem .5rem;
}
.banner-form__figure--text:after {
    content: '';
    position: absolute;
    background: white;
    right: 0;
    left: -4px;
    top: -3px;
    bottom: 3px;
    transform: rotate(-7deg);
    width: 110%;
}
@media (min-width: 768px) {
    .banner-form__figure--text:after {
        bottom: 0;
    }
}
@media (min-width: 992px) {
    .banner-form__figure--text:after {
        bottom: 3px;
    }
}
.banner-form__form img {
	max-width: 100%;
}
@media (min-width: 768px) {
    .banner-form__figure--step img {
        max-width: 6.25rem !important;
    }
}
@media (min-width: 992px) {
    .banner-form__figure--step img {
        max-width: 100% !important;
    }
}
.banner-form__form p {
	margin: .8125rem 0 1rem;
	font-size: .9375rem;
	padding: 0 .9375rem;
	line-height: 1.87;
}
.banner-form__form ._form-label {
	display: none;
}
.banner-form__form ._button-wrapper button {
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 2.55px;
	padding: 3px 20px 1px;
	text-transform: uppercase;
	border: none;
	background: #da4d69;
	color: #fff;
	line-height: 1.625rem;
}
@media (min-width: 768px) {
	.banner-form__form ._button-wrapper button {
		font-size: 1rem;
	}
}
@media (min-width: 992px) {
	.banner-form__form ._button-wrapper button {
        font-size: 1.125rem;
	}
}
.banner-form__form input {
	margin-bottom: 4px;
	border: solid 1px #000;
	height: 1.9375rem;
	padding: 0 .375rem;
}
.banner-form__form input::placeholder {
	text-align: center;
	color: #b2b2b2;
}
.banner-form__form input,
.banner-form__form ._button-wrapper button {
	width: 100%;
	outline: none;
}
.banner-form__form ._form-thank-you {
	font-size: .9375rem;
	color: #000;
    padding: .5rem;
    margin-top: .5rem;
}
.banner-form__form ._form-thank-you strong {
	color: #da4d69;
	margin-bottom: .5rem;
	display: block;
}
.js-banner-slider {
	width: 100%;
	margin: 15px;
	text-align: center;
}
.js-banner-slider--alt {
	width: auto;
}
.js-banner-slider a {
	display: none;
	height: 100%;
}
.js-banner-slider--deactived a {
	display: block;
}
.js-banner-slider a.show {
	display: flex;
}
.js-banner-slider img {
/*	max-height: 18.625rem;*/
	max-width: 100%;
}
.non-js-banner-slider img {
	max-height: 18.625rem;
	max-width: 100%;
}

@media (min-width: 769px) {
	.js-banner-slider {
		margin: 15px auto;
	}
	.js-banner-slider--alt {
		margin: 0 auto 15px;
	}
}
@media (max-width: 768px) {
	.js-banner-slider__desktop {
		display:none;
	}
}
@media (min-width: 768px) {
	.js-banner-slider__mobile {
		display: none;
	}
	.js-banner-slider__desktop {
		visibility: visible;
	}
}


			.js-banner-slider-mobile{display:none;}
@media (max-width: 767px) {
	.js-banner-slider-mobile{display:block;margin-bottom:5vw;}
	.js-banner-slider-desktop{display:none;}
	
	.newsletter-signup .newsletter-form-title{text-align:center;}
	.newsletter-signup ._form-content{text-align:center;}
	
.js-banner-slider img {  width: 100%;}

}





