/**
* @file Main styling for MIT HR site
*/

@import url("sametz.css");

/*********************************
*	Fonts
*********************************/

@font-face {
  font-family: 'La Belle Aurore';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/la_belle_aurore/LaBelleAurore-Regular.ttf?#iefix");
}

/*********************************
*	Overrides
*********************************/
:focus,
a:focus {
  outline: 1px dashed -webkit-focus-ring-color;
}
#site-header button:focus {
  box-shadow: 0 0 0 0.2rem #00778C;
}
header#navbar nav {
  display:none;
}

html {
  font-size:100%;
}
table {
  border-bottom: 5px solid #00B4D2;
}
table table {
  border-bottom:none;
}
.table-striped tbody tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.02);
}
.alert.alert-dismissible h4 {
  font-weight:normal;
  font-size:100%;
}
ul > li:before,
.site-alert ul > li:before,
.site-alert ul li:before,
.site-alert .rich-text ul:not(.nav-tabs) li:before,
.site-alert ol > li:before,
.site-alert ol li:before,
.site-alert .rich-text ol:not(.nav-tabs) li:before,
ul ul > li:before,
ol ul > li:before,
.rich-text ul:not(.nav-tabs) li ul > li:before,
.rich-text ol:not(.nav-tabs) li ul > li:before {
  display:none;
}
li {
  padding-left: 1.9rem;
}
ol li li:before {
  content: counter(mhr-reset-counter, lower-alpha) ". ";
}

a.empty {
  border-bottom:none !important;
  transition:none !important;
  padding:0 !important;
  width:0;
  height: 0;
  font-size:0;
  display:inline;
}
a.no-decoration:not([class*="btn"]):not([class*="link__document"]),
a.tabledrag-handle {
  border-bottom:none !important;
  transition:none !important;
  padding:0 !important;
}
a.empty:hover,
a.no-decoration:not([class*="btn"]):not([class*="link__document"]):hover,
a.tabledrag-handle:hover {
  color:inherit !important;
  background-color:transparent !important;
  padding:0 !important;
}
.managed-files a.tabledrag-handle .handle {
  height:24px;
}
.node--unpublished {
  background-color:#fff4f4;
}
.node--unpublished:before {
  content:"unpublished content";
  font-weight:bold;
}
.node--unpublished .node__content {
  margin-top:2rem;
}

/**** Forms ****/
form input[type="checkbox"], form input[type="radio"] {
  width:auto;
  margin-right:.5rem;
}
form input[type="image"] {
  width:auto;
  outline:none;
}
form .form-inline .form-radios .radio {
  float:left;
}
form button {
  font-size:1.125rem;
}
table .radio label {
  width:100%;
}
button.webform-submit,
button.form-submit {
  color: #ffffff;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  border: none;
  display: inline-block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #00B4D2;
  padding: 20px 25px 15px 25px;
  border-radius: 50px;
  -webkit-appearance: button;
}
button.webform-submit.btn__oval.cta-left,
button.form-submit.btn__oval.cta-left {
  padding-left: 45px;
}
button.webform-submit.btn__oval.cta-left [class^="icon"],
button.form-submit.btn__oval.cta-left [class^="icon"] {
  position: absolute;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
button.webform-submit:hover,
button.form-submit:hover {
  background-color: #D80066;
  color: #ffffff;
}
form.webform-submission-form .form-actions {
  margin-top:1rem;
}
fieldset .webform-element-description {
  margin-top:.5rem;
  font-size:90%;
}

fieldset.webform-composite-hidden-title > legend {
  padding:0;
  display:none;
}
fieldset.panel {
  padding:0;
}

form fieldset + fieldset {
  margin-top:1.25rem;
}
form input.form-file {
  margin-bottom:.5rem;
  color: #00506D;
}

.webform-component--attach_file .tabledrag-toggle-weight-wrapper {
  display:none;
}
#content label,
fieldset > legend {
  font-size:1.125rem;
  font-weight:bold;
}
form .hro-message {
  font-size:1rem;
}
fieldset.webform-type-fieldset legend {
  font-size:2.25rem;
  font-weight:bold;
}
fieldset fieldset legend,
fieldset.webform-type-fieldset fieldset legend {
  font-size:1rem;
}
fieldset fieldset.webform-type-fieldset legend,
fieldset.webform-type-fieldset fieldset.webform-type-fieldset legend {
  font-size:1.5rem;
}
fieldset.webform-type-fieldset {
  margin-top:2rem;
}
fieldset.webform-type-fieldset:first-of-type {
  margin-top:0;
}
/*** HTML text ***/
fieldset.form-item- {
  margin-bottom:0;
}
fieldset.form-item- + fieldset {
  margin-top:0;
}
/* Do not show labels for HTML text */
fieldset.form-item- label {
  display:none;
}
/*** checkboxes and radio buttons ***/
.collapse-processed.collapsible legend {
  cursor: pointer;
}
#content fieldset .checkbox label,
#content fieldset .radio label,
#content fieldset .radios label,
#content fieldset .webform-type-radios label,
#content .webform-likert-table label {
  font-weight:normal;
  font-size:1rem;
  float:none;
}
form > div.checkbox {
  margin:1.5rem 0;
}
.region-content-top .views-exposed-form .form-row {
  display:block;
  margin:0;
}
.views-exposed-form input.form-autocomplete {
  background-image:none;
}
.page-content fieldset h3,
.page-content fieldset h4,
.page-content fieldset h5 {
  margin-top:.5rem;
}
.radio > .radio,
.checkbox {
  margin-bottom:.5rem;
}
.form-no-label > label {
  display:none !important;
}
form > div.checkbox label {
  margin-bottom:0;
}
.checkbox {
  width:100%;
  clear:both;
  display:block;
}
.checkbox.form-no-label,
.webform-options-display-one-column .radio {
  display:flex;
  align-items:flex-start;
}
.checkbox legend,
.radio legend,
.radios legend,
.webform-type-radios legend {
  font-size:1rem;
  float:none;
}
.checkbox label.before {
  width:100%;
  clear:both;
}
.webform-options-display-one-column .radio > .description {
  margin-top:-5px;
  font-size:100%;
}
fieldset .checkbox.form-no-label > .description {
  margin-top:-10px;
}

