@import "../ou.min.css";
@import "../reset.css";


.live_chat,
#about_click {
    cursor: pointer;
}

.nav-tabs {
    margin-bottom: 2em;
}

.nav-tabs>li>a:focus {
    outline: none;
}

.tab-content ul li {
    list-style: disc;
    margin: 10px 30px;
}

.tab-pane p {
    padding-top: 30px;
}

.tab-pane p.first {
    padding-top: 0;
}

.tab-pane img {
    width: 50%;
    float: right;
    padding-left: 15px;
}

/*******************************************
:--- Accessibility ---:
*******************************************/

.form.multi-step input[type="file"]:focus,
.form.multi-step input[type="radio"]:focus,
.form.multi-step input[type="checkbox"]:focus {
    outline: thin dotted !important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:focus-visible {
    outline: 2px solid !important;
}

.skipnav {
    background: #fff;
    clip: rect(0 0 0 0);
    color: #000;
    display: block;
    left: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-align: center;
    top: 0;
    width: auto;
}

.skipnav:focus {
    clip: auto;
    height: auto;
    margin: 0;
    outline: none;
    overflow: visible;
    position: absolute;
    width: 100%;
    z-index: 1000000;
}

/*******************************************
:--- Alert - Global ---:
*******************************************/

#alert-container,
#alert-container .alert {
    background: #fc0 !important;
    margin: 0;
}

#alert-container .alert-message {
    max-width: 85%;
    color: #444;
}

#alert-container .alert-primary .alert-link {
    color: #900;
    text-decoration: none;
}

#alert-container .alert-primary .alert-link:hover,
#alert-container .alert-primary .alert-link:focus,
#alert-container .alert-primary .alert-link:active {
    text-decoration: underline;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.5rem;
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23444'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
}

.alert-dismissible .close:hover {
    opacity: 1;
}

.btn-close-white:hover {
    filter: none;
}

@media (max-width: 768px) {
    #alert-container .alert-message {
        max-width: 100%
    }


    .alert-dismissible .close {
        right: -28px;
    }
}

/*******************************************
:--- Form ---:
*******************************************/

.form {
    background: #eee;
}

.form-intro p {
    font: 16px/23px National, Arial, Helvetica, sans-serif;
    margin: 30px 30px 0 30px;
}

.form-div {
    background: #eee;
    padding: 0;
    box-shadow: 2px 2px 2px #777;
    margin: 0 25%;
    float: left;
}

#rfi_form {
    margin: 15px 30px 30px;
}

/* INPUT WRAPS */

.multistep-fields {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    clear: both;
}

.multistep-fields .input-wrap {
    flex-grow: 1;
    width: 45%;
}

.intl-tel-input {
    margin: 0;
    width: 100%;
}

/* BUTTONS */

.form input.form-control {
    height: auto;
    font-size: 1.25rem;
    line-height: 1;
    white-space: nowrap;
    border-radius: 0.1px;
    display: inline-block;
    text-align: left;
    width: auto;
}

/* Next Button */

.form input#next {
    float: right;
    padding: 10px 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #900;
    border: 2px solid #900;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    cursor: pointer;
    transition: .3s all ease;
    box-shadow: none;
}

.form input#next:hover,
.form input#next:focus,
.form input#next:active {
    background: #eee;
    color: #900;
}

/* Previous Button */

.form input#previous {
    float: left;
    padding: 10px 16px;
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
    background: #cecece;
    border: 2px solid #cecece;
    font-size: 16px;
    cursor: pointer;
    transition: .3s all ease;
    box-shadow: none;
}

.form input#previous:hover,
.form input#previous:focus,
.form input#previous:active {
    color: #666;
    background: #eee;
}

/* Request Button */

.form input#request {
    float: right;
    padding: 10px 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #900;
    font-size: 16px;
    cursor: pointer;
    background: #900;
    font-weight: 700;
    transition: .3s all ease;
    box-shadow: none;
}

