footer {
  background: #393837;
  padding: 3.75rem 0 2.188rem;
  font-family: "Gotham", sans-serif;
  color: #FFFFFF; }
  footer a, footer p, footer label {
    color: #FFFFFF; }
  footer a {
    text-decoration: none; }
  footer .container {
    height: 100%;
    flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%; }

.footer-logo {
  padding-left: 1.563rem;
  width: 16.25rem;
  height: auto; }
.footer-contact a {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 0.063rem;
  text-transform: capitalize;
  border-bottom: 0.063rem solid #FFF;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  .footer-contact a:hover, .footer-contact a:focus {
    border-bottom-width: 0.188rem; }
  .footer-contact a[href^='tel:'] {
    border: none;
    font-size: 2rem;
    font-weight: 600; }
.footer-contact p {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.563rem;
  line-height: normal; }
.footer-signup {
  position: relative; }
  .footer-signup form {
    position: relative; }
  .footer-signup label {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.625rem; }
  .footer-signup input#newsletter-signup {
    width: 16.875rem;
    height: 1.938rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 0.625rem;
    opacity: 1;
    border: none;
    background: #FFFFFF !important;
    font-size: 1rem;
    color: #393837;
    margin-right: 0.938rem;
    border: 0.125rem solid #FFF; }
    .footer-signup input#newsletter-signup::-webkit-input-placeholder {
      color: #393837;
      opacity: 1;
      caret-color: #393837; }
    .footer-signup input#newsletter-signup::-moz-placeholder {
      color: #393837;
      opacity: 1;
      caret-color: #393837; }
    .footer-signup input#newsletter-signup:-moz-placeholder {
      color: #393837;
      opacity: 1;
      caret-color: #393837; }
    .footer-signup input#newsletter-signup:-ms-input-placeholder {
      color: #393837;
      opacity: 1;
      caret-color: #393837; }
    .footer-signup input#newsletter-signup.error {
      border-color: #B30000; }
  .footer-signup input[type="submit"] {
    width: 1.25rem;
    height: 2.188rem;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    opacity: 1;
    border: none;
    background: transparent url("images/arrow-signup.svg") no-repeat center;
    background-size: 1rem 1.438rem;
    cursor: pointer;
    right: 0;
    vertical-align: middle; }
.footer-links {
  padding-right: 1.563rem; }
  .footer-links ul {
    list-style: none;
    padding: 0; }
    .footer-links ul li {
      display: block;
      margin-bottom: 0.813rem;
      line-height: normal;
      padding: 0;
      margin-left: 0; }
      .footer-links ul li:last-of-type {
        margin-bottom: 0; }
      .footer-links ul li a {
        font-size: 1rem;
        font-weight: 500;
        padding-bottom: 0.063rem;
        text-transform: capitalize;
        border-bottom: 0.063rem solid #FFF;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .footer-links ul li a:hover, .footer-links ul li a:focus, .footer-links ul li a.active {
          color: inherit;
          border-width: 0.188rem; }
.footer-social {
  margin-top: 0.938rem;
  padding-left: 1.563rem;
  display: block; }
  .footer-social .content a {
    width: 1.875rem;
    height: 1.875rem;
    display: inline-block;
    margin-right: 0.625rem; }
    .footer-social .content a:last-of-type {
      margin-right: 0; }
    .footer-social .content a.facebook {
      background: url("images/facebook.svg") no-repeat center;
      -webkit-background-size: 1.875rem 1.875rem;
      background-size: 1.875rem 1.875rem; }
    .footer-social .content a.twitter {
      background: url("images/twitter.svg") no-repeat center;
      -webkit-background-size: 1.875rem 1.875rem;
      background-size: 1.875rem 1.875rem; }
    .footer-social .content a.linkedin {
      background: url("images/linkedin.svg") no-repeat center;
      -webkit-background-size: 1.875rem 1.875rem;
      background-size: 1.875rem 1.875rem; }
.footer-info {
  display: block; }
  .footer-info p {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2; }

#footerTop .col-three {
  max-width: 33.33333333333333%;
  width: auto; }

#footerBottom > .container:first-of-type {
  border-top: 0.063rem solid rgba(255, 255, 255, 0.5);
  padding-top: 1.875rem;
  margin-top: 3.75rem; }
