
/*
 * --------------------------------------------------
 * Fonts
 * --------------------------------------------------
 */
@font-face {
    font-family: 'source_sans_proitalic';
    src: url('/fonts/sourcesanspro-italic-webfont.eot');
    src: url('/fonts/sourcesanspro-italic-webfont.eot?#iefix') format('eot'),
         url('/fonts/sourcesanspro-italic-webfont.otf') format('opentype'),
         url('/fonts/sourcesanspro-italic-webfont.ttf') format('truetype'),
         url('/fonts/sourcesanspro-italic-webfont.woff') format('woff'),
         url('/fonts/sourcesanspro-italic-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('/fonts/sourcesanspro-light-webfont.eot');
    src: url('/fonts/sourcesanspro-light-webfont.eot?#iefix') format('eot'),
         url('/fonts/sourcesanspro-light-webfont.otf') format('opentype'),
         url('/fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('/fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('/fonts/sourcesanspro-light-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('/fonts/sourcesanspro-bold-webfont.eot');
    src: url('/fonts/sourcesanspro-bold-webfont.eot?#iefix') format('eot'),
         url('/fonts/sourcesanspro-bold-webfont.otf') format('opentype'),
         url('/fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('/fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('/fonts/sourcesanspro-bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('/fonts/sourcesanspro-regular-webfont.eot');
    src: url('/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('eot'),
         url('/fonts/sourcesanspro-regular-webfont.otf') format('opentype'),
         url('/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('/fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('/fonts/sourcesanspro-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
	

/*
         url('/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg'),
         url('/fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg'),
         url('/fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg'),
         url('/fonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg'),

*/
/*
 * --------------------------------------------------
 * Global Style Tweaks
 * --------------------------------------------------
 */


html,
body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.1em;
    line-height: 1.25 !important;
    color: #000 !important;
}

/*
 * --------------------------------------------------
 * Specific Tag Tweaks
 * --------------------------------------------------
 */

p {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}


/*
h1 {
    font-family: source_sans_prolight, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 4em;
    letter-spacing: 0.08em;
}

h2, h3, h4, h5, h6 {
    font-family: source_sans_prolight, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.08em;
}


a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
*/

a {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #999;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

code {
    color: #000;
    background-color: #eee;
}

textarea {
	width: 100%;
}

blockquote {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    margin-left: 0 !important;
    padding-left: 0.5em;
    border-left: 0.25em solid #ccc;
    color: #000;
}

.store_blockquote {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    font-size: 0.975em;
    margin-top: 1.25em;
    margin-bottom: 0.25em;
    margin-left: 0 !important;
    padding-left: 0em;
    color: #eee;
}

.store_blockquote:before {
  color: #eee;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}

.store_blockquote p {
  display: inline;
}

.embedded-pdf-viewer {
    padding-top: 0;
    width: 100% !important;
    height: 40em;
    overflow: hidden;
}

/*
label {
	text-transform: uppercase;
	color: #666;
}
*/

/*
 * --------------------------------------------------
 * AutoComplete Styles
 * --------------------------------------------------
 */
.autocomplete-suggestions {
	border: 1px solid #999; 
	background: #FFF; 
	cursor: default; 
	overflow: auto; 
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
}

.autocomplete-suggestion { 
	padding: 2px 5px; 
	white-space: nowrap; 
	overflow: hidden; 
}

.autocomplete-no-suggestion { 
	padding: 2px 5px;
}

.autocomplete-selected { 
	background: #F0F0F0; 
}

.autocomplete-suggestions strong { 
	font-weight: bold; color: #000; 
}

.autocomplete-group { 
	padding: 2px 5px; 
}

.autocomplete-group strong {
	font-weight: bold; 
	font-size: 16px; 
	color: #000; 
	display: block; 
	border-bottom: 1px solid #000;
}

/*
 * --------------------------------------------------
 * Pure Overrides
 * --------------------------------------------------
 */

.entry-title {
	font-size: 1.25em;
}

/*
 * --------------------------------------------------
 * Pure Overrides
 * --------------------------------------------------
 */

.content {
	max-width: none !important;
}

#menu .pure-menu-selected,
#menu .pure-menu-heading {
    background: #131313 !important;
    height: 1em !important;
    padding-bottom: 1em !important;
    margin-left: -0.2em !important;
    text-align: center !important;
}

.pure-menu .pure-menu-heading {
    text-transform: none;
    font-size: 1.5em !important;
    font-variant: small-caps;
    letter-spacing: 0.05em;
}

.pure-menu a,
.pure-menu .pure-menu-can-have-children > li:after {
    color: #ccc !important;
}

.pure-menu .pure-menu-heading {
    color: #eee !important;
    width: 80% !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
    height: 80% !important;
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    border: none;
}

#menu .pure-menu ul, #menu .pure-menu .menu-item-divided {
	border-top-color: #000;
}

/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
    .menu-link:hover {
	    background-color: transparent !important;
    }

    .menu-link:focus {
    	background-color: transparent !important;
    }


.menu-link {
    background-color: transparent !important;
    font-size: 0.9em !important;
    width: 1.5em !important;
    height: 0.15em !important;
    padding-top: 1.25em !important;
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
    padding-bottom: 1.25em !important;
}

.menu-link span:before,
.menu-link span:after {
    background-color: #aaa !important;
}

.menu-link span,
.menu-link span a {
    background-color: transparent !important;
    font-size: 0.65em !important;
    color: #aaa;
    text-decoration: none !important;
}

.menu-link:hover span:before,
.menu-link:hover span:after {
    background-color: #aaa !important;
}

.header {
	background-color: #2a6496;
}

.content-header {
	background-color: #2a6496;
}

/*
 * --------------------------------------------------
 * Main Page Divs
 * --------------------------------------------------
 */

#search-page-div {
	display: none;
}

#contact-page-div {
	display: none;
}

#subscribe-page-div {
	display: none;
}

#privacy-policy {
	display: none;
}

#about {
	display: none;
	text-rendering: optimizeLegibility;
}

#faq {
	display: none;
	text-rendering: optimizeLegibility;
}

#word-spy-press-home {
	display: none;
}

#word-spy-press-item {
	display: none;
}

