  :root {

  --gutter-width:  32px;

  --gutter-widths: calc(100vw - 416px);   

  --column-width: calc( var(--gutter-widths) / 12); 

  @media screen and (min-width: 1440px) {
    --gutter-widths: calc(1440px - 416px);
  }

  --column-1-width: var(--column-width);
  --column-2-width: calc( var(--column-width) * 2 + 32);
  --column-3-width: calc( var(--column-width) * 3);
  --column-4-width: calc( var(--column-width) * 4);
  --column-5-width: calc( var(--column-width) * 5);
  --column-6-width: calc( var(--column-width) * 6);
  --column-7-width: calc( var(--column-width) * 7);
  --column-8-width: calc( var(--column-width) * 8);
  --column-9-width: calc( var(--column-width) * 9);
  --column-10-width: calc( var(--column-width) * 10);
  --column-11-width: calc( var(--column-width) * 11);
  --column-12-width: calc( var(--column-width) * 12);

  --column-1: var(--column-width);
  --column-2: calc( var(--column-width) * 2 + 32px);
  --column-3: calc( var(--column-width) * 3 + 64px);
  --column-4: calc( var(--column-width) * 4 + 96px);
  --column-5: calc( var(--column-width) * 5 + 128px);
  --column-6: calc( var(--column-width) * 6 + 160px);
  --column-7: calc( var(--column-width) * 7 + 192px);
  --column-8: calc( var(--column-width) * 8 + 224px);
  --column-9: calc( var(--column-width) * 9 + 256px);
  --column-10: calc( var(--column-width) * 10 + 288px);
  --column-11: calc( var(--column-width) * 11 + 320px);
  --column-12: calc( var(--column-width) * 12 + 352px);

} //end :root



.column-1 {width: var(--column-1);}
.column-2 {width: var(--column-2);}
.column-3 {width: var(--column-3);}
.column-4 {width: var(--column-4);}
.column-5 {width: var(--column-5);}
.column-6 {width: var(--column-6);}
.column-7 {width: var(--column-7);}
.column-8 {width: var(--column-8);}
.column-9 {width: var(--column-9);}
.column-10{width: var(--column-10);}
.column-11{width: var(--column-11);}
.column-12{width: var(--column-12);}

@media screen and (min-width: 1440px) { 
  .column-1 { width: calc(88.25px * 1) !important;}
  .column-2 { width: calc(88.25px * 2) !important;}
  .column-3 { width: calc(88.25px * 3) !important;}
  .column-4 { width: calc(88.25px * 4) !important;}
  .column-5 { width: calc(88.25px * 5) !important;}
  .column-6 { width: calc(88.25px * 6) !important;}
  .column-7 { width: calc(88.25px * 7) !important;}
  .column-8 { width: calc(88.25px * 8) !important;}
  .column-9 { width: calc(88.25px * 9) !important;}
  .column-10{ width: calc(88.25px * 10) !important;}
  .column-11{ width: calc(88.25px * 11) !important;}
  .column-12{ width: calc(88.25px * 12) !important;}
}


.offset-0-col {margin-left: 32px;}
.offset-1-col {margin-left: calc( var(--column-1) + 64px);}
.offset-2-col {margin-left: calc( var(--column-2) + 64px);}
.offset-3-col {margin-left: calc( var(--column-3) + 64px);}
.offset-4-col {margin-left: calc( var(--column-4) + 64px);}
.offset-5-col {margin-left: calc( var(--column-5) + 64px);}
.offset-6-col {margin-left: calc( var(--column-6) + 64px);}
.offset-7-col {margin-left: calc( var(--column-7) + 64px);}
.offset-8-col {margin-left: calc( var(--column-8) + 64px);}
.offset-9-col {margin-left: calc( var(--column-9) + 64px);}
.offset-10-col{margin-left: calc( var(--column-10) + 64px);}
.offset-11-col{margin-left: calc( var(--column-11) + 64px);}












button {
  border: none;
  background-color: transparent;
  border-radius: var(--input-border-radius-size);
}
body #search-results button {
  font-family: monospace;
}
body #search-results button:focus,
/*body #people-search-form button:focus {
 box-shadow: 0 0 0 2px var(--color-white), 0 0 0 5px var(--color-focus);

}*/

body.path-people .page-wrapper *:focus,body .ui-dialog *:focus {
    outline: 3px solid #ffe67b;
    box-shadow: none
}

#advanced-options, #people-search-form {
  //padding-top: 32px;
}

.person-data {
  border-bottom: 1px solid var(--modal-black-modalBlack--20, rgba(0, 0, 0, 0.20));
}

.subtable th, .subtable td {
  border: none;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.00) !important;
}

.subtable tr {
  border-bottom: 1px solid var(--modal-black-modalBlack--20, rgba(0, 0, 0, 0.20));
}

