/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    /*background: #cccccc url(/images/bg.jpg) top center no-repeat;*/
    background: #d6d4d0;
    background: -webkit-radial-gradient(farthest-corner,#fff,#ebebeb);
    background: -o-radial-gradient(farthest-corner,#fff,#ebebeb);
    background: -moz-radial-gradient(farthest-corner,#fff,#ebebeb);
    background: radial-gradient(farthest-corner,#fff,#ebebeb);
    color: #555;
    font-family: Calibri, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

body {
    background: transparent url(/images/bg-top-border.jpg) top left repeat-x;
    padding-top: 10px;

}

/* ==========================================================================
   Override Bootstrap defaults
   ========================================================================== */
a {
    color: #3570A3;
}
.close {
    opacity: 0.5;
}
.close:hover, .close:focus {
    opacity: 0.7;
}
/* ========================================================================== */

html.dpr-widget {
    background: none;
}

.dpr-widget body {
    background-image: none;
}

.dpr-widget-eligibility .grecaptcha-badge {
    visibility: hidden;
}

strong {
    font-weight: bold;
}

h1 {
    font-family: Signika, Calibri, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    font-size: 2.25em;
    font-weight: 600;
    line-height: 1.2em;
    /*border-bottom: 1px solid #cccccc;*/
    /*padding-bottom: 5px;*/
    margin-bottom: 10px;
    /*padding-top: 3px;*/
}

h2 {
    font-family: Signika, Calibri, "Helvetica Neue", sans-serif;
    font-size: 1.8em;
    line-height: 1em;
    /*padding-bottom: 10px;*/
    font-weight: 600;
}

h3 {
    font-family: Signika, Calibri, "Helvetica Neue", sans-serif;
    font-size: 1.6em;
    line-height: 1em;
    /*padding-bottom: 5px;*/
    font-weight: 600;
}

h4 {
    font-family: Signika, Calibri, "Helvetica Neue", sans-serif;
    font-size: 1.1em;
    line-height: 1em;
}

p {
    margin: 0 0 1em;
}

.loc-tract {
    font-size: 75%;
    color: #444;
}

.ui-widget {
    font-family: Calibri, "Helvetica Neue", sans-serif !important;
    font-size: 1em !important;
}

.super {
    vertical-align: super;
    font-size: .5em;
    padding-left: .15em;
}

#page-header {
    margin: 0 auto;
    font-size: .9em;
    font-weight: 600;
}

#page-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#page-header a,
#page-header a:visited {
    text-decoration: none;
    color: #888;
}

#page-header a:hover,
#page-header a:active {
    text-decoration: none;
    color: #555;
}

#page-header .header-links li {
    display: inline;
    padding-left: 8px;
    margin-left: 4px;
    border-left: 1px solid #ccc;
}

#page-header .header-links li.first {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

#page-header .header-wrap {
    margin: 0 auto;
    width: 990px;
}
#page-header .header-wrap:before,
#page-header .header-wrap:after { content: " "; display: table; }
#page-header .header-wrap:after { clear: both; }
#page-header .header-wrap { *zoom: 1; }

#page-header .header-wrap .dpr-logo {
    float: right;
    margin: 48px 20px 20px;
}

#content-header {
    margin-top: 10px;
}

#content-header h1 {
    font-size: 1.5em;
    text-transform: none;
    margin-top: 0;
}

#page-content {
    /* background: url(/images/contentbg.png) top center repeat-y; */
    background: #fff;
    /*margin: 0 auto 40px;*/
    /*width: 990px;*/
    /*padding: 30px 0 40px 20px;*/
    padding: 20px 0 ;
    position: relative;
    overflow: auto;
    border: 1px solid #cccccc;
}
#page-content:before,
#page-content:after { content: " "; display: table; }
#page-content:after { clear: both; }
#page-content { *zoom: 1; }

.dpr-widget #page-content {
    border-width: 0;
}

