
html, body {
  position: relative;
}

/* some general use styles */

/* inline-list */
#top-nav > ul, #top-nav li, #site-search, #site-search input, #main-nav, #main-nav > ul > li, .newsletter-box input, .social li, .nav-list li, .dividers li, .dividers a, .dividers span, .circle-nav li, .gray-banner nav ul li, .callout1 .callout-text, .callout1 .button, #breadcrumbs ul li, .category-prod-info li, .product-actions li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* full-width links */
.rep-list li a, #main-nav > ul > li ul > li > a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}

/* drop-down menu styles */
#top-nav > ul > li ul, .rep-list ul, #main-nav > ul > li ul, #top-nav > ul > li ol, .rep-list ol, #main-nav > ul > li ol {
  position: absolute;
  top: 100%;
  left: -9999px;
  text-align: left;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease 0s;
}
#top-nav > ul > li ul li, .rep-list ul li, #main-nav > ul > li ul li, #top-nav > ul > li ol li, .rep-list ol li, #main-nav > ul > li ol li {
  display: block;
}
#main-nav > ul > li:hover ul, #main-nav > ul > li:hover ol, nav ul > li.open > ul, #top-nav > ul > li.open > ul {
  left: auto;
  opacity: 1;
  visibility: visible;
  z-index: 15;
}

body > header, body > footer {
  background-color: #1B1B1A;
  color: #FFF;
}

/* Master layout */
/* colors
	
	Primary colors:
	main blue -- #004D7B
	main gray -- #5F6665
	'black' --	 #1B1B1A
	
	Categories:
	active learning (blue) -- 			#004D7B
	lectern podiums (orange) -- 		#DF7739
	mobile computing / carts (green) -- #9CBE43
	desks and tables (brown) -- 		#925A43
	flexible seating (red) --			#A4173A

	Others:
	purple (callout) -- #
	light gray -- #DFDFDF
	orange (loading button) -- #DF6D28

*/

/* fonts */
@font-face {
  font-family: Avenir-Roman;
  src: url("../fonts/AvenirLTStd-Roman.eot");
  src: url("../fonts/AvenirLTStd-Roman.eot?iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Roman.ttf") format("truetype");
}
@font-face {
  font-family: Avenir-Book;
  font-weight:normal;
  src: url("../fonts/AvenirLTStd-Book.eot");
  src: url("../fonts/AvenirLTStd-Book.eot?iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Book.ttf") format("truetype");
}
@font-face {
  font-family: Avenir-Heavy;
  src: url("../fonts/AvenirLTStd-Heavy.eot");
  src: url("../fonts/AvenirLTStd-Heavy.eot?iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: Ubuntu;
  src: url("../fonts/ubuntu-regular-webfont.eot");
  src: url("../fonts/ubuntu-regular-webfont.eot?iefix") format("embedded-opentype"), url("../fonts/ubuntu-regular-webfont.ttf") format("truetype");
}

/************************************************************
Global styles */
body {
  margin: 0;
  padding: 0;
  font: 14pt Avenir-Book, Gadget, Arial, sans-serif;
  color: #242424;
}

body > iframe {
  position: fixed;
  top:-100%;
  left: -100%;
}

/* Links */
a {
  color: inherit;
  outline: none;
  transition: all 0.25s ease 0s;
}

a:hover, a:active {
  color: #df7739;
}

#foot-nav a:hover, #foot-nav a:active {
  color: #df7739;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto !important;
}
/* attempt to make sidebar images maintain ratio */

.col.side img {
	height: auto !important;
}

a[href^="tel:"] {
  color: inherit;
  cursor: inherit;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Avenir-Heavy, "Arial Bold", Gadget, Arial, sans-serif;
  font-weight: lighter;
  line-height: 1em;
  text-transform: capitalize;
  margin: 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-bottom: 0.5em;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #004D7B;
}

h2, h1 {
  font-size: 210%;
}

h3 {
  font-size: 175%;
}

h4 {
  font-size: 145%;
}

