﻿@charset "UTF-8";
/* CSS Document */



/* ::::: GENERAL STUFF :::::: */


.header-bg {
    position: relative;
    height: 50px;
    margin-top: -20px;
}

.wave-tile {
    background-image: url(../images/wave-tile.png);
    background-repeat: repeat-x;
    height: 27px;
    position: absolute;
    z-index: 1;
    top: 30px;
    width: 100%;
}

.header-sun {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0px;
    width: 100%;
}

    .header-sun img {
        margin-right: -13px;
    }

#content {
    font-weight: 400;
    color: #333;
    min-height: 480px;
}

    #content p {
        line-height: 1.6em;
    }

    #content table p {
        line-height: normal;
    }

    #content li {
        font-size: 18px;
        line-height: 1.7em;
        padding: 3px 8px 0px 1px;
    }

    #content ul,
    #content ol {
        list-style-position: outside;
    }


.menu-bar.gradient-tile {
    background: #a3cae8 url(../images/header-gradient-tile.png) top left repeat-x;
}


img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

@media (max-width: 767px) {


    #content ul, ol {
        margin-left: 0px;
    }
}

#content p b {
    font-weight: 900;
}

#content h4 {
    font-size: 2.0em;
    font-weight: 600;
    margin-bottom: 25px;
}

#content h1 {
    font-size: 2.50em;
}

#content h2 {
    font-size: 1.8em;
    margin-top: 0px;
    margin-bottom: 15px;
}

#content h3 {
    font-size: 1.5em;
}

#content h5 {
    font-size: 1.5em;
}


#content .responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    #content .responsive-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#content .download-box {
    display: table;
    width: 100%; 
    max-width: 450px;
    margin: 20px 0px;
    cursor: pointer;
}

    #content .download-box.baby {
        max-width: 280px;
        text-align: center;
    }


    #content .download-box .left-box, #content .download-box .right-box {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 10px;
    }

    #content .download-box .left-box {
        text-align: center;
        padding-left: 10px;
        width: 50px;
    }

        #content .download-box .left-box img {
            margin-left: 0;
        }


#content .udl-box {
    display: table;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

    #content .udl-box .left-box, #content .udl-box .right-box {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 10px;
    }

    #content .udl-box .left-box {
        text-align: center;
        padding-left: 10px;
        text-align: center;
        width: 300px;
    }

        #content .udl-box .left-box img {
            margin-left: 0;
        }


#content div.horizontal-rule {
    width: 90%;
    max-width: 800px;
    margin: 0px auto;
    margin-top: 8px;
    border-bottom: 1px solid #7296b4;
}

/* START Check Your Knowledge */

#content label {
    display: inline;
    padding: 0 4px;
    vertical-align: text-top;
}

#content input[type="radio"] {
    background-color: #FFF !important;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: .4em;
    vertical-align: text-top;
}

#content ol.none,
#content ul.none {
    list-style-type: none;
    margin-left: 0;
}

#content label.checkbox {
    padding-left: 0;
    text-indent: -30px;
}


#content li.answer {
    line-height: 1.5em;
    padding-left: 1em;
    text-indent: -1em;
}

#content .submitActivity {
    font-size: 1.2em;
    margin: 0 1em 1em 3em;
    color: #215e8b;
}

.highlight {
    background: RGBA(255, 157, 157, .5);
}

.selected {
    background-color: #ffc09d;
}

#warning {
    color: red;
}

.submitActivity {
    text-transform: uppercase;
}

/* END Check Your Knowledge */


/* Start All Activities */

.api-activity-retake:before{
    content: 'Re-take quiz.'
}

#activityAPI-v1-feedback {
    /*display: table;*/
    margin: 1em auto;
    position: relative;
}

.activityDirections,
.activityBottomText {
    color: #939393;
    font-style: italic;
    margin: 1em 0;
}

    .activityDirections strong,
    .activityBottomText strong {
        color: #000;
    }

.questionNum:before {
    content: 'Question ';
}

.questionNum {
    text-align: center;
}

/* End All Activities */

/* Start Drag and Drop Activity */

.ui-draggable
{
    transition: transform 200ms;
}
#content .ui-draggable,
#content .ui-draggable p
{
    font-size: 17px;
    line-height: 1em;
    margin: 0;
}
.ui-draggable-dragging
{
    transform: scale(.5);
    -ms-transform: scale(.5);
    max-height: 6em;
    overflow: hidden;
}

.drop-box {
    background-color: #eee;
    border-radius: 3px;
    display: table;
    font-size: 18px;
    margin: 5px 2%;
    vertical-align: top;
    text-align: right;
    width: 96%;
}

    .drop-box .title:before {
        content: ' ';
        display: table-row;
    }

    .drop-box .title,
    .drop-box .indicators {
        display: table-cell;
        padding: 1em;
        text-align: left;
        vertical-align: top;
    }

    .drop-box .indicators {
        text-align: right;
    }

    .drop-box .singleIndicator {
        border-radius: .5em;
        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
        box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
        margin: 0 .25em;
        position: relative;
        top: 2px;
    }

    .drop-box .empty {
        background-color: #eee;
    }

    .drop-box .filled {
        background-color: #999;
    }

.prompt-container {
    text-align: center;
}

    .prompt-container .prompt {
        background-color: #eee;
        border-radius: 3px;
        box-shadow: -5px 5px 5px 0px #d9ded5;
        display: inline-block;
        margin: auto;
        max-width: 60%;
        padding: .5em;
        text-align: left;
    }

.drop-box-0 {
    background-color: #fbe4d5;
}

.drop-box-1 {
    background-color: #e7ffff;
}

.drop-box-2 {
    background-color: #ffe599;
}

.drop-box-3 {
    background-color: #c5e0b3;
}

.drop-box-4 {
    background-color: #e1e1ff;
}

.drop-box-5 {
    background-color: #d9d9d9;
}

/* END Drag and Drop Activity */


@media (max-width: 767px) {
    #content h1 {
        font-size: 2.2em;
    }
}

.portfolio-table {
    width: 100%;
    border: 2px solid #7296b4;
    font-size: 1.2em;
    border-collapse: collapse;
}

    .portfolio-table td, .portfolio-table th {
        border: 2px solid #7296b4;
        padding: 10px 10px;
    }

    .portfolio-table .center {
        text-align: center;
    }

