.univ-header > div {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.select-univ {
    width: 400px;
}

.univ-header > form {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.univ-header > form > div {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.bg-image {
    position: absolute;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .bg-image {
        width: 345px;
    }
}

.mobile-view .select-univ {
    width: 69%;
}

@media only screen and (min-width: 1024px) {
    .mobile-view .select-univ {
        width: 400px;
    }
}

.univ-header {
    margin-left: 30.3%;
    position: relative;
}

.form-control {
    font-size: 16px;
}

.mobile-view .primary-btn {
    background: #ff9f00;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 7px 20px;
    vertical-align: top;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.mobile-view .primary-btn:hover {
    background: #ffbb33;
    text-decoration: none;
    }

.row-border {
    border: 3px solid gray;
    border-spacing: 2px;
}

.large-6 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.contact-div {
    font-size: 14px;
    color: #000;
    line-height: 23px;
}

@media only screen and (min-width: 768px) {
    .contact-div {
        float: left;
    }
}

.contact-div a {
    display: block;
}

.address-div {
    font-size: 14px;
    color: #000;
    line-height: 23px;
}

@media only screen and (min-width: 768px) {
    .address-div {
        float: right;
    }
}

.partition-div {
    display: none;
}

@media only screen and (min-width: 768px) {
    .partition-div {
        width: 1px;
        height: 178px;
        border-right: 1px solid #ccc;
        display: block;
        top: -24px;
        left: 100%;
        position: relative;
    }
}

#customerCommentsDiv > div {
    background: none !important;
}

.r5_c2_c3 {
    color: #464646;
    font-family: 'Droid Serif';
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    font-weight: bold;
    width: 300px;
}

@media only screen and (min-width: 500px) {
    .r5_c2_c3 {
        width: 400px;
    }
}

@media only screen and (min-width: 1024px) {
    .r5_c2_c3 {
        width: 375px;
    }
}

.coda-nav {
    margin-top: -15px;
}

.coda-nav:after {
    content: "";
    clear: both;
    display: table;
}

.coda-nav a {
    background: url("/images/slide.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 15px;
    overflow: hidden;
    position: relative;
    text-indent: -50px;
    width: 15px;
    z-index: 10;
}

.coda-nav .activeSlide {
    background: url("/images/slide-active.png") no-repeat scroll 0 0 transparent;
}

.r5_c2_c4 {
    color: #00305B;
    font-size: 12px;
    width: 215px;
}

@media only screen and (min-width: 768px) {
    .r5_c2_c4 + div img {
        left: 250px !important;
        top: -40px;
    }
}

@media only screen and (min-width: 1200px) {
    .r5_c2_c4 + div img {
        left: 360px !important;
        top: -19px;
    }
}

.row.faq-div {
    background: #f2f2f2;
    font-size: 14px;
    line-height: 29px;
    margin-top: 25px;
}