

* {
    box-sizing: border-box;
    margin: 0;
    outline: none;
}

.skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

.skiptocontent a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #7F1A00;
    outline: 0;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    margin: 0;
    font-size: 1em;
    background-color: #F3F3F3;
    color: #252525;
}

button:hover {
    cursor: pointer;
}

h1 {
    font-size: 3.25em;
    font-weight: bold;
}

h2 {
    font-size: 2em;
    margin: 1em 0 0.25em 0;
    font-weight: bold;
}

h3 {
    font-size: 1.3em;
    margin: 1em 0 0.25em 0;
}

h4 {
    margin: 1em 0 0.25em 0;
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: white;
    /* border: 1px solid #e1e1e8; */
    white-space: pre-wrap;
}

pre {
    display: block;
    line-height: 20px;
    padding: 2px 4px;
    color: #ce291a;
    background-color: white;
    border: 1px solid #e1e1e8;
    white-space: nowrap;
}

pre code {
    border: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: #045C86;
}


p {
    font-size: 1em;
    margin-bottom: 4px;
}

small {
    display: block;
}

fieldset {
    border: none;
    padding: 0;
}

[class*="col-"] {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    width: 100%;
    background-color: white;
}

th, td {
    text-align: left;
    padding: 8px;
}

th {
    background-color: #045C86;
    color: white;
}

.indexContainer {
    width:75%;
}

.actionHeader {
    background-color: #045C86;
    color: white;
    text-shadow: 1px 1px #666;
    padding-left: 5px;
}

.outermostContainer {
    width: 100%;
    box-sizing: content-box; /*allows padding to have background color*/
    overflow: auto;
}

.headerNavBarBackground {
    text-align: center; /*centers headerNavBar*/
    width: 90%;
    margin: 0 auto;
}

.headerNavBar {
    background-color: #252525;
    text-align: center;
}

.headerNavBar ul {
    list-style-type: none;
    display: inline-block;
}

.headerNavBar li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    border-right: 1px solid #666;
    margin: 0;
}

.headerNavBar li:first-child {
    padding-left: 0;
    border: none;
}

.headerNavBar li:last-child {
    border: none;
}

.headerNavBar a {
    text-decoration: none;
    color: white;
}

.headerNavBar a:hover {
    color: #2386B6;
}

.headerNavBar img {
    vertical-align: sub;
    margin-right: 4px;
}

#homePageLink {
    font-size: 2.5em;
}

#searchForm {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
}

#searchFormInput {
    font-size: .75em;
    height: 100%;
    vertical-align: top;
    border: none;
    margin-left: 5px;
    padding-left: 6px;
    border-radius: 8px 0 0 8px;
    width: 220px;
}

#searchFormButton {
    font-size: 0.9em;
    font-weight: 200;
    height: 100%;
    vertical-align: top;
    border: none;
    border-radius: 0 8px 8px 0;
    background-color: #045C86;
    color: white;
}

#searchFormButton:hover {
    cursor: pointer;
    background-color: #1B8ABD;
}

#signInButton {
    margin-left: 15px;
    border-radius: 8px 0 0 8px;
    border-left: none;
}

#signUpButton {
    border-radius: 0 8px 8px 0;
    border-left: solid 1px white;
}

.navBarAccountButton {
    font-size: 0.9em;
    font-weight: 200;
    height: 30px;
    vertical-align: middle;
    background-color: #045C86;
    color: white;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.navBarAccountButton:hover {
    background-color: #1B8ABD;
}

.pageHeader {
    position: relative;
    color: white;
    background-color: #045C86;
    overflow: auto;
    text-align: center;
}
.pageHeaderText{
    position: absolute;
    bottom: 0;
    background-color: rgba(4,92,134,.786);
    width: 100%;
    padding: .5em;
}

.pageHeader h1 {
    text-shadow: 1px 1px #666;
    display: block;
}

.pageHeader a {
    color: #ade6fe;
    text-decoration: underline;
}

.pageHeader p {
    font-size: 1.1em;
    display: inline-block;
}

#donateButton {
    display: inline-block;
    margin-left: 20px;
    vertical-align: sub; /*it just works*/
}

.fb-like {
    margin-left: 20px;
    vertical-align: top;
}

.bodyContainer {
    margin: 1em auto 5em auto;
}

.bodyContainer {
    text-align: justify;
}

.bodyContainerHOC {
    margin: 0 auto;
    text-align: justify;
}

.homePageButtonListItem {
    padding: 0 4px 4px 0;
    display: inline-flex; /*no idea what this is, but it works*/
    opacity: 0.9;
    margin: 0;
}

