/* basic-page.css */

.basic-page {
    font-family: Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5;
}

/* alt style */
.basic-page .module_hero {
    border-bottom: 32px solid #007481;
}

.basic-page .module_hero .image {
    height: 480px;
}

.basic-page .module_hero .image .gradient {
    height: 480px;
}

.basic-page .module_hero .text {
    top: -480px;
    margin-bottom: -480px;
    line-height: normal;
}

.basic-page .module_hero .text h1 a {
    color: #ffffff;
    text-decoration: none;
}

.basic-page .module_hero .text h1 a:hover {
    text-decoration: underline;
}
/* END alt style */

.basic-page .hero {
    background-color: #6c9ca1;
    border-bottom: 32px solid #007481;
}

.basic-page .hero h1 {
    padding: 1em 0.75em;
    margin: 0;
    line-height: 1.4;
    font-size: 3.5em;
    color: #ffffff;
    text-align: left;
}

.basic-page .hero h1 span {
    font-size: 50%;
    display: block;
}

/*

    Ex:
    <span class=\"smaller-text\">Cancellation of Workers' Compensation, Disability and Paid Family Leave benefits Insurance Policies Impacted by Executive Order 202.13</span>"

*/

.basic-page .hero h1 span.smaller-text {
    display: block;
    font-size: 75%;
    line-height: 1.4;
}

.basic-page .hero h1 span.smaller-text span {
    font-size: 100%;
    display: inline;
}

.basic-page #content a.breadcrumb i {
    margin-right: 6px;
}

.basic-page #content a.breadcrumb:visited,
.basic-page #content a.breadcrumb {
    font-size: 0.75em;
    /*text-decoration: none;*/
    color: #24387e;
    text-transform: uppercase;
}

.basic-page #content a.breadcrumb:hover, 
.basic-page #content a.breadcrumb:focus {
    /*text-decoration: underline;*/
}

.basic-page #content h1.content-heading {
    color: #007481;
    font-size: 2em;
    text-align: center;
    margin: 0 0 42px 0;
    padding: 1em 0;
    border-bottom: 2px solid #666666;
}

.basic-page #content h2.content-heading {
    color: #007481;
    font-size: 2em;
    text-align: center;
    margin: 0 0 42px 0;
    padding: 1em 0;
    border-bottom: 2px solid #666666;
}

.basic-page #content h1  {
    color: #007481;
    font-size: 2em;
    text-align: center;
    margin: 0 0 42px 0;
    padding: 0;
    border-bottom: 0;
}

.basic-page #content {
    width: 80%;
    max-width: 1280px;
    padding: 0 60px 60px 60px;
    margin-left: auto;
    margin-right: auto;
}


/* form button */
    .basic-page #content input.button {
        transition: none;
        margin: 0;
        text-transform: uppercase;
        font-size: 0.9rem;
        width: auto;
        font-family: Arial, sans-serif;
        
        /* foundation */
        
            display: inline-block;
            text-align: center;
            line-height: 1;
            -webkit-appearance: none;
            vertical-align: middle;
            border: 1px solid transparent;
            padding: 0.85em 1em;
            background: #007481;
            color: #fff;
            
        /* END foundation */
    }

    /* foundation */

    .basic-page #content input.button[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
        white-space: break-spaces;
    }

    .basic-page #content input.button:hover, 
    .basic-page #content input.button:focus {
        background: #094b51;
        color: #fff;
    }

    .basic-page #content input.button::-moz-focus-inner,
    .basic-page #content input[type="reset"]::-moz-focus-inner,
    .basic-page #content input[type="button"]::-moz-focus-inner,
    .basic-page #content input[type="submit"]::-moz-focus-inner {
        border: none;
    }

    /* END foundation */
/* END form button */


.basic-page #content .no-content-heading {
    margin-top: 42px;
}

.basic-page #content h2 {
    color: #007481;
    font-size: 1.75em;
    margin-top: 1.5em;
}

.basic-page #content h2.first-section {
    margin-top: 0;
}

.basic-page #content h3 {
    color: #555555;
    font-size: 1.5em;
    margin-top: 1.2em;
}

.basic-page #content h4 {
    color: #000000;
    font-size: 1.25em;
    margin-top: 1em;
}

/*.basic-page #content a:visited {
    color: #990000;
}*/

.basic-page #content a {
    color: #004DD1;
    /*text-decoration: none;*/
}

.basic-page #content a:hover {
    color: #154973;
    /*text-decoration: underline;*/
}

.basic-page #content li, 
.basic-page #content li p {
    margin: 0.65em 0;
}

.basic-page .hero p.button-box {
    padding: 0 42px 42px 42px;
    margin: 0;
}

.basic-page .hero .button,
.basic-page #content .button:visited,
.basic-page #content .button {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #007481;
    display: inline-block;
    margin: 0.5em 1em 0.5em 0;
    padding: 1em;
    text-align: center;
}

.basic-page .hero .button:hover,
.basic-page .hero .button:focus,
.basic-page #content .button:hover, 
.basic-page #content .button:focus {
    color: #ffffff;
    background-color: #094b51;
    text-decoration: none;
}

.basic-page #content form {
    margin: 1em 0;
}

.basic-page #content .fa-file {
    margin: 0 3px 0 7px;
    color: #000000;
}

.basic-page #content .fa-file-pdf {
    margin: 0 3px 0 7px;
    color: #ff3500;
}



@media only screen and (max-width: 1280px) {
    .basic-page #content {
        padding: 0 40px 40px 40px;
        width: 100%;
    }
}



@media only screen and (max-width: 767px) {
    .basic-page .hero h1 {
        font-size: 2.5em;
    }
    
    .basic-page .hero p.button-box {
        padding: 0 30px 40px 30px;
        margin: 0;
    }
    
    /* alt style */
    .basic-page .module_hero .image {
        height: 306px;
    }

    .basic-page .module_hero .image .gradient {
        height: 306px;
    }

    .basic-page .module_hero .text {
        top: 0;
        margin-bottom: 0;
    }
    /* END alt style */
    
    .basic-page #content {
        padding: 0 20px 20px 20px;
    }
}



@media only screen and (max-width: 480px) {
    .basic-page .hero h1 {
        font-size: 2em;
    }
    
    .basic-page .hero p.button-box {
        padding: 0 24px 32px 24px;
        margin: 0;
    }
}


