/*
  ######################################################

  BEGIN Global style changes

  ######################################################
*/

html,
body {
  height: 100%;
  width: 100%;
}

#page_content {
  display: flex;
  height: -webkit-fill-available;
  height: inherit;
  flex-direction: column;
  flex: 1 0 auto;
}

div.dialog-off-canvas-main-canvas {
  flex: 1 0 auto;

}

div.dialog-off-canvas-main-canvas>div#wrapper {
  flex: 1 1 auto;
}

.taxonomy-tooltip-link,
.taxonomy-tooltip-link:hover {
  cursor: pointer;
  text-decoration: none !important;
  border-bottom: 1px dotted #125496;
  color: inherit !important;
  font-weight: inherit !important;
}

.taxonomy-tooltip-link::after {
  margin: 0 0 3px 2px;
  content: url('../assets/images/question-circle-regular.svg');
}

.taxonomy-tooltip-tip,
.taxonomy-tooltip-tip:hover {
  text-decoration: none;
  border-bottom: 1px dotted #125496;
  color: inherit !important;
  font-weight: inherit !important;
}

.taxonomy-tooltip-tip::after {
  margin: 0 0 3px 2px;
  content: url('../assets/images/question-circle-regular.svg');
}

.tooltip-popup {
  content: attr(content);
  position: absolute;

  width: 250px;
  max-height: 300px;
  min-height: 100px;
  margin-top: -50px;
  margin-left: 25px;
  padding: 10px;

  font-size: 1.35rem !important;
  font-weight: normal !important;
  line-height: 1.7 !important;
  text-overflow: ellipsis;
  color: black;

  border: 1px solid #ccc;
  background-color: #f5f5f5;

  pointer-events: none;
  z-index: 1000;
}

abbr span.tooltip-popup {
  font-weight: normal;
}

.fa.fa-info-circle {
  margin-left: 3px;
  height: 17.5px;
  width: 17.5px;
  border: 1px solid #125496;
  border-radius: 50%;
  text-align: center;
}

.fa-info-circle:before {
  content: "\f129" !important;
  color: #125496;
}

div#wrapper * a:hover {
  text-decoration: none !important;
}

form.views-exposed-form {
  margin-bottom: 20px;
}

form.views-exposed-form label {
  font-weight: bold;
}

.views-exposed-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 20px;
}

.views-exposed-form select::-ms-expand {
  display: none;
}

.views-exposed-form select.arrows {
  background-image: url('../assets/images/double_arrows.png');
  background-position: calc(100% - .5rem), 100% 0;
  background-repeat: no-repeat;
}

form.views-exposed-form:not(#views-exposed-form-ecqi-rc-search-page-1) div[id^="edit-actions"] {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 4.4rem;
  width: 25%;
}

form.views-exposed-form#views-exposed-form-ecqi-rc-search-page-1 div[id|="edit-actions"] {
  margin: 0;
  padding: .7em 1em 0 0;
}



p a:link {
  font-weight: 400;
  color: #026397;
}

hr {
  margin: 26px 0 20px;
}

/* Adds space above Breadcrumb menu.
  Prevents [position: fixed] navbar from covering up
  on-screen elements. */
div[role="contentinfo"].messages {
  margin-bottom: 10px;
}

.container-fluid.slideshow,
.container-fluid.slideshow .col-xs-12 {
  padding: 0px;
}

.ckeditor-buttons li .cke-icon-only {
  width: auto !important;
}

.frontpage-calendar-container {
  /*display: flex;
  flex-direction: row;*/
  display: inline-block;
  width: 100%;
}

.frontpage-calendar-calendar {
  width: 75px;
  float: left;
}

.frontpage-calendar-preview {
  margin-left: 20px;
  width: calc(100% - 95px);
  float: right;
}

.frontpage-calendar-preview>h4 {
  margin: 0;
}

.fc-event .fc-bg {
  background: none !important;
}

.highlighted-container {
  margin-bottom: 15px;
}

h2.pane-title {
  font-size: 4.6rem;
  font-weight: 300;
}

label:not(div.js-form-type-checkbox > label) {
  display: block !important;
}

.view-taxonomy-term .views-row:not(:first-of-type) {
  margin-top: 36px !important;
}

.views-row {
  display: block;
}

.view-upcoming-events .views-row {
  margin-bottom: 20px;
}

.views-field.views-field-field-event-date {
  width: 70px;
  height: 25px;
  color: white;
  text-align: center;
}

.field-content.date-month {
  font-size: 1em;
  background-color: #026397;
}

.field-content.date-day {
  height: 45px;
  margin-top: -6px;
}

.views-field.views-field-field-event-date-2 {
  width: 70px;
  height: 45px;
  margin-top: -1px;
  font-size: 2em;
  text-align: center;
  background-color: white;
  border: 1px solid #AAA;
}

.view.view-upcoming-events>.view-content,
.view.view-upcoming-events-block:not(.view-display-id-block_1)>.view-content {
  padding: 10px;
  border-radius: 3px;
  background-color: #f8f8f8;
}

.views-field.views-field-created {
  margin-top: 10px;
}

#hero-container-homepage {
  width: 100%;
  height: 400px;
  /* margin-top: 25px; */
  background-image: url('../assets/images/home_hero_2.png');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;

  object-fit: cover;
}

#hero-container-homepage-info {
  max-width: 450px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3%;

  padding: 30px;
  background-color: #0188D1;
}

@media screen and (max-width: 767px) {
  #hero-container-homepage {
    margin: 20px 0;
  }

  #hero-container-homepage-info {
    max-width: 100%;
    left: 0;
    padding: 20px;
  }

  p.hero-image-homepage-subtext {
    width: 100% !important;
  }
}

.hero-text,
.hero-image-homepage-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: white !important;
  font-weight: 300;
}

.hero-image-homepage-subtext {
  font-size: 1.8rem !important;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
  line-height: 1.556;
}

div#hero-container-homepage-info div.field--name-field-button>div.field__item {
  display: inline-block;
  background-color: #df711c;
  border: 1px solid #df711c;
  border-radius: 3px;
  margin-top: 10px;
  padding: 0.5em 0.75em;
}

div#hero-container-homepage-info div.field--name-field-button>div.field__item:hover {
  background-color: transparent;
  border: 1px solid white;
}

.field--name-field-button .field__item a {
  font-weight: 500;
  padding-right: 20px;
  color: white;
  text-decoration: none;
}

.field--name-field-button .field__item::after {
  content: '\F054';
  font-family: 'FontAwesome';
  float: right;
}

.field--name-field-button .field__item:hover::after {
  transform: scale(1.25);
  transition-duration: 0.25s;
}

