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

footer {
  padding-top: .875rem;
  overflow: hidden;
  margin-top: -.95rem;
}

footer .max-width {
  max-width: 1760px;
}

#footer--top {
  background-color: var(--color-dark-blue-a);
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: .375rem solid var(--color-highlighter-blue);
  position: relative;
}

#footer--top:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(19,41,75,.1) -67%, rgba(0,163,224,0.1) 133%);
  pointer-events: none;
}

.footer--top--row {

}

#footer--top--row--1 {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255,255,255,.25);
  margin-bottom: 1.75rem;
}

#footer--top--row--1 .col--left {
  width: calc(100% - 180px);
}

#footer--top--row--1 .image-container {
  max-width: 300px;
}

#footer--top--row--1 .col--right {
  width: 180px;
  padding-left: 1rem;
}

#footer--top--row--1 .social-items-container {
  margin-left: .125rem;
}

#footer--top--row--1 .social-item {
  margin-left: .825rem;
}

#footer--top--row--1 .social-item a {
  color: #ffffff;

}

#footer--top--row--1 .social-item a:hover {

}

#footer--top--row--1 .social-item a i {
  color: var(--color-blue-a);
  font-size: 1.25rem;
  transition: all ease-in-out 100ms;
}

#footer--top--row--1 .social-item a:hover i {
  color: var(--color-highlighter-blue);
}

#footer--top--row--2 {
  padding-bottom: 1rem;
}

#footer--top--row--2 .grid {

}

#footer--top--row--2 .col--left {
  width: calc(100% - 180px);
  padding-right: 4rem;
}

#footer--top--row--2 .col--a {

}

#footer--top--row--2 .col--b {

}

#footer--top--row--2 .col--c {

}

#footer--top--row--2 .col ul {

}

#footer--top--row--2 .col li {
  list-style-type: none;
  margin-bottom: .825rem;
}

#footer--top--row--2 .col li a {

}

#footer--top--row--2 .col li i {
  color: var(--color-blue-a);
  display: inline-block;
  text-align: center;
  width: .825rem;
  margin-right: .725rem;
  transform: translateY(-.1rem);
  transition: all ease-in-out 100ms;
}

#footer--top--row--2 .col li span {
  color: #ffffff;
  font-family: "clarendon-urw-extra-narrow","Georgia",serif;
  font-weight: 300;
  letter-spacing: .01625em;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  transition: all ease-in-out 150ms;
}

#footer--top--row--2 .col li span span {
  margin-top: -1.125rem;
  padding-left: .25rem;
  font-size: .875em;
  line-height: 1.618em;
  font-weight: 300;

}
#footer--top--row--2 .col li a:hover span {
  letter-spacing: .0222em;
}
#footer--top--row--2 .col li a:hover i {
  color: var(--color-highlighter-blue);
}

#footer--top--row--2 .col--right {
  width: 180px;
  padding-left: 1rem;
}

#footer--top--row--2 .sponsors-container {
  margin-bottom: -.25rem;
}

#footer--top--row--2 .sponsor {
  margin-top: .75rem;
}

#footer--top--row--2 .sponsor .image-container {
  border-right: .125rem solid rgba(52,125,169,0);
  transition: all ease-in-out 150ms
}

#footer--top--row--2 .sponsor .image-container:hover {
  border-right: .125rem solid rgba(52,125,169,1);
}

footer .footer-label {
  font-family: "field-gothic-xxcondensed","Impact",sans-serif;
	font-style: normal;
	font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: .0222em;
  color: #ffffff;

}

#footer--top--row--3 {
  padding-bottom: .5rem;
}

#footer--top--row--3 .copy {
  opacity: .375;
  font-style: italic;
  font-family: "clarendon-urw-extra-narrow","Georgia",serif;
  font-weight: 300;
  font-size: .9rem;
  letter-spacing: .01625em;
  color: #ffffff;
}

#footer--bottom {
  background-color: var(--color--light-gray-a);
  padding: .5rem 0;
}

#footer--bottom .copy {
  color: var(--color-dark-blue-a);
  font-family: "clarendon-urw-extra-narrow","Georgia",serif;
  font-weight: 300;
  font-size: .875rem;
  letter-spacing: .0222em;
}

footer .decoration {
  position: absolute;
  width: 450px;
  height: .75rem;
}

footer .decoration svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer .decoration--top {
  top: 0;
  right: 0;
  transform: translate(2.5rem, -100%);
}

footer .decoration--top polygon {
  fill: var(--color-dark-blue-a);
  stroke-width: 0px;
}

footer.below-dark .decoration--top polygon {
  fill: var(--color-blue-a);
}

