/**
 * Theme Name:  BoxPress
 * Theme URI:   https://imagebox.com/
 * Author:      Imagebox Productions, Inc.
 * Author URI:  https://imagebox.com/
 * Description: Imagebox WordPress Framework
 * License:     GNU General Public License
 * License URI: https://www.gnu.org/licenses/gpl.html
 * Version:     4.6.6
 * Text Domain: boxpress
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * BoxPress is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v3.
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */



@media screen and (max-width:768px) {
  .sidebar.standards{
    margin-top: 20px;
  }
}

.pp-sidebar-widget {
  margin-top: 30px;
  margin-bottom: 70px;
}

.featured-webinar.webinar-card {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 20px;
}

.pp-post-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}

.resources-page .resources-section {
  border-bottom: 2px solid #4584f2;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.resources-section.news-and-pr>.heading>h1 {
  padding-left: 50px;
}

.video-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .video-posts {
    grid-template-columns: 1fr;
  }
}

.lity-container {
  width: 80% !important;
  top: 60px !important;
}

.hidden-play {
  display: none;
}

.page-template-page-landing-page .footer-button-block-layout, .page-template-page-thank-you .footer-button-block-layout {
  display: none;
}

.events-archive-title {
  padding-left: 42px;
}

.ty-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.lp-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

@media screen and (max-width: 992px) {
  .lp-wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .column-layout .l-columns {
    flex-direction: column !important;
  }
}

.hp-video-section {
  padding: 50px 20px;
}

.hp-video-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.targeted-wrap {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 50px;
}

.targeted-wrap .targeted-icon {
  text-align: center;
}

.targeted-wrap .targeted-icon img {
  max-width: 120px !important;
}

.targeted-icon .title {
  font-size: 1.125em;
  text-transform: uppercase;
  text-align: center;
  font-family: IBM Plex Sans Condensed, sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #253b62;
  margin: 15px 0 0;
}

.targeted-content {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .targeted-wrap {
    grid-template-columns: 1fr;
  }

  .targeted-content {
    text-align: left;
  }

  h2.targeted-htwo:after {
    left: 0;
  }
}

h2.targeted-htwo {
  position: relative;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #253b62;
  padding: 0 0 13px;
  margin: 0 0 20px;
}

h2.targeted-htwo:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 52px;
  height: 2px;
  background-color: #4584f2;
  content: " ";
}

.targeted-content .button {
  background-color: #4584F2;
}

.targeted-content .button:hover, .targeted-content .button:focus {
  text-decoration: none;
}

.targeted-content .button:hover, .targeted-content .button:focus {
  color: #fff;
  background-color: #0f5adb;
}

.res-videos-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media screen and (max-width: 992px) {
  .res-videos-wrap {
    grid-template-columns: 1fr;
  }
}

.big_play_button_graphic {
  display: none !important;
}

.res-vid-thumbnail {
  position: relative;
}

.res-play-button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.res-wistia h4 {
  margin-top: 5px !important;
}

.sub-heading {
  display: flex;
}

.banner-title h1 {
  color: #ffffff !important;
}

.blog-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.blog-page article+article {
  border-top: none;
  margin-top: 0px !important;
  ;
  padding-top: 0px;
}

.content-card {
  padding: 20px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
  display: flex;
  flex-wrap: wrap;
}

.content-card a {
  text-decoration: none !important;
}

.entry-footer {
  margin-top: auto;
}

.entry-author {
  display: inline-block;
  margin-bottom: 20px;
}

.blog-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.featured-button {
  display: inline-block;
  text-transform: uppercase;
  font-family: IBM Plex Sans Condensed, sans-serif;
  font-weight: 700;
  font-size: .9375em;
  line-height: 140%;
  letter-spacing: 1.06px;
  color: #fff;
  background-color: #4584f2;
  text-decoration: none;
  padding: 12px 20px 12px 20px;
  transition: background-color .5s;
}

.featured-button:hover {
  background-color: #1564ef;
  color: #fff;
  text-decoration: none;
}

.blog-featured a {
  text-decoration: none !important;
}

