html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'AvantGardeGothicITCW01B 731069'; 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvantGardeGothicITCW01X'; 
  font-weight: normal;
  font-style: normal;
}


.slick-dots {
    cursor: pointer;
	bottom: 0px;
}
.slick-dots li button:before {
	font-size:50px;
	opacity: .5;
    color: #fff9f9;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
    color: #fff;
}

.slider {
    width: 100%;
    margin: 0px auto;

}

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {

}

.slick-prev:before,
.slick-next:before {
	color: black;
}

/**/

.slider { display: none; }
.slider.slick-initialized { display: block; }
.sharp-carousel-wrapper{
	background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #000000 100%);
    background: linear-gradient(to bottom, #4c4c4c 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=0 );
    min-height: 116px;
}

.slide-img img{
	width: 100%;
	max-height: 673px;
}
.sharp-carousel-wrapper .content{
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    width: 50%;
    display: inline-block;
    height: 100%;
}
.slides-text-box {
	max-width: 100%;
    z-index: 1;
    position: relative;
	display: inline-block;
    top: 0;
    float: left;
    margin: 0px;
    text-align: left;
	color: #fff !important;
}


/*1st Slide */
.documentsystemsslide {
	
}
.separator {
    border-bottom: 1px solid #008DB1;
    width: 80%;
}
.documentsystemsslide .slide-img{
	width: 41%;
	float: right;
    margin:1.294% 10px 0 0;
}
#document-systems {
	left: 30%;
    margin-top: 5%;
    max-width: 65%;
}
#document-systems .slideheading h2 {
	color: #ffffff;
	font-weight: 100;
	font-size:48px !important;
	margin-top: 20px;
	margin-bottom: 30px;
  font-family: 'AvantGardeGothicITCW01X';
}
#document-systems .line1text h3 {
	font-weight: 400;
	display: inline-block;
	color: #fff;
	font-size:larger !important;
	margin-top: 30px;
	font-family: 'AvantGardeGothicITCW01B 731069';
}
#document-systems .span-explore {
	margin-top: 5%;
    position: absolute;

}
#document-systems .span-explore a {
    color: #ffffff;
    background-color: #008bd1;
	padding: 5px 25px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: medium;
    text-decoration: none;
	  font-family: 'AvantGardeGothicITCW01B 731069';
}

/* classroom slide */
.classroomslide .slide-img{
	display:none;
}
.classroomslide .content {
    width:100%;
}
.classroomslide .content .outer_vidyard_wrapper {
    width:52.5%;
}
.classroomslide .content .outer_vidyard_wrapper .vidyard_wrapper {
    width:95%;
    padding:25px;
}
.classroomslide .content .outer_vidyard_wrapper .vidyard_wrapper img {
    width:100%;
}
.classroomslide #aquos-board {
    max-width:34%;
}
.classroomslide #aquos-board .line1text h2 {
    font-size:24px !important;
}

/*2nd Slide*/
.aquosboardslide .slide-img{
	width: 41%;
	float: left;
    margin: 0.573% 2%;
}
#aquos-board {
	top: 0;
	left: 0;
    max-width: 80%;
    margin-top: 5%;

}
#aquos-board .slideheading img {
    width: 100% !important;
    height: auto !important;
    margin-top: 0px;
    margin-bottom: 15px;
}

#aquos-board .line1text h2 {
	color: #ffffff;
	font-weight: 100;
	font-size:x-large !important;
	margin-top: 20px;
	margin-bottom: 30px;
	  font-family: 'AvantGardeGothicITCW01B 731069';
}
#aquos-board .line2text {
	font-weight: 400;
	display: block;
	color: #fff;
	font-size:larger !important;
	margin-top: 30px;
	  font-family: 'AvantGardeGothicITCW01B 731069';
}
#aquos-board .span-explore {
	margin-top: 5%;
    position: absolute;
	
}
#aquos-board .span-explore a {
    color: #ffffff;
    background-color: #00a683 !important;
	padding: 5px 25px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: medium;
    text-decoration: none;
	  font-family: 'AvantGardeGothicITCW01B 731069';
}

