body {
    font-family: 'Arial', sans-serif
}
#identity-bar {
    background: #003150;
}

#identity-bar #background-image {
    background-image: url("../images/syr-mac-bg-image.png");
}

img.logo-school {
    padding-top: 5px;
    height: 50px;
}

h2#program-logo {
    margin-top: 1.8em;
    max-height: 80px;
}

#program-logo img {
    padding: 0px;
    vertical-align: top;
}

label,
legend.radio-set {
    padding-top: 0.8em;
    font-weight: bold;
    font-size: 1.25em;
}
select {
    width: 90%;
}
.progress {
    width: 90%;
}

.radio-buttons label,
.checkboxes label {
    font-weight: normal;
    font-size: 1em;
}

input, button, select, textarea {
    font-family: "Arial", sans-serif;
}

.checkboxes input[type="checkbox"],
.radio-buttons input[type="radio"] {
    margin-top: .4em;
}
.brand img {
    height: 65px;
}
h2,
h3.subtitle {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 26px;
}

h3.subtitle {
    color: #ffffff;
    line-height: 1.4em;
}

ol li {
    margin-left: 1em;
}

a.legal {
    text-decoration: underline;
    color: blue;
}
.legal-wrap {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.underline {
    text-decoration: underline;
}

img.usnews {
    float: left;
}

.tabbable-content > p {
    font-size: 1.2em;
    font-weight: bold;
    border-top: 1px solid #e0e0e0;
    padding: 2em 0;
    margin: 2em 0;
}
.tab-content {
    margin-top: 30px;
}
.tab-content > h3 {
    color: #F37012;
    font-size: 19px;
    font-weight: bold;
}
.tab-content ul li {
    margin-left: 1em;
    line-height: 2em;
}
.tabbable-content > span {
    color: #990000;
}

.tabbable .nav-tabs {
    margin-top: -47px;
}
.box .form-body {
    padding: 2em;
    margin-bottom: 1em;
}
.form-message > p {
    padding-left: 1.8em;
    padding-right: 1.8em;
}
#intro_text {
    margin-left: -0.5em;
}
.form {
    background-color: #f2f2f2;
}

.box h2 {
    background: #F37012;
    display: block;
    color: #fff;
    width: 100%;
}

/*.form p {
    font-size: 16px;
    font-family: "Arial", sans-serif;
    color: rgb( 51, 51, 51 );
    font-weight: bold;
}*/

.form p.small {
    font-family: "Arial", sans-serif;
}


.privacy-assurance {
    background-color: #d8d8d8;
}

.footer {
    background: #e2e2e2;
    color:rgb( 51, 51, 51 );
}

.footer p,
.footer p.small {
    font-size: 11px;
    font-family: "Arial";
}
.footer a {
    text-decoration: underline;
    color: rgb( 51, 51, 51 );
}

@media (max-width: 1200px) {
    h3.usnews {
        font-size: 1em;
        width: 85%;
    }
}


@media (max-width: 767px) {
    #identity-bar #background-image {
        background-image: none;
    }
    #identity-bar #background-image {
        height: 220px;
    }
    h2#program-logo {
        margin-top: 15px;
    }
    h3.subtitle {
        font-size: 1.9em;
        line-height: 1.25em;
    }
    .tab-content br {
        display: none;
    }
    select {
        width: 100%;
    }
    .progress {
        width: 100%;
    }
}

@media (max-width: 420px) {
    h3.subtitle br {
        display: none
    }
}