#page-content .main-content {
    float: right;
    width: 630px;
    padding: 0 20px;
    border-left: 1px solid #ccc;
}

#page-content .main-content > h1 {
    background: url("/images/divider_medium.png") repeat-x left bottom;
    color: #1A5895;
    padding-bottom: 15px;
    border: none;
}

#page-content #main-content > h1 {
    color: #1A5895;
}

#page-content #main-content > h1:first-child {
    margin-top: 0;
}

#page-content .left-sidebar {
    float: left;
    width: 300px;
}

#page-content #masthead {
    color: #1A5895;
    margin-bottom: 20px;
}
#page-content #masthead .dpr-logo {
    float: right;
}
#page-content #masthead > h1 {
    margin-top: 0;
}
#page-content #masthead > h2 {
    margin-top: 10px;
}
#page-content #masthead ul {
    padding-left: 1.7em;
    font-weight: 600;
}
.btn-tile {
    white-space: normal;
    width: 100%;
    font-weight: 600;
    margin-bottom: 12px;
    height: 70px;
}
.btn-tile > span {
    display: table;
    width: 100%;
    height: 100%;
}
.btn-tile > span > span {
    display: table-cell;
    vertical-align: middle;
}

.partner-logo {
    text-align: center;
}

.partner-logo-upper {
    margin-bottom: 15px;
}

.partner-logo-lower {
    margin-top: 15px;
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.privacy-box {
    background-color: #ececec;
    background: -moz-linear-gradient(top, #fcfcfc, #ececec);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #fcfcfc), color-stop(1.0, #ececec));
    padding: 0 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: normal;
    font-size: .85em;
    line-height: 1.2;
}

#page-footer {
    /*background: url(/images/navbar.png) repeat-x;*/
    /*height: 30px;*/
    clear: both;
    /*font-size: .85em;*/
    font-size: .9em;
    font-weight: 600;
    /*color: #ccc;*/
    color: #757575;
    padding: 10px 0 15px;
}

#page-footer a, #page-footer a:visited {
    text-decoration: none;
    /*color: #f1f1f1;*/
    color: #757575;
}

#page-footer a:hover, #page-footer a:active {
    text-decoration: none;
    /*color: #ccc;*/
    color: #555;
}
/*
#page-footer .footer-wrap {
    margin: 0 auto;
    width: 960px;
    padding-top: 5px;
}
#page-footer .footer-wrap:before,
#page-footer .footer-wrap:after { content: " "; display: table; }
#page-footer .footer-wrap:after { clear: both; }
#page-footer .footer-wrap { *zoom: 1; }
*/
#page-footer .footer-links {
    list-style: none;
}

#page-footer .footer-links li {
    /*display: inline-block;*/
    /*float: left;*/
    display: inline;
    padding-left: 8px;
    margin-left: 4px;
    border-left: 1px solid #ccc;
}

#page-footer .footer-links li.first {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

#page-footer .powered-by-dpr {
    padding: 0.5em 0;
}

#page-footer .copyright {
    /*float: right;*/
    margin: 0;
    font-size: .85em;
}

@media (max-width: 991px) {
    #page-footer .footer-links { text-align: center !important; }
    #page-footer .copyright { text-align: center !important; }
}

.login-form {
    margin-bottom: 12px;
}
.formgroup {
    margin-bottom: .8em;
    overflow: hidden;
}
.formgroup:before,
.formgroup:after { content: " "; display: table; }
.formgroup:after { clear: both; }
.formgroup { *zoom: 1; }

.form-bglayer {
    background-color: #F8F8F8;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.formitem {
    float: left;
    width: 100%;
}

.formitem-addr {
    max-width: 20em;
}
.formitem-zip {
    max-width: 5em;
}
.unknown-address,
.imprecise-location {
    /* max-width: 12em;
    padding-left: 1.5em;
    padding-top: 24px; */
    font-weight: bold;
    color: #A00;
    text-align: center;
    line-height: 2;
}
.formitem-inline {
    width: initial;
    margin-right: .5em;
}
#eligibility_form .formitem-inline {
  margin-right: 2em;
}

