@font-face {
    font-family: 'Roboto-regular';
    src: url('../lib/fonts/roboto-regular-webfont.eot');
    src: url('../lib/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../lib/fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../lib/fonts/roboto-regular-webfont.woff') format('woff'),
         url('../lib/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../lib/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
}


/* ----- ABSTRACT ELEMENTS ----- */

html, body {
	font-family: 'Roboto-regular', sans-serif;
	color:#444;
	margin:0;
	padding:0;
	font-size:15px;
}
a {
	color:#ff7b00;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
}


/* ----- STRUCTURAL ELEMENTS ----- */

.content {
/* 	position:relative; */
	max-width: 984px;
	width: 100%;
	margin: 50px auto;
	display:table;
}
.content:first-child {
	max-width:984px;
	height:58px;
	margin:5px auto 3px;
}


.headerRight {
	width: 100%;
	max-width: 360px;
	float:right;
	font-size: 13px;
}
.headerRight table {
  float: left;
  text-align: right;
  font-size: 12px;
  max-width:250px;
  
/*   margin-right: -12px; */
  padding-right: 0px;
}
@-moz-document url-prefix() {
  .headerRight table {
    font-size: 12px;
  }
}

.headerRight tr {
  text-align: right; 
  padding: 0; 
  margin: 0;
}
.headerRight tr:first-child {
  width: 350px;
}
.headerRight td {
  text-align: left;
}
.headerRight td:last-child {
  margin-left: 10px;
/* border: 1px red solid; */
}


#nav {
	width: 100%;
	height: 42px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size:17px;
	text-align: center;  
}
#nav table {
  width: auto;
  margin: 0px auto;
  padding: 10px;
  font-weight: bold;
}
#nav ul {
	list-style: none;
	max-width: 984px;
	margin: 0 auto;
	padding: 0;
}
#nav li {
	float: left; 
	width: 20%;
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
	height:100%;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	border-right: 1px solid #fff; 
	}
#nav img {
	height:17px;
	width:17px;
	margin-right:5px;
	padding-top:3px;
	color: #444;
}
#nav li:first-child a {
	border-left: 1px solid #fff; 
}
#nav li a:hover {
	color: #444;
	background-color: #ddd; 
}

/* Used to show active tab in menu */
#nav .active {
	background-color: #ddd; 
}




#headerMobile {
  display: none;
	background-color: #eee;
	height: 50px;
	width: 100%;
	text-align: center;
	position: relative;
	
	padding-top: 20px;
/*   padding-top: 10px; */
}

#headerMobile > img {
  width: 200px;
  margin: 0px auto;
/*   padding-top: 20px; */

  margin-top: 8px;
}


#navMobile {
  display: none;
  width: 100%;
	background-color: #eee;
}
#navMobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #999;
  width: 100%;
}
#navMobile li {
  display: none;
  height: 60px;
  border-top: 1px solid white;
  padding: 0;
}
#navMobile a {
	display: block;
	height:100%;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	padding: 15px;
}
#navMobile a img {
	height:25px;
	width:25px;
	margin-right:5px;
	padding-top:3px;
	color: #444;
}
#navMobileButton {
  width: 30px;
/*   margin: 7px 15px; */
  position: absolute;
  left: 15px;
  cursor: pointer;
}
#navMobileButton img {
  width: 100%;
}


.leftContent {
	max-width: 65.6%;
	width: 100%;
	height: inherit;
	float:left;
}

.homeContainer {
	clear:both;
	margin-top:25px;
/* 	display:inline-block; */
/*   margin-bottom: 25px; */
}

.homeTitle {
	border-bottom:3px solid #ddd;
  width: 100%;
  position: relative;
}
.homeTitle h4 {
/*   width:  */
  
}

.homeTitle .right {
  position: absolute;
  right: 10px;
	display:inline-block;
	color: #ff7b00;
	font-weight: 500;
	padding-bottom: 10px;
	text-align: right;
	float:right;
}


.homeContainer table {
  width: 100%;
/*     border-spacing: 20px; */
  border-collapse: collapse;
/*
  display: flex;
  justify-content: space-between;
*/
}

.homeContainer table .contentTD {
/*   min-width: 50px; */
  height: 180px;
  min-height: 64px;
  margin-bottom: 0;
}
/*
table.icon2Table .contentTD {
  margin-bottom: 0;
  padding-bottom: 0;
  height: 100px;
}
*/

.homeContainer table .gamesTD {
/*   min-width: 50px; */
  height: 160px;
  min-height: 64px;
  margin-bottom: 0;
  margin-top:5px;
}

.homeContainer table.iconTable .contentTD {
  width: 18%;
}
.homeContainer table.imageTable .contentTD {
  width: 28%;
}

.homeContainer table.icon2Table .contentTD {
  width: 18%;
/*   height: 50px; */
/*   padding-top: 0px; */

/*   height: 80px; */
/*   padding: 10px; */
/*   margin: 20px 0; */
}

.homeContainer table.iconTable .gamesTD {
  width: 18%;
}
.homeContainer table.imageTable .gamesTD {
  width: 28%;
}

.homeContainer table.icon2Table .gamesTD {
  width: 18%;
}



.oldGameIcon {  
  background-color: #eee;
/*   height: 95px; */
  width: 100%; /* 95px; */
  height: 80px;
/*   padding: 10px; */
  text-align: center;
  margin-bottom: 5px;
}
.oldGameIcon img {
/*   display: inline-block; */
  height: 100%;
  vertical-align: middle;  
}
.homeContainer table.icon2Table .contentTD img {
  width: 90%;
  margin: 0 auto;
}

.homeContainer table .separatingTD {
  width: 10px;
  height: 100px;
}

.homeContainer a img {
  width: 100%;
}
.homeContainer .iconLabel {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  height: 36px;
  text-align: center;
}

.homeContainer .gamesIconLabel {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  height: 20px;
  text-align: center;
}
.quickLinksDiv{
	width:644; 
	background:#eee; 
	height:35px; 
	text-align:center; 
	line-height:35px; 
	font-size: 1em;
	color:#444;
	}
.quickLinksDiv a {
	color:#444;
	cursor:pointer;
	}	
.quickLink{
	width:160px; 
	height:34px; 
	border-right:1px solid white; 
	border-bottom:1px solid white; 
	float:left;
	line-height:34px;
	}
.quickLinkDiv a {
	text-decoration:none;
	color:#444;
	cursor:pointer;
	}
.quickLinkBlue{
	background:#e8f7ff;
	}
.quickLinkBlue:hover{
	background:#a9e1ff;
	color:black;
	}
quickLinkBlue a:link{
	color:#444;
	}	
.quickLinkGreen{
	background:#c9ffdf;
	}
.quickLinkGreen:hover{
	background:#99ffc2;
	color:black;
	}	
.quickLinkYellow{
	background:#fffdc6;
	width:161px;
	}
.quickLinkYellow:hover{
	background:#fffc99;
	color:black;
	}	
.quickLinkRed{
	background:#ffc7c7;
	width:161px;
	border-right:none;
	}
