@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(fonts/lato/lato.css);
@import url(fonts/pt-sans/pt-sans.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ul, li {
  margin-left: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/**
 * Remove default margin.......
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  padding: 0;
  /* 4 HHU 03222015 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

.amheader {
  background: #404487;
  height: auto;
  min-height: 80px;
  border-bottom: 3px solid #404487;
  width: 100%;
}
.amheader .logo {
  float: left;
}
.amheader .logo img {
  margin-top: 20px;
  float: left;
}
.amheader button.menu {
  width: 24px;
  height: 24px;
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  display: none;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-tap-highlight-color: transparent;
  float: right;
  margin-top: 25px;
  color: #fff;
  overflow: hidden;
}

.amheader .menu-bar.menu-open {
	display: block;
}

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

	.amheader .menu-bar ul {
	  float: right;
	  display: inline;
	  margin-top: 30px;
	  position: relative;
	  z-index: 2;
	}
	.amheader .menu-bar ul li {
	  display: inline;
	}
	.amheader .menu-bar ul li:last-child a {
	  border-right: 0;
	}
	.amheader .menu-bar ul li:last-child a span:before {
	  font-size: 24px;
	}
	.amheader .menu-bar ul li a {
	  border-right: 1px solid #1ea188;
	  color: #ffffff;
	  padding-right: 10px;
	  font-family: 'PT Sans', sans-serif;
	  font-size: 14px;
	  text-decoration: none;
	  margin-left: 10px;
	}
	.amheader .menu-bar ul li a span {
	  float: none;
	  margin-left: 0;
	}
	.amheader .menu-bar ul li a span:before {
	  float: none;
	  position: relative;
	  top: 6px;
	  color: #fff;
	}
	.amheader .menu-bar .icons {
		display: inline-block;
	}
}

@media screen and (max-width: 930px) {

	.amheader .menu-bar {
	  float: left;
	  width: 100%;
	  margin-top: 20px;
	}
	.amheader .menu-bar li {
	  border-top: 1px solid #0c1314;
	  text-align: center;
	  padding: 20px 0;
	}
	.amheader .menu-bar li:first-child {
	  border-top: 0;
	}
	.amheader .menu-bar ul ul li:first-child {
	  border-bottom: 0;
	  padding-top: 0;
	}
	.amheader .menu-bar li:hover {
	  background: #172628;
	  cursor: pointer;
	}
	.amheader .menu-bar li a {
	  color: #fff;
	  text-decoration: none;
	}
	.amheader .menu-bar .icons {
		display: none;
	}
}

/* the following for home page */
.homepage {
  background: #ffffff;
}
.homepage .section{
  color: #fff;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
.homepage .section.intro{
  background-color: #404487;
  color: #fff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  height: 100%;
  width: 100%;
  clear: both;
  display: block;
}
.homepage .section.intro span {
  font-size: 25px;
  vertical-align: top;
}
.homepage .section.intro h1.h1ash2 {
  font-size: 62px;
  font-weight: 600;
  padding-top: 50px;
  margin-bottom: 30px;
}
.homepage .section.intro h2 {
  font-size: 62px;
  font-weight: 600;
  padding-top: 50px;
  margin-bottom: 30px;
}
.homepage .section.intro h3 {
  font-size: 32px;
  width: 80%;
  margin: 0 auto;
  font-weight: 300;
}
.homepage .section.intro h3.h3ash4 {
  font-size: 28px;
  margin: 30px auto;
}
.homepage .section.intro h2.h2ash3 {
  font-size: 32px;
  width: 80%;
  margin: 0 auto;
  font-weight: 300;
  padding: 0px;
}
.homepage .section.intro h4 green {
  color: #1bbc9d;
}
.homepage .section.intro h4 {
  font-size: 28px;
  font-weight:300;
  width: 80%;
  margin: 30px auto;
}
.homepage .section.intro.last {
  background: #f5f7f9;
  padding-bottom: 90px;
  padding-top: 70px;
  color: #4d5059;
}

.homepage .section.intro.last h2 {
  font-size: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #565db8;
}

.homepage .section.what-is {
  background: #ffffff;
  color: #565db8;
  padding-top: 150px;
  margin-bottom: 0px;
}
.homepage .section.what-is h2 {
  font-size: 40px;
  color: #565db8;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
}
.homepage .section.people-saying {
  background: #ffffff;
  margin: 0;
  padding-top: 150px;
}
.homepage .section.people-saying h2 {
  font-size: 40px;
  color: #404487;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
.homepage .section.features {
  background: #daf6fa;
  padding-top: 150px;
}
.homepage .section.features h2 {
  font-size: 40px;
  color: #404487;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
}
.homepage .section.features .features-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.homepage .section.features .features-box ul {
  width: 40%;
  text-align: left;
  margin-left: 50px;
}
.homepage .section.features .features-box ul li {
  margin-bottom: 10px;
  color: #475154;
  clear: both;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.homepage .section.features .features-box ul li span {
  border-radius: 50%;
  text-align: center;
  background: #404487;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  line-height: 30px;
  float: left;
  color: #3fffda;
  font-weight: 600;
  margin-right: 10px;
}
.homepage .section.features .features-box.right {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.homepage .section.features .features-box.right ul {
  margin-right: 50px;
}
.homepage .section a {
  color: #fbfbfb;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  text-transform: none;
}
.homepage .section .button {
	display: inline-block;
	margin: 15px auto;
	font-size: 18px;
}
.homepage .section .scroll-down {
  display: block;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 400;
  clear: both;
}
.homepage .section .scroll-down:after {
  content: '▼';
  display: block;
  margin-top: 10px;
}
.homepage .section .scroll-down.red {
  margin-top: 80px;
  color: #565db8;
}


/* the following for Privacy/Terms of Use pages */
.section.term .pane-content {
    border: 1px solid #d6d8d9;
    border-top-width: 0;
    color: #4d5059;
    font-family: 'PT Sans', sans-serif;
    padding:15px;
}

.section.term h1.h1withbox {
  vertical-align: top;
  color: #253d41;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  box-shadow: inset 0 3px 0 #3fffda;
  font-size: 26px;
  padding: 20px 0 10px 10px;
}

.section.term h2 {
  font-size: 16px;
	margin: 0 auto;
	font-weight: 600;
	padding-bottom: 7px;
}

.section.term h3 {
  font-size: 16px;
	margin: 0 auto;
	font-weight: 600;
	padding-bottom: 7px;
}

.section.term .subtitle {
  font-size: 14px;
  margin: 0 auto;
}

.section.term .subtitle span {
  font-size: 14px;
  margin: 0 auto;
}

.section.term .subtitle ul {
	padding-left:22px;
}

.section.term .subtitle ul li {
  list-style-type: initial;
  margin: 0 auto;
}
/* End of Privacy/Terms of Use CSS */

.pane-content.about-col2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}

.feedback {
	font-size:16px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-top: 100px solid #f00;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.arrow-down.green {
  border-top: 100px solid #404487;
}
.arrow-down.white {
  border-top: 100px  solid #ffffff;
}
.arrow-down.blue {
  border-top: 100px  solid #daf6fa;
}

.info-graphics {
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  display: inline-block;
  float: left;
  margin-bottom: 70px;
}

.info-graphics h3 {
	font-size: 26px;
	color: #475154;
	width: 50%;
	margin: 0 auto;
	margin-top: 30px;
}

.quotes {
    width: -webkit-calc((100% - 400px) / 3);
    width: calc((100% - 200px) / 4);
    display: inline-block;
    text-align: center;
    background: #cff8ec;
    margin-right: 30px;
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
}
.quotes h3 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom:15px;
    min-height: 150px;
    color: #404487;
}
.quotes h4 {
  color: #1e3134;
  text-transform: uppercase;
  min-height: 50px;
}
/* end home page */

.dash-title-no-word {
    border-bottom: 4px solid #3fffda;
    border-top: 1px solid #d6d8d9;
    border-left: 1px solid #d6d8d9;
    border-right: 1px solid #d6d8d9;
}

.dash-title {
  background: #fff;
  color: #253d41;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  box-shadow: inset 0 3px 0 #3fffda;
}
.dash-title h2 {
  font-size: 20px;
  padding: 15px;
}

.module {
  background: #fff;
  border: 1px solid #d6d8d9;
  color: #4d5059;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 20px;
  clear: both;
}
.module .module-title {
  border-bottom: 1px solid #d6d8d9;
  padding: 10px 8px;
  overflow: hidden;
  height: auto;
  min-height: 20px;
}
.module .module-title h2 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  display: inline;
  float: left;
}
/** Adding the same properties for links changed 752015 */
.module .module-title span, .module .module-title a {
  float: right;
  text-align: right;
  margin-top: 2px;
  font-size: 14px;
  color: #565db8;
  font-weight: 700;
  padding-left: 20px;
}

.module ul {
  padding: 10px;
  clear: both;
}
.module ul li {
  border-bottom: 1px solid #d6d8d9;
  padding: 12px 0;
  display: block;
  position: relative;
}
.module ul li:first-child {
  padding-top: 5px;
}
.module ul li:last-child {
  border-bottom: 0;
}
.module ul li p {
  width: 80%;
  display: inline-block;
}
.module ul li a {
  color: #565db8;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  word-wrap: break-word;
}
.module ul li a.discuss {
  padding-left: 20px;
  position: absolute;
  top: 25%;
  right: 0;
}

/* 05312017 HHU */
.module ul li a.mypub {
  color: #565db8;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  word-wrap: break-word;
}

.module ul li ul {
  margin-left: 0;
  padding-left: 0;
}
.module ul li ul li {
  border: 0;
  display: inline;
  border-right: 1px solid #4c5356;
  padding: 0;
  padding-right: 5px;
  padding-top: 0 !important;
}
.module ul li ul li:last-child {
  border-right: 0;
}
.module ol {
  padding: 0 10px;
  border-top: 1px solid #d6d8d9;
}
.module ol li {
  margin: 27px 0px;
  border-bottom: 1px solid #d6d8d9;
  padding-bottom: 10px;
}
.module ol li:last-child {
  border-bottom: 0;
}
.module ol li ul {
  padding-left: 0;
}
.module ol li li {
  border: 0;
  display: inline;
  border-right: 1px solid #4c5356;
  padding: 0;
  padding-right: 5px;
}
.module ol li li:first-child {
  padding-right: 5px;
  padding-top: 0;
}
.module ol li li:last-child {
  color: #4c5356;
  font-weight: 600;
  border-right: 0;
}


.module .pagination {
  text-align: center;
}
.module .pagination li {
  border: 0;
  padding: 0;
  display: inline;
  font-size: 14px;
  color: #475154;
}
.module .pagination li a {
  font-weight: 400;
  text-decoration: none;
}

.module .pagination li.current a {
  color: #656d70;
}
.module .pagination li.total a {
  font-weight: 700;
}

.module.interests li img {
  float: left;
  padding-right: 15px;
}
.module.interests li p {
  margin: 0;
  width: 60%;
  text-align: left;
}
.module.interests li a.view {
  position: absolute;
  right: 0;
  bottom: 0;
}
.module.interests h3.icon {
  color: #1b826f;
  font-size: 14px;
  text-align: right;
  float: right;
  padding-right: 10px;
}
.module.interests .buttons {
  border: 0;
}
.module.interests .buttons li {
  padding: 10px;
}

.module.followed ul.measures li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.module.followed ul.measures li a {
  font-size: 14px;
  width: 30%; /*width: 100px;*/
  float: left;
  display:inline-block;
}
.module.followed ul.measures li span {
  font-size: 14px;
  display:inline-block;
  word-wrap: break-word;
  width: 70%;
}

.module.followed ul.measures li span.fblack {
  font-size: 14px;
  width: 30%; /*width: 100px;*/
  font-weight: bold;
  float: left;
  display:inline-block;
}

.module.followed ul.measures.language li span {
  color: #4d5059;
  margin-right: 20px;
  font-weight: 600;
  width: 50px;
  float: left;
}

.module.my-photo img {
  padding: 30px 0 20px 10px;
}

.module.my-photo img {
  padding: 30px 0 20px 10px;
}

.module.privacy p {
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
}

.module.reference li {
  color: #565db8;
  font-weight: 600;
}
.module.reference li a {
  text-decoration: underline;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
}
.module.reference .pagination li a {
  text-decoration: none;
}

.module.reference.publications li {
  color: #4c5356;
  font-weight: normal;
}

.module.reference.publications li a {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  /*color: #565db8;*/
  text-decoration: none;
}
.module.reference.publications li strong {
  display: block;
}
.module.reference.publications.library input {
  display: block;
  float: left;
  margin-top: 3px;
}
.module.reference.publications.library label {
  display: block;
  margin-left: 1.5em;
}
.module.reference.publications.library .dash-title h2 {
  border: 0;
  float: left;
  width: 54%;
}
.module.reference.publications.library .dash-title {
  border-bottom: 1px solid #d6d8d9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.module.reference.publications.library .dash-title ul {
  display: inline;
  margin-top: 8px;
}
.module.reference.publications.library .dash-title ul li {
  border-bottom: 0;
  display: inline;
}
.module.reference.publications.library .icon:before {
  font-size: 27px;
}

.module.reference.detail .buttons li {
  margin-left: 0;
}
.module.reference.detail li {
  color: #4c5356;
  font-weight: normal;
  list-style-type: decimal;
  margin-left: 20px;
}
.module.reference.detail li ul li {
  margin-left: 0;
}
.module.reference.detail li ul li:last-child {
  font-weight: 600;
}
.module.reference.detail li a {
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.module.privacy p {
  padding: 10px 0 20px 10px;
}
.module.privacy p a {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  color: #5b6467;
}

.module.background li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.module.background li.displayflex {
  display: block;
}
.module.background li.displayflex p {
  margin-left: 170px;
  width: 60%;
  display: block;
}
.module.background li p {
  margin-left: 20px;
  margin-top: 0;
}
.module.background li span {
  font-weight: 600;
  display: inline-block;
  width: 130px;
}
.module.background.reference li {
  color: #5b6467;
}
.module.background.contact li {
  padding: 20px 0 10px;
}
.module.background.contact li:first-child p {
  width: 50%;
  margin-left: 29px;
}
.module.background.detail {
  border: 0;
}
.module.background.detail li span {
  width: 180px;
}
.module.background.survey li {
  display: block;
}
.module.background.survey li p {
  margin-left: 7em;
}
.module.background.survey li span {
  float: left;
  display: block;
}


/* 04032015 */
.module.reference.detail.tlinks {
  border-bottom: 1px solid #d6d8d9;
  border-top: 1px solid #d6d8d9;
  margin-top: 20px;
  padding: 20px 10px;
  clear: both;
}
.module.reference.detail.tlinks li {
  margin-left: 0;
  display: inline;
  border: 0;
  margin-right: 7px;
  padding: 10px 22px;
  background: #cbd6d5;
  border: 1px solid #cbd6d5;
  color: #4c5356;
  font-size: 14px;
  white-space: nowrap;
  line-height: 50px;
}
.module.reference.detail.tlinks li:first-child {
  padding-top: 10px;
}
.module.reference.detail.tlinks li:last-child {
  margin-right: 0;
}
.module.reference.detail.tlinks li.active {
  background: #d1f3ed;
}

.module.reference.publications .tlinks li a,
.module.reference.detail.tlinks li a {
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #4d5059;
}

.module.reference.detail.tlinks li a:hover {
  text-decoration: none;
  opacity: 0.6;
  cursor:pointer;cursor:hand
}

.module.background.detailh {
  border: 0;
}
.module.background.detailh.active {
  display: inline-block;
}

.module.background.detailh p{
  margin-left: 20px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  font-weight: bold;
}

.module.background.detailh li{
  display: block;
}

.module.background.detailh li p{
  margin-left: 0px;
}

.module.background.detailh li span{
  vertical-align: top;
  margin-top: 0px;
  margin-left: 5px;
  font-weight: normal;
  width: 35%;
}

.module.background.detailh li span.wider{
 margin-left: 20px;
 width: 60%;
}
/* HHU 04032015 end*/




.module.questions h2 {
  margin: 0;
  font-weight: bold;
}
.module.questions ul:nth-of-type(2) {
  border-bottom: 0;
}
.module.questions ul:nth-of-type(2) li:last-child {
  border-bottom: 0;
}
.module.questions li p {
  margin: 0;
}
.module.questions li h2 {
  font-size: 16px;
}
.module.questions.folders a.discuss {
  position: relative;
  top: 0;
  right: 0;
  padding-left: 0;
}
.module.questions.folders a.discuss:before {
  font-size: 27px;
}

.module.members .followed ul, .module.members .followers ul {
  margin-left: 3px;
}
.module.members .followed li, .module.members .followers li {
  display: inline;
  border-bottom: 0;
  margin-right: 2px;
}
.module.members .followed h2, .module.members .followers h2 {
  font-size: 14px;
  color: #4d5059;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 0;
}
.module.members .followed h2 span, .module.members .followers h2 span {
  font-weight: 600;
}
.module.members .followed h3, .module.members .followers h3 {
  text-align: right;
  color: #565db8;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  margin-right: 10px;
  margin-top: 0;
}

.col1.wide .dash-title h2 {
  margin: 0;
  border: 1px solid #d6d8d9;
  border-bottom: 0;
}
.col1.wide .dash-title .icons {
  border-bottom: 0;
}

.search {
  padding: 10px;
  font-size: 14px;
  color: #4d5059;
  position: relative;
}
.search h3 {
  margin-top: 0;
}

/* 05162017 H */
.module.search h2.sameash3{
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4d5059;
}
.module.search h3{
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4d5059;
}
.module.search .user-text-head{
  color: #00627f;
  font-size: 15px;
  padding-right: 20px;
}

.module.search p{
  font-size: 14px;
}

.search button {
  padding: 5px 30px;
}


.search tr.head th {
  margin-bottom: 10px;
}

.search tr.head a, .search table.mobile .head a{
  text-decoration: none;
  color: inherit;
}
.search tr.head a:hover, .search table.mobile .head a:hover{
  opacity: 0.75;
}


.search tr:last-child {
  border-bottom: 0;
}
.search table {
  width: 100%;
}
.search table a {
  color: #404487;
  font-size: medium;
  font-weight: 600;
}
.search table a.view-description {
  font-size: small;
  font-weight: 300;
}
.search table td.view-description-detail {
  text-align: left;
}
.search table.mobile {
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d8d9;
  padding-bottom: 10px;
  display: none;
}
.search table.mobile tr {
  height: 10px;
}
.search table.mobile tr td {
  text-align: center;
}
.search table.mobile .head {
  text-align: left;
  background: #cbd6d5;
  font-weight: 600;
  padding: 10px;
  width: 5%;
}

.search table.mini tr td {
  text-align: center;
  background: #cbd6d5;
  margin: 0px;
  padding: 0px;
  width: 0%;
}
.search th {
  text-align: center;
  background: #cbd6d5;
  font-size: medium;
  font-weight: 600;
  padding: 5px;
  width: auto;
}
.search th.shortname {
  width: 25%;
}
.search th.smallshortname {
  width: 12%;
}
.search tr {
  border-bottom: 1px solid #d6d8d9;
}


.search tr td {
  text-align: center;
  /*padding: 2px;*/
  width: 12%;
  vertical-align:baseline;
}
.search tr td.measure {
  text-align: left;
  padding: 5px;
  width: auto;
}

.search tr td.measurefix {
  text-align: left;
  padding: 5px;
  padding-left: 10px;
  width: auto;
}

.module .buttons {
  border-bottom: 1px solid #d6d8d9;
  border-top: 1px solid #d6d8d9;
  margin-top: 20px;
  padding: 20px 10px;
  clear: both;
}
.module .buttons li {
  display: inline;
  border: 0;
  margin-right: 4px;
  padding: 10px 20px;
  background: #cbd6d5;
  border: 1px solid #cbd6d5;
  color: #4c5356;
  font-size: 14px;
  white-space: nowrap;
  line-height: 50px;
}
.module .buttons li:first-child {
  padding-top: 10px;
}
.module .buttons li:last-child {
  margin-right: 0;
}
.module .buttons li.selected {
  background: #d1f3ed;
}

button, .button {
  border: 0;
  padding: 20px 50px;
  font-family: 'PT Sans', sans-serif;
  border-radius: 5px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.15);
}

button.red, .button.red {
  padding: 8px 15px;
  background: #565db8;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  min-width: 150px;
}

.btn.purpl{
  padding: 8px 15px;
  background: #565db8;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  min-width: 150px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.btn.spurpl{
  background: #565db8;
  color: #ffffff;
  font-weight: 500;
  min-width: 100px;
  margin-bottom: 10px;
}

.btn.tpurpl{
  background: #565db8;
  color: #ffffff;
  font-weight: 500;
  min-width: 120px;
  margin: 10px;
}
.btn.gtpurpl{
  background: #565db8;
  color: #ffffff;
  font-weight: 500;
  min-width: 120px;
  margin-left: 25px;
  margin-bottom: 5px;
}

button:hover, .button:hover{
  opacity: 0.75; /*0.8*/
}

button.grn, .button.grn,  a.button.grn{
  padding: 8px 15px;
  background: #3fffda;
  font-family: 'Lato', sans-serif;
  color: #2f3152;
  font-size: 22px;
  font-weight: 600;
  min-width: 250px;
}


.tabs {
  height: 100%;
  width: 100%;
  min-height: 81px;
  float: left;
}
.tabs h1,
#login-message {
  font: 25px 'Lato', sans-serif;
  font-weight: 900;
  color: #253d41;
  float: left;
  width: 50%;
}

#login-message{
    padding-top:14px;
    float: none;
    width: auto;
    margin: 1em 0;
}

.tabs ul, #login-links {
  float: right;
  padding-bottom: 10px;
  clear: both;
}
.tabs ul li, #login-links .login-link {
  display: inline;
  margin-left: 5px;
  background: #DEE6E8;
  padding: 15px 40px;/** removed !important, issue raised in what-others-see links */
  border-radius: 5px 5px 0 0;
}
.tabs ul li.active-trail, .tabs ul li.selected ,.toboggan-unified #login-links a.lt-active, .toboggan-unified #login-links a.lt-active:hover{
  background: #f5f7f9;
}
.tabs ul li a, #login-links a {
  color: #253d41;
  text-decoration: none;
  font-weight: 600;
  border: 0px !important;
}
.tabs ul li.active-trail a, .tabs ul li.selected a,.toboggan-unified #login-links a.lt-active, .toboggan-unified #login-links a.lt-active:hover{
  color: #404487;
}
.toboggan-unified #login-links {
    font-size: 1em;
    line-height: 1;
    text-align: center;
}