fieldset.header-normal legend {
  font-size:1rem;
}
form > fieldset,
fieldset:not(.webform-fieldset--title-inline) > .fieldset-wrapper {
  width:100%;
  clear:both;
}
fieldset.webform-fieldset--title-inline legend,
.form-composite.webform-fieldset--title-inline legend {
  width:auto;
  margin-top:0;
  padding-top:0;
}
fieldset.webform-fieldset--title-inline .fieldset-wrapper > div {
  float:left;
}
fieldset.webform-fieldset--title-inline .fieldset-wrapper > .description {
  float:none;
  width:100%;
  clear:both;
  display:block;
}

#site-main a.external:after {
  width: 15px;
  height: 15px;
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23px' height='23px' viewBox='0 0 23 23'%3E %3Cdefs/%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill-rule='evenodd'%3E %3Cg%3E %3Cg id='Page-1'%3E %3Cg id='Group'%3E %3Cpath d='M9.89050201,5 L5,5 L5,18 L18,18 L18,13.1099345 L23,18.109498 L23,23 L0,23 L0,0 L4.89050201,0 L9.89050201,5 Z M12,0 L23,0 L23,11 L17.5255725,5.5255725 L17.4744275,5.4744275 L12,0 Z' id='Combined-Shape'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: cover;
  margin-left: 5px;
}
#site-main #community-news-index a.card-link.external:after {
  background:none;
}
#site-main a.btn__bar.black.external:after,
#site-main a.external:hover:after,
#site-main a.external:focus:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23px' height='23px' viewBox='0 0 23 23' fill='%23fff'%3E %3Cdefs/%3E %3Cg id='Symbols' stroke='none' stroke-width='1' fill-rule='evenodd'%3E %3Cg%3E %3Cg id='Page-1'%3E %3Cg id='Group'%3E %3Cpath d='M9.89050201,5 L5,5 L5,18 L18,18 L18,13.1099345 L23,18.109498 L23,23 L0,23 L0,0 L4.89050201,0 L9.89050201,5 Z M12,0 L23,0 L23,11 L17.5255725,5.5255725 L17.4744275,5.4744275 L12,0 Z' id='Combined-Shape'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: cover;
}
#site-main a.btn__bar.black.external {
  padding-top:7px;
  padding-right:15px;
}

input.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}

input.form-control::-moz-placeholder {
  color: #aaaaaa;
}

input.form-control::-ms-placeholder {
  color: #aaaaaa;
}

input.form-control::placeholder {
  color: #aaaaaa;
}
/* auto-complete dropdown */
ul.ui-autocomplete {
  background-color:#fff;
  z-index:200;
}

/** page title **/
.page-title-banner h1 {
  padding:0;
}

/* page with title image */
#site-main .page-title-banner.title-image {
  background-color:#fff;
  padding-top: 1.5rem;
  margin-bottom: -1.25rem;
  border-top: 10px solid #000;
}

/** moderation **/
#content-moderation-entity-moderation-form {
  margin:1rem 0;
}
#content-moderation-entity-moderation-form li {
  display:block;
  width:100%;
  font-size:90%;
  margin-bottom:5px;
}
#content-moderation-entity-moderation-form li fieldset {
  margin-bottom:0;
  display:flex;
}
#content-moderation-entity-moderation-form label {
  width:150px;
}
#content-moderation-entity-moderation-form select, input {
  padding-top:5px;
  padding-bottom:5px;
}
#content-moderation-entity-moderation-form label:after {
  content: ": ";
}
#content-moderation-entity-moderation-form ul li:before {
  display:none;
}
#content-moderation-entity-moderation-form .entity-moderation-form {
  padding:1rem 0;
}
#site-main .page-content .rich-text:not(aside) #content-moderation-entity-moderation-form {
  margin-top:-2rem;
}
#content-moderation-entity-moderation-form .entity-moderation-form {
  margin:0;
}

