@charset "UTF-8";
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013ΓÇô2014 thoughtbot, inc.
 * MIT License */
/*$sans-serif: $helvetica;
$serif: $georgia;*/
/* Font-face ripped from bourbon.
 * Order of the includes matters, and it is: normal, bold, italic, bold+italic.
 * Example: @include font-face(SourceSansPro, "/fonts/Source_Sans_Pro/SourceSansPro-Italic", normal, italic);
*/
/*CSS triangle
 *First direction ('u','d','l','r')
 *Color of triangle
 *one parameter for equilateral triangle
 *two for isocles
 *three all different
*/
/* line 1, ../sass/base/_typography.scss */
.classroomgames {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
/* line 9, ../sass/base/_typography.scss */
.classroomgames h1,
.classroomgames h2,
.classroomgames h3,
.classroomgames h4,
.classroomgames h5,
.classroomgames h6 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}
/* line 21, ../sass/base/_typography.scss */
.classroomgames h1 {
  font-size: 2.25em;
}
/* line 25, ../sass/base/_typography.scss */
.classroomgames h2 {
  font-size: 2em;
}
/* line 29, ../sass/base/_typography.scss */
.classroomgames h3 {
  font-size: 1.75em;
}
/* line 33, ../sass/base/_typography.scss */
.classroomgames h4 {
  font-size: 1.5em;
}
/* line 37, ../sass/base/_typography.scss */
.classroomgames h5 {
  font-size: 1.25em;
}
/* line 41, ../sass/base/_typography.scss */
.classroomgames h6 {
  font-size: 1em;
}
/* line 45, ../sass/base/_typography.scss */
.classroomgames p {
  margin: 0 0 0.75em;
}
/* line 49, ../sass/base/_typography.scss */
.classroomgames a {
  /*@include transition(color 0.1s linear);*/
  color: #477DCA;
  text-decoration: none;
}
/* line 54, ../sass/base/_typography.scss */
.classroomgames a:hover {
  color: #2c5999;
}
/* line 58, ../sass/base/_typography.scss */
.classroomgames a:active, .classroomgames a:focus {
  color: #2c5999;
  outline: none;
}
/* line 64, ../sass/base/_typography.scss */
.classroomgames hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}
/* line 72, ../sass/base/_typography.scss */
.classroomgames img,
.classroomgames picture {
  margin: 0;
  max-width: 100%;
}
/* line 78, ../sass/base/_typography.scss */
.classroomgames blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}
/* line 85, ../sass/base/_typography.scss */
.classroomgames cite {
  color: #737373;
  font-style: italic;
}
/* line 89, ../sass/base/_typography.scss */
.classroomgames cite:before {
  content: "\2014 \00A0";
}

/* line 2, ../sass/base/_forms.scss */
.classroomgames fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}
/* line 9, ../sass/base/_forms.scss */
.classroomgames input,
.classroomgames label,
.classroomgames select {
  display: block;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
}
/* line 17, ../sass/base/_forms.scss */
.classroomgames label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
/* line 21, ../sass/base/_forms.scss */
.classroomgames label.required:after {
  content: "*";
}
/* line 25, ../sass/base/_forms.scss */
.classroomgames label abbr {
  display: none;
}
/* line 31, ../sass/base/_forms.scss */
.classroomgames select[multiple=multiple] {
  /*  @include box-sizing(border-box);*/
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
/* line 44, ../sass/base/_forms.scss */
.classroomgames select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 48, ../sass/base/_forms.scss */
.classroomgames select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}
/* line 55, ../sass/base/_forms.scss */
.classroomgames textarea {
  resize: vertical;
}
/* line 59, ../sass/base/_forms.scss */
.classroomgames input[type="search"] {
  /*  @include appearance(none);*/
}
/* line 63, ../sass/base/_forms.scss */
.classroomgames input[type="checkbox"],
.classroomgames input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}
/* line 69, ../sass/base/_forms.scss */
.classroomgames input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}
/* line 74, ../sass/base/_forms.scss */
.classroomgames select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

/* line 2, ../sass/base/_tables.scss */
.classroomgames table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}
/* line 9, ../sass/base/_tables.scss */
.classroomgames th {
  /* border-bottom: 1px solid darken($base-border-color, 15);*/
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}
/* line 16, ../sass/base/_tables.scss */
.classroomgames td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}
/* line 21, ../sass/base/_tables.scss */
.classroomgames tr,
.classroomgames td,
.classroomgames th {
  vertical-align: middle;
}

/* line 2, ../sass/base/_lists.scss */
.classroomgames ul,
.classroomgames ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 21, ../sass/base/_lists.scss */
.classroomgames dl {
  margin-bottom: 0.75em;
}
/* line 24, ../sass/base/_lists.scss */
.classroomgames dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
/* line 29, ../sass/base/_lists.scss */
.classroomgames dl dd {
  margin: 0;
}

