/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
    padding:0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * 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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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"], /* 1 */
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;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



.class1 a:link, a:visited { color: #111; text-decoration: none; }
.class1 a:hover, a:active { background-color: transparent; color: inherit; padding-top: 10px; padding-bottom: 10px;}

.class2 a:link {text-decoration: inherit; font-family: inherit; color: inherit; border-bottom: inherit; display: inherit;}
.class2 a:visited {text-decoration: inherit; border-bottom: inherit; display: inherit; color: inherit;}
.class2 a:hover {border-bottom: none; display: inherit; background-color: transparent; padding: inherit;}
.class2 a:active {border-bottom: #ef3b24 1px dotted; display: inherit;  background-color: transparent; padding: inherit;}


body {line-height: 150%; text-rendering: optimizeLegibility; background-color:  #FFFFFF; margin-top: 10px; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

h1 {font-family: 'Gill Sans', 'Gill Sans MT', 'Lato', Arial, sans-serif; color: #000000; font-size: 28px; font-weight: normal; line-height: 22px; margin-bottom: 22px; }
h2 {font-family: 'Gill Sans', 'Gill Sans MT', 'Lato', Arial, sans-serif; color: #111; font-size: 19px; font-weight: normal; line-height: 22px;}
p {font-family: 'Gill Sans', 'Gill Sans MT', 'Lato', Arial, sans-serif; color: #333333; font-size: 16px; font-weight: lighter; line-height: 22px; padding-top: 4px; margin-bottom: 18px;}




#wrap {width: 1000px; height: auto; margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px;  background-color: #FFFFFF; }

#header {overflow: hidden; border-top: 5px solid black; margin-bottom: 44px;}
#header h1 {font-family: Garamond, 'eb_garamond12_regular',  Georgia, serif; font-size: 84px; font-weight: 200; text-align: center; padding-top: 94px; padding-bottom: 23px; margin-left: 0px; margin-top: 0px; line-height: 22px;}

#language {overflow: visible; font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde",'Gill Sans','Gill Sans MT', sans-serif; color: #000000; float: right; width: auto; font-size: 15px; margin-top: -69px; text-align: left;}
#language ul {list-style-type: none; }
#language ul li {display: inline; }
#language li span {margin-left: 3px; color: #444; font-size: 15px; font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde",'Gill Sans','Gill Sans MT', sans-serif; color: #000000;}

#nav {overflow: hidden; width: auto; padding-bottom: 20px; padding-top:3px; font-size: 16px; font-family: 'Gill Sans', 'Gill Sans MT', Arial, sans-serif; font-weight: normal; margin-bottom: 0px; border-bottom: 1px solid #C0C0C0; }
#nav ul {list-style-type: none; padding: 0px; }
#nav ul li {display: inline; text-align: center; float: left; padding-right: 20px; padding-left: 0px;}

#content {width: 100%; height: auto; border-bottom: 3px solid black; overflow: hidden; padding-bottom: 25px;}

#top {overflow: hidden; width: 1000px; height: auto; float: left;}

#welcome {overflow: visible; width: 485px; height: auto; float: left; text-align: left; border-top: 1px solid #C0C0C0; padding-top: 5px; margin-top: 13px; margin-bottom: 28px;}
#welcome p {margin-left: 0px; }

#quote {overflow: visible; width: 485px; height: auto; float: right; text-align: left; border-top: 1px solid #C0C0C0; margin-top: 13px;}
#quote p {font-family: Garamond, 'eb_garamond12_regular', Georgia, serif; font-style: normal; font-size: 40px; font-weight: lighter; margin-left: 0px; line-height: 55px; color: #f26654; margin-top: 88px; margin-bottom: 45px; hyphens: none; -webkit-hyphens: none; -moz-hyphens: none;
  -ms-hyphens: none;}



#releases {overflow: hidden; width: 485px; height: auto; float: right; text-align: left; border-top: 1px solid #C0C0C0; margin-top: 22px; }
#releases h1 {font-family:'Gill Sans', 'Gill Sans MT', Arial, sans-serif; color: black; font-size: 28px; font-weight: normal; margin-top: 10px;}

#release1 {overflow: hidden; width: 226px; height: auto; float: left; text-align: left; margin-top: 0px; margin-bottom: 0px; margin-right: 32px;}
#release1 h2 {margin-top: 10px; margin-right: 0px; margin-bottom: 0px; }
#release1 p { margin-top: 0px; margin-right: 0px; text-align: left; font-style:normal; }

#release2 {overflow: hidden; width: 226px; height: auto; float: right; text-align: left; margin-top: 0px; margin-bottom: 0px;}
#release2 h2 { margin-top: 10px;  margin-right: 0px; margin-bottom: 0px;}
#release2 p { margin-top: 0px; margin-right: 0px; text-align: left; font-style:normal; }

#events {overflow: hidden; width: 485px; height: auto; float: right; text-align: left; border-top: 1px solid #C0C0C0; padding-top: 3px; margin-top: 13px; margin-bottom: 28px; }
#events h1 {margin-top: 22px;}
#event1 {overflow: hidden; width: 230px; height: auto; display: inline-block; margin-top: 5px;}
#event1 h2 { margin-top: 0px; margin-right: 10px; margin-bottom: 0px; text-align: left;}
#event1 p { margin-top: 0px; margin-bottom: 0px; margin-right: 20px; text-align: left; }

#contact {overflow: hidden; width: 485px; height: auto; float: right; text-align: left; border-top: 1px solid #C0C0C0; margin-top: 20px; padding-top: 70px;}

#publications {overflow: hidden; width: 1000px; height: auto; background-color: transparent; text-align: left; border-top: 1px solid #C0C0C0;  margin-top: 13px; padding-top: 3px;}
#publications h2 {margin-top: 10px; margin-right: 45px; margin-bottom: 0px;}
#publications p { margin-top: 0px; margin-bottom: 0px; }

#pubtext {width: 484px; float: left; margin-bottom: 20px; margin-top: 5px;}
#pubtext h2 {margin-top: 0px;}
#pubtext p {margin-top: 0px; padding-top: 0px; margin-bottom: 22px;}

#pub1 {width:1000px; border-bottom: 1px dotted #C0C0C0; height: 385px; margin-bottom: 20px; padding-bottom: 20px; }
#pub2 {width:1000px; border-bottom: 1px dotted #C0C0C0; height: 354px; margin-bottom: 20px;}
#pub2-big {width:1000px; border-bottom: 1px dotted #C0C0C0; height: 380px; margin-bottom: 20px;}
#pub1-big {width:1000px; border-bottom: 1px dotted #C0C0C0; height: 415px; margin-bottom: 20px; }

#upcoming {overflow: hidden; width: 222px; height: auto; display: inline-block; margin: 0px; padding: 0px; margin-right: 32px;}
#upcoming h2 { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; text-align: left;}
#upcoming p { margin-top: 0px; margin-bottom: 0px; margin-right: 5px; text-align: left; }

#upcoming-right {overflow: hidden; width: 222px; height: auto; display: inline-block; margin: 0px; padding: 0px; margin-right: 0px;}
#upcoming-right h2 { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; text-align: left;}
#upcoming-right p { margin-top: 0px; margin-bottom: 0px; margin-right: 5px; text-align: left; }

#sidebar {width: 200px; float: right; text-align: left; line-height: 22px;}
#sidebar p {font-size: 14px; line-height: 22px;}

#footer {width: 100%; border-top: 1px solid black; margin-top: 1px; }
#footer p {font-family: Garamond, 'Gill Sans', 'Gill Sans MT', Arial, sans-serif; font-size: 12px; margin-top: 10px; margin-bottom: 0px; text-align: center;}

#divider {width: 1000px; border-bottom: 1px dotted #C0C0C0; height: 1px; position: relative;}

#reviews {width: 1000px; border-top: 1px dotted #C0C0C0; height:auto; margin-bottom: 10px; margin-top: -4px; padding-top: 0px;}
#reviews p {font-family: Garamond, 'eb_garamond12_regular', Georgia, serif; font-style: normal; font-size: 28px; font-weight: lighter; margin-left: 0px; line-height: 33px; margin-top: 29px; hyphens: none; -webkit-hyphens: none; -moz-hyphens: none;
  -ms-hyphens: none;}
#reviews h2 {font-family: 'Gill Sans', 'Gill Sans MT', 'Lato', Arial, sans-serif; font-style: normal; font-size: 25px; font-weight: lighter; margin-left: 0px; line-height: 44px; margin-top: 0px; margin-bottom: -13px; text-align: right; color: #676767;}

#blog {width: 1000px; border-top: 1px dotted #C0C0C0; height:auto; margin-bottom: 30px; margin-top: 44px;}
#blog p {margin-left: 0px; line-height: 140%; margin-top: 25px; margin-bottom: 0px; text-align: center;}
#blog h2 {font-family: 'Gill Sans', Garamond, 'eb_garamond12_regular', Georgia, serif; font-style: normal; font-size: 25px; font-weight: lighter; margin-left: 0px; line-height: 150%; margin-top: 0px; margin-bottom: 0px; text-align: right; color: #676767;}

#preview {width: 1000px; border-top: 1px dotted #C0C0C0; height:auto; margin-bottom: 10px; margin-top: 44px; padding-top: 0px;}
#preview p {font-family: Garamond, 'eb_garamond12_regular', Georgia, serif; font-style: normal; font-size: 30px; font-weight: lighter; margin-left: 0px; line-height: 44px; margin-top: 29px; margin-bottom: 0px; }
#preview h2 {font-family: 'Gill Sans', 'Gill Sans MT', 'Lato', Arial, sans-serif; font-style: normal; font-size: 25px; font-weight: lighter; margin-left: 0px; line-height: 44px; margin-top: 0px; margin-bottom: -13px; text-align: right; color: #676767;}

#preview2 {width: 1000px; border-top: 1px dotted #C0C0C0; height:auto; margin-bottom: 10px; margin-top: 29px; padding-top: 0px;}
#preview2 p {font-family: Garamond, 'eb_garamond12_regular', Georgia, serif; font-style: normal; font-size: 30px; font-weight: lighter; margin-left: 0px; line-height: 44px; margin-top: 29px; margin-bottom: 0px; }
#preview2 h2 {font-family: 'Gill Sans', 'Gill Sans MT', 'Lato', Arial, sans-serif; font-style: normal; font-size: 25px; font-weight: lighter; margin-left: 0px; line-height: 44px; margin-top: 0px; margin-bottom: -13px; text-align: right; color: #676767;}


  

#navbar {
	margin: 0;
	margin-top: 17px;
	padding: 0;
	height: auto;
	}
#navbar li {
	list-style: none;
	float: left; 
	}
#navbar li a {
	display: block;
	padding: 11px 13px;
	background-color: #ef3b24;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Lato', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	text-decoration: none; 
	-webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      -ms-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out;
    }
#navbar li ul {
	display: none; 
	width: 150px;
	background-color: #f26654;}
	
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li {
	float: none; }
#navbar li:hover li a {
	background-color: #f26654;
	border-bottom: 1px solid #fff;
	color: #fff; }
#navbar li li a:hover {
	background-color: #333; }
	
#sharebar {
	margin: 0;
	padding: 0;
	height: auto; 
	}
