/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* ====================================== */
/*       FOOTER STYLES                    */
/* ====================================== */

.footer div[aria-hidden='true'] {
  display: none;
}

.footer {
  color: rgba(255,255,255,.8);
  font-size:1.3em;
  font-family: bio-sans, Arial, sans-serif;
  position: relative;
  background-color: #343a62;
  overflow: hidden;
  z-index: 0;
}

.footer a {
  text-decoration: none;
}

.footer a:-webkit-any-link {
  text-decoration: none;
  margin:0;
}

.footer a:hover {
  text-decoration:underline;
}


.footer ul li {
  list-style-type: none;
}

.footer__container {
  margin: 0 auto;
  padding-top:10px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroll_arrow_right {
  background-color: #154734;
  border-bottom: 1px solid #ffb81c;
  border-left: 1px solid #ffb81c;
  border-top: 1px solid #ffb81c;
  color: rgba(255,255,255,.8);
  cursor:pointer;
  display: none;
  font-size:1.3em;
  padding: 8px 8px 1px 10px;
  position: absolute;
  right: 0;
  top:37px;
  z-index: 99999999;
}

.scroll_arrow_left {
  background-color: #154734;
  border-bottom: 1px solid #ffb81c;
  border-right: 1px solid #ffb81c;
  border-top: 1px solid #ffb81c;
  color: rgba(255,255,255,.8);
  cursor:pointer;
  display: none;
  font-size:1.3em;
  padding: 8px 8px 1px 10px;
  position: absolute;
  left: 0;
  top: 37px;
  z-index: 99999999;
}

.scroll_arrow_left .svg-inline--fa,
.scroll_arrow_right .svg-inline--fa {
  vertical-align:0em;
}

.scroll_arrow_right .icon,
.scroll_arrow_left .icon {
  color: rgba(255,255,255,.8);
  font-size:4px;
}

.footer__top {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-size:14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 18px;
  margin:0 auto;
  max-width:1340px;
  padding:20px;
  overflow: hidden;
}

.footertabs {
  margin:0 auto;
  max-width:1340px;
  padding:20px 20px 0 20px;
  scroll-behavior: smooth;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.footertabs::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.footertabs {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.footertabs ul {
  overflow: visible;
  -webkit-margin-before:0;
  margin-block-start:0;
  -webkit-margin-after:0;
  margin-block-end:0;
  min-width:875px;
  -webkit-padding-start:0;
  padding-inline-start:0;
  margin:0;
  padding:7px 50px 7px 0;
}

.footertabs ul li {
  display:inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}

.footerlinks__parent {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin:0 auto;
  max-width:1340px;
  min-height:270px;
  padding:12px 20px 20px 20px;
  position:relative;
}

.footerlinks {
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  height:auto;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  padding-top:8px;
}

.footerlinks ul,
.footerlinks__compliance ul {
  -webkit-margin-before:0;
  margin-block-start:0;
  -webkit-margin-after:0;
  margin-block-end:0;
  -webkit-padding-start:0;
  padding-inline-start:0;
  margin-top:0;
  padding:0;
}

.footerlinks__compliance::before {
  position: absolute;
  border-left:1px solid #ffb81c;
  bottom: -13px;
  top: -28px;
  content: "";
  left: 0;
  width: 1px;
}

.footerlinks ul li,
.footerlinks__compliance ul li {
  -webkit-columns-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.footerlinks a {
  display: block;
  color: rgba(255,255,255,.8);
  padding: 6px 20px;
  text-decoration:none;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
  font-weight: normal;
}

.footertabs__btn {
  cursor:pointer;
  padding: 7px 15px 8px 15px;
}

.footerlinks a:hover {
  text-decoration: underline;
}

.active {
  border:1px solid;
  border-color:#ffb81c;
  border-bottom:0;
  font-weight:bold;
}

.active::before {
  border-top: 1px solid #ffb81c;
  bottom: -1px;
  position: absolute;
  top: -201px;
  content: "";
  right: 100.5%;
  top: auto;
  width: 1000px;
  height: 1px;
}

.active::after {
  border-top: 1px solid #ffb81c;
  bottom: -1px;
  position: absolute;
  top: -201px;
  content: "";
  left: 100.5%;
  top: auto;
  width: 2000px;
  height: 1px;
}

.footerlinks__compliance {
  bottom:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 0 9px 10px;
  position:relative;
  right:0;
  top:8px;
  width:265px;
}

.footerlinks__compliance__header {
  font-weight:bold;
  margin: 0 0 10px 0;
  padding-left: 20px;
  text-transform: uppercase;
}

.footerlinks__compliance__links {
  display: block;
  color: rgba(255,255,255,.8);
  padding: 6px 20px;
  text-decoration:none;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
  font-weight: normal;
}

.footer__divider {
  border-top: 1px solid #ffb81c;
  height:1px;
  width:100%;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 67px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1340px;
  padding: 20px 20px 0 20px;
  overflow: hidden;
}

.footer__bottom__left {
  display:inherit;
  max-width:630px;
}

.footer__bottom__logo {
  width:210px;
}

#footer__bottom__social {
  float: right;
  height: 30px;

.footerlinks__compliance::before
  overflow: hidden;
}

#footer__bottom__social a {
  text-decoration: none;
}

.footer__bottom__social__item .icon,
.footer__bottom__social__item svg[data-prefix="fab"],
.footer__bottom__social__item svg[data-prefix="fak"] {
  display: inline-block;
  margin: 0 0 0 10px;
  text-align: center;
  font-size: 5px;
  color: rgba(255,255,255,.5);
  line-height: 30px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.footer__bottom__social__item svg[data-prefix="fab"],
.footer__bottom__social__item svg[data-prefix="fak"] {
  font-size:1.75em;
  padding-bottom:6px;
}

.footer__bottom__social__item .icon:hover,
.footer__bottom__social__item svg[data-prefix="fab"]:hover,
.footer__bottom__social__item svg[data-prefix="fak"]:hover {
  color: #fff;
}

.footer::before {
  bottom: 0;
  background: url('/themes/custom/baylor_united_2/images/baylor-footer-bkg.jpg') no-repeat 50% 100%;
  background-attachment: fixed;
  background-color:#154734;
  background-size: 100%;
  content: "";
  left: 0;
  right: 0;
  overflow:hidden;
  position: absolute;
  top: 0;
  z-index: 0;
}

.footer__bottom__legal {
  font-size: 12px;
  line-height: 1.5em;
  padding-left: 40px;
}

.footer__bottom__legal a {
  color: rgba(255,255,255,.8);
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
  font-weight: normal;
  border-bottom: 1px dotted rgba(255,255,255,.5);
  text-decoration: none;
}


@media(max-width:1300px) {

  .footer::before {
    background-position: 40% 100%;
    background-size: 175%;
  }

  .footerlinks {
    width:100%;
  }
}

@media(max-width: 1100px) {

  .footer {
    padding-bottom:20px;
  }

  .footertabs {
    position: absolute;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 5;
    left: 0;
    right: 0;
  }
/* Hide scrollbar for Chrome, Safari and Opera */
.footertabs::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
.footertabs {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
  .footerlinks__container {
    position:relative;
    z-index: 6;
  }

  .footerlinks__parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0 0 0;
  }

  .footerlinks {
    padding:5px 0 10px 15px;
  }

  .footerlinks__compliance {
    border-left:none;
    border-top:1px solid #ffb81c;
    margin:0;
    padding: 20px 0 30px 15px;
    position:relative;
    width:100%;
    z-index: 6;
  }

  .footerlinks__compliance::before {
    display:none;
  }

  .footerlinks__compliance ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    width:100%;
  }

  .footer__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height:auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 999;
  }

  .footer__bottom__logo {
    display: none;
  }

  .footer__bottom__legal {
    padding:10px 0 0 0;
    text-align: center;
  }
}

@media (max-width: 785px) {

  .footer::before {
    background-position: 60% bottom;
    background-size: 200%;
  }

  .bf_col2 {
    width: 66.66%;
  }

  .bf_col3 {
    width: 100%;
    float: none;

  }

  .show_col_line {
    clear: both;
    padding-top: 40px;
  }

  .show_col_line::before {
    top: 20px;
    height: 1px;
    bottom: auto;
    left: 0;
    right: 0;
    background: rgba(255,184,28,1);
    width: auto;

  }

  .show_col_line h3 {
    text-align: center;
    margin: 0 0 10px 0;
  }

  .footer__bottom__legal {
    text-align: center;
  }
}

@media (max-width: 750px) {

  .footertabs {
    overflow:scroll;
    padding-left:0;
    width:100%;
  }

  .footertabs ul {
    overflow:hidden;
    padding-left:20px;
    width:100%;
  }

  .scroll_arrow_right {
    display:block;
  }
}

@media (max-width: 670px) {

  .footertabs ul li:nth-of-type(1) .active::after {
    width:187vw;
  }

  .footertabs ul li:nth-of-type(2) .active::after {
    width:160vw;
  }

  .footertabs ul li:nth-of-type(3) .active::after {
    width:140vw;
  }

  .footertabs ul li:nth-of-type(4) .active::after {
    width:123vw;
  }

  .footertabs ul li:last-child .active::after {
    width:103vw;
  }

}

@media (max-width: 600px) {

  .footer::before {
    background-position: 50% 110%;
    background-size: 250%;
  }

  /*.footer {
      padding-bottom: 54%;
  }*/

  .footerlinks {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .footerlinks__compliance ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 480px) {

  .footertabs ul li:nth-of-type(1) .active::after {
    width:333vw;
  }

  .footertabs ul li:nth-of-type(2) .active::after {
    width:284vw;
  }

  .footertabs ul li:nth-of-type(3) .active::after {
    width:249vw;
  }

  .footertabs ul li:nth-of-type(4) .active::after {
    width:220vw;
  }

  .footertabs ul li:last-child .active::after {
    width:183vw;
  }

}