#app-div {
	display: none;
}

/*
 * --------------------------------------------------
 * My Styles
 * --------------------------------------------------
 */


#nav-link-social a {
	display: inline;
	margin-top: 0.5em !important;
	margin-right: 0.25em !important;
	padding-top: 0.5em !important;
}

#word-spy-press-item-sharing {
	margin-left: 1.5em;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

h3.press-heading {
	margin-top: 0 !important;
	padding-top: 0 !important;
	color: #666;
	font-variant: small-caps;
}

#nav-link-wsp {
	margin-top: 1em;
	margin-bottom: 0;
	border-top: 1px solid #666;
}	

#nav-link-word-spy-press {
	margin-top: -0.25em;
	padding-left: 0.25em;
	padding-right: 0.75em;
	color: #eee;
}

.nav-link-word-spy-press-ad a {

}

#search-text {
    width: 95%;
    margin-bottom: 1em;
    font-size: 0.9em;
}

#twitter-badge {
	margin-top: 1em;
	margin-left: 0.5em;
}

.header {
	padding-top: 0.5em !important;
}

#main-header {
    text-align: center;
}

#main-header-div, #content-div {
	max-width: 1024px;
}

#site-titles {
	text-align: left;
	padding-top: 1em;
	padding-left: 1em;
}
	
.site-title {
    font-family: source_sans_prolight, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 3em;
    font-variant: small-caps;
    letter-spacing: 0.08em;
    color: #eee;
}

.site-subtitle {
    font-family: source_sans_prolight, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25em;
    font-variant: small-caps;
    margin-bottom: 0.75em;
    letter-spacing: 0.08em;
    color: #eee;
}

#site-title-logo {
    text-align: left;
}

.content-title {
    font-family: source_sans_prolight, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2.5em;
    font-variant: small-caps;
    text-align: left;
    margin-top: 0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    letter-spacing: 0.08em;
    color: #eee;
}

