/*************************
   Generic Site Styles
*************************/
.tbl { 
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  /*float: none !important;*/
}
.tbl-inline {
  width: auto;
  display: inline-table;
}
.tbl.page, .container{
  max-width: 1024px;
  margin: 0 auto;
}
.tbl.page.large {
  max-width: 1024px;
}
main .tbl.page,
.tbl.auto-height {
  height: auto;
}
.tbl.auto-width {
  width: auto;
}
.tbl.auto-all {
  height: auto;
  width: auto;
}
.tbl.full-height,
main .tbl.full-height {
  height: 100%;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none !important;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.tbl-header-group {
  display: table-header-group;
}
.tbl-footer-group {
  display: table-footer-group;
}
.relative {
  position: relative;
}
.full-size {
  height: 100% !important;
  width: 100% !important;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

/****************************
   Home Page Banner Styles
****************************/

.prod-banner-photo {
  display: flex;
  height: 100%;
  width: 100%;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px;
  align-items: center
}

.prod-banner-photo > a {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.prod-banner-photo > a > img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

#page-banner {
  display: block;
  height: 100%;
  width: 100%;
  margin-bottom: 0px;
}

#page-banner .slick-list, #page-banner .slick-track {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

#page-banner div[class*="slick"] {
  height: 100%;
}

.bg-white {
  background-color: #fff;
}

.banner-opt1 .left-content {
  width: 100%;
  max-width: 600px;
  float: right;
  display: block;
}

.banner-opt1 .banner-heading,
.banner-opt2 .banner-heading,
.banner-opt3 .banner-heading {
  font-family: Avenir-Heavy;
  font-size: 38px;
  letter-spacing: 0.1em;
  color: #979797;
  line-height: 1;
  height: auto !important;
}

.banner-opt1 .banner-text,
.banner-opt3 .banner-text {
  font-family: Avenir-Book;
  font-size: 30px;
  line-height: 38px;
  color: #979797;
  margin: 0px;
  letter-spacing: 0.05em;
  padding: 18px 0px 48px;
}

.banner-opt2 .banner-text {
  font-family: Avenir-Book;
  font-size: 30px;
  color: #979797;
  margin: 0px;
  letter-spacing: 0.05em;
  padding: 18px 0px 48px;
}

.banner-opt2,
.banner-opt3 {
  background-attachment: fixed;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-opt2 .banner-heading,
.banner-opt3 .banner-heading {
  color: #fff;
  text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.3);
}

.banner-opt2 .banner-text,
.banner-opt3 .banner-text {
  color: #fff;
  padding: 0px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.banner-opt3 .banner-text {
  padding: 20px 0px 40px;
}

.banner-opt2 .text-banner {
  height: 171px;
  margin-top: 37px;
}

.banner-opt2 .text-banner.bg-blue {
  background-color: #004D7B;
}

.banner-opt2 .text-banner.bg-orange {
  background-color: #DF7739;
}

.banner-opt2 .text-banner.bg-green {
  background-color: #9CBE43;
}

.banner-opt2 .text-banner.bg-brown {
  background-color: #925A43;
}

.banner-opt2 .text-banner.bg-red {
  background-color: #9E032A;
}

.banner-opt3 .text-banner.bg-blue {
  background-color: rgba(0, 77, 123, 0.6);
}

.banner-opt3 .text-banner.bg-orange {
  background-color: rgba(223, 119, 57, 0.6);
}

.banner-opt3 .text-banner.bg-green {
  background-color: rgba(156, 190, 67, 0.6);
}

.banner-opt3 .text-banner.bg-brown {
  background-color: rgba(146, 90, 67, 0.6);
}

.banner-opt3 .text-banner.bg-red {
  background-color: rgba(158, 3, 42, 0.6);
}


#navigation-bar {
  border-top: 1px solid #DFDFDF;
}

#page-banner .banner-opt1 .button.large.icon {
  box-shadow: 5px 6px 3px 0px rgba(145, 145, 145, 0.4);
}

#page-banner .button.large.icon:before {
  background-repeat: no-repeat !important;
}

.button.large.icon span {
  display: inline-block;
  vertical-align: middle;
  line-height: 110%;
  padding: 0;
  margin: auto;
  white-space: nowrap;
  transform: translateY(15%);
}

.button.large.icon.arrow span:after {
  content: "";
  background-image: url("../images/icons/arrows.png");
  background-attachment: scroll;
  background-color: transparent;
  background-position: -118px 0;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  height: 18px;
  width: 24px;
  margin-top: -4px;
}

