* {
    font-family: Arial, sans-serif;
}

body,
td {
    margin: 0;
    font-size: 14px;
    /* baseline font size */
}

.infotable td {
    margin: 0;
    font-size: 14px;
    /* baseline font size */
}

input,
select {
    font-size: 16px;
}

hr {
    border-top: 1px solid #aaa;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.input1+hr {
    margin-top: 0;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

.fullWidth {
    width: 100% !important;
}

.nowrap {
    white-space: nowrap;
}

.disabled {
    opacity: 0.5;
}

.globalHeaderWrapper {
    font-size: 10px;
}

.globalHeaderTop {
    padding-top: 12px;
    height: 60px;
    /* background-image: -webkit-linear-gradient(top, #96151d, #7d1119);
    background-image: -moz-linear-gradient(top, #96151d, #7d1119);
    background-image: -ms-linear-gradient(top, #96151d, #7d1119);
    background-image: linear-gradient(to bottom, #96151d, #7d1119);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr='#96151d', endColorStr='#7d1119'); */
    background-color: #0077c8;
    zoom: 1;
}

.copyText {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.313em;
    margin-top: 10px;
    color: #666666;
}
.copyRight {
    margin-bottom: 20px;
}

.logoContainer {
    margin: 13px auto;
    width: 109px;
}

.actionBarWrapper {
    min-height: 34px;
    background-color: #7a6f5e;
    padding-bottom: 10px;
}

.actionBar {
    overflow: hidden;
    max-width: 986px;
    margin: 0 auto;
}

.actionBar ul {
    margin: 0;
    padding: 5px 11px 0 0;
    list-style-type: none;
}

.actionBar li {
    float: left;
    padding-left: 10px;
    padding-right: 20px;
}

.actionBar li:hover {
    text-decoration: underline;
    color: white;
    /* lame IE (11!) needs this or the left side links hover with black underlines */
}

.actionBar a {
    font-size: 1.2em;
    padding-top: 10px;
    display: block;
    color: white;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

/* .actionBar a:hover {
    color: white;
    text-decoration: none;
} */

.actionBar .printit {
    float: left;
    padding-top: 8px;
}

.actionBar .printittxt {
    float: left;
    padding-left: 10px;
}
/* 
.actionBar .printittxt:hover {
    text-decoration: underline;
} */

.stageMargin {
    padding: 0;
}

.contentWrapper {
    background-color: white;
    padding: 10px 18px 18px 18px;
    max-width: 966px;
    margin: 0 auto;
    font-size: 14px;
}

#inputs {
    float: left;
    width: 35%;
    padding-right: 30px;
    margin-top: 40px;
}

.UGMA #inputs {
    width: 45%;
    margin-top: 20px;
}

#inputs.fullWidth {
    margin-top: 10px;
}

.contentWrapper #results {
    float: left;
    line-height: 1.5em;
    width: 60%;
}

.UGMA .contentWrapper #results {
    float: right;
    width: 50%;
}

.contentWrapper #resultsWide {
    float: left;
    line-height: 1.3em;
    width: 100%;
}

.expandCollapseLinks {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.accord {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.9em;
}

.accord.firstTable th {
    border-top: 1px solid #ccc;
}

.accord td,
.accord th {
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
    width: 3%;
    padding: 10px;
    vertical-align: top;
}
.lineBreak {
    line-break: anywhere;
}

.accord th {
    border-bottom: none !important;
}

.accord td:first-child,
.accord th:first-child {
    width: 2%;
    text-align: left;
    font-weight: bold;
}

.accord th:first-child {
    font-size: 1.2em;
    color: #0077c8;
    color: #333;
}

.accord .titleRow td {
    text-transform: uppercase;
}

.accord .collapseThis,
.accord .expandThis {
    text-align: left;
    cursor: pointer;
}

.lead-in>.h1 {
    padding-top: 1em;
    margin-bottom: 0.1481em;
}

.h1 {
    font-size: 24px;
    line-height: 1.1852em;
    font-weight: normal;
    color: #333;
}

p.intro {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: #96151d;
    padding: 0;
    margin: 0;
}

.intro-k12 {
    font-weight: normal;
    color: #333;
    padding: 0;
    margin: 20px 0 10px 0;
}

.lead-in>p.intro {
    margin-bottom: 0.1667em;
    padding-top: 0.2222em;
}

.h2 {
    font-size: 1.3125em;
    line-height: 1.1429em;
    margin-bottom: 0.2381em;
    margin-top: 0;
    padding-top: 2.1905em;
}

hr+.h2 {
    /* h2 class heading immediately after rule (stdc results panel) */
    padding-top: 0.5em;
}

.inputItem {
    padding-bottom: 30px;
}
.block {
    display: block !important;
}
.inputLabel {
    padding-bottom: 10px;
}


.inputBox {
    height: 1.4em;
    width: 100px;
}

.inputBoxSmall {
    text-align: right;
    height: 1.4em;
    width: 50px;
}

.inputSelect {
    font-size: 14px;
    border: 1px solid #999999;
    /* REQUIRED to make Chrome & Firefox use font-size; cost is uglier dropdown arrows */
}

.inputFootnote {
    margin-top: 10px;
    font-size: 0.8em;
}

#reset {
    margin-top: 20px;
}

