@import url(//fonts.googleapis.com/css?family=Raleway:100,400,700);
html, body {
  margin: 0;
  padding: 0; }

body {
  background: #292929;
  color: white;
  background: white;
  color: black;
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 13px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway';
  font-weight: 100; }

h1 {
  text-align: center; }

h2 {
  margin: 0; }

h3 {
  margin: 0;
  font-family: 'Raleway';
  font-weight: bold;
  font-size: inherit;
  color: #333333; }

h4 {
  font-weight: 700;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  width: 100%; }
  table tbody tr {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s; }
    table tbody tr.hover, table tbody tr.active {
      background: #efefef;
      transition: background 0.5s;
      -moz-transition: background 0.5s;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s; }
  table thead tr {
    background: #efefef; }
    table thead tr th:first-child {
      border-top-left-radius: 8px; }
    table thead tr th:last-child {
      border-top-right-radius: 8px; }
    table thead tr:last-child {
      border-bottom: 1px solid #d0d0d0; }
  table td, table th {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px; }
  table th {
    font-weight: bold;
    text-align: left; }
  table td.input-cell {
    padding: 0; }
    table td.input-cell input {
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 12px;
      padding-right: 12px;
      width: 100%;
      box-sizing: border-box;
      border: none; }

table.editable td {
  cursor: pointer; }
table.editable tr.editable-editing td {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 20px; }

.bulk-add {
  margin-top: 1em; }
  .bulk-add textarea {
    min-width: 500px;
    min-height: 300px; }

table.with-rotated-headers {
  width: auto;
  border-collapse: collapse; }
  table.with-rotated-headers thead th {
    text-align: left;
    white-space: nowrap;
    height: 125px;
    width: 50px;
    padding: 0; }
    table.with-rotated-headers thead th div {
      width: 50px;
      transform: translate(31px, 34px) rotate(315deg); }
      table.with-rotated-headers thead th div span {
        border-bottom: 1px solid #d0d0d0;
        padding: 10px 0;
        display: inline-block;
        width: 140px;
        max-width: 140px;
        overflow: hidden; }
  table.with-rotated-headers thead tr th:first-child div {
    transform: translate(71px, 34px) rotate(315deg); }
  table.with-rotated-headers td {
    width: 50px;
    max-width: 50px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #d0d0d0; }
  table.with-rotated-headers tbody th:first-child, table.with-rotated-headers thead th:first-child {
    width: 90px;
    box-sizing: border-box; }

.button, input.button, input[type=button], .toolbar-button-left, .toolbar-button-right, .toggle-switch-left, .toggle-switch-right, .toggle-switch-middle {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: inherit;
  padding: 4px 12px;
  text-decoration: none; }
  .button:hover, input[type=button]:hover, .toolbar-button-left:hover, .toolbar-button-right:hover, .toggle-switch-left:hover, .toggle-switch-right:hover, .toggle-switch-middle:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none; }
  .button.button-dangerous, input.button-dangerous[type=button], .button-dangerous.toolbar-button-left, .button-dangerous.toolbar-button-right, .button-dangerous.toggle-switch-left, .button-dangerous.toggle-switch-right, .button-dangerous.toggle-switch-middle {
    background: #ff0000;
    color: white; }

input.button, input[type=button], input.toolbar-button-left, input.toolbar-button-right, input.toggle-switch-left, input.toggle-switch-right, input.toggle-switch-middle, input[type=button] {
  border: 1px solid #cccccc !important;
  box-shadow: none; }
  input.button.button-large, input.button-large[type=button], input.button-large.toolbar-button-left, input.button-large.toolbar-button-right, input.button-large.toggle-switch-left, input.button-large.toggle-switch-right, input.button-large.toggle-switch-middle, input[type=button].button-large {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

.toolbar-button-left {
  margin-left: 4px; }

.toolbar-button-right {
  float: right;
  display: block;
  margin-top: 4px;
  margin-left: 4px; }

.toggle-switch-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0; }

.toggle-switch-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0; }

.toggle-switch-middle {
  border-radius: 0;
  margin-right: 0;
  margin-left: 0; }

.toggle-switch-inactive {
  background: #cccccc; }

.button-inactive {
  background: #cccccc; }

#site-body {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border-radius: 8px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 0 4px 0 #ccc;
  -webkit-box-shadow: 0 0 4px 0 #ccc;
  box-shadow: 0 0 4px 0 #ccc;
  position: relative; }

#site-body header {
  padding: 8px;
  background: #3e4859;
  background-image: linear-gradient(#3e4859, #233143);
  background-image: -webkit-linear-gradient(#3e4859, #233143);
  background-image: -moz-linear-gradient(#3e4859, #233143);
  background-image: -o-linear-gradient(#3e4859, #233143);
  background-image: -ms-linear-gradient(#3e4859, #233143);
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 30px; }

#site-body main {
  position: relative;
  height: 520px;
  width: 100%;
  overflow-y: auto;
  display: block; }

#site-body footer {
  background: #eaeaff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 8px;
  height: 20px; }

#site-body .left-region {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  overflow-y: auto; }

#site-body .left-region-expanded {
  right: 0; }

#site-body .right-region {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  border-left: 1px solid #cccccc;
  overflow-y: auto;
  display: none;
  background: #fafafa;
  padding: 8px; }

#site-body .right-region-expanded {
  display: block; }

#site-body .right-region-placeholder {
  text-align: center;
  margin-top: 4em; }

nav#primary-navigation {
  background: #233143;
  background-image: linear-gradient(#233143, #3e4859);
  background-image: -webkit-linear-gradient(#233143, #3e4859);
  background-image: -moz-linear-gradient(#233143, #3e4859);
  background-image: -o-linear-gradient(#233143, #3e4859);
  background-image: -ms-linear-gradient(#233143, #3e4859);
  color: white;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 2em; }
  nav#primary-navigation ul {
    width: 940px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: right;
    padding-left: 1em;
    padding-right: 1em; }
  nav#primary-navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline; }
    nav#primary-navigation li a {
      text-decoration: none;
      color: inherit;
      font-family: 'Raleway';
      font-weight: 100; }
    nav#primary-navigation li.active {
      border: 1px solid white;
      border-radius: 8px;
      background: #3E4859; }

input.search, input[type=search] {
  border: 1px solid black;
  border-radius: 18px;
  padding: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  min-width: 150px; }

.clearer {
  clear: both;
  height: 0;
  line-height: 0; }

@media (max-device-width: 1024px) {
  #site-body {
    width: auto;
    border-radius: 0;
    border: none;
    box-shadow: none; }
    #site-body header {
      border-radius: 0;
      background: none; }
      #site-body header h2 {
        background: #3e4859;
        background-image: linear-gradient(#3e4859, #233143);
        background-image: -webkit-linear-gradient(#3e4859, #233143);
        background-image: -moz-linear-gradient(#3e4859, #233143);
        background-image: -o-linear-gradient(#3e4859, #233143);
        background-image: -ms-linear-gradient(#3e4859, #233143);
        border-radius: 20px;
        width: 60%;
        padding: 4px;
        margin-left: auto;
        margin-right: auto; }

  h1 {
    margin-bottom: 0; } }
#new-school-form h2 {
  font-weight: bold;
  margin-top: 1em; }

#cost-box {
  width: 200px;
  float: left;
  margin-right: 20px; }
  #cost-box table {
    width: 100%; }
  #cost-box #discount-code {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px; }
  #cost-box tr#total-row {
    border-bottom: none; }
    #cost-box tr#total-row th {
      text-align: right; }

#payment-form .validation-fail {
  border-color: #cc0000;
  background: #fff0f0; }
#payment-form .form-row {
  margin-bottom: 5px; }

.price-column {
  width: 5em;
  text-align: right; }

input[type=text], input[type=tel] {
  width: 400px;
  padding: 8px;
  border: 1px solid #cccccc;
  border-radius: 8px; }

#payment-form input[type=tel] {
  width: 200px; }

.submit-row {
  clear: both;
  padding-top: 20px;
  text-align: center; }

p.explanation {
  margin-top: 2px;
  font-size: 0.9em;
  padding-left: 9px;
  padding-right: 9px;
  width: 400px; }

/*# sourceMappingURL=new.css.map */