.panopoly-image-original {
  max-width: 100%;
  height: auto;
}

.region.region-search {
  margin-top: 20px;
}

.region.region-search h2 {
  font-size: 4.6rem;
  font-weight: 300;
}

.region.region-highlighted h4 {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  font-weight: 500 !important;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .region.region-highlighted h4 {
    font-size: 3rem !important;
  }
}

@media screen and (max-width: 991px) {
  .region.region-highlighted h4 {
    font-size: 2rem !important;
  }
}

ul.ui-autocomplete {
  z-index: 2000;
  width: 240px;
  border: 1px solid #eeeeee;
}

.promo-container {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .region.region-promo {
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
    text-align: center;
  }

  div.container.promo-container {
    max-height: 350px;
  }

  div.container.promo-container div[id^="block-"].block.block-block-content {
    display: inline-block;

    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .promo-container .row {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .region.reigon-promo {
    width: 100%;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
  }

  .region.region-promo .block.block-block-content {
    width: 300px;
  }
}

.card-container {
  padding: 0 10px;
  max-height: 300px;
}

.card.with-image {
  width: 100%;
  padding: 0;
  margin: 20px 0 10px 0 !important;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
}

@media screen and (min-width: 768px) {
  .card.with-image {
    max-width: 350px;
  }
}

.card.with-image div.field--type-image img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}

.card.with-image div.field--type-link a {
  display: flex;
  justify-content: center;
  padding: 25px;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.364
}

.card.with-image div.field--type-link a:hover {
  color: #008fe2;
}

@media screen and (max-width: 767px) {
  .card.with-image .panel-link {
    height: 115px;
  }
}

@media screen and (min-width: 768px) {
  .card.with-image .panel-link {
    height: 130px;
  }
}

@media screen and (min-width: 992px) {
  .card.with-image .panel-link {
    height: 105px;
  }
}

/* Data Element Repo home button */
a.form-submit[href='/cmd-workspace?qt-tabs_cmd=1']::before {
  font-family: 'FontAwesome' !important;
  content: '\f015';
  margin-right: 3px;
}

.field-content.cmd-element {
  margin-bottom: 10px;
}

div.content-layout {
  height: 100%;
}

div.quickedit-field:not(.field--name-body.field--type-text-with-summary) {
  margin-top: 20px;
}

#ecqi-breadcrumb {
  padding-right: 0;
}

input {
  max-width: 100%;
}

ul.js-pager__items {
  padding: 0px;
}

ul.js-pager__items li.pager__item {
  display: inline-block;
}

.mt-2 {
  margin-top: 15px;
}

.mt-2:first-child {
  margin-top: 25px;
}

select {
  max-width: 100%;
}

span.label {
  color: #036;
}

table {
  width: 100%;
}

table a {
  font-weight: 400;
}

th a[title~=sort] {
  background-image: url('../assets/images/bg.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 20px;
}

th.is-active a[href$='asc'] {
  background-image: url('../assets/images/asc.png') !important;
}

th.is-active a[href$='desc'] {
  background-image: url('../assets/images/desc.png') !important;
}

thead>tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

tr>th {
  padding: 8px;
}

tbody>tr:nth-child(even) {
  background-color: #eee;
}

tbody>tr:nth-child(odd) {
  background-color: #f7f7f7;
}

dt {
  font-weight: bold;
}

div.form--inline.clearfix {
  display: flex;
}

div.form--inline.clearfix div.js-form-item {
  margin: 0;
  padding: .7em 1em 0 0;
}

div.form--inline.clearfix label {
  display: block !important;
}

div.form--inline.clearfix select,
div.form--inline.clearfix input.form-text {
  width: 100%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 0 5px;
}

div.form--inline.clearfix select:focus,
div.form--inline.clearfix input.form-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

div.view-filters div.form-actions {
  padding: 0 1em 0 0;
}

div.view-filters div.form-actions>input[type="submit"] {
  padding-right: 3em;
  padding-left: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-left: auto;

  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1em;
}

div.view-filters div.form-actions>input[type="submit"] {
  background-color: #df711c;
  border: 1px solid #df711c;
  border-radius: 3px;
  color: #fff;
}

div.view-filters div.form-actions input[type="submit"]:hover {
  background-color: transparent;
  border: 1px solid #df711c;
  box-shadow: none;
  color: #df711c;
}

div.view-filters div.form-actions>input[type="submit"][value="Reset"] {
  background-color: white;
  border: 1px solid #125496;
  color: #125496;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1em;
  margin-left: auto;
  padding: 11px 15px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

div.view-filters div.form-actions>input[type="submit"][value="Reset"]:hover {
  color: #000;
  border-color: #adadad;
  background-color: #e6e6e6;
}

/*Back to top button style*/
#back_to_top {
  overflow: hidden;
  display: none;
  position: fixed;
}

.align-middle {
  vertical-align: middle !important;
}

.pr-15 {
  padding-right: 15px;
}

.pr-25 {
  padding-right: 25px;
}

.doubleScroll-scroll-wrapper {
  height: 15px !important;
}

div.flag.flag-subscribe-node {
  margin-bottom: 30px;
}



/*
  ######################################################

  End Global tag style changes

  ######################################################
*/


/*
  ######################################################

  BEGIN Footer style changes

  ######################################################
*/

.footer-ribbon {
  margin-top: 36px;
  padding: 40px 0;
}

.footer-ribbon .container,
.footer-ribbon .container .col-md-12 {
  padding: 0;
}

.footer-ribbon,
#footer-bottom {
  padding-left: 0px;
  margin-bottom: -1px;
  color: white;
  background-color: #003853;
  bottom: 0px;
}

#footer-bottom div.container-fluid {
  padding-right: 0px;
}

nav.menu--footer-links-top,
nav.menu--footer-links-bottom {
  margin-bottom: 10px;
}

nav.menu--footer-links ul.menu {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}

nav.menu--footer-links-top ul.menu li.menu-item,
nav.menu--footer-links-bottom ul.menu li.menu-item {
  padding: 0px 10px 0px 10px;
}

@media screen and (min-width: 768px) {

  nav.menu--footer-links-top ul.menu li.menu-item,
  nav.menu--footer-links-bottom ul.menu li.menu-item {
    display: inline-block;
  }
}

nav.menu--footer-links-top ul.menu li.menu-item a,
nav.menu--footer-links-bottom ul.menu li.menu-item a {
  color: #2eb1ed;
  font-size: 1.6rem;
  text-decoration: none;
}

