/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.icons-sprite, .icons-Icon_1, .icons-Icon_2, .icons-Icon_3, .icons-Icon_4, .icons-Icon_5, .icons-Icon_6, .icons-Icon_7, .icons-cross_blue, .close--dark, .icons-cross_hover, .close--light:hover, .close--dark:hover, .icons-cross_light, .close--light, .icons-facebook, .share__menu a.facebook, .icons-facebook_sm, .share__list a.facebook, .icons-pdf, .share__menu a.pdf, .icons-triangle, .pub__link:after, .filters .select2-container--default .select2-selection--single .select2-selection__arrow:after, .icons-triangle_cos, .filters .select2-container--default .select2-selection--single:hover .select2-selection__arrow:after, .icons-twitter, .share__menu a.twitter, .icons-twitter_sm, .share__list a.twitter { 
  background-image: url('/contents/images/pub/icons-se69129ef59.png');
  background-repeat: no-repeat;
}
.share__list a.pdf{ /*edited by ES,6dec2016*/
	background-image: url('/contents/images/pub/forpdfonly.png');
	background-repeat: no-repeat;
}
.icons-Icon_1 {
  background-position: 0 0;
}
.icons-Icon_1:hover, .icons-Icon_1.Icon_1-hover {
  background-position: 0 -333px;
}

.icons-Icon_2 {
  background-position: 0 -666px;
}
.icons-Icon_2:hover, .icons-Icon_2.Icon_2-hover {
  background-position: 0 -999px;
}

.icons-Icon_3 {
  background-position: 0 -1332px;
}
.icons-Icon_3:hover, .icons-Icon_3.Icon_3-hover {
  background-position: 0 -1397px;
}

.icons-Icon_4 {
  background-position: 0 -1730px;
}
.icons-Icon_4:hover, .icons-Icon_4.Icon_4-hover {
  background-position: 0 -2063px;
}

.icons-Icon_5 {
  background-position: 0 -2396px;
}
.icons-Icon_5:hover, .icons-Icon_5.Icon_5-hover {
  background-position: 0 -2729px;
}

.icons-Icon_6 {
  background-position: 0 -3062px;
}
.icons-Icon_6:hover, .icons-Icon_6.Icon_6-hover {
  background-position: 0 -3395px;
}

.icons-Icon_7 {
  background-position: 0 -3728px;
}
.icons-Icon_7:hover, .icons-Icon_7.Icon_7-hover {
  background-position: 0 -4061px;
}

.icons-cross_blue, .close--dark {
  background-position: 0 -4394px;
}

.icons-cross_hover, .close--light:hover, .close--dark:hover {
  background-position: 0 -4420px;
}

.icons-cross_light, .close--light {
  background-position: 0 -4446px;
}

.icons-facebook, .share__menu a.facebook {
  background-position: 0 -4472px;
}
.icons-facebook:hover, .share__menu a.facebook:hover, .icons-facebook.facebook-hover, .share__menu a.facebook-hover.facebook {
  background-position: 0 -4500px;
}

.icons-facebook_sm, .share__list a.facebook {
  background-position: 0 -4528px;
}
.icons-facebook_sm:hover, .share__list a.facebook:hover, .icons-facebook_sm.facebook_sm-hover, .share__list a.facebook_sm-hover.facebook {
  background-position: 0 -4550px;
}

.icons-pdf, .share__menu a.pdf{
  background-position: 0 -4572px;
}

.icons-pdf:hover, .share__menu a.pdf:hover,  , .icons-pdf.pdf-hover, .share__menu a.pdf-hover.pdf{ 
  background-position: 0 -4600px !important;
}
.share__list a.pdf { /*added by ES,6dec2016*/
	background-position:0 0;
}
.share__list a.pdf:hover{ /*added by ES,6dec2016*/
	background-position:0 -22px;
}

.icons-triangle, .pub__link:after, .filters .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  background-position: 0 -4628px;
}
.icons-triangle:hover, .pub__link:hover:after, .filters .select2-container--default .select2-selection--single .select2-selection__arrow:hover:after, .icons-triangle.triangle-hover, .triangle-hover.pub__link:after, .filters .select2-container--default .select2-selection--single .triangle-hover.select2-selection__arrow:after {
  background-position: 0 -4644px;
}

.icons-triangle_cos, .filters .select2-container--default .select2-selection--single:hover .select2-selection__arrow:after {
  background-position: 0 -4636px;
}

.icons-twitter, .share__menu a.twitter {
  background-position: 0 -4652px;
}
.icons-twitter:hover, .share__menu a.twitter:hover, .icons-twitter.twitter-hover, .share__menu a.twitter-hover.twitter {
  background-position: 0 -4680px;
}

.icons-twitter_sm, .share__list a.twitter {
  background-position: 0 -4708px;
}
.icons-twitter_sm:hover, .share__list a.twitter:hover, .icons-twitter_sm.twitter_sm-hover, .share__list a.twitter_sm-hover.twitter {
  background-position: 0 -4730px;
}

*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: 'Merriweather', serif;
  color: #393939;
}
body .cf:before,
body .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body .cf:after {
  clear: both;
}
body img {
  border: 0;
}
body:before {
  content: 'desktop';
  display: none;
}

a {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  max-height:428px; /* ML Jan 17, 2017 */
}
.slider__img_fake{ /* ML Jan 17, 2017 */
  background-repeat: no-repeat;
  background-size: cover;
  display:inline-block;
}
.slider__img.clickable{
  cursor:pointer;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slider__item.noimage{
    padding-bottom:38px;
}
.slider__item.noimage .slider__box/* ML Jan 20, 2017, for slider with no image */
{
    position:relative;
    top:0;
    width:100%;
    top:18px;
}

.slick-arrow.slick-hidden {
  display: none;
}

.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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !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__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.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-selection__placeholder, .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, #ffffff 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, #ffffff 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%, #ffffff 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;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  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;
}

.btn--search {
  width: 42px;
  height: 42px;
  display: block;
  border: 2px solid #6bb9f0;
  float: left;
  padding: 10px;
}
.btn--search:hover {
  background-color: #6bb9f0;
}

.close--light {
  text-indent: -99999px;
  display: block;
  width: 26px;
  height: 26px;
  float: left;
  margin: 9px 0 0 32px;
}

.close--dark {
  text-indent: -99999px;
  display: block;
  width: 26px;
  height: 26px;
}

.close-benefit {
  display: none;
}

.main__side .otherway a.btn--more
{
  color: #fff !important;
  width:285px;	/*added by ES,24jan2017*/
}
.main__side .otherway a:hover.btn--more
{
  background-color: #2d93db;
  color: #fff;
}
.main__side .rhighlight.otherway img.imgRHL { /*added by ES,24jan2017*/
	margin-bottom: 5px;
}
.donation__rank { /*added by ES, 10mar2017*/
	margin-bottom:30px;
}

.donation__rank h3.heading{ /*added by ES, 10mar2017*/
	margin-bottom:30px;
}
.donation__rank h4.heading4{ /*added by ES, 10mar2017*/
	margin-top:0;
	margin-bottom:10px;
	font-family: 'Noto Sans', sans-serif;
	font-weight:700;
	font-style:italic;
}
.main__side .donation__rank p{ /*added by ES, 10mar2017*/
	font-size:16px;
}
	
.btn--more--container{
    text-align:center;
}

.btn--more {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 11px 10px 0;
  min-height: 40px;
  min-width: 252px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #6bb9f0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  border: 0;
}
.btn--more.go { /*added by ES,13oct2016*/
	min-width: 100px; /*130*/
	margin:0 !important;
	.float:right
}
/* added - Donation - SF, Dec 15, 2016 */
.donate__form .error ~ .error__message, 
.eventconfirm .error ~ .error__message, .mppipressstep2 .error ~ .error__message, .subs .error ~ .error__message, /*edited by ES 24apr2024 */
#frmSignUp .captcha.error .error__message { /*, .donate__form .error .error__message {*/  /*edited by ES,22sep2017*/
    display: block;
}
#frmSignUp .form-container #confirmemail { /*added by ES,22sep2017*/
	min-width: 110px;
}
#frmSignUp .input__info.error { /*added by ES,22sep2017*/
	margin-bottom: 0;
}
.donate__form .error__message, 
.eventconfirm .error__message, .mppipressstep2 .error__message, .subs .error__message /*edited by ES 24apr2024 */
{
    bottom: -5px;
    color: #fa0018;
    display: none;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    left: 15px;
    letter-spacing: 0;
    margin: 0;
    /*position: absolute;*/
    white-space: nowrap;
}
.card-type.active {
    color: #000;
    font-weight: bold;
}
.input__info.error {
    border-color: #fa0018;
}
/* end of added - Donation - SF, Dec 15, 2016 */
.btn--more:not(.dft):hover {
  background-color: #2d93db;
}
.btn--more.btn--subscribe {
  border: 2px solid #6bb9f0;
  cursor: pointer;
  color: #6bb9f0;
  background: none;
  margin-left: 30px;
  padding: 0;
}
.btn--more.btn--subscribe:hover {
  border-color: #2d93db;
  color: #2d93db;
}
.btn--more.btn--sm {
  width: 160px;
  min-width: 160px;
}

button.btn--more {
  padding-top: 0;
}
button.btn--more:not(.dft) {
  cursor: pointer;
}
button.btn--more.dft, .contentfield p a.dft{
  cursor: not-allowed;
}

.btn--learn {
  color: #6bb9f0;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  z-index: 2;
}
.btn--learn:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #6bb9f0;
  right: 0;
  top: 6px;
}
.btn--learn:hover {
  color: #2d93db;
}
.btn--learn:hover:after {
  border-color: transparent transparent transparent #2d93db;
}

.close-filters, .clear-filters {		/*edited by ES, 14nov2016*/
  width: 127px;
  height: 34px;
  font-size: 13px;
  color: #b4b4b4;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 34px;
  border: 1px solid #b4b4b4;
  display: block;
  text-align: center;
  float: left;
}
.close-filters:hover , .clear-filters:hover{	/*edited by ES, 14nov2016*/
  color: #fff;
  background-color: #6bb9f0;
}

.btn--view {
  display: none;
}

.header.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__top {
  background-color: #c41f3a;
  height: 94px;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 10;
}
.header__top:before {
  position: absolute;
  content: '';
  background-color: #fff;
  height: 26px;
  width: 1386px;
  top: 0;
  left: -1000px;
  z-index: 2;
}
.header__top.scrolled {
  display: none;
}

.brand {
  display: block;
  float: left;
  position: relative;
  color: #fff;
  padding-top: 26px;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.brand__img {
  position: absolute;
  top: 0;
  left: 28px;
  display: block;
  width: 87px;
  z-index: 3;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.brand__img:before {
  position: absolute;
  content: '';
  background-color: #fff;
  height: 26px;
  width: 368px;
  top: 0;
  right: 87px;
}

.header__bottom {
  background-color: #ba1c36;
  height: 48px;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
  position: relative;
  z-index: 10;
}
.header__bottom.active {
  height: 66px;
  background-color: #9c1229;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.header__bottom__list {
  padding: 0;
  margin: 0;
}
.header__bottom__list li {
  display: block;
  float: left;
}
.header__bottom__list a,
.header__bottom__list span{
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}
 
.header__menu {
  float: left;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 139px);
  margin-left: -10px;
}
.header__menu li {
  width: 145px;
  text-align: center;
  height: 48px;
  align-self: center;
  justify-content: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 16px;
}
.header__menu li.opportunity_baltimore_menu {
    width: 280px;
}
.header__menu.desktopMenu li.opportunity_baltimore_menu .submenu li a {
    width: 250px;
}
.header__menu li.research{
    display:none;
}
.header__menu li.donate {
  position: relative;
  padding: 0;
}
.header__menu li.donate:after, .header__menu li.donate:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.25);
  top: 5px;
}
.header__menu li.donate:before {
  left: 0;
}
.header__menu li.donate:after {
  right: 0;
}
.header__menu li.donate a {
  font-weight: 700;
  letter-spacing: 2px;
}
.header__menu a,
.header__menu span{
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  height: 100%;
  line-height: 48px;
  cursor:pointer;
}
.header__menu a.active,
.header__menu span.active{
  background-color: #ab172f;
}