.formitem-inline:last {
    margin-right: 0;
}

.formitem input[type=radio] {
    margin-left: 2px;
}

p.sub {
    margin-bottom: 0;
}

.formitem label,
.formitem fieldset legend,
p.q {
    font-weight: 700;
    margin-bottom: 0px;
    color: #00142E;
    font-size: 14px;
    line-height: 20px;
    border: none;
}

.formitem > label {
    display: block;
}

.formitem fieldset label {
    font-weight: normal;
    color: #333;
}

.formitem label .sub,
.formitem fieldset legend .sub,
p.q .sub {
    font-style: italic;
    font-size: 80%;
    color: #555;
}

p.qa {
    float: left;
    width: 200px;
}

.tabberhead {
    overflow: hidden;
    /*margin: 1.6em 0;*/
    /*border-top: 1px solid #cdcdcd;*/
    /*padding-top: 25px;*/
    margin: 0 0 15px;
}
.tabberhead:before,
.tabberhead:after { content: " "; display: table; }
.tabberhead:after { clear: both; }
.tabberhead { *zoom: 1; }

.tabberhead h2 {
    display: block;
    float: left;
    background: #b2b2b2;
    width: 204px;
    margin-right: 9px;
    height: 30px;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 2em;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.tabberhead h2.last-child,
.tabberhead h2:last-child {
    margin-right: 0px;
}

.tabberhead h2.selected {
    background: #B35C00;
}

/*
a.button,
.submit,
input[type=submit],
input.button,
button.button {
    display: inline-block;
    margin: 5px 0px 0px 0px;
    padding: 6px 13px 5px;
    font-weight: bold;
    border: 2px solid #fff;
    color: white !important;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    font-family: inherit;
    cursor: pointer;
    background: #1A5895;
    background: -webkit-gradient(linear, left top, left bottom, from(#1A5895), to(#1A5895));
    background: -webkit-linear-gradient(#1A5895, #1A5895);
    background: -moz-linear-gradient(center top, #1A5895 0%, #1A5895 100%);
    background: -moz-gradient(center top, #1A5895 0%, #1A5895 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1A5895,endColorstr=#1A5895);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1A5895, endColorstr=#1A5895)";
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 0 1px 0 #111111;
    -webkit-box-shadow: 0 0 1px 0 #111111;
    -moz-box-shadow: 0 0 1px 0 #111111;
    -o-box-shadow: 0 0 1px 0 #111111;
}
*/

.form-continue {
    display: block;
    height: 40px;
    width: 100%;
    margin: 15px 0;
    padding: 0;
    background: #1A5895;
    font-size: 1.6em;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: none;
    line-height: 1.5em;
    cursor: pointer;
}

input.form-continue {
    font-size: 1.6em;
    font-weight: 300 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    line-height: 1.5em !important;
    height: auto !important;
    border: none !important;
    padding: 0;
    width: 100%;
}

@-moz-document url-prefix() {
    input.form-continue {
        padding: 2px;
    }

}

a.form-continue:hover {
    background: #1D60A3;
}

input.form-continue:hover {
    background: #1D60A3 !important;
}

#eligibility_form .bottom-nav {
    width: 60%;
    margin: 10px auto;
    text-align: center;
}

#eligibility_form {
    display: block;
    position: relative;
}

#eligibility_form input[name=sAddress] {
    max-width: 25em;
    width: 90%;
    margin-right: 1.5em;
}

#eligibility_form input[name=sZip] {
    max-width: 5em;
    width: 95%;
}

#eligibility_form input[name=place_search] {
    max-width: 25em;
    width: 95%;
}

#eligibility_form input[name=sSalesPrice] {
    max-width: 11em;
    width: 95%;
}

#eligibility_form input[name=sIncome] {
    max-width: 11em;
    width: 95%;
}

