body {
/*  padding-top: 5.4rem;*/
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

html { height: 100%; }

.navbar-header img {
  height: 100%;
}
.navbar-brand {
  padding-top: 0;
}

#banner {
  background: transparent url("images/banner_2569x1080.jpg") no-repeat center center;
  background-size: cover;
  height: calc(100vh - 6rem);
  width: auto;
  margin-bottom: 6.4rem;
  position: relative;
  overflow-x: hidden;
}

#banner .container,
#banner .row,
#banner .col-md-8 {
  height: 100%;
}
#banner-textbox {
  position: absolute;
  bottom: 2rem;
  right: 0;
  margin-right: -6.5rem;
  padding-top: 26px;
  padding-bottom: 26px;
  background: transparent url("images/arrow_box.png") no-repeat 0 0;
  background-size: cover;
  height: 435px;
  width: 680px;
  display: flex;
  align-items: center;
}
#banner-textbox-inner {
  overflow: hidden;
  margin-right: 107px;
  margin-left: 130px;
  padding: 1.5rem;
}
#banner-text {
  color: #fff;
  position: absolute;
  bottom: 11rem;
  text-align: center;
  background: transparent url("images/more_arrow.png") no-repeat bottom center;
  padding-bottom: 2.5rem;
}  

#banner-textbox ul {
  margin-bottom: 0;
}

#consortium-box {
  padding: 15px;
}
#consortium-box ul {
  width: 100%;
  display: table;
}
#consortium-box li {
  display: table-cell;
  line-height: 55px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#consortium-box img,
#consortium-box img.normal {
  height: 40px;
  width: auto;
}
#consortium-box img.lower {
  height: 25px;
}
#consortium-box img.higher {
  height: 55px;
}

#disclaimer img {
  height: 45px;
  margin-left: -9px;
  opacity: .85;
  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  -o-filter: grayscale(30%);
  filter: grayscale(30%);
}
#disclaimer .col-sm-auto:first-of-type {
  padding-right: 0px;
}

#disclaimer {
  align-items: flex-end;
}
#disclaimer .small {
  line-height: 1.2;
}

.container {
  padding-bottom: 20px;
}
.navbar .container,
.footer .container {
  padding-bottom: 0;
}

#acticloud-logo img,
.full-width {
  width: 100%;
}
#acticloud-logo {
  padding: 20px 30px;
}

.main-content {
  flex-grow: 1;   
}

#consortium .main-content img,
#consortium-partner .main-content img {
  width: 100%;
}
#consortium .main-content .col {
  display: flex;
  align-items: center;
}
#consortium .main-content a:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: 0;
  filter: grayscale(0);
}

.grayscale {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
  -webkit-transition: 150ms -webkit-filter linear;
  -moz-transition: 150ms -moz-filter linear;
  -moz-transition: 150ms filter linear;
  -ms-transition: 150ms -ms-filter linear;
  -o-transition: 150ms -o-filter linear;
  transition: 150ms filter linear, 150ms -webkit-filter linear;
}

#consortium-partner #partner-role {
  background-color: #eff7f9;
}

.more {
  color: inherit;
}

@media only screen and (max-width: 1200px) {
  #banner{
    background-attachment: fixed;
  }
  #banner-textbox {
    background: rgb(255,255,255);
    position: relative;
    width: 100%;
    top: 20px;
    height: auto;
    margin-right: 0;
    border-radius: 4px;
  }
  #banner-textbox-inner {
    overflow: hidden;
    margin: 0;
  }
  #banner-text{
    position: static;
    width: 100%;
  }
  #banner .order-xl-first {
    text-align: center;
  }
  
  #acticloud-logo {
    padding-bottom: 0
  }

  #consortium-bar .more {
    display: inherit !important;
  }
  #consortium-box {
    display: none;
  }

  #consortium-partner .main-content img {
    max-width: 60%;
  }
}
/*
@media only screen and (max-width: 992px) {
  #banner .order-xl-first {
    display: none;
  }
}
*/