.form input#request:hover {
    background: #eee;
    color: #900;
}

.form #step3 :focus::-webkit-input-placeholder {
    opacity: 0.5;
}

.form #step3 :-ms-input-placeholder {
    /* IE 10+ */
    color: #5a5a5a;
    transition: opacity 250ms ease-in-out;
}

.form #step3 :focus:-ms-input-placeholder {
    opacity: 0.5;
}

.form #step3 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #5a5a5a;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

.form #step3 :focus::-moz-placeholder {
    opacity: 0.5;
}

.form #step3 :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #5a5a5a;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

.form #step3 :focus:-moz-placeholder {
    opacity: 0.5;
}

/* Popover */

.popover {
    background: #900;
    border: 1px solid #900;
    color: #fff;
    padding: 6px;
    text-align: center;
    max-width: 303px;
}

.popover-body {
    color: #fff;
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    border-bottom-color: #900;
    border-top-color: #900;
}

/* Popover */

.popover {
    background: #fff;
    border: 1px solid#900 !important;
    color: #900;
    padding: 6px;
    text-align: center;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}

.popover-body {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    border-bottom-color: #900;
    border-top-color: #900;

}

/*******************************************
:--- FEATURE - SMS OPT-IN ---: 
*******************************************/

#ai-opt-in,
#sms-opt-in {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    width: 100%;
}

#ai-opt-in input,
#sms-opt-in input {
    margin-top: 4px;
}

#ai-opt-in label,
#sms-opt-in label {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 10px;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
}

#ai-opt-in a,
#sms-opt-in a {
    color: #000;
    text-decoration: underline;
}

#ai-opt-in a:hover,
#ai-opt-in a:focus,
#ai-opt-in a:active,
#sms-opt-in a:hover,
#sms-opt-in a:focus,
#sms-opt-in a:active {
    text-decoration: none;
}

/*******************************************
:--- Archa Form ---:
*******************************************/

/* MULTI-STEP */
.form.multi-step .step {
    margin: 0 0 30px !important;
}

.form.multi-step .step:after {
    display: none;
}

.form.multi-step .input-wrap input:focus,
.form.multi-step .select-wrap select:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(192, 192, 192, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(192, 192, 192, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(192, 192, 192, 0.6);
    border-color: rgba(154, 154, 154, 0.8);
}

.form.multi-step .input-wrap {
    margin: auto !important;
}

.form.multi-step .input-wrap input {
    padding: 8px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 90%;
    float: left;
    -webkit-box-shadow: inset 0 2px 2px #ddd;
    -moz-box-shadow: inset 0 2px 2px #ddd;
    box-shadow: inset 0 2px 2px #ddd;
    background: #fff;
}

.form.multi-step label {
    font-weight: bold;
    color: #333;
    font-size: 17px;
    float: left;
    text-shadow: none;
}

.form.multi-step .select-wrap {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.form.multi-step .select-wrap select {
    background: #fff url(../../images/ppc/down-arrow.png) no-repeat right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 35px;
    text-indent: 10px;
    width: 98%;
    font-size: 15px;
    color: #8a8a8a;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.form.multi-step #step3 {
    gap: 25px !important;
}

.form.multi-step #ai-opt-in,
.form.multi-step #sms-opt-in {
    align-items: flex-start !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    clear: both;
}

.form.multi-step #sms-opt-in {
    margin-bottom: 10px !important;
}

.form.multi-step #ai-opt-in input,
.form.multi-step #sms-opt-in input {
    margin-top: 4px !important;
}

.form.multi-step #ai-opt-in label,
.form.multi-step #sms-opt-in label {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 0 0 0 10px !important;
    letter-spacing: normal !important;
    line-height: 1.5 !important;
    text-transform: none !important;
}

.form.multi-step .international-link {
    display: none !important;
}