#eligibility_form input[type=text],
#eligibility_form input[type=number],
#eligibility_form input[type=email],
#contact_form input[type=email],
#contact_form input[type=number],
#contact_form input[type=text] {
    border: 1px solid #CCC;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #555;
    margin-bottom: 7px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#contact_form input[type=email],
#contact_form input[type=number],
#contact_form input[type=text] {
    padding: 3px;
}

#eligibility_form input[type=text]:focus,
#eligibility_form input[type=number]:focus,
#eligibility_form input[type=email]:focus,
#contact_form input[type=email]:focus,
#contact_form input[type=number]:focus,
#contact_form input[type=text]:focus {
    /*outline: none;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

#eligibility_form #contact input[type=text],
#eligibility_form #contact input[type=number],
#eligibility_form #contact input[type=email],
#eligibility_form #loc-group input[type=text],
#eligibility_form #loc-group input[type=number] {
    padding: 3px;
}

#eligibility_form #contact .modal-title {
    color: #444;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 1rem;
}

#eligibility_form #contact h3 {
    margin: 1rem 0;
}

#eligibility_form #contact .modal-title em {
    color: #8dc548;
    font-style: normal;
}

#eligibility_form #contact .formitem-inline {
    margin-right: 1em;
    float: none;
    display: inline-block;
}

#eligibility_form #contact .formitem-inline:last-child {
    margin-right: 0;
}

#eligibility_form #contact .formgroup {
    text-align: center;
}

#eligibility_form #contact .formitem label {
    text-align: left;
}

#eligibility_form #contact .formitem .g-recaptcha > div {
    margin: 0 auto;
    border: 1px solid transparent;
}

#eligibility_form #contact .incomplete .g-recaptcha > div {
    border-color: #B35C00;
}

#eligibility_form .incomplete input[type=email],
#eligibility_form .incomplete input[type=number],
#eligibility_form .incomplete input[type=text] {
    border-color: #B35C00;
    padding: 1px !important;
    border-width: 3px;
    /*background-color: #FFC88C;*/
}

#eligibility_form .incomplete .required {
    background-color: #FFC88C;
    font-weight: bold;
}

#eligibility_form h4.either-or {
    margin: 0;
    padding: 0.5em;
    font-size: 20px;
    font-style: oblique;
    font-weight: bold;
    border: none;
    clear: left;
}

#eligibility_form .warn-no-location {
    color: #000;
    padding: 0.25em 0.5em;
    border: 1px solid #eee;
    border-radius: 4px;
    display: inline-block;
    background-color: #FFF8F8;
}

#eligibility_form.have-location .warn-no-location {
    display: none;
    visibility: hidden;
}

#eligibility_form .warn-no-location .glyphicon {
    color: #A00;
    font-size: 125%;
    vertical-align: text-bottom;
}

.resultsbox {
    width: 140px;
    float: right;
    margin: 0px 0 1em 1em;
}

.resultsbox p {
    margin-bottom: 0px;
}

.preview-results p {
    font-size: 4em;
    line-height: 1.3em;
}

.resultscontent {
    background: #fff;
    border: 1px solid #1A5895;
    padding: 10px 5px;
    text-align: center;
    box-shadow: 0 0 5px 0 #111111;
    -webkit-box-shadow: 0 0 5px 0 #111111;
    -moz-box-shadow: 0 0 5px 0 #111111;
    -o-box-shadow: 0 0 5px 0 #111111;
}

.resultscontent h3 {
    font-weight: bold;
    font-size: 90%;
    margin: 0;
}

.itemtips:before,
.itemtips:after { content: " "; display: table; }
.itemtips:after { clear: both; }
.itemtips { *zoom: 1; }

.itemtips .tip-body {
    display: none;
}

p.tipper {
    color: #555;
    margin: 2px 0 0 4px;
    background: url(/images/how.png) no-repeat left;
    padding-left: 20px;
    cursor: pointer;
    float: left;
    line-height: 1.3em;
}

