<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row{
  margin: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{padding-left: 0px; padding-right: 0px;}

  a,
  p,
  a:hover,
  a:focus{
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family: myriad-pro, sans-serif;
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
}

.item-button{    width: 105px;
    height: 105px;}

.red-button{
  background-color: #e00122;
  border-radius: 0px;
  margin: 1px;
  min-height: 138px;
}
.red-button:hover{
  background-color: #b3001b;
  cursor: pointer;
}
.red-button:focus{
  background-color: #b3001b;
  outline: none;
}
.grey-button{
  background-color: #515151;
  border-radius: 0px;
   margin: 1px;
   min-height: 138px;
}
.grey-button:hover{
  background-color: #303030;
  cursor: pointer;
}
.grey-button:focus{
  background-color: #303030;
  outline: none;
}
.black-button{
  background-color: black;
  border-radius: 0px;
   margin:1px;
   min-height: 138px;
}
.black-button:hover{
  background-color: #323232;
  cursor: pointer;
}
.black-button:focus{
  background-color: #323232;
  outline: none;
}
.center{
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.gutter{
  margin: .33em;
}
label{
  display: none;
}
img{
  width: 70px;
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#emergency-notice {border-bottom: 1px solid #333;}
#emergency-notice .text {width:100%;}
#emergency-notice p {color: #333; margin: 0; padding: 0; text-align:left;}
#emergency-notice a, #emergency-notice a:hover, #emergency-notice a:focus {display: inline;}</pre></body></html>