.icons {
  float: right;
  margin-right: 31px;
  padding-left: 30px;
  padding-top: 15px;
}
.icons li {
  text-align: left;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.icons__search {
  margin-right: 21px;
}

.icons__twitter {
  margin-right: 18px;
}

.user__menu {
  position: absolute;
  right: 30px;
  top: -55px;
  padding: 0;
  margin: 0;
}
.user__menu li {
  position: relative;
  padding-right: 9px;
  margin-right: 8px;
  display: block;
  float: left;
}
.user__menu li:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 14px;
  background-color: #fff;
  right: 0;
  top: 5px;
}
.user__menu li:last-child {
  padding: 0;
  margin: 0;
}
.user__menu li:last-child:after {
  display: none;
}
.user__menu a, .user__menu {                /* edited by SF,21feb2017*/ 
  font-size: 14px;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

.search {
  position: absolute;
  width: 100%;
  height: 66px;
  padding-top: 12px;
}

.search__form {
  float: right;
  display: block;
}

.search__input {
  float: left;
  width: 428px;
  height: 41px;
  margin-right: 12px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  border-width: 0 0 1px;
  border-color: #e8e8e8;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.search__input:-moz-placeholder {
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.search__input::-moz-placeholder {
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.search__input:-ms-input-placeholder {
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.search__input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}

.brand__heading {
  margin: 0;
  font-weight: 400;
  font-size: 23px;
  margin-left: 28px;
  padding-top: 4px;
}
.brand__heading span {
  font-size: 12px;
  display: block;
  font-style: italic;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

.heading--slider {
  font-size: 34px;
  /*margin: 0 0 5px;*/ /* ML Jan 17, 2017 */
  margin:0;
  line-height: 45px;
  word-break: break-word; /* ML Jan 17, 2017 */
}

.heading--content {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 35px 28px 0;
  font-size: 15px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 7px;
  text-align: left;
}
.home-age .heading--content{
  margin-bottom: 23px;
}

.main__side .heading--content { /*added by ES,20oct2016*/
	margin-bottom:18px;
}
.researchLanding.heading--content:before { 
  position: absolute;
  content: '';
  width: calc(100% + 35px);
  height: 1px;
  top: 0;
  left: 0;
  background-color: #d6d6d6; 
}/*edited by ES, 18oct2016*/ /*re-open, edited by SF,24jan2017*/

.heading--content.topborder:before { /* ML Jan 18, 2017 */
  position: absolute;
  content: '';
  width: calc(100% + 35px);
  height: 1px;
  top: 0;
  left: 0;
  background-color: #d6d6d6;
}

.home-page .item--topics a.heading--link { /* ML Jan 18, 2017 */
    color:#393939;
}
.home-page .item--topics a.heading--link:hover{ /* ML Jan 18, 2017 */
    color: #2d93db;
}
.home-page .item--topics .topics__img img { /* ML Jan 18, 2017 */
    max-width:540px;
}

.subscribe__side, .research__side, .related__side{/*added by ES,11oct2016*/
	border-top: 1px solid #d6d6d6;
}
.research__side{/*added by ES,11oct2016*/
	display:inline-block;
}
.related__side .date{ /*added by ES,18oct2016*/
	font-weight:700;
}

.heading--news {
  font-size: 26px;
  font-weight: 700;
  margin: 4px 0 0;
  margin-top:0px; /*added by ES,5dec2016*/
}

.heading--side {
  font-size: 18px;
  margin: 5px 0 2px;
  padding-right: 30px;
  letter-spacing: 0.5px;
}

.heading--main {
  font-size: 38px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 18px 30px 35px;
  border-top: 4px solid #d6d6d6;
}

.heading--staff {
  font-size: 19px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  margin: 12px 0 0;
}

.heading--detail {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
}
.heading--detail.upper{ /*added ES by,6dec2016*/ /*edited ES by,27dec2016*/
	margin-left:30px;
	.margin-top:0px;
	margin-bottom:10px
}
.heading--detail.basic, .heading--detail { /*added ES by,27dec2016*//*edited by ES,13jan2017*/
	margin-left:0px;
	margin-left:30px; /*edited by ES,13jan2017*/
	.margin-bottom:10px; /*edited by ES,30dec2016*/
}
.heading--detail.basic, 
.policyArea-page .container.cf.policyArea_part .heading--detail  /*added by ES,8may2017*/
{
	margin-bottom:12px; /*added by ES,19apr2017*/
}

.heading--detail--sub {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #989898;
  margin: 0 0 15px;
  padding-right: 150px;
}

.heading--benefit {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 10px;
}

.main {
  padding-top: 30px;
  margin-bottom: 20px;
}

.main__big.content--box.cf {
	min-height: 600px; /* added - JM - Jan 19, 2017 */
}
.main__big.content--box.cf.erpg {/*added by ES, 26nov2019*/
	min-height: 560px;
}

.slider__item {
  position: relative;
}
.slider__item.featuredstory { /*added by ES,7apr2017*/
	min-height:428px;
	overflow:hidden;
}

.slider__box {
  position: absolute;
  width: 475px;
  height: 393px;
  right: 0;
  top: 18px;
  background-color: #f2f3f7;
  padding: 25px 70px 0 46px;
  overflow:hidden;
}
.slider__box .category__name__list { /* ML Jan 17, 2017 */
  margin-top:0;
  margin-bottom:0;
}
.slider__box .category__name__list li { /* ML Jan 17, 2017 */
  margin-right:5px;
}
.slider__box .category__name__list li .slashsp{ /* ML Jan 17, 2017 */
  margin-left:0
}
.slider__box .data {
  /*margin-bottom: 66px;*/ /* ML Jan 17, 2017 */
  float:none;
  margin-top:0;
  margin-bottom: 5px;
}

/* ML March 14, 2018 for share box on research detail page */
.detail-page .main__big__box .data-container-with-sharebox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.detail-page .main__big__box .data-container-with-sharebox .data { 
    margin-top: 3px;
}
.detail-page .main__big__box .data-container-with-sharebox .share__box {
    margin:0 0 0 20px;
    text-align:right;
    min-width:145px;
}
.detail-page .main__big__box .data-container-with-sharebox .share__box .share__list a
{
    line-height: 0;
    font-size: 0;
    color: transparent;
}
/* ML March 14, 2018 for share box on research detail page */

.slider__box .date {
  font-weight: 700;
}
.slider__box .btn--more {
  margin-left: 66px; 
}
.slider__link{ /* ML Jan 20, 2017 */
    position:absolute;
    bottom:80px;
    right:115px;
}

.slider__link .btn--more {
  display: inline-block;
}

.in_the_news__link { /* ML Jan 17, 2017 */
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.slider__subtitle { /* ML Jan 17, 2017 */
  margin : 0;
  line-height:30px;
}

.slider__box .data .author { /* ML Jan 17, 2017 */
  margin-right: 15px;
}
.slider__item.featuredstory .slider__box .data .spanauthor { /*added by ES,7apr2017*/
	top:0;
}
.slider__item.featuredstory .slider__box .data .spanauthor .author { /*added by ES,7apr2017*/
	margin-right:0;
}
.slider__box .sliderboxlimiter { /*added by ES,25jan2017*/
	max-height:235px;
    min-height:115px;
	overflow: hidden;
}

.slick-dots {
  position: absolute;
  padding: 0;
  bottom: 50px;
  right: 18%;
  margin: 0;
}
.slider.slider-total-2 .slick-dots {/* ML Jan 20, 2017, total 2 features */ 
    right: 19%;
}
.slider.slider-total-3 .slick-dots {/* ML Jan 20, 2017, total 3 features */ 
    right: 18%;
}
.slider.slider-total-4 .slick-dots {/* ML Jan 20, 2017, total 4 features */ 
    right: 16%;
}
.slider.slider-total-5 .slick-dots {/* ML Jan 20, 2017, total 5 features */ 
    .right: 14%;
    right: 15%; /*edited by ES,26jan2017*/
}
.slider.slider-total-6 .slick-dots {/* ML Jan 20, 2017, total 6 features */ 
    .right: 12%;
    right: 13%; /*edited by ES,26jan2017*/
}
.slider.slider-total-7 .slick-dots {/* ML Jan 20, 2017, total 7 features */ 
    .right: 10%;
    right: 12%; /*edited by ES,26jan2017*/
}

.slick-dots li {
  display: block;
  float: left;
  margin-right: 20px;
}
.slick-dots li button {
  text-indent: -99999px;
  border: 0;
  width: 10px;
  height: 10px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #c0bfbf;
  display: block;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background-color: #000;
}

.content {
  margin-top: 49px;
  padding: 0 30px;
}

.content.content--box.cf.first {
	margin-top: 0; /* added for a case when there are no rotating features - JM - Jan 19, 2017 */
}

.content__main {
  width: 730px;
  float: left;
  margin-right: 30px;
  text-align: center;
}

.content__side {
  width: 350px;
  float: left;
}

.item--news {
  margin-bottom: 30px;              /*old:20; edited by SF, 23mar2017*/
  text-align: left;
  clear:both;               /* added by SF, 23mar2017*/
}
.eventlanding .item--news { /*added by ES, 22may2017*/
	margin-bottom: 50px; 
}

.policyArea-page #lyrBrowseMoreArticles .item--news { /*added by ES,20apr2017*/
	margin-bottom:50px;
}
.item--news .item__content {
  width: calc(100% - 286px);
}
.item--news .item__content.fullwidth { /*added by ES, 10nov2016*/
  width: 100%;
}

.news__img {
  float: left;
  width: 256px;
  margin-right: 30px;
}
.news__img img {
  display: block;
  width: 255px; /*added by ES, 10nov2016*/
}

.item__content {
  float: left;
}

.item--side {
  margin-bottom: 26px;
}

.main__big__content {
  width: 885px;
  float: left;
}

.main__side {
  width: 285px;
  float: left;
  word-break: break-word;
}

.item--staff {
  float: left;
  margin-right: 30px;
  width: 255px;
  padding-bottom: 35px;
  text-align: left;
}
.item--staff.toleft {
	clear:left; /*added by ES,13des2016*/
}
.staff__box {
  padding-left: 30px;
  padding-bottom: 68px;
  text-align: center;
}
.staff__box .btn--more {
  margin-top: 24px;
  width: 160px;
  min-width: 160px;
}

.staff__img {
  width: 100%;
  width:250px; /*added by ES,13des2016*/
  height:350px; /*added by ES,15dec2016*/
  display: block;
}

.role {
  font-style: italic;
  margin-right: 15px;
  color: #989898;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

.research__side .heading--content {
  margin-bottom: 18px;
}

.research__side__menu {
  padding: 0;
  margin: 0;
}
.research__side__menu li {
  display: block;
  margin-bottom: 8px;
}
.research__side__menu a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  color: #393939;
  text-transform: uppercase;
  font-size: 15px;
}
.research__side__menu a:hover {
  color: #2d93db;
}
.research__side__menu .child{ /*added by ES,5oct2016*/
	padding-left:15px;	/*edited by ES,20oct2016*/
}
.staff--link {
  color: #393939;
}
.staff--link:hover {
  color: #2d93db;
}

.footer {
  background-color: #c41f3a;
}
.footer .brand {
  padding-top: 31px;
}
.footer .brand__img {
  left: 30px;
}
.footer .brand__img:before {
  width: 1000px;
  height: 31px;
}

.footer__top {
  height: 88px;
}

.footer__bottom {
  margin: 0 30px;
  border-top: 1px solid #ab1b33;
  padding-bottom: 21px;
}

.footer__menu {
  padding: 0;
  margin: 19px 0 18px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  width: 620px;
}
.footer__menu li {
  display: block;
  margin-bottom: 9px;
  -webkit-column-break-inside: avoid; /*added by ES,4oct2016*/
  page-break-inside: avoid; /*added by ES,4oct2016*/
  break-inside: avoid; /*added by ES,4oct2016*/
}
.footer__menu a {
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}

.copyrights {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  float: left;
  margin: 0;
  letter-spacing: 0.5px;
}

.footer__link {
  float: right;
}
footer .container { /*added by ES,13jan2017*/
	padding-bottom:10px;
}

/*FF only*/_::-moz-range-track, body:last-child  footer .container.erpg { /*added by ES, 29nov2019*/
	padding-bottom:7px;
}
.container {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.main .container #subtitle{ /*added by ES, 21oct2016*/
	margin-left:30px;
}
.toggle {
  display: none;
}

.search {
  display: none;
}

.brand__img__tablet, .brand__img__mobile {
  display: none;
}

.pub__link {
  display: none;
  font-size: 13px;
  color: #6bb9f0;
  border: 1px solid #4b7392;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}
.pub__link:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 8px;
  top: 13px;
  right: 10px;
}

.category__name {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #d91e18;
}
.category__name:hover {
  text-decoration: underline;
}

.data {
  font-size: 15px;
  color: #989898;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  float: left;
}
.data .pdf a { /* added ML Jan 26, 2017 */
    text-decoration: none;
    color: #989898;
    top: -3px;
    position: relative;
}
.data .pdf a .pdficon { /* added ML Jan 26, 2017 */
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.keyimg, .pdf, .share__list.pdfonly { /*added by ES,22feb2017*/
	display:block;
	clear:left;
}
.research.toc .share__list.pdfonly { /*added by ES, 22may2017*/
	margin-top: 8px;
}
.policyArea-page .data+.share__list.pdfonly { /*added by ES,29may2017*/
	margin-top: 6px;
	float: left;
}
.marylandpress .contentfield .ams { /*added by ES,18may2017*/
	.margin-top: 8px;
	margin-top: 4px; /*edited by ES, 22may2017*/
}
.research.article.bycf .data, .research.toc .data { /*added by ES,19may2017*/
	margin-top: -5px;
}
.research.toc .data { /*added by ES,19may2017*/
	float: left;
}

.marylandpress .data { /*added by ES,19may2017*/
	margin-top: 2px;
}

.research.toc .keyimg, .research.article.bycf .keyimg { /*added by ES,18may2017*/
	margin-top: 1px;
}

.item__content .data{ /*added by ES,16nov2016*/
	max-width:95%;
}

.author, 
.main__side .rhighlight .author, 
.main__side .rhighlight .author:visited {	/*edited by ES, 10nov2016*/
  font-style: italic;
  /*.margin-right: 15px;*/	/*edited by ES, 24oct2016*/
  /*margin-right: 15px;*/       /* edited - SF - Jan 24, 2017*/
  color: #989898;
}
.home-page .item--news .item__content .data .author, .home-page .content__side .item__content .data .author { /*added by ES,27jan2017*/
	margin-right: 15px;
}
div.author { /* ML Jan 20, 2016 */
  display:inline;
}
div.author a { /* ML Jan 20, 2016 */
  color: #989898;
}
a.author:hover, 
.main__side .rhighlight a.author:hover,
div.author a:hover,
.data .pdf a:hover { /*edited by ES, 10nov2016*/
  color: #2d93db;
}
.spanauthor { /*added by ES, 24oct2016*/
	margin-right: 15px;
	font-style:italic;	/*added by ES, 17nov2016*/
	position:relative;	/*added by ES, 2dec2016*/
	top:-3px;			/*added by ES, 2dec2016*/
}
.spanauthor:empty { /*added ES by,28dec2016*/
	margin-right:0;
}
.spanauthor:empty+.date { /*added ES by,28dec2016*/
	top:-2px;
}

.rhighlight .data .author{	/*added by ES, 26oct2016*/
	margin-right: 15px;
	color: #989898;
}
.title-link {
  color: #393939;
  float: left;
  width: 100%;
}
.title-link:hover {
  color: #2d93db;
}

.subscribe {
  background-color: #f2f3f7;
  padding: 22px 0 30px;
}
.subscribe .container {
  padding: 0 0 0 30px;
}

.subscribe__input {
  margin: 8px 0 0 37px;
  height: 40px;
  border: 0;
  background-color: #fff;
  width: 540px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.subscribe__input:-moz-placeholder {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  opacity: 0.6;
  color: #393939;
}
.subscribe__input::-moz-placeholder {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  opacity: 0.6;
  color: #393939;
}
.subscribe__input:-ms-input-placeholder {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  opacity: 0.6;
  color: #393939;
}
.subscribe__input::-webkit-input-placeholder {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  opacity: 0.6;
  color: #393939;
}
.subscribe__input:focus {
  -moz-box-shadow: inset #b1b1b1 0 0 0 1px;
  -webkit-box-shadow: inset #b1b1b1 0 0 0 1px;
  box-shadow: inset #b1b1b1 0 0 0 1px;
}

.topics {
  padding-top: 50px;
}
.topics .container {
  padding: 0 30px;
}

.item--topics {
  width: 540px;
  float: left;
  margin-right: 30px;
  position: relative;
}
.item--topics:last-of-type {
  margin-right: 0;
}

.topics__img img {
  display: block;
}

.topics__description {
  position: absolute;
  width: 350px;
  min-height: 125px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -53px;
  background-color: #f2f3f7;
  text-align: center;
  /*padding: 22px 55px 0;*/
  padding: 22px 55px 10px; /* ML Jan 18, 2017 */
}
.topics__description p {
  font-size: 15px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
}

.about {
  margin-top: 100px;
  padding-bottom: 72px;
}

.about.first {
	margin-top: 40px; /* added for a case when there are no project highlights - JM - Jan 19, 2017 */
}

.about .container {
  padding: 0 30px;
}

.item--about p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.item--about p .btn.btn--learn { /*added by ES,13jan2017*/
	line-height:normal;
}
.item--about p .btn {
  margin-left: 20px;
}
.item--about p.testimonial__text,
.item--about div.testimonial__text p {
  font-size: 18px;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-weight: 400;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 13px;
}

.testimonial__img {
  width: 50px;
  height: 50px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.testimonial__img img {
  display: block;
}

.testimonial__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #989898;
  font-style: italic;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  margin-left: 5px;
  max-width:480px; /*added by ES,26jan2017*/
}

.filters {
  font-size: 0;
  margin-bottom: 37px;
  .margin-bottom: 21px;  /*edited by ES,5dec2016*/
}
.filters .input-container {
  float: left;
  width: 630px;
  overflow: hidden;
  height: 34px;
}
.filters .select2-container {
  width: 200px !important;
  height: 34px;
  font-size: 13px;
  margin-right: 10px;
}
.filters .select2-container--default .select2-selection--single {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #f2f3f7;
  height: 34px;
  outline: 0;
}
.filters .select2-container--default .select2-selection--single:hover .select2-selection__rendered {
  color: #2d93db;
}
.filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  /*text-transform: uppercase;*/   /* remarked-SF-26oct2017 */
  height: 34px;
  line-height: 34px;
  color: #393939;
  padding-left: 11px;
}
.filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.filters .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 8px;
  top: 13px;
  right: 10px;
}
.filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-results__option {
  padding-left: 11px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  /*text-transform: uppercase;*/    /* remarked-SF-26oct2017 so it could match to another font on the form */
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f2f3f7;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #6bb9f0;
  color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
  background-color: #6bb9f0;
  color: #fff;
}
.contentfield{  /*added by ES,5nov2016*/
	clear:left;
	/*overflow:hidden;	/*added by ES,16nov2016*//*remark by ES,4aug2017*/
	/*word-break:break-all; /*added by ES,4aug2017*//*remark by IF,29sept2017*/
}
#lyrLatestArticle .contentfield { /*added by ES, 22may2017*/
	float: left;
}

.item__text, .contentfield p {	/*edited by ES,5nov2016*/
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 10px 0 0;
  .padding-right: 115px; /*edited by ES,15dec2016*/
  line-height: 19px;
  letter-spacing: 0.4px;
  /*float: left;*/  /*remar by IF, 29sept2017*/
}
#handlebars-container .contentfield p{ /*added by ES,14dec2016*/
	padding-right:0px;
	overflow-wrap:break-word;  /*added by ES, 30jan2020*/
}
.contentfield ol, .contentfield ul{ /*added by ES,16nov2016*/
	clear:left;
	font-family: 'Noto Sans', sans-serif; /*added by ES,24jan2017*/
}
.contentfield hr{ /*added by ES,16nov2016*/
	max-width:95%;
}
.research__side {
  margin-bottom: 45px;
}

.main__big__img img {
  display: block;
  width:850px; /*added by ES,17nov2016*/
  /*height:482px; /*added by ES,17nov2016*/
}
.main__big__img p.detailcap {/*added by ES, 11nov2020*/
    margin: 0 0 0 0px;
    font-size: 11px;
    width: 850px;
}
.main__big__img.upper img{ /*added ES by,6dec2016*/
	width: 825px;
	margin-left:30px;
}
.main__big__img.upper p.detailcap { /*added by ES, 11nov2020*/
    margin: 0 0 0 30px;
    font-size: 11px;
    width: 825px;
}
.detail-page .main__big__img.upper img { /*added by ES,27sep2017*/
	max-width:825px;
	width:auto;
}
#upperh2{ /*added ES by,6dec2016*/
	margin: 18px 0 7px 30px; 	
	border-top: 4px solid #d6d6d6; 
}
#upperh2.noborder{ /*added by ES,24jan2017*/
	margin-bottom: 0;
	border-top-width: 0px;
}
#program_banner { /*added by ES,29may2017*/ /* edited by SF, 7june2017 */
	max-width: 100%;
    display: block;
    margin: auto;
}
#program_banner + #upperh2.noborder, #program_subpage_banner + #upperh2.noborder { /*added by ES,29may2017, edited by ES,22jun2017*/
	margin-top: 0;
}
#program_subpage_banner { /*added by ES,22jun2017*/
	display:block;
	max-width:850px;
	margin-left:30px;
}
.basic-page #upperh2 { /*added ES by,27dec2016*/
	.margin-left:0px; /*edited ES by,27dec2016*/
}
.main__big__side {
  width: 65px;
  margin: 30px 30px 28px;
  float: left;
}

