﻿/*
@font-size-large:         ceil((@font-size-base * 1.10)); // ~17px
@font-size-largest:       ceil((@font-size-base * 1.50)); // ~23px
@font-size-small:         ceil((@font-size-base * 0.85)); // ~13px
@font-size-smallest:      ceil((@font-size-base * 0.65)); // ~10px
*/
footer.main {
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}
footer.main .border {
  border-bottom: 1px solid #4d4d4d;
}
footer.main .title {
  font-size: 20px;
  font-weight: 700;
  color: #a6e0f3;
}
footer.main a {
  color: #a6e0f3;
}
footer.main a:hover {
  color: #fff;
}
footer.main table {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
footer.main table td {
  padding: 0 10px 0 0;
  vertical-align: top;
}
footer.main .contact {
  border: 1px solid #4d4d4d;
  border-width: 0 1px 0 0;
  padding: 15px 0 20px 0;
  margin: 10px 0;
  height: 85%;
}
footer.main .contact a {
  display: block;
  position: relative;
  padding: 10px 115px 10px 0;
  margin: -10px 0 0 0;
}
footer.main .contact a img {
  position: absolute;
  top: 0;
  right: 0;
  width: 101px;
  height: 46px;
}
footer.main .visit {
  border: 1px solid #4d4d4d;
  border-width: 0 1px 0 0;
  padding: 15px 0 20px 0;
  margin: 10px 0;
  height: 85%;
}
footer.main .videos {
  padding: 15px 0 20px 0;
  margin: 10px 0;
  height: 85%;
}
footer.main .videos .youtube {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #4d4d4d;
}
footer.main .videos .youtube a {
  display: block;
  position: relative;
  padding: 10px 115px 10px 0;
  margin: -10px 0 0 0;
}
footer.main .videos .youtube a img {
  position: absolute;
  top: 0;
  right: 0;
  width: 101px;
  height: 46px;
}
footer.main .videos .featured {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #4d4d4d;
}
footer.main .videos .featured ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.main .videos .featured ul li {
  padding: 0 0 0 22px;
  position: relative;
}
footer.main .videos .featured ul li:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/App_Themes/NYSTRS/img/footer-youtube-bullet.png) 0 0 no-repeat;
}
footer.main .videos .appstore {
  padding: 10px 0 0 0;
}
footer.main .videos .appstore a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  footer.main .contact {
    border-width: 0 0 1px 0;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    height: auto;
  }
  footer.main .visit {
    border-width: 0 0 1px 0;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    height: auto;
  }
  footer.main .videos {
    padding: 10px 0;
    margin: 0;
    height: auto;
  }
}
footer.main .copyright-appstore-credits {
  font-size: 12px;
  margin: 20px 0 0 0;
}
footer.main .copyright-appstore-credits:before,
footer.main .copyright-appstore-credits:after {
  content: " ";
  display: table;
}
footer.main .copyright-appstore-credits:after {
  clear: both;
}
footer.main .copyright-appstore-credits .copyright ul {
  margin: 0 0 4px 0;
  padding: 0;
  list-style-type: none;
}
footer.main .copyright-appstore-credits .copyright ul li {
  display: inline-block;
}
footer.main .copyright-appstore-credits .copyright ul li:before {
  content: "|";
  margin: 0 5px 0 3px;
}
footer.main .copyright-appstore-credits .copyright ul li:first-child:before {
  display: none;
  content: "";
  margin: 0;
}
footer.main .copyright-appstore-credits .copyright ul a {
  color: #fff;
}
footer.main .copyright-appstore-credits .copyright ul a:hover {
  color: #a6e0f3;
}
footer.main .copyright-appstore-credits .credits {
  text-align: right;
  font-weight: 700;
}
footer.main .copyright-appstore-credits .credits span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
footer.main .copyright-appstore-credits .credits .ny-gov a {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  height: 45px;
  background: url(/App_Themes/NYSTRS/img/footer-ny-state.png) right top no-repeat;
}
footer.main .copyright-appstore-credits .credits .ny-gov a:hover {
  background-position: 0 -45px;
}
@media (max-width: 767px) {
  footer.main .copyright-appstore-credits .credits {
    text-align: left;
    padding: 0;
  }
}
/*# sourceMappingURL=Footer.ascx.css.map */