.full {
  background: var(--modal-black-modalBlack-02, rgba(0, 0, 0, 0.02)) !important;
}

.path-people main {
  margin-top: 32px;
}

.page-wrapper a { text-decoration: underline; }

.hide + #fieldset-content,
tr.hide {
  display: none;
}

#fieldset-content {
  border: 1px solid #ccc;
  padding: 0.5em;
}

fieldset {
  font-size: 1.15em;
}

legend {
  font-size: 1.25em;
  font-weight: bold;
  cursor: pointer;
}
form, #returnData {
  padding-bottom: 2em;
}

p { max-width: none; }

.no-results {
  text-align: center;
  font-size: 1.25em;
}

#people-search-form label {
/*  font-size: 18px;
  display: block;
  font-weight: bold;
  margin-above: 0.5em;*/
}

caption {
  text-align: center;
  font-size: 2.5em;
  color: #00313C;
}

table {
  background: rgba(255, 255, 255, 0.00);
  color: #26292C;
}

table th, table td {
  height: auto;
  color: #26292C;
  font-size: 15px;
  font-style: normal;
  line-height: 19px;
  background: none;
/*  border-bottom: 1px solid var(--modal-black-modalBlack--20, rgba(0, 0, 0, 0.20));*/
  padding: 1em;
/*  border: none;*/
}

thead tr {
  font-weight: 700;
  border-top: 3px solid var(--grayscale-darkGray, #26292C);
  border-bottom: 1px solid var(--grayscale-darkGray, #26292C);
  background: var(--grayscale-transparent, rgba(255, 255, 255, 0.00));
}

tr:hover, tr:focus {
  color: #26292C;
  background: rgba(255, 255, 255, 0.00);
}

table a {
  font-weight: inherit;
  text-decoration: underline;
  color: inherit;
}

table a:hover {
  color: black;
  text-decoration: underline;
  text-decoration-color: #FFD100;
}

.right a {
  color: #26292C;
  text-decoration: underline;
}

.right a:hover {
  color: black;
  text-decoration: underline;
  text-decoration-color: #FFD100;
}

#fieldset-content {
  padding: 64px 0 16px 0;
  border: none;
}

#fieldset-content label {
  margin-top: 20px;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}

@media (min-width: 1280px) {
  #fieldset-content label {
    margin-top: -30px;
    margin-bottom: 8px;
    display: initial;
  }
}

button.expand {
    box-sizing: border-box;
    text-align: right;
    color: #26292C;
    font-size: 17px;
    font-weight: bold
}

select { padding: 0.5em; }

body.banner-2 .banner-2 .img-wrap {
  height: 21vh;
}

body.banner-2 .banner-2 .hero-txt-group {
  transform: translateY(calc(17vh - 100%));
  padding: 0;
}


@media screen and (max-width: 767px) {
  .search-wrap {
    margin: 0 32px;
  }

  [data-label="Department/Year"] {
    display: none;
  }

  #search-results > thead > tr > th:nth-child(4) {
    display: none;
  }
}

/*@media screen and (min-width: 600px) {
  body.banner-2 .banner-2 .img-wrap {
    height: 25vh;
  }
  body.banner-2 .banner-2 .hero-txt-group {
    transform: translateY(calc(21vh - 100%));
  }
  section.banner-2 h1 { font-size: 56px }
  .primary {
    --maxnav: calc(100% - 600px);
    padding-left: calc(var(--maxnav) / 2);
    padding-right: calc(var(--maxnav) / 2);
  }
}
*/

@media screen and (min-width: 768px) {
  body.banner-2 .banner-2 .img-wrap {
    height: 27vh;
  }
  body.banner-2 .banner-2 .hero-txt-group {
    transform: translateY(calc(23vh - 100%));
  }
  
  .right { float: right; }
  .primary {
    --maxnav: calc(100% - 825px);
    padding-left: 32px;
    padding-right: 32px;  
  }
  .no-results {
    font-size: 2vw;
  }
}



section.banner-2 h1 {
  //padding-bottom: 48px;
  padding-top: 62px;
  background-color: #154734;
  padding-left: 32px;
  padding-right: 32px;
  color: white;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  font-family: "Lora", serif;
  letter-spacing: -1px;
    
}

@media screen and (min-width: 1012px) {
  section.banner-2 h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.48px;
  }
}

@media  (min-width: 1280px) {
  .primary {
    --maxnav: calc(100% - 1376px);
    padding-left: calc(var(--maxnav) / 2);
    padding-right: calc(var(--maxnav) / 2);
  }
 .no-results {
    font-size: 2vw;
  }
}

/*new ivy styles*/

.people-name-label {
  position: absolute;
  left: -9999px;
}

input.form-text {
  border: none;
  display: block;
  float: left;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.90);
  border-radius: 0;
  
}