@media screen and (max-width: 992px) {
  .blog-posts {
    grid-template-columns: 1fr 1fr;
  }

  .blog-featured {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .blog-posts {
    grid-template-columns: 1fr;
  }
}

.post-nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.post-nav-prev {
  text-align: right;
}

.post-nav-next {
  text-align: left;
}

.search-field {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.125em !important;
  letter-spacing: .5px !important;
  line-height: 120% !important;
  width: 100% !important;
  color: #647488 !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid #4584f2 !important;
  padding: 8px 0 !important;
}

.search-submit {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 0 !important;
  width: 18px !important;
  height: 18px !important;
  background-color: transparent !important;
  background-image: url(assets/svg/branding/icon-search.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  padding: 0 !important;
}

.search-form {
  position: relative;
  margin-bottom: 40px;
}

.content-card h2.entry-title {
  font-size: 1.25em;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.more-from-author {
  display: none !important;
}

.tags-widget a {
  padding: .25em 1.25em !important;
  color: #253B62 !important;
  font-size: 12px !important;
  background: #E9EBEE !important;
  border-radius: 16px !important;
  border: 1px solid transparent;
}

.tags-widget a:hover {
  border: 1px solid #307FE2;
}

.blog-posts h2:before {
  display: none !important;
}

.resources-page .resources-section.published-papers h2:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 41px;
  height: 41px;
  border-radius: 20.5px;
  background-color: #4584f2;
  background-image: url(assets/svg/branding/icon-published-papers-white.svg);
  background-position: 50%;
  background-repeat: no-repeat
}

.resources-section.blog>.heading>h2:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 41px;
  height: 41px;
  border-radius: 20.5px;
  background-color: #4584f2;
  background-image: url(assets/svg/branding/icon-blog-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.resources-section.press-releases-section>.heading>h2:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 41px;
  height: 41px;
  border-radius: 20.5px;
  background-color: #4584f2;
  background-image: url(assets/svg/branding/icon-news-and-pr-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.resources-section.news-section>.heading>h2:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 41px;
  height: 41px;
  border-radius: 20.5px;
  background-color: #4584f2;
  background-image: url(assets/svg/branding/icon-news-and-pr-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.resources-section.webinars>.heading>h2:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 41px;
  height: 41px;
  border-radius: 20.5px;
  background-color: #4584f2;
  background-image: url(assets/svg/branding/webinars-icon-white.svg);
  background-position: 50%;
  background-size: 50%;
  background-repeat: no-repeat
}

.resources-section.events>.heading>h2:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 41px;
  height: 41px;
  border-radius: 20.5px;
  background-color: #4584f2;
  background-image: url(assets/svg/branding/icon-events-resources-white.svg);
  background-position: 50%;
  background-repeat: no-repeat
}

.resources-section.videos>.heading>h2:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 41px;
  height: 41px;
  border-radius: 20.5px;
  background-color: #4584f2;
  background-image: url(assets/svg/branding/video-icon-white.svg);
  background-position: 50%;
  background-size: 50%;
  background-repeat: no-repeat
}

.banner-title h1 {
  text-transform: uppercase;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 700;
  font-size: 30px !important;
  font-size: 1.875em;
  line-height: 150%;
  letter-spacing: .5px;
  color: #fff
}

.w-gallery-popover-card {
  aspect-ratio: 16/9;
  width: 100%;
}

.w-gallery-overlay {
  z-index: 999999 !important;
}

.w-popover-overlay {
  z-index: 999999 !important;
}

.res-vid-thumbnail {
  overflow: hidden;
}

.wistia_responsive_padding {
  transition: .25s;
}

.res-vid-thumbnail:hover .wistia_responsive_padding {
  transform: scale(1.1);
}

.webinar-card {
  border: 1px solid #999 !important;
  padding: 0px 20px !important;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  /* display: grid;
  grid-template-columns: 100%;
  grid-template-rows: min-content min-content auto; */
}

.webinar-card h4 {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.webinar-card h5 {
  margin-top: auto !important;
  color: #4584f2;
  font-size: 18px !important;
  text-transform: none;
}

.featured-webinar h5 {
  line-height: 1 !important;
  margin: 10px 0 0 0 !important;
}

.webinar-card h2 {
  font-size: 20px;
  font-weight: 800;
}

a.webinar-container-link {
  text-decoration: none !important;
}

.featured-webinar.upcoming:after {
  top: -50px !important;
  right: -46px !important;
}

.webinar-card.upcoming:after {
  content: attr(data-highlight);
  position: absolute;
  top: -10px;
  right: -5px;
  color: white;
  background-color: #009dea;
  text-transform: uppercase;
  transform: rotate(45deg) translate(33.3333333333%, -25%);
  padding: 0 15%;
  font-size: .9375rem;
  min-width: 33.3333333333%;
}

.webinar-card {
  height: 100% !important;
}

.featured-webinar h4 {
  margin-top: 0px !important;
}

.webinar-card h2:before {
  display: none;
}

.resources-page .resources-section.published-papers .heading h1:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 41px;
  height: 41px;
  border-radius: 20.5px;
  background-color: #4584f2;
  background-image: url(assets/svg/branding/icon-published-papers-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}

.pp-posts {
  margin-top: 20px;
  width: 100%;
}

.standards-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

a.standards-container-link {
  text-decoration: none !important;
}

.standards-card {
  border: 1px solid #999 !important;
  background: #f6f6f7;
  padding: 0px 20px !important;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: min-content min-content auto;
  transition: .25s;
}

.standards-card:hover {
  background: #E9E9EB;
}

.standards-card h4 {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.standards-card h5 {
  margin-top: auto !important;
  color: #4584f2;
  font-size: 18px !important;
  text-transform: none;
}

.standards-card h2 {
  font-size: 18px;
  font-weight: 400;
}

select.facetwp-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(assets/svg/branding/menu-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  border: 1px solid #cfd4d8;
  padding: 10px 30px 10px 20px;
}

ul.kpp-categories {
  list-style-type: none;
  padding: 0px;
}

ul.kpp-categories a {
  text-decoration: none;
}