/** headers **/
#site-header,
#site-main {
  z-index:150;
}
.page-header {
  border-bottom:none;
}
h3 {
  font-weight:600;
}
body.menu-active #site-header .megamenu {
  padding-top:30px;
}
#site-header .megamenu-main ul li {
  margin-bottom:0;
}
#site-header .megamenu .row {
  margin-bottom:2rem;
}
#site-header div[class^="menu__main"] div > ul li a {
  padding:2px;
}
#site-header .megamenu-supplemental {
  width:100%;
}
#site-header .supplemental-nav > div ul li {
  margin-bottom: .9rem;
}
#wordmark #logo-main-hr,
#footer-wordmark  #logo-main-hr {
  align-self: flex-end;
}
#logo-main-mit, #logo-main-mit-footer {
  margin-right: 12px;
}
#block-mithrheaderhumanresourcesicon {
  align-self: flex-end;
  margin-bottom: -10px;
}
nav .menu__footer-connect {
    margin: 1.25rem 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select:hover option, select:focus option {
  background-color:#fff;
}
.order-first {
  -webkit-order: -1;
}

.order-last {
  -webkit-order: 13;
}

.order-0 {
  -webkit-order: 0;
}

.order-1 {
  -webkit-order: 1;
}

.order-2 {
  -webkit-order: 2;
}

.order-3 {
  -webkit-order: 3;
}

.order-4 {
  -webkit-order: 4;
}

.order-5 {
  -webkit-order: 5;
}

.order-6 {
  -webkit-order: 6;
}

.order-7 {
  -webkit-order: 7;
}

.order-8 {
  -webkit-order: 8;
}

.order-9 {
  -webkit-order: 9;
}

.order-10 {
  -webkit-order: 10;
}

.order-11 {
  -webkit-order: 11;
}

.order-12 {
  -webkit-order: 12;
}

@media (min-width: 576px) {

  .order-sm-first {
    -webkit-order: -1;
  }

  .order-sm-last {
    -webkit-order: 13;
  }

  .order-sm-0 {
    -webkit-order: 0;
  }

  .order-sm-1 {
    -webkit-order: 1;
  }

  .order-sm-2 {
    -webkit-order: 2;
  }

  .order-sm-3 {
    -webkit-order: 3;
  }

  .order-sm-4 {
    -webkit-order: 4;
  }

  .order-sm-5 {
    -webkit-order: 5;
  }

  .order-sm-6 {
    -webkit-order: 6;
  }

  .order-sm-7 {
    -webkit-order: 7;
  }

  .order-sm-8 {
    -webkit-order: 8;
  }

  .order-sm-9 {
    -webkit-order: 9;
  }

  .order-sm-10 {
    -webkit-order: 10;
  }

  .order-sm-11 {
    -webkit-order: 11;
  }

  .order-sm-12 {
    -webkit-order: 12;
  }
}
@media (min-width: 768px) {
  .order-md-first {
    -webkit-order: -1;
  }

  .order-md-last {
    -webkit-order: 13;
  }

  .order-md-0 {
    -webkit-order: 0;
  }

  .order-md-1 {
    -webkit-order: 1;
  }

  .order-md-2 {
    -webkit-order: 2;
  }

  .order-md-3 {
    -webkit-order: 3;
  }

  .order-md-4 {
    -webkit-order: 4;
  }

  .order-md-5 {
    -webkit-order: 5;
  }

  .order-md-6 {
    -webkit-order: 6;
  }

  .order-md-7 {
    -webkit-order: 7;
  }

  .order-md-8 {
    -webkit-order: 8;
  }

  .order-md-9 {
    -webkit-order: 9;
  }

  .order-md-10 {
    -webkit-order: 10;
  }

  .order-md-11 {
    -webkit-order: 11;
  }

  .order-md-12 {
    -webkit-order: 12;
  }
}
@media (min-width: 992px) {
  .order-lg-first {
    -webkit-order: -1;
  }

  .order-lg-last {
    -webkit-order: 13;
  }

  .order-lg-0 {
    -webkit-order: 0;
  }

  .order-lg-1 {
    -webkit-order: 1;
  }

  .order-lg-2 {
    -webkit-order: 2;
  }

  .order-lg-3 {
    -webkit-order: 3;
  }

  .order-lg-4 {
    -webkit-order: 4;
  }

  .order-lg-5 {
    -webkit-order: 5;
  }

  .order-lg-6 {
    -webkit-order: 6;
  }

  .order-lg-7 {
    -webkit-order: 7;
  }

  .order-lg-8 {
    -webkit-order: 8;
  }

  .order-lg-9 {
    -webkit-order: 9;
  }

  .order-lg-10 {
    -webkit-order: 10;
  }

  .order-lg-11 {
    -webkit-order: 11;
  }

  .order-lg-12 {
    -webkit-order: 12;
  }
}
@media (min-width: 1200px) {

  .order-xl-first {
    -webkit-order: -1;
  }

  .order-xl-last {
    -webkit-order: 13;
  }

  .order-xl-0 {
    -webkit-order: 0;
  }

  .order-xl-1 {
    -webkit-order: 1;
  }

  .order-xl-2 {
    -webkit-order: 2;
  }

  .order-xl-3 {
    -webkit-order: 3;
  }

  .order-xl-4 {
    -webkit-order: 4;
  }

  .order-xl-5 {
    -webkit-order: 5;
  }

  .order-xl-6 {
    -webkit-order: 6;
  }

  .order-xl-7 {
    -webkit-order: 7;
  }

  .order-xl-8 {
    -webkit-order: 8;
  }

  .order-xl-9 {
    -webkit-order: 9;
  }

  .order-xl-10 {
    -webkit-order: 10;
  }

  .order-xl-11 {
    -webkit-order: 11;
  }

  .order-xl-12 {
    -webkit-order: 12;
  }
}

@media (max-width: 399px) {
  #wordmark svg {
    width:100%;
    height:100%;
  }
}
/* works with Drupal.behaviors.mithr_ordered_lists to allow ol "start" attribute */
ol li.counter-set2::before {
  counter-reset: mhr-reset-counter 1;
}
ol li.counter-set3::before {
  counter-reset: mhr-reset-counter 2;
}
ol li.counter-set4::before {
  counter-reset: mhr-reset-counter 3;
}
ol li.counter-set5::before {
  counter-reset: mhr-reset-counter 4;
}
ol li.counter-set6::before {
  counter-reset: mhr-reset-counter 5;
}
ol li.counter-set7::before {
  counter-reset: mhr-reset-counter 6;
}
ol li.counter-set8::before {
  counter-reset: mhr-reset-counter 7;
}
ol li.counter-set9::before {
  counter-reset: mhr-reset-counter 8;
}
ol li.counter-set10::before {
  counter-reset: mhr-reset-counter 9;
}
ol li.counter-set11::before {
  counter-reset: mhr-reset-counter 10;
}
ol li.counter-set12::before {
  counter-reset: mhr-reset-counter 11;
}
ol li.counter-set13::before {
  counter-reset: mhr-reset-counter 12;
}
ol li.counter-set14::before {
  counter-reset: mhr-reset-counter 13;
}
ol li.counter-set15::before {
  counter-reset: mhr-reset-counter 14;
}
ol li.counter-set16::before {
  counter-reset: mhr-reset-counter 15;
}
ol li.counter-set17::before {
  counter-reset: mhr-reset-counter 16;
}
ol li.counter-set18::before {
  counter-reset: mhr-reset-counter 17;
}
ol li.counter-set19::before {
  counter-reset: mhr-reset-counter 18;
}
ol li.counter-set20::before {
  counter-reset: mhr-reset-counter 19;
}
ol li.counter-set21::before {
  counter-reset: mhr-reset-counter 20;
}
ol li.counter-set22::before {
  counter-reset: mhr-reset-counter 21;
}
ol li.counter-set23::before {
  counter-reset: mhr-reset-counter 22;
}
ol li.counter-set24::before {
  counter-reset: mhr-reset-counter 23;
}
ol li.counter-set25::before {
  counter-reset: mhr-reset-counter 24;
}
ol li.counter-set26::before {
  counter-reset: mhr-reset-counter 25;
}
ol li.counter-set27::before {
  counter-reset: mhr-reset-counter 26;
}
ol li.counter-set28::before {
  counter-reset: mhr-reset-counter 27;
}
ol li.counter-set29::before {
  counter-reset: mhr-reset-counter 28;
}
ol li.counter-set30::before {
  counter-reset: mhr-reset-counter 29;
}
ol li.counter-set31::before {
  counter-reset: mhr-reset-counter 30;
}
ol li.counter-set32::before {
  counter-reset: mhr-reset-counter 31;
}
ol li.counter-set33::before {
  counter-reset: mhr-reset-counter 32;
}
ol li.counter-set34::before {
  counter-reset: mhr-reset-counter 33;
}
ol li.counter-set35::before {
  counter-reset: mhr-reset-counter 34;
}
ol li.counter-set36::before {
  counter-reset: mhr-reset-counter 35;
}
ol li.counter-set37::before {
  counter-reset: mhr-reset-counter 36;
}
ol li.counter-set38::before {
  counter-reset: mhr-reset-counter 37;
}
ol li.counter-set39::before {
  counter-reset: mhr-reset-counter 38;
}
ol li.counter-set40::before {
  counter-reset: mhr-reset-counter 39;
}
ol li.counter-set41::before {
  counter-reset: mhr-reset-counter 40;
}
ol li.counter-set42::before {
  counter-reset: mhr-reset-counter 41;
}
ol li.counter-set43::before {
  counter-reset: mhr-reset-counter 42;
}
ol li.counter-set44::before {
  counter-reset: mhr-reset-counter 43;
}
ol li.counter-set45::before {
  counter-reset: mhr-reset-counter 44;
}
ol li.counter-set46::before {
  counter-reset: mhr-reset-counter 45;
}
ol li.counter-set47::before {
  counter-reset: mhr-reset-counter 46;
}
ol li.counter-set48::before {
  counter-reset: mhr-reset-counter 47;
}
ol li.counter-set49::before {
  counter-reset: mhr-reset-counter 48;
}
ol li.counter-set50::before {
  counter-reset: mhr-reset-counter 49;
}

