.boxedTitle {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.boxedList {
    margin: 0;
    padding: 10px;
    list-style-type: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.boxedList li {
    margin-bottom: 2px;
}

.piped {
    display: table;
    margin: 10px auto 0 auto;
    padding: 0;
    list-style-type: none;
}

.piped > li {
    display: table-cell;
    font-size: 12px;
    padding: 0 4px;
    border-left: 1px solid #ccc;
}

.piped > li:first-child {
    border-left: 0;
    padding-left: 0;
}

.piped > li:last-child {
    padding-right: 0;
}

#content {
    font-family: 'Open Sans', arial, sans-serif;
    margin-left: 0;
}

#content h1 {
    border: 0;
    font-size: 26px;
    text-align: center;
    margin: 5px 0 15px 0;
    padding: 0;
    color: #444;
    line-height: 1;
}

#content h1.noBlurb {
    margin-bottom: 20px;
}

#content h1 + p,
#content h1 + h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #666;
}

#content h2 small {
    font-size: 15px;
}

#content h2 a,
#content h2 a:visited,
#content h2 a:hover {
    color: inherit;
}

#content h1 + p + p {
    font-size: 14px;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0;
}

.statsWrapper {
    align-content: space-between;
}

.stat {
    width: 301px;
    margin-left: 17px;
    text-align: center;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.stat:nth-of-type(1) {
    margin-left: 3px;
}

/* Create responsive embed css for hero video */
.moduleRow.oneModule > .module.heroVideoModuleWrapper {
    width: 100%;
    max-width: 750px;
    float: none;
    margin: 0px auto;
}
.responsiveVideoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.responsiveVideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module {
    border-radius: 6px;
    background: #eee;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.responsiveSpacer {
    display: none;
}

.moduleRow {
    margin-bottom: 20px;
}

.moduleRow > .module,
.moduleRow > .moduleStack {
    float: left;
    width: 301px;
    margin-left: 20px;
}

.moduleRow > .moduleStack .module:first-child {
    margin-bottom: 15px;
}

.moduleRow > .module:first-child,
.moduleRow > .moduleStack:first-child {
    margin-left: 3px;
}

.moduleRow.oneModule .module {
    width: auto;
}

.moduleRow.smallLeft > .module {
    width: 326px;
}

.moduleRow.smallLeft > .module:first-child,
.moduleRow.smallLeft > .moduleStack:first-child {
    width: 251px;
}

.moduleRow.twoModules.smallLeft > .module {
    width: 672px;
}

.moduleRow.twoModules.smallLeft > .module:first-child {
    width: 251px;
}

.moduleRow.smallSides > .module,
.moduleRow.smallSides > .moduleStack {
    width: 367px;
}

.moduleRow.smallSides > .module + .module + .module,
.moduleRow.smallSides > .moduleStack + .module + .module,
.moduleRow.smallSides > .module:first-child,
.moduleRow.smallSides > .module + .module + .moduleStack,
.moduleRow.smallSides > .moduleStack:first-child {
    width: 270px;
}

.moduleRow.twoModules.smallRight > .module,
.moduleRow.twoModules.smallRight > .moduleStack {
    width: 251px;
}

.moduleRow.twoModules.smallRight > .module:first-child,
.moduleRow.twoModules.smallRight > .moduleStack:first-child {
    width: 672px;
}

.moduleRow.homeBottomRow .moduleContent {
    min-height: 210px;
}

.moduleRow.createTopRow .moduleContent {
    min-height: 250px;
}

.moduleRow.createTopRow.loggedIn .moduleContent {
    min-height: 210px;
}

.module.preMade > h3 {
    background: #6c0;
}

.module.testMaker > h3,
.createTopRow .module.createATest > h3,
.module.myContent > h3,
.module.help > h3,
.module.myScheduledTests > h3,
.module.testRoomActions > h3,
.module.generators > h3 {
    background: #4e9df4;
}

.module.testRoom > h3,
.module.share > h3,
.module.specialOffer > h3 {
    background: #f50;
}

.module > h3 {
    margin: 0;
    padding: 4px 0;
    text-align: center;
    border-radius: 4px 4px 0 0;
    background: #b4b4b4;
}

.module > h3 * {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
}

.module > h3 .fa {
    font-size: 26px;
    margin-right: 6px;
}

.module > h3 span {
    font-size: 20px;
}

.module .moduleContent {
    padding: 10px 10px;
    text-shadow: 0px 1px 1px #fff;
}

.module .moduleContent p {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: justify;
}

.module .feature {
    display: table;
    margin-bottom: 4px;
}

.module .feature > div {
    display: table-cell;
    padding-left: 4px;
}

.module.preMade .feature .fa {
    color: #016308;
}
.module.testMaker .feature .fa,
.module.testMakerFeatures .feature .fa,
.module.testRoomFeatures .feature .fa {
    color: #0040bf;
}
.module.testRoom .feature .fa {
    color: #f50;
}

.module .modernButton {
    margin-top: 20px;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 8px;
}

.module.preMade .modernButton,
.module.testMakerFeatures .modernButton,
.module.testRoomFeatures .modernButton {
    background-color: #6c0;
    background-image: linear-gradient(
        bottom,
        rgb(1, 99, 8) 4%,
        rgb(102, 204, 0) 96%
    );
    background-image: -o-linear-gradient(
        bottom,
        rgb(1, 99, 8) 4%,
        rgb(102, 204, 0) 96%
    );
    background-image: -moz-linear-gradient(
        bottom,
        rgb(1, 99, 8) 4%,
        rgb(102, 204, 0) 96%
    );
    background-image: -webkit-linear-gradient(
        bottom,
        rgb(1, 99, 8) 4%,
        rgb(102, 204, 0) 96%
    );
    background-image: -ms-linear-gradient(
        bottom,
        rgb(1, 99, 8) 4%,
        rgb(102, 204, 0) 96%
    );
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.04, rgb(1, 99, 8)),
        color-stop(0.96, rgb(102, 204, 0))
    );
}
.module.preMade .modernButton:hover,
.module.testMakerFeatures .modernButton:hover,
.module.testRoomFeatures .modernButton:hover {
    background: #016308;
}

