.dark-blue-btn {
    background-color: #080533!important;
    color: #fff!important;
    border: 3px solid #080533!important;
}

.insight-block-container .insight-block .insight-block-card {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    padding-bottom: .75rem;
	height: 150px;
}
.insight-block-container .insight-block {
    width: 250px;
    margin: .75rem;
}
.insight-block-container {
    margin-top: -.75rem;
    margin-left: -.75rem;
    width: 100%;

}
.au-btn, a.au-btn {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: .5rem 1.5rem;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    border-radius: 4px;
    background-color: #00698f;
    border: 3px solid #00698f;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: background .1s ease,border .1s ease,color .1s ease;
    transition: background .1s ease,border .1s ease,color .1s ease;
}


.bg--blue{
background-color: #080533!important;
    height: 200px;
    color: white;
    padding: 20px;
}