footer .decoration--bottom {
  bottom: 0;
  left: 0;
  transform: translate(-2.5rem, 145%);
}

footer .decoration--bottom polygon {
  fill: var(--color-highlighter-blue);
  stroke-width: 0px;
}

@media (max-width: 1360px) {



}

@media (max-width: 1260px) {


}

@media (max-width: 1160px) {

  #footer--top--row--1 .image-container {
    max-width: 250px;
  }

  #footer--top--row--2 .col--left {
    padding-right: 1.5rem;
    width: calc(100% - 160px);
  }

  #footer--top--row--2 .col li span {
    font-size: 1rem;
  }

  #footer--top--row--2 .col li i {
    width: .75rem;
    font-size: .875rem;
  }

  #footer--top--row--2 .col--right {
    width: 160px;
  }

}

@media (max-width: 1100px) {

  #footer--top--row--2 .col--left {
    width: calc(100% - 150px);
    padding-right: 1rem;
  }

  #footer--top--row--2 .col li span {
    font-size: .95rem;
  }

  #footer--top--row--2 .col--right {
    width: 150px;
  }


}

@media (max-width: 1024px) {

  footer .decoration {
    width: 420px;
    height: .625rem;
  }

  #footer--top {
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
  }

  #footer--top--row--1 {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #footer--top--row--2 .col li span {
    font-size: .9rem;
  }

}

@media (max-width: 960px) {

  #footer--top {
    padding-top: 1.625rem;
    padding-bottom: 1.125rem;
  }

  #footer--top--row--1 {
    padding-bottom: 1.375rem;
    margin-bottom: 1.375rem;
  }

  #footer--top--row--2 .col--left,
  #footer--top--row--2 .col--right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #footer--top--row--2 .grid {
    grid-column-gap: 2rem;
  }

  #footer--top--row--2 .col li span {
    font-size: 1rem;
  }

  .sponsors-container {
    font-size: 0;
    text-align: left;
  }

  .sponsors-container a {
    display: inline-block;
    width: 33%;
    padding-right: 1.25rem;
  }



}

@media (max-width: 860px) {

  #footer--top {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  #footer--top--row--1 {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #footer--top--row--2 .col li {
    margin-bottom: .75rem;
  }

  #footer--top--row--2 .col li span {
    font-size: .875rem;
  }

  footer .footer-label {
    font-size: 1.125rem;
  }

}

@media (max-width: 800px) {


}

@media (max-width: 768px) {

  #footer--top--row--2 .col li {
    margin-bottom: .5rem;
  }

  #footer--top--row--2 .col li span {
    font-size: .825rem;
  }

  #footer--top--row--2 .col li span span {
    line-height: 1.67em;
  }

  #footer--top--row--2 .col li i {
    width: .67rem;
    font-size: .825rem;
    transform: translateY(-.25rem);
  }

  footer .footer-label {
    font-size: 1rem;
  }

}

@media (max-width: 720px) {

  footer .decoration {
    width: 375px;
  }

  footer .decoration--top {
    transform: translate(9.5rem, -100%);
  }

  footer .decoration--bottom {
    transform: translate(-9.5rem, 140%);
  }

  #footer--top {
    border-width: .25rem;
  }

  #footer--top--row--1 .image-container {
    max-width: 236px;
  }

  #footer--top--row--2 .grid {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1rem;
    margin-bottom: 1.5rem;
  }

  #footer--top--row--3 .copy {
    font-size: .75rem;
    margin-top: .5rem;
  }

  #footer--bottom .copy {
    font-size: .75rem;
  }


}

@media (max-width: 640px) {


}

@media (max-width: 575px) {

  #footer--top--row--1 .image-container {
    max-width: 225px;
  }



}

@media (max-width: 525px) {


}

@media (max-width: 480px) {

  footer .decoration {
    width: 360px;
    height: .5625rem;
  }

  footer .decoration--top {
    transform: translate(12rem, -100%);
  }

  footer .decoration--bottom {
    transform: translate(-12rem, 140%);
  }

  #footer--top {
    padding-top: 1.375rem;
  }

  #footer--top--row--1 .col--left {
    width: 100%;
  }

  #footer--top--row--1 .image-container {
    max-width: 210px;
  }

  #footer--top--row--1 .col--right {
    width: 100%;
    padding-left: 0;
    margin-top: .875rem;
  }

  #footer--top--row--2 .grid {
    grid-template-columns: 1fr;
  }

  #footer--top--row--2 .col li span {
    font-size: .875rem;
  }

  .sponsors-container a {
    width: 10rem;
  }






}

@media (max-width: 436px) {


}

@media (max-width: 400px) {


}

@media (max-width: 375px) {


}

@media (max-width: 360px) {


}







/* */
