footer {
background-color:#005596;
}
.ghostbutton {
padding:10px 20px;
border:2px solid #FFF;
border-radius:5px;
margin-left:10px;
font-family:Lato,sans-serif;
font-weight:bold;
font-size:16px;
color:#FFF;
text-decoration:none;
transition:all .5s ease;
}
.ghostbutton:hover {
background-color:#005596;
}
.centerlinks a {
color:#FFF;
text-decoration:none;
}
.centerlinks a:hover {
text-decoration:underline;
}
.bottom-container {
padding-top:5px;
}

h1, h2, h3 {
    background-color: transparent;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.boxes .build-column.quarter .resp-row .inner-column p{
    min-height:120px !important;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { 
.boxes .build-column.quarter .resp-row .inner-column p{
    min-height:100px !important;
}
}


/* iPads and up(landscape and larger) --- */
@media only screen and (min-width : 768px) {
/* Styles */

.boxes .build-column.quarter .resp-row .inner-column p{
    min-height:180px !important;
}
}

.fifty-fifty .build-column:first-child, .three-column .build-column:first-child, .sixty-forty .build-column:first-child, .forty-sixty .build-column:first-child, .seventyfive-twentyfive .build-column:first-child, .twentyfive-seventyfive .build-column:first-child, .twentyfive-fifty .build-column:first-child, .twentyfive-fifty .build-column:nth-child(2), .fifty-twentyfive .build-column:first-child, .fifty-twentyfive .build-column:nth-child(2), .twentyfive-fifty-twentyfive .build-column:first-child, .twentyfive-fifty-twentyfive .build-column:nth-child(2), .three-column .build-column:nth-child(2), .four-column .build-column:first-child, .four-column .build-column:nth-child(2), .four-column .build-column:nth-child(3), .five-column .build-column:first-child, .five-column .build-column:nth-child(2), .five-column .build-column:nth-child(3), .five-column .build-column:nth-child(4) {
    border-right: none;
}

/* hide embedded pdfs on small screens */
@media screen and (max-width: 576px) {
  .pdf { display: none; }  /* hide it on smaller screen */
}

a.cecj-button {
    font-size: 26px;
    font-family: Lato, sans-serif;
    font-weight: bold;
    background-color: none;
    border-radius: 4px;
    background-image: none;
color: #005596;
}

a.cecj-button:link { text-decoration: none; }
a.cecj-button:visited { text-decoration: none; }
a.cecj-button:hover { text-decoration: underline; }
a.cecj-button:active { text-decoration: underline; }

hr { border: 0; 
  border-top: 1px solid #ccc; 
  margin: 1em 0; }

img.good-size {
  width: clamp(418px, 100%, 800px);
}

.noticeme {
  margin: 15px 0; 
  padding: 15px;
  background-color: ghostwhite; 
  border-left: 4px solid purple;
}

.noticeme-warm {
  margin: 15px 0; 
  padding: 15px;
  background-color: oldlace; 
  border-left: 4px solid #eca400;
}

.noticeme-neutral {
  margin: 15px 0; 
  padding: 15px;
  background-color: whitesmoke; 
  border-left: 4px solid #005596;
}
