div.fat-footer {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

div.fat-footer {
  width: 100%;
  font-family: "AvenirLTStd-Roman", Helvetica, Arial, sans-serif;
  font-weight: normal !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

div.fat-footer {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
}

#footer div.fat-footer .ff-logo img.ff-logo-img {
  width: 92px;
  height: auto;
  padding: 0;
  margin: 0;
}

div.fat-footer .ff-top-inner,
div.fat-footer .ff-bottom-inner {
  margin-left: auto;
  margin-right: auto;
}

div.fat-footer .ff-image {
  display: none;
}

div.fat-footer .ff-top {
  background-color: #0073aa;
}

div.fat-footer .ff-bottom {
  background-color: #033c5a;
}

div.fat-footer .ff-top {
  padding: 16px 16px 8px 16px;
}

div.fat-footer .ff-bottom {
  padding: 8px 16px 16px 16px;
}

div.fat-footer .ff-cta-group,
div.fat-footer .ff-social-links,
div.fat-footer .ff-links,
div.fat-footer .ff-l-a {
  padding: 12px 0px 8px 0px;
}

div.fat-footer .ff-logo {
  margin: 8px 0px;
}

div.fat-footer .ff-logo a {
  display: inline-block;
}

div.fat-footer .ff-address {
  margin: 8px 0px;
}

div.fat-footer .ff-social-links .footer-icon {
  display: inline-block;
  margin: 0px 6px 0px 6px;
}
div.fat-footer .ff-social-links .footer-icon:first-of-type {
  margin: 0px 6px 0px 0px;
}
div.fat-footer .ff-social-links .footer-icon:last-of-type {
  margin: 0px 0px 0px 6px;
}

@media (min-width: 329px) {
  div.fat-footer .ff-social-links .footer-icon {
    display: inline-block;
    margin: 0px 5% 0px 5%;
  }
  div.fat-footer .ff-social-links .footer-icon:first-of-type {
    margin: 0px 5% 0px 0px;
  }
  div.fat-footer .ff-social-links .footer-icon:last-of-type {
    margin: 0px 0px 0px 5%;
  }
}
div.fat-footer .ff-social-links .footer-icon a {
  display: block;
  width: 32px;
  height: 32px;
}

div.fat-footer span.button {
  border: 2px solid #ffffff;
  border-radius: 3px;
  display: block;
  width: 64%;
  line-height: 2.5em;
  margin: 22px auto;
}

div.fat-footer span.button a.footer-button {
  display: inline-block;
  width: 100%;
  font-size: 1em;
  min-width: 100px;
  color: #0073aa;
  background-color: #ffffff;
  text-decoration: none;
}
div.fat-footer span.button a.footer-button:hover, div.fat-footer span.button a.footer-button:focus {
  color: #ffffff;
  background-color: #0073aa;
}

div.fat-footer nav ul {
  color: #fefefe;
  list-style: none;
  padding: 0;
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 12px 0;
}

div.fat-footer nav ul li a {
  color: #B2DDF4;
  text-decoration: none;
}
div.fat-footer nav ul li a:hover, div.fat-footer nav ul li a:focus {
  text-decoration: underline;
}

div.fat-footer nav .sub-header {
  font-family: "AvenirLT-Heavy", Helvetica, Arial, sans-serif;
  font-weight: normal !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1px;
}

div.fat-footer .ff-address {
  font-size: 12px;
  line-height: 16px;
  color: #efefef;
  letter-spacing: 0.5px;
}

@media (min-width: 570px) {
  div.fat-footer span.button {
    display: inline-block;
    min-width: 100px;
    width: 29%;
    margin: 4px;
  }

  div.fat-footer .ff-logo {
    width: 112px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-left: 8px;
  }

  div.fat-footer .ff-address {
    width: auto;
    display: inline-block;
    text-align: left;
  }

  div.fat-footer .ff-links {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  div.fat-footer .ff-links ul {
    width: 50%;
    float: left;
  }

  div.fat-footer .ff-links ul li {
    text-align: center;
  }
}
@media (min-width: 841px) {
  div.fat-footer .ff-top {
    padding: 8px 0px 8px 0px;
  }

  div.fat-footer .ff-bottom {
    padding: 8px;
  }

  div.fat-footer .ff-cta-group {
    width: 70%;
    float: right;
  }

  div.fat-footer .ff-social-links {
    width: 30%;
    padding: 16px 0px 0px 0px;
  }

  div.fat-footer .ff-social-links .footer-icon {
    display: inline-block;
    margin: 0px 6px 0px 6px;
  }
  div.fat-footer .ff-social-links .footer-icon:first-of-type {
    margin: 0px 6px 0px 0px;
  }
  div.fat-footer .ff-social-links .footer-icon:last-of-type {
    margin: 0px 0px 0px 6px;
  }

  div.fat-footer .ff-links {
    text-align: left;
    float: right;
    width: 59%;
  }

  div.fat-footer .ff-links ul {
    display: inline-block;
    padding-right: 3px;
    vertical-align: top;
    margin: 0 0 6px 0;
    float: none;
    width: inherit;
  }

  div.fat-footer .ff-links ul li {
    text-align: left;
  }

  div.fat-footer .ff-links ul:last-of-type {
    padding-right: 0px;
  }

  div.fat-footer .ff-l-a {
    text-align: left;
    width: 330px;
    display: table;
    padding-top: 16px;
  }

  div.fat-footer .ff-logo {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }

  div.fat-footer .ff-address {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }

  div.fat-footer span.button a.footer-button {
    color: #fff;
    background-color: transparent;
  }
  div.fat-footer span.button a.footer-button:hover, div.fat-footer span.button a.footer-button:focus {
    background-color: #fff;
    color: #0073aa;
  }

  div.fat-footer .ff-image {
    display: block;
    background: url("//www2.gwu.edu/~mcs/mainsite/footer/curtainphoto.jpg") #033c5a;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 320px;
  }
}
@media (min-width: 865px) {
  div.fat-footer .ff-top-inner,
  div.fat-footer .ff-bottom-inner {
    max-width: 865px;
  }
}
@media (min-width: 960px) {
  div.fat-footer .ff-top-inner,
  div.fat-footer .ff-bottom-inner {
    max-width: 960px;
  }

  div.fat-footer .ff-social-links .footer-icon {
    display: inline-block;
    margin: 0px 6% 0px 6%;
  }
  div.fat-footer .ff-social-links .footer-icon:first-of-type {
    margin: 0px 6% 0px 0px;
  }
  div.fat-footer .ff-social-links .footer-icon:last-of-type {
    margin: 0px 0px 0px 6%;
  }

  div.fat-footer .ff-links {
    width: 64%;
  }

  div.fat-footer .ff-links ul {
    padding-right: 6.5%;
  }
}
@media (min-width: 1024px) {
  div.fat-footer .ff-links ul {
    padding-right: 8.5%;
  }

  div.fat-footer .ff-social-links {
    text-align: left;
  }

  div.fat-footer .ff-top-inner,
  div.fat-footer .ff-bottom-inner {
    max-width: 1024px;
  }
}
@media (min-width: 1100px) {
  div.fat-footer .ff-top-inner,
  div.fat-footer .ff-bottom-inner {
    max-width: 1100px;
  }

  div.fat-footer .ff-image {
    background-position: center -32px;
  }
}
@media (min-width: 1260px) {
  div.fat-footer .ff-image {
    height: 360px;
  }
}
@media (min-width: 1439px) {
  div.fat-footer .ff-image {
    height: 380px;
  }
}
@media (min-width: 1535px) {
  div.fat-footer .ff-image {
    height: 420px;
  }
}
@media (min-width: 1748px) {
  div.fat-footer .ff-image {
    height: 420px;
    background-position: center -56px;
  }
}
@media (min-width: 1748px) {
  div.fat-footer .ff-image {
    height: 480px;
    background-position: center -56px;
  }
}
@media (min-width: 1920px) {
  div.fat-footer .ff-image {
    height: 560px;
    background-position: center -64px;
  }
}
body.not-front div.fat-footer .ff-image {
  display: none;
  background: none;
  height: 0px;
}

#page-fat {
  min-height: 100%;
}
