/* McGraw Hill Education Branding Style Guide */
/* Website Style Guide */
footer {
	margin-top: 50px;
}

.global-footer .social-tag-line {
  padding: 32px 0px;
  background: #E5E5E5;
}
.global-footer .social-tag-line .social-text {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  color: #122147;
  margin-right: 20px;
}
.global-footer .social-tag-line .social-icons {
  font-size: 0px;
  line-height: 0px;
  display: flex;
  vertical-align: middle;
  margin-left: 0px;
  margin-bottom: 0px;
}
.global-footer .social-tag-line .social-icons li {
  display: inline-block;
  margin: 0px;
}
.global-footer .social-tag-line .social-icons li a {
  display: inline-block;
  margin: 0px 7.5px;
}
.global-footer .footer-nav {
  padding-bottom: 30px;
}
.global-footer .footer-container {
  background: #06235B;
}
#create-footer .global-footer .footer-nav {padding-top: 30px;}
.global-footer .footer-nav h3 {
  color: #FFF;
  margin-top: 0px;
  font-size: 18px;
  margin: 40px 0 32px;
}
.global-footer .footer-nav ul li {
  padding: 5px 8px;
}
.global-footer .footer-nav ul li a {
  font-size: 16px;
  text-decoration: none;
  line-height: 2;
  padding-left: 0;
  border: solid 1px transparent;
}

.global-footer .footer-nav ul li a:hover {
  color: #97c9ea;
    text-decoration: underline;
}

.global-footer .footer-nav ul li a:active {
    text-decoration: underline;
    color: #97c9ea;
}
.global-footer .footer-nav .footer-copyright {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
.global-footer .footer-nav .sub-footer-nav span {
  display: inline-block;
}
.global-footer .footer-nav .sub-footer-nav a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 4px 8px;
  border: solid 1px transparent;
}
.global-footer .footer-nav .sub-footer-nav a:focus,
.global-footer .footer-nav .sub-footer-nav a:active,
.global-footer .footer-nav ul li a:focus  {
  color: #fff;
  outline: none;
  border: solid 1px #fff;
  border-radius: 3px; 
}

.global-footer .footer-nav .sub-footer-nav span:not(:last-child):after {
  content: "|";
  display: inline-block;
  color: #FFF;
}
.global-footer .footer-nav .sub-footer-nav a:hover {
  text-decoration: underline;
}
.global-footer .section-separator {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 30px 0 25px;
  opacity: 0.3;
}

.global-footer .footer-menu-wrapper a,
.global-footer .footer-menu-wrapper h3 {
  color: #fff;
  padding-left: 9px;
}

.global-footer .footer-nav .footer-menu-wrapper a:hover {
  color: #fff;
}

.global-footer .footer-menu-wrapper li {
  margin-top: 5px;
}

.global-footer .social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
}

.global-footer .footer-nav .sub-footer-nav a {
  display: inline-block;
  margin: 5px 0px;
}

@media screen and (max-width: 591px) {
  .global-footer .footer-nav .sub-footer-nav span:not(:last-child):after {
    content: none;
  }
  .global-footer .footer-nav .sub-footer-nav span {
    display: block;
    text-align: left;
  }
  .global-footer .social-tag-line .social-text {
    margin-bottom: 15px;
  }
  .global-footer .social-wrapper {
    flex-direction: column;
  }
}