/** secondary nav **/
[class^="toggle"].blue:hover {
  background-color: #D80066;
}
/** INSIDE menu **/
.region-nav-first ul.nav {
  display:block;
}
/** Content top **/
.region-content-top > .block-block-content:first-of-type {
  margin-top:2.75rem;
}

/** admin menu **/
#admin-menu li {
  position: static;
}

.page-content * + h2,
.page-content * + h3,
.page-content * + h4,
.page-content * + h5,
.page-content * + h6,
.page-content * + .hr-accordion,
.page-content .node-webform h2,
.page-content .node-webform h3,
.page-content .node-webform h4,
.page-content .node-webform h5,
.page-content .node-webform h6 {
  margin-top:2.5rem;
}
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-bottom:1rem;
}

.page-content h2 + h3,
.page-content h3 + h4,
.page-content h4 + h5,
.page-content h5 + h6,
.page-content h6 + h6,
.page-content h2 + .hr-accordion,
.page-content h3 + .hr-accordion,
.page-content h4 + .hr-accordion,
.page-content h5 + .hr-accordion,
.page-content h6 + .hr-accordion {
  margin-top:1rem;
}

/** accordions **/
.hr-accordion {
  margin-bottom:0;
}
.hr-accordion-header h2,
.hr-accordion-header h3,
.hr-accordion-header h4,
.hr-accordion-header h5 {
  all:inherit;
  font-weight:300;
  margin:0;
}
.webform-component-date select.form-control {
  display:inline;
  width:auto;
  padding: 0.375rem 1.25rem 0.375rem .75rem;
}
.collapse-processed .fieldset-wrapper.collapsed {
  display:none;
}