#aquos-board .separator
{
     border-bottom: 1px solid #00a683;
    width: 85%;
    
}
.supersteamslide img{
	width: 100%;
    height: auto;
}
.supersteamslide .content{
	position:absolute;
	top:0;
}
#super-steam{
    left: 20%;
    margin-top:1%;
    max-width: 12%;
}

#super-steam .slideheading h2 {
	font-size:48px !important;
	font-weight: 100;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'AvantGardeGothicITCW01X';
}

#super-steam .line1text h3 {
	color: #ffffff;
	font-weight: 100;
	font-size:x-large !important;
	margin-top: 20px;
	margin-bottom: 20px;
	 font-family: 'AvantGardeGothicITCW01X';
}
#super-steam .line2text {
	font-weight: 900;
	display: block;
	color: #fff;
	font-size:larger !important;
	margin-top: 20px;
	 font-family: 'AvantGardeGothicITCW01X';
}
#super-steam .span-explore {
	margin-top: 4%;
    position: absolute;
	
}
#super-steam .span-explore a {
    color: #ffffff;
    background: #4caa47 !important;
	padding: 5px 25px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: medium;
    text-decoration: none;
	font-family: 'AvantGardeGothicITCW01B 731069';
}

/*Microwave Drawer*/
.microwavedrawerslide img{
	width: 100%;
    height: auto;
}
.microwavedrawerslide .content{
	position:absolute;
	top:0;
}
#microwave-drawer{
    left: 20%;
    margin-top:1%;
    max-width: 12%;
}

#microwave-drawer .slideheading h2 {
	font-size:48px !important;
	font-weight: 100;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'AvantGardeGothicITCW01X';
}

#microwave-drawer .line1text h3 {
	color: #ffffff;
	font-weight: 100;
	font-size:x-large !important;
	margin-top: 20px;
	margin-bottom: 20px;
	 font-family: 'AvantGardeGothicITCW01X';
}
#microwave-drawer .line2text {
	font-weight: 900;
	display: block;
	color: #fff;
	font-size:larger !important;
	margin-top: 20px;
	 font-family: 'AvantGardeGothicITCW01X';
}
#microwave-drawer .span-explore {
	margin-top: 4%;
    position: absolute;
	
}
#microwave-drawer .span-explore a {
    color: #000000;
    background: #FFFFFF !important;
	padding: 5px 25px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: medium;
    text-decoration: none;
	font-family: 'AvantGardeGothicITCW01B 731069';
}

/*Microwave Drawer*/
.orvilleslide img{
	width: 100%;
    height: auto;
}
.orvilleslide .content{
	position:absolute;
	top:0;
}
#orville-microwaves{
    left: 3%;
    margin-top:1%;
    max-width: 10%;
}

#orville-microwaves .slideheading h2 {
	font-size:48px !important;
	font-weight: 100;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'AvantGardeGothicITCW01X';
    color: #000000;
}

#orville-microwaves .line1text h3 {
	color: #000000 !important;
	font-weight: 100;
	font-size:x-large !important;
	margin-top: 20px;
	margin-bottom: 20px;
	 font-family: 'AvantGardeGothicITCW01X';
}
#orville-microwaves .line2text {
	font-weight: 900;
	display: block;
	color: #000000;
	font-size:larger !important;
	margin-top: 20px;
	 font-family: 'AvantGardeGothicITCW01X';
}
#orville-microwaves .span-explore {
	margin-top: 4%;
    position: absolute;
	
}
#orville-microwaves .span-explore a {
    color: #ffffff;
    background: #c20026 !important;
	padding: 5px 25px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: medium;
    text-decoration: none;
	font-family: 'AvantGardeGothicITCW01B 731069';
}

@media (min-width:1200px) and (max-width:1920px) {
	
/*1st Slide */
.documentsystemsslide {
	
}
.separator {
    border-bottom: 1px solid #008DB1;
    width: 80%;
}
.documentsystemsslide .slide-img{
	width: 41%;
	float: right;
    margin:1.294% 10px 0 0;
}
#document-systems {
	left: 30%;
    margin-top: 5%;
    max-width: 70%;
}
#document-systems .slideheading h2 {
	font-size:36px !important;
    margin-top: 20px;
    margin-bottom: 15px;
}
#document-systems .line1text h3 {
	font-size:larger !important;
	margin-top: 15px;
    margin-bottom: 5px;
}
#document-systems .span-explore {
	margin-top: 5%;
    position: absolute;

}
#document-systems .span-explore a {
	padding: 5px 25px;
    font-size: medium;

}