.homePageButton {
    padding: 16px 0;
    display: inline-block;
    background-color: #045C86;
    color: white;
    text-align: center;
    overflow: auto;
    line-height: 40px;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1em;
    border-radius: 16px;
    transition-timing-function: ease-in;
    box-shadow: 0 0 4px 1px #A0A0A0;
}

.homePageButtonListItem:hover {
    transition-duration: .2s;
    opacity: 1;
}

.fullWidthButton {
    width: calc(100% - 4px);
    border-radius: 16px;
    background-color: #E4E4E4;
    text-align: center;
    opacity: 0.9;
    box-shadow: 0 0 4px 1px #A0A0A0;
    margin: 4px 0 0 0;
    list-style-type: none;
}

.fullWidthButton:hover {
    transition-duration: .2s;
    opacity: 1;
}

.fullWidthButton a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 16px 0;
    font-size: 1.75em;
    font-weight: 600;
}

#frontPageIde {
    margin-top: 8px;
}

.ideLeftSide {
    display: inline-block;
    width: 50%;
    background-color: #045C86;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 2px 0px rgb(102, 102, 102);
}

.ideCanvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: rgba(3, 59, 86, 0.9);
    width: 100%;
    vertical-align: bottom;
    outline: none;
}

.ideCanvasRight {
    width: 100%;
    margin-top: 1em;
}

.ideHourOfCodeLeftSide {
    display: inline-block;
    width: 50%;
    background-color: #7F5C00;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 2px 0px rgb(102, 102, 102);
}

.ideHourOfCode {
    color: white;
    position: relative; /*constrains child elements with position:absolute*/
    margin-top: 1em;
}

.ide {
    color: white;
    position: relative; /*constrains child elements with position:absolute*/
    margin-top: 1em;
}

.ideTitleHourOfCode {
    text-shadow: 1px 1px #666;
    font-size: 1.5em;
    display: inline-block;
    margin: 4px 0;
    text-align: center;
}

.hourOfCodeIDELabel {
    display: block;
    color: #EEEEEE;
    margin: 0;
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #002233;
}

.allInOneIde {
    background-color: #045C86;
    color: white;
    position: relative;
    overflow: hidden;
    margin-top: 1em;
    box-shadow: 0px 0px 2px 0px #666;
}

.ideInput {
    display: block;
    position: relative;
    resize:none;
    font-family: Menlo, monospace;
    text-align: left;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;	
    overflow:-moz-scrollbars-vertical;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px lightgrey;
    margin: 0;
    padding: 4px;
    overflow: auto;
    width: 100%;
    height: 20em;
    font-size: .8em;
}

.allInOneIdeInput {
    display: block;
    position: relative;
    resize:none;
    font-family: Menlo, monospace;
    text-align: left;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;	
    overflow:-moz-scrollbars-vertical;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px lightgrey;
    margin: 0;
    padding: 4px;
    overflow: auto;
    width: 100%;
    font-size: .9em;
    height: 23em;
}

.ideTitle, .allInOneIdeTitle {
    padding: 0 6px 0 12px;
    margin: 0;
}

.allInOneIdeSubtitle, .ideSubtitle {
    padding: 4px 6px 4px 12px;
}

.ideTitle {
    text-shadow: 1px 1px #666;
    font-size: 1.5em;
    display: inline-block;
    margin: 4px 0;
}

.ideDropDownMenu, .allInOneIdeDropDownMenu {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40%;
    font-size: 0.8em;
    padding: 2px 0;
    border: solid 1px white;
    color: #252525;
    border-radius: 4px;
}

.ideButton, .allInOneIdeButton {
    width: 100%;
    border: none;
    vertical-align: top;
    padding: 0;
    display: block;
    background-color: #04862d;
    color: white;
    font-size: 1em;
    text-shadow: 1px 1px 1px #666;
    cursor: pointer;
    padding: 10px 0;
}

.ideButton:hover, .allInOneIdeButton:hover {
    background-color: #036f25;
    transition-duration: 0.2s;
}

.fileBar{
    background-color: rgba(3, 59, 86, .90);
}

.fileBarButton {
    width: 15%;
    border-width: 0px 1px 0px 0px;
    vertical-align: top;
    padding: 0;
    display: inline-block;
    background-color: rgba(3, 59, 86, .90);
    color: white;
    font-size: 1em;
    text-shadow: 1px 1px 1px #666;
    cursor: pointer;
    padding: 5px 0;
}

.fileBarButton:hover {
    background-color: #045C86;
    transition-duration: 0.2s;
}