@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot");
  src: url("fonts/icons.eot?#iefix") format("embedded-opentype"), url("fonts/icons.woff") format("woff"), url("fonts/icons.ttf") format("truetype"), url("fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  margin-right: 7px;
  color: #565db8;
  font-size: 20px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-addfolder:before {
  content: "a";
}

.icon-answeredquestion:before {
  content: "b";
}

.icon-askquestion:before {
  content: "c";
}

.icon-authored:before {
  content: "d";
}

.icon-edit:before {
  content: "e";
}

.icon-findmeasures:before {
  content: "f";
}

.icon-trash:before {
  content: "g";
}

.icon-recommended:before {
  content: "h";
}

.icon-question-statement:before {
  content: "i";
}

.icon-profile:before {
  content: "j";
}

.icon-printer:before {
  content: "k";
}

.icon-myfollowedmeasures-none:before {
  content: "l";
}

.icon-findmembers:before {
  content: "m";
}

.icon-unansweredquestion:before {
  content: "n";
}

.icon-viewall:before {
  content: "o";
}

.icon-save:before {
    content: "x";
}

.icon-folder-full:before {
  content: "p";
}

.icon-follow:before {
  content: "q";
}

.icon-messages:before {
  content: "r";
}

.icon-messages-none:before {
  content: "s";
}

.icon-myaccount:before {
  content: "t";
}

.icon-myfollowedmeasures:before {
  content: "u";
}

body, html {
  height: 100%;
}

a {
  color: #565db8;
  font-weight: normal;
  text-decoration: underline;
}

.col1, .col2, .col3 {
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  float: left;
  margin-right: 10px;
  margin-top: 30px;
}

.col1.wide {
  width: 65%;
}
.col1.wide .dash-title {
  box-shadow: inset 0 5px 0 #3fffda;
  clear: both;
}
.col1.wide .module .publications {
  margin: 20px 10px 0;
  width: 40%;
}
.col1.wide .module .dash-title h2 {
  border: 0;
  border-bottom: 1px solid #d6d8d9;
}

.col1.wide.large {
  width: 100%;
}

.col1.wide.morewide {
  width: 100%;
}

.icons {
  color: #404487;
  text-align: right;
  font-size: 14px;
  float: right;
  margin-left: 20px;
}
.icons:before {
  margin-top: -4px;
}

.col2.wide {
  width: -webkit-calc(35% - 10px);
  width: calc(35% - 10px);
  margin-right: 0;
}

.col3 {
  margin-right: 0;
}

footer {
  background: #5b6467;
  width: 100%;
  height: auto;
  min-height: 100px;
  float: left;
  padding: 30px 0 20px;
  color: #f4fcfa;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
}
footer ul {
  padding-bottom: 10px;
	text-align: center;
}
footer li {
  display: inline;
  margin-right: 20px;
  border-right: 1px solid #f4fcfa;
  padding-right: 20px;
}
footer li:last-child {
  border-right: none;
}
footer li a {
  text-decoration: none;
  font-weight: normal;
  color: #f4fcfa;
}
footer hr {
  border-top: 1px solid #f4fcfa;
  margin-bottom: 30px;
}

.content1 {
  background: #f5f7f9;
  height: 100%;
  width: 100%;
  overflow: auto;
  min-height: 600px;
}

/** Classes added by RK Starts */
/** Class for no margin elements with center alignment */
.no-margin-auto{
	margin:0 auto !important;
}
.float-none{
	float:none !important;
}

.float-left, .left{
	float:left !important;
}

.float-right, .right{
	float:right inherit;
}
/* Psychometric(Measure-detail page)) Exposed filter design fixes */
/* Publications(Measure-summary page)) Exposed filter design fixes */
#psychometric-container .views-exposed-form,
#publication-content .views-exposed-form{
    border: 0 none;
    padding: 0;
    width: 100%;
}
#psychometric-container .views-exposed-form .views-exposed-widget,
#publication-content .views-exposed-form .views-exposed-widget{
    float:none;
    padding:0;
}
#psychometric-container .views-exposed-widgets,
#publication-content .views-exposed-widgets{
    width:100%;
    margin:0;
}
#psychometric-container .form-item .description,
#publication-content .form-item .description{
    float: left;
    width: 100%;
}