/* classroom slide */
.classroomslide .slide-img{
	display:none;
}
.classroomslide .content {
    width:100%;
}
.classroomslide .content .outer_vidyard_wrapper {
    width:52.5%;
}
.classroomslide .content .outer_vidyard_wrapper .vidyard_wrapper {
    width:95%;
    padding:25px;
}
.classroomslide .content .outer_vidyard_wrapper .vidyard_wrapper img {
    width:100%;
}
.classroomslide #aquos-board {
    max-width:34%;
}
.classroomslide #aquos-board .line1text h2 {
    font-size:35px !important;
}

/*2nd Slide*/
.aquosboardslide .slide-img{
	width: 41%;
	float: left;
    margin: 0.573% 3%;
}
#aquos-board {
    max-width: 70%;
}
#aquos-board .slideheading img {
    height: auto !important;
    margin-bottom: 10px;
}

#aquos-board .line1text h2 {
	font-size:x-large !important;
    margin-top: 10px;
    margin-bottom: 10px;

}
#aquos-board .line2text {
	font-size:larger !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
#aquos-board .span-explore {
	margin-top: 3%;
    position: absolute;
	
}
#aquos-board .span-explore a {
	padding: 5px 25px;
    font-size: medium;
}
.supersteamslide img{
	width: 100%;
    height: auto;
}
.supersteamslide .content{
	position:absolute;
	top:0;
}
#super-steam{
    left: 16%;
    margin-top: 2%;
    max-width: 12%;
}

#super-steam .slideheading h2 {
	font-size:48px !important;
	margin-top: 0;
    margin-bottom: 0;
}

#super-steam .line1text h3 {
    font-size: x-large !important;
    margin-top: 3%;
    margin-bottom: 2%;
}
#super-steam .line2text {
	font-size: large !important;
    margin-top: 3%;
    margin-bottom: 2%;
}
#super-steam .span-explore {
	margin-top: 4%;
    position: absolute;
}
#super-steam .span-explore a {
	padding: 5px 25px;
    font-size: medium;
}

.supersteamslide img{
	width: 100%;
    height: auto;
}
.microwavedrawer .content{
	position:absolute;
	top:0;
}
#microwave-drawer{
    left: 16%;
    margin-top: 2%;
    max-width: 12%;
}

#microwave-drawer .slideheading h2 {
	font-size:48px !important;
	margin-top: 0;
    margin-bottom: 0;
}

#microwave-drawer .line1text h3 {
    font-size: x-large !important;
    margin-top: 3%;
    margin-bottom: 2%;
}
#microwave-drawer .line2text {
	font-size: large !important;
    margin-top: 3%;
    margin-bottom: 2%;
}
#microwave-drawer .span-explore {
	margin-top: 4%;
    position: absolute;
}
#microwave-drawer .span-explore a {
	padding: 5px 25px;
    font-size: medium;
}


}

@media (min-width:768px) and (max-width:1199px) {
	
#document-systems {
    left: 25%;
    max-width: 80%;
	margin-top: 4%;
}
#document-systems .slideheading h2 {
	font-size: x-large !important;
	margin-top: 20px;
	margin-bottom: 10px;
}
#document-systems .line1text h3 {
	font-size: smaller !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
#document-systems .span-explore {
    margin-top: 1%;
    position: absolute;
}
#document-systems .span-explore a {
    padding: 2px 15px;
    font-size: smaller;
}

#orville-microwaves {
    left: 4%;
    max-width: 10%;
	margin-top: 1%;
}
#orville-microwaves .slideheading h2 {
	font-size: x-large !important;
	margin-top: 20px;
	margin-bottom: 10px;
}
#orville-microwaves .line1text h3 {
	font-size: smaller !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
