/*
light gray: rgb(241, 241, 241);
light blue: rgb(137, 203, 226);

Primary colors:
red: #B31C1B;
teal: #073949
med blue: #3787B0
light blue: #89CBE2
grass green: 6EB43F
orange sherbet: F8981D
gold: #E6BC3A
pink: EB7D7C
brick red: #600908
mauve: #8A4544

Accent Colors:
light green: #A5D485 
hot pink: #EF4035
teal: #073949
light blue: #78B5D5
light green: #A5D485
light orange: #FBC580
light gold: #F1DB95
lighter pink/red: #FF6968
deep red: #BD1211;
light mauve: #BC7878

Grays and shades:
Dark gray: #212121
teal: #073949
dark gray: #757575
med gray: #979797
light gray: #C1C1C1
light gray: #E4E4E4
light gray: #F1F1F1


*/

@media screen and (max-width: 39.9375em) {
  
  .main-header__logo-row .logo-wrapper { height: 60px; }
  
  /* reduce left margin for hamburger menu for mobile */
  .mobile-menu-toggle { margin-left: 0; }

  /* changed margin to fix the drop menu positioning on the home page
  */
  .branding-bar:not(.panel--split) .branding-bar__container {
    margin: 0 0 0 0;
    padding: 0 5px 0 5px;
    }
    @media screen and (min-width: 71.25em) {
      .branding-bar:not(.panel--split) .branding-bar__container {
        padding: 0 24px 0 24px; } }
    
  }

/* make the mobile-sized logo image on the homepage match lower pages.*/
@media screen and (max-width: 50em) {
  .homepage-header .logo-wrapper img { width: 62%; padding: 5px 0 0 0;}

  .promo .blurb__text { margin-top: 1rem; }

  /* for floated asides in the content area, make full-width in mobile sizes*/
  .formatted-text .aside--float {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
    }
  .formatted-text .aside--float-right {
    float: none;
    clear: both;
    margin-left: 0;
    }
  .formatted-text .aside--float-left {
    float: none;
    clear: both;
    margin-right: 0;
    }
}

