<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  width: 100%;
  overflow-x: hidden
}
body {
  font-family: poppins, arial, Helvetica, Sans-Serif;
  font-size: 18px;
  width: 100%
}
h1, h2, h3, h4, h5 {
  font-weight: 700
}
.m-h3-large {
  font-size: 1.5em
}
p, ul, li {
  font-size: 16px;
  line-height: 30px
}
img {
  width: auto;
  max-width: 100%;
  height: auto
}

img.icon {height: 1em;}
h2
li {}
a {
  color: #fc6161;
    text-decoration: underline;
    text-decoration-color: #fc6161;
    text-decoration-thickness: 2px;
}
a:hover {
  color: #fc6161;
  text-decoration: none
}
h1 a, h2 a, h3 a, h4 a, h5 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  text-decoration: underline;
}
a.m-button {
  background: #fc6161;
  color: #000;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background .5s;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 16px
}

a.m-button-small {
    background: #fc6161;
    color: #000;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background .5s;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 13px;
}

a.m-button:hover, a.m-button:active {
  background: #D45050;
}
.m-button:focus, button:focus {
  text-decoration: underline
}
ul {
  margin: 0;
  padding: 0
}
table {}
tbody {}
th {}
tr {}
td {}
b, strong {
  font-weight: 600
}
.m-clear {
  clear: both
}
#page {
  clear: both;
  height: auto;
}
form input[type=text], form input[type=email], form input[type=number], form input[type=phone], form input[type=password], textarea, select {
    border-radius: 5px;
    padding: 1em;
    outline: none;
    font-size: .9em;
    margin: 0;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    max-height: 3em;
	vertical-align: middle;
}
form input[type=submit], button[type=submit] {
    border-radius: 5px;
    padding: 1em;
    outline: none;
    border: none;
    font-size: .9em;
    margin: 0;
    background: #fc6161;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .12em;
    transition: background .3s;
    max-height: 3em;
    display: inline-block;
    vertical-align: middle;
}

select {
    height: 3em;
    padding: 0 9px;
    color: #757575;
 
}
form input[type=submit]:hover, button[type=submit]:hover {
  background: #D45050;
  cursor: pointer
}
form input:not([type=submit]):focus, textarea:focus, select:focus {
    -moz-box-shadow: 0 0 9px rgb(0 0 0 / .1);
    -webkit-box-shadow: 0 0 9px rgb(0 0 0 / .1);
    box-shadow: 0 0 9px rgb(0 0 0 / .1);
    border: 1px solid #9d9d9d;
}
form p.m-form-error {
  position: relative;
  top: 0;
  margin: 5px 0 0;
  padding: 0;
  font-size: 14px;
  color: #fc6161;
  font-weight: 600;
  font-style: italic
}
form p.m-form-success {
  color: #29d09a
}

.m-leads-form {
    background: #fff;
    padding: 18px 18px 36px 18px;
    box-shadow: 0 0 6px rgb(0 0 0 / 5%);
    border-radius: 6px;
    text-align: center;
    margin: 18px 0;
    border: 1px solid #ececec;
    font-size: 1em;
    font-weight: 600;
	
}

.entry-content .m-leads-form img, .m-leads-form img {
    width: 80px;
}

.entry-content .m-leads-form h3, .m-leads-form h3 {
    margin: 18px 0 9px;
	color: #000;
}

.m-leads-form p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em;
    max-width: 70%;
    margin: 18px auto;
}



iframe {
  border-radius: 10px
}
.m-upper {
  text-transform: uppercase
}
.m-email-sub-form input[type=email] {
  width: 40%;
  max-width: 400px;
  margin-right: 6px
}
.m-text-center {
  text-align: center
}

.m-text-right {
  text-align: right
}

.m-text-left {
  text-align: left
}
.m_flexrow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch
}
.m_flexrow br {
  display: none;
  height: 0;
  visibility: hidden
}
.m-row {
  clear: both;
  display: flex;
  margin: 0 0 30px;
  justify-content: space-between;
  flex-wrap: wrap
}
.m-row-left {
  justify-content: flex-start
}
.m-col {}
.m-half {
  width: calc(50% - 30px)
}
.m-threequarters {
  width: calc(75% - 30px)
}
.m-quarter {
  width: calc(25% - 30px)
}
.m-third {
  width: calc(33% - 30px)
}

.m-twothirds {
  width: calc(66% - 30px)
}
.m-margin-auto {
  margin: auto
}
.m-extra-padding {
  padding: 60px
}
.m-quote {
  background: #fff;
  box-shadow: 0 0 9px rgb(0 0 0/.1);
  padding: 20px 30px;
  border-radius: 10px;
  margin: 20px;
  text-align: center
}
.m-quote-twitter {
  text-align: left
}
.m-quote-twitter .m-quote-twitter-icon {
  color: #1b95e0;
  float: right;
  font-size: 20px
}
.m-quote-twitter div {
  font-size: 14px;
  color: #555;
  line-height: 20px
}
.m-quote-twitter div span {
  font-weight: 700;
  font-size: 16px;
  margin-top: 8px;
  color: #000;
  display: inline-block
}
main.m-starthere .m-quote-twitter img, .m-home .m-quote-twitter img, .m-newsletter .m-quote-twitter img {
  width: 50px;
  border-radius: 100%;
  display: block;
  float: left;
  margin-right: 10px
}
.entry-content .m-quote-twitter p, .entry-content .m-quote p {
  margin-bottom: 0
}

.entry-content span.m-takeaways, h2.m-takeaways  {letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700;
    color: #555;
    margin-bottom: 18px;
    display: inline-block;}

/* ----------------------- BRAND TABLES ------------------ */


	table.m-brand-table {table-layout: fixed;
        border-collapse: collapse;     margin-bottom: 45px;}


		table.m-brand-table th {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0;
	text-align: left;
}