#footerBottom > .container .footer-bottom-links ul.menu {
  margin: 0 0 0.625rem;
  display: block;
  padding: 0; }
  #footerBottom > .container .footer-bottom-links ul.menu li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0 0.5em 0 0;
    border-right: 0.063rem solid #FFF;
    margin-right: 0.5em;
    line-height: normal; }
    #footerBottom > .container .footer-bottom-links ul.menu li a {
      font-size: 1rem;
      font-weight: 500;
      color: inherit;
      border-bottom: 0.063rem solid #FFF;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -ms-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
      margin: 0;
      padding: 0; }
      #footerBottom > .container .footer-bottom-links ul.menu li a:focus, #footerBottom > .container .footer-bottom-links ul.menu li a.active, #footerBottom > .container .footer-bottom-links ul.menu li a:hover {
        color: inherit;
        border-width: 0.188rem; }
    #footerBottom > .container .footer-bottom-links ul.menu li:last-of-type a {
      margin-right: 0; }
    #footerBottom > .container .footer-bottom-links ul.menu li.last {
      border-right: none; }

.email-error-text {
  margin-top: 0.625rem;
  background-color: #B30000;
  font-family: "Gotham Book", sans-serif;
  padding: 0.625rem;
  display: none; }
  .email-error-text.visible {
    display: inline-block; }

@media screen and (max-width: 78.75rem) {
  #abilityFooter {
    padding: 3.125rem 0 1.875rem; }
    #abilityFooter .container {
      margin: 0 1.563rem;
      max-width: unset; } }
@media screen and (max-width: 64rem) {
  .footer-logo, .footer-social {
    padding-left: 0; }
  .footer-links {
    padding-right: 0; }

  #abilityFooter {
    padding-left: 1.563rem;
    padding-right: 1.563rem; }
    #abilityFooter .container {
      margin: 0; }

  #footerTop .back-to-top-container button {
    right: 1rem;
    bottom: 1rem; }
  #footerTop .flex-section {
    display: block;
    width: 100%; }
    #footerTop .flex-section > div {
      /*max-width: 23.75rem;*/
      display: block;
      max-width: 100%;
      min-width: unset;
      margin: 0;
      left: 0;
      width: 100%; }

  #footerBottom > .container:first-of-type {
    margin-top: 1.25rem; }

  .footer-signup input#newsletter-signup {
    width: 14.813rem; } }
@media screen and (max-width: 53.75rem) {
  #footerBottom > .container .footer-bottom-links ul.menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 0.313rem;
    padding-right: 0;
    border: 0; }
    #footerBottom > .container .footer-bottom-links ul.menu li a {
      margin: 0 1.25rem 0 0; }
      #footerBottom > .container .footer-bottom-links ul.menu li a:hover {
        border-color: transparent; }

  #footerTop .col-three:last-child {
    margin-bottom: 0; } }
@media screen and (max-width: 47.938rem) {
  #footerTop .flex-section {
    flex-direction: column; }
    #footerTop .flex-section > div:last-of-type {
      margin-bottom: 0; }

  #footerBottom > .container .footer-bottom-links ul.menu li a {
    margin: 0 0.938rem 0 0; }

  .footer-links ul li {
    margin-left: 0; } }
@media screen and (max-width: 42.5rem) {
  footer .container {
    height: auto; }

  #footerBottom > .container .footer-bottom-links ul.menu {
    margin-bottom: 3.125rem; }

  .footer-links ul li {
    line-height: 1.2; }
    .footer-links ul li a {
      display: inline; } }
@media screen and (max-width: 22.5rem) {
  #footerTop .flex-section {
    align-items: start; }
    #footerTop .flex-section > div {
      width: 100%;
      min-width: 0; }
      #footerTop .flex-section > div:last-of-type {
        margin-bottom: 0; }

  .footer-signup label {
    font-size: 1rem; }
  .footer-signup input#newsletter-signup {
    width: 13.75rem; }
  .footer-contact a[href^='tel:'] {
    font-size: 1.25rem; }
  .footer-contact p {
    font-size: 1rem; } }
@media screen and (max-width: 22.438rem) {
  #footerTop .back-to-top-container {
    display: none !important; } }
@media screen and (max-width: 20rem) {
  .footer-signup input#newsletter-signup {
    width: 11.25rem; } }

/*# sourceMappingURL=footer.css.map */