.main__big__box {
  float: left;
  padding-left: 30px;
  position: relative;
  
  	/*added by ES, 20oct2016*/
	font-size:17px;	
	font-weight:400;
	.font-family:'Noto Sans', sans-serif;
	line-height:25px;
	width:100%; /*added by ES,15dec2016*/
}
.research-page .main__big__box { /*added ES by,27dec2016*/
	padding-left:0px;
}
.research-page .main__big__box.intro { /*added by ES,8may2017*/
	.margin-top:2px;
	margin-top:0; /*edited by ES,16may2017*/
}
.research-page .main__big__box.intro p { /*added by ES,8may2017*/
	margin-top:0;
}
.main__big__box.pd{ /*added ES by,6dec2016*/
	padding-left:30px !important;
	padding-right:30px !important;
	margin-left:0px; /*added ES by,28dec2016*/
}
.main__big__box #simple_pubtype{ /*added by ES, 28oct2016*/
	display:inline-block;
	margin-top:24px;
	margin-left:-1px;	/*added by ES, 11nov2016*/
}
#simple_pubtype2{ /*added by ES, 22dec2016*/
	position:relative;
	top:-3px;
}
.detail-page .main__big__box .data{ /*added by ES,23dec2016*/
	margin-bottom:11px;
}
/*.main__big__box .data #simple_pubtype2, .main__big__box .data #simple_pubtype2 .author, #handlebars-container .simple_pubtype2, #handlebars-container .simple_pubtype2 .author*/
.main__big__box .data #simple_pubtype2, .main__big__box .data #simple_pubtype2 .author, #handlebars-container .simple_pubtype2, #handlebars-container .simple_pubtype2 .author{ /*added by ES, 18nov2016*/ /*edited by ES, 2dec2016*/
	font-size: 15px;	/*added by ES, 2dec2016*/
	color: #989898;		/*added by ES, 2dec2016*/
	font-family: 'Noto Sans', sans-serif; /*added by ES, 2dec2016*/
	font-weight: 400;	/*added by ES, 2dec2016*/
}

.main__big__box .data #simple_pubtype2, #handlebars-container .simple_pubtype2 { /*added by ES,27jan2017*/
	margin-right:15px;
}
.main__big__box .data #simple_pubtype2 .author{ /*added by ES, 1dec2016*/ 
	/*edited by ES, 2dec2016*/
	/*font-size:17px;					
	font-family: 'Merriweather', serif;
	font-style:italic;
	font-weight:400;
	line-height:25px;*/
}
#handlebars-container .simple_pubtype{ /*added by ES, 11nov2016*/
	display:inline-block;
	margin-left:-1px;
}
.research #handlebars-container{ /*added by ES, 11nov2016*/
	/*width:700px;*/    /*remark by IF, 29sept2017*/
	margin-top:22px;
}
.research.bycf #handlebars-container, .blogbycf #handlebars-container{/*added by ES,5dec2016*/
	margin-top:-18px;
}
.research.bypt #handlebars-container{ /*added by ES,5dec2016*/
	margin-top:-6px;
}
#handlebars-container.staff {
	width:855px; /*added by ES,13des2016*/
	overflow:hidden; /*added by ES,23dec2016*/
}
#handlebars-container2.staff { /*added by ES,23dec2016*/
	width:855px; 
}
#handlebars-container+#heading{ /*added by ES,23dec2016*/
	font-size:36px;
}
.research.toc #handlebars-container, /*added by ES,30dec2016*/
.research.article #handlebars-container /*added by ES,27jan2017*/
{
	.width:855px; 
	width:97%; /*edited by ES,27jan2017*/
}
.research.toc #handlebars-container .item__content, 
.research.article #handlebars-container .item__content ,
.policyArea-page .policyArea_part #handlebars-container .item__content.fullwidth		/*added by ES,2jun2017*/
{ /*added by ES,27jan2017*/
	width:100%;
}
.item__policy--updates {
  .background: url("/contents/images/pub/ico1.png") no-repeat 0 0; /*edited by ES, 1dec2016*/
}

.item__policy--events {
  .background: url("/contents/images/pub/ico2.png") no-repeat 0 0; /*edited by ES, 1dec2016*/
}

.item__policy--testimonies {
  /*background: url("/contents/images/pub/ico4.png") no-repeat 0 0;*/
  .background: url("/contents/images/pub/ico7.png") no-repeat 0 0;	/*edited by ES, 27oct2016*/ /*edited by ES, 1dec2016*/
}

.item__policy--eds {
  .background: url("/contents/images/pub/ico3.png") no-repeat 0 0; /*edited by ES, 1dec2016*/
}

.item__policy--reports {
  .background: url("/contents/images/pub/ico5.png") no-repeat 0 0; /*edited by ES, 1dec2016*/
}

.item__policy--news {
  .background: url("/contents/images/pub/ico6.png") no-repeat 0 0; /*edited by ES, 1dec2016*/
}

.item__policy--press {
  /*background: url("/contents/images/pub/ico7.png") no-repeat 0 0;*/
  .background: url("/contents/images/pub/ico4.png") no-repeat 0 0;	/*edited by ES, 27oct2016*/ /*edited by ES, 1dec2016*/
}

.item__policy {
  width: 65px;
  height: 65px;
  display: block;
  float: left;
  background-size: 100% auto;
}
.item__policy:hover {
  background-position: 0 -65px;
}
.item__policy  img#icon, .item__policy  .pubtypeicon{ /*added by ES,27oct2016, edited by ES,10nov2016*/
	width:80px;	
	height:80px; /*added by ES,30dec2016*/ 
}
.item__policy img#detailicon
{	/*added by SF,24jan2017*/
    width:65px;
    height:65px;
}
.research #lyrBrowseMoreArticles .item__policy
{	/*added by SF,24jan2017*/
    margin-top:0px;
}
.research #lyrBrowseMoreArticles .category__name__list li, .research #lyrBrowseMoreArticles .category__name__list li a.category__name
{	/*added by SF,24jan2017*/
    .line-height:25px;
    line-height:normal; /*edited by ES,27jan2017*/
}

.share__menu {
  padding: 0;
  text-align: center;
  width: 28px;
  margin: 0;
  position: absolute;
  top: 125px;
  left: -77px;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 4;
}
.share__menu li {
  display: block;
  margin-bottom: 14px;
}
.share__menu a {
  text-indent: -99999px;
  display: block;
  width: 28px;
  height: 28px;
}
.share__menu.sticky {
  position: fixed;
  top: 150px;
}

.category__name__list {
  padding: 0;
  margin: 24px 0 0;
}

.category__name__list.upper{ /*added ES by,6dec2016*/
	margin-left:30px;
}

#handlebars-container .category__name__list{ /*added by ES, 31oct2016*/
	margin-top:0; 
	
}
.research.bycf .category__name__list, .research.bypt .category__name__list{ /*added by ES,5dec2016*/
	margin-bottom:3px;
}
.blogbycf .category__name__list{/*added by ES,5dec2016*/
	margin-bottom:-1px;
}
.main__big__box .category__name__list{ /*added by ES,6dec2016*/
	.margin-top:-6px !important; /*edited by ES, 22may2017*/
}
.eventlanding #handlebars-container .category__name__list, .research #handlebars-container .category__name__list { /*added by ES, 22may2017*/
	margin-bottom: -1px;
}

.research.bycf #handlebars-container .category__name__list, .research.bypt #handlebars-container .category__name__list { /*added by ES, 22may2017*/
	margin-bottom: -2px;
}

#lyrLatestArticle .category__name__list { /*added by ES, 22may2017*/
	margin-bottom: 4px;
	margin-top: 0;
}

#lyrPressArticle .category__name__list { /*added by ES, 22may2017*/
	margin-bottom: 2px;
	margin-top: 0;
}

.blog-page .item__content, #lyrBrowseMoreArticles .item__content { /*added by ES, 22may2017*/
	margin-top: -6px;
}
.blogbycf .item__content, .eventlanding .item__content, .marylandpress .item__content, #lyrLatestArticle .item__content { /*added by ES, 22may2017*/
	margin-top: -7px;
}
.blogbycf .news__img + .item__content { /*added by ES, 23may2017*/
	margin-top: -4px;
}
.blogbycf .news__img { /*added by ES, 23may2017*/
	margin-top: 3px;
}

.main__big__box .category__name__list.blog,
.main__big__box .category__name__list.article { /*added ES by,28dec2016*/
	.margin-top:24px !important;
}
.category__name__list.rhl {	/*added by ES, 27oct2016*/
  margin-top:0;
  margin-bottom:0;
}

.category__name__list li {
  float: left;
  display: block;
  margin-right: 9px;
  .padding-right: 10px; /*edited by ES, 27oct2016*/
  position: relative;
   font-family: 'Merriweather', serif;
   font-size:16px;
   line-height:normal;
}
.category__name__list li:after {
 /* position: absolute;
  content: '';
  width: 1px;
  height: 11px;
  background-color: #989898;
  top: 6px;	
  right: 0;
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg); */ /*by ES, 27oct2016*/
}

.category__name__list li .slashsp {
	color:#989898;
	font-size:11px;
	margin-left:4px;
	position:relative; /*added by ES,20apr2017*/
	top:-1px; /*added by ES,20apr2017*/
}
.category__name__list.rhl li .slashsp,
.item--recent--publication .category__name__list li .slashsp { /*added by ES,20apr2017*/
	top:1px; 
}
.research #lyrBrowseMoreArticles .category__name__list li .slashsp
{	/*added by SF,24jan2017*/
    color:#989898;
	font-size:11px;
	margin-left:4px;
    margin-top:0px;
}
.category__name__list li:last-child:after {
  display: none;
}
.category__name__list .category__name {
  letter-spacing: 0.4px;
}

.item__text--lg, .contentfield p, #blognotfound { /*edited by ES,5nov2016*/
  font-size: 17px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  line-height: 25px;
  margin: 17px 0 0;
}

/*P tag font style change. added by ES,5dec2016*/
.contentfield p {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	margin-top:0px;
	margin-bottom:7px;
}
.content__main.news.cf .contentfield p img{ /*added by ES 10feb2023*/
	max-width:-webkit-fill-available !important;
	max-width:-moz-available !important;
	height:auto !important;
}
#handlebars-container .contentfield p {
	font-size: 15px;
	line-height: 19px;
}

.main__big__box .contentfield p {
	font-size: 17px;
	line-height: 25px;
}
/*end P tag font style*/

.main__big__box .contentfield{	/*space to share icon, added by ES,5dec2016*/
	/*margin-bottom: -10px;*/ /*remark by IF, 29sept2017 - disturb the content view*/
}
#startend { /*added by ES,30dec2016*/
	.margin-bottom: 8px;	/*edited by ES,2jan2017*/
}
#startend.dtup { /*added by ES,30dec2016*/
	.margin-top: 11px;	/*edited by ES,2jan2017*/
}
.item__text--lg + .item__text--lg {
  margin-top: 7px;
}
.item__text--lg:last-of-type {
  margin-top: 22px;
}

.lead , blockquote, .contentfield blockquote{ /*edited by ES,19oct2016*/
  display: block;
  float: left;
  width: 350px;
  margin: 22px 30px 25px 0;
  border-top: 2px solid #d6d6d6;
  padding: 25px 10px 0 0;
  font-size: 20px;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
  clear:left;	/*added by ES, 11nov2016*/
}
.rhighlight blockquote,.rhighlight .lead{ /*added by ES, 19oct2016*/
	width:100%;
}
blockquote .item__text--lg, blockquote p, blockquote .item__text,
.contentfield blockquote, .contentfield blockquote p{	/*added by ES, 20oct2016, 21oct2016, 11nov2016, 9dec2016*/
	margin-top:0px !important;
	font-size: 20px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
}
.lead__author {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #989898;
  font-style: italic;
  display: block;
  position: relative;
  padding-left: 8px;
  margin-top: 10px;
}
.lead__author:before {
  position: absolute;
  content: '-';
  font-size: 13px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  left: 0;
  top: 0;
}

.subscribe__side .heading--content {
  .margin-bottom: 22px;
  margin-bottom: 18px; /*added by ES,20oct2016*/
}
.subscribe__side .subscribe__input {
  margin-left: 0;
  margin-bottom: 23px;
  background-color: #f2f3f7;
  height: 43px;
  padding-left: 16px;
  width: 255px;
}
.subscribe__side .subscribe__input:-moz-placeholder {
  opacity: 1;
}
.subscribe__side .subscribe__input::-moz-placeholder {
  opacity: 1;
}
.subscribe__side .subscribe__input:-ms-input-placeholder {
  opacity: 1;
}
.subscribe__side .subscribe__input::-webkit-input-placeholder {
  opacity: 1;
}
.subscribe__side .subscribe__input:focus {
  background-color: #fff;
}
.subscribe__side .btn--more.btn--subscribe {
  margin-left: 0;
  margin-bottom: 45px; /*edited by ES,18oct2016*/
}

.subscribe__side.rhighlight, .subscribe__side.imghighlight, .related__side.rhighlight{ /*added by ES,11oct2016, edited 12oct2016*/
	margin-bottom: 45px; /*edited by ES,18oct2016*/
} 
.subscribe__side.imghighlight{ /*added by ES,14oct2016*/
	padding-top:10px;
}
.subscribe__side #loginemail, .subscribe__side p{/*added by ES,18oct2016*/
	margin-bottom:3px;
}

.rhighlight .btn--learn{ /*added by ES,14oct2016*/
	display:inline-block;
	.display:block; /*edited by ES,20oct2016*/
}
.rhighlight p:first-of-type, .subscribe__side p:first-of-type {	/*added by ES,18oct2016, edited by ES 20oct2016*/
	margin-top:0;
}
.imgRHL{ /*added by ES,11oct2016*/
	display:block;
	margin-top:5px;
}
.main__side p, .main__side .hclink { /*added by ES,13oct2016*/
	.font-size: 17px;
	font-size: 15px;	/*edited by ES,18oct2016*/
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	line-height: 25px;
}
.main__side blockquote p, .main__side blockquote {	/*added by ES, 21oct2016, 24oct2016*/
	margin-top:0px !important;
	font-size: 18px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
	
}
.main__side .contentfield p{ /*added by ES,5nov2016*/
	width:100%;
}
.research__side__menu .active_nav{ /*added by ES,13oct2016*/
	font-size: 15px; /*edited by ES,20oct2016*/
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	line-height: 25px;
	text-transform:uppercase; /*added by ES,18oct2016*/
}
.main__side .hclink.rside{ /*added by ES,13oct2016*/
	display:block;
	text-align:right;
}

.heading--content--sub {
  display: block;
  color: #393939;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding-right: 90px;
  line-height: 18px;
  margin-bottom: 3px;
  text-transform: none;
}

.donate__text {
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-right: 185px;
  letter-spacing: 0.2px;
}

.share__box {
  margin: 12px 0 63px;
  clear:left; /*added by ES,19oct2016*/
}
.blog-page .share__box, .eventlanding .share__box, .policyArea-page .share__box { /*added by ES,13jan2017.  edited by ES,27mar2017*/
	margin-bottom: 18px;
}

.share__box.wlist { /*added by ES,8may2017*/
	.margin-bottom:36px;
	.margin-bottom:32px; /*edited by ES, 22may2017*/
	margin-bottom:26px; /*edited by ES, 23may2017*/
}
.share__box.wlist2 { /*added by ES,8may2017*/
	.margin-bottom:24px;
	margin-bottom:20px; /*edited by ES, 22may2017*/
}
.share__box.wlist3 { /*added by ES,8may2017*/
	.margin-bottom:11px;
	.margin-bottom:22px; /*edited by ES,17may2017*/
	margin-bottom:18px; /*edited by ES, 22may2017*/
}
.share__box.wlist4 { /*added by ES,8may2017*/
	.margin-bottom:19px;
	margin-bottom:15px; /*edited by ES, 22may2017*/
}
.share__box.wlist5 { /*added by ES,17may2017*/
	.margin-bottom:40px;
	.margin-bottom:36px; /*edited by ES, 22may2017*/
	margin-bottom:33px; /*edited by ES, 23may2017*/
}
.share__box.wlist6 { /*added by ES, 22may2017*/
	.margin-bottom: 12px;
	margin-bottom: 8px; /*edited by ES, 22may2017*/
}
.share__box.wlist7 { /*added by ES, 22may2017*/
	.margin-bottom: 8px;
	margin-bottom: 4px; /*edited by ES, 22may2017*/
}
.share__box.wlist8 { /*added by ES, 22may2017*/
	.margin-bottom: 9px;
	margin-bottom: 5px;	/*edited by ES, 22may2017*/
}
.share__box.wlist9 { /*added by ES, 23may2017*/
	margin-bottom: 9px;
}
	
.share__box span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 12px;
}