th.m-brand-description {text-align:left;}


	
	tr.m-brand-row {border-top: 1px solid #e0e0e0;}
tr.m-brand-row:last-child {border-bottom: 1px solid #e0e0e0;}
	
	tr.m-brand-row td {
    padding: 9px 0;
	position: relative;
}

table.m-brand-table .top-badge {position: absolute;
    top: 0;
    background: #f5f5f5;
    width: auto;
    text-align: center;
    border-radius: 0 0 10px 10px;
    font-size: 10px;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: .8px;
    padding: 5px 5px 6px 7px;
    margin: auto;
    border: 1px solid #e0e0e0;
    border-top: 0px;}

.entry-content .m-brand-name-logo a:has(img) {
    display: block;
}

.entry-content .m-brand-name-logo img {
    min-width: 75px;
    width: 100%;
    max-width: 150px;
	margin: 0px;
}



tr.m-brand-row .m-brand-description , .m-brand-description {
    width: 30%;
    padding-right: 20px;
	
}


.entry-content .m-brand-description h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    display: inline-block;
}

.entry-content .m-brand-description p {
    font-size: 12px !important;
    line-height: 17px !important;
    margin: 0px;
    display: inline;
}

.m-brand-price-offer {width: 20%;}

.m-brand-rating {width: 10%; }

	.m-brand-rating  .m_rating span {
    font-size: 12px;
    color: #545454;
}

.entry-content .m-brand-rating img.icon {
    vertical-align: middle;
    top: -2px;
    position: relative;
    margin-right: 4px;
	border-radius: 0px;
}

.m-brand-rating span, .m_rating span {font-size: 10px; color: #545454}

.m-brand-links {width: 20%; }

a.m_brand_button {

    margin: 0px;
    font-size: 14px;
    text-decoration: none;
    background: #fc6161;
    text-align: center;
    padding: 4px 9px;
    border-radius: 4px;
	color: #fff;
}

	.entry-content a.m_brand_button:has(img) {
    display: inline-block;
}

a.m_brand_button:hover {

    background: #c84646;

}

a.m_brand_button:active {

    position:relative; top: 2px;

}

a.m_brand_button .icon {border-radius: 0; filter: invert(100%);}

a.m-brand-review-link, a.m-brand-offer {
    font-size: 12px;
    text-decoration-thickness: 1px;
    text-decoration-color: inherit;
   
    display: block;
    line-height: 1.5em;

}

a.m-brand-review-link {margin-top: 5px;}


@media only screen and (max-width:800px) {
	table.m-brand-table thead {display:none;}
	
	table.m-brand-table td, table.m-brand-table td.m-brand-description {
    display: block;
    width: 100%;
    padding: 0px;
    text-align: center;
}
	
	td.m-brand-price-offer p {
    margin: 0px;
}
	
	td.m-brand-rating p {
    margin: 0px;
}
	
	select {   width: 100%;
    text-align: center;
		margin: 5px 0;
	}
	
	.entry-content .m-brand-name-logo img {
    min-width: 75px;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
	
div.m-brand-row {
    flex-direction: column;
}
	
	
	
}


/* ----------------------- END BRAND TABLES ------------------ */

/* ----------------------- BRAND BOXES ------------------ */

div.m-brand-row {
    display: flex;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.entry-content div.m-brand-row h2.m-brand-name {
    font-size: 24px;
}

.m-brand-logo-price-links {
    min-width: 300px;
	text-align: center;
}

div.m-brand-logo-price-links img.m-brand-logo {min-width: 100px;
    width: 100%;
    max-width: 250px;
    margin: 0px;
margin: auto;}

div.m-brand-details p.m-brand-description {
    width: auto;
}

div.m-brand-details h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 0px;
    padding: 9px 0;
    border-top: 1px solid #e0e0e0;
}

div.m-brand-details h3 span {
    transform: rotate(90deg) scaleY(2);
    display: inline-block;
    font-size: 26px;
    position: relative;
    top: 3px;
    margin-left: 7px;
}

.m_brand_pros_cons h3 span.rotated, .m-brand-why-we-like h3 span.rotated {
    transform: rotate(270deg) scaleY(2);
    margin-left: 10px;
    transition: transform 0.3s ease, margin-left 0.3s ease; /* Optional: for smooth transition */
}

.m-brand-why-we-like p {
    font-size: 14px;
    line-height: 26px;
}

.m_brand_pros_cons h3 span,
.m-brand-why-we-like h3 span {
    transition: transform 0.3s ease, margin-left 0.3s ease; /* Optional: for smooth transition */
}

.m-brand-pros p, .m-brand-cons p {
    margin-bottom: 0px;
}

.m-brand-pros ul li, .m-brand-cons ul li {
    font-size: 14px;
    line-height: 26px;
}




div.m-brand-row a.m_brand_button {
    margin: 0px;
    font-size: 14px;
    text-decoration: none;
    background: #fc6161;
    text-align: center;
    padding: 5px 18px;
    border-radius: 4px;
    color: #fff;
    min-width: 104px;
    display: inline-block;
}

div.m-brand-row a.m_brand_button:hover {

    background: #c84646;

}

div.m-brand-row a.m_brand_button:active {

    position:relative; top: 2px;

}

.m_brand_pros_cons {display:flex; flex-wrap: wrap;}
.m_brand_pros_cons h3 {flex: 1 1 100%;}

.m-brand-why-we-like p {display:none;}

.m-brand-pros, .m-brand-cons {
    display:none;
	flex: 1 1 50%;
    padding: 9px;
    box-sizing: border-box;
}

.m-brand-pros p, .m-brand-cons p {
    margin: 0;
}

/* ----------------------- END BRAND BOXES ------------------ */


.m-quote-twitter p span {
  color: #1b95e0
}
.m-quote img.m-quote-img-logo {
  height: 65px;
  width: auto;
  display: inline;
  vertical-align: middle
}
.fa-ul {
  margin-left: 20px !important
}

.m-text-small {font-size: 12px; line-height: 20px;}


main {

}

article {max-width: 900px;
    margin: auto;}	

.category main, .archive main {
  
	width: calc(100% - 25px);
  margin-bottom: 60px;
	  max-width: 1200px;
    margin: auto;
}


.page main, #page main {max-width: 1200px; margin: auto;}
.single #page main { margin: 0px;}
.single-product #page main {max-width: 1200px; margin:auto;}
.page.home main {max-width: none;}

aside {
float: right;
    max-width: 200px;
}
aside img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  background: #f5f5f5
}

	.m-pre-title {    display: flex;
    align-items: center; margin-top: 18px;}

.m-title-thumbnail {
    display: flex;
    align-items: center;
    padding: 27px 0;
}

.entry-header h1 {
    font-size: 3em;
    letter-spacing: .02em;
    margin: 0 0 15px 0;
}

.entry-header .m-title-thumbnail img {
    border-radius: 8px;
    max-width: 300px;
}



.archive .entry-header h1, .page .entry-header h1 {text-align: center; margin-top: 36px;}

	.category-header p {text-align:center;}

.m_category_desc {max-width: 600px; margin: auto;}

.entry-meta&gt;div {
    display: flex;
}
.entry-meta .m-reviewed-and-fact-checked {	margin-left: auto;
    font-size: 13px;}
.entry-meta .m-reviewed-and-fact-checked img{
	filter: invert(65%) sepia(81%) saturate(917%) hue-rotate(96deg) brightness(86%) contrast(91%);
border-radius: unset;
	background: none;
	margin-right: 3px;


}

.entry-meta img, #comments .comment-meta .comment-author img {
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 7px;
  background: #e0e0e0
}
.entry-meta .m-byline-role i {font-size: 10px;
    top: -1.5px;
    position: relative;
}
	.entry-meta .m-byline-role, 	.entry-meta .m-byline-updated  {font-size: 12px; color: #525252; }

.m-byline-avatar {position: relative;}

span.m-byline-more {
    color: #777;
    font-size: 9px;
    width: .8em;
    height: .8em;
    display: inline-block;
    border: 1px solid #777;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    padding: 0 1px 2px;
    margin-left: 2px;
    position: absolute;
    right: 4px;
    top: 18px;
}

span.m-byline-more:hover { border: #fc6161 1px solid; color: #fc6161; cursor: pointer;}

.m_reviewer_bio, .m_author_bio {
    display: block;
    text-align: left;
    border: 1px solid #e0e0e0;
    padding: 18px;
    background: #fff;
    border-radius: 4px;
    overflow: auto;
    margin-top: 18px;
  
}

.m_reviewer_bio h4, .m_author_bio h4 {margin:0px;}

.m_reviewer_bio p, .m_author_bio p {
  font-size: 12px;
	margin:0px;
	    line-height: 1.5em;

}

.lwptoc_header {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lwptoc:first-child {
    margin-top: 7px !important;
}

.m-byline, .m-postdate, .m-reviewer {padding-right: 12px;}
.m-postdate, .m-category-links, .m-reviewer {padding-left: 12px;}
.m-postdate, .m-category-links, .m-reviewer {border-left: 1px solid #ccc}
 .lwptoc:first-child {
    margin: 0px;
}



.m-posttoc { margin-top: 18px;

}

.m-posttoc .m-toc-header {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 11px 9px 9px 9px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: left;
}

.m-posttoc .m-toc-header.rotate-icon {
    background: #eaeaea;
	border-radius: 4px 4px 0 0;

}

.m-toc-header:after {
    content: "\25BC";
    display: inline-block;
    transform: skewX(45deg);
    transform: scaleX(1.8);
    font-size: 7px;
    position: relative;
    left: 4px;
    top: -2px;
    color: #545454;
}

.m-posttoc ul {
    display: none;
    list-style: none;
    margin: 0px;
    color: #545454;
    max-height: calc(100vh - 300px);
    overflow: auto;
    border: 1px solid #eaeaea;
    border-top: 0px;
    padding: 9px 9px 18px 9px;
    border-radius: 0px 0px 4px 4px;
}

.m-posttoc ul img {display:none;}

.m-posttoc ul li {
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 10px;
    position: relative;
    left: -7px;
    padding-left: 5px;
	margin-left: 7px;
	border-left: 2px solid #fff;
	transition: border-left .5s;
}

.m-posttoc ul li a {
text-decoration: none;
}

.m-posttoc {
  overflow-y: auto; /* Enable vertical scrollbar */
	display:block;

}

/* For webkit-based browsers (Chrome, Safari) */
.m-posttoc ul::-webkit-scrollbar {
  width: 2px; /* Width of the vertical scrollbar */
}

/* For webkit-based browsers (Chrome, Safari) */
.m-posttoc:hover ul::-webkit-scrollbar {
  width: 2px; /* Width of the vertical scrollbar */
}

.m-posttoc ul::-webkit-scrollbar-track {
  background: #fff; /* Background color of the scrollbar track */
}

.m-posttoc:hover ul::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background color of the scrollbar track */
}

.m-posttoc:hover ul::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar thumb */
}

/* For Firefox */
.m-posttoc:hover ul {
  scrollbar-color: #888 #f1f1f1; /* Color of the scrollbar thumb and track */
}


.m-posttoc ul li.m-toc-current {
    border-left: 2px solid #fc6161;
    padding-left: 5px !important;
    position: relative;
    left: -7px;
}

b.lwptoc_title {
    margin-bottom: 12px;
    display: block;
}

.lwptoc .lwptoc_i {
  background: #fff;
  margin: 0;
  padding: 0px !important;
}


.lwptoc_itemWrap .lwptoc_item, li.lwptoc_item {
 	margin-top: 10px !important;
    display: list-item;
    font-size: 13px;
    line-height: 1.5em;
}

.lwptoc .lwptoc_i a {
   color: #545454;
    text-decoration: none;
}

p.m-aff-disclosure {
    padding: 0;
}

.m-aff-disclosure a {
   color: #545454;
	text-decoration-thickness: 1px;
}

.lwptoc:hover .lwptoc_i a:hover, .m-aff-disclosure a:hover {
   color: #fc6161;
	 text-decoration: none;
  
}



.lwptoc .lwptoc_toggle:after {content: "";}
.entry-meta {
  font-size: 14px;
	  display:flex;
	flex-wrap: wrap;
	align-items: center;
}

.m-aff-disclosure {font-size: 10px;
    line-height: 15px; color: #545454; font-style: italic;}

.m-social-share-buttons {
    color: #545454 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.m-social-share-buttons span {
    color: #545454 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
}

.m-social-share-buttons svg {
    display: block;
}

.m-social-share-buttons a {
    margin: 0 5px;
	display: inline-block;
}

.entry-content {
    overflow: auto;
    height: auto;
}


.ez-video-wrap {
    border-radius: 4px;
    overflow: hidden;
}

.m_youtube_container {position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (divide 9 by 16) */
  height: 0;
margin: 20px 0}

.m_youtube_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m_takeaways {display: flex;
    flex-direction: column; margin: auto; position:relative; padding: 25px; background: #fafafa; border-radius: 10px; font-size: 16px; border: 1px solid #e0e0e0;}

.m_takeaways p:empty {display:none;}

.m_takeaways h5 {margin-top:0px;font-weight: 700;
    color: #222222;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;}

.m_takeaways h5 i {font-size: 17px;
    position: relative;
    top: 3px;
margin-right: 5px;}
.m_takeaways ul {    list-style-type: square;}
.m_takeaways ul li {    line-height: 1.5em;
    margin-bottom: 0.5em}

.m_copypaste {background: #fafafa;
    padding: 25px;
    font-family: Courier;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 5px 5px #ccc; border: 1px solid #ccc; position: relative;}

.m_copypaste p {margin-top: 0px;}

.m_copypaste i.far.fa-copy {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: .5;
    font-size: 17px;
}

.m_copypaste i.far.fa-copy:after {
    content: "COPY";
    font-size: 11px;
    font-family: 'Poppins';
    font-weight: bold;
    top: -2px;
    position: relative;
    margin-left: 4px;
}

.m_copypaste .m-in-content-ad, .m_takeaways .m-in-content-ad {display:none;}

.m_sources, .m_sources p, .m_sources ul, .m_sources li, .m_sources li a, .m_sources a {font-size: 10px; line-height: 18px; font-style: italic;}

.m_footnote a {
    vertical-align: super;
    font-weight: bold;
    font-size: 12px;
    color: #fc6161;
    padding: 0 0 0 2px;
    display: inline-block;}

.m_rec_vids {display:flex; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding: 18px 0px;}

.m_rec_vids .m_rec_vids_inner {display:flex; justify-content: left;}

.m_rec_thumb_container {    max-height: 68px;
    overflow: hidden;
    border-radius: 5px; margin-right: 9px;
width: 120px;}

.m_welcomevideo {background: url(https://millo.co/wp-content/uploads/2023/02/Homepage-Welcome-Video.webp) top center no-repeat #222; border-radius: 10px; background-size: 100%; background-repeat: no-repeat;}
.m_welcomevideo iframe {width: 0px; height: 0px; margin:0px; outline: 0px; border: 0px;}

.entry-content .m_rec_vids img {margin:0; width: 120px;}



.m_rec_details p:first-child {line-height: inherit; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; margin: 0px;}

.m_rec_details p:last-child {    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: inherit;
    font-size: 13px;}

.m_rec_details p i {margin-right:4px;}
.entry-content h2, #comments h2 {
  font-weight: 700;
  font-size: 2em
}
.entry-content h3, .entry-content h4, .entry-content h5, #comments h3, #comments h4, #comments h5 {
  font-weight: 700;
  color: #555
}
.entry-content h3 strong, .entry-content h4 strong, .entry-content h5 strong {
  font-weight: 700
}
.entry-content p, .entry-content ul, #comments p, #comments ul {
  margin-bottom: 22px
}

.entry-content p {}

.entry-content .m_ft_img_caption {
    font-size: 10px;
    color: #525252;
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0;
    right: 10px;
    font-style: italic;
}
.m_sidenote {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0px 18px;
    margin-left: -18px;
    box-shadow: 0 0 9px rgb(0 0 0 / 10%);
}

.m-in-content-ad {
    width: 90%;
    margin: auto;
    max-width: 300px;
    float: right;
    padding: 25px 0px 25px 25px;

}

.m-above-title-ad {height: 110px; margin: 18px 0px; max-width: 728px;}
.m-above-title-ad a {display:block; height: auto;}
.m-above-title-ad a img {border-radius: 10px; background: #f5f5f5;
}
.ad-spon-text {display:flex; justify-content: space-between; font-size: 10px; font-style: italic; color: #545454}
.m-after-content-ad.advertisement.sponsored {
    width: auto;
    display: inline-block;
}
.m-in-content-ad .ad-spon-text a, .m-above-title-ad .ad-spon-text a {text-decoration-thickness: 1px;}
.m-in-content-ad .ad-spon-text {padding: 5px 0 0 0;}
.entry-content .smart-track-player {
  border-radius: 10px;
  overflow: hidden !important
}

.advertisement img {
    border-radius: 8px;
}

.entry-content ul, #comments ul {
  padding: 0 0 0 18px
}
.entry-content a:has(img) {display:flex;}

.entry-content img {
  width: auto;
  display: block;
  height: auto;
  border-radius: 10px;
  margin: auto;
  max-width: 100%;
  background: #f5f5f5
}

.entry-content img.icon {
    max-height: 1em;
    display: inline;
    margin-right: 1px;
    background: none;
}

.entry-content .podcast-player img {margin:0px;}

.entry-content iframe {
  border: none;
  outline: none;
  border-radius: 10px
}
.m-content-cta {
  padding: 36px;
  border-radius: 10px;
  overflow: auto;
  height: auto;
  clear: both;
  margin-bottom: 30px
}
.m-content-cta &gt; div {}
.m-content-cta h2 {
  margin: 0
}
.m-content-cta img {
  display: block;
  float: left;
  margin-right: 30px;
  background: 0 0;
  max-height: 200px
}
.m-success-main {
  width: 100%
}
#comments ol {
  margin: 0;
  padding: 0;
  list-style: none
}
#comments ol.children {
  padding-left: 30px
}
#comments ol.children li {
  padding-left: 30px;
  border-left: 1px solid #f5f5f5
}
#comments p.no-comments {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  margin: 30px 0
}
#comments .comments-title {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  margin: 30px 0
}
#comments time, #comments .edit-link {
  display: none
}
aside section {
  width: 100%
}
aside .m-sidebar-articles {
  margin: 20px 0
}
aside .m-sidebar-article {
  clear: both;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px
}
aside .m-sidebar-article a img {
  margin-right: 15px;
  width: 60px;
  border-radius: 10px 0 0 10px;
  float: left;
  transition: all .5s;
  background: #f5f5f5
}
footer {
  margin-top: 50px;
  background: #fff;
  clear: both
}

