@-webkit-keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-o-keyframes read-more-arrow {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-webkit-keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@-o-keyframes download-hover {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

/* Insert your ecw footer custom SASS styling. */
.footer-wrapper {
  background-color: #fff;
}

.footer-wrapper .footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer .menu--main {
    display: none;
  }
}

.footer-wrapper .footer .menu--main ul {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}

.footer-wrapper .footer .menu--main ul li {
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  margin-bottom: 10px;
}

.footer-wrapper .footer .menu--main ul li:last-of-type {
  margin-bottom: 0;
}

.footer-wrapper .footer .menu--main ul li.menu-item--collapsed span {
  padding: 0;
}

.footer-wrapper .footer .menu--main ul li a {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}

.footer-wrapper .footer .menu--main ul li a:after {
  content: none;
}

.footer-wrapper .footer .menu--main ul li a:hover,
.footer-wrapper .footer .menu--main ul li a.active,
.footer-wrapper .footer .menu--main ul li a.is-active {
  color: #fa7828;
}

.footer-wrapper .footer .menu--main ul li.dropdown ul {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.footer-wrapper .footer .menu--main ul li.dropdown ul li a {
  padding: 0;
  text-transform: none;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer section.region-footer-left-top-secondary {
    display: none;
  }
}

.footer-wrapper .footer section.region-footer-left-top-secondary #block-secondaryfootermenu {
  padding-top: 23px;
}

.footer-wrapper .footer section.region-footer-left-top-secondary #block-secondaryfootermenu ul li {
  padding-right: 30px;
}

.footer-wrapper .footer section.region-footer-left-top-secondary #block-secondaryfootermenu ul li a {
  padding: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}

.footer-wrapper .footer section.region-footer-left-top-secondary #block-secondaryfootermenu ul li a:hover,
.footer-wrapper .footer section.region-footer-left-top-secondary #block-secondaryfootermenu ul li a.active,
.footer-wrapper .footer section.region-footer-left-top-secondary #block-secondaryfootermenu ul li a.is-active {
  color: #fa7828;
}

.footer-wrapper .footer section.region-footer-right-bottom-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  font-size: 0.875rem;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer section.region-footer-right-bottom-secondary {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.footer-wrapper .footer section.region-footer-right-bottom-secondary ul {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer section.region-footer-right-bottom-secondary ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 30px;
  }
}

.footer-wrapper .footer section.region-footer-right-bottom-secondary ul li {
  padding-right: 15px;
}

.footer-wrapper .footer section.region-footer-right-bottom-secondary ul li:last-of-type {
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer section.region-footer-right-bottom-secondary ul li {
    margin-top: 25px;
  }
}

.footer-wrapper .footer section.region-footer-right-bottom-secondary ul li a {
  padding: 0;
  text-transform: none;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.64;
}

.footer-wrapper .footer section.region-footer-right-bottom-secondary ul li a:hover,
.footer-wrapper .footer section.region-footer-right-bottom-secondary ul li a.active,
.footer-wrapper .footer section.region-footer-right-bottom-secondary ul li a.is-active {
  color: #fa7828;
}

.footer-wrapper .footer .top-row {
  margin-top: 7px;
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #979797;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer .top-row {
    border: none;
  }
}

.footer-wrapper .footer section.region-footer-left-bottom-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer section.region-footer-left-bottom-secondary {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .footer-wrapper .footer section.region-footer-left-bottom-secondary {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.footer-wrapper .footer section.region-footer-right-top-secondary .social-media-menu ul {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
  .footer-wrapper .footer section.region-footer-right-top-secondary .social-media-menu ul {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.footer-wrapper .footer #block-vardotcopyrights {
  margin-right: 30px;
}

.footer-wrapper .footer #block-vardotcopyrights .footer-rights {
  text-align: left;
}

.footer-wrapper .footer #block-vardotcopyrights .footer-rights .copyrights {
  font-size: 0.875rem;
  line-height: 1.64;
}

.footer-wrapper .footer #block-copyright--2 .field--name-body {
  font-size: 0.875rem;
  line-height: 1.64;
}

@media (max-width: 991.98px) {
  .block-excel-awards-winner .award-logo {
    text-align: center;
    margin-bottom: 20px;
    float: none !important;
  }
}