address {
  font-style: inherit;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .spacer {
	padding: 10px 0 !important;
}

[role="button"],
input[type="button"],
button {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
/* Reset `button` and button-style `input` default styles */
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
    cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: none;
}

/* Make `a` like a button */
[role="button"] {
    color: inherit;
    cursor: default;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: pre;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
}

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


/*--------------------- Header / Navigation ----------------- */
body > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

#top-nav {
  position: relative;
  box-sizing: border-box;
  /* padding-right: 75px; */
  text-align: center;
  z-index: 30;
}

#top-nav ul li br {
	display: none;
}

#top-nav > ul > li {
  font-size: 71%;
  transition: none;
}
#top-nav > ul > li > a {
  display: inline-block;
  height: 40px;
}
#top-nav > ul > li ul {
  background-color: #1B1B1A;
}
#top-nav li {
  text-transform: uppercase;
}
#top-nav a {
  box-sizing: border-box;
  padding: 13px 5px;
}

.rep-list {
  z-index: 50;
}
.rep-list li a {
  display: inline-block;
  padding: 6px 30px 6px 5px !important;
}
.rep-list li a figure {
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 5px;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  overflow: hidden;
}
.rep-list li a figure img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#top-nav .cart-link {
  padding: .6em 0;
}

#top-nav .cart-link:before {
  height: 25px;
  width: 25px;
  border: none;
  outline: none;
  background: url("../images/icons/icon_master.png") no-repeat -62px -65px transparent;
  cursor: pointer;
  content: ' ';
  margin-right: .25em;
  display: inline-block;
  vertical-align: middle;
}

#top-nav .cart-link:hover:before {
  background-position: -62px -33px;
}

#site-search {
  background-color: #004D7B;
  padding: 7px 17px 7px 13px;
  position: absolute;
  margin: auto;
  right: 0;
  top:0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  height: 87px;
  width: 100%;
  max-width: 800px;
  z-index: 20;
  text-align: center;
}

#site-search legend {
  display: block;
  position: absolute;
  top: -39px;
  text-align: center;
  width: 100%;
  left: 0;
  color: #FFF;
}

.search {
  display: block;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  z-index: 99999;
  text-align: center;
  padding: 40px 20px;
  font-size: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
}

.search.open {
  opacity: 1;
  visibility: visible;
}

.close-search {
  display: inline-block;
  top: 40px;
  right: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #FFF;
  position: absolute;
}

/*
#site-search input[type="text"] {
  width: 0;
  padding:0;
  box-sizing: border-box;
  transition: width 0.25s ease 0s;
}
#site-search:hover {
  padding: 7px 17px;
}
*/

#site-search/* :hover */ input[type="text"] {
  width: 100%;
  padding: 20px 30px;
  margin: 0;
  font-size: 26px;
  text-align: left;
}
#site-search input[type="submit"] {
  height: 25px;
  width: 25px;
  border: none;
  outline: none;
  background: url("../images/icons/icon_master.png") no-repeat 0 0 transparent;
  cursor: pointer;
  display: block;
  position: absolute;
  margin: 0;
  left: 104%;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -o-transform:      translateY(-50%);
  transform:         translateY(-50%); 
}
#site-search input[type="submit"]:active {
  margin-top: 1px;
  margin-bottom: -1px;
}
#site-search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #222;
}
#site-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #222;
}
#site-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #222;
}
#site-search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #222;
}
#search-btn {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  font-size: 13.25px;
  text-transform: uppercase;
  line-height: 40px;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  padding: 0 20px;
}
#search-btn span {
  height: 25px;
  width: 25px;
  background: url("../images/icons/icon_master.png") no-repeat 0 0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  width: 231px;
  height: 41px;
  background: url("../images/logos/sf_logo.png") no-repeat center center;
}

.logo.b-w {
  background-image: url("../images/logos/sf_logo_gray.png");
  width: 235px;
  height: 42px;
}
.hide {
	display: none !important; 
}
/* ----------------------- Main Navigation ---------------- */

.navigation-bar {
	position: relative;
	background-color:#FFF;
	text-align: center;
}

.navigation-bar .logo {
	display: inline-block;
	vertical-align: middle;
}

