/* Adjust spacing on Event Real-Time Registrant Roster */
.table th, .table td {
line-height: 30px;
}

/* Alter line height for select boxes on Join Form */
label, input, button, select, textarea {
    line-height: 25px;
}

.info-icon-card {
  text-align: center;
  background: #0a568b;
  padding: 60px 33px;
  min-height: 14.5em;
}

@media (max-width: 767px){
  .info-icon-card {
    padding: 40px 25px;
    min-height: auto;
  }
}

#subNavBox {
  margin-top: 10px;
}

/* Enlarge Job Bank and Join Form Text */
.tsAppBodyText {
font-size: 12pt !important;
}

/* Underline Links on Homepage Latest News Merge */
.PullQuote-row h6 a {
text-decoration: underline !important;
}

/* Underline Links in Main Zone */
div[id^="Main"] a {
text-decoration: underline !important;
}

/* Eliminate Blog Text Fade Away on Homepage Merge*/
.PullQuote-row p {
-webkit-text-fill-color: #15275F !important;
}

/* Alter Page Title text font*/
.PageTitle { 
font-size: 50px; 
}

@media screen only and (max-width:767px){
{ #Main13192741 .row-fluid .span12 {
  padding: 0 5px;
}
}

/* Add text padding for mobile The Weekly Publication*/
@media (max-width: 767px) {
.innerContent {  
width: 90%;
  }
}
