#SiteContainer {
  background: #FFF;
  color: #000;
}
#mobileNav { display: none !important; }
.blueBkg {
  background: #204976;
  padding: 5px 0;
}
.blueBkg .columns .columns {
  background: #204976;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*.row .four { width: 30.37% }*/
.row .four { width: 33% }
/*.row .four.columns { margin-left: 4.4%; }*/
.row .four.columns { margin-left: 0.4%; }
.row .four.columns:first-child { margin-left: 0; }
.hmButton {
  background: #FFF;
  height: 144px;
  margin-left: 8px;
  padding: 5px 5px 0 5px;
  text-align: center;
}
.hmButton span, .hmButton ul {
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  display:block;
  font-family: Arial, Helvetica, sans-serif;
  /*margin-top: 26px;*/
  margin-bottom: 0;
}
.hmButton span br { display: none; }
.hmButton span a {
  display: block;
  padding: 6px 0 6px;
}
.btnRight span, .btnRight ul { text-align: right; }
.blueBkg [class*="column"] + [class*="column"]:last-child div {
  margin-right: 8px;
}
#hmVideoModal {
  height: 315px;
  width: 560px;
  border-radius: 0 0 0 0;
  padding: 3px 3px 8px;
  display:none;
}
#hmOverlayModal {
  height: 200px;
  width: 500px;
  border-radius: 0 0 0 0;
  padding: 3px 3px 8px;
}

/* -----------------------------------------
   Media Queries
----------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 800px) {
  /* anything between 768px and 800px */
  .btnSmall img { margin-top: 30px; width: 50%; }
  .hmButton span { margin-left: 54%; }
  .btnRight span { margin-left: 0; margin-right: 54%; }
}
@media only screen and (max-width: 767px) {
  /* anything below 767px */
  .blueBkg [class*="column"] + [class*="column"]:last-child div { margin-right: 0px; }
  .hmButton,
  .blueBkg [class*="column"] + [class*="column"]:last-child > div { margin-right: 10px; }
  .row .four.columns { margin-left: 0; }
}
@media only screen and (max-width: 320px) {
  /* anything below 320px */
  .btnSmall img { margin-top: 20px; width: 50%; }
  .hmButton span { margin-left: 54%; }
  .btnRight span { margin-left: 0; margin-right: 54%; }
}