nav.menu--footer-links-top ul.menu li.menu-item a:hover,
nav.menu--footer-links-top ul.menu li.menu-item a:focus,
nav.menu--footer-links-top ul.menu li.menu-item a:active,
nav.menu--footer-links-bottom ul.menu li.menu-item a:hover,
nav.menu--footer-links-bottom ul.menu li.menu-item a:focus,
nav.menu--footer-links-bottom ul.menu li.menu-item a:active {
  text-decoration: underline !important;
  color: #2eb1ed !important;
}

nav.menu--footer-links-bottom ul.menu li.menu-item:last-child a {
  color: white;
}

nav.menu--footer-links-bottom ul.menu li.menu-item:last-child a:hover,
nav.menu--footer-links-bottom ul.menu li.menu-item:last-child a:focus,
nav.menu--footer-links-bottom ul.menu li.menu-item:last-child a:active {
  text-decoration: underline !important;
  color: white !important;
}

@media screen and (min-width: 992px) {
  .footer-logo-container {
    height: 100px;
    margin-left: 10px;
  }

  div.ecqi-logo-container {
    position: absolute;
  }

  a.logo-ecqi-footer {
    position: absolute;
  }

  div.misc-logo-container {
    position: absolute;
    right: 0;
  }

  div.misc-logo-container>span.pull-right a.logo:last-child {
    margin-right: 0px;
  }
}

a.logo {
  display: inline-block;
  justify-content: space-between;
  overflow: hidden;
  color: transparent;
  /* margin-top: 10px; */
  margin-left: 10px;
  margin-right: 15px;
}

/*Tighten footer fixed*/
.dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
}

#toTop {
  position: fixed;
  z-index: 1000;
  border-radius: 4px;
  background-color: #f8f8f8;
  color: #125496;
  font-size: 1.28rem;
  text-align: center;
  padding: 8px 15px 5px 15px;
  right: 15px;
  bottom: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

#toTop svg {
  fill: #125496;
}

#toTop a span {
  text-decoration: underline;
}

#toTop:hover {
  background-color: #125496;
}

#toTop:hover a,
#toTop:hover svg {
  fill: white;
  color: white;
}

/*
  ######################################################

  END Footer style changes

  ######################################################
*/

/*
  ######################################################

  BEGIN Tab style changes

  ######################################################
*/

ul.tabs.primary {
  border-bottom: 1px solid #dddddd;
}

ul.tabs.primary li.is-active {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;

  border-top-right-radius: 4px;
  border-top-left-radius: 4px;

  margin-bottom: -1px;
}

ul.tabs.primary li.is-active a {
  background-color: transparent;
  border-bottom: 1px solid #fff;
}

.quicktabs-ui-wrapper {
  border: none !important;
}

.quicktabs-ui-wrapper>div.item-list {
  border-bottom: 1px solid #e0e0e0;
}

.quicktabs-ui-wrapper>div.item-list>.ui-tabs-nav {
  /*display: flex;*/
  display:block; /*new*/
  background-color: transparent;
  border: none !important;
}

.quicktabs-ui-wrapper>div.item-list>.ui-tabs-nav {
  padding: 0 !important;
} .quicktabs-ui-wrapper>div.item-list>.ui-tabs-nav>li[role="tab"].ui-tabs-tab {
  margin-bottom: -1px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #c9c9c9;
  height: 60px; /*new*/

}

.quicktabs-ui-wrapper>div.ui-tabs-panel a:hover {
  text-decoration: none;
}

.quicktabs-ui-wrapper>div.item-list>.ui-tabs-nav>li[role="tab"].ui-tabs-tab.ui-tabs-active {
  border-bottom: 1px solid white !important;
  font-weight: 600;
} .quicktabs-ui-wrapper>div.item-list>.ui-tabs-nav>li[role="tab"].ui-tabs-tab:not(.ui-tabs-active) {
  background-color: #f2f2f3;
  font-weight: 500;
} .quicktabs-ui-wrapper>div.item-list>.ui-tabs-nav>li[role="tab"].ui-tabs-tab:not(:first-of-type) {
  margin-left: 0.625rem;
} .quicktabs-ui-wrapper>div.item-list>.ui-tabs-nav>li[role="tab"].ui-tabs-tab:not(.ui-tabs-active):hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.quicktabs-ui-wrapper>div.item-list>.ui-tabs-nav>li[role="tab"].ui-tabs-tab>a.ui-tabs-anchor {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 1.25em;
  color: #125496;
} .quicktabs-ui-wrapper>div.item-list>.ui-tabs-nav>li[role="tab"].ui-tabs-tab.ui-tabs-active>a.ui-tabs-anchor {
  color: black !important;
}

.ui-widget {
  font-family: Rubik, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

.ui-widget-content a {
  color: #026397;
}

/* .ui-widget-content a:not(.taxonomy-tooltip-link) {
  color: #026397 !important;
} */

/*
  ######################################################

  END Tab style changes

  ######################################################
*/

/*
  ######################################################

  BEGIN Views element style changes

  ######################################################
*/

div.attachment.attachment-before>div.views-element-container,
div.views-element-container div.view-content {
  margin-bottom: 20px;
}

div.attachment.attachment-before>div.views-element-container a {
  text-decoration: underline;
}

div.attachment.attachment-before>div.views-element-container a:hover {
  text-decoration: none;
}

/*
  ######################################################

  END Views element style changes

  ######################################################
*/

/*
  ######################################################

  BEGIN Glossary style changes

  ######################################################
*/

div.view-glossary div.attachment.attachment-before>div.views-element-container {
  margin: 40px 0 20px 0;
}

div.attachment.attachment-before>div.views-element-container>div.view.view-glossary {
  display: flex;
  flex-direction: row;
}

div.attachment.attachment-before>div.views-element-container div.view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
}

div.attachment.attachment-before>div.views-element-container span.views-summary {
  padding: 0 5px 0 0;
  font-size: 1.7rem;
}

div.attachment.attachment-before>div.views-element-container div.view-content>span.views-summary:not(:nth-child(1))::before {
  content: '|';
  color: #c0c0c0;
  margin-right: 2px;
}

/*
  ######################################################

  END Glossary style changes

  ######################################################
*/

/*
  ######################################################

  BEGIN EP and EH page title style changes

  ######################################################
*/

.page-nid-131026 .title-icon {
  background-image: url(/sites/default/files/2019-06/EH_Icon-120.png);
  background-repeat: no-repeat;
  background-size: 172px 120px;
  float: left;
  height: 120px;
  width: 172px;
  margin-right: 10px;
}