#page-banner .active-learning-theme .banner-heading span {
  color: #004D7B;
}

#page-banner .lectern-podium-theme .banner-heading span {
  color: #DF7739;
}

#page-banner .mobile-computing-theme .banner-heading span {
  color: #9CBE43;
}

#page-banner .desk-table-theme .banner-heading span {
  color: #925A43;
}

#page-banner .flexible-seating-theme .banner-heading span {
  color: #9E032A;
}

#page-banner .slick-dots {
  bottom: 10px;
  right: 40px;
  margin: 0 auto;
  z-index: 1;
}

#page-banner .slick-dots button:before {
  display: none;
  content: none;
}

#page-banner .slick-dots li {
  border: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  height: 24px;
  width: 24px;
}

#page-banner .slick-dots li:hover,
#page-banner .slick-dots .slick-active {
  border-color: #A4A4A4;
}

#page-banner .slick-dots button { 
  display: inline-block;
  height: 16px;
  width: 16px;
  padding: 0px;
  margin: auto;
  background-color: #A4A4A4;
  border-radius: 50%;
  font-size: 0px;
  text-indent: -9999px;
  overflow: hidden;
  outline: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#page-banner .slick-dots li:hover button,
#page-banner .slick-dots .slick-active button {
  background-color: #004D7B;
}

button::-moz-focus-inner {
  border: 0;
}

.banner-opt2 .text-banner .banner-title {
  padding: 20px 0px;
}

.banner-opt2 .text-banner .tbl {
  max-width: 1200px;
}

.banner-opt2 .text-banner .thumbnail {
  width: 242px;
}

.banner-opt2 .text-banner .thumbnail figure {
  position: absolute;
  height: 242px;
  width: 242px;
  background-color: #fff;
  top: -24px;
  left: 0;
  margin: 0px;
  padding: 0px;
  border-radius: 50%;
}

.banner-opt2 .text-banner .thumbnail figure img {
  position: absolute;
  max-width: 100%;
  top:0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.banner-opt2 .banner-link {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  bottom: 20vh;
  left: 0px;
  right: 0px;
  text-align: right;
}

.banner-opt3 .text-banner {
  padding: 25px;
}

@media screen and (max-width: 1200px) {
	.banner-opt1 .left-content {
		position: relative;
		left: 15px;
	}
	.banner-opt2 .text-banner .banner-title {
    padding-left: 15px;
	}
	.banner-opt1 .banner-heading,
	.banner-opt2 .banner-heading,
	.banner-opt3 .banner-heading {
		font-size: 5.5vw;
		line-height: 55px;
	}
	.banner-opt1 .banner-text,
	.banner-opt3 .banner-text {
		font-size: 2.5vw;
		padding: 15px 0px 25px;
		line-height: 30px;
	}
	.banner-opt2 .banner-text {
		font-size: 3.3vw;
	}
}
@media screen and (max-width: 925px) {
	.index #page-banner * {
  	background-position: center center !important;
  	background-attachment: scroll !important;
	}
	.banner-opt2 .text-banner .thumbnail figure {
    height: 200px;
    width: 200px;
    top: -13px;
   }
  .banner-opt2 .text-banner .thumbnail {
    width: 210px;
	}
   .banner-opt2 .text-banner .thumbnail figure img {
    max-width: 80%;
   }
	.banner-opt3 .banner-text {
		padding: 0px 0px 25px;
	}
	a.button.large {
		font-size: 85%;
	}
}
@media screen and (max-width: 770px) {
	.scroll-button::after {
		display: none;
	}
	.banner-opt1 .banner-heading,
	.banner-opt2 .banner-heading,
	.banner-opt3 .banner-heading {
		line-height: 45px;
	}
		.left-content .banner-text {
		width: 70% !important;
		margin: 0 auto !important; 
	}
	.left-content .banner-heading {
		width: 70%; 
		margin: 0 auto;
	}
	.prod-banner-photo > a {
		position: relative;
	}
	.banner-opt2 .banner-text {
		line-height: 30px;
	}
}

