/********************
AFPIMS ARSOUTH CSS
AUTHOR: U.S. ARMY SOUTH
VERSION: 1.0.31
Updated Version
August 07, 2020
August 08, 2020
August 10, 2020
August 12, 2020
August 13, 2020
August 20, 2020
August 21, 2020
August 22, 2020
***********************/

/*Mission Vission Gold Bar*/
span.mvGoldBar {
    background-image: url('/Portals/80/images/GoldBar.png?ver=2020-08-21-143156-013');
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: .09em;
}
.missionVisionH2 {
    margin-top: 0px;
    line-height:1.12 !important;
    
}
.modalIntentLetters img {
    cursor: pointer;
}
/* If the screen size is 601px wide or more */

/**************************
     AOR MAP Style
***************************/
.mapWrapper {
    margin-left: auto;
    margin-right: auto;
}
.mapWrapper img.aorMap {
    padding: 0px;
    margin: 0px;
}
.mapCaption {
    background-color: #36424a;
    opacity: 0.92;    
    padding: 10px;
    font-size: 15px;
    line-height: 17px;
    color: #ffffff;
    position: absolute;
}
.mapCaption h3 {
    margin: 0;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
}
.mapCaption p {
    margin: 5px 0 0 0;
}
.mapWrapper, .mapCaption {
    max-width: 1080px;
}
/* If the screen size is 601px wide or more, set the font-size */
@media screen and (min-width: 601px) {
div.mapCaption h3 {
    font-size: 1.2em;
    line-height: 1.5;
}
.mapCaption p {
    font-size: 1.05em;
}
}

/* If the screen size is 600px wide or less, set the font-size */
@media screen and (max-width: 600px) {
.mapCaption {
    margin: 0px;
    right: 0px;
    padding: 5px;
    width: 100%
}
div.mapCaption h3 {
    font-size: .50em;
    line-height: normal;
    padding: 0px;
}
.mapCaption p {
    display: none;
}
}
