
/* Comment Generated by Combres - Resource '/UI/vendor/select2/select2.css' (Mode: Static) */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }



/* Comment Generated by Combres - Resource '/UI/app/css/pages/ancillary.css' (Mode: Static) */
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);[aria-describedby=occupationsModal].no-titlebar .ui-dialog-titlebar{display:none}[aria-describedby=occupationsModal].modal-mask{z-index:9001;margin:auto;position:fixed!important;top:0!important;left:0!important;right:0!important}@media (max-width:768px){[aria-describedby=occupationsModal].modal-mask{width:100%!important;height:100%!important;overflow:auto}}[aria-describedby=occupationsModal] #occupationsModal{padding:0 2em;background:#f5f7fa}@media (max-width:768px){[aria-describedby=occupationsModal] #occupationsModal{padding:0 1em}}[aria-describedby=occupationsModal] .popup-title{padding:2em 0 .5em}@media (max-width:768px){[aria-describedby=occupationsModal] .popup-title{padding:1em 0 0}}[aria-describedby=occupationsModal] .occupations-update-form .user-information{margin:1em 0}[aria-describedby=occupationsModal] .occupations-update-form .user-information span.user-information-static{font-weight:600;font-size:1.2em;line-height:1.5em;margin-bottom:.5em;color:#3f434d;position:relative}[aria-describedby=occupationsModal] .occupations-update-form .user-information span.user-information-dynamic{width:100%;height:3em;border:hidden;padding:.75rem;border-radius:10px;color:#676d7a;position:relative}[aria-describedby=occupationsModal] .occupations-update-form .input-fields{margin:1em 0}[aria-describedby=occupationsModal] .occupations-update-form .input-fields .input-labels{font-weight:600;font-size:1.2em;line-height:1.5em;margin-bottom:.5em;color:#3f434d;position:relative}[aria-describedby=occupationsModal] .occupations-update-form .input-fields select{width:100%;height:3em;border:hidden;padding:.75rem;border-radius:10px;color:#676d7a;position:relative}[aria-describedby=occupationsModal] .occupations-update-form .submit-button{margin:2em 0 1em;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:3% 5%;width:100%;border-radius:96px;font-size:1.2em;font-weight:600;border-style:none;color:#fff;background-color:#caced9}[aria-describedby=occupationsModal] .occupations-update-form .submit-button.enabled{background-color:#440b7f}@media (max-width:768px){[aria-describedby=occupationsModal] .occupations-update-form .submit-button{margin:1em 0}}@media print{table{border:1px solid #000}td,th{border:1px solid #000}h6{margin:0}.widget-AddFavorites{display:none}}:focus{outline:auto 2px Highlight!important;outline:auto 5px -webkit-focus-ring-color!important}.newtag{color:#900}.bordered-bottom{border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:10px}.bordered-all{border:1px solid #ddd;padding:10px;margin:10px}:root{font-size:16px}body{color:#333;position:relative}body *{font-family:"Source Sans Pro",sans-serif}body.modern :not(.caret){font-family:Roboto,sans-serif}iframe *{font-family:"Source Sans Pro",sans-serif}.clear-left{clear:left}.left{float:left}.right{float:right}section{margin-top:1.25rem}ol,p,ul{line-height:24px;color:#333;margin-top:0;padding:0}p:empty{display:none}ol{padding-left:1.5rem}ul.noListType{list-style-type:none!important}#UpdateRightSideContent ul ul{list-style-type:disc}a{color:#005e8d;text-decoration:none}a:active,a:hover{color:#147aad;text-decoration:underline}a:hover{cursor:pointer}.row img,[class^=span] img{max-width:100%}.clearfix:after{content:"";display:table;clear:both;line-height:0}.bold,.strong{font-weight:700}.disp-quote{margin-left:1.5em}.authors{font-size:14px;line-height:1.6;color:#444}.dropcap:first-letter{float:left;font-size:350%;margin:.25rem .25rem 0 0;color:#222;line-height:1}.clinical-pearl{background-color:#e6f0f5;border:1px solid #c9c9c9;padding:.75em .5em;margin:1.25em 0}.clinical-pearl span{color:#0c7278;font-weight:700}.lettersRowNarrow,.refRow{border-bottom:1px dashed #c9c9c9;padding:.625rem 0}.lettersRowNarrow .refNumber,.refRow .refNumber{text-align:right;line-height:24px}.lettersRowNarrow .refContent,.refRow .refContent{margin-left:.125rem;line-height:24px}.lettersRowNarrow .refContent a,.refRow .refContent a{word-wrap:break-word}.lettersRowNarrow .refContent i,.refRow .refContent i{margin-right:.125rem}#GDPRtoast{background-color:#333;color:#fff;text-align:center;padding:16px;position:fixed;z-index:1;left:0;right:0;bottom:0;font-family:"Source Sans Pro",sans-serif;padding:32px 16px}#GDPRtoast a,#GDPRtoast a:visited{color:#fff;text-decoration:underline}.toastLinks{color:#fff;text-decoration:underline}#aAcceptCookies{margin:3px}#aAcceptCookies{margin:3px}.mask{position:absolute;top:0;left:0;opacity:.6;display:none;background-color:#000;z-index:9000;width:100%;height:100%}.screenreader-text{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.a-to-z-list,.a-z-navigation{margin:1rem 0;padding:0 .25rem;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;list-style-type:none}.a-to-z-list .item,.a-to-z-list li,.a-to-z-list span,.a-z-navigation .item,.a-z-navigation li,.a-z-navigation span{display:-webkit-flex;display:flex;min-width:1.25rem;margin-right:.25rem;text-align:center}.a-to-z-list .item a,.a-to-z-list .item span,.a-to-z-list li a,.a-to-z-list li span,.a-to-z-list span a,.a-to-z-list span span,.a-z-navigation .item a,.a-z-navigation .item span,.a-z-navigation li a,.a-z-navigation li span,.a-z-navigation span a,.a-z-navigation span span{font-size:24px;color:#005e8d;display:block;min-width:1.25rem}.a-to-z-list .item a:hover,.a-to-z-list .item span:hover,.a-to-z-list li a:hover,.a-to-z-list li span:hover,.a-to-z-list span a:hover,.a-to-z-list span span:hover,.a-z-navigation .item a:hover,.a-z-navigation .item span:hover,.a-z-navigation li a:hover,.a-z-navigation li span:hover,.a-z-navigation span a:hover,.a-z-navigation span span:hover{text-decoration:none}.a-to-z-list .item a.selected,.a-to-z-list .item span.selected,.a-to-z-list li a.selected,.a-to-z-list li span.selected,.a-to-z-list span a.selected,.a-to-z-list span span.selected,.a-z-navigation .item a.selected,.a-z-navigation .item span.selected,.a-z-navigation li a.selected,.a-z-navigation li span.selected,.a-z-navigation span a.selected,.a-z-navigation span span.selected{color:#333}.a-to-z-list .item a.disabled,.a-to-z-list .item span.disabled,.a-to-z-list li a.disabled,.a-to-z-list li span.disabled,.a-to-z-list span a.disabled,.a-to-z-list span span.disabled,.a-z-navigation .item a.disabled,.a-z-navigation .item span.disabled,.a-z-navigation li a.disabled,.a-z-navigation li span.disabled,.a-z-navigation span a.disabled,.a-z-navigation span span.disabled{cursor:not-allowed!important;color:#999!important}.a-to-z-list .item.active a,.a-to-z-list li.active a,.a-to-z-list span.active a,.a-z-navigation .item.active a,.a-z-navigation li.active a,.a-z-navigation span.active a{color:#333}.nav-pills.stacked .topic{border-bottom:1px solid #c9c9c9}.nav-pills.stacked .topic a{padding:.375rem .5rem;display:block}.nav-pills.stacked .topic a:hover{background:#eee;text-decoration:none}.no-matches{margin-top:1.25rem}.content ol,.content ul,.selfservesspage ol,.selfservesspage ul{margin-left:2rem}.content ol ol,.content ol ul,.content ul ol,.content ul ul,.selfservesspage ol ol,.selfservesspage ol ul,.selfservesspage ul ol,.selfservesspage ul ul{margin-left:1.5rem}.md-content-row{border-top:1px solid #ddd;padding:.625rem 0}.md-content-row:after{content:"";display:table;clear:both;line-height:0}.md-page-desc{font-size:16px;font-weight:700;margin-bottom:1rem}.md-date{font-size:12px;color:#666;margin-bottom:.25rem}.md-title{margin-bottom:.25rem}.md-title a{font-size:16px;font-weight:700}.md-content-desc{color:#666}.md-content-desc span.updated{margin-right:.25rem}.load-more{text-align:center;margin-top:1.25rem}.load-more a{color:#555;font-weight:700}.signinshibboleth .select-btn{font-family:"Source Sans Pro",sans-serif;font-weight:500;text-align:center;background:#005e8d;color:#fff;text-decoration:none;line-height:1.5;display:inline-block;padding:.25em 1em;border:none;cursor:pointer;transition:all .25s ease-in-out;margin-left:83px;background:#555}.signinshibboleth .select-btn:hover{background:#147aad;color:#fff;border:none}.signinshibboleth .input_wrap{margin-bottom:1rem}.signinshibboleth .input_wrap:after{content:"";display:table;clear:both;line-height:0}.signinshibboleth .input_wrap label{width:75px;float:left;text-align:right;margin-right:.5rem;line-height:1.6rem}.signinshibboleth .input_wrap .filter-dropdown{position:relative;display:block;vertical-align:middle;font-size:13px;zoom:1;-webkit-user-select:none;user-select:none}.signinshibboleth .input_wrap .filter-dropdown+.select2-container{width:300px!important}.publicfeedback .last input{border:0;border:1px solid #c9c9c9}.publicfeedback .last input[type=radio]{margin-right:.25rem}.publicfeedback .last p{margin:0}.publicfeedback .last p.pageHeader{margin-bottom:1rem}.publicfeedback .last label{display:block;margin-top:1rem}.publicfeedback .last .span4,.publicfeedback .last tr{margin-top:.25rem}.publicfeedback .last table label{display:inline}.publicfeedback .last .captcha{padding-left:0}.publicfeedback .last .RadImage img{border:1px solid #c9c9c9}.publicaboutcme p{margin-bottom:.625rem;line-height:1.25rem}.guidelines .icon-share{font-family:MGH;font-style:normal;display:inline-block;margin-left:.25rem}.guidelines .icon-share:before{content:"\e938"}.ommbidcontributors ul{list-style-type:none;margin-left:0}.newsletter-success-message,.optOut-success-message,p.success-message{display:none}.newsletter-error-message,.optOut-error-message,p.error-message{display:none}.newsletter-container .field{margin:10px}
/*# sourceMappingURL=ancillary.css.map */