.share__list {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.share__list li {
  float: left;
  display: block;
  margin-right: 8px;
}
.share__list a {
  text-indent: -99999px;
  display: block;
  width: 22px;
  height: 22px;
}

.donate__box {
  margin-bottom: 40px;
}
.donate__box .heading--content {
  font-size: 18px;
  margin-bottom: 33px;
}
.donate__box .form-container {
  font-size: 0;
}
.donate__box .form-container .form-container .input__info {
  width: 160px;
}
.donate__box .form-inline .form-container {
  display: inline-block;
}
.donate__box .form-inline .form-container .info__label {
  margin-right: 0;
}
.donate__box .form-inline .info__label {
  margin-right: 30px;
}
.donate__box.captcha { /*added by ES,25jan2017*/
	margin-top:-10px;
}
.donate__box .amount_row2 label, .donate__box .amount_row2 span,
.donate__box .donationtype label{ /*added by ES,30nov2017*/
	margin-bottom:0;
}
.donate__box.donate__box--apply label{
	font-size: 14px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
}
.gift {
  opacity: 0;
  position: absolute;
  width: 160px;
  height: 34px;
  font-size: 13px;
  z-index: 6;
  cursor: pointer;
  display: none;
}
.gift.hidden {
  display: none;
}
.gift.type {
  width: 224px;
}

.gift:hover + label {
  color: #fff;
  background-color: #6bb9f0;
}

.gift + label {
  position: relative;
  border: 1px solid #4b7392;
  width: 160px;
  height: 34px;
  cursor: pointer;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  z-index: 5;
  font-size: 13px;
  color: #6bb9f0;
  text-align: center;
  line-height: 34px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.gift + label:last-of-type {
  margin-right: 0;
}
.gift + label:hover {
  color: #fff;
  background-color: #6bb9f0;
}

.gift:checked + label {
  color: #fff;
  background-color: #6bb9f0;
}
/*for donate, applied by ES,2jan2017*/
.gift__box {
  display: inline-block;
  display: none;
  border: 1px solid #4b7392;
  width: 160px;
  height: 34px;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 13px;
  color: #6bb9f0;
  text-align: center;
  line-height: 34px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.gift__text {
  width: 158px;
  height: 32px;
  line-height: 32px;
  display: block;
  border: 0;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  font-size: 13px;
  color: #6bb9f0;
  text-transform: uppercase;
}
/*END for donate, applied by ES,2jan2017*/
/* ori
.gift__text {
  padding: 0;
  border: 1px solid #4b7392;
  width: 160px;
  height: 34px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 13px;
  color: #6bb9f0;
  text-align: center;
  line-height: 34px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: none;
}*/
.gift__text:-moz-placeholder {
  opacity: 1;
  line-height: 34px;
  font-size: 13px;
}
.gift__text::-moz-placeholder {
  opacity: 1;
  line-height: 34px;
  font-size: 13px;
}
.gift__text:-ms-input-placeholder {
  opacity: 1;
  line-height: 34px;
  font-size: 13px;
}
.gift__text::-webkit-input-placeholder {
  opacity: 1;
  line-height: 34px;
  font-size: 13px;
}
/*for donate, applied by ES,2jan2017*/
.gift__text__sign {
  position: absolute;
  left: 10px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
/*END for donate, applied by ES,2jan2017*/
.donate__box--type .gift + label {
  width: 224px;
}

.info__label {
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
.info__label .info__label__text {
  display: block;
  margin-bottom: 5px;
}
#price-heading .info__label.ePriceCap .info__label__text{/*added by ES 28jul2023*/
	display: inline;
}
.info__label:last-of-type .input__info {
  margin-right: 0;
}

.input__info {
  display: block;
  width: 350px;
  margin: 0 30px 15px 0;
  height: 43px;
  border: 1px solid #d6d6d6;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  margin-bottom:0px;
}
#state+.select2-container, #exp-month+.select2-container, #exp-year+.select2-container{ /*added by ES,11jan2017*/
	margin-bottom:15px;
}
.donate__form {
  display: inline-block;
  margin-bottom: 67px;
}
.donate__form .btn--more {
  margin: 55px auto 0;
  display: block;
  width: 350px;
}
.donate__form .select2-container {
  display: inline-block;
  margin-right: 30px;
  height: 43px;
}
.donate__form .select2-container--default .select2-selection--single {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d6d6d6;
  height: 43px;
}
.donate__form .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 43px;
  line-height: 41px;
}
.donate__form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
}
.donate__form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  width: 14px;
  height: 8px;
  background: url("/contents/images/pub/arr_down.png") no-repeat 0 0;
  margin-left: -12px;
  margin-top: -4px;
}

.benefit__side .heading--content {
  margin-bottom: 30px;
}

.benefit__list {
  padding: 0;
  margin: 0 0 30px;
}
.benefit__list li {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.benefit__list li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #393939;
  top: 10px;
  left: 0;
}

.main__big__header {
  padding-left: 30px;
  width: 885px;
  float: left;
}

.intro {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  .font-size: 14px;
  font-size: 17px; /*edited by ES,16may2017*/
  .line-height: 19px;
  line-height: 25px; /*edited by ES,16may2017*/
  width: 730px;
  margin: 0 0 39px 30px;
}
.intro p { /*added by ES,16may2017*/
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 7px;
	letter-spacing: 0.4px; /*added by ES,18may2017*/
}

.pub__form {
  font-size: 0;
  margin-bottom: 37px;
}
.pub__form .gift {
  width: 100%;
}
.pub__form .gift + label {
  width: auto;
  padding: 0 10px;
  margin-bottom: 0;
}

.form-item {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  overflow: hidden;
}

.research {
  text-align: center;
  margin-bottom: 74px;
}

.research .item__content {
  width: calc(100% - 114px);
  text-align: left;
}
.research .item__content.ICfullWidth {      /* added - SF - 23oct2017 */
  width: 100%;
}

.research .item__policy {
  margin-right: 34px;
  width: 80px;
  height: 80px;
  margin-top: 5px;
}
.research .item__policy:hover {
  background-position: 0 -80px;
}
.research .heading--side {
  font-size: 26px;
  line-height: 35px; /*added by SF,24jan2017*/
  margin-top: 0;
}
.research.bycf .heading--side,
.research.bypt .heading--side
{/*added by ES,29dec2016*/
	font-family:'Merriweather', serif;
}
.research .btn--more {
  margin-top: 50px;
}

.content--box .category__name {
  line-height: normal; /* changed from 10px - ML - Jan 18, 2017 */
  display: block;
  float: left;
  letter-spacing: 0.3px;
}
.content--box .item.item--news .contentfield p{ /* ML Jan 18, 2017 */
  margin-bottom:0;
}
.content--box .item .category__name__list{ /* ML Jan 18, 2017 */
  margin:0;
}
.content--box .item .category__name__list.cf .category__name { /* ML Jan 18, 2017 */
  float: left;
  display:inline-block;
}
.content--box .item .category__name__list.cf li .slashsp { /* ML Jan 18, 2017 */
  margin-right:4px;
  float:left;
  margin-top: 1px;
}
.content--box .item .category__name__list.cf li { /* ML Jan 18, 2017 */
  margin-right:0;
}
.content--box .item .data .dataleft { /* ML Jan 18, 2017 */
  float:left;
  max-width: 310px;
}
.content--box .item .data .dataright {  /* ML Jan 18, 2017 */
  float:left;
}
.content--box .item .data .author.oneperline{ /* ML Jan 18, 2017 */
  display:block;
  margin-right:15px;
}
.item--news .item__content.noimage{ /* ML Jan 18, 2017 */
  width:100%;
}

.home-page .content__side .item--recent--publication .heading {  /* ML Jan 18, 2017 hompeage left hand side*/
    margin-top:0;
}

.home-page .content__side .item--recent--publication .category__name__list { /*added by ES,18may2017*/
	margin-bottom: 1px;
}

.subscribe .heading--content {
  float: left;
  margin-bottom: 0;
  line-height: 20px;
}
.subscribe .heading--content span {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.topics .heading--content {
  margin-bottom: 21px;
}

.about .heading--content {
  margin-bottom: 15px;
}

.home-page .content__main, .basic-page .content__main {	/*Edited by ES, 5oct2016*/
  text-align: left;
}

.home-page .content__main.news.cf .contentfield { /*added by ES,19may2017*/
	margin-top: 10px;
	float: left;
}
.eventlanding .content__main { /*added by ES, 23may2017*/
	width: 100%;
}

.marylandpress .listing .contentfield, .booklist_handlebar_container .contentfield { /*added by ES,19may2017, edited by ES, 22may2017*/
	margin-top: 4px;
	float: left;
}

.title-link + .contentfield { /*added by ES, 22may2017*/
	margin-top: 11px !important;
}

.home-page .content__main.news.cf .contentfield p, .eventlanding #handlebars-container .contentfield ol, .eventlanding #handlebars-container .contentfield ul, .marylandpress .listing .contentfield p { /*added by ES,19may2017*/
	font-size: 15px;
	line-height: 19px;
}

.blog-page .heading--main {
  margin-bottom: 24px;
}
.blog-page .heading--news, #handlebars-container .heading--news { /*edited by ES, 10nov2016*/
  letter-spacing: 0.5px;
  padding-right: 20px;
}
#handlebars-container .heading--news { /*added by ES, 10nov2016*/	
	font-family: 'Merriweather', serif;
	line-height: 33px;
}	 
#handlebars-container .item__text, #handlebars-container .contentfield p{ /*added by ES, 10nov2016, edited by ES,5nov2016*/
	clear:left;
}
.main__big__box #see-more,
.listing .btn--more{ /*added by ES, 18nov2016*/
	line-height:20px;
}
.blog-page .content__main {
  width: 100%;
  text-align: center;
}
.blog-page .item--news,
.listing .item--news {
  margin-bottom: 50px;
}
.blog-page .data {
  margin-top: -3px;
}
.blog-page .main__big__box .data{ /*added by ES,5dec2016*/
  margin-top: -2px;
  margin-bottom:4px;
}
.eventlanding .data { /*added by ES,19may2017*/
	margin-top: -2px;
}

.blogbycf .data, .eventlanding .data { /*added by ES,18may2017*/
	margin-bottom:4px;
}
.blog-page .main__big__content {
  padding-bottom: 41px;
}
.blog-page .main__side {
  .padding-top: 70px; /*edited by ES,5dec2016*/
}
.blog-page .subscribe__side {
  .display: none; /*edited by ES, 23nov2016*/
}

.detail-page .heading--main {
  margin-bottom: 28px;
}
.detail-page .main__big__box {
  padding-left: 0;
  padding-right: 30px;
  width: calc(100% - 125px);
}
.detail-page .data {
  float: none;
}
.detail-page .data .date { /*edited by ES, 2dec2016*/
  font-weight: 700;
  position:relative;top:-3px; /*added by ES, 2dec2016*/
}
#handlebars-container .data .date, #handlebars-container .simple_pubtype2 .author { /*added by ES, 2dec2016*/
	position:relative;top:-3px; 
}	
#handlebars-container .data .date{ /*added by ES,15dec2016*/
	font-weight:400;
}
.fieldval #handlebars-container .date { /*added by ES,29dec2016*/
	top:-6px;
}
.detail-page .rhighlight .data .date, .rhighlight .data .date { /*added by ES, 9nov2016, edited by ES,5nov2016*/
  font-weight: 400;
}

.detail-page .main__big__content {
  padding-bottom: 97px;
}

.donate-page .main__big__content {
  padding-left: 30px;
}
.donate-page .heading--main {
  margin-bottom: 12px;
}
.donate-page .main__side {
  margin-top: 5px;
  float: right;
}

.research-page .heading--main {
  margin-bottom: 13px;
}
.research-page .share__box {
  margin-bottom: 5px;
}
.research-page .data {
  margin-bottom: 5px;
  margin-right: 30px;
}
.research-page .heading--slider {
  line-height: 44px;
}
.research-page .slider__box {
  padding-right: 35px;
}
.research-page .slider__box p {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin: 12px 0 0;
}
.research-page .slider__item {
  margin-bottom: 49px;
}
.research-page .slider__img img {
  display: block;
}
.research-page .main__big__content {
  padding-left: 30px;
}
.research-page .main__big__content .heading--content {
  margin-bottom: 25px;
}
.blogbycf .data{ /*added by ES,5dec2016*/
	margin-top:-2px;
}
.staff-page .main__big__box {
  width: 100%;
}

.basic-page .main__big__box{ /*added by ES,14oct2016*/
	padding-right:30px;
}

.basic-page .main__big__box li, .basic-page .main__big__box td, .basic-page .main__big__box a { /*added by ES,14oct2016*/
	font-family:'Noto Sans', sans-serif;
}

.main__big .main__big__content p a,
.main__big .main__side a,
.main__big .main__side a.hclink
{	/*added by ES,18oct2016*/
	color: #6bb9f0;
	.color: cadetblue;
}	
.main__big .main__big__content p a:active,
.main__big .main__side a:active
{		/*added by ES,18oct2016*/
	color: #6bb9f0;
	.color: orange;
}	
.main__big .main__big__content p a:visited,
.main__big .main__side a:visited
{	/*added by ES,18oct2016*/
	color: #6bb9f0;
	.color: red;
}	


.main__big .main__side .research__side__menu a, .main__big .main__side .research__side__menu a:visited, 
.main__big .main__side .item__contents a.title-link, .main__big .main__side .item__contents a.title-link:visited 
{ /*added by ES,18oct2016*/
	color:#393939; /*edited by ES,20oct2016*/
}

.main__big .main__side  a:hover,
.main__big .main__side .research__side__menu a:hover,
.main__big .main__side .item__contents a.title-link:hover 
 { /*added by ES,18oct2016*/
	color: #6bb9f0;
}

.main__big .main__side .item__contents .category__name{ /*added by ES,26oct2016*/
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #d91e18;
	line-height:18px;
	letter-spacing:1.4px;
}

.main__big .main__side .item__contents .category__name:hover{ /*added by ES,26oct2016*/
	text-decoration: underline;
}

.rhighlight .category__name__list .category__name{ /*added by ES,23nov2016*/
	display:inline;
	float:none;
}
.main__big__box.staffdt{ /*added by ES,7dec2016*/
	width:100%;
}
.toptb{ /*added by ES,8dec2016*/
	display:table;
}
.tb{ /*added by ES,7dec2016*/
	display:table-row; 
}
.tb .heading--content{ /*added by ES,7dec2016*/
	padding-top:0px;
	margin-top:2px; 
	margin-bottom:0px;
}
.dc{ /*added by ES,7dec2016*/
	display:table-cell;
}
.dc.info{ /*added by ES,7dec2016*/
	vertical-align:top;
}

.dc #stfimg{ /*added by ES,7dec2016*/
	width:250px;
	margin-right:28px;
}
.fieldname{ /*added by ES,7dec2016*/
	display:table-cell;
	text-align:right;
	vertical-align:top;
}
.fieldval{ /*added by ES,7dec2016*/
	display:table-cell;
	padding-top:1px;
	.padding-bottom:18px;
	padding-bottom:11px; /*edited by ES,20feb2017*/
}
.fieldval #handlebars-container { /*added by ES,20feb2017*/
	.margin-top:-5px; /*edited by ES,2jun2017*/ 
}
.tb.list .fieldname h3.heading--content { /*added by ES,2jun2017*/
	margin-top: 7px;
}
.fieldval #handlebars-container .item--side { /*added by ES,20feb2017*/
	margin-bottom:0;
}
.fieldval #handlebars-container .item--side .data{ /*added by ES,20feb2017*/
	margin-bottom:1px;
	line-height:21px
}

.contentfield.fieldval p{ /*added by ES,9dec2016*/
	padding-right:0px;
}
.contentfield.fieldval h1 { /*edited by ES,9may2017*/
	line-height:normal;
}

.dc.info{ /*added by ES,9dec2016*/
	.max-width:600px;
	max-width:800px;
    word-wrap:break-word;  /* added by SF, 23oct2017 */
}
.dc.info.wstaffimg{ /*added by ES,9dec2016*/
	.max-width:500px; /*remarked by ES,21feb2017*/
}

.dc.info .fieldval{ /*added by ES,9dec2016*/
	max-width:650px; 
	.max-width:680px;  /*edited by ES,15dec2016, undo by ES,8may2017*/
}

.dc.info.wstaffimg .fieldval{ /*added by ES,9dec2016*/
	max-width:365px; 
	.max-width:420px;  /*edited by ES,15dec2016, undo by ES,8may2017*/
}
.fieldval hr, .contentfield hr{ /*added by ES,9dec2016*/ /*edited by ES,15dec2016*/
	clear:left;
}
.contentfield p a:not(.dft):hover, .rhighlight.contentfield p a:hover { /*added by ES,13jan2017*/
	.text-decoration:underline;
	color: #2d93db !important;
}
.email-link{ /*added by ES,7dec2016*/
	color:#393939 !important; /*added by ES,20feb2017*/
	font-family:'Noto Sans', sans-serif;
}
.email-link:hover{ /*added by ES,7dec2016*/
	color: #6bb9f0;
}
#show-more::after{ /*added by ES,8dec2016*/
	border-color:#6bb9f0 transparent transparent transparent ;
	border-width:5px 4.5px 0px 4.5px;
	border-style: solid;
	position: absolute;
	top:10px;
	content: '';
	width: 0;
	height: 0;
}
#no-more{/*added by ES,8dec2016*/
	display:block;
	font-size:16px;
	.font-weight:lighter;
	font-family:'Noto Sans', sans-serif;
}
#loading{ /*added by ES,14dec2016*/
    display: none;
	position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: url(/contents/images/ajax-loader.gif)50% 50% no-repeat rgba(255, 255, 255, .8); /*edited by ES,15dec2016*/
}
.errorBox{/*added by ES,6jan2017*/
	color:#D8000C; 
	min-height: 50px;
    border: 2px solid red;
    background-color: #F5AFAF;
    background-image: url("/contents/images/box-error.gif");
    background-position: 5px center;	
    background-repeat: no-repeat;
    padding: 10px 10px 10px 50px; /*edited by ML,27jan2017*/
    margin-bottom:10px;				/*added by ML,27jan2017*/
    font-family: 'Noto Sans', sans-serif; /*added by ML,27jan2017*/
    font-weight: 400;				/*added by ML,27jan2017*/
}
.errorBox ul, .errorBox p{/*added by ES,6jan2017*/
	.margin-left:35px;
	margin:0; /*edited by ES,2jun2017*/
}