#statenote {
    display: hidden;
    margin-top: 5px;
    color: #96151d;
    font-style: italic;
    font-size: 0.8em;
}

.cbdTable td {
    padding-bottom: 15px;
}

.buttonSecond {
    cursor: pointer;
    display: block;
    font-size: 9px !important;
    font-weight: bold !important;
    line-height: 2.5em !important;
    padding: 0.125em 0.625em 0.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px #e0dbd0;
    color: #333;
    border: 1px solid #a8a093;
    background: #d4cfc3;
    background: -webkit-linear-gradient(top, #d4cfc3, #a8a093);
    background: -moz-linear-gradient(top, #d4cfc3, #a8a093);
    background: -ms-linear-gradient(top, #d4cfc3, #a8a093);
    background: -o-linear-gradient(top, #d4cfc3, #a8a093);
    background: linear-gradient(to bottom, #d4cfc3, #a8a093);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d4cfc3', endColorstr='#a8a093', GradientType=0);
}

.buttonSecond:hover {
    text-decoration: none !important;
    color: #333;
    background: #a8a093;
    background: -webkit-linear-gradient(top, #a8a093, #d4cfc3);
    background: -moz-linear-gradient(top, #a8a093, #d4cfc3);
    background: -ms-linear-gradient(top, #a8a093, #d4cfc3);
    background: -o-linear-gradient(top, #a8a093, #d4cfc3);
    background: linear-gradient(to bottom, #a8a093, #d4cfc3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a8a093', endColorstr='#d4cfc3', GradientType=0);
}

.buttonSecond.inline {
    display: inline !important;
    font-size: 0.8em !important;
    line-height: 1.5em !important;
    margin-left: 15px;
}

.buttonMain {
    cursor: pointer;
    display: block;
    font-size: 1em !important;
    line-height: 2.25em;
    padding: 0.125em 0.625em 0.25em;
    text-align: center;
    text-decoration: none;
    /* text-shadow: 0 -1px 1px black; */
    color: #fff;
    border: none;
    /* border: 1px solid #500; */
    background: #0077c8;
    /* background: -webkit-linear-gradient(top, #0077c8 0, #0077c8 48%, #7d1119 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0077c8), color-stop(48%, #0077c8), color-stop(100%, #7d1119));
    background: -moz-linear-gradient(top, #0077c8 0, #0077c8 48%, #7d1119 100%);
    background: -ms-linear-gradient(top, #0077c8 0, #0077c8 48%, #7d1119 100%);
    background: -o-linear-gradient(top, #0077c8 0, #0077c8 48%, #7d1119 100%);
    background: linear-gradient(to bottom, #0077c8 0, #0077c8 48%, #7d1119 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0077c8', endColorstr='#7d1119', GradientType=0); */
}

.ui-dialog-buttonset .buttonMain {
    display: inline;
    font-size: 0.8em !important;
    line-height: 2.0em !important;
}

.ui-dialog-buttonset .buttonMain:hover {
    border: none !important;
    font-family: Arial, sans-serif !important;
    font-weight: normal !important;
}

.buttonMain:active,
.buttonMain:hover {
    text-decoration: none !important;
    color: #fff;
    background: #0077c8;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d1119), color-stop(48%, #7d1119), color-stop(100%, #0077c8));
    background: -webkit-linear-gradient(top, #7d1119 0, #7d1119 48%, #0077c8 100%);
    background: -moz-linear-gradient(top, #7d1119 0, #7d1119 48%, #0077c8 100%);
    background: -o-linear-gradient(top, #7d1119 0, #7d1119 48%, #0077c8 100%);
    background: -ms-linear-gradient(top, #7d1119 0, #7d1119 48%, #0077c8 100%);
    background: linear-gradient(to bottom, #7d1119 0, #7d1119 48%, #0077c8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7d1119', endColorstr='#0077c8', GradientType=0); */
}

a {
    color: #0077c8;
    cursor: pointer;
    text-decoration: none;
}

/* a:hover {
    text-decoration: underline;
} */

#select_college_data {
    display: none;
}

#plans {
    display: none;
}

.planList ul li {
    margin-top: 10px;
}

.leftpad {
    padding-left: 20px;
}

#college_lookup,
.change_assumptions,
.select_college {
    background: url(../images/link_layer_dotted_rule_enabled.png) bottom repeat-x;
    background-image: url(../images/link_layer_dotted_rule_enabled.svg), none;
}

.glossItem {
    color: #0077c8;
    cursor: pointer;
    border-bottom: 0;
    background: url(../images/link_layer_dotted_rule_enabled.png) bottom repeat-x;
    background-image: url(../images/link_layer_dotted_rule_enabled.svg), none;
    padding-bottom: 0.14286em;
}

.glossary {
    display: none;
}

.glossDialog {
    padding: 0;
}

.glossContainer {
    font-size: 0.875em;
    line-height: 1.3em;
}

.glossCloseButton {
    background: url(../images/layer_close_button_active.png);
    background-image: url(../images/layer_close_button_active.svg), none;
    background-repeat: no-repeat;
    text-indent: -999999px;
    position: absolute;
    top: -3px;
    right: -3px;
    height: 24px;
    width: 24px;
    content: "x";
}

.glossCloseButton:hover {
    background: url(../images/layer_close_button_hover.png);
    background-image: url(../images/layer_close_button_hover.svg), none;
}

.glossHeader {
    font-weight: normal;
}

.glossContent {
    border: 6px solid #666;
    background-color: white;
}

.glossTitlebar {
    background-color: #e0dbd0;
    color: #333;
}

#resTable {
    display: none;
}

.UGMA #resTable {
    display: block;
}

.UGMA #resChart {
    display: none;
}
.show {
    display:block;
}
.hide {
    display:none;
}

.resultsTable caption {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    padding: 10px 0;
}

.resultsTable th {
    background: #eae5da;
    border-right: 1px solid white;
    padding: 7px 7px;
    font-size: 12px;
}

.resultsTable td {
    padding: 5px 3px;
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
}

.UGMA h4 {
    font-weight: normal;
    font-size: 18px;
}

div.inputItem+h4 {
    margin-top: 0;
}


/******************/


/* lookup_ styles */


/******************/

.lookup_tab,
.lookup_type {
    width: 80%;
    float: left;
    font-size: 12px;
    overflow-x: none;
}

.lookup_tab {
    display: none;
}

.lookup_type {
    margin-top: 10px;
    line-height: 2.0em;
}

.lookup_tab input,
.lookup_tab select {
    font-size: 11px;
}

.lookup_average,
.lookup_footer {
    width: 78%;
    float: left;
    bottom: 0;
    position: absolute;
}

.lookup_footer {
    left: 0;
    padding-left: 20px;
    font-size: 0.5em;
}

.lookup_right {
    float: right;
    width: 80%;
}

.lookup_left {
    left: 0;
    /* position: absolute; */
    height: 96%;
    width: 16%;
    padding-right: 4%;
    font-size: 12px;
    border-left: 1px solid #cacaca;
}

.lookup_left a {
    color: #0077c8;
}

.lookup_left ul {
    margin: 0 0 0 2px;
    padding: 0;
    list-style-type: none;
}

.lookup_left li {
    padding: 3px;
}

.lookup_left p {
    padding: 2px 5px 2px 5px;
    margin: 0px;
    font-size: 12px;
}

.lookup_container {
    width: 90%;
}

.lookup_container h2 {
    font: 15px;
    margin: 3px 10px 5px 3px;
}

#pickschool {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}


/* Modal window styling */

.input-wrapper {
    font-size: 16px;
    font-weight: normal;
    color: #767676;
    margin-top: 10px;
}

.input-tag,
.input-tag-narrow,
.input-tag-med {
    float: left;
    clear: both;
    margin: 0px;
    padding: 0 0 6px 0;
    border: 0px;
    text-align: left;
}

.resultsFull {
    width: 100% !important;
}

.input-tag {
    width: 400px;
}

.input-tag-narrow {
    width: 150px;
}

.input-tag-med {
    width: 230px;
}

.input-box {
    float: left;
    width: auto;
    margin-bottom: 5px;
    text-align: left;
}

.comment {
    margin-left: 5px;
}

.comment em,
.comment span {
    font-size: 12px;
}


/**********/


/* FOOTER */


/**********/

.globalFooter {
    color: #666666;
    overflow: hidden;
    max-width: 966px;
    padding: 0 18px 10px 18px;
    margin: 0 auto;
    font-size: 14px;
    font-family: Arial, sans-serif;
    margin-top: 20px;
}

.globalFooter a {
    text-decoration: underline !important;
}

.globalFooterTop {
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 0.75em;
    border-bottom: 1px solid #d9d9d9;
}

.globalFooterWrapper {
    width: 100%;
}

.globalFooterWrapper p:first-child {
    margin-bottom: 0;
}

.globalFooterWrapper p,
.globalFooterWrapper a {
    margin: 0;
    text-decoration: none;
}

.largeFooterText {
    font-size: 14px;
    line-height: 1.313em;
    margin-bottom: 60px;
}

.smallFooterText {
    font-size: 12px;
    line-height: 1.666em;
}

.plusMinusButton {
    display: block;
    line-height: 10px;
    font-size: 2.0em;
    font-weight: normal;
    padding-top: 5px;
    float: right;
    color: #989898;
}

.plus:after {
    content: "+";
}

.minus:after {
    content: "\2212";
    /* math minus sign, comparable in width to plus, above */
}


/**********************************************************************/


/* jQuery dialog box styling
    /* - in lieu of css/jquery-ui-1.11.2.css, which messes up entire tool */


/**********************************************************************/

.ui-dialog .ui-dialog-titlebar {
    padding: 0.5em 1em 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    font-size: 18px;
}

.ui-widget {
    font-size: 16px !important;
}

.ui-widget-overlay {
    /* gray background for modal popups */
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    background: #666666;
}

.ui-dialog .ui-dialog-content {
    padding: 0.5em 1em;
}

.ui-dialog {
    overflow: hidden;
    position: absolute !important;
    top: 120px !important;
}


/* keep buttonpane inside dialog box content */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    font-weight: bold;
}

.ui-corner-bottom {
    height: auto !important;
}


/* prevents shrinking of Results panel height! */

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    font: normal 16px Arial !important;
    margin: 0.5em 0.4em 0.5em 30px;
    cursor: pointer;
    vertical-align: center;
    height: 40px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #500;
    background: #0077c8;
    background: -webkit-linear-gradient(top, #0077c8 0, #0077c8 48%, #7d1119 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0077c8), color-stop(48%, #0077c8), color-stop(100%, #7d1119));
    background: -moz-linear-gradient(top, #0077c8 0, #0077c8 48%, #7d1119 100%);
    background: -ms-linear-gradient(top, #0077c8 0, #0077c8 48%, #7d1119 100%);
    background: -o-linear-gradient(top, #0077c8 0, #0077c8 48%, #7d1119 100%);
    background: linear-gradient(to bottom, #0077c8 0, #0077c8 48%, #7d1119 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0077c8', endColorstr='#7d1119', GradientType=0);
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    color: #ffffff;
    background: #3b607e;
    cursor: default;
    text-decoration: none !important;
    background: #7d1119;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d1119), color-stop(48%, #7d1119), color-stop(100%, #0077c8));
    background: -webkit-linear-gradient(top, #7d1119 0, #7d1119 48%, #0077c8 100%);
    background: -moz-linear-gradient(top, #7d1119 0, #7d1119 48%, #0077c8 100%);
    background: -o-linear-gradient(top, #7d1119 0, #7d1119 48%, #0077c8 100%);
    background: -ms-linear-gradient(top, #7d1119 0, #7d1119 48%, #0077c8 100%);
    background: linear-gradient(to bottom, #7d1119 0, #7d1119 48%, #0077c8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7d1119', endColorstr='#0077c8', GradientType=0);
}


/*****************/


/* Media Queries */


/*****************/

@media screen and (max-width: 820px) {
    /* UGMA only */
    .UGMA .contentWrapper #inputs {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
    }
    .UGMA .contentWrapper #results,
    .UGMA .contentWrapper #resultsWide {
        clear: both;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }
    .UGMA .acctname {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .contentWrapper #inputs {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
    }
    .contentWrapper #results,
    .contentWrapper #resultsWide {
        clear: both;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }
    .acctname {
        display: none;
    }
}

@media screen and (max-width: 620px) {
    /* 620px or less */
    .actionBarList.right {
        display: none;
    }
}


/* 620px or less */