/* line 3, /home/kyle/dev/grow-social-push/app/assets/stylesheets/variables_base.scss */
:root {
  --base-font-size: 91%;
  --box-padding: 0.75rem;
  --grid-gap: 1rem;
  --primary-color: #0062cc;
  --secondary-color: #6c757d;
  --accent-color: var(--secondary-color);
  --neutral-color: #6c757d;
  --surface-color: #f8f9fa;
  --link-color: #376898;
  --link-hover-color: #08c;
  --img-cover-position: 50% 15%;
  --border-color: rgba(0, 0, 0, 0.125);
  --border-size: 1px;
  --border-radius: 0.3rem;
  --page-template-area-padding: 0.7rem 0;
  --page-template-area-mobile-padding: 0.5rem 1rem;
  --side-column-width: 310px;
  --site-background-color: #fff;
  --site-background-image: none;
  --site-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --site-font-size: 1rem;
  --site-text-color: #000;
  --site-header-text-color: var(--site-text-color);
  --user-bar-height: 2.8rem;
  --user-bar-font-size: 1rem;
  --user-bar-background-color: #1b1b1b;
  --header-background-color: var(--site-background-color);
  --header-background-image: none;
  --header-height: 0px;
  --header-side-width: var(--side-column-width);
  --header-logo-mobile-max-height: 50px;
  --header-logo-min-width: 250px;
  --header-nav-side-width: 3fr;
  --header-mobile-nav-margin: 0.8rem;
  --layout-focus-background-image: var(--site-background-image);
  --navigation-background-color: transparent;
  --navigation-link-color: var(--link-color);
  --navigation-link-hover-color: var(--link-hover-color);
  --page-background-color: transparent;
  --page-content-background-color: transparent;
  --content-background-color: transparent;
  --page-content-column-gap: 2rem;
  --page-sidebar-width: var(--side-column-width);
  --footer-background-color: var(--header-background-color);
  --footer-background-image: none;
  --footer-padding: 1rem 0 0.5rem;
  --footer-height: 0;
  --content-item-text-color: #333;
  --content-item-background-color: #fff;
  --content-item-small-text-color: #999;
  --content-item-detail-spacing: 0.4rem;
  --content-item-label-display: block;
  --content-card-image-background-color: #f9f9fa;
  --panel-border-color: var(--border-color);
  --panel-border-size: var(--border-size);
  --panel-border-radius: var(--border-radius);
  --panel-header-color: var(--site-text-color);
  --panel-header-background-color: var(--primary-color);
  --panel-background-color: var(--content-background-color, #fff);
  --panel-footer-background-color: #f5f5f5;
  --panel-margin-bottom: 2rem;
  --form-input-color: #000;
  --form-input-background-color: #fff;
  --form-input-border-color: var(--border-color);
  --button-text-color: #333;
  --button-background-color: whitesmoke;
  --button-hover-text-color: var(--button-text-color);
  --button-hover-background-color: #e6e6e6;
  --button-primary-text-color: #fff;
  --tab-active-text-color: #333;
  --tab-active-background-color: #fff;
  --profile-photo-radius: var(--border-radius);
  --content-image-radius: var(--border-radius);
  --background-wrapper-color: rgba(0, 0, 0, 0.5);
  --content-manage-link-color: #666;
  --content-manage-link-background-color: rgba(155, 155, 155, 0.2);
  --content-manage-link-hover-color: #000;
  --content-manage-link-hover-border-color: #999;
  --content-manage-link-hover-background-color: var(--button-hover-background-color);
  --breadbrumb-text-color: var(--site-text-color);
  --breadcrumb-background-color: #f5f5f5;
  --caret-color: var(--button-text-color, #000);
  --well-background-color: #f5f5f5;
  --well-border-color: #e3e3e3;
  --progress-bar-background-color: #f7f7f7;
  --progress-bar-text-color: var(--progress-bar-background-color);
  --progress-bar-fill-background-color: var(--primary-color);
  --modal-background-color: #fff;
  --modal-text-color: #333;
  --new-label-background-color: rgba(255, 0, 0, 0.8);
  --new-label-color: #fff;
  --updated-label-background-color: var(--new-label-background-color);
  --updated-label-color: var(--new-label-color);
  --video-play-icon-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px) {
  /* line 3, /home/kyle/dev/grow-social-push/app/assets/stylesheets/variables_base.scss */
  :root {
    --side-column-width: 340px;
  }
}
@media (min-width: 980px) {
  /* line 3, /home/kyle/dev/grow-social-push/app/assets/stylesheets/variables_base.scss */
  :root {
    --header-background-color: transparent;
  }
}
@media (max-width: 467px) {
  /* line 3, /home/kyle/dev/grow-social-push/app/assets/stylesheets/variables_base.scss */
  :root {
    --header-mobile-nav-margin: 0.4rem;
  }
}

/* line 1, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] {
  --site-background-color: #111111;
  --site-text-color: #eeeeee;
  --site-header-text-color: #fff;
  --border-color: #333;
  --content-item-text-color: #ddd;
  --content-item-background-color: #222;
  --content-item-small-text-color: #777;
  --content-card-image-background-color: #333;
  --panel-footer-background-color: var(--content-item-background-color);
  --form-input-background-color: #333;
  --form-input-color: #fff;
  --button-text-color: #ccc;
  --button-background-color: var(--form-input-background-color);
  --button-hover-background-color: #555;
  --tab-active-text-color: #eee;
  --tab-active-background-color: transparent;
  --breadcrumb-background-color: #262626;
  --content-manage-link-color: #999;
  --content-manage-link-hover-background-color: #999;
  --dropdown-background-color: var(--breadcrumb-background-color);
  --dropdown-link-color: #eee;
  --well-background-color: #222;
  --well-border-color: #262626;
  --progress-bar-background-color: var(--form-input-background-color);
  --progress-bar-text-color: #fff;
  --modal-text-color: #ddd;
  --modal-background-color: #222;
}
/* line 36, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .btn {
  text-shadow: none;
}
/* line 40, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .nav-list > li > a, [data-theme-style="dark"] .nav-list .nav-header {
  text-shadow: none;
}
/* line 43, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .nav-list .divider {
  background-color: var(--well-background-color);
  border-bottom-color: var(--well-border-color);
}
/* line 48, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .progress {
  background-image: none;
}
/* line 52, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .layout_focus #wrapper {
  box-shadow: none;
}
/* line 57, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .table.table-striped th, [data-theme-style="dark"] .table.table-striped td {
  border-top: 1px solid rgba(155, 155, 155, 0.12);
}
/* line 61, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .table.table-striped tbody > tr:nth-child(2n+1) td, [data-theme-style="dark"] .table.table-striped tbody > tr:nth-child(2n+1) th {
  background-color: rgba(155, 155, 155, 0.1);
}
/* line 67, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .qty-stepper {
  border-color: #555;
}
/* line 69, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .qty-stepper .qty-stepper-btn {
  background-color: var(--button-background-color);
}
/* line 71, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .qty-stepper .qty-stepper-btn:hover {
  background-color: var(--button-hover-background-color);
}
/* line 72, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .qty-stepper .qty-stepper-btn:active {
  background-color: #666;
}
/* line 76, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .uppy-DragDrop-container, [data-theme-style="dark"] .uppy-Dashboard-inner {
  background-color: #222;
}
/* line 79, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .uppy-DragDrop--is-dragdrop-supported, [data-theme-style="dark"] .uppy-Dashboard-inner {
  border-color: #444;
}
/* line 82, /home/kyle/dev/grow-social-push/app/assets/stylesheets/theme_style_dark.scss */
[data-theme-style="dark"] .uppy-StatusBar-content {
  color: #eee;
}

/* line 6, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
html {
  font-size: var(--base-font-size);
}

/* line 10, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
body {
  background-color: var(--site-background-color);
  background-image: var(--site-background-image);
  background-repeat: no-repeat;
  font-family: var(--site-font-family), sans-serif;
  font-size: var(--site-font-size);
  color: var(--site-text-color);
}

/* line 21, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
a {
  color: var(--link-color);
}
/* line 23, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
a:hover, a:focus {
  color: var(--link-hover-color);
}

/* line 28, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: var(--site-header-text-color);
}

/* line 32, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
legend {
  border-bottom-color: var(--border-color);
  color: var(--panel-header-color);
}

/* line 37, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
fieldset.collapsible > legend {
  border-top-color: var(--border-color);
}

/* line 42, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#wrapper {
  background-color: var(--page-background-color);
}

/* line 46, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.panel {
  border: var(--panel-border-size) solid var(--panel-border-color);
  border-radius: var(--panel-border-radius);
  background-color: var(--panel-background-color);
  margin-bottom: var(--panel-margin-bottom, 20px);
  padding: var(--box-padding, 15px);
}
@media (max-width: 979px) {
  /* line 55, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
  .panel.mobile-collapse.collapsed .panel-heading {
    margin-bottom: -0.75rem;
  }
}
/* line 61, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.panel .panel-heading, .panel .panel-footer {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.55rem var(--box-padding);
}
/* line 66, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.panel .panel-heading {
  margin: -0.75rem -0.75rem var(--box-padding);
  color: var(--panel-header-color);
  background-color: var(--panel-header-background-color);
  border-bottom: var(--panel-border-size) solid var(--panel-border-color);
  border-top-right-radius: var(--panel-border-radius);
  border-top-left-radius: var(--panel-border-radius);
}
/* line 74, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.panel .panel-heading a {
  color: var(--panel-header-color);
}
/* line 78, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.panel .panel-footer {
  margin: var(--box-padding) -0.75rem -0.75rem;
  background-color: var(--panel-footer-background-color);
  border-top: var(--panel-border-size) solid var(--panel-border-color);
  border-bottom-right-radius: var(--panel-border-radius);
  border-bottom-left-radius: var(--panel-border-radius);
}
/* line 87, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.panel .panel-footer .nav > li > a:hover, .panel .panel-footer .nav > li > a:focus {
  color: var(--link-hover-color);
  background-color: transparent;
}

/* line 96, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.quickview {
  color: var(--modal-text-color);
  border-radius: var(--border-radius);
  background-color: var(--modal-background-color);
  border-color: var(--border-color);
}

/* line 104, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#user_nav_bar .navbar-inner {
  background-color: var(--user-bar-background-color);
  background-image: none;
  background-repeat: no-repeat;
  border-color: var(--user-bar-background-color);
}

/* line 111, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#site_header {
  padding-top: var(--header-padding) !important;
  padding-bottom: var(--header-padding) !important;
  background-color: var(--header-background-color);
  background-image: var(--header-background-image);
  background-repeat: no-repeat;
}

/* line 119, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#site_footer {
  padding-top: var(--footer-padding) !important;
  padding-bottom: var(--footer-padding) !important;
  background-color: var(--footer-background-color);
  background-image: var(--footer-background-image);
  background-repeat: no-repeat;
}
/* line 126, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#site_footer ul.nav.nav-expanded {
  justify-content: center;
}

/* line 151, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
body.unlocked-footer-image #site_footer {
  background-color: var(--footer-background-color, var(--primary-color));
  background-image: linear, to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75), var(--footer-background-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: normal;
}

/* line 160, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#page_content {
  background-color: var(--page-content-background-color);
}

/* line 164, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#content {
  background-color: var(--content-background-color);
}

/* line 169, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#site_nav .navbar-inner {
  background-color: var(--navigation-background-color);
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 183, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#site_nav .navbar-inner .nav > li > a {
  text-shadow: none;
  color: var(--navigation-link-color);
}
/* line 186, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#site_nav .navbar-inner .nav > li > a:hover {
  color: var(--navigation-link-hover-color);
}
/* line 189, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#site_nav .navbar-inner .nav > li > a .caret {
  border-top-color: var(--navigation-link-color);
}
/* line 194, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#site_nav .navbar-inner .nav > .active > a, #site_nav .navbar-inner .nav > .active > a:hover, #site_nav .navbar-inner .nav > .active > a:focus {
  --webkit-box-shadow: none;
  --moz-box-shadow: none;
  box-shadow: none;
}
/* line 202, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#site_nav .navbar-inner .nav-collapse .nav {
  background-color: var(--navigation-background-color);
}
@media (max-width: 979px) {
  /* line 202, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
  #site_nav .navbar-inner .nav-collapse .nav {
    /* background-color: #333; */
    color: #eee;
  }
}