.content-title a {
    color: #eee;
    text-decoration: none;
}

.page-title {
    font-family: source_sans_prolight, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    font-variant: small-caps;
    text-align:center;
    margin-top: 0.5em;
    letter-spacing: 0.08em;
    color: #eee;
    display: none;
}

#breadcrumb {
	text-align: left;
}

#breadcrumb, #breadcrumb a,
#previous-next, #previous-next a {
    font-family: source_sans_prolight, Helvetica, Arial, sans-serif;
	color: #eee;
	letter-spacing: 0.1em;
}

.index-tabs {
    margin-top: 1em;
    margin-bottom: 1em;
}

.index-letter,
.index-letter-selected {
    display: inline-block;
    border: 0.05em solid #ccc;
    margin-left:0;
    margin-right: 0;
    width: 1.05em !important;
    max-width: 1.05em !important;
    text-align:center;
    font-size: 1.25em;
}

.index-letter-selected a {
    width: 1.05em !important;
    max-width: 1.05em !important;
    color: #b22222;
}

.page-header {
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 0.25em;
    color: #333;
}

.index-header {
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 0.25em;
    color: #333;
}

.index-header a {
    color: #000;
    text-decoration: none;
}

.index-header a:hover {
    text-decoration: underline;
}

.home-page-div {
	display: inline;
	width: 50%;
}

.latest-word {
	padding-left: 0.5em; 
	padding-right: 0.5em; 
	background-color:#f6f6f6;
	padding-top: 0.5em;
	padding-bottom: 0em;
}

.home-page-word {
	font-family: source_sans_probold, Helvetica, Arial, sans-serif;
	font-size: 1.25em;
}

.on-this-date {
	color: #B22222;
}

.content-header {
    font-family: source_sans_prolight, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    font-variant: small-caps;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    color: #666;
}

.date-table {
    display: table;
    width: 100%;
}

.date-table div {
    display: table-row;
}

.date-table span {
    width: 50%;
    display: table-cell;
    text-align: right;
    padding-right: 0.5em;
}

.date-table a {
    display: table-cell;
    text-align: left;
    padding-left: 0.5em;
}

.index-words {
    margin-top: 0.5em;
    white-space: pre-line;
}

.add-separator::after {
    content: '\A0\B7';
}

.no-break {
    white-space: nowrap;
}

.no-collapse {
    white-space: pre-wrap;
}

.bolded,
.headword {
    font-family: source_sans_probold, Helvetica, Arial, sans-serif !important;
    font-style: inherit !important;
}

.italic-headword {
    font-family: source_sans_probold, Helvetica, Arial, sans-serif;
    font-style: italic !important;
}

.bold-italic {
	font-weight: bold;
    font-style: italic;
}

.italicized {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    font-style: italic;
}

.strikethrough {
	text-decoration:line-through;
}

.centered {
	text-align: center;
}

.superscript {
	font-size: small; 
	vertical-align: super;
} 

.subscript {
	font-size: small; 
	vertical-align: sub;
}

.emphatic-text {
	font-family: source_sans_probold, Helvetica, Arial, Arial, sans-serif;
	font-size: 1.1em;
	color: hsl(208, 56%, 38%);	
}


/* Responsive image  */
.img-wrapper img {
    max-width: 100% !important;
    display: block;
    height: auto;
}    

.img-float-left {
    float: left;
    padding-right: 1em;
    padding-bottom: 1em;
}

.img-float-right {
    float: right;
    padding-left: 1em;
    padding-bottom: 1em;
}

.img-no-float {
    padding-top: 1em;
    padding-bottom: 1em;
}

.pure-form {
    margin-left: 0.5em;
}

.noseeum {
	display: none;
}

.emphasis-text {
	font-weight: bold;
	color: red;
}

.see-more {
	margin-top: -0.75em !important;
	margin-left: 2em !important;
	padding-top: 0;
	padding-bottom: 1em;
}

.text-toggle {
	display: inline-block;
	cursor: pointer;
}