#main-nav {
  background-color:#FFF;
  color: #242424;
  min-width: 525px;
}
#main-nav > ul {
  text-align: left;
  font-size: 0;
}
#main-nav > ul > li {
  font-family: Ubuntu, Arial, sans-serif;
  margin-left: 2.5%;
  font-size: 14pt;
  z-index: 15;
}
#main-nav > ul > li > a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 93%;
  padding: 21px 15px;
  height: 65px;
  text-transform: uppercase;
}
#main-nav > ul > li ul {
  background-color: #5F6665;
  padding: 15px 0;
  min-width: 280px;
  margin-top: 25px;
  font-family: Avenir-Book, Gadget, Arial, sans-serif;
}
#main-nav > ul > li ul > li > a {
  font-size: 76%;
  color: #FFF;
  padding: 0.5em 2em;
}
#main-nav > ul > li ul > li > a:hover {
  background-color: #004D7B;
}
#main-nav > ul > li:hover > a {
  color: #004D7B;
}
#main-nav > ul > li:after {
  content: "";
  border-top: 15px solid #DFDFDF;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  z-index: 5;
  opacity: 0;
  transition: all 0.25s ease 0s;
  -moz-transform: scale(0.9999);
  transform: scale(0.9999);
}
#main-nav > ul > li:hover > a {
  background-color: #DFDFDF;
}
#main-nav > ul > li:hover ul {
  left: 5px;
}
#main-nav > ul > li:hover:after {
  opacity: 1;
}
#main-nav > ul > li:hover:before {
  content: "";
  height: 25px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.navigation-bar.static #main-nav > ul > li > ul {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 25px;
}
.navigation-bar.static #main-nav > ul > li:after {
  border-top: none;
  border-bottom: 15px solid #DFDFDF;
  top: auto;
  bottom: 100%;
}
.navigation-bar.static #main-nav > ul > li:hover:before {
  top: auto;
  bottom: 100%;
}

.fixed .navigation-bar {
  position: fixed;
  top: 40px;
  left: 0px;
  width: 100%;
  z-index: 999;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

body.fixed > header {
  box-shadow: none;
}


/*------------------------ Footer ------------------------- */
body > footer {
  font-size: 71%;
  padding: 30px 0;
  z-index: 0;
  position: relative;
}
body > footer section {
  box-sizing: border-box;
  padding-right: 250px;
}
body > footer section p {
  margin: 0;
}
body > footer section p.dividers span + span:before {
  background-color: #FFF;
}
body > footer section .logo {
  position: absolute;
  bottom: 5px;
  right: 0;
}

#foot-nav {
  border-bottom: 1px solid #5F6665;
  padding: 15px 0;
}
#foot-nav > ul {
  text-transform: capitalize;
  text-align: left;
  width: 55%;
  display: inline-block;
}
#foot-nav > ul > li {
  float: left;
  display: inline-block;
}
#foot-nav > ul > li:last-child {
  padding-top: 20px;
}
#foot-nav > ul > li + li {
  margin-left: 5.5%;
}
#foot-nav > ul > li > a {
  display: inline-block;
  font-size: 125%;
  color: #df6d28;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
#foot-nav > ul > li ul li + li {
  margin-top: 2px;
}
#foot-nav > ul > li ul a {
  font-size: 95%;
}
#foot-nav > article.col {
  width: 100%;
}

.newsletter-box {
  font-size: 0;
  margin: 0 auto;
  display: block;
  width: 50%;
}
.newsletter-box input {
  box-sizing: border-box;
  padding: 10px 15px;
  height: 55px;
}
.newsletter-box h3 {
  font-size: 17pt;
  color: #df6d28;
  font-family: Avenir-Book, Gadget, Arial, sans-serif;
  text-align: center;
}
.newsletter-box input[type="email"] {
  border-radius: 5px 0 0 5px;
  font-size: 10pt;
  width: 75%;
  min-width: 185px;
}
.newsletter-box input[type="submit"] {
  border-radius: 0 5px 5px 0;
  text-transform: uppercase;
  font-size: 14pt;
  padding-left: 14px;
  padding-right: 14px;
}

/*---------- Stuff for newsletter ajax form ----------*/