.psycho-article span.biblio-authors,.psycho-article span.biblio-title-ama{
    width:auto !important;
    display: inline !important;
}
.psycho-article ul li{
    display: inline !important;
}


/** ALC Login and Register Page Changes */

.register, .login {
    height: auto;
    margin: 0 auto 30px auto;
    background:-webkit-linear-gradient(180deg, rgb(222, 245, 240), rgb(255, 255, 255) 100%) repeat scroll 0px 0px transparent;
    background: linear-gradient(180deg, rgb(222, 245, 240), rgb(255, 255, 255) 100%) repeat scroll 0px 0px transparent;
}

#register-form {
	font-size: 16px;
}

.toboggan-unified #login-links a {
    padding: 0.8em 1em 1em;
}

.form-item {
	margin: 1em 0px;
}

.form-item label {
    display: block;
    font-weight: bold;
}

.form-item .description {
    font-size: 0.75em;
}

.btn-google-as-link {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #565db8;
    padding: 3px 0;
    text-decoration: underline;
}

.error {
	color: red;
}

.success {
	color: green;
}

/** Making Following flags links as bold  */
.icons a.flag {
    font-weight: 700;
    text-decoration:none;
}


/** No padding before for links in my-profile page */
.module .module-title a {
    padding-left: 0;
}