.header__menu  .donate { /*added by ES,25jan2017*/
	background-color: #D06172;
}

.g__search__input {	/*added by ML,27jan2017*/
    margin: 0;
    background-color: #f2f3f7;
    height: 40px;
    border: 0;
    width: 470px;
    width: 250px; /*edited by ES,20feb2017*/
    padding: 0 24px;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}
#frmGSearch #br__in{ /*added by ES,20feb2017*/
	display:none;
}
#frmGSearch span#in { /*added by ES,20feb2017*/
	font-size:15px;font-family:'Noto Sans', sans-serif;
}
#frmGSearch .select2-selection.select2-selection--single { /*added by ES,20feb2017*/
	height:43px;
	border-radius:0;
}
#frmGSearch .select2-selection__rendered { /*added by ES,20feb2017*/
	line-height:41px;
}
#frmGSearch .select2-selection__arrow { /*added by ES,20feb2017*/
	height:43px;
}

#frmGSearch .select2-selection__arrow b{ /*added by ES,20feb2017*/
	background: url("/contents/images/pub/arr_down.png") no-repeat 0 0;
	height:8px;
	width:14px;
	border:0;
	margin-left:-12px;
	margin-top:-4px;
}

.listing-search {	/*added by ML,27jan2017*/
    .margin-top:50px;
    margin-top:30px; /*edited by ES,20feb2017*/
}

.listing-search h3, #lyrLatestArticle h3, #lyrPressArticle h3{	/*added by ML,27jan2017*/  /* edited SF, 19mei2017*/
    .margin-bottom: 4px;
    margin-bottom: 0; /*edited by ES,21feb2017*/
	padding-right: 20px; /*added by ES,21feb2017*/
	font-family: 'Merriweather', serif; /*added by ES,21feb2017*/
	line-height: 33px; /*edited by ES,21feb2017*/
	letter-spacing: 0.5px; /*edited by ES,21feb2017*/
   
}

.listing-search .item.item--news .contentfield p, #lyrLatestArticle .item.item--news .contentfield p, #lyrPressArticle .item.item--news .contentfield p { /*added by ES,21feb2017*/  /* edited SF, 19mei2017*/
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 7px;
}
#lyrLatestArticle .data { /*added by ES,21feb2017*/
	margin-top: -2px;
	margin-bottom: 4px;
}

/*added by SF,30jan2017*/
.optionChk {
    float: left;
    margin-right: 10px;
    padding-top: 6px;
}
.optionName {
    font-family: Noto Sans,sans-serif;font-size: 14px;font-weight: 400;padding-left: 25px;
}
.optionName a {
  color: #000;
}
.optionName a:hover {
  color: #2d93db;
}
/*end of added by SF,6feb2017*/

.research #filteredby { /*added by ES,20feb2017*/
	float:right; /*edited by ES,18apr2017*/
	max-width:825px; /*edited by ES,18apr2017 __ 375*/
	clear:left;
	text-align:left;
	margin-bottom:28px;
}
.research #filteredby #filter_text { /*added by ES,20feb2017*/
	font-family:'Noto Sans', sans-serif;
	font-weight:bold;
}
.research #filteredby .gift__label { /*added by ES,20feb2017*/
	color:#fff;
	background-color:#6bb9f0;
	border:1px solid #4b7392;
	font-size:13px;
	padding:0 10px;
	display:inline-block;
	line-height:34px;
	font-family:'Noto Sans', sans-serif;
	font-weight:400px;
	text-transform:uppercase;
	.cursor:pointer; /*edited by ES,18apr2017*/
	margin-right:10px;
	margin-bottom:10px;
}
#filteredby+#handlebars-container { /*added by ES,20feb2017*/
	.overflow:hidden; /*remarked by ES,21feb2017*/
}
#filteredby+#handlebars-container #lyrTopList { /*added by ES,21feb2017*/
	clear:both;
	display:block;
}

.authorOpt {
    width:45%;float:left;margin-right:20px;
}
.authorOpt2 {
    width:45%;display:inline-block;position:relative;
}
.research-browsepage .share__box {
    margin-bottom: 18px;
}
#browseFilters {
    margin-right:10px;
}
/*end of added by SF,6feb2017*/
/*added by SF,20feb2017*/
.factAllGroup {
	font-family: 'Noto Sans', sans-serif; /*added by ES,27mar2017*/
	font-size: 16px;
    font-weight: bold; /*edited by ES,27mar2017*/
    overflow: hidden;
	margin: 40px 0; /*added by ES,20apr2017*/
}
.factGroup.onlyOneFact {margin-left: calc(75%/2);}
.factGroup.onlyTwoFact {margin-left: calc(50%/2);}
.factGroup.onlyThreeFact {margin-left: calc(25%/2);}
.factGroup {
    float:left;
    width:219px;
    padding:0 15px;
}
.factGroup img { display:block;margin:auto; }   /*added by ES, 6june2017*/
.factGroup p { /*added by ES, 22feb2017*/
	word-wrap:break-word;
	margin-top:3px; /*added by ES,27mar2017*/
}
.main__big .factGroup p a{ /*added by ES, 27mar2017*/
	color: #6bb9f0;
}
.main__big .factGroup p a:hover{ /*added by ES, 27mar2017*/
	color: #2d93db;
}

#lyrBrowseMoreBooks .simple_pubtype2,
.booklist_handlebar_container .simple_pubtype2 { /*added by ES,10apr2017*/
	display:block;
}
#lyrBrowseMoreBooks .simple_pubtype2 a:hover, 
.booklist_handlebar_container .simple_pubtype2 a:hover,
.simple_pubtype2 a:hover,
#simple_pubtype2 a:hover { /*added by ES,10apr2017*/
	color: #2d93db !important;
}

.paReport {
    clear:both;
    overflow:hidden;
    /*margin-bottom:30px;*/
}
.paReportEach.onlyOne {
    .margin-left: calc(66.66%/2);
    margin-left: calc(73%/2); /*edited by ES,21apr2017*/
	.margin-right:0; /*added by ES,20apr2017*/
}
.paReportEach.onlyTwo {
    .margin-left: calc(33.33%/2);
    margin-left: calc(37.50%/2); /*edited by ES,21apr2017*/
}
.paReportEach.rightcol {/*added by ES,20apr2017*/
    margin-right: 0;
}
.paReportEach.leftcol {/*added by ES,20apr2017*/
    margin-left: 0;
}
.paReportEach.leftcol.nextrow { /*added by ES,30may2017*/
	clear: left;
}

.paReportEach {
    .width:292px;
    width:255px; /*edited by ES,20apr2017*/
    /*padding-right:10px;
    padding-left:10px; 	edited by ES,20apr2017*/
	margin: 0 38px; /*added by ES,20apr2017*/
    float:left;
    text-align:left;
	margin-bottom: 45px; /*added by ES,20apr2017*/
}
.paReportEach--img img {
    .width:100%;
    width:255px; /*added by ES,20apr2017*/
}
.paReportEach .spanauthor {
    top: 0px;
}
.paReportEach .simple_pubtype2 {
    margin-right: 15px;
}
.paReportEach .date { /*added by ES, 22feb2017*/
	display:inline-block;
}
.paReportEach .category__name__list { /*added by ES,20apr2017*/
	margin-top: 0 !important;
	.margin-bottom:-4px;
	.margin-bottom:0; /*edited by ES,17may2017*/
	.margin-bottom:-2px; /*edited by ES,22may2017*/
	margin-bottom: -4px; /*edited by ES,2juny2017*/
	float:left; /*added by ES,2jun2017*/
}

.policyArea-page .blogbycf #handlebars-container .category__name__list { /*added by ES, 22may2017*/
	margin-bottom: 0;
}
.paReportEach .title-link .heading { /*added by ES,20apr2017*/
	line-height: normal;
	margin-bottom:2px;
}
.paReportEach .data  { /*added by ES,20apr2017*/
	line-height: 20px;
}
.paReportEach .category__name__list li .slashsp { /*added by ES,20apr2017*/
	top:-3px;
	margin-left:8px;
}
.paHeading {
    width:100%;
    .margin-top:40px;
    margin-top:0; /*edited by ES,20apr2017*/
    margin-bottom:10px;
    text-align: center; /*added by SF,7june2017*/
}
.paHeading .heading {
    margin-right: 0px;
    padding-left:35px;
    padding-right:35px;
}
.paSeeAll {
    width:100%;clear:both;
	/* padding-top:40px; edited by ES,20apr2017*/
	padding-bottom:15px;
	padding-bottom:55px;/*added by ES,20apr2017*/
    text-align: center; /*added by SF,7june2017*/
}
.paHeading .heading--content::before {
    width:100%;
}
.paSeeAll .btn--more.btn--sm {
    width:260px;
}
/*end of added by SF,20feb2017*/

.main__side .rhighlight.md_hiddenHL { /*added by ES,8mar2017*/
	display:none;
}

/*added by SF,21feb2017*/
#frmMyMDPolicy, #frmSignUp, #frmResetPassword, #frmFPassw { /*added by ES, 6apr2017*/
	margin-bottom:50px;
}
#frmMyMDPolicy .error__message {
    bottom: -5px;
    color: #fa0018;
    display: none;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    left: 15px;
    letter-spacing: 0;
    margin: 0;
    white-space: nowrap;
}
#frmSignUp .btn--more,
#frmResetPassword .btn--more,
#frmFPassw .btn--more,
#frmMyMDPolicy .btn--more {
    margin: 55px auto 0;
}
.input-validation-error {
    border-color: #fa0018;
}
.field-validation-error {
    bottom: -5px;
    color: #fa0018;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    left: 15px;
    letter-spacing: 0;
    margin: 0;
    /* position: absolute; */
    white-space: nowrap;
}

.infoBox{
	color:#00529b; 
	min-height: 50px;
    border: 1px solid;
    background-color: #bde5f8;
    background-image: url("/contents/images/box-info.gif");
    background-position: 5px center;	
    background-repeat: no-repeat;
    padding: 10px 10px 10px 50px; 
    margin-bottom:10px;				
    font-family: 'Noto Sans', sans-serif; 
    font-weight: 400;				
}
.infoBox ul, .infoBox p{
	margin-left:35px;
}
.successBox{
	color:#4f8a10; 
	min-height: 50px;
    border: 1px solid;
    background-color: #dff2bf;
    background-image: url("/contents/images/box-success.gif");
    background-position: 5px center;	
    background-repeat: no-repeat;
    padding: 10px 10px 10px 50px; 
    margin-bottom:10px;				
    font-family: 'Noto Sans', sans-serif; 
    font-weight: 400;				
}
.successBox ul, .successBox p{
	margin-left:35px;
}
.leftContainer {
    width:30%; float:left;
}
#frmSignUp .form-container,
#frmFPassw .form-container {
    clear:left;
}
#frmSignUp .error__message,
#frmFPassw .error__message {
    bottom: -5px;
    color: #fa0018;
    display: none;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    left: 15px;
    letter-spacing: 0;
    margin: 0;
    white-space: nowrap;
}
#frmFPassw .input__info {
    margin-bottom: 5px;
}
#frmSignUp .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 43px;
    line-height: 41px;
}
#frmSignUp .select2-container--default .select2-selection--single {
    border: 1px solid #d6d6d6;
    border-radius: 0;
    height: 43px;
}
#frmSignUp .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
}
#frmSignUp .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: rgba(0, 0, 0, 0) url("/contents/images/pub/arr_down.png") no-repeat scroll 0 0;
    border: 0 none;
    height: 8px;
    margin-left: -12px;
    margin-top: -4px;
    width: 14px;
}
.requiredText {
    color: #ff0000;
}
#frmSignUp .error + .error__message {
    display: block;
}
#country + .select2-container, #exp-month + .select2-container {
    margin-bottom: 15px;
}
#prefix + .select2-container, #exp-month + .select2-container {
    margin-bottom: 15px;
}
.info__label a {
    color:#6bb9f0;
}
.info__label a:hover {
    color:#2d93db;
}
/*end of added by SF,21feb2017*/
/*added by SF,23mar2017*/
.lyrBookDetail {  	    
	    float:left;
        padding:8px;
        border: 1px solid red;
        width:30%;
        margin-right :8px;
        margin-bottom:8px;	
        word-wrap:break-word;    /* added by SF,23oct2017 */
}
/*end of added by SF,23mar2017*/
/*added by SF,9mei2017*/
.archiveIssue, .archiveAuthor {
    width:33.33%;padding-right:10px;padding-right:10px;margin-bottom:30px;float:left;
}
.archiveIssue a img {
    width:calc(100% - 20px);
}
.archiveAuthorChar {
    width:100%;clear:left;
}
#lyrByAuthorArticle .item--news {
    margin-bottom:15px;
}
#lyrByAuthorArticle .contentfield {
    margin-bottom:0px;
}
#lyrByAuthorArticle .data {
    margin-bottom:0px;
}
/*end of added by SF,9mei2017*/
.contentfield pre{/*added by ES 12nov2024 */
	white-space: pre-wrap;
}
/*added by SF,16mei2017*/
    #subscribeOpt1 { width:350px;}
    #subscribeOpt2 { width:350px;}
    .form-container { clear:left;  margin-bottom: 15px;}
	#lyrConfirmation .form-container { overflow:hidden; }
    #lyrConfirmation .rightContainer { overflow:hidden; padding-left: 10px; }       /* edited - SF, 26may2017 */
    #lyrConfirmation .heading--content { margin:28px 35px 0px 0; }
/*end of added by SF,16mei2017*/


/*added by SF,16mei2017*/
	#lyrThankYouS .form-container { overflow:hidden; }
    #lyrThankYouS .rightContainer { overflow:hidden; }       
    #lyrThankYouS .heading--content { margin:28px 35px 0px 0; }
	#lyrThankYouS { margin-bottom:63px;}    
/*end of added by SF,16mei2017*/

