/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.limitedWidthTextCt {
  max-width: 600px; 
  margin: auto !important; 
  float: none !important;
}

.caseCardCt {
  padding: 2em 1em;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.oneLinerFixedHeight {
  height: 3em;
}
.team-member-headshot img {
  background-color: #f7f7f7 !important;
}

.resourceBtn a {
  padding: 10px 30px !important;
}

.resourceBtn {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 600px) {
.resourceBtn {
  text-align: center !important;
  } 
}
  h
.resourcesPageBox {
  padding: 5px;
}

.resourcesPageInnerBox {
  background: #F2F2F5; 
  padding:  20px;
}

 .resourcesPageImage {
  min-width: 300px !important;
  min-height: 140px !important;
  object-fit: cover;
}

.resourcesPageBoxIcon {
  position: fixed !important;
}   

.resourcesPageInnerBoxText {
  padding-top: 5px; 
  text-align: center;
} 

.resourcesPageBoxVideo {
  background: #F2F2F5;
  text-align: left;
  padding: 30px 30px 20px 30px;
}  

.webinarBoxHeadingText {
  padding-bottom: 10px;
}

.webinarBoxIcon {
  text-align: right;
  float: left; 
  padding-right: 10px;
}

.webinarBoxIcon img {
  max-width: 24px !important;
}

.resourcesPageBoxVideoText {
}  

@media only screen and (max-width: 600px) {
.resourcesPageBoxVideoText {
       text-align: center !important;
       margin: auto!important;
       float: none!important;
    }
} 
.rounded-corners img {
  border-radius: 10px; !important;
}
.rounded-top-corners img {
  border-radius: 10px 10px 0px 0px; !important;
}