body {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #000;
}

h1 {
    color: #000;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
    width: 60%;
}

h2 {
    color: #000;
    font-family: 'Arial', sans-serif;
    font-size: 3em;
    text-transform: none;
    line-height:1em;
    margin-bottom:.5em;
}

h3 {
    font-weight: normal;
    text-transform:none;
    font-size: 1.7em;
}

p {
    font-family: 'Arial', sans-serif;
    line-height: 1.5em;
}

a, a:hover {
    color: #6C0000;
}

label,
legend.radio-set {
    color: #000;
}

.top {
    background: none;
    margin-left: 0;
}

.top .container img {
    float: right;
}

#identity-bar #background-image {
    background-position: 100% 100%;
    background-size: auto 100%;
}

.progress {
    background: #fff;
    height: 2em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #F37012;
    color: #000;
}

.progress p.progress-percentage {
    font-family: Arial, sans-serif;
    font-style: italic;
}

.progress .bar {
    background-color: #F37012;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#F37012', endColorstr='#F37012', GradientType=0);
}

.progress-markers .s0, .progress-markers .s1, .progress-markers .s2 {
    font-family: 'Arial', sans-serif;
    background-color: #585858;
}

.progress-markers .active-step {
    background-color: #F37012;
}

.progress-markers .s0 {
    left:10%;
}

.progress-markers .s1 {
    left:30%;
}

.progress-markers .s2 {
    left:90%;
}

#first {
    font-family: 'Lucida Grande', arial, sans-serif;
}

#first p {
    font-size: 1.2em;
}

h2#program-logo {
    margin: 1em 0 0;
    padding: 1em 0 0;
    line-height:1.6em;
/*    background: url('../images/program-logo-1200.png') 0 center no-repeat;*/
    width:100%;
}

#first .box {
    background: #e4e5e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5%;
}

#first .box h2 {
    background: #990000;
    display: block;
    color: #fff;
    width: 111%;
    margin-top: -5.5%;
    margin-left: -5.5%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 2.5em;
    line-height: 1.8em;
    text-align: center;
    font-weight: normal;
    font-family: Georgia, serif;
}

#second {
    font-family: 'Lucida Grande', arial, sans-serif;
}

#second .box {
    margin-top: -105px;
}

#second h3 {
    text-align:left;
    font-weight: bold;
    text-transform:uppercase;
}

#second p {
    font-family: 'Lucida Grande', arial, sans-serif;
}

.tabbable .nav li a {
    font-family: Georgia, serif;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 1px solid #4d4d4d;
    background: #4d4d4d; /* Old browsers */
    background: -moz-linear-gradient(top,  #4d4d4d 1%, #6a6a6a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4d4d4d), color-stop(100%,#6a6a6a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4d4d4d 1%,#6a6a6a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4d4d4d 1%,#6a6a6a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4d4d4d 1%,#6a6a6a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4d4d4d 1%,#6a6a6a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#6a6a6a',GradientType=0 ); /* IE6-9 */

}

.tabbable .nav li.active a,
.tabbable .nav li a:hover {
    color: #990000;
    border: 1px solid #BEBEBE;
    background: #BEBEBE;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BEBEBE', endColorstr='#BEBEBE',GradientType=0 ); /* IE6-9 */

}

.share {
    border-top: 1px solid #bebebe;
    padding: 1em 0;
}

.share p {
    font-size: 1.2em;
    font-weight: bold;
}

.share-box {
    background: #efeff1;
    width: 65%;
    padding: 1em;
    float: right;
    height:3em;
}

.share-box p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1em;
    float: left;
    line-height: 1em;
    width: 50%;
    font-weight: normal;
    color:#505050;
}

.addthis_toolbox.addthis_default_style {
    float: right;
    text-align: right;
    width: 50%;
}

.addthis_toolbox .btn-primary {
    font-size: 0.9em;
    margin: 0.05em 0 0;
    padding: 0.9em;
}




footer {
    background: #bebebe;
    padding-top: 2em;
}

footer h3 {
    font-family: Arial, sans-serif;
}
footer p {
    font-family: Arial, sans-serif;
}

/* Button overrides */

.btn {
    font-family: Arial, sans-serif;
    border-style: none;
    /*border-width: 1px;
    border-color: rgb( 167, 1, 1 );*/
    border-radius: 3px;
    background: none !important;
    background-color: #F37012 !important; /* Old browsers */

}

.btn-primary {
    background: none !important;
    background: #F37012 !important; /* Old browsers */

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background: #e0640b !important; /* Old browsers */
}

/* Collapse styles */

.accordion-inner {
    padding: 10px;
}

.accordion-heading .accordion-toggle span {
    background: url("../images/accordion-arrow-down.png") no-repeat 100% 0;
    width:14px;
    height: 10px;
    margin-top: 6px;
}

.accordion-heading .accordion-toggle {
    font-family: Georgia, serif;
    color: #fff;
    border: 1px solid #eaeaea;
    background: #4d4d4d; /* Old browsers */
    background: -moz-linear-gradient(top,  #4d4d4d 1%, #6a6a6a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4d4d4d), color-stop(100%,#6a6a6a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4d4d4d 1%,#6a6a6a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4d4d4d 1%,#6a6a6a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4d4d4d 1%,#6a6a6a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4d4d4d 1%,#6a6a6a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#6a6a6a',GradientType=0 ); /* IE6-9 */
}

.accordion-heading-active .accordion-toggle {
    color: #990000;
    border: 1px solid #BEBEBE;
    background: #BEBEBE;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BEBEBE', endColorstr='#BEBEBE',GradientType=0 ); /* IE6-9 */


}
.accordion-heading-active .accordion-toggle span {
    background-image: url("../images/accordion-arrow-up.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
}

/* Width specific styles */

@media (min-width: 980px) and (max-width: 1199px){
    h2#program-logo {
        margin: 0;
    }
    h3 {
        font-size: 1.4em;
    }
}

@media (max-width: 979px){
    h2#program-logo {
        line-height: 100px;
        padding: 0;
        width:355px;
        background-size: auto;
    }
    h3 {
        font-size: 1em;
    }
    p, ul {
        font-size: 1em;
    }
    h2 {
        font-size: 1.8em;
    }
    #first p {
        font-size:1.4em;
    }
    #second .box {
        margin-top: -145px;
    }
    .tabbable {
        display:none;
    }
    #accordion2 {
        display:block;
    }
}

@media (max-width: 767px) {
    #identity-bar #background-image {
        background-position: 80% 0;
        height: 240px;
    }
    h2#program-logo {
        margin-top: 0;
        margin-bottom: 100px;
    }
    h3 {
        font-size: 1em;
    }
    h1 {
        position: absolute;
        top: 173px;
    }
    #first h3 {
        text-align: left;
    }
    #second .box {
        margin-top:0px;
    }
}

@media (max-width: 480px) {
    #identity-bar #background-image {
        background-position: 92% 0;
        height: 200px;
    }
    h2#program-logo {
        line-height: 3.5em;
        background-size: 70%;
        width: 90%;
    }
    h1 {
        top: 138px;
    }
}