p.tipper:hover {
    color: #888;
}
a.tipper:before {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    content: "\e085";
    vertical-align: middle;
    color: #B35C00;
    position: absolute;
    top: 0.3vh;
    left: 0;
}
a.tipper {
    font-size: 14px;
    font-weight: normal;
    padding-left: 2.2ch;
    cursor: pointer;
    white-space: nowrap;
    color: #555;
    text-decoration: none;
    position: relative;
}
a.tipper:hover,
a.tipper:focus {
    color: #333;
    text-decoration: underline;
}

.tip-body { display: none;}
.tip-trigger {
    padding-left: 20px;
    background: url(/images/how.png) no-repeat left;
    cursor: pointer;
    white-space: nowrap;
}

.popover {
    font-size: 90%;
    line-height: 1.35em;
    max-width: 90%;
}

@media (min-width: 768px) {
    .popover {
        max-width: 50%;
    }
}

.qtip {
    font-size: 0.95em;
    line-height: 1.1em;
}

.toggledisplay h5:hover {
    text-decoration: none;
}

.togglegroup {
    overflow: visible;
}

.tabbertab > .togglegroup > div {
    display: none;
}

.togglegroup h3 {
    color: #FDAA59;
    padding: 0.5em 0;
    font-size: 1.5em;
    width: 66%;
    border-bottom: 1px solid #e1e1e1;
}

.togglegroup a.next-step {
    display: block;
    color: #FFFFFF;
    background: #FDAA59;
    width: 100px;
    padding: 5px;
    border-radius: 0px;
    border: 3px solid #FFFFFF;
    font-size: 1.2em;
    float: right;
    text-align: center;
    margin: 1em 0;
    cursor: pointer;
}

.togglegroup a.next-step:hover {
    text-decoration: none;
    border: 3px solid #424242;
}

.togglegroup div.background-next {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    background: #cdcdcd;
    background: rgba(205,205,205,0.6);
    width: 100%;
    height: 100%;
}

.togglegroup div.background-next > div {
    background: #FFFFFF;
    border: 11px solid #424242;
    border: 11px solid rgba(66,66,66, 0.6);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 600px;
    margin: 15px auto 0 auto;
    padding: 20px;
    position: relative;
    word-wrap: break-word;
}

.togglegroup div.background-next > div > a.close {
    position: absolute;
    display: block;
    top: -22px;
    right: -22px;
    cursor: pointer;
    background: #424242;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 2.2em;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
    border: 5px solid #424242;
    line-height: 0.85em;
}

.togglegroup div.background-next > div > a.close:hover {
    text-decoration: none;
    border: 6px solid #424242;
}

.togglegroup div.background-next > div > h3 {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 2.2em;
    background: url(/images/divider_medium.png) repeat-x left bottom;
    padding-bottom: 15px;
}

.togglegroup a.learn-more {
    display: block;
    cursor: pointer;
    font-family: Signika, sans-serif;
    font-size: 1.2em;
    color: #555;
    text-decoration: underline;
}

.togglegroup a.learn-more:hover {
    color: #a5a5a5;
}

.nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
}

.nav-pills > li > a {
    background-color: #F0F0F0;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: #E4E4E4;
}

.nav-pills > li > a.incomplete {
  color: #9C5100;
  text-decoration: underline;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #B35C00;
}

.nav-pills {
    font-family: Signika, Calibri, "Helvetica Neue", sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 600;
}

.nav-justified > li { padding: 0 3px; }