.BuildButton {
    width: 100%;
    border-color: darkseagreen;
    vertical-align: top;
    padding: 0;
    display: block;
    background-color: #04862d;
    color: white;
    font-size: 1em;
    text-shadow: 1px 1px 1px #666;
    cursor: pointer;
    padding: 10px 0;
}

.BuildButton:hover {
    background-color: #036f25;
    transition-duration: 0.2s;
}


.RunButton {
    width: 100%;
    border-color: darkseagreen;
    vertical-align: top;
    padding: 0;
    display: block;
    background-color: #04862d;
    color: white;
    font-size: 1em;
    text-shadow: 1px 1px 1px #666;
    cursor: pointer;
    padding: 10px 0;
}

.RunButton:hover {
    background-color: #036f25;
    transition-duration: 0.2s;
}

.ideOutputContainer {
    background-image: url("/media/OutputMonitor.png");
    overflow: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
}

.ideGameContainer {
    overflow: auto;
    padding: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
}

.ideGameOutput {
    position: relative;
    top: 3%;
    left: 3.3%;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 1.25em;
    padding: 8px;
    overflow: auto;
}

.ideOutput {
    background-color: #172430;
    position: relative;
    top: 3%;
    left: 3.3%;
    width: 93.33%;
    height: 63%;
    border: none;
    color: white;
    font-size: 1.25em;
    padding: 8px;
    overflow: auto;
}
.ideSubHeading{
    padding: 0 6px 0 12px;
    margin: 0;
}

.allInOneIdeOutput {
    background-color: #E5E5E5;
    position: relative;
    border: none;
    font-size: 1.15em;
    overflow: auto;
    color: #252525;
    padding: 4px;
    height: 122px;
    white-space: pre;
}

#noCodeModalContainer {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

#noCodeModalContent {
    opacity: .95;
    position: relative;
    top: 40%;                    /*positions the top of the element at parent's 40% height*/
    transform: translateY(-50%); /*moves the element back up by half its own height*/
    left: 35%;
    width: 30%;
    padding: 16px;
    border: 4px solid #045C86;
    background-color: white;
    overflow: auto;
    text-align: center;
    padding: 10px;
    color: #045C86;
    border-radius: 16px;
}

#noCodeModalContent h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

#noCodeModalCloseButton {
    display: block;
    margin: 20px auto 0px;
    padding: 0;
    color: white;
    background-color: #045C86;
    border: none;
    font-size: 1em;
    height: 2em;
    width: 50%;
    outline: none;
    opacity: 0.9;
}

#noCodeModalCloseButton:hover {
    text-decoration: none;
    cursor: pointer;
    transition-duration: .2s;
    opacity: 1;
}

#noCodeModalCloseButton:focus {
    border: none;
}

.underlinedHeading {
    margin: 8px 0;
    border-bottom: solid 1px #045C86;
}

#footer {
    text-align: center;
    margin-top: 16px;
    font-size: .8em;
}

.comboButton {
    margin-top: 1em;
}

.comboButton li {
    display: inline-block;
    margin: .5%;
    width: 24%;
    text-align: center;
    border: solid 1px #AAA;
    background-color: white;
    opacity: .7;
    border-radius: 16px;
    box-shadow: 0 1px 2px #555;
    height: 13em;
    vertical-align: top;
    position: relative;
}

.comboButton li:hover {
    transition-duration: .2s;
    opacity: 1;
}

.comboButton a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 2em;
    font-weight: 600;
    padding: 10px;
    line-height: 1em;
}

.comboButton img {
    display: block;
    margin: 0 auto;
    height: 120px;
    width: auto;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0; /*specifying both left and right as 0 = center*/
}

/*Generic classes*/

.center {
    text-align: center;
}

.hidden {
    display: none;
}

/*moves content off screen, but keeps it in the document for screen readers to pick up*/
.screenReaderContent {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#signInModalContainer, #signUpModalContainer {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1001;
}

#signInModal, #signUpModal {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    left: 35%;
    width: 30%;
    padding: 0;
    border: 4px solid #045C86;
    background-color: white;
    overflow: auto;
    text-align: center;
    color: #045C86;
    border-radius: 16px;
    box-shadow: 0 0 5px 1px #333333;
}

#signInModal h2, #signUpModal h2 {
    border-bottom: solid 1px;
    margin-bottom: 10px;
    padding: 10px 0;
    background-color: #045C86;
    color: #FFF;
}

.signInFormLabel {
    width: 20%;
    display: inline-block;
    text-align: right;
    font-size: 1.15em;
    font-weight: 400;
    padding-bottom: 10px;
}