.faq-question {
	display: block;
	margin-top: 1.25em !important;
	width: 100% !important;
	font-family: source_sans_probold, Helvetica, Arial, Arial, sans-serif;
	font-size: 1.5em;
	cursor: pointer;
}

.faq-answer {
	display: none;
}

/*======================*/
/* App styles */
/* ======================*/


/* ======================*/
/* Word Spy Press styles */
/* ======================*/

.small-caps-text {
    font-family: source_sans_proitalic, Helvetica, Arial, Arial, sans-serif !important;
	font-size: 2em;
	font-variant: small-caps;
	color: #666;
}

/* Word Spy Press Home Page Styles */

.home-page-book-row {
	padding-top: 1em;
}

.home-page-book {
	padding-left: 0.25em;
	padding-right: 0.25em;
}

.home-page-book-caption {
	font-size: 0.9em;
	color: #666;
}

/* Word Spy Press Item Styles */

.word-spy-press-item {
	padding: 2em 0 2em 0;
}

.word-spy-press-item-image {
	padding: 0 1em 0 0;
	max-width: 345px;
}

#word-spy-press-item-img {
	max-width: 345px;
}

.word-spy-press-item-text {
	padding: 0;
}

.word-spy-press-item-description {
	padding-top: 1em;
	color: #666;
	font-size: 0.9em;
}

.word-spy-press-item-data {
	padding-bottom: 0;
	color: #666;
	font-size: 0.9em;
}

.word-spy-press-item-title {
	font-size: 2em;
	line-height: 1.25em;
}

.word-spy-press-item-price {
	padding: 1.5em 0 0.5em 0;
}

.word-spy-press-regular-price {
    font-family: source_sans_prolight, Helvetica, Arial, Arial, sans-serif !important;
	text-decoration: line-through;
	color: #999;
	font-size: 1.5em;
}

.word-spy-press-sale-price {
    font-family: source_sans_proregular, Helvetica, Arial, Arial, sans-serif;
	color: #2a6496;
	font-size: 1.6em;
}

.word-spy-press-blog-post-title a {
	font-size: 1.25em;
	color: #999;
	text-decoration: none;
}

#word-spy-press-buy-buttons {
	border-right: 1px solid #ccc;
}

#word-spy-press-item-sharing {
	padding-left: 0.25em;
}

.subscribe_button, .button_buy {
padding:0 0 1em 0;
}

button {
padding: 0.5em;
}

.subscribe_button, .button_buy a {
background: #97bf0f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YmYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3M2E3MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #97bf0f 0%, #73a726 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97bf0f), color-stop(100%,#73a726)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #97bf0f 0%,#73a726 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #97bf0f 0%,#73a726 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #97bf0f 0%,#73a726 100%); /* IE10+ */
background: linear-gradient(to bottom,  #97bf0f 0%,#73a726 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97bf0f', endColorstr='#73a726',GradientType=0 ); /* IE6-8 */
color:#eee;	
font-size: 1.1em;
text-shadow: 0 -1px #35490e;
display: inline-block;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 1px 3px #181818;
}

.subscribe_button, .button_buy a:hover,  a.button_buy_table:hover {
background: #73a726; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYTcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5N2JmMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #73a726 0%, #97bf0f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73a726), color-stop(100%,#97bf0f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #73a726 0%,#97bf0f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #73a726 0%,#97bf0f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #73a726 0%,#97bf0f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #73a726 0%,#97bf0f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a726', endColorstr='#97bf0f',GradientType=0 ); /* IE6-8 */
}

.subscribe_button, .button_buy span {
display:block;
float:left;
}

.button_price {
background:url(/images/bg_button_green.png) no-repeat right -5px;
padding:6px 15px 6px 15px;
border-top-left-radius:5px;	
-moz-border-radius-topleft:5px;	
-webkit-border-top-left-radius:5px;
border-bottom-left-radius:5px;	
-moz-border-radius-bottomleft:5px;	
-webkit-border-bottom-left-radius:5px;
box-shadow:inset 0 1px #9cc015;
font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
}

.subscribe_button, .button_buy a:hover .button_price {
background:url(/images/bg_button_green.png) no-repeat right -71px;
}

.button_text {
box-shadow:inset 0 1px #9cc015;
padding:6px 15px 6px 10px; 
border-top-right-radius:5px;	
-moz-border-radius-topright:5px;	
-webkit-border-top-right-radius:5px;
border-bottom-right-radius:5px;	
-moz-border-radius-bottomright:5px;	
-webkit-border-bottom-right-radius:5px;
}

/* Word Spy Press Home Blog Posts */

.blog-posts {
	padding-top: 3em;
}

/* Word Spy Press Home Sidebar */

#sidebar {
	padding-top: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border:1px solid #e5e5e5;
}

