ul.withBullets{
    list-style: disc;
    margin-left: 20px;
}
form p a{
    text-decoration: underline;
}
#contentSections a:not(.button){
    text-decoration: underline;
}
#dubblog-featured-article{
    background-color: #000;
}
#dubblog-featured-article figure{
    max-width: 200px;
    margin-right: 40px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
    font-size: 1.2em;
}
#hs_show_banner_button{
    display: none;
}
#blog-section .blog-image figure img{
    width: 300px;
}
/*Homepage form style */
p#log.submitted {
    padding: 30px;
    border: 2px solid #006189;
    margin: 40px 0px 100px 0px;
    background: white;
    color: #363636;
    font-weight: 700;
}
p#log.submitted a {
    text-decoration: underline;
    color: #006189;
}
p#log.submitted a:hover {
    text-decoration: none;
    color: #006189;
}
.required:after {
content:" *";
color: #fa056b;
}
#partner-program-information-form label{
    text-align: left;
}
/* Content style */
.dubblog-post a {
    text-decoration: underline;
}
.dubblog-post a:hover {
    text-decoration: none;
}
#dubblog section article.media .image{
    max-width: 200px;
}
#features-section a {
    text-decoration: none;
}
#features-section a:hover {
    text-decoration: none;
}
.content a.button, #features-section a.button {
    text-decoration: none;
}
#demo-form-hero .awards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 3rem 0;
    flex: none;
    width: 80%;
}
#demo-form-hero .awards-wrapper.isHidden {
    display: none;
}
#dubblog figure.box {
   padding:0; 
}
#dubblog figure.image.box.large {
   max-width: 250px; 
}
#dubblog figure.image.box.medium {
   max-width: 200px; 
}
#dubblog figure.image.box.small {
   max-width: 150px; 
}
@media screen and (max-width: 1023px) {
    #dubblog .dubblog-post .author figure img {
        max-width: 128px;
    }
    #dubblog figure img {
      max-width:100px; 
    } 
    #dubblog figure.image.box.large {
       width: 100px; 
      padding: .5rem;
      margin-right: .8rem !important;
      margin-bottom: .8rem;
    }
    #dubblog figure.image.box.medium {
       width: 100px; 
      padding: .5rem;
      margin-right: .8rem !important;
      margin-bottom: .8rem;
    }
    #dubblog figure.image.box.small {
       width: 100px; 
      padding: .5rem;
      margin-right: .8rem !important;
      margin-bottom: .8rem;
    }
    #dubblog-featured-article figure{
    max-width: 100px;
    margin-right: 20px;
}

}


/* blog pagination */
.blog-pagination {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px dashed #b5b5b5; }

.blog-pagination a.hidden {
    visibility: hidden;
}

/*General styles*/

    .paddingbottom-150{
        padding-bottom:120px;   
    }
   
    .align-left label, .align-left h2, .align-left p{
        text-align:left;
    }
    
    .align-left p.control{
        text-align:center;
    }

/*partners*/
.partner-details{
    width:fixed;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin: 50px 0px 0px 0px;
}
.partner-details td{
    width: 20%;
    border-right: 2px dashed orangered;
    padding: 25px;
}
.partner-details td:last-child{
    border-right: none;
}
.partner-details tr:last-child{
    border-top: 3px dashed hotpink;
}

#homepage #features-section.align-left{
    padding-top: 10rem;
}

#features-section{
    padding-bottom: 0;
}
.partner-details-mobile .column {
    float: left;
}


#partnerLogos .box{
    text-align:center;
}

#partnerLogos img{
    height: 56px;
}

.box.content{
    position: relative;
    height: 100%;
}
    
.skip-to-content-link {
  background: #000;
  color: #FFF;
  height: 30px;
  left: 0px;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.skip-to-content-link:hover{
    color:#fff;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
  z-index:2;
}
#demo-form-hero form label, #homepage .get-started form#report-form label, #homepage .get-started form#report-form .control.has-icons-left .icon{
    color: #363636;
}
#demo-form-hero .title, #demo-form-hero form label:hover, #homepage .get-started form#report-form label:hover, #homepage .get-started form#report-form .control.has-icons-left .icon{
    color: #363636;
}
#demo-form-hero form input, #homepage .get-started form#report-form input {
    background: transparent;
    border: 1px solid #363636;
    color: #000;
}

#demo-form-hero form input:focus, #demo-form-hero form input:hover, #homepage .get-started form#report-form input:focus, #homepage form#report-form input:hover {
    border-color: #000;
}
#homepage .get-started form#report-form .control.has-icons-left input:focus ~ .icon, #homepage .get-started form#report-form .control.has-icons-left input:hover ~ .icon{
    color: #000;
}
#demo-form-hero{
    background: none;
    color: #363636;
    padding-bottom: 0;
}
form#demo-form{
    width: 100%;
}
@media screen and (min-width: 1024px) {
    #g2reviews section#blog-section .container {
            flex: none;
            width: 50%;
    }
}

#g2awards-hero .container {
    flex-direction: column;
    align-content: center;
    text-align: center;
}
#g2awards-hero .container > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#g2awards-hero .awards-wrapper {
    flex-wrap: wrap;
    width: 65%;
    justify-content: center;
    margin-top: 14px;
}
#g2awards-hero .awards-wrapper div {
    flex: 1 1 calc(100% / 4);
    max-width: 25%;
    text-align: center;
}
#g2awards-hero .awards-wrapper img {
    width: 100px;
    margin: 0 10px;
}
#g2awards-hero h2 {
    text-align:center;
}
#g2awards-hero .g2-rating-wrapper {
    margin-right:0;
}
#subscribe-form p{
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    #g2awards-hero .awards-wrapper {
        width: 90%;
    }
    .partner-info-button{
        white-space: normal;
        height: auto;
    }
    .blog-pagination {
      margin-bottom: 1rem; 
    } 

}
@media screen and (min-width: 768px) {
    #homepage-hero .homepage-hero-tagline .subtitle{
        margin-top: 1rem;
    }
}
.has-text-highlight {
  background-color: #6cf8a2;
}
a.button.is-dark.is-lightblue{
  background-color: #6cf8f8;
}
  a.button.is-dark.is-lightblue:hover,
  a.button.is-dark.is-lightblue:focus{
    background-color: #54e8e8 !important;
    color: #030a1c;
  }
#homepage #blog-section {
  margin-top: 0;
}