body {
  height: 100%;
  max-width: 100%;
  width: 100%;
  background: #cfd8dc;
}
.site-container {
  position: absolute;
  height: calc(100vh - 56px);
  min-height: calc(100vh - 56px);
  max-width: 100%;
  width: 100%;
  background: #cfd8dc;
}
.site-container .site-preview-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 1;
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background: -webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-container .site-preview-container .nav-wrapper {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.site-container .site-preview-container .nav-wrapper * {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-container .site-preview-container .nav-wrapper .main-navigation {
  height: 56px;
  position: relative;
  clear: both;
  display: flex;
  justify-content: space-between;
  padding: 0 6.125%;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cfd8dc;
}
.site-container .site-preview-container .nav-wrapper .main-navigation .back-button {
  font-size: 16px;
  font-weight: inherit;
  letter-spacing: 0.3;
}
.site-container .site-preview-container .nav-wrapper .main-navigation .back-button img {
  height: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.site-container .site-preview-container .nav-wrapper .main-navigation .devices-wrapper {
  border-left: 1px solid #cfd8dc;
  border-right: 1px solid #cfd8dc;
}
.site-container .site-preview-container .nav-wrapper .main-navigation .devices-wrapper ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-container .site-preview-container .nav-wrapper .main-navigation .devices-wrapper ul li {
  position: relative;
  display: block;
  float: left;
  font-size: 26px;
  line-height: 56px;
  padding: 0 5px;
  color: gray;
  cursor: pointer;
}
.site-container .site-preview-container .nav-wrapper .main-navigation .devices-wrapper ul li:hover {
  color: #F75E00;
}
.site-container .site-preview-container .nav-wrapper .main-navigation .devices-wrapper ul li.active {
  color: black;
}
.site-container .site-preview-container .nav-wrapper .main-navigation .devices-wrapper ul li:first-child {
  margin-left: 20px;
}
.site-container .site-preview-container .nav-wrapper .main-navigation .devices-wrapper ul li:last-child {
  margin-right: 20px;
}
.site-container .site-preview-container .nav-wrapper .main-navigation .devices-wrapper ul li .device-toggle {
  height: 56px;
  padding: 20px 10px;
}
.site-container .site-preview-container .nav-wrapper .main-navigation .devices-wrapper ul li .device-toggle.mobile-horiz.odd::before {
  content: "\e83a";
  display: inline-block;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(90deg) translateX(5px);
}
.site-container #PageContainer {
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  transition: all 0.5s ease-in-out;
}
.site-container #PageContainer #Main {
  background-color: transparent;
  padding: 0;
  max-width: none;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
}
.site-container #PageContainer #Main:after {
  content: '';
  display: table;
  clear: both;
}
.site-container #PageContainer #Main .device-preview {
  position: relative;
  width: 100%;
  height: 100%;
  background: #cfd8dc;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3â�¦3D%224%22%20width%3D%221%22%20height%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-position: 0 center;
  background-size: 5px 5px;
  text-align: center;
}
.site-container #PageContainer #Main .device-preview .device-preview-container {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.605,0.195,0.175,1);
  transition: all 300ms cubic-bezier(0.605,0.195,0.175,1);
  -webkit-overflow-scrolling: touch;
}
.site-container #PageContainer #Main .device-preview .device-preview-container iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.site-container #PageContainer #Main .device-preview .device-preview-container.desktop {
  background: none;
  height: 100%;
  width: 100%;
  left: 0;
  margin: 0;
  top: 0;
}
.site-container #PageContainer #Main .device-preview .device-preview-container.tablet-portrait {
  background: url(images/ipad.svg);
  width: 871px;
  height: 1242px;
  margin: 20px auto;
}
.site-container #PageContainer #Main .device-preview .device-preview-container.tablet-portrait iframe {
  width: 783px;
  height: 1038px !important;
  margin: 106px 0 0 0px;
}
.site-container #PageContainer #Main .device-preview .device-preview-container.tablet-landscape {
  background: url(images/ipad-album.svg);
  width: 1242px;
  height: 871px;
  margin: 20px auto;
  overflow: auto;
}
.site-container #PageContainer #Main .device-preview .device-preview-container.tablet-landscape iframe {
  width: 1038px;
  height: 783px !important;
  margin: 44px 0 0 8px;
  overflow-x: hidden;
}
.site-container #PageContainer #Main .device-preview .device-preview-container.phone-portrait {
  background: url(images/iphone.svg);
  width: 370px;
  height: 707px;
  margin: 20px auto;
}
.site-container #PageContainer #Main .device-preview .device-preview-container.phone-portrait iframe {
  width: 335px;
  height: 495px !important;
  margin: 106px 0 0 3px;
}
.site-container #PageContainer #Main .device-preview .device-preview-container.phone-landscape {
  background: url(images/iphone-album.svg);
  width: 707px;
  height: 370px;
  margin: 150px auto 20px;
}
.site-container #PageContainer #Main .device-preview .device-preview-container.phone-landscape iframe {
  width: 495px;
  height: 335px !important;
  margin: 16px 0 0 0;
}
.site-container .close-button {
  border-style: solid;
  border-color: #cfd8dc;
  border-width: 0 0 0 1px;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  z-index: 999;
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background: -webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);
}
.site-container .close-button .lnr {
  transition: all .3s ease-in-out;
}
.site-container .close-button * {
  font-size: 39px;
  transition: all .3s ease-in-out;
}
.site-container .close-button.toggled {
  transform: rotateY(180deg);
  border-width: 1px 1px 1px 1px;
  border-bottom-right-radius: 5px;
}
.site-container .close-button.toggled .lnr {
  transform: rotateX(180deg);
}