/** Reference page font weight normal */
.module.reference.publications label{
    font-weight: normal !important;
}
/** Header title left alignment for container */
.pane-content header.container{
    padding-left:0;
    padding-right:0.5%;
}

.tabs header.container {
	overflow: hidden;
}

/** Css for View Abstract content in Publication tabs/buttons on Measure Summary page */
.alc-view-abstract-content{
    padding: 5px 10px;
    margin: 5px;
    border:1px solid #ccc;
}
.alc-view-abstract-content > p:empty{
}

.alc-view-abstract-content p{
    font-weight:normal !important;
}

/** Make the li like links in publication buttons */
#publication-container ul li{
    cursor:pointer;
}

/** To add space after publication data */
.module.reference.publications{
    margin-bottom: 20px !important;
}

ol.measure-detail-list > li{
    display:list-item !important;
}

ul.reference-links li a {
    text-decoration: none !important;
    font-weight: 700 !important;
}

button.red.btn.login{
    color:#FFF;
    font-size: 18px;
    font-weight: 600;
    padding:4px 15px;
}

.inpt-button {
  border: 0;
  padding: 20px 50px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 5px;
  border-bottom: 4px solid #cc3b42;
}
.inpt-button.red {
    padding: 8px 15px;
    background: #f0454d;
    color:#FFF;
    font-size:inherit;
    padding:4px 15px;
}