.quickLinkRed:hover{
	background:#ff9999;	
	color:black;
	}	
.quickLinkOrange{
	background:#ffca9e;
	width:161px;
	border-right:none;
	}
.quickLinkOrange:hover{
	background:#ffaa65;	
	color:black;
	}		
.quickLink3{
	width:214px; 
	}
.quickLink2{
	width:321px;
	}
.sidebar {
	max-width:32.5%;
	width: 100%;
/* 	min-height: 570px; */
	max-height:inherit;
	background:#eee;
	float:right;
}
.sidebarKS {
	width: 100%;
/* 	min-height: 570px; */
	max-height:inherit;
	background:#f2f2f2;
	padding-bottom: 20px; 
	max-width:320px;
	margin-left:664px;
	position: fixed;
	}
.sidebarSmall {
  max-width: 160px;
	width: 100%;
/* 	min-height: 450px; */
	max-height:inherit;
	background:#eee;
	float:right;
	padding: 10px;
}
#sidebarImage{
	width:300px; 
	background: white;
	}
#sidebarImage:hover {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	}
#sidebarVirtual:hover {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	}
.miniSidebarAd:hover {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);	
	}
#sidebarImageFixed{
	width:300px; 
	background: white;
	height:190px;
	}
#sidebarImageFixed:hover {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	}
#clockdiv{
    font-family: sans-serif;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    width: 100%;
    max-width:628px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    background: linear-gradient(#ff7c00, #FF6900);
    display: inline-block;
}
#earlyBirdTitle{
  color: #5c5c5c;
  font-weight: 100;
  font-size: 40px;
  margin: 15px 0px 15px;
}


#clockdiv div > span{
    padding: 5px;
    border-radius: 3px;
    background: #b35800;
    display: inline-block;
}

.clockdiv2{
    font-family: sans-serif;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    width: 100%;
}

.clockdiv2 > div{
    padding: 5px 8px 3px 8px;;
    color: #fff;
    background:#5c5c5c;
    display: inline-block;
}

.clockdiv2 div > span{
    padding: 8px;
    border-radius: 3px;
    background: #b35800;
    display: inline-block;
}
#clockdiv2Button{
	background:linear-gradient(#ff7c00, #FF6900);
	color:white;
	text-decoration:none;
}
#clockdiv2Button:hover{
	background:#e15f00;
	text-decoration:none;
}
#bottomClockDiv{
	position:fixed; 
	width:100%; 
	height:72px; 
	bottom:0px;
	display:none;
	}
.closeX{
	float:right; 
	margin:0 10px 0 0; 
	padding:5px 15px 15px 15px;
	color:#ffe4c9;
	}
.closeX:hover{
	color:#aaaaaa;
	background:#b35800;
	cursor:pointer;
	}
.smalltext2{
    padding-top: 3px;
    font-size: 12px;
}		
.smalltext{
    padding-top: 5px;
    font-size: 16px;
}	

.workshopSidebarContainer{
	width:100%; 
	min-width:270px; 
	height:38px; 
	line-height:1.5em; 
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px; 
	background:white; 
	font-size:1em; 
	font-weight:700;
}
.workshopSidebarContainer h3{
	margin:0px 0px 0px 0px; 
	padding:5px 0px 0px 0px; 
	text-align: center;
}
#workshopSidebar:hover{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	}
.workshopSidebarEvents {
	height:100px; 
	width:100%; 
	min-width:270px; 
	overflow:auto;
	line-height:1.65em;
	padding:0px 0px 0px 0px; 
	background: white; 
	margin-bottom:0px; 
	margin-right:10px; 
	font-weight:700;
}
.workshopSidebarDate {
	text-align:left;
	width:27%; 
	float:left;
	padding-left:8%;
}
.workshopSidebarLocation {
	text-align:left;
	width:65%; 
	float:left;
	padding-bottom:7px;
}
.workshopSidebarViewAll {
	width:100%; 
	min-width:270px;
	height:47px;
	line-height:1.5em;
	padding:0px 0px 0px 0px; 
	margin:0px 10px 10px 0px; 
	background: white; 
	font-size:1em; 
	font-weight:700; 
	text-align:center;
}
.workshopSidebarDate ul{
	margin:0px;
	list-style: none;
}
.workshopSidebarLocation ul{
	margin:0px;
	list-style: none;
}
#eventDate {
padding:5px 0 0 0;
font-size: 1em;
}
#eventLocation {
padding:5px 0 0 0px;
margin: 0 0 0 20px;
font-size: 1em;
}
.event {
	box-sizing: border-box; 
	width:50%; 
	height:42px; 
	float:left; 
	text-align:center; 
	padding-top: 15px ;
	margin-bottom: 8px; 
	margin-top: 10px;
	line-height: 25px; 
	border: 1px #888 solid; 
	padding: 5px; 
	cursor:pointer; 
	font-size: 1.3em;
	text-color: black;
	text-decoration: none;
	background:#f2f2f2;
	}
.eventActive{
	background:white;
	border-bottom:1px solid white;
	}
.event a{
/* 	color:black; */
text-decoration:none;
	}
	
/* For Math Plus, Workshops, Author Visits, and Seattle Institute sub-menu */
.subMenu1Container > div {
  width:25%; /* 231px; */ 
  max-height: 225px; 
  float:left; 
/*   margin-right: 20px; */
}
.subMenu1Container > div:last-child {
  margin-right: 0px;
}
.subMenu1Container img {
  width: 100%;
  margin-bottom:10px;
}

/* ----- GENERAL UI ELEMENTS ----- */

.pageViews {
  float: right;
  display: table-cell;
  text-align: center;
  font-size: 13px;
  border-radius: 3px;
  background-color: #eee;
  margin: 2px 0 0 5px;
  padding:5px 10px 5px;
  border:1px solid #ddd;
}

.buttonEmail {
	border-radius: 3px;
	text-align:center;
	font-weight:700;
	background: linear-gradient(rgb(255, 255, 255), rgb(232, 232, 232));
	border: 1px solid rgb(208, 208, 208);
	font-size: 12px;
	color:#555;
	cursor: pointer;
	margin-top: 1px;
	padding-top: 0;
	width:140px;
	line-height:1.42em;
}
@-moz-document url-prefix() {
  .buttonEmail {
    font-size: 10px;
  }
}
.buttonEmail:hover {
	background: linear-gradient(rgb(242, 242, 242), rgb(212, 212, 212));
}


.socialIcons {
	display:inline;
}
.socialIcons img {
	width: 100%;
	height: 100%;
	border-radius:3px;
}
.headerRight .socialIcons img, #mobileSocialBar .socialIcons img {
	max-width: 20px;
	max-height:20px;
	margin: 4px 1px 0px 1px;
}

.footerContent .socialIcons img {
	max-width: 25px;
	max-height:25px;
	margin: 5px 1px 0px 0px;
}


/* ----- MOBILE ----- */

#mobileSocialBar {
  display: none;
  width: 95%;
  max-width: 984px;
