/* #slide
****************************************************************************************** */
#slide {
  padding: 2px 0 0;
  text-align: center; }

/* #greetings

****************************************************************************************** */
#greetings .img-thumbnail {
  margin: 0 0 1em 2em;
  float: right; }

@media screen and (max-width: 767px) {
  #greetings .img-thumbnail {
    margin: 0 auto 1em;
    float: none;
    display: block;
    width: 150px;
    height: auto; } }
/* #access

****************************************************************************************** */
#access {
  padding-bottom: 0; }
  #access iframe {
    width: 100% !important;
    margin-bottom: 0 !important;
    vertical-align: bottom; }
  #access dl {
    padding: 40px;
    padding: 2.666rem; }
  #access dd ul {
    padding-top: 0.7em;
    margin-bottom: 0; }
  #access dd li i {
    color: #00469b;
    line-height: 1.7; }

@media screen and (max-width: 767px) {
  #access iframe {
    height: 200px !important; }
  #access dl {
    padding: 15px; } }
