/* NAVY #13294b, ORANGE #f68d2e,  BLUE #6cace4, GREY #dde5ed, RED #f93822, GREEN #009739  */

/* Hubspot chat icons */
.kJZtcc{
    width:50px !important;
    height:50px !important;
}


#ccc-icon{
    left: 1em !important;
    bottom: 1em !important;
    background:#f68d2e; 
    border-radius: 50%;
    -webkit-transition:background-color .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition:transform .3s ease-in-out,background-color .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
#ccc #ccc-icon:hover, #ccc span.checkbox-toggle-toggle:hover{
    background:#6cace4 !important; 

}
#ccc-icon:hover img{
 -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
-webkit-transition:ease-in-out;   
}
#ccc-icon:hover{
-webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)    
}

#ccc .checkbox-toggle-on, #ccc .checkbox-toggle-off{
    text-transform: uppercase;
}

#ccc #ccc-content{
    background-image:     linear-gradient(315deg,#f68d2e,transparent 50%),linear-gradient(40deg,#6cace4 10%,transparent 63%);
}

.whr-info{
    display:inline
}
.whr-info li{ margin-left: 0; padding-left: 0;}

.whr-info .whr-date, .whr-info .whr-code{
    display: none;
}

.whr-location{
    font-size: 1em;
    color: #13294b;
    list-style:none;
    background-image: url('https://uploads-ssl.webflow.com/607ef7a9757a0319beb2dae2/610862d141280f0ea9741951_icon_small-location.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-y: 1px;
}
.whr-location span{
    padding-left: 1.2em;
}

.whr-items .whr-item{ margin-bottom: 1em;}
.article ul, .article ol{ 
font-size: 1.2rem !important;
margin-bottom: 1em !important;
}

li ol, li ul {
    margin: 1em 0 !important;
}
li p{ font-size: 1.2rem !important}

.article ol li ol li{
    list-style-type: upper-roman;
}

.article table{ margin-bottom: 1em}

.article table p{margin:0; padding: 0;}
.article table td{ padding: 0.5em}
.article table tr:first-child td{ color: white !important; background-color:#13294b !important; }

.help--card{border:1px solid #dde5ed;}


.recent-activity-item{ font-size: 1em}