.page-nid-131021 .title-icon {
  background-image: url(/sites/default/files/2019-06/EP_Icon-120.png);
  background-repeat: no-repeat;
  background-size: 172px 120px;
  float: left;
  height: 120px;
  width: 172px;
  margin-right: 10px;
}

.page-nid-131026 .title-text,
.page-nid-131021 .title-text {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.page-nid-131031 .view-display-id-attachment_7 .view-content table>caption,
.page-nid-131036 .view-display-id-attachment_4 .view-content table>caption,
.page-nid-131026 .view-display-id-attachment_1 .view-content table>caption,
.page-nid-131021 .view-display-id-attachment_2 .view-content table>caption {
  font-size: 18px;
  line-height: 24px;
  color: #777;
  font-weight: normal;
  text-align: left;
  width: 76%;
}

.page-nid-131026 .view-display-id-attachment_1 .view-header,
.page-nid-131021 .view-display-id-attachment_2 .view-header {
  position: relative;
}

.page-nid-131026 .view-display-id-attachment_1 .view-header .view-header-links,
.page-nid-131021 .view-display-id-attachment_2 .view-header .view-header-links {
  width: 100%;
  position: absolute;
  padding-top: 3px;
}

.page-nid-131021 .view-display-id-attachment_2 .view-header .view-header-links .view-archive-link,
.page-nid-131026 .view-display-id-attachment_1 .view-header .view-header-links .view-archive-link {
  margin-top: 3px;
  margin-right: 11px;
  text-decoration: none;
}

/* BEGIN Pre-Rulemaking eCQMs style changes */

.page-nid-131021 .view-display-id-attachment_2 .view-header .view-header-links .btn.btn-secondary,
.page-nid-131026 .view-display-id-attachment_1 .view-header .view-header-links .btn.btn-secondary {
  border: 1px solid #036;
  text-decoration: none;
  margin-top: -2px;
}

.page-nid-131021 .view-display-id-attachment_2 .view-header .view-header-links .btn.btn-secondary:hover,
.page-nid-131021 .view-display-id-attachment_2 .view-header .view-header-links .btn.btn-secondary:focus,
.page-nid-131021 .view-display-id-attachment_2 .view-header .view-header-links .btn.btn-secondary:active,
.page-nid-131026 .view-display-id-attachment_2 .view-header .view-header-links .btn.btn-secondary:hover,
.page-nid-131026 .view-display-id-attachment_2 .view-header .view-header-links .btn.btn-secondary:focus,
.page-nid-131026 .view-display-id-attachment_2 .view-header .view-header-links .btn.btn-secondary:active {
  border: 1px solid #036;
}

.page-nid-131021 .view-display-id-attachment_2 .view-header .view-header-links .btn.btn-secondary::before,
.page-nid-131026 .view-display-id-attachment_1 .view-header .view-header-links .btn.btn-secondary::before {
  content: '';
}

.page-nid-131021 .view-display-id-attachment_2 .view-header .view-header-links .btn.btn-secondary::after,
.page-nid-131026 .view-display-id-attachment_1 .view-header .view-header-links .btn.btn-secondary::after {
  border-top: 0;
}

/* END Pre-Rulemaking eCQMs style changes */

/*
  ######################################################

  END EP and EH page title style changes

  ######################################################
*/

/*
  ######################################################

  BEGIN eCQM Educational Resources page style changes

  ######################################################
*/

div.ecqm-er-header {
  max-height: 34vh;
  margin-bottom: 15px;
  padding: 0;
  background-color: #0188D1;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  div.ecqm-er-header {
    height: 20vh;
  }
}

div.ecqm-er-image {
  padding: 0;
  height: inherit;
}

div.ecqm-er-image>div {
  height: inherit;
}

div.ecqm-er-image img {
  height: 34vh;
  width: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  div.ecqm-er-image img {
    height: 20vh;
  }
}

div.ecqm-er-header>div.ecqm-er-title {
  height: 100%;
  padding: 0 15px !important;
  margin: auto;
}

div.ecqm-er-header>div.ecqm-er-title>h1 {
  display: block;
  margin: auto;
  color: white;
  font-size: 4.4rem;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  div.ecqm-er-header>div.ecqm-er-title>h1 {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  div.ecqm-er-header>div.ecqm-er-title>h1 {
    font-size: 3.5rem;
    margin: 12.5% 0;
  }
}

div.card.card-container.ecqm-er-card {
  margin: 15px 0;
  padding: 0 15px;
}

div.card-body {
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0
}

div.card-body:hover {
  border: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.45) 0 0 20px 0;
}

div.ecqm-er-card>div.card-body {
  font-size: 1.8rem;
  font-weight: 400;
}

div.ecqm-er-card>div.card-body>div.card-title {
  height: 60px;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.15;
}

div.ecqm-er-card>div.card-body>div.card-text {
  height: 90px;
  line-height: 1.25;

}

div.ecqm-er-card>div.card-body div.card-text a {
  text-decoration: none;
}

div.ecqm-er-card:hover>div.card-body>div.card-title,
div.ecqm-er-card:hover>div.card-body div.card-text * {
  color: #018fe2;
}

/*
  ######################################################

  END eCQM Educational Resources page style changes

  ######################################################
*/

