﻿@import url(validation.css);
/* +++++++++++++++++++++++++++++++++++ LAST UPDATED ON FEBRUARY 2ND, 2012 ++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++ CSS Reset to Aid Cross-Browser Consistency of Display +++++++++++++++++++++++++ */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr {
    margin: 0;
    padding: 0;
    font-family: Open Sans, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
    font-weight: normal;
    font-style: normal;
}

ul {
    list-style: none;
}

fieldset, img, hr {
    border: none;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a, a:visited {
    color: #073F6D;
}
/* +++++++++++++++++++++++++ END CSS Reset to Aid Cross-Browser Consistency of Display +++++++++++++++++++++++ */
html {
    font-size: .9rem;
    -webkit-text-size-adjust: none;
}

body {
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    background: #fff;
    text-align: center;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: underline;
    color: #073F6D;
}

    a:hover {
        text-decoration: none;
        color: #7F97B7;
    }

blockquote {
    color: #999;
    font-style: italic;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
}

    blockquote.Winnerquote {
        border-bottom: 3px double #E8EAF0;
        padding-bottom: 10px;
    }

.blogpic {
    float: right;
    border: 5px solid #ECECEC;
    margin: 10px 0px 5px 5px;
    padding: 2px;
    display: none;
}

button:focus, a:focus,input:focus {
    outline: 0;
}

#browseWrapper{
    margin-top:35px;
}
#browseWrapper a{
    text-decoration:none !important;
}
h3 a {
    font-size: 15px;
}

h1, h2, h3, h4, h5, p {
    margin-bottom: .85em;
}

h1 {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
}

h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-top: 1em;
    text-transform: none;
}

    h2#schtitle {
        text-transform: none;
    }

    h2.snug {
        margin-top: -.85em;
    }

h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1em;
}

h4,h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #999;
    margin-bottom: 0px;
}

h5 {
    color: #000;
}

img, a img {
    border: none;
}

#sbGroup input[type=search] {
    width: 425px;
    line-height: 15px;
    text-indent: 15px;
    color: #444;
    background: #fff;
    border: solid 1px #073F6D;
    -moz-transition: padding .25x;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
    padding: 3px;
    height: 35px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 5px;
}

    #sbBlogPosts input[type=search]:focus, #btnSearch:focus {
        outline: 0;
    }

ol {
    margin-left: 35px;
    margin-bottom: 10px;
}

p {
    margin-top: 1em;
}

    p.description {
        color: #667;
    }

ul {
    margin-top: 10px;
}

    ul li h3, ol li h3 {
        font-size: 1.1rem;
    }

    ul li ul {
        margin-top: 10px;
    }

input {
    margin: 0px 2px;
}

    input.btn, .submit input, #Submit2 {
        margin: 0px auto 10px auto;
        padding: 3px 6px;
        border: solid 1px #022356;
        border-top-color: #EFF4FA;
        border-left-color: #EFF4FA;
        background-color: #073F6D;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        text-align: center;
    }

    input.btn, .submit input {
        margin: 0px auto 10px auto;
        padding: 3px 6px;
        border: solid 1px #022356;
        border-top-color: #EFF4FA;
        border-left-color: #EFF4FA;
        background-color: #073F6D;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        font-family: inherit;
        text-align: center;
    }

    input[type="checkbox"], input[type="radio"] {
        border: none;
        margin-top: 3px;
    }

select, option {
    font-family: Segoe UI;
}

strong {
    font-weight: bold;
}


/*================================== ALPHABETICAL ==========================================
=================================== CLASSES AND IDS ======================================*/
.articlesection {
    text-align: left;
    width: 99%;
}

    .articlesection article {
        margin: auto;
        display: inline-block;
    }
