﻿/* DEFAULTS
----------------------------------------------------------*/


/* HEADINGS   
----------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6
    {
        font-size: 1.5em;
        font-variant: small-caps;
        text-transform: none;
        font-weight: 200;
        margin-bottom: 0px;
    }

    h1
    {
        font-size: 1.6em;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    h2
    {
        font-size: 1.5em;
        font-weight: 600;
    }

    h3
    {
        font-size: 1.2em;
    }

    h4
    {
        font-size: 1.1em;
    }

    h5, h6
    {
        font-size: 1em;
    }
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.footerMiddleContent {
    float: left;
    flex-grow: 2;
    padding: 0px 2%;
}

.checkboxWitdth {
    padding-right: 5% !important;
}

.chkOptOut {
    width: 120px;
}

.is-valid {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.is-invalid {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}