fieldset.collapsible {
  border-top:4px solid #00778C;
}
fieldset.collapsible.last {
  border-bottom:4px solid #00778C;
  margin-bottom:1.5rem;
  padding-bottom:1rem;
}
fieldset.collapsible > legend {
  float:left;
  font-weight:300;
  font-size:24px;
  line-height: 2.625rem;
  border-bottom:none !important;
  width:100%;
  clear:both;
  padding-top:1rem;
}
form fieldset.collapsible + fieldset.collapsible {
  margin-top:0;
}
fieldset.collapsible legend button {
  width:40px;
  height:40px;
}
fieldset.collapsible legend span.fieldset-legend {
  transition: 0.2s;
  margin: 0 0 0 1.25rem;
}
fieldset.collapsible legend span.fieldset-legend:hover {
  color: #ffffff;
  background-color: #00778C;
  padding: 6px 2px 2px;

}
fieldset.collapsible legend button span {
  width:26px !important;
  height:26px !important;
  margin:-8px 0 0 -8px;
}

.hr-accordion-header button {
  text-transform:none !important;
  letter-spacing:normal !important;
}
.hr-accordion-header button img {
  vertical-align:inherit;
}
.hr-accordion-header button .accordion__title {
  margin-left:1.75rem !important;
}

.hr-accordion-header {
  margin-top:1.25rem;
  cursor:pointer;
}
#site-main .page-content .rich-text:not(aside) #block-system-main .hr-accordion h4 {
  margin:0;
}
.rich-text .hr-accordion-header a {
  border-bottom:none !important;
  transition:none !important;
  padding:0 !important;
}
.rich-text .hr-accordion-header a:hover {
  color:inherit !important;
  background-color:transparent !important;
  padding:0 !important;
}
.hr-accordion [class^="toggle"].blue:hover {
  background-color: #D80066;
}
.hr-accordion + .hr-accordion {
  border-top:0;
}
.page-content .hr-accordion + .hr-accordion {
  border-top:0;
  margin-top:0;
}
.hr-accordion-content {
  padding-bottom:1.25rem;
}
.hr-accordion.view {
  border-top:none;
}
.page-content .hr-accordion.last {
  margin-bottom:3.75rem;
}

.hr-accordion .view-header .block-title {
  margin:0;
  font-size: 2rem;
  font-weight: 700;
}
#interrupter .block.card {
  margin-top:3.75rem;
  margin-bottom:3.75rem;
}
#interrupter .block.card + #interrupter .block.card {
  margin-bottom:0;
}
a.label-black {
  color:#000;
}
button.toggle__search .icon__arrow-right {
  display:none;
}
button.toggle__close.dkrblue:hover,
[class^="btn"].white:hover,
#site-footer [class^="btn"].black:hover {
  background-color: #D80066;
}

.modal .icon__close img {
  width: 100%;
  height: 100%;
}

#site-main .table-responsive {
  overflow:hidden;
}

#backtotop {
  -webkit-appearance:inherit !important;
  z-index:200 !important;
}
#backtotop:hover,
#backtotop:focus {
  background-color:#D80066;
}
#backtotop .label__default {
  color:#fff;
}

/** admin links **/
.rich-text .contextual-links a { /* views */
  border-bottom:none !important;
}
.rich-text .contextual-links a:hover {
  border-bottom:none !important;
  background-color:#fff !important;
  padding:0;
}

/* add offset to anchor links to accomodate fixed header */
:target:before {
  content:"";
  display:block;
  height:173px; /* fixed header height*/
  margin:-173px 0 0; /* negative fixed header height */
}
.site-main-anchor :target:before {
  display:none;
}

/* Landing - hero stripe right sidebar */
#sidebar_second {
  z-index:100;
  margin-bottom:3.75rem;
}
.page-content #sidebar_second.rich-text:not(aside) .region-sidebar-second {
  margin:0;
}
.block-mithr-stripe-landing-hero .views-field-body {
  margin-bottom:1.25rem;
}
.block-mithr-stripe-landing-hero .row {
  margin:0;
}

#site-main .page-content .rich-text:not(aside) #block-system-main section,
#site-main .page-content .rich-text:not(aside) #block-system-main blockquote,
#site-main .page-content .rich-text:not(aside) #block-system-main table,
#site-main .page-content .rich-text:not(aside) #block-system-main form,
#site-main .page-content .rich-text:not(aside) > div {
  margin-top:1.5rem;
  margin-bottom:2.5rem;
}

/* custom pager */
#block-mithr-theme-mithr-theme-system-main ul.pagination > li:before,
#block-mithr-theme-mithr-theme-system-main ul.webform-progress-tracker > li:before {
  display:none;
}
.webform-progress-tracker .progress-marker::before {
  font-size:16px;
  padding-top:3px;
}
.pager {
  width: auto;
  display: inline-block;
}
/* reset spacing */
ul.pagination > *,
ul.pagination a,
ul.pagination button {
  margin:0;
  padding:0;
}
ul.pagination .page-link {
  border:none;
  color:#000;
}
ul.pagination > li {
  margin-right:1.25rem;
  vertical-align: center;
}
ul.pagination .page-link.pager-elipse {
  cursor:default;
}
ul.pagination .page-link:hover {
  background-color:transparent;
}
.pagination a {
  transform:none;
  border-bottom:none;
  background-color:transparent;
}
.pagination > button,
.pagination > a > button {
  margin-top:-2.5rem;
  margin-bottom:0;
}
.pagination > button.active {
  cursor:default;
}
.pagination .center {
  top: calc(50%);
}
ul[data-drupal-views-infinite-scroll-pager].pager > li:before {
  display:none;
}
@media (max-width: 991.98px) {
  .pagination > button,
  .pagination > a > button {
    width:auto;
    height:auto;
    margin-right:10px;
  }
}