.signUpFormLabel {
    width: 40%;
    display: inline-block;
    text-align: right;
    font-size: 1.15em;
    font-weight: 400;
    padding-bottom: 10px;
}

.accountFormInput {
    margin-left: 20px;
    width: 250px;
    font-size: 1em;
}

.accountFormButton {
    height: 30px;
    font-size: 1em;
    border-radius: 8px;
    width: 200px;
}

#signInFormSignInButton, #signUpFormSignUpButton {
    border: none;
    background-color: #045C86;
    color: #FFF;
}

#signInFormCancelButton, #signUpFormCancelButton {
    border: solid 1px #BBB;
    color: #444;
    margin: 10px;
    vertical-align: top;
    background-color: #f0f0f0;
}

#signInButtonSpinner, #signUpButtonSpinner {
    display: inline-block;
    width: 200px;
    margin: 10px;
}

.comment {
    color: graytext;
}


/* spinner stuff */
.loader {
    display: none;
    margin: 0 auto;
    font-size: .125em;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(31, 148, 202, 0.2);
    border-right: 1.1em solid rgba(31, 148, 202, 0.2);
    border-bottom: 1.1em solid rgba(31, 148, 202, 0.2);
    border-left: 1.1em solid #045C86;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}
#youtubeiframe {
  width: 100%;
  min-height: 350px;
  border-radius: 0 0 10px 10px;
}
#video-header,
#input-header,
#slide-navigation,
#output-header {
  display: block;
  color: #EEEEEE;
  margin: 0;
  padding: 11px;
  height: 20px;
  border-radius: 10px 10px 0 0;
}
#slide-navigation p,
#video-header p,
#input-header p,
#output-header p {
  float: right;
  color: white;
  font-size: 20px;
  text-shadow: 1px 1px 1px #002233;
}
#video-header p,
#input-header p {
  width: 100%;
  text-align: center;
}
#video-header {
  background-color: #045C86;
}
#video-container {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 49.5%;
  margin-left: .5%;
  background-color: rgba(255,255,255,0.75);
  margin-bottom: 4px;
}
#slide-navigation {
  background-color: #7F1A00;
}
#input-header {
  background-color: #7F5C00;
}
#output-header {
  background-color: #aaa;
}
#hour-of-code-run-button {
  position: absolute;
  bottom: 0px;
  height: 44px;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
  z-index: 1;
  outline: none;
  background-color: #04862d;
  color: white;
  font-size: 18px;
  text-shadow: 1px 1px 2px #002233;
  border: none;
  box-shadow: 1px 1px 1px;
  border-radius: 0 0 10px 10px;
}
#hour-of-code-run-button:hover {
  transition-duration: 0.2s;
  background-color: #05E548;
}
#run-button {
  position: absolute;
  top: 280px;
  right: 4px;
  box-sizing: border-box;
  vertical-align: top;
  z-index: 1;
  outline: none;
}
.slideHeader {
  margin: 10px 0 5px 0;
}
.navigation-sidebar {
  float: left;
  width: 350px;
  min-height: 100%;
  margin-left: -100%;
  background: #E4EBF7;
}
#sidebar {
  width: 20%;
  display: inline-block;
}
#topbar {
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.topbar-link {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 9px 7px 8px;
    margin: 0px;
}

.topbar-advanced {
    font-weight:bolder;
}

#topbar-navigation-astro {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255,255,255,0.75);
  border: solid 1px lightgrey;
  padding-top: 10px;
  padding-bottom: 10px;
}

#topbar-navigation-astro ul {
  margin-left: 0px;
  padding-left: 10px;
}

#topbar-navigation-astro li:hover {
  background-color: #045c86 !important;
  color: white !important;
}
#topbar-navigation-astro li:hover a {
  text-decoration: none;
  color: white;
}