footer section, footer div.m_cta {
	max-width: 1200px !important;
    margin: auto;
width: 95%;}

footer .m-signup-callout form {width: 80%; margin: auto;}

footer .m-grey-background a {text-decoration:none;}

.home footer {
  margin-top: 0
}
footer .m-signup-callout {
  padding-top: 0
}
footer .m-signup-callout &gt; div {
  padding: 0 30px;
  width: calc(100% - 60px);
  clear: both;
  height: auto;
  overflow: auto
}
footer .m-signup-callout h3 {
  margin-top: 30px
}
footer .m-footer-links .m-logo a img {
  width: 85px
}
footer .m-footer-links div {}
footer .m-footer-links div h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0 0 15px
}
footer .m-footer-links div ul {
  list-style: none;
  margin-bottom: 20px
}
footer .m-footer-links div ul li {
  line-height: 30px;
  font-size: 15px
}

footer img.icon {
    width: .75em;
	vertical-align: middle;
}

footer .site-info, footer .m-footer-links {
  padding: 30px 0;
  margin: 30px 0
}
footer .site-info {
  border-top: #ccc solid 1px
}
footer .m-grey-background {
  margin-top: 60px
}
.home footer .m-grey-background {
  margin-top: 0
}
footer .site-info ul, footer .m-footer-links {
  display: flex;
  list-style: none
}
footer .m-footer-links {
  justify-content: space-between
}
footer .site-info ul {
  justify-content: flex-start
}
footer .site-info ul li {
  padding: 20px 20px 20px 0;
  font-size: 15px
}
footer .site-info ul li:last-child {
  letter-spacing: 3px;
  font-size: 25px
}
footer .site-info ul li:last-child a {
  color: #555
}

.page-id-19557 article { /*Top Tools Page*/
    max-width: none;
}

ul.m_toptoolsfilter {
  list-style: none;
  justify-content: center
}
ul.m_toptoolsfilter li {
  padding: 10px 20px;
  margin: 10px;
  border-radius: 10px;
  border: solid 1px #fc6161;
  color: #fc6161;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700
}
ul.m_toptoolsfilter li.rb_top_pick {
  border: solid 1px #ffc502;
  color: #ffc502
}
ul.m_toptoolsfilter li.active_filter {
  border: solid 1px #fff;
  color: #fff;
  background: #fc6161;
  cursor: pointer
}

ul.m_toptoolsfilter li.top {
	border: solid 1px #ffc502;
  color: #000;

	
}

ul.m_toptoolsfilter li.active_filter.top {
  border: solid 1px #fff;
  color: #000;
  background: #ffc502;
  cursor: pointer
}

@media(hover:hover) {
  ul.m_toptoolsfilter li:hover {
    border: solid 1px #D45050;
    color: #fc6161;
    cursor: pointer
  }
  ul.m_toptoolsfilter li.active_filter:hover {
    color: #fff;
	  cursor: pointer;
  }
ul.m_toptoolsfilter li.active_filter.top:hover, ul.m_toptoolsfilter li.top:hover {
  border: solid 1px #dfaf0b;
  color: #000;
 
  cursor: pointer
}	
	
}
p.rb-no-results {
  text-align: center;
  padding: 30px 0;
  margin: 30px 0
}
.resource_box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 9px rgb(0 0 0 / 10%);
    padding: 30px 30px 40px;
    margin: 10px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    width: calc(33.3% - 80px);
    transition: all .5s;
    background: #fff;
    position: relative;
	justify-content: space-between;
}
.resource_box .r_box_top {
  position: absolute;
  top: 0;
  background: #ffc502;
  width: 110px;
  left: calc(50% - 60px);
  border-radius: 0 0 10px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0 5px
}
.resource_box:hover {
  box-shadow: 0 0 9px rgb(0 0 0/.3);
  cursor: pointer
}

.resource_box_desc {margin: 0px; max-height: none; }

.resource_box_desc h2 {
    font-size: 14px;
    display: inline;
    margin: 0;
}

.resource_box_desc h2:after {content: ": "; font-weight: bold;}

.resource_box_desc p {
    font-size: 14px;
    display: inline;
    line-height: 22px;
	color: #525252;
}

.resource_box .resource_box_link {
    display: block;
    clear: both;
  adding-top: 13px;
  }

.resource_box img {
    width: 70%;
    display: block;
    margin: 0 auto;
}
.resource_box a.m-button, a.m-button-open {
    background: #fff;
    color: #fc6161;
	border: #fc6161 1px solid;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all .5s;
    line-height: 2em;
    text-transform: none;
    letter-spacing: .12em;
    font-size: 13px;
    margin-bottom: 10px;
}