#sharebar li {
	list-style: none;
	float: left; 
	}
#sharebar li a {
	display: block;
	padding: 11px 22px;
	background-color: #ef3b24;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Lato', Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	text-decoration: none; 
	-webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      -ms-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out;
    }
#sharebar li ul {
	display: none; 
	width: 150px;
	background-color: #f26654;}
	
#sharebar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#sharebar li:hover li {
	float: none; }
#sharebar li:hover li a {
	background-color: #f26654;
	border-bottom: 1px solid #fff;
	color: #fff; }
#sharebar li li a:hover {
	background-color: #333; }


form.email p {
font-size: 15px;
padding: 0 0 10px 0;
margin: 0;
}

form.email input, form.email textarea {
font-family: 'Gill Sans', 'Gill Sans MT', 'Lato', Arial, sans-serif;
font-size: 16px;
margin: 0 0 20px 0;
}

form.email input {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
}

form.email textarea {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
width: 473px;
height: 100px;
}

form.email input.send {
color: #fff;
background: #ef3b24;
border: #000;
padding: 10px 25px 10px 25px;
cursor: pointer;
}


img.floatLeft { 
    float: left; 
    margin-right: 82px;
    margin-top: 8px;
    margin-bottom: 22px;
    border: 1px solid #C0C0C0;
    }
    