.sidebar-header {
	font-size: 1.5em;
	font-weight: bold;	
	margin-top: 0 !important;
	padding-top: 0;
	padding-bottom: 0.5em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.sidebar-text {
	color: #666;	
}

#status {
	margin-bottom: 0;
}

/*------------------------------------------------------------------------------------------*/
/* ConvertKit Styles */
/*------------------------------------------------------------------------------------------*/
/* Layout */
  .ck_form.ck_minimal {
  /* divider image */
	background: #f9f9f9;
	font-family: 'latoregular', Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5em;
	overflow: hidden;
	color: #666;
	font-size: 16px;
	border: solid 1px #d1d1d1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	margin: 20px 0px;
	text-align: center;
}


.ck_form.ck_minimal h3.ck_form_title {
	text-align: center;
	font-family: 'latoregular', Verdana, sans-serif;
	margin: 0px 0px 10px;
	font-size: 2.5em;
}

h3.ck_form_title {
	text-align: center;
	color: #333;
	font-family: 'latoregular', Verdana, sans-serif;
	margin: 0px 0px 10px;
	font-size: 2.5em;
}

.ck_description {
	text-align: center;
	font-family: 'latoregular', Verdana, sans-serif;
	margin: 0px 0px 10px;
	margin-top: 0.25em;
	font-size: 1em;
}

.ck_form.ck_minimal h4 {
	text-align: center;
	font-family: 'latoregular', Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}

.ck_form.ck_minimal p {
	padding: 0px;
}

.ck_form, .ck_form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ck_form.ck_minimal .ck_form_fields {
	width: 100%;
	float: left;
	padding: 5%;
}
/* Form fields */

.ck_errorArea {
	display: none; /* temporary */
}

#ck_success_msg {
	padding: 10px 10px 0px;
	border: solid 1px #ddd;
	background: #eee;
}

.ck_form.ck_minimal input[type="text"], .ck_form.ck_minimal input[type="email"] {
	font-size: 18px;
	font-family: 'latoregular', Verdana, sans-serif;
	padding: 10px 8px;
	width: 68%;
	border: 1px solid #d6d6d6; /* stroke */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	background-color: #eee; /* layer fill content */
	margin-bottom: 5px;
	height: auto;
	float: left;
	margin: 0px;
	margin-right: 2%;
	height: 42px;
}

.ck_form input[type="text"]:focus, .ck_form input[type="email"]:focus {
	outline: none;
	border-color: #aaa;
}

.ck_form.ck_minimal .ck_subscribe_button {
    width: 100%;
    color: #eee;
    margin: 0px;
    padding:  11px 0px;
    font-size: 1.25em;
	font-family: 'latoregular', Verdana, sans-serif;
	background: #73a726; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYTcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5N2JmMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #73a726 0%, #97bf0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73a726), color-stop(100%,#97bf0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #73a726 0%,#97bf0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #73a726 0%,#97bf0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #73a726 0%,#97bf0f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #73a726 0%,#97bf0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a726', endColorstr='#97bf0f',GradientType=0 ); /* IE6-8 */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* border radius */
    cursor: pointer;
    border: none;
    text-shadow: none;
    width: 30%;
    float: left;
    height: 42px;
  }

.ck_form.ck_minimal .ck_guarantee {
	color: #626262;
	font-size: 0.7em;
	text-align: center;
	padding: 5px 0px 0px;
	display: block;
	clear: both;
}
.ck_form .ck_powered_by {
	display: block;
	color: #aaa;
	font-size: 12px;
}

