:root {
  --str-dark-blue: #154a8b;
  --str-light-blue: #11b2eb;
  --str-white: #fff;
  --str-black: #000;
  --str-light-gray: #b9b9b9;
  --str-dark-gray: #7f7f7f;
  --str-bg-white: #f2f2f8;
}
body {
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}
p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  /* margin-bottom: var(--content-text-spacing); */
}
a {
  color: var(--str-light-blue);
  text-decoration: none;
}
.mobile-nav-container {
  display: none;
}
.mobile-search-container {
  display: none;
}
.home-wrap {
  padding: 0 10px;
}
.home-page-section a {
  color: #000;
  font-size: var(--archive-title-small);
  font-weight: 600;
}
.home-page-section h3 {
  margin-bottom: 8px;
  line-height: 0.8;
}
.home-page-section p.entry-meta {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}
#featured-section.home-page-section .alm-item {
  margin-bottom: 25px;
}
.home-wrap .featured-image {
  width: 100%;
  min-height: 87px;
  object-fit: cover;
  margin-bottom: 5px;
}
.alm-item-category-name {
  color: var(--str-light-blue);
  font-weight: 600;
  font-size: var(--category-label);
  font-style: italic;
}
#news-section.home-page-section .section-posts .article-header {
  padding-right: 8px;
  padding-top: 5px;
  flex-basis: 35%;
}
#news-section.home-page-section .alm-item {
  margin-bottom: 20px;
  /* align-items: center; */
}
#news-section.home-page-section .section-posts .article-body {
  flex-basis: 65%;
}
.site-container {
  position: relative;
}
.site-inner .entry-title {
  font-weight: 900;
  color: #000;
  font-size: 4.5vw;
}
.entry-content h3 {
  color: #000;
  font-weight: 800;
  font-size: 26px;
}
.widget-title {
  font-weight: 700;
}
.site-header {
  padding: 0;
  position: unset;
}
.custom-logo {
  width: 277px ;
  height: 72px;
}
.site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 13px 17px;
}
.wp-custom-logo .site-container .custom-logo-link {
  aspect-ratio: initial;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.wp-custom-logo .title-area {
  max-width: unset;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
}
.wp-custom-logo .title-area .todays-date {
  min-width: 200px;
  padding-left: 20px;
  font-size: var(--date-header-text);
  font-weight: 500;
}
.site-header .wrap .header-widget-area #block-12 {
  margin-bottom: 0;
}
.site-header .wrap .header-widget-area #block-13 {
  height: 100%;
  margin-bottom: 0;
}
.site-header .wrap .header-widget-area #block-13 .widget-wrap .social-links {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.site-header .wrap .header-widget-area #block-13 .widget-wrap .social-links a {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0px 2px;
}
.site-header
  .wrap
  .header-widget-area
  #block-13
  .widget-wrap
  .social-links
  a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#media_image-6 {
  width: 25px;
  margin: 0 15px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.search-form-submit {
  display: none;
}
#searchform-1.search-form-input {
  /* width: 0; */
  padding: 10px 0;
  border: none;
  transition: all 300ms ease-in-out;
}
#searchform-1.show-search-bar {
  width: 215px;
  padding: 10px 15px;
  border-bottom: 1px solid var(--str-light-blue);
}
#searchform-1::placeholder {
  color: #757575;
  font-weight: 400;
}
#search-2 {
  margin-bottom: 0;
}
.header-widget-area {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#genesis-nav-primary {
  width: 100%;
  /* height: 59px !important; */
  background-color: var(--str-dark-blue);
  padding: 0;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 100;
}
#genesis-nav-primary .wrap,
#genesis-nav-primary .wrap ul,
#genesis-nav-primary .wrap ul li,
#genesis-nav-primary .wrap ul li a {
  /* height: 100%; */
}
#genesis-nav-primary .wrap ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: var(--nav-button-label);
  font-weight: 500;
  padding: 0px 6px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.nav-primary a:hover {
  background-color: var(--str-light-blue);
}
.sidebar-secondary {
  position: relative;
}
.sidebar-secondary .widget_text {
  position: sticky;
  top: 75px;
}
.landing-wrap {
  display: flex;
  justify-content: center;
}
.landing-wrap .content-sidebar-wrap {
  width: 50%;
}
.landing-wrap .content-sidebar-wrap .content {
  width: 100%;
}
.landing-wrap article .entry-header .entry-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.label {
  align-items: center;
  color: #b8b8b8;
  display: flex;
  margin-bottom: 1em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--home-section-label);
}
.label h3 {
  margin: 0;
  font-size: 14px;
  margin-right: 10px;
  text-transform: uppercase;
  margin-right: 5px;
}
.label hr {
  border: 0;
  height: 1px;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  background-color: #b8b8b8;
  margin: 0;
  margin-left: 10px;
}
.landing-wrap article img {
  width: 100%;
  height: auto;
}
.site-footer {
  padding: 0 ;
  font-size: 14px;
  background-color: var(--str-bg-white);
}
.landing-wrap article .entry-footer .entry-meta {
  border: none;
}
.site-inner {
  padding: 0;
  max-width: 1400px;
  margin-top: 2rem ;
}
.sidebar {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
.content {
  width: 75%;
}
.after-entry {
  box-shadow: none;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  border: none ;
}
.featured-content .entry {
  border: none;
}
.single-post-category-name {
  color: var(--str-light-blue);
  font-style: italic;
  padding-top: 1.5rem ;
  margin: auto;
  margin-top: -2rem;
  max-width: 1400px;
}
.content-sidebar-wrap {
  margin-left: 15px;
}
.single-category-feature .site-container .site-inner {
  max-width: unset;
  width: 100%;
}
.single-category-feature
  .site-container
  .site-inner
  .content-sidebar-wrap
  .content {
  width: 100%;
}
.entry-header {
  margin-bottom: 40px;
}
.single-category-feature .entry-header .wp-block-cover {
  height: 600px;
  max-width: 100%;
  padding: 0;
}
.single-category-feature .entry-header {
  padding: 0;
  margin: auto;
}
.category-feature .entry-header .entry-title,
.category-feature .entry-header .entry-meta {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.entry-footer .entry-meta {
  padding-left: 15px;
}
.single-post
  .site-container
  .site-inner
  .content-sidebar-wrap
  .content
  article
  .entry-header
  .entry-title {
  font-weight: 900;
  color: #000;
  font-size: 48px;
  /* margin-bottom: 1.5rem ;
  margin-top: 1rem ; */
}
#featured-area {
  position: relative;
  margin-left: -15px;
}
#featured-area .wp-block-cover {
  margin-top: 75px;
  margin-bottom: 50px;
}
#technology-providers {
  position: absolute;
  bottom: 10%;
  left: 5%;
  background-color: var(--str-dark-blue);
  color: #fff;
  max-width: 475px;
  min-height: 200px;
  padding: 40px;
  border-top: 3px solid var(--str-light-blue);
  border-bottom: 3px solid var(--str-light-blue);
}
#technology-providers h3 {
  color: #fff;
}
.entry-content > *:not(#featured-area):not(.kiwi-article-bar) {
  max-width: 1140px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.entry-content figure {
  margin-right: auto;
  margin-left: auto;
}
.entry-content figure figcaption {
  text-align: start;
}
.site-container .wp-block-pullquote blockquote p:after,
.site-container .wp-block-pullquote blockquote p:before {
  border-top: 8px solid #11b2eb;
  content: "";
  display: block;
  margin: 2em auto;
  max-width: 400px;
}
.site-container .wp-block-pullquote blockquote p {
  color: #000;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
  margin: 0;
  text-align: center;
}
.site-container .wp-block-pullquote {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_categories,
#yarpp_widget-2,
#featured-post-2 .widget-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  border-top: 1px solid #333;
}
#featured-post-2 .widget-wrap .widget-title {
  width: 100%;
}
.widget_categories .widget-wrap,
.widget_categories .widget-wrap nav ul {
  display: flex;
}
.widget_categories .widget-wrap nav ul li {
  margin-left: 15px;
  margin-bottom: 0;
}
.widget_categories .widget-wrap nav ul li a {
  color: #11b2eb;
  display: inline-block;
  font-size: var(--widget-post-categories-category);
  font-weight: 700;
}
.widget_categories .widget-wrap .widget-title {
  font-size: var(--widget-post-categories-title);
  padding: 0;
}
.after-entry article {
  width: 268px;
  height: auto;
  margin: 0 15px;
}
.after-entry.widget-area {
  padding: 40px 15px;
  max-width: 1400px;
  margin: auto;
}
.after-entry .widget-title {
  font-size: 125%;
  font-weight: 700;
  margin: 0;
  padding: 0 0 5px;
}
.after-entry .yarpp-thumbnail {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 15px 0 15px ;
  width: 268px ;
  height: -moz-fit-content ;
  height: fit-content ;
}
.after-entry .yarpp-thumbnail img {
  width: 100%;
  height: 202px;
  margin: 0;
}
.after-entry .yarpp-thumbnail .yarpp-thumbnail-title {
  margin: 0;
  margin-top: 25px;
  max-width: 268px;
}
.after-entry .entry-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.str-bottom-logo-container {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.str-bottom-logo {
  margin-left: 15px;
}
ul.kiwi-article-bar {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto ;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
ul.kiwi-article-bar li {
  margin: auto ;
  overflow: visible ;
  width: 45px ;
  list-style: none;
}
ul.kiwi-article-bar li a {
  min-width: 100% ;
  border-radius: 100% ;
  text-decoration: none ;
  height: 35px ;
  font-size: 20px ;
  padding: 0 ;
  display: flex ;
  justify-content: center;
  align-items: center;
}
ul.kiwi-article-bar li .kiwi-nw-email {
  background-color: #000;
  color: #fff;
}
ul.kiwi-article-bar li .kiwi-nw-linkedin {
  background-color: #2a3e53;
  color: #fff;
}
.fa-twitter:hover,
.fa-linkedin:hover,
.fa-envelope:hover,
.social-links a:hover {
  transform: scale(1.15);
}
.kiwi-article-bar .kiwi-nw-facebook:hover,
.kiwi-article-bar .kiwi-nw-twitter:hover,
.kiwi-article-bar .kiwi-nw-linkedin:hover,
.kiwi-article-bar .kiwi-nw-email:hover {
  background: #aaa ;
  transform: scale(1.15);
}
.footer-widgets {
  background-color: var(--str-bg-white);
}
#media_image-5 {
  position: absolute;
  left: -25px;
  width: 45px;
}
#gform_widget-2 {
  margin-bottom: 0;
}
#text-2 {
  color: #888;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}
