﻿@media (max-width: 420px) and (orientation: portrait), (max-device-width: 640px) and (orientation: landscape) {
    /*Main Page*/
    #top-of-col-photo {
        bottom: 5px;
        position: relative;
        height: auto;
        width: 100%;
    }

    div > p > img {
        width: 100% !important;
    }

    /*Leadership Page*/
    .quote {
        padding-left: 0;
    }
	
	.sm-item{
		text-align: center;
	}
	
	.sm-item img{
		float: none;
	}  	

    .acc-image {
        height: auto;
        width: 650px;
    }

    /*Press Releases*/
    h1 {
        font-size: 33px;
    }

    #media-contacts-mobile {
        /*display: inline-block;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #media-contacts-mobile > p {
        color: #024E82;
        /*margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        padding-left: 41px;*/
    }

    h2 {
        position: relative;
        bottom: 2px;
    }

    h1 {
        position: relative;
        /*bottom: 26px;*/
        bottom: 20px
    }

    .highlight-title {
        /*float: left;
        line-height: 1.25em;
        margin: 0 0 10px;*/
        width: 100%;
    }

    /*Highlights*/
    .highlight-list {
        display: none;
    }

    /*.highlight-list-mobile {
        display: inline-block;
    }*/

    #preview-image-area {
        display: none;
    }

    .photo-wrapper {
        display: none;
    }

    .photo-wrapper-mobile {
        display: inline-block;
        width: 100%;
    }

    
    .highlight-image {
        width: 99%;
        
    }

    .social-media-bar-mobile {
        display: inline-block;
    }

    .acc-wrapper {
        display: none;
    }

    .acc-title {
        display: none;
    }


}

@media (min-width: 320px) and (max-width: 360px) and (orientation: portrait) {
    .social-media-bar {
        height: 33px;
    }

    /*Press Releases*/
    h1 {
        font-size: 26px;
    }
}


/*Includes iPhone sizes 5, 5S, 6,6 Plus and 7 */
@media (min-width: 480px) and (max-width: 736px) and (orientation: landscape) {
    
    .sm-item img {
        float: left;
    }

    h1 {
        bottom: 14px;
    }

    .highlight-image {
        width: auto;
    }
}

@media (min-width: 640px) and (max-width: 667px) and (orientation: landscape) {
    .highlight-image {
        padding-left: 75px;
    }
}

@media (min-width: 736px) and (max-width: 736px) and (orientation: landscape) {
    .highlight-image {
        padding-left: 127px;
    }
}