.astro-instructions {
    width: 100%;
    padding: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid;
    background-color: white;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#astro-challenge {
    width: 100%;
    border: 1px solid;
    border-radius: 10px;
    background-color: white;
    margin-top: 0px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.topbar-selected {
    background-color: rgb(235, 235, 235);
    color: rgb(4, 156, 219);
    border: 2px solid;
}
#sidebar-navigation {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255,255,255,0.75);
  border: solid 1px lightgrey;
}
#sidebar-navigation ul {
  margin-left: 0px;
}
.sidebar-link {
  display: block;
  vertical-align: middle;
  padding: 10px 0 10px 20px;
  margin-left: 0px;
}
#sidebar-navigation a {
  outline: 0;
  transition: none;
  display:block;
}
#sidebar-navigation li:hover {
  background-color: #045c86 !important;
  color: white !important;
}
#sidebar-navigation li:hover a {
  text-decoration: none;
  color: white;
}
.sidebar-selected {
    background-color: rgb(235, 235, 235); color: rgb(4, 156, 219);
}
#content-box {
  display: inline-block;
  width: 80%;
  vertical-align: top;
}
#slide-content-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 49.5%;
  margin-left: 0.5%;
  background-color: rgba(255,255,255,0.75);
  border-radius: 10px;
}
#finish {
  outline: 0;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.75);
  border: solid 1px lightgrey;
  vertical-align: middle;
  padding: 10px 0 10px 0;
  text-align: center;
}
#finish img {
  display: block;
  height: 128px;
  width: 128px;
  margin: 5px auto;
}
#finish:hover {
  text-decoration: none;
  border: solid 1px #0694d0;
  color: #0694d0;
}
#modal,
#noCodeModal {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  min-width: 1190px;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1001;
}
.slide-navigation-button {
  display: inline-block;
  vertical-align: top;
  border: solid 1px white;
  padding: 0px 6px;
  margin-right: 4px;
  background-color: #7F1A00;
  color: white;
  outline: none;
  border-radius: 6px;
  width: 1em;
  line-height: 2em;
}
.slide-navigation-button:hover {
  background-color: white;
  color: #7F1A00;
  cursor: pointer;
}
.active-slide-navigation-button {
  background-color: #ebebeb;
  color: #7F1A00;
}
#leftArrow {
  position: absolute;
  left: 3px;
  top: 50%;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(255,255,255,0);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #7F1A00;
  cursor: pointer;
  opacity: 0.5;
  box-shadow: none;
  border-left: none;
  outline: none;
}
#leftArrow:hover {
  opacity: 1;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
#leftArrow:hover {
  opacity: 1;
}
#rightArrow {
  position: absolute;
  right: 3px;
  top: 50%;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(255,255,255,0);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #7F1A00;
  cursor: pointer;
  opacity: 0.5;
  border-right: none;
  outline: none;
}
#rightArrow:hover {
  opacity: 1;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