/* line 1, ../sass/base/_buttons.scss */
button,
input[type="submit"] {
  /* @extend %button;*/
  /*@include appearance(none);*/
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 1, ../sass/base/_basic.scss */
.floatLeft {
  float: left;
}

/* line 2, ../sass/base/_basic.scss */
.floatRight {
  float: right;
}

/* line 3, ../sass/base/_basic.scss */
a {
  outline: 0 !important;
}

/* line 4, ../sass/base/_basic.scss */
.rel {
  position: relative;
}

/* line 5, ../sass/base/_basic.scss */
.abs {
  position: absolute;
}

/* line 6, ../sass/base/_basic.scss */
.autoMargin {
  margin: auto;
}

/* line 7, ../sass/base/_basic.scss */
.bold {
  font-weight: bold;
}

/* line 8, ../sass/base/_basic.scss */
.center {
  text-align: center;
}

/* line 9, ../sass/base/_basic.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 10, ../sass/base/_basic.scss */
.hundred {
  width: 100%;
}

/* line 11, ../sass/base/_basic.scss */
.pointer {
  cursor: pointer;
}

/* line 12, ../sass/base/_basic.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 17, ../sass/base/_basic.scss */
.cssTxt {
  text-indent: -10000px;
}

/* line 18, ../sass/base/_basic.scss */
.block {
  display: block;
}

/* line 21, ../sass/base/_basic.scss */
.blockLink {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
}
/* line 24, ../sass/base/_basic.scss */
.blockLink:hover {
  background-position: left bottom;
}

/* line 26, ../sass/base/_basic.scss */
a.blockLink:hover {
  background-position: left bottom;
}

/* line 27, ../sass/base/_basic.scss */
.clear {
  clear: both;
}

/* line 12, ../sass/classroomgames.scss */
.classroomgames {
  width: 960px;
  background: #E2F4FE;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
  border: 1px solid #c7d5db;
  margin-left: -20px;
}
/* line 24, ../sass/classroomgames.scss */
.classroomgames header {
  background: url("../images/top_banner.jpg");
  height: 432px;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
}
/* line 30, ../sass/classroomgames.scss */
.classroomgames header .sponsorerd {
  color: #636466;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  left: 24px;
  top: 0px;
}
/* line 38, ../sass/classroomgames.scss */
.classroomgames header .burst {
  font-family: "Comfortaa", cursive;
  -ms-transform: rotate(346deg);
  -moz-transform: rotate(346deg);
  -webkit-transform: rotate(346deg);
  transform: rotate(346deg);
}
/* line 44, ../sass/classroomgames.scss */
.classroomgames header .burst .yt {
  font-size: 110px;
  color: #fff200;
  font-weight: bolder;
  margin-top: -65px;
  position: absolute;
  left: 22px;
}
/* line 52, ../sass/classroomgames.scss */
.classroomgames header .burst .wt {
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 61px;
  left: 29px;
}
/* line 60, ../sass/classroomgames.scss */
.classroomgames header .ohfish {
  color: #fff !important;
  line-height: 4.8;
  font-size: 16px;
  margin-left: -99px;
}
/* line 65, ../sass/classroomgames.scss */
.classroomgames header .ohfish a {
  color: #fff !important;
  font-family: "Comfortaa", cursive;
}
/* line 68, ../sass/classroomgames.scss */
.classroomgames header .ohfish a:hover {
  text-decoration: underline !important;
}
/* line 74, ../sass/classroomgames.scss */
.classroomgames .centro {
  width: 400px;
  margin: 0 auto;
  font-size: 54px;
  line-height: 1;
  padding-top: 61px;
  margin-left: 245px;
  color: #fff200;
  font-family: "Comfortaa", cursive;
}
/* line 84, ../sass/classroomgames.scss */
.classroomgames .entro {
  font-family: "Comfortaa", cursive;
  color: #fff;
  font-size: 23px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  padding-top: 33px;
  margin-left: -77px;
}
/* line 93, ../sass/classroomgames.scss */
.classroomgames .entro .ye {
  color: #fff200 !important;
}
/* line 95, ../sass/classroomgames.scss */
.classroomgames .entro .ye a {
  color: #fff200 !important;
  text-decoration: none !important;
}
/* line 98, ../sass/classroomgames.scss */
.classroomgames .entro .ye a:hover {
  text-decoration: underline !important;
}
/* line 102, ../sass/classroomgames.scss */
.classroomgames .entro .ye .arrow {
  padding-left: 10px;
}
/* line 107, ../sass/classroomgames.scss */
.classroomgames .midway {
  background: url("../images/bottom_sectionbg.jpg");
  background-repeat: no-repeat;
  height: 876px;
  width: 100%;
  position: relative;
}
/* line 113, ../sass/classroomgames.scss */
.classroomgames .midway .photocredit {
  font-size: 9px;
  position: absolute;
  left: 89px;
  top: 707px;
}
/* line 119, ../sass/classroomgames.scss */
.classroomgames .midway article.foot {
  font-size: 9px;
  width: 904px;
  margin: 0 auto;
  margin-top: 530px !important;
  color: #fff;
  position: absolute;
  padding: 34px;
  line-height: 1.3;
}
/* line 129, ../sass/classroomgames.scss */
.classroomgames .midway .secondhalf {
  width: 83%;
  margin: 0 auto;
  padding-top: 34px;
  margin-left: 91px;
}
/* line 134, ../sass/classroomgames.scss */
.classroomgames .midway .secondhalf a {
  color: #23b3ef;
}
/* line 136, ../sass/classroomgames.scss */
.classroomgames .midway .secondhalf a:hover {
  text-decoration: underline;
}
/* line 140, ../sass/classroomgames.scss */
.classroomgames .midway .secondhalf h1 {
  font-size: 33px !important;
  color: #00aeef !important;
  font-family: "Comfortaa", cursive !important;
  margin-top: 6px;
  display: inline-block;
  word-spacing: -4px;
  -webkit-font-smoothing: antialiased;
}
/* line 149, ../sass/classroomgames.scss */
.classroomgames .midway .secondhalf p.funk {
  color: #223e99;
  font-size: 20px !important;
  padding-top: 10px;
  font-family: "Comfortaa", cursive;
}
/* line 157, ../sass/classroomgames.scss */
.classroomgames img {
  border: 0 none;
}
/* line 158, ../sass/classroomgames.scss */
.classroomgames a {
  outline: none;
}
/* line 160, ../sass/classroomgames.scss */
.classroomgames nav ul,
.classroomgames nav li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=classroomgames.css.map */