.form.multi-step .privacy {
    font: 12px/15px National, arial;
    font-weight: 400;
    color: #333;
    float: none;
    padding-top: 18px !important;
    margin-bottom: 0 !important;
    clear: both;
}

.form.multi-step .privacy span {
    color: #ff0000;
    font-size: 14px;
}

.form.multi-step .step-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 97%;
    position: relative;
}

.form.multi-step .step-header div {
    float: left;
    text-align: center;
    width: 10% !important;
    z-index: 2;
}

.form.multi-step .step-header div span {
    background: #8e8e8e;
    font-weight: 500;
    color: #fff !important;
    display: inline-block;
    font-size: 26px !important;
    line-height: 1.5;
    padding: 0 !important;
    text-align: center !important;
    width: 42px;
    min-height: 42px !important;
}

.form.multi-step .step-header div.active span {
    background: #900 !important;
    color: #fff !important;
}

.form.multi-step .step-header:after {
    background: #8e8e8e !important;
    content: '';
    width: 90%;
    height: 3px;
    position: absolute;
    left: 10px;
    top: 21px;
    z-index: 0;
}

.form.multi-step span.error {
    color: #ff0000;
    font-size: 12px;
    float: left;
    clear: both;
}

.form.multi-step span.asterisk {
    color: #ff0000;
    padding-left: 2px;
    font-size: 16px;
    font-weight: normal !important;
}

.download {
    color: #900;
    text-decoration: underline;
}

.download:hover {
    color: #cc0000;
    text-decoration: none;
}

.tcpa {
    font: 12px/15px National, arial !important;
    color: #666;
    padding-top: 1.5em !important;
    margin: 0 !important;
}

.multistep-fields label {
    display: none !important;
}

/*******************************************
:--- FEATURE - FORM FEEDBACK ---: 
*******************************************/

#form-feedback {
    background: #860000;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    color: white;
    margin-bottom: 20px;
    padding: 16px 20px;
    position: relative;
}

#form-feedback p {
    margin: 0 0 0 45px;
}

/* Icon - Bullhorn */
#form-feedback p:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    fill: #fff;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" data-fa-i2svg=""><g><path fill="white" fill-opacity=".5" d="M544 448c0 9.22-7.08 32-32 32a32 32 0 0 1-20-7l-85-68a242.82 242.82 0 0 0-119-50.79V125.84a242.86 242.86 0 0 0 119-50.79L492 7a31.93 31.93 0 0 1 20-7c25 0 32 23.26 32 32z"></path><path fill="white" fill-opacity="1" d="M544 184.88v110.24a63.47 63.47 0 0 0 0-110.24zM0 192v96a64 64 0 0 0 64 64h33.7a243 243 0 0 0-2.18 32 253.32 253.32 0 0 0 25.56 110.94c5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56A127.35 127.35 0 0 1 223.51 384a121 121 0 0 1 4.41-32H256V128H64a64 64 0 0 0-64 64z"></path></g></svg>');
    background-repeat: no-repeat;
    left: 15px;
    top: 15px;
    -moz-animation: wiggle 0.3s 3;
    -webkit-animation: wiggle 0.3s 3;
    animation: wiggle 0.3s 3;
}

/* Animation - Wiggle */
@-moz-keyframes wiggle {
    0% {
        -moz-transform: rotate(4deg);
    }

    50% {
        -moz-transform: rotate(-4deg);
    }

    100% {
        -moz-transform: rotate(4deg);
    }
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(4deg);
    }

    50% {
        -webkit-transform: rotate(-4deg);
    }

    100% {
        -webkit-transform: rotate(4deg);
    }
}