.view-description-detail{
	text-align: left;
}

.pager .pager-current{
    font-weight:normal !important;
}

.user-picture-icon .user-picture {
    display: inline-block;
}
.user-picture-icon .user-picture img {
    width: 50px;
}

/** Classes added by RK Ends */

/* 04032015 */
.module.reference.detail.tlinks {
  border-bottom: 1px solid #d6d8d9;
  border-top: 1px solid #d6d8d9;
  border-left:0px none;
  border-right:0px none;
  margin-top: 20px;
  padding: 20px 10px;
  clear: both;
}
.module.reference.detail.tlinks li {
  margin-left: 0;
  display: inline;
  border: 0;
  margin-right: 7px;
  padding: 10px 22px;
  background: #cbd6d5;
  border: 1px solid #cbd6d5;
  color: #4c5356;
  font-size: 14px;
  white-space: nowrap;
  line-height: 50px;
}
.module.reference.detail.tlinks li:first-child {
  padding-top: 10px;
}
.module.reference.detail.tlinks li:last-child {
  margin-right: 0;
}
.module.reference.detail.tlinks li.active {
  background: #d1f3ed;
}
.module.reference.detail.tlinks li a {
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #4d5059;
}

.module.reference.detail.tlinks li a:hover {
  text-decoration: none;
  opacity: 0.6;
  cursor: pointer;
}

