/* SELECTRIC 
* /////////////////////*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
  width: 100%;
  text-align: left
}

.selectric-responsive {
  width: 100%
}

.selectric {
  border: 1px solid #afafaf;
  background: #fff;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 63px 0 25px;
  font-size: 16px;
  line-height: 50px;
  color: #000;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.selectric .selectArrow {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
  height: 30px;
  color: #000;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode,Arial Unicode MS,Arial;
  border-left: 1px solid #b9c1c8
}

.selectric .selectArrow:after {
  content: "\f0dd";
  font-family: fontAwesome;
  font-size: 16px;
  color: black;
  top: 13px;
  position: relative
}

.selectric-focus .selectric {
  border-color: #aaa
}

.selectric-hover .selectric {
  border-color: #c4c4c4
}

.selectric-hover .selectric .selectArrow {
  color: #a2a2a2
}

.selectric-hover .selectric .selectArrow:after {
  border-top-color: #a2a2a2
}

.selectric-open {
  z-index: 9999
}

.selectric-open .selectric {
  border-color: #c4c4c4
}

.selectric-open .selectric-items {
  display: block
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0
}

.selectric-hide-select select {
  position: absolute;
  left: -100%
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: 0;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #afafaf;
  z-index: -1
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%
}

.selectric-items ul,.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
  text-align: left
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #000;
  cursor: pointer
}

.selectric-items li.selected {
  background: #f0f0f0;
  color: #444
}

.selectric-items li.highlighted {
  background: #f0f0f0
}

.selectric-items li:hover {
  background: #f0f0f0
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: .5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0;
  color: #444
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1
}

.selectric-items .selectric-group li {
  padding-left: 25px
}


body{
  /*   font-family: 'Helvetica W01 Condensed' !important; */
}

.page-center{
  padding-left:1em;
  padding-right:1em;
}

.saas-hubdb-resources-1 .page-center{
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.flex-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.saas-hubdb-resources-1 .resource-navigation{
  background-color:#0061d5;
}



.saas-hubdb-resources-1 select::-ms-expand {
  display: none;
}

.saas-hubdb-resources-1 .resource-navigation .span6 {
  padding: 0 0.5em;
  min-width: 220px;
}
.saas-hubdb-resources-1 #resourceTopics {
  line-height: 1.6;
  margin: 0 auto;
  padding: 1em 0;
  width: 100%;
  justify-content: center;

}
.resources-1 .resource-navigation .sortBy,
.saas-hubdb-resources-1 #resourceTopics {
  vertical-align: middle;
}
.saas-hubdb-resources-1 #resourceTopics .selectric {
  display: flex;
  flex-wrap: nowrap;
}
.saas-hubdb-resources-1 #resourceTopics .selectric .button {
  padding: 15px 20px;
  margin-left: auto;
}
.saas-hubdb-resources-1 #resourceTopics .selectric .label {
  margin: 0 10px;
}
.saas-hubdb-resources-1 .post-item h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px;
  color: #525252;
}
.saas-hubdb-resources-1 .post-item h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428571428571429;
  color: #0061d5;
  margin: 0;
  text-transform: uppercase;
}

.saas-hubdb-resources-1 .post-item p a {
  font-size: 17px;
  font-weight: 700;
}

.saas-hubdb-resources-1 .post-item .featured-image {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 150px;
}


.saas-hubdb-resources-1 .post-item .featured-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.saas-hubdb-resources-1 .post-item .resource-topics {
  margin: 0;
  color: #0061d5;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}
.resources-1 .resource-item a.button {
  margin-top: auto;
}
.resources-1 .resource-item a.button:hover {
  opacity: 1;
}
.saas-hubdb-resources-1 .results-section {
  padding: 80px 0 40px;
}

.saas-hubdb-resources-1 .resource-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.saas-hubdb-resources-1 .resource-list .resource-item-wrapper {
  list-style: none;
  width: 50%;
  padding: 30px;
}
.saas-hubdb-resources-1 .resource-list .resource-item {
  padding: 40px;
  background: #f8f8f8;
  display: flex;
  height: 100%;
}

.saas-hubdb-resources-1 .resource-list .resource-item .featured-image {
  flex: 225px 0 0;
/*   max-width:155px;
  width:100%; */
}
.saas-hubdb-resources-1 .resource-list .resource-item .resource-item-content {
  padding-left: 25px;
}
.saas-hubdb-resources-1 .resource-list .resource-item .resource-item-content h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  color: #0061d5;
  margin: 0 0 10px;
}

.saas-hubdb-resources-1 .item-link{
  color: #0061d5;
}

.saas-hubdb-resources-1 .resource-item .tag {
  font-family:"Fira Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 0.3em !important;
  display: block;
  font-size: 18px;
  color:#0061d5;
  text-transform: capitalize;
}

