/* hero CSS */
/* 00C Hero CSS - Asset Injector */
/*hero blade sizing*/
.field--name-field-blades .hero-image {
    padding: 20px 0 40px 0 !important;
    min-height: 350px !important;
}

/*read more button*/
#more {
    display: none
}

.hero-image-text,
.hero-image-text h1,
.hero-image-text p {
    color: white !important;
}

/* Call to Action */
.navy {
    background: #003660 !important
}

.cta {
    padding: 20px 0 !important;
}

.cta-container {
    display: flex;
    justify-content: flex-start;
}

.cta-btn {
    display: block;
    padding: 10px;
    transition: width 2s;
    transition-timing-function: ease-in;
}

a.ctn-btn-link {
    font-size: 16px !important;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: #000 !important;
    background: #ffcd34 !important;
    padding: 10px 15px;
    width: 150px;
    display: block;
    text-align: center;
}

a.ctn-btn-link:hover {
    background: #ffffff;
    font-weight: bold;
}

/* Courses Tables */
table {
    border: 3px solid #E4E4E4;
    border-collapse: collapse;
    margin: 10px;
}

table a {
    text-decoration: none;
}

th {
    border-bottom: none;
    padding: 10px;
    text-align: left;
}

table {
    border-collapse: collapse;
}

tr {
    border-bottom: none;
}

tr.table-footer {
    border-top: 2px solid #e4e4e4;
}

td {
    height: 30px;
    padding: 5px 10px !important;
    border: 3px solid #E4E4E4;
}

table li {
    line-height: 1.2em !important;
}

table,
td,
th {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif, sans-serif;
    line-height: 1.2em;
}

a:hover,
a:focus {
    color: #23527C;
}

a {
    color: #337AB7;
}

p {
    font-size: 1em;
}

.table-header {
    background: #bebebe;
}

tbody tr:nth-child(even) {
    background: #e3e3e3;
}

table ul {
    margin-left: 0;
}

.quarter strong {
    display: block;
}

.quarter span {
    display: none;
}

@media only screen and (max-width: 600px) {
    .quarter strong {
        display: none;
    }

    .quarter span {
        display: block;
        font-weight: bold;
    }
}

/* Dark BG White Text Overrides Links > */
.dark-bg-text a {
    color: white !important;
    text-decoration: underline !important;
    font-weight: bold;
}

/* Important PaCE Lists - What you'll Learn etc. */