@keyframes wiggle {
    0% {
        -moz-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    50% {
        -moz-transform: rotate(-4deg);
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    100% {
        -moz-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
}


/*******************************************
:--- Main ---:
*******************************************/

body {
    font: 18px/25px National, arial;
    font-weight: 300;
    color: #333;
}

/*******************************************
:--- Structure ---:
*******************************************/

header {
    display: block;
    width: 100%;
    background: #900;
    color: #f2f2f2;
}

header a,
header a:focus-visible {
    color: #f2f2f2;
}

footer {
    display: block;
    width: 100%;
    background: #222;
    text-align: center;
    color: #ccc;
    padding: 20px 0;
}

footer p {
    color: #ccc;
    z-index: 10;
    position: relative;
    float: left;
    font: 12px/18px Arial, Helvetica, sans-serif;
    text-align: left;
}

footer a {
    color: #ccc !important;
    transition: .3s all ease;
    text-decoration: underline;
}

footer a:hover,
footer a:focus,
footer a:active {
    text-decoration: none;
    color: #fc0 !important;
}

footer .usc-mono {
    float: left;
    width: 94px;
    height: 40px;
    background: url(../../images/ppc/usc-white.svg);
    margin-right: 10px;
}


/*******************************************
:--- Logo Wrap ---:
*******************************************/

.logo-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #900;
}

.left-logo {
    clear: both;
}

.left-logo a {
    display: block;
    color: #fff;
}

.top-right a.logo-usc {
    display: inline-block;
    float: right;
    width: 148px;
}

.top-right a.logo-usc img {
    max-width: 148px;
}

.extra-nav {
    float: right;
}

.logo-dornsife {
    max-width: 296px;
}

.extra-nav ul {
    float: right;
    clear: both;
    padding-top: 40px;
}

.extra-nav ul li {
    float: left;
    margin: 0 0 0 1em;
}

.extra-nav ul li:first-child {
    margin: 0;
}

.extra-nav ul li a,
.extra-nav ul li span {
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
    transition: .3s all ease;
}

.extra-nav ul li a:hover,
.extra-nav ul li span:hover {
    color: #fc0;
    text-decoration: none;
}

.extra-nav ul li a svg {
    margin-right: 4px;
}

.live_chat {
    cursor: pointer;
}

.live_chat:hover {
    color: #fc0;
    text-decoration: underline;
}

.hero {
    background: url(../../images/ppc/hero-student-a.jpg) top center no-repeat;
    padding-top: 50px;
    background-size: cover;
}

.hero-2 {
    background: url(../../images/ppc/hero-aerial-a.jpg) top center no-repeat;
    padding-top: 50px;
    background-size: cover;
}

.headline-bar {
    width: 100%;
    background-color: #860000;
    padding: 10px 30px;
    mix-blend-mode: multiply;
}

.headline-bar h1 {
    font: 40px/32px National, Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 10px 0;
    letter-spacing: -1px;
    font-weight: 800;
    text-transform: uppercase;
}

.subhead-bar {
    width: 100%;
    background: #222;
    padding: 10px 30px;
}

.subhead-bar h2 {
    font: 26px/28px National, Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.dateComments-fields label {
    display: block !important;
}

#PPC-ORGANIC-Wrap .buttons {
    clear: both;
}

/*******************************************
:--- Main content ---:
*******************************************/

.main-content {
    padding-top: 30px;
}

.main-content .cta,
.main-content a.brochure-cta {
    background: #900;
    border: 2px solid #900;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 10px 16px;
    text-transform: uppercase;
    outline: none;
    transition: .3s all ease;
    text-decoration: none;
}

.main-content .cta:hover,
.main-content .cta:focus,
.main-content .cta:focus-visible,
.main-content a.brochure-cta:hover,
.main-content a.brochure-cta:focus,
.main-content a.brochure-cta:focus-visible {
    background: #fff;
    color: #900;
    border: 2px solid #900;
    text-decoration: none;
}

.main-content h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: -1px;
    padding-bottom: 5px;
}

.main-content hr {
    border-top: 1px solid #eee;
    margin: 1em 0 2em;
}


/*******************************************
:--- Testimonial ---:
*******************************************/

/* Col-4 static */

.testimonial-div {
    padding: 30px;
    background: #f9f9f9;
    border-left: 4px solid #900;
}

.testimonial-div img {
    float: left;
    margin: 15px 15px 0 0;
    max-width: 100px;
}

.testimonial .quote p,
.name-title {
    font-size: 15px;
    padding: 0;
    line-height: 21px;
    font-weight: 400;
}

.name-title {
    color: #900;
    margin-top: 15px;
}

.callout {
    background: #fc0;
    padding: 30px;
    margin-top: 50px;
    text-align: center;
}

.callout p {
    color: #444;
    font-family: 'Adobe Caslon W01', Georgia, "Times New Roman", Times;
    font-size: 1.2em;
    font-weight: 400;
}

.source {
    font-size: 13px;
}

/* Full-width static */

.testimonial-fw {
    background: #f9f9f9;
    border-bottom: 4px solid #900;
    padding: 30px;
}

.testimonial-fw .row {
    display: flex;
}

.testimonial-fw .col-md-4 {
    padding: 0 60px;
    border-right: 1px solid #eee;
}

.testimonial-fw .col-md-4:last-child {
    border-right: none;
}

.testimonial-fw img {
    margin: 0 auto;
    max-width: 100px;
    padding-bottom: 15px;
}

.testimonial-fw p {
    font-size: 16px;
    padding: 0;
    line-height: 22px;
    font-weight: 300;
}

.testimonial-fw .name-title {
    font-size: 14px;
    padding: 0;
    line-height: 21px;
    font-weight: 400;
}

.testimonial-fw p:before {
    margin-top: 7px;
    margin-bottom: -7px;
    content: "\201C";
}

.testimonial-fw p:after {
    content: "\201D";
}

/* Col-4 Carousel */

#quote-carousel {
    padding: 15px 15px 30px 15px;
    background: #f9f9f9;
    border-top: 4px solid #900;
    min-height: 500px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
    left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
    right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
}