/*   height: 50px; */
  margin: 0 auto 70px;
  font-size: 18px;
}
#mobileSocialBar > div:first-child {
  float: left;
  margin: 10px 0px 10px 10px;
}
#mobileSocialBar table {
  float: right;
  margin: 4px 0;
}

.desktopOnly { 
  display: block;
}
.mobileOnly {
  display: none;
}
.smallMobileOnly {
  display: none;
}
/* ----- BOOKS + GAMES ----- */

/* ----- VIDEOS ----- */

/* ----- MEDIA QUERIES ----- */




.downloadsContent {
	max-width: 984px;
	width: 100%;
	margin: 0px auto;
}
.innerSidebarHomepage {
/*   float: left; */
	margin: 10px;
/* 	background:white; */
}
.innerSidebar {
	margin: 10px;
}

.videoContainer {
	background:#eee;
	padding:0px 0px;
	font-size:14px;
	padding-bottom: 10px;
}
	
.videoContainerCaption {
	padding: 10px;
	background: #fff;
}
.rightAdHeading {
	padding: 5px;
	margin-bottom:5px;
	text-align: center;
	background: #fff;
}
.sidebarAdSpace {
	width: 300px; 
	height: 250px; 
	background: white; 
	margin: 10px 0;
}

.adContainer {
  float: left;
  width: 100%;
  background-color: #eee;
/*   height: inherit; */
/*
  text-align: center;
  display: block;
*/
}

.googleAdTitle {
  width: 100%;
  float: left;
  background-color: #FFF;
  height: 23px;
  text-align: center;
  padding-top: 8px;
  margin: 0 auto 10px;
}

.googleAd {
/*   float: left; */
  width: 300px;
/*   height: 250px; */
  margin: 0 auto 10px;
}
.googleAdTall {
  float: left;
  width: 160px;
  height: 600px;
  margin: 0 auto;
  background-color: #FFF;
}
.googleAdLarge {
  float: left;
  width: 336px;
  height: 280xp;
  margin: 0 auto;
  background-color: #FFF;
}

.twitterHome {
	max-height: 1200px;
	height: 100%;
	margin-top: 14px;
	border-radius: 3px;
	background: #eee;	
}

.contentList {
  list-style: none; 
  padding: 0; 
  margin: 20px 0 50px;
  font-weight: bold;
}
.contentList li {
  margin: 10px 0;
}

.footer {
	clear:both;
	display:block;
	height:270px;
	width:100%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background:#f2f2f2;
}
.footerContent {
	position:relative;
	max-width: 984px;
	width: 100%;
	margin: 30px auto;
}
.footerContentDiv {
	width: 25%;
	margin-top: 30px;
	display: inline-block;
	float:left;
}
.footerContentDivText {
	
}
.footerContentDivText a{
	color: #444;
}
.footerContentDivText a:hover {
	color: #ff7b00;
	text-decoration: none;
}
.carousel {
  max-width: 644px;
  display: table;
  max-height: 200px;
/*
	height: 200px;
	width: 644px;
*/
	background:#eee;
	margin: auto;
}
.my-slider {
  width: 100%;
  height:auto;
  max-width: 644px;
  max-height: 200px;
}

  .workshopFeedbackBox {
  	max-width:604px;
  	width:100%;
  	clear:both; 
  	margin:0 auto 20px; 
  	padding:0px 20px 10px 20px; 
  	background: #f2f2f2; 
  	border: 3px solid #000000; 
  	font-style:italic;
  }
  
  .lowerWorkshopImages {
  	width:231px; 
  	max-height: 225px; 
  	float:left; 
  	margin-right: 20px;
  }

.banner {
  height: auto;
	background:#eee;
	margin: 0 auto;
	max-width:650px;
}
.banner img { 
  width: 100%;
}
.bannerLeft {
	max-width: 322px;
	width: 100%;
	text-align: center;
	float:left;
	margin-top: 20px;

}
.bannerRight {
	max-width: 322px;
	width: 100%;
	text-align: center;
	float:left;
}
.bannerRightImg {
	max-height: 160px;
	max-width: 290px;
	margin-top:10px;
}
.bannerContent{
	padding: 10px;
}

.bannerContentBoston {
  background:white;
  width:345px;
  height:175px;
  float:right;
  padding:5px 20px 0 20px;
}
.bannerContentBoston img {
  width: 20px;
  max-width: 20px;
  vertical-align: middle;
}

.bostonFrequentQuestions {
  text-align: left;
}

.fullWidthOnDesktop {
  width:984px;
  margin-top: 25px; margin-bottom: 20px;
}

