@charset "UTF-8";
/* CSS Document */

/* ------------------------------------ */

/* GLOBAL SITE FOOTER */

/* ------------------------------------ */

/* ------------------------------------
Connect Tools
--------------------------------------*/

#footer-connect-tools {
  background: #e3e3e3 url('../../i/homepage/concrete.png') repeat;
  padding: 3.5em 0 2em;
}

#footer-connect-tools h2 {
  font-family: 'Mercury SSm A', 'Mercury SSm B', Palatino, 'Palatino Linotype',
    Georgia, serif;
  font-size: 2em;
  margin: 0 0 1em 0;
  text-align: center;
  text-transform: none;
}

#footer-connect-tools ul {
  margin: 0 auto 3em;
  padding-left: 0 !important;
  text-align: center;
}

#footer-connect-tools li {
  display: inline-block;
  list-style: none;
  margin: 0.2em;
  padding: 0 5px;
  text-align: center;
  vertical-align: top;
  width: 65px;
}

#footer-connect-tools span {
  display: block;
  margin: 0 auto 5px;
}

#footer-connect-tools li a {
  background: rgba(255, 255, 255, 0.7);
  color: #aaa;
  display: inline-block;
  font-size: 2em !important;
  height: 55px;
  line-height: 0;
  padding: 0.4em 0 0 0;
  text-align: center;
  transition: all 300ms;
  vertical-align: center;
  width: 55px;
}

#footer-connect-tools li.app a {
  font-size: 3em !important;
  padding-top: 0.1em !important;
}

#footer-connect-tools li a:hover {
  background: rgba(255, 255, 255, 1);
}

#footer-connect-tools li span {
  color: #666;
  display: block;
  font-size: 0.65em;
  line-height: 0.99em;
  margin-top: 5px;
  text-transform: uppercase;
}

/* color-coding for social tools hover states */

#footer-connect-tools span:first-child li:nth-child(1) a:hover {
  color: #121212;
}

#footer-connect-tools span:first-child li:nth-child(2) a:hover {
  color: #425e9c;
}

#footer-connect-tools span:first-child li:nth-child(3) a:hover {
  color: #55acee;
}

#footer-connect-tools span:first-child li:nth-child(4) a:hover {
  color: #dd4b39;
}

#footer-connect-tools span:last-child li:nth-child(1) a:hover {
  color: #de2c28;
}

#footer-connect-tools span:last-child li:nth-child(2) a:hover {
  color: #48769c;
}

#footer-connect-tools span:last-child li:nth-child(3) a:hover {
  color: #bd081c;
}

#footer-connect-tools span:last-child li:nth-child(4) a:hover {
  color: #fca128;
}

/* ------------------------------------
Footer
--------------------------------------*/

#main-footer {
  background: #333;
  padding: 2em 0 3em;
}

#main-footer img#site-logo-footer {
  display: block;
  margin: 1em auto 20px;
  max-width: 280px;
  opacity: 1;
  transition: all 400ms;
  width: 70%;
}

#main-footer img#site-logo-footer:hover {
  opacity: 1;
}

footer#main-footer {
  color: #999;
}

#main-footer .footer-links ul {
  border-top: 1px solid #ccc;
  margin: 2em 0;
  padding: 0;
}

#main-footer .footer-links li {
  display: block;
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  margin-right: 8px; /* Links must be 8px apart to meet google's tap target size specs */
  padding: 1.25em 2em 1em 0;
}

#main-footer .footer-links li:first-of-type {
    padding-left: 0;
  }

#main-footer .footer-links li a:hover {
  color: #fff;
}

footer#main-footer p {
  font-size: 0.8em;
}

#main-footer .footer-menu-links a {
  color: #999;
  display: block;
  font-family: 'Mercury SSm A', 'Mercury SSm B', Palatino, 'Palatino Linotype',
    Georgia, serif;
  font-size: .9em !important;
  line-height: 2em;
  margin-bottom: 8px; /* Links must be 8px apart to meet google's tap target size specs */
  padding: 0;
}

#main-footer .footer-menu-links a:hover {
  color: #337ab7;
}

#main-footer .footer-menu-links {
  margin: 2em 1em 0 0;
  max-width: none;
  width: auto;
}

#main-footer .footer-menu-links:first-of-type a:last-of-type {
      color: #e67602;
      font-family: Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase;
}

#main-footer .footer-menu-links-group {
  display: flex;
  flex-direction: column;
}

#main-footer a#footer-menu-button {
  background: #ddd;
  border: 1px solid #777;
  border-radius: 6px;
  color: #333;
  display: block;
  font-family: "Knockout 50 A", "Knockout 50 B", "Arial Narrow", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.1em;
  margin: 1em auto;
  padding: 0.5em 0 0.4em;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  text-transform: uppercase;
  transition: all 300ms;
  width: 80%;
}