.module.testRoom .modernButton {
    background: #f50;
    background-image: linear-gradient(
        bottom,
        rgb(255, 51, 0) 4%,
        rgb(255, 153, 0) 96%
    );
    background-image: -o-linear-gradient(
        bottom,
        rgb(255, 51, 0) 4%,
        rgb(255, 153, 0) 96%
    );
    background-image: -moz-linear-gradient(
        bottom,
        rgb(255, 51, 0) 4%,
        rgb(255, 153, 0) 96%
    );
    background-image: -webkit-linear-gradient(
        bottom,
        rgb(255, 51, 0) 4%,
        rgb(255, 153, 0) 96%
    );
    background-image: -ms-linear-gradient(
        bottom,
        rgb(255, 51, 0) 4%,
        rgb(255, 153, 0) 96%
    );
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.04, rgb(255, 51, 0)),
        color-stop(0.96, rgb(255, 153, 0))
    );
}

.module.testRoom .modernButton:hover {
    background: #f50;
}

.createBottomRow .module.createATest .modernButton {
    background: #bbb;
    background-image: -webkit-linear-gradient(top, #bbb, #999);
    background-image: -moz-linear-gradient(top, #bbb, #999);
    background-image: -ms-linear-gradient(top, #bbb, #999);
    background-image: -o-linear-gradient(top, #bbb, #999);
    background-image: linear-gradient(to bottom, #bbb, #999);
}

.createBottomRow .module.createATest .modernButton:hover {
    background: #999;
}

.button-supertext {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #444;
}

.button-subtext {
    font-size: 12px;
    margin-top: 15px;
    font-weight: normal;
    font-style: italic;
    color: #666;
}

.contentColumns {
    margin: 0 auto;
}

.contentColumns .contentColumn {
    width: 34%;
    float: left;
}

.contentColumns .contentColumn + .contentColumn {
    width: 65%;
    float: right;
}

.contentColumns .panel_body > .entities {
    padding-left: 0;
}

.contentColumns .panel .panel_body {
    border: 0;
    min-height: 430px;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

.contentColumns .panel {
    width: auto;
}

.contentColumns .panel h5 {
    border: 0;
    padding: 0 0 10px 0;
    text-align: center;
    font-size: 20px;
}

.contentColumns .panel h5 .fa {
    color: #6c0;
    text-shadow: 0px 1px 1px #fff;
}

.contentColumn + .contentColumn .panel h5 .fa {
    color: #4e9df4;
}

.contentColumns .entitiesColumn {
    float: left;
    width: 49%;
}

.contentColumns .entitiesColumn + .entitiesColumn {
    float: right;
}

.contentColumns .entities .grade {
    padding-right: 5px;
}

.contentColumns .root:first-child {
    padding-top: 0;
}

.contentColumns .entities,
.contentColumns strong,
.contentColumns h2 {
    font-size: 13px;
}

.contentColumns h2 {
    margin: 0;
    padding: 0;
}

.contentColumns li.separator {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

.contentColumns small {
    font-size: 11px;
}

.optionColumns {
    display: table;
    width: 100%;
}

.optionColumn {
    display: table-cell;
    width: 30.5%;
    border-left: 1px solid #ccc;
    padding: 0 1.5%;
    padding: 0 10px\9;
    margin: 0 auto;
}

.optionColumn:first-child {
    border-left: 0;
    padding-left: 1%;
    padding-left: 5px\9;
}

.optionColumn h4 {
    margin: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

.featuresModule .optionColumn h4 {
    font-size: 18px;
}

.featuresModule .buttonGroup {
    margin-top: 15px;
    text-align: center;
}

.featuresModule .buttonGroup .modernButton {
    display: inline-block;
    margin: 0;
    padding: 8px 16px;
}

.featuresModule .feature {
    margin-bottom: 8px;
}

.featureBanner {
    background: #b4b4b4;
    text-align: center;
    margin: 10px auto 20px auto;
}

.featureBanner img {
    height: 58px;
    max-width: 100%;
}

.optionColumn p {
    min-height: 40px;
}
.twoModules .optionColumn p {
    min-height: 60px;
}

.optionColumn .modernButton {
    margin-top: 5px;
    font-size: 14px;
    padding: 6px;
}

.generatorColumns {
    display: table;
    width: 100%;
}

.generatorColumns + .generatorColumns {
    margin-top: 20px;
}

.generatorColumn {
    display: table-cell;
    width: 48%;
    padding: 0 1%;
    text-align: center;
    vertical-align: top;
}

.generatorColumn h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.jumper a {
    margin-left: 10px;
}

.questionGroups .modernButton {
    display: inline-block;
    margin-top: 0;
    padding: 6px 10px;
    font-size: 14px;
}

.blogPosts {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blogPosts {
    font-size: 13px;
    line-height: 1.2em;
}

.blogPosts li {
    margin-bottom: 6px;
}

.blogPosts li .date {
    font-size: 11px;
    color: #666;
}

.module.newsletter input[type='email'] {
    width: 95%;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.module.newsletter .formGroup {
    margin-bottom: 10px;
}

.module.newsletter .modernButton {
    margin: 0;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

.module.newsletter .modernButton[disabled] {
    color: #fff;
    background: #0040bf;
    cursor: not-allowed;
}

.module.newsletter .samples {
    margin-top: 20px;
}

.module.newsletter .samples ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.module.newsletter .samples li {
    display: inline;
    margin-left: 5px;
}

.createATest .moduleContent .notLoggedIn {
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.share .socialTools {
    margin: 0 auto;
}

.testRoomActions .modernButton {
    padding: 4px 0;
    margin: 4px 15px 0 15px;
    font-size: 13px;
}

.testRoomActions .modernButton:first-child {
    margin-top: 0;
}

.testRoomActions li {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
}
.testRoomActions li:first-child {
    margin-top: 0;
}

.module.help .boxedList li {
    font-size: 12px;
}

.optionColumn .planGroup p {
    margin: 4px 0 6px 0;
    min-height: 0;
}

.featuresModule .planGroup .feature {
    margin-bottom: 4px;
}

@media only screen and (max-width: 979px) {
    .responsive .moduleRow {
        display: table;
        width: 100%;
    }
    .responsive .moduleRow > .module,
    .responsive .moduleRow > .moduleStack {
        display: table-cell;
        float: none;
        width: 32%;
    }
    .responsive .moduleRow .responsiveSpacer {
        display: table-cell;
        width: 2%;
    }
    .responsive .moduleRow.twoModules.smallRight > .module,
    .responsive .moduleRow.twoModules.smallRight > .moduleStack {
        width: auto;
    }
    .responsive .moduleRow.oneModule .module {
        width: auto;
    }
    .responsive .module .modernButton {
        font-size: 12px;
        padding: 6px;
    }
    .responsive .contentColumns .panel h5 {
        font-size: 15px;
    }
    .responsive .partners img {
        max-width: 100px;
        height: auto;
    }
}
@media only screen and (max-width: 600px) {
    .responsive .moduleRow {
        display: block;
    }
    .responsive .moduleRow > .module,
    .responsive .moduleRow > .moduleStack {
        display: block;
        width: auto;
        margin: 0 0 10px 0;
    }
    .responsive .moduleRow .responsiveSpacer {
        display: none;
    }
    .responsive #content h1 {
        font-size: 22px;
        line-height: 1;
    }
    .responsive #content h1 + p,
    .responsive #content h1 + h2 {
        margin: 5px 0 10px 0;
        font-size: 14px;
    }
    .responsive .contentColumns {
        display: table;
    }
    .responsive .contentColumns .contentColumn {
        width: auto;
        float: none;
        display: table-footer-group;
    }
    .responsive .generatorColumn {
        display: block;
        width: auto;
        padding: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 550px) {
    .responsive #content h1 {
        font-size: 20px;
    }
    .responsive .module > h3 span {
        font-size: 18px;
    }
    .responsive .contentColumns .contentColumn + .contentColumn {
        display: table-header-group;
    }
    .responsive .contentColumns .entitiesColumn {
        float: none;
        width: auto;
    }
    .responsive .optionColumns,
    .responsive .optionColumn {
        display: block;
        width: auto;
        padding: 0;
        border: 0;
    }
}
@media only screen and (max-width: 400px) {
}
