/*!
Theme Name: AmAff Content Platform
Theme URI: https://milgrom.ca/
Author: Aaron Milgrom
Author URI: https://milgrom.ca/
Description: A custom theme for American Affiliate websites
Version: 1.2.6
Tested up to: 5.9.3
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amaff
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AmAff is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Structure
	- Icons
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Site Header
	- Site Footer
	- Navigation
	- Posts and pages
	- Comments
	- Sidebar
	- Widgets
	- Media
	- Captions
	- Galleries
# Shortcodes
	- Post Feed
# plugins
	- Jetpack infinite scroll
	- Source
	- Tracker
# Utilities
	- Accessibility
	- Alignments
	- Visibility

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: hidden;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Structure
--------------------------------------------- */
#page, .boxed-content {
  display: block;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  clear: both;
}

#page.page_width_full {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 900px) {
  #primary {
    display: block;
    float: left;
  }

  #secondary {
    display: block;
    float: right;
  }
}
/* Icons
--------------------------------------------- */
.amaff-icon {
  width: 25px;
  height: 25px;
}
.amaff-icon.social-twitter, .amaff-icon.social-twitter:not(.colored) {
  fill: #00acee;
}
.amaff-icon.social-facebook, .amaff-icon.social-facebook:not(.colored) {
  fill: #2679ee;
}
.amaff-icon.social-linkedin, .amaff-icon.social-linkedin:not(.colored) {
  fill: #1a68bf;
}
.amaff-icon.social-reddit, .amaff-icon.social-reddit:not(.colored) {
  fill: #FF4500;
}
.amaff-icon.social-youtube, .amaff-icon.social-youtube:not(.colored) {
  fill: #fb100a;
}
.amaff-icon.social-instagram, .amaff-icon.social-instagram:not(.colored) {
  fill: #bb348b;
}
.amaff-icon.spotify, .amaff-icon.spotify:not(.colored) {
  fill: #1ed760;
}
.amaff-icon.apple-store, .amaff-icon.apple-store:not(.colored) {
  fill: #555;
}
.amaff-icon.tik-tok, .amaff-icon.tiktok:not(.colored) {
  fill: #000;
}

.state_icon_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.state_icon_wrap .amaff-icon.state-icon {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  line-height: 1.5;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  clear: both;
  font-weight: 700;
  line-height: 1em;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit;
}
h1 .last_updated, .h1 .last_updated,
h2 .last_updated, .h2 .last_updated,
h3 .last_updated, .h3 .last_updated,
h4 .last_updated, .h4 .last_updated,
h5 .last_updated, .h5 .last_updated,
h6 .last_updated, .h6 .last_updated {
  font-size: 0.9rem;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 2em 3em;
  padding: 2em 2.25em;
  background: #fff;
  border-left: 4px solid;
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 0;
}
blockquote p {
  font-weight: 700;
  font-size: 24px;
}
blockquote p:last-child {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.highlights {
  display: block;
  padding: 0 2em;
  margin-bottom: 2em;
  background: #fff;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.highlights h3 {
  margin-bottom: 0.5em;
}

/* Elements
--------------------------------------------- */
body {
  margin-bottom: 0 !important;
}

hr {
  background-color: #aaa;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1em;
  padding-left: 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  max-width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 20px;
  letter-spacing: .5px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
button .amaff-icon,
.button .amaff-icon,
input[type="button"] .amaff-icon,
input[type="reset"] .amaff-icon,
input[type="submit"] .amaff-icon {
  width: 14px;
  height: 14px;
}
button.icon_after .amaff-icon,
.button.icon_after .amaff-icon,
input[type="button"].icon_after .amaff-icon,
input[type="reset"].icon_after .amaff-icon,
input[type="submit"].icon_after .amaff-icon {
  margin-left: 15px;
}
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: white;
}
button.cta_button,
.button.cta_button,
input[type="button"].cta_button,
input[type="reset"].cta_button,
input[type="submit"].cta_button {
  font-weight: 800px;
  text-align: center;
  padding: 0.5em 2em;
}
button.cta_button.full_width,
.button.cta_button.full_width,
input[type="button"].cta_button.full_width,
input[type="reset"].cta_button.full_width,
input[type="submit"].cta_button.full_width {
  display: block;
  width: 100%;
  font-size: 1.5em;
  text-transform: none;
}
button.cta_button.small,
.button.cta_button.small,
input[type="button"].cta_button.small,
input[type="reset"].cta_button.small,
input[type="submit"].cta_button.small {
  font-size: 1.2em;
  padding: 0.25em 0.75em;
  text-transform: none;
}
button.cta_button.xsmall,
.button.cta_button.xsmall,
input[type="button"].cta_button.xsmall,
input[type="reset"].cta_button.xsmall,
input[type="submit"].cta_button.xsmall {
  font-size: 1em;
  padding: 0 0.5em;
  text-transform: none;
  border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-header footer#colophon {
  margin-top: 0;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}
.no-sidebar #primary {
  display: block !important;
  width: 100%;
  float: none;
}
.no-sidebar #primary .entry-content, .no-sidebar #primary .entry-summary {
  border-bottom: none;
}

.no-footer-nav #colophon .boxed-content .site-info {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 360px !important;
  max-width: 100%;
}
.no-footer-nav #colophon .boxed-content .site-info .site-branding .custom-logo {
  width: 360px !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Site Header
--------------------------------------------- */
header#masthead {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 3px solid;
  z-index: 10;
}
header#masthead .boxed-content {
  overflow: visible;
}
header#masthead .site-branding {
  display: inline-block;
  width: 200px;
  padding: 15px 0 10px;
}
header#masthead .site-branding a {
  z-index: 2;
}
header#masthead .site-branding .custom-logo {
  width: 200px;
}

/* Site Footer
--------------------------------------------- */
footer#colophon {
  display: block;
  width: 100%;
  border-top: 10px solid;
  text-align: center;
  margin-top: 4em;
}
footer#colophon .boxed-content {
  padding: 3em 0;
}
footer#colophon #footer-navigation > div {
  display: block;
}
footer#colophon #footer-navigation > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2em;
}
footer#colophon #footer-navigation > div ul > li {
  font-weight: 500;
  padding-bottom: 20px;
}
footer#colophon #footer-navigation > div ul > li > a {
  font-size: 1.2em;
}
footer#colophon #footer-navigation > div ul > li ul.children {
  padding-top: 5px;
}
footer#colophon #footer-navigation > div ul > li ul.children li {
  font-weight: 400;
  padding-bottom: 0;
}
footer#colophon #footer-navigation > div ul > li ul.children li a {
  font-size: 1em;
}
footer#colophon .site-info .site-branding {
  display: inline-block;
  padding: 15px 0 10px;
}
footer#colophon .site-info .site-branding .custom-logo {
  width: 200px;
  max-width: 100%;
}
footer#colophon .site-info .site_social_links {
  display: block;
  margin-top: 1rem;
}
footer#colophon .site-info .site_social_links a {
  display: inline-block;
  margin: 0.25em;
}
footer#colophon .site-info .site_social_links a .amaff-icon:not(:hover) {
  fill: #fff;
}
footer#colophon .site-info .copyright {
  font-size: 12px;
  opacity: 0.8;
}
footer#colophon .site-info .copyright .terms-privacy-pages {
  padding-top: 1rem;
}
footer#colophon #footer-navigation-bottom ul {
  display: block;
  padding: 0 1em;
  text-align: center;
  margin: 0;
  background: #000;
}
footer#colophon #footer-navigation-bottom ul li {
  display: inline-block;
}
footer#colophon #footer-navigation-bottom ul li a {
  display: block;
  padding: 1em;
  opacity: 0.8;
}