#slide-box {
  padding: 0 33px 10px;
}
#video-container {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 49.5%;
  margin-left: .5%;
  background-color: rgba(255,255,255,0.75);
  margin-bottom: 4px;
}
.leftArrow-disabled {
  border-right: 25px solid #BBB !important;
}
.leftArrow-disabled:hover {
  border-right: 25px solid #BBB !important;
  opacity: .5 !important;
  cursor: default !important;
}
.rightArrow-disabled {
  border-left: 25px solid #BBB !important;
}
.rightArrow-disabled:hover {
  border-left: 25px solid #BBB !important;
  opacity: .5 !important;
  cursor: default !important;
}
.full-page-height {
  height: 100%;
}
#hour-of-code-IDE {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
#IDE {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border: solid 1px lightgrey;
  background: #EEEEEE;
  overflow: hidden;
  position: relative;
}
.front-page-IDE {
  float: right;
  width: 40%;
  height: 535px;
  margin-left: 0.5%;
}
.front-page-IDE button {
  top: 425px !important;
}
#front-page-IDE-input {
  display: block;
  position: relative;
  resize: none;
  font-family: Menlo, monospace;
  text-align: left;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow: -moz-scrollbars-vertical;
  border-radius: 0;
  border-right: none;
  border-left: none;
  border-bottom: solid 1px lightgrey;
  margin: 0;
  padding-bottom: 0;
  overflow: auto;
  width: 100%;
  min-height: 350px;
}
.front-page-IDE-output {
  height: 122px;
  width: 100%;
}
.small-IDE {
  width: 49.5%;
  height: 320px;
  margin-left: 0.5%;
}
.full-page-IDE {
  width: 100%;
  height: 100%;
}
#IDE h1 {
  font-size: 32px;
  margin: 0;
  background: #0694d0;
  padding: 5px 10px;
  color: white;
  text-shadow: 1px 1px 1px #022a3b;
}
.full-screen-IDE-h1 {
  font-size: 48px;
  line-height: 54px;
}
.full-page-IDE-subtitle {
  font-size: 20px !important;
  line-height: 24px !important;
  padding-top: 6px;
}
.IDE-subtitle {
  vertical-align: top;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  line-height: 20px;
  margin: 0;
  padding-left: 10px;
  text-shadow: 0 0 0;
  background-color: #0694d0;
  width: 100%;
  padding-bottom: 4px;
  margin-top: -4px;
}
.small-IDE-subtitle {
  position: initial;
}
#IDE-input {
  display: block;
  position: relative;
  resize: none;
  font-family: Menlo, monospace;
  text-align: left;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow: -moz-scrollbars-vertical;
  border-radius: 0;
  border-right: none;
  border-left: none;
  border-bottom: solid 1px lightgrey;
  margin: 0;
  padding-bottom: 0;
  overflow: auto;
}
#hour-of-code-IDE-input {
  display: block;
  position: relative;
  resize: none;
  font-family: Menlo, monospace;
  text-align: left;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow: -moz-scrollbars-vertical;
  border-radius: 0;
  border-right: none;
  border-left: none;
  border-bottom: solid 1px lightgrey;
  margin: 0;
  padding-bottom: 0;
  overflow: auto;
  border: 1px solid #D3D3D3;
}
.full-page-IDE-input {
  width: 100%;
  height: 70%;
  font-size: 36px;
  line-height: 44px;
}
.small-IDE-input {
  width: 100%;
  height: 237px;
  border: 1px solid #D3D3D3;
}
#hour-of-code-IDE-output-container {
  position: relative;
  width: 49.5%;
  height: 370px;
  display: inline-block;
  margin-left: 0.5%;
}
#IDE-output-container {
  position: relative;
}
#IDE-output {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: scroll;
  -ms-overflow-x: scroll;
  -ms-overflow-y: scroll;
  overflow: -moz-scrollbars-horizontal;
  overflow: -moz-scrollbars-vertical;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 4px 0px 4px 6px;
  overflow: auto;
  padding-right: 64px;
}
#hour-of-code-IDE-output {
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: scroll;
  -ms-overflow-x: scroll;
  -ms-overflow-y: scroll;
  overflow: -moz-scrollbars-horizontal;
  overflow: -moz-scrollbars-vertical;
  border-radius: 0;
  border: none;
  margin: 0;
  overflow: auto;
  background-color: #222;
  color: #EEEEEE;
  position: absolute;
  top: 19px;
  left: 19px;
  height: 238px;
  width: 434px;
  padding: 0px;
}
.small-IDE-output {
  height: 100px;
  width: 100%;
}
.full-page-IDE-output {
  width: 100%;
  height: 25%;
  font-size: 36px;
  line-height: 44px;
}
.full-page-IDE-run-button {
  height: 70px !important;
  font-size: 80px !important;
  padding-top: 40px;
}
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
.box-size-fix * {
    box-sizing: content-box;
}
.topmargin {
    margin-top: 1em;
    width: 1190px;
}
#overlay-content-container {
  position: absolute;
  height: 100%;
  width: 100%;
}
#overlay-content {
  opacity: .95;
  position: absolute;
  top: 23%;
  left: 40%;
  width: 357px;
  padding: 16px;
  border: 4px solid #0694d0;
  background-color: white;
  z-index: 1002;
  overflow: auto;
  text-align: center;
  padding: 10px;
}
.overlay-text {
  color: #0694d0;
  margin: 15px 0 0 0;
}
.overlay-text:first-child {
  margin: 0;
}
.overlay-option {
  box-sizing: border-box;
  display: block;
  background-color: #0694d0;
  color: white;
  width: 80%;
  margin: 4px auto;
  padding: 10px 0;
  border: none;
  opacity: .8;
  outline: none;
}
.overlay-option:hover {
  text-decoration: none;
  color: white;
  transition-duration: .2s;
  opacity: 1;
}
.overlay-option:focus {
  border: none;
}
#slide-box-wrapper li {
  margin-right: 20px;
}
#slide-box-wrapper {
  border: 1px solid #D3D3D3;
  font-size: 0.88em;
  border-radius: 0 0 10px 10px;
}
.title {
  font-weight: bold;
  display: block;
  margin-top: 1.25em;
  display: block;
  color: #7F1A00;
  margin-top: 5px;
}
.task {
  border: solid 2px #7F1A00;
  margin-right: 20px;
  padding: 10px;
  border-radius: 6px;
}
.task p {
  padding: 0;
  margin: 0;
}
.code {
  color: #ce291a;
  background-color: white;
  border: 1px solid #e1e1e8;
  font-size: 12px;
  padding: 2px 4px;
  font-family: monospace;
}
.lessonTable {
    background-color: #FFFFFF;   
    margin-top: 1.5em;
}
.tableHeader{
    border-bottom: solid 3px #F3F3F3;
    padding: 1.5em;
}
.tableHeader h1{
    color: #04862d;
    font-size: 120%;
}
.leftReferenceBox{ 
    list-style-position:inside;
}
.leftReferenceBox ol{
    padding-left: 0;
}
.leftReferenceBox li{
    border-bottom: solid 1px #F3F3F3;
    padding: 1em 2.5em 1em 2.5em;
}
.leftReferenceBox li:hover{
    background-color: rgba(4,92,134,.1);
}
.leftLessonBox{ 
    list-style-position:inside;
}
.leftLessonBox ol{
    padding-left: 0;
}
.leftLessonBox li{
    border-bottom: solid 1px #F3F3F3;
    padding: 1em 2.5em 1em 2.5em;
}
.leftLessonBox li:hover{
    background-color: rgba(4,92,134,.1);
}
.rightLessonBox ul{
    list-style-type: none;
    padding-top: .3em;
}
.rightLessonBox li{
    margin-left: 0.5em;
}
.referenceBox{
    padding: 1.5em;
}
.standardsBox{
    border-top: solid 2px #F3F3F3;
    padding: 1.5em 0 1.5em 0em;
    margin: 0em 1.5em 0em 1.5em;
    
}
.optionalLessonBox{
    border-top: solid 2px #F3F3F3;
    padding: 1.5em 0 1.5em 0em;
    margin: 0em 1.5em 0em 1.5em;
}
.tableHeading{
    font-size: 110%;
}