/* line 215, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after {
  border-bottom-color: var(--dropdown-background-color, rgba(0, 0, 0, 0.2));
}
/* line 221, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.navbar .btn-navbar {
  color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  text-shadow: none;
  box-shadow: none;
  height: 27px;
}
/* line 229, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.navbar .btn-navbar:hover {
  background: rgba(0, 0, 0, 0.8);
}
/* line 232, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.navbar .btn-navbar .icon-bar {
  box-shadow: none;
  transition: all 0.3s ease-in-out, visibility 0s ease-in-out;
}
/* line 236, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.navbar .btn-navbar.open {
  position: relative;
}
/* line 239, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.navbar .btn-navbar.open .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
}
/* line 244, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.navbar .btn-navbar.open .icon-bar:nth-child(2) {
  visibility: hidden;
}
/* line 247, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.navbar .btn-navbar.open .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
}

/* line 256, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.img-rounded {
  -webkit-border-radius: var(--profile-photo-radius);
  -moz-border-radius: var(--profile-photo-radius);
  border-radius: var(--profile-photo-radius);
}

/* line 262, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.content-image:not(.multiple-images) img:not(.img-rounded) {
  -webkit-border-radius: var(--content-image-radius);
  -moz-border-radius: var(--content-image-radius);
  border-radius: var(--content-image-radius);
}

/* line 268, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.badge-info {
  background-color: var(--primary-color);
}

/* line 271, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.btn {
  color: var(--button-text-color);
  background-color: var(--button-background-color);
}
/* line 281, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: var(--button-hover-text-color);
  background-color: var(--button-hover-background-color);
  background-image: none;
}
/* line 287, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.btn .caret {
  border-top-color: var(--caret-color);
}

/* line 291, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.btn-primary {
  color: var(--button-primary-text-color);
  background-color: var(--primary-color);
}
/* line 295, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: var(--button-primary-text-color);
  background-color: var(--link-hover-color);
  background-image: none;
}

/* line 301, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.btn-secondary {
  background-color: var(--secondary-color);
  text-shadow: none;
}

/* line 309, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: var(--primary-color);
}
/* line 312, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: var(--button-hover-background-color);
}
/* line 317, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.btn-group .dropdown-toggle:active, .btn-group .dropdown-toggle:focus {
  background-color: var(--button-hover-background-color);
}

/* line 326, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.dropdown-menu {
  background-color: var(--dropdown-background-color, #fff);
}
/* line 329, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.dropdown-menu .divider {
  background-color: var(--border-color);
  border-bottom-color: var(--dropdown-background-color, #fff);
}
/* line 334, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.dropdown-menu > li > a {
  color: var(--dropdown-link-color, #333);
}
/* line 348, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-menu li.active > a, .dropdown-menu li.active > a:hover, .dropdown-menu li.active > a:focus, .dropdown-menu li.dropdown-submenu:hover > a, .dropdown-menu li.dropdown-submenu:focus > a {
  background-color: var(--dropdown-hover-background-color, var(--link-color));
}

/* line 358, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.nav > li > a:hover, .nav > li > a:focus {
  color: var(--site-text-color);
  background-color: rgba(155, 155, 155, 0.25);
  border-radius: var(--border-radius, 0);
}
/* line 366, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
  border-top-color: inherit;
}
/* line 370, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.nav .dropdown-toggle .caret {
  border-top-color: var(--link-color);
  border-bottom-color: var(--link-color);
}

/* line 378, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  background-color: var(--link-color);
}

/* line 384, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.progress {
  background-color: var(--progress-bar-background-color);
}
/* line 387, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.progress .bar {
  color: var(--progress-bar-text-color);
  background-color: var(--progress-bar-fill-background-color);
  background-image: linear, to bottom, var(--progress-bar-fill-background-color), var(--link-hover-color);
}

/* line 394, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.thumbnail {
  border-radius: var(--border-radius);
}

/* line 398, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.close {
  color: var(--site-text-color);
  opacity: 0.3;
}

/* line 403, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  color: var(--form-input-color);
  background-color: var(--form-input-background-color);
  border: 1px solid var(--form-input-border-color);
}

/* line 410, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.select2-container .select2-choice, .select2-container .select2-choices, .select2-container-multi .select2-choice, .select2-container-multi .select2-choices {
  color: var(--form-input-color);
  background-color: var(--form-input-background-color);
  border: 1px solid var(--form-input-border-color);
}

/* line 416, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.select2-drop {
  color: var(--form-input-color);
  background-color: var(--form-input-background-color);
}

/* line 421, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
  background-color: var(--form-input-background-color);
}

/* line 427, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 436, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: var(--tab-active-text-color);
  background-color: var(--tab-active-background-color);
}
/* line 443, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.nav-tabs > .active a, .nav-tabs > .active a:hover, .nav-tabs > .active a:focus {
  color: var(--tab-active-text-color);
  background-color: var(--tab-active-background-color);
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 453, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.breadcrumb {
  background-color: var(--breadcrumb-background-color);
}

/* line 457, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.well {
  background-color: var(--well-background-color);
  border: 1px solid var(--well-border-color);
}

/* line 463, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.content-manage .dropdown > a {
  color: var(--content-manage-link-color);
  background-color: var(--content-manage-link-background-color);
}
/* line 469, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.content-manage .dropdown:hover > a, .content-manage .dropdown.open > a {
  border-color: var(--content-manage-link-hover-border-color);
  background-color: var(--content-manage-link-hover-background-color);
  color: var(--content-manage-link-hover-color);
}

/* line 477, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#grow-modal {
  color: var(--modal-text-color);
  background-color: var(--modal-background-color);
}
/* line 481, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#grow-modal .modal-header {
  border-bottom: 1px solid var(--border-color);
}
/* line 484, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
#grow-modal .modal-header:has(h3:empty) {
  border-bottom: 0;
}

/* line 491, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
form .form-actions {
  background-color: var(--well-background-color);
  border-top-color: var(--border-color);
}

/* line 497, /home/kyle/dev/grow-social-push/app/assets/stylesheets/themes_base.scss */
.input-append .add-on, .input-prepend .add-on {
  background-color: var(--well-background-color, #eee);
  border-color: var(--border-color);
}

/* line 1, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/base.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/* line 4, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/base.scss */
input, textarea, .divider {
  box-sizing: content-box;
}

/* line 8, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/base.scss */
.page-template-area {
  position: relative;
}

@media (max-width: 979px) {
  /* line 12, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/base.scss */
  .navbar-fixed-top {
    margin-bottom: 0;
  }
}

/* line 19, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/base.scss */
.template-section .template-section-content {
  position: relative;
}

/* line 27, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/base.scss */
.browser-notice .notice-body {
  display: flex;
  align-items: center;
  padding: 0.7rem 0.7rem 1.4rem;
}
/* line 32, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/base.scss */
.browser-notice .notice-body .notice-icon {
  width: 20%;
  text-align: center;
}
/* line 36, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/base.scss */
.browser-notice .notice-body .notice-icon .fa {
  font-size: 5em;
  color: red;
}
/* line 41, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/base.scss */
.browser-notice .notice-body .notice-details {
  flex: 1 1 auto;
  margin-left: 1rem;
}
/* line 47, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/base.scss */
.browser-notice .notice-action {
  padding: 0.7rem;
  border-top: 1px solid #bbb;
  margin-left: auto;
  text-align: right;
}

/* line 1, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
:root {
  --page-container-width: auto;
  --page-container-side-margin: 1.5rem;
  --page-max-width: auto;
}
@media (min-width: 1200px) {
  /* line 1, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
  :root {
    --page-container-width: 1170px;
    --page-max-width: 1170px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 1, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
  :root {
    --page-container-width: 940px;
    --page-max-width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 1, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
  :root {
    --page-container-width: 724px;
    --page-max-width: 724px;
  }
}

@media (max-width: 767px) {
  /* line 25, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
  body {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 32, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
#wrapper > .page-template-area > .page-template-area-content,
.page-container {
  margin-left: auto;
  margin-right: auto;
  width: var(--page-container-width);
}

@media (max-width: 767px) {
  /* line 39, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
  #wrapper > .page-template-area > .page-template-area-content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

/* line 46, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-contained {
  width: 100%;
}
/* line 53, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-contained > #site_header > .page-template-area-content {
  width: var(--connect-header-width, 100%);
}
/* line 57, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-contained > #site_footer > .page-template-area-content {
  width: var(--connect-footer-width, var(--page-container-width));
  margin-left: auto;
  margin-right: auto;
}

/* line 65, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-contained.page-layout-header-left {
  margin-left: auto;
  margin-right: auto;
  width: var(--page-container-width);
}

/* line 73, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-full > .page-template-area > .page-template-area-content, .page-width-boxed > .page-template-area > .page-template-area-content {
  padding-left: var(--page-container-side-margin);
  padding-right: var(--page-container-side-margin);
}
/* line 78, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-full > .page-template-area#site_header > .page-template-area-content, .page-width-boxed > .page-template-area#site_header > .page-template-area-content {
  padding-left: 0;
  padding-right: 0;
}
/* line 82, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-full > .page-template-area#site_header .page-container, .page-width-boxed > .page-template-area#site_header .page-container {
  padding-left: var(--page-container-side-margin);
  padding-right: var(--page-container-side-margin);
}

/* line 90, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-full {
  width: 100%;
  --page-container-width: 100%;
}
/* line 96, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-full > #page_content > .page-template-area > .page-template-area-content {
  width: var(--connect-content-width, 100%);
  margin-left: auto;
  margin-right: auto;
}
/* line 102, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-full > #site_header > .page-template-area > .page-template-area-content {
  width: var(--connect-header-width, 100%);
  margin-left: auto;
  margin-right: auto;
}
/* line 108, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-full > #site_footer > .page-template-area > .page-template-area-content {
  width: var(--connect-footer-width, 100%);
  margin-left: auto;
  margin-right: auto;
}

/* line 115, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-boxed {
  margin-left: auto;
  margin-right: auto;
  width: var(--page-container-width);
}
/* line 120, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.page-width-boxed .page-container {
  width: 100%;
}

/* line 138, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.connect-bleed {
  margin-left: calc(-1 * var(--page-container-side-margin));
  margin-right: calc(-1 * var(--page-container-side-margin));
}

/* line 143, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.connect-bleed-inner {
  max-width: var(--page-container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--page-container-side-margin);
  padding-right: var(--page-container-side-margin);
}

/* line 166, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.connect-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* line 171, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.connect-bleed > .template-section-content {
  max-width: var(--content-max-width, var(--page-max-width));
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--page-container-side-margin);
  padding-right: var(--page-container-side-margin);
}
/* line 181, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-width-contained > .template-section-content {
  max-width: var(--content-max-width, var(--page-max-width));
  margin-left: auto;
  margin-right: auto;
}
/* line 186, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-width-narrow > .template-section-content {
  max-width: var(--section-narrow-width, 720px);
  margin-left: auto;
  margin-right: auto;
}
/* line 195, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-width-full > .template-section-content {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 202, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-spacing-none {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 203, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-spacing-compact {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 204, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-spacing-normal {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 205, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-spacing-spacious {
  padding-top: 120px;
  padding-bottom: 120px;
}
/* line 208, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section[style*="background-image"] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 225, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-has-bg-layer, .template-section.section-has-overlay {
  position: relative;
  overflow: hidden;
}
/* line 230, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-has-bg-layer > .section-bg, .template-section.section-has-overlay > .section-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}
/* line 243, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-has-bg-layer > .section-overlay, .template-section.section-has-overlay > .section-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
/* line 251, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-has-bg-layer > .template-section-content, .template-section.section-has-overlay > .template-section-content {
  position: relative;
  z-index: 2;
}
/* line 252, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-has-bg-layer > .pm-section-divider, .template-section.section-has-overlay > .pm-section-divider {
  z-index: 3;
}
/* line 264, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-parallax > .section-bg.pm-px-fixed {
  height: 100vh;
  transform: translate3d(0, var(--section-parallax-y, 0px), 0);
  will-change: transform;
}
/* line 275, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section > .section-bg.pm-img-fx {
  transform: scale(1.06);
}
/* line 276, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section > .section-bg.pm-px-fixed.pm-img-fx {
  transform: translate3d(0, var(--section-parallax-y, 0px), 0) scale(1.06);
}
/* line 285, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-dark {
  background-color: #0f172a;
  color: #e6eaf2;
}
/* line 288, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-dark h1, .template-section.section-scheme-dark h2, .template-section.section-scheme-dark h3, .template-section.section-scheme-dark h4, .template-section.section-scheme-dark h5, .template-section.section-scheme-dark h6 {
  color: #ffffff;
}
/* line 289, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-dark p, .template-section.section-scheme-dark li, .template-section.section-scheme-dark blockquote {
  color: rgba(230, 234, 242, 0.86);
}
/* line 290, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-dark a:not(.btn) {
  color: #ffffff;
}
/* line 291, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-dark hr {
  border-color: rgba(255, 255, 255, 0.15);
}
/* line 293, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-light {
  background-color: #ffffff;
  color: #1e293b;
}
/* line 296, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-light h1, .template-section.section-scheme-light h2, .template-section.section-scheme-light h3, .template-section.section-scheme-light h4, .template-section.section-scheme-light h5, .template-section.section-scheme-light h6 {
  color: #0f172a;
}
/* line 297, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-light a:not(.btn) {
  color: #0f172a;
}
/* line 304, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-primary, .template-section.section-scheme-accent, .template-section.section-scheme-contrast {
  color: rgba(255, 255, 255, 0.9);
}
/* line 308, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-primary h1, .template-section.section-scheme-primary h2, .template-section.section-scheme-primary h3, .template-section.section-scheme-primary h4, .template-section.section-scheme-primary h5, .template-section.section-scheme-primary h6, .template-section.section-scheme-accent h1, .template-section.section-scheme-accent h2, .template-section.section-scheme-accent h3, .template-section.section-scheme-accent h4, .template-section.section-scheme-accent h5, .template-section.section-scheme-accent h6, .template-section.section-scheme-contrast h1, .template-section.section-scheme-contrast h2, .template-section.section-scheme-contrast h3, .template-section.section-scheme-contrast h4, .template-section.section-scheme-contrast h5, .template-section.section-scheme-contrast h6 {
  color: #ffffff;
}
/* line 309, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-primary p, .template-section.section-scheme-primary li, .template-section.section-scheme-primary blockquote, .template-section.section-scheme-accent p, .template-section.section-scheme-accent li, .template-section.section-scheme-accent blockquote, .template-section.section-scheme-contrast p, .template-section.section-scheme-contrast li, .template-section.section-scheme-contrast blockquote {
  color: rgba(255, 255, 255, 0.86);
}
/* line 310, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-primary a:not(.btn), .template-section.section-scheme-accent a:not(.btn), .template-section.section-scheme-contrast a:not(.btn) {
  color: #ffffff;
}
/* line 311, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-primary hr, .template-section.section-scheme-accent hr, .template-section.section-scheme-contrast hr {
  border-color: rgba(255, 255, 255, 0.15);
}
/* line 313, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-primary {
  background-color: var(--primary-color, #4f46e5);
}
/* line 314, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-accent {
  background-color: var(--accent-color, #ec4899);
}
/* line 315, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-contrast {
  background-color: var(--secondary-color, #0f172a);
}
/* line 317, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-scheme-muted {
  background-color: color-mix(in srgb, var(--primary-color, #4f46e5) 8%, var(--surface-color, #f8fafc));
}
/* line 335, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-backdrop-dots {
  background-image: radial, , color-mix(in srgb, currentColor 7%, transparent) 1.5px, transparent 1.7px;
  background-size: 18px 18px;
}
/* line 339, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-backdrop-grid {
  background-image: linear, color-mix(in srgb, currentColor 7%, transparent) 1px, transparent 1px, linear, 90deg, color-mix(in srgb, currentColor 7%, transparent) 1px, transparent 1px;
  background-size: 26px 26px;
}
/* line 344, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-backdrop-diagonal {
  background-image: repeating-linear-gradient(45deg, color-mix(in srgb, currentColor 7%, transparent) 0, color-mix(in srgb, currentColor 7%, transparent) 1px, transparent 1px, transparent 12px);
}
/* line 347, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-backdrop-crosshatch {
  background-image: repeating-linear-gradient(45deg, color-mix(in srgb, currentColor 7%, transparent) 0, color-mix(in srgb, currentColor 7%, transparent) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(-45deg, color-mix(in srgb, currentColor 7%, transparent) 0, color-mix(in srgb, currentColor 7%, transparent) 1px, transparent 1px, transparent 12px);
}
/* line 351, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-backdrop-waves {
  background-image: radial, circle 50% 100%, transparent 8px, color-mix(in srgb, currentColor 7%, transparent) 8px, color-mix(in srgb, currentColor 7%, transparent) 9px, transparent 9px;
  background-size: 26px 26px;
}
/* line 356, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-backdrop-mesh {
  background-image: radial, circle 18% 20%, color-mix(in srgb, var(--primary-color, #4f46e5) 18%, transparent), transparent 55%, radial, circle 82% 25%, color-mix(in srgb, var(--accent-color, #ec4899) 16%, transparent), transparent 55%, radial, circle 50% 90%, color-mix(in srgb, var(--secondary-color, #0ea5e9) 14%, transparent), transparent 60%;
}
/* line 366, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section[class*="section-texture-"] {
  position: relative;
}
/* line 367, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section[class*="section-texture-"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
  background-repeat: repeat;
}
/* line 376, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-texture-grain::after {
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='sg'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23sg)'/%3E%3C/svg%3E");
}
/* line 380, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-texture-paper::after {
  opacity: 0.05;
  background-size: 200px 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='sp'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23sp)'/%3E%3C/svg%3E");
}
/* line 385, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-texture-noise::after {
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='sn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23sn)'/%3E%3C/svg%3E");
}

/* line 396, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-sticky {
  position: sticky;
  top: 0;
  z-index: 50;
}

/* line 410, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-group:not(.section-group-columns) > .template-section-content > .section-group-item + .section-group-item {
  margin-top: 40px;
}
/* line 418, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.template-section.section-group.section-group-columns > .template-section-content {
  display: grid;
  grid-template-columns: var(--group-columns, 1fr 1fr);
  grid-template-areas: var(--group-areas);
  gap: var(--group-gap, 24px);
  align-items: var(--group-align, start);
}

/* line 430, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.section-group-item {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

/* line 438, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
.section-group-item.section-group-card {
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 438, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
  .section-group-item.section-group-card {
    padding: 16px;
  }
}

@media (max-width: 767px) {
  /* line 451, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
  .template-section.section-group.section-group-columns > .template-section-content {
    grid-template-columns: 1fr !important;
    grid-template-areas: none !important;
  }

  /* line 455, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
  .section-group-cell {
    grid-area: auto !important;
  }

  /* line 460, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_width.scss */
  .template-section.section-group.section-group-columns.section-group-mobile-reverse > .template-section-content {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
/* line 1, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_layout.scss */
#wrapper {
  display: grid;
  overflow-x: clip;
}

/* line 10, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_layout.scss */
#site_header {
  grid-area: site_header;
}

/* line 11, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_layout.scss */
#page_header {
  grid-area: page_header;
}

/* line 12, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_layout.scss */
#page_content {
  grid-area: page_content;
}

/* line 13, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_layout.scss */
#page_footer {
  grid-area: page_footer;
}

/* line 14, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_layout.scss */
#site_footer {
  grid-area: site_footer;
}

/* line 17, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_layout.scss */
.page-layout-full {
  grid-template-columns: 100%;
  grid-template-areas: "site_header" "page_header" "page_content" "page_footer" "site_footer";
}

/* line 26, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_layout.scss */
.page-layout-header-left {
  grid-template-columns: var(--header-side-width) 1fr;
  grid-template-areas: "site_header page_header" "site_header page_content" "site_header page_footer" "site_footer site_footer";
}
@media (max-width: 979px) {
  /* line 26, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_layout.scss */
  .page-layout-header-left {
    grid-template-columns: 100%;
    grid-template-areas: "site_header" "page_header" "page_content" "page_footer" "site_footer";
  }
}