@media (min-width: 900px) {
  #colophon .boxed-content {
    display: flex;
    flex-direction: row;
  }
  #colophon .boxed-content .site-info {
    width: 300px;
    padding-right: 35px;
  }
  #colophon .boxed-content .site-branding {
    padding-top: 0;
  }
  #colophon .boxed-content #footer-navigation {
    flex: 1;
    order: 2;
    padding-top: 20px;
  }
  #colophon .boxed-content #footer-navigation > div > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  #colophon .boxed-content #footer-navigation > div > ul > li > a {
    padding-left: 20px;
  }
  #colophon .boxed-content #footer-navigation > div > ul ul {
    flex-direction: column;
    padding-left: 20px;
    margin-top: -5px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  float: right;
  margin: 20px;
}
.main-navigation .menu-toggle {
  width: 40px;
  height: 35px;
  position: relative;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  @incude transform(rotate(0deg));
  @incude transition(.5s ease-in-out);
  cursor: pointer;
}
.main-navigation .menu-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  opacity: 1;
  left: 0;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.main-navigation .menu-toggle span:nth-child(1) {
  top: 0px;
}
.main-navigation .menu-toggle span:nth-child(2), .main-navigation .menu-toggle span:nth-child(3) {
  top: 15px;
}
.main-navigation .menu-toggle span:nth-child(4) {
  top: 30px;
}
.main-navigation .menu-toggle.open span:nth-child(1), .main-navigation .menu-toggle.open span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.main-navigation .menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-navigation .menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li a {
  display: inline-block;
  padding: 8px 8px 8px 30px;
  font-weight: 500;
  color: #fff;
  font-size: 28px;
}
.main-navigation ul li ul {
  padding-left: 35px;
}
.main-navigation ul li ul li a {
  font-weight: 400;
  padding: 5px 5px 5px 30px;
  font-size: 24px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/* Mobile Menu */
@media (max-width: 899px) {
  .site-branding {
    position: relative;
    z-index: 5;
  }

  .main-navigation {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
  }
  .main-navigation.toggled .main-menu-container {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .main-navigation.toggled .main-menu-container ul {
    text-align: center;
  }
  .main-navigation.toggled .main-menu-container ul li a {
    padding: 5px;
    font-size: 1.4rem;
  }
  .main-navigation .menu-toggle {
    float: right;
    margin: 20px;
  }
}
/* Desktop menu */
@media (min-width: 900px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation {
    position: relative;
    display: inline-block;
    margin: 0;
    width: calc(100% - 300px);
  }
  .main-navigation ul {
    display: block;
    text-align: right;
    padding-top: 6px;
  }
  .main-navigation ul li {
    display: inline-block;
  }
  .main-navigation ul li a {
    padding: 20px 15px;
    font-size: 20px;
  }
  .main-navigation ul li ul {
    text-align: left;
    padding: 0;
    box-shadow: 9px 20px 20px -5px rgba(0, 0, 0, 0.6);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  .main-navigation ul li ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul li ul li {
    display: block;
  }
  .main-navigation ul li ul li:hover > ul, .main-navigation ul li ul li.focus > ul {
    display: block;
    left: auto;
  }
  .main-navigation ul li ul li a {
    width: 200px;
    font-size: 18px;
    padding: 6px 16px;
  }
  .main-navigation ul li ul li.current_page_item > a, .main-navigation ul li ul li.current-menu-item > a, .main-navigation ul li ul li.current_page_ancestor > a, .main-navigation ul li ul li.current-menu-ancestor > a,
  .main-navigation ul li ul li a:hover {
    color: #fff;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }
  .main-navigation ul li:last-child:hover > ul,
  .main-navigation ul li.focus:last-child > ul {
    right: 0;
  }
  .main-navigation ul li.mega-menu:hover > ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.nav-links {
  text-align: center;
  margin: 15px 0;
}
.nav-links .page-numbers {
  display: inline-block;
  border: 1px solid;
  padding: 0 6px;
  margin: 0 2px;
  border-radius: 4px;
}

/* LOAD MORE BUTTON */
.amaff_load_more {
  margin-top: 2em;
  text-align: center;
}
.amaff_load_more span {
  margin: 0 auto;
  max-width: 100%;
  padding: 0.25em 1em;
  font-size: 1.4em;
}

/* Mega Menu
--------------------------------------------- */
#mega-menu-wrap {
  display: none;
}
#mega-menu-wrap .mega-sub-menu {
  display: none;
}

/* Mobile menu */
@media (max-width: 899px) {
  nav.mobile-mega-menu-active.toggled .menu-wrap {
    display: none;
  }

  #mega-menu-wrap.mobile-active {
    display: block;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active {
    display: block;
    position: relative;
    padding: 1rem;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active .close-mega-menu {
    display: flex;
    align-items: center;
    width: auto;
    margin-bottom: 0.5rem;
    cursor: pointer;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active .close-mega-menu .amaff-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.25rem;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active ul.sub-menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu {
    display: block;
    margin-bottom: 0;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li {
    padding: 0 0 2rem;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li > a {
    display: inline-block;
    padding: 0 0 0.5rem;
    font-size: 1.6em;
    font-weight: 700;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li > ul {
    border-top: 1px solid;
    padding-top: 0.75rem;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li > ul a {
    display: inline-block;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.cols-1 ul {
    column-count: 1;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.cols-2 ul {
    column-count: 2;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.cols-3 ul {
    column-count: 3;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.cols-4 ul {
    column-count: 4;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.cols-5 ul {
    column-count: 5;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.cols-6 ul {
    column-count: 6;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.cols-7 ul {
    column-count: 7;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.cols-8 ul {
    column-count: 8;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.cols-9 ul {
    column-count: 9;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.cols-10 ul {
    column-count: 10;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.featured {
    display: flex;
    flex: 2;
    align-items: center;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.featured .featured-menu-item-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.featured .featured-menu-item-wrap a {
    display: block;
    padding-bottom: 0;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-image {
    width: 100px;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-image .image-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border: 2px solid;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-image .image-wrap .post-thumbnail-div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-text h4, #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-text .description {
    margin: 0;
    font-size: 0.8rem;
  }
  #mega-menu-wrap.mobile-active .mega-sub-menu.mobile-active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-text h2 {
    font-size: 1.6rem;
    margin: 0.5rem 0 0.25rem;
  }
}
/* Desktop menu */
@media (min-width: 900px) {
  #mega-menu-wrap.active {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 20;
  }
  #mega-menu-wrap.active .mega-sub-menu.active {
    display: block;
    position: relative;
    padding: 2rem 1rem;
  }
  #mega-menu-wrap.active .mega-sub-menu.active .close-mega-menu {
    display: none;
  }
  #mega-menu-wrap.active .mega-sub-menu.active ul.sub-menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu {
    display: flex;
    margin-bottom: 0;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li {
    flex: 3;
    padding: 0 2rem;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li > a {
    display: inline-block;
    padding: 0 0 0.5rem;
    font-size: 1.6em;
    font-weight: 700;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li > ul {
    border-top: 1px solid;
    padding-top: 0.75rem;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li > ul a {
    display: inline-block;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.cols-desktop-1 ul {
    column-count: 1;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.cols-desktop-2 ul {
    column-count: 2;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.cols-desktop-3 ul {
    column-count: 3;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.cols-desktop-4 ul {
    column-count: 4;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.cols-desktop-5 ul {
    column-count: 5;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.cols-desktop-6 ul {
    column-count: 6;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.cols-desktop-7 ul {
    column-count: 7;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.cols-desktop-8 ul {
    column-count: 8;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.cols-desktop-9 ul {
    column-count: 9;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.cols-desktop-10 ul {
    column-count: 10;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.featured {
    display: flex;
    flex: 2;
    align-items: center;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.featured .featured-menu-item-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.featured .featured-menu-item-wrap a {
    display: block;
    padding-bottom: 0;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-image {
    width: 100px;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-image .image-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border: 2px solid;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-image .image-wrap .post-thumbnail-div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-text h4, #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-text .description {
    margin: 0;
    font-size: 0.8rem;
  }
  #mega-menu-wrap.active .mega-sub-menu.active > ul.sub-menu > li.featured .featured-menu-item-wrap .featured-menu-item-text h2 {
    font-size: 1.6rem;
    margin: 0.5rem 0 0.25rem;
  }
}
/* Sticky Page Navigation
--------------------------------------------- */
.sticky-page-nav {
  background: #fff;
}
.sticky-page-nav .block {
  display: flex;
  justify-content: space-between;
  grid-gap: 1rem;
  align-items: center;
  max-width: 95%;
}
.sticky-page-nav .block .menu-items {
  display: none;
}
.sticky-page-nav .block .cta-items {
  flex: 1;
  display: flex;
  flex-direction: row;
  grid-gap: 1rem;
  justify-content: space-evenly;
  align-items: center;
}
.sticky-page-nav .block .cta-items a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0;
  white-space: nowrap;
}
.sticky-page-nav .block .cta-items a.cta_image {
  width: 90px;
}
.sticky-page-nav.fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.sticky-page-nav.fixed section.block {
  margin: 0 auto;
}

body.admin-bar .sticky-page-nav.fixed {
  margin-top: 46px;
}

@media (min-width: 900px) {
  body.admin-bar .sticky-page-nav.fixed {
    margin-top: 0;
    top: 46px;
  }
}
@media (min-width: 900px) {
  .sticky-page-nav .block .menu-items {
    flex: 3;
    display: flex;
    grid-gap: 1em;
    grid-template-columns: repeat(2, auto);
  }
  .sticky-page-nav .block .menu-items .item {
    font-weight: 700;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .sticky-page-nav .block .cta-items {
    flex-direction: row;
    justify-content: flex-end;
  }
  .sticky-page-nav.fixed section.block .menu-items {
    display: flex;
  }

  .sticky-page-nav-wrap.has-fixed .sticky-page-nav:not(.fixed) {
    opacity: 0;
  }

  body.admin-bar .sticky-page-nav.fixed {
    top: 32px;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.posted_on.display_published_date .updated:not(.published) {
  display: none;
}
.posted_on.display_updated_date .published {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 1.5em;
}

main .entry-content,
main .entry-summary {
  padding-bottom: 1em;
  border-bottom: 1px solid #aaa;
}
main .post-thumbnail {
  float: left;
  max-width: 100%;
}
main > article > .post-thumbnail {
  width: 100%;
  margin-bottom: 1rem;
}
main > article > .post-thumbnail img {
  width: 100%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

header.page-header > *:last-child {
  margin-bottom: 0 !important;
}
header.page-header .page-title {
  margin-top: 0;
}
header.page-header .archive-description p:last-of-type {
  margin-bottom: 0;
}

.entry-title {
  margin: 0.5em 0;
}

section > .entry-title:first-child, section > h2:first-child {
  margin-top: 0;
}

.entry-meta {
  margin: 1.5em 0;
}
.entry-meta .entry-date {
  margin-right: 1em;
}
.entry-meta .cat-links {
  text-transform: uppercase;
}
.entry-meta .cat-links a {
  padding: 0 4px;
}
.entry-meta .byline {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.entry-meta .byline .author.avatar a {
  display: block;
  position: relative;
  margin-right: 1em;
  width: 32px;
}
.entry-meta .byline .author.avatar a .avatar {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid;
  box-sizing: content-box;
}

.single .entry-meta.above-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* display only primary link on mobile */
}
.single .entry-meta.above-title .date-categories div {
  text-align: right;
}
.single .entry-meta.above-title .cat-links:not(:first-child) {
  display: none;
}
.single .entry-meta.above-title .cat-links a {
  font-size: 1rem !important;
}
@media (min-width: 600px) {
  .single .entry-meta.above-title {
    /* display all categories on desktop */
  }
  .single .entry-meta.above-title .date-categories div {
    display: inline;
  }
  .single .entry-meta.above-title .cat-links {
    display: inline !important;
  }
  .single .entry-meta.above-title .cat-links:not(:last-child):after {
    content: "|";
    color: #0f74a3;
    padding: 0 4px;
  }
  .single .entry-meta.above-title .cat-links a {
    font-size: 1rem !important;
  }
}
@media (max-width: 599px) {
  .single .entry-meta.above-title .entry-date {
    margin-right: 0;
  }
}

.entry-footer {
  margin: 1.5em 0;
}
.entry-footer .related_posts {
  margin-top: 4em;
}

.author_bio {
  display: flex;
  flex-direction: column;
  font-size: 20px;
}
.author_bio .author_col_1 {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.author_bio .author_col_1 .after-author-avatar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 1em auto 0;
}
.author_bio .author_col_1 .after-author-avatar .author-posts-count {
  font-style: italic;
}
.author_bio .author_col_1 .after-author-avatar .author-posts-count .count {
  display: inline-block;
  padding: 0.25em 0.5em 0.25em 0.25em;
}
.author_bio .author_col_1 .after-author-avatar .author-social-links {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.author_bio .author_col_1 .after-author-avatar .author-social-links a {
  padding: 0 0.25em;
}
.author_bio .author_col_1 .after-author-avatar .author-social-links a .amaff-icon:not(:hover) {
  fill: #999;
}
.author_bio .author_col_1 .author.avatar {
  max-width: 100%;
}
.author_bio .author_col_1 .author.avatar a {
  display: block;
  position: relative;
  width: 150px;
  max-width: 100%;
}
.author_bio .author_col_1 .author.avatar a .avatar {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid;
  box-sizing: content-box;
}
.author_bio .author.vcard .author-name {
  display: inline-block;
  color: inherit;
  font-size: 1.25em;
  font-weight: 600;
}
.author_bio .author.vcard .author-title {
  display: block;
  font-style: italic;
  font-size: 0.9em;
}
.author_bio .author.vcard .author-bio {
  display: block;
  margin-top: 0.25em;
  padding-bottom: 0.25em;
  font-size: 0.9em;
  line-height: 1.4em;
}

@media (min-width: 900px) {
  .author_bio {
    flex-direction: row;
    align-items: stretch;
  }
  .author_bio .author_col_1 {
    padding-right: 1.5em;
    max-width: 30%;
  }
}
.archive .archive-header-meta-wrap {
  display: block;
  text-align: center;
}
.archive .archive-header-meta-wrap .archive-description {
  text-align: left;
}
.archive .archive-social-links {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 1.5em 0 1em;
  color: #999;
  font-size: 1.2rem;
}
.archive .archive-social-links .links {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 1em;
}
.archive .archive-social-links .links a {
  padding: 0 1em;
  display: flex;
  align-items: center;
}
.archive .archive-social-links .links a .amaff-icon :not(:hover) {
  fill: #999;
}

@media (min-width: 900px) {
  .archive .archive-header-meta-wrap {
    display: flex;
    align-items: center;
    gap: 1em;
  }
  .archive .archive-header-meta-wrap .archive-logo {
    width: 33%;
  }
  .archive .archive-header-meta-wrap .archive-logo img {
    width: calc(100% - 2em);
  }
  .archive .archive-header-meta-wrap .archive-description {
    flex: 1;
  }
  .archive .archive-header-meta-wrap .archive-description > *:first-child {
    margin-top: 0;
  }
}
/* Reviews
--------------------------------------------- */
.post-type-archive-review .review_no_1 section {
  background: #eee;
}
.post-type-archive-review .review_no_1 section .col_1 .logo_cta {
  display: flex;
}
.post-type-archive-review .review_no_1 section .col_1 .logo_cta .post-thumbnail {
  margin: 0;
  padding: 0 1rem;
  max-width: 50%;
}
.post-type-archive-review .review_no_1 section .col_1 .logo_cta .additional_cta_wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.post-type-archive-review .review_no_1 section .col_1 .logo_cta .additional_cta_wrap .cta_button {
  font-size: 1.2rem;
  margin: 0 0 0.25rem;
  padding: 0.25rem;
}
.post-type-archive-review .review_no_1 section .amaff_expandable.collapsed .read_more {
  background: #eee;
}
.post-type-archive-review .cta_outer_wrap .cta_table .cta_row:nth-child(2n+1) {
  background: transparent;
}
.post-type-archive-review .cta_outer_wrap .cta_table .cta_row:nth-child(2n) {
  background: #fff;
}
.post-type-archive-review .cta_outer_wrap.review_no_2 .cta_table_wrap .cta_table .cta_row {
  background: #fff;
}

@media (max-width: 899px) {
  .post-type-archive-review .cta_outer_wrap {
    margin: 0;
    padding: 0;
  }
  .post-type-archive-review .cta_outer_wrap .cta_col_top-reasons {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .post-type-archive-review .block .cta_outer_wrap {
    padding: 0;
    margin: 0;
  }
  .post-type-archive-review .review_no_1 section {
    display: flex;
    gap: 2rem;
    margin-bottom: 0;
  }
  .post-type-archive-review .review_no_1 section .col_1 {
    flex: 1;
  }
  .post-type-archive-review .review_no_1 section .col_1 .logo_cta {
    flex-direction: column;
  }
  .post-type-archive-review .review_no_1 section .col_1 .logo_cta .post-thumbnail {
    max-width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  .post-type-archive-review .review_no_1 section .col_2 {
    flex: 3;
  }
  .post-type-archive-review .review_no_1 section .col_3 {
    flex: 1;
  }
  .post-type-archive-review .review_no_1 .top_reasons {
    margin-top: 2rem;
  }
  .post-type-archive-review .review_no_2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .post-type-archive-review .review_no_2 .cta_col.cta_col_logo {
    width: 200px !important;
  }
  .post-type-archive-review .review_no_2 .cta_col.cta_col_read-review-sign-up-now {
    width: 300px !important;
  }
  .post-type-archive-review .review_no_2 .cta_col.cta_col_read-review-sign-up-now .cta_button {
    font-size: 1.5rem;
  }
  .post-type-archive-review .review_no_1 .cta_bonus, .post-type-archive-review .review_no_2 .cta_bonus {
    padding-top: 0;
  }
  .post-type-archive-review .review_no_1 .cta_bonus .cta_bonus_line, .post-type-archive-review .review_no_2 .cta_bonus .cta_bonus_line {
    font-size: 1.6rem;
  }
  .post-type-archive-review .review_no_1 .cta_bonus .cta_bonus_line.cta_bonus_line_1, .post-type-archive-review .review_no_2 .cta_bonus .cta_bonus_line.cta_bonus_line_1 {
    font-size: 2.5rem;
    line-height: 1.1;
    text-align: left;
  }
  .post-type-archive-review .cta_outer_wrap:not(.review_no_2) {
    margin-top: 0;
  }
  .post-type-archive-review .cta_outer_wrap:not(.review_no_2) .cta_col.cta_col_logo {
    width: 150px !important;
  }
  .post-type-archive-review .cta_outer_wrap:not(.review_no_2) .cta_col.cta_col_read-review-sign-up-now {
    width: 200px !important;
  }
}
.single-review .entry-header {
  text-align: center;
}
.single-review main .entry-content {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.single-review main .entry-footer {
  margin: 0;
}

.button.play_now {
  width: calc(100% - 1em);
  margin: 1em 0;
  font-size: 1.6em;
}

@media (min-width: 900px) {
  .button.play_now {
    width: auto;
  }
}
.review_cta_summary h3 {
  margin: 1em 0 0;
}
.review_cta_summary p {
  font-weight: 700;
}

.logo_cta {
  text-align: center;
}
.logo_cta .post-thumbnail {
  display: block;
  clear: both;
  float: none;
  margin: auto;
}

.cta_col_logo-bg a .post-thumbnail-div {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cta_bonus {
  padding: 1rem 0;
}
.cta_bonus .cta_bonus_line {
  text-align: center;
}
.cta_bonus .cta_bonus_line.cta_bonus_line_1 {
  font-size: 1.5rem;
  font-weight: 700;
}

.rating_average {
  display: block;
  position: relative;
  text-align: center;
}
.rating_average .pie_chart_wrap {
  display: block;
  position: relative;
  width: 200px;
  max-width: 100%;
  clear: both;
  overflow: hidden;
  height: auto;
  margin: 0 auto 0.75em;
}
.rating_average .pie_chart_wrap .pie_chart_inner {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.rating_average .pie_chart_wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  border-radius: 50%;
}
.rating_average .pie_chart_wrap .average_wrap {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
}
.rating_average .pie_chart_wrap .custom-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rating_average .logo_position_bottom .average_wrap {
  top: auto;
  bottom: 40%;
  transform: translateX(-50%);
}
.rating_average .logo_position_bottom .custom-logo {
  top: auto;
  bottom: 25%;
  transform: translateX(-50%);
}
.rating_average .logo_position_top .average_wrap {
  top: auto;
  bottom: 25%;
  transform: translateX(-50%);
}
.rating_average .logo_position_top .custom-logo {
  top: auto;
  bottom: 60%;
  transform: translateX(-50%);
}
.rating_average .chart_type_donut .pie_chart_inner::before {
  content: ' ';
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  background: #fff;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 2;
}
.rating_average .chart_type_donut .average_wrap, .rating_average .chart_type_donut .custom-logo {
  z-index: 3;
}

.col_1 {
  text-align: left;
}
.col_1 .button.play_now {
  width: 100%;
}

.review_cta_summary {
  text-align: center;
}
.review_cta_summary p a {
  color: inherit;
}

ol.top_reasons {
  list-style: none;
  counter-reset: li;
  padding-left: 0;
}
ol.top_reasons li {
  counter-increment: li;
  padding-left: 3em;
}
ol.top_reasons li::before {
  content: counter(li);
  color: #fff;
  display: inline-block;
  width: 1.75em;
  margin-left: -2.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.125em 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
}

.rating_lines .ratings_anchor_link {
  display: block;
  margin-bottom: 1.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

.rating_line {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.75em;
}
.rating_line .rating_title {
  font-size: 1.2em;
  font-weight: 700;
}
.rating_line .rating_value {
  display: flex;
  max-width: 100%;
}
.rating_line .rating_value > * {
  /* flex: 1; */
}
.rating_line .rating_value .rating_bar {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  width: 230px;
}
.rating_line .rating_value .rating_score {
  flex: 2;
  padding-left: 0.5em;
  font-size: 1.2em;
  line-height: 1.2em;
}
.rating_line .rating_value .amaff-icon {
  width: 18px;
  height: 18px;
  margin: 0 2px;
}

.rating_summary .rating_line {
  display: block;
  width: 230px;
  margin: 0 auto 0.75em;
  text-align: left;
}

.review_ratings .rating {
  margin-bottom: 2em;
}
.review_ratings .rating_line {
  flex-direction: row;
}
.review_ratings .rating_line .rating_icon {
  display: flex;
  padding-right: 0.75em;
}
.review_ratings .rating_line .rating_icon .amaff-icon {
  width: 50px;
  height: 50px;
}
.review_ratings .rating_line .rating_title {
  font-size: 1.4em;
}

.feature_highlights {
  text-align: center;
}
.feature_highlights .feature {
  display: inline-block;
  width: 50%;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
.feature_highlights .feature .amaff-icon {
  display: block;
  margin: 1em auto 0.25em;
  width: 50px;
  height: 50px;
}

.comparison_table th, .comparison_table td {
  vertical-align: middle;
}
.comparison_table th img, .comparison_table td img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
.comparison_table th:not(.metric), .comparison_table td:not(.metric) {
  text-align: center;
  width: 100px;
}
.comparison_table td:not(.metric) {
  background-color: #efefef;
}
.comparison_table .amaff-icon {
  width: 35px;
  height: 35px;
  margin: 1em auto;
  vertical-align: middle;
}

.analysis_details .state_details {
  display: block;
  margin: 0 0 1.5em;
}
.analysis_details .state_details .state_name {
  float: left;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 700;
  padding-right: 4px;
}
.analysis_details .state_details .state_details {
  margin-bottom: 0;
}

ul.amaff_qa {
  list-style: none;
  padding-left: 0;
}
ul.amaff_qa li .expand {
  position: absolute;
  right: 1em;
  top: 1rem;
}
ul.amaff_qa li .expand .amaff-icon {
  position: absolute;
  top: 0;
  right: 0;
}
ul.amaff_qa li .expand .close {
  display: none;
}
ul.amaff_qa li .qa_question, ul.amaff_qa li .qa_answer {
  display: block;
  position: relative;
  margin: 0.5em 0;
}
ul.amaff_qa li .qa_question {
  font-weight: 700;
  padding: 0.5em 3em 0.5em 1em;
  cursor: pointer;
}
ul.amaff_qa li .qa_answer {
  display: none;
  border: 1px solid;
  padding: 1em 2em;
  margin-top: 1em;
  background-color: #fff;
  border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
}
ul.amaff_qa li .qa_answer .triangle {
  display: block;
  position: absolute;
  left: 2em;
  top: -14px;
  width: 15px;
  height: 14px;
  border-left: 1px solid;
  overflow: hidden;
}
ul.amaff_qa li .qa_answer .triangle::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid;
  transform-origin: bottom left;
  transform: skew(45deg);
}
ul.amaff_qa li.open .qa_answer {
  display: block;
}
ul.amaff_qa li.open .expand .open {
  display: none;
}
ul.amaff_qa li.open .expand .close {
  display: block;
}

.state_of_play_section .state_of_play .legal_status {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
}
.state_of_play_section .state_of_play .legal_status .amaff-icon {
  width: 100%;
  height: auto;
}

.verified_reviews_section {
  padding-top: 1em;
}
.verified_reviews_section h2 .amaff-icon {
  width: 35px;
  height: 35px;
  vertical-align: top;
  margin-right: 0.5em;
  margin-top: -3px;
}

.verified_reviews .review .review_image {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 1em;
  margin-bottom: 1em;
  border: 1px solid;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.verified_reviews .review .review_content_wrap {
  display: inline;
}
.verified_reviews .review .review_content_wrap .amaff-icon.verified-review {
  float: right;
}
.verified_reviews .review .review_content_wrap .review_name {
  display: inline-block;
  position: relative;
  margin: 0;
  min-height: 50px;
  width: calc(100% - 80px - 1em);
}
.verified_reviews .review .review_content_wrap .review_name span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.verified_reviews .review .review_content_wrap .review_content {
  display: block;
  clear: both;
}

.state_image {
  width: 100%;
  position: relative;
}
.state_image .state_icon_wrap {
  display: block;
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  margin: 0 auto 2em;
}
.state_image .state_icon_wrap .state-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.top_sportsbooks_table_for_state th, .top_sportsbooks_table_for_state td {
  text-align: center;
  padding: 0.25em 0;
}

.sportsbooks_table_for_state th, .sportsbooks_table_for_state td {
  vertical-align: middle;
  text-align: center;
  padding: 0.5em 0;
}
.sportsbooks_table_for_state th .button, .sportsbooks_table_for_state td .button {
  margin: 0 auto;
  max-width: 260px;
}
.sportsbooks_table_for_state th a.sportsbook_link, .sportsbooks_table_for_state th a.free_bet_link, .sportsbooks_table_for_state td a.sportsbook_link, .sportsbooks_table_for_state td a.free_bet_link {
  color: inherit;
}

@media (max-width: 899px) {
  .review_summary_section .state_image, .review_footer .state_image {
    display: none;
  }

  .sportsbooks_table_for_state th.sportsbook, .sportsbooks_table_for_state th.read_review, .sportsbooks_table_for_state td.sportsbook, .sportsbooks_table_for_state td.read_review {
    display: none;
  }
}
.top_sportsbooks_picks_for_state {
  column-count: 2;
}
.top_sportsbooks_picks_for_state .sportsbook_pick {
  display: flex;
  padding: 0.5rem 0;
}
.top_sportsbooks_picks_for_state .sportsbook_pick .sportsbook {
  flex: 1;
  text-align: center;
}
.top_sportsbooks_picks_for_state .sportsbook_pick .excerpt {
  flex: 6;
  padding-left: 1em;
}

.state_of_play_section .state_of_play .legal_status {
  flex: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.state_of_play_section .state_of_play .legal_status .status_label {
  position: relative;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fd0a13;
  font-weight: 800;
  font-size: 2em;
  z-index: 5;
}
.state_of_play_section .state_of_play .legal_status .amaff-icon {
  width: 75%;
  fill: #fd0a13;
}
.state_of_play_section .state_of_play .legal_status.legal_status_legal .amaff-icon {
  fill: green;
}
.state_of_play_section .state_of_play .legal_status.legal_status_legal .status_label {
  color: green;
}

@media (min-width: 900px) {
  .top_sportsbooks_picks_for_state {
    column-count: 2;
  }
  .top_sportsbooks_picks_for_state .sportsbook_pick {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .state_of_play_section .state_of_play {
    display: flex;
    grid-gap: 1em;
  }
  .state_of_play_section .state_of_play .legal_status .amaff-icon {
    width: 100%;
  }
  .state_of_play_section .state_of_play .state_of_play_info {
    flex: 2;
  }
  .state_of_play_section .state_of_play .state_of_play_regulatory_body {
    flex: 1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .state_of_play_section .state_of_play .state_of_play_regulatory_body img {
    width: 75%;
  }

  .verified_reviews {
    column-count: 2;
  }
  .verified_reviews .review {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .verified_reviews .review.has_image .box_content {
    display: flex;
  }
  .verified_reviews .review.has_image .box_content .review_image {
    float: none;
    width: 100px;
    height: 100px;
    margin: 0;
  }
  .verified_reviews .review.has_image .box_content .review_content_wrap {
    flex: 1;
    padding-left: 1em;
  }
  .verified_reviews .review .review_content_wrap .review_name {
    min-height: 0;
    width: calc(100% - 35px);
  }
  .verified_reviews .review .review_content_wrap .review_name span {
    position: relative;
    top: auto;
    transform: none;
  }

  .review_summary_section {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr;
    grid-template-rows: auto;
    grid-gap: 20px;
    grid-template-areas: "col_1 col_2 col_3";
  }
  .review_summary_section .entry-title {
    grid-area: entry_title;
    text-align: left;
    margin-bottom: 0;
  }
  .review_summary_section .col_1 {
    grid-area: col_1;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .review_summary_section .col_1 h1 {
    margin: 0 0 1rem;
  }
  .review_summary_section .col_1 h3 {
    margin: 0 0 1rem;
  }
  .review_summary_section .col_1 .cta_button {
    width: auto;
    margin-top: 0;
  }
  .review_summary_section .col_2 {
    grid-area: col_2;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .review_summary_section .col_2 h3 {
    margin-top: 0;
    text-align: center;
  }
  .review_summary_section .col_3 {
    grid-area: col_3;
    display: flex;
    align-content: center;
    align-items: start;
    text-align: center;
    margin: 0 auto;
  }
  .review_summary_section .state_image {
    display: none;
  }

  .methodology_section .box_content {
    display: flex;
  }
  .methodology_section .box_content .review_ratings {
    flex: 3;
    padding-right: 3em;
  }
  .methodology_section .box_content .review_ratings .title_and_value {
    flex: 1;
    display: flex;
    justify-content: space-between;
  }
  .methodology_section .box_content .review_ratings .title_and_value .rating_title {
    font-size: 1.8em;
  }
  .methodology_section .box_content .review_ratings .rating_score {
    display: flex;
    align-items: center;
  }
  .methodology_section .box_content .feature_highlights {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    padding: 0 4em;
  }
  .methodology_section .box_content .feature_highlights .feature {
    display: block;
    width: 100%;
    font-size: 1.4em;
  }

  .review_comparison .box_content {
    display: flex;
  }
  .review_comparison .box_content .comparison_table {
    flex: 6;
  }
  .review_comparison .box_content .comparison_table th:not(.metric), .review_comparison .box_content .comparison_table td:not(.metric) {
    text-align: center;
    width: 30%;
  }
  .review_comparison .box_content .comparison_table .amaff-icon {
    width: 35px;
    height: 35px;
    margin: 1em auto;
    vertical-align: middle;
  }
  .review_comparison .box_content .comparison_summary {
    flex: 4;
    padding: 0 3em;
  }

  .state_by_state_analysis .box_content {
    display: flex;
    align-items: center;
  }
  .state_by_state_analysis .box_content .state_by_state_map {
    flex: 3;
  }
  .state_by_state_analysis .box_content .cta_summary {
    flex: 1;
    padding: 0 3em;
  }
  .state_by_state_analysis .analysis_details {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .state_by_state_analysis .analysis_details .state_details {
    margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .review_footer .box_content {
    display: flex;
    align-items: center;
  }
  .review_footer .box_content .logo_cta {
    flex: 1;
  }
  .review_footer .box_content .review_cta_summary {
    flex: 1;
  }
  .review_footer .box_content .rating_summary {
    flex: 2;
    display: flex;
    align-items: center;
  }
  .review_footer .box_content .rating_summary .rating_average, .review_footer .box_content .rating_summary .rating_lines {
    flex: 1;
  }
  .review_footer .box_content .rating_summary .pie_chart_wrap {
    margin: 0 auto;
  }
  .review_footer.state_review_footer .rating_summary .rating_average {
    margin: 0 3em;
  }
  .review_footer.state_review_footer .state_image {
    display: none;
    flex: 2;
  }
  .review_footer.state_review_footer .state_image .state_icon_wrap {
    width: 65%;
    padding-bottom: 65%;
  }
  .review_footer.state_review_footer .review_cta_summary {
    flex: 2;
  }
}
/* States
--------------------------------------------- */
.post-type-archive-state #gambling_in_state .cta_table .cta_row {
  background: transparent;
}
.post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_logo {
  width: auto;
}
.post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_allowed-gambling-types {
  width: 100%;
}
.post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_score {
  width: 100%;
}
.post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_score .rating_average {
  width: 100%;
}
.post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_score .rating_average .pie_chart_wrap {
  width: 95%;
  max-width: 150px;
}
.post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_score .rating_average .pie_chart_wrap .average_wrap .average {
  font-size: 2em;
}

@media (max-width: 899px) {
  .post-type-archive-state #gambling_in_state .cta_table .cta_row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "cta_logo score" "allowed_types allowed_types" "learn_more learn_more";
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_logo {
    grid-area: cta_logo;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_logo a {
    width: 100%;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_score {
    grid-area: score;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_allowed-gambling-types {
    grid-area: allowed_types;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_allowed-gambling-types .allowed_gambling_types {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_allowed-gambling-types .allowed_gambling_types .allowed_type {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 0;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row [class*="cta_col_review-button-Learn-More"] {
    grid-area: learn_more;
    display: block;
    text-align: center;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row [class*="cta_col_review-button-Learn-More"] .cta_button {
    width: 100%;
  }
  .post-type-archive-state #top_states .cta_table_title_row {
    display: none;
  }
  .post-type-archive-state #top_states .cta_table .cta_row .cta_col_logo {
    width: 50px;
    padding: 0;
  }
  .post-type-archive-state #top_states .cta_table .cta_row .cta_col_logo a {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .post-type-archive-state #gambling_in_state .cta_table .cta_row {
    background: transparent;
    display: flex;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col {
    width: 350px;
    text-align: center;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_logo {
    width: 200px;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_allowed-gambling-types {
    flex: 3;
    width: 100%;
    padding-left: 1rem !important;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_allowed-gambling-types .allowed_gambling_types {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_allowed-gambling-types .allowed_gambling_types .allowed_type {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    text-align: left;
    align-items: center;
    padding: 1rem;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_allowed-gambling-types .allowed_gambling_types .allowed_type .amaff-icon {
    order: 1;
    width: 35px;
    height: 35px;
    margin-right: 1rem;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_allowed-gambling-types .allowed_gambling_types .allowed_type .allowed_type_label {
    order: 2;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: left;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col_score {
    flex: 1;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col[class*="cta_col_review-button"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }
  .post-type-archive-state #gambling_in_state .cta_table .cta_row .cta_col[class*="cta_col_review-button"] .cta_button {
    width: 100%;
  }
  .post-type-archive-state #top_states .cta_table .cta_row {
    display: flex;
  }
  .post-type-archive-state #top_states .cta_table .cta_row.cta_table_title_row h5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .post-type-archive-state #top_states .cta_table .cta_row .cta_col {
    text-align: center;
  }
  .post-type-archive-state #top_states .cta_table .cta_row .cta_col.cta_col_logo {
    width: 100px;
  }
  .post-type-archive-state #top_states .cta_table .cta_row .cta_col.cta_col_state-name {
    display: flex;
    flex: 2;
  }
  .post-type-archive-state #top_states .cta_table .cta_row .cta_col.cta_col_allowed-gambling-types {
    display: flex;
    flex: 6;
  }
  .post-type-archive-state #top_states .cta_table .cta_row .cta_col.cta_col_allowed-gambling-types .allowed_gambling_types {
    width: 100%;
  }
  .post-type-archive-state #top_states .cta_table .cta_row .cta_col.cta_col_review-button-Learn-More {
    display: flex;
    width: 300px;
  }
}
@media (min-width: 900px) {
  .post-type-archive-state .cta_outer_wrap {
    margin-top: 0;
  }
  .post-type-archive-state .cta_outer_wrap .cta_col.cta_col_logo {
    width: 150px !important;
  }
  .post-type-archive-state .cta_outer_wrap .cta_col.cta_col_read-review-sign-up-now {
    width: 200px !important;
  }
}
/* Media
--------------------------------------------- */
.media_page .featured_media .media_description {
  padding-top: 1rem;
}
.media_page .featured_media .media_description > p:last-of-type {
  margin-bottom: 0;
  display: inline;
}
.media_page .featured_media .media_description > a.external_link {
  padding-left: 4px;
}
.media_page .additionl_media_items section {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.media_page .additionl_media_items section .amaff-icon {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
.media_page .additionl_media_items section h3 {
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
}
.media_page .additionl_media_items section h3 span {
  border-left: 1px solid;
  padding-left: 0.75rem;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg);
}
.media_page .additionl_media_items section .media_items {
  display: flex;
  flex: 1;
  gap: 1em;
  margin-top: 0;
  flex-direction: column;
  justify-content: stretch;
  align-content: stretch;
}
.media_page .additionl_media_items section .media_items .media {
  display: flex;
  flex: 1;
}
.media_page .additionl_media_items section .media_items .media > * {
  display: flex;
  flex: 1;
  align-items: center;
}
.media_page .additionl_media_items section .media_items .media .responsive_audio_wrap {
  border: 1px solid #000;
  padding: 5px;
}
.media_page .additionl_media_items section .media_footer {
  display: flex;
}
.media_page .additionl_media_items section .media_footer a {
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
}
.media_page .additionl_media_items section .media_footer a .amaff-icon {
  margin-right: 0.75rem;
}

@media (min-width: 900px) {
  .media_page .additionl_media_items {
    display: flex;
    flex-direction: row;
    gap: 1em;
  }
}
/* Homepage
--------------------------------------------- */
body.home .fullwidth {
  width: 100%;
}

/* Podcast
--------------------------------------------- */
.podcasts svg {
  vertical-align: middle;
}

.podcast_page {
  /* Overview section */
  /* post feed modifications;  building off of style-7*/
}
.podcast_page .amaff_post_feed_wrap .amaff_post_feed article.podcast_overview {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.podcast_page .amaff_post_feed_wrap .amaff_post_feed article.podcast_overview .left-col {
  display: block;
}
.podcast_page .amaff_post_feed_wrap .amaff_post_feed article.podcast_overview .left-col .entry-header .post-thumbnail {
  padding-bottom: 100%;
}
.podcast_page .amaff_post_feed_wrap .amaff_post_feed article.podcast_overview .right-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.podcast_page .amaff_post_feed_wrap .amaff_post_feed article.podcast_overview .right-col .entry-content {
  border-bottom: 0;
}
.podcast_page .amaff_post_feed_wrap .amaff_post_feed article.podcast_overview .right-col .entry-footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em 0 0;
  margin: 0;
}
.podcast_page .amaff_post_feed_wrap .amaff_post_feed article.podcast_overview .right-col .entry-footer .entry-meta {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .left-col {
  display: none;
}
.podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content {
  padding: 0;
  margin: 0;
}
.podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .entry-title {
  margin-top: 1em;
}
.podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .platforms {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-right: 1em;
}
.podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .platforms span {
  padding-top: 4px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}
.podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer .entry-meta {
  position: relative;
}
.podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer .entry-meta audio {
  height: 24px;
  border-radius: 24px;
  width: 100%;
}
.podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer .entry-meta.below-title {
  gap: 1em;
}

.podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .left-col .entry-header .post-thumbnail {
  padding-bottom: 100%;
}
.podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col {
  padding: 1.5em 0;
}
.podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .platforms {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 1em;
}
.podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .platforms span {
  padding-top: 4px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}
.podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer {
  display: none;
}

@media (max-width: 899px) {
  .podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer {
    padding-bottom: 28px;
  }
  .podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer audio {
    position: absolute;
    top: 30px;
    width: 100%;
  }
  .podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer svg {
    height: 20px;
  }
}
@media (min-width: 900px) {
  .podcast_page .amaff_post_feed_wrap .amaff_post_feed article.podcast_overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .podcast_page .amaff_post_feed_wrap .amaff_post_feed article.podcast_overview .left-col .entry-header .post-thumbnail {
    padding-bottom: 100%;
  }
  .podcast_page .amaff_post_feed_wrap .amaff_post_feed article.podcast_overview .right-col {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
  }

  .podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .left-col {
    display: block;
    width: 18%;
  }
  .podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer .entry-meta {
    gap: 1em;
  }
  .podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer .entry-meta .entry-date {
    margin-right: 0;
    min-width: 170px;
  }
  .podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer .entry-meta .platforms {
    min-width: 60px;
  }
  .podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article.podcast_overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article.podcast_overview .left-col {
    display: block;
  }
  .podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article.podcast_overview .left-col .entry-header .post-thumbnail {
    padding-bottom: 100%;
  }
  .podcast_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article.podcast_overview .right-col {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
  }

  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content {
    display: flex;
  }
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .platforms {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin: 0 1em 0 0;
  }
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .platforms span {
    padding-top: 4px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
  }
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer {
    display: block;
  }
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer .episode {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer .episode svg {
    height: 15px;
  }
}
.podcast_grid_wrap {
  background: #fff;
  padding: 1em;
}
.podcast_grid_wrap .podcast_grid_title_row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5em;
}
.podcast_grid_wrap .podcast_grid_title_row h2 {
  margin-top: 0;
}
.podcast_grid_wrap .podcast_grid_title_row a {
  font-weight: bold;
  font-size: 0.9em;
  white-space: nowrap;
}

.podcast_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
}
.podcast_grid .podcast_grid_cell a.podcast-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.podcast_grid .podcast_grid_cell a.podcast-thumbnail .podcast-thumbnail-div {
  display: block;
  position: absolute;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 900px) {
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .left-col {
    width: 25%;
  }
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content {
    position: relative;
    display: flex;
    padding-bottom: 40px;
    justify-content: space-between;
  }
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .excerpt {
    position: absolute;
    top: 40px;
  }
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .platforms {
    margin-bottom: 0.5em;
    margin-top: 0;
  }
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-meta {
    display: block;
  }
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-meta header {
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-meta .episode {
    padding-left: 1em;
  }
  .podcast_listing_page .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-meta .episode a {
    font-weight: bold;
  }

  .podcast_grid.grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* Video
--------------------------------------------- */
.video_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 1.5em;
}

section.block .title_row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5em;
}
section.block .title_row h2 {
  margin-top: 0;
}
section.block .title_row a {
  font-weight: bold;
  font-size: 0.9em;
  white-space: nowrap;
}

.amaff_post_feed_wrap .amaff_post_feed article .post-thumbnail .post-thumbnail-div.video {
  background-position: center;
}

@media (min-width: 900px) {
  .video_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2em;
    grid-row-gap: 1.5em;
  }
}
/* Events
--------------------------------------------- */
.event_date {
  display: flex;
  flex-direction: column;
  width: 80px;
}
.event_date .day_of_month {
  display: flex;
  flex: 1;
  align-items: center;
  align-content: center;
}
.event_date .day_of_month span {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.event_date .month {
  background: #000;
}
.event_date .month span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}

.events_wrap .events_wrap_inner {
  margin: 1rem 0;
}
.events_wrap .events_wrap_inner .event {
  display: flex;
  align-content: stretch;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.events_wrap .events_wrap_inner .event .event_info {
  display: flex;
  flex: 1;
  align-items: center;
  align-content: center;
}
.events_wrap .events_wrap_inner .event .event_info .event_info_inner {
  padding: 0.5rem;
}
.events_wrap .events_wrap_inner .event .event_info .event_info_inner > div {
  display: inline-block;
}
.events_wrap .events_wrap_inner .event .event_link {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0 0.5rem;
}
.events_wrap .events_wrap_inner .event .event_link .button {
  margin: 0;
}

body.single-event .event_map {
  position: relative;
}
body.single-event .event_map .event_date {
  position: absolute;
  bottom: 0;
  left: 0;
}
body.single-event .entry-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.single-event .entry-header .title_subtitle_wrap {
  flex: 1;
}
body.single-event .entry-header .title_subtitle_wrap .entry-title {
  margin: 0 0 0.5rem;
}
body.single-event .entry-header .title_subtitle_wrap .event_address {
  font-weight: 700;
  font-size: 1.2rem;
}
body.single-event .entry-header .map_button_wrap .cta_button.google_map_button {
  margin: 1rem 0;
}
body.single-event .entry-content {
  margin-top: 1rem;
}

.google_map_wrap {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 50%;
}
.google_map_wrap iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 900px) {
  body.single-event .entry-header {
    flex-direction: row;
  }
  body.single-event .entry-header .map_button_wrap {
    padding-left: 1rem;
  }

  .google_map_wrap {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 25%;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Sidebar
--------------------------------------------- */
aside#secondary .widget.widget_block {
  background: transparent;
  padding: 0;
}
aside#secondary .widget .twitter-timeline {
  background: #fff;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget.widget_amaff_media_widget .site_media_links h4 {
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
}
.widget.widget_amaff_media_widget .site_media_links h4 .amaff-icon {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
.widget.widget_amaff_media_widget .site_media_links h4 span {
  border-left: 1px solid;
  padding-left: 0.75rem;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg);
}
.widget.widget_amaff_media_widget .site_media_links h4:last-of-type {
  margin-bottom: 0;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Remove border from featherlight lightbox */
.featherlight .featherlight-content {
  border: none;
  padding: 0;
}

.responsive_video_wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.responsive_video_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  border-left: 2px solid;
  margin: 0;
  padding: 3px 0;
  font-size: 0.8em;
  font-style: italic;
  position: absolute;
  bottom: 0px;
  background: #fff;
  width: 101%;
  opacity: .7;
  text-align: center;
  left: -2px;
}

.post-thumbnail .wp-caption .wp-caption-text {
  bottom: 6px;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
/* Post Feed
--------------------------------------------- */
.amaff_post_feed_wrap .post_feed-title {
  font-size: 0.9em;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 1em 0 0.5em;
}
.amaff_post_feed_wrap .amaff_post_feed article .entry-meta {
  font-size: 0.75rem;
}
.amaff_post_feed_wrap .amaff_post_feed article .post-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.amaff_post_feed_wrap .amaff_post_feed article .post-thumbnail .post-thumbnail-div {
  display: block;
  position: absolute;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Post Feed - Style 1
--------------------------------------------- */
@media (min-width: 900px) {
  .amaff_post_feed_wrap.style-1 .amaff_post_feed {
    display: flex;
    align-items: stretch;
    gap: 4%;
  }
  .amaff_post_feed_wrap.style-1 .amaff_post_feed article {
    flex: 1;
  }
  .amaff_post_feed_wrap.style-1 .amaff_post_feed article .post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 0.5rem;
  }
  .amaff_post_feed_wrap.style-1 .amaff_post_feed article .post-thumbnail .post-thumbnail-div {
    display: block;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.widget .amaff_post_feed_wrap.style-1 .amaff_post_feed {
  flex-direction: column;
}
.widget .amaff_post_feed_wrap.style-1 .amaff_post_feed article {
  margin-bottom: 1rem;
}

/* Post Feed - Style 2
--------------------------------------------- */
.amaff_post_feed_wrap.style-2 .amaff_post_feed {
  display: block;
}
.amaff_post_feed_wrap.style-2 .amaff_post_feed article {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 1em 0;
  margin: 0;
}
.amaff_post_feed_wrap.style-2 .amaff_post_feed article .entry-header {
  width: 100%;
  margin-bottom: 1em;
}
.amaff_post_feed_wrap.style-2 .amaff_post_feed article .entry-header .entry-meta {
  margin: 0;
}
.amaff_post_feed_wrap.style-2 .amaff_post_feed article .entry-header .entry-meta * {
  font-size: 0.9rem;
}
.amaff_post_feed_wrap.style-2 .amaff_post_feed article .entry-header .entry-meta.below-title {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.amaff_post_feed_wrap.style-2 .amaff_post_feed article .entry-header .entry-meta.below-title .byline .author.avatar a {
  width: 24px;
}
.amaff_post_feed_wrap.style-2 .amaff_post_feed article .entry-content {
  width: 100%;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.amaff_post_feed_wrap.style-2 .amaff_post_feed article.post_number-1 .entry-header, .amaff_post_feed_wrap.style-2 .amaff_post_feed article.post_number-1 .entry-content {
  display: block;
  float: none;
  width: 100%;
}
.amaff_post_feed_wrap.style-2 .amaff_post_feed article.post_number-1 .entry-header {
  margin-bottom: 1em;
}

@media (min-width: 900px) {
  .amaff_post_feed_wrap.style-2 .amaff_post_feed article:not(.post_number-1) {
    display: flex;
    align-content: stretch;
  }
  .amaff_post_feed_wrap.style-2 .amaff_post_feed article:not(.post_number-1) .entry-header {
    order: 2;
    flex: 7;
    padding-left: 2rem;
    margin-bottom: 0;
  }
  .amaff_post_feed_wrap.style-2 .amaff_post_feed article:not(.post_number-1) .entry-header .entry-meta {
    margin: 0;
  }
  .amaff_post_feed_wrap.style-2 .amaff_post_feed article:not(.post_number-1) .entry-header .entry-meta.below-title {
    display: flex;
    align-items: center;
    grid-gap: 5px;
  }
  .amaff_post_feed_wrap.style-2 .amaff_post_feed article:not(.post_number-1) .entry-header .entry-meta.below-title .byline .author.avatar a {
    width: 24px;
  }
  .amaff_post_feed_wrap.style-2 .amaff_post_feed article:not(.post_number-1) .entry-content {
    order: 1;
    display: flex;
    flex: 3;
    flex-direction: column;
    justify-content: center;
  }
}
/* Post Feed - Style 3
--------------------------------------------- */
.amaff_post_feed_wrap.style-3 .post_feed-title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
}
.amaff_post_feed_wrap.style-3 .amaff_post_feed {
  display: block;
}
.amaff_post_feed_wrap.style-3 .amaff_post_feed article {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #aaa;
}
.amaff_post_feed_wrap.style-3 .amaff_post_feed article:last-of-type {
  border-bottom: none;
}
.amaff_post_feed_wrap.style-3 .amaff_post_feed article .post-thumbnail {
  margin-bottom: 1em;
}

/* Post Feed - Style 4
--------------------------------------------- */
.amaff_post_feed_wrap.style-4 .amaff_post_feed {
  display: block;
}
.amaff_post_feed_wrap.style-4 .amaff_post_feed article {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5em 0;
}
.amaff_post_feed_wrap.style-4 .amaff_post_feed article .entry-header {
  width: 25%;
}
.amaff_post_feed_wrap.style-4 .amaff_post_feed article .entry-header .post-thumbnail {
  padding-bottom: 100%;
}
.amaff_post_feed_wrap.style-4 .amaff_post_feed article .entry-header .post-thumbnail .post-thumbnail-div {
  background-size: contain;
}
.amaff_post_feed_wrap.style-4 .amaff_post_feed article .entry-content {
  flex: 1;
  margin: 0;
  padding-left: 1em;
  display: block;
  /* specificity collision on tracker pages */
}
.amaff_post_feed_wrap.style-4 .amaff_post_feed article .entry-content .entry-title {
  margin: 0 0 0.25em;
}
.amaff_post_feed_wrap.style-4 .amaff_post_feed article .entry-content .summary {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.9em;
  line-height: 1.2em;
}
@supports (-webkit-line-clamp: 3) {
  .amaff_post_feed_wrap.style-4 .amaff_post_feed article .entry-content .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

/* Post Feed - Style 5
--------------------------------------------- */
.amaff_post_feed_wrap.style-5 .amaff_post_feed {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1em;
}
.amaff_post_feed_wrap.style-5 .amaff_post_feed article {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.amaff_post_feed_wrap.style-5 .amaff_post_feed article .entry-header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25em;
  padding-right: 0;
  z-index: 5;
}
.amaff_post_feed_wrap.style-5 .amaff_post_feed article .entry-header::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: -8px;
  background: inherit;
  transform: skew(-42deg);
  transform-origin: right bottom;
  z-index: -1;
  border-bottom-right-radius: 8px;
}
.amaff_post_feed_wrap.style-5 .amaff_post_feed article .entry-header .entry-meta {
  margin: 0;
}
.amaff_post_feed_wrap.style-5 .amaff_post_feed article .entry-content {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0;
  overflow: hidden;
  border-bottom: none;
  z-index: 1;
}
.amaff_post_feed_wrap.style-5 .amaff_post_feed article .entry-content .post_thumbnail {
  position: absolute;
  height: 100%;
  padding-bottom: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.amaff_post_feed_wrap.style-5 .amaff_post_feed article .entry-content .entry-title {
  display: block;
  position: absolute;
  bottom: 0px;
  margin: 0;
  padding: 0.75em;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  z-index: 5;
}
.amaff_post_feed_wrap.style-5 .amaff_post_feed article .entry-content .entry-title a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .amaff_post_feed_wrap.style-5 .amaff_post_feed article .entry-content .entry-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.amaff_post_feed_wrap.style-5 .amaff_post_feed article .entry-footer {
  display: block;
  position: relative;
  clear: both;
  padding: 0.5em 0;
  margin: 0;
}
.amaff_post_feed_wrap.style-5 .amaff_post_feed article .entry-footer .entry-meta {
  display: flex;
  align-items: center;
  margin: 0;
}
.amaff_post_feed_wrap.style-5 .amaff_post_feed article .entry-footer .entry-meta .byline {
  flex: 1;
}
.amaff_post_feed_wrap.style-5 .amaff_post_feed article .entry-footer .entry-meta .byline .author.avatar a {
  width: 22px;
  margin-right: 0.5em;
}

/* Post Feed - Style 6
--------------------------------------------- */
.amaff_post_feed_wrap.style-6 .amaff_post_feed {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  grid-gap: 1em;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .entry-header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25em;
  padding-right: 0;
  z-index: 5;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .entry-header::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: -8px;
  background: inherit;
  transform: skew(-42deg);
  transform-origin: right bottom;
  z-index: -1;
  border-bottom-right-radius: 8px;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .entry-header .entry-meta {
  margin: 0;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .post-thumbnail {
  height: auto;
  padding-bottom: 0;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .entry-content {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  overflow: hidden;
  border-bottom: none;
  z-index: 1;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .entry-content .entry-title {
  display: block;
  position: relative;
  bottom: 0px;
  margin: 1rem 0 0;
  padding: 0;
  width: 100%;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .entry-content .excerpt {
  margin-top: 1rem;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .entry-content .excerpt p:last-of-type {
  margin-bottom: 0;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .entry-footer {
  display: block;
  position: relative;
  clear: both;
  padding: 0.5em 0;
  margin: 0;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .entry-footer .entry-meta {
  display: flex;
  align-items: center;
  margin: 0;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .entry-footer .entry-meta .byline {
  flex: 1;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .entry-footer .entry-meta .byline .author.avatar a {
  width: 22px;
  margin-right: 0.5em;
}
.amaff_post_feed_wrap.style-6 .amaff_post_feed article .entry-footer .entry-meta .entry-date {
  margin-right: 0;
}

/* Post Feed - Style 7
--------------------------------------------- */
.amaff_post_feed_wrap.style-7 .amaff_post_feed {
  display: block;
}
.amaff_post_feed_wrap.style-7 .amaff_post_feed article {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.amaff_post_feed_wrap.style-7 .amaff_post_feed article .left-col .entry-header {
  width: 100%;
  position: relative;
}
.amaff_post_feed_wrap.style-7 .amaff_post_feed article .left-col .entry-header .post-thumbnail {
  padding-bottom: 40%;
}
.amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .entry-title {
  display: block;
  margin-top: 0;
}
.amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .entry-title a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .entry-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-content .excerpt p:last-child {
  margin-bottom: 0;
}
.amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 1em 0 0;
  margin: 0;
}
.amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer .entry-meta .byline {
  margin-right: 1em;
  font-size: 1rem;
}
.amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer .entry-meta .byline .author.avatar a {
  width: 22px;
  margin-right: 0.5em;
}

@media (min-width: 900px) {
  .amaff_post_feed_wrap.style-7 .amaff_post_feed article {
    flex-direction: row;
  }
  .amaff_post_feed_wrap.style-7 .amaff_post_feed article .left-col {
    width: 22%;
  }
  .amaff_post_feed_wrap.style-7 .amaff_post_feed article .left-col .entry-header .post-thumbnail {
    padding-bottom: 100%;
  }
  .amaff_post_feed_wrap.style-7 .amaff_post_feed article .right-col .entry-footer .entry-meta {
    justify-content: flex-start;
  }
}
/* TrendWatch
--------------------------------------------- */
.trends_league_select_header {
  display: block;
  overflow: hidden;
}
.trends_league_select_header .trends_title {
  display: inline-block;
  margin: 0 0.75em 0 0;
  padding-right: 0.5em;
  transform: skew(-8deg);
  text-transform: uppercase;
}
.trends_league_select_header.all_leagues .trends_title {
  border-right: 1px solid;
}
.trends_league_select_header select {
  transform: skew(-8deg);
  font-weight: 700;
  cursor: pointer;
}
.trends_league_select_header .trends_league_select_wrap {
  display: inline-block;
}
.trends_league_select_header .trends_league_select_wrap input {
  display: none;
}
.trends_league_select_header .trends_league_select_wrap label {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0em 0.75em;
  border-right: 1px solid #000;
  cursor: pointer;
}
.trends_league_select_header .trends_league_select_wrap label:first-of-type {
  padding-left: 0;
}
.trends_league_select_header .trends_league_select_wrap label:last-of-type {
  border-right: none;
}
.trends_league_select_header .powered_by {
  float: right;
  max-width: 33%;
}

.trends_for_league .trends_opponents_wrap {
  padding: 5px;
}
.trends_for_league .trends_opponents_wrap .trends_vs_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1em;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_header .team_name {
  margin: 0;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_header .trends_filters {
  display: flex;
  align-items: center;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_header .trends_filters .select_trend_type {
  padding-left: 0.25em;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_header .trends_filters .select_trend_type label {
  padding: 0 0.5em;
  cursor: pointer;
  border-right: 1px solid #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_header .trends_filters .select_trend_type label:last-of-type {
  border-right: none;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_header .trends_filters .select_trend_type label.selected.positive, .trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_header .trends_filters .select_trend_type label:hover.positive {
  color: #04ad1c;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_header .trends_filters .select_trend_type label.selected.negative, .trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_header .trends_filters .select_trend_type label:hover.negative {
  color: #fd0a13;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_header .trends_filters .select_trend_type input {
  display: none;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_wrap .trend {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0.25em;
  font-size: 0.9rem;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_wrap .trend:last-of-type {
  border-bottom: none;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_wrap .trend > span::before {
  content: '\25AC';
  display: inline-block;
  margin-right: 0.75em;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_wrap .trend > span span {
  font-weight: 700;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_wrap .trend > span.trend_up::before {
  content: '\25B2';
  color: #04ad1c;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_wrap .trend > span.trend_up span.record {
  color: #04ad1c;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_wrap .trend > span.trend_down::before {
  content: '\25BC';
  color: #fd0a13;
}
.trends_for_league .trends_opponents_wrap .trends_for_team_wrap .team_trends_wrap .trend > span.trend_down span.record {
  color: #fd0a13;
}

@media (min-width: 900px) {
  .trends_for_league .trends_opponents_wrap {
    display: grid;
    grid-template-columns: 1fr 3rem 1fr;
  }

  .trends_for_team_wrap {
    margin: 0 !important;
  }
  .trends_for_team_wrap .team_trends_wrap {
    max-height: 200px;
    overflow-y: auto;
  }

  aside#secondary .trends_for_league .trends_opponents_wrap {
    grid-template-columns: 1fr;
  }
}
/* AmAff CTA
--------------------------------------------- */
.cta_outer_wrap {
  display: block;
  overflow: hidden;
}
.cta_outer_wrap .cta_table_title {
  margin-top: 0;
  text-align: left;
}
.cta_outer_wrap .cta_table {
  padding: 0 !important;
  border: none;
}
.cta_outer_wrap .cta_table .cta_row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-rows: auto;
  grid-template-areas: "cta_logo cta_button" "cta_bonus cta_bonus" "cta_top_reasons cta_top_reasons";
  padding: 1em;
}
.cta_outer_wrap .cta_table .cta_row:nth-child(2n+1):not(.cta_table_title_row) {
  background: #eee;
}
.cta_outer_wrap .cta_table .cta_row .cta_col {
  border: none;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 5px 0 0;
}
.cta_outer_wrap .cta_table .cta_row .cta_col ol, .cta_outer_wrap .cta_table .cta_row .cta_col ul {
  margin-bottom: 0;
}
.cta_outer_wrap .cta_table .cta_row .cta_col ol li::marker {
  font-weight: 700;
}
.cta_outer_wrap .cta_table .cta_row .cta_col ul {
  list-style: none;
  padding-left: 0;
}
.cta_outer_wrap .cta_table .cta_row .cta_col ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-right: 0.5em;
  float: left;
  background-image: url("/checkbox-icon.svg");
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_bonus {
  text-align: center;
  font-weight: 700;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_logo {
  grid-area: cta_logo;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_logo img {
  display: block;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_state-name {
  grid-area: cta_title;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_button, .cta_outer_wrap .cta_table .cta_row .cta_col[class*="cta_col_review-button"] {
  grid-area: cta_button;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_button .cta_button, .cta_outer_wrap .cta_table .cta_row .cta_col[class*="cta_col_review-button"] .cta_button {
  margin: auto !important;
  width: 80%;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_read-review-sign-up-now {
  grid-area: cta_button;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_read-review-sign-up-now .cta_subfield {
  width: 100%;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_read-review-sign-up-now .cta_subfield .cta_button {
  padding: 0.25rem;
  width: 100%;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_bonus {
  grid-area: cta_bonus;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_top-reasons {
  grid-area: cta_top_reasons;
  padding: 10px;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_score {
  width: 85px;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_score .rating_average .pie_chart_wrap {
  margin-bottom: 0;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_score .rating_average .pie_chart_wrap .average_wrap {
  font-size: 1.25rem;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_allowed-gambling-types {
  grid-area: allowed_types;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_allowed-gambling-types .allowed_gambling_types {
  display: flex;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_allowed-gambling-types .allowed_gambling_types .allowed_type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem 0;
  flex: 1;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_allowed-gambling-types .allowed_gambling_types .allowed_type .allowed_type_label {
  display: flex;
  flex: 1;
  align-items: center;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_allowed-gambling-types .allowed_gambling_types .allowed_type .amaff-icon {
  width: 35px;
  height: 35px;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_allowed-gambling-types .allowed_gambling_types .allowed_type.unchecked .amaff-icon {
  fill: #777;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_title, .cta_outer_wrap .cta_table .cta_row .cta_col .cta_col_title {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_state-name, .cta_outer_wrap .cta_table .cta_row .cta_col .cta_col_state-name {
  text-transform: none;
  font-weight: 700;
  text-align: center;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_view-more, .cta_outer_wrap .cta_table .cta_row .cta_col .cta_col_view-more {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.cta_outer_wrap .cta_table .cta_row .cta_col.cta_col_risk-free-bet, .cta_outer_wrap .cta_table .cta_row .cta_col .cta_col_risk-free-bet {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.cta_outer_wrap .cta_table .cta_row .toggle_view {
  cursor: pointer;
  grid-area: toggle_view;
}
.cta_outer_wrap .cta_table .cta_row.cta_table_title_row .cta_col {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cta_outer_wrap a.button {
  margin: 0.5rem 0 0;
}
.cta_outer_wrap.has_col_titles .cta_table .cta_row:nth-child(2n+1) {
  background: transparent;
}
.cta_outer_wrap.has_col_titles .cta_table .cta_row:nth-child(2n) {
  background: #eee;
}
.cta_outer_wrap.site_pick .cta_row {
  background: transparent !important;
}
.cta_outer_wrap.site_pick .cta_row .cta_col {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_site-pick {
  padding-left: 0 !important;
  width: calc(40px + 1rem);
}
.cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_site-pick .amaff-icon {
  width: 40px;
  height: 65px;
}
.cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_logo {
  width: 80px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_title-bonus {
  line-height: 1.1;
}
.cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_title-bonus .cta_col_title {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_title-bonus .cta_col_bonus .cta_bonus_line {
  font-size: 0.9rem;
}
.cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_title-bonus .cta_col_bonus .cta_bonus_line a {
  color: #ff1c1c;
}
.cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_title-bonus .cta_col_bonus .cta_bonus {
  padding: 0;
}
.cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_button {
  padding-right: 0 !important;
}
.cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_button .cta_button {
  width: 100%;
}
.cta_outer_wrap.site_pick .cta_row .cta_col a.read_review {
  color: #009eff;
}

@media (max-width: 899px) {
  .cta_outer_wrap.site_pick .cta_row {
    background: #fff;
  }
  .cta_outer_wrap.site_pick .cta_row .cta_col {
    padding: 0.5rem !important;
  }
  .cta_outer_wrap.site_pick .cta_row .cta_col[class*="cta_col_review-text"] {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_site-pick {
    width: calc(40px + 2rem);
  }
  .cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_title-bonus .cta_subfield.cta_col_title, .cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_title-bonus .cta_subfield.cta_col_bonus, .cta_outer_wrap.site_pick .cta_row .cta_col.cta_col_title-bonus .cta_subfield .cta_bonus_line {
    text-align: left !important;
  }
}
.cta_bonus a {
  color: inherit;
}

body .widget .cta_outer_wrap {
  padding: 0;
  margin: 0;
}

.cta_outer_wrap.mobile_table {
  display: block;
  overflow: hidden;
}
.cta_outer_wrap.mobile_table.cta_format_table .cta_table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cta_outer_wrap.mobile_table.cta_format_table .cta_table .cta_row {
  display: table-row;
}
.cta_outer_wrap.mobile_table.cta_format_table .cta_table .cta_row.link_all_row {
  cursor: pointer;
}
.cta_outer_wrap.mobile_table.cta_format_table .cta_table .cta_row .cta_col {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem;
}

@media (max-width: 899px) {
  .cta_outer_wrap.accordion .toggle_view {
    display: flex;
    align-items: center;
  }
  .cta_outer_wrap.accordion .toggle_view .show {
    display: none;
  }
  .cta_outer_wrap.accordion .cta_row {
    grid-template-columns: 50px auto 25px;
    grid-template-areas: "cta_logo cta_title toggle_view" "allowed_types allowed_types allowed_types" "cta_button cta_button cta_button";
  }
  .cta_outer_wrap.accordion .cta_row .cta_col_state-name {
    display: block;
    text-align: left !important;
    font-size: 1.2rem;
    font-weight: 700 !important;
  }
  .cta_outer_wrap.accordion .cta_row:not(.expanded) .cta_col:not(.cta_col_state-name):not(.cta_col_logo) {
    display: none;
  }
  .cta_outer_wrap.accordion .cta_row:not(.expanded) .toggle_view .show {
    display: block;
  }
  .cta_outer_wrap.accordion .cta_row:not(.expanded) .toggle_view .hide {
    display: none;
  }
}
@media (min-width: 900px) {
  .cta_outer_wrap {
    display: block;
    overflow: hidden;
  }
  .cta_outer_wrap.cta_format_table .cta_table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .cta_outer_wrap.cta_format_table .cta_table .cta_row {
    display: table-row;
  }
  .cta_outer_wrap.cta_format_table .cta_table .cta_row.link_all_row {
    cursor: pointer;
  }
  .cta_outer_wrap.cta_format_table .cta_table .cta_row .cta_col {
    display: table-cell;
    vertical-align: middle;
    padding: 1rem;
  }
  .cta_outer_wrap.accordion_mobile_only .toggle_view {
    display: none;
  }
}
/* Accordion
--------------------------------------------- */
.accordion_wrap {
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.accordion_wrap .accordion_title {
  padding: 1rem;
  font-weight: 700;
}
.accordion_wrap .accordion_title:after {
  content: '\2012';
  float: right;
  font-size: 2em;
  line-height: 1.1rem;
}
.accordion_wrap .accordion_content {
  padding: 0 1rem;
}
.accordion_wrap:not(.expanded) .accordion_title:after {
  content: '+';
}
.accordion_wrap:not(.expanded) .accordion_content {
  display: none;
}
.accordion_wrap.expanded .accordion_title {
  border-bottom: 1px solid #ccc;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* The Source
--------------------------------------------- */
article.type-source a {
  color: #0f74a3;
}
article.type-source .post-thumbnail {
  display: none;
}
article.type-source .entry-card-label {
  width: auto;
  float: left;
  font-size: 14px;
  letter-spacing: .75px;
  text-transform: uppercase;
}
article.type-source hr {
  margin-top: 1.5em;
}
article.type-source .impact_rating_indicator {
  display: none;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f00;
  border-radius: 50%;
  top: 6px;
  left: 6px;
}
article.type-source .impact_rating_indicator.impact_rating_high {
  display: block;
  background: #ed1f24;
}
article.type-source .impact_rating_indicator.impact_rating_medium {
  display: block;
  background: #f68a1e;
}
article.type-source .impact_rating_indicator.impact_rating_low {
  display: block;
  background: #278e43;
}
article.type-source .entry-title, article.type-source .entry-content {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
article.type-source:not(.expanded).is_expandable {
  cursor: pointer;
}
article.type-source:not(.expanded) .entry-header {
  display: flex;
  width: 100%;
}
article.type-source:not(.expanded) .entry-header .post-thumbnail {
  display: block;
  width: 112px;
  max-width: 25%;
  margin-right: 2%;
}
article.type-source:not(.expanded) .entry-header .post-thumbnail .sot_featured_image {
  display: block;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
}
article.type-source:not(.expanded) .entry-header .entry-title {
  flex: 1;
  overflow: hidden;
}
article.type-source:not(.expanded) .entry-header .entry-expcerpt {
  display: none;
}
article.type-source:not(.expanded) .entry-content .has_middle_section i.show_hide_post, article.type-source:not(.expanded) .entry-content .has_bottom_section i.show_hide_post {
  display: none;
}
article.type-source.expanded .entry-header .above-entry-title .show_hide_post {
  display: block;
  width: auto;
  float: right;
}
article.type-source.expanded .entry-header .entry-expcerpt {
  display: none;
}

.sot_field_wrap.sot_field_wrap_impact_rating, .sot_field_wrap.sot_field_wrap_certainty_rating {
  display: inline-block;
  width: auto;
}
.sot_field_wrap.sot_field_wrap_impact_rating .sot_field_label, .sot_field_wrap.sot_field_wrap_certainty_rating .sot_field_label {
  background: none;
  font-weight: 400;
  padding: 0;
}
.sot_field_wrap.sot_field_wrap_impact_rating .sot_field_value, .sot_field_wrap.sot_field_wrap_certainty_rating .sot_field_value {
  color: #f68a1e;
}
.sot_field_wrap.sot_field_wrap_impact_rating.rating-high .sot_field_value, .sot_field_wrap.sot_field_wrap_certainty_rating.rating-high .sot_field_value {
  color: #ed1f24;
}
.sot_field_wrap.sot_field_wrap_impact_rating.rating-low .sot_field_value, .sot_field_wrap.sot_field_wrap_certainty_rating.rating-low .sot_field_value {
  color: #278e43;
}
.sot_field_wrap.sot_field_wrap_certainty_rating {
  padding-left: 10px;
  margin-left: 14px;
  border-left: 1px solid #000;
}
.sot_field_wrap.sot_field_wrap_embedded_tweet, .sot_field_wrap.sot_field_wrap_embedded_youtube, .sot_field_wrap.sot_field_wrap_reddit_post, .sot_field_wrap.sot_field_wrap_linkedin_post {
  display: table;
  width: 60%;
  min-width: calc(100% - 256px);
  line-height: 1.4em;
}
.sot_field_wrap.sot_field_wrap_embedded_tweet > span, .sot_field_wrap.sot_field_wrap_embedded_youtube > span, .sot_field_wrap.sot_field_wrap_reddit_post > span, .sot_field_wrap.sot_field_wrap_linkedin_post > span {
  display: table-cell;
  vertical-align: top;
}
.sot_field_wrap.sot_field_wrap_embedded_tweet .sot_field_label, .sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_label, .sot_field_wrap.sot_field_wrap_reddit_post .sot_field_label, .sot_field_wrap.sot_field_wrap_linkedin_post .sot_field_label {
  position: relative;
  width: 60px;
  background: transparent;
  border-right: 3px solid #00acee;
}
.sot_field_wrap.sot_field_wrap_embedded_tweet .sot_field_label a, .sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_label a, .sot_field_wrap.sot_field_wrap_reddit_post .sot_field_label a, .sot_field_wrap.sot_field_wrap_linkedin_post .sot_field_label a {
  display: block;
  position: relative;
}
.sot_field_wrap.sot_field_wrap_embedded_tweet .sot_field_value, .sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value, .sot_field_wrap.sot_field_wrap_reddit_post .sot_field_value, .sot_field_wrap.sot_field_wrap_linkedin_post .sot_field_value {
  padding-left: 10px;
}
.sot_field_wrap.sot_field_wrap_embedded_tweet .sot_field_value a, .sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value a, .sot_field_wrap.sot_field_wrap_reddit_post .sot_field_value a, .sot_field_wrap.sot_field_wrap_linkedin_post .sot_field_value a {
  color: #00acee;
}
.sot_field_wrap.sot_field_wrap_reddit_post .sot_field_label {
  border-right: 3px solid #FF4500;
}
.sot_field_wrap.sot_field_wrap_reddit_post .sot_field_label svg {
  fill: #FF4500;
}
.sot_field_wrap.sot_field_wrap_reddit_post .sot_field_value a {
  color: #FF4500;
}
.sot_field_wrap.sot_field_wrap_linkedin_post .sot_field_label {
  border-right: 3px solid #1a68bf;
}
.sot_field_wrap.sot_field_wrap_linkedin_post .sot_field_label svg {
  fill: #1a68bf;
}
.sot_field_wrap.sot_field_wrap_linkedin_post .sot_field_value a {
  color: #1a68bf;
}
.sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_label {
  border-right: 3px solid #fb100a;
}
.sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_label svg {
  width: 40px;
  height: 40px;
  fill: #fb100a;
}
.sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
}
.sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value a {
  color: #fb100a;
}
.sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value h3 {
  width: 100%;
}
.sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value .left {
  flex: 1;
  width: 112px;
}
.sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value .left .thumbnail_wrap {
  width: 112px;
  max-width: 100%;
}
.sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value .right {
  flex: 1;
  flex-grow: 8;
  padding-left: 2%;
  font-size: 16px;
  line-height: 1.2;
}
.sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value .right .published_date, .sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value .right .uploaded_by {
  display: inline-block;
  opacity: 0.8;
}
.sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value .right .uploaded_by::before {
  content: '\2022';
  display: inline-block;
  position: relative;
  margin: 0 8px;
  top: -3px;
  font-size: 10px;
}
.sot_field_wrap.sot_field_wrap_coverage_links, .sot_field_wrap.sot_field_wrap_social_discussion_links, .sot_field_wrap.sot_field_wrap_key_links, .sot_field_wrap.sot_field_wrap_impacted_company, .sot_field_wrap.sot_field_wrap_who_benefits {
  display: list-item;
  margin: 0 0 0 1em;
  list-style: disc;
}
.sot_field_wrap.sot_field_wrap_coverage_links .sot_field_label, .sot_field_wrap.sot_field_wrap_social_discussion_links .sot_field_label, .sot_field_wrap.sot_field_wrap_key_links .sot_field_label, .sot_field_wrap.sot_field_wrap_impacted_company .sot_field_label, .sot_field_wrap.sot_field_wrap_who_benefits .sot_field_label {
  background: none;
  padding: 0;
}
.sot_field_wrap.sot_field_wrap_source_attribution_link .sot_field_label {
  background: none;
  padding: 0;
}
.sot_field_wrap.sot_field_wrap_number_to_notice {
  display: table;
  margin: 3em 0;
}
.sot_field_wrap.sot_field_wrap_number_to_notice .number_to_notice_left, .sot_field_wrap.sot_field_wrap_number_to_notice .number_to_notice_right {
  display: table-cell;
  vertical-align: middle;
}
.sot_field_wrap.sot_field_wrap_number_to_notice .number_to_notice_left .field_number {
  display: block;
  padding-right: 20px;
  border-right: 2px solid #000;
  font-size: 80px;
  font-weight: 700;
  white-space: nowrap;
}
.sot_field_wrap.sot_field_wrap_number_to_notice .number_to_notice_right {
  padding-left: 20px;
}
.sot_field_wrap.sot_field_wrap_number_to_notice .number_to_notice_right .field_text {
  display: block;
  line-height: 120%;
  font-size: 32px;
  font-weight: 700;
}
.sot_field_wrap.sot_field_wrap_number_to_notice .number_to_notice_right .field_url a {
  color: #0f74a3;
}
.sot_field_wrap.sot_field_wrap_next_key_date {
  background: transparent;
  min-height: 60px;
}
.sot_field_wrap.sot_field_wrap_next_key_date .sot_field_label {
  position: relative;
  width: 60px;
  background: transparent;
  border-right: 3px solid #f05122;
  margin-right: 10px;
}
.sot_field_wrap.sot_field_wrap_next_key_date .sot_field_label svg {
  position: absolute;
  fill: #f05122;
  width: 35px;
  height: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sot_field_wrap.sot_field_wrap_next_key_date .date_sep {
  display: none;
}
.sot_field_wrap.sot_field_wrap_next_key_date .field_date {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4em;
}
.sot_field_wrap.sot_field_wrap_next_key_date .field_text {
  display: block;
}
.sot_field_wrap.sot_field_wrap_next_key_date .add_to_calendar.button {
  position: relative;
  color: #f05122;
  border-color: #f05122;
  font-size: 22px;
  padding: 4px 16px 2px 42px;
  border-radius: 6px;
  text-transform: none;
  margin: 0;
}
.sot_field_wrap.sot_field_wrap_next_key_date .add_to_calendar.button svg {
  position: absolute;
  fill: #f05122;
  width: 18px;
  height: 18px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.sot_field_wrap.sot_field_wrap_next_key_date .add_to_calendar.button:hover {
  color: #fff;
  border-color: #fff;
  border-color: #f05122;
  background: #f05122;
}
.sot_field_wrap.sot_field_wrap_next_key_date .add_to_calendar.button:hover svg {
  fill: #fff;
}
.sot_field_wrap.sot_field_wrap_next_key_date .add_to_calendar.button:not(:first-of-type) {
  margin: 0 0 0 10px;
}
.sot_field_wrap.field_type-quote {
  min-height: 60px;
  display: table;
  margin: 3em 0;
}
.sot_field_wrap.field_type-quote .sot_field_label, .sot_field_wrap.field_type-quote .sot_field_value {
  display: table-cell;
  vertical-align: middle;
}
.sot_field_wrap.field_type-quote .sot_field_label {
  background: transparent;
}
.sot_field_wrap.field_type-quote .sot_field_label svg {
  position: relative;
  width: 32px;
  height: 30px;
  margin: 20px 15px;
}
.sot_field_wrap.field_type-quote .sot_field_value {
  padding: 15px 20px 0 20px;
  border-left: 3px solid #000;
}
.sot_field_wrap.field_type-quote .sot_field_value .quote {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.sot_field_wrap.field_type-quote .sot_field_value .quote_credit {
  float: right;
  text-align: left;
  margin-top: -10px;
  font-size: 1.1rem;
}
.sot_field_wrap.field_type-quote .sot_field_value .quote_credit .quote_name {
  font-weight: 700;
}
.sot_field_wrap.field_type-quote .sot_field_value .quote_credit .quote_title {
  font-style: italic;
}
.sot_field_wrap.field_type-quote .sot_field_value .quote_credit .quote_source {
  margin-left: 4px;
  font-style: italic;
}
.sot_field_wrap.field_type-quote .sot_field_value .quote_credit .quote_source a {
  color: inherit;
}
.sot_field_wrap.field_type-quote .sot_field_value .quote_credit .quote_date {
  display: block;
  margin-left: 14px;
  font-size: 0.8em;
}
.sot_field_wrap.sot_field_wrap_big_link {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.sot_field_wrap.sot_field_wrap_subject .sot_field_label {
  background: none;
  padding: 0;
}
.sot_field_wrap.sot_field_wrap_subject .sot_field_value .tax_sep {
  display: none;
}
.sot_field_wrap.sot_field_wrap_subject .sot_field_value a {
  display: inline-block;
  color: #0f74a3;
  background: #e7f6fd;
  border: 1px solid #0f74a3;
  margin: 4px;
  padding: 1px 6px 0;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.85em;
  white-space: nowrap;
}
.sot_field_wrap.sot_field_wrap_subject .sot_field_value a:hover {
  color: #e7f6fd;
  background: #0f74a3;
}

@media (min-width: 900px) {
  article.type-source:not(.expanded) .entry-header .entry-expcerpt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  article.type-source .sot_field_wrap.sot_field_wrap_card_image .sot_field_value {
    display: flex;
    align-items: center;
  }
  article.type-source .sot_field_wrap.sot_field_wrap_card_image .sot_field_value > a {
    display: block;
    max-width: 50%;
    padding: 0 2%;
  }
  article.type-source .sot_field_wrap.sot_field_wrap_card_image .sot_field_value .image-meta {
    text-align: left;
    padding: 0 2%;
  }
  article.type-source .sot_field_wrap.sot_field_wrap_card_image .sot_field_value .image-meta .image-title, article.type-source .sot_field_wrap.sot_field_wrap_card_image .sot_field_value .image-meta .image-caption {
    margin: 0 0 1em;
  }
}
article.type-source.card_type-breaking-news {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 9px solid #ed1f24;
}
article.type-source.card_type-breaking-news .entry-card-label {
  padding: 1px 4px;
  background: #ed1f24;
  color: #fff;
}
article.type-source.card_type-rumor, article.type-source.card_type-blind-item {
  background: #fac049;
  margin-right: 30px;
  border-top-right-radius: 0;
}
article.type-source.card_type-rumor::after, article.type-source.card_type-blind-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0px;
  right: -30px;
  border: 16px solid #fac049;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
article.type-source.card_type-rumor .above-entry-title, article.type-source.card_type-blind-item .above-entry-title {
  text-align: center;
  position: relative;
}
article.type-source.card_type-rumor .above-entry-title::before, article.type-source.card_type-blind-item .above-entry-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 500px;
  max-width: 90%;
  height: 0;
  top: 50%;
  left: 50%;
  border-top: 1px solid #000;
  transform: translate(-50%, -50%);
  z-index: 1;
}
article.type-source.card_type-rumor .above-entry-title .entry-card-label, article.type-source.card_type-blind-item .above-entry-title .entry-card-label {
  float: none;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  color: #000;
  background: #fac049;
  padding: 2px 15px;
  font-size: 18px;
  z-index: 2;
}
article.type-source.card_type-rumor .sot_field_wrap.field_type-quote, article.type-source.card_type-blind-item .sot_field_wrap.field_type-quote {
  margin: 0 0 0.25em;
}
article.type-source.card_type-rumor .sot_field_wrap.field_type-quote .sot_field_value, article.type-source.card_type-blind-item .sot_field_wrap.field_type-quote .sot_field_value {
  border-left: none;
}
article.type-source.card_type-rumor .sot_field_wrap.field_type-quote .sot_field_value .quote, article.type-source.card_type-blind-item .sot_field_wrap.field_type-quote .sot_field_value .quote {
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
}
article.type-source.card_type-big-quote {
  background-color: #137eb0;
  color: #137eb0;
  margin-right: 30px;
  border-top-right-radius: 0;
}
article.type-source.card_type-big-quote * {
  color: #fff;
}
article.type-source.card_type-big-quote::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0px;
  right: -30px;
  border: 16px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
article.type-source.card_type-big-quote .above-entry-title {
  text-align: center;
  position: relative;
}
article.type-source.card_type-big-quote .above-entry-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 500px;
  max-width: 90%;
  height: 0;
  top: 50%;
  left: 50%;
  border-top: 1px solid #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
}
article.type-source.card_type-big-quote .above-entry-title .entry-card-label {
  float: none;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  color: #fff;
  background: #137eb0;
  padding: 2px 15px;
  font-size: 18px;
  z-index: 2;
}
article.type-source.card_type-big-quote a {
  color: #fff;
}
article.type-source.card_type-big-quote .sot_field_label svg {
  fill: #fff;
}
article.type-source.card_type-big-quote .sot_field_value {
  border-color: #fff;
}
article.type-source.card_type-big-quote i.show_hide_post .show_hide_label svg {
  fill: #fff !important;
}
article.type-source.card_type-big-quote .field_type-quote {
  margin: 0;
}
article.type-source.card_type-big-quote .field_type-quote .sot_field_label {
  vertical-align: top;
  padding: 0;
}
article.type-source.card_type-big-quote .field_type-quote .sot_field_label svg {
  margin: 0 15px 0 0;
}
article.type-source.card_type-big-quote .field_type-quote .sot_field_value {
  border-left: none;
  vertical-align: top;
  padding: 0;
  padding-left: 5px;
}
article.type-source.card_type-big-quote .field_type-quote .sot_field_value .lead_in {
  display: none;
}
article.type-source.card_type-twitter, article.type-source.card_type-reddit, article.type-source.card_type-linkedin, article.type-source.card_type-youtube {
  border: 1px solid #00acee;
}
article.type-source.card_type-twitter .sot_field_wrap, article.type-source.card_type-reddit .sot_field_wrap, article.type-source.card_type-linkedin .sot_field_wrap, article.type-source.card_type-youtube .sot_field_wrap {
  margin: 0;
  width: 100%;
}
article.type-source.card_type-twitter .sot_field_wrap .sot_field_label, article.type-source.card_type-reddit .sot_field_wrap .sot_field_label, article.type-source.card_type-linkedin .sot_field_wrap .sot_field_label, article.type-source.card_type-youtube .sot_field_wrap .sot_field_label {
  background: transparent;
  width: 50px;
  border-right: none;
  text-align: left;
}
article.type-source.card_type-twitter .sot_field_wrap .sot_field_label .amaff-icon, article.type-source.card_type-reddit .sot_field_wrap .sot_field_label .amaff-icon, article.type-source.card_type-linkedin .sot_field_wrap .sot_field_label .amaff-icon, article.type-source.card_type-youtube .sot_field_wrap .sot_field_label .amaff-icon {
  width: 35px;
  height: 35px;
  left: 0;
}
article.type-source.card_type-twitter .sot_field_wrap .sot_field_value, article.type-source.card_type-reddit .sot_field_wrap .sot_field_value, article.type-source.card_type-linkedin .sot_field_wrap .sot_field_value, article.type-source.card_type-youtube .sot_field_wrap .sot_field_value {
  font-size: 18px;
}
article.type-source.card_type-reddit {
  border: 1px solid #FF4500;
}
article.type-source.card_type-linkedin {
  border: 1px solid #1a68bf;
}
article.type-source.card_type-linkedin h3 {
  margin: 0 0 0.5em;
}
article.type-source.card_type-linkedin p {
  margin: 0 0 0.5em;
}
article.type-source.card_type-youtube {
  border: 1px solid #fb100a;
}
article.type-source.card_type-youtube .sot_field_wrap .sot_field_label .amaff-icon {
  width: 40px;
  height: 40px;
}
article.type-source.card_type-youtube .sot_field_wrap h3 {
  margin: 0 0 0.5em;
}
article.type-source.card_type-youtube .sot_field_wrap p {
  margin: 0 0 0.5em;
}
article.type-source.card_type-date-only {
  background: #ddd;
}
article.type-source.card_type-date-only .sot_field_wrap {
  margin: 0;
  width: 100%;
}
article.type-source.card_type-date-only .sot_field_wrap .sot_field_label {
  background: transparent;
  width: 50px;
  border-right: none;
  text-align: left;
}
article.type-source.card_type-date-only .sot_field_wrap .sot_field_label .amaff-icon {
  width: 40px;
  height: 40px;
  left: 0;
  transform: translateY(-50%);
}
article.type-source.card_type-job-listing {
  background: #ddd;
}
article.type-source.card_type-job-listing .entry-excerpt {
  font-style: italic;
}
article.type-source.card_type-job-listing .field_name-summary .sot_field_value {
  font-style: italic;
}

@media (max-width: 899px) {
  article.type-source .field_type-date_with_text .sot_field_value {
    display: block;
  }
  article.type-source .field_type-date_with_text .sot_field_value .add_to_calendar.button {
    margin-top: 0.5em;
  }
  article.type-source.card_type-rumor, article.type-source.card_type-big-quote, article.type-source.card_type-blind-item {
    margin-right: 16px;
  }
  article.type-source.card_type-rumor::after, article.type-source.card_type-big-quote::after, article.type-source.card_type-blind-item::after {
    right: -16px;
    border-width: 9px;
  }
  article.type-source.card_type-rumor .quote, article.type-source.card_type-big-quote .quote, article.type-source.card_type-blind-item .quote {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  @supports (-webkit-line-clamp: 10) {
    article.type-source.card_type-rumor .quote, article.type-source.card_type-big-quote .quote, article.type-source.card_type-blind-item .quote {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 10;
      -webkit-box-orient: vertical;
    }
  }
}
@media (min-width: 900px) {
  article.type-source.card_type-rumor .sot_field_wrap.field_type-quote .sot_field_value .quote, article.type-source.card_type-blind-item .sot_field_wrap.field_type-quote .sot_field_value .quote {
    font-size: 40px;
  }
}
.source_mini_feed > h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}
.source_mini_feed .feed {
  max-height: 100vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* Hide scrollbar for IE and Edge */
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
}
.source_mini_feed .feed::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.source_mini_feed article.type-source {
  padding: 10px 15px;
  margin: 0.5em 0;
  cursor: pointer;
}
.source_mini_feed article.type-source:first-child {
  margin-top: 0;
}
.source_mini_feed article.type-source a {
  color: #0f74a3;
}
.source_mini_feed article.type-source .above-entry-title {
  margin-bottom: 1px;
}
.source_mini_feed article.type-source .above-entry-title * {
  font-size: 11px;
}
.source_mini_feed article.type-source .above-entry-title i.show_hide_post .show_hide_label span {
  margin-right: 4px;
}
.source_mini_feed article.type-source .above-entry-title i.show_hide_post .arrow {
  width: 15px;
  height: 7px;
}
.source_mini_feed article.type-source .entry-title {
  margin: 0;
}
.source_mini_feed article.type-source .entry-title h2 {
  font-size: 1.2em;
}
.source_mini_feed article.type-source h3 {
  font-size: 1.1em;
}
.source_mini_feed article.type-source .field_type-date_with_text .sot_field_value .add_to_calendar {
  display: none;
}
.source_mini_feed article.type-source .field_type-date_with_text .sot_field_value .field_date {
  font-size: 1.2em;
}
.source_mini_feed article.type-source .sot_field_wrap.field_type-quote {
  margin: 0.5em 0 0.25em;
}
.source_mini_feed article.type-source .sot_field_wrap.field_type-quote .sot_field_label svg {
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
}
.source_mini_feed article.type-source .sot_field_wrap.field_type-quote .sot_field_value .quote {
  font-size: 1.1em;
  line-height: 1.1em;
}
.source_mini_feed article.type-source .sot_field_wrap.field_type-quote .sot_field_value .quote_credit {
  float: left;
  font-size: 0.9em;
}
.source_mini_feed article.type-source .sot_field_wrap.field_type-quote .sot_field_value .quote_credit .quote_date {
  float: right;
  margin-top: 0.5em;
}
.source_mini_feed article.type-source .sot_field_wrap.sot_field_wrap_embedded_youtube {
  margin: 0 0 0.25em;
}
.source_mini_feed article.type-source .sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value {
  display: block;
}
.source_mini_feed article.type-source .sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value .left {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.source_mini_feed article.type-source .sot_field_wrap.sot_field_wrap_embedded_youtube .sot_field_value .right {
  width: 100%;
}
.source_mini_feed article.type-source .sot_field_wrap.sot_field_wrap_number_to_notice {
  display: block;
  margin: 1em 0;
  text-align: center;
}
.source_mini_feed article.type-source .sot_field_wrap.sot_field_wrap_number_to_notice .number_to_notice_left {
  display: block;
}
.source_mini_feed article.type-source .sot_field_wrap.sot_field_wrap_number_to_notice .number_to_notice_left .field_number {
  padding-right: 0;
  margin-bottom: 1rem;
  border-right: none;
  border-bottom: 1px solid #000;
  white-space: normal;
  font-size: 50px;
}
.source_mini_feed article.type-source .sot_field_wrap.sot_field_wrap_number_to_notice .number_to_notice_right {
  display: block;
  padding-left: 0;
  font-size: 26px;
}
.source_mini_feed article.type-source.card_type-rumor, .source_mini_feed article.type-source.card_type-big-quote {
  margin-right: 16px;
}
.source_mini_feed article.type-source.card_type-rumor::after, .source_mini_feed article.type-source.card_type-big-quote::after {
  right: -16px;
  border-width: 9px;
}
.source_mini_feed article.type-source.card_type-rumor .above-entry-title .entry-card-label, .source_mini_feed article.type-source.card_type-big-quote .above-entry-title .entry-card-label {
  font-size: 0.9rem;
}
.source_mini_feed article.type-source.card_type-rumor .quote, .source_mini_feed article.type-source.card_type-big-quote .quote {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .source_mini_feed article.type-source.card_type-rumor .quote, .source_mini_feed article.type-source.card_type-big-quote .quote {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.source_mini_feed article.type-source.card_type-twitter .sot_field_label, .source_mini_feed article.type-source.card_type-reddit .sot_field_label, .source_mini_feed article.type-source.card_type-linkedin .sot_field_label, .source_mini_feed article.type-source.card_type-youtube .sot_field_label {
  width: 18px;
  padding: 0;
  vertical-align: top;
}
.source_mini_feed article.type-source.card_type-twitter .sot_field_label a, .source_mini_feed article.type-source.card_type-reddit .sot_field_label a, .source_mini_feed article.type-source.card_type-linkedin .sot_field_label a, .source_mini_feed article.type-source.card_type-youtube .sot_field_label a {
  top: auto;
  bottom: auto;
}
.source_mini_feed article.type-source.card_type-twitter .sot_field_label a .amaff-icon, .source_mini_feed article.type-source.card_type-reddit .sot_field_label a .amaff-icon, .source_mini_feed article.type-source.card_type-linkedin .sot_field_label a .amaff-icon, .source_mini_feed article.type-source.card_type-youtube .sot_field_label a .amaff-icon {
  width: 19px;
  height: 17px;
}
.source_mini_feed article.type-source.card_type-twitter .sot_field_value, .source_mini_feed article.type-source.card_type-reddit .sot_field_value, .source_mini_feed article.type-source.card_type-linkedin .sot_field_value, .source_mini_feed article.type-source.card_type-youtube .sot_field_value {
  font-size: 1em;
  line-height: 1.4em;
}
.source_mini_feed article.type-source.card_type-twitter .sot_field_value, .source_mini_feed article.type-source.card_type-reddit .sot_field_value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.source_mini_feed article.type-source.card_type-linkedin .sot_field_value > * {
  display: none;
}
.source_mini_feed article.type-source.card_type-linkedin .sot_field_value h3.title {
  display: block;
}
.source_mini_feed article.type-source.card_type-linkedin .sot_field_value > *:nth-child(2) {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Tracker
--------------------------------------------- */
a.trk_term_link, a.trk_meta_link {
  font-weight: 400;
}
a.trk_term_link:first-of-type, a.trk_meta_link:first-of-type {
  margin-left: 0;
}
a.trk_term_link.taxonomy-b2c_primary_function:hover, a.trk_meta_link.taxonomy-b2c_primary_function:hover {
  color: #fff;
}

.amaff_post_feed article.type-startup .post-thumbnail {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.trk_featured_image {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media (max-width: 899px) {
  .trk_tracker_table .trk_tracker_table_body .trk_content {
    display: block;
    overflow: hidden;
  }
  .trk_tracker_table .trk_tracker_table_body .trk_content .tax-title {
    text-transform: uppercase;
  }
  .trk_tracker_table .trk_tracker_table_body .trk_content .field_name-busincess_sales_type .tax-title {
    display: inline-block;
  }
  .trk_tracker_table .trk_tracker_table_body .trk_content .field_name-vertical, .trk_tracker_table .trk_tracker_table_body .trk_content .field_name-tags {
    float: left;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .trk_tracker_table .trk_tracker_table_body .trk_content .field_name-title {
    width: 50%;
  }
  .trk_tracker_table .trk_tracker_table_body .trk_content .field_name-title .right {
    max-width: 400px;
  }
  .trk_tracker_table .trk_tracker_table_body .trk_content .field_name-title .right .summary {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  @supports (-webkit-line-clamp: 2) {
    .trk_tracker_table .trk_tracker_table_body .trk_content .field_name-title .right .summary {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
  }
  .trk_tracker_table .trk_tracker_table_body .trk_content .field_name-busincess_sales_type {
    text-align: center;
  }
}
body.single.tracker .entry-content {
  display: grid;
  grid-template-columns: 38% auto;
  grid-template-rows: auto;
  grid-gap: 20px;
  grid-template-areas: "featured_image summary" "taxonomies taxonomies" "quick_facts quick_facts" "content content" "news_and_activitiy news_and_activitiy" "suggest_edits suggest_edits" "related_posts related_posts";
}
body.single.tracker .entry-content .featured_image_link {
  display: block;
  overflow: hidden;
  grid-area: featured_image;
  padding: 0;
  transition: all 0.2s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
body.single.tracker .entry-content .featured_image_link:hover {
  opacity: 0.85;
}
body.single.tracker .entry-content .trk_summary {
  grid-area: summary;
}
body.single.tracker .entry-content .trk_summary p:last-child {
  margin-bottom: 0;
}
body.single.tracker .entry-content .trk_taxonomies {
  grid-area: taxonomies;
  font-weight: 700;
}
body.single.tracker .entry-content .trk_taxonomies .trk_field_wrap_business_sales_type .trk_field_label:after {
  content: ":";
  display: inline-block;
  position: relative;
  margin-left: -3px;
  margin-right: 3px;
}
body.single.tracker .entry-content .trk_taxonomies .trk_field_wrap.field_name-vertical, body.single.tracker .entry-content .trk_taxonomies .trk_field_wrap.field_name-tags {
  float: left;
  width: 50%;
  padding-right: 2%;
}
body.single.tracker .entry-content .trk_taxonomies .trk_field_wrap.field_name-vertical .trk_field_label, body.single.tracker .entry-content .trk_taxonomies .trk_field_wrap.field_name-tags .trk_field_label {
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
}
body.single.tracker .entry-content .trk_quick_facts {
  grid-area: quick_facts;
  background: #fff;
  padding: 20px;
  border-left: 4px solid;
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 0;
}
body.single.tracker .entry-content .trk_quick_facts .trk_field_wrap {
  margin: 5px 0;
}
body.single.tracker .entry-content .trk_quick_facts .trk_field_wrap .icon {
  display: inline-block;
  width: 40px;
}
body.single.tracker .entry-content .trk_quick_facts .trk_field_wrap .value {
  display: inline-block;
  vertical-align: top;
}
body.single.tracker .entry-content .trk_quick_facts .trk_field_wrap.field_name-social_links a {
  margin: 0 5px;
}
body.single.tracker .entry-content .trk_quick_facts .trk_field_wrap.field_name-social_links a:first-child {
  margin-left: 0;
}
body.single.tracker .entry-content .trk_content {
  grid-area: content;
}
body.single.tracker .entry-content .trk_content .content-prefix {
  float: left;
  font-weight: 700;
  margin-right: 6px;
}
body.single.tracker .entry-content .news_and_activitiy {
  grid-area: news_and_activitiy;
}
body.single.tracker .entry-content .news_and_activitiy .news-item {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
body.single.tracker .entry-content .news_and_activitiy .news-item:first-of-type {
  padding-top: 0;
}
body.single.tracker .entry-content .news_and_activitiy .news-item .news-item-header {
  font-weight: 700;
}
body.single.tracker .entry-content .news_and_activitiy .news-item .news-item-footer a {
  color: inherit;
}
body.single.tracker .entry-content .news_and_activitiy .news-item .news-item-footer a:hover {
  text-decoration: underline;
}
body.single.tracker .entry-content .suggest_edits {
  grid-area: suggest_edits;
}
body.single.tracker .entry-content .suggest_edits .button {
  font-size: 14px;
  padding: 8px 16px 6px;
  text-transform: none;
  color: #fff;
}
body.single.tracker .entry-content .suggest_edits .button:hover {
  background-color: #fff;
}
body.single.tracker .entry-content .related_posts {
  grid-area: related_posts;
  display: block;
  width: 100%;
  float: none;
  overflow: hidden;
  border-top: 1px solid #ccc;
}

@media (min-width: 900px) {
  body.single.tracker .entry-content {
    display: block;
    overflow: hidden;
  }
  body.single.tracker .entry-content > .trk_summary, body.single.tracker .entry-content > .trk_taxonomies, body.single.tracker .entry-content > .trk_quick_facts, body.single.tracker .entry-content > .trk_content {
    display: block;
    float: left;
    clear: left;
    margin-bottom: 3%;
    width: 58%;
  }
  body.single.tracker .entry-content .featured_image_link, body.single.tracker .entry-content .news_and_activitiy, body.single.tracker .entry-content .suggest_edits {
    display: block;
    float: right;
    clear: right;
    margin-bottom: 3%;
    width: 37%;
  }
  body.single.tracker .entry-content .trk_taxonomies .trk_field_wrap.field_name-business_sales_type, body.single.tracker .entry-content .trk_taxonomies .trk_field_wrap.field_name-vertical, body.single.tracker .entry-content .trk_taxonomies .trk_field_wrap.field_name-tags {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  body.single.tracker .entry-content .trk_taxonomies .trk_field_wrap.field_name-business_sales_type .trk_field_label, body.single.tracker .entry-content .trk_taxonomies .trk_field_wrap.field_name-vertical .trk_field_label, body.single.tracker .entry-content .trk_taxonomies .trk_field_wrap.field_name-tags .trk_field_label {
    display: inline-block;
    font-size: 1em;
    text-transform: none;
    margin-right: 8px;
    min-height: 30px;
  }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Visibility
--------------------------------------------- */
@media (max-width: 899px) {
  .tablet-landscape-up-only {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .mobile_only, .up-to-tablet-landscape-only {
    display: none !important;
  }
}
.amaff_expandable {
  overflow: hidden;
  position: relative;
  height: auto;
}
.amaff_expandable .read_more, .amaff_expandable .read_less {
  display: none;
  float: right;
}
.amaff_expandable .read_more .amaff-icon, .amaff_expandable .read_less .amaff-icon {
  width: 15px;
  height: 12px;
  margin-left: 1em;
}
.amaff_expandable.collapsed .read_more {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 0 2em;
}
.amaff_expandable.collapsed .read_more::before {
  content: "...";
  position: absolute;
  left: 3px;
  color: #000;
}
.amaff_expandable.expanded .read_less {
  display: block;
}
.amaff_expandable p:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