@media (max-width: 1279px) {
  input.form-text {
    width: 69%;
  }
  fieldset {
    width: 30%;
  }
}

.filters > span > span  {
  display: none;
}

@media (min-width: 768px) {
  .filters > span > span {
    display: inline-block;
  }
}



input.form-text:hover {
  border: none;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.90);
}

input.form-text:focus {
  outline: none !important;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.90) !important;
}

input:-internal-autofill-selected {
  background-color: white!important;
}


.left-side, .mobile-block {
  width: var(--column-3);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
  text-decoration-line: underline;
  border-radius: 16px;
  border: 1px solid var(--modal-black-modalBlack-05, rgba(0, 0, 0, 0.05));
  opacity: 0.8;
  background: var(--primary1-primary1-faded, #E7F4ED);
  float: left;
  padding: 16px 0;
}
.mobile-block {
  float: none;
  width: 100%;
  margin-bottom: 80px;

}

.left-side p, .mobile-block p {
  margin:  0;
  padding: 0;
  width: 100%;
}

.left-side p a, .mobile-block p a {
  padding: 16px;
  width: 100%;
  display: inline-block;
  color: var(--fills-UI-primaryDark, #1B6048);
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.left-side a:hover, .mobile-block a:hover {
  color: black;
  border-bottom: none;
  text-decoration: none;
  background: var(--modal-black-modalBlack-05, rgba(0, 0, 0, 0.05));
}

.right-side {
  width: 100%;
  display: inline-block;
}

@media (min-width: 768px) {
  .right-side {
    width: var(--column-8);
    display: inline-block;
    margin-left: 72px;
  }
}

.right-side p.ps-main {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px; /* 150% */
  letter-spacing: -0.1px;
  margin-bottom: 72px;
}

h1 {
  color: var(--type-body-type-colors-heading-styles-white, #FFF);
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -1px;
}

.filters {
  border-radius: 50%;
  background: var(--fills-UI-primaryDark, #1B6048);
  color: white;
  padding: 15px 15px;
  margin-left: 24px;
  transition: all 0.13s;
  border: 1px solid #1B6048;
  color: var(--fills-UI-white-100, #FFF);
  font-weight: 400;
  line-height: 12px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .filters {
    border-radius: 96px;
    margin-top: -15px;
    line-height: 16px;
  }
}


.filters:hover {
  border: 1px solid #1B6048 ;
  color: #1B6048;
  background: white;
}

.filters svg {
  height: 24px;
  width: 24px;
}

.filters:hover svg * {
  fill: #1B6048;
}

.filters span span {
  width: 50%;

}

legend.hide .opened {
  display: none;
}

legend .opened {
  display: initial;
}

legend:not(.hide) .closed {
  display: none;
}

fieldset {
  display: inline;
}

legend:not(.hide) {
/*  margin-bottom: 300px;*/
}

legend:not(.hide) ~ #fieldset-content {
/*position: absolute;
width: var(--column-8);
background-color: white;
left: var(--column-4);*/
}

#returnData {
  margin-top: 50px;
}

.ps-label {
  color: var(--grayscale-darkGray, #26292C);
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.ps-label-sm {
  color: var(--type-body-type-colors-lightGray, #5D646B);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-right: 32px;
}


@media (min-width: 1280px) {
  label.ps-label {
    position: absolute;
    margin-top: -30px;
  }
}

select {
  color: var(--type-body-type-colors-lightGray, #5D646B);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  width: 213px;
  margin-right: 32px;
  border-radius: 46px;
  border: 1px solid var(--modal-black-modalBlack--50, rgba(0, 0, 0, 0.50));
}

.ps-label ~ input {
  padding: 8px;
  border-radius: 46px;
  border: 1px solid var(--modal-black-modalBlack--50, rgba(0, 0, 0, 0.50));
}

.ps-label-sm > input {
/*  height: 20px;
width: 20px;
position: relative;
top: 5px;
margin-right: 4px;*/
}

.search-results caption {
  color: var(--Brand-Vermont-Slate, #00313C);
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.18px;
  text-align: left;
}

input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}

.checkbox-button__input {
  opacity: 0;
  position: absolute;
  margin-top: 12px;
}

.checkbox-button__control {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
  background-color: inherit;
  color: #1B6048;
  border: 2px solid #666;
  box-sizing: content-box;
}

.checkbox-button__input:checked+.checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #1B6048;
}

.checkbox-button__input:checked+.checkbox-button__control {
  border-color: #1B6048;
}

fieldset { 
  display: contents;
}

.mobile-block {
  display: inline-block;
}

.left-side {
  display: none;
}

.callout {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px 40px;
  background-color: #EDEDE9;
  border-radius: 16px;
}

@media (min-width: 768px) {
  .mobile-block {
    display: none;
  }

  .left-side {
    display: inline-block;
  }
}
