/* FONTS */
@import url(http://www.lexisnexis.com/risk/insurance-analytics/fonts/droidserif_bold_macroman/stylesheet.css);
@import url(http://www.lexisnexis.com/risk/insurance-analytics/fonts/droidserif_bold_macroman/specimen_files/specimen_stylesheet.css);
@import url(http://www.lexisnexis.com/risk/insurance-analytics/fonts/droidserif_bolditalic_macroman/stylesheet.css);
@import url(http://www.lexisnexis.com/risk/insurance-analytics/fonts/droidserif_bolditalic_macroman/specimen_files/specimen_stylesheet.css);
@import url(http://www.lexisnexis.com/risk/insurance-analytics/fonts/droidserif_italic_macroman/stylesheet.css);
@import url(http://www.lexisnexis.com/risk/insurance-analytics/fonts/droidserif_italic_macroman/specimen_files/specimen_stylesheet.css);
@import url(http://www.lexisnexis.com/risk/insurance-analytics/fonts/droidserif_regular_macroman/stylesheet.css);
@import url(http://www.lexisnexis.com/risk/insurance-analytics/fonts/droidserif_regular_macroman/specimen_files/specimen_stylesheet.css);
@import url(http://www.lexisnexis.com/risk/insurance-analytics/fonts/sourcesanspro/specimen_files/specimen_stylesheet.css);
@import url(http://www.lexisnexis.com/risk/insurance-analytics/fonts/sourcesanspro/stylesheet.css);

/* COLORS */
@gray: #646569;
@light-blue: #b0d5ee;
@light-gray: #e8e8e8;
@navy: #002e6d;
@red: #ed1c24;
@teal: #00748d;
@white: #FFFFFF;

a{
    text-decoration: underline;
}
body{
    background-color: @white;
    color: @gray;
    font-family: 'source_sans_proregular', Helvetica, sans-serif;
}
button,
button:hover{
    background-color: @red;
    color: @white;
    padding: 15px 40px;
    font-family: 'source_sans_prosemibold', helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.button,
.button:hover{
    display: block;
    background: @red;
    color: @white;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'source_sans_proregular', helvetica, sans-serif;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.page{
    background-color: @white;
    box-shadow: 0 0 70px @light-gray;
    padding: 0 20px;
}
@media screen and (max-width: 40em){
    .page{
        padding: 0;
    }
    body{
        > .row{
            > .columns{
                padding-left: 0;
                padding-right: 0;
            }
        }
    }
}
.row{
    max-width: 1060px;
}
.logo{
    width: auto;
    max-height: 101px;
}
.banner{
    img{
        width: 100%;
        height: auto;
        max-width: 990px;
    }
}
.intro{
    padding: 30px 0;
    h2{
        font-size: 22px;
        color: @teal;
    }
    p{
        font-size: 18px;
        padding: 20px 0;
    }
    quote{
        display: block;
        color: @gray;
        font-size: 24px;
        font-family: 'droid_serifitalic', 'Times New Roman', serif;
        line-height: 36px;
        padding: 30px 0;
        text-align: center;
    }
    @media screen and (max-width: 40em){
        quote{
            font-size: 20px;
            line-height: 26px;
            padding: 15px 0;
        }
    }
}
.iconButton{
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 10px;
    img{
        margin: 20px 0;
    }
    .button{
        font-family: 'source_sans_prosemibold', helvetica, sans-serif;
        text-transform: none;
        sup{
            font-size: 0.6em;
        }
    }
}
.tabSection{
    .tabs{
        border-width: 0;
        margin-left: 0;
        > li{
            &.tabs-title{
                > a{
                    border-width: 0;
                    font-family: 'source_sans_prosemibold', helvetica, sans-serif;
                    font-size: 28px;
                    text-align: center;
                    text-transform: uppercase;
                    padding: 40px;
                }
                @media screen and (max-width: 40em){
                    > a{
                        font-size: 12px;
                        padding: 20px 0;
                    }
                }
                &.is-active{
                    margin-top: -10px;
                    padding-top: 10px;
                }
            }
        }
    }
    .tabs-panel{
        clear: both;
        padding: 40px 0;
        font-size: 20px;
        line-height: 26px;
        @media screen and (max-width: 40em){
            font-size: 16px;
            line-height: 20px;
        }
        h2 {
            border-width: 3px;
            border-style: solid;
            padding: 30px;
            text-transform: uppercase;
            text-align: center;
            font-family: 'source_sans_prosemibold', helvetica, sans-serif;
            font-size: 28px;
            margin: 0 0 40px;
        }
        @media screen and (max-width: 40em){
            h2{
                padding: 10px;
                font-size: 16px;
            }
        }
        hr{
            border-width: 0 0 1px;
            border-style: solid;
            margin: 25px 0;
        }
        .icon{
            width: 100%;
            height: auto;
            max-width: 88px;
        }
        .button{
            font-size: 12px;
            max-width: 88px;
            padding-left: 5px;
            padding-right: 5px;
            margin: 12px 0 0;
            line-height: normal;
        }
    }
    .tabEnhance{
        background-color: @light-blue;
        color: @navy;
        &.tabs-title{
            > a{
                background-color: @light-blue;
                color: @white;
            }
        }
        h2 {
            border-color: @white;
            color: @white;
        }
        hr{
            border-color: @white;
        }
    }
    .tabStrengthen{
        background-color: @navy;
        color: @white;
        &.tabs-title{
            > a{
                background-color: @navy;
                color: @white;
            }
        }
        h2 {
            border-color: @white;
            color: @white;
        }
        hr{
            border-color: @white;
        }
    }
    .tabReduce{
        &.tabs-title{
            > a{
                background-color: @teal;
                color: @white;
            }
        }
        background-color: @teal;
        color: @white;
    }
}
.formSection{
    h2{
        background-color: #ed1c24;
        color: #FFFFFF;
        font-family: 'source_sans_prosemibold', helvetica, sans-serif;
        font-size: 19px;
        float: left;
        margin: 40px 0 40px -4.45em;
        padding: 5px 20px 5px 2.45em;
        text-transform: uppercase;
    }
    @media screen and (max-width: 40em){
        h2{
            position: absolute;
            left: 0;
            right: 0;
            margin: 0;
            padding: 5px 0;
            font-size: 14px;
            text-align: center;
            width: 100%;
        }
    }
    h3{
        font-size: 22px;
        color: @navy;
        margin-bottom: 27px;
    }
    @media screen and (max-width: 40em){
        h3{
            margin-top: 50px;
            font-size: 17px;
        }
    }
    small{
        display: block;
        text-align: center;
        font-size: 12px;
        padding: 50px 0;
        line-height: 16px;
        a{
            color: inherit;
        }
    }
    button{
        padding-left: 0;
        padding-right: 0;
    }
}