@media screen and (max-width: 670px) and (max-height:400px) {
	.banner-opt1 .cell {
		vertical-align: top;
		padding-top: 23px;
	}
	.banner-opt1 .left-content {
    text-align: left;
	}
	.banner-opt1 .banner-heading {
    font-size: 4.5vw;
    line-height: 30px;
	}
	.banner-opt1 .banner-text {
    font-size: 2.5vw;
    padding: 10px 0px 0px;
    line-height: 20px;
	}
	a.button.large {
		transform: scale(0.6);
		min-width: 300px;
	}
	.lectern-podium-solutions.button.large {
		position: absolute;
		left: -60px;
	}
	#banner {
    min-height: 250px;
	}
	
	.banner-opt2 .text-banner {
    height: auto;
    margin-top: 0px;
	}
	.banner-opt2 .banner-heading {
		font-size: 5.5vw;
		line-height: 40px;
	}
	.banner-opt2 .banner-text {
    font-size: 3vw;
	}
	.banner-opt2 .text-banner .banner-title {
    padding: 15px 0px 15px 20px;
	}
	.banner-opt2 .text-banner .thumbnail {
    width: 115px;
	}
	.banner-opt2 .text-banner .thumbnail figure {
    height: 100px;
    width: 100px;
    top: 0px;
	}
	.banner-opt2 .banner-link {
		bottom: 55px;
		left: -80px;
		text-align: left;
	}
	.banner-opt3 .tbl {
    top: -15px;
    position: relative;
	}
	.banner-opt3 .banner-heading {
    line-height: 36px;
	}
	.tbl .cell.middle:last-child {
		padding-top: 0px;
	}
	.tbl .cell.middle img {
		max-height: 260px;
	}
	.lectern-podium-solutions.button.large {
		bottom: -45px;
	}
}
@media screen and (max-width: 600px) and (min-height:400px) {
	.banner-opt1 .cell img {
		margin-top: 0% !important;
	
	}
	a.button.large {
		transform: scale(0.7);
		min-width: 300px;
	}
	.button.large.icon {
    padding: 8px 5px;
	}
	
	.banner-opt1 .cell {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.banner-opt1 .left-content {
    left: 0px;
	}
	.banner-opt1 .banner-heading,
	.banner-opt3 .banner-heading {
		font-size: 7vw;
		padding-top: 20px;
		line-height: 35px;
	}
	.banner-opt2 .banner-heading {
		font-size: 7vw;
		padding-top: 0px;
		line-height: 35px;
	}
	.banner-opt1 .banner-text,
	.banner-opt3 .banner-text {
		padding: 0px;
		font-size: 3.5vw;
		line-height: 20px;
		padding-top: 10px;
		width: 80%;
		margin: 0 auto;
}
	}
	.banner-opt1 .cell img {
		margin: auto;
	}
	
	.banner-opt2 .text-banner {
    height: 125px;
	}
	.banner-opt2 .banner-heading {
		line-height: 40px;
	}
	.banner-opt2 .banner-link {
    bottom: 27vh;
	}
	.banner-opt2 .text-banner .thumbnail {
    width: 165px;
	}
	.banner-opt2 .text-banner .thumbnail figure {
		height: 155px;
		width: 155px;
		top: -7px;
	}
	
	.prod-banner-photo {
  	background: none !important;
	}
	
	.prod-banner-photo > a > img {
  	opacity: 1;
  	visibility: visible;
  	position: static;
	}

}

@media screen and (max-width: 500px) and (min-height:400px) {
	.banner-opt2 {
    background-position: -65px 90px;
	}
	.banner-opt2 .text-banner {
    height: 100%;
    margin-top: 0px;
	}
	.banner-opt2 .banner-heading {
		font-size: 7.5vw;
		line-height: 40px;
	}
	.banner-opt2 .banner-text {
    font-size: 3.5vw;
    line-height: 20px;
	}
	.banner-opt2 .text-banner .banner-title {
    padding: 15px 0px 15px 0px;
    vertical-align: top !important;
    display: block;
    height: auto;
    text-align: center;
	}
	.banner-opt2 .text-banner .thumbnail {
		display: block;
		height: auto;
		width: 100%;
	}
	.banner-opt2 .text-banner .thumbnail figure {
    height: 288px;
    width: 288px;
		position: absolute;
		left: 0px;
		right: 0px;
		margin: 10px auto;
		top: -18px;
		bottom: 0px;
	}
	.banner-opt2 .banner-link {
		bottom: 45px;
		text-align: center;
	}
}

@media screen and (max-width: 400px) and (max-height:400px) {
	a.button.large {
		transform: scale(0.5);
		min-width: 300px;
	}
	.lectern-podium-solutions.button.large {
		left: -75px;
	}
	.banner-opt1 .banner-heading {
    line-height: 20px;
	}
	
}

@media screen and (max-width: 450px) {
  #page-banner .slick-dots {
    width: 100% !important;
    left: 0px !important;
    right: 0px !important;
  }
}

@media screen and (max-width: 450px) {
  .banner-text {
    font-size: 12.5pt !important;
    line-height: 22px !important;
  }
}