.bannerTitle{
	font-weight: 900;
	font-size: 30px;
	margin-top: 50px;
}
.bannerGigsLeft {
	max-width: 233px;
	width: 100%;
	height: 192px;
	text-align: center;
	float:left;
	margin-top: 0px;

}
.bannerGigsRight {
	max-width: 391px;
	width: 100%;
	height: 190px;
	text-align: center;
	float:left;
}
.buttonOrangeBanner {
	text-align: center;
	padding: 5px 0px;
	width: 165px;
	font-size: 20px;
	line-height: 37px;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(#ff7c00, #FF6900);
	border: 1px solid #e76100;
}
.buttonOrangeBanner:hover {
	background: linear-gradient(#ff7c00, #e46000);
	border: 1px solid #e76100;
}
.mpRegister{
	width:100%;
	max-width:630px;
	margin-top:0px auto; 
	background: #5c5c5c;
	text-deocration:none; 
	text-align: center; 
	padding: 10px 9px;
	color:white;
	font-size:20px; 
	float:left;
	cursor:pointer;
	border-radius:3px;
	display:inline;
	}
.mpRegister:hover{
	background:#2e2e2e;
	text-decoration:none;
	}
.mpRegisterTop{
	background:linear-gradient(#ff7c00, #FF6900); 
	color:black; 
	border:1px solid #444;
	border-radius:3px;
	font-weight:900; 
	font-size:1.5em;
	width:auto; 
	margin:0px auto;
	text-align:center;
	padding:5px 20px;
	}
.mpScheduleDescription{
	margin-bottom:30px;
	}
.mpScheduleDescription p{
	margin-top:10px;
	margin-bottom:0px;
	}
.mpScheduleDescription p:first-of-type{
	margin-top:0px;
	}
.mpScheduleDescription strong:first-of-type{
	font-size:1.1em;
	font-weight:900;
	color:black;
	}
.mpRegisterTop:hover{
	background:#e56000;
	text-decoration:none;
	}
.interventionRegister{
	width:130px;
/* 	margin-top:0px auto;  */
	background: #5c5c5c;
	text-deocration:none; 
	text-align: center; 
	padding: 10px 9px;
	color:white;
	font-size:17px; 
	float:left;
	cursor:pointer;
	border-radius:3px;
	display:inline-block;
	}
.interventionRegister:hover{
	background:#ff7c00;
	text-decoration:none;
	}
.gigsBox {	
	max-width: 644px;
	display: table;
	max-height: 200px;
	background:#eee;
	padding:10px;
	margin: auto;	
}
.gigsBoxText {
	font-size:20px; 
	text-align: center; 
	padding: 30px 0px 30px 0px; 
	font-weight:900; 
	border-radius:0%; 
	color:#222;
	background:rgba(255,255,255,.35);
	border-radius:0px;
	text-shadow: 2px 0px 17px rgba(255, 255, 255, 1), rgb(255, 255, 255) 0px 0px 10px;
}
.gigsBoxText:hover {
	background:rgba(255, 255, 255,.2); 
	text-shadow: 2px 0px 17px rgba(255, 255, 255, 1), rgb(255, 255, 255) 0px 0px 10px;
	text-decoration:none;
}
.gigsLowerContent {
	background:#eee; 
	padding: 15px; 
	text-align:center; 
	font-size: 18px; 
	font-weight:700;
}
.gigsTable {
  border-collapse: collapse;
  height: 180px;
  width: 58%;
  float:left;
}
.gigsTable td {
  border: 3px solid black;
  background:white;
  height: 90px;
  width: 50%;
}
.gigsTable td:hover{

	}
.gigsTable img {
  width:94%;
  margin: 0 3%;
}
.gigsTable img:hover {
  width:99%;
  margin: 0 0.5%;
}
.gigsTable a {
	width: 100%;
	height: 100%;
}
.gigsPhoto {
	box-sizing:border-box;
	margin-right:0px; 
	border-top: solid 3px black;
	border-bottom: solid 3px black;
	border-right: solid 3px black;
	width:42%;
	float:left;
	max-height:193px;
	margin-left:-0.1px;
	}

.gigsQuotesContainer {
  
}
.gigsQuotesContainer > img {
  width: 500px;
  display:block;
  margin: 0px auto;
}

.gigsQuotes {
	border: solid; 
	border-color:#ddd; 
	border-width:2px; 
	border-radius: 5px; 
	padding:0px 15px 15px 15px; 
	margin-bottom:20px;
}
.gigsQuotesSource {
	font-weight:700; 
	text-align: right; 
	margin-top:20px;
}
#gregLink {
	width: 40px; 
	height: 40px;
	position: fixed;
	top: 0px;
	right: 0px;
	background:;
	cursor: default;
	}
.h3 {
	display:inline-block;
	font-weight:900;
	padding-bottom:5px;
	font-size:20px;
}
.h4 {
	display:inline-block;
	font-weight:700;
	padding-bottom:10px;
	text-transform: uppercase;
}
.h5 {
	display:inline-block;
	font-weight:700;
}

.hr2 {
	margin-top:15px;
	margin-bottom:15px;
	border-bottom:2px solid #ddd;
}
.hr3 {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:2px solid #ddd;
}
.hr4 {
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:2px solid #ddd;
}
.dayheading{
	font-size:1.35em;
	color:#666;
	font-weight:900;
	margin-bottom:10px;
	margin-top:40px;
	}
.gigsButtonOrange {
	font-size:18px; 
	margin: 0 auto 30px 0; 
	padding: 0px 0px; 
	width:100%; 
	float:left;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(#ff7c00, #FF6900);
	border: 1px solid #e76100;
	display:inline;
}
.gigsButtonOrange:hover {
	background: linear-gradient(#ff7c00, #e46000);
	border: 1px solid #e76100;
	text-decoration:none;
}

a.fig {
	color: #444;
}
a.fig:hover {
	color: #ff7b00;
	text-decoration: none;
}
figcaption {
	margin-top: 2px;
}


figure.games {
	display: inline-block;
	max-width:112.3px;
	margin: 20px 17px 0 0;
	padding:0;
	font-size: 14px;
	text-align: center;
}
figure.books {
	display: inline-block;
	max-width:112.3px;
	margin: 20px 17px 0 0;
	padding:0;
	font-size: 11.9px;
	text-align: center;
	
}
figure.centers {
	display: inline-block;
	max-width:112.3px;
	margin: 20px 17px 0 0;
	padding:0;
	font-size: 14px;
	text-align: center;
	
}
figure.resources {
	display: inline-block;
	max-width:204.1px;
	margin: 20px 17px 0 0;
	padding:0;
	font-size: 14px;
	text-align: center;
	
}
figure.games:nth-of-type(5) {
	margin:0px;
	width:112.3px;
}
figure.books:nth-of-type(5) {
	margin:0px;
	width:112.3px;
}
figure.centers:nth-of-type(5n) {
	margin:0px;
	width:112.3px;
}
figure.resources:nth-of-type(3) {
	margin:0px;
	width: 195px
}

.resourcesContent {
	width: 644px;
}
.resourcesContentLeft {
	max-width: 374px;
	width: 100%;
	text-align: left;
	display:inline-block;
	float:left;
	margin-top: 20px;
	margin-bottom:20px;
	padding-right:10px;
	font-size: 14px;

}
.resourcesContentRight {
	max-width: 260px;
	width: 100%;
	height:100px;
	text-align: center;
	display:inline-block;
	float:left;
}
.resourcesRightWPBox {
	border:solid 2px #ddd; 
	border-radius:3px;
	text-align:center;
	margin-top:20px;
	padding: 8px 0;
	
}
.resourcesRightWPBox a {
	text-decoration: none;
	color:#444;
}
.resourcesRightWPBox .h5 {
	color: #ff7b00;
	
}
.resourcesRightWPBox:hover {
	background: #eee;
}
figure.booksResources {
	display: inline-block;
	max-width:71.3px;
	margin: 20px 7px 0 0;
	font-size: 11.9px;
	text-align: center;
	}
figure.booksResources:last-of-type {
	margin-right:0;
}
.buttonOrangeDownloads {
	text-align: center;
	padding: 5px 0px;
	width: 90px;
	font-size: 13px;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(#ff7c00, #FF6900);
	border: 1px solid #e76100;
	float:right;
	display:inline;
}
.buttonOrangeDownloads:hover {
	background: linear-gradient(#ff7c00, #e46000);
	border: 1px solid #e76100;
	text-decoration:none;
}
.buttonWorkshopDetails {
	text-align: center;
	padding: 5px 0px;
	width: 100px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(#ff7c00, #FF6900);
	border: 1px solid #e76100;
	float:right;
	display:inline;
}
.buttonWorkshopDetails:hover {
	background: linear-gradient(#ff7c00, #e46000);
	border: 1px solid #e76100;
	text-decoration:none;
}
.buttonWorkshopPending {
	border-radius: 3px;
	text-align:center;
	width: 100px;
	height: 30px;
	line-height:30px;
	font-weight:700;
	background: linear-gradient(rgb(255, 255, 255), rgb(232, 232, 232));
	border: 1px solid rgb(208, 208, 208);
	font-size: 13px;
	margin-bottom: 0px;
	padding-top: 5px 0;
	float:right;
	text-decoration:none;
	color: #444;
}
.downloadsTH {
	padding:10px 10px; 
	background: #777; 
	color:#fff; 
	text-align: left;
}
table {
	border-spacing: 0px;
}
.firstDownloadsTR {
	background: rgb(245, 245, 245);
}
.firstDownloadsTR:nth-child(odd) {
	background: white;
}
.firstDownloadsTR td:nth-child(1) {
	padding: 5px 10px; 
	width: 300px;
}
.firstDownloadsTR td:nth-child(2) {
	padding:5px 10px; 
	font-size: 13px;
	margin:0 auto;
}
.firstDownloadsTR td:nth-child(3) {
	padding: 5px 10px;
}
.calendar {
	padding:3px 10px; 
	background: #999; 
	color:#fff; 
	text-align: left;
}
.firstCalendarTR {
	background: white;
}
.firstCalendarTR:nth-child(odd) {
	background: rgb(245, 245, 245);
}
.firstCalendarTR td:nth-child(1) {
	padding: 5px 10px; 
	width: 50px;
	text-align:center;
}
.firstCalendarTR td:nth-child(2) {
	padding:5px 10px; 
	font-size: 14px;
	margin:0 auto;
}
.firstDownloadsTR td:nth-child(3) {
	padding: 5px 10px;
}
.buttonInfo {
	border-radius: 3px;
	text-align:center;
	width: 80px;
	height: 30px;
	line-height:30px;
	font-weight:700;
	background: linear-gradient(rgb(255, 255, 255), rgb(232, 232, 232));
	border: 1px solid rgb(208, 208, 208);
	font-size: 13px;
	cursor: pointer;
	margin-bottom: 0px;
	padding-top: 5px 0;
	float:right;
	text-decoration:none;
	color: #444;
}
.buttonInfo:hover {
	background: linear-gradient(rgb(242, 242, 242), rgb(212, 212, 212));
	text-decoration:none;
}
.rightContent {
    max-width: 65.6%;
	width: 100%;
	height: inherit;
	float:left;
	margin-left: 3.9%;
  }
  .rightContentMP {
	 max-width:65.6%;
	width: 100%;
	height: inherit;
	float:left;
	margin-left: 3.9%;
  }
.mathPlusPresenterDiv {
	text-align:center;
	width:25%;
	padding:15px 0px;
	float:left;
	font-size: .8em;
}
.mathPlusPresenter3 {
	text-align:center;
	width:33%;
	padding:15px 0px;
	float:left;
	font-size: .8em;
}
.mathPlusPresenter4 {
	text-align:center;
	width:25%;
	padding:15px 0px;
	float:left;
	font-size: .8em;
}
.mathPlusPresenter5 {
	text-align:center;
	width:20%;
	padding:15px 0px;
	float:left;
	font-size: .8em;
}
.nhPlusPresenterDiv {
	margin: 0 auto;
	text-align:center;
	width:33%;
	padding:15px 0px;
	float:left;
	font-size: .8em;
	}
.sePlusPresenterDiv {
	margin: 0 auto;
	text-align:center;
	width:20%;
	padding:15px 0px;
	float:left;
	font-size: .8em;
	}	
	
.presenterImg {
	border:2px solid #000;
	width:115px;
	height:140px;
}
.mpUnderPhoto {
	font-weight: 700; 
	margin-left: 0px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}  
.mpUnderPhotoContent {
	display: inline-block; 
	text-align:center;
	width:200px;
}
.mpUnderPhotoIcons {
	height: 20px; 
	width: 20px;
	margin-top:-5px;
}
.mpLeftMenu {
	line-height: 40px; 
	padding-left: 0px; 
	cursor: pointer; 
	background: rgb(238, 238, 238);
	border:solid white 1px; 
	margin:0; 
	list-style:none; 
	font-weight:700;
	text-decoration: none;
	text-align: center;
}
.mpLeftMenuli {
	border-bottom:solid white 1px; 
}
.mpLeftMenuli:hover {
	background: rgb(224, 224, 224);
	text-decoration: none;
}
.mpLeftLink {
	color: #444;
}
.mpLeftLink:hover {
	text-decoration: none;
}
.afternoonElectives {
	width:96%;
/* 	border: 2px solid black; */
	background: #f2f2f2;
	padding:2%;
}
.activitiesGrayBox {
	clear:both;
	width:96%;
	background: #f2f2f2;
	padding:2%;
	margin-top:20px;

}
.buttonLink {
	color: white;
	text-decoration: none;
}
.buttonLink:hover {
	color: white;
	text-decoration: none;
}

.gamesVideo {
	background:#eee;
	font-size:14px;
	padding-bottom: 10px;
	width:32%; 
	float:left; 
	margin-right:2%; 
	margin-bottom:20px;
}
.workshopsTr {
	height:45px; 
	border-bottom: 2px solid #eee; 
	font-weight:500;
}
.workshopsTr td:nth-of-type(3){
	padding-left:20px;
	}
.workshopsTr td:nth-of-type(2){
	padding-left:20px;
	}
	
.gamesVideo:nth-child(3n) {
	margin-right:0;
}

.extraBold {
	font-weight: 900;
}
.bold {
	font-family: 700;
}
.font18 {
	font-size: 18px;
}
.font25 {
	font-size: 25px;
}
.width100 {
	width: 100%;
}
.orangeText {
	color:#ff7b00;
}
.mpPresenterNames{
	color:#ff7b00;
	font-weight:900;
	font-size:1em;
	}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.font20 {
	font-size: 20px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font30 {
	font-size: 30px;
}
.center {
	text-aling:center;
}
.capitalize {
	text-transform: capitalize;
	}
.actionPanel {
  float: left;
  width: 50%; 
  height: 100%; 
  text-align: center;
}
.actionPanel img {
  width: 80%;
  margin-top: 20px;
}

.actionTitle {
  font-weight: bold;
  font-size: 32px;
  margin-top: 30px;
}
.actionSubtitle {
  font-size: 18px;
  margin-bottom:25px;
}
.actionButton {
  background: linear-gradient(#ff7c00, #FF6900);
  border: 1px solid #e76100;
  border-radius: 3px;
  width: 165px;
  height: 33px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  padding-top: 7px;
  margin: 10px auto;
  padding: 5px 35px;
  text-decoration:none;
}
.actionButton:hover {
	background: linear-gradient(#ff7c00, #e46000);
	border: 1px solid #e76100;
	text-decoration:none;
}
#game_div {
  width: 765px;
  height: 500px;
  background: #eee;
}
.unslider {
	overflow:auto;
	margin:0;
	padding:0;
	}
.unslider-wrap {
	position:relative
	}
.unslider-wrap.unslider-carousel>li {
	float:left
	}
.unslider-vertical>ul {
	height:100%
	}
.unslider-vertical li {
	float:none;
	width:100%
	}
.unslider-fade {
	position:relative
	}
.unslider-fade .unslider-wrap li {
	position:absolute;
	left:0;
	top:0;
	right:0;
	z-index:8
	}
.unslider-fade .unslider-wrap li.unslider-active {
	z-index:10
	}
.unslider li,.unslider ol,.unslider ul {
	list-style:none;
	margin:0;
	padding:0;
	border:none
	}
.unslider-arrow {
	position:absolute;
	left:-9999px;
	z-index:2;
	cursor:pointer
	}
.unslider-arrow.next {
	left:auto;
	left:-9999px
	}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px 6px 0px 6px;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #ddd;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #ddd;
  cursor: default;
}



/* //flex_row flex_between align_end */
.bookNavBar {
  float: left;
  width: 100%;
  text-align: center;
}

.bookTitle {
  float: left;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}

.bookNavControls {  /* TODO: could be called differently and be used for book answer */
  float: right;
}
.bookNavControls a {
  margin-right: 10px;
}
.bookNavControls a:last-child {
  margin-right: 0;
}


.bookButton {
  float: left;
  width: 85px;
  height: 25px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
  padding-top: 5px;
  text-align: center;
}
@-moz-document url-prefix() {
  .bookButton {
    width: 85px;
  }
}

.bookButton:hover {
  text-decoration: none;
}

.bookButtonBackward {  
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
  
  border: 1px solid #DDD;
  color: #444;
}
.bookButtonBackward:hover {
  background: linear-gradient(rgb(242, 242, 242), rgb(212, 212, 212));
	}

.bookButtonForward {
  background: linear-gradient(#ff7c00, #FF6900);
  border: 1px solid #E76100;
  color: #FFF;
}
.bookButtonForward:hover {
  background: linear-gradient(#ff7c00, #e46000);
}

.bookSpacer {
  float: left;
  width: 100%; 
  height: 20px; 
}

.bookDescription {
  color: #444;
  font-size: 14px;
}

.bookTable {
  border-collapse: collapse;
  height:350px;
  width: 100%;
}
.bookPoem {
  text-align: center;
  height: 100%;
}
.bookText {
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  margin-bottom:5px;
}

.bookQuestion {
  font-weight: bold;
}
.bookAnswerContainer {
  width: 100%;
/*   float: left; */
  text-align: center;
  margin-top: 10px;
}
.bookAnswerContainer a {
  margin-right: 10px;
}
.bookAnswerContainer a:last-child {
  margin-right: 0;
}

/* free_downloads_table collapse */
.resources {
  border-collapse: collapse;
  width: 100%;
}
.resources th {
  text-align: left;
}
.resources td {
  padding: 10px;
}
.resources td:first-child + td {
  font-size: 12px;
  padding-left: 0;
}
.resources td:first-child + td + td {
  float: right;
}

.resources tr:nth-child(even) {background: #EEE}
.resources tr:nth-child(odd) {background: #FFF}

.resourcesButton {
  float: left;
  width: 95px;
  height: 20px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
  padding-top: 2px;
  text-align: center;
  background: linear-gradient(#ff7c00, #FF6900);
  border: 1px solid #e76100;
  color: #FFF;
}
.resourcesButton:hover {
	background: linear-gradient(#ff7c00, #e46000);
	border: 1px solid #e76100;
}

.sidebarMP {
  width: 280px;
  max-width:30.5%;
  min-height: 277px;
  margin-bottom: 20px;
  max-height:inherit;
  background:#eee;
  float:left;
}

.mpMiniSidebar {
	position: fixed; 
	top: 450px;
	margin-left: 666px;
	}
.mpLandingContainer{
	margin-top:20px;
	height: 150px;
	max-width: 275px;
}	
	
.mpLandingLink:hover img{
	width:73%;
	-webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.75);
}	
	
.mpLandingIcons {
	width: 100%;
/* 	float:left; */
	text-align: center;
	margin: 0 auto;
	}
.mpLandingIcons img {
	width: 70%;
	margin: 0 auto;
	background:white;
}
.mpLandingIcons p {
	margin-top:0;
	font-weight: 700;
}
#mpLandingSidebar{
	float:right; 
	width: 33.3%;
}


.resourcesSidebar {
/*   height: 590px; */
}


/************************/

.wpControls {
  float: left;
  width: 100%;
}

.wpParams {
  float: left;
  width: 44%;
  margin: 3%;
  text-align: center;
}
.wpParams table {
  width: 100%; 
  border-collapse: collapse;
}
.wpParams table td:first-child {
  text-align: left;
}
.wpParams div {
  float: left;
}
.wpParams table div:first-child {
  margin-right: 10px;
}
.wpParams .title {
  float: none;
  font-size: 30px;
  font-weight: bolder;
  color: #777;
  margin: 0 auto;
}

/* flex_n1 bkd_butt0 font_x20 radius3 */
.wpParams .bookButton {
  font-size: 20px;
  border-radius: 3px;
/*   background:  */
/*   line-height:50px; */
  height: 35px;
  width: 130px;
  padding-top: 10px;
}
.wpParams .bookButton:first-child {
  margin-right: 19px;
}


/* flex_row list_wrap221 */
.wpParams .controls {
/*   padding:0px 20px; */
  margin: 40px auto 0;
  width: 100%;
}

.wpParamsContainer {
  width: 100%;
  float: left;
  background:#eee;
}
.extra_bold {
  font-weight: bolder;
}

.wp_content {
  float: left;
  width: 100%;
/*   text-align: center; */
}
.wp_directions {
  text-align: center;
  font-size: 16px;
}
.wp_directions .title {
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
}
.wp_directions p {
  text-align: left;
  width: 55%;
  margin: 20px auto;
}

.wp_question {
  float: left;
  width: 100%;
}
.wp_question div {
  float: left;
  width: auto;
}
.wp_question div:first-child {
  margin-right: 10px;
}
.wp_question p {
/*   overflow: auto; */
  width: 96%;
/*   float: left; */
  margin: 0;
}

.wp_answer {
  float: left;
  width: 100%;
}

.wp_checkContainer {
  float: left;
  width: 100%;
  margin-top:20px;
}
.wp_checkContainer div {
  float: left;
}
.wp_checkContainer > div {
  width: 50%;
}
.wp_checkContainer > div:first-child {
  text-align: left;
}
.wp_checkContainer > div:first-child + div {
  text-align: right;
}
.wp_checkContainer div:first-child div:first-child {
  font-weight: bold;
}

.wp_checkContainer .label {
  width: initial;
/*   margin-right:10px; */
  padding-top: 5px;
}
.wp_checkContainer input {
  float: left;
  margin: 0 10px;
  text-align: center;
  width:50px;
  height:26px;
  font-size:15px;
  border:1px solid #aaa;
  border-radius: 3px;
}

.wp_checkContainer .bookButton {
  width: 30%;
  height: 23px;
  text-align: center;
  font-size: 14px;
  padding-top: 3px
}
.wp_checkContainer .bookButton:not(:last-child) {
  margin-right: 2%;
}

.wp_check {
  display: none;
  background: url("icons/close.svg") no-repeat;
  width: 26px;
  height: 26px;
}
.wp_check0 {
  display: block;
}
.purple {
  color: #FF7300;
}

.wp_diagram {
  margin-top:30px;
  float: left;
  width: 100%;
}

/******/
.wp_diagram1 {
}
.wp_diagram1 th:first-child + th {
  border-left: 4px solid black;
}
.wp_diagram1 td:first-child {
  font-size: 20px;
  font-weight: normal;
  border: none;
}
/*
.wp_diagram1 td:not:first-child {
  width: 25%;
  min-width: 25%;
}
*/
.wp_diagram1 td:last-child {
  border: none;
  width: 20%;
}

.size10 {
  width: 10px; height: 10px;
}

.size5 {
  width: 5px; height: 5px;
  display: block;
  margin: 0 auto;
}
.wp_array {
  border: none;
}
/******/

.wp_diagram table {
  border-collapse: collapse;
  width: 60%;
  margin: 0 auto;
}
.wp_diagram table th {
  font-weight: bolder;
  color: #444;
  text-transform: uppercase;
  padding: 10px 0;
}
.wp_diagram table td {
  font-weight: bolder;
  text-align: center;
  font-size: 40px;
  padding: 10px 0;
}

.wp_diagram td {
  border: 2px #444 solid;
}
.wp_diagram .wp_diagram1 td:first-child {
  border-right: 4px #000 solid;
}

.wp_diagram table tr:first-child + tr td {
  width: 25%;
}

.wp_problem {
  margin-bottom: 40px;
  float: left;
  font-size: 16px;
}
.wp_answer {
  
}
.hide {
  display: none;
}

table.wp_diagram1 {
  width: 90%;
}


/******/
table.wp_array {
  width: 80%;
}

.wp_diagram .wp_array td {
  border: none;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.wp_diagram .wp_array td:first-child {
  font-size: 20px;
  width: 15%;
}

.wp_diagram .wp_array td:first-child + td {
  width: 60%;
}
.wp_diagram .wp_array td:last-child {
  width: 25%;
}

.wp_diagram .wp_array .wp_answer td:not:last-child {
  border: 4px solid black;
}
.wp_bkd {
	background:url(icons/curly_brace.png) 10px center/15px 85% no-repeat;
}

.wp_diagram1 span.wp_answer, .wp_array td:first-child span.wp_answer, .wp_diagram2 span.wp_answer {
  float: none;
  width: auto;
  padding-left:1px;
  padding-right:1px;
}


.wp_diagram table.wp_diagram2 tr:first-child + tr td {
  width: 10%;
}
.wp_diagram table.wp_diagram2 td:last-child .wp_answer {
  text-align: left;
  padding-left:20px;
}

.wp_diagram2 td, .wp_diagram2 tr:first-child + tr td {
/*   width: 10%; */
}
.wp_diagram2 tr:first-child + tr td:first-child {
/*   width: 20%; */
}
.wp_diagram2 tr:first-child + tr td { width: 10%; }
.wp_diagram2 td:first-child {
/*   width: 20%; */
}

/******/


/************************/

.readMore {
/*   float: left; */
  color: orange;
  cursor: pointer;
}
.readMoreContent {
  width: 94%;
  background: #EEE;
  padding: 0px 20px;
  margin-bottom: 0px;
  height: 0;
    overflow:hidden;
  
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

.supportEmailLarge { display: block; }
.supportEmailSmall { display: none; }


.bannerContent > div {
  float: right;
  line-height:2.1em;
}
.belowGameSelfAd{
	width:764px;
	height:120px;
	display:block;
	margin-top:40px;
	}
.workshopPageLogo{
	width:225px;float:left;padding:0px 0px 0px 150px;
	}
.rightWorkshopTextInner{
	background:#f2f2f2;
	padding:20px;
	width:100%;
	box-sizing:border-box;
	}
	.rightWorkshopHeader{
		width:55%;
		display:inline-block;
		box-sizing:border-box;
/* 		float: left; */
		padding-right:110px;
		}
	.leftWorkshopHeader{
		width:45%;
		display:inline-block;
		box-sizing:border-box;
		float:left;

		}
	.virtualTitle{
	font-size:2.3em;
	font-weight:900;
	font-family:'Arial-BoldMT';
	margin-top:17px;
	color:#222;
	}
	.workshopsText{
		font-size:1.3em;
		margin-top:10px;
		}
	.workshopsOrange{
		color:#ff7b00;
		}
	.whyTangLogo{
		width:125px; float:left; text-align:center; margin:0px 10px 0px 0px;		
		}
	.show1023{
		display:none;
		}
	.workshopsText{
		font-size:1em;
		text-align:center;
		}
	.workshopPageLogo{
			width:180px;
			float:left;
			padding:5px 0px 0px 35px;
		}
	.rightWorkshopHeader{
		width:69%;
		padding-left:35px;
		padding-right:0px;
		}
	.leftWorkshopHeader{
		width:30%
		}
	.virtualTitle{
		font-size:2.1em;
		}
	.whyTangLogo{
		margin:20px 10px 0px 0px;	
		}
		
@media screen and (min-width: 1024px) {
  
  
}

/* TABLET & MOBILE */
@media screen and (max-width: 1023px) {
	.hide1023{
		display:none;
		}
	.show1023{
		display:inline-block;
		}
  #header, #nav ul, .content, .content:first-child, .footerContent {
    max-width: 654px;
  }
  #headerMobile {
    min-width: 100%;
  }
  .belowGameSelfAd{
	  display:none;
  }
 .buttonLink {
  	max-width:654px;
  	margin: 0 auto;
  	float:none;
  }

  .carousel {
    width: 100%;
  }
  
  .sidebar {
    margin-top: 40px;
  }

  .sidebar, .leftContent, .homeContainer, .sidebarKS{
    max-width: 654px;
    width: 100%;
    margin:0 auto;
    float: none;
  }
  
  .sidebarMP {
/*     width: 200px; */
	display: none;
  }
  .miniSidebarAd {
	display:none;  
	}
  
  .tabletHide {
    display: none;
  }
  .headerRight {
    max-width: 260px;
  }
  .headerRight table {
    float: right;
  }
  .headerRight table tr:first-child {
    width: 250px;
  }
  .headerRight table td {
    text-align: right;
  }
  
  .supportEmailLarge { display: none; }
  .supportEmailSmall { display: block; }
  
  .desktopOnly {
    display: none;
  }
  .mobileOnly {
    display: block;
  }
  
  .content {
    text-align: center;
  }
  .sidebarSmall {
    float: left;
    width: 100%;
    max-width: 680px;
    margin: 20px auto 0;
  }
  .googleAdLarge:last-child {
    float: right;
  }
  
  .subMenu1Container > div {
    width: 50%;
    max-height: 350px; 
  }
  
  .googleAd {
    float: left;
  }
  .adContainer .googleAd:nth-child(2) {
    float: right;
  }

  .rightContent {
    text-align: left;
  }
  .rightContentMP {
	max-width:100%;
    text-align: left;
  }
  #frequentQuestions {
    text-align: left;
  }
  
  .homeContainer {
    text-align: left;
  }
  
  .fullWidthOnDesktop {
    width: 100%;
  }
  .bannerContentBoston {
	  display:block;
	}
  .faqSection {
  	max-width:588px;
  	width:90%;
  	text-align:left;
  	margin:0px auto;
  	padding:0px 15px;
  }
   .workshopFaqSection {
  	max-width:984px;
  	width:90%;
  	text-align:left;
  	margin:0px auto;
  	padding:0px 15px;
  } 
   .workshopFeedbackBox {
   	text-align:left;
   	width: 90%;
   	padding: 0px 2% 10px;
   }
   .lowerWorkshopImages {
   	width:45%; 
  	max-height: none; 
  	margin: 0 2.5%;
  	max-width:325px;
   }

 
   .mathPlusPresenterDiv {
	font-size: .7em;
}
	.workshopsText{
		font-size:1em;
		text-align:center;
		}
	.workshopPageLogo{
			width:180px;
			float:left;
			padding:5px 0px 0px 45px;
		}
	.rightWorkshopHeader{
		width:69%;
		padding-left:35px;
		padding-right:0px;
		}
	.leftWorkshopHeader{
		width:30%
		}
	.virtualTitle{
		font-size:2.1em;
		}
	.whyTangLogo{
		margin:20px 10px 0px 0px;	
		}
}

@media screen and (max-width: 840px) {
  #header, #headerMobile, #mobileSocialBar, #nav ul, .content, .content:first-child, .footerContent {
    max-width: 95%;
  }
}

/* MOBILE ONLY */
@media screen and (max-width: 758px) {
  #headerMobile {
    display: block;
  }
  #header, #nav, .content:first-child {
    display: none;
  }

  #mobileSocialBar {
    display: block;
  }
  
  .homeContainer .iconLabel {
    font-size: 12px;
  }
  .homeContainer .gamesIconLabel {
    font-size: 12px;
    min-height:36px;
  } 
  .homeContainer figure {
    max-width: 20%;
  }
  
  .footerContent .socialIcons img {
    max-width: 25px;
    max-height: 20px;
  }
  
  .desktopAndTabletOnly {
    display: none;
  }
  .smallMobileOnly {
    display: block;
  }

  .leftContent {
    min-width: 95%;
    width: 95%;
    max-width: 95%;
    float: none;
    margin: 0 auto;
  }
  
  .footer {
    font-size: 13px;
    height: 200px;
/*     display: flex; */
/*     text-align: center; */
  }
  .footerContentDiv {
    width: 45%;
    margin-top: 15px;
  }
  .footerContentDiv:first-child + .footerContentDiv {
    margin-left: 10%;
  }
  
.bannerGigsLeft {
	max-width: 235px;
	width: 100%;
	text-align: center;
	float:left;
	margin-top: 0px;

}
.bannerGigsRight {
	max-width: 392px;
	width: 100%;
	text-align: center;
	float:left;
}
  
  .resourcesContent {
    width: 100%;
    font-size: 13px;
  }
  #GregCalendar {
    font-size: 12px;
  }
  .firstCalendarTR td:nth-child(2) {
    font-size: 12px;
  }
  
  .gigsQuotesContainer {
    font-size: 12px;
  }
  .gigsQuotesContainer > img {
    width: 100%;
  }
  
  .gigsTable {
  border-collapse: collapse;
  max-height: 100px;
  width: 58%;
  float:left;
}
.gigsTable td {
  border: 3px solid black;
  background:white;
  height: 50%;
  width: 50%;
}
.gigsTable td:hover{

	}
.gigsTable img {
  width:94%;
  margin: 3.7% 3%;
}
.gigsTable img:hover {
  width:99%;
  margin: 0 0.5%;
}
.gigsTable a {
	width: 100%;
	height: 100%;
}
.gigsPhoto {
	box-sizing:border-box;
	margin-right:0px; 
	border-top: solid 3px black;
	border-bottom: solid 3px black;
	border-right: solid 3px black;
	width:39.6%;
	float:left;
	max-height:193px;
	margin-left:-0.1px;
	}
  
  .m_table {
    font-size: 12px;
  }
  .m_table .resourcesButton {
    font-size: 10px;
    width: 60px;
  }
  
  .sidebarMP {
    display: none;
  }
  .rightContent {
    text-align: left;
    max-width: 95%;
    width: 95%;
  }
  .rightContentMP {
    text-align: left;
    max-width: 100%;
/*     width: 95%; */
  }
  #frequentQuestions {
    width: 95%;
    margin: 0 auto;
    text-align: left;
  }
  .buttonInfo, .buttonOrangeDownloads {
    font-size: 10px;
    width: 50px;
    height: 24px;
    max-height: 24px;
    padding: 0;
    margin: 0;
    line-height: 20px;
  }
  .buttonWorkshopDetails {
	font-size: 10px;
    width: 80px;
    height: 24px;
    max-height: 24px;
    padding: 0;
    margin: 0;
    line-height: 20px;
  }
  .buttonWorkshopPending {
	font-size: 10px;
    width: 80px;
    height: 24px;
    max-height: 24px;
    padding: 0;
    margin: 0;
    line-height: 20px;
	}


  .bannerContent > div {
    float: none;
    margin: 0 auto;
  }
  .mathPlusPresenterDiv {
	font-size: .6em;
  }

	.quickLink3{
		max-width:33%;
		}
	.quickLink4{
		max-width:24.8%;
		}
	.rightWorkshopText{
		width:100%;
		}
	.workshopPageLogo{
		width:180px;
		float:left;
		padding:10px 0px 0px 10px;
	}
	.virtualTitle{
	font-size:1.7em;
	font-weight:900;
	}
		.workshopsText{
		font-size:.9em;
		text-align:center;
		}
}

@media screen and (max-width: 654px) {
  #headerMobile, #mobileSocialBar, #navMobile, #navMobile ul, #navMobile li, .content, .homeContainer, .footer {
/*     min-width: 654px; */
  min-width: 100%;
  max-width: 100%;
  }

  .adContainer .googleAd {
    width: 100%;
    margin: 0 auto;
  }
  .adContainer .googleAd:nth-child(2) {
    float: left;
  }
  
  .resourcesContentRight, .resourcesContentLeft {
/*     width: 85%; */
    text-align: center;
    margin: 10px auto 0;
    float: none;
  }

  .sidebarMP {
    display: none;
  }
  .rightContent {
    width: 95%;
    text-align: left;
  }
  .rightContentMP {
    width: 100%;
    text-align: left;
  }
  .bannerContent > div {
    margin-top: 20px;
  }
  
  .actionTitle {
    font-size: 25px;
  }
  .actionButton {
    width: 100px;
    font-size: 16px;
    padding: 5px 25px;
  }
    .hideMobile {
	display:none;
  }
    .gigsPhoto {
	width:41.5%;
	}
}

@media screen and (max-width: 650px) {
  .carousel {
/*     height: auto; */
  }
  .carousel img {
/*     width: 100%; */
  }
  .quickLink{
		font-size:.8em;
		}
	.quickLink4{
		max-width:24.7%;
		}
  }
  
}