#main-footer a#footer-menu-button:hover {
  background: #e67700;
  color: #fff;
  text-shadow: none;
}

/* footer email form */

#main-footer form {
  /*border-bottom: 1px solid #787878;*/
  border-top: 1px solid #787878;
  display: block;
  margin: 1.5em 0 0 0;
  padding: 1em 0 1em;
}

#main-footer form label {
  display: block;
  font-family: 'Mercury SSm A', 'Mercury SSm B', Palatino, 'Palatino Linotype',
    Georgia, serif;
  font-size: 1.4em;
  font-weight: normal;
}

#main-footer form input[type='email'] {
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  color: #999;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 200;
  margin-bottom: 7px;
  padding: 6px 7px;
  width: 290px;
}

#main-footer form input[type='email']:focus,
#main-footer form input[type='postalCode']:focus {
  color: #333;
}

#main-footer form input[type='postalCode'] {
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  color: #999;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 200;
  padding: 6px 7px;
  width: 130px;
}

#main-footer form input[type='button'] {
  background: #e67700;
  border-radius: 4px;
  color: #fff;
  font-family: "Knockout 50 A", "Knockout 50 B", "Arial Narrow", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.25em;
  padding: 3px 20px 2px;
  position: relative;
  text-transform: uppercase;
  top: -2px;
  width: auto;
}

/* ------------------------------------
Responsive Adjustments
--------------------------------------*/

@media (max-width: 425px) {
  #main-footer form input[type='submit'] {
    /*top:4px;*/
  }
}

@media (min-width: 600px) {
  #main-footer .footer-menu-links-group {
    flex-direction: row;
  }
}

@media (min-width: 660px) {
  /* homepage share tools */
  #footer-connect-tools span {
    display: inline;
  }
}

@media (min-width: 768px) {
  /* footer */
  #main-footer img#site-logo-footer {
    margin: 0 10px 15px 0;
  }

  #main-footer .footer-left-side {
    float: left;
    margin-right: 20px;
  }

  #main-footer .social-footer {
    float: right;
  }

  #main-footer footer {
    text-align: left;
  }

  #main-footer .footer-menu-links-group {
    flex-direction: column;
  }

  #main-footer .footer-menu-links {
    float: left;
    margin: 2em 45px 0.6em 0;
    max-width: 310px;
    width: auto;
  }

  #main-footer a#footer-menu-button {
    margin-left: 0;
  }

  /* footer email form */
  #main-footer form {
    /*border-bottom: 1px solid #787878;*/
    border-top: none;
    display: block;
    margin: 1.5em 0 0 310px;
    padding: 0 0 1em;
  }
}

@media (min-width: 850px) {
  #main-footer .footer-menu-links-group {
    flex-direction: row;
  }
	
  #main-footer .footer-links li {
	  display: inline-block;
	  font-size: 0.9em;
	  list-style: none;
	  margin: 0;
	  margin-right: 8px; /* Links must be 8px apart to meet google's tap target size specs */
	  padding: 1.5em 1em;
	}
}

@media (min-width: 992px) {
  /* footer */
  #main-footer {
    background: #333 url('../../i/homepage/museum_bw_cutout.png') bottom right
      no-repeat;
    background-size: 400px auto;
  }

  #main-footer .footer-menu-links {
    border-left: 1px solid #787878;
    margin: 2em 30px 0.6em 0;
    max-width: 380px;
    padding-left: 30px;
	}

   #main-footer .footer-menu-links:first-of-type {
      border-left: none;
      padding-left: 0;
    }

  #main-footer .footer-menu-links a {
    font-family: 'Mercury SSm A', 'Mercury SSm B', Palatino, 'Palatino Linotype',
      Georgia, serif;
    font-size: .9em !important;
    line-height: 1.3em;
    padding: 0.25em 0.75em 0.25em 0;
  }

  #main-footer form input[type='postalCode'] {
    margin-left: 2px;
  }

  #main-footer form input[type='submit'] {
    margin-left: 8px;
  }

  /* homepage connect tools */
  #footer-connect-tools li {
    display: inline-block;
    list-style: none;
    margin: 0.2em;
    padding: 0 5px;
    text-align: center;
    width: 85px;
  }

  #footer-connect-tools li a {
    background: rgba(255, 255, 255, 0.7);
    color: #aaa;
    display: inline-block;
    font-size: 2.75em !important;
    height: 75px;
    line-height: 0;
    padding: 0.4em 0 0 0;
    text-align: center;
    transition: all 300ms;
    vertical-align: center;
    width: 75px;
  }

  #footer-connect-tools li.app a {
    font-size: 4em !important;
    padding-top: 0.2em;
  }
}