.saas-hubdb-resources-1 .resource-list .resource-item .resource-item-content h3 {
  color: #525252;
  font-size: 28px;
  margin: 0 0 40px;
  line-height: normal;
}

.saas-hubdb-resources-1 .resource-item-content .item-snippet{
  font-size:0.85em;
}

.saas-hubdb-resources-1 div.blog-pagination,
.saas-hubdb-resources-1 div.blog-pagination nav {
  width: 100%;
  margin: 0;
  padding: 0;
}
.saas-hubdb-resources-1 ul.blog-pagination {
  margin: 0 0 100px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.saas-hubdb-resources-1 ul.blog-pagination li:not(.previous-posts-link):not(.next-posts-link) {
  margin: 0 2.5px;
}
.saas-hubdb-resources-1 ul.blog-pagination li:not(.previous-posts-link):not(.next-posts-link) a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  color: #0061d5;
  border: 1px solid #0061d5;
  line-height: 1em;
  width: 35px;
  height: 35px;
}
.saas-hubdb-resources-1 ul.blog-pagination li.active:not(.previous-posts-link):not(.next-posts-link) a,
.saas-hubdb-resources-1 ul.blog-pagination li:not(.previous-posts-link):not(.next-posts-link) a:hover {
  opacity: 1;
  color: #fff;
  background: #0061d5 !important;
}
.saas-hubdb-resources-1 ul.blog-pagination li.active:not(.previous-posts-link):not(.next-posts-link) a {
  cursor: default;
}

.saas-hubdb-resources-1 .blog-pagination ul.blog-pagination .previous-posts-link a,
.saas-hubdb-resources-1 .blog-pagination ul.blog-pagination .next-posts-link a {
  border:0;
}
.saas-hubdb-resources-1 .blog-pagination .previous-posts-link { left: 0; }
.saas-hubdb-resources-1 .blog-pagination .next-posts-link { right: 0; }

.blog-pagination a{
  border-radius:0;
  margin:0;
}

.saas-hubdb-resources-1 .blog-pagination ul.blog-pagination .previous-posts-link a, 
.saas-hubdb-resources-1 .blog-pagination ul.blog-pagination .next-posts-link a{
  background-color: transparent;
}

.saas-hubdb-resources-1 select{
  -webkit-appearance: none; appearance: none
}

@media(max-width: 1049px) {
  .saas-hubdb-resources-1 .resource-list .resource-item-wrapper {
    list-style: none;
    width: 100%;
    padding: 0 0 50px;
    max-width: 700px;
    margin: 0 auto;
  }
  .saas-hubdb-resources-1 .resource-list {
    flex-direction: column;
  }
  .saas-hubdb-resources-1 .resource-list .resource-item .resource-item-content h3 {
/*     margin: 15px auto; */
  }
}

@media(max-width: 767px) {
  .saas-hubdb-resources-1 .resource-navigation .span6 {
    padding: 0 5px;
    max-width: 300px;
  }
}

@media(max-width: 530px) {
  .saas-hubdb-resources-1 .resource-list .resource-item {
    display: block;
  }
  .saas-hubdb-resources-1 .resource-list .resource-item .featured-image {
    margin: 0 0 25px;
    text-align: left;
  }
  .saas-hubdb-resources-1 .resource-list .resource-item {
    padding: 40px 15px;
  }
  .saas-hubdb-resources-1 .resource-list .resource-item .resource-item-content {
    padding: 0;
  }
}




@media(max-width: 480px) {
  #resourceTopics form{
    -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  }

  .saas-hubdb-resources-1 .resource-navigation .span6 {
    margin: 0.5em auto !important;
    width: 100%;
    text-align: center;
  }

  .saas-hubdb-resources-1 select {
    width: 100%;
  }
}

/* ADDITIONAL STYLE 
* /////////////////////////////*/
.resources-1 .resource-item .featured-image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 225px;
  width: 100%;
}

span.filter-header-title {
  display: block;
  font-size: 17px;
  color:#fff;
  line-height: 1.6;
}


.saas-form-1 .hs-error-msgs label{
  color:#fff !important;
}

/* NAV BAR  */
#resourceTopics form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width:500px;
  margin: auto !important;
  width:100%;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}

.saas-hubdb-resources-1 select {
  border-radius: .3em;
  padding: .75em 3em .75em 1em;
  font-size: 19px;
  color: #333;
  -webkit-appearance: none;-moz-appearance: none;appearance: none;
  position: relative;
  background-image: url(https://f.hubspotusercontent20.net/hubfs/7574920/select-down.svg);
  background-position: calc(100% - 0.5em) center;
  background-size: 1em;
  border: 1px solid #afafaf;
  background-repeat: no-repeat;
  border-radius: 0;
}


#form_id{
  /*   font-family:'Helvetica W01 Condensed', Lato,sans-serif !important; */
}

