/**
 * Typography & Text styles
 */
@font-face {
	font-family: 'interfaceregular';
	src: url('fonts/if_std_rg-webfont.eot');
	src: url('fonts/if_std_rg-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/if_std_rg-webfont.woff') format('woff'),
	url('fonts/if_std_rg-webfont.ttf') format('truetype'),
	url('fonts/if_std_rg-webfont.svg#interfaceregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'interfacelight';
	src: url('fonts/if_std_lt-webfont.eot');
	src: url('fonts/if_std_lt-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/if_std_lt-webfont.woff') format('woff'),
	url('fonts/if_std_lt-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'interfaceitalic';
	src: url('fonts/if_std_it-webfont.eot');
	src: url('fonts/if_std_it-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/if_std_it-webfont.woff') format('woff'),
	url('fonts/if_std_it-webfont.ttf') format('truetype'),
	url('fonts/if_std_it-webfont.svg#interfaceregular') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'interfacebold';
	src: url('fonts/if_std_bd-webfont.eot');
	src: url('fonts/if_std_bd-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/if_std_bd-webfont.woff') format('woff'),
	url('fonts/if_std_bd-webfont.ttf') format('truetype'),
	url('fonts/if_std_bd-webfont.svg#interfaceregular') format('svg');
	font-weight: bold;
	font-style: normal;
}

/**
 * ICO Moon stuff
 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?du5ho7');
	src:url('fonts/icomoon.eot?du5ho7#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?du5ho7') format('truetype'),
		url('fonts/icomoon.woff?du5ho7') format('woff'),
		url('fonts/icomoon.svg?du5ho7#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e800";
}
.icon-arrow-left:before {
    content: "\e801";
}
.icon-arrow-right:before {
    content: "\e802";
}
.icon-arrow-up:before {
    content: "\e803";
}
.icon-article-alerts:before {
    content: "\e804";
}
.icon-article-info:before {
    content: "\e805";
}
.icon-article-stats:before {
    content: "\e806";
}
.icon-article-text:before {
    content: "\e807";
}
.icon-basket:before {
    content: "\e808";
}
.icon-blog:before {
    content: "\e809";
}
.icon-citation-tools:before {
    content: "\e80b";
}
.icon-close:before {
    content: "\e80c";
}
.icon-facebook:before {
    content: "\e80d";
}
.icon-google-plus:before {
    content: "\e80e";
}
.icon-journals:before {
    content: "\e80f";
}
.icon-librarian:before {
    content: "\e810";
}
.icon-menu:before {
    content: "\e811";
}
.icon-open-access:before {
    content: "\e812";
}
.icon-open-lock:before {
    content: "\e813";
}
.icon-pen:before {
    content: "\e814";
}
.icon-plus:before {
    content: "\e815";
}
.icon-publish:before {
    content: "\e816";
}
.icon-related:before {
    content: "\e817";
}
.icon-responses:before {
    content: "\e818";
}
.icon-rss:before {
    content: "\e819";
}
.icon-search:before {
    content: "\e81a";
}
.icon-share:before {
    content: "\e81b";
}
.icon-society:before {
    content: "\e81c";
}
.icon-soundcloud:before {
    content: "\e81d";
}
.icon-star2:before {
    content: "\e81e";
}
.icon-twitter:before {
    content: "\e81f";
}
.icon-youtube:before {
    content: "\e820";
}
.icon-nav-jobs:before {
    content: "\e900";
}
.icon-nav-pen:before {
    content: "\e901";
}
.icon-star:before {
    content: "\e902";
}
.icon-nav-societies:before {
    content: "\e903";
}
.icon-nav-open-access:before {
    content: "\e904";
}
.icon-nav-librarians:before {
    content: "\e905";
}
.icon-nav-journals:before {
    content: "\e906";
}
.icon-clock:before {
    content: "\e907";
}
.icon-pencil:before {
    content: "\e908";
}
.icon-nav-open:before {
    content: "\e909";
}
.icon-latest-articles:before {
    content: "\e90a";
}

/**
 * End ICO Moon stuff
 */

* {
  -webkit-font-smoothing: antialiased;
}

/* html is set to 62.5% so that all the REM measurements are based on 10px sizing. So basically 1.5rem = 15px */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: interfaceregular, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}
.auto-clean h2{
  font-family: interfaceregular, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/**
 * Links
 */
a {
  font-weight: normal;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}

small {
  font-size: 75%;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  text-rendering: optimizeLegibility; /*  voodoo to enable ligatures and kerning | https://developer.mozilla.org/en-US/docs/CSS/text-rendering */
  color: #222222;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}
h1 { font-size: 2.9rem; line-height: 1.25; letter-spacing: -.1rem; }
h2 { font-size: 2.6rem; line-height: 1.3;  letter-spacing: -.1rem; }
h3 { font-size: 2.3rem; line-height: 1.35; letter-spacing: -.08rem; }
h4 { font-size: 2.0rem; line-height: 1.5;  letter-spacing: -.05rem; }
h5 { font-size: 1.7rem; line-height: 1.6;  letter-spacing: 0; font-weight: 600;}
h6 { font-size: 1.7rem; line-height: 1.6;  letter-spacing: 0; font-style: italic;}

/**
 * Paragraphs
 */
p {
  margin: 0 auto 1.5em auto; /* bottom margin for paragraphs */
}
p + p {

}

/**
 * Quotes & Blockquotes
 */
q {
  quotes: '\00201C' '\00201D';
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

blockquote, q {
  margin: 1em 3em;
  padding: .75em 1em;
  border-left:1px solid #cccccc;
  font-style:italic;
  font-size:1.5rem;
  background-color:transparent;
  display:block;
  padding-left:20px;
  padding-right:20px;
  margin:30px;
}
blockquote p:last-child {
  margin-bottom: 0;
}

/**
 * Horizontal lines
 */
/* https://css-tricks.com/examples/hrs/ */
hr {
    border: 0;
    height: 1px;
    margin:2em auto;
    width:85%;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
}
hr.thin {
  margin: 10px auto;
}
hr.collapse-margin {
  margin: 0 auto;
}

/**
 * Misc
 */
html .no-right-padding{
  padding-right:0;
}

.clear{
  clear:both;
}

.relative{
  position:relative;
}

.uppercase {
  text-transform: uppercase;
}
/* set width back to auto when focused/active */
.element-invisible {
  width: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  width: auto;
}

/* SF00597043 */
.strike {
  text-decoration: line-through;
}

/* SF01157090 */
span[class="styled-content pink"] {
  color:#E4919F;
}