/* line 14, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body {
  margin-top: 0;
}
/* line 17, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.no-user-bar, body.integrated-user-bar {
  --user-bar-height: 0px;
  --header-sticky-top: 0px;
}
/* line 29, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.no-user-bar #user_nav_bar {
  display: none;
}

/* line 35, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#user_nav_bar {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  min-height: var(--user-bar-height);
  max-height: var(--user-bar-height);
  font-size: var(--user-bar-font-size);
}
@media (max-width: 767px) {
  /* line 35, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #user_nav_bar {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 48, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#user_nav_bar .navbar-inner {
  min-height: var(--user-bar-height);
  max-height: var(--user-bar-height);
  padding: 0.1rem 1rem;
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 55, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #user_nav_bar .container {
    width: 724px;
  }
}
/* line 60, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#user_nav_bar #user_bar {
  margin-right: 0;
}

/* line 65, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header {
  width: 100%;
  transition: top 0.25s ease-in-out;
  position: var(--header-sticky-position, static);
  top: var(--header-sticky-top, auto);
  z-index: var(--header-sticky-z-index, auto);
}
@media (max-width: 979px) {
  /* line 65, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_header {
    position: sticky;
    position: -webkit-sticky;
    top: var(--user-bar-height);
    z-index: 1000;
  }
  /* line 78, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_header.nav-up {
    top: -200px;
  }
}
/* line 83, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header > .page-template-area-content {
  display: grid;
  grid-gap: var(--grid-gap);
  grid-auto-rows: max-content;
}
@media (max-width: 979px) {
  /* line 83, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_header > .page-template-area-content {
    display: flex;
    flex-direction: column;
    position: relative;
    grid-gap: 0;
  }
}

/* line 97, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_logo {
  grid-area: site_logo;
}
@media (max-width: 979px) {
  /* line 97, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_logo {
    width: auto;
  }
}
/* line 104, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_logo img {
  max-height: var(--header-logo-height, var(--header-logo-max-height, auto));
  width: auto;
  max-width: 100%;
}
@media (max-width: 979px) {
  /* line 104, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_logo img {
    height: auto;
    max-height: var(--header-logo-mobile-max-height);
  }
}
/* line 122, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_logo h1 {
  font-size: 2.2rem;
  line-height: 1.1;
  margin: 0 10px;
}
@media (max-width: 979px) {
  /* line 122, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_logo h1 {
    font-size: 1.7rem;
    margin: 5px;
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden;
  }
}
/* line 135, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_logo h1 a {
  color: var(--navigation-link-color, unset);
  text-decoration: none;
}
/* line 143, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_logo a {
  display: inline-flex;
  align-items: center;
}
/* line 144, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_logo .site-title {
  font-size: 2.2rem;
  line-height: 1.15;
  font-weight: 600;
  color: var(--navigation-link-color, unset);
  white-space: pre-line;
  max-width: clamp(120px, 46vw, 320px);
  overflow-wrap: anywhere;
}
@media (max-width: 979px) {
  /* line 144, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_logo .site-title {
    font-size: 1.7rem;
  }
}
/* line 162, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_logo img + .site-title {
  margin-left: 12px;
}

/* line 164, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_nav {
  grid-area: site_nav;
  margin: 0;
}
@media (max-width: 979px) {
  /* line 169, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_nav .navbar-inner {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
  }
  /* line 184, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_nav .btn-navbar {
    position: absolute;
    top: 1rem;
    right: var(--header-mobile-nav-margin);
    display: inline-block;
    float: none;
  }
  /* line 192, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_nav .nav-collapse {
    overflow: scroll;
    max-height: calc(100vh - calc(38px + 50px + 1rem));
  }
  /* line 196, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_nav .nav-collapse .nav {
    margin: 1rem 0;
    padding: 1rem 0;
  }
}

/* line 221, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.integrated-user-bar #site_header #site_search {
  float: right;
}
@media (max-width: 979px) {
  /* line 225, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  .integrated-user-bar #site_logo {
    margin-left: 55px;
    align-self: center;
  }
}

/* line 232, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #integrated_user_bar {
  grid-area: user_bar;
  position: relative;
  align-self: center;
  margin: 0 auto;
}
@media (max-width: 979px) {
  /* line 232, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_header #integrated_user_bar {
    position: absolute;
    top: 1rem;
    right: var(--header-mobile-nav-margin);
  }
}
/* line 245, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #integrated_user_bar.search #user_bar {
  display: none;
}
/* line 248, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #integrated_user_bar.search #site_search {
  display: block;
}
/* line 253, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #integrated_user_bar #site_search {
  position: relative;
  display: none;
}
/* line 257, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #integrated_user_bar #site_search .navbar-search {
  margin-top: 0;
}
/* line 260, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #integrated_user_bar #site_search .search-query {
  width: 200px;
}
@media (max-width: 767px) {
  /* line 260, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_header #integrated_user_bar #site_search .search-query {
    width: 150px;
  }
}
/* line 267, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #integrated_user_bar #site_search .search-toggle {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 1em;
  color: #666;
  z-index: 10;
}

/* line 278, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #user_bar {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
/* line 283, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #user_bar .fa-search {
  font-size: 0.9em;
}
/* line 287, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #user_bar .admin_nav_name, #site_header #user_bar > li > a .caret {
  display: none;
}
/* line 298, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #user_bar .user_profile_menu > a > img {
  max-width: var(--user-bar-avatar-size, 25px);
  max-height: var(--user-bar-avatar-size, none);
}
@media (min-width: 980px) {
  /* line 298, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_header #user_bar .user_profile_menu > a > img {
    width: auto;
    max-width: var(--user-bar-avatar-size, none);
    max-height: var(--user-bar-avatar-size, calc(var(--header-logo-height, var(--header-logo-max-height, 50px)) - 0.4rem));
  }
}
/* line 309, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #user_bar > li > a {
  font-size: var(--user-bar-icon-size, 1.3em);
  padding-left: var(--user-bar-icon-gap, 15px);
  padding-right: var(--user-bar-icon-gap, 15px);
  color: var(--navigation-link-color);
}
@media (min-width: 980px) {
  /* line 309, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_header #user_bar > li > a {
    font-size: var(--user-bar-icon-size, 1.5em);
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 467px) {
  /* line 309, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_header #user_bar > li > a {
    padding: 5px 10px;
  }
}
/* line 328, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#site_header #user_bar > li > a:hover {
  color: var(--navigation-link-hover-color);
  background-color: transparent;
}

/* line 337, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.guest #site_header #user_bar > li > a {
  margin-right: var(--user-bar-icon-gap, 10px);
  font-size: var(--user-bar-icon-size, 1rem);
}
@media (max-width: 767px) {
  /* line 337, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  body.guest #site_header #user_bar > li > a {
    font-size: var(--user-bar-icon-size, 1.3rem);
  }
  /* line 344, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  body.guest #site_header #user_bar > li > a span {
    display: none;
  }
}
/* line 352, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.guest #site_header #user_bar > li.user_bar_login > a,
body.guest #site_header #user_bar > li.user_bar_signup > a {
  font-size: 1rem;
}
@media (max-width: 767px) {
  /* line 352, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  body.guest #site_header #user_bar > li.user_bar_login > a,
  body.guest #site_header #user_bar > li.user_bar_signup > a {
    font-size: 1.3rem;
  }
}
/* line 358, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.guest #site_header #user_bar .user_bar_login a, body.guest #site_header #user_bar .user_bar_signup a {
  padding: 8px 15px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: var(--border-radius);
  white-space: nowrap;
}
/* line 366, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.guest #site_header #user_bar .user_bar_login a {
  border: 1px solid var(--link-color);
}
/* line 369, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.guest #site_header #user_bar .user_bar_signup a {
  background-color: var(--link-color);
  border: 1px solid var(--link-color);
  color: #fff;
}
/* line 374, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.guest #site_header #user_bar .user_bar_signup a:hover {
  background-color: transparent;
  color: var(--link-color);
}

@media (max-width: 979px) {
  /* line 384, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #wrapper.header-layout-nav-left #site_nav .btn-navbar {
    left: var(--header-mobile-nav-margin);
    right: auto;
  }
}
@media (max-width: 979px) {
  /* line 390, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #wrapper.header-layout-nav-left #site_nav .btn-navbar {
    left: var(--header-mobile-nav-margin);
    right: auto;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  /* line 399, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #user_nav_bar, #site_header {
    position: static;
    z-index: unset;
  }
}
/* line 406, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-stacked #site_header > .page-template-area-content, .header-layout-stacked-centered #site_header > .page-template-area-content {
  padding-top: var(--grid-gap);
  grid-template-columns: 1fr;
  grid-template-areas: "site_logo" "site_nav";
}

/* line 416, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-stacked-centered #site_header > .page-template-area-content > *, .header-layout-stacked-centered-nav-top #site_header > .page-template-area-content > * {
  width: auto;
}
/* line 419, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-stacked-centered #site_header > .page-template-area-content .navbar .navbar-inner > div, .header-layout-stacked-centered-nav-top #site_header > .page-template-area-content .navbar .navbar-inner > div {
  display: flex;
  justify-content: center;
}

/* line 427, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-stacked-centered-nav-top #site_header > .page-template-area-content {
  grid-template-columns: 1fr;
  grid-template-areas: "site_nav" "site_logo";
}
@media (min-width: 980px) {
  /* line 427, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  .header-layout-stacked-centered-nav-top #site_header > .page-template-area-content {
    padding-bottom: var(--grid-gap);
  }
}

/* line 438, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-nav-right #site_header > .page-template-area-content {
  grid-template-columns: minmax(var(--header-logo-min-width), 1fr) var(--header-nav-side-width);
  grid-template-areas: "site_logo site_nav";
}
@media (min-width: 980px) {
  /* line 447, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  .header-layout-nav-right #site_header > .page-template-area-content #site_nav {
    margin-left: var(--header-nav-align, auto);
  }
}

/* line 455, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-nav-left #site_header > .page-template-area-content {
  grid-template-columns: var(--header-nav-side-width) minmax(var(--header-logo-min-width), 1fr);
  grid-template-areas: "site_nav site_logo";
}
@media (min-width: 980px) {
  /* line 460, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  .header-layout-nav-left #site_header > .page-template-area-content #site_logo {
    text-align: right;
  }
}

/* line 467, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-nav-right #site_header > .page-template-area-content, .header-layout-nav-left #site_header > .page-template-area-content {
  margin-top: var(--grid-gap);
  margin-bottom: var(--grid-gap);
}
@media (min-width: 980px) {
  /* line 471, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  .header-layout-nav-right #site_header > .page-template-area-content #site_logo, .header-layout-nav-right #site_header > .page-template-area-content #site_nav, .header-layout-nav-left #site_header > .page-template-area-content #site_logo, .header-layout-nav-left #site_header > .page-template-area-content #site_nav {
    align-self: center;
  }
}
/* line 476, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-nav-right #site_header > .page-template-area-content #site_nav, .header-layout-nav-left #site_header > .page-template-area-content #site_nav {
  margin-bottom: 0;
}
/* line 479, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-nav-right #site_header > .page-template-area-content .page-container, .header-layout-nav-left #site_header > .page-template-area-content .page-container {
  width: auto;
}

/* line 488, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.nav-cta {
  display: inline-block;
  margin-left: var(--grid-gap);
  padding: 0.4em 1.1em;
  border-radius: var(--border-radius, 4px);
  background-color: var(--primary-color);
  color: #fff !important;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}
/* line 499, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.nav-cta:hover, .nav-cta:focus {
  opacity: 0.85;
  text-decoration: none;
  color: #fff !important;
}

/* line 511, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-logo-left-nav-center #site_header > .page-template-area-content {
  margin-top: var(--grid-gap);
  margin-bottom: var(--grid-gap);
  grid-template-columns: minmax(var(--header-logo-min-width), 1fr) auto 1fr;
  grid-template-areas: "site_logo site_nav header_end";
}
/* line 517, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-logo-left-nav-center #site_header > .page-template-area-content #site_nav {
  justify-self: center;
  margin-bottom: 0;
}
@media (min-width: 980px) {
  /* line 521, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  .header-layout-logo-left-nav-center #site_header > .page-template-area-content #site_logo, .header-layout-logo-left-nav-center #site_header > .page-template-area-content #site_nav {
    align-self: center;
  }
}
/* line 526, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-logo-left-nav-center #site_header > .page-template-area-content .page-container {
  width: auto;
}

/* line 540, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-custom #site_header > .page-template-area-content > #site_logo,
.header-layout-custom #site_header > .page-template-area-content > #site_nav,
.header-layout-custom #site_header > .page-template-area-content > #integrated_user_bar {
  display: none;
}
/* line 548, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-custom #site_header > .page-template-area-content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "header_start header_center header_end";
  align-items: center;
  padding: 0;
}
/* line 556, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-custom #header_center {
  grid-area: header_center;
  justify-self: center;
}
/* line 557, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-custom #header_center > .page-template-area-content {
  justify-content: center;
}

/* line 567, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#header_start {
  grid-area: header_start;
  justify-self: start;
}

/* line 568, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#header_end {
  grid-area: header_end;
  justify-self: end;
}

/* line 571, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.layout-utility, .layout-utility > .page-template-area-content {
  margin: 0;
}
/* line 572, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.layout-utility > .page-template-area-content {
  display: flex;
  align-items: center;
  gap: var(--grid-gap, 0.75rem);
}
/* line 577, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.layout-utility .template-section, .layout-utility .template-section-content {
  margin: 0;
}

/* line 585, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.layout-utility:empty {
  display: none;
}

/* line 586, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
#header_end > .page-template-area-content {
  justify-content: flex-end;
}

/* line 590, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-nav-right.has-header-end #site_header > .page-template-area-content {
  grid-template-columns: minmax(var(--header-logo-min-width), 1fr) var(--header-nav-side-width) auto;
  grid-template-areas: "site_logo site_nav header_end";
}
/* line 594, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-nav-right.has-header-start #site_header > .page-template-area-content {
  grid-template-columns: auto minmax(var(--header-logo-min-width), 1fr) var(--header-nav-side-width);
  grid-template-areas: "header_start site_logo site_nav";
}
/* line 598, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-nav-right.has-header-start.has-header-end #site_header > .page-template-area-content {
  grid-template-columns: auto minmax(var(--header-logo-min-width), 1fr) var(--header-nav-side-width) auto;
  grid-template-areas: "header_start site_logo site_nav header_end";
}

/* line 605, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-nav-left.has-header-end #site_header > .page-template-area-content {
  grid-template-columns: var(--header-nav-side-width) minmax(var(--header-logo-min-width), 1fr) auto;
  grid-template-areas: "site_nav site_logo header_end";
}
/* line 609, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-nav-left.has-header-start #site_header > .page-template-area-content {
  grid-template-columns: auto var(--header-nav-side-width) minmax(var(--header-logo-min-width), 1fr);
  grid-template-areas: "header_start site_nav site_logo";
}
/* line 613, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-nav-left.has-header-start.has-header-end #site_header > .page-template-area-content {
  grid-template-columns: auto var(--header-nav-side-width) minmax(var(--header-logo-min-width), 1fr) auto;
  grid-template-areas: "header_start site_nav site_logo header_end";
}

/* line 621, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-stacked.has-header-start #site_header > .page-template-area-content, .header-layout-stacked-centered.has-header-start #site_header > .page-template-area-content {
  grid-template-areas: "header_start" "site_logo" "site_nav";
}
/* line 624, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-stacked.has-header-end #site_header > .page-template-area-content, .header-layout-stacked-centered.has-header-end #site_header > .page-template-area-content {
  grid-template-areas: "site_logo" "site_nav" "header_end";
}
/* line 627, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-stacked.has-header-start.has-header-end #site_header > .page-template-area-content, .header-layout-stacked-centered.has-header-start.has-header-end #site_header > .page-template-area-content {
  grid-template-areas: "header_start" "site_logo" "site_nav" "header_end";
}

/* line 633, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-stacked-centered #header_start, .header-layout-stacked-centered #header_end {
  justify-self: center;
}
/* line 634, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-layout-stacked-centered #header_end > .page-template-area-content {
  justify-content: center;
}

/* line 645, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-scroll-hide #site_header.nav-up {
  top: -200px;
}

/* line 650, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-scroll-shrink #site_header.header-scrolled {
  --header-padding: 0.4rem;
}
/* line 653, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-scroll-shrink #site_header.header-scrolled > .page-template-area-content {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 661, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-scroll-shrink #site_header.header-scrolled #site_logo img {
  height: var(--header-logo-shrink-height, 40px);
  width: auto;
}

/* line 669, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-overlay {
  position: relative;
}
/* line 672, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-overlay #site_header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: transparent;
  background-image: none;
  transition: background-color 0.25s ease-in-out;
}
/* line 681, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
.header-overlay #site_header.header-scrolled {
  position: fixed;
  top: 0;
  background-color: var(--header-background-color);
  background-image: var(--header-background-image, none);
}

/* line 695, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.design-unlocked {
  margin-top: 0 !important;
}

/* line 709, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.design-unlocked #wrapper.header-layout-nav-right #page_header:empty + #page_content {
  padding-top: var(--header-nav-height, 0px);
}
/* line 715, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.design-unlocked #wrapper.header-layout-nav-right.content-flush-top #page_header:empty + #page_content {
  padding-top: 0;
}

/* line 735, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.design-unlocked #page_header {
  background-image: none !important;
  background-color: transparent !important;
  height: auto !important;
}
/* line 740, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.design-unlocked #page_header > .page-template-area-content {
  display: block !important;
  height: auto !important;
}
/* line 748, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.design-unlocked #page_header #live_video_stream_area:empty {
  display: none !important;
}

@media (max-width: 979px) {
  /* line 755, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  #site_header > .page-template-area-content {
    padding-top: var(--grid-gap);
    padding-bottom: var(--grid-gap);
  }
}
/* line 763, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.integrated-user-bar .header-layout-stacked #site_header > .page-template-area-content, body.integrated-user-bar .header-layout-stacked-centered #site_header > .page-template-area-content {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "site_logo site_logo" "site_nav user_bar";
}
/* line 771, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.integrated-user-bar .header-layout-stacked-centered-nav-top #site_header > .page-template-area-content {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "site_nav user_bar" "site_logo site_logo";
}
/* line 779, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.integrated-user-bar .header-layout-nav-right #site_header > .page-template-area-content {
  grid-template-columns: minmax(var(--header-logo-min-width), 1fr) var(--header-nav-side-width) 1fr;
  grid-template-areas: "site_logo site_nav user_bar";
}
/* line 786, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.integrated-user-bar .header-layout-nav-left #site_header > .page-template-area-content {
  grid-template-columns: 1fr var(--header-nav-side-width) minmax(var(--header-logo-min-width), 1fr);
  grid-template-areas: "user_bar site_nav site_logo";
}
/* line 795, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.integrated-user-bar .header-layout-logo-left-nav-center #site_header > .page-template-area-content {
  grid-template-columns: minmax(var(--header-logo-min-width), 1fr) auto 1fr;
  grid-template-areas: "site_logo site_nav user_bar";
}
/* line 802, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
body.integrated-user-bar .header-layout-custom #site_header > .page-template-area-content {
  display: block;
}
@media (max-width: 979px) {
  /* line 809, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  body.integrated-user-bar #site_nav .btn-navbar {
    right: unset;
    left: var(--header-mobile-nav-margin);
  }
  /* line 815, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_layout.scss */
  body.integrated-user-bar #site_logo img {
    max-width: 125px;
  }
}