/*********************************
* Custom css
*********************************/

.hide {
  display:none;
}

/*********************************
*	Page section: Secondary nav
*********************************/
.secondary-nav .toggle__submenu .icon__plus img {
  width:100%;
}

.region-nav-second {
  width:100%;
}
.menu__secondary li.nav-item {
  width:100%;
}

/*********************************
*	Page section: Content Intro (Document & Form Library only, for now)
*********************************/

#content-intro {
  padding-top:60px;
  padding-bottom:40px;
  margin-bottom:40px;
}

/*********************************
*	Page section: intro text
*********************************/

.field-name-field-introtext,
.field-name-field-introtext p,
.views-field-field-introtext,
.views-field-field-introtext p,
.field--name-field-introtext,
.field--name-field-introtext p,
.views-field-field-introtext,
.views-field-field-introtext p,
#institute-holidays .view-header {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}

.views-field-field-introtext,
.field-name-field-introtext,
.field--name-field-introtext {
  margin-top:1.5rem;
  margin-bottom:2.5rem;
}
#block-system-main .views-field-field-introtext,
#block-system-main .field-name-field-introtext,
#block-system-main .field--name-field-introtext {
  margin-top:0;
}
body.node-type-post .views-field-field-introtext p:first-of-type {
  margin-bottom:0;
}
body.node-type-post .views-field-field-introtext {
  margin-bottom:-1rem;
}

@media (max-width: 767.98px) {
  .field-name-field-introtext,
  .field-name-field-introtext p,
  .field--name-field-introtext,
  .field--name-field-introtext p,
  #institute-holidays .view-header {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}


/*********************************
*	Page section: KB
*   KB recently added block
*********************************/
#block-mithr-menu-mithr-stripe-kb .view > header {
  top:20px;
}
#site-main .page-content #block-views-mithr-kb-recent-recent .rich-text:not(aside) > div.view-header {
  margin-bottom:0;
}
#site-main .page-content #block-views-mithr-kb-recent-recent .rich-text:not(aside) > div.view-content {
  margin-top:0;
}
#block-mithr-menu-mithr-stripe-kb h3.title {
  font-weight:200;
}

#block-mithr-menu-mithr-stripe-kb .views-field-body,
#block-views-mithr-kb-recent-recent .views-field-body {
  margin-top:1rem;
  padding-left:23px;
}
#block-mithr-menu-mithr-stripe-kb .panel-content .views-field-parent-breadcrumb ul > li,
#block-views-mithr-kb-recent-recent .panel-content .views-field-parent-breadcrumb ul > li {
  border-bottom:none;
  padding:0;
}
#block-views-mithr-kb-recent-recent .panel-content .views-field-parent-breadcrumb nav:first-of-type,
#block-mithr-menu-mithr-stripe-kb .panel-content .views-field-parent-breadcrumb nav:first-of-type {
  margin-top:.625rem;
}
#block-views-mithr-kb-recent-recent .panel-content .views-field-parent-breadcrumb ul.qa-loc,
#block-mithr-menu-mithr-stripe-kb .panel-content .views-field-parent-breadcrumb ul.qa-loc {
  margin-bottom:0;
}
#block-mithr-menu-mithr-stripe-kb .panel-content .views-field-parent-breadcrumb ul.qa-loc > li {
  padding:0;
}
#block-mithr-menu-mithr-stripe-kb .view .view-content > ul.list > li .views-field-title a.btn__bar,
#block-views-mithr-kb-recent-recent .view .view-content > ul.list > li .views-field-title a.btn__bar {
  background-color:#fff;
}
#block-mithr-menu-mithr-stripe-kb .view .view-content > ul.list > li .views-field-title a.btn__bar:hover,
#block-mithr-menu-mithr-stripe-kb .view .view-content > ul.list > li .views-field-title a.btn__bar:focus,
#block-views-mithr-kb-recent-recent .view .view-content > ul.list > li .views-field-title a.btn__bar:hover,
#block-views-mithr-kb-recent-recent .view .view-content > ul.list > li .views-field-title a.btn__bar:focus {
  background-color:#D80066;
}
#block-mithr-menu-mithr-stripe-kb .views-field-title a.btn__bar,
#block-views-mithr-kb-recent-recent .views-field-title a.btn__bar,
#block-mithr-hrweb-mithr-kb-topic-anchors .views-row a.btn__bar {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  margin-left: -7px;
  margin-bottom: 0;
}
#block-mithr-menu-mithr-stripe-kb .views-field-title a.btn__bar .icon__arrow,
#block-views-mithr-kb-recent-recent .views-field-title a.btn__bar .icon__arrow {
  left: 7px;
  top: 9px !important;
  position: absolute;
  transition: 0.25s;
}
#block-mithr-hrweb-mithr-kb-topic-anchors {
  margin:3.75rem 0;
}
.views-field-parent-breadcrumb ul.qa-loc li:first-of-type {
  display:none;
}
#block-views-mithr-kb-extra-kb-breadcrumbs .views-field-parent-breadcrumb ul.qa-loc li:first-of-type {
  display:inline;
}
#block-views-mithr-kb-extra-kb-breadcrumbs .views-field-parent-breadcrumb ul.qa-loc li:nth-last-of-type(2):after {
  display:none;
}

/*********************************
*	Section: grid items
*********************************/