.ck_form .ck_powered_by:hover {
	display: block;
	color: #444;
}

.ck_converted_content {
  display: none;
	padding: 5%;
	background: #eee;
}

.ck_form.ck_minimal.width400 .ck_subscribe_button, .ck_form.ck_minimal.width400 input[type="email"] {
		width: 100%;
		float: none;
		margin-top: 5px;
	}

.ck_slide_up, .ck_modal, .ck_slide_up .ck_minimal, .ck_modal .ck_minimal  {
	min-width: 400px;
}

.page .ck_form.ck_minimal {
	margin: 50px auto;
	max-width: 600px;
}


.ck_form.single_line {
	background: #f9f9f9 !important;
	font-family: &#x27;latoregular&#x27;, Verdana, sans-serif !important;
}

.ck_form.single_line .ck_subscribe_button {
    color: #eee !important;
    background: #73a726 !important;
}


/* Search form & results styles */

.pure-form div {
	margin-bottom: 1em;
}

.pure-radio {
	margin-right: 0.1em;
	margin-bottom: -0.5em !important;
    text-transform: none !important; 
}

.search-form-text {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
	padding-right: 1em;
}

.recent-blog-post,
.search-result-wrapper {
	padding-bottom: 1em;
}

.search-result-word,
.search-result-word a,
.search-result-word a:visited {
    font-family: source_sans_probold, Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #2a6496;
}

.search-result-word a:hover {
	text-decoration: underline;
}

.search-result-definition {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    line-height: 1.4;
}

/* Contact form */

.contact-group {
	display: inline-block;
	margin-right: 2em;
}

/* Footer */

#page-bottom {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    text-transform: uppercase; 
    font-size: 65% !important;
	margin-top: 4em;
    padding-top: 0.75em;
    padding-bottom: 0.5em;
    border-top: 0.2em solid #ccc;
}

.footer-heading {
    font-size: 1.1em;
    margin-top: 0.5em;
    color: #2a6496;
}

#twitter-follow {
	margin-top: 0.5em !important;
}

#newsletter-div {
	background-color: #eee !important;
	padding: 0.5em;
}

/*
 * --------------------------------------------------
 * Tabs
 * --------------------------------------------------
 */

.tabs {
    max-width: 90%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 25px auto;
}
 
.tabs li {
	display: block;
}

.labels:after {
	content: '';
	display: table;
	clear: both;
}

.tabs label {
	display: inline-block;
	float: left;
    padding: 10px 20px;
    width: 33.333%;
    color: #000;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
    box-shadow: inset 0 4px #ccc;
    border-bottom: 4px solid #ccc;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}
 
.tabs label:hover {
    background: #3498db;
    box-shadow: inset 0 4px #2a6496;
    border-bottom: 4px solid #2a6496;
    color: #eee;
}
 
.tab-content {
    display: none;
    width: 100%;
    padding: 15px;
    border:1px solid #ccc;
    background-color:#eeeeee;
}

.tab-content * {

    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}

.tabs input[type=radio] {
    display:none;
}
 
.tabs [id^="tab"]:checked + label {
    background: #FFF;
    box-shadow: inset 0 4px #2a6496;
    border-bottom: 4px solid #2a6496;
    color: #2a6496;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
    display: block;
}



/*
 * --------------------------------------------------
 * Word Pages (word.html?word=word-url)
 * --------------------------------------------------
 */

#word-page-top-grid {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    padding-top: 0;
    padding-bottom: 0.5em;
}

#previous-next {
    text-align: right;
}

.word-breadcrumb {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    font-size: 0.75em;
}

.word-headword {
    font-family: 'Playfair Display', source_sans_proregular, Helvetica, Arial, sans-serif;
    letter-spacing: 0.1em;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    font-variant: normal;
}

.word-type {
    font-style: italic;
}

.word-definition {
    font-family: source_sans_prolight, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    line-height: 1.25;
}

.CitationText, 
.note-citation,
.word-citation {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 0.5em;
    border-left: 0.25em solid #ccc;
    color: #333;
    line-height: 1.45;
}