.important-list ul {
    list-style: url(https://www.professional.ucsb.edu/sites/default/files/images/icons/allicons-dark.png);
}

.important-list-dark-bg ul {
    list-style: url(https://www.professional.ucsb.edu/sites/default/files/images/icons/allicons-light.png);
    color: white !important;
}

.important-list-dark-bg li,
.important-list-dark-bg h2,
.important-list-dark-bg p {
    color: white !important;
}

.important-list-dark-bg a {
    color: white !important;
    text-decoration: underline !important;
    font-weight: bold;
}

.important-list ul,
.important-list-dark-bg ul {
    margin-left: 10px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.important-list li,
.important-list-dark-bg li {
    padding: 0px 93px 12px 20px;
    width: 50%;
    line-height: 2.4rem;
    min-height: 40px;
}

@media (max-width: 600px) {

    .important-list li,
    .important-list-dark-bg li {
        width: 100%;
    }
}

/* Spotlights, Featured Persons, Program Revamp */
.spotlight-blade {
    padding-top: 20px;
    word-break: break-word;
}

.spotlight-blade a {
    z-index: 2;
}

.spotlight-container {
    display: flex;
}

.spotlight-profile {
    width: 50%;
}

img.spotlight-profile-pic {
    position: absolute;
    top: 25px;
    max-height: 358px !important;
    z-index: 1;
}

/*remove image in Edit mode*/
form#node-page-edit-form img.spotlight-profile-pic {
    display: none;
}

.spotlight-profile{ 
display: flex;
}

/*spotlight-quote styles*/
img.spotlight-quote {
    transform: rotate(180deg);
    padding: 0 10px;
    max-height: 55px !important;
    margin: 0 1vw;
}

@media only screen and (max-width: 600px) {
    .spotlight-blade h2 span {
        display: block;
    }
    img.spotlight-quote {
        display: none;
    }
}

.sub-band {
    z-index: 500 !important;
}

/* block css */
.field.field--name-field-testimonial h2 {
    display: none !important;
}

.featured-person-bg {
    height: 271px;
    transform: skew(-20deg);
    /*background: #f4f4f4;*/
    background: #b8cfcf;
    position: absolute;
    width: 100%;
    max-width: 1072px;
}

img.quote-img {
    margin-left: 10px;
    margin-top: 85px;
    transform: rotate(180deg);
    height: 70px !important;
    margin-right: 79px;
}

.featured-person {
    z-index: 99;
    position: absolute;
    display: flex;
    padding: 10px 60px;
}

.fp-container {
    height: 240px;
    margin-left: -66px;
}

p {
    /*line-height: normal;*/
}

p.fp-text {
    max-width: 477px;
    font-size: 18px !important;
    line-height: 1.2;
    padding: 40px 0px;
    padding-right: 0 !important;
    color: black !important;
    font-style: italic;
    margin-top: 16px;
}

.fp-picture-text {
    font-size: 12px;
}

span.fp-picture-text {
    color: black !important;
}

.fp-picture {
    width: 150px;
    border-radius: 50%;
    padding-bottom: 5px;
}

p.fp-profile {
    width: 145px;
    margin-top: 25px;
    position: absolute;
    right: -25% !important;
    padding-right: 0;
    line-height: 0.8;
}



.page-node-type-blog-post .field--name-body,
.page-node-type-blog-post .field--name-body p:first-child {
    margin-bottom: 0;
}

.field.field--name-field-blades.field--type-entity-reference-revisions.field--label-hidden.field--items {
    /*border-top: 1px solid white;*/
    /*border-top-width: 1px;*/
    /*border-top-style: solid;*/
    /*border-top-color: white;*/
}

/*. Student Info Center */

p.sic-title.l-text {
    font-size: 115px !important;
    font-weight: 700;
    padding: 30px 0;
}

p.sic-title-md.l-text {
    font-size: 32px !important;
    font-weight: 600;
    padding: 20px;
    line-height: 1.2;
}

p.sic-subtitle {
    font-size: 16px !important;
    font-weight: 500;
}


/* media rules */
@media (max-width: 787px) {
    .fp-container {
        height: 470px !important;
        justify-content: start !important;
    }

    /*.fp-container {*/
    /*   height: auto;*/
    /* }*/

    img.fp-picture {
        display: block;
        width: 100px;
        padding-bottom: 10px;
    }

    /**/
    img.quote-img {
        /*filter: invert(0.2);*/
        margin-top: 0;
        margin-left: 0 !important;
    }

    .featured-person {
        padding: 0;
    }

    /**/
    p.fp-text {
        font-size: 18px !important;
        padding: 10px;
    }

    p.fp-profile {
        position: relative !important;
        padding-right: 0 !important;
        line-height: 1.2 !important;
        width: auto !important;
        right: 0% !important;
        margin-top: 0 !important;
    }

    .featured-person-bg {
        z-index: 0;
        position: absolute;
        opacity: 50%;
        transform: none !important;
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        height: 555px !important;
    }

    .featured-person {
        z-index: 99 !important;
        position: relative;
        display: block;
    }

    .field--name-field-alfa-important-lnk .field__item,
    .field--name-field-tmt-text .field__item {
        width: 100% !important;
    }
}

/*Spotlight*/
.field--name-field-blades .paragraph--type--blade.has-background.spotlight-blade {
    padding: 0px !important;
}

.spotlight-blade {
    /*padding: 0px !important;*/
    background: #f8f8f8 !important;
    height: 385px;

}

.spotlight-blade {
    padding: 44px 10px!important;
}

.spotlight-blade h2 {
    font-size: 33px;
    color: #2a68a3 !important;
}

.spotlight-blade p {
    max-width: 300px;
    width: 300px;
    font-size: 20px !important;
    color: #2a68a3 !important;
    padding-top: 22px;
    display: block;
}

.spotlight-blade a {
    transition: 0.6s;
}

.spotlight-image {
    /*padding-top: 44px;*/
}

.spotlight-image img {
    max-height: 383px !important;
    position: absolute;
    left: -70px;
}

/* pricing */
/* OOE Pricing CSS - Asset Injector */

.btn.btn-secondary.int-info {
    border: 2px solid #fff;
    color: #fff;
    padding: 16px 52px;
    background: #09847A;
}

table#pricing {
    border: none;
    background: #09847A;
    margin-left: 0 !important;
}

table#pricing a {
    color: #f6ffff !important;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

table#pricing a:hover {
    font-weight: 600;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

tbody#pricing-body {
    color: white;
    font-size: 22px;
}