.module.background.detailh {
  border: 0;
}
.module.background.detailh.active {
  display: inline-block;
}

.module.background.detailh p{
  margin-left: 20px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  font-weight: bold;
}

.module.background.detailh li{
  display: block;
}

.module.background.detailh li p{
  margin-left: 0px;
}

.module.background.detailh li span{
  vertical-align: top;
  margin-top: 0px;
  margin-left: 5px;
  font-weight: normal;
  width: 35%;
}

.module.background.detailh li span.wider{
 margin-left: 20px;
 width: 60%;
}

.module.background.detailh li div {
	margin-bottom: 10px;
}

/* HHU 04032015 end*/

.view-filters { clear: both;}

#block-logintoboggan-logintoboggan-logged-in{
  display:none;
}

/*pra add page widget for publications*/

#edit-field-original-pubs-und{
  max-height: 171px;
  overflow: scroll;
}
#edit-field-validation-pubs-und{
  max-height: 171px;
  overflow: scroll;
}
#edit-field-translation-pubs-und{
  max-height: 171px;
  overflow: scroll;
}
#edit-field-review-pubs-und{
  max-height: 171px;
  overflow: scroll;
}
#edit-field-use-pubs-und{
  max-height: 171px;
  overflow: scroll;
}

.col1.wide.morewide {
    width: 100%;
}

 .buttons li .tooltipster.original.tooltipstered , .buttons li .tooltipster.validation.tooltipstered ,.buttons li .tooltipster.use.tooltipstered ,.buttons li .tooltipster.translation.tooltipstered ,.buttons li .tooltipster.review.tooltipstered ,.buttons li .tooltipster.comparison.tooltipstered,
 .buttons li .tooltipster.original_survey.tooltipstered , .buttons li .tooltipster.validation_survey.tooltipstered ,.buttons li .tooltipster.use_survey.tooltipstered ,.buttons li .tooltipster.translation_survey.tooltipstered ,.buttons li .tooltipster.review_survey.tooltipstered ,.buttons li .tooltipster.comparison_survey.tooltipstered  {
    padding-left: 19px !important;
}