.resource_box a.m-button:hover, a.m-button-open:hover {background: #D45050; color: #000; cursor: pointer; border: 1px solid #D45050;}

.resource_box a.m-button i {font-size: 13px;}

.rb_hide {
  display: none
}
.entry-content .rb_show {
  display: flex
}
main.m-starthere img {
  width: 100%
}
.m-starthere-header h1 {
  margin: 100px 0 5px;
  font-size: 4.25em
}
.m-starthere-header p {
  text-align: center;
  color: #555;
  font-style: italic;
  font-size: 16px
}
.m-starthere-content {
  margin-top: 0
}
.m-welcome-image {
  margin-bottom: 50px
}
div.m-as-seen {
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row
}
div.m-as-seen img {
  width: 11%;
  border-radius: 8px;
  box-shadow: 0 0 9px rgb(0 0 0/.1);
  margin: 15px
}
.m-row-reverse {
  flex-direction: row-reverse
}
.m-row-reverse div:nth-child(2) {
  text-align: right
}
main.m-starthere h2 + p {
  max-width: 800px;
  font-size: 18px;
  color: #555;
  font-style: italic;
  margin: 0 auto 30px
}
.m-shadow-box {
  border-radius: 10px;
  box-shadow: 0 0 9px rgb(0 0 0/.1);
  padding: 20px
}
.m-black-background {
  background: #000;
  color: #fff
}
.m-grey-background {
  background: #fafafa;
  color: #000;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: inset 0 0 9px rgb(0 0 0/.1)
}
.m-grey-background a:hover {
  text-decoration-color: #fafafa
}
.m-pink-box {
  background: #fc6161;
  color: #fff;
  padding: 30px;
  border-radius: 10px
}
.m-pink-box h1, .m-pink-box h2, .m-pink-box h3, .m-pink-box h4, .m-pink-box h5, .m-pink-box h6 {
  color: #fff
}
.m-pink-box a.m-button, a.m-button-white {
  background: #fff;
  color: #fc6161
}
.m-pink-box a.m-button:hover, a.m-button-white:hover {
  background: #fff;
  color: #D45050
}
.m-millo-logo-inline {
  font-size: 0;
  color: #fc6161;
  background: url(https://millo.co/wp-content/themes/millo2021/img/logos/millo-logo-webp-black-150.webp)50% 0 no-repeat;
  width: 108px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: -33px;
  margin: 0 0 -33px 3px;
	background-size: 100px;
}
.m-millo-logo-inline-white {
  filter: invert(100%)sepia(0%)saturate(0%)hue-rotate(281deg)brightness(132%)contrast(101%)
}
.m-pink-box a {
  color: #fff
}
.m-pink-box a:hover {
  color: #fc6161
}
.m-margin-top-30 {
  margin-top: 30px
}
.m-margin-top-large, .m-margin-top-80 {
  margin-top: 80px
}
.m-search-start {
  height: 72vh
}
.m-search-start h4 {
  color: #555;
  width: auto;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 7px;
  font-weight: 700;
  margin-top: 30vh
}
.m-search-start ul {
  list-style: none
}
.m-search-start ul li {
  display: inline-block;
  padding: 0 5px 5px;
  font-size: 14px
}
.m-search-empty-box {
  max-width: 800px;
  margin: auto
}
.m-search-headline {
  font-size: 2.5em;
  font-weight: 700;
  margin-top: 150px
}
p.m-search-results-count {
  font-size: 14px;
  margin: 0;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.m-search-result {
  margin: 30px 0 0
}
.m-search-result p {
  font-size: 14px
}
.m-search-result .m-search-slug {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  color: #525252;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%
}
.m-search-result h3, .m-search-result p {
  margin: 0
}
.m-search-result h3 {
  margin: 2px 0 5px
}
#m-search-form input[type=text] {
  width: calc(100% - 125px)
}
.m-search-empty-box input[type=text] {
  margin-left: 25px
}
#m-search-form i {
  transform: translate(-35px, 2px);
  background: #f5f5f5;
  padding: 5px
}
#m-search-form input[type=submit] {
  transform: translate(-76px, 2px);
  height: 50px;
  width: 50px;
  background: 0 0;
  border: none;
  outline: none
}
#m-search-form input[type=submit]:hover {
  cursor: pointer
}
#m-search-form {
  position: relative
}

.search	main, #m-search-form {
 
    margin: 0px;
}

#m-search-form {margin-top: 18px;}

#m-search-form.m-search-form-fixed {
  position: fixed
}
#m-search-form input[type=text] {
  width: calc(100% - 125px)
}
#m-search-form input[type=submit] {
  transform: none;
  height: 50px;
  width: 50px;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 54px
}
header#masthead {border-bottom: 1px solid #f5f5f5}
header nav {width: 95%;
    margin: auto;}
.m_nav_toggle {display:none;}

nav div.nav-links {
  width: 100%;
  margin: 50px 0;
  display: flex;
  justify-content: flex-start;

}

.pagination.navigation h2 {display:none;}

.pagination {
    text-align: center;
    padding: 20px;
}

nav div.nav-links span, nav div.nav-links a, .pagination span, .pagination a {
 padding: 10px;
    border-radius: 100%;
    width: 1em;
    text-align: center;
    margin: 0 5px;
	display: inline-block;
}

nav div.nav-links span:hover, nav div.nav-links a:hover, .pagination span:hover, .pagination a:hover, .pagination .current{ font-weight: bold;
    background: #f5f5f5;}


.m-search-form-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 10px 20px;
  margin-top: 0 !important;
  box-shadow: 0 0 9px #e0e0e0;
  left: 0;
  vertical-align: middle;
  z-index: 99999
}
.m-search-logo {
  display: none;
  float: left;
  width: 27px;
  padding: 12px
}
.m-search-form-fixed .m-search-logo {
  display: inline-block
}
.m-about-page div.m-about-pics .m-row .m-col:nth-child(2) {
  max-height: 300px
}
.entry-content img.m-about-img-large {
  border-radius: 100%;
  width: 38%;
  box-shadow: 0 0 9px rgb(0 0 0/.2);
  display: block;
  float: left
}
.entry-content img.m-about-preston {
  position: relative;
  left: 11%;
  top: 20%
}
.entry-content img.m-about-adam {
  position: relative;
  top: -30px;
  left: 37%
}
.entry-content img.m-about-bilal {
  position: relative;
  top: 35px;
  right: -21%
}
p.m-3fs {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: .3em;
  font-weight: 700
}
.m-team-box img {
  width: 100px;
  margin-right: 20px;
  height: 100px;
  border-radius: 100%
}
.m-team-box {
padding: 20px 0px}
.m-team-box &gt; div {
  display: flex;
  justify-content: flex-start
}
.m-team-box h3 {
  color: #000;
  margin: 15px 0 0
}
.m-team-box h4 {
  margin: 4px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1em;
  font-size: 15px
}
.m-team-box h5 {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #525252
}
.m_about_author_box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 9px rgb(0 0 0/.1);
  padding: 20px;
  margin: 0 15px 15px 0;
  font-size: 14px;
  line-height: 23px;
  width: calc(20% - 55px);
  transition: all .5s
}
.m_about_author_box:hover {
  box-shadow: 0 0 9px rgb(0 0 0/.3)
}

.m-about-author-box-imgname {text-decoration: none; color: inherit;}