.thank-you-box {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	
	position: absolute;
	
	transition:opacity 0.5s ease 0s;
}

.sent-form .thank-you-box {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	position: relative;
}

/* thank-you message for newsletter */
.newsletter .thank-you-box h3 {
	color:#A6CE39;
	font-size: 215%;
}

.sent-form form, .sent-form > h3 {
	display: none;
}

/* keep button flush against input + make responsive */

.seamless-input {
	position: relative;
	box-sizing:border-box;
	padding-right:105px;
	width:100%;
}

.seamless-input input, .newsletter-box .seamless-input input {
	display: inline-block;
	width:100%;
}

.seamless-input input[type="submit"], .newsletter-box .seamless-input input[type="submit"] {
	position: absolute;
	top:0;
	right:0;
	
	width:105px;
	
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}

/* --------- Social Icon lists --------- */

.social li {
  height: 39px;
  width: 41px;
  background-image: url("../images/icons/social_icons.png");
}
.social li:hover {
  transition: none;
}
.social li + li {
  margin-left: 8px;
}
.social li.facebook {
  background-position: 0 0;
}
.social li.facebook:hover {
  background-position: 0 -40px;
}
.social li.instagram {
  background-position: -40px 0;
}
.social li.instagram:hover {
  background-position: -40px -40px;
}
.social li.twitter {
  background-position: -80px 0;
}
.social li.twitter:hover {
  background-position: -80px -40px;
}
.social li.g-plus {
  background-position: -121px 0;
}
.social li.g-plus:hover {
  background-position: -121px -119px;
}
.social li.youtube {
  background-position: -161px 0;
}
.social li.youtube:hover {
  background-position: -161px -40px;
}
.social li.linkedin {
  background-position: -201px 0;
}
.social li.linkedin:hover {
  background-position: -201px -119px;
}
footer .social {
  margin: 2.5em 0;
  text-align: center;
}

/************* Modals ****************/

#modal {
  display:none;
  position:relative;
  background:#fff;
  border-radius: 5px;
  max-width:600px;
}

.modalCloseImg {
	z-index: 25;
}

.modalCloseImg + .simplemodal-wrap .simplemodal-close {
	display: none !important;
}

#simplemodal-overlay {
	background-color:#323232;
}
	
#modal .simplemodal-close {
  position:absolute;
  line-height:1;
  right:-14px;
  top:-14px;
  color:#fff;
  font-size:180%;
  line-height:30px;
  text-align:center;
  z-index:10;
  cursor:pointer;
  padding:0;
  height: 32px;
  width: 32px;
  background-color:#262626;
  background-position: center center;
  border:2px solid #fff;
  border-radius:50%;
}
#modal header {
  height: auto;
  position:relative;
  background:#363636;
  margin:0 auto;
  padding:1em 1em;
  border-radius: 5px 5px 0 0;
}
#modal header h2 {
  margin:0px;
  padding:0px;
  font-size:26px;
  line-height:26px;
  color:#fff;
}

#modal article {
  padding:0.5em 1.5em;
  max-height:550px;
  overflow-y:auto;
  height:auto;
}

/************************************************************
Miscellaneous */

hr {
	margin:15px auto;
	border-bottom:none;
	border-top:1px solid #AAA;
}

/* general rules for form inputs */
input {
  font-family: Avenir-Book, Gadget, Arial, sans-serif;
  border: none;
  padding: 3px 5px;
  box-sizing:border-box;
}
input[type="submit"] {
  cursor: pointer;
}

.input-group, .input-group.col {
	position: relative;
	vertical-align: middle;
}

.input-group label {
	font-size:75%;
}

.input-group label, .input-group input, .input-group select, .input-group textarea {
	display: inline-block;
	vertical-align: middle;
}

.input-group + .input-group {
	margin-left:4%;
}
.input-group + input[type="submit"] {
	margin-left:2%;
}

.input-group .button.arrow {
	margin-left:5%;
}

.angle-banner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 1em 0;
  box-sizing: border-box;  
  padding:20px 25% 20px 20px;