/*
  ######################################################

  BEGIN eCQI Tools & Key Resources page tab eCQI Tool Library style changes

  ######################################################
*/

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .view-filters form,
.page-nid-130986 #qt-tabs_tools-ui-tabs3 form {
  margin: 0;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .form--inline {
  margin-bottom: .5em;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .form--inline .form-item {
  margin-right: 0;
  padding: .5em 1em 0 0;
  margin-top: 0;
  margin-bottom: 0;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .views-exposed-form .form--inline .form-item .form-autocomplete {
  display: inline-block;
  padding: 0 6px;
  color: #555555;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 34px;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .views-exposed-form .form--inline .form-item .form-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .views-exposed-form .form--inline .form-actions {
  float: right;
  margin-right: 5px;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .views-exposed-form .form--inline .form-actions input[value="Apply"] {
  background-color: #df711c;
  border: 1px solid #df711c;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1em;
  margin-left: auto;
  padding: 11px 15px;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  touch-action: manipulation;
  padding-right: 3em;
  margin-right: 10px;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .views-exposed-form .form--inline .form-actions input[value="Apply"]:hover,
.page-nid-130986 #qt-tabs_tools-ui-tabs3 .views-exposed-form .form--inline .form-actions input[value="Apply"]:focus,
.page-nid-130986 #qt-tabs_tools-ui-tabs3 .views-exposed-form .form--inline .form-actions input[value="Apply"]:active {
  background-color: transparent;
  border-color: #df711c;
  box-shadow: none;
  color: #df711c;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .views-exposed-form .form--inline .form-actions input[value="Reset"] {
  margin-top: 1.8em;
  margin-bottom: 0;
  width: auto;
  height: inherit;
  text-shadow: none;
  background-color: white;
  border: 1px solid #125496;
  border-radius: 0;
  color: #125496;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1em;
  margin-left: auto;
  padding: 11px 15px;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  white-space: normal;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .views-exposed-form .form--inline .form-actions input[value="Reset"]:hover,
.page-nid-130986 #qt-tabs_tools-ui-tabs3 .views-exposed-form .form--inline .form-actions input[value="Reset"]:focus,
.page-nid-130986 #qt-tabs_tools-ui-tabs3 .views-exposed-form .form--inline .form-actions input[value="Reset"]:active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
  text-decoration: none;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .views-row {
  margin-bottom: 0;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .toolslistleftbar .views-row {
  margin-bottom: 0;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .toolsmargin a,
.page-nid-130986 #qt-tabs_tools-ui-tabs3 .field-content a {
  color: #125496 !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .toolsmargin a:hover,
.page-nid-130986 #qt-tabs_tools-ui-tabs3 .field-content a:hover {
  color: #125496 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 div.attachment.attachment-before>div.views-element-container div.view-content {
  display: inline-block;
}

@media (min-width: 992px) {
  .page-nid-130986 h3.field-content {
    font-size: 3.6rem;
  }
}

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .page-nid-130986 #qt-tabs_tools-ui-tabs3 .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-who-uses-tool-target-id.form-item-field-who-uses-tool-target-id {
    float: right;
    width: 27%;
  }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .page-nid-130986 #qt-tabs_tools-ui-tabs3 .js-form-item.form-item.js-form-type-select.form-type-select.js-form-item-field-who-uses-tool-target-id.form-item-field-who-uses-tool-target-id {
    float: right;
    width: 27%;
  }
}

.page-nid-130986 #qt-tabs_tools-ui-tabs3 .field-content ul {
  padding-left: 35px;
  display: table;
}

/*
  ######################################################

  END eCQI Tools & Key Resources page tab eCQI Tool Library style changes

  ######################################################
*/

/*
  ######################################################

  BEGIN CQM Content Type style changes

  ######################################################
*/


.row-cms-id>.views-field-field-cms-id {
  display: inline-block;
  /* margin-top: 2px; */
  /* margin-left: 5px; */
  padding: 0 10px;
  border-radius: 4px;
}

body.page-node-type-ecqm-tool div.views-row {
  margin: 10px 0;
}

body.page-node-type-ecqm-tool div.views-row div.views-field-title {
  width: 100%;
}

.ecqi-tool-link-active {
  border-radius: 4px;
  padding: 10px 0;
}

.row-cms-id>.views-field-field-cms-id:hover {
  background-color: #eee;
}

.row-cms-id>.views-field-field-cms-id:hover a {
  text-decoration: none;
  color: #125496;
}

.cms-id-active {
  background-color: #125496;
  padding: 5px 15px;
  margin: 10px 0 10px 0 !important;
}

.cms-id-active>.field-content>a {
  width: 100%;
  color: white;
  text-decoration: none;
}

.cms-id-active:hover>.field-content>a {
  color: #125496;
  text-decoration: none;
}

div.radix-layouts-sidebar {
  padding-right: 0 !important;
}

div.radix-layouts-content {
  padding-left: 0 !important;
}


div[class*="block-field-blocknodeclinical-quality-measure"]:not(.ui-sortable-handle) {
  padding: 5px 0px 10px 0px;
  margin-left: 20px;
}

div[class*="-cqm-attachments"]:not(.ui-sortable-handable) div[class*="field__label"]:first-of-type,
div[class*="-release-notes"]:not(.ui-sortable-handable) div[class*="field__label"]:first-of-type {
  margin-top: 20px;
  font-size: 3.6rem;
  font-weight: 400;
  color: #036;
  line-height: 1.2;
  text-align: left;
}

#views-exposed-form-measures-list-block-1 {
	padding-right: 0px;
}

.measure-info-table {
	margin-left: 20px;
}

/*
  ######################################################

  END CQM Content Type style changes

  ######################################################
*/

/*
  ######################################################

  Begin Event Content Type style changes

  ######################################################
*/

#block-ecqi-theme-content div.addeventatc {
  top: 5px;
  background-color: #f4f4f4 !important;
  font-weight: 400 !important;
  text-decoration: underline !important;

  background-image: none;
  background-position: 10px 10px !important;
  background-repeat: no-repeat !important;

  z-index: 1 !important;
}

#block-ecqi-theme-content div.addeventatc:hover {
  color: #125496 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

#block-ecqi-theme-content .block-field-blocknodeecqi-eventbody {
  margin-top: 15px;
}

#block-ecqi-theme-content .field--name-field-event-date,
#block-ecqi-theme-content .field--name-field-recurring-date {
  margin-top: 15px;
}

details#field-inheritance--wrapper {
  display: none;
}

small.dropdown-notice {
  display: block;
  padding: 10px 10px 5px;
}

/*
  ######################################################

  End Event Content Type style changes

  ######################################################
*/
/*
  ######################################################

  Begin Value Set style changes

  ######################################################
*/

span.de-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
}

div.data-elements b a,
.node--type-data-element b a {
  font-weight: normal !important;
}

/*
  ######################################################

  End Value Set style changes

  ######################################################
*/

/*
  ######################################################

  BEGIN eCQM Annual Timeline page style changes

  ######################################################
*/

.path-ecqm-annual-timeline .view-ecqm-annual-timeline-carousel .carousel-wrapper .carousel .carousel-inner .timeline-quarter .timeline-type-content .timeline-column ul li.views-row {
  display: list-item;
}


/*
  ######################################################

  END eCQM Annual Timeline page style changes

  ######################################################
*/

/*
  ######################################################

  BEGIN Search page style changes

  ######################################################
*/

li.facet-item {
  display: flex;
  align-items: center;
  list-style-type: none;
  line-height: 1.4;
  margin: 5px 0;
}

li.facet-item label {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
}

li.facet-item input.facets-checkbox {
  display: inline-block;
  margin-top: 0;
}

/*
  ######################################################

  END Search page style changes

  ######################################################
*/
/*
  ######################################################

  BEGIN Tools List style changes

  ######################################################
*/

div.field-content.tools-list-content {
  display: inline;
}

div.views-field.views-field-field-category,
div.views-field.views-field-field-who-uses-tool {
  margin-right: 5px;
}

article.node--type-ecqm-tool {
  display: inline-block;
}