#articletop{
    margin-bottom: 20px;  
    display:inline-flex;
    box-shadow: 5px 5px 5px #888888;
    border:1px solid #6D84B4;
}
#articletop>div{
    max-width:1200px;
    text-align:center !important;
}
#articletop>div:first-child{
    color:#ffffff !important;
    padding: 10px;
}
#articletop>div:first-child h4{
    color:#ffffff !important;
   font-weight:bold;
   font-size:1.25rem;
     margin-top:20%;
}
#articletop>div:first-child h4 a{
         text-decoration:none;
}
#articletop>div:first-child h4 a:hover{
    text-decoration:underline;
}
#articletop>div:first-child hr{
    height:1px;
    width:50%;
    background-color:#ffffff;
    text-align:center; 
    margin: 10px auto;
}
#articletop > div:first-child ul {
    background-color:#ffffff;
    padding:5px;
    margin:25px 0 25px 0;
}
#articletop > div:nth-of-type(2) div {
    padding:10px;
}
#articletop > div:nth-of-type(2) div:nth-of-type(2),
#articletop > div:nth-of-type(2) >div:nth-of-type(1) {
    text-align:left;
}
#articletop > div:nth-of-type(2) a {
    padding:10px;
    background-color: #6D84B4;
    color:#ffffff;
    text-decoration:none;
}
#articletop > div:nth-of-type(2) span {
    color:#6D84B4;
    padding:5px;
}
#blogwrapper article > div {
    text-align: left;
    border: 1px solid black;
}

#blogBottomWrapper {
    margin: 0 auto;
}
#blogsearch{
    display:inline-block; 
    padding:10px 0 10px 0; 

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.65) 59%, rgba(0, 0, 0, 0.35) 100%), url('/img/HeaderImages/BlogHeaderImage3.jpg') no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(59%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0.35))), url('/img/HeaderImages/BlogHeaderImage3.jpg'),;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 59%, rgba(0, 0, 0, 0.35) 100%), url('/img/HeaderImages/BlogHeaderImage3.jpg') no-repeat;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 59%, rgba(0, 0, 0, 0.35) 100%), url('/img/HeaderImages/BlogHeaderImage3.jpg') no-repeat;
    background-size: cover;
    margin-bottom:20px;
    width:100%;
}
#blogtop{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
.bottomnavigation {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}

.bottomnavigation ul {white-space: nowrap; padding: 20px; text-align: left;}
.boxed-item{
    background:#E9EBEE;
    padding:5px;
    box-shadow: 5px 5px 5px #888888;
    border: 1px solid #CED0D4;
}
#btnSearch {
    background: #EF4B3F;
    padding: 3px;
    font-size: 1.54rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0,0,0,0.3);
    clear: both;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px;
    border-radius: 5px 5px;
    border:0;
    vertical-align:middle;
}
.btn-no-size{
    background: #ffffff;
    border: 2px solid  #6D84B4;
    color:  #6D84B4;
    margin: 0px auto 10px auto;
    padding: 5px;
    font-weight: 600;
    text-align: center;
    display: block;
    clear: both;
    cursor: pointer;
}
 #collegedetailwrapper{
    width:70%; 
    margin:auto; 
    display:inline-block;
}
 #collegedetailwrapper td, #collegedetailwrapper .rtrncol, #collegedetailwrapper .IPEDSDisclaimer{
     font-size:.93rem
 }
 .commentstyle{
     margin: auto;
 }
 .commentstyle input{
    margin-top:10px;
 }
 .commentstyle span:hover{
      text-decoration: underline;
      cursor:pointer;
 }
 .IPEDSDisclaimer{
     text-align:left;
     margin: 10px;
 }
.commentbox {
    margin: 10px 0 10px 0;
}

#contentcolumn {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 0 20px;
}

#copyright {
    background-image: none;
    background: transparent;
}

#divCampaign {
    border: none;
    text-align: center !important;
}

#footer .col2 {
    width: 280px;
}

#footer .col3 {
    width: 200px;
}

#footer .col5 {
    width: 100px;
}

.col1 ul {
    margin-left: 0px;
}

.col2 ul, .col3 ul, .col4 ul, .col5 ul {
    margin-left: 15px;
}

.fa-facebook {
    background: #3b5998;
    border: 2px solid #3b5998;
    width: 10px;
}

.fa-linkedin {
    background: #007bb6;
    border: 2px solid #007bb6;
}