.grid.static .views-field {
  height:100%;
  width:100%;
}

/*********************************
*	Section: image gallery
*********************************/

#block-views-mithr-image-gallery-gallery .gallery-item button.white:hover,
#block-views-mithr-image-gallery-gallery .gallery-item button.white:focus {
  background-color: #D80066;
}
#block-views-mithr-image-gallery-gallery ul.pager {
  display:none;
}
#block-views-mithr-image-gallery-gallery .loadmore-right a:hover,
#block-views-mithr-image-gallery-gallery .loadmore-right a:focus {
  background-color: #D80066;
  color: #ffffff;
}
#block-views-mithr-image-gallery-gallery .gallery-item .toggle__expand {
  right: 140px;
}
#views-exposed-form-mithr-image-gallery-gallery .row {
  margin:0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #block-views-mithr-image-gallery-gallery .gallery-item .toggle__expand {
    right: 70px;
  }
}

@media (max-width: 992px) {
  #block-views-mithr-image-gallery-gallery .gallery-item .toggle__expand {
    right: 30px;
    top: 140px;
  }
}



/*********************************************
*	Page section: Community News signup form
*********************************************/

#block-mithr-menu-mithr-stripe-news-signup h3 {
  font-size:2.25rem;
  font-weight:200;
  padding: 1.25rem;
  margin: 0;
}
#block-mithr-menu-mithr-stripe-news-signup .toggle__label {
  background-color: #00B4D2;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  padding: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  right: 15px;
  top: 0;
  color:#000;
}
#block-mithr-menu-mithr-stripe-news-signup .panel {
  padding:0;
}
#block-mithr-menu-mithr-stripe-news-signup button .center {
  top: calc(50% + 1px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-40%);
  transform: translateX(-50%) translateY(-40%);
  line-height: 1;
  position: absolute;
}
#block-mithr-menu-mithr-stripe-news-signup button:hover {
  background-color: #D80066;
}
#block-mithr-menu-mithr-stripe-news-signup button:hover .center {
  color:#000;
}

/*********************************
*	Page section: Footer
*********************************/
#site-footer {
  z-index:151;
}

#site-footer h3.title {
  font-size:2.25rem;
  font-weight:200;
  padding: 1.25rem;
  margin: 0;
}
#site-footer .footer-supplemental-nav ul.nav li {
  font-weight:700;
  margin-bottom: 0 !important;
}
@media (max-width: 450px) {
  #footer-wordmark svg {
    width:100%;
    height:100%;
  }
}


/*********************************
*	Page: Community News index
*********************************/
#community-news-index {
  margin-top:3.75rem;
}

.view-mithr-community-news-index .card.news .card-link .card-content:before,
.view-mithr-community-news-index .card.previous .card-link .card-content:before {
  background-color: #000000;
}

.view-mithr-community-news-index .card.news .card-link:hover .card-content:before,
.view-mithr-community-news-index .card.previous .card-link:hover .card-content:before {
  background-color: #e83e8c;
}
.view-mithr-community-news-index .card.news .card-link .card-content:after,
.view-mithr-community-news-index .card.previous .card-link .card-content:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 13px solid #52C5D7;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-bottom-color: #ffffff;
  display: block;
  left: 8px;
  bottom: 23px;
}
.view-mithr-community-news-index .index .card-content {
  padding-top:1.25rem;
  padding-bottom: 2.5rem;
  background-color: #ffffff;
  position: relative;
}

/*********************************
*	Page: Community News article
*********************************/
body.node-type-post .views-field-field-featured-image {
  margin: 0 0 1rem;
  margin-bottom: 1.25rem;
  max-width: 100%;
  height: auto;
}
body.node-type-post .views-field-field-featured-image .field-content {
  max-width: 100%;
  height: auto;
}
blockquote.image-field-caption {
  padding:0;
  font-weight:300;
}
.rich-text blockquote.image-field-caption {
  margin: 5px 0 !important;
}
blockquote.image-field-caption:before {
  all:initial;
}
blockquote.image-field-caption:after {
  all:initial;
}

/*********************************
*	Page: Documents and Forms Library
*********************************/
section.page-content section.module {
  width:100%;
}
#block-system-main .view-mithr-document-form-library table {
  border-left:none;
  border-bottom:1px solid #00B4D2;
}
#block-system-main .view-mithr-document-form-library table tbody,
#block-system-main .view-mithr-document-form-library table tfoot {
  border-left: 0;
  border-right: 0;
}

#block-system-main .view-mithr-document-form-library table thead th {
  border-bottom: 0;
  border-right: 1px solid #ffffff;
  background-color: #00B4D2;
}
#block-system-main .view-mithr-document-form-library table tbody tr {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
#block-system-main .view-mithr-document-form-library td {
  border-right: 2px solid #ffffff;
  border-bottom: 1px solid #00B4D2;
  background-color:#fff;
}
#block-system-main .view-mithr-document-form-library tr:hover td {
  background-color:#ebebeb;
}
#block-system-main .view-mithr-document-form-library .doc-desc {
  padding-left:40px;
  margin-top:10px;
}

/**********************************
* Page: Worklife Calendar
**********************************/
body.page-worklife-seminars-calendar .rich-text .view-mithr-events-calendar-worklife-calendar a {
  border-bottom:none !important;
}
body.page-worklife-seminars-calendar .rich-text .view-mithr-events-calendar-worklife-calendar a:hover,
body.page-worklife-seminars-calendar .rich-text .view-mithr-events-calendar-worklife-calendar a:active {
  background-color:transparent !important;
}
body.page-worklife-seminars-calendar .view-mithr-events-calendar-worklife-calendar ul.pagination li:before,
body.page-worklife-seminars-calendar #calendar-category-colors ul li:before {
  display:none;
}