article.node--type-ecqm-tool>div.node__content>div.field {
  display: inline-block;
  width: 100%;
}

article.node--type-ecqm-tool>div.node__content>div.field>a {
  margin-bottom: 10px;
}

body.page-node-type-ecqm-tool .views-field-title {
  line-height: 1.25;
}

.ecqi-tool-link-active {
  background-color: #125496;
  border-radius: 4px;
  width: 90%;
  padding: 5px 10px;
}

.ecqi-tool-link-active .ecqi-tool-link {
  /* padding: 5px; */
}

.ecqi-tool-link-active .ecqi-tool-link a {
  /* margin: 5px; */
  color: white;
  text-decoration: none;
}

.ecqi-tool-link-active:hover {
  border: 1px solid #125496;
  background-color: white;
}

.ecqi-tool-link-active:hover .ecqi-tool-link a {
  color: #125496;
}

div.toolslistleftbar>div.view-content>div.views-row {
  width: 100%;
}

div.field-content.toolsmargin {
  display: block;
}

@media screen and (min-width: 992px) {

  div#block-ecqi-theme-content>div.content>div.views-element-container>div.view-id-tools>*,
  div[id^="qt-tabs_ecqm"]>div>div.views-element-container>div.view-id-tools>*:not(.view-header),
  div[id^="qt-teste-ui"]>div>div.views-element-container>div.view-id-tools>*:not(.view-header) {
    display: inline-flex;
    flex-direction: column;

  }

  div[id^="qt-teste-ui"]>div>div.views-element-container>div.view-id-tools>div.view-header,
  div[id^="qt-tabs_ecqm"]>div>div.views-element-container>div.view-id-tools>div.view-header {
    margin-top: 20px;
  }

  div#block-ecqi-theme-content>div.content>div.views-element-container>div.view-id-tools>div.view-content,
  div[id^="qt-tabs_ecqm"]>div>div.views-element-container>div.view-id-tools>div.view-content,
  div[id^="qt-teste-ui"]>div>div.views-element-container>div.view-id-tools>div.view-content {
    width: 33%;
    height: 100%;
    padding-right: 10px;
    margin-top: -20px;
  }

  div#block-ecqi-theme-content>div.content>div.views-element-container>div.view-id-tools>div.view-content>div.row-cms-id.views-row:first-of-type,
  div[id^="qt-tabs_ecqm"]>div>div.views-element-container>div.view-id-tools>div.view-content>div.row-cms-id.views-row:first-of-type,
  div[id^="qt-teste-ui"]>div>div.views-element-container>div.view-id-tools>div.view-content>div.row-cms-id.views-row:first-of-type {
    margin-bottom: 5px;
  }

  div#block-ecqi-theme-content>div.content>div.views-element-container>div.view-id-tools>div.view-content>div.row-cms-id.views-row:not(:first-of-type),
  div[id^="qt-tabs_ecqm"]>div>div.views-element-container>div.view-id-tools>div.view-content>div.row-cms-id.views-row:not(:first-of-type),
  div[id^="qt-teste-ui"]>div>div.views-element-container>div.view-id-tools>div.view-content>div.row-cms-id.views-row:not(:first-of-type) {
    margin: 5px 0;
  }


  div#block-ecqi-theme-content>div.content>div.views-element-container>div.view-id-tools>div.attachment.attachment-after,
  div[id^="qt-tabs_ecqm"]>div>div.views-element-container>div.view-id-tools>div.attachment.attachment-after,
  div[id^="qt-teste-ui"]>div>div.views-element-container>div.view-id-tools>div.attachment.attachment-after {
    width: 64%;
  }
}


/*
  ######################################################

  END Tools List style changes

  ######################################################
*/

/*
  ######################################################

  BEGIN eCQM Events page style changes

  ######################################################
*/

.path-calendar .fc-day-grid-event .fc-content {
  white-space: normal;
  /* height: 70px; */
}

div.qtip-content {
  height: 6.0em;
  text-overflow: -o-ellipsis-lastline;
  margin-bottom: 30px !important;
  margin-right: 0;
}

/*
  ######################################################

  END eCQM Events page style changes

  ######################################################
*/

/*
  ######################################################

  BEGIN Clinical Quality Language (CQL) Qs&As page style changes

  ######################################################
*/

.page-nid-131101 details.collapse-text-deatils {
  border-style: none;
  /* text-decoration: underline;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-bottom: 20px; */
}

.page-nid-131101 summary {
  /* background-color: whitesmoke; */
  border-color: #dddddd;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #125496;
  font-weight: 400;
  text-decoration: underline !important;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}

/*
  ######################################################

  BEGIN Quality Data Model (QDM) Qs & As qdm-qsas changes

  ######################################################
*/

.page-nid-131126 details.collapse-text-deatils {
  border-style: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.page-nid-131126 summary {
  /* background-color: whitesmoke; */
  border-color: #dddddd;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #125496;
  font-weight: 400;
  text-decoration: underline !important;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}

/*
  ######################################################

  END Quality Data Model (QDM) Qs & As qdm-qsas changes

  ######################################################
*/

/*
  ######################################################

  END Clinical Quality Language (CQL) Qs&As page style changes

  ######################################################
*/

/*
  ######################################################

  BEGIN Admin Content page style changes

  ######################################################
*/
.js .context-admin-content td .dropbutton-multiple {
  padding-right: 0;
}

/*
  ######################################################

  END Admin Content page style changes

  ######################################################
*/

/* ###### Manual overrides ###### */
.content-page .views-ui-view-name h3 {
  font-size: 1.2em;
}

.field--name-field-keywords .field__item>a,
.views-field-field-keywords a {
  position: relative;
  padding: 2px 10px;
  margin: 10px 10px 10px 0;
  text-decoration: none;
  font-size: 0.9em;
  border-radius: 2px;
  display: inline-block;
  color: #333;
  background-color: #f0f0f0;
  transition: color 0s;
  white-space: nowrap;


}

/* Tweaks for styling the keywords 'tags' */
.field--name-field-keywords .field__item>a:hover,
.views-field-field-keywords a:hover {
  color: #333;
  background-color: #e0e0e0;
}

.field.field--name-field-keywords .field__item {
  display: inline-block
}

.field.field--name-field-keywords .field__item>a {
  text-decoration: none;
}

/* Styles for tabbed content edit screens for eCQM Concepts and Proposed eCQMs */
.field-group-tabs-wrapper {
  background-color: #f0f0f0;
  padding: 10px 15px;
}

.vertical-tabs__panes {
  background-color: white;
}

.vertical-tabs__menu-item {
  background-color: #f5f5f5
}

#edit-title-wrapper.field--name-title .form-type-textfield {
  background-color: #f0f0f0;
  padding: 10px 15px;
}