/* line 20, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header {
  background-color: var(--header-background-color);
  border-bottom: var(--header-border-width, 0) solid var(--header-border-color, transparent);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  top: 0;
}
/* line 47, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"].header-overlay #site_header {
  background-color: transparent;
  background-image: none;
  border-bottom-color: transparent;
  box-shadow: none;
}
/* line 62, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"].header-overlay #site_header:not(.header-scrolled) .cx-nav__list > li > a,
[class*="header-layout-modern-"].header-overlay #site_header:not(.header-scrolled) .cx-nav__toggle,
[class*="header-layout-modern-"].header-overlay #site_header:not(.header-scrolled) #integrated_user_bar a {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
/* line 69, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"].header-overlay #site_header:not(.header-scrolled) .cx-nav__list > li > a:hover,
[class*="header-layout-modern-"].header-overlay #site_header:not(.header-scrolled) .cx-nav__list > li > a:focus {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.14);
}
/* line 77, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"].header-overlay #site_header:not(.header-scrolled) #site_logo img {
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.55));
}
/* line 78, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"].header-overlay #site_header:not(.header-scrolled) #site_logo h1,
[class*="header-layout-modern-"].header-overlay #site_header:not(.header-scrolled) #site_logo .site-title,
[class*="header-layout-modern-"].header-overlay #site_header:not(.header-scrolled) #site_logo a {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}
/* line 83, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header > .page-template-area-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: var(--connect-header-width, var(--content-max-width, 1200px));
  margin: 0 auto;
  padding: var(--header-padding, 24px) var(--header-padding-x, var(--content-padding, 24px));
  box-sizing: border-box;
}
/* line 120, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"].page-width-full > #site_header.page-template-area > .page-template-area-content, [class*="header-layout-modern-"].page-width-boxed > #site_header.page-template-area > .page-template-area-content {
  padding-left: var(--header-padding-x, var(--content-padding, 24px));
  padding-right: var(--header-padding-x, var(--content-padding, 24px));
}
/* line 127, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_logo {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}
/* line 135, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_logo h1, [class*="header-layout-modern-"] #site_logo .site-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
}
/* line 136, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_logo img {
  max-height: var(--header-logo-height, var(--header-logo-max-height, 40px));
  width: auto;
  display: block;
}
/* line 137, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_logo a {
  display: inline-flex;
  align-items: center;
}
/* line 142, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_logo img + .site-title {
  margin-left: 12px;
  line-height: 1.15;
  white-space: pre-line;
  max-width: clamp(120px, 46vw, 320px);
  overflow-wrap: anywhere;
}
/* line 166, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header #integrated_user_bar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  grid-area: auto;
  position: relative;
  align-self: center;
}
/* line 178, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header #integrated_user_bar #user_bar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}
/* line 186, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header #integrated_user_bar #user_bar > li {
  float: none;
  margin: 0;
  list-style: none;
}
/* line 199, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header #integrated_user_bar #user_bar > li > a {
  font-size: var(--user-bar-icon-size, 1.3em);
}
@media (min-width: 980px) {
  /* line 199, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  [class*="header-layout-modern-"] #site_header #integrated_user_bar #user_bar > li > a {
    font-size: var(--user-bar-icon-size, 1.5em);
  }
}
/* line 205, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header #integrated_user_bar #user_bar > li.user_bar_login > a,
[class*="header-layout-modern-"] #site_header #integrated_user_bar #user_bar > li.user_bar_signup > a {
  font-size: 1rem;
}
@media (max-width: 767px) {
  /* line 205, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  [class*="header-layout-modern-"] #site_header #integrated_user_bar #user_bar > li.user_bar_login > a,
  [class*="header-layout-modern-"] #site_header #integrated_user_bar #user_bar > li.user_bar_signup > a {
    font-size: 1.3rem;
  }
}
/* line 213, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header #integrated_user_bar .cx-user-bar__login {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 10px;
  color: var(--navigation-link-color, var(--site-text-color, #1e293b));
  font-family: var(--nav-font-family, inherit);
  font-size: var(--nav-font-size, 15px);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s ease, background-color .15s ease;
}
/* line 226, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header #integrated_user_bar .cx-user-bar__login:hover, [class*="header-layout-modern-"] #site_header #integrated_user_bar .cx-user-bar__login:focus {
  color: var(--navigation-link-hover-color, var(--primary-color, #2b6cb0));
  background: rgba(128, 128, 128, 0.1);
  text-decoration: none;
}
/* line 230, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header #integrated_user_bar .cx-user-bar__cta {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 10px;
  background: var(--primary-color, #2b6cb0);
  color: var(--button-text-color, #fff);
  font-family: var(--nav-font-family, inherit);
  font-size: var(--nav-font-size, 15px);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .15s ease;
}
/* line 243, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header #integrated_user_bar .cx-user-bar__cta:hover, [class*="header-layout-modern-"] #site_header #integrated_user_bar .cx-user-bar__cta:focus {
  color: var(--button-text-color, #fff);
  opacity: .92;
  text-decoration: none;
}

/* line 257, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-nav-right #site_nav {
  margin-left: var(--header-nav-align, 0);
}
/* line 258, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-nav-right #site_header #integrated_user_bar {
  margin-left: auto;
}

/* line 272, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-nav-center #site_logo {
  flex: 1 1 0;
}
/* line 273, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-nav-center #site_nav {
  flex: 0 0 auto;
  margin: 0;
}
/* line 276, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-nav-center #site_header #integrated_user_bar {
  flex: 1 1 0;
  justify-content: flex-end;
  margin: 0;
}

/* line 281, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-logo-center #site_header > .page-template-area-content {
  flex-direction: column;
  gap: 12px;
  text-align: center;
  position: relative;
}
/* line 287, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-logo-center #site_nav {
  margin: 0;
}
/* line 288, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-logo-center .cx-nav__list {
  justify-content: center;
}
/* line 292, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-logo-center #site_header #integrated_user_bar {
  position: absolute;
  top: 14px;
  right: var(--content-padding, 24px);
}

/* line 304, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-split-center #site_nav {
  order: 1;
  flex: 1 1 0;
  margin: 0;
}
/* line 305, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-split-center #site_logo {
  order: 2;
  flex: 0 0 auto;
}
/* line 306, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-split-center #site_header #integrated_user_bar {
  order: 3;
  flex: 1 1 0;
  justify-content: flex-end;
}
/* line 307, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.header-layout-modern-split-center .cx-nav__list {
  justify-content: flex-start;
}

/* line 317, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header {
  transition: background-color .25s ease, box-shadow .25s ease, -webkit-backdrop-filter .25s ease, backdrop-filter .25s ease;
}
/* line 320, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header.header-scrolled {
  background-color: color-mix(in srgb, var(--header-background-color, #ffffff) 82%, transparent);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  backdrop-filter: saturate(1.4) blur(12px);
  box-shadow: 0 6px 24px rgba(16, 24, 40, 0.1);
}
/* line 326, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header.header-scrolled > .page-template-area-content {
  padding-top: 9px;
  padding-bottom: 9px;
  transition: padding .2s ease;
}
/* line 331, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
[class*="header-layout-modern-"] #site_header.header-scrolled #site_logo img {
  max-height: var(--header-logo-shrink-height, 32px);
  transition: max-height .2s ease;
}

/* line 338, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav {
  display: flex;
  align-items: center;
}
/* line 343, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--navigation-link-color, var(--site-text-color, #1e293b));
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
/* line 360, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__bars {
  position: relative;
  display: block;
  width: 24px;
  height: 16px;
}
/* line 366, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__bars span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .25s ease, opacity .2s ease, top .25s ease;
}
/* line 375, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__bars span:nth-child(1) {
  top: 0;
}
/* line 376, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__bars span:nth-child(2) {
  top: 7px;
}
/* line 377, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__bars span:nth-child(3) {
  top: 14px;
}
/* line 381, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__backdrop {
  display: none;
}
/* line 383, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 391, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list li {
  list-style: none;
  margin: 0;
  position: relative;
}
/* line 394, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list > li > a {
  display: block;
  padding: 9px 15px;
  border-radius: 10px;
  color: var(--navigation-link-color, var(--site-text-color, #1e293b));
  font-family: var(--nav-font-family, inherit);
  font-size: var(--nav-font-size, 15px);
  font-weight: var(--nav-font-weight, 500);
  text-transform: var(--nav-text-transform, none);
  letter-spacing: var(--nav-letter-spacing, normal);
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
  transition: color .15s ease, background-color .15s ease;
}
/* line 409, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list > li > a:hover, .cx-nav__list > li > a:focus {
  color: var(--navigation-link-hover-color, var(--primary-color, #2b6cb0));
  background: rgba(128, 128, 128, 0.1);
  text-decoration: none;
}
/* line 420, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list > li.active > a:not(.nav-cta) {
  position: relative;
  color: var(--navigation-link-hover-color, var(--primary-color, #2b6cb0));
  font-weight: var(--nav-active-font-weight, 700);
}
/* line 425, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list > li.active > a:not(.nav-cta)::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 3px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}
/* line 438, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list > li > a.nav-cta {
  background: var(--primary-color, #2b6cb0);
  color: var(--button-text-color, #fff);
}
/* line 441, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list > li > a.nav-cta:hover, .cx-nav__list > li > a.nav-cta:focus {
  background: var(--primary-color, #2b6cb0);
  opacity: .92;
  color: var(--button-text-color, #fff);
}
/* line 446, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list li.dropdown {
  position: relative;
}
/* line 449, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list li.dropdown > a .caret {
  display: none;
}
/* line 450, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list li.dropdown > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
  opacity: .7;
}
/* line 462, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list li.dropdown:hover > a::after,
.cx-nav__list li.dropdown.open > a::after,
.cx-nav__list li.dropdown:focus-within > a::after {
  transform: translateY(1px) rotate(-135deg);
}
/* line 466, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 210px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: var(--dropdown-background-color, var(--surface-color, #fff));
  border: 1px solid rgba(128, 128, 128, 0.16);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.16);
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
/* line 494, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu li {
  list-style: none;
}
/* line 495, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu > li > a {
  display: block;
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--dropdown-link-color, var(--site-text-color, #1e293b));
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .13s ease;
}
/* line 505, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu > li > a:hover, .cx-nav__list .dropdown-menu > li > a:focus {
  background: var(--dropdown-hover-background-color, rgba(128, 128, 128, 0.1));
  color: var(--dropdown-hover-link-color, var(--site-text-color, #1e293b));
}
/* line 518, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu li.dropdown-submenu:hover > a,
.cx-nav__list .dropdown-menu li.dropdown-submenu:focus-within > a {
  background: var(--dropdown-hover-background-color, rgba(128, 128, 128, 0.1));
  color: var(--dropdown-hover-link-color, var(--site-text-color, #1e293b));
}
/* line 524, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu .nav-header {
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .55;
}
/* line 535, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list li.dropdown:hover > .dropdown-menu,
.cx-nav__list li.dropdown:focus-within > .dropdown-menu,
.cx-nav__list li.dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* line 547, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu.dropdown-large {
  --cx-mega-cols: 2;
  left: 50%;
  transform: translate(-50%, 6px);
  min-width: calc(var(--cx-mega-cols) * 260px);
  max-width: 92vw;
  padding: 16px;
  columns: var(--cx-mega-cols);
  column-gap: 24px;
}
/* line 556, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu.dropdown-large > li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
/* line 564, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu.dropdown-large--cards {
  display: grid;
  grid-template-columns: repeat(var(--cx-mega-cols), minmax(0, 1fr));
  gap: 26px;
  columns: initial;
  min-width: calc(var(--cx-mega-cols) * 270px);
  padding: 26px 28px 22px;
}
/* line 574, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu.dropdown-large--cards > li {
  break-inside: auto;
  margin: 0;
}
/* line 578, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu.dropdown-large--cards li.dropdown-submenu > a {
  display: block;
  padding: 0 0 8px;
  border-bottom: 2px solid var(--primary-color, #2b6cb0);
  margin-bottom: 6px;
}
/* line 584, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu.dropdown-large--cards li.dropdown-submenu > a:hover, .cx-nav__list .dropdown-menu.dropdown-large--cards li.dropdown-submenu > a:focus {
  background: transparent;
}
/* line 586, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu.dropdown-large--cards li.dropdown-submenu > a img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 12px;
}
/* line 595, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu.dropdown-large--cards li.dropdown-submenu > a .menu_item_display_name {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -.01em;
}
/* line 603, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu.dropdown-large--cards li.dropdown-submenu > a::after {
  display: none;
}
/* line 607, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu.dropdown-large--cards li.dropdown-submenu > .dropdown-menu.submenu {
  margin: 0;
}
/* line 613, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list .dropdown-menu.dropdown-large--cards > li.nav-header:not(.dropdown-submenu) {
  padding: 0 0 8px;
  border-bottom: 2px solid var(--primary-color, #2b6cb0);
  margin-bottom: 6px;
  opacity: 1;
  font-size: 15px;
}
@media (max-width: 1080px) {
  /* line 624, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list .dropdown-menu.dropdown-large--cards {
    grid-template-columns: minmax(0, 1fr);
    min-width: 320px;
  }
}
/* line 629, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list li.dropdown:hover > .dropdown-menu.dropdown-large,
.cx-nav__list li.dropdown:focus-within > .dropdown-menu.dropdown-large,
.cx-nav__list li.dropdown.open > .dropdown-menu.dropdown-large {
  transform: translate(-50%, 0);
}
/* line 636, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list > li.dropdown:last-child > .dropdown-menu:not(.dropdown-large) {
  left: auto;
  right: 0;
}
/* line 642, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list > li.dropdown:nth-last-child(-n+3) > .dropdown-menu.dropdown-large {
  left: auto;
  right: 0;
  transform: translate(0, 6px);
}
/* line 647, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
.cx-nav__list > li.dropdown:nth-last-child(-n+3):hover > .dropdown-menu.dropdown-large,
.cx-nav__list > li.dropdown:nth-last-child(-n+3):focus-within > .dropdown-menu.dropdown-large,
.cx-nav__list > li.dropdown:nth-last-child(-n+3).open > .dropdown-menu.dropdown-large {
  transform: translate(0, 0);
}
@media (min-width: 901px) {
  /* line 660, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list li.dropdown-submenu {
    position: relative;
  }
  /* line 663, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list li.dropdown-submenu > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  /* line 669, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list li.dropdown-submenu > a::after {
    content: "";
    flex: none;
    width: 7px;
    height: 7px;
    border: solid currentColor;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(-45deg);
    opacity: .7;
  }
  /* line 684, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list li.dropdown-submenu > .dropdown-menu {
    top: -8px;
    left: 100%;
    right: auto;
    transform: translateX(-6px);
  }
  /* line 690, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list li.dropdown-submenu:hover > .dropdown-menu,
  .cx-nav__list li.dropdown-submenu:focus-within > .dropdown-menu,
  .cx-nav__list li.dropdown-submenu.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  /* line 700, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list > li.dropdown:last-child li.dropdown-submenu > .dropdown-menu {
    left: auto;
    right: 100%;
    transform: translateX(6px);
  }
  /* line 705, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list > li.dropdown:last-child li.dropdown-submenu:hover > .dropdown-menu,
  .cx-nav__list > li.dropdown:last-child li.dropdown-submenu:focus-within > .dropdown-menu,
  .cx-nav__list > li.dropdown:last-child li.dropdown-submenu.open > .dropdown-menu {
    transform: none;
  }
  /* line 710, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list > li.dropdown:last-child li.dropdown-submenu > a {
    flex-direction: row-reverse;
  }
  /* line 713, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list > li.dropdown:last-child li.dropdown-submenu > a::after {
    transform: rotate(135deg);
  }
  /* line 719, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list .dropdown-menu.dropdown-large li.dropdown-submenu > .dropdown-menu.submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 0;
    margin: 2px 0 6px 12px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 731, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list .dropdown-menu.dropdown-large li.dropdown-submenu > a::after {
    display: none;
  }
}

@media (max-width: 900px) {
  /* line 738, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  [class*="header-layout-modern-"] {
    --header-padding-x: var(--content-padding, 24px);
  }
  /* line 746, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  [class*="header-layout-modern-"] #site_header > .page-template-area-content {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 754, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  [class*="header-layout-modern-"] #site_logo {
    margin-right: auto;
  }
  /* line 755, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  [class*="header-layout-modern-"].header-layout-modern-logo-center #site_header > .page-template-area-content {
    text-align: left;
  }
  /* line 759, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  [class*="header-layout-modern-"].header-layout-modern-split-center #site_nav, [class*="header-layout-modern-"].header-layout-modern-split-center #site_logo, [class*="header-layout-modern-"].header-layout-modern-split-center #site_header #integrated_user_bar {
    order: 0;
    flex: 0 0 auto;
  }
  /* line 764, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  [class*="header-layout-modern-"] #site_header #integrated_user_bar {
    display: none;
  }

  /* line 767, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav {
    margin: 0 !important;
  }
  /* line 770, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__toggle {
    display: inline-flex;
  }
  /* line 774, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav.is-open .cx-nav__bars span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }
  /* line 775, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav.is-open .cx-nav__bars span:nth-child(2) {
    opacity: 0;
  }
  /* line 776, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav.is-open .cx-nav__bars span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
  }
  /* line 779, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }
  /* line 784, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list > li > a {
    padding: 13px 16px;
    border-radius: 10px;
    white-space: normal;
  }
  /* line 791, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list li.dropdown > a::after {
    float: right;
  }
  /* line 795, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list li.dropdown-submenu > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  /* line 801, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list li.dropdown-submenu > a::after {
    content: "";
    flex: none;
    width: 7px;
    height: 7px;
    border: solid currentColor;
    border-width: 0 1.5px 1.5px 0;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .2s ease;
    opacity: .7;
  }
  /* line 813, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list li.dropdown-submenu.open > a::after {
    transform: translateY(1px) rotate(-135deg);
  }
  /* line 815, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list .dropdown-menu,
  .cx-nav__list .dropdown-menu.dropdown-large {
    display: none;
    position: static;
    float: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: none;
    overflow: visible;
    min-width: 0;
    max-width: none;
    columns: auto;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    margin: 0 0 6px 12px;
    padding: 0;
    background: transparent;
  }
  /* line 836, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list .dropdown-menu > li > a,
  .cx-nav__list .dropdown-menu.dropdown-large > li > a {
    white-space: normal;
  }
  /* line 840, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav__list li.dropdown.open > .dropdown-menu,
  .cx-nav__list li.dropdown-submenu.open > .dropdown-menu {
    display: block;
  }

  /* line 847, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav--drawer .cx-nav__panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 82vw;
    max-width: 340px;
    z-index: 2000;
    padding: 80px 20px 24px;
    overflow-y: auto;
    background: var(--dropdown-background-color, var(--surface-color, #fff));
    box-shadow: -18px 0 40px rgba(16, 24, 40, 0.18);
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-overflow-scrolling: touch;
  }
  /* line 865, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav--drawer .cx-nav__list > li > a {
    color: var(--dropdown-link-color, var(--site-text-color, #1e293b));
  }
  /* line 866, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav--drawer .cx-nav__backdrop {
    position: fixed;
    inset: 0;
    z-index: 1999;
    background: rgba(15, 23, 42, 0.5);
    opacity: 0;
    transition: opacity .28s ease;
    pointer-events: none;
  }
  /* line 877, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav--drawer.is-open .cx-nav__panel {
    transform: translateX(0);
  }
  /* line 878, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav--drawer.is-open .cx-nav__backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  /* line 883, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav--drawer.is-open .cx-nav__toggle {
    position: relative;
    z-index: 2001;
    color: var(--site-text-color, #1e293b);
  }

  /* line 892, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav--dropdown {
    position: static;
  }
  /* line 895, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav--dropdown .cx-nav__panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1500;
    padding: 0 16px;
    overflow: hidden;
    max-height: 0;
    background: var(--dropdown-background-color, var(--surface-color, #fff));
    box-shadow: 0 16px 30px rgba(16, 24, 40, 0.12);
    transition: max-height .3s ease, padding .3s ease;
  }
  /* line 910, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav--dropdown.is-open .cx-nav__panel {
    max-height: 80vh;
    padding: 10px 16px 18px;
    overflow-y: auto;
  }
  /* line 915, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
  .cx-nav--dropdown .cx-nav__list > li > a {
    color: var(--dropdown-link-color, var(--site-text-color, #1e293b));
  }
}
/* line 920, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
body.cx-nav-locked {
  overflow: hidden;
}

/* line 929, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/header_v2.scss */
body.cx-nav-locked [class*="header-layout-modern-"] #site_header.header-scrolled {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

