.dw_row:after {
  content: "";
  display: table;
  clear: both;
}

.dw_column_66 {
    width: 60%;
    float: left;
    margin-right: 4%;
}

.dw_column_33 {
    width: 33%;
    float: left;
}

.dw_column_50 {
    width: 50%;
    float: left;
}

dw_column_100 {
    width: 100%;
}

.dw_text-center {
    text-align: center;
}

.dw_traditional_link {
    color: #0000ff !important; 
    text-decoration: underline !important;
}

.dw_small-heading {
    font-weight: bold !important; 
    font-size: 1em !important; 
    margin-bottom: 0 !important; 
    color: #000 !important;
}

.dw_no-top-margin {
    margin-top: 0;
}

.dw_normal_font {
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

/** Buttons **/
.dw_btn {
    font-size: 1.5em;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
}

.dw_btn-blue {
    background: #1D2E66;
    color: #fff;
}
.dw_btn-red {
    background: #BE1F31 !important;
    color: #fff !important;
}
    .dw_btn-blue:hover, .dw_btn-red:hover {
        color: #fff;
        text-decoration: none;
    }

/** Colors **/
.dw_blue {
    color: #1D2E66 !important;
}

.dw_red {
    color: #BE1F31 !important;
}