img.floatRight { 
    float: right; 
    margin-right: 82px;
    margin-top: 10px;
    margin-bottom: 10px; 
    border: 1px solid #C0C0C0; 
}

img.pub {
	float: left;
    margin-right: 58px;
    margin-top: 8px;
    margin-bottom: 10px;
    border: 1px solid #C0C0C0;
}

.book img {
	float: left; 
    margin-right: 82px;
    margin-top: 8px;
    margin-bottom: 22px;
    border: 0px solid #C0C0C0;
    box-shadow: 2px 2px 10px #888;
    opacity: 1;
    }
    
.book img:hover, .book img:active { opacity:0.95;}

.book img:hover + .class2 {border-bottom: red;}

.book2 img {float: left;
    margin-right: 58px;
    margin-top: 8px;
    margin-bottom: 10px;
    border: 0px solid #C0C0C0;
    box-shadow: 2px 2px 10px #888;
    opacity: 1;
    }
    
.book2 img:hover, book img::active { opacity:0.95;}

.book3 img {float: left;
    margin-right: 58px;
    margin-top: 8px;
    margin-bottom: 10px;
    border: 0px solid #C0C0C0;
    box-shadow: 2px 2px 10px #888;
    }

.transition {
      border-bottom: 1px dotted rgba(0,0,0,0);
        
      transition: border-color 0.15s linear;
      -moz-transition: border-color 0.15s linear;    /* FF3.7+ */
      -o-transition: border-color 0.15s linear;      /* Opera 10.5 */
      -webkit-transition: border-color 0.15s linear; /* Saf3.2+, Chrome */
    }