tbody#pricing-body tr:nth-child(even) {
    background: none;
}

ul {
    margin-left: 20px;
}

th {
    border-bottom: none;
    padding: 10px;
    text-align: center;
}
}

table {
    border-collapse: collapse;
}

tr {
    border-bottom: none;
}

td {
    height: 30px;
    padding: 5px 10px !important;
    border-bottom: none;
}

table,
td,
th {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif, sans-serif;
}


a:hover,
a:focus {
    color: #23527C;
}

a {
    color: #337AB7;
}

p {
    font-size: 1em;
}

table#pricing a.btn.btn-secondary.int-info:hover {
    color: #09847a !important;
}

.pricing {
    padding: 20px 0 !important;
}

/* Student Info Center Standard App (95) */
/* 
    00FA Student Info  Center - $95 app
*/
.card-flip-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.card-inner {
    position: relative;
    text-align: center;
    background: lightgray;
    height: 260px;
    color: white;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 260px;
    overflow-y: hidden;
}

.card-corner:before {
    content: "";
    position: absolute;
    top: 93%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 20px solid #ffffff;
    border-left: 20px solid transparent;
}

.card-corner:after {
    content: "";
    position: absolute;
    top: 93%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-top: 20px solid #00000050;
    border-right: 20px solid white;
}

.cf-teal {
    background: #4eb9ad;
}

.cf-blue {
    background: #1f536f;
}

.cf-green {
    background: #093924;
}

.cf-orange {
    background: #cc8261;
}

.show {
    display: block !important;
}

.hidden {
    display: none;
}

.title-lg-font {
    font-size: 115px;
    font-weight: 700;
    padding: 30px 0;
    padding: 30px 0 50px 0;
}

.title-md-font {
    font-size: 32px !important;
    font-weight: 600;
    line-height: 1.2;
    margin: auto;
    padding: 16px 0px;
}

.title-sm-font {
    font-size: 16px !important;
    font-weight: 500;
}

.cf-read-more {
    bottom: 0;
    text-align: center;
    font-family: Avenir, "Century Gothic", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 33px;
    position: absolute;
    padding-left: 58px;
}

.card-front {
    padding: 50px;
    cursor: pointer;
}

.card-back {
    margin: auto;
    padding: 35px 25px;
}

.card-back>p {
    font-size: 18px !important;
    line-height: 1em;
}

.card-back.hidden.show {
    text-align: left;
    overflow-y: hidden;
}

.card-inner a {
    color: white !important;
    text-decoration: none;
    font-weight: 400;
}

.card-inner a:hover {
    font-weight: 600;
}

.card-inner p {
    color: white !important;
}

.cf-teal>.card-back a {
    color: #00453d !important;
}

.cf-blue>.card-back a {
    color: #97c5e5 !important;
}

.cf-green>.card-back a {
    color: #75a58a !important;
}

.cf-orange>.card-back a {
    color: #531a00 !important;
}

.card-inner::-webkit-scrollbar {
    width: 0 !important;
}

@media only screen and (max-width: 600px) {
    .card-inner {
        text-align: left;
        width: 100%;
    }

    .cf-read-more {
        text-align: left;
        padding-left: 0;
    }
}

.spotlight-blade{
    padding-top: 20px;
    word-break: break-word;
}

.spotlight-blade a {
    z-index: 2;
}

@media only screen and (max-width: 600px) {
    .spotlight-blade h2 span {
        display: block;
    }
}

.spotlight-blade {
    padding: 23px 10px!important;
}
.spotlight-blade h2 {
   font-size: 33px!important;
   color: #2a68a3!important;
}

.spotlight-blade p {
    max-width: 300px;
    width: 300px;
    font-size: 20px!important;
    color: #2a68a3!important;
    padding-top:22px;
        display: block;
}

.spotlight-blade a{
	  transition: 0.6s;
}