.fa-twitter {
    background: #00aced;
    border: 2px solid #00aced;
}

.fa-google-plus {
    background: #dd4b39;
    border: 2px solid #dd4b39;
}

.fa-envelope {
    background: #498DC6;
    border: 2px solid #498DC6;
}

#footer {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 20px;
    background-color: #073F6D;
}

    #footer ul {
        float: left;
        width: 180px;
        text-align: center;
        text-indent: 15px;
        margin: 0px;
        margin-top: 15px;
        padding-bottom: 2px 0px;
        color: white;
    }

        #footer ul li {
            display: block;
            text-align: left;
            border: none;
            color: white;
            font-size: .8rem;
        }

            #footer ul li a {
                color: #fff;
            }

                #footer ul li a:hover {
                    text-decoration: underline;
                }

            #footer ul li.noborder, #logoutpage #bottomnav ul li.noborder {
                border-right: 0px #fff solid;
            }

            #footer ul li img {
                width: 80px;
                border: none;
                border-width: 1px;
            }

    #footer .bottomnavigation ul li a:link, #footer .bottomnavigation ul li a:visited, #footer .bottomnavigation ul li a:active, #footer .bottomnavigation ul li a {
        text-decoration: none;
        font-size: .9rem;
        color: #073F6D;
    }

        #footer .bottomnavigation ul li a:hover {
            text-decoration: none;
            color: #ccc;
        }
        #footer .bottomnavigation ul li a:link, #footer .bottomnavigation ul li a:visited, #footer .bottomnavigation ul li a:active, #footer .bottomnavigation ul li a {text-decoration: none; font-size: .9rem; color: white;}

.f8blue {
    background-color: #fff;
    vertical-align: middle;
}

.f9blue {
    background-color: #ecf2fa;
    vertical-align: middle;
}
.gridbt{
       background: #ffffff;
    border: 2px solid  #6D84B4;
    color:  #6D84B4;
    margin: 0px auto 10px auto;
    padding: 3px;
    padding-top: 0px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    width: 366px;
    display: block;
    clear: both;
    cursor: pointer;
}

.grid-row {
    columns: auto 350px;
    -webkit-columns: auto 350px;
    -moz-columns: auto 350px;
    column-gap: 2em;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
}

    .grid-row .grid-item {
        display: inline-block;
        margin: 0 0 1em;
    }
 .grid-browse-tile{
    width:375px;
    margin-bottom:10px;
}
.grid-tile {
    margin-bottom: 10px;
    width: 350px;
    box-shadow: 5px 5px 5px #888888;
}
.grid-tile>div>div{
    text-align:center;
}
.grid-tile>div>div:first-child{
    color:#ffffff;
    padding:20px 10px 20px 0;
}

.grid-tile>div>div hr{
     height:1px;
    width:50%;
    background-color:#ffffff;
    text-align:center; 
    margin: 10px auto;
}
.grid-tile>div>div ul{
    background-color:#ffffff;
    padding:5px;
    margin:25px 0 25px 0 !important;
}

.grid-tile>div>div:nth-of-type(3) span, .grid-tile>div>div:nth-of-type(4) span{
    padding:5px;
}
.articlesection .grid-tile {
    width: 315px;
    margin-bottom:10px;
}

.header-top {
    padding: 0 0 0 0;
    width: 99%;
}

    .header-top > div {
        margin: auto;
        width: 80%;
    }

        .header-top > div div:nth-child(1) {
            float: left;
            text-align: center;
        }

        .header-top > div div:nth-child(2) {
            float: right;
            text-align: left;
        }

            .header-top > div div:nth-child(2) div:nth-child(1) {
                display: inline-block;
                margin: 35px 15px 0 3px;
            }

            .header-top > div div:nth-child(2) div:nth-child(2) {
                display: inline-block;
                margin-top: 35px;
            }

                .header-top > div div:nth-child(2) div:nth-child(2) a {
                    text-decoration: none;
                }
