/* module_hype-intro.css */

.module_hype-intro {
    margin: 30px 0;
}

.module_hype-intro h2 {
    font-family: 'Proxima Nova Bold', Arial, sans-serif;
    font-size: 2em;
    color: #58585a;
    font-weight: normal;
    text-align: center;
    margin: 0;
}

.module_hype-intro h2 span {
    color: #097582;
    text-transform: uppercase;
}

.module_hype-intro p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 0;
}

.module_hype-intro p.note {
    font-size: 0.9em;
    font-style: italic;
}

.module_hype-intro .callout {
    margin: 30px 0 0 0;
    /* overrides */
    padding: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    background-color: transparent;
    /* /overrides */
}

.module_hype-intro .graphic {
    justify-content: center;
    width: 25%;
    flex-shrink: 0;/* awesome!!! for ie11 */
}

.module_hype-intro .graphic img {
    max-width: 100%;
    height: auto;
    flex-shrink: 0;/* awesome!!! for ie11 */
    align-self: center;
}

.module_hype-intro .text {
    width: 50%;
    margin: 0 30px;
    justify-content: center;
}

.module_hype-intro .text h3 {
    font-size: 1.5em;
    font-family: "Proxima Nova Bold", Arial, sans-serif;
    margin: 0;
    color: #097582;
    text-align: center;
}


/*@media only screen and (max-width: 1280px) {}*/

@media only screen and (max-width: 768px) {
    .module_hype-intro .callout {
        flex-wrap: wrap;
    }
    
    .module_hype-intro .text {
        order: 1;
        width: 100%;
        margin: 0;
    }
    
    .module_hype-intro .graphic {
        width: 50%;
        margin: 0 0 30px 0;
    }
    
    .module_hype-intro .graphic img {
        width: 80%;
    }
}

@media only screen and (max-width: 640px) {
    .module_hype-intro .header h2 {
        font-size: 1.5em;
    }
    
    .module_hype-intro p {
        font-size: 0.9em;
    }
    
    .module_hype-intro .text {
        order: 1;
        width: 100%;
        margin: 0;
    }
    
    .module_hype-intro .text h3 {
        font-size: 1.25em;
    }
}

@media only screen and (max-width: 480px) {
    .module_hype-intro .graphic {
        width: 100%;
    }
    
    .module_hype-intro .graphic img {
        width: 60%;
    }
}

@media only screen and (max-width: 360px) {
    .module_hype-intro .graphic img {
        width: 70%;
    }
}