#quote-carousel img {
    width: 100px;
    height: 100px;
}

/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p {
    font-family: 'Adobe Caslon W01', Georgia, "Times New Roman", Times;
    font-size: .8em;
    color: #900;
    margin-bottom: 10px;
}

.item blockquote p:before {
    float: left;
    font-size: 4rem;
    margin-top: 7px;
    margin-right: 5px;
    margin-bottom: -7px;
    content: "\201C";
}

.item blockquote p:after {
    content: "\201D";
}

.item blockquote small {
    color: #333;
}

/* Col-12 Carousel */

#quote-carousel-fw {
    background: #f9f9f9;
    border-top: 4px solid #900;
    min-height: 190px;
    padding: 30px 90px;
    margin-bottom: 40px;
}

/* Control buttons  */
#quote-carousel-fw .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

/* Previous button  */
#quote-carousel-fw .carousel-control.left {
    left: -50px;
}

/* Next button  */
#quote-carousel-fw .carousel-control.right {
    right: -50px !important;
}

/* Changes the position of the indicators */
#quote-carousel-fw .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel-fw .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel-fw .carousel-indicators .active {
    background: #333333;
}

#quote-carousel-fw img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
}

#quote-carousel-fw blockquote p:before {
    float: none;
    font-size: inherit;
    content: "\201C";
    margin: 0;
}


/*******************************************
:--- Typography & Elements ---:
*******************************************/

a,
a:active,
a:focus,
a:visited {
    color: #900;
    transition: .3s all ease;
}

a:hover {
    color: #900;
    text-decoration: underline;
}

.bigger {
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 400;
}

.focus {
    cursor: pointer;
}


/* Accreditation Logos */