.header-text{
    font-family: Open Sans, sans-serif;
    color:#ffffff;  
    font-size: 6.5rem; 
    font-weight: 700; 
    text-align:center; 
    font-style: normal; 
    margin-bottom: 0;
}
.inner-container{
    border: 1px solid black;
}
.left-float{
    float:left;
}
.link-container{
    text-align:left;
    padding:5px;
}
.link-container a{
    padding-bottom:1px;
    display:block;
}
#liHighSchools {
    padding-left: 0px;
}

    #liHighSchools li {
        list-style-image: none;
        line-height: 14pt;
        list-style-position: outside;
        margin: 0px;
        padding-bottom: 7px;
        padding-left: 0px;
        margin-left: 0px;
    }
.list-link{
    display: block;
    text-align: left;
    padding-left: 25px;
    padding-right:25px;
}
.list-link a{
    margin-right:15px;
}
.list-link-centered{
    display: block;
    width:50%;
    margin:auto;
    padding:25px;
}
.list-link-centered a{
    margin: 0 0 20px 50px;
}
.menuresp ul {
    display: block;
}

.menuresp img {
    display: none;
}

.menuresp {
    background-color: #355089;
    padding: 2px;
}

    .menuresp ul {
        position: relative;
        bottom: .5px;
        margin: 5px 0 5px 50px;
    }

        .menuresp ul li {
            display: inline;
            padding: 5px;
            font-weight: 600;
        }

            .menuresp ul li a, .sidemenu ul li a {
                text-decoration: none;
                color: #fff;
                font-size: 1.05rem;
            }

                .menuresp ul li a:hover {
                    color: #6D84B4;
                }

    .menuresp img {
        display: none;
    }
.more-container{
    border-top:solid 1px #073F6D;
    padding:5px;
}
.more-container a{
    width:100%;
    text-align:right;
    display:inline-block;
}
#mostSharedHeader {
    font-size: 1.5rem;
    text-align: center;
}
#outerpage {max-width: 100%; position: relative; text-align: center; display: table; margin: auto; clear: both;}
.onetone {display: table-cell; vertical-align: top; color: #fff;}
.post {
    max-width: 650px;
}

.posted {
    font-weight: bold;
    background: #F6F4F4;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: .9rem;
}

    .posted a {
        font-size: .9rem;
    }

.poststyle p {
    margin-top: 0px;
    padding-top: 3px;
    padding-right: 0px;
    float: left;
    margin-bottom: 0px;
}

.poststyle #ul-share {
    padding-left: 10px;
}

#rightcolumn, .right-float {
    float: right;
}
#sbGroup{
    margin: 10px 0 60px 0;
}

.sdcadslong {
    width: 1200px;
    height: 600px;
}

.searchhighlight {
    background-color: #6D84B4;
}

.sideitem {
    max-width: 250px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

.sidemenu {
    width: 0px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    overflow-x: hidden;
    height: 100%;
    background-color: #6D84B4;
}

    .sidemenu li {
        border-bottom: solid 1px #fff;
        padding: 8px 0 8px 0;
    }
.smallbutton {
    padding: 3px 7px;
    font-size: 13px;
    background: #6D84B4;
    color: #fff;
    border: none;
}
.stdbtred {
    background: #EF4B3F;
    margin: 0px auto 10px auto;
    padding: 3px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0,0,0,0.3);
    width: 366px;
    display: block;
    clear: both;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px;
    border-radius: 5px 5px;
}
.stdbt, .submitdefault, .submitdefault_btnAskLater, .submitprov {
    background: #073F6D url(/img/buttonbglg.png);
    background-position: bottom center;
    border: 1px solid #333;
    margin: 0px auto 10px auto;
    padding: 3px;
    padding-top: 0px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0,0,0,0.3);
    width: 366px;
    display: block;
    clear: both;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px;
    border-radius: 5px 5px;
}

    .stdbt:hover, .submitdefault:hover, .submitdefault_btnAskLater:hover, .submitprov:hover {
        background: #073F6D url(/img/buttonbglg.png);
        background-position: top center;
        color: #fff;
    }