/* line 12, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
[class*="footer-layout-modern-"] #site_footer {
  background-color: var(--footer-background-color, #0b1220);
  color: rgba(255, 255, 255, 0.74);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* line 24, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
[class*="footer-layout-modern-"] #site_footer > .page-template-area-content {
  display: block;
  width: 100%;
  max-width: var(--connect-footer-width, var(--content-max-width, 1200px));
  margin: 0 auto;
  padding: var(--footer-padding-y, 56px) var(--footer-padding-x, var(--content-padding, 24px)) var(--footer-padding-y, 28px);
  box-sizing: border-box;
}
/* line 51, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
[class*="footer-layout-modern-"].page-width-full > #site_footer.page-template-area > .page-template-area-content, [class*="footer-layout-modern-"].page-width-boxed > #site_footer.page-template-area > .page-template-area-content {
  padding-left: var(--footer-padding-x, var(--content-padding, 24px));
  padding-right: var(--footer-padding-x, var(--content-padding, 24px));
}

/* line 58, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer {
  font-family: var(--site-font-family, inherit);
}
/* line 64, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__main {
  display: grid;
  grid-template-columns: 1.6fr 3fr;
  gap: 48px;
  padding-bottom: 36px;
}
/* line 72, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__brand-mark {
  display: block;
  margin-bottom: 14px;
}
/* line 75, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__brand-mark #site_logo, .cx-footer__brand-mark h1, .cx-footer__brand-mark .site-title {
  margin: 0;
  color: #fff;
  font-family: var(--heading-font-family, inherit);
  font-size: 22px;
  font-weight: 800;
}
/* line 76, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__brand-mark a {
  color: #fff;
  text-decoration: none;
}
/* line 77, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__brand-mark img {
  max-height: 40px;
  width: auto;
}
/* line 79, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__tagline {
  margin: 0;
  max-width: 42ch;
  line-height: 1.65;
  opacity: .82;
}
/* line 87, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 32px;
}
/* line 92, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__col-title {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--heading-font-family, inherit);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
}
/* line 101, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 106, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__links li {
  margin: 0 0 10px;
}
/* line 107, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__links a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  transition: color .14s ease;
}
/* line 111, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__links a:hover, .cx-footer__links a:focus {
  color: #fff;
  text-decoration: none;
}
/* line 116, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
/* line 125, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__bottom #copyright {
  margin: 0;
  font-size: 13px;
  opacity: .7;
}
/* line 126, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__bottom #copyright a {
  color: rgba(255, 255, 255, 0.74);
}
/* line 127, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__bottom #copyright a:hover {
  color: #fff;
}
/* line 128, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__bottom .copyright_links, .cx-footer__bottom .copyright_date {
  float: none;
  text-align: left;
}
/* line 129, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__bottom .copyright_date {
  margin-top: 4px;
}
/* line 133, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 138, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__contact-list li {
  display: flex;
  gap: 10px;
  margin: 0 0 12px;
  line-height: 1.5;
}
/* line 139, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__contact-list .fa {
  margin-top: 3px;
  opacity: .7;
}
/* line 140, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__contact-list a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}
/* line 143, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__contact-list a:hover, .cx-footer__contact-list a:focus {
  color: #fff;
  text-decoration: none;
}
/* line 148, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__newsletter {
  margin-top: 24px;
  max-width: 420px;
}
/* line 152, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__newsletter .email-list_signup-heading {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--heading-font-family, inherit);
  font-size: 16px;
  font-weight: 700;
}
/* line 159, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__newsletter-intro {
  margin: 0 0 12px;
  opacity: .82;
  line-height: 1.6;
}
/* line 163, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__newsletter .cx-footer__newsletter-form,
.cx-footer__newsletter .email-list_signup-fields,
.cx-footer__newsletter .email-list_signup-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
/* line 166, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__newsletter .control-group, .cx-footer__newsletter .control-label, .cx-footer__newsletter label {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}
/* line 171, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__newsletter .form-actions, .cx-footer__newsletter .submit {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
/* line 173, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__newsletter input[type="email"], .cx-footer__newsletter input[type="text"] {
  flex: 1 1 200px;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 10px 12px;
  border-radius: var(--button-border-radius, 6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  box-shadow: none;
}
/* line 184, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__newsletter input[type="email"]::placeholder, .cx-footer__newsletter input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* line 185, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__newsletter input[type="email"]:focus, .cx-footer__newsletter input[type="text"]:focus {
  border-color: rgba(255, 255, 255, 0.45);
  outline: none;
}
/* line 187, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer__newsletter .btn {
  flex: 0 0 auto;
}
/* line 191, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--contact .cx-footer__main {
  grid-template-columns: 1.4fr 1.3fr 2.5fr;
}
/* line 193, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--newsletter .cx-footer__main {
  grid-template-columns: 2fr 2.4fr;
}
/* line 196, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--simple {
  text-align: center;
}
/* line 199, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--simple .cx-footer__main {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0;
  padding-bottom: 24px;
}
/* line 205, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--simple .cx-footer__tagline {
  max-width: 52ch;
}
/* line 206, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--simple .cx-footer__bottom {
  justify-content: center;
}
/* line 208, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--simple .cx-footer__bottom .copyright_links, .cx-footer--simple .cx-footer__bottom .copyright_date {
  text-align: center;
}
/* line 213, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--centered {
  text-align: center;
}
/* line 216, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--centered .cx-footer__main {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 28px;
}
/* line 221, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--centered .cx-footer__tagline {
  max-width: 60ch;
}
/* line 222, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--centered .cx-footer__cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 48px;
}
/* line 228, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--centered .cx-footer__col {
  text-align: center;
}
/* line 229, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--centered .cx-footer__bottom {
  justify-content: center;
}
/* line 231, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
.cx-footer--centered .cx-footer__bottom .copyright_links, .cx-footer--centered .cx-footer__bottom .copyright_date {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 240, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
  [class*="footer-layout-modern-"] {
    --footer-padding-x: var(--content-padding, 24px);
  }

  /* line 244, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
  [class*="footer-layout-modern-"] #site_footer > .page-template-area-content {
    padding-top: var(--footer-padding-y, 40px);
  }

  /* line 247, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
  .cx-footer__main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* line 251, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
  .cx-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  /* line 255, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
  .cx-footer__bottom .copyright_links, .cx-footer__bottom .copyright_date {
    text-align: left;
  }

  /* line 257, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_v2.scss */
  .cx-footer--simple .cx-footer__bottom {
    align-items: center;
  }
}
/* line 23, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .panel {
  border: 1px solid var(--panel-border-color, var(--border-color, rgba(0, 0, 0, 0.08)));
  border-radius: var(--panel-border-radius, 14px);
  background-color: var(--panel-background-color, var(--surface-color, #fff));
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: var(--panel-padding, 1.5rem);
}
/* line 30, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .panel > .panel-heading {
  margin: 0 0 1rem;
  padding: 0 0 0.75rem;
  color: var(--panel-header-color, var(--heading-color, inherit));
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--panel-border-color, var(--border-color, rgba(0, 0, 0, 0.08)));
  border-radius: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}
/* line 41, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .panel > .panel-heading a {
  color: inherit;
}
/* line 44, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .panel > .panel-footer {
  margin: 1rem 0 0;
  padding: 0.75rem 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--panel-border-color, var(--border-color, rgba(0, 0, 0, 0.08)));
  border-radius: 0;
}
/* line 58, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .page-module-cards .cards-item-inner {
  border: 1px solid var(--border-color, rgba(0, 0, 0, 0.06));
  border-radius: 14px;
  background: var(--content-item-background-color, var(--surface-color, #fff));
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
/* line 65, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .page-module-cards .cards-item-inner:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 16px 34px rgba(0, 0, 0, 0.1);
}
/* line 71, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .page-module-cards .cards-image img {
  height: 200px;
}
/* line 75, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .page-module-cards .cards-body {
  padding: 1rem 1.15rem 1.15rem;
}
/* line 79, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .page-module-cards .cards-item-title {
  margin: 0 0 0.4rem;
  font-size: 1.05em;
  font-weight: 700;
  letter-spacing: -0.01em;
}
/* line 85, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .page-module-cards .cards-item-title a {
  color: var(--content-item-text-color, #1a1a1a);
  text-decoration: none;
}
/* line 89, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .page-module-cards .cards-item-title a:hover {
  color: var(--link-hover-color, var(--primary-color, inherit));
}
/* line 93, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .page-module-cards .cards-item-summary {
  color: var(--muted-color, var(--content-item-small-text-color, #666));
}
/* line 97, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/panel_v2.scss */
.panel-style-modern .page-module-cards .cards-item-meta {
  color: var(--content-item-small-text-color, #999);
}

/* line 15, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
#page_content > .page-template-area-content {
  display: grid;
  grid-column-gap: var(--page-content-column-gap);
  grid-auto-rows: max-content;
  padding-top: var(--page-content-padding-top, 2rem);
  padding-bottom: var(--page-content-padding-bottom, 2rem);
}
/* line 22, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
#page_content > .page-template-area-content > .page-template-area > .page-template-area-content {
  padding: 0 0 var(--page-content-padding-bottom, 1rem);
}
@media (max-width: 767px) {
  /* line 22, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
  #page_content > .page-template-area-content > .page-template-area > .page-template-area-content {
    padding: 0 0 var(--page-content-padding-bottom, 0.5rem);
  }
}

/* line 39, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
.content-flush-top #page_content > .page-template-area-content {
  padding-top: 0;
}
/* line 41, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
.content-flush-top .content-show > .heading,
.content-flush-top .content-show > .content-primary-media {
  display: none;
}

/* line 45, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
#page_title {
  grid-area: page_title;
}

/* line 52, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
.collapse-empty-title #page_title:has(.page-title:empty):has(.page-action:empty) {
  display: none;
}

/* line 55, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
#page_navigation {
  grid-area: page_navigation;
}

/* line 56, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
#page_navigation_alt {
  grid-area: page_navigation_alt;
}

/* line 57, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
#content_header {
  grid-area: content_header;
}

/* line 58, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
#content {
  grid-area: content;
}

/* line 59, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
#content_footer {
  grid-area: content_footer;
}

/* line 60, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
#profile_header {
  grid-area: profile_header;
}

/* line 61, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
#sidebar {
  grid-area: sidebar;
}

/* line 62, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
#sidebar_alt {
  grid-area: sidebar_alt;
}

@media print {
  /* line 67, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
  #wrapper > #page_content > .page-template-area-content {
    grid-template-columns: 100%;
    grid-template-areas: "profile_header" "content_header" "page_title" "page_navigation" "page_navigation_alt" "content" "sidebar" "sidebar_alt" "content_footer";
  }
}
/* line 73, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
.page-content-layout-full #page_content > .page-template-area-content {
  grid-template-columns: 100%;
  grid-template-areas: "profile_header" "content_header" "page_title" "page_navigation" "page_navigation_alt" "content" "sidebar" "sidebar_alt" "content_footer";
}

/* line 79, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
.page-content-layout-sidebar-right #page_content > .page-template-area-content {
  grid-template-columns: 1fr var(--page-sidebar-width);
  grid-template-rows: repeat(6, auto) 1fr repeat(2, auto);
  grid-template-areas: "profile_header profile_header" "content_header content_header" "page_title ." "page_navigation ." "content page_navigation_alt" "content sidebar" "content sidebar_alt" "content_footer content_footer";
}

/* line 95, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
.page-content-layout-sidebar-left #page_content > .page-template-area-content, body.user-account:not(#user_profile_page) #page_content > .page-template-area-content {
  grid-template-columns: var(--page-sidebar-width) 1fr;
  grid-template-rows: repeat(6, auto) 1fr repeat(2, auto);
  grid-template-areas: "profile_header profile_header" "content_header content_header" "page_navigation_alt page_title" "page_navigation_alt page_navigation" "page_navigation_alt content" "sidebar content" "sidebar_alt content" "content_footer content_footer";
}

@media (max-width: 979px) {
  /* line 110, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
  .page-content-layout-sidebar-left #page_content > .page-template-area-content, .page-content-layout-sidebar-right #page_content > .page-template-area-content, body.user-account:not(#user_profile_page) #page_content > .page-template-area-content {
    grid-template-columns: 100%;
    grid-template-areas: "profile_header" "content_header" "page_title" "page_navigation" "page_navigation_alt" "content" "sidebar" "sidebar_alt" "content_footer";
  }
}

/* line 117, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
.page-content-layout-3-column {
  --page-sidebar-width: 300px;
}
/* line 120, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
.page-content-layout-3-column #page_content > .page-template-area-content {
  grid-template-columns: var(--page-sidebar-width) 1fr var(--page-sidebar-width);
  grid-template-rows: repeat(6, auto) 1fr auto;
  grid-template-areas: "profile_header profile_header profile_header" "content_header content_header content_header" "page_title page_title page_title" "page_navigation page_navigation page_navigation" "page_navigation_alt content sidebar" "sidebar_alt content sidebar" "sidebar_alt content sidebar" "content_footer content_footer content_footer";
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 120, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
  .page-content-layout-3-column #page_content > .page-template-area-content {
    grid-template-columns: var(--page-sidebar-width) 1fr;
    grid-template-rows: repeat(6, auto) 1fr repeat(2, auto);
    grid-template-areas: "profile_header profile_header" "content_header content_header" "page_title page_title" "page_navigation page_navigation" "page_navigation_alt content" "sidebar_alt content" "sidebar_alt sidebar" "content_footer content_footer";
  }
}
@media (max-width: 767px) {
  /* line 120, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_layout.scss */
  .page-content-layout-3-column #page_content > .page-template-area-content {
    grid-template-columns: 100%;
    grid-template-areas: "profile_header" "content_header" "page_title" "page_navigation" "page_navigation_alt" "content" "sidebar" "sidebar_alt" "content_footer";
  }
}