height:95px;
  color: #004D7B;
  font-size: 120%;
  text-transform: capitalize;
 /*  height: 128px; */
}
.angle-banner:before {
  content: "";
  border-right: 65px solid rgba(255, 255, 255, 0.75);
  border-top: 128px solid transparent;
  position: absolute;
  top: 0;
  right: 100%;
  -moz-transform: scale(0.9999);
  transform: scale(0.9999);
  border-right-width:55px;
  border-top-width:95px;
}

/* For hide/show sections -- use .plus class for JS */
.foldout {
  height: 75px;
  overflow: hidden;
  box-sizing: border-box;
}
.foldout.open {
  height: auto !important;
}

.foldout .plus {
  cursor: pointer;
  margin: 0 auto;
  z-index: 1;
}
/*.foldout .plus:after {
	
	content: "+";
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: 40px;
	width: 40px;
	font-size: 40px;
	line-height:1;
	font-family: Avenir-Heavy, "Arial Bold", Gadget, Arial, sans-serif;
	border-radius: 50%;
	background-color: #FFF;
	color: #5F6665;
	box-sizing:border-box;
	padding:3px;
	margin-left: 18px;
	margin-top: -5px;
	*/
	
	/* make it a bg image for better display across browsers 
	
	content:"";
	display: inline-block;
	height:43px;
	width:43px;
	background:url(/images/icons/plus.png) no-repeat center center;
	position: relative;
	vertical-align: middle;
	margin-left:15px;
	margin-top:-3px;
	
}*/

.foldout .plus span {
  display: inline-block;
	height:44px;
	width:44px;
	position: relative;
	vertical-align: middle;
	margin-left:15px;
	margin-top:0;
  background-color: #5F6665;
  border-radius: 50%;
}

.foldout .plus span:before, .foldout .plus span:after {
  background-color: #FFF;
  bottom: 0;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
  zoom: 1;
}

.foldout .plus span:before {
  height: 22px;
  width: 4px;
}

.foldout .plus span:after {
  height: 4px;
  width: 22px;
}

.foldout .plus.sel span:before {
  transform: rotate(90deg);
  transition: all 0.3s ease 0s;
}

/* different color for other sections */

.whats-new.foldout .plus span, .category-icons.foldout .plus span, #build-quote.foldout .plus span {
	background-color:#FFF;
	margin-top:-3px;
}

.whats-new.foldout .plus span:before, .category-icons.foldout .plus span:before, #build-quote.foldout .plus span:before, .whats-new.foldout .plus span:after, .category-icons.foldout .plus span:after, #build-quote.foldout .plus span:after {
	background-color:#5F6665;
}

.foldout p.plus {
	padding: 20px 0;
}

.build-fixed #build-quote {
	padding-top: 80px;
}

.build-fixed #build-quote h2 {
	position: fixed;
	width: 100%;
	display: block;
	z-index: 10;
	padding: 0.5em 0;
	transition:all 0.2s ease 0s;
}

/*------------------- All button styles here -------------------- */

.button, a.button, input.button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 9px 10px 6px;
  font-size: 86%;
  font-weight: bold;
  line-height: 1;
  background-color: transparent;
  color: #004D7B;
  text-transform: uppercase;
  border: 3px solid #004D7B;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease 0s;
  
  /* text-shadow:0 0 1px #DDD; */
}
.button:hover, a.button:hover, input.button:hover {
  background-color: #004D7B;
  color: #FFF;
  text-shadow:none;
}

/* Disabled Button */
.button.disabled {
  opacity: .7;
  cursor: default;
}

.button.disabled:hover {
  background-color: transparent;
}

/* ---- Button / Arrow combo ----- */

/*
.button.arrow, a.button.arrow, input.button.arrow {
  padding-right: 18px;
}
.button.arrow:after, a.button.arrow:after, input.button.arrow:after {
  content:"";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  height: 12px;
  width: 14px;
  background-image: url("../images/icons/small_arrows.png");
  background-position: 0 0;
  z-index: 3;
}
*/

/* --- Back Button --- */

.button.arrow.back:after, .button.back:after {
	content:none;
}