.footer-widgets .wrap {
  margin: auto;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
}
.footer-widgets .footer-widgets-4 {
  min-width: 400px;
  margin: auto;
  position: relative;
}
.footer-widgets .wrap .widget-area .widget_nav_menu a {
  margin: 7px 0;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.footer-widgets .wrap .widget-area .widget_nav_menu .menu-item {
  margin-bottom: 0;
}
#gform_widget-2 {
  min-width: 400px;
}
.gform_wrapper.gravity-theme .gsection_description {
  font-size: 18px ;
  font-weight: 400 ;
  line-height: 26px ;
  padding: 0 ;
}
.gform_wrapper.gravity-theme .gsection {
  padding: 0 ;
}
.gform_wrapper.gravity-theme .gsection {
  border-bottom: none ;
}
.footer-widgets-2,
.footer-widgets-3 {
  max-width: 200px;
}
.gform_wrapper.gravity-theme .gfield input.large {
  background: #fff;
  border-radius: 0;
  border: 0;
  color: #7a7a7a;
  font-size: 14px;
  height: calc(2.5em + 0.75rem + 2px);
}
#input_2_1 {
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  border: 1px solid #b0b6bb;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  font-family: helvetica neue, Arial, sans-serif;
  color: #323232;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.footer-widgets .widget:last-child .gform_heading .gform_title {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-widgets .widget:last-child .gform_heading .gform_description {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