.fieldbox {margin: 20px 0 0 0; padding: 10px; background-color: #F1F1F1;}
.submitbox {margin: 20px 0 0 0; padding: 10px;}
.field-container>label {margin: 0; padding: 0;}
.field-container>label.error {margin: -15px 0 0 0; padding: 0 0 0 10px; font-weight: normal; color: #b31c1b; background-color: #F1F1F1;}
.field-example {margin: -22px 0 0 0; padding: 0; font-size: 85%; color: #757575;}
.formInactive {background-color: #CCC;}
.formActive {margin: 0 0 0 20px; padding: 0 10px 5px 10px; background-color: #EEE;}
.program-schedule {width: 100%; margin: 0; font-size: 85%; list-style-type: none;}
.program-schedule .sched-item {margin: 10px 0 0 0; background-color: #F1DB95;}
.program-schedule .sched-detail {padding: 10px; background-color: #F1F1F1;}
.program-schedule .sched-time {padding: 10px; font-weight: bold; font-size: 16px;}
.program-schedule .sched-title {font-weight: bold;}
.program-schedule .sched-loc {color: #666;}
.program-schedule .sched-descr {}

.acad-cal {width: 100%; margin: 0; font-size: 85%; list-style-type: none;}
.acad-cal .cal-item {margin: 0 0 0 0; background-color: #F1DB95;}
.acad-cal .cal-detail {padding: 10px; background-color: #F1F1F1;}
.acad-cal .cal-time {padding: 10px; font-weight: bold; font-size: 16px;}
.acad-cal .cal-title {font-weight: bold;}
.acad-cal .cal-loc {color: #666;}
.acad-cal .cal-descr {}
.acad-cal .cal-descr-tall {min-height: 60px;}

.breadcrumbs a {text-decoration: none;}
.breadcrumbs li {font-size: .7rem; line-height: 1.6;}
.search-status-header {font-size: 1rem;}

.branding-bar .search-bar__form {width: 9rem;}
.branding-bar .search-bar__form .button__content {color: #b31c1b;}

.primary-content a.arrow {font-weight: 550;} /*between normal and bold*/

.anchor-links {background-color: #f1f1f1; padding: 10px 0 10px 20px;}
.anchor-links li {margin-bottom: .5em;}
.anchor-links ul li ul {padding-top: .2em;}
.anchor-links a {text-decoration: none;}
.anchor-links a:hover {text-decoration: underline;}
.anchor-links h2 {margin: 10px 0 10px 0;}

h1 {
  font-size: 1.8rem;
  }
h2 {
  font-size: 1.65rem;
  margin-top: .5rem;
  }
h3 {
  font-size: 1.5rem;
  }
h4 {
  font-size: 1.2rem;
  font-weight: 500;
  }
b,
strong {
  font-size: 1rem;
  font-weight: 550;
  }

table {
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px; }
  
th { color: #000000;
   background-color: #F1DB95; }

tr:nth-child(even) { background-color: #ffffff; }
  
tr:nth-child(odd) { background-color: #f1f1f1; }  


.headline-group .subhead {color: #555555; } /* was #757575 increased contrast for accessibility */

/*
.back-to-top {margin-top: 42px; background-color: transparent;}
.back-to-top {
  height: 1.6rem;
  padding: 0.5em;
  background-color: #757575;
  position: absolute;
  right: 0;
  top: -2.4rem; }
  .back-to-top svg {
    position: relative;
    display: inline-block;
    top: 0.1em; }
*/
.grid-row {margin-bottom: .3rem;}
.class-table tr td {margin: 0; padding: .2rem;}
  
.routing-link__image {
  width: 7.75rem;
  height: 5.75rem;
  /*height: 4.35rem;*/
  }
  
/* fix right margin of alert panel */
.panel--alert .panel__container {
  margin-right: 0;
  }
/* tighten up vertical spacing in alert boxes with lists in them*/
.panel--alert .formatted-text ul { margin-bottom: 0; }
.panel--alert .formatted-text li { margin-bottom: 0; }

/* added to fit the actual height of the source vid on the home page (to avoid stretching it) */
@media screen and (min-width: 50em) {
  .homepage-header .panel__container {
    min-height: 720px;
    }
  }

/* fix the alert panel positions on section pages */
@media screen and (min-width: 64em) {
  .main:not(.campaign-page) > .panel--alert:first-child {  margin-top: 0; }
  }

@media print, screen and (min-width: 50em) {
  h1 { font-size: 2.7rem; }
  h2 { font-size: 2.2rem; }
  h3 { font-size: 1.7rem; }
  .h3 { font-size: 1.7rem; }
  h4 { font-size: 1.3rem; }
  .h4 { font-size: 1.3rem; }
  h5 { font-size: 1.1rem; }
  h6 { font-size: 1rem; } 

  .promo .blurb__title { font-size: 1rem; margin-top: 0; } 
  .breadcrumbs li {font-size: .9rem; line-height: 1.6;}

  .card--icon {margin-bottom: 2rem;}
  
  .program-schedule .sched-item {overflow: auto; clear: both;}
  .program-schedule .sched-time {width: 150px; float: left;}
  .program-schedule .sched-detail {margin-left: 160px;}

  .acad-cal .cal-item {overflow: auto; clear: both;}
  .acad-cal .cal-time {width: 200px; float: left;}
  .acad-cal .cal-detail {margin-left: 200px;}

  .aside--page-top {margin-top: 0px;}
  .program__status {margin-top: 1rem;}

}

@media print {
  /* attempting to fix Firefox printing bugs */
  #main-content * {
    display: block !important;
    overflow: visible !important;
    page-break-before: avoid !important;
    page-break-after: avoid !important;
    page-break-inside: avoid !important;
    }
}


.faculty-list ul,
.faculty-list ol {
  margin-bottom: 5px; }
.faculty-list ul li {
  position: relative;
  list-style-type: none; }
  .faculty-list ul li::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: calc( -1 * ( 0.64em + 0.3rem ));
    display: block;
    background-color: #6eb43f;
    width: 0.3rem;
    height: 0.3rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.faculty-list li {
  margin-bottom: 0.5em; i}
  .faculty-list li ol,
  .faculty-list li ul {
    padding-top: 0.5em;
    margin-bottom: 0; }

.site-footer .logo-row__container .logo-wrapper img {
  height: 70px;
  width: auto;
  display: inline-block;
}

/* copied from button--cta styling slate form submit button*/
.form_button_submit {
  display: inline-block;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.5rem 1rem 0.5rem 1rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #b31c1b;
  color: #fff;
  font-size: 1rem;
  }

/* slate embedded form field label */
.form_label {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.8;
  }
.form_responses select[aria-label="Month"] {width: 30%;}
.form_responses select[aria-label="Day"] {width: 15%;}
.form_responses select[aria-label="Year"] {width: 15%;}


/*
div[class^="tocolor-"], div[class*=" tocolor-"] {
    color:red 
}
*/

/* increase search box height to fix search button size issue */
.site-search button.button .button__content {
  font-size: 1.2rem;
  }