.button.arrow.back:before, .button.back:before {
	content:"\000AB";
	display: inline-block;
	line-height: 0.75;
	vertical-align: top;
}


.button.arrow:hover:after, a.button.arrow:hover:after, input.button.arrow:hover:after {
  background-position: -75px 0;
  transition: none;
}
.button.large, a.button.large, input.button.large {
  font-size: 110%;
  padding: 15px 20px;
  background-color: #004D7B;
  color: #FFF !important;
}

.button.large.arrow:after, a.button.large.arrow:after, input.button.large.arrow:after {
  height: 18px;
  /*width: 22px;*/
  background-image: url("../images/icons/arrows.png");
 /* background-position: -119px 0;*/
}
.button.large.arrow:after:hover, a.button.large.arrow:after:hover, input.button.large.arrow:after:hover {
  /* background-position: -90px; */
}

.button input[type="submit"] {
	padding:0;
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	border:none;
	font-size:inherit;
	font-weight:bold;
	text-transform:uppercase;
	background-color:transparent;
	z-index: 0;
}

.submit-button {
	min-width:130px;
	min-height:35px;
	display: inline-block;
	vertical-align: middle;
}

.submit-button.arrow:after {
	position: absolute;
	right:18px;
	top:50%;
	margin-top:-6px;
}
	
/*
.submit-button.arrow input[type="submit"] {
	padding-right:25px;
}
*/

.button.submit-button:hover input[type="submit"] {
	color:#FFF;
}

.button.blue:hover:after, a.button.blue:hover:after, input.button.blue:hover:after {
  background-position: -75px !important;
}

.button.blue.large:after, a.button.blue.large:after, input.button.blue.large:after {
  background-position: -119px !important; 
}

/* ????? */
/*
.button.blue, a.button.blue, input.button.blue {
  background-color: #004D7B;
  color: #FFF;
}
*/

p.buttons, .content p.buttons {
	font-size:100%;
}

/* ----- Icon buttons ------ */

.button.large.icon {
	padding:8px 20px;
}

.button.large.icon:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
	
	height:40px;
	width:40px;
	background-size:contain;
}

.active-learning.button.large.icon:before, .active-learning .button.large.icon:before, .active-learning-solutions.button.large.icon:before, .active-learning-solutions .button.large.icon:before {
	background-image: url("../images/icons/station-icon.png");
}
.lectern-podium.button.large.icon:before, .lectern-podium .button.large.icon:before, .lectern-podium-solutions.button.large.icon:before, .lectern-podium-solutions .button.large.icon:before {
	background-image: url("../images/icons/lectern-icon.png");
}
.mobile-computing.button.large.icon:before, .mobile-computing .button.large.icon:before, .mobile-computing-solutions.button.large.icon:before, .mobile-computing-solutions .button.large.icon:before {
	background-image: url("../images/icons/cart-icon.png");
	width:24px;
}
.desk-table.button.large.icon:before, .desk-table .button.large.icon:before, .desk-table-solutions.button.large.icon:before, .desk-table-solutions .button.large.icon:before {
	background-image: url("../images/icons/desk-icon.png");
}
.flexible-seating.button.large.icon:before, .flexible-seating .button.large.icon:before, .flexible-seating-solutions.button.large.icon:before, .flexible-seating-solutions .button.large.icon:before {
	background-image: url("../images/icons/chair-icon.png");
}

.button.large.disabled:hover {
  background-color: #004D7B; 
}

.button.loading:after, a.button.loading:after, input.button.loading:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 15px;
  height: 29px;
  width: 29px;
  background-image: url("../images/icons/icon_master.png");
  background-position: -61px 0;
}
.button.plain, a.button.plain, input.button.plain {
  background-color: #717374;
  border: none;
  font-weight: normal;
  color: #FFF;
  text-shadow:none;
}

.button.dark, a.button.dark, input.button.dark {
  background-color: #000;
  color: #FFF;
  border: 3px solid #000;
}

.button.dark:not(.large):hover:after, a.button.dark:not(.large):hover:after, input.button.dark:not(.large):hover:after, {
  background-position: 0 0;
}