@media (min-width: 600px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.summary-results h2.program-type {
    margin: 40px 0 20px;
    padding: .5em 1em;
    background-color: #ccf;
    background-color: rgba(35,40,45,.1);
    color: #23282d;
    border-radius: 3px;
    font-size: 25px;
    line-height: 1em;
    font-weight: 700;
}

.summary-results h2.program-type:first-of-type {
    margin-top: 0;
}

.summary-results .program {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.summary-results .program ul {
    list-style-type: disc;
    padding-left: 1.5em;
}

.summary-results .program h1 { font-size: 1.5em; }
.summary-results .program h2 { font-size: 1.3em; }
.summary-results .program h3 { font-size: 1.2em; }
.summary-results .program .program-details h3 { margin-top: 10px; padding-top: 10px; border-top: 1px solid #ccc; }
.summary-results .program .modal-body .program-details h3:first-of-type { border-top: none; padding-top: 0; }

.summary-results .program h1 {
    text-align: center;
    text-transform: none;
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    word-break: normal;
}

.summary-results .program h1 span.suspended,
.summary-results .program h1 span.inactive,
.summary-results .program h1 span.waitlist {
    font-size: 12px;
    padding: .2em .5em;
    margin: 0;
    line-height: 12px;
    vertical-align: 2px;
    border-radius: 3px;
    text-transform: none;
}

.summary-results .program h1 span.waitlist {
    color: #000;
    background: #ff0;
}

.summary-results .program h1 span.inactive {
    color: #fff;
    background: #e00;
}
.summary-results .program h1 span.suspended {
    color: #fff;
    background: #e00;
}
.dpr-widget .summary-results .program:first-of-type h1 {
    margin-top: 0;
}

.summary-results .program h2 {
    color: #9C5100;
}

.summary-results .program p {
    margin-bottom: .6em;
}

.summary-results .program .program-nav:before,
.summary-results .program .program-nav:after { content: " "; display: table; }
.summary-results .program .program-nav:after { clear: both; }
.summary-results .program .program-nav { *zoom: 1; }

.summary-results .program .program-nav,
.summary-results .program .program-nav a,
.summary-results .program .program-nav a:visited {
    font-style: oblique;
    color: #888;
}

.summary-results .program .program-nav .program-index {
    float: left;
}

.summary-results .program .program-nav .program-id {
    text-align: center;
}

.summary-results .program .program-nav a {
    float: right;
    text-decoration: none;
}

.summary-results .program .program-nav a:hover {
    color: #333;
}

.summary-results .program .program_data {
    margin-top: 1em;
}

.summary-results .program .call-to-action {
    width: 60%;
    margin: 25px auto 0;
    text-align: center;
}

.summary-results .active,
.summary-results .waitlist,
.summary-results .inactive {
    border-radius: 5px;
    margin: 0 0 1em;
    padding: .75em 1em;
    text-align: center;
    font-size: 125%;
}

.summary-results .active {
    color: #000;
    background: #efe;
}

.summary-results .waitlist {
    color: #000;
    background: #ff0;
}

.summary-results .inactive {
    color: #fff;
    background: #e00;
}
.summary-results .suspended {
    color: #fff;
    background: #e00;
}
.summary-results-save {
    margin: 1.2em 0;
}

.summary-results-save-below {
    margin-top: 0 0 1.2em;
    text-align: center;
    padding-top: 1.2em;
    border-top: 1px solid #ccc;
}

.program-details h4 {
    margin-bottom: 2px;
    font-weight: 600;
}

.program-alert {
    background-color: #fff200;
    color: #000;
    margin-top: .5em;
    padding: .5em 1em;
    font-size: 1em;
    line-height: 1.2em;
    border-radius: 5px;
}

.modal-body .program-details h3:first-child {
    margin-top: 0;
}

.nav-links {
    text-align: center;
    margin: 1.3em 0 0;
    /*font-size: 1.2em;*/
}

.nav-links a,
.nav-links a:visited {
    text-decoration: none;
    font-weight: 600;
    color: #555;
}

.nav-links a:hover {
    color: #333;
}

.form-success {
    margin: 0.75em 0 0;
    color: #060;
    font-weight: 600;
}

.form-error {
    margin: 0.75em 0 0;
    color: #c00;
    font-weight: 600;
}

.form-submit {
    margin: 1em auto;
}
.form-submit-30pct { width: 30%; }
.form-submit-50pct { width: 50%; }
.form-submit-60pct { width: 60%; }

.program-table .program-table-header h3 {
    display: inline-block;
    margin-right: 1.5em;
}
.program-table .program-table-header .pagination {
    margin: 0;
    vertical-align: text-bottom;
}
.program-table thead tr th:nth-child(2) {
    width: 10em;
}
.program-table thead tr th:nth-child(3),
.program-table thead tr th:nth-child(4) {
    text-align: right;
    width: 6em;
}
.program-table tbody tr td:nth-child(3),
.program-table tbody tr td:nth-child(4) {
    text-align: right;
}
.program-table tbody tr td:nth-child(3) span,
.program-table tbody tr td:nth-child(4) span {
    display: block;
    text-align: center;
}
.program-table .glyphicon {
    font-size: 1.3em;
    color: #428bca;
    vertical-align: text-bottom;
}
.program-table table {
    font-size: .9em;
    margin-left: -5px;
    margin-right: -5px;
}

.control-form label {
    font-size: .9em;
    margin: 0;
}

.control-form .filter-row {
    margin-top: .5em;
}

.control-form .filter-button-row {
    margin-top: 1.5em;
}

.control-form .filter-button-row button[name=commit],
.control-form .filter-button-row button[name=commit] + .dropdown-toggle + .dropdown-menu {
    margin-left: 2em;
}

.control-form .per-page-row {
    margin: 2em -15px 0;
}

.control-form .glyphicon {
    color: #428bca;
    vertical-align: text-top;
}

.control-form .row .form-group {
    margin-left: 10px;
}

.control-form .row .col-xs-12 .form-group:first-of-type {
    margin-left: 0;
}

table.coverage_report { border-collapse: collapse; }
table.coverage_report tr.program { padding: 0.5em 0 0.2em; border-top: 0.5em solid #fff; }
table.coverage_report tr.program td { padding: 0.4em; background-color: #eef; }
table.coverage_report tr.program .prog_name { font-weight: bold; vertical-align: baseline; }
table.coverage_report tr.program .prog_id { font-size: 90%; vertical-align: baseline; }
table.coverage_report tr.coverage { font-size: 90%; }
table.coverage_report tr.coverage td { vertical-align: top; padding: 0 0.3em; }
table.coverage_report td.error,
table.coverage_report span.error { background-color: #ccc; color: #a00; }
table.coverage_report td.included { text-align: right; color: #0a0; font-weight: bold; }
table.coverage_report td.excluded { color: #a00; }
table.coverage_report td.priority { text-align: right; width: 2em; padding-right: 0.5em; }
table.coverage_report td.state { width: 2em; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/*
 * Suppress line breaks
 */
.nobr {
    white-space: nowrap;
}

/* ==========================================================================
   Side-by-side results comparison
   ========================================================================== */

.program.comparable {
  background-color: #fafffa;
}

.program .compare-checkmark {
    display: none;
    margin-top: 14px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 3px 2px;
}

.program .compare-checkmark:disabled {
    border-color: transparent;
    background: none;
}

.program.comparable .compare-checkmark {
    display: block;
    float: right;
}

.program .compare-checkmark img {
    height: 40px;
}

.program-nav label.compare {
    font-weight: normal;
}

table#program_comparison {
  width: 100%;
  border-spacing: 10px;
  border-collapse: collapse;
  border: 1px solid #E5E5E5;
}

table#program_comparison th,
table#program_comparison td {
  border: 1px solid #E5E5E5;
  padding: 4px;
  vertical-align: top;
  line-height: 1.3;
}

table#program_comparison th {
    color: #555;
}

table#program_comparison th.truncated {
    background: transparent url(/images/bg-ellipsis.png) 100% 100% no-repeat;
}

table#program_comparison th span {
    display: inline-block;
    width: 100%;
    max-height: 55px;
    line-height: 1.3;
    overflow: hidden;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5in;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    #page-header,
    #sidebar,
    .footer-links {
        display: none;
    }
}
