/* CORP UPDATES */

.ie9 svg {
	max-width: 100%;
}

@media only screen and (max-width: 40em) {
  .ie9 svg {
    max-width: 60%;
  }
  .fixed-height-banner .wrap h1 {
  	font-size: 1.5rem;
  }
}

/* CLOUD SOLUTIONS PAGE */
.grid-menu {
  position: relative;
  top: 0;
  height: auto;
  max-height: 35rem;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: #eee;
  overflow: hidden;
}
.grid-menu h2 {
  padding-bottom: 1.5rem;
}
.grid-menu .grid-menu-toggle {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 3rem;
  opacity: 0;
  visibility: hidden;
  z-index: 10001;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #caccd1;
  background: #e5e5e5;
  -webkit-transition: 0.3s opacity ease-in;
  -moz-transition: 0.3s opacity ease-in;
  -o-transition: 0.3s opacity ease-in;
  -ms-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in;
}
.grid-menu.scroll-fix {
  position: fixed;
  top: 28px;
  height: 3rem;
  max-height: 3rem;
  z-index: 10000;
  padding: 0;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.grid-menu.scroll-fix .grid-menu-toggle {
  opacity: 1;
  visibility: visible;
}
.grid-menu.scroll-fix .grid-menu-toggle span {
  display: block;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.grid-menu.scroll-fix .grid-menu-toggle span:before {
  content: '\e6cd';
  font-family: icomoon;
  color: #000;
  position: absolute;
  top: 50%;
  left: -2rem;
  width: 2rem;
  font-size: 1rem;
  line-height: 3rem;
  text-indent: 0;
  margin-right: 0.5rem;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  transition: 0.25s all ease;
  display: block;
}
.grid-menu.scroll-fix .cloud-solutions {
  visibility: hidden;
  height: 0;
  max-height: 0;
  opacity: 0;
}
@media only screen and (max-width: 57.5em) {
  .grid-menu.scroll-fix .cloud-solutions .pop-sol p {
    display: none;
  }
}
.grid-menu.scroll-fix h2 {
  opacity: 0;
  visibility: hidden;
}
.grid-menu.scroll-fix.slide-open {
  left: 0;
  right: 0;
  height: auto;
  max-height: 35rem;
  background: #fff;
  padding: 2rem 0 3rem;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.grid-menu.scroll-fix.slide-open h2 {
  opacity: 1;
  visibility: visible;
}
.grid-menu.scroll-fix.slide-open .cloud-solutions {
  visibility: visible;
  height: auto;
  max-height: 28rem;
  opacity: 1;
}
.grid-menu.scroll-fix.slide-open .grid-menu-toggle {
  top: initial;
  bottom: 0;
  border-bottom: 1px solid #caccd1;
  background: #eee;
}
.grid-menu.scroll-fix.slide-open .grid-menu-toggle span:before {
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
@media only screen and (max-width: 40em) {
  .grid-menu.scroll-fix {
    top: 54px;
  }
}
.cloud-solutions {
  position: relative;
  opacity: 1;
  height: auto;
  max-height: 28rem;
}
.cloud-solutions .grid-menu-item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
}
.cloud-solutions .grid-menu-item:before,
.cloud-solutions .grid-menu-item:after {
  content: '';
  display: table;
}
.cloud-solutions .grid-menu-item:after {
  clear: both;
}
.cloud-solutions .grid-menu-item:nth-child(5n) {
  float: right;
}
.cloud-solutions .grid-menu-item:nth-child(5n + 1) {
  clear: both;
}
@media only screen and (max-width: 57.5em) {
  .cloud-solutions .grid-menu-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .cloud-solutions .grid-menu-item:before,
  .cloud-solutions .grid-menu-item:after {
    content: '';
    display: table;
  }
  .cloud-solutions .grid-menu-item:after {
    clear: both;
  }
  .cloud-solutions .grid-menu-item:nth-child(4n) {
    float: right;
  }
  .cloud-solutions .grid-menu-item:nth-child(4n + 1) {
    clear: both;
  }
  .cloud-solutions .grid-menu-item:nth-child(5n) {
    float: left;
  }
  .cloud-solutions .grid-menu-item:nth-child(5n + 1) {
    clear: none;
  }
}
@media only screen and (max-width: 50em) {
  .cloud-solutions .grid-menu-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .cloud-solutions .grid-menu-item:before,
  .cloud-solutions .grid-menu-item:after {
    content: '';
    display: table;
  }
  .cloud-solutions .grid-menu-item:after {
    clear: both;
  }
  .cloud-solutions .grid-menu-item:nth-child(3n) {
    float: right;
  }
  .cloud-solutions .grid-menu-item:nth-child(3n + 1) {
    clear: both;
  }
  .cloud-solutions .grid-menu-item:nth-child(4n) {
    float: left;
  }
  .cloud-solutions .grid-menu-item:nth-child(4n + 1) {
    clear: none;
  }
}
@media only screen and (max-width: 40em) {
  .cloud-solutions .grid-menu-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .cloud-solutions .grid-menu-item:before,
  .cloud-solutions .grid-menu-item:after {
    content: '';
    display: table;
  }
  .cloud-solutions .grid-menu-item:after {
    clear: both;
  }
  .cloud-solutions .grid-menu-item:nth-child(2n) {
    float: right;
  }
  .cloud-solutions .grid-menu-item:nth-child(2n + 1) {
    clear: both;
  }
  .cloud-solutions .grid-menu-item:nth-child(3n) {
    float: left;
  }
  .cloud-solutions .grid-menu-item:nth-child(3n + 1) {
    clear: none;
  }
}
@media only screen and (max-width: 25em) {
  .cloud-solutions .grid-menu-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .cloud-solutions .grid-menu-item:before,
  .cloud-solutions .grid-menu-item:after {
    content: '';
    display: table;
  }
  .cloud-solutions .grid-menu-item:after {
    clear: both;
  }
  .cloud-solutions .grid-menu-item:nth-child(1n) {
    float: right;
  }
  .cloud-solutions .grid-menu-item:nth-child(1n + 1) {
    clear: both;
  }
  .cloud-solutions .grid-menu-item:nth-child(2n) {
    float: left;
  }
  .cloud-solutions .grid-menu-item:nth-child(2n + 1) {
    clear: none;
  }
}
.cloud-solutions .products-link {
  position: relative;
  padding: 0.75rem;
}
.cloud-solutions .pop-sol h3 {
  text-transform: initial;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0.5rem 0;
}
.cloud-solutions .pop-sol p {
  margin: 0.5rem 0;
}
[id^="sol"] {
  padding: 2.5rem 0;
}
[id^="sol"] .sol-main {
  padding-top: 2rem;
  *zoom: 1;
  width: auto;
  max-width: 80%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
[id^="sol"] .sol-main:before,
[id^="sol"] .sol-main:after {
  content: '';
  display: table;
}
[id^="sol"] .sol-main:after {
  clear: both;
}
[id^="sol"] .sol-main .svg {
  text-align: center;
}
[id^="sol"] .sol-main .svg img {
  max-width: 70%;
}
[id^="sol"] h2 {
  text-transform: initial;
  margin: 0;
}
[id^="sol"] h4 {
  margin-top: 0;
}
[id^="sol"] .bold {
  margin-top: 0.25rem;
}
[id^="sol"] .fa {
  color: #3d7db5;
  font-size: 7vw;
  max-width: 80%;
}
@media only screen and (max-width: 40em) {
  [id^="sol"] .sol-main .svg {
    margin-bottom: 1rem;
  }
  [id^="sol"] .sol-main .svg img {
    max-width: 50%;
  }
  [id^="sol"] .sol-main p:not(.bold) {
    display: none;
  }
}
.cycle5 .doc {
  padding: 1rem;
  text-align: center;
}
.cycle5 .doc:hover {
  background: rgba(0,0,0,0.1);
  cursor: pointer;
}
.cycle5 .doc img {
  box-shadow: 0 0 3px #caccd1;
  max-width: 75%;
}
.cycle5 .doc .svg img {
  box-shadow: none;
}
.cycle5 .doc p {
  margin-bottom: 0;
  line-height: 1.125;
}
@media only screen and (max-width: 40em) {
  .cycle5 .doc img {
    max-width: 50%;
  }
}