aside .gform_wrapper.gravity-theme .gform_footer input {
  background: #b8b8b8;
  border: 1px solid #b8b8b8;
  background: #b8b8b8;
  border: 1px solid #b8b8b8;
  padding: 10px 35px;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 35px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gform_footer input {
  background-color: #11b2eb;
  border: 1px solid #11b2eb;
  color: #fff;
  border-radius: 0;
}
.hosts-title,
.guests-title {
  font-weight: bold;
}
.subscribe-buttons {
  margin: 25px 0;
}
.subscribe-title {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 1em;
}
.subscribe-button {
  border: 1px solid;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 800;
  margin: 1em auto;
  
  text-align: center;
}

@media (max-width: 767px) {
  .subscribe-button {
    border: none; /* Remove the border for mobile devices */
  }
  .site-inner .entry-title {
    font-weight: 900;
    color: #000;
    font-size: 6.5vw;
  }
}
.str-podcast-header-img {
  max-height: 305px;
}
.str-podcast-archive-header {
  padding: 50px 0;
  padding-left: 15px;
  background-color: var(--str-bg-white);
}
.str-podcast-archive-header-content-container {
  display: flex;
  max-width: 1400px;
  margin: auto;
  padding-right: 15px;
}
.str-podcast-header {
  font-weight: 900;
  font-size: var(--entry-title);
}
.str-podcast-archive-header-content {
  margin-left: 50px;
}
.post-type-archive article.podcasts {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.single-podcasts article.podcasts {
  flex-wrap: wrap;
  margin-left: 15px;
}
.post-type-archive article.podcasts .entry-header {
  width: 75%;
}
article.podcasts .entry-header {
  width: 100%;
}
article.podcasts .entry-header .entry-title {
  margin-bottom: 0;
}
.post-type-archive .content {
  padding-left: 15px;
}
.post-type-archive article.podcasts .entry-header {
  margin-bottom: 15px;
}
.post-type-archive article.podcasts .entry-content {
  width: 330px;
  padding: 0 25px;
}
.post-type-archive .sidebar-primary .gform_widget .widget-wrap .gravity-theme {
  margin-top: 0;
}
.post-type-archive-podcasts
  .site-container
  .site-inner
  .content-sidebar-wrap
  .content
  .podcasts
  .podcast-name {
  width: 100%;
  color: var(--str-light-blue);
  font-style: italic;
}
.post-type-archive-podcasts .podcasts .entry-header .entry-title {
  padding-left: 0;
  font-weight: 500;
  font-size: 30px;
}
.post-type-archive-podcasts .podcasts .entry-header .entry-meta {
  padding-left: 0;
}
.single-podcasts
  .site-container
  .site-inner
  .content-sidebar-wrap
  .content
  .podcasts
  .entry-header
  .entry-title {
  margin-top: 15px;
}
.single-podcasts .kiwi-nw-twitter,
.single-podcasts .kiwi-nw-facebook {
  background-color: #00adef;
  color: #fff;
}
.single-podcasts ul.kiwi-article-bar li {
  width: 35px ;
  margin: 0 5px ;
}
.featured-image img {
  width: 100%;
}
.post-46 .entry-content .wp-block-media-text {
  grid-template-columns: none;
}
.designer p,
.providers p {
  margin-bottom: 0;
  font-size: 14px;
  color: #c2d9f5;
}
.sidebar-primary .gform_widget .widget-wrap .gravity-theme {
  margin: 36px auto;
  max-width: 325px;
  padding: 32px 24px;
  text-align: center;
  color: #fff;
  background-image: url(https://stadiumtechreport.com/wp-content/uploads/2023/07/form-bg-tall.jpeg);
}
.page-id-46 .entry-content figure img {
  max-width: 245px;
  max-height: 245px;
}

.page-id-44 .content {
  margin-top: 1rem;
}
.post-40 .entry-content li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  align-items: center;
  display: flex;
  list-style: none;
}
.post-40 .entry-content li:before {
  background: #154a8b;
  content: "";
  height: 6px;
  margin-right: 10px;
  width: 6px;
}
article.post-40 {
  padding: 0 15px;
}
#field_2_1 .gfield_label {
  position: relative;
}
.gform_wrapper.gravity-theme .gfield_label::before {
  content: "\2217";
  position: absolute;
  top: -4px;
  left: -12px;
  color: #f5463b;
}
.search .archive-title {
  color: #154a8b;
  font-family: Alfa Slab One, sans-serif ;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.search article {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #7a7a7a;
  padding: 36px 0;
  margin-bottom: 0;
}
.search .site-inner .entry-title {
  font-size: 24px;
}
.search .entry-content {
  width: 30%;
}
.search .entry-content-wrap {
  display: flex;
  align-items: flex-start;
}
.search .search-image-thumbnail-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
.search .search-image-thumbnail-container img {
  max-width: 185px;
  margin: auto;
}
.search article .entry-header {
  width: 70% ;
  margin-bottom: 0;
}
.search article .entry-header h3 {
  font-size: 16px;
  color: var(--str-light-blue);
  margin-bottom: 5px;
}
.report-downloads .content {
  width: 100%;
}
.featured-reports-wrapper {
  display: flex;
  padding: 40px 15px;
  margin-right: 15px;
  border-bottom: 3px solid #ccc;
}
.featured-reports {
  display: flex;
  width: 50%;
  padding: 2em;
  margin: 15px;
  background-color: var(--str-bg-white);
}
.featured-report-download-btn {
  background: #11b2eb;
  color: #fff ;
  display: block;
  font-family: Montserrat;
  margin-top: 36px;
  padding: 8px 24px;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
  font-weight: 500;
}
.featured-reports .article-header {
  flex-basis: 35%;
  display: flex;
  align-items: center;
}
.featured-reports .article-body {
  flex-basis: 65%;
  padding-right: 5%;
}
.featured-reports .article-body div {
}
.featured-reports .article-body h3 {
  color: #11b2eb;
  font-style: italic;
  font-weight: 300;
  font-size: var(--category-label);
}
.report-downloads .entry {
  margin-bottom: 0 ;
}
.report-archive-header {
  color: #000 ;
  padding: 40px;
  padding-bottom: 0;
  font-size: var(--entry-title);
  text-transform: none;
  margin-bottom: 0 ;
  font-weight: 800;
  text-align: center;
}
.featured-reports .article-body h2 {
  font-size: 22px;
}
.featured-reports .article-body h2 a {
  color: #000;
}
.featured-reports .article-body p {
  font-size: var(--archive-preview-body);
}
#report_downloads_archive .archive-title {
  color: #000 ;
  padding: 40px;
  padding-left: 20px;
  /* margin: 40px; */
  margin: 15px;
  width: 96%;
  font-size: 2.5em;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}
#report_downloads_archive .alm-listing .alm-reveal {
  display: flex;
  flex-wrap: wrap;
}
#report_downloads_archive .alm-listing .alm-reveal .alm-item {
  align-self: self-start;
  width: 22%;
  flex-basis: 24%;
  max-width: 24%;
  margin: 0 1% 24px 0;
  padding: 15px;
  min-height: 540px;
}
#report_downloads_archive .alm-listing .alm-reveal .alm-item:hover {
  box-shadow: 0 0 3px 5px #f3f3f3;
}
#report_downloads_archive .alm-listing .alm-reveal .alm-item h3 a {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  display: block;
}
#report_downloads_archive .alm-listing .alm-reveal .alm-item .featured-image {
  max-height: 360px;
  object-fit: contain;
}
#report_downloads_archive
  .alm-listing
  .alm-reveal
  .alm-item
  .alm-item-category-name {
  font-size: 14px;
  color: #11b2eb;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}
.company-nav-title {
  color: #154a8b;
  font-family: Alfa Slab One;
  font-size: 28px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.company-nav-container ul {
  display: flex;
  flex-direction: column;
}
.company-nav-container ul li a {
  color: #11b2eb ;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-id-40 .post-40 {
  padding: 0;
}

.page-id-40 .post-40 .entry-content ul {
  padding-left: 0;
}

/* break points
---------------------------------------------------------------------------- */

@media screen and (max-width: 960px) {
  .mobile-search-container {
    display: flex;
    justify-content: center;
  }
  .mobile-search-container .search-form-submit {
    display: none;
  }
  .featured-reports {
    flex-direction: column-reverse;
    padding: 1em;
  }
  .menu-toggle {
    position: absolute;
    right: 15px;
    padding: 5px 0;
    top: 0;
    color: #fff;
    font-size: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: none ;
  }
  #genesis-nav-primary .wrap {
    padding: 0 16px;
  }
  #genesis-nav-primary .wrap ul li a {
    font-weight: 400;
    padding: 10px;
  }
  .menu-toggle:hover {
    color: #fff;
    border: none ;
  }
  .menu-toggle:focus {
    color: #fff;
    border: none ;
    outline: none;
  }
  .dashicons,
  .dashicons-before:before {
    width: 60px;
    height: 60px;
    font-size: 60px;
  }
  .mobile-nav-container {
    display: flex;
    background-color: var(--str-dark-blue);
    align-items: center;
    padding: 16px;
  }
  .mobile-header-img {
    width: 70%;
    max-width: 250px;
  }
  #report_downloads_archive .alm-listing .alm-reveal .alm-item {
    width: 48%;
    flex-basis: 48%;
    max-width: 50%;
  }
  #media_image-5 {
    display: none;
  }
  .site-header {
    display: none;
  }
  #genesis-nav-primary {
    height: fit-content;
    padding: 25px 0;
  }
  .footer-widgets .footer-widgets-4 {
    width: 100% ;
  }
  .sidebar,
  .content {
    width: 100%;
  }
  .sidebar {
    padding: 0 15px;
  }
  .sidebar-primary .gform_widget .widget-wrap .gravity-theme {
    max-width: 100%;
  }
  .str-podcast-archive-header {
    margin-top: 70px;
  }
  #home-page-sections {
    flex-direction: column;
    max-width: 800px;
    margin: auto;
  }
  #home-page-sections .home-page-section#featured-section {
    max-width: 100% ;
  }
  #news-section {
    padding: 0 15px;
  }
  #news-section .alm-item {
    display: block ;
  }
  #news-section.home-page-section .section-posts .article-header {
    width: 100%;
    padding: 0;
    padding-right: 0;
    padding-top: 0;
  }
  #news-section.home-page-section .section-posts .article-body {
    width: 100%;
  }
  #news-section.home-page-section .alm-item {
    margin-bottom: 1.5em;
  }
  .content-sidebar-wrap {
    margin-right: 15px;
  }

  .page-id-48 .entry-title {
    font-size: 28px;
  }

  /* mobile search test */
  /* =============================================== */
  .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-item .search-form {
    margin-top: 20px;
    max-width: 300px;
  }

  @media only screen and (min-width: 960px) {
    .menu-item .search-form {
      margin-left: 20px;
      margin-top: 0;
    }
  }

  .search-form-input {
    padding: 7px;
    font-size: 14px;
  }

  .search-form-submit {
    display: unset;
    border-radius: 0;
    background-color: transparent;
    padding: 0 10px;
  }

  .search-icon {
    height: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .search-form-submit:hover .search-icon path {
    fill: white;
  }
} /*# sourceMappingURL=custom.css.map */