/* added for navigation dropdown - SF - 7june2017 */
header .header__box ul ul li {display: none;}
header .header__box ul li:hover ul {display: inline-block;}
header .header__box ul li:hover ul li {display: inline-block;background-color: #ba1c36;opacity:1 !important}

header .header__box ul ul {position: relative; left: 0; background-color: #ba1c36; z-index: 50; padding-left:0px;}
/*header .header__box ul.desktopMenu ul.submenu  {display:inline-block; max-height:300px; overflow-y:scroll;}*/
header .header__box ul li:last-child ul {right: 0; left: auto;}
header .header__box ul ul li {width: 198px; background-color: #ba1c36; text-align: left;padding-left:0px;overflow-y: visible;word-wrap:break-word;height:auto}
header .header__box ul ul li a, header .header__box ul ul li span {padding: 10px 20px; line-height: 1.2em;background-color: #ba1c36;opacity: 0.6;}
header .header__box ul ul li a:hover, header .header__box ul ul li span:hover {background-color:  #ba1c36; text-decoration: none;opacity: 1;}

header .header__box ul.desktopMenu li ul {display:none;}
header .header__box ul.desktopMenu li:hover ul {display:inline-block;max-height:500px;overflow-y:auto;overflow-x:hidden}

/*header .header__menu.desktopMenu {display:block;}*/
header .header__menu.mobileMenu {display:none;}
header .icons.mobileSearchdkk {display:none;}
header .user__menu.mobileUserLogin {display:none;}
header #menu-mobile ul ul li {width:100%;}
header #menu-mobile ul ul li a, header #menu-mobile ul ul li span {opacity: 1;}
/* END OF added for navigation dropdown - SF - 7june2017 */

/*added by SF,30mei2017*/
    #lyrExpandedDesc {clear:none;}
    #lyrSummary {clear:none;}
    .storeLeft { width:50%;float:left }
    .storeRight { width:50%;margin-bottom:0px;float:right }
    #frmViewCart a.btn--more {padding-top:7px;}
    #frmViewCart .form-container {overflow: hidden;}    
    #frmViewCart .headerRow {border-bottom: 1px black solid;padding-bottom:0px;}
    #frmViewCart .headerRow .thirdContainer {padding-top:3px;}
    #frmViewCart .headerRow .fourthContainer {float:left;width:12%;text-align:right;padding-right:10px}
    #frmViewCart .firstcartRow { padding-top:5px; } 
    #frmViewCart .firstContainer {float:left;width:57%;padding-top:3px;}
    #frmViewCart .secondContainer {float:left;width:15%;padding-right:20px;text-align:right;padding-top:3px;}
    #frmViewCart .thirdContainer {float:left;width:10%;text-align:right;}
    #frmViewCart .fourthContainer {float:left;width:12%;padding-right:10px;text-align:right;padding-top:3px;}
    #frmViewCart .fifthContainer {float:left;width:5%;padding-top:3px;}
    #frmViewCart .endButton {width:100%;margin-top:25px;}
    #frmViewCart .endButton #btnCheckout {margin-left:50px;}
    #frmViewCart .cartempty {width:100%;padding-top:5px;border-bottom: 1px black solid;}
    #frmViewCart .endRow {border-top: 1px black solid;padding-top:25px;}
    
    #lyrStoreData2 .form-container {overflow: hidden;}    
    #lyrStoreData2 .headerRow {border-bottom: 1px black solid;padding-bottom:0px;}
    #lyrStoreData2 .headerRow .fourthContainer {float:left;width:15%;text-align:right;padding-right:10px}
    #lyrStoreData2 .firstcartRow { padding-top:5px; } 
    #lyrStoreData2 .firstContainer {float:left;width:57%;}
    #lyrStoreData2 .secondContainer {float:left;width:15%;padding-right:20px;text-align:right;}
    #lyrStoreData2 .thirdContainer {float:left;width:8%;text-align:right;}
    #lyrStoreData2 .fourthContainer {float:left;width:15%;padding-right:10px;text-align:right;}
    #lyrStoreData2.print .fourthContainer {float:left;width:20%;padding-right:10px;text-align:right;}
    #lyrStoreData2 .endButton {width:100%;margin-top:25px;}
    #lyrStoreData2 .cartempty {width:100%;padding-top:5px;}
    #lyrStoreData2 .endRow {border-top: 1px black solid;padding-top:25px;}
    #lyrStoreData .form-container {margin-top:15px;}
    #lyrStoreData .form-container .form-container {margin-top:0px;}
    #lyrStoreData .form-container .input__info {margin-bottom:0px;}
    #lyrStoreData .form-container .select2 {margin-bottom:0px;}
    #donate .form-container {margin-top:15px;}
    #donate .form-container .form-container {margin-top:0px;}
    #donate .form-container .input__info {margin-bottom:0px;}
    #donate .form-container .select2 {margin-bottom:0px;}
/*end of added by SF,30mei2017*/

/* added SF, 19oct2017 */
.ePriceCap, .ePrice {
    width:350px
}
/* end of added SF, 19oct2017 */

@media screen and (min-width: 768px) and (max-width: 1199px){ /*added by ES,13oct2016*/
    .contentfield p { /*added by IF,29sept2017*/
	    width:100%;
    }

	.btn--more.go { 
		min-width: 100px;
		float:right
	}
	.research #filteredby { /*added by ES,18apr2017*/
		margin-top:37px;
	}
    .slider__box .sliderboxlimiter { /*added by ES,25jan2017*/
	    max-height:115px;
        min-height:115px;
	    overflow: hidden;
    }
}

@media screen and (min-width: 768px) {
  .overlay-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .header__box, .pub__dropdown {
    display: block !important;
  }
}

@media screen and (max-width: 1199px) {
    
    /* added SF, 19oct2017 */
    .ePriceCap, .ePrice {
        width:100%
    }
    .ePrice { padding-left:33px;}
    /* end of added SF, 19oct2017 */
    
    /* added SF, 23oct2017 */
    .heading--side {
        padding-right:0px;
    }
    /* end of added SF, 23oct2017 */

	/*added by ES,12jan2017*/
	/*PENDING QC
	#gift-other{ 
		padding:0;
		width:138px;
	}
	.gift__box {
		width:141px;
	} */

    /*added by SF,30mei2017*/               
        #lyrStoreData .storeLeft { width:100%;float:none }
        #lyrStoreData .storeRight { width:100%;margin-top:30px;float:none; }
        #lyrStoreData .form-container .form-container  .info__label { width: calc(50% - 10px) !important;margin-right:20px }
        #lyrStoreData .form-container .form-container .info__label.SUSAState {margin-right:0px;}
        #lyrStoreData .form-container .form-container .info__label.SLyrOtherState {margin-right:0px;}
        #lyrStoreData .form-container .form-container .info__label.BUSAState {margin-right:0px;}
        #lyrStoreData .form-container .form-container .info__label.BLyrOtherState {margin-right:0px;}
        #lyrStoreData .form-container .form-container .info__label:last-of-type {margin-right:0}
        #lyrStoreData .donate__box .form-inline .form-container {display: inline;}
        #lyrStoreData .select2-container { width:100% !important; }
        #lyrStoreData .form-container.form-inline { overflow:hidden; }

        #frmViewCart .form-container.endButton {margin-bottom:63px;}
        #frmViewCart .form-container.endButton #btnCheckout {margin-top:20px;margin-left:0px;}
        #lyrStoreData2 .endButton {margin-bottom:63px;}
	    #lyrThankYouS { margin-bottom:63px; }
    /*end of added by SF,30mei2017*/


    /*added by SF,7june2017*/
    .paReportEach .category__name__list { float:none; }
    header .header__menu.desktopMenu {display:none;}
    header .header__menu.mobileMenu {display:block;overflow-y:scroll}
    header .header__menu.mobileMenu .submenu {display:none;}
    header .header__menu.mobileMenu.active .submenu {display:inline;}    
    header .icons.mobileSearchdkk {display:inline;}
    header .user__menu.mobileUserLogin {display:inline;}
    /*end of added by SF,7june2017*/
    
    /*added by SF,26mei2017*/
	    #lyrThankYouS { margin-bottom:63px; }
    /*end of added by SF,26mei2017*/

    /*added by SF,16mei2017*/
	#lyrConfirmation { margin-bottom:63px; }
    /*end of added by SF,16mei2017*/

    /*added by SF,9mei2017*/
    .archiveIssue, .archiveAuthor {
        
    }
    /*end of added by SF,9mei2017*/
	
  /*added by SF,20feb2017*/
    .factGroup { width:50%;}
    .paReportEach.onlyOne {margin-left:38px;} /*edited by ES,30may2017*/
    .paReportEach.onlyTwo {margin-left:38px;} /*edited by ES,30may2017*/
    .paReportEach {width:100%;margin-bottom: 25px;}    
    .factGroup.onlyOneFact {margin-left: calc(50%/2);}
    .factGroup.onlyTwoFact {margin-left: 0px;}
    .factGroup.onlyThreeFact {margin-left: 0px;}
  /*end of added by SF,20feb2017*/
  body {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  body:before {
    content: 'tablet';
  }

  .lock {
    height: 100% !important;
    overflow: hidden !important;
    position: fixed;
    width: 100%;
  }

  .main {
    padding-top: 30px;
    margin-bottom: 9px;
  }

  .container {
    width: 748px;
  }
	.main .container #subtitle{ /*added by ES, 21oct2016*/
		margin-left:0px;
	}
  .brand__img__tablet {
    display: block;
  }

  .brand__img__desktop {
    display: none;
  }

  .header {
    position: relative;
    z-index: 10;
  }

  .header__top {
    height: 86px;
  }
  .header__top:before {
    display: none;
  }
  .header__top .container {
    width: 100%;
  }
  .header__top.active {
    background: none;
    z-index: 11;
	/*added by ES,20oct2016*/
	width:70px;
	margin-left:auto;
	/*end*/	
  }
  .header__top.active .brand {
    opacity: 0;
  }

  .header__bottom {
    height: auto;
  }
  .header__bottom .container {
    width: 100%;
  }

  .header__box {
    display: none;
    padding-left: 52px;
    position: absolute;
    top: -86px;
    background-color: #c41f3a;
    z-index: 3;
    width: 100%;
    min-height: 426px;
  }
  
  .brand__img {
    left: 17px;
  }

  .toggle {
    display: block !important;
    float: right;
    width: 73px;
    height: 86px;
    background-color: #b41a33;
    padding: 36px 0 0 27px;
    position: relative;
    z-index: 50;
  }
  .toggle:hover {
    background-color: #9c1229;
  }
  .toggle .bar {
    display: block;
    width: 21px;
    height: 2px;
    background-color: #fff;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .toggle .bar + .bar {
    margin-top: 4px;
  }
  .toggle.active .bar--mid {
    display: none;
  }
  .toggle.active .bar--top {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform-origin: 13% 60%;
    -ms-transform-origin: 13% 60%;
    -webkit-transform-origin: 13% 60%;
    transform-origin: 13% 60%;
  }
  .toggle.active .bar--bottom {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform-origin: 39% 167%;
    -ms-transform-origin: 39% 167%;
    -webkit-transform-origin: 39% 167%;
    transform-origin: 39% 167%;
  }

  .header__menu {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }
  .header__menu li {
    width: auto;
    float: none;
    text-align: left;
    align-self: flex-start;
    padding: 0;
  }
  .header__menu li.donate:before, .header__menu li.donate:after {
    display: none;
  }
  .header__menu a,
  .header__menu span{
    padding: 0 16px;
  }


	.header__bottom__list.header__menu{ /*added by ES,20oct2016*/
		.margin-top:80px;
	} 

  .icons {
    float: left;
    padding-left: 0;
    width: 100%;
  }

  .user__menu {
    position: static;
    float: left;
    margin: 15px 0;
  }

  .search {
    top: 157px;
    left: 52px;
    width: 600px;
    background-color: #9c1229;
    padding-left: 30px;
  }

  .search__form {
    float: left;
  }

  .search__input {
    font-size: 14px;
  }
  .search__input:-moz-placeholder {
    font-size: 14px;
  }
  .search__input::-moz-placeholder {
    font-size: 14px;
  }
  .search__input:-ms-input-placeholder {
    font-size: 14px;
  }
  .search__input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .copyrights {
    letter-spacing: 0;
  }

  .slider {
    width: 100%;
  }

  .slider__item {
    padding-bottom: 121px;
    margin-top: 0;
  }
  
	.slider__item.featuredstory { /*added by ES,7apr2017*/
		min-height:521px;
	}

  .slider__img img {
    width: 100%;
  }

  .heading--slider {
    font-size: 36px;
  }

  .slider__box {
    width: 648px;
    left: 0;
    margin: 0 auto;
    top: 261px;
    height: 281px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .slider__item.noimage .slider__box /* ML Jan 20, 2017 for slider with no image */
  {
    height:550px;
    margin-bottom:-139px;
    overflow:hidden;
  }

  .slider__box .data {
    /*margin-bottom: 25px; */ /* ML Jan 17, 2017 */
    margin-right: 20px;
    float:none; /* ML Jan 17, 2017 */
  }
  .slider__box .btn--more {
    margin-left: 0;
  }

  .slider__link {
    .left:33%;  
    left:30%;  /*edited by ES,26jan2017*/
  }

  /* ML Jan 20, 2017 */
  /*
  .slider__box .slider__link { 
    text-align: center;
    margin-top:10px;
  }
  */

	
	
  .slick-dots {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 21px;
  }
  .slick-dots li {
    display: inline-block;
    float: none;
  }
	
	.slider.slider-total-2 .slick-dots { /*added by ES,26jan2017*/
		right:2%;
	}
	.slider.slider-total-3 .slick-dots { /*added by ES,26jan2017*/
		right:2%;
	}
	.slider.slider-total-4 .slick-dots { /*added by ES,26jan2017*/
		right:10px;
	}
	.slider.slider-total-5 .slick-dots { /*added by ES,26jan2017*/
		right:22px;
	}
	.slider.slider-total-6 .slick-dots { /*added by ES,26jan2017*/
		right:18px;
	}
	.slider.slider-total-7 .slick-dots { /*added by ES,26jan2017*/
		right:10px;
	}
	
  .content {
    padding: 0;
    margin-top: 41px;
  }

  .content__main {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .news__img {
    width: 216px;
    margin-right: 20px;
  }
  .news__img img {
    width: 100%;
  }

  .content__side {
    width: 100%;
  }

  .content__side__box {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -moz-column-fill: balance;
  }

  .item--side {
    display: inline-block;
  }

  .subscribe__input {
    width: 275px;
    margin-left: 15px;
  }

  .subscribe .btn--subscribe {
    min-width: 158px;
    margin-left: 10px;
  }

  .item--topics {
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  .topics__img img {
    width: 100%;
  }

  .topics__description {
    position: static;
    width: 100%;
    padding: 22px 45px 10px;
  }

  .about {
    margin-top: 50px;
    padding-bottom: 8px;
    margin-bottom: 29px;
  }

  .main__big__content {
    width: 100%;
    float: none;
  }

  .main__side {
    width: calc(100% - 118px);
    margin: 0 auto;
    float: none;
  }

  .staff__box {
    padding: 0 0 72px;
  }

  .heading--main {
    margin: 0 0 49px;
  }

  .item--staff {
    .width: 236px;
    width: 212px;	/*added by ES,13des2016*/
    margin-right: 20px;
  }
  .item--staff:nth-child(3n+3) {
    margin-right: 0;
  }

  .staff__img {
    width: 100%; 
	.width:250px; /*edited by ES,13des2016*/
  }
  #handlebars-container.staff, #handlebars-container2.staff {/*added by ES,13des2016*//*edited by ES,23dec2016*/
	width:748px;
  }
  .item--staff{ /*added by ES,13des2016*/
	.clear:left; 
	.margin:0 auto;
	..width:100%;
	.float:none;
  }
  
  .heading--staff {
    font-size: 18px;
  }

  .main__big__box {
    padding-left: 0;
  }
  .main__big__side+.main__big__box  { /*added ES by,28dec2016*/
	margin-left:0; 
  }

  .filters {
    margin-bottom: 28px;
    height: 78px;
  }
  .filters .input-container {
    margin-bottom: 10px;
  }

  .blog-page .main {
    .padding-top: 30px; /*edited by ES,13jan2017*/
  }
  .blog-page .heading--main {
    margin-bottom: 18px;
  }
  .blog-page .main__big__box {
    width: 100%;
  }
  .blog-page .item--news {
    margin-bottom: 29px;
  }
  .blog-page .subscribe__side {
    display: block;
    margin-right: 45px;
  }
  .blog-page .main__side {
    padding-top: 10px;
    width: 572px;
    margin: 0 auto;
    float: none;
  }
  .blog-page .content__side__box {
    width: 100%;
  }
  .blog-page .main__big__content {
    padding-bottom: 3px;
  }
  .blog-page .main__big__content .btn--more {
    margin-top: 30px;
  }
	.main__big__box{ /*added by ES,5dec2016*/
		margin-left:30px;
	}
	.research-page .main__big__box, .basic-page .main__big__box { /*added ES by,27dec2016*/
		margin-left:0px;
	}
  .item__text, .contentfield p {	/*edited by ES,5nov2016*/
    padding-right: 0;
  }

  .related__side {
    float: left;
  }

  .subscribe__side {
    float: left;
    width: 255px;
    margin-right: 60px;
    margin-bottom: 5px;
  }
  .subscribe__side .heading--content {
    margin-bottom: 5px;
  }
  .subscribe__side .heading--content span {
    display: block;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 20px;
  }
  .subscribe__side .heading--content span br {
    display: none;
  }
  .subscribe__side .subscribe__input {
    margin-left: 0;
    margin-bottom: 23px;
    background-color: #f2f3f7;
    height: 43px;
    padding-left: 16px;
    width: 255px;
  }
  .subscribe__side .subscribe__input:-moz-placeholder {
    opacity: 1;
  }
  .subscribe__side .subscribe__input::-moz-placeholder {
    opacity: 1;
  }
  .subscribe__side .subscribe__input:-ms-input-placeholder {
    opacity: 1;
  }
  .subscribe__side .subscribe__input::-webkit-input-placeholder {
    opacity: 1;
  }
  .subscribe__side .subscribe__input:focus {
    background-color: #fff;
  }
  .subscribe__side .btn--more.btn--subscribe {
    margin-left: 0;
  }
	#program_subpage_banner { /*added ES by,22jun017*/
		width: 100%;
		margin-left:0;
	}
  .main__big__img img {
    width: 100%;
	.margin-left:30px; /*added ES by,28dec2016*/
  }
  .main__big__img p.detailcap {/*added by ES, 11nov2020*/
        width: 100%;
        .margin-left:30px;
    }
  .main__big__img.upper img{ /*added ES by,6dec2016*/
	width: 100% !important; /*edited by ES, 11nov2020*/
	margin-left:0px; /*added ES by,28dec2016*/
  }
  .main__big__img.upper p.detailcap {/*added by ES, 11nov2020*/
        width: 100%;
        margin-left: 0px;
    }
  #upperh2{ /*added ES by,6dec2016*/
		width:100%;
		margin-top:0px; /*added ES by,28dec2016*/
	}
	/*.basic-page #upperh2 { added ES by,27dec2016*/
	#upperh2 { /*added ES by,28dec2016*/
		margin-left:0px;
	}

  .main__big__side {
    width: 39px;
    margin: 30px 20px 0 0;
  }

  .item__policy {
    width: 39px;
    height: 39px;
  }
  .item__policy:hover {
    background-position: 0 -39px;
  }
	.item__policy  img#icon, .item__policy img#detailicon, .item__policy  .pubtypeicon { /*added by ES,27oct2016, edited by ES, 10nov2016, by ES,17may2017*/
		width:39px !important;
		height:39px !important;
	}
	.item__policy.item__policy--img{ /*added by ES, 11nov2016*/
		width:32px;
		height:32px;
		margin-right:20px;
	}
	
	.research #handlebars-container { /*added by ES, 11nov2016*/
		width:100%;
	}
	#handlebars-container .item--side { /*added by ES, 10nov2016*/
		display: block;
	}

  .category__name__list {
    margin-top: 21px;
  }

	.heading--detail.basic, .heading--detail { /*added by ES,13jan2017*/
		margin-left:0px;
	}
  .heading--detail {
    padding-right: 30px;
  }

  .heading--detail--sub {
    padding-right: 50px;
  }

  .detail-page .main__big__content {
    padding-bottom: 60px;
  }
  .detail-page .main__big__box {
    width: calc(100% - 59px);
  }
  .detail-page .subscribe__side {
    padding-right: 70px;
  }

  .share__menu {
    left: -54px;
    top: 100px;
  }
  .share__menu.sticky {
    top: 300px;
  }

  .donate-page .main__big__content {
    padding-left: 0;
    width: 414px;
    float: left;
  }
  .donate-page .main__side {
    width: calc(100% - 444px);
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #d6d6d6;
  }

  .donate__text {
    padding-right: 20px;
  }

  .share__box {
    margin: 14px 0 58px;
  }

  .donate__box {
    margin-bottom: 30px;
  }
  .donate__box .heading--content {
    margin-bottom: 22px;
  }
  .donate__box .gift + label {
    width: calc(33.33% - 14px);
    margin-right: 20px;
  }
  .donate__box .gift + label:last-of-type {
    margin-right: 0;
  }
  .donate__box .form-container .form-container .info__label {
    display: inline-block;
  }
  .donate__box .form-container .form-container .input__info {
    width: 178px;
  }
  .donate__box .form-inline .info__label {
    margin-right: 0;
  }
	.donate__box.captcha { /*added by ES,25jan2017*/
		margin-top:0;
	}
  .input__info {
    margin-right: 0;
    width: 100%;
  }

  .gift {
    width: 118px;
  }

  .info__label {
    display: block;
  }

  .donate__form {
    margin-bottom: 66px;
  }
  .donate__form .select2-container {
    width: 216px !important;
    margin-right: 20px;
  }
  .donate__form .btn--more {
    margin-top: 44px;
  }
	#donate .form-container.email_phone { /*added by ES,30nov2017*/
		margin-top:0;
	}
	#frmSignUp.enews #captcha-error.error__message { /*added by ES,30nov2017*/
		margin-top: 25px !important;
	}	
	.donate__form .mlabel	{ /*added by ES,30nov2017*/
		margin-top:15px;
	}
  .main__big__header {
    padding-left: 0;
    width: 100%;
  }

  .intro {
    display: none;
  }

  .research-page .slider__item {
    margin-top: 40px;
  }
  .research-page .slider__box {
    padding-right: 70px;
    height: 254px;
  }
  .research-page .slider__box p {
    display: none;
  }
  .research-page .slider__item {
    margin-bottom: 16px;
  }
  .research-page .main__side {
    padding-top: 10px;
    width: 572px;
    margin: 0 auto;
    float: none;
  }
  .research-page .research__side {
    /*width: 218px;*/   /* edited - SF - 6feb2017 - error on /research/ - nav - mobile view */
    margin: 0 auto 30px;
  }

  .pub__form {
    margin-bottom: 23px;
  }
  .pub__form .gift + label {
    margin-bottom: 10px;
  }

  .research .data {
    line-height: 12px;
  }
  .research .data .spanauthor, /*added by ES, 10nov2016*/
  .research .data .date /*added by ES,27jan2017*/
  {
	 line-height: 25px;
  }
  .research.toc #lyrBrowseMoreArticles .data { /*added ES by,28dec2016, edited 29dec2016*/
		position:relative;
		top:6px;
	}
  .research .item--side {
    margin-bottom: 32px;
  }
  .main__big__box.pd{ /*added ES by,6dec2016*/
		padding-left:0  !important;
		.margin-left:30px  !important; /*added ES by,28dec2016*/
	}
	
	.dc.info{ /*added by ES,9dec2016*/
		.max-width: 580px;
	}
	.dc.info .fieldval{ /*added by ES,9dec2016*/
		.max-width:560px;
		max-width:600px; /*edited by ES,15dec2016*/
	}
	
	.dc.info.wstaffimg{ /*added by ES,9dec2016*/
		max-width: 470px;
	}
 	.dc.info.wstaffimg .fieldval{ /*added by ES,9dec2016*/
		.max-width:300px;
		max-width:320px; /*edited by ES,15dec2016*/
	}
	
	.tb.list .fieldval #handlebars-container{ /*added by ES,9dec2016*/
		max-width:580px;
	}
	.dc.info.wstaffimg .tb.list .fieldval #handlebars-container{ /*added by ES,9dec2016*/
		max-width:480px;
	}
	.dc.info.wstaffimg .fieldval{ /*added by ES,9dec2016*/
		.max-width:485px;
	}
	.research-page .main__big__content { /*added ES by,28dec2016*/
		padding-left:0;
	}
	.main__side .rhighlight.otherway a.btn--more { /*added by ES,24jan2017*/
		width:255px;
	}
	
	.testimonial__name { /*added by ES,26jan2017*/
		max-width:274px;
	}
	
	.g__search__input { /*added by ML,27jan2017*/
        width:100%;
        margin-bottom:10px;
    }

    .btn--g--search { /*added by ML,27jan2017*/
        display:block;
        margin:auto;
    }
	#frmGSearch #br__in{ /*added by ES,20feb2017*/
		display:block;
	}
	
	#frmGSearch .info__label, #frmGSearch #btnGSearch { /*added by ES,20feb2017*/
		display: inline-block;
	}
	#frmMyMDPolicy .form-container .info__label { /*added by ES,05apr2017*/
		display: inline-block;
		max-width:90%;
	}
	#frmMyMDPolicy .form-container #txtEmail {
		width:328px;
	}
	
	#frmSignUp .captcha.error .error__message { /*added by ES,22sep2017*/
		margin-top:40px !important;
	}
	
	/*end of added by SF,6feb2017*/
    #lyrTopList {
        padding-top: 20px;
    }
	/*end of added by SF,6feb2017*/
	
	.paReportEach { /*added by ES,20apr2017*/
		width: 93%;
	}
	.paReportEach.leftcol { /*added by ES,20apr2017*/
		margin-left: 38px;
	}
	.paReportEach.rightcol { /*added by ES,20apr2017*/
		margin-right: 38px;
	}
	
	.policyArea-page #policyarea_main.main__big__content { /*added by ES,17may2017*/
		margin-left: 6% !important;
	}
	
	.policyArea-page #lyrBrowseMoreArticles .item--news { /*added by ES,17may2017*/
		margin-bottom:29px;
	}

    header #menu-mobile ul li.opportunity_baltimore_menu {
        width:auto;
    }
}