#edit-title-wrapper.field--name-title .form-type-textfield label {
  font-weight: bold;
}

/* Styles for webform test result submission */
.field--name-field-test-result-submission {
  border:2px dashed #ddd;
  padding:20px;
}

/* form labels in the webform don't get bold automatically */
.field--name-field-test-result-submission .form-item>label {
  font-weight:bold;
}

.page-node-type-proposed-ecqm .field--name-field-test-result-submission .webform-element-description {
  font-size:1.1em;
  margin-top:15px;
  border: 1px solid #bce8f1;
  background-color:#d9edf7;
  border-radius:4px;
  color: #31708f;
  padding:15px;
}

/*Styles for MCW FAQs and other FAQ redos -- start*/
.ui-accordion .ui-accordion-header {
        background-color:transparent; /* new */
        border-style:none; /* new */
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em 1.5em .5em;
	font-size: 100%;
	color: #125496;
	line-height: 1em; /*This sets the height between Q blocks*/

}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
	height: 100% !important;
	line-height: 1.6em; /*This sets the line height within the Answers*/
        border-style: none; /* new */
}

div.ui-accordion-icons p {
  display: inline;
}
/*Styles for MCW FAQs and other FAQ redos -- end*/
.ecqm_header_blue_box{
  background-color: #FFFFFF; padding: 2em; color: #000000; border: 3px solid #0C3366;
}

.ecqm_header_blue_box h2{
  margin: 15px 0 0 0 !important;
}

.ecqm_header_blue_box h4{
  font-size: 22px;
}

.ecqm_header_blue_box div.left{
  float:left; width:40%; padding-top:2%; padding-right: 1%;
}

.ecqm_header_blue_box div.center{
  float:left; width:20%;
}

.ecqm_header_gray_box .ecqm_header_blue_box .clearfix::after {
  content: "";
  clear: both;
}

.ecqm_header_gray_box{
  background-color: #F7F7F7; padding: 20px; color:#175395;
}

.ecqm_header_gray_box div.left{
  float:left; width:60%; padding-top:1.5%; padding-right: 2%;
}

.ecqm_header_gray_box div.right{
  float:left; width:40%; padding-top:2%; padding-left: 2%;
}


.ecqm_header_blue_box div.center div.chat_cloud_image{
  height: 0;
  padding: 0; /* remove any pre-existing padding, just in case */
  padding-bottom: 75%; /* for a 4:3 aspect ratio */
  background-image: url("../assets/images/icon-awesome-comments.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin:10px;
}

.ecqm_header_blue_box div.right{
  float:right; width:40%; padding-top:2%; padding-left: 1%;
}

.ecqm_header_blue_box div.bottom{
  text-align: center; display: inline-block; width:100%; height: 100%;
}

.ecqm_header_blue_box p{
  margin: 0 0 15px 0;
}
.ecqm_header_blue_box .box-body a.btn:hover,
.ecqm_header_blue_box .box-body a.btn:focus {background-color:white}
.ecqm_header_blue_box .box-body a.btn {color:white}
.ecqm_header_blue_box .box-body p.sign-in a {color:#026397}

/* Measure data element collapse/expand */
.view-measure-data-elements article.node .contextual {
  top:0;
  right:35px;
}
.view-measure-data-elements div.panel-collapse {
  background-color: white;
}

.view-measure-data-elements .view-header h3 {position:relative;}
.view-measure-data-elements .view-header h3>a {position:absolute;right:0;bottom:5px;}

.view-measure-data-elements h2.data-element-title {font-size:2rem; clear:right; }

.view-measure-data-elements h2.data-element-title a.clickable {
  padding:3px 4px;
  border-radius:4px;
}
.view-measure-data-elements h2.data-element-title a.clickable-down::after {
  content: '\F078';
  display: inline-block;
  font-family: 'FontAwesome';
}
.view-measure-data-elements h2.data-element-title a.clickable-up::after {
  content: '\F077';
  display: inline-block;
  font-family: 'FontAwesome';
}
.view-measure-data-elements h2.data-element-title a.clickable:hover {
  color:white;
  background-color:#026397;
}

.view-measure-data-elements .view-header a.clickable {
  cursor: pointer;
  font-size: 1.8rem;
}

.view-measure-data-elements .panel-body {
  padding-left: 40px;
}

.view-measure-data-elements .data-element {
  border-top: 0;
  padding-top: 0;
}

div.data-element-result.node--type-data-element2 h2 {
  font-size:2.8rem;
  font-weight:400;
}

/* Adjust padding on "member for" label on user profile page */
article.profile div>h4.label {padding-left:0}

/* Styles to adjust the text-format tips under textareas */
div.filter-guidelines ul.tips {
  padding-left:10px;
}

.block-global-filter-blockglobalyearfilter{
	display:flex;
	margin-bottom: 10px;
}

/* H4 */
.block-global-filter-blockglobalyearfilter > h2 {
	color: #036;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: initial; }

#edit-global-filter{
  float:left;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 0 25px 0 5px;
  margin-left:10px;
  -webkit-appearance: none;
  -moz-appearance: none;
    text-overflow: none;
  background-image: url('../assets/images/double_arrows.png');
  background-position: calc(100% - .5rem), 100% 0;
  background-repeat: no-repeat;
}

.year-filter-wait * {
  cursor: wait;
}

.year-filter-wait:disabled {
  cursor: wait;
  pointer-events: none;
}

/********************** FOR CQL Qs and As and Other FAQs ReDo - START **************************************/
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../assets/images/ui-icons_444444_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("../assets/images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../assets/images/ui-icons_555555_256x240.png")/*{iconsHover}*/;

}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	//background-image: url("../assets/images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
	background-image: url("../assets/images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

.ui-icon-triangle-1-e { background-position: -32px -16px; }

.ui-icon-triangle-1-s { background-position: -65px -16px; }
/********************** FOR CQL Qs and As and Other FAQs ReDo - END ************************************************/

select::-ms-expand {
    display: none;
}

.block-views-blockmeasures-list-block-1 .title{
  font-size: 3.8rem;
}

div.view th {
  background: rgb(63, 125, 185);
  color: rgb(247, 247, 247);
}

div.view th a {
  color: rgb(247, 247, 247) !important;
  text-decoration: none;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgb(191, 191, 191);
}


/************ CQM Measure Info Table ***********************/

div.measure-infotable {
	margin-left: 20px;
}

div.measure-infotable > div.view-content > table > tbody > tr {
  height: 65px !important;
  width: 33%;
  padding-right: 0px !important;
} div.measure-infotable > div.view-content > table > tbody > tr > th {
  width: 35%;
  padding-left: 15px !important;
  padding-right: 15px !important;
} div.measure-infotable > div.view-content > table > tbody > tr > td > p {
  margin-bottom: 0px !important;
}

div.measure-infotable > div.view-content > table > tbody > tr:nth-child(even) > th,
div.measure-infotable > div.view-content > table > tbody > tr:nth-child(even) > td {
  color: black !important;
  background-color: white !important;
  border: 1px solid #bbbbbb !important;
}

div.measure-infotable > div.view-content > table > tbody > tr:nth-child(odd) > th,
div.measure-infotable > div.view-content > table > tbody > tr:nth-child(odd) > td {
  color: black !important;
  background-color: #eeeeee !important;
  border: 1px solid #bbbbbb !important;
}

/******************* USER REGISTRATION UPDATES ********************/

/* LOGIN TAB
Change layout of labels
*/
#user-login-form label {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  display: block;
}

/* Change spacing from top of tab bar
*/
#user-login-form {
  margin-top:30px;
}