.word-citation-year {
    font-family: source_sans_prolight, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin-bottom: -0.75em;
    color: #999;
}

.word-meta-heading {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 0.25em;
    color: #333;
}

.word-sub-heading {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    margin-bottom: 0.25em;
}

.word-meta-data {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #333;
    
}

.word-meta-data a {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #2a6496;
    text-decoration: none;
}

.word-meta-data a:hover {
    text-decoration: underline;
	
}

.word-notes {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    margin-bottom: 1.25em;
    color: #111;
    line-height: 1.4;
}


.word-dates {
    margin-top: 1.5em !important;
}

#social a {
	margin-right: 0.75em;
} 

/* 
 * ----------------------------------------
 * Media Queries
 * Styles applied to specified width and up
 * ----------------------------------------
 */
@media screen and (min-width: 320px) { /* Phones and up*/
    
}

@media screen and (min-width: 769px) { /* Tablets and up*/

}

@media screen and (min-width: 992px) { /* Desktops */

}

/* 
 * ----------------------------------------
 * Media Queries
 * Styles applied to specified width and down
 * ----------------------------------------
 */
@media screen and (max-width: 1024px){ /* Up to Desktops */
    .site-title {
        font-size: 2.75em;
        letter-spacing: 0.05em;
    }

    .site-subtitle {
        font-size: 1.75em;
        letter-spacing: 0.05em;
    }

    .content-title {
		text-align: left;
    }
}

@media screen and (max-width: 768px) { /* Up to Tablets */

    .site-title {
        font-size: 2.25em;
        letter-spacing: 0.05em;
    }

    .site-subtitle {
        font-size: 1.25em;
        letter-spacing: 0.05em;
    }

    .content-title {
		text-align: left;
    }

    .index-letter {
        width: 1.4em;
        font-size: 1.25em;
    }

	footer navigation{
		display: block;
	}

	footer mailing-list{
		display: block;
		margin-top: 2em;
	}

	footer social{
		display: block;
		margin-top: 1em;
	}
	
	.contact-group {
		margin-bottom: -0.25em !important;
	}

	.contact-group input[type='text'] {
		width: 100% !important;
	}

}

@media screen and (max-width: 400px) { /* Up to Phones */


    .site-title {
        font-size: 1.7em;
        letter-spacing: 0.05em;
		margin-top: 0;
    }
    
    .site-subtitle {
        font-size: 1.25em;
        letter-spacing: 0.05em;
    }

    .page-title {
        display: block;
        font-size: 2em;
    }

    .header {
        margin-top:0 !important;
        padding-top:0 !important;
    }
    
    #previous-next {
        display:none;
    }

    .content-header {
        font-size: 1.35em;
    }

    .content-title {
        font-size: 1.55em;
        letter-spacing: 0.025em;
    }

    .index-letter {
        width: 1.05em;
        font-size: 1.2em;
    }
    
    .date-table {
        display: block;
    }
    
    .date-table div {
        display: block
    }
    
    .date-table span {
        display: block;
        width: 100%;
        text-align: left;
        padding-right: inherit;
    }
    
    .date-table span::after {
        content: ':';
    }
    
    .date-table a {
        display: block;
        margin-bottom: 0.5em;
        text-align: left;
        padding-left: inherit;
    }

	.contact-group {
		margin-bottom: -0.25em !important;
	}
	
	input[type='email'],
	input[type='text'] {
		width: 90% !important;
	}
	
	textarea {
		width: 90%;
	}

	.faq-question {
		margin-top: 1em !important;
		font-weight: bold;
		font-size: 1.25em;
	}
	
	.home-page-book {
		text-align: center;
	}
	
	.home-page-book-wrapper {
		padding-left: 1.5em;
	}

	.home-page-book-caption {
		padding-bottom: 2em;
	}
	
	.word-spy-press-item-title {
		font-size: 1.5em;
		padding-top: 0.5em;
	}
	
	#word-spy-press-item-more-info {
		font-size: 90%;
	}

}