@media screen and (max-width: 667px) {
    .slider__item.noimage .slider__box {
        padding-bottom:200px;
    }
}

@media screen and (max-width: 767px) {
	/*added by ES,12jan2017*/
	/* PENDING DEV
	#gift-other{ 
		padding:0;
		padding-left:20px;
		.width:calc(33.33% - 14px);
		.width:auto;
		width:70%;
	}
	.gift__box {
		width:calc(33.33% - 12px);
		.width:80%;
	}*/

    /*added by SF,23oct2017*/    
    .detail-page .main__big__img.upper img {
        width:100%;
    }
    /*end of added by SF,23oct2017*/    

    .basic-page .main__big__box {   /*added by IF, 29sept2017*/
        padding-right: 0;
    }
    
    /*added by SF,30mei2017*/    
    #lyrExpandedDesc {clear:left;}
    #lyrSummary {clear:left;}
    #lyrConfirmation, #lyrThankYouS { margin-bottom:63px;}    
    #lyrConfirmation .leftContainer, #lyrThankYouS .leftContainer { width:100%; float:none;}
    #lyrThankYouS .rightContainer { width:100%; float:none;clear:left; }
    #lyrConfirmation .rightContainer  { width:100%; float:none;clear:left; padding-left:0px; }
    #lyrConfirmation #btnCancel { clear:left; margin-top:30px;}
        
    #frmViewCart .headerRow {display:none;}
    #frmViewCart .cartempty {border-bottom:none;}
    #frmViewCart .firstContainer {clear:left;width:auto;}
    #frmViewCart .secondContainer {clear:left;width:auto;}
    #frmViewCart .thirdContainer {clear:left;width:auto;}
    #frmViewCart .fourthContainer {clear:left;width:auto;}
    #frmViewCart .fifthContainer {clear:left;width:auto;}
    #frmViewCart .form-container.itemViewCart {border-bottom:1px solid #000;}
    #frmViewCart .itemViewCart .firstContainer .info__label__text:before { content: "Item"; }
    #frmViewCart .itemViewCart .secondContainer .info__label__text:before { content: "Unit Price";padding-right:8px; }
    #frmViewCart .itemViewCart .thirdContainer .info__label__text:before { content: "Quantity";padding-right:15px; }
    #frmViewCart .itemViewCart .fourthContainer .info__label__text:before { content: "Subtotal";padding-right:17px; }
    #frmViewCart .itemViewCart .fifthContainer .info__label__text:before { content: "Remove";padding-right:20px; }
    #frmViewCart .itemViewCart .firstContainer .info__label__text a {display:block;padding-left:75px;margin-top:-25px}    
    #frmViewCart .form-container.endRow {border-top:none;}
    #frmViewCart .endRow .firstContainer  { display:none; }
    #frmViewCart .endRow .secondContainer  { display:none; }
    #frmViewCart .endRow .thirdContainer  { display:none; }
    #frmViewCart .endRow .fourthContainer .info__label__text:before  { content: "Total";padding-right:45px; }
    #frmViewCart .form-container.endButton {margin-bottom:63px;}
    #frmViewCart .form-container.endButton #btnUpdate {margin-top:20px;}
    #frmViewCart .form-container.endButton #btnCheckout {margin-top:20px;margin-left:0px;}
    #frmViewCart .btn--more {min-width: none;}
    
    .storeLeft { width:100%;float:none }
    .storeRight { width:100%;margin-top:30px;float:none; }

    #lyrStoreData .form-container .form-container .info__label.SUSAState {margin-right:0px;}
    #lyrStoreData .form-container .form-container .info__label.SLyrOtherState {margin-right:0px;}
    #lyrStoreData .form-container .form-container .info__label.BUSAState {margin-right:0px;}
    #lyrStoreData .form-container .form-container .info__label.BLyrOtherState {margin-right:0px;}
        
    #lyrStoreData2 .headerRow {display:none;}
    #lyrStoreData2 .firstContainer {clear:left;width:auto;}
    #lyrStoreData2 .secondContainer {clear:left;width:auto;}
    #lyrStoreData2 .thirdContainer {clear:left;width:auto;}
    #lyrStoreData2 .fourthContainer {clear:left;width:auto;}
    #lyrStoreData2 .fifthContainer {clear:left;width:auto;}  
    #lyrStoreData2.print .fourthContainer {width:auto;}  
    #lyrStoreData2 .form-container.itemViewCart {border-bottom:1px solid #000;padding-top:5px;}
    #lyrStoreData2 .itemViewCart .firstContainer .info__label__text.first:before { content: "Item"; }
    #lyrStoreData2 .itemViewCart .secondContainer .info__label__text:before { content: "Unit Price";padding-right:8px; }
    #lyrStoreData2 .itemViewCart .thirdContainer .info__label__text:before { content: "Quantity";padding-right:15px; }
    #lyrStoreData2 .itemViewCart .fourthContainer .info__label__text:before { content: "Subtotal";padding-right:17px; }
    #lyrStoreData2 .itemViewCart .fifthContainer .info__label__text:before { content: "Remove";padding-right:20px; }
    #lyrStoreData2 .itemViewCart .firstContainer .info__label__text.first a {display:block;padding-left:75px;margin-top:-25px}   
    #lyrStoreData2 .itemViewCart .firstContainer .info__label__text.second  {display:block;padding-left:75px;}  
    #lyrStoreData2 .form-container.endRow {border-top:none;}
    #lyrStoreData2 .endRow {padding-bottom:25px;}
    #lyrStoreData2 .endRow .firstContainer  { display:none; }
    #lyrStoreData2 .endRow .secondContainer  { display:none; }
    #lyrStoreData2 .endRow .thirdContainer  { display:none; }
    #lyrStoreData2 .endRow .fourthContainer .info__label__text:before  { content: "Total";padding-right:45px; }  
    #lyrStoreData2 #btnSubmit {margin-top:20px;margin-bottom:63px;}
    /*end of added by SF,30mei2017*/

    /*added by SF,26mei2017*/
    #lyrConfirmation, #lyrThankYouS { margin-bottom:63px;}    
    #lyrConfirmation .leftContainer, #lyrThankYouS .leftContainer { width:100%; float:none;}
    #lyrThankYouS .rightContainer { width:100%; float:none;clear:left; }
    #lyrConfirmation .rightContainer  { width:100%; float:none;clear:left; padding-left:0px; }
    #lyrConfirmation #btnCancel { clear:left; margin-top:30px;}
    /*end of added by SF,26mei2017*/

    /*added by SF,16mei2017*/
    #subscribeOpt1 { width:100%;}
    #subscribeOpt2 { width:100%;}
    #lyrPressArticle, #lyrConfirmation { margin-bottom:63px; }
    /*end of added by SF,16mei2017*/	
	
    /*added by SF,9mei2017*/
    .archiveIssue, .archiveAuthor {
        width:100%;clear:both;
    }
    /*end of added by SF,9mei2017*/
	
	/*added by SF,6feb2017*/
    .blog-page .main__side {
        width: 100%;
    }
    .lead, blockquote, .contentfield blockquote {
        width:100%;
    }
    .subscribe__side.rhighlight, .subscribe__side.imghighlight, .related__side.rhighlight {
        width:100%;
    }
    .header__top .container{
        width:100%;
    }
    .optionName {
        text-align:left;
    }
    .authorOpt {
        width:100%
    }
    .authorOpt2 {
        width:100%;
        margin-top:20px;
    }    
    .research-browsepage .filters {
        padding-top: 0px;
    }
    #lyrTopList {
        padding-top: 0px;
    }
	/*end of added by SF,6feb2017*/
	
    /*added by SF,20feb2017*/    
    .paSeeAll .btn--more.btn--sm { width:100%; }    
    .factGroup.onlyOneFact {margin-left: 0px;}
    .factGroup.onlyTwoFact {margin-left: 0px;}
    .factGroup.onlyThreeFact {margin-left: 0px;}
    .factAllGroup { margin-top:30px; }
    .factGroup { width:100%; }
    .paReportEach { 
		width:100%;
		width:90%; /*edited by ES,29may2017*/
		padding-left:0px;padding-right:0px;margin-bottom:25px; }
    .paHeading .heading { padding-left:20px; padding-right:20px; }
    .paReportEach.onlyOne {margin-left:38px;} /*edited by ES,30may2017*/
    .paReportEach.onlyTwo {margin-left:38px;} /*edited by ES,30may2017*/
    /*end of added by SF,20feb2017*/

	/*added by SF,23mar2017*/
    .lyrBookDetail {  	    	        
        width:100%    /* edited - SF - 23oct2017 */
    }
    #lyrRelatedItem .item--side {
        width: 100%;
    }
    /*end of added by SF,23mar2017*/
    body:before {
        content: 'mobile';
    }

    .btn--more.go { 
		float:right
	}

    .container {
        width: 100%;
        padding: 0 14px;
    }

    .home-page .container, .research-page .container, .header .container { 
        padding: 0;
    }

    .search {
        width: 100%;
        left: 0;
    }

    .search__input {
        width: 190px;
    }

    .brand__img {
        left: 13px;
    }
    .brand__img:before {
        height: 20px;
    }

    .header__top {
        height: 75px;
    }

    .brand__img__tablet {
        display: none;
    }

    .brand__img__mobile {
        display: block;
    }

    .toggle {
        height: 75px;
        padding-top: 30px;
        width: 66px;
        padding-left: 23px;
    }
    .toggle .bar {
        width: 20px;
    }
    .toggle .bar + .bar {
        margin-top: 5px;
    }
    .toggle.active .bar--bottom {
        -moz-transform-origin: 33% 120%;
        -ms-transform-origin: 33% 120%;
        -webkit-transform-origin: 33% 120%;
        transform-origin: 33% 120%;
    }

    .header__box {
        top: -75px;
    }

    .footer .brand__img {
        display: block;
        left: 14px;
    }
    .footer .brand__img:before {
        height: 26px;
    }

    .footer__bottom {
        margin: 18px 14px 15px;
    }

    .footer__menu {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        width: auto;
        margin-top: 24px;
    }
    .footer__menu li {
        text-align: center;
    }

    .copyright-box {
        font-size: 0;
    }

    .copyrights {
        width: 65%;
        display: inline-block;
        float: none;
    }

    .footer__link {
        display: inline-block;
        float: none;
        text-align: right;
        width: 35%;
    }

    .main {
        padding-top: 0;
		width:100%; /*added by SF,23mar2017*/
    }

    .slider__box, 
    .slider__item.noimage .slider__box {
        position: static;
        width: 100%;
        height: auto; 
        /*min-height: 281px;*/ /* ML Jan 17, 2017 */
        padding: 14px 14px 45px;
    }

    .slider__item .slider__item.noimage .slider__box{ /* ML Jan 20, 2017 for feature with no image */
        margin-bottom:0;
        max-height:281px;
        overflow:hidden;
    }

    .slider__box .data {
        margin-bottom: 8px;
    }
	
	.slider__box .sliderboxlimiter { /*added by ES,25jan2017*/
		max-height:105px;
        min-height:105px;
		margin-bottom:10px;
	}

    .slick-dots {
        bottom: 24px;
    }

    .heading--slider {
        font-size: 30px;
        line-height: 32px;
        margin-top: 3px;
        padding-right: 15px;
        /* margin-bottom: 1px; */ /* ML Jan 17, 2017 */
        margin-bottom: 5px;
    }

    .slider__item {
        padding-bottom: 0;
        margin-top: 0;
        max-height: 605px; /* ML Jan 20, 2017 */
    }

    .slider__link {
        display: none;
    }

    .content {
        padding: 0 14px;
        margin-top: 19px;
    }

    .news__img {
        width: 84px;
    }

    .item--news .item__content {
        width: calc(100% - 104px);
    }

    .heading--news {
        font-size: 20px;
        line-height: 24px;
    }

    .data {
        font-size: 14px;
    }

    .date {
        display: inline-block;
    }
	.fieldval #handlebars-container .date { /*added by ES,29dec2016*/
		top:1px;
	}
    .content__side__box {
        width: 100%;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .subscribe .container {
        padding: 0 14px;
    }
    .subscribe .btn--subscribe {
        margin-left: auto;
        width: 188px;
        min-width: 188px;
    }

    .btn--subscribe {
        width: 188px;
        min-width: 188px;
        margin: 0 auto;
        display: block;
    }

    .subscribe__input {
        margin-left: 0;
        width: 100%;
        margin-bottom: 21px;
    }

    .topics .container {
        padding: 0 14px;
    }

    .item--topics {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .item--topics.item--testimonials {
        margin-bottom: 34px;
    }

    .topics__description {
        padding: 22px 25px 10px;
    }

    .about {
        margin-top: 0;
    }
    .about .container {
        padding: 0 14px;
    }

    .btn--learn {
        display: inline;
    }
	.main__side .heading--content { /*added by ES,29dec2016*/
		display:block;
	}
    .heading--main {
        margin-top: 30px;
        font-size: 30px;
    }

    .item--staff {
        float: none;
        margin: 0 auto;
        width: 255px;
    }
    .item--staff:nth-child(3n+3) {
        margin-right: auto;
    }

    .filters {
        height: auto;
        text-align: center;
    }
    .filters .input-container {
        height: auto;
        width: auto;
        float: none;
        margin-bottom: 0;
    }
    .filters .select2-container {
        display: inline-block;
        .margin-bottom: 10px;
        margin-bottom: 8px; /*edited by ES,25jan2017*/
        text-align: left;
    }

    .close-filters , .clear-filters{		/*edited by ES, 14nov2016*/
        display: inline-block;
        float: none;
    }

    .item__text, .contentfield  {	/*edited by ES,5nov2016, edited 16nov2016*/
        display: none;
    }
	#noresult.contentfield{ /*added by ES,27jan2017*/
		display:block;
	}

    .blog-page .main__side {
        width: 100%;
    }
    .blog-page .container {
        padding: 0 14px;
    }
    .blog-page .header .container {
        padding: 0;
    }
    .blog-page .news__img, #handlebars-container .news__img { /*edited by ES, 10nov2016*/
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .blog-page .data {
        margin-top: 5px;
        width: 100%;
    }
    .blog-page #handlebars-container .data,
    .blogbycf #handlebars-container .data { /*added by ES,29dec2016*/
	    margin-top:1px;
    }
    .research.bycf #handlebars-container .data,
    .research.bypt #handlebars-container .data { /*added by ES,29dec2016*/
	    margin-top:3px;
    }
  
    .main__big__box .data #simple_pubtype2, .main__big__box .data #simple_pubtype2 .author, #handlebars-container .simple_pubtype2, #handlebars-container .simple_pubtype2 .author{ /*added by ES,29dec2016*/
		font-size: 14px;	
	}
    .blog-page .item--news .item__content ,
    #handlebars-container .item--news .item__content { /*added by ES,30dec2016*/
        width: 100%;
    }

    .main__side {
        width: 100%;
    }

    .subscribe__side {
        margin-right: 0;
        width: 100%;
    }
    .subscribe__side .subscribe__input {
        width: 100%;
    }
    .subscribe__side .btn--more.btn--subscribe {
        margin-left: auto;
    }

    .related__side {
        margin-top: 50px;
    }

    .share__menu {
        position: static !important;
        width: auto;
        margin: 10px 0 0;
    }
    .share__menu li {
        float: left;
        margin: 0 10px 0 0;
    }

    .main__big__side {
        display: none;
    }

    .main__big__box {
        width: 100%;
        padding-right: 0;
    }

    .detail-page .main__big__box {
        padding-right: 0;
        width: 100%;
    }

    .category__name__list {
        margin-top: 8px;
        margin-bottom: 5px;
    }
    .category__name__list .category__name {
        .display: block;
        display: inline; /*edited by ES, 18nov2016*/
    }
    #lyrBrowseMoreArticles{ /*added by ES, 18nov2016*/
	    width:100% !important;
    }
    .heading--detail {
        font-size: 20px;
        padding-right: 0;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .heading--detail--sub {
        font-size: 15px;
        padding-right: 0;
        line-height: 19px;
        margin-bottom: 5px;
    }

    .lead, blockquote { /*edited by ES,19oct2016*/
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0 35px;
        padding: 15px 0 0;
    }
    .main__side blockquote p, .main__side blockquote{	/*added by ES, 24oct2016*/
	    font-size: 16px;
    }
    .lead__author {
        margin-top: 0;
    }

    .heading--side {
        padding-right: 0;
    }

    .item--side {
        margin-bottom: 20px;
    }

    .donate-page .heading--main {
        margin: 24px 0 8px;
    }
    .donate-page .benefit__side {
        display: none;
        padding: 38px 100px 15px 0;
    }
    .donate-page .benefit__side .heading--content {
        margin-bottom: 25px;
    }
    .donate-page .main__big__content {
        width: 100%;
    }
    .donate-page .main__side.active {
        width: 100%;
        height: calc(100% - 75px);
        position: fixed;
        top: 75px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        overflow-y: scroll;
        background-color: #e8e8e8;
        margin: 0;
        padding-left: 14px;
    }
    .donate-page .main__side.active .close-benefit {
        display: block;
        position: absolute;
        top: 38px;
        right: 23px;
    }

    .btn--view {
        display: inline-block;
    }

    .view {
        text-align: center;
        margin-bottom: 25px;
    }

    .share__box {
        margin-bottom: 20px;
    }

    .gift {
        width: calc(33.33% - 14px);
    }
    .gift.type {
        display: block;
    }
    .gift.type + .gift__label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .donate__box {
        margin-bottom: 50px;
    }
    .donate__box .gift + label {
        width: calc(33.33% - 14px);
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .donate__box .gift + label:last-of-type {
        margin-right: 0;
    }
    .donate__box .form-container .form-container .info__label {
        width: calc(50% - 10px) !important;
        margin-right: 20px;
    }
    .donate__box .form-container .form-container .info__label:last-of-type {
        margin-right: 0;
    }
    .donate__box .form-container .form-container .input__info {
        width: 100%;
    }
    .donate__box .form-inline .form-container {
        width: 100%;
    }

	.donate__box.captcha { /*added by ES,25jan2017*/
		margin-top:-20px;
	}
	
    .donate__form {
        display: block;
        margin-bottom: 48px;
    }
    .donate__form .btn--more {
        width: 100%;
    }
    .donate__form .select2-container {
        width: 100% !important;
    }

    .donate__text {
        padding-right: 0;
        font-size: 15px;
        line-height: 21px;
    }

    .research-page .heading--main {
        margin: 25px 14px 13px;
    }
    .research-page .slider__box {
        height: auto;
        padding: 10px 14px 15px;
    }
    .research-page .data {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .research-page .container {
        padding: 0;
    }
    .research-page .main__big {
        padding: 0 14px;
    }
    .research-page .slider__item {
        margin-top: 29px;
        margin-bottom: 30px;
    }
    .research-page .slider__box {
        padding-top: 14px;
    }
    .research-page .heading--slider {
        line-height: 36px;
        letter-spacing: 0.5px;
        margin-bottom: 0;
    }
    .research-page .main__big__content {
        padding-left: 0;
    }
    .research-page .main__big__content .heading--content {
        margin-bottom: 21px;
    }
    .research-page .main__side {
        width: 100%;
    }
    .research-page .item__policy {
        width: 32px;
        height: 32px;
        margin-right: 20px;
        background-size: 100% auto;
    }
    .research-page .item__policy:hover {
        background-position: 0 -32px;
    }
    .research-page .item__policy--updates:hover {
        .background-position: 0 -32px; /*edited by ES, 1dec2016*/
    }

    .research {
        margin-bottom: 63px;
    }
    .research .heading--side {
        font-size: 20px;
        line-height: 24px;
    }
    .research .item__content {
        width: calc(100% - 52px);
    }
    .research .item__content.ICfullWidth {      /* added - SF - 23oct2017 */
      width: 100%;
    }
    .research .item--side {
        margin-bottom: 20px;
    }
    .research .btn--more {
        margin-top: 10px;
    }

    .pub__link {
        display: block;
		overflow:hidden;    /* added - SF - Jan 24, 2017*/
    }

    .form-item {
        display: block;
        margin-right: 0;
        width: 100%;
    }

    .pub__form {
        position: relative;
        margin-bottom: 20px;
    }

	.gift + label {         /* added - SF - Jan 24, 2017*/
        min-height :34px;
        height:auto;
    }

    .pub__form .gift + label {
        margin-bottom: 0;
        width: 100%;
        border-top: 0;
    }

    .pub__dropdown {
        display: none;
        /*position: absolute;*/     /* SF - Jan 24, 2017 */
        top: 34px;
        width: 100%;
        background-color: #fff;
    }

    .input__info {
        font-size: 16px;
    }

    .gift__text {
        font-size: 16px;
    }
  
    #upperh2 { /*added ES by,6dec2016*/
		margin-left:0;
		margin-top:30px; /*added ES by,28dec2016*/
	}
	.research-page #upperh2 { /*added ES by,27dec2016*/
		margin-left:14px;
	}
	
	.main__big__img.upper img, 
	.main__big__img img { /*added ES by,6dec2016*/ /*edited ES by,28dec2016*/
		margin-left:0;
	}
	
	.category__name__list.upper{ /*added ES by,6dec2016*/
		margin-left:0;
	}
	.heading--detail.upper{ /*added ES by,6dec2016*/
		margin-left:0;
	}
	 
	.main__big__box.pd{ /*added ES by,6dec2016*/
		padding-left:0  !important;
		margin-left:0  !important;
	}
	.filters { /*added ES by,6dec2016  - .research hidden (edited by SF,24jan2017) - .blogbycf (edited by ES,23may2017) */
		padding-top:50px;
	}
	.research-page .heading--detail { /*added by ES,13jan2017*/
		margin-left:14px;
	}
	.blog-page .filters, .eventlanding .filters, .pressroom-page .filters { /*added by ES,13jan2017*/
		padding-top:0;
	}
	.research.toc .data { /*added by ES,29dec2016*/
		position:relative;
		top:3px;
	}
	.research.toc .data .keyimg, .research.article.bycf .keyimg { /*added by ES,18may2017*/
		display: none;
	}
	.research.toc #lyrBrowseMoreArticles .data { /*added ES by,28dec2016, edited 29dec2016*/
		position:relative;
		top:10px;
	}
	.contentfield.dt{ /*added ES by,6dec2016*/
		display:block;
	}
	
	#startend { /*added by ES,30dec2016*/
		.margin-bottom: -4px; /*edited by ES,2jan2017*/
	}
	#startend.dtup { /*added by ES,30dec2016*/
		.margin-top: -1px; /*edited by ES,2jan2017*/
	}
	
	.dc{ /*added by ES,7dec2016*/
		display:table-row;
	}
	
	.main__big__box.staffdt{ /*added by ES,8dec2016*/
		overflow:overlay;
	}
	#handlebars-container.staff, #handlebars-container2.staff { /*edited by ES,23dec2016*/
		width:100%; /*added by ES,13des2016*/
	}
	
	#handlebars-container+#heading{ /*added by ES,23dec2016*/
		font-size:20px;
	}
	.dc.info .fieldval, .dc.info.wstaffimg .fieldval{ /*added by ES,15dec2016*/
		max-width:530px;
	}
	
	#btnPrint+#btnBack{ /*added by ES,12jan2017*/
		margin-top:10px;
	}
	
	.main__side .rhighlight.otherway a.btn--more { /*added by ES,24jan2017*/
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	.main__side .rhighlight.mhiddenHL { /*added by ES,24jan2017*/
		display:none;
	}
	.main__side .rhighlight.otherway.mTopspaceHL { /*added by ES,25jan2017*/
		padding-top:7px;
	}
}


