@font-face {
    font-family: "Folio STD Light";
    src: url("/wp-content/themes/vetmed/fonts/Folio Std Light/Folio Std Light.otf")
  }
blockquote { margin: 0; }
blockquote.power-statement {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
    color: #000;
    border-left: 0;
}
button.carousel-control-prev:focus, button.carousel-control-next:focus { outline: 1px solid white; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: 1.5; }
h1, .h1, .faculty-name { margin-bottom: 1.0rem !important; color: rgb(204, 78, 11); }
h2, .h2 { margin-bottom: 1.0rem !important; color: rgb(3, 36, 77); }
.h3, h3 {
    color: #003166 !important;
    margin-bottom: 1.0rem !important;
    font-size: 1.75rem !important; 
}
.h3.tagline {
    font-size: 1.35rem;
    padding-top: 2px;
    color: #03244d;
}
img { max-width: 100%; }
.vm-src__title { color: #ffffff;}
.sr-only {
    background-color: #000000 !important;
    color: #ffffff !important;
}
figcaption {font-size: medium;}
.breadcrumb li.breadcrumb-item:first-child { display: none; }
.breadcrumb {
    padding-left: 2.75rem;
    margin: 0;
}
.breadcrumb-item.active { color: #495455 !important; }
.vm-hero .home-header {
    background-color: rgba(0,33,68,.7);
    font-size: 2.75rem;
    padding: 45px 60px;
}
@media (max-width: 768px) {
    .vm-hero .home-header {
        padding: 5px 60px;
    }
  }
h2.vm-footer__heading { font-size: 1.0rem !important; margin-bottom: 0.5rem !important;}
.lead { font-size: 1.5rem; }
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
}
.sub-index .vm-hero { min-height: 440px; }
.sub-index .vm-hero.fast-facts { min-height: 270px; }
.sub-index .vm-areas{ background-image: none; }
.navbar { padding-right: 6.5em; }
.faculty.large-3 { width: 28%; }
.faculty.large-9 { width: 72%; }
.faculty-title {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.1em;
    padding: 10px 0;
    margin-bottom: 45px;
}
.heading {  margin-top: 10px; }
.info-box, .faculty-contact {
    background-color: rgb(204, 78, 11);
    padding: 10px 20px;
    line-height: 1.5em;
    color: #ffffff;
}
.faculty-contact { background-color: #002144; }
.faculty-contact-text,  
.faculty-contact-text a,
.faculty-contact-text a:hover { color: #ffffff !important; }
.faculty-section-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 5px;
}
.info-box ul li { line-height: 1.75em; }
.info-box, .images div img {
    margin-top: 0;
    min-height: 220px; 
}
.info-box.navle {
    margin-top: 80px;
    height: 400px;
}
.info-box p, .box-notch p { margin-bottom: 2px; }
.info-box a, .box-notch a { color: #fff !important; }
.tour-link, .warning-link { width: 195px; }
.tour-link, .btn-orange { background-color:#cc4e0b; }
.btn-link { font-weight: bold; color: #fff; } 
.btn-orange { border-color:#d94d0c; }
.btn-orange:hover { background-color: #d94d0c; border-color:#d94d0c; }
.btn-dark-blue { background-color:#03244d; }
.btn-dark-blue { border-color:#03244d; }
.btn-dark-blue:hover { background-color: #03244d; border-color:#03244d; }
.square-icon {
    font-size: 3rem; 
    width: 5rem; 
    height: 5rem; 
    background-color: #03244d; 
    color: #ffffff; 
    text-align: center; 
    line-height: 5.25rem; 
    border-radius: 5px; 
    display: inline-block; 
    margin-right: 0.75em;
}
.square-icon.orange { background-color: #cc4e0b; }
.square-icon.green { background-color: #0E6655; }
.square-icon.red { background-color: #A93226; }
.warning-link { background-color: #b30000; }
.underline, .con_line { border-top: rgba(255,255,255,1.00) solid 1px; height: 17px; }
.underline {
    border-color: rgb(204, 78, 11);
    border-width: 4px;
    height: 20px;
    width: 80px;
}
.underline-white { border-color: #fff; border-width: 2px; }
.section-line {
    border-top: rgba(0,0,0, .45) solid 1px;
    padding-right: 15px;
    height: 17px;
}
.section-text {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 2.0em;
    margin-top: 0.25em;
}
.table-fancy tr td:first-child { text-align: left; font-weight: normal; }
.table-fancy th { background-color: rgb(204, 78, 11); color: #fff; }
.table-fancy td {
    background-color:#03244d;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.table-fancy tr.last td { background-color: #e6f2ff; color: #03244d; }
div.box-notch {
    position:relative; /* Position must be relative to absolutely position :after */
    background:#333; /* Background color to show effect */
    min-height: 250px;
    padding: 0 10px;
    color: #fff;
}
div.box-notch:after{
    content:''; /* Required to display content */
    position: absolute; /* Sets the position absolute to the top div */
    top: 0; 
    left: 50%;
    margin-left: -12px; /* Set margin equal to border px */
    width: 0;
    z-index:1;
    height: 0;
    border-top: solid 12px #fff; /* Creates the notch */
    border-left: solid 12px transparent; /* Creates triangle effect */
    border-right: solid 12px transparent; /* Creates triangle effect */
}
div.box-notch.orange { background: rgb(204, 78, 11); }
div.box-notch.blue { background: #03244d; }
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] { margin-top: 0 !important; }
h2.gsection_title {margin-top: 1rem !important; margin-bottom: 0.25rem !important; line-height: 1.0 !important;}
.higlight-text {
 font-weight: bold;
 color: #03244d;
}
.text-body { color: #212529 !important; }
.text-white { color: #ffffff !important; }
.text-dark-blue { color: #03244d !important; }
.bg-dark-blue, .navbar-dark-blue { background-color: #03244d !important; }
.text-orange { color: rgb(204, 78, 11); }
.bg-orange { background-color: rgb(204, 78, 11); }
.bg-gray {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
}
section.top-divider{
    position: relative;
    margin-top: 3.0em;
}
.entry-content section.top-divider::before {
    content: '';
    position: absolute;
    top: -1.75rem;
    left:  40%;
    right: 40%;
    height: 4px;
    background-color: #EE6618;
  }
.subindex-title {
    color: #fff;
    font-weight: 300;
    letter-spacing: .03em;
    line-height: 1.25;
    text-transform: uppercase;
}
.about-dean p { color: #ffffff; }
.vm-hero.fast-facts {
    margin-top: 4rem !important;
    background-image: url(../img/bg-blur-facts.jpg);
}
.fast-fact__value {
    font-size: 3.25rem; 
    color: #bbbbbb; 
    font-weight: 800;
}
.fast-fact__unit{
    font-size: 1.75rem; 
    color: #ededed; 
    font-weight: 600;
}
.fast-fact__desc {
    color: #ccc; 
    font-weight: 400;
}
.info-cards { margin: 3.5rem 0; }
.info-cards .card-deck .card {  
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.info-cards .card, .leadership img, img.shadow-custom, .academic-contact img, .advancement-contact img,
figure.shadow-custom img { box-shadow: 0 10px 20px rgba(0,0,0,.24), 0 4px 8px rgba(0,0,0,.12); }
.info-cards .card {    
    background-color: #03244d; 
    border-color: #03244d;
}
.info-cards.info-cards-gray .row { margin-top: 1.85rem !important; }
/* .info-cards.info-cards-gray .card-deck { margin-top: 1.5rem; } */
.info-cards.info-cards-gray .card {    
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
}
.info-cards.info-cards-gray .card a { color: #03244d !important; }
.info-cards.info-cards-gray .card a:focus .card-title { outline-offset: 5px; outline: 2px solid blue; }
.info-cards.info-cards-gray .card a:focus:not(:focus-visible) .card-title { outline: none; }
.info-cards .card h5 { margin-bottom: 0 !important; }
.info-cards.about-info-cards { margin: 5rem 0; }
.info-cards .card:hover {
    transform:scale(1.05);
    box-shadow: none;
}
.card-title.h5 {color: #003166 !important; font-size: 1.35rem !important;}
.wellness-cards .card-title {font-size: 1.35rem !important;}
.has-vivid-red-background-color, .has-vivid-red-background-color:hover, 
.has-vivid-red-background-color:active, .has-vivid-red-background-color:focus {
    background-color: #cf2e2e !important; 
    border: 0 !important; 
}
.bracket-title {
    font-size: 18px;
    background-image: linear-gradient(#cc4e0b, #cc4e0b),
      linear-gradient(#cc4e0b, #cc4e0b),
      linear-gradient(#cc4e0b, #cc4e0b),
      linear-gradient(#cc4e0b, #cc4e0b);
    background-repeat: no-repeat;
    background-size: 8px 3px;
    background-position: top left, top right, bottom left, bottom right;
    border: solid #cc4e0b;
    text-align: justify;
    border-width: 0 3px;
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    margin: 30px 20px;
    background-color: #f8f8f8;
}
.dean-quote { font-size: 2.0rem; } 
.nav-title { font-size: 1.5rem !important; }
.nav h3 {
    color: rgb(171 66 10) !important;
    font-size: 1.25rem !important;
}
.nav li.nav-item { font-size: 1.0rem !important; }
.nav li.nav-item a.nav-link { padding: 0.25rem 0; }
.vm-navbar__nav .navbar .nav { line-height: 0.6rem !important; }
.vm-navbar__nav li.nav-item a {
    font-weight: 200 !important;
    font-size: 80% !important;
    line-height: 1rem !important;
}
.container-contacts img { min-width: 125px; }
.container-contacts p { line-height: 1.25; }
.bg-subdued { background-color: #727171 !important; }
.vm-footer { font-size: 1rem; }
.font-weight-bold span.title {
    line-height: 1.2;
    display: inline-block;
}
.home-spotlight-1 {
    background: url('/wp-content/uploads/2022/02/SRC-Web-Banner-scaled-1.jpg') 50% no-repeat;
    background-size: cover;
    height: 350px;
}
.home-spotlight-2 {
    background: url('/wp-content/uploads/2022/02/spotlight-home.jpg') 50% no-repeat;
    background-size: cover;
    height: 350px;
}
.img-shadow { box-shadow: 0 10px 20px rgba(0,0,0,.24), 0 4px 8px rgba(0,0,0,.12); }
.btn-collapse {
    font-size: 1.75rem;
    border-radius: 5px;
    padding: 5px 15px;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #f0f0f0;
}
.gform_wrapper.gravity-theme .gfield-choice-input, .gform_wrapper.gravity-theme .gfield-choice-input+label { vertical-align: unset !important;}
.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text { height: auto !important; }
.gform_wrapper.gravity-theme .gfield select { max-width: fit-content !important; }
.gfield_repeater_wrapper {
    background-color: #ededed;
    border-left: 5px solid;
    padding: 1em;
    border-radius: 5px;
}
.gfield_repeater_wrapper .gfield_label {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
.gfield_repeater_wrapper legend.gfield_label {
    font-size: 1.275rem !important;
    color: rgb(3, 36, 77) !important;
    border-bottom: 1px solid #ccc !important;
    padding: 0 16px 8px 0 !important;
    width: 100% !important;
}  
/* History page  */
.cvm-history { font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.quote-mark-left:before { 
    content: '\201C';
    font-weight: bold;
    position: absolute;
    top: 60px;
    left: 25px;
    line-height: 100px;
    font-size: 14rem;
    color: rgba(0,0,0,0.1);
} 
.cvm-history .page-area article.page {
    background: linear-gradient(to bottom, rgb(94 107 117) 0%, rgba(94, 107, 117, 0) 100%); 
    height: 100%; 
    margin: 0; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
}
.cvm-history .history-quote-cite span {
    display: block;
    border-top: 1px solid #ccc; 
    max-width: 50%;
}
.cvm-history .history-quote-img {
    background: linear-gradient(to bottom, rgb(228, 229, 230) 0%, rgba(228, 229, 230, 0) 76%);
}
.history-item {
    border-bottom: 2px solid #efefef;
}
.history-heading {
    font-size: 1.5rem;
    color: #808080;
}
@media (min-width: 768px) {
    .cvm-history .side-hash-marks {
        border-style: solid;
        border-width: 0 0 0 66px;
        border-image: url('/wp-content/themes/vetmed/img/side-hash-marks.png') 0 66 stretch repeat;
        border-image-outset: 0 33px;
    }
}
@media (max-width:767px) {
    .border-left { border:0px solid !important }
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
/* DCSITE */
section.dcsite .jumbotron {
    background: #011125;
}
section.dcsite h1 {
    color: #0D2039;
}
section.dcsite .tagline {
    color: #ED6123;
    font-size: 1.5rem;
}
section.dcsite .tagline:after {
    margin: 24px auto;
    content: '';
    display: block;
    height: 6px;
    background: #ED6123;
}
section.dcsite h2 {
    margin: 3rem 0 2.5rem 0 !important;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-align: center;
    color: #03244D;
    text-transform: uppercase;
}
section.dcsite h2:before, section.dcsite h2:after {
    content: '';
    display: block;
    flex: 1 0 auto;
    height: 2px;
    background: #ED6123;
    margin-right: 2ch;
    min-width: 10%;
}
section.dcsite h2:after {
    margin-right: 0;
    margin-left: 2ch;
}
section.dcsite h3 {
    border-top: #ED6123 2px solid;
    padding-top: 2rem;
    margin-top: 3.5rem;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
    }
}
.goal-title { font-size: 3rem; min-width: 158px; font-weight: 100; background: #b0b0b0; white-space: nowrap; }
.goal-text { font-size: 1.25rem; font-weight: 100; }
.goal-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15%;
    display: block;
    width: 0.35rem;
    height: 70%;
    background-color: #ff6633;
    transition: .35s ease-in-out all;
}
.goal-link:hover::after { height: 98%; bottom: 1px;}
/* auction spinner showing when not needed so hide */
.uwa_private_msg_ajax_loader { display: none !important;}


/* woo commerce form row conflicts with bootstrap css */

.form-row {
    display: block !important;
}