.cta_col_primary_option {
    background-color: rgba(255, 255, 255, 0.25);
}

.cta_col_secondary_option {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0.9;
    /*-webkit-transform: scale(0.9);*/
}

.cta_col_primary_option:hover {
    background-color: rgba(255, 255, 255, 0.3);

}

.cta_col_secondary_option:hover {
    opacity: 1;
}

.cta-col--content {
    position: relative;
    padding: 20px;
    padding-bottom: 30px;
}

.cta-columns {
    padding-top: 0px;
}

.cta-col-items {
}

.cta-row {
    margin-bottom: 30px !important;
}

.cta-col-2 {
}

.cta-col--content h2 {

    /*margin: -2rem 0 2rem 0;*/
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 300;
}

.cta_col_secondary_option h2 {
    font-size: 2.0rem;
    letter-spacing: -1px;
}

.cta_col_primary_option .cta-col--content .button {

    color: #FFFFFF;
    padding: 0.7rem 2rem;
    margin-top: 0rem;
    /*background: rgba(255, 255, 255, 0);*/
    /*border: 1px solid #FFFFFF;*/
    border-radius: 3px;
    box-shadow: none;
    font-size: 1.3rem;
}

.cta_col_secondary_option .cta-col--content .button {
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;

}

.cta_col_secondary_option .cta-col--content .button:hover {
    /*border: 1px solid #FFFFFF;*/

}

.cta-col--bottom {
    margin-top: 7px;
    font-size: 75%;
    line-height: 1.25;
}

.cta-col--bottom a {
    color: #ffffff;
}