input.form-text {
	width: 100%;
}

.password-score-0 { color: #B30000; font-weight: 600;}
.password-score-1 { color: #B30000; font-weight: 600;}
.password-score-2 { color: #CA471C; font-weight: 600;}
.password-score-3 { color: #0B6623; font-weight: 600;}
.password-score-4 { color: #0B6623; font-weight: 600;}

.ng-submitted .form-control.ng-invalid {
	color: #a94442;
	border-color: #a94442;
}

@media screen and (max-width: 930px) {
  .amheader button.menu {
    display: inline-block;
  }

  .amheader .menu-bar {
    display: none;
  }

  .tabs {
    margin-bottom: 20px;
  }
  .tabs h1 {
    text-align: center;
    width: 100%;
  }
  .tabs ul {
    float: left;
    width: 100%;
    margin-top: 0;
  }
  .tabs ul li {
    text-align: center;
    display: block;
    border-radius: 0;
    margin-top: 5px;
  }

}

/* Begin with @media screen and (max-width: 786px) */
@media screen and (max-width: 786px) {

	.mobile-scroll {
		overflow-x: scroll;
	}

  .col1, .col2, .col3, .col1.wide, .col2.wide {
    width: 100%;
    display: block;
  }

  footer {
    text-align: center;
  }
  footer li {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
  }
  /*.homepage .section.intro{
      background-image: url("/img/big-bg.png");
  }*/

  .arrow-down {
    border-left: 185px solid transparent;
    border-right: 185px solid transparent;
		display: none;
  }

  .homepage .section.intro, .homepage .section.what-is,
	.homepage .section.features,
  .homepage .section.people-saying, .homepage .section.intro.last {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 0;
    margin-top: 0;
  }
  .homepage .section.intro h1.h1ash2, .homepage .section.intro h2, .homepage .section.what-is h2,
	.homepage .section.features h2,
  .homepage .section.people-saying h2, .homepage .section.intro.last h2 {
    font-size: 32px;
    padding-top: 50px;
  }

  .homepage .section.intro h2.h2ash3, .homepage .section.intro h3, .homepage .section.what-is h3,
	.homepage .section.features h3,
  .homepage .section.people-saying h3, .homepage .section.intro.last h3 {
    font-size: 26px;
    padding-top: 0px;
  }

  .homepage .section.intro h4, .homepage .section.what-is h4,
	.homepage .section.features h4,
  .homepage .section.people-saying h4, .homepage .section.intro.last h4, .homepage .section.intro.last h3.h3ash4 {
    font-size: 20px;
    padding-top: 0px;
  }

  .homepage .section.what-is {
    margin-top: 0;
  }

  .info-graphics {
    display: block;
    width: 100%;
  }

  .homepage .section.features .scroll-down {
    margin-top: 0;
  }
  .homepage .section.features .features-box {
    display: block;
  }
  .homepage .section.features .features-box ul {
    width: 310px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .homepage .section.features .features-box li span {
    margin-bottom: 100%;
  }
  .homepage .section.features .features-box img {
    margin-bottom: 30px;
  }
  .homepage .section.features .features-box.right ul {
    margin: 0 auto;
  }

  .quotes {
    width: 70%;
    padding: 30px 0;
    margin: 10px 0 0;
  }
  .quotes h3 {
    padding: 0 40px;
    min-height: 60px;
  }

  .module {
    text-align: left;
  }
  .module .module-title {
    text-align: left;
  }
  .module .buttons li {
    margin-right: 0px;
  }

  .module.interests {
    text-align: left;
  }

  .search table.desktop {
   /* display: none; */
  }

  .search table.mobile {
    display: block;
    clear: both;
  }

  .module.background.survey li p {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .module.background li {
    display: block;
  }
  .module.background li p {
    margin-left: 0;
    width: 100%;
  }

  .search h3 {
    display: block;
    text-align: left;
  }

	.module ul.checkbox-grid-2 li{
    display: block;
    float: left;
    font-weight: normal;
    width: 100%;
    margin-bottom: 2px;
    }

	.pane-content.about-col2 {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
}
/* End of @media screen and (max-width: 786px) */

.loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	padding-top: 25%;
	z-index: 100;
}

.publications .view-filters {
	padding-top: 15px;
}

.detailh .view-filters .form-group {
	padding: 15px;
}

.publication-data li + .no-items,
.detailh ul li div + .no-items {
	display: none;
	/* hide noitem message if preceding data */
}

/* 05172017 */
.angular-with-newlines {
    white-space: pre-line;
}

/* 05252017 */
.dash-custome-margin {
  margin-top: 20px;
}

.answer-area{
    border-top: 3px solid #ddd;
    padding: 10px;
    font-size: 16px;
}

.answer-form-area textarea{
    font-size: 14px;
}

#areaa {
    resize: vertical;
}

.pho-here{
    margin-top: 10px;
    width: 180px;
    font-size: 16px;
    font-weight: bold;
}

.m-t-5{ margin-top:5px!important;}
.m-t-10{ margin-top:10px!important;}
.m-t-20{ margin-top:20px!important;}
.m-t-30{ margin-top:30px!important;}
.m-t-40{ margin-top:40px!important;}
.m-t-50{ margin-top:50px!important;}
.m-t-70{ margin-top:70px!important;}
.m-t-80{ margin-top:80px!important;}

.m-l-30{ margin-left:30px!important;}
.m-l-10{ margin-left:10px!important;}
.m-l-0{ margin-left:0px!important;}

.m-b-0{margin-bottom:0px!important;}
.m-b-1{margin-bottom:1px!important;}
.m-b-5{margin-bottom:5px!important;}
.m-b-10{margin-bottom:10px!important;}
.m-b-20{margin-bottom:20px!important;}

.m-r-0{ margin-right:0px!important;}
.m-r-10{ margin-right:10px!important;}


/* view question */
.menu-right ul {
  margin-left: 40px;
  padding: 10px;
  clear: both;
}
.menu-right ul li {
  padding: 12px 0;
  position: relative;
}
.menu-right ul li:first-child {
  padding-top: 5px;
}
.menu-right ul li:last-child {
  border-bottom: 0;
}
.menu-right ul li p {
  width: 80%;
  display: inline-block;
}
.menu-right ul li a {
  color: #565db8;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  word-wrap: break-word;
}

/* ask question */
fieldset.group  {
  margin: 0;
  padding: 0;
  margin-bottom: 0.25em;
  padding: .125em;
}

.module ul.checkbox-grid-2{
  width: 100%;
  margin-top: 0;
}

.module ul.checkbox-grid-2 li{
  border: none;
  display: block;
  float: left;
  font-weight: normal;
  width: 50%;
}

.module ul.checkbox-grid-2 li:first-child {
    padding: 12px 0px;
}

.ask-topic {
  padding: 10px;
  font-size: 14px;
  color: #4d5059;
}

#askreaa {
    resize: vertical;
}

.divider {
  border: 0;
  border-top: 1px solid #d6d8d9;
  margin: 0;
  padding: 0;
}

.tophere {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.pane-content.mymeasure{
    margin: 10px;
}

.module.search.bigger{
    padding-bottom: 20px;
    font-size: 18px;
}

/* HHU 060820178 */
.module.background .longword-wrap {
    /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
    /*-ms-word-break: break-all;*/
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.longword-wrap {
    /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
    /*-ms-word-break: break-all;*/
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media screen and (max-width: 786px) { /* please keep it here */
    .module ul.checkbox-grid-2 li{
    display: block;
    float: left;
    font-weight: normal;
    width: 100%;
    margin-bottom: 2px;
    }

    .module.background li span {
      font-weight: 600;
      display: inline-block;
      width: 80%;
      margin-bottom: 5px;
    }

	.homepage .section .scroll-down {
		display: none;
	}
}
/* end keep */
.fa.fa-question{
    color: #565db8;
}
.toolhelp  {
  cursor: pointer;
  padding-left: 2px;
}

.module-title .toolhelp  {
  cursor: pointer;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #192a2d!important;
}

.tooltip.top .tooltip-inner {
    background-color: #192a2d!important;
}

.reficn {
    margin-left: 3px;
}

.spanlim {
    display: block; 
    min-width: 310px;
}

.asearch {
    /*margin-left: 50px;*/
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
    color: #565db8;
    float: right;
}

.aaskq {
    /*margin-left: 50px;*/
    text-decoration: none;
}

.aftersaved {
    color: #4c5356;
    font-weight: normal;
}

.askqline {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

td.askq {
    width:20%;
}
td.askqselect {
    width:25px;
}

table.askqtable {
    border: 1px;
}

h3.measureh4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2.measureh4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagination > .disabled > a , .pagination > .disabled > a:focus{
    color: #747474;
}

.close {
    color: #000; 
    opacity: 1;
}

.btn-danger.morered {
    background-color: #A32824;
    border-color: #d43f3a;
}

@media screen and (min-width: 787px) and (max-width: 1199px) {
	.quotes {
		width: -webkit-calc((100% - 100px) / 4);
		width: calc((100% - 100px) / 4);
		margin-right: 20px;
		padding: 20px 15px;
		vertical-align: top;
	}

	.quotes h3 {
		font-size: 22px;
		min-height: 120px;
	}

	.quotes h4 {
		font-size: 16px;
		min-height: 36px;
	}
}

@media screen and (max-width: 480px) {
    button.red, .button.red, .btn.spurpl{
      width: 100%;
      margin-bottom: 10px;
    }
}