/* for links that simply consist of bg images (and usually hidden content for semantic purposes) */
.image-link {
  position: relative;
}
.image-link a, .image-link span {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: left;
  text-indent: -9999px;
}

/* inline link lists */

.nav-list {
  margin: 1.5em 0;
}
.nav-list li a {
  color: #5F6665;
  text-transform: capitalize;
}
.nav-list li a:hover {
  color: #FFF;
}

.dividers {
  /* applied to ul, ol, or parent to multiple a, span elements */
}
.dividers li + li, .dividers a + a, .dividers span + span {
  margin-left: 0.9em;
}

.dividers li + li:before, .dividers a + a:before, .dividers span + span:before {
  content: "";
  width: 1px;
  height: 1.2em;
  background-color: #5F6665;
  position: absolute;
  top: 1px;
  right: 100%;
  margin-right: 0.45em;
}



/* ----- Main Container class, and selectors that 'extend' the class ------ */

main#content {
	position: relative;
	z-index: 1;
}

.contain, .gray-banner nav ul, .whats-new .media-list {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  z-index: 0;
}

.gray-banner nav ul {
  max-width: none;
}

/* Gets rid of margins between inline elements (class is applied to parent element) */
.no-margins, .gray-banner nav ul {
  font-size: 0 !important;
}
.no-margins > *, .gray-banner nav ul > * {
  font-size: 14pt !important;
}

/* Columns */
.col {
  display: inline-block;
  vertical-align: top;
}

.vert, .vert + .col {
  height: 40%;
}
.vert + .col, .vert + .col + .col {
  margin-top: 25px;
}
.vert li + li, .vert + .col li + li {
  margin-top: 0;
}

.main {
  width: 67.5%;
  max-width: 671px;
  text-align: left;
}
.main + .side {
  margin-left: 5%;
  text-align: left;
}
.main:only-child {
  width: 100%;
  max-width: 1000px;
}

.side {
  width: 27.5%;
  max-width: 269px;
}
.side:first-child {
  width: 32%;
  max-width: 315px;
}
.side:first-child + .main {
  width: 61.5%;
  max-width: 600px;
  margin-left: 5.5%;
}

.half {
  width: 49%;
}

.half + .half {
	margin-left:1%;
}

.third {
  width: 32.75%;
}

.fourth {
  width: 24.5%;
}

.no-margins .half, .gray-banner nav ul .half {
  width: 50%;
}
.no-margins .third, .gray-banner nav ul .third {
  width: 33.333%;
}
.no-margins .fourth, .gray-banner nav ul .fourth {
  width: 25%;
}

/* Text Alignment */
.aln-left { text-align: left; }
.aln-right { text-align: right; }
.aln-center { text-align: center; }

/* Fix extra button padding in Firefox */
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
  line-height: 1;
}

.no-click {
  cursor: default;
}

/*************************
   CSS TABLE STYLES
*************************/
.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.table.page{
	max-width: 956px;
	margin: 0 auto;
}
main .table.page {
	height: auto;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
}
.padding {
	padding: 0px 20px;
}
.padding-left {
	padding-left: 20px;
}
.padding-right {
	padding-right: 20px;
}
.middle {
	vertical-align: middle;
}
.table-header-group {
	display: table-header-group;
}
.table-footer-group {
	display: table-footer-group;
}
.sponsors-contain {
	height: 143px;
	padding: 50px 0;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #5F6665;
}
.sponsors-contain header {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	font-size: 24px;
	background: #1b1b1a;
	padding: 0 28px;
	text-align: center;
}
#sponsors {
	height: 143px;
	padding: 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sponsors > .not-slide {
	margin: 0 40px;
}
#sponsors img {
	max-width: 180px;
	max-height: 120px; 
}
#sponsors .slick-track {
	display: flex;
	align-items: center;
}
#sponsors .slick-slide {
	margin: 0 40px;
}

#sponsors .slick-arrow {
	background: url(/images/icons/arrows.png) scroll no-repeat transparent;
	background-position: -118px 0;
	width: 24px;
}
#sponsors .slick-prev {
    left: 0;
    transform: rotate(180deg);
}
#sponsors .slick-next {
    right: 0;
}
