@charset "UTF-8";
/* CSS Document */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/* END RESET CSS */




.main {
    max-width: 930px;
    padding: 10px;
    height: auto;
    margin: auto;
    background-color: #F9F8ED;
    text-align: left;
    border: 1px solid #999;
}
iframe {
    width: 100%;
    height: 270px;
    margin: auto;
}
.stp {
    margin-left: 2rem;
}

@media screen and (min-width: 767px) {
.stp-sm {
 display: none;
   }
}

@media screen and (max-width: 767px) {
.topcushion {
    display: none;
}
.stp {
    display: none;
}
}
#over {
    z-index: 10;
    position: absolute;
    top: 16px;
    text-align: center;
    font-size: x-large;
    font-weight: 600;
    color: rgba(255, 50, 50, 0.5);
    margin-left: 15px;
}
#over:hover {
    position: absolute;
    top: 12px;
    color: #CC0000;
    -moz-text-shadow: 1px 2px 3px #D0D0D0;
    -webkit-text-shadow: 1px 2px 3px #D0D0D0;
    text-shadow: 1px 2px 3px #D0D0D0;
    -o-text-shadow: 1px 2px 3px #D0D0D0;
    text-outline: 1px 0 #FFFFFF;
}
.or {
    font-size: 16px;
    font-weight: bold;
    line-height: .08em;
    color: #666;
    padding: .9em;
}

.panel-body ol {
	margin-left: 18px !important;
}
@media screen and (max-width: 750px) {
#over {
    font-size: large;
}
}
#copyRight {
    margin: auto;
    line-height: 2em;
    font-size: 11px;
    color: #3F3F3F;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#copyRight p {
    background-color: rgba(243,243,243,0.40);
    width: 250px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}
/* eiSTP-Button ------------------------

.eiSTP-Button a {
    position: relative;
    left: -18px;
    top: 10px;
    line-height: 1.1em;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    border: 0px;
    margin: 0px;
    padding: 4px 2px 0px 0px;
    color: #ECECEC;
    clear: right;
    height: 41px;
    width: 180px;
    display: block;
    overflow: hidden;
    background-image: url(http://www.educationalimpact.info/eiprvws/images/STP-button2.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    float: right;
}
.tiny {
    font-size: 10px;
    font-weight: normal;
}
.eiSTP-Button a:hover {
    background-position: 0 -45px;
    color: #ECECEC;
    background-color: transparent;
}
.eiSTP-Button a:active {
    color: #ECECEC;
    background-position: 0 -90px;
}*/