.transition:hover {
      border-color: #ef3b24;
    }

.transitionbutton {
      background-color: white; color: #111; padding-top: 10px; padding-bottom: 10px;
        
      -webkit-transition: all 0.15s ease-out;
      -moz-transition: all 0.15s ease-out;
      -ms-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out;
    }

.transitionbutton:hover {
     background-color: #ef3b24; color: white; padding-top: 10px; padding-bottom: 10px;
    }


.current {border-bottom:1px dotted #ef3b24;}

.drop-cap {display:block; font-style:normal; font-size: 104px; margin:.13em 0.02em 0 0.1em; float:left; font-weight:100; line-height:.67em;
    }
    
.drop-cap-review {display:block; font-style:normal; font-size: 150px; margin:.07em .1em 0.0em 0.0em; float:left; font-weight:100; line-height:.67em;color: #f26654;
    }
.drop-cap-review-small {display:block; font-style:normal; font-size: 150px; margin:.07em .1em 0.0em 0.0em; float:left; font-weight:100; line-height:.57em;color: #f26654;
    }
.drop-cap-review-big {display:block; font-style:normal; font-size: 150px; margin:.07em .1em 0.4em 0.0em; float:left; font-weight:100; line-height:.67em;color: #f26654;
    }
.reviewer {text-align: right;}

.dark {
 color: black; font-weight: 500;
 }
 

.link {color: #f26654;} 
 
.highlight {background-color: #ef3b24; color: white; padding: 10px; }

.button {padding: 10px; }

html { overflow-y: scroll; }

#sample {margin-left: 250px; margin-top: 20px; margin-bottom: 22px; display: inline-block;}
#sample-left {margin-left: 0px; margin-top: 20px; margin-bottom: 22px; display: inline-block;}
#sample-right {margin-left: 25px; margin-top: 20px; margin-bottom: 22px; display: inline-block;}
#sample2 {margin-left: 225px; margin-top: 20px; margin-bottom: 22px; display: inline-block;}

.lnum {
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings:"onum" 1; 
    -moz-font-feature-settings:"onum=1"; 
    -ms-font-feature-settings:"onum" 1; 
    -o-font-feature-settings:"onum" 1; 
    -webkit-font-feature-settings:"onum" 1; 
    font-feature-settings:"onum" 1;
}

.small-cap {font-size: 12px; letter-spacing: 1px; color: black;}
.cap-spacing {letter-spacing: 1px;}





