.controls {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  color: #8a8a8a;
}
.controls i {
  font-size: 24px;
  cursor: pointer;
}
.controls .active-icon {
  color: rgb(238, 58, 36);
}
.controls select {
  color: #fff;
  background: rgb(238, 58, 36);
  font-size: 0.9em;
  border: unset;
}
.view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 70px;
}
#nw-post.grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
#nw-post.grid article {
  width: 29.3%;
  margin-bottom: 20px;
  flex-shrink: 0;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  display: none;
  box-shadow: 0px 4px 5px #ccc;
  -moz-box-shadow: 0px 4px 5px #ccc;
  -webkit-box-shadow: 0px 4px 5px #ccc;
  -o-box-shadow: 0px 4px 5px #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 15px;
}
#nw-post.grid span {
  font-size: 0.8em;
  margin-bottom: 50px;
}
#nw-post.grid span i,
#nw-post.list span i {
  color: rgb(238, 58, 36);
  margin-left: 10px;
}
#nw-post.grid .contents {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#nw-post.grid .contents a.button {
  text-align: center;
  color: #fff;
  background: rgb(238, 58, 36);
  border-radius: 20px;
  /* display: block; */
  width: 50%;
  margin: 0 auto;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 0.8em;
  margin-top: auto;
  text-decoration: unset;
}
#nw-post.grid p,
#nw-post.list p {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0;
}
#nw-post.list article {
  display: block;
  margin-bottom: 10px;
  flex-shrink: 0;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  display: none;
}
.rv-loader {
  display: none;
  position: relative;
  width: 100%;
  height: 80px;
}
.rv-loader.is-active {
  display: inline-block;
}
.rv-loader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #ee3a24;
  animation: rv-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.rv-loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.rv-loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.rv-loader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes rv-loader {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

/*Events*/
.events-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.events-container .checkboxes {
  flex-basis: 21%;
  font-size: 14px;
  color: #4c4b4b;
}
.events-container .checkboxes h4 {
  border-bottom: 1px solid #ccc;
  color: #111639;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 15px;
  font-family: "Oswald", sans-serif;
}
.events-wrapper {
  flex-basis: 76%;
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}
.events {
  flex-basis: 260px;
  background: #e7e7e7;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
.events:hover {
  background-color: #f7f7f7;
  box-shadow: 0 0 25px rgb(0 0 0 / 21%);
  transition: all 0.3s ease-in-out;
}
.events a {
  text-decoration: unset;
  height: 100%;
  display: block;
}
.events-img-wrapper {
  background: #fff;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 10px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.events-img-wrapper img {
  max-height: 150px;
}
.events h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px slid #ebeef0;
  padding: 0px 0px;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
}
.events p {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}
.events .booth-info {
  font-size: 26px;
  color: #155a9a;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
}
.rv-posts-wrapper {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}
.rv-post {
  width: 32%;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #ececec;
  overflow: auto;
 /*display: none;*/
}
.rv-post .feat-img {
  max-height: 210px;
  min-height: 210px;
  overflow: hidden;
}
.rv-post .feat-img img {
  min-height: 210px;
}
.rv-post .post-content {
  text-align: center;
  padding: 20px;
}
.rv-post h2 {
  font-size: 1.5em;
}
.rv-post .author a {
  font-weight: 800;
  font-size: 0.8em;
  color: #1d2d5c;
}
ul.post-filter {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
ul.post-filter li {
  display: inline;
}
ul.post-filter li a {
  padding: 5px 20px;
  cursor: pointer;
  text-decoration: none;
}
ul.post-filter li.is-active a {
  background-color: #1d2d5c;
  color: #fff !important;
  border-radius: 50px;
}
ul.post-filter::-webkit-scrollbar {
  height: 7px;
  width: 4px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}
ul.post-filter::-webkit-scrollbar-thumb:horizontal {
  background: #1d2d5c;
  border-radius: 5px;
}

@media screen and (max-width: 1199.98px) {
  #nw-post.grid article {
    width: 43.5%;
  }
  .sub-features .loops-wrapper .post {
    width: 48.5%;
  }
  .rv-post {
    width: 47.5%;
  }
  .features .loops-wrapper.list-large-image .post-image,
  .featured-blog-post .post-image {
    float: none !important;
    position: static;
    width: auto;
    max-width: none !important;
    overflow: visible;
  }
}

@media screen and (max-width: 767.98px) {
  .sub-features .loops-wrapper {
    flex-direction: column;
  }
  .sub-features .post-image {
    max-height: unset;
  }
}

@media screen and (max-width: 575.98px) {
  .sub-features .loops-wrapper .post,
  .rv-post {
    width: 100%;
  }

  #nw-post.grid article {
    width: 90%;
  }
}