#orville-microwaves .span-explore {
    margin-top: 1%;
    position: absolute;
}
#orville-microwaves .span-explore a {
    padding: 2px 15px;
    font-size: smaller;
}

#aquos-board  {
	max-width: 82%;

}
#aquos-board .slideheading img {
    margin-bottom: 5px;
}
#aquos-board .line1text h2 {
	font-size: large !important;
	margin-top: 5px;
    margin-bottom: 5px;
}
#aquos-board  .line2text {
	font-size: small !important;
    margin-top: 10px;
	margin-bottom:5px;
}
#aquos-board .span-explore {
    margin-top: 3%;
    position: absolute;
}
#aquos-board .span-explore a {
    padding: 2px 15px;
    font-size: smaller;
}
#super-steam{
	left: 20%;
    margin-top: 2%;
    max-width: 12%;
}

#super-steam .slideheading h2 {
	font-size:xx-large !important;
	margin-top: 0px;
    margin-bottom: 0px;
}

#super-steam .line1text h3 {
	font-size:large !important;
    margin-top: 2%;
    margin-bottom: 1%;
}
#super-steam .line2text {
	font-size:small !important;
    margin-top: 2%;
    margin-bottom: 1%;
}
#super-steam .span-explore {
    margin-top: 3.5%;
    position: absolute;
}
#super-steam .span-explore a {
	padding: 2px 15px;
    font-size: smaller;
}

#microwave-drawer{
	left: 20%;
    margin-top: 2%;
    max-width: 12%;
}

#microwave-drawer .slideheading h2 {
	font-size:xx-large !important;
	margin-top: 0px;
    margin-bottom: 0px;
}

#microwave-drawer .line1text h3 {
	font-size:large !important;
    margin-top: 2%;
    margin-bottom: 1%;
}
#microwave-drawer .line2text {
	font-size:small !important;
    margin-top: 2%;
    margin-bottom: 1%;
}
#microwave-drawer .span-explore {
    margin-top: 3.5%;
    position: absolute;
}
#microwave-drawer .span-explore a {
	padding: 2px 15px;
    font-size: smaller;
}

}

@media (min-width:621px) and (max-width:767px) {
.documentsystemsslide .slide-img {
    margin: 4.29px 10px 0 0;
}
#document-systems {
    left: 10%;
    margin-top: 2%;
    max-width: 75%;
}
#document-systems .slideheading h2 {
    font-size: medium !important;
    margin-top: 15px;
    margin-bottom: 5px;
}
#document-systems .line1text h3 {
    font-size: x-small !important;
    margin-top: 5px;
	margin-bottom: 5px;
}
#document-systems .span-explore {
    margin-top: 0%;
}
#document-systems .span-explore a {
    padding: 2px 15px;
    font-size: xx-small;
}

.orvilleslide .slide-img {
    /*margin: 4.29px 10px 0 0;*/
}
#orville-microwaves {
    left: 2%;
    margin-top: 1%;
    max-width: 10%;
}
#orville-microwaves .slideheading h2 {
    font-size: medium !important;
    margin-top: 15px;
    margin-bottom: 5px;
}
#orville-microwaves .line1text h3 {
    font-size: x-small !important;
    margin-top: 5px;
	margin-bottom: 5px;
}
#orville-microwaves .span-explore {
    margin-top: 0%;
}
#orville-microwaves .span-explore a {
    padding: 2px 15px;
    font-size: xx-small;
}

/* classroom slide */
.classroomslide .slide-img{
	display:none;
}
.classroomslide .content {
    width:100%;
}
.classroomslide .content .outer_vidyard_wrapper {
    width:52.5%;
}
.classroomslide .content .outer_vidyard_wrapper .vidyard_wrapper {
    width:95%;
    padding:25px;
}
.classroomslide .content .outer_vidyard_wrapper .vidyard_wrapper img {
    width:100%;
}
.classroomslide #aquos-board {
    max-width:34%;
}
.classroomslide #aquos-board .line1text h2 {
    font-size:16px !important;
}
#aquos-board{
	max-width: 85%;
}
#aquos-board .slideheading img {
    width:90% !important;
	height:auto !important;
    margin-bottom: 5px;
}
#aquos-board .line1text h2 {
    font-size: small !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