a {
    color: inherit;
    text-decoration: underline;
}

.large-size {
    font-size: 1.6em;
    font-weight: 300;
}

    .large-size b {
        font-weight: 900;
    }

.subtle-size {
    font-size: 1.0em;
    font-weight: 300;
}

.menu .large-size {
    font-size: 1.4em;
    font-weight: 700;
}

.menu .subtle-size {
    font-size: 0.8em;
    font-weight: 400;
}

.menu .normal-weight {
    font-weight: normal;
}

.subtle-weight {
    font-weight: 300;
}

.action-box {
    display: block;
    background-color: red;
    margin: 0px auto;
    text-align: center;
}

.action-box-header {
    color: white;
    font-weight: bold;
    font-size: 1.8em;
    padding: 20px 10px;
    text-align: center;
}

.action-box-body {
    padding: 20px 10px;
}

.action-btn {
    display: table;
    margin: 10px auto;
    font-size: 1.8em;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
}

.back-btn {
    display: inline-block;
    font-size: 1.2em;
    margin-right: 30px;
}

.next-btn {
    display: inline-block;
    font-size: 1.2em;
    margin-left: 30px;
}

.next-question-btn {
    display: inline-block;
    font-size: 1.2em;
}

.nav-content {
    background-color: white;
    text-align: center;
    margin-top: 30px;
}


.action-btn a {
    color: inherit;
    text-decoration: none;
}

    .action-btn a:hover {
        color: inherit;
        text-decoration: none;
    }

.menu-bar-btn-decoy {
    color: white;
    background-color: #7296b4;
    display: inline-block;
    padding: 5px 8px;
    font-size: 1.4em;
    float: left;
    margin-right: 10px;
}

#content div.toc-container {
    width: 100%;
    max-width: 460px;
    margin: 0px auto;
}

#content table.table-of-contents {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}

    #content table.table-of-contents tr {
        border-bottom: 1px solid #ccc;
    }

    #content table.table-of-contents td {
        vertical-align: bottom;
    }

    #content table.table-of-contents p {
        padding-top: 8px;
        padding-right: 4px;
        margin: 0 0 10px 4px;
        min-width: 50px;
    }

        #content table.table-of-contents p:hover {
            color: #209cf7;
            /*causing issues... needed?
	transition: 0.15s;
	-webkit-backface-visibility: hidden;*/
        }

    #content table.table-of-contents tr.clickable td p {
        margin-left: 20px;
    }

.clickable {
    cursor: pointer;
}

#content .btn {
    border-radius: 0px;
}

#content .btn2 {
    border-radius: 10px;
    padding: 10px;
}

.left-column img {
    width: 100%;
    max-width: 480px;
}

.right-column img {
    height: auto;
    width: 100%;
    max-width: 480px;
}

#content .left-column.top-align, #content .right-column.top-align {
    vertical-align: top;
}

#content .left-column.middle-align, #content .right-column.middle-align {
    vertical-align: middle;
}

#content .left-column.bottom-align, #content .right-column.bottom-align {
    vertical-align: bottom;
}

#content .left-small-column.middle-align, #content .right-small-column.middle-align {
    vertical-align: middle;
}

@media (max-width: 767px) {

    .left-column img {
        width: 100%;
        max-width: 100%;
    }

    .right-column img {
        width: 100%;
        max-width: 100%;
    }
}

a {
    color: #215e8b;
}

    a:hover {
        color: #209cf7;
        text-decoration: underline;
        transition: 0.15s;
        -webkit-backface-visibility: hidden;
    }

/* ::::: HEROES :::::: */

#content .quote-hero {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

    #content .quote-hero.roundedLeft, #content .quote-hero.roundedRight {
        border: 2px solid #ededed;
        background-color: #f4f4f4;
        padding: 15px;
        box-sizing: border-box;
    }

    #content .quote-hero.roundedRight {
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    #content .quote-hero.roundedLeft {
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    #content .quote-hero.left {
        background-image: url(../images/thoughtBubbleLeft.png);
    }

    #content .quote-hero.right {
        background-image: url(../images/thoughtBubbleRight.png);
    }

    #content .quote-hero.left, #content .quote-hero.right {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

        #content .quote-hero.quote-hero-right {
            font-size: 10px;
            width: 100%;
            max-width: 380px;
        }

            #content .quote-hero.quote-hero-right > * {
                color: #7076c8;
            }

        @media (min-width: 768px) {
            #content .quote-hero.quote-hero-right {
                float: right;
                margin: 15px;
            }
        }

#content p.quote-body {
    font-size: 2.5em;
    text-align: left;
    font-style: italic;
    line-height: 1.25em;
    color: #999;
}

#content p.quote-byline {
    font-size: 1.6em;
    text-align: right;
    color: #999;
}

#content ul.hero-list li p {
    font-size: 1.3em;
}

@media (max-width: 767px) {

    #content p.quote-body {
        font-size: 1.8em;
    }

    #content p.quote-byline {
        font-size: 1.2em;
    }

    #content ul.hero-list li p {
        font-size: 1.2em;
    }
}


/* ::::: OBJECTIVES BOX :::::: */

.objective-box {
    margin-top: -5px;
}

#content .objective-box-header {
    padding: 10px 20px;
    font-size: 1.4em;
    font-weight: 600;
    background-color: #7296B4;
    color: white;
}

#content .objective-box-body {
    border: 5px solid #b8cfe1;
    border-top: none;
    padding: 15px 10px 10px 10px;
    color: #215e8b;
}

    #content .objective-box-body p {
        margin-left: 10px;
        margin-right: 10px;
    }

    #content .objective-box-body .horizontal-rule {
        border-bottom: 1px solid #7296B4;
        width: 100%;
        margin: 0px auto;
        margin-bottom: 15px;
        margin-top: -10px;
    }


/* ::::: REQUIRED REVIEW BOX ::::: */

.review-box {
    margin-top: -5px;
}

#content .review-box-header {
    padding: 10px;
    font-size: 1.4em;
    font-weight: 600;
    background-color: #f59b9d;
    color: black;
}