.submitlink {
    background-color: transparent;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    cursor: pointer;
    color: #6D84B4;
}

    .submitlink:hover {
        color: #3B5998;
        text-decoration: none;
    }

    .submitlink:focus {
        outline: 0 !important;
    }

 .tileheader{
    background-color: #6D84B4;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    padding: 5px 0 5px 1px;
}
.tile-no-image h4>a, .tile-no-image>div a, #articletop a{
    color:#ffffff;
}
.tile-no-image h4>a{
    text-decoration:none;
}
.tile-no-image h4>a:hover{
    text-decoration:underline;
}
.blogheader h4{
    margin-left:10px;
}
.blogheader a{
    background-color:#ffffff !important;
    color:#6D84B4!important;
    padding:0 !important;
}
#ul-share {
    overflow: auto;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: bottom;
    margin: 0 10px 0 10px;
}

    #ul-share li {
        list-style-type: none;
        list-style-image: none !important;
        padding-bottom: 0px !important;
        float: right;
    }

        #ul-share li a {
            text-decoration: none;
            cursor: pointer;
        }

            #ul-share li a i {
                display: block;
                height: 10px;
                line-height: 10px;
                border-radius: 50%;
                color: #f5f5f5;
                text-align: center;
                text-decoration: none;
                font-size: 12px;
                margin-right: 10px;
                padding: 5px;
            }
            #showLink a i {
                position:relative;
                left:20px;
                bottom:5px;
                height: 10px;
                line-height: 10px;
                border-radius: 50%;
                color: #f5f5f5;
                text-align: center;
                text-decoration: none;
                font-size: 12px;
                margin-right: 10px;
                padding: 5px;
            }

.unitopnavresp a {
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 0px;
    margin-left: 10px;
    text-transform: none;
    text-decoration: none;
    color: #3b5998;
}

.vcright {
    width:50%;
    float: right;
    clear: none;
}

    .vcright label, .vcright p {
        max-width: 644px;
    }

.viewcolgen {
    clear: both;
    padding: 0px;
    margin: 0px;
}

    .viewcolgen label {
        font-weight: bold;
        border-top: 3px double #ccc;
        padding-bottom: 0px;
        padding-top: 10px;
        margin: 10px 0px -5px 0px;
        color: #3b5998;
    }
/*float: left; clear: left;*/
/*.viewcolgen p {float: left; clear: left;}*/
#viewcollege p, #viewcollege td {
    font-size: 12px;
}

.copycode {
    width: 445px;
    border: 3px double #ccc;
    padding: 3px;
    margin: 3px 0px;
}

@media(max-width:1000px) {
     #collegedetailwrapper {
            width: 100%;
        }
    .header-top > div {
        width: 99%;
    }

    .sideitem {
        max-width: 100%;
        text-align: center;
    }

    .sideitem table {
        margin: auto;
    }
    #articletop {
        display:block;
    }
}

@media(max-width:767px) {
    .header-top > div div:nth-child(1) {
        float: none;
        margin: 5px 15px 0 3px !important;
    }

    .header-top > div div:nth-child(2) {
        float: none;
        text-align: center;
        margin-top:5px !important;
    }

    .menuresp ul {
        display: none;
    }
    #logo {
        width: 280px;
    }
    .menuresp img {
        display: block;
        padding-left: 5px;
        cursor: pointer;
    }
    .vcright {
        width:100%;
    }
     #articletop img{
        width:280px;
    }
    #sbGroup input[type=search] {
        width:300px;
    }
}

@media(max-width:510px) {
    .stdbtred, .submitdefault, .stdbt {
        font-size: 1.3rem;
        width: 225px;
    }

    .grid-tile {
        width: 300px;
    }
    .grid-tile img{
     width:278px;
    }
    .gridbt{
        width:250px;
    }
    #logo {
        width: 225px;
    }

    input[type=search] {
        width: 250px;
    }
     #articletop img{
        width:180px;
    }
    #imgpromo{
        width:280px;
    }
    .grid-browse-tile {
        width:300px;
    }
    #sbGroup input[type=search] {
        width: 200px;
    }
}