#aquos-board .line2text {
	font-size: xx-small !important;
	margin-top: 5px;
    margin-bottom: 5px;
}
#aquos-board .span-explore {
    margin-top: 0%;
}
#aquos-board .span-explore a {
    padding: 2px 15px;
   font-size: xx-small !important;

}


#super-steam {
    left: 14%;
    margin-top: 2%;
    max-width: 12%;
}
#super-steam .slideheading h2 {
    font-size: larger !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
#super-steam .line1text h3 {
    font-size: small !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
#super-steam .line2text {
	font-size: xx-small !important;
    margin-top: 5px;
	margin-bottom: 2px;
}
#super-steam .span-explore {
    margin-top: 0%;
}
#super-steam .span-explore a {

    padding: 2px 15px;
   font-size: xx-small;

}

#microwave-drawer {
    left: 14%;
    margin-top: 2%;
    max-width: 12%;
}
#microwave-drawer .slideheading h2 {
    font-size: larger !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
#microwave-drawer .line1text h3 {
    font-size: small !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
#microwave-drawer .line2text {
	font-size: xx-small !important;
    margin-top: 5px;
	margin-bottom: 2px;
}
#microwave-drawer .span-explore {
    margin-top: 0%;
}
#microwave-drawer .span-explore a {

    padding: 2px 15px;
   font-size: xx-small;

}


}
/*
@media (min-width:426px) and (max-width:539px) {
	.documentsystemsslide .slide-img {
    margin: 4.29px 10px 0 0;
}
#document-systems {
    left: 10%;
    margin-top: 1%;
	max-width: 90%;
}
#document-systems .slideheading h2 {
    font-size: small !important;
	margin-top: 10px;
    margin-bottom: 5px;
}
#document-systems .line1text h3 {
    font-size: xx-small !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
#document-systems .span-explore {
    margin-top: 0%;
}
#document-systems .span-explore a {
    padding: 2px 15px;
    font-size: xx-small;
}
#aquos-board{
	max-width: 85%;
}
#aquos-board .slideheading img {
    width:90% !important;
	height:auto !important;
    margin-bottom: 5px;
}
#aquos-board .line1text h2 {
    font-size: .625em !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
#aquos-board .line2text {
    font-size: .525em !important;
    margin-top: 2px;
    margin-bottom: 2px;
}
#aquos-board .span-explore {
    margin-top: 0%;
}
#aquos-board .span-explore a {

    padding: 2px 15px;
    font-size: 0.525em;

}


#super-steam {
    left: 24%;
    margin-top: 1.5%;
    max-width: 14%;
}
#super-steam .slideheading h2 {
    font-size: medium !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
#super-steam .line1text h3 {
    font-size: .625em !important;
    margin-top: 2px;
    margin-bottom: 2px;
}
#super-steam .line2text {
    font-size: .525em !important;
    margin-top: 5px;
    margin-bottom: 2px;
}
#super-steam .span-explore {
    margin-top: 0%;
}
#super-steam .span-explore a {

    padding: 2px 15px;
    font-size: 0.525em;

}
}
*/
@media (min-width:0px) and (max-width:620px) {
.slick-dots {
    bottom: 10px;
}

.slide-img img {
    width: 70%;
    margin: 0px auto;
    
}

#aquos-board .separator
{
  
    width: 100%;    
}
	.documentsystemsslide .slide-img {
    width: 100%;
    float: none;
    margin: 0;
	background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #000000 100%);
    background: linear-gradient(to bottom, #4c4c4c 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=0 );
    padding: 10px 0 0 10px;
}
.sharp-carousel-wrapper .content {
    position: relative;
    background-color: #333;
    height: 240px;
	width: 100%;

}
.slides-text-box {
    max-width: 100%;
	text-align:center;
    display: block;
    float: none;
    height: 240px;
	margin:0px auto;
}
#document-systems {
    left: 0%;
    margin-top: 0%;
    max-width: 75%;
    background-color: #333;
}
#document-systems .slideheading h2 {
    font-size: large !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.separator {
    width: 100%;
}
#document-systems .line1text h3 {
    font-size: small !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

#document-systems .span-explore {
    margin-top: 0px;
    position: relative;
    top: 10px;
}
#document-systems .span-explore a {
    padding: 5px 20px;
    font-size: medium;
}
.supersteamslide img {
    width: 165%;
    height: auto;
    margin-left: 0;
    z-index: -1;
    position: relative;
}