#content .review-box-body {
    border: 5px solid #f59b9d;
    border-top: none;
    padding: 1px 5px;
    color: #000;
}

#content .review-box-body p {
	margin-left: 10px;
	margin-right: 10px;
}

#content .review-box-body .horizontal-rule {
	border-bottom: 1px solid #f59b9d;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 15px;
	margin-top: -10px;
}

#content .review-box-header img {
	width: 100%;
	max-width: 46px;
}

#content .review-box-header div.icon {
	text-align: left;
	width: 55px;
}

#content .review-box-header div.title {
	text-align: left;
	padding-left: 0px;
}

.review-box-header div {
	display: table-cell;
	vertical-align: middle;
}


/* ::::: REFLECTION BOX ::::: */

.reflection-box {
    margin-top: -5px;
}

#content .reflection-box-header {
    padding: 5px 20px;
    font-size: 1.4em;
    font-weight: 600;
    background-color: #ccb7d9;
    color: black;
}

#content .reflection-box-body {
    border: 5px solid #ccb7d9;
    border-top: none;
    padding: 15px 10px 10px 10px;
    color: #000;
}

#content .reflection-box-body p {
	margin-left: 10px;
	margin-right: 10px;
}

#content .reflection-box-body .horizontal-rule {
	border-bottom: 1px solid #ccb7d9;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 15px;
	margin-top: -10px;
}

#content .reflection-box-header div.icon {
	text-align: left;
	width: 55px;
}

#content .reflection-box-header div.title {
	text-align: left;
	padding-left: 0px;
	
}

.reflection-box-header div {
	display: table-cell;
	vertical-align: middle;
}


/* ::::: KEYPOINT BOX :::::: */

.keypoint-box {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.keypoint-box-header {
    padding: 10px 0px;
    font-size: 1.6em;
    font-weight: 900;
    /*background-color:#69b3bb;*/
    color: white;
    display: table;
    width: 100%;
}

    .keypoint-box-header div {
        display: table-cell;
        vertical-align: middle;
    }

        .keypoint-box-header div.icon {
            text-align: left;
            padding-left: 20px;
            width: 65px;
        }

        .keypoint-box-header div.title {
            text-align: left;
            padding-left: 0px;
        }


.keypoint-box-body {
    padding: 20px 20px 10px 20px;
    color: #222;
    /*background-color:#a2d5db;*/
    font-size: 1.2em;
}

    .keypoint-box-body li, .keypoint-box-body p {
        font-size: 1.2em;
    }

/* ::::: ADDITIONAL READING BOX :::::: */

.additionalreading-box {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.additionalreading-box-header {
    padding: 10px 0px;
    font-size: 1.6em;
    font-weight: 700;
    /*background-color:#69b3bb;*/
    color: white;
    display: table;
    width: 100%;
}

    .additionalreading-box-header div {
        display: table-cell;
        vertical-align: middle;
    }

        .additionalreading-box-header div.icon {
            text-align: left;
            padding-left: 20px;
            width: 50px;
        }

        .additionalreading-box-header div.title {
            text-align: left;
            padding-left: 0px;
        }

            .additionalreading-box-header div.title .fui-triangle-down {
                float: right;
                margin-right: 20px;
            }

.additionalreading-box-body {
    padding: 0px 0px !important; /*this has to stay for box widths to line up*/
    color: #222;
    /*background-color:#a2d5db;*/
    width: 100%; /*this has to stay for box widths to line up*/
}

    .additionalreading-box-body div.box-padding {
        padding: 10px 10px; /*change this instead*/
    }

    .additionalreading-box-body li {
        margin: 5px auto; /*change this instead*/
    }

/* ::::: JOURNAL BOX :::::: */

.journal-box {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.journal-box-header {
    padding: 10px 0px;
    font-size: 1.6em;
    font-weight: 900;
    background-color: #bceaef;
    display: table;
    border: 6px solid #69b3bb;
    border-bottom: none;
    box-sizing: border-box;
    width: 100%;
}

    .journal-box-header div {
        display: table-cell;
        vertical-align: middle;
    }

        .journal-box-header div.icon {
            text-align: left;
            padding-left: 15px;
            width: 65px;
        }

            .journal-box-header div.icon img {
                width: 53px;
            }

        .journal-box-header div.title {
            text-align: left;
            padding-left: 0px;
        }


.journal-box-body {
    border: 6px solid #69b3bb;
    border-top: none;
    padding: 20px 20px 10px 20px;
    font-size: 1.2em;
}

#content .journal-download {
    display: table;
    cursor: pointer;
    margin: 20px auto 10px auto;
}

    #content .journal-download .left-box, #content .journal-download .right-box {
        display: table-cell;
        vertical-align: middle;
    }

        #content .journal-download .right-box img {
            width: 100%;
            max-width: 46px;
        }

    #content .journal-download .left-box {
        text-align: right;
        padding-right: 20px;
    }

    #content.journal-download .right-box {
        text-align: left;
    }

/* ::::: TEXT BOX :::::: */

.text-box-orange, .text-box-yellow {
    padding: 10px 10px 0px 10px;
}

.text-box {
    padding: 10px 10px 0px 10px;
}

    .text-box p {
        font-size: 1.2em;
    }

    .text-box.orangelight {
        border: 6px solid #ffd59a;
        /*	border:10px solid #ffc09d;
	background-color:#eb8c57;	*/
    }

    .text-box.orange {
        border: 6px solid #f89c6b;
        /*	border:10px solid #ffd59a;
	background-color:#e7ac5a;	*/
    }

    .text-box.coral {
        border: 6px solid #ffc09d;
        /*	border:10px solid #ffd59a;
	background-color:#e7ac5a;	*/
    }

    .text-box.red {
        border: 6px solid #e85a5a;
        /*	border:10px solid #ff9d9d;
	background-color:#e85a5a;	*/
    }

    .text-box.redlight {
        border: 6px solid #ff9d9d;
        /*	border:10px solid #ff9d9d;
	background-color:#e85a5a;	*/
    }

    .text-box.purple {
        border: 6px solid #7076c8;
        /*	border:10px solid #b4b9f2;
	background-color:#7076c8;	*/
    }

    .text-box.purplelight {
        border: 6px solid #cdb8e1;
        /*	border:10px solid #b4b9f2;
	background-color:#7076c8;	*/
    }

    .text-box.blue {
        border: 6px solid #7296b4;
        /*	border:10px solid #b8cfe1;
	background-color:#7296b4;	*/
    }

    .text-box.bluelight {
        border: 6px solid #b8cfe1;
        /*	border:10px solid #b8cfe1;
	background-color:#7296b4;	*/
    }

    .text-box.bluedark {
        border: 6px solid #215e8b;
        /*	border:10px solid #b8cfe1;
	background-color:#7296b4;	*/
    }

    .text-box.teal {
        border: 6px solid #69b3bb;
        /*	border:10px solid #bceaef;
	background-color:#69b3bb;	*/
    }

    .text-box.teallight {
        border: 6px solid #bceaef;
        /*	border:10px solid #bceaef;
	background-color:#69b3bb;	*/
    }

    .text-box.green {
        border: 6px solid #6ecd94;
        /*	border:10px solid #bcefd0;
	background-color:#6ecd94;	*/
    }

    .text-box.greenlight {
        border: 6px solid #bcefd0;
        /*	border:10px solid #bcefd0;
	background-color:#6ecd94;	*/
    }