.blockButtonSection {
    margin-top: 1em;
}

.blockButtonTop :hover {
    transition-duration: .2s;
    opacity: .85;
}

.blockButtonImage {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 130px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
.blockButtonImage img{
    width:100%;
}
.blockButtonHeading {
    position: absolute;
    margin: 0;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px;
    color: white;
    text-align: center;
    text-shadow: 1px 1px #666;
    font-size: 1.25em;
    background-color: rgba(3, 59, 86, .90)
}
.blockButtonBottom{
    display: inline-block;
    padding: 1.5em;
    color: white;
    height: 100%;
    text-align: center;
    background-color: #045C86;
}
.textButton {
    margin-top: 1em;
    color: white;
    padding: 0;
}

.textButton div{
    width: 100%;
    height: 100%;
}

.textButton li{
    display: inline-block;
    margin: 0.5%;
    width: 32%;
    text-align: left;
    border: solid 1px #AAA;
    background-color: rgba(3, 59, 86, .90);
    padding: 1em;
    border-radius: 5px;
    box-shadow: 0 1px 1px #555;
    height: 330px;
    vertical-align: top;
    position: relative;
}
.textButton p{
    margin: 0 0 10px;
}
.textButton h2{
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 1.4em;
    border-bottom: 3px solid #045C86;
}

.textButton a {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    color: white;
    background-color: #7f5c00;
    border-radius: 4px;
    margin-bottom: .5em;
    padding: .4em;
    min-width: 35%;
}
.announcementHeading{
    margin: 8px 0;
    border-bottom: solid 1px #045C86;
}
.announcementHeading h2{
    display: inline-block;
    text-align: right;
    width: 50%;
    border-right: solid 2px #045C86;
    padding: .5em;
    margin: 0 0 .5em 0;
}
.announcementHeading a{
    display: inline-block;
    width: 50%;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    color: #045C86;
    padding: .5em;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    width: 50%; /* Could be more or less, depending on screen size */
    display: block;
    border-radius: 18px;
}

/* The Close Button */
.close {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0; 
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

.loginContainer {
    
}

.loginContainer * {
    margin: 3px;
}

.loginform {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.logintitle {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #045C86;
    color: white;
    padding: 0.2em;
    font-weight: bold;
    font-size: 150%;
}

.loginFieldContainer {
    padding-top: 1px;
    padding-bottom: 1px;
}

.formfielddiv {
    padding-top: 5px;
    padding-bottom: 5px;
}

.footbar {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: #f1f1f1;
}

.psw {
    font-size: 0.8em;
    display: block;
    margin-bottom: 2px;
}

.psw a {
    color: #045C86;
    font-size: 140%;
}

.psw a:hover {
    color: #045C86;
}
 
.loginform label {
    display: inline-block;
    width: 90px;
}

.loginbtn {
    font-size: 125%;
    font-weight: bold;
    height: 100%;
    width: 40%;
    vertical-align: top;
    border: none;
    border-radius: 8px 8px 8px 8px;
    background-color: #045C86;
    color: white;
}

.loginbtn:hover {
    cursor: pointer;
    background-color: #1B8ABD;
}

.accountupdateForm {
    width: 60%;
    margin: auto;
    border: darkslategrey;
    border-style: solid;
    padding: 1em;
    border-width: thin;
    background-color: white;
}

.accountupdateForm div {
   
}

.haveAccount {
    width: 90%;
    display: block;
    font-size: 1em;
    margin: 5%;
}

.accountupdateForm input {
    width: 90%;
    display: block;
    font-size: 1em;
    padding: 0.5em;
    margin: 5%;
}

.LoginField {
    width: 90%;
    display: block;
    font-size: 1em;
    padding: 0.5em;
    margin-left: 5%;
}

.saveContainer {
    margin: auto;
    width: 75%;
}

.saveContainer * {
    margin: 3px;
}

.saveform {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.savetitle {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #045C86;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}

.saveFieldContainer {
    padding-top: 1px;
    padding-bottom: 1px;
}

.saveform label {
    display: inline-block;
    color: black;
}

.savebtn {
    font-size: 125%;
    font-weight: bold;
    height: 100%;
    width: 48%;
    vertical-align: top;
    border: none;
    border-radius: 8px 8px 8px 8px;
    background-color: #045C86;
    color: white;
}

.savebtn:hover {
    cursor: pointer;
    background-color: #1B8ABD;
}

.SaveField {
    width: 100%;
    display: block;
    font-size: 1em;
    padding: 0.5em;
    margin-top: 0.25em;
    margin-bottom: 1em;
}

.loadContainer {
    margin: auto;
    width: 75%;
}

.loadContainer * {
    margin: 3px;
}

.loadform {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.loadtitle {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #045C86;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}

.loadFieldContainer {
    padding-top: 1px;
    padding-bottom: 1px;
    width: 80%;
    margin: 0 auto;
}

.loadform label {
    display: inline-block;
    color: black;
}

.loadbtn {
    font-size: 125%;
    font-weight: bold;
    height: 100%;
    width: 48.9%;
    vertical-align: top;
    border: none;
    border-radius: 8px 8px 8px 8px;
    background-color: #045C86;
    color: white;
}

.loadbtn:hover {
    cursor: pointer;
    background-color: #1B8ABD;
}

.LoadField {
    width: 90%;
    display: block;
    font-size: 1em;
    padding: 0.5em;
    margin-left: 5%;
}

.loadProjectSelect {
    width: 100%;
    display: block;
    font-size: 110%;
    padding: 0.2em;
    margin-bottom: 2em;
    margin-top: 2em;
}

.accountupdateForm label {
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
}


.accountupdateSubmit {
    font-size: 1.0em;
    font-weight: bold;
    height: 100%;
    vertical-align: top;
    border: none;
    background-color: #045C86;
    color: white;
}

.generalMessage {
    width: 90%;
    text-align: center;
    margin: 5%;
    height: 100%;
}

.feedbackMessage {
    background-color: #cccc00;
    text-align: center;
}

.alertMessage {
    background: #7f1a00;
    font-size: 1.0em;
    font-weight: bold;
    width: 90%;
    text-align: center;
    margin: 5%;
    color: white;
    height: 100%;
    padding: 0.5em;
}

.off {
    display: none;
}

.inputWarn {
    border-color: #7f1a00;
    
}

.sharetitle {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #045C86;
    color: white;
    padding: 0.2em;
    font-weight: bold;
    font-size: 150%;
}

.sharebutton {
    font-size: 125%;
    font-weight: bold;
    height: 100%;
    width: 40%;
    vertical-align: top;
    border: none;
    border-radius: 8px 8px 8px 8px;
    background-color: #045C86;
    color: white;
    margin: 0.25em;
}

.sharebutton:hover {
    cursor: pointer;
    background-color: #1B8ABD;
}

.sharetext {
    font-size: 100%;
    width: 80%;
    margin: 0.5em;
    padding: 0.5em;
}

.sharePublicMessage
{
    padding-left: 1em;
    padding-right: 1em;
}

.centeredRow {
}

.publicCheckbox {
    transform: scale(1.5);
    margin-left: 30%;
}

.profileButton {
    font-size: 100%;
    height: 100%;
    width: 80%;
    vertical-align: top;
    border: none;
    border-radius: 8px 8px 8px 8px;
    background-color: #045C86;
    color: white;
}

.profileButton:hover {
    cursor: pointer;
    background-color: #1B8ABD;
}

.newProjectButton {
    width: 100%;
    border-color: darkseagreen;
    vertical-align: top;
    padding: 0;
    display: block;
    background-color: #04862d;
    color: white;
    font-size: 1em;
    text-shadow: 1px 1px 1px #666;
    cursor: pointer;
    padding: 10px 0;
}

.newProjectButton:hover {
    background-color: #036f25;
    transition-duration: 0.2s;
}

.projectnamediv {
    width: 90%;
    margin: 0 auto;
}