/*********************************
*	Page: Knowledge Base
*********************************/

body.page-kb #content-intro {
  padding-top:0;
  padding-bottom:0;
}
body.page-node #content-intro.kb-intro {
  padding-bottom:0;
}
body.page-node .kb-landing-content #block-system-main article.node {
  display:none;
}
.breadcrumb-trail.bc-kb a {
  color: #00778C;
}
#block-views-mithr-kb-extra-kb-breadcrumbs ul.qa-loc li:only-child{
  margin-top:1.75rem;
}

body.page-kb #block-views-mithr-kb-extra-intro {
  padding-top: 3.75rem;
  padding-bottom: 0;
}
body.page-kb #block-views-mithr-kb-extra-intro .lead-bold,
body.page-kb #block-views-mithr-kb-extra-intro .lead-bold p {
  font-size:2rem;
  line-height:3rem;
}
body.page-kb #site-main .page-content .rich-text:not(aside) #block-system-main,
body.page-kb #site-main .page-content .rich-text:not(aside) .region-content {
  margin-top:0;
}
body.page-kb #block-views-mithr-kb-detail-kb-anchors {
  margin:3.75rem 0;
}
body.page-kb .view-display-id-kb_anchors .views-field-title a {
  font-size: 1.125rem;
  line-height:1.25rem;
  text-transform:none;
  font-weight:700;
  letter-spacing:normal;
}
body.page-kb .view-display-id-kb_anchors .panel-content > ul > li {
  border-bottom: 1px solid #52C5D7;
  padding: 10px 0;
  padding: 11.25px 0;
  padding: 0.625rem 0;
}
body.page-kb .view-display-id-kb_anchors .panel-content > ul > li:before {
  display:none;
}
body.page-kb .view-display-id-kb_anchors li:first-child {
  border-top: 1px solid #52C5D7;
}
body.page-kb .view-display-id-kb_anchors ul li {
  padding-left: 0;
  margin-bottom: 0;
}
body.page-kb .view-display-id-kb_body {
  margin-bottom:1.875rem;
}
body.page-kb-topic .page-content.qa-topic #block-system-main .view-mithr-kb-topic .view-footer {
  margin-top: 1rem;
}
/** Search results **/
/* hide title and anchors -- we need to recreated them according to results */
body.page-kb-detail-all #block-views-mithr-kb-detail-kb-anchors,
body.page-kb-detail-all #block-views-mithr-kb-extra-intro,
body.page-kb-detail-all #block-views-mithr-kb-extra-kb-breadcrumbs {
  display:none;
}

#filter-clear {
  margin-top:1rem;
}
body.page-forms .filter-lists {
  margin-top:3.75rem;
}
body.page-forms .page-content {
  margin-bottom:3.75rem;
}
/** Staff Directory bottom margin **/
body.page-staff section.directory {
  margin-bottom:3.75rem;
}

/*********************************
*	@todo temp
*********************************/
/* You might also like */
.mithr-hrweb-you-might-also-like {
  background-color:#C6E746;
  float:left;
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:40px;
}
.mithr-hrweb-you-might-also-like .view-content .views-row {
  width:25%;
  background-color:#fff;
  float:left;
  margin-left:5%;
  height:100%;
  padding:10px;
}

#block-mithr-hrweb-hrweb-breadcrumb-trail li {
  float:left;
}
#block-mithr-hrweb-hrweb-breadcrumb-trail li a {
  color:#007bff;
}
#block-mithr-hrweb-hrweb-breadcrumb-trail li:after {
  content:" > ";
}
#block-mithr-hrweb-hrweb-breadcrumb-trail li:last-of-type:after {
  content:"";
}

/*******************************************************************
* Print
*******************************************************************/

@media print {

  h1,
  section,
  #site-main {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside:auto;
  }

  /** Header **/
  #block-block-2,
  #block-block-4,
  .breadcrumb-trail,
  .secondary-nav,
  #block-workbench-block,
  ul.tabs--primary,
  ul.action-links,
  #menu-main
  {
    display:none;
  }
  #site-header,
  .brand-banner {
    background-color:transparent;
    position:relative;
  }
  #site-main .page-title-banner {
    background-color:#fff;
  }
  .region-header,
  .page-title-banner .container {
    padding:0;
  }
  .offset-md-1 {
    margin-left:15px;
  }
  #site-main .page-title-banner h1 {
    color:#000;
    font-size:250%;
  }
  #site-main {
    margin-top:0;
  }
  #block-system-main *:after {
    display:none;
    width:0;
  }
  #site-main .page-content {
    padding:0;
    margin:0;
    position:relative;
    margin-top:-20px;
  }
  #site-header .region.row {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -webkit-flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    #site-header .col-12 {
      -webkit-flex: 0 0 100%;
    }
    #site-header .col-3 {
      -webkit-flex: 0 0 25%;
    }
    #site-header .col-9 {
      -webkit-flex: 0 0 75%;
    }
  }

  /** Content **/
  .region-sidebar-first,
  .views-exposed-form,
  #interrupter,
  footer {
    display:none;
  }
  /* accordions */
  .hr-accordion .collapsed {
    display:block !important;
  }

  /* Firefox seems seems to have a problem with display:flex */
  .page-content .row {
    display:block;
  }

  #backtotop {
    display:none;
  }

}