.accred {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.accred:first-child {
    border-top: 1px solid #eee;
    margin-top: 60px;
}

.accred img {
    width: 80px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.accred .usgif {
    width: 120px;
    padding-bottom: 15px;
    float: none;
    margin: 0 auto;
}

.accred .ic-cae {
    width: 240px;
    padding-bottom: 15px;
    float: none;
    margin: 0 auto;
}

.accred p {
    color: #666;
    font: 15px/18px National, arial;
    font-weight: 300;
}

.yellowribbon {
    background-color: #fc0;
    display: block;
}

.yellowribbon p {
    color: #000;
    margin: 15px 20px;
    font: 15px/18px National, arial;
    font-weight: 300;
}

/*******************************************
:--- Bullets ---:
*******************************************/

.bullets-div {
    margin-top: 50px;
    text-align: center;
    background: rgba(34, 34, 34, 0.6);
}

.bullet-block {
    margin: 0 auto;
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    font: 18px/20px National, Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #ffcc00;
    text-transform: uppercase;
}

/********************************************
    PPC-B LP ADDS
********************************************/

.promo-video {
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    padding: 15px;
    margin-top: 20px;
}

.promo-video p {
    padding: 0 0 10px;
    font-weight: bold;
}

.promo-video .w-chrome {
    width: 100% !important;
    height: 100% !important;
}

/********************************************
    Media Queries
********************************************/

@media (max-width: 1200px) {

    #quote-carousel-fw {
        min-height: 240px;
    }

}

@media (max-width: 992px) {

    .form-div {
        margin: 0 15%;
        width: 70%;
    }

    .testimonial-div {
        margin-top: 50px;
    }

    .bullet-block {
        width: 100%;
        padding: 10px;
    }

    .testimonial-fw {
        padding: 0;
    }

    .testimonial-fw .row {
        display: block;
    }

    .testimonial-fw .col-xs-12 {
        border-bottom: 1px solid #eee;
        border-right: none;
        padding: 30px 60px;
    }

    .testimonial-fw .col-xs-12:last-child {
        border-bottom: none;
    }

    .testimonial-fw img {
        float: right;
        margin-left: 30px;
    }

    #quote-carousel {
        margin-top: 30px;
        min-height: 355px;
    }

    #quote-carousel-fw {
        margin-top: 30px;
        margin-bottom: 40px;
        padding: 30px;
    }

}

@media (min-width: 768px) {

    #quote-carousel {
        margin-bottom: 0;
        padding: 15px 40px 30px 40px;
    }

}

@media (max-width: 767px) {

    .logo-dornsife {
        padding-top: 15px;
    }

    .extra-nav {
        display: none;
    }

    .form-div {
        margin: 0 5%;
        width: 90%;
    }

    #quote-carousel .carousel-control.left {
        display: none;
    }

    /* Next button  */
    #quote-carousel .carousel-control.right {
        display: none;
    }

    #quote-carousel-fw .carousel-control.left {
        display: none;
    }

    /* Next button  */
    #quote-carousel-fw .carousel-control.right {
        display: none;
    }

}

@media (max-width: 640px) {

    .nav-tabs>li {
        float: none;
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs>li a {
        margin-right: 0;
        border-radius: 0;
    }

    .nav-tabs>li a:hover {
        border-bottom: 1px solid transparent;
    }

    .multistep-fields .input-wrap {
        width: 100%;
        display: inline-block;
        margin-bottom: 0;
        position: relative;
    }

    .form.multi-step .input-wrap input {
        width: 97%;
    }

    .tab-pane img {
        width: 100%;
        padding-left: 0;
        padding-bottom: 15px;
    }

    #quote-carousel {
        min-height: 430px;
    }

    #quote-carousel-fw {
        min-height: 370px;
    }

}

@media (max-width: 480px) {
    .form input#previous {
        float: none;
        margin-bottom: 10px;
        padding: 10px 15px;
        width: auto;
    }

    .form input#next,
    .form input#request {
        float: none;
        margin-bottom: 0;
        width: 100%;
    }
}

@media (max-width: 380px) {

    .top-wrap {
        min-height: 48px;
    }

}

/* end media querie */