.m-about-author-box-imgname {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.m-about-author-box-imgname &gt; span {line-height: 1em;}

.m-about-author-box-imgname strong {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.m-about-author-box-imgname br {display: inline;}

.m-about-author-box-imgname .m_role {font-size: 11px; color: #555; font-style: italic;}

span.m-about-authors-name {width: auto; text-overflow: ellipsis; overflow: hidden;}

p.m_about_author_box_desc {
  height: 60px;
  overflow: hidden;
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 20px
}
p.m_about_author_post_count {
  margin: 0;
  font-size: 12px;
  font-style: italic;
  color: #555
}
a.m_about_author_post_count_link {
  margin: 0;
  font-size: 12px
}
.m_about_author_box img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 10px
}
.m_about_author_box .m_about_author_box_link {
  display: block;
  clear: both;
  margin-top: 10px
}

.m-author-bio-box {
  box-shadow: 0 0 9px rgb(0 0 0/.1);
  margin: 30px 9px 9px 0;
  border-radius: 10px;
  padding: 30px;
	  clear:both;
}

.m-author-bio-box div:first-child {
  display: flex;
    align-items: flex-start;}
.m-author-bio-box p {
    line-height: 1.6em;
    color: #555;
    font-size: 14px;
}
.single .m-author-bio-box {
  box-shadow: 0 0;
  margin: 30px 9px 9px 0;
  padding: 30px 0;
  border-radius: 0
}
.m-author-bio-box img {
  border-radius: 100%;
  height: 70px;
  width: auto;
  box-shadow: 0 0 9px rgb(0 0 0/10%);
  max-width: none
}
.m-author-bio-box div:first-child {
  display: flex;
	flex-direction: column;
}

.m-author-bio-box h1 {margin-bottom: 0px;}
.m-author-bio-box h3 {    margin: 10px 0px 0px;
    color: #525252;
    font-weight: bold;
    font-size: 18px;}

.author-page-date {padding: 0px;
    margin: 0px;
    color: #525252;
    font-style: italic;}

.m-author-bio-box a.link, span.m-category-link a {    font-size: 12px;
    padding: 3px 9px;
    border: 1px #ccc solid;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
     margin-right: 5px;}

.m-author-bio-box a svg, .m-author-bio-box a img.icon {
    display: inline;
    vertical-align: middle;
    height: 16px;
    opacity: .7;
}

.m-author-bio-box h4 {margin: 10px 0px 0px;
    font-weight: normal;
    font-style: italic; color: #525252;}



p.m-author-links {margin-top: 0px;}


p.m-category-links {    margin: 12px 0px;
    padding: 0px;
    border-left: none;}

.m-author-bio-box p.m-editorial-guidelines {font-size: 11px; color: #525252;}

.m-author-bio-box p.m-reviewed-by {margin-top: 0px; margin-bottom: 0px;}


span.m-category-link a {display:inline; margin-top: 0px; color: #525252;}
span.m-category-link a:before {content: "#"; }
span.m-category-link a:hover {color: #D45050; border-color: #D45050; }

.fluent_form_4, .fluent_form_6 {
  width: 100%
}
.fluent_form_4 .ff-el-group, .fluent_form_4 input, .fluent_form_4 textarea,
.fluent_form_6 .ff-el-group, .fluent_form_6 input, .fluent_form_6 textarea{
  width: calc(100% - 32px)
}
.fluent_form_4 select, .fluent_form_6 select {
  width: 100%;
  font-size: 16px
}
.fluent_form_4 textarea, .fluent_form_6 textarea {
  height: 200px;
  font-size: 16px
}
.text-danger {
  font-size: 14px;
  color: #fc6161;
  font-weight: 600
}
.text-danger:before {
  font-family: "font awesome 5 free";
  font-weight: 900;
  content: "\f071";
  margin-right: 3px
}
.ff-message-success, .ff_form_not_render {
  padding: 30px !important;
  border: 0 !important;
  box-shadow: 0 0 9px rgb(0 0 0/.1);
  border-radius: 10px;
  text-align: center
}
.m-blog-articles &gt; div:not(.pagination) {
  text-align: left;
  width: calc(33.3% - 9px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 9px rgb(0 0 0/.1);
  margin-bottom: 30px;
  padding-bottom: 15px
}
.m-blog-articles &gt; div &gt; a:first-child {
  height: 216px;
  overflow: hidden;
  display: block
}
.m-extra-margin-bottom {
  margin-bottom: 80px
}
.m-blog-articles &gt; div img {
  width: 100%;
	height: 100%;
	object-fit: cover;
}
.m-blog-articles &gt; div p, .m-blog-articles &gt; div h2 {
  padding: 0 30px
}

.m-blog-articles &gt; div h2 {display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
margin: 27px 0 12px 0;}

.m-blog-articles &gt; div p {
  font-size: 14px;
  line-height: 28px
}



.m-blog-articles &gt; div p a.m_glossary_more {
    padding-top: 9px;
    display: inline-block;
}



.m-blog-articles {
  margin-top: 60px
}

.single-glossary .m-blog-articles {
    margin-top: 0px;
    justify-content: space-between;
}

.single-glossary .m-blog-articles &gt; div:not(.pagination) {
    width: calc(50% - 9px);
}

.single-glossary main {padding-bottom: 18px;
    border-bottom: 1px solid #f5f5f5;}

body:not(.single-glossary) .entry-content a[href*="glossary"][href*="millo"]:after {
    content: "?";
    vertical-align: super;
    font-weight: bold;
    font-size: 12px;
    color: #fc6161;
    padding: 0 0 0 2px;
    display: inline-block;
}

.m-glossary-term {
    padding: 18px 18px 9px 0px;
    width: calc(25% - 36px);
    float: left;
    height: 150px;
}

.m-glossary-term h2 {
    font-size: 18px;
    margin: 0px 0px 9px 0px;
    border-bottom: #ccc solid 1px;
    padding-bottom: 9px;
}

.m-glossary-term p {
    font-size: 13px;
    margin: 5px 0px;
    line-height: 22px;
}

.m-glossary-letter {
    width: 100%;
    clear: both;
    padding: 35px 0px 0px;
    font-size: 32px;
    position: relative;
}

	a.m-glossary-letter-nav {
    display: inline-block;
    padding: 9px 15px;
    text-decoration: none;
    background: #f5f5f5;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 4px;
}








.m-home-articles &gt; div img.featured-image, .m-blog-articles &gt; div img.featured-image {
  width: 100%;
	height: 100%;
	object-fit: cover;
}
.m-home-articles &gt; div img.avatar, .m-blog-articles &gt; div img.avatar, .m-byline-avatar img {
  width: 32px;
	border-radius: 100%;
	background: #f5f5f5;
}

.m-home-articles h3 a, .m-blog-articles h3 a,.m-blog-articles h2 a, footer .m-grey-background a {
    color: #000;
    text-decoration: none;
}

/* First category (1st, 4th, 7th, ...) */
.m-blog-articles &gt; div:nth-child(3n+1) img.avatar, .m-byline-avatar img {
background: url(https://millo.co/wp-content/uploads/2024/11/0_0-1.jpg) top center no-repeat;
	background-size: contain;}

/* Second category (2nd, 5th, 8th, ...) */
.m-blog-articles &gt; div:nth-child(3n+2) img.avatar {
background: url(https://millo.co/wp-content/uploads/2024/11/gravatar_2.png) top center no-repeat;
	background-size: contain;}

/* Third category (3rd, 6th, 9th, ...) */
.m-blog-articles &gt; div:nth-child(3n+0) img.avatar {
background: url(https://millo.co/wp-content/uploads/2024/11/gravatar_3.png) top center no-repeat;
	background-size: contain;}

.m-home-articles .m-home-byline, .m-blog-articles .m-home-byline {padding: 0 30px; font-size: 14px; display: flex; align-items: center;}
.m-home-articles .m-home-byline span:nth-child(2), .m-blog-articles .m-home-byline span:nth-child(2) {padding-left: 8px;}
.m-home-articles .m-home-byline a, .m-blog-articles .m-home-byline a {color: #222222; text-decoration: none;}
.m-home-articles .m-home-byline a:hover, .m-blog-articles .m-home-byline a:hover {text-decoration: underline;}
.m-home-articles .m-home-byline .m-byline-role, .m-blog-articles .m-home-byline .m-byline-role {color: #525252; font-style: italic; font-size: 12px;}



@media only screen and (max-width:1200px) and (min-width:801px) {
	
	
	
	.m-extra-padding {
    padding: 30px
  }
  nav .m-nav-buttons {
    justify-content: flex-start
  }
  nav button:nth-child(4), nav button:nth-child(6) {
    display: none
  }
  nav.m-nav-secondary h3 {
    display: none
  }
  ul.m_toptoolsfilter li {
    padding: 3px 8px;
    margin: 4px;
    font-size: 11px;
    border-radius: 6px
  }
  ul.m_toptoolsfilter li:hover {}
  .resource_box {
    font-size: 12px;
    line-height: 20px;
    width: calc(33% - 60px);
    margin: 5px;
    padding: 10px 15px 20px
  }
  .m-about-page div .m-row .m-half {
    width: 100%
  }
  .m-about-page div.m-about-pics .m-row {
    flex-direction: column-reverse
  }
  .m-about-page div.m-about-pics .m-row .m-col:nth-child(2) {
    max-height: 300px;
    width: 40%;
    margin: auto
  }
  .m-blog-articles &gt; div:not(.pagination) {
    width: calc(50% - 60px)
  }
}

/*NEW NAV BAR */
.m-nav-primary img.icon {margin-left: 4px;}

.m-nav-primary&gt;ul&gt;li:first-child img {width: 75px; height: 29px;}
	
	.m-nav-primary ul {display: flex; align-items: center; align-content: center;
    max-width: 1200px;
    margin: auto;
    height: auto;
    clear: both;
list-style: none;}

.single .m-nav-primary ul {
    max-width: 900px;
}
	
	.m-nav-primary ul li.search {margin-left: auto;}
nav ul li a {display: flex;
    padding: 21px 18px 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #2c2c2c;
    letter-spacing: .7px;
	align-items: center;
	transition: all .5s ease;}
	
	nav ul li:hover&gt;a {background: #f5f5f5; color: #fc6161}
	nav ul li:first-child:hover&gt;a {background: none;}
	nav ul li:last-child:hover&gt;a {border-radius: 100%;}
	nav ul li:not(.search) a i {padding: 0 0 0 5px;}
	
	nav ul.nav-main&gt;li:first-child a {display:flex; padding: 20px 18px 20px 0;}
	
	nav&gt;ul&gt;li:first-child a:hover img {filter: invert(69%)sepia(49%)saturate(5286%)hue-rotate(320deg)brightness(97%)contrast(101%)}
	nav ul li:not(.search):hover a i {transform: scaleY(-1);}
	nav ul li a i {transition: all .3s ease;}
	
	.m-nav-drop {
    opacity: 0; visibility: hidden;
		
	/*box-shadow: 0 1px 9px rgb(33 51 67 / 12%);	*/
    transition: all .5s ease;
		transition-delay: .5s;
    background: #f5f5f5;
    width: 100%;
    top: 70px;
    position: absolute;
    left: 0;
    height: auto;
    cursor: default;
		
		
		z-index: 99999;
 
   }
	
	nav ul li:hover .m-nav-drop, .m-nav-drop:hover  {display:block; opacity: 1; visibility: visible }
	
	.m-nav-drop div, .m-nav-drop ul {width: 90%; max-width: 900px; margin: auto;}
	
	.m-nav-drop ul li a {text-transform: none; font-weight: normal; padding: 18px; text-decoration: underline;}

.m-nav-drop ul li a img {height: 30px; width: 30px; margin-right: 8px; border-radius: 3px;}

	
/*=== REPLACE	*/
nav li {
    margin: 0px;
	align-items: center;
}

.home section, .m-footer-links  {max-width: 1200px; margin:auto; width: 95%;}
.archive.author section, .search.search-results section {width: 95%;
    max-width: 900px;
    margin: auto;}

.m-glossary-breadcrumbs {font-size: 13px;
    color: #545454;
    margin: 18px 0px 0px 0px;
    clear: both;
    display: block;}

/*MOBILE STYLES*/

@media only screen and (max-width:800px) {
	
	body,html {overflow-x: hidden;}
	.entry-content {width: 100%; max-width: 100%;}
	.m-home-hero-image-col {display:none;}
	
	article {width: 95%;}
	  
	  form input, form input[type=text], form input[type=email], form input[type=number], form input[type=phone], form input[type=password], form button {
    display: inline-block;
    padding: 16px 0;
    width: 100%;
    margin: auto;
    clear: both;
    text-align: center
  }
  form input#s, form input[type=text]#s {
    text-align: left;
    padding: 16px 8px
  }
  .m-row {
    clear: both;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
  }
  .m-extra-padding {
    padding: 30px 0
  }
  .m-email-sub-form input[type=email] {
    width: 100%;
    max-width: none;
    margin-bottom: 5px
  }
  .m-text-center-mobile {
    text-align: center
  }
  .m-half, .m-quarter, .m-threequarters, .m-third, .m-twothirds {
    width: 100%;
    margin: 0
  }
  nav .m-logo {
	  height: 60px;
  }
  nav .m-logo i {
    display: none
  }
  span.m_nav_toggle {
    display:inline-block;
	  position:  absolute;
    right: 0px;
    padding: 22px;
}
	
	.m-nav-primary ul li.search {
    margin-left: 0px;
}
	
	nav ul li:last-child:hover&gt;a {
    border-radius: 0;
}
	
  nav .fa-times {
    color: #000
  }
  
	.m-nav-drop {display:none;
	top: auto;
    margin-left: 2.5%;
    width: 97.5%;}
	
  .m-nav-popout {
    display: none
  }
  nav button &gt; p {
    display: none
  }
  nav.m-nav-secondary {
    display: none
  }
	
	
	.m-pre-title {margin-top: 0px;}
	
	.m-above-title-ad {
    height: 70px;
	}
	
	.m-title-thumbnail {
    flex-direction: column-reverse;
    padding: 0;
}
	
 .entry-header h1 {
        font-size: 1.5em;
        margin-bottom: 0px;
        margin: 9px 0px;
    }

	.entry-header .m-title-thumbnail img {width: 100%; max-width: none;}	
	
	.entry-meta {
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
	.entry-meta&gt;div {
         align-items: center;
    margin: 3px 0;
}

	.m-byline {
    align-content: center;
}
	
	.m-byline br {
    display: none;
}
	
	.entry-meta .m-byline-updated {font-size: 14px;}

	.m-postdate {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    padding: 0;
}
	
	.m-postdate br {
    display: none;
}
	
	

	.m-posttoc { margin-top: 9px; }
	


	
  .entry-content {
    margin-top: 0
  }	
	
	
	
	.m-glossary-term {
    padding: 9px;
    width: 100%;
    float: none;
    height: auto;
}
	
	.m-glossary-nav {text-align: center;}
	
	.m-glossary-letter {padding: 0px 9px;}
	
.single-glossary .m-blog-articles &gt; div:not(.pagination) {
    width: 100%;
}
	
	.m_rec_vids .m_rec_vids_inner {display:flex; flex-direction: column; justify-content:center; text-align: center; align-items: center;}
	
	.m_rec_thumb_container {margin-bottom: 9px;}
	
  .m-content-cta &gt; div {
    float: right;
    margin-left: 20px;
    position: relative;
    top: -19px
  }
  .m-content-cta img {
    display: none;
    float: none;
    margin-right: 0;
    background: 0 0;
    margin: auto;
    position: relative;
    height: 140px
  }
  .m-content-cta p {
    clear: both;
    margin-top: 10px
  }
  .m-content-cta {
    border-radius: 10px;
    margin-bottom: 30px
  }
	
	.m-in-content-ad { float: none;
    padding: 0px; }	
  main {
    
  }
	
	
  aside, #comments {
    display: none
  }
	
	.ezmob-footer-desktop {
    background: #fff;
    padding-top: 18px;
    border-top: 1px solid #f5f5f5;
}
	
	.ez-video-link {display: none;}
	
  footer .m-footer-links {
    display: block;
    text-align: center;
    margin: 30px 0 0;
    padding: 30px 0 0
  }
	
	
  footer .site-info ul {
    display: block;
    text-align: center
  }
  footer .site-info ul li {
    padding: 0;
    line-height: 30px
  }
  footer .site-info ul li:last-child {
    margin-top: 30px
  }
  footer .m-logo a img {
    margin-bottom: 30px
  }
  .resource_box {
    width: 100%;
    display: block;
    padding: 30px 15px ;
    font-size: 14px;
    margin: 10px 0px;
  }
	
	
	
	.resource_box + p, 	.resource_box + p + p  {display:none;} 
	
	
 
  .resource_box + br {
    display: none
  }
	
  ul.m_toptoolsfilter li {
    padding: 2px 8px;
    margin: 2px;
    border-radius: 7px;
    border: solid 1px #fc6161;
    color: #fc6161;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700
  }
  .resource_box .resource_box_link {
    display: block;
    clear: both;
   
  }
  .resource_box_desc {
    display: block
  }
  .rb_hide {
    display: none
  }
  .rb_show {
    display: block
  }
  div.m-as-seen img {
    width: 21%;
    border-radius: 5px;
    box-shadow: 0 0 9px rgb(0 0 0/.1);
    margin: 6px
  }
  .m-row-reverse div:nth-child(2) {
    text-align: left
  }
  .m-row-quotes &gt; div {
    display: none
  }
  .m-row-quotes &gt; div:nth-child(-n+3) {
    display: block
  }
  .m-search-headline {
    margin-top: 100px
  }
  #m-search-form {
    margin-top: 20px
  }
  .m-search-start h4 {
    margin-top: 20px
  }
  .m-search-start ul li {
    display: block
  }
  .m-about-page div.m-about-pics .m-row .m-col:nth-child(2) {
    max-height: 300px;
    max-width: 480px;
    margin: auto
  }
  .m-team-box {
    margin: 30px 0 0
  }
  .entry-content img.m-about-adam {
    position: relative;
    top: -49px;
    left: 31%
  }
  .m-about-page div.m-about-pics .m-row {
    flex-direction: column-reverse
  }
  .m-about-page .entry-content h2 {
    font-size: 1.5em;
    text-align: center
  }
  .m_about_author_box {
    padding: 10px;
    width: 100%;
    margin: 5px 0
  }
  .m-about-author-box-imgname {
    margin-bottom: 3px
  }
  .m_about_author_box img {
    width: 22px;
    height: 22px;
    margin-right: 7px
  }
  .entry-content p.m_about_author_box_desc {
    height: auto;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px
  }
  #m-search-form ::-webkit-input-placeholder {
    color: transparent
  }
  #m-search-form :-moz-placeholder {
    color: transparent
  }
  #m-search-form ::-moz-placeholder {
    color: transparent
  }
  #m-search-form :-ms-input-placeholder {
    color: transparent
  }
  .m-blog-articles &gt; div:not(.pagination) {
    width: 100%
  }
  .m-author-bio-box div:first-child {
    flex-direction: column;
    text-align: center
  }
	
	.m-author-bio-box div:first-child {
    display: flex;
    align-items: center;
}
	
  .m-author-bio-box img {
    margin-right: 0;
    margin-bottom: 14px
  }

	
}
.m-logo .m-millo-logo-inline {
  top: 2px;
  margin: 0;
  width: 80px
}
.m-h2-large {
  font-size: 2em
}

/* ORIGINAL HOME HERO */

.ff-white form p {
    font-size: 10px;
    color: #888;
    font-style: italic;
}
.ff-headline {margin-bottom: 0px;}
.m-home .m-home-hero h2 {
  font-size: 115px;
  font-weight: 700;
  line-height: 125px;
  margin-bottom: 60px
}
.m-home .m-home-hero h2 span {
  font-size: 127px
}
.m-home .m-home-search-container {
  width: 75%
}
.m-home .m-home-search-container h3 {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 16px
}
.m-home .m-home-popular-search-container {
  padding-top: 7px;
  margin-bottom: 140px
}
.m-home .m-home-popular-search-container h4 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
  font-size: 13px;
  display: block;
  float: left;
  margin: 9px 10px 0 0;
  color: #555
}
.m-home-popular-search-container ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  align-items: center
}
.m-home-search-ul li {
  font-size: 14px
}
.m-home-search-ul li a:after {
  content: ",";
  margin-right: 8px
}
.m-home-search-ul li:last-child a:after {
  content: ""
}

.m-home-welcome a.m-button {
  margin-top: 15px
}
.m-home-welcome p {
  line-height: 2em
}
.m-home-video {
  display: flex;
  justify-content: space-around;
  flex-direction: column
}
.m-home-articles &gt; div {
  text-align: left;
  width: calc(33.3% - 9px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 9px rgb(0 0 0/.1);
  margin-bottom: 30px;
  padding-bottom: 15px
}

.post .m-home-articles &gt; div {
    width: 100%;
}

.m-home-articles &gt; div &gt; a:first-child {
    height: 216px;
    overflow: hidden;
    display: block;
}
.m-extra-margin-bottom {
  margin-bottom: 80px
}

.m-home-articles &gt; div p, .m-home-articles &gt; div h3 {
  padding: 0 30px
}
.m-home-articles &gt; div p {
  font-size: 14px;
  line-height: 28px
}
.m-home-articles {
  margin-top: 60px
}
.m-home-podcast {
    padding-bottom: 60px;
}

.podcast-player audio {
    width: 100%;
    background-color: #fff;
    background: transparent;
    color: black;


}


.m-podcast-article-container &gt; div:first-child {
    height: 165px;
    background: url(https://millo.co/wp-content/uploads/2023/09/ftf-seamless-100-bg-lighter.png);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.m-podcast-article-container .podcast-player {
    width: calc(100% - 60px);
    margin: auto;
    border: 0px;
    background: #fff;
    height: 40px;
    box-shadow: 3px 3px 0px rgb(0 0 0 / .3);
}

.m-podcast-article-container .podcast-player img {
    display: none;
}

.m-podcast-article-container .podcast-player button#rewind, .m-podcast-article-container .podcast-player button#fast-forward {
    display: none;
}

.m-podcast-article-container .podcast-player .progress {
    width: 100%;
}



.m-home-podcastart {
  margin-top: 20px
}
.m-home-podcastart img {
  display: block;
  width: 200px;
  max-width: 400px;
  border-radius: 5px;
  transform: rotate(-7.5deg);
  box-shadow: 0 0 9px rgb(0 0 0/15%);
  margin: auto;
  left: 0;
  float: none
}
.ftf-episodes-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.ftf-players-main {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: calc(50% - 75px);
  color: #000
}
.ftf-season-ep {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 14px;
  color: #555;
  font-style: italic
}
.ftf-players-main h2 {
  font-weight: 700
}
section.ftf-main-feature-section {
  overflow: visible;
	padding-top: 50px;
}
.ftfepisodes, .ftfmainfeature, .ftf-single-episode {
  clear: both;
  margin-top: 50px;
  height: auto;
  overflow: visible;
	  max-width: 1200px;
    margin: auto;
}
.ftf-players-main h2 {
  margin: 0
}



	.m-mp3-embed audio {
    /* Reset default styles */
    margin: 0;
    padding: 0;
    width: auto;
    background-color: transparent;
    border: none;
}

.m-mp3-embed audio::-webkit-media-controls-panel,
.m-mp3-embed audio::-webkit-media-controls {
    /* Remove default controls */
    /*display: none !important;*/
	background: #fff;
}

.m-mp3-embed audio::-webkit-media-controls-play-button,
.m-mp3-embed audio::-webkit-media-controls-enclosure {
    /* Hide default play button and enclosure */
    /*display: none !important;*/
}
	.m-mp3-embed img {
    display: none
   
}		
.m-mp3-embed audio {
    width: 100%;
    background-color: #fff;
    background: transparent;
    color: black;
  
}
	
	.m-mp3-embed {

    margin: 18px 29px;
	
}

.episodes-template-default .m-mp3-embed {margin: 18px 0}

audio::-webkit-media-controls-panel,
audio::-webkit-media-controls {
    /* Remove default controls */
    /*display: none !important;*/
	background: #fff;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-enclosure {
    /* Hide default play button and enclosure */
    /*display: none !important;*/
}

.m_transcript {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    max-height: 80vh;
    overflow: hidden;
	margin-top: 18px;
}	
	
	.m_transcript_header {padding: 18px; background: #fafafa;}
	.m_transcript_header h2 {
    font-size: 18px;
    margin: 8px 0px;
    letter-spacing: 1px;}
	.podcast_wrapper .m_transcript_header p {font-size: 14px; margin: 5px 0;}
	.m_transcript_content {padding: 18px; overflow-y: scroll; height: calc(80vh - 90px - 18px - 18px)}
	
	/* Customize the scrollbar appearance */
.m_transcript_content::-webkit-scrollbar {
  width: 5px; /* Adjust the width as needed */
}

.m_transcript_content::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Set the background color */
}

.m_transcript_content::-webkit-scrollbar-thumb {
  background-color: #888; /* Set the thumb color */
}

.m_transcript_content::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Set the thumb color on hover */
}
.subscribe_button, .sponsorbutton {display: inline-flex;
    border-radius: 100px;
    padding: 6px 12px;
    margin-bottom: 8px;
    margin-right: 10px;
    background: #fc6161;
    color: #fff;
	align-items: center;}
	a.sponsorbutton {margin-top:25px; margin-left: -10px;}
	a.sponsorbutton:hover, .subscribe_button:hover {background: #CE4D4D}
	
	a.sponsorbutton:hover {color: #fff; cursor: pointer;}
	
	.more_podcasts img {width: 70%;}
	
	
	.subscribe_button:hover {cursor: pointer;}
	
	.subscribe_button img {display: inline-block;
    filter: invert(1);
    width: 1.3em; margin: 0 0 0 6px;}
	.subscribe_button i, i.m_expand_ep {transform: scaleY(1);
  transition: transform 0.5s;}
	i.flip {
  transform: scaleY(-1);
  transition: transform 0.5s;
}

/* PODCAST PLAYER SHORTCODE */
.podcast-player {
    display: flex;
    align-items: center;
    border: 1px solid #555;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 3px 4px 0px #555;
    min-width: 235px;
    max-width: 1200px; overflow:hidden;
	margin: 20px 0 36px 0;
}

.podcast-player audio {height: 30px;
    margin: 5px 0 0 0;}

        .podcast-player img.ftf-cover {
            max-width: 80px;
            border-radius: 2px;
            margin-right: 10px;
        }

.podcast-player span.podcast-links {
    float: left;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.podcast-player span.podcast-web-link {float:right; margin-right: 20px;}

.podcast-player span.podcast-web-link a {text-decoration: none;}

.podcast-player span.podcast-web-link, .podcast-player span.podcast-links { font-size: 13px;
    text-transform: uppercase;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;}

.podcast-player span.podcast-links span:first-child {margin: 2px 9px 0 0}

.podcast-player span.podcast-links a img {
    width: 15px;
    background: #fff; border-radius: 0px;
	margin-right: 7px;
}
/*END PODCAST PLAYER */


/* ------------------------------------- In-Content TABLE styles */

.table-container&gt;p, 
.table-container&gt;br, 
.table&gt;p, .table&gt;br,

.entry-content .table-container .m_ft_img_container, .entry-content table .m_ft_img_container,
.entry-content table .m-in-content-ad, div.m-takeaways .m_ft_img_container,
div.m-takeaways .m-in-content-ad, .entry-content .table-container .m-in-content-ad 
{display:none;}

.table-container img {
    max-width: 75%;
}

.entry-content .table-container * {font-size: 14px; line-height: 20px;}
.entry-content .table-container .m-button-open {font-size: 12px;}
.entry-content .table-container {
  position: relative;
  width: calc(100% - 10px);
  overflow-x: auto;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}


		
		.entry-content .table-container table {
border-collapse: collapse;
			width: 100%;
			font-size: 14px;
			table-layout: fixed;
  
}
		.entry-content .table-container table thead {
  display: table-header-group;
}







		

.entry-content .table-container th, 
.entry-content .table-container td {
  padding: 8px;
width: 100%;

  border: 1px solid #e0e0e0;
 border-top: 0px;

  word-wrap: break-word;
  white-space:normal;

}
		

		
		.entry-content .table-container th:last-child, .entry-content .table-container td:last-child {
    border-right: 0px;
}
		
		.entry-content .table-container th:first-child, .entry-content .table-container td:first-child {
    border-left: 0px;
}

.entry-content .table-container tr {	text-align: center;}

			.entry-content .table-container thead tr {
    border-top: 0px;
				background: #f5f5f5;
				font-weight: bold;
				text-align: center;}

		
		.entry-content .table-container tr:last-child td {border-bottom:0px;}
		
		
.entry-content .table-container table thead tr th {
  background-color: #f2f2f2;
}



.entry-content .table-container tbody {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.entry-content .table-container .advertisement {display:none;}

.entry-content .table-container ul {text-align: left;}

/* Set scrollbar to always be visible */
.entry-content .table-container::-webkit-scrollbar {
  height: 9px;
}

.entry-content .table-container::-webkit-scrollbar-track {
  background-color: #e0e0e0;
	 border-bottom-left-radius: 4px;
	 border-bottom-right-radius: 4px;
	overflow: hidden;
}

.entry-content .table-container::-webkit-scrollbar-thumb {
  background-color: #fc6161;
    border-bottom-left-radius: 4px;
	width: 20px;
}



/* Set scrollbar styles for screens smaller than 900px */
@media only screen and (max-width: 900px) {
	
	.entry-content .table-container {border: 0px;}
	
.entry-content .table-container table thead {
    display: none;
}
	
	.entry-content .table-container table tr {
    display: flex;
    flex-direction: column;
		    border: 1px solid #e0e0e0;
    margin-bottom: 9px;
    border-radius: 8px;
    padding: 9px 18px 18px;
}
	
	.entry-content .table-container br {
    display: none;
}
	
	.entry-content .table-container th, .entry-content .table-container td {border: 0px; width: auto;}
	
	.table-container img {
    max-width: 125px;
    display: block;
}
	
	table a.m-button-open {
    display: block;
    width: 40%;
    margin: 0 auto 13px;
}
	
	
	
	
/* ------------------------------------- END In-Content TABLE styles */

.m_rating {display:inline-block;}

.m_rating span {width: 1.5em;
    display: inline-block;
    text-align: center;
    font-size: 15px;}
	

	
.m_rating_star {color: #ddd}
.m_rating_star.filled {color: #fc6161}


@media only screen and (max-width:1200px) and (min-width:801px) {
  .m-home .m-home-hero h2 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 40px
  }
  .m-home .m-home-hero h2 span {
    font-size: 90px
  }
  /*.m-home &gt; div:first-child {
    background-size: auto 960px;
    background-position-x: calc(50% + 410px)
  }*/
  .m-home .m-home-popular-search-container h4 {
    display: none
  }
	

	
  .m-home-search-container #m-search-form input[type=submit] {
    transform: none;
    height: 50px;
    width: 50px;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 93px
  }
  .m-home-articles &gt; div {
    width: calc(50% - 60px)
  }
}
@media only screen and (max-width:800px) {
  .m-home &gt; div:first-child {
    max-height: none;
    background-position-y: -68px;
    background-position-x: calc(50% + 195px);
    background-size: auto 800px
  }
  .m-home .m-home-hero h2 {
    font-size: 33px;
    line-height: 37px;
    margin-bottom: 0;
    margin-top: 85px
  }
  .m-home .m-home-hero h2 span {
    font-size: 37px;
    display: block;
    clear: both
  }
  .m-home .m-home-search-container {
    width: 100%;
    max-width: 450px
  }
  .m-home .m-home-search-container h3 {
    font-size: 15px;
    margin-bottom: 0
  }
  .m-home-search-container #m-search-form input[type=text] {
    text-align: left;
    padding-left: 10px
  }
  .m-home-search-container #m-search-form {
    position: relative;
    margin-top: 10px
  }
  .m-home-search-container #m-search-form input[type=text] {
    width: calc(100% - 125px)
  }
  .m-home-search-container #m-search-form input[type=submit] {
    transform: none;
    height: 50px;
    width: 50px;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 115px
  }
  .m-home .m-home-popular-search-container h4 {
    float: none;
    margin: 6px 0
  }
  .m-home-popular-search-container ul {
    display: block
  }
  .m-home-search-ul li a:after {
    content: "";
    margin-right: 0
  }
  .m-home-articles &gt; div {
    width: 100%
  }
  .ftf-players-main {
    width: initial
  }
  .ftf-ep-desc {
    height: 125px;
    overflow: hidden;
    font-size: 16px
  }
	
	.m-nav-primary ul {align-items: normal;}
	
	nav ul {flex-direction: column;}
	nav li {display:none;}
	nav li:first-child {
    display: block;
    margin: 0px;
}
	
	nav ul li a {padding: 2.5%;}
	
	nav&gt;ul {
    background: #fff;
    width: 100vw;
    z-index: 9999999;
    }
	
}


::selection {
  background: #ffaaaa; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffaaaa; /* Gecko Browsers */
}

/*--------------=================-----------------=====================--------------------*/
/*--------------=================-----------------=====================--------------------*/
/*--------------=================----  FTF STYLES  --===================-------------------*/
/*--------------=================-----------------=====================--------------------*/

html {  scroll-behavior: smooth;
}
	
.addyourvoicesection h2 {font-weight: bold;}

	.ftf-header {margin-top: 80px; }
.ftf-header h2 {    float: left;
    color: #fff;
    font-weight: 600;
    margin-left: 9px;}
img.ftf-brandlogos {width: 33%;
    display: block;
    float: right;}

.ftfpodcastart {
   display: block;
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    float: left;
    margin-right: 30px;
    transform: rotate( 
-7.5deg
 );
    position: relative;
    left: -70px;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 15%);
    top: -23px;
}

.ftf-partnership {font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 600;}

.ftf-partnership img {
    width: 16%;
    vertical-align: middle;
}

.ftfbuttons {display:flex; justify-content: center; flex-wrap: wrap;}
.ftfbutton {
    margin: 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .2em;
    text-align: center;
} a.ftfbutton {text-decoration: none; padding:10px; border-radius: 10px}
a.ftfbutton:hover {color: #000; background: rgb(0 0 0 / .1)}
a.ftfbutton img {height: 30px;
    vertical-align: middle;
    margin-bottom: 10px;
    display: block;
    clear: both;
    width: 100%; }
.ftf-copy { transform: translate(-55px, 0px); padding-bottom: 60px;}
.ftf-copy h2 {font-weight: 700;
    margin: 60px 0 0 0;
	font-size: 2em;}
.nevermiss {    clear: both;
    text-align: center; margin-top: 45px;}


.ftfmainfeature, .ftf-single-episode, .addyourvoicesection {background: #fff;
    padding: 30px;
    color: #000;
    border-radius: 10px;max-width: 1200px; margin: auto;}

section.addyourvoicesection {clear:both; margin-top: 60px;}

.addyourvoicesection h4 {text-transform: uppercase;
    FONT-WEIGHT: 600;
    letter-spacing: .15em;
    font-size: 14px;}

.ftf-single-episode {padding:60px; margin-bottom: 60px; width: calc(100% - 40px);}

.ftf-episodes-container {display: flex;
    flex-wrap: wrap;
    justify-content: space-between;} 
.ftf-players-main {
    margin-bottom: 30px;
    background: #fff;
  
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
	    width: calc( 50% - 75px );

}
.ftf-season-ep {margin-top: 0px;
    margin-bottom: 3px;
    font-size: 14px;
    color: #555555;
    font-style: italic;}
.ftf-players-main h2 {font-weight: 700;}

section.ftf-main-feature-section {overflow: visible;}

.ftfepisodes,
			.ftfmainfeature, .ftf-single-episode {
				clear: both;
				margin-top: 50px;
				height: auto;
				overflow: visible;
			}


.ftf-players-main h2 {margin:0px;}

.ftf-play-button {
    text-transform: uppercase;
    FONT-WEIGHT: 600;
    letter-spacing: .15em;
    font-size: 14px;
}

.ftf-play-button:hover {cursor: pointer;}

	.ftf-play-button i {
    font-size: 30px;
    vertical-align: middle;
}

.addyourvoice { /*theicon */
text-align: center;
    width: auto;
    height: 50px;
    border-radius: 30px;
    background: rgba(255,197,1,1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #000;
    padding: 5px 25px;
    box-shadow: 0 0 9px rgb(0 0 0 / 30%);
    position: fixed;
    bottom: 50px;
    right: 50px;
	
} .addyourvoice a {color: inherit; text-decoration: none;}

.ftf-hide-URL, .ftf-hide-title {display: none;}

.ftf-player-load-container {position: fixed;
    bottom: -135px;
    width: 100%; background: #000;
display:none;}
.pcast-player {position: relative;}
.pcast-player div.ftf-progress {
    display: inline-block;
    width: calc(100% - 390px);
}

.ftf-podcast-title {    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding-bottom: 15px;}
.pcast-player-controls {
    box-sizing: border-box;
    background: #000;
    color: #fff;
    font-size: 14px;
    height: auto;
    overflow: hidden;
    padding: 30px;
    width: 90%;
    margin: auto;
}

.pcast-player-controls button {
    background: #2a2a2a;
    color: #fff;
    border: 0;
    outline: none;
    border-radius: 100%;
    height: 60px;
    width: 60px;
}

.pcast-player-controls button:hover {
background: #555; cursor: pointer;
}

.pcast-player-controls progress {
    height: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100% - 150px);
}

.pcast-player .fa-times-circle {color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;}

.pcast-time {
    display: inline-block;
    font-size: 13px;
    padding: 0 5px;
    text-align: center;
    width: 4em;
  }

h4.ftf-showall {text-align: center; margin-bottom: 60px;}

h4.ftf-showall a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .18em;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 14px;
}

h4.ftf-showall a:hover {background: #fff; color: #fc6161}
.fa-times-circle:hover {cursor: pointer;}


.ftfpodcastart-single {
    display: block;
    width: 100%;
    max-width: 150px;
    border-radius: 5px;
    transform: rotate( 
-7.5deg
 );
    box-shadow: 0px 0px 9px rgb(0 0 0 / 15%);
    margin: auto;
    position: relative;
        top: -110px;
    margin-bottom: -110px;
}

.ftf-all-eps-link {    display: block;
    position: relative;
    top: -10px;
    left: -10px;}

.ftf-single-see-all a {color: #000; text-decoration: none;}
.ftf-single-see-all:before {content: "| "}
.ftf-player-container-in-content {margin-bottom: 60px; }
.ftf-player-container-in-content .pcast-player-controls {border-radius: 10px;}

.ftf-player-container-in-content .pcast-player-controls {width: 100%;}
.ftf-player-container-in-content .fa-times-circle {display:none; }
.ftf-player-container-in-content .pcast-player div.ftf-progress {  display: inline-block;     width: calc(100% - 260px);} 
	.ftfmainfeature {    margin-bottom: 20px;}






/**************************************************** 801-1200 PX **********************************************************/

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

.ftfpodcastart {
    display: block;
    width: 200px;
    max-width: 400px;
    border-radius: 5px;
    transform: rotate( 
-7.5deg
 );
    position: relative;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 15%);
    top: -35px;
    margin: auto;
    margin-bottom: -35px;
	left: 0px;
	float: none;
}
.ftf-copy {
    transform: none;
    padding-bottom: 0px;
}	
	
	
.ftf-copy h2 {
    text-align: center;
    margin-top: 20px;
}
}


/**************************************************** 800 PX and SMALLER **********************************************************/
@media only screen and (max-width: 800px) {			
	
	.ftf-single-episode {padding: 20px}
	.ftf-player-container-in-content {margin-bottom: 0px; }

	
	.ftfheader {
					display: none;
				}
				.ftfpodcastart {
					margin: auto;
					float: none;
					margin-right: auto;
				}
				.ftflogo {
					margin: 0 auto;
				}
				.ftfbuttons,
				.nevermiss {
					text-align: center
				}
				.ftf-sidebar-widget {
					width: 100%;
				}
				
				.addvoicebox {width:100%; margin-bottom:30px;}
			
	.ftfmainfeature {
    margin-top: 20px;
}
	.ftfpodcastart {left: 0px;}
.ftf-copy {
	transform: none; padding-bottom: 0px;}
	.ftf-copy h2{margin:0px;font-size: 1.3em;}
	
	.ftf-partnership img {
		width: 60%; display:block; clear: both; }
	.ftfbuttons {flex-wrap: wrap;}
	a.ftfbutton {padding: 0px;}
	
	.ftfbutton {margin: 5px;     font-size: 10px;letter-spacing: .1em;}
	
	.ftf-players-main {width: initial;}
	
	
	
	.ftf-ep-desc {height: 125px;
    overflow: hidden;
    font-size: 16px;}
	
	strong .ftfmainfeature {font-weight: normal;}
	
	.addyourvoice{padding: 5px 25px;width: 60%;
    height: 40px;bottom: 10px;
    left: 15%;}
	.pcast-player-controls {padding:0px;}
	.pcast-player-controls button{height: 40px;
    width: 40px;}
	
	.pcast-player div.ftf-progress {
    display: inline-block;
    width: calc(100% - 180px);
}
	
	.pcast-time {display: none;}
	
	.pcast-player-controls progress {width: 100%; }
	
	.ftf-podcast-title {
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
	
	.ftf-player-load-container{    padding-bottom: 10px;}
	
	.ftf-player-container-in-content .pcast-player div.ftf-progress {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
	
	.ftf-player-container-in-content .pcast-player-controls {
    width: 100%;
    padding: 20px;
    text-align: center;
}
	
	.ftf-all-eps-link {    text-indent: -9999px;}
}

.m_transcript {width: 100%; border: 2px solid #e0e0e0; border-radius: 8px; font-size: inherit; line-height: inherit;}
.m_transcript .ad, .m_transcript img, .m_transcript .m-in-content-ad {display:none;}
	
}




/*------------------ END FTF ---------------==================-----------------==============
/*------------------ END FTF ---------------==================-----------------==============
/*------------------ END FTF ---------------==================-----------------==============
/*------------------ END FTF ---------------==================-----------------==============*/</pre></body></html>