#user-login-form input#edit-submit {
  height: auto;
  background-color: #df711c;
  border: 1px solid #df711c;
  color: white;
  border-radius: 3px;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 6px 3em 6px 15px;
}

#user-login-form input#edit-submit:hover {
  background-color:white;
  color: #df711c;
}

/* Adds space at top of reset password tab
*/
#user-pass {
  margin-top: 30px;
}

/* Set label elements on reset tab
*/
#user-pass label{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  display: block;
}

/* remove underline, line up with edge, remove lower space, change font
for captcha on reset pass tab
*/
#user-pass summary {
  color: #125496;
  font-weight: 500;
  font-size: 1.6rem;
  padding:10px;
  border-bottom-width: 0px;
  font-weight: 500;
  margin-bottom: 0.2rem;
  display: block;
  text-decoration: none !important;
}

/* adjust text on captcha
*/
#user-pass details > .details-wrapper {
  padding: 5px 25px 5px 10px;
  border-top-width: 0px;
  border-top-style: solid;
}

/* Make reset pass submit button orange
*/
#user-pass input#edit-submit {
  height: auto;
  background-color: #df711c;
  border: 1px solid #df711c;
  color: white;
  border-radius: 3px;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 6px 15px;
}


/* CREATE NEW ACCOUNT PAGE CREATE NEW ACCOUNT
Create new acccount align top , font change, add spaces between elements
*/

#user-register-form label,
#user-form label {
  display: block;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}

#user-register-form label.option,
#user-form label.option {
  display:inline;
  font-weight:400;
  text-transform:none;
}
/* Tighter spacing on descriptions
*/
#user-register-form .form-wrapper .description,
#user-form .form-wrapper .description {
  font-size: 0.85em;
  margin-left:0;
}

/* Moves text flush to left */
#user-register-form .field-label {
  padding:0;
}

/* Changes font on headers to those input tables for org and roles */
#user-register-form .field-label .label,
#user-form .field-label .label {
  display: inline;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 1px;
}

/* Increase padding between upper form and email opt out */
#user-register-form #edit-mass-contact-opt-out--wrapper {
  margin-top: 2.5em;
}

/* Apply font to Email text */
#user-register-form #edit-mass-contact-opt-out--wrapper .fieldset-legend,
#user-form #edit-mass-contact-opt-out--wrapper .fieldset-legend {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  display: block;
}

#user-register-form #edit-group-password summary,
#user-form #edit-group-password summary,
#user-register-form #edit-timezone summary, #user-register-form .captcha summary,
#user-form #edit-timezone summary, #user-form .captcha summary {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  text-decoration: none !important;
  margin-top: 2em;
}

/* Smaller show row weights */
#user-register-form .link.tabledrag-toggle-weight,
#user-form .link.tabledrag-toggle-weight {
  cursor: pointer;
  font-size: .8em;
}

/* Style create new account button */
#user-register-form input#edit-submit {
  height: auto;
  background-color: #df711c;
  border: 1px solid #df711c;
  color: white;
  border-radius: 3px;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 6px 1.2rem 6px 15px;
}

/* Color orange and make Save button a bit wider, add spacing to separate buttons */
#user-form input#edit-submit {
  height: auto;
  background-color: #df711c;
  border: 1px solid #df711c;
  color: white;
  border-radius: 3px;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 6px 1.2rem;
  margin-right: 8rem;
  margin-bottom: 1.5em;

}

/* Add spacing below local before user buttons */
#user-form #edit-actions {
  margin-top: 2em;
}

/* highlight items that fail password policy */
#edit-password-policy-status .password-policy-constraint-failed td:nth-child(2) {
  color:#c90000;
}

/*** exposed filter drop down menu ***/

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item {
  display: inline-block;
  width: 600px !important;
  background-color: white;
  padding: 5px !important;
  border: 0.5px solid #c5c5c5;

}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item:hover {
  background-color:  #026397;
  color: white;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front a {
  border: none !important;
  text-decoration: none !important;
  background-color: transparent  !important;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front a:hover {
  background-color: #026397 !important;
  color: white;
  border: none !important;
  text-decoration: transparent  !important;
} .ui-autocomplete.ui-widget-content span.fa.fa-info-circle::before {
    color: inherit !important;
} .ui-autocomplete .ui-menu-item:hover a.ui-menu-item-wrapper span.fa.fa-info-circle {
  border-color: white;
}

/** /admin/modules page */
.modules-tabs__menu {
  margin: 0 !important;
  /* padding-left: 1.45em !important; */
  list-style-type: none !important;
}
.modules-tabs__pane div.winnow-input > input.table-filter-text {
  padding-right: 0 !important;
}
.userprofile div.left{
  float:left; width:70%; padding-top:1.5%; padding-right: 2%;
}

.userprofile div.right{
  float:right; width:30%; padding-top:2%; padding-left: 2%;
}

.userprofile .clearfix::after {
  content: "";
  clear: both;
}

.visit_mc_box{
  height: 0;
  padding-bottom: 50%;
  background-image: url(../assets/images/visit_mc_workspace.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 22px;
}
#block-views-block-frontpage-block-4,#block-views-block-upcoming-events-block-3-2,#block-views-block-ecqm-workflows-and-test-results-block-3{
  width: 70%;
  height: auto;
}

#block-views-block-upcoming-events-block-3-2 .view-content{
  background-color: #ffffff !important;
}

td.views-field.views-field-field-quarter-year-for-use {
  width: 16%;
}
