@charset "UTF-8";
/* CSS Document */

.announcement {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	color:#1c1c1c;
	text-align: center;
    display:inline-block;
    position: relative;
    float: right;
//	padding-top: 10px;
//	padding-bottom: 0px;
	margin-right: 1%;
//	padding-left: 8%;
//	margin-bottom: 15px;
//	margin-top: 40px;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
    border:none;
}
#palobstitle { 
    display:inline-block; 
    max-width: 440px;
    min-width: 200px;
}
#titleblock {
    border-bottom: 15px solid #7F93BC;
    padding-bottom: 32px;
    display:block;
    width: 100%;
    height:180px;
}
hr.blue {
    background-color: #7F93BC;
    padding: 8px;
    margin: 50px 0 50px 0;
}
td.left, #mobileleft {
   background-color: #cccccc;
}

.highlight {
    background-color: yellow;
}
.sideside { 
  width: 100%;
  display: flex;
  flex-direction: row;
}
.sideside img {
    display: block;
    max-width: 100%;
}
#issue {
    font-size: 60px;
//    color: #013A81;
    color: #002172; 
}
.more { cursor: pointer;}

@media only screen and (max-width: 1024px) {
#titleblock {
    border-bottom: none;
    padding-bottom: 0;
    width:100%;
}
#palobstitle {     
    position: relative;
    float: left;
}
.sideside, .full {
    width: auto;
    display: block;
      height: auto;
  max-width: 500px;
}
.sideside img {
	max-width: none;
    width: 500px;
    height: auto;
    max-height: none; 
}
}

@media only screen and (max-width: 770px), print {
#palobstitle {     
    max-width: 60%;
    min-width: 50%;   
}
.announcement {
    font-size: 16pt;
}
#issue {
    font-size: 48px;
}
}

@media only screen and (max-width: 550px) {
#mobileleft {
    margin-top: 0px;
}
.announcement {
    font-size: 14pt;
    margin-left: 0; 
    padding-left: 0;
    padding-right: 0px;
    padding-top: 10px;
}
#issue {
    font-size: 30px;
}
.sideside, .full {
    width: 100%;
  max-width: none;
}
.sideside img {
    width: 100%;
}
}

@media only screen and (max-width: 400px) {

.announcement {
    font-size: 12pt;
    padding-top: 0;
}
}
