.narrowCenter {
  max-width:620px;
  margin:0 auto;
  padding:10px;
}
.page-center {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#hs_cos_wrapper_module_167717764220315{
  padding: 40px 0 120px;
  background-color: rgba(247, 248, 253, 1);
}

#resource_filter select  {
    appearance:none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    color: #0080a7;
    font-size: 16px;
    width: 100% !important;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding: .5rem 0;
    transition: all 300ms ease;
    cursor:pointer;
}
.selectArrow {
  position:relative; 
}
#resource_filter .filter .dropdown:after  {
    display: block;
    content: "\2193";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(0%);
    color: #0080a7;
    font-weight: 700;
}
.headlineArea {}
.headlineArea img {
  max-width: 450px;
  height:auto;
}

.listingGrid {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  flex:1;
}

.resourceCard-outter {
  width: 50%;  
  border-bottom:1px solid #000;
}

.listingGrid .resourceCard-outter:nth-child(8),
.listingGrid .resourceCard-outter:nth-child(9)
{
/*   border-bottom:0; */
}

.resourceCard-card {
  position:relative;
  height: 100%;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
  overflow:hidden;
}
.resourceCard-card:hover {
}
a:hover {
  text-decoration: none;
}
.cardContent { 
  padding: 50px 40px;
}

.cardContent p{
  color: #23334C;
}

.cardType {
  font-size: 15px;
  font-weight:bold;
  color:#20252c;
}
.cardType span{
  padding-bottom: 20px;
  display: block;
}

.cardType img{  
  width: auto;
  max-width: 100%;  
  min-height: 50px;
  max-height: 50px;
}

.cardTitle {  
  padding: 26px 0;
  color:#23334C;
}
.cardDate { 
  font-size:18px;
  color:#20252c;
}

.nPag {
  padding: 20px; 
}
.nPag a.active,
.nPag a:hover {
  font-weight: bold; 
  color:#20252c;
}

/* type classes */
.typeColor {
  width:100%;
  height: 10px;
  padding-bottom:10px;
}
.typepdf {
  background:#20252c;
}
.typemarketing {
  background:#20252c;
}
.typewpguides {
  background:#20252c;
}
.typewebinar {
  background:#20252c;
}
.typevideo {
  background:#20252c;
}

.press-content-wrapper h1{
  margin-bottom:80px;
}

.press-index__post--large{
  margin-bottom:92px;
  display:flex;
  flex:1 0 100%;
}

.press-index__post--large h2{
  margin: 20px 0;
  line-height: 52px;
}

.press-index__post--large h3{
  margin: 20px 20px 10px 0px;
  line-height:40px;
}

.press-index__post-image{
  background-size:60%;
}

.press-index__post-content{
  background: #23334C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 60px 0 60px 60px;
  gap:5px;
}

.press-post__timestamp_small{
  font-size: 12px;  
  background: #E3F5F1;
  border-radius: 2px;
  display: inline-block;
  padding: 6px 12px;
  inline-size: max-content;
}

.press-index__post--large a,
.press-index__post--large p{
  color:#fff;
}

.press-index__post-image{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
}

.press-latest__btn{
  margin-top:20px;
}

.press-latest__btn a{
  border-radius: 28px;
  background: #E3F5F1;
  padding: 16px 40px;
  color: #23334C;
}

.press-content-wrapper .press_title{
  margin-bottom: 60px
}

.press-blog-pagination{
  margin-top:40px;
}

.press_link{
  text-decoration:underline;
}

@media(max-width:768px){
 .resourceCard-outter {
    width: 100%;    
  } 
  
  .press-content-wrapper h2{
    margin-bottom:margin-bottom:30px
  }
}