/* line 8, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_format.scss */
#page_title.page-template-area .page-template-area-content {
  display: flex;
  flex-wrap: wrap;
}
/* line 12, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_format.scss */
#page_title.page-template-area .page-title {
  flex: 1 1 auto;
}
/* line 15, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_format.scss */
#page_title.page-template-area .page-action {
  margin-left: auto;
}
/* line 18, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_format.scss */
#page_title.page-template-area .page-content-views {
  width: 100%;
}

/* line 23, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_format.scss */
.page-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

/* line 30, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_format.scss */
.page-content-views .nav {
  margin: 0;
}

/* line 37, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/page_content_format.scss */
#page_navigation .breadcrumb {
  margin: 0;
}

/* line 1, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_layout.scss */
#site_footer {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 6, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_layout.scss */
#site_footer > .page-template-area-content {
  display: grid;
  grid-gap: 1em;
  grid-auto-rows: max-content;
}
/* line 12, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_layout.scss */
#site_footer .footer-row {
  display: flex;
  align-items: center;
}

/* line 18, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_layout.scss */
#copyright {
  grid-area: copyright;
}

/* line 23, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_layout.scss */
#footer_start, #footer_end {
  grid-column: 1 / -1;
}

/* line 27, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_layout.scss */
.layout-utility, .layout-utility > .page-template-area-content {
  margin: 0;
}

/* line 31, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_layout.scss */
.footer-layout-stacked #site_footer > .page-template-area-content, .footer-layout-stacked-centered #site_footer > .page-template-area-content {
  grid-template-columns: 1fr;
  grid-template-areas: "copyright";
}

/* line 38, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_layout.scss */
.footer-layout-stacked-centered #site_footer > .page-template-area-content {
  text-align: center;
}

/* line 49, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_layout.scss */
.footer-layout-custom #site_footer > .page-template-area-content > .footer-row {
  display: none;
}
/* line 51, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/footer_layout.scss */
.footer-layout-custom #site_footer > .page-template-area-content {
  display: block;
  grid-template-columns: none;
  grid-template-areas: none;
  padding: 0;
}

/* line 5, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-list .content-item {
  margin-bottom: 1rem;
}

/* line 11, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.content-layout .content-item {
  position: relative;
}
/* line 14, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.content-layout .content-item .content-image {
  margin: 0;
}

/* line 21, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-grid > .content-items-wrapper > .content-items {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fit, minmax(var(--column-grid-min-width, 230px), 1fr));
  grid-gap: var(--grid-gap);
}
/* line 29, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-grid.content-item-list > .content-items-wrapper > .content-items {
  grid-template-columns: repeat(auto-fit, minmax(calc(var(--column-grid-min-width, 230px) + 70px), 1fr));
  --grid-gap: 1.5rem;
}

/* line 39, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-scale > .content-items-wrapper > .content-items > .content-item {
  grid-column: span 4;
}
@media (max-width: 767px) {
  /* line 39, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-column-scale > .content-items-wrapper > .content-items > .content-item {
    grid-column: span 6;
  }
}
@media (max-width: 467px) {
  /* line 39, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-column-scale > .content-items-wrapper > .content-items > .content-item {
    grid-column: 1 / -1 !important;
  }
}
/* line 51, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-scale.content-item-list > .content-items-wrapper > .content-items > .content-item {
  grid-column: span 6;
}
/* line 54, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-scale.content-item-list > .content-items-wrapper > .content-items > .content-item:first-child, .layout-column-scale.content-item-list > .content-items-wrapper > .content-items > .content-item:nth-child(2), .layout-column-scale.content-item-list > .content-items-wrapper > .content-items > .content-item:nth-child(3) {
  margin-bottom: 1.5rem;
}
/* line 61, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-scale > .content-items-wrapper > .content-items {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--grid-gap);
}
/* line 68, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-scale > .content-items-wrapper > .content-items > .content-item:first-child {
  grid-column: 1 / -1;
}
/* line 71, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-scale > .content-items-wrapper > .content-items > .content-item:nth-child(2), .layout-column-scale > .content-items-wrapper > .content-items > .content-item:nth-child(3) {
  grid-column: span 6;
}
/* line 78, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-scale.content-card > .content-item .heading, .layout-column-scale.content-item-list > .content-item .heading {
  font-size: 1rem;
}
/* line 81, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-scale.content-card > .content-item .summary, .layout-column-scale.content-card > .content-item .read-more, .layout-column-scale.content-item-list > .content-item .summary, .layout-column-scale.content-item-list > .content-item .read-more {
  display: none;
}
/* line 85, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-scale.content-card > .content-item:first-child .heading, .layout-column-scale.content-card > .content-item:nth-child(2) .heading, .layout-column-scale.content-card > .content-item:nth-child(3) .heading, .layout-column-scale.content-item-list > .content-item:first-child .heading, .layout-column-scale.content-item-list > .content-item:nth-child(2) .heading, .layout-column-scale.content-item-list > .content-item:nth-child(3) .heading {
  font-size: 1.2rem;
}
/* line 88, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-scale.content-card > .content-item:first-child .summary, .layout-column-scale.content-card > .content-item:nth-child(2) .summary, .layout-column-scale.content-card > .content-item:nth-child(3) .summary, .layout-column-scale.content-item-list > .content-item:first-child .summary, .layout-column-scale.content-item-list > .content-item:nth-child(2) .summary, .layout-column-scale.content-item-list > .content-item:nth-child(3) .summary {
  display: block;
}

/* line 100, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.page-content-layout-full .layout-column-scale > .content-items-wrapper > .content-items > .content-item {
  grid-column: span 3;
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 100, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .page-content-layout-full .layout-column-scale > .content-items-wrapper > .content-items > .content-item {
    grid-column: span 4;
  }
}
/* line 105, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.page-content-layout-full .layout-column-scale > .content-items-wrapper > .content-items > .content-item:first-child {
  grid-column: 1 / -1;
}
/* line 108, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.page-content-layout-full .layout-column-scale > .content-items-wrapper > .content-items > .content-item:nth-child(2), .page-content-layout-full .layout-column-scale > .content-items-wrapper > .content-items > .content-item:nth-child(3) {
  grid-column: span 6;
}
/* line 115, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.page-content-layout-full .layout-column-scale.content-item-list > .content-items-wrapper > .content-items > .content-item {
  grid-column: span 4;
}
@media (max-width: 979px) {
  /* line 115, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .page-content-layout-full .layout-column-scale.content-item-list > .content-items-wrapper > .content-items > .content-item {
    grid-column: span 6;
  }
}
/* line 120, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.page-content-layout-full .layout-column-scale.content-item-list > .content-items-wrapper > .content-items > .content-item:first-child {
  grid-column: 1 / -1;
}
/* line 123, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.page-content-layout-full .layout-column-scale.content-item-list > .content-items-wrapper > .content-items > .content-item:nth-child(2), .page-content-layout-full .layout-column-scale.content-item-list > .content-items-wrapper > .content-items > .content-item:nth-child(3) {
  grid-column: span 6;
}

/* line 135, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-flow > .content-items-wrapper > .content-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 140, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-flow > .content-items-wrapper > .content-items > .content-item {
  margin: 5px;
  flex: 1 1 auto;
}
/* line 144, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-flow > .content-items-wrapper > .content-items > .content-item .content-image {
  margin: 0 auto;
}
/* line 150, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-flow.content-thumb .content-image, .layout-column-flow.content-thumb-background .content-image {
  width: 200px;
  height: auto !important;
}
/* line 156, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-flow.content-thumb .content-image img, .layout-column-flow.content-thumb-background .content-image img {
  width: 100%;
  height: auto;
}
/* line 163, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column-flow.content-thumb-background .content-item .content-body {
  left: 1rem;
}

/* line 171, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column > .content-items-wrapper > .content-items {
  columns: 230px;
  column-gap: 1em;
}
/* line 175, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column > .content-items-wrapper > .content-items > .content-item {
  margin: 0 0 1em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* line 181, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column > .content-items-wrapper > .content-items .content-image {
  height: auto !important;
}
/* line 187, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column.content-item-list .content-item .content-body > * {
  display: none;
}
/* line 190, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-column.content-item-list .content-item .heading {
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
}

@media (max-width: 979px) {
  /* line 201, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-column-grid.mobile-row-grid, .layout-static-column.mobile-row-grid {
    width: calc(100vw - 3rem);
  }
  /* line 205, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-column-grid.mobile-row-grid > .content-items-wrapper, .layout-static-column.mobile-row-grid > .content-items-wrapper {
    margin: 0 -1rem 1rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* line 210, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-column-grid.mobile-row-grid > .content-items-wrapper > .content-items, .layout-static-column.mobile-row-grid > .content-items-wrapper > .content-items {
    padding: 0 1rem;
    display: flex;
    width: auto;
    height: auto;
  }
  /* line 218, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-column-grid.mobile-row-grid > .content-items-wrapper .content-item, .layout-static-column.mobile-row-grid > .content-items-wrapper .content-item {
    min-width: 240px;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 201, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-column-grid.mobile-row-grid, .layout-static-column.mobile-row-grid {
    width: calc(100vw - 3.25rem);
  }
}

@media (max-width: 767px) {
  /* line 234, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .feature-first > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale > .content-items-wrapper > .content-items > .content-item:first-child {
    flex-direction: column;
  }
}
@media (max-width: 979px) {
  /* line 245, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .feature-first.mobile-row-grid > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale.mobile-row-grid > .content-items-wrapper > .content-items > .content-item:first-child {
    min-width: 300px;
  }
}
/* line 256, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.feature-first.layout-column-grid.content-item-list > .content-items-wrapper > .content-items > .content-item:first-child, .feature-first.layout-static-column.content-item-list > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale.layout-column-grid.content-item-list > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale.layout-static-column.content-item-list > .content-items-wrapper > .content-items > .content-item:first-child {
  grid-column: span 2;
}
@media (max-width: 767px) {
  /* line 256, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .feature-first.layout-column-grid.content-item-list > .content-items-wrapper > .content-items > .content-item:first-child, .feature-first.layout-static-column.content-item-list > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale.layout-column-grid.content-item-list > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale.layout-static-column.content-item-list > .content-items-wrapper > .content-items > .content-item:first-child {
    grid-column: 1 / -1;
  }
}
/* line 269, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.feature-first.layout-column-grid.content-card > .content-items-wrapper > .content-items > .content-item:first-child, .feature-first.layout-static-column.content-card > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale.layout-column-grid.content-card > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale.layout-static-column.content-card > .content-items-wrapper > .content-items > .content-item:first-child {
  grid-column: 1 / -1;
}
@media (max-width: 767px) {
  /* line 280, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .feature-first.content-table > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale.content-table > .content-items-wrapper > .content-items > .content-item:first-child {
    flex-direction: row;
  }
}
/* line 292, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.feature-first.content-thumb > .content-items-wrapper > .content-items > .content-item:first-child, .feature-first.content-thumb-background > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale.content-thumb > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale.content-thumb-background > .content-items-wrapper > .content-items > .content-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 767px) {
  /* line 292, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .feature-first.content-thumb > .content-items-wrapper > .content-items > .content-item:first-child, .feature-first.content-thumb-background > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale.content-thumb > .content-items-wrapper > .content-items > .content-item:first-child, .feature-scale.content-thumb-background > .content-items-wrapper > .content-items > .content-item:first-child {
    grid-column: 1 / -1;
    grid-row: span 1;
  }
}

/* line 308, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-static-column > .content-items-wrapper > .content-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: var(--grid-gap);
}
@media (max-width: 767px) {
  /* line 308, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column > .content-items-wrapper > .content-items {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
}
@media (min-width: 768px) {
  /* line 321, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-1 > .content-items-wrapper > .content-items {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 326, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-1 .content-item .content-body > * {
    white-space: normal;
    overflow: initial;
    text-overflow: initial;
  }
}
@media (min-width: 768px) {
  /* line 321, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-2 > .content-items-wrapper > .content-items {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 326, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-2 .content-item .content-body > * {
    white-space: normal;
    overflow: initial;
    text-overflow: initial;
  }
}
@media (min-width: 768px) {
  /* line 321, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-3 > .content-items-wrapper > .content-items {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 326, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-3 .content-item .content-body > * {
    white-space: normal;
    overflow: initial;
    text-overflow: initial;
  }
  /* line 332, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-3 .content-item .content-body > *:not(.heading):not(.datestamp) {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 321, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-4 > .content-items-wrapper > .content-items {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 326, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-4 .content-item .content-body > * {
    white-space: normal;
    overflow: initial;
    text-overflow: initial;
  }
  /* line 332, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-4 .content-item .content-body > *:not(.heading):not(.datestamp) {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 321, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-5 > .content-items-wrapper > .content-items {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 326, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-5 .content-item .content-body > * {
    white-space: normal;
    overflow: initial;
    text-overflow: initial;
  }
  /* line 332, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-5 .content-item .content-body > *:not(.heading):not(.datestamp) {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 321, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-6 > .content-items-wrapper > .content-items {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 326, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-6 .content-item .content-body > * {
    white-space: normal;
    overflow: initial;
    text-overflow: initial;
  }
  /* line 332, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-6 .content-item .content-body > *:not(.heading):not(.datestamp) {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 321, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-7 > .content-items-wrapper > .content-items {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 326, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-7 .content-item .content-body > * {
    white-space: normal;
    overflow: initial;
    text-overflow: initial;
  }
  /* line 332, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-7 .content-item .content-body > *:not(.heading):not(.datestamp) {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 321, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-8 > .content-items-wrapper > .content-items {
    grid-template-columns: repeat(8, 1fr);
  }
  /* line 326, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-8 .content-item .content-body > * {
    white-space: normal;
    overflow: initial;
    text-overflow: initial;
  }
  /* line 332, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
  .layout-static-column.col-8 .content-item .content-body > *:not(.heading):not(.datestamp) {
    display: none;
  }
}
/* line 344, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-static-column.feature-first .content-item:first-child .content-body .summary {
  white-space: normal;
  overflow: initial;
  text-overflow: initial;
}
/* line 349, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
.layout-static-column.feature-first .content-item:first-child .content-body .summary, .layout-static-column.feature-first .content-item:first-child .content-body .read-more {
  display: block;
}

/* line 358, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
#wrapper:not(.page-content-layout-full) aside {
  --grid-gap: 0.7rem;
}
/* line 362, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
#wrapper:not(.page-content-layout-full) aside .layout-column-grid.content-item-list {
  --column-grid-min-width: 8em;
}
/* line 365, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
#wrapper:not(.page-content-layout-full) aside .layout-column-grid.content-thumb, #wrapper:not(.page-content-layout-full) aside .layout-column-grid.content-thumb-background {
  --column-grid-min-width: 9em;
}
/* line 368, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_layout.scss */
#wrapper:not(.page-content-layout-full) aside .layout-column-grid.content-thumb .content-image, #wrapper:not(.page-content-layout-full) aside .layout-column-grid.content-thumb-background .content-image {
  max-height: 8.5em;
}