@media screen and (max-width: 768px) {
  .mobile-header-img {
    max-width: 150px;
  }
  .dashicons,
  .dashicons-before:before {
    font-size: 55px;
  }
  .page-id-46
    .entry-content
    .wp-block-media-text
    .wp-block-media-text__content {
    /* padding: 0; */
  }
  .featured-reports {
    width: 90%;
    margin: 15px auto;
  }
  .featured-report-download-btn {
    width: 100%;
    padding: 8px 0px;
  }
  #report_downloads_archive .alm-listing .alm-reveal .alm-item {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    min-height: fit-content;
  }
  #report_downloads_archive .alm-listing .alm-reveal .alm-item .article-header {
    flex-basis: 35%;
  }
  #report_downloads_archive .alm-listing .alm-reveal .alm-item .article-body {
    flex-basis: 65%;
  }
  #technology-providers {
    position: unset;
    max-width: 100%;
    margin-bottom: 50px;
  }
  #featured-area .wp-block-cover {
    margin-bottom: 0;
  }
  #home-page-sections .home-page-section#featured-section {
    padding: 0 ;
  }
  .post-type-archive article.podcasts {
    flex-wrap: wrap-reverse;
  }
  .home-page-sections {
    flex-direction: column;
  }
  #news-section {
    padding: 0 ;
  }
  .str-podcast-archive-header-content-container {
    flex-direction: column;
  }
  .str-podcast-header-img {
    margin: auto;
    margin-bottom: 25px;
  }
  .str-podcast-archive-header-content {
    margin-left: 0;
  }
  .post-type-archive article.podcasts .entry-header {
    width: 100%;
  }
  #gform_widget-2 {
    min-width: 100%;
  }
  .footer-widgets .footer-widgets-4 {
    min-width: 100%;
    padding: 0 20px;
  }
  .footer-widget-area {
    padding-left: 20px;
  }
  .footer-widgets-2,
  .footer-widgets-3 {
    max-width: 100%;
    width: 100%;
  }
  .footer-widget-area ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .search article {
    flex-direction: column-reverse;
  }
  .search article .entry-header {
    width: 100% ;
  }
  .search .entry-content {
    width: 100%;
  }
  .search .search-image-thumbnail-container img {
    max-width: 100%;
  }
}