#sidebar ul.posts-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sidebar ul.posts-categories li {
  margin-bottom: 5px;
}

.press_release .rv-post {
  border: 1px solid rgba(209, 209, 209, 1);
  background-color: rgba(247, 247, 247, 1);
  border-radius: 8px;
  padding: 1.5em;
}

.press_release .rv-post h3 {
  color: #555;
}

.press_release .rv-post a {
  display: block;
  background-color: #e3e3e3 !important;
  color: #1d2d5c !important;
  padding: 5px !important;
  border-radius: 20px;
  text-align: center;
  font-weight: 800;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
}

/* Child category filter */
ul.post-filter li.cat_filter_parent{
  margin-right: 1rem;
}
ul.post-filter li.cat_filter_child{
  display: none;
  padding: 0 1rem;
}
ul.post-filter li.cat_filter_child ul{
  margin-left: 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  margin-bottom: 0px;
}
ul.post-filter li.cat_filter_child ul li{
  margin-right: 1rem;
}
/* select2 filter */
div#custom_select_filter{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
a#select_filter_clear_link:hover{
  cursor: pointer;
}
span.select2-container{
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
span.select2-container span.select2-selection.select2-selection--multiple ul,
span.select2-container span.select2-selection.select2-selection--multiple li{
  margin: 0.125rem 0 0 0.125rem;
}
span.select2-container span.select2-selection.select2-selection--multiple li.select2-selection__choice{
  background-color: #C8C8C8;
}
span.select2-container span.select2-selection.select2-selection--multiple ul li button{
  background-image: none;
}
span.select2-container span.select2-search.select2-search--inline textarea.select2-search__field{
  width: 99%;
  margin: 0 0 4px 3px;
  min-height: unset;
  height: 2rem;
  padding-top: 0.75rem;
}
/* select2 multi arrow */
.select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 19px;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

div#rv-posts-wrapper.rv-posts-wrapper.loops-wrapper.press_release article{
  border-radius: 5px;
  border: 1px solid rgba(219, 219, 219, 1);
  background-color: rgba(255, 255, 255, 1);
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  margin-bottom: 1em;
  width: 100%;
  margin-left: 0;
  clear: both;
  text-align: left;
}
div#rv-posts-wrapper.rv-posts-wrapper.loops-wrapper.press_release article h2{
  font-weight: 400;
  line-height: 2rem;
}
div#rv-posts-wrapper.rv-posts-wrapper.loops-wrapper.press_release article h2 a{
  font-weight: normal;
  font-size: 26px;
  font-family: "Oswald";
  letter-spacing: -1.04px;
}
/* Hubspot submit button on add-incident-collaboration */
body.page-id-40301 form input.hs-button.primary.large{
  margin-top: 1rem;
}
body.page-id-9906 .hbspt-form form input[type="checkbox"].hs-input{
  width: 20px !important;
}
body.page-id-9906 .hbspt-form form input[type="checkbox"].hs-input::before{
  margin-bottom: 10px;
  margin-left: -3px;
}
.hustle-ui.hustle-inline.hustle_module_id_1{ 
  height: 40px;
  /*margin-bottom: 0 !important;*/
}
body.single-post .post-meta .post-category .separator{
  opacity: 1;
}
body.single-post .post-meta .post-category::after{
  content: none;
}
body.single-post .entry-content .hustle-ui.hustle-inline.hustle-show{
  height: auto;
}

.entry-content .hustle-ui {margin-bottom:30px !important}