/* line 30, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
#main_content > * {
  transition: all 0.3s;
}

/* line 35, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
#page_navigation .btn {
  margin-bottom: 0.1rem;
}

/* line 41, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-body .byline, .content-show .byline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* line 47, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-body .byline > *, .content-show .byline > * {
  margin-right: 0.5rem;
}
/* line 50, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-body .byline img, .content-show .byline img {
  max-height: 1.9rem;
  margin-bottom: 0.1rem;
}

/* line 58, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-body .content-details-inline, .content-body .content-details-tab {
  margin: 1rem 0 2rem;
}

/* line 65, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.content-table-header {
  display: none;
}
/* line 70, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.custom.content-image-icon .content-image a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
}
/* line 76, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.custom.content-image-icon .content-image a:hover {
  text-decoration: none;
}
/* line 83, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .content-image {
  position: relative;
}
/* line 86, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .content-image > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* line 92, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .content-image.multiple-images > a {
  display: flex;
  flex-wrap: wrap;
}
/* line 96, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .content-image.multiple-images > a > img {
  width: 50%;
  height: 50%;
  object-fit: cover !important;
}
/* line 105, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .profile-image {
  text-align: center;
}
/* line 108, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .profile-image img {
  width: auto !important;
  object-fit: unset !important;
}
/* line 114, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .content-body {
  line-height: 1.35;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 114, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-items .content-item .content-body {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
/* line 124, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .heading {
  font-size: 1.2rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: var(--content-item-detail-spacing);
}
@media (max-width: 767px) {
  /* line 124, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-items .content-item .heading {
    margin-bottom: 0.2rem;
    font-size: 1rem;
  }
}
/* line 135, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .byline {
  display: none;
}
/* line 138, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .date-icon {
  display: none;
  width: 3.5em;
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  border-radius: var(--border-radius);
  flex-direction: column;
  padding: 0.15em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
/* line 152, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .date-icon .date-icon-month {
  font-size: 1em;
  line-height: 1;
}
/* line 156, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .date-icon .date-icon-day {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
}
/* line 162, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .event-tickets {
  margin: 0.3rem 0;
}
/* line 165, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .smaller-details {
  font-size: 0.9rem;
  color: var(--content-item-small-text-color);
}
/* line 169, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .summary, .content-items .content-item .read-more {
  display: block;
}
@media (max-width: 767px) {
  /* line 169, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-items .content-item .summary, .content-items .content-item .read-more {
    display: none;
  }
}
/* line 176, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .summary {
  margin-top: var(--content-item-detail-spacing);
}
/* line 178, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .summary p {
  display: inline;
}
/* line 183, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .item-count[data-count='0'] {
  display: none !important;
}
/* line 187, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item .add_to_cart {
  margin-top: 1em;
}
/* line 193, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.video .read-more, .content-items .content-item.photo_album .read-more, .content-items .content-item.photo .read-more, .content-items .content-item.site_asset .read-more, .content-items .content-item.user .read-more, .content-items .content-item.event .read-more, .content-items .content-item.location .read-more, .content-items .content-item.forum .read-more, .content-items .content-item.product .read-more, .content-items .content-item.playlist .read-more {
  display: none !important;
}
/* line 198, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.site_asset-folder .datestamp, .content-items .content-item.site_asset-folder .content-manage {
  display: none !important;
}
/* line 203, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.playlist .datestamp {
  display: none !important;
}
/* line 208, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.email .content-image, .content-items .content-item.poll .content-image {
  display: none;
}
/* line 213, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.email .summary, .content-items .content-item.email .read-more {
  display: none !important;
}
/* line 219, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.post .byline {
  display: flex;
}
/* line 225, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.site_asset .content-image img {
  object-fit: contain;
  object-position: center;
}
/* line 230, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.site_asset .content-body {
  padding: 0.6rem 0.7rem;
}
/* line 233, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.site_asset .heading {
  margin: 0 0 0.15rem;
}
/* line 238, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.announcement .content-image, .content-items .content-item.announcement .byline, .content-items .content-item.announcement .summary, .content-items .content-item.announcement .read-more {
  display: none !important;
}
/* line 243, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.category .byline, .content-items .content-item.category .datestamp, .content-items .content-item.category .read-more {
  display: none;
}
/* line 247, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.subscription {
  overflow: visible;
}
/* line 251, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.content_detail .content-body > * {
  display: block !important;
}
/* line 254, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.content_detail .heading {
  font-size: 1rem;
}
/* line 258, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.content_detail .summary p {
  display: block;
}
/* line 264, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.forum .summary, .content-items .content-item.forum_post .summary {
  font-size: 0.9rem;
}
/* line 269, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.video .content-image {
  position: relative;
  display: block;
}
/* line 274, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-items .content-item.video .content-image:before {
  content: "\f01d";
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  position: absolute;
  bottom: 0.25rem;
  left: 0.5rem;
  opacity: 0.9;
  z-index: 10;
  color: var(--video-play-icon-color);
  pointer-events: none;
}

/* line 301, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
#wrapper:not(.page-content-layout-full) aside .content-items .content-item.video .content-image:before {
  display: none;
}
/* line 305, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
#wrapper:not(.page-content-layout-full) aside .content-items .content-item .heading {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
/* line 309, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
#wrapper:not(.page-content-layout-full) aside .content-items .content-item .smaller-details {
  font-size: 0.8rem;
}
/* line 312, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
#wrapper:not(.page-content-layout-full) aside .content-items .content-item .date-icon {
  font-size: 0.9rem;
}
/* line 315, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
#wrapper:not(.page-content-layout-full) aside .content-items .content-item .summary, #wrapper:not(.page-content-layout-full) aside .content-items .content-item .read-more {
  display: none;
}
/* line 322, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
#wrapper:not(.page-content-layout-full) aside .content-item-list .content-items .content-item .content-image {
  max-height: 5.5rem;
}
@media (min-width: 980px) {
  /* line 326, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  #wrapper:not(.page-content-layout-full) aside .content-item-list .content-items .content-item.event .content-image {
    display: none;
  }
}

/* line 337, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item-list .content-item {
  display: flex;
  padding-bottom: var(--box-padding);
}
/* line 341, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item-list .content-item .content-image {
  flex: 1;
  width: 33%;
  max-width: 280px;
  max-height: 10rem;
  overflow: hidden;
  margin-right: 1rem;
  text-align: center;
  border-radius: var(--border-radius);
}
/* line 351, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item-list .content-item .content-body {
  flex: 2;
  align-self: center;
}
/* line 359, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item-list .content-item.event {
  border-bottom: 1px solid var(--border-color);
}
/* line 362, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item-list .content-item.event .content-image {
  flex: unset;
  align-self: center;
  width: 16%;
}
@media (max-width: 767px) {
  /* line 362, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-item-list .content-item.event .content-image {
    width: 20%;
    align-self: unset;
  }
}
/* line 372, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item-list .content-item.event .content-body {
  padding-left: 4.4rem;
  min-height: 3rem;
}
/* line 376, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item-list .content-item.event .date-icon {
  display: flex;
}
/* line 381, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item-list .content-item.forum_post .content-image {
  flex: unset;
  width: 27%;
  max-width: 11rem;
  max-height: 9rem;
}
/* line 391, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item-list .content-item.forum_post .content-image:empty, .content-item-list .content-item.post .content-image:empty {
  display: none;
}
/* line 399, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item-list.image-right .content-item .content-image {
  order: 2;
  margin-right: 0;
  margin-left: 1rem;
}

/* line 410, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-card .content-item {
  background-color: var(--content-item-background-color);
  border: var(--border-size) solid var(--border-color);
  border-radius: var(--border-radius);
  box-shadow: 0 1px 2px 0 rgba(12, 12, 13, 0.1);
  width: 100%;
  max-width: 600px;
}
/* line 419, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-card .content-item.playlist {
  max-width: 350px;
}
/* line 422, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-card .content-item.playlist .content-image {
  height: 220px;
}
/* line 4, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-card .content-item .content-image {
  display: block;
  height: 180px;
  overflow: hidden;
}
/* line 9, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-card .content-item .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--img-cover-position);
}
/* line 428, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-card .content-item .content-image {
  background-color: var(--content-card-image-background-color);
  border-bottom: var(--border-size) solid var(--border-color);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  --content-image-radius: 0;
}
/* line 436, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-card .content-item.site_asset-folder .content-image a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* line 441, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-card .content-item.site_asset-folder .content-image img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
/* line 448, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-card .content-item .content-body {
  padding: var(--box-padding) var(--box-padding) 1.5rem;
}
/* line 451, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-card .content-item .summary {
  display: none;
}
/* line 455, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-card .content-item .read-more {
  display: none;
}
@media (max-width: 979px) {
  /* line 458, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-card .content-item .summary, .content-card .content-item .read-more {
    display: none;
  }
}

/* line 467, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-horizontal-card .content-item {
  display: flex;
  background-color: var(--content-item-background-color);
  border: var(--border-size) solid var(--border-color);
  border-radius: var(--border-radius);
  box-shadow: 0 1px 2px 0 rgba(12, 12, 13, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 350px;
}
/* line 477, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-horizontal-card .content-item .content-image {
  flex: 0 0 35%;
  overflow: hidden;
  border-right: var(--border-size) solid var(--border-color);
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
/* line 483, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-horizontal-card .content-item .content-image a, .content-horizontal-card .content-item .content-image img {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 488, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-horizontal-card .content-item .content-image img {
  object-fit: cover;
  object-position: center;
}
/* line 494, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-horizontal-card .content-item .content-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--box-padding);
}
/* line 501, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-horizontal-card .content-item .content-body .byline, .content-horizontal-card .content-item .content-body .datestamp, .content-horizontal-card .content-item .content-body .summary, .content-horizontal-card .content-item .content-body .read-more,
.content-horizontal-card .content-item .content-body .content-header-details, .content-horizontal-card .content-item .content-body .content-site-link {
  display: none;
}

/* line 508, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-manage {
  display: none;
}
/* line 513, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-table-header > .content-body > * {
  font-size: 1rem !important;
  font-weight: bold;
  text-align: center;
}
/* line 519, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-table-header .heading:before {
  content: 'Title';
}
/* line 522, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-table-header .byline:before {
  content: 'By';
}
/* line 525, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-table-header .datestamp:before {
  content: 'Date';
}
/* line 528, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-table-header .content-price:before {
  content: 'Price';
}
/* line 531, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-table-header .location-name:before {
  content: 'Venue';
}
/* line 534, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-table-header .city-state:before {
  content: 'Location';
}
/* line 537, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-table-header .event-tickets:before {
  content: 'Tickets';
}
/* line 540, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-table-header .summary:before {
  content: 'About';
}
/* line 543, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-table-header .content-detail:before {
  content: attr(data-title);
}
/* line 548, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item {
  display: flex !important;
  padding-top: var(--box-padding);
  padding-bottom: var(--box-padding);
  align-items: center;
  width: 100%;
  margin-bottom: 0 !important;
  border-bottom: 1px solid var(--border-color);
}
/* line 563, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .content-image {
  width: 15%;
  margin: 0 0.5rem;
  text-align: center;
}
/* line 569, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .content-image img {
  max-height: 4rem;
}
/* line 574, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .content-body {
  display: flex;
  flex: 1;
  align-items: center;
  margin: 0 0.5rem;
}
@media (max-width: 767px) {
  /* line 574, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-table .content-item .content-body {
    margin: 0;
  }
}
@media (max-width: 767px) {
  /* line 574, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-table .content-item .content-body {
    flex-direction: column;
    align-items: start;
  }
}
/* line 589, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .content-body > *:not(.date-icon) {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  /* line 589, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-table .content-item .content-body > *:not(.date-icon) {
    width: 100% !important;
  }
}
/* line 596, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .content-body > * {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  /* line 601, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-table .content-item.event .content-body {
    padding-left: 4.4rem;
  }
}
/* line 607, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .content-manage {
  right: 0;
  bottom: calc(0.4em + var(--box-padding));
}
/* line 612, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .heading {
  font-size: 1rem;
  font-weight: 500;
  flex: 1 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 612, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-table .content-item .heading {
    width: 25%;
    min-width: 3rem;
    max-width: 15rem;
  }
}
/* line 625, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .datestamp {
  color: inherit;
}
/* line 628, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .item-count {
  display: none;
}
/* line 631, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .date-icon {
  display: flex;
  flex: 0 0 auto;
  order: -1;
  position: absolute;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  /* line 631, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-table .content-item .date-icon {
    position: static;
  }
}
/* line 643, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .event-tickets {
  text-align: center;
}
@media (max-width: 767px) {
  /* line 643, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-table .content-item .event-tickets {
    text-align: left;
  }
}
/* line 650, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .summary {
  display: none;
}
/* line 654, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-table .content-item .read-more {
  display: none !important;
}
@media (min-width: 768px) {
  /* line 658, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-table .content-item .content-detail {
    text-align: center;
  }
  /* line 661, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-table .content-item .content-detail .content-detail-label {
    display: block;
  }
}

/* line 670, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb .content-item {
  width: 100%;
}
/* line 4, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb .content-item .content-image {
  display: block;
  height: 180px;
  overflow: hidden;
}
/* line 9, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb .content-item .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--img-cover-position);
}
/* line 675, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb .content-item .heading {
  font-weight: normal;
  text-align: center;
}
/* line 686, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb .content-item .photo-album-count {
  text-align: center;
}

/* line 693, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb-background .content-item {
  position: relative;
}
/* line 4, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb-background .content-item .content-image {
  display: block;
  height: 180px;
  overflow: hidden;
}
/* line 9, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb-background .content-item .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--img-cover-position);
}
/* line 698, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb-background .content-item:hover .content-image {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
/* line 706, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb-background .content-item .content-body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 7px;
  width: 100%;
}
/* line 713, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb-background .content-item .heading {
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 2px black;
}
/* line 720, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb-background .content-item .heading a {
  color: inherit;
  text-shadow: inherit;
}
/* line 726, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb-background .content-item .summary, .content-thumb-background .content-item .datestamp, .content-thumb-background .content-item .read-more, .content-thumb-background .content-item .comments-count {
  display: none;
}
/* line 733, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb-background .content-item:hover.song .content-body {
  visibility: hidden;
}

/* line 744, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb .content-item.photo .content-body, .content-thumb-background .content-item.photo .content-body {
  display: none;
}
/* line 748, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb .content-item .content-image, .content-thumb-background .content-item .content-image {
  transition: all 0.2s ease 0s;
  border-radius: var(--border-radius);
  --content-image-radius: 0;
}
/* line 753, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb .content-item .content-body > *, .content-thumb-background .content-item .content-body > * {
  display: none;
}
/* line 756, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-thumb .content-item .heading, .content-thumb-background .content-item .heading {
  display: block;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 980px) {
  /* line 767, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-thumb-background .content-item.photo:hover .content-body {
    display: block;
  }
}

/* line 778, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-collection .content-type-label {
  display: none;
  pointer-events: none;
}

/* line 806, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item.label-new .content-image a:before, .content-item.label-updated .content-image a:before, .content-item.label-sale .content-image a:before {
  display: var(--content-item-label-display);
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  padding: 0px 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
/* line 820, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item.label-new .content-image a:before {
  content: "New";
  background-color: var(--new-label-background-color, rgba(255, 0, 0, 0.7));
  color: var(--new-label-color, #fff);
  z-index: 21;
}
/* line 828, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item.label-sale .content-image a:before {
  content: "Sale";
  background-color: var(--tag-label-background-color, rgba(255, 0, 0, 0.7));
  color: var(--tag-label-color, #fff);
  z-index: 22;
}
/* line 844, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item.label-updated:not(.label-new):not(.label-sale) .content-image a:before {
  content: "Updated";
  background-color: var(--updated-label-background-color, rgba(255, 0, 0, 0.7));
  color: var(--updated-label-color, #fff);
}
/* line 849, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-item.label-updated:not(.label-new):not(.label-sale).site .content-image a:before {
  display: none;
}

/* line 855, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show {
  --content-show-gap: 0.7rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: var(--content-show-gap);
}
/* line 867, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show > * {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 875, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show > .template-section + .template-section {
  margin-top: calc(-1 * var(--content-show-gap));
}
/* line 885, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show > .page-template-area:empty {
  display: none;
}
/* line 891, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show > .content-body:has(> .page-identity-hook) {
  display: none;
}
/* line 896, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show > *, .content-show > #photo_display > * {
  order: 50;
}
/* line 900, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show > .heading {
  order: 1;
}
/* line 901, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show > .subheading {
  order: 2;
}
/* line 902, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-header-details {
  order: 3;
}
/* line 903, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-purchase-details {
  order: 4;
}
/* line 904, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-primary-media {
  order: 4;
}
/* line 905, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show #content_body_header {
  order: 5;
}
/* line 908, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show #photo_display .photo_nav {
  order: 7;
}
/* line 909, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show #photo_display .photo {
  order: 8;
}
/* line 910, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show #photo_display .photo_strip {
  order: 9;
}
/* line 913, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-body {
  order: 10;
}
/* line 914, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .photo-album-photos {
  order: 12;
}
/* line 915, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show #content_body_footer {
  order: 20;
}
/* line 916, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-footer-details {
  order: 21;
}
/* line 923, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-primary-media {
  max-width: 1200px;
  text-align: center;
}
/* line 927, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .media_player_container {
  max-width: 1280px;
}
/* line 930, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-primary-media > *, .content-show .media_player_container {
  width: 100%;
  margin: 0 auto;
}
/* line 936, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-primary-media > *:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  /* line 935, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-show .content-primary-media {
    margin: 0 -1.2rem;
    width: 100vw;
  }
  /* line 948, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-show .content-primary-media .content-image {
    margin: 0;
    border-radius: 0;
  }
  /* line 952, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-show .content-primary-media .content-image img {
    border-radius: 0;
  }
}
/* line 960, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show.announcement .content-primary-media:not(.content-attached), .content-show.event .content-primary-media:not(.content-attached), .content-show.location .content-primary-media:not(.content-attached), .content-show.group .content-primary-media:not(.content-attached), .content-show.forum_post .content-primary-media:not(.content-attached), .content-show.product .content-primary-media:not(.content-attached) {
  display: none;
}
/* line 965, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show > .heading {
  display: none;
}
/* line 969, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-body {
  line-height: 1.5;
}
/* line 972, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-body p {
  margin: 0 0 1.1rem;
}
/* line 977, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-details-row {
  display: flex;
  align-items: center;
  line-height: 1.7;
}
/* line 983, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-details-row > *:not(:last-child) {
  margin-right: 1rem;
}
/* line 987, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-details-row .content-details, .content-show .content-details-row .content-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 992, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-details-row .content-details > *, .content-show .content-details-row .content-share > * {
  margin-bottom: 0;
}
/* line 996, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-details-row .content-details {
  flex: 1 1 auto;
}
/* line 1000, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-details-row .content-details > *:not(:last-child) {
  margin-right: 1rem;
}
/* line 1006, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-details-row .content-share .btn-group > .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 1012, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-header-details {
  border-bottom: 1px solid var(--border-color);
  padding: 0.4rem 0 0.1rem;
}
@media (max-width: 767px) {
  /* line 1012, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-show .content-header-details {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
  }
  /* line 1021, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-show .content-header-details .byline {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  /* line 1025, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-show .content-header-details .content-details {
    grid-column: 1 / 2;
    grid-row: 2 / -1;
  }
  /* line 1029, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-show .content-header-details .content-manage {
    grid-column: 2 / -1;
    grid-row: 1 / -1;
    align-self: end;
  }
}
/* line 1036, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-header-details .content-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* line 1041, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-header-details .content-categories a {
  max-width: 12rem;
  display: inline-block;
  margin-left: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1049, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-header-details .date-icon {
  display: none;
}
/* line 1053, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show .content-footer-details {
  border-top: 1px solid var(--border-color);
  padding-top: 0.3rem;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  /* line 1053, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-show .content-footer-details {
    flex-wrap: nowrap;
  }
}
/* line 1063, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show #photo_display {
  display: grid;
}
/* line 1067, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show.product {
  grid-template-columns: 1fr auto;
}
/* line 1071, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show.product > * {
  grid-column: 1 / -1;
}
/* line 1075, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show.product .subheading {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
/* line 1079, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-show.product .attached-content-select {
  grid-column: 2 / 2;
  grid-row: 1 / 2;
}
@media (max-width: 467px) {
  /* line 1067, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-show.product {
    grid-template-columns: 1fr;
  }
  /* line 1087, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-show.product .subheading {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
  }
  /* line 1091, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-show.product .attached-content-select {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
  }
}

/* line 1100, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .content-filters-main {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
}
/* line 1105, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .content-filters-main:empty {
  border-bottom: 0;
}
/* line 1109, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .content-filters-main > * {
  margin-bottom: 0;
}
/* line 1115, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .content-filters-nav .content-filters-mobile {
  margin-bottom: 0.3rem;
  display: none;
}
@media (max-width: 767px) {
  /* line 1115, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-filters .content-filters-nav .content-filters-mobile {
    display: block;
  }
}
/* line 1123, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .content-filters-nav .content-filters-desktop {
  flex: 1 1 auto;
  font-weight: 500;
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 1123, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-filters .content-filters-nav .content-filters-desktop {
    display: none;
  }
}
/* line 1133, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .content-filters-nav .content-filters-desktop li {
  margin: 0 1.5rem 0 0;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  white-space: nowrap;
}
/* line 1140, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .content-filters-nav .content-filters-desktop li.active, .content-filters .content-filters-nav .content-filters-desktop li:hover {
  border-bottom: 2px solid var(--link-color);
}
/* line 1144, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .content-filters-nav .content-filters-desktop li a:hover {
  background-color: unset;
}
/* line 1151, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .form-search {
  float: none;
  margin-left: auto;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  /* line 1157, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-filters .form-search input.search-query {
    width: 100px;
    transition: 0.25s;
  }
  /* line 1161, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-filters .form-search input.search-query:focus {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
}
/* line 1172, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .content-filters-advanced {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  /* line 1172, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-filters .content-filters-advanced {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
/* line 1180, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .advanced-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 1em;
  margin-bottom: 1em;
}
/* line 1188, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .advanced-filters .advanced-filter {
  padding: 0.2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 467px) {
  /* line 1188, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-filters .advanced-filters .advanced-filter {
    min-width: 60%;
  }
}
/* line 1199, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .advanced-filters .advanced-filter:last-child {
  margin-right: 0;
}
/* line 1203, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .advanced-filters .advanced-filter .panel {
  margin: 0;
}
/* line 1206, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .advanced-filters .advanced-filter .panel-content {
  max-height: 180px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  /* line 1206, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .content-filters .advanced-filters .advanced-filter .panel-content {
    max-height: 110px;
  }
}
/* line 1216, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .advanced-filters .advanced-filter-options {
  list-style: none;
  margin: 0;
}
/* line 1220, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .advanced-filters .advanced-filter-options label:hover {
  text-decoration: underline;
}
/* line 1223, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .advanced-filters .advanced-filter-options > .active label {
  font-weight: bold;
  text-decoration: underline;
}
/* line 1228, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .advanced-filters .advanced-filter-options .radio {
  padding-left: 0;
}
/* line 1230, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.content-filters .advanced-filters .advanced-filter-options .radio > input {
  display: none;
}

/* line 1244, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.feature-first > .content-items-wrapper > .content-items .content-item:first-child .heading {
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 1244, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first > .content-items-wrapper > .content-items .content-item:first-child .heading {
    font-size: 1.2rem;
  }
}
/* line 1251, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.feature-first > .content-items-wrapper > .content-items .content-item:first-child .datestamp, .feature-first > .content-items-wrapper > .content-items .content-item:first-child .summary, .feature-first > .content-items-wrapper > .content-items .content-item:first-child .read-more, .feature-first > .content-items-wrapper > .content-items .content-item:first-child .comments-count {
  display: block;
}
@media (max-width: 767px) {
  /* line 1243, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first > .content-items-wrapper > .content-items .content-item:first-child {
    margin-bottom: 10px;
  }
  /* line 1258, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first > .content-items-wrapper > .content-items .content-item:first-child .content-image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 1263, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first > .content-items-wrapper > .content-items .content-item:first-child .heading {
    margin: 5px 0;
  }
}
@media (min-width: 768px) {
  /* line 1273, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first.content-card .content-item:first-child, .feature-first.content-item-list .content-item:first-child {
    display: flex;
    min-width: 100%;
    max-width: 100%;
  }
  /* line 1279, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first.content-card .content-item:first-child .content-image, .feature-first.content-card .content-item:first-child .content-body, .feature-first.content-item-list .content-item:first-child .content-image, .feature-first.content-item-list .content-item:first-child .content-body {
    width: 50%;
    height: 100%;
    max-height: none;
    flex: 1 1 auto;
  }
  /* line 1285, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first.content-card .content-item:first-child .content-image, .feature-first.content-item-list .content-item:first-child .content-image {
    max-width: 400px;
    border-bottom: 0;
  }
  /* line 1288, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first.content-card .content-item:first-child .content-image img, .feature-first.content-item-list .content-item:first-child .content-image img {
    height: auto;
    max-height: 250px;
  }
  /* line 1293, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first.content-card .content-item:first-child .summary, .feature-first.content-item-list .content-item:first-child .summary {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  /* line 1306, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first.layout-column-grid.content-card .content-item:first-child .content-image, .feature-first.layout-static-column.content-card .content-item:first-child .content-image {
    border-right: var(--border-size) solid var(--border-color);
    border-radius: var(--border-radius) 0 0 0;
    --content-image-radius: 0;
  }
}
@media (max-width: 767px) {
  /* line 1319, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first.content-item-list .content-item:first-child {
    margin-bottom: 1.5em;
  }
}
/* line 1325, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.feature-first.content-item-list .content-item:first-child .content-image {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  /* line 1325, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first.content-item-list .content-item:first-child .content-image {
    margin-right: 0;
    order: -1;
  }
}
@media (max-width: 767px) {
  /* line 1337, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first.content-item-list.image-right .content-item:first-child {
    flex-direction: column;
  }
  /* line 1341, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first.content-item-list.image-right .content-item:first-child .content-image {
    margin-left: 0;
  }
}
/* line 1353, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.feature-first.content-thumb .content-item:first-child .content-image, .feature-first.content-thumb-background .content-item:first-child .content-image {
  height: auto;
  max-height: 400px;
}
/* line 1357, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.feature-first.content-thumb .content-item:first-child .summary, .feature-first.content-thumb .content-item:first-child .read-more, .feature-first.content-thumb .content-item:first-child .item-count, .feature-first.content-thumb-background .content-item:first-child .summary, .feature-first.content-thumb-background .content-item:first-child .read-more, .feature-first.content-thumb-background .content-item:first-child .item-count {
  display: none !important;
}
/* line 1367, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.feature-first.content-thumb-background .content-item:first-child .content-image {
  height: 100%;
}
/* line 1370, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.feature-first.content-thumb-background .content-item:first-child .heading {
  font-size: 1.4rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 1370, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
  .feature-first.content-thumb-background .content-item:first-child .heading {
    font-size: 1.2rem;
  }
}
/* line 1377, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.feature-first.content-thumb-background .content-item:first-child .datestamp, .feature-first.content-thumb-background .content-item:first-child .summary, .feature-first.content-thumb-background .content-item:first-child .read-more {
  display: none;
}
/* line 1386, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/content_format.scss */
.feature-first.mobile-row-grid .content-item:first-child .summary {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 4, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#profile_header .panel {
  padding: 0;
  margin-bottom: 0;
}
/* line 8, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#profile_header .panel .panel-content {
  display: grid;
  grid-gap: 0.7rem;
  grid-template-columns: auto auto auto 1fr;
  grid-template-rows: auto;
  grid-template-areas: "profile_image profile_heading user_content_nav profile_nav";
  align-items: center;
}
@media (max-width: 979px) {
  /* line 8, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
  #profile_header .panel .panel-content {
    grid-template-rows: auto auto;
    grid-template-areas: "profile_image profile_heading profile_nav profile_nav" "user_content_nav user_content_nav user_content_nav user_content_nav";
  }
}
/* line 26, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#profile_header .profile-image {
  grid-area: profile_image;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}
/* line 33, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#profile_header .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
/* line 41, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#profile_header .profile-heading {
  grid-area: profile_heading;
  margin-right: 1rem;
}
/* line 45, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#profile_header .profile-heading .point_level {
  font-size: 0.85em;
  margin-top: 0.3em;
}
/* line 50, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#profile_header .profile_nav {
  grid-area: profile_nav;
  margin-left: auto;
  display: flex;
  align-items: center;
}
/* line 56, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#profile_header .profile_nav > .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  margin-bottom: 0;
}
/* line 62, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#profile_header .profile_nav > .nav > li {
  margin: 0.2rem 0.5rem;
}
/* line 68, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#profile_header .user_content_nav {
  grid-area: user_content_nav;
}
/* line 71, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#profile_header .user_content_nav .nav {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 77, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
  #profile_header .user_content_nav {
    margin: 0;
    width: 100%;
  }
  /* line 86, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
  #profile_header .profile_menu ul.nav {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 92, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
  #profile_header .profile_menu ul.nav > li {
    float: none;
  }
  /* line 95, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
  #profile_header .profile_menu ul.nav > li > a {
    padding-right: 9px;
    padding-left: 9px;
  }
  /* line 99, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
  #profile_header .profile_menu ul.nav > li .dropdown-toggle {
    white-space: nowrap;
  }
}
/* line 107, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#profile_header .content-manage {
  display: inline-block;
}

/* line 113, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#user_profile_page.show #page_title {
  display: none;
}
/* line 117, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#user_profile_page.show #sidebar {
  margin-top: 0;
}
/* line 122, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#user_profile_page.show #profile_header .panel-content {
  grid-template-rows: auto 1fr;
  grid-template-areas: "profile_image profile_heading profile_nav profile_nav" "profile_image user_content_nav user_content_nav user_content_nav";
}
@media (max-width: 767px) {
  /* line 122, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
  #user_profile_page.show #profile_header .panel-content {
    grid-template-areas: "profile_image profile_heading profile_nav profile_nav" "user_content_nav user_content_nav user_content_nav user_content_nav";
  }
}
/* line 133, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#user_profile_page.show #profile_header .profile-image {
  width: 7.5rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  /* line 133, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
  #user_profile_page.show #profile_header .profile-image {
    width: 5rem;
    height: 5rem;
  }
}
/* line 146, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#user_profile_page.show #profile_header .profile-heading {
  margin: 0.7rem 0;
}
/* line 151, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#user_profile_page.show #profile_header .user_content_nav .profile_menu > .nav > li:first-child a {
  color: #fff;
  background-color: var(--link-color);
}
/* line 160, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#user_profile_page.show .content-items .content-item.post .byline, #user_profile_page.show .content-items .content-item.user-update .byline {
  display: none;
}
/* line 167, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#user_profile_page.show .profile_progress h4 {
  display: none;
}
/* line 176, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#user_profile_page.show .latest-scoring-results .content-item .content-body {
  font-size: 0.9rem;
}
/* line 179, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#user_profile_page.show .latest-scoring-results .content-item .content-image, #user_profile_page.show .latest-scoring-results .content-item .heading, #user_profile_page.show .latest-scoring-results .content-item .scoring-event-session, #user_profile_page.show .latest-scoring-results .content-item .date-icon, #user_profile_page.show .latest-scoring-results .content-item .content-detail, #user_profile_page.show .latest-scoring-results .content-item .result-running-status {
  display: none;
}
/* line 182, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#user_profile_page.show .latest-scoring-results .content-item .position {
  display: block;
  margin-top: 0.3rem;
}
/* line 186, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
#user_profile_page.show .latest-scoring-results .content-item .scoring-event {
  font-size: 1.1rem;
  font-weight: 500;
}

/* line 195, /home/kyle/dev/grow-social-push/app/assets/stylesheets/layout/user_layout.scss */
.user_profile .website, .user_profile .about_me {
  word-wrap: break-word;
}
