﻿.three-column-text{
    background-color: #efefef!important;
}
.section-what-you-need-to-know-card{
    border-right:1px solid #dddddd;
    height: 100%;
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    margin-left: 0px;
}

.section-what-you-need-to-know-title{
    padding:30px;
}

.section-what-you-need-to-know-description{
    padding:30px;
    color: #666666;
    min-height: 200px;
}

.section-what-you-need-to-know-link{
    padding:30px;
    font-weight: bold;
    font-size: .9em;
}

.section-what-you-need-to-know-link:after {
    position: absolute; /* Prevent underline of arrow */
    padding-left:2px; /* Add a little space between text and arrow */
    content: "\00bb"; /* Unicode hex for &raquo; */
}

.phone .three-column-text{
    background-color: #ffffff!important;
}

.phone .section-what-you-need-to-know-card{
    background-color: #efefef!important;
    border-bottom:0;
    height: 100%;
    display:flex;
    flex-wrap: wrap;
    margin-bottom:4px;
}

.phone .section-what-you-need-to-know-title{
    padding:20px;
    display: flex;
}

.phone .section-what-you-need-to-know-description{
    padding:20px;
    color: #666666;
    min-height: 0;
}

.phone .section-what-you-need-to-know-link{
    padding:20px;
    font-weight: bold;
    font-size: .9em;
}