@-webkit-keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* breakpoints */
#header {
  background: #FFFFFF;
  box-shadow: 0px 1px 8px rgba(121, 121, 121, 0.6);
  position: relative;
  /* breakpoints */
  /* breakpoints */
}

#header .section > .container > .component-content > .row {
  display: flex;
  align-items: center;
}

#header .section > .container > .component-content > .row > div:last-child[class*='col-'] {
  text-align: right;
}

#header #top-bar-section {
  position: relative;
  min-height: 32px;
}

@media (max-width: 767px) {
  #header #top-bar-section div[class*='col-']:first-child {
    display: none;
  }
}

#header #top-bar-section div[class*='col-']:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  position: initial;
}

@media (max-width: 575px) {
  #header #top-bar-section div[class*='col-']:last-child {
    justify-content: space-around;
  }
}

#header #top-bar-section div[class*='col-']:last-child .link a {
  font-size: 0.8125rem;
  color: #fff;
  border-bottom: none;
  padding: 6px 10px;
  display: block;
}

@media (max-width: 575px) {
  #header #top-bar-section div[class*='col-']:last-child .link a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#header #top-bar-section .image {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: .2s ease-in-out;
}

#header #top-bar-section .image a {
  display: flex;
}

@media (max-width: 767px) {
  #header #header-section {
    padding: 5px 0;
  }
}

#header #header-section > .container > .component-content > .row {
  min-height: 36px;
}

@media (min-width: 768px) {
  #header #header-section > .container > .component-content > .row {
    min-height: 60px;
  }
}

#header #header-section .component.image {
  transition: .2s ease-in-out;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

#header #header-section .component.image a {
  display: flex;
}

#header #header-section .component.image img {
  max-height: 50px;
  width: auto;
}

@media (max-width: 767px) {
  #header #header-section .component.image img {
    max-width: 180px;
  }
}

#header #header-section .row > div:last-child[class*='col-'] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  #header #header-section .row > div:last-child[class*='col-'] {
    position: initial;
  }
}

#header #header-section .row > div:last-child[class*='col-'] > .component.plain-html,
#header #header-section .row > div:last-child[class*='col-'] > .component.link.btn {
  margin-left: 20px;
}

@media (max-width: 575px) {
  #header #header-section .row > div:last-child[class*='col-'] > .component.plain-html,
  #header #header-section .row > div:last-child[class*='col-'] > .component.link.btn {
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  #header.sticky #top-bar-section {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 700;
  }
  #header.sticky #top-bar-section .image {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
}

#header.sticky #header-section .component.image {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media (max-width: 767px) {
  #header.sticky #header-section .component.image {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#header .top-line {
  border-top: 11px solid #0077cc;
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#header.sticky #header-section.sticky-section {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 700;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px rgba(121, 121, 121, 0.6);
}

#header.sticky #header-section.sticky-section .component.image {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