@media screen and (max-width: 622px){ /*added by ES,20feb2017 */
	#frmGSearch #br__in, #frmGSearch span#in { /*added by ES,20feb2017*/
		display:none;
	}
	#frmGSearch .info__label:before { /*added by ES,20feb2017*/
		content:"in";
	}
	#frmGSearch .info__label, #frmGSearch #btnGSearch { /*added by ES,20feb2017*/
		display: block;
	}
	#frmGSearch .info__label { /*added by ES,20feb2017*/
		text-align:center;
		margin-bottom:10px;
	}
    /* ML March 14, 2018 for share box on research detail page */
    .detail-page .main__big__box .data-container-with-sharebox {
        display: block;
    }
    .detail-page .main__big__box .data-container-with-sharebox .data { 
        margin-top: 3px;
        display:block;
        width:100%;
    }
    .detail-page .main__big__box .data-container-with-sharebox .share__box {
        margin:0 0 11px 0;
        display:block;
        width:100%;
        text-align:left;
    }
    /* ML March 14, 2018 for share box on research detail page */
	
}
@media screen and (max-width: 566px){ /*added by ES,6apr2017*/
	#frmMyMDPolicy .btn--more, #frmSignUp .btn--more, #frmResetPassword .btn--more, #frmFPassw .btn--more  {
		margin-top:10px;
	}
	.policyArea-page #policyarea_main.main__big__content { /*added by ES,17may2017*/
		margin-left: 3% !important;
	}
	.paReportEach { /*added by ES,29may2017*/
		width: 87%;
	}
	#frmSignUp .captcha { /*added by ES,22sep2017*/
		margin-bottom: 45px;
	}
	.btn--more.mspace { /*added by ES,29nov2017*/
		margin-bottom: 20px;
	}
	
}
@media screen and (max-width: 477px){ /*added by ES,25jan2017*/
	.blog-page .filters #clearFilters {
		margin-right: 10px;
	}
}

@media screen and (max-width: 476px) {
	#show-more{ /*added by ES,8dec2016*/
		display:inline-block;
		.width:65%;
	}
	#show-more::after{ /*added by ES,8dec2016*/
		top:10px;
	}
	.tb, .tb.list, .tb.list .fieldval{ /*added by ES,9dec2016*/
		display:block;
	}
	.dc.info .fieldval{ /*added by ES,9dec2016*/
		max-width:440px;
	}
	.dc.info.wstaffimg .fieldval{ /*added by ES,9dec2016*/
		max-width:380px;
	}
	#dontthx  p,#dontthx  p *{ /*added by ES,12jan2017*/
		max-width:300px;
		word-wrap:break-word;
	}
	#dontthx td{ /*added by ES,12jan2017*/
		display:table-row;
	}
}

@media screen and (max-width: 422px){ /*added by ES,28oct2016*/
	.btn--more.go { 
		width: 100px;
	}
	#frmMyMDPolicy .form-container #txtEmail { /*added by ES,5apr2017*/
		max-width:100%;
	}
	.paReport .paReportEach { /*added by ES,29may2017*/
		margin-left: 0;
	}
	.paReportEach .spanauthor { /*added by ES,29may2017*/
		padding-right: 1px;
	}
}
@media screen and (max-width: 320px){ /*added by SF,8feb2017*/
    #browseFilters {
        margin-right:0px;
    }
	/*added by SF,20feb2017*/    
    .paHeading .heading { padding-left:10px; padding-right:10px; }
    /*end of added by SF,20feb2017*/

    .testimonial__name { 
		max-width:230px;
	}
}

.homepage-testimonials .slick-dots {
    position: relative;
    bottom: -20px;
    left: 0;
    right: 0;
    display: table;
    margin: 0 auto;
}

/* ML August 9, 2018 change author color to red */
a.author-red, 
span.author-red {
    color: #d91e18!important;
}
a.author-red:hover {
    color: #2d93db!important;
}

/* ML March 18, 2021 */
@media screen and (max-width: 400px) {
    .toggle {
        width: 56px;
        padding-left:19px;
    }

    .header__menu li.opportunity_baltimore_menu {
        width: auto;
    }
}

@media screen and (max-width: 280px) {
    body {
        min-width: 280px;
    }

    .header__box {
        padding-left:10px;
    }

    .toggle {
        width: 50px;
        padding-left:19px;
    }
}
.content-link {
    color: #6BB9F0;
}
    .content-link:hover {
        color: #2D93DB;
    }