#super-steam {
    left: 0%;
    margin-top: 0;
    max-width: 95%;
}
#super-steam .slideheading h2 {
    font-size: x-large !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
#super-steam .line1text h3 {
    font-size: medium !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
#super-steam .line2text {
    font-size: smaller !important;
    margin-top: 20px;
}
#super-steam .span-explore {
    margin-top: 0;
    position: relative;
    top: 10px;
}
#super-steam .span-explore a {
    padding: 5px 20px;
    font-size: medium;
}
.orvilleslide .slide-img {
    background-color:#ffffff;
}
.orvilleslide img {
    height: auto;
    margin-left: 0;
    z-index: 1;
    position: relative;
    width:100%;
}
.orvilleslide .content {
    background-color:#ffffff;
}
#orville-microwaves {
    left: 0%;
    margin-top: 0;
    max-width: 95%;
}
#orville-microwaves .slideheading h2 {
    font-size: x-large !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
#orville-microwaves .line1text {
    width:80%;
    margin:0 auto;
    padding-top:25px;
}
#orville-microwaves .line1text h3 {
    font-size: medium !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
#orville-microwaves .line2text {
    font-size: smaller !important;
    margin-top: 20px;
}
#orville-microwaves .span-explore {
    margin-top: 0;
    position: relative;
    top: 10px;
}
#orville-microwaves .span-explore a {
    padding: 5px 20px;
    font-size: medium;
}


.microwavedrawerslide img {
    width: 165%;
    height: auto;
    margin-left: 0;
    z-index: -1;
    position: relative;
}

#microwave-drawer {
    left: 0%;
    margin-top: 0;
    max-width: 95%;
}
#microwave-drawer .slideheading h2 {
    font-size: x-large !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
#microwave-drawer .line1text h3 {
    font-size: medium !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
#microwave-drawer .line2text {
    font-size: smaller !important;
    margin-top: 20px;
}
#microwave-drawer .span-explore {
    margin-top: 0;
    position: relative;
    top: 10px;
}
#microwave-drawer .span-explore a {
    padding: 5px 20px;
    font-size: medium;
}

.classroomslide {
	background: linear-gradient(rgb(76, 76, 76) 0%, rgb(0, 0, 0) 100%);
}
.classroomslide .slide-img {
    width: 100%;
    float: none;
    margin: 0px;
}
.classroomslide .content {
    background-color: rgba(255, 255, 255, 0);
    height:400px;
}
.classroomslide .content .outer_vidyard_wrapper {
    width: 100%;
}
.classroomslide .content .outer_vidyard_wrapper .vidyard_wrapper {
    width: 100%;
}
.classroomslide #aquos-board {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
}
.classroomslide #aquos-board .line1text h2 {
    font-size: 16px !important;
}
.aquosboardslide {
	background: linear-gradient(rgb(76, 76, 76) 0%, rgb(0, 0, 0) 100%);
}
.aquosboardslide .slide-img {
    width: 100%;
    float: none;
    margin: 0px;
}
.aquosboardslide .content {
    background-color: rgba(255, 255, 255, 0);
}
#aquos-board {
    top: 0;
    left: 0;
    max-width: 80%;
    margin-top: 0%;
}
#aquos-board .slideheading img {
    margin-top: 20px;
    margin-bottom: 10px;
}
#aquos-board .line1text h2 {
    font-size: x-small !important;
    margin-top: 5px;
    margin-bottom: 15px;
}
#aquos-board .line2text {
    font-size: smaller !important;
    margin-top: 10px;
}
#aquos-board .span-explore {
    margin-top: 5%;
    position: relative;
    top: 10px;
}
#aquos-board .span-explore a {
    padding: 5px 20px;
    font-size: medium;
}
.span-explore {
    margin-top: 20% !important;
    position: relative;
    top: 25px !important;
}
}