/* ::::: KEY SKILL :::::: */

.key-skill {
    width: 100%;
    background-color: #999;
    max-width: 800px;
    margin: 0px auto;
    margin-bottom: 20px;
    display: table;
}

    .key-skill div {
        display: table-cell;
        vertical-align: middle;
    }

        .key-skill div.number {
            text-align: center;
            padding: 10px 40px 10px 40px;
        }

            .key-skill div.number span {
                font-size: 3em;
                margin: 0 0;
                padding: 0 0;
                color: white;
                text-align: center;
                font-weight: bold;
            }

            .key-skill div.number img {
                min-width: 90px;
            }

        .key-skill div.title {
            width: 80%;
        }

            .key-skill div.title span {
                font-size: 2.6em;
                margin: 0 0;
                padding: 0 0;
                text-align: left;
                margin-left: 40px;
                font-weight: 600;
                display: inline-block;
            }

@media (max-width: 767px) {
    .key-skill div.title span {
        font-size: 2.2em;
        margin-left: 20px;
    }

    .key-skill div.number img {
        min-width: inherit;
    }

    .key-skill div.number {
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width: 480px) {
    .key-skill div.title span {
        font-size: 1.6em;
        margin-left: 20px;
    }


    .key-skill div.number {
        padding: 10px 10px 10px 10px;
    }
}

.key-skill.yellow div.number {
    background-color: #ecd457;
}

.key-skill.yellow div.title {
    background-color: #fff99a;
}

.key-skill.orange div.number {
    background-color: #f89c6b;
}

.key-skill.orange div.title {
    background-color: #ffd19a;
}

.key-skill.red div.number {
    background-color: #e85a5a;
}

.key-skill.red div.title {
    background-color: #ff9d9d;
}

.key-skill.purple div.number {
    background-color: #7076c8;
}

.key-skill.purple div.title {
    background-color: #b4b9f2;
}

.key-skill.blue div.number {
    background-color: #7296b4;
}

.key-skill.blue div.title {
    background-color: #b8cfe1;
}

.key-skill.teal div.number {
    background-color: #69b3bb;
}

.key-skill.teal div.title {
    background-color: #bceaef;
}

.key-skill.green div.number {
    background-color: #6ecd94;
}

.key-skill.green div.title {
    background-color: #bcefd0;
}

/* ::::: PICTURE/VIDEO :::::: */

img.dark-border {
    border: 5px solid #222;
    width: 93%;
}

img.light-border {
    border: 10px solid #aaa;
    width: 93%;
}

img.blue-border {
    border: 2px solid #7296b4;
    width: 93%;
}

.video-container.dark-border {
    border: 10px solid #222;
}

p.image-caption {
    padding-top: 10px;
    font-size: 0.8em;
    font-weight: 400;
    font-style: italic;
}

@media (max-width: 767px) {
    .video-container.dark-border {
        border: 5px solid #222;
    }
}

/* ::::::: PHONETICS :::::: */

        .phonetic {
            margin: 0 auto;
        }
            .phonetic div {
                border:#FFCC66 8px solid; 
                border-top-left-radius:20px; 
                border-bottom-right-radius:20px; 
                margin: auto; 
                margin-bottom:20px;
                max-width: 488px; 
            }
                .phonetic div p {
                    margin-left:20px;
                    margin-top:6px;
                }

@media (min-width: 768px) {
    .phonetic {
        display: table;
    }
        .phonetic > * {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
        }
        .phonetic > h1 {
            text-align: right;
            white-space: nowrap;
        }
}

/* ::::::: CALLOUTS :::::: */

#content .callout-box {
    font-weight: 600;
    font-size: 17px;
    border: none;
    /*	border-bottom:3px solid #7296b4;	*/
    border-left: 3px solid #7296b4;
    background-color: white;
    width: 75%;
    margin-left: 20px;
    margin-top: 0px;
    padding-top: 0px;
}

    #content .callout-box.inset {
        display: block;
        float: right;
        width: 40%;
        max-width: 40%;
        margin: 5px 15px 5px 5px;
        border-bottom: 3px solid #7296b4;
        border-left: 3px solid #7296b4;
        margin-left: 10px;
        margin-bottom: 10px;
    }

        #content .callout-box.inset p {
            font-size: 1.0em;
        }

.callout-box p {
    font-size: 1.0em;
    margin-left: 10px;
}

@media (max-width: 767px) {

    #content .callout-box {
        width: 90%;
        margin: 0px auto;
    }
}

.specialHeader {
    position: relative;
    text-align: center;
    margin-top: 1em;
}

    .specialHeader h2 {
        display: inline-block;
        margin: 0 auto;
        position: relative;
    }

    .specialHeader.explicit h2 {
        display: block;
    }

    .specialHeader h2:before {
        content: ' ';
        position: absolute;
        display: block;
    }

    .specialHeader h2:after {
        content: ' ';
        position: absolute;
        display: block;
    }

    .specialHeader.coloredBall h2:before {
        width: 60px;
        height: 60px;
        left: -70px;
        top: -25px;
        background: url(../content/unit01/images/arrowsStepsSmall.png);
    }

@media (max-width: 840px) {
    .specialHeader.coloredBall h2:before {
        content: none;
    }
}

.specialHeader.coloredBall h2:after {
    width: 110%;
    height: 3px;
    left: -10px;
    bottom: -4px;
    background: -moz-linear-gradient(left, rgba(112,118,200,0) 0%, rgba(112,118,200,1) 3%, rgba(112,118,200,1) 48%, rgba(112,118,200,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(112,118,200,0)), color-stop(3%,rgba(112,118,200,1)), color-stop(48%,rgba(112,118,200,1)), color-stop(100%,rgba(112,118,200,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(112,118,200,0) 0%,rgba(112,118,200,1) 3%,rgba(112,118,200,1) 48%,rgba(112,118,200,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(112,118,200,0) 0%,rgba(112,118,200,1) 3%,rgba(112,118,200,1) 48%,rgba(112,118,200,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(112,118,200,0) 0%,rgba(112,118,200,1) 3%,rgba(112,118,200,1) 48%,rgba(112,118,200,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(112,118,200,0) 0%,rgba(112,118,200,1) 3%,rgba(112,118,200,1) 48%,rgba(112,118,200,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007076c8', endColorstr='#007076c8',GradientType=1 ); /* IE6-9 */
}

.specialHeader.tools h2:before {
    width: 72px;
    height: 55px;
    left: -93px;
    top: -20px;
    background: url(../content/unit04/images/ToolboxLightIcon.png);
}

@media (max-width: 840px) {
    .specialHeader.tools h2:before {
        content: none;
    }
}

.specialHeader.tools h2:after {
    width: 110%;
    height: 3px;
    left: -7px;
    bottom: -6px;
    background: -moz-linear-gradient(left, rgba(162,139,120,0) 0%, rgba(162,139,120,1) 3%, rgba(162,139,120,1) 48%, rgba(162,139,120,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(162,139,120,0)), color-stop(3%,rgba(162,139,120,1)), color-stop(48%,rgba(162,139,120,1)), color-stop(100%,rgba(162,139,120,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(162,139,120,0) 0%,rgba(162,139,120,1) 3%,rgba(162,139,120,1) 48%,rgba(162,139,120,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(162,139,120,0) 0%,rgba(162,139,120,1) 3%,rgba(162,139,120,1) 48%,rgba(162,139,120,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(162,139,120,0) 0%,rgba(162,139,120,1) 3%,rgba(162,139,120,1) 48%,rgba(162,139,120,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(162,139,120,0) 0%,rgba(162,139,120,1) 3%,rgba(162,139,120,1) 48%,rgba(162,139,120,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007076c8', endColorstr='#007076c8',GradientType=1 ); /* IE6-9 */
}

.specialHeader.explicit h2 span {
    width: 41px;
    height: 37px;
    display: inline-block;
    background: #73C592 url(../content/unit05/images/box.png);
    line-height: 37px;
    text-align: center;
}

.specialHeader.explicit.blue span {
    background-color: #7296B4;
}




.intensityHeader {
    content: ' ';
    width: 43px;
    height: 40px;
    position: absolute;
    left: -44px;
    top: -5px;
    display: block;
    background: url(../content/unit05/images/explicit-icon4.gif);
}




.marginTop3half {
    margin-top: 3.5em;
}

.marginTopBig {
    margin-top: 2em;
}

.marginLeft {
    margin-left: 1em;
}

.marginLeftBig {
    margin-left: 3em;
}

.paddingAll {
    padding: 1em;
}

.paddingAllBig {
    padding: 3em;
}

.paddingLeft {
    padding-left: 1em;
}

.paddingLeftBig {
    padding-left: 3em;
}

.paddingRight {
    padding-right: 1em;
}

.paddingRightBig {
    padding-right: 3em;
}

.center {
    text-align: center;
}

.disabilityAreas .left-column, .disabilityAreas .right-column {
    padding-left: 2em;
    padding-right: 2em;
}

.disabilityAreas a {
    word-break: break-word;
}

.disabilityAreas .left-column {
    border-right: 2px solid #69B3BB;
}

@media (max-width: 767px) {
    .disabilityAreas .left-column {
        border-right: none;
    }
}

#content .disabilityAreas h3 {
    font-size: 1.5em;
    margin-bottom: .5em;
}

#content .disabilityAreas h2, #content h2.udl {
    position: relative;
    margin-bottom: 2em;
    text-align: center;
}

    #content .disabilityAreas h2.green:after,
    #content .disabilityAreas h2.blue:after,
    #content h2.udl.blue:after,
    #content h2.udl.green:after,
    #content h2.udl.purple:after {
        content: ' ';
        width: 100%;
        height: 5px;
        position: absolute;
        left: 0;
        bottom: -7px;
        display: block;
        background-repeat: no-repeat;
    }

    #content .disabilityAreas h2.green:after {
        background: -moz-linear-gradient(left, rgba(188,239,208,0) 0%, rgba(188,239,208,1) 25%, rgba(188,239,208,1) 75%, rgba(188,239,208,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(188,239,208,0)), color-stop(25%,rgba(188,239,208,1)), color-stop(75%,rgba(188,239,208,1)), color-stop(100%,rgba(188,239,208,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(188,239,208,0) 0%,rgba(188,239,208,1) 25%,rgba(188,239,208,1) 75%,rgba(188,239,208,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(188,239,208,0) 0%,rgba(188,239,208,1) 25%,rgba(188,239,208,1) 75%,rgba(188,239,208,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(188,239,208,0) 0%,rgba(188,239,208,1) 25%,rgba(188,239,208,1) 75%,rgba(188,239,208,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(188,239,208,0) 0%,rgba(188,239,208,1) 25%,rgba(188,239,208,1) 75%,rgba(188,239,208,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bcefd0', endColorstr='#00bcefd0',GradientType=1 ); /* IE6-8 */
    }

    #content .disabilityAreas h2.blue:after {
        background: -moz-linear-gradient(left, rgba(188,234,239,0) 0%, rgba(188,234,239,1) 25%, rgba(188,234,239,1) 75%, rgba(188,234,239,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(188,234,239,0)), color-stop(25%,rgba(188,234,239,1)), color-stop(75%,rgba(188,234,239,1)), color-stop(100%,rgba(188,234,239,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(188,234,239,0) 0%,rgba(188,234,239,1) 25%,rgba(188,234,239,1) 75%,rgba(188,234,239,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(188,234,239,0) 0%,rgba(188,234,239,1) 25%,rgba(188,234,239,1) 75%,rgba(188,234,239,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(188,234,239,0) 0%,rgba(188,234,239,1) 25%,rgba(188,234,239,1) 75%,rgba(188,234,239,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(188,234,239,0) 0%,rgba(188,234,239,1) 25%,rgba(188,234,239,1) 75%,rgba(188,234,239,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bceaef', endColorstr='#00bceaef',GradientType=1 ); /* IE6-8 */
    }

    #content h2.udl.blue:after {
        background: -moz-linear-gradient(left, rgba(0,102,161,0) 0%, rgba(0,102,161,1) 25%, rgba(0,102,161,1) 75%, rgba(0,102,161,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,102,161,0)), color-stop(25%,rgba(0,102,161,1)), color-stop(75%,rgba(0,102,161,1)), color-stop(100%,rgba(0,102,161,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(0,102,161,0) 0%,rgba(0,102,161,1) 25%,rgba(0,102,161,1) 75%,rgba(0,102,161,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(0,102,161,0) 0%,rgba(0,102,161,1) 25%,rgba(0,102,161,1) 75%,rgba(0,102,161,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(0,102,161,0) 0%,rgba(0,102,161,1) 25%,rgba(0,102,161,1) 75%,rgba(0,102,161,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(0,102,161,0) 0%,rgba(0,102,161,1) 25%,rgba(0,102,161,1) 75%,rgba(0,102,161,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066a1', endColorstr='#000066a1',GradientType=1 ); /* IE6-9 */
    }

    #content h2.udl.green:after {
        background: -moz-linear-gradient(left, rgba(59,138,65,0) 0%, rgba(59,138,65,1) 25%, rgba(59,138,65,1) 75%, rgba(59,138,65,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(59,138,65,0)), color-stop(25%,rgba(59,138,65,1)), color-stop(75%,rgba(59,138,65,1)), color-stop(100%,rgba(59,138,65,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(59,138,65,0) 0%,rgba(59,138,65,1) 25%,rgba(59,138,65,1) 75%,rgba(59,138,65,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(59,138,65,0) 0%,rgba(59,138,65,1) 25%,rgba(59,138,65,1) 75%,rgba(59,138,65,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(59,138,65,0) 0%,rgba(59,138,65,1) 25%,rgba(59,138,65,1) 75%,rgba(59,138,65,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(59,138,65,0) 0%,rgba(59,138,65,1) 25%,rgba(59,138,65,1) 75%,rgba(59,138,65,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b8a41', endColorstr='#003b8a41',GradientType=1 ); /* IE6-9 */
    }

    #content h2.udl.purple:after {
        background: -moz-linear-gradient(left, rgba(143,35,118,0) 0%, rgba(143,35,118,1) 25%, rgba(143,35,118,1) 75%, rgba(143,35,118,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(143,35,118,0)), color-stop(25%,rgba(143,35,118,1)), color-stop(75%,rgba(143,35,118,1)), color-stop(100%,rgba(143,35,118,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(143,35,118,0) 0%,rgba(143,35,118,1) 25%,rgba(143,35,118,1) 75%,rgba(143,35,118,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(143,35,118,0) 0%,rgba(143,35,118,1) 25%,rgba(143,35,118,1) 75%,rgba(143,35,118,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(143,35,118,0) 0%,rgba(143,35,118,1) 25%,rgba(143,35,118,1) 75%,rgba(143,35,118,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(143,35,118,0) 0%,rgba(143,35,118,1) 25%,rgba(143,35,118,1) 75%,rgba(143,35,118,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008f2376', endColorstr='#008f2376',GradientType=1 ); /* IE6-9 */
    }

.additionalResources {
    margin-top: 2em;
}

    .additionalResources .hr {
        width: 90%;
        margin: 3em auto 1.5em auto;
        border-top: 2px solid #69B3BB;
    }

#disabilityCategories {
    border: 3px solid #69b3bb;
    box-sizing: border-box;
    margin-top: 2em;
}

    #disabilityCategories h3 {
        font-size: 1.5em;
        line-height: 2.5em;
        margin: 0;
    }

    #disabilityCategories .birth2 {
        border-bottom: 3px solid #69b3bb;
        background-color: #bcefd0;
    }

    #disabilityCategories .buttons a {
        /*background-color: #6ecd94;*/
    }

        #disabilityCategories .buttons a div {
            display: table-cell;
            vertical-align: middle;
            padding: .75em .5em;
            width: 200px;
        }

@media (max-width: 480px) {
    #disabilityCategories .buttons a div {
        width: 175px;
    }
}

#disabilityCategories .birth2 + .buttons a div {
    background-color: #6ecd94;
}

#disabilityCategories .ages3 + .buttons a div {
    background-color: #69b3bb;
}

#disabilityCategories .buttons a div:first-child {
    background-color: #BCEFD0;
    color: #FFF;
    width: 80px;
    padding: inherit 0;
    font-size: 1.5em;
}

@media (max-width: 480px) {
    #disabilityCategories .buttons a div:first-child {
        font-size: 1.2em;
    }
}

#disabilityCategories .birth2 + .buttons a div:first-child {
    background-color: #BCEFD0;
}

#disabilityCategories .ages3 + .buttons a div:first-child {
    background-color: #BCEAEF;
}

#disabilityCategories .ages3 {
    border-top: 3px solid #69b3bb;
    border-bottom: 3px solid #69b3bb;
    background-color: #bceaef;
}

#disabilityCategories .buttons {
    text-align: center;
    margin: 1em auto;
}

    #disabilityCategories .buttons a {
        margin: 1em 2em;
        width: 310px;
        display: inline-block;
        text-decoration: none;
        color: #282828;
        cursor: pointer;
        font-size: 1.3em;
        font-weight: bold;
    }

@media (max-width: 480px) {
    #disabilityCategories .buttons a {
        font-size: 1.2em;
        margin: 1em auto;
        width: 255px;
    }
}

@media (max-width: 480px) {
    .chart1{
		margin-bottom:25px;	
	}
}


/* ::::::: COLORS ::::::: */

.white-color {
    color: #fff;
}

.gray-color {
    color: #666;
}

.gray-light-color {
    color: #cacbcb;
}

.black-color {
    color: #222;
}

.blue-color {
    color: #7296b4;
}

.blue-dark-color {
    color: #215e8b;
}

.purple-dark-color {
    color: #7076c8;
}

.green-color {
    color: #6ecd94;
}

.green-dark-color {
    color: green;
}

.orange-color {
    color: #f89c6b;
}

.teal-color {
    color: #69b3bb;
}

.red-color {
    color: red;
}

.red-bg-light {
    background: RGBA(255, 157, 157, .5);
}


.btn.black-color:hover, .btn.black-color:focus {
    color: #222;
}

.btn.green-color:hover, .btn.green-color:focus {
    color: #6ecd94;
}


.yellow-bg, .btn.yellow-bg:hover, .btn.yellow-bg:focus {
    background-color: #fef4a6;
}

.yellow-dark-bg, .btn.yellow-dark-bg:hover, .btn.yellow-dark-bg:focus {
    background-color: #fedb4a;
}

.orange-bg, .btn.orange-bg:hover, .btn.orange-bg:focus {
    background-color: #fed49a;
}

.orange-dark-bg, .btn.orange-dark-bg:hover, .btn.orange-dark-bg:focus {
    background-color: #f79c6b;
}

.coral-bg, .coral-bg *, .btn.coral-bg:hover, .btn.coral-bg:focus {
    background-color: #fbbf9d;
}

.coral-dark-bg, .btn.coral-dark-bg:hover, .btn.coral-dark-bg:focus {
    background-color: #f58e72;
}

.red-bg, .btn.red-bg:hover, .btn.red-bg:focus {
    background-color: #f59b9d;
}

.red-dark-bg, .btn.red-dark-bg:hover, .btn.red-dark-bg:focus {
    background-color: #e75a5a;
}

.blpurple-bg, .btn.blpurple-bg:hover, .btn.blpurple-bg:focus {
    background-color: #b5b7dc;
}

.blpurple-dark-bg, .btn.blpurple-dark-bg:hover, .btn.blpurple-dark-bg:focus {
    background-color: #7175b7;
}

.purple-bg, .btn.purple-bg:hover, .btn.purple-bg:focus {
    background-color: #ccb7d9;
}

.purple-light-bg, .btn.purple-light-bg:hover, .btn.purple-light-bg:focus {
    background-color: #e6d8ef;
}

.purple-dark-bg, .btn.purple-dark-bg:hover, .btn.purple-dark-bg:focus {
    background-color: #9870b1;
}

.blue-bg, .btn.blue-bg:hover, .btn.blue-bg:focus {
    background-color: #7296b4;
}

.blue-dark-bg, .btn.blue-dark-bg:hover, .btn.blue-dark-bg:focus {
    background-color: #215e8b;
}

.blue-light-bg, .btn.blue-light-bg:hover, .btn.blue-light-bg:focus {
    background-color: #b7cee0;
}

.teal-bg, .btn.teal-bg:hover, .btn.teal-bg:focus {
    background-color: #8fd4d8;
}

.teal-dark-bg, .btn.teal-dark-bg:hover, .btn.teal-dark-bg:focus {
    background-color: #68b2ba;
}

.teal-light-bg, .btn.teal-light-bg:hover, .btn.teal-light-bg:focus {
    background-color: #bee5eb;
}

.green-light-bg, .btn.green-light-bg:hover, .btn.green-light-bg:focus {
    background-color: #ddf2e4;
}

.green-bg, .btn.green-bg:hover, .btn.green-bg:focus {
    background-color: #bfe2cb;
}

.green-dark-bg, .btn.green-dark-bg:hover, .btn.green-dark-bg:focus {
    background-color: #73c492;
}

.green-UDL-bg, .btn.green-UDL-bg:hover, .btn.green-UDL-bg:focus {
    background-color: #D1FDFE;
}

.green-DI-bg, .btn.green-DI-bg:hover, .btn.green-DI-bg:focus {
    background-color: #B9FAFD;
}

.green-EI-bg, .btn.green-EI-bg:hover, .btn.green-EI-bg:focus {
    background-color: #94F4FC;
}

.green-SDI-bg, .btn.green-SDI-bg:hover, .btn.green-SDI-bg:focus {
    background-color: #87F7FC;
}

.green-MARZANO-bg, .btn.green-MARZANO-bg:hover, .btn.green-MARZANO-bg:focus {
    background-color: #67EBFA;
}


.white-bg, .btn.white-bg:hover, .btn.white-bg:focus {
    background-color: #fff;
}

.sand-bg, .btn.sand-bg, .btn.sand-bg:focus {
    background-color: #edeadc;
}

.sand-dark-bg, .btn.sand-dark-bg, .btn.sand-dark-bg:focus {
    background-color: #bab59c;
}

.gray-bg, .btn.gray-bg:hover, .btn.gray-bg:focus {
    background-color: #f4f4f4;
}

.gray-dark-bg, .btn.gray-dark-bg:hover, .btn.gray-dark-bg:focus {
    background-color: #9a9b9b;
}



/* ::::::: UDL COLORS ::::::: */

.purple-udl-bg, .btn.purple-udl-bg:hover, .btn.purple-udl-bg:focus {
    background-color: #8f2376;
}

.purple-udl-light-bg, .btn.purple-udl-light-bg:hover, .btn.purple-udl-light-bg:focus {
    background-color: #f4eef3;
}

.blue-udl-bg, .btn.blue-udl-bg:hover, .btn.blue-udl-bg:focus {
    background-color: #0066a1;
}

.blue-udl-light-bg, .btn.blue-udl-light-bg:hover, .btn.blue-udl-light-bg:focus {
    background-color: #eff1f7;
}

.green-udl-bg, .btn.green-udl-bg:hover, .btn.green-udl-bg:focus {
    background-color: #3c8a41;
}

.green-udl-light-bg, .btn.green-udl-light-bg:hover, .btn.green-udl-light-bg:focus {
    background-color: #f1f4ef;
}

.green-close-bg, .btn.green-close-bg:hover, .btn.green-close-bg:focus {
    background-color: #c5e0b4;
    border: black 1px solid;
    padding: 5px;
}

.green-close-bg2, .btn.green-close-bg2:hover, .btn.green-close-bg2:focus {
    background-color: #e2f0d9;
    border: black 1px solid;
}

.gray-close-bg, .btn.gray-close-bg:hover, .btn.gray-close-bg:focus {
    background-color: #eeeeee;
    border: black 1px solid;
    padding: 5px;
}

.white-close-bg, .btn.white-close-bg:hover, .btn.white-close-bg:focus {
    background-color: #FFF;
    border: black 1px solid;
    padding: 5px;
}

/* ::::::: ACCESSIBILITY ::::::: */

::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

*:focus,
a:focus {
    outline: 2px dotted #fe57a1 !important;
}

div:focus {
    outline: none !important;
}

.skip,
.myContainer .course h1 {
    color: transparent;
    float: left;
    height: 0;
    overflow: hidden;
    width: 0;
}

.myContainer .course h1 {
    visibility: hidden;
}

.tableBlack {
    width: 95%;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
}

    .tableBlack tr {
        border-left: black 1px solid;
        border-top: black 1px solid;
    }

    .tableBlack td {
        border-right: black 1px solid;
        border-bottom: black 1px solid;
        padding: 1.0em;
    }

.tableBlack2 {
    width: 100%;
    /*overflow: hidden;*/
    height: auto;
    margin-bottom: 10px;
}

    .tableBlack2 th {
        background-color: #bee5eb;
        border: solid 1px #8fd4d8;
    }

    .tableBlack2 td {
        border: solid 1px #8fd4d8;
    }

        .tableBlack2 td p,
        .tableBlack2 th p {
            margin: 10px;
        }

.ds_list li {
    margin-bottom: 10px;
}

.relationships, .btn.relationships:hover, .btn.relationships:focus {
    background-color: #e95b5a;
}

.growthMindset, .btn.growthMindset:hover, .btn.growthMindset:focus {
    background-color: #eb6b6c;
}

.valCon, .btn.valCon:hover, .btn.valCon:focus {
    background-color: #ed7b7b;
}

.fairness, .btn.fairness:hover, .btn.fairness:focus {
    background-color: #f08c8c;
}

.selfDet, .btn.selfDet:hover, .btn.selfDet:focus {
    background-color: #f19b9c;
}

.srl, .btn.srl:hover, .btn.srl:focus {
    background-color: #f3abac;
}

.accordion .ui-widget {
    /*background: url(images/coral1.gif) repeat;*/
}

.accordion .ui-widget-header {
    /*background-color:#F00;*/
    background: url(images/coral1.gif) repeat;
    /*----------------------*/
}


/*.accordion div ol li, .accordion div ul li {
    margin-left: 40px;
    font-size: 1.9em;
    line-height: 1.5em;
}*/

#content .accordion * {
	font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
}

.accordion .ui-widget-content1 {
    background: #e95b5a;
}

.accordion .ui-widget-content2 {
    background: #eb6b6c;
}

.accordion .ui-widget-content3 {
    background: #ed7b7b;
}

.accordion .ui-widget-content4 {
    background: #f08c8c;
}

.accordion .ui-widget-content5 {
    background: #f19b9c;
}

.accordion .ui-widget-content6 {
    background: #f3abac;
}

.accordion .ui-widget-content7 {
    background: #febebf;
}

.accordion .ui-widget-content8 {
    background: #ffcfd0;
}


/*----------------------*/

.accordion .ui-state-default, .ui-state-hover, .ui-state-focus, ui-state-active {
	font-family:Verdana, Geneva, sans-serif;
    color: #000000;
    font-size: 1.0em;
    font-weight: normal;
    border: none;
}

.accordion div ul li {
    font-size: 1.2em;
    border: none;
}

.accordion div {
    border: none;
}


#content .accordion h3 {
    font-size: 1.1em;
    font-weight: bold;
}
/* Elementary Secondary button box and buttons */

.btnBox {
    display: table;
    height: 100px;
    width: 80%;
    margin: 1em auto;
}

    .btnBox span {
        display: table-cell;
        width: 10%;
    }

    .btnBox a {
        border-spacing: 50px;
        border-collapse: separate;
        color: #000000;
        display: table-cell;
        font-size: 1.5em;
        padding: 2em 1em;
        text-decoration: none;
        vertical-align: middle;
        border: black 1px solid;
    }
@media (max-width: 767px) {
    .btnBox a {
        font-size: 1.25em;
        padding: 1em .5em;
    }
}
.grade-,
.grade-secondary,
.grade-elementary {
}


/***********************  RESPONSIVE TABLE  ********************************/


.table-responsive {
    margin: 1em auto;
}

    .table-responsive > div > a,
    .table-responsive > div > div {
        color: #000;
        display: block;
        font-size: 18px;
        margin: 5px;
        padding: 1em;
        text-decoration: none;
    }

    .table-responsive.center > div > a,
    .table-responsive.center > div > div {
        text-align: center;
    }

@media (min-width: 768px) {
    .table-responsive {
        border-collapse: separate;
        border-spacing: 5px;
        display: table;
        width: 100%;
    }

        .table-responsive > div {
            display: table-row;
        }

            .table-responsive > div > a,
            .table-responsive > div > div {
                display: table-cell;
                vertical-align: middle;
                width: 5%;
            }
}

/***********************  BOOTSTRAP COLLAPSE  ********************************/
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

#content a.close-link {
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}


/***********************  BOOTSTRAP BUTTON OPEN CLOSE  ********************************/


.btn-block {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 18.004px;
    padding: 10px;
    text-decoration: none;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

    .btn-block:hover {
        text-decoration: none;
    }

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

/*-----tab popups-----*/
.modal {
    display: none;
    overflow: hidden;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -200%);
        -ms-transform: translate(0, -200%);
        transform: translate(0, -200%);
        -webkit-transition: -webkit-transform 0.6s ease-out;
        transition: transform 0.6s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    display: inline-block;
    margin: 10px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    padding: 10px 20px 0px 20px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/*-----------------------------*/
