/*!
Theme Name: The New Stack
Theme URI: http://thenewstack.io
Author: Thomson Muriyadan
Author URI: http://thedigitalmonk.in/
Description: Bespoke WordPress Theme Developed for The New Stack.
Version: v 17.0.0
*/
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,900);
@font-face {
  font-family: 'adamasregular_original';
  src: url("fonts/adamas-regular-webfont.eot");
  src: url("fonts/adamas-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/adamas-regular-webfont.woff2") format("woff2"), url("fonts/adamas-regular-webfont.woff") format("woff"), url("fonts/adamas-regular-webfont.ttf") format("truetype"), url("fonts/adamas-regular-webfont.svg#adamasregularwebfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'adamasregular';
  src: url("fonts/newnewadamas-regular.eot");
  src: url("fonts/newnewadamas-regular.eot?#iefix") format("embedded-opentype"), url("fonts/newnewadamas-regular.woff2") format("woff2"), url("fonts/newnewadamas-regular.woff") format("woff"), url("fonts/newnewadamas-regular.ttf") format("truetype"), url("fonts/newnewadamas-regular.svg#new_new_adamasregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'adamas';
  src: url("fonts/adamas.eot");
  src: url("fonts/adamas.eot?#iefix") format("embedded-opentype"), url("fonts/adamas.woff2") format("woff2"), url("fonts/adamas.woff") format("woff"), url("fonts/adamas.ttf") format("truetype"), url("fonts/adamas.svg#new_new_adamasregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =Reset
-------------------------------------------------------------- */
/* line 4, sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 23, sass/_reset.scss */
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: auto;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

/* line 30, sass/_reset.scss */
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 38, sass/_reset.scss */
body {
  background: #9ABAD3;
}

/* line 42, sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

/* line 55, sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 59, sass/_reset.scss */
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

/* line 64, sass/_reset.scss */
caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* line 69, sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

/* line 74, sass/_reset.scss */
blockquote, q {
  quotes: "" "";
}

/* line 78, sass/_reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 82, sass/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 87, sass/_reset.scss */
a img {
  border: 0;
}

/* line 91, sass/_reset.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 96, sass/_reset.scss */
.clearfix:after {
  clear: both;
}

/* line 100, sass/_reset.scss */
.clearfix {
  *zoom: 1;
}

/* line 5, sass/_mixins.scss */
.clear:before,
.entry-content:before,
.comment-content:before,
.site-header:before,
.site-content:before,
.site-footer:before, .topstory-container:before, .tnsor-logos:before, #main:before, .flex-box-container:before, .archive .top-bg:before, .search-results .top-bg:before, .blog .top-bg:before, .search-no-results .top-bg:before, .error404 .top-bg:before, .single .newtags:before, .single .social-header:before, .single .related-posts:before, .page .top-bg:before, .sponsored-feed:before, .rss-unit:before, #ancillary:before, #masthead:before, .gallery:before, #mainfooter:before, .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .topstory-container:after, .tnsor-logos:after, #main:after, .flex-box-container:after, .archive .top-bg:after, .search-results .top-bg:after, .blog .top-bg:after, .search-no-results .top-bg:after, .error404 .top-bg:after, .single .newtags:after, .single .social-header:after, .single .related-posts:after, .page .top-bg:after, .sponsored-feed:after, .rss-unit:after, #ancillary:after, #masthead:after, .gallery:after, #mainfooter:after {
  content: "";
  display: table;
}
/* line 9, sass/_mixins.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .topstory-container:after, .tnsor-logos:after, #main:after, .flex-box-container:after, .archive .top-bg:after, .search-results .top-bg:after, .blog .top-bg:after, .search-no-results .top-bg:after, .error404 .top-bg:after, .single .newtags:after, .single .social-header:after, .single .related-posts:after, .page .top-bg:after, .sponsored-feed:after, .rss-unit:after, #ancillary:after, #masthead:after, .gallery:after, #mainfooter:after {
  clear: both;
}

/* line 14, sass/_mixins.scss */
.topstory-box, .normalstory-box, .sponsor-box, .sponsor-box-resp, .singlerss-wrap, .checkout-legal, .checkout-product {
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1.5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1.5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1.5px 2px rgba(0, 0, 0, 0.2);
  -msfilter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1.5,Color=#33000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1.5,Color=#33000000,Positive=true);
}

/* line 32, sass/_mixins.scss */
.single #comments {
  width: 600px;
  margin: 0 auto;
}

/* line 37, sass/_mixins.scss */
.button, .ns-search-submit, .cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton, #loadmore, .showDisqus {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 43, sass/_mixins.scss */
.button, .ns-search-submit, .cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton, #loadmore, .showDisqus {
  color: #fff;
  height: 48px;
  padding: 0 30px;
  background-color: #00AFF4;
  border: 0;
  border-bottom: 1px solid #2a8bcc;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
  -webkit-appearance: none;
}
/* line 56, sass/_mixins.scss */
.button:active, .ns-search-submit:active, .cform input.backbutton:active, .cform input.resetbutton:active, .cform input.sendbutton:active, #loadmore:active, .showDisqus:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 63, sass/_mixins.scss */
.button:active, .ns-search-submit:active, .cform input.backbutton:active, .cform input.resetbutton:active, .cform input.sendbutton:active, #loadmore:active, .showDisqus:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* =Global
----------------------------------------------- */
/* line 6, sass/_global.scss */
html {
  height: 100%;
}

/* line 10, sass/_global.scss */
body {
  position: relative;
  min-height: 100%;
}

/* Alignment */
/* line 19, sass/_global.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}

/* line 25, sass/_global.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
}

/* line 31, sass/_global.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
/* line 41, sass/_global.scss */
.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 47, sass/_global.scss */
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* Clearing */
/* line 82, sass/_global.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  line-height: 1em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  max-width: 100%;
  white-space: pre-wrap;
}

/* line 95, sass/_global.scss */
.button {
  display: inline-block;
  margin: 10px 0 30px 0;
  padding: 10px 30px;
}
/* line 101, sass/_global.scss */
.button a {
  color: #fff;
}
/* line 105, sass/_global.scss */
.button a:visited {
  color: #fff;
}
/* line 109, sass/_global.scss */
.button a:hover {
  color: #fff;
}

/* line 114, sass/_global.scss */
.button-center {
  margin: 10px auto;
  display: block;
}

/* line 1, sass/_typography.scss */
body,
button,
input,
select,
textarea {
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 18px;
  line-height: 170%;
}

/* HEADING STYLES
********************/
/* line 16, sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* line 20, sass/_typography.scss */
.sectionheader {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-size: 44px;
  line-height: 75%;
  color: #475F79;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  /* line 20, sass/_typography.scss */
  .sectionheader {
    font-size: 36px;
  }
}

/* line 36, sass/_typography.scss */
h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 110%;
  color: #000000;
}
@media (max-width: 600px) {
  /* line 36, sass/_typography.scss */
  h1 {
    font-size: 26px;
  }
}

/* line 48, sass/_typography.scss */
h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  color: #000000;
}

/* line 57, sass/_typography.scss */
h2.small {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}
/* line 62, sass/_typography.scss */
h2.small a {
  color: #000000;
}

/* line 67, sass/_typography.scss */
.home h2 {
  margin-bottom: 0;
}

/* line 69, sass/_typography.scss */
.topstory-box h2.small {
  font-size: 21px;
}
@media (max-width: 600px) {
  /* line 69, sass/_typography.scss */
  .topstory-box h2.small {
    font-size: 18px;
  }
}

/* line 77, sass/_typography.scss */
h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #475F79;
}

/* line 84, sass/_typography.scss */
h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  color: #475F79;
  text-transform: uppercase;
}
/* line 92, sass/_typography.scss */
h4 a, h4 a:visited {
  color: #00AFF4;
}
/* line 96, sass/_typography.scss */
h4 a:hover {
  color: #475F79;
}
/* line 100, sass/_typography.scss */
h4 .reversedlinks {
  color: #000000;
}

/* line 105, sass/_typography.scss */
.topstory-box h4, .story-box h4 {
  text-transform: uppercase;
}

/* line 109, sass/_typography.scss */
h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 220%;
  color: #475F79;
}

/* HELPER CLASSSES
********************/
/* line 119, sass/_typography.scss */
.reversed {
  color: #fff;
}

/* line 121, sass/_typography.scss */
.links a {
  color: #00AFF4;
}

/* line 123, sass/_typography.scss */
.h4links {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  color: #00AFF4;
}

/* line 133, sass/_typography.scss */
.reversedlinks {
  color: #fff;
}
/* line 133, sass/_typography.scss */
.reversedlinks a, .reversedlinks a:visited, .reversedlinks a:hover {
  color: #fff;
}

/* line 135, sass/_typography.scss */
.notes {
  font-size: 13px;
  font-style: italic;
  line-height: 120%;
  color: #fff;
}

/* line 142, sass/_typography.scss */
.editorsnote > p, .attribution, .wp-caption .wp-caption-text {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  line-height: 130%;
  color: #475F79;
  margin-bottom: 20px;
}

/* line 151, sass/_typography.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 30px;
}

/* TEXT ELEMENTS
********************/
/* line 160, sass/_typography.scss */
p {
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 20px;
}

/* line 166, sass/_typography.scss */
ul, ol {
  font-size: 18px;
  margin: 0 0 30px 2em;
}

/* line 170, sass/_typography.scss */
ul {
  list-style: disc;
}

/* line 173, sass/_typography.scss */
ol {
  list-style: decimal;
}

/* line 176, sass/_typography.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 30px;
}

/* line 181, sass/_typography.scss */
dt {
  font-weight: bold;
}

/* line 184, sass/_typography.scss */
dd {
  margin: 0 30px 30px;
}

/* line 187, sass/_typography.scss */
b, strong {
  font-weight: bold;
}

/* line 190, sass/_typography.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 193, sass/_typography.scss */
blockquote > p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #FF3287;
  margin: 0 30px 30px;
  line-height: 120%;
}

/* line 202, sass/_typography.scss */
blockquote > p:last-of-type {
  margin-bottom: 30px;
}

/* line 205, sass/_typography.scss */
address {
  margin: 0 0 30px;
}

/* line 208, sass/_typography.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}

/* line 219, sass/_typography.scss */
code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* line 222, sass/_typography.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 226, sass/_typography.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 230, sass/_typography.scss */
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 238, sass/_typography.scss */
sup {
  bottom: 1ex;
}

/* line 241, sass/_typography.scss */
sub {
  top: .5ex;
}

/* line 244, sass/_typography.scss */
small {
  font-size: 75%;
}

/* line 247, sass/_typography.scss */
big {
  font-size: 125%;
}

/* line 250, sass/_typography.scss */
figure {
  margin: 0;
}

/* line 253, sass/_typography.scss */
table {
  margin: 0 0 30px;
  width: 100%;
}

/* line 257, sass/_typography.scss */
th {
  font-weight: bold;
}

/* line 260, sass/_typography.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* Links */
/* line 266, sass/_typography.scss */
a {
  color: #00AFF4;
  text-decoration: none;
}
/* line 270, sass/_typography.scss */
a:visited {
  color: #00AFF4;
}
/* line 275, sass/_typography.scss */
a:hover {
  color: #00415b;
}

/* line 281, sass/_typography.scss */
.dropcap {
  font-family: "adamas";
  float: left;
  font-weight: normal;
  color: #475F79;
  font-size: 66px;
  line-height: 63px;
  padding: 10px 10px 0 5px;
  background: -webkit-linear-gradient(#00ACF2, #FF3285);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 294, sass/_typography.scss */
.testdrop-word {
  font-family: "adamasregular_original";
  color: #666;
  font-size: 120px;
  line-height: 115px;
  padding-top: 12px;
  padding-left: 14px;
  background: -webkit-linear-gradient(#00ACF2, #FF3285);
  /* For Safari 5.1 to 6.0 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 308, sass/_typography.scss */
.testdrop-letter {
  font-family: "adamas";
  float: left;
  font-weight: normal;
  color: #475F79;
  font-size: 66px;
  line-height: 66px;
  padding: 15px 26px 0px 22px;
  background: -webkit-linear-gradient(#00ACF2, #FF3285);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 322, sass/_typography.scss */
.keyboard-shortcut {
  white-space: nowrap;
  display: inline-block;
  background: none repeat scroll 0 0 #EFF0F2;
  border-radius: 4px 4px 4px 4px;
  border-top: 1px solid #F5F5F5;
  color: #666;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #F5F5F5;
  padding: 2px 7px 4px 7px;
  font-size: 12pt;
  line-height: 14pt;
}

/* FORM AND BUTTON STYLES
******************************************************/
/* line 4, sass/_forms.scss */
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 4px;
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-left-style: none;
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
}

/* line 25, sass/_forms.scss */
:-webkit-autofill {
  background: #fff !important;
}

/* line 27, sass/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

/* line 32, sass/_forms.scss */
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

/* line 36, sass/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

/* line 42, sass/_forms.scss */
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

/* line 50, sass/_forms.scss */
.ns-search {
  width: 100%;
  padding: 10px !important;
  color: #000;
}

/* line 56, sass/_forms.scss */
.ns-search:focus {
  outline: none;
}

/* line 60, sass/_forms.scss */
.ns-search-submit {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 20px 0;
}

/* line 67, sass/_forms.scss */
.ns-search-form {
  text-align: center;
}

/* cfroms Overrides
******************************************************/
/* line 75, sass/_forms.scss */
.cform textarea, .cform input {
  width: 100%;
}

/* line 79, sass/_forms.scss */
.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 20px 0;
  background-image: none;
  font-size: 16px;
  width: auto;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
}

/* line 92, sass/_forms.scss */
.cform input.sendbutton:hover {
  background-color: #00AFF4 !important;
}

/* line 96, sass/_forms.scss */
.cform input:focus {
  outline: none;
}

/* line 100, sass/_forms.scss */
p.cf-sb {
  text-align: center;
}

/* line 104, sass/_forms.scss */
.cform label {
  width: auto;
  margin: 0;
  text-align: left;
  line-height: 1.5;
  font-weight: 300;
}
/* line 111, sass/_forms.scss */
.cform label span {
  width: 100%;
}

/* line 116, sass/_forms.scss */
.cform {
  width: 100%;
  margin: 20px 0;
  padding: 20px 30px 10px 30px;
  background-color: #F5F8FA;
}

/* line 123, sass/_forms.scss */
span.reqtxt, span.emailreqtxt {
  font-size: 0;
  margin: 0;
}

/* line 128, sass/_forms.scss */
.cform input, .cform textarea, .cform select {
  background-color: #fff;
  padding: 5px 10px;
}

/* line 133, sass/_forms.scss */
.cform input:hover, .cform textarea:hover, .cform select:hover {
  background-color: #fff;
}

/* line 137, sass/_forms.scss */
.cform input:focus, .cform textarea:focus, .cform select:focus {
  background-color: #fff;
}

/* line 141, sass/_forms.scss */
div.cf_info {
  width: 100%;
  padding: 30px !important;
  font-weight: 700;
  font-size: 21px;
  color: #475F79;
  background-color: #F5F8FA;
}

/* line 150, sass/_forms.scss */
div.cf_info a {
  color: #00AFF4 !important;
  text-decoration: none !important;
}
/* line 154, sass/_forms.scss */
div.cf_info a:visited {
  color: #00AFF4;
}
/* line 159, sass/_forms.scss */
div.cf_info a:hover {
  color: #00415b !important;
  text-decoration: none !important;
}

/* line 166, sass/_forms.scss */
ol.cf-ol li.textonly {
  background: none !important;
  font-weight: 700;
  font-family: 'Source Sans Pro';
  margin: 0 0 0 0 !important;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0 0;
  text-align: left;
  color: #475F79;
  font-size: 21px;
}

/* Homepage Styling
*****************************************************************/
/* line 8, sass/_layout.scss */
.editor-box p {
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 0;
  font-style: italic;
  color: #fff;
}

/* line 18, sass/_layout.scss */
a#inifiniteLoader {
  z-index: 2;
  display: none;
}

/* line 23, sass/_layout.scss */
.top-bg {
  background: #9ABAD3 url("img/DiagonalStripeBackground.png") repeat-x;
}

/* line 30, sass/_layout.scss */
.home #primary, .search-results #primary, .search #primary, .archive #primary {
  background: #F5F8FA !important;
}

/* line 36, sass/_layout.scss */
.topstory-container {
  width: 880px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/* line 43, sass/_layout.scss */
.topstory-box {
  width: 430px;
  height: 270px;
  float: left;
  margin-right: 20px;
  position: relative;
}
/* line 52, sass/_layout.scss */
.topstory-box:nth-child(odd) {
  margin-right: 0;
}

/* line 58, sass/_layout.scss */
.attachment-topstory, .attachment-normal {
  -moz-border-top-left-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 67, sass/_layout.scss */
.topstory-box .title-row {
  height: 110px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: #fff;
  opacity: 0.9;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
}

/* line 83, sass/_layout.scss */
.topstory-overlay {
  position: absolute;
  width: 100%;
  height: 160px;
  padding: 9px 20px 0px 20px;
  background: rgba(153, 100, 179, 0.5);
  z-index: 1;
}

/* line 92, sass/_layout.scss */
.topstory-overlay img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 75px;
  max-height: 75px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* line 111, sass/_layout.scss */
#primary {
  background: #F5F8FA;
}

/* line 117, sass/_layout.scss */
.tnsor-logowrap {
  position: relative;
  float: right;
  right: 50%;
}

/* line 123, sass/_layout.scss */
.tnsor-logoinner {
  position: relative;
  float: right;
  right: -50%;
}

/* line 129, sass/_layout.scss */
.tnsor-logos {
  width: 100%;
  margin: 0 auto;
}
/* line 134, sass/_layout.scss */
.tnsor-logos .tnsor-logo {
  float: left;
  margin: 0 20px;
  height: 33px;
  max-width: 125px;
}
/* line 141, sass/_layout.scss */
.tnsor-logos p {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 10px;
}
/* line 147, sass/_layout.scss */
.tnsor-logos img {
  height: 33px;
}

/* line 156, sass/_layout.scss */
#main {
  width: 620px;
  margin: 0 auto;
}

/* line 162, sass/_layout.scss */
.commentcloud {
  position: absolute;
  display: inline-block;
  width: 42px;
  height: 35px;
  right: 0;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 400;
  text-align: center;
  background: url(img/Icons/Regular/Comment-Bubble.svg);
  z-index: 4;
}

/* line 175, sass/_layout.scss */
.commentcloud a {
  display: block;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 20px;
  line-height: 30px;
}

/* line 183, sass/_layout.scss */
.normalstory-box {
  width: 290px;
  min-height: 250px;
  float: left;
  margin: 0 10px 20px 10px;
  position: relative;
}
/* line 192, sass/_layout.scss */
.normalstory-box .title-row {
  height: 130px;
  padding: 0 10px;
  clear: both;
  overflow: hidden;
}
/* line 198, sass/_layout.scss */
.normalstory-box .title-row h2 a {
  color: #000000;
}
/* line 201, sass/_layout.scss */
.normalstory-box .title-row h2 a:visited {
  color: #000000;
}
/* line 206, sass/_layout.scss */
.normalstory-box .title-row h4 a {
  color: #475F79;
}
/* line 209, sass/_layout.scss */
.normalstory-box .title-row h4 a:visited {
  color: #475F79;
}
/* line 214, sass/_layout.scss */
.normalstory-box .title-row .links a {
  color: #00AFF4;
}
/* line 218, sass/_layout.scss */
.normalstory-box .title-row .links a:visited {
  color: #00AFF4;
}
/* line 222, sass/_layout.scss */
.normalstory-box .title-row .links a:hover {
  color: #00415b;
}
/* line 230, sass/_layout.scss */
.normalstory-box .commentcloud {
  margin: 10px;
  display: none;
}
/* line 235, sass/_layout.scss */
.normalstory-box .commentcloud a {
  font-size: 18px;
  line-height: 30px;
}
/* line 242, sass/_layout.scss */
.normalstory-box img {
  height: 120px;
}

/* line 248, sass/_layout.scss */
.normalstory-overlay {
  position: absolute;
  width: 100%;
  height: 120px;
  padding: 9px 20px 0px 20px;
  background: rgba(168, 49, 183, 0.45);
  background: rgba(153, 100, 179, 0.5);
  z-index: 1;
}

/* line 258, sass/_layout.scss */
.normalstory-overlay img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 50px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 659px) {
  /* line 273, sass/_layout.scss */
  .normalstory-box {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 282, sass/_layout.scss */
.athumbnail {
  float: left;
}

/* line 286, sass/_layout.scss */
.timestamp {
  padding-top: 4px;
}

/* line 290, sass/_layout.scss */
.editor-box {
  background: #00AFF4;
  height: 100px;
  padding: 10px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
}

/* line 302, sass/_layout.scss */
.sponsor-box {
  width: 290px;
  min-height: 250px;
  float: left;
  margin: 0 10px 20px 10px;
}
/* line 309, sass/_layout.scss */
.sponsor-box .logo-row {
  height: 53px;
  border-bottom: 1px solid #C7D9E6;
}
/* line 313, sass/_layout.scss */
.sponsor-box .logo-row img {
  height: 53px;
  padding: 10px;
}
/* line 319, sass/_layout.scss */
.sponsor-box .title-row {
  padding: 5px 10px;
  height: 107px;
}

/* line 325, sass/_layout.scss */
.sponsor-box-resp {
  width: 290px;
  min-height: 250px;
  margin-right: 25%;
}
/* line 331, sass/_layout.scss */
.sponsor-box-resp .logo-row {
  height: 53px;
  border-bottom: 1px solid #C7D9E6;
}
/* line 335, sass/_layout.scss */
.sponsor-box-resp .logo-row img {
  height: 53px;
  padding: 10px;
}
/* line 341, sass/_layout.scss */
.sponsor-box-resp .title-row {
  padding: 5px 10px;
  height: 107px;
}

/* line 347, sass/_layout.scss */
.flex-box-container {
  display: none;
  margin-bottom: 20px;
}
/* line 354, sass/_layout.scss */
.flex-box-container .flexslider .slides img {
  width: auto !important;
}
/* line 359, sass/_layout.scss */
.flex-box-container .controls-container {
  position: relative;
}

/* line 365, sass/_layout.scss */
.loadposts {
  float: left;
  text-align: center;
  width: 100%;
}

/* line 371, sass/_layout.scss */
#loadmore {
  margin: 10px 0 30px 0;
  padding: 10px 30px;
  display: inline-block;
  float: none;
}

/* Post Archives Stlying
*****************************************************************/
/* line 387, sass/_layout.scss */
.archive #main, .search-results #main, .blog #main, .search-no-results #main, .error404 #main {
  padding-top: 30px;
}
/* line 391, sass/_layout.scss */
.archive .normalstory-box, .search-results .normalstory-box, .blog .normalstory-box, .search-no-results .normalstory-box, .error404 .normalstory-box {
  margin: 0 10 20 10px;
}
/* line 394, sass/_layout.scss */
.archive .normalstory-box img, .search-results .normalstory-box img, .blog .normalstory-box img, .search-no-results .normalstory-box img, .error404 .normalstory-box img {
  height: 120px;
}

/* line 403, sass/_layout.scss */
.paging-navigation {
  float: left;
  width: 100%;
}

/* 404 page Styling
*****************************************************************/
/* line 412, sass/_layout.scss */
.error404 h1 {
  text-transform: none;
}
/* line 416, sass/_layout.scss */
.error404 p {
  margin-bottom: 20px;
}

/* Single Post Styling
*****************************************************************/
/* line 426, sass/_layout.scss */
.single #primary {
  background: #fff;
}
/* line 430, sass/_layout.scss */
.single .entry-header {
  margin: 30px 0;
}
/* line 434, sass/_layout.scss */
.single .newtags {
  max-width: 620px;
  margin: 0px auto 5px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #F5F8FA;
}
/* line 442, sass/_layout.scss */
.single .taglinks {
  display: block;
  padding: 0 20px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #00AFF4;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
/* line 457, sass/_layout.scss */
.single .social-icon, .single .ssba_twitter_share, .single .ssba_facebook_share, .single .ssba_linkedin_share, .single .ssba_google_share, .single .author .ssba_website, .author .single .ssba_website {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  opacity: 0.8;
}
/* line 465, sass/_layout.scss */
.single .social-icon img, .single .ssba_twitter_share img, .single .ssba_facebook_share img, .single .ssba_linkedin_share img, .single .ssba_google_share img, .single .author .ssba_website img, .author .single .ssba_website img {
  display: none !important;
}
/* line 471, sass/_layout.scss */
.single .social-icon:hover, .single .ssba_twitter_share:hover, .single .ssba_facebook_share:hover, .single .ssba_linkedin_share:hover, .single .ssba_google_share:hover, .single .author .ssba_website:hover, .author .single .ssba_website:hover {
  opacity: 1;
}
/* line 475, sass/_layout.scss */
.single .ssba {
  height: 35px;
}
/* line 479, sass/_layout.scss */
.single .ssba_twitter_share {
  background: url(img/Icons/Regular/Twitter.svg);
}
/* line 484, sass/_layout.scss */
.single .ssba_facebook_share {
  background: url(img/Icons/Regular/Facebook.svg);
}
/* line 489, sass/_layout.scss */
.single .ssba_linkedin_share {
  background: url(img/Icons/Regular/Linkedin.svg);
}
/* line 494, sass/_layout.scss */
.single .ssba_google_share {
  background: url(img/Icons/Regular/Google-Plus.svg);
}
/* line 499, sass/_layout.scss */
.single .postshare {
  margin-top: 20px;
}
/* line 503, sass/_layout.scss */
.single .social-header {
  position: relative;
}
/* line 507, sass/_layout.scss */
.single .social-header .ssba {
  float: left;
}
@media (max-width: 639px) {
  /* line 514, sass/_layout.scss */
  .single .social-footer {
    padding-top: 5px;
    margin-bottom: 0px;
  }
}
@media (max-width: 374px) {
  /* line 523, sass/_layout.scss */
  .single .social-footer {
    padding-top: 15px;
  }
}
/* line 529, sass/_layout.scss */
.single .special-social-footer {
  max-width: 620px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px !important;
}
/* line 537, sass/_layout.scss */
.single .related-posts {
  background: #F5F8FA;
}
/* line 543, sass/_layout.scss */
.single .related-posts-wrapper {
  width: 620px;
  margin: 0 auto;
}
/* line 548, sass/_layout.scss */
.single .comment-block {
  background: #fff;
}
/* line 552, sass/_layout.scss */
.single #comments {
  padding: 30px 0;
}

/* Single Page Styling
*****************************************************************/
/* line 566, sass/_layout.scss */
.page #primary {
  background: #fff;
}

/* line 576, sass/_layout.scss */
.loader {
  text-align: center;
  width: 100%;
  float: left;
}

/* SINGLE POST SPONSOR FEED styling
***********************************************************/
/* line 587, sass/_layout.scss */
.sponsored-feed {
  background: #C7D9E6;
}

/* line 592, sass/_layout.scss */
.singlerss-wrap {
  background: #fff;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

/* line 600, sass/_layout.scss */
.rss-unit {
  padding: 10px 0 12px 0;
  border-bottom: 1px solid #C7D9E6;
}
/* line 605, sass/_layout.scss */
.rss-unit:last-of-type {
  border-bottom: none;
}

/* line 610, sass/_layout.scss */
.rss-logo {
  text-align: center;
  float: left;
  width: 30%;
}
/* line 615, sass/_layout.scss */
.rss-logo .imagefix {
  margin-top: 5px;
}
/* line 619, sass/_layout.scss */
.rss-logo img {
  height: 24.75px;
}

/* line 624, sass/_layout.scss */
.rss-title {
  float: left;
  width: 70%;
  line-height: 115%;
}
/* line 629, sass/_layout.scss */
.rss-title .title a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
/* line 635, sass/_layout.scss */
.rss-title .date {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding-top: 4px;
  font-weight: normal;
  text-transform: uppercase;
  color: #475F79;
}

/* line 645, sass/_layout.scss */
.button-wrapper {
  width: 100%;
  text-align: center;
}

/* line 650, sass/_layout.scss */
.showDisqus {
  display: inline-block;
  padding: 10px 30px;
  float: none;
}

/* =Ancillary Top Menus
----------------------------------------------- */
/* line 6, sass/_menu.scss */
.top-bar {
  width: 1170px;
  margin: 0 auto;
  height: 40px;
  background: #9ABAD3;
}

/* line 17, sass/_menu.scss */
#top-ancillary {
  margin: 0;
}
/* line 21, sass/_menu.scss */
#top-ancillary li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  float: left;
  margin-top: 2px;
}
/* line 29, sass/_menu.scss */
#top-ancillary li a {
  font-size: 13px;
  color: #fff;
  opacity: 0.85;
  text-transform: uppercase;
}
/* line 36, sass/_menu.scss */
#top-ancillary li:nth-of-type(3) {
  display: none;
}
/* line 40, sass/_menu.scss */
#top-ancillary li a:hover {
  opacity: 1;
}

/* line 48, sass/_menu.scss */
#top-follow {
  float: right;
  margin: 0;
}
/* line 53, sass/_menu.scss */
#top-follow li {
  display: inline;
  list-style-type: none;
  margin-left: 10px;
  float: left;
  margin-top: 5px;
  width: 28px;
  height: 28px;
  overflow: hidden;
  opacity: 0.8;
}
/* line 64, sass/_menu.scss */
#top-follow li a, #top-follow li a:hover, #top-follow li a:visited {
  color: transparent;
}
/* line 70, sass/_menu.scss */
#top-follow li:hover {
  opacity: 1;
}
/* line 74, sass/_menu.scss */
#top-follow .facebook {
  background: url(img/Icons/Small-Reversed/Facebook-Small-Reversed.svg);
}
/* line 78, sass/_menu.scss */
#top-follow .twitter {
  background: url(img/Icons/Small-Reversed/Twitter-Small-Reversed.svg);
}
/* line 82, sass/_menu.scss */
#top-follow .gplus {
  background: url(img/Icons/Small-Reversed/Google-Plus-Small-Reversed.svg);
}
/* line 86, sass/_menu.scss */
#top-follow .youtube {
  background: url(img/Icons/Small-Reversed/Youtube-Small-Reversed.svg);
}
/* line 90, sass/_menu.scss */
#top-follow .soundcloud {
  background: url(img/Icons/Small-Reversed/Soundcloud-Small-Reversed.svg);
}
/* line 94, sass/_menu.scss */
#top-follow .linkedin {
  background: url(img/Icons/Small-Reversed/Linkedin-Small-Reversed.svg);
}
/* line 98, sass/_menu.scss */
#top-follow .slideshare {
  background: url(img/Icons/Small-Reversed/Slideshare-Small-Reversed.svg);
}
/* line 102, sass/_menu.scss */
#top-follow .rss {
  background: url(img/Icons/Small-Reversed/RSS-Small-Reversed.svg);
}

/* =Menu
----------------------------------------------- */
/* line 111, sass/_menu.scss */
.nav-bar {
  background: #fff;
  height: 50px;
  border-bottom: 1px solid #C7D9E6;
}

/* line 118, sass/_menu.scss */
#masthead {
  position: relative;
  width: 100%;
  max-width: 1170px;
  height: 50px;
  margin: 0 auto;
}
/* line 127, sass/_menu.scss */
#masthead .site-branding {
  position: absolute;
  display: block;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
/* line 138, sass/_menu.scss */
#masthead .site-branding img {
  display: block;
  height: 25px;
}

/* =Main Navigation Styling
----------------------------------------------- */
/* line 156, sass/_menu.scss */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0px;
  margin-top: 2px;
  margin-left: 220px;
}
/* line 164, sass/_menu.scss */
.main-navigation ul li {
  float: left;
  position: relative;
  padding: 7px 10px;
}
/* line 169, sass/_menu.scss */
.main-navigation ul li a {
  display: block;
  text-decoration: none;
}
/* line 173, sass/_menu.scss */
.main-navigation ul li a:visited {
  color: #00AFF4;
}
/* line 177, sass/_menu.scss */
.main-navigation ul li a:hover {
  color: #475F79;
}
/* line 184, sass/_menu.scss */
.main-navigation ul li:hover > ul {
  display: block;
}
/* line 194, sass/_menu.scss */
.main-navigation ul ul {
  border-color: #C7D9E6;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  display: none;
  float: left;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 99999;
  background: #fff;
}
/* line 210, sass/_menu.scss */
.main-navigation ul ul li {
  padding: 5px 20px;
}
/* line 213, sass/_menu.scss */
.main-navigation ul ul li a {
  width: 200px;
}
/* line 215, sass/_menu.scss */
.main-navigation ul ul li a:hover {
  color: #475F79;
}
/* line 216, sass/_menu.scss */
.main-navigation ul ul li a:visited {
  color: #00AFF4;
}
/* line 221, sass/_menu.scss */
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}

/* line 232, sass/_menu.scss */
.region-drop {
  width: 30px;
  height: 30px;
  background: url(img/iconsSprite.png) 166px 0;
  margin-top: 18px;
  margin-left: 10px;
}
/* line 240, sass/_menu.scss */
.region-drop > h5 > a {
  font-size: 0;
}

/* line 247, sass/_menu.scss */
.navsearch {
  position: absolute !important;
  width: 24px;
  height: 22px;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  margin-right: 0 !important;
  background: url(img/Icons/Regular/Search.svg) no-repeat;
  overflow: hidden;
}
/* line 262, sass/_menu.scss */
.navsearch > h5 > a:visited, .navsearch a, .navsearch a:hover {
  position: relative;
  top: -10px;
  left: -30px;
  opacity: 0;
}

/* line 271, sass/_menu.scss */
.menu-bar {
  display: none;
  width: 24px;
  height: 18px;
  background: url(img/Icons/Regular/Menu.svg) no-repeat;
  position: absolute !important;
  top: 15px;
  right: 0;
  overflow: hidden;
}
/* line 281, sass/_menu.scss */
.menu-bar > h5 > a:visited, .menu-bar a, .menu-bar a:hover {
  position: relative;
  top: -10px;
  left: -30px;
  opacity: 0;
}

/* =Responsive Menu Styling
----------------------------------------------- */
/* line 295, sass/_menu.scss */
.menu-toggle {
  display: none;
  cursor: pointer;
}

/* line 300, sass/_menu.scss */
.menu-open {
  right: 0 !important;
}

/* line 304, sass/_menu.scss */
.search-open {
  right: 0;
}

/* line 308, sass/_menu.scss */
#page {
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 315, sass/_menu.scss */
.push-wrap {
  position: fixed;
  width: 100%;
  left: -200px !important;
}

/* line 322, sass/_menu.scss */
.menu-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 15px;
  height: 18px;
  color: transparent;
  background: url("img/iconsSprite.png") -669px 38px;
  z-index: 1000;
  cursor: pointer;
  opacity: 0;
  display: none;
}

/* line 336, sass/_menu.scss */
#responsive-menu {
  position: fixed;
  width: 200px;
  height: 100%;
  padding-top: 25px;
  top: 0;
  z-index: 1001;
  right: -200px;
  background: #9ABAD3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
}
/* line 351, sass/_menu.scss */
#responsive-menu h4 {
  line-height: 1em;
  margin-bottom: 20px;
  padding: 0 20px;
}
/* line 357, sass/_menu.scss */
#responsive-menu ul {
  list-style: none;
  margin: 0 0 0 0;
}
/* line 362, sass/_menu.scss */
#responsive-menu .reversedlinks {
  line-height: 1em;
  padding: 0 20px;
  margin-bottom: 20px;
}

/* line 370, sass/_menu.scss */
#navsearchform {
  width: 320px;
  height: 100%;
  padding: 20px;
  top: 0;
  z-index: 1001;
  right: -320px;
  position: fixed;
  background: #9ABAD3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 387, sass/_menu.scss */
#navsearchform h4 {
  margin-bottom: 10px;
}

/* line 393, sass/_menu.scss */
.search-open {
  right: 0 !important;
}

/* line 397, sass/_menu.scss */
#resp-primary .menu-item-has-children, #resp-primary .navsearch {
  display: none;
}

/* line 401, sass/_menu.scss */
.overlay {
  display: none;
  z-index: 8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

/* line 415, sass/_menu.scss */
.cover {
  display: block;
}

/* line 419, sass/_menu.scss */
.pinTop {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

/* =Content
----------------------------------------------- */
/* line 6, sass/_content.scss */
.hentry {
  margin: 0 0 30px;
}

/* line 9, sass/_content.scss */
.byline,
.updated {
  display: none;
}

/* line 14, sass/_content.scss */
.single .byline, .group-blog .byline {
  display: inline;
}

/* line 18, sass/_content.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 30px 0 0;
}

/* line 23, sass/_content.scss */
.page-links {
  clear: both;
  margin: 0 0 30px;
}

/* line 28, sass/_content.scss */
.sponsor_note {
  font-size: 18px;
  background-color: #f5f8fa;
  padding: 10px 20px 10px 10px;
  margin-bottom: 30px;
}
/* line 35, sass/_content.scss */
.sponsor_note .note-heading {
  color: #48607a;
}
/* line 39, sass/_content.scss */
.sponsor_note img {
  display: inline;
  margin: 0px 10px 10px 0px;
  float: right;
}

/* line 47, sass/_content.scss */
.Ebook-Sponsor-Note {
  position: relative;
  font-size: 18px;
  background-color: #f5f8fa;
  padding: 20px;
  text-align: left;
}
/* line 55, sass/_content.scss */
.Ebook-Sponsor-Note .Ebook-Sponsor-Note-Heading {
  color: #48607a;
}
/* line 59, sass/_content.scss */
.Ebook-Sponsor-Note .Ebook-Sponsor-Note-Logo {
  display: block;
  max-height: 33px;
  margin: 0px 0px 20px 20px !important;
  float: right;
}

@media (max-width: 639px) {
  /* line 71, sass/_content.scss */
  .Ebook-Sponsor-Note-Logo {
    margin: 20px 0px 20px 0px !important;
    float: none;
    clear: both;
  }
}
/* line 84, sass/_content.scss */
.event_listing {
  background: #f5f8fa;
  margin-bottom: 30px;
  font-size: 18px;
  padding: 10px;
}

/* line 93, sass/_content.scss */
.event-logo {
  width: 150px;
  height: 150px;
  display: inline-block;
}

/* line 100, sass/_content.scss */
.logo2x {
  max-width: 125px;
  margin-left: 0;
}

/* line 106, sass/_content.scss */
.event-content {
  display: inline-block;
  vertical-align: top;
  max-width: 73%;
  padding-left: 10px;
}

/* line 113, sass/_content.scss */
.event-heading, .event-description {
  line-height: 130%;
}

/* line 117, sass/_content.scss */
.event-date {
  font-weight: 700;
}
/* line 121, sass/_content.scss */
.event-date span {
  padding: 0 5px;
}

/* line 126, sass/_content.scss */
.mobile-date {
  font-weight: 700;
}
/* line 129, sass/_content.scss */
.mobile-date span {
  padding: 0 5px;
}

/* line 135, sass/_content.scss */
.mobile-show {
  display: none;
}

/* line 140, sass/_content.scss */
.warmup-listing {
  background: #48607a;
  padding: 30px 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
/* line 148, sass/_content.scss */
.warmup-listing .button {
  margin-bottom: 0;
}

/* line 153, sass/_content.scss */
.flyout-top-bar {
  width: 100%;
  height: 10px;
  background: #00aff4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00aff4 0%, #ff3287 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00aff4), color-stop(100%, #ff3287));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #00aff4 0%, #ff3287 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #00aff4 0%, #ff3287 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #00aff4 0%, #ff3287 100%);
  /* IE10+ */
  background: linear-gradient(to right, #00aff4 0%, #ff3287 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aff4', endColorstr='#ff3287',GradientType=1 );
  /* IE6-9 */
}

/* line 166, sass/_content.scss */
#flyout {
  display: none;
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 320px;
  box-shadow: 1px -1px 12px rgba(0, 0, 0, 0.5);
}

/* line 175, sass/_content.scss */
.flyout-cta, .flyout-close {
  display: inline-block;
  vertical-align: top;
}

/* line 180, sass/_content.scss */
.flyout-close {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  float: right;
  margin-top: 6px;
  margin-right: 10px;
  height: 16px;
  width: 15px;
  background: url("img/iconsSprite.png") -683px 35px;
  background-size: 875.5px auto;
}

/* line 193, sass/_content.scss */
.close-flyout {
  color: transparent;
  background: none;
}

/* line 198, sass/_content.scss */
.flyout-cta {
  top: -24px;
  position: relative;
  margin-bottom: -24px;
  width: 100%;
  padding: 6px 10px 10px 10px;
  text-align: center;
}
/* line 206, sass/_content.scss */
.flyout-cta h3 {
  width: 200px;
  margin: 0 auto;
  color: #000;
  line-height: 110%;
}
/* line 213, sass/_content.scss */
.flyout-cta .button {
  margin-bottom: 10px;
}

/* line 218, sass/_content.scss */
.survey-link {
  margin-bottom: 10px;
}

/* =Asides
----------------------------------------------- */
/* line 5, sass/_postformats.scss */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */
/* line 7, sass/_media.scss */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* line 15, sass/_media.scss */
.wp-caption {
  max-width: 100%;
}
/* line 20, sass/_media.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 100%;
}
/* line 25, sass/_media.scss */
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 32, sass/_media.scss */
.wp-caption iframe + .wp-caption-text {
  margin-top: 2px;
}

/* line 38, sass/_media.scss */
.gallery {
  margin-bottom: 30px;
}
/* line 44, sass/_media.scss */
.gallery .gallery-item {
  float: left;
}
/* line 48, sass/_media.scss */
.gallery .gallery-item .gallery-icon a {
  display: block;
}
/* line 50, sass/_media.scss */
.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin-bottom: 0;
}
/* line 57, sass/_media.scss */
.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}

/* Fluid Gallery Columns
   works well if you remove the default gallery styling
   by adding the following to your functions.php
   add_filter( 'use_default_gallery_style', '__return_false' );
*/
/* line 67, sass/_media.scss */
.gallery-columns-2 .gallery-item {
  width: 49%;
  margin-right: 2;
}

/* line 71, sass/_media.scss */
.gallery-columns-2 .gallery-item:nth-of-type(2n - 2) {
  margin-right: 0;
  clear: right;
}

/* line 67, sass/_media.scss */
.gallery-columns-3 .gallery-item {
  width: 32%;
  margin-right: 2;
}

/* line 71, sass/_media.scss */
.gallery-columns-3 .gallery-item:nth-of-type(3n - 3) {
  margin-right: 0;
  clear: right;
}

/* line 67, sass/_media.scss */
.gallery-columns-4 .gallery-item {
  width: 23.5%;
  margin-right: 2;
}

/* line 71, sass/_media.scss */
.gallery-columns-4 .gallery-item:nth-of-type(4n - 4) {
  margin-right: 0;
  clear: right;
}

/* line 67, sass/_media.scss */
.gallery-columns-5 .gallery-item {
  width: 18.4%;
  margin-right: 2;
}

/* line 71, sass/_media.scss */
.gallery-columns-5 .gallery-item:nth-of-type(5n - 5) {
  margin-right: 0;
  clear: right;
}

/* line 67, sass/_media.scss */
.gallery-columns-6 .gallery-item {
  width: 15%;
  margin-right: 2;
}

/* line 71, sass/_media.scss */
.gallery-columns-6 .gallery-item:nth-of-type(6n - 6) {
  margin-right: 0;
  clear: right;
}

/* line 67, sass/_media.scss */
.gallery-columns-7 .gallery-item {
  width: 12.57143%;
  margin-right: 2;
}

/* line 71, sass/_media.scss */
.gallery-columns-7 .gallery-item:nth-of-type(7n - 7) {
  margin-right: 0;
  clear: right;
}

/* line 67, sass/_media.scss */
.gallery-columns-8 .gallery-item {
  width: 10.75%;
  margin-right: 2;
}

/* line 71, sass/_media.scss */
.gallery-columns-8 .gallery-item:nth-of-type(8n - 8) {
  margin-right: 0;
  clear: right;
}

/* line 67, sass/_media.scss */
.gallery-columns-9 .gallery-item {
  width: 9.33333%;
  margin-right: 2;
}

/* line 71, sass/_media.scss */
.gallery-columns-9 .gallery-item:nth-of-type(9n - 9) {
  margin-right: 0;
  clear: right;
}

/* Make sure embeds and iframes fit their containers */
/* line 89, sass/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Navigation
----------------------------------------------- */
/* line 4, sass/_navigation.scss */
.site-main [class*="navigation"] {
  margin: 0 0 30px;
  overflow: hidden;
}
/* line 8, sass/_navigation.scss */
.site-main [class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}
/* line 13, sass/_navigation.scss */
.site-main [class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* =Comments
----------------------------------------------- */
/* line 3, sass/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* =Widgets
----------------------------------------------- */
/* line 4, sass/_widgets.scss */
.widget {
  margin: 0 0 30px;
  /* Make sure select elements fit in widgets */
  /* Search widget */
}
/* line 8, sass/_widgets.scss */
.widget select {
  max-width: 100%;
}
/* line 13, sass/_widgets.scss */
.widget .widget-search .search-submit {
  display: none;
}

/* line 4, sass/_author.scss */
.author-bio-container {
  padding: 30px 0;
  background: #C7D9E6;
}

/* line 9, sass/_author.scss */
.author-bio {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
/* line 15, sass/_author.scss */
.author-bio .description {
  font-size: 18px;
  margin-bottom: 0;
}

/* line 22, sass/_author.scss */
.author-avatar {
  text-align: center;
}

/* line 26, sass/_author.scss */
.author-avatar img {
  width: 300px;
}

/* line 32, sass/_author.scss */
.author .site-main .sectionheader {
  margin-top: 0;
}
/* line 36, sass/_author.scss */
.author .social-icon, .author .ssba_twitter_share, .author .ssba_facebook_share, .author .ssba_linkedin_share, .author .ssba_google_share, .author .ssba_website {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 2px;
  opacity: 0.8;
}
/* line 43, sass/_author.scss */
.author .social-icon img, .author .ssba_twitter_share img, .author .ssba_facebook_share img, .author .ssba_linkedin_share img, .author .ssba_google_share img, .author .ssba_website img {
  display: none !important;
}
/* line 49, sass/_author.scss */
.author .social-icon:hover, .author .ssba_twitter_share:hover, .author .ssba_facebook_share:hover, .author .ssba_linkedin_share:hover, .author .ssba_google_share:hover, .author .ssba_website:hover {
  opacity: 1;
}
/* line 53, sass/_author.scss */
.author .morebutton {
  text-align: center;
  display: none;
}
/* line 58, sass/_author.scss */
.author .button {
  margin: 20px 0 0 0;
}
/* line 62, sass/_author.scss */
.author .ssba-container {
  padding: 12px 0;
  text-align: center;
}
/* line 67, sass/_author.scss */
.author .ssba {
  display: inline-block;
  height: 35px;
}
/* line 72, sass/_author.scss */
.author .ssba_twitter_share {
  background: url(img/Icons/Regular/Twitter.svg) no-repeat;
}
/* line 77, sass/_author.scss */
.author .ssba_facebook_share {
  background: url(img/Icons/Regular/Facebook.svg) no-repeat;
}
/* line 82, sass/_author.scss */
.author .ssba_linkedin_share {
  background: url(img/Icons/Regular/Linkedin.svg) no-repeat;
}
/* line 87, sass/_author.scss */
.author .ssba_google_share {
  background: url(img/Icons/Regular/Google-Plus.svg) no-repeat;
}
/* line 92, sass/_author.scss */
.author .ssba_website {
  background: url(img/Icons/Regular/Author-Website-Bookmark.svg) no-repeat;
}

/* line 99, sass/_author.scss */
.morecontent span {
  display: none;
}

@media (max-width: 620px) {
  /* line 105, sass/_author.scss */
  .author .morebutton {
    display: block;
  }
}
@media (max-width: 1169px) {
  /* line 6, sass/_responsive1169.scss */
  .top-bar {
    padding: 0 10px;
    width: 100%;
  }
  /* line 11, sass/_responsive1169.scss */
  .top-bar #ancillary {
    padding-left: 20px;
  }

  /* line 17, sass/_responsive1169.scss */
  #top-follow {
    margin-right: 15px;
  }

  /* line 21, sass/_responsive1169.scss */
  #masthead .site-branding {
    left: 30px;
  }

  /* line 27, sass/_responsive1169.scss */
  .main-navigation ul {
    margin-left: 240px;
  }

  /* line 32, sass/_responsive1169.scss */
  .navsearch {
    right: 20px;
  }
}
@media (max-width: 899px) {
  /* line 6, sass/_responsive899.scss */
  .top-bar {
    display: none;
  }

  /* line 10, sass/_responsive899.scss */
  #masthead .site-branding {
    left: 30px;
  }

  /* line 17, sass/_responsive899.scss */
  #site-navigation .region-drop, #site-navigation .menu-item-object-category, #site-navigation .menu-item-object-page {
    display: none;
  }
  /* line 21, sass/_responsive899.scss */
  #site-navigation .navsearch {
    right: 80px;
  }
  /* line 25, sass/_responsive899.scss */
  #site-navigation .menu-bar {
    display: block;
    right: 30px;
  }

  /* line 35, sass/_responsive899.scss */
  .topstory-container {
    width: 430px;
  }
  /* line 38, sass/_responsive899.scss */
  .topstory-container .topstory-box {
    margin-right: 0;
  }
  /* line 41, sass/_responsive899.scss */
  .topstory-container .topstory-box:nth-of-type(2) {
    margin-bottom: 20px;
  }

  /* line 51, sass/_responsive899.scss */
  .tnsor-logos {
    display: none;
  }

  /* line 58, sass/_responsive899.scss */
  .main-none {
    padding: 0 20px;
  }

  /* line 62, sass/_responsive899.scss */
  .h1-none {
    text-transform: none;
  }
}
/*MEDIUM***********************************************************************************************************************MEDIUM****************/
@media (max-width: 639px) {
  /* line 9, sass/_responsive639.scss */
  #responsive-menu {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  /* line 16, sass/_responsive639.scss */
  .topstory-container {
    width: 430px;
  }
  /* line 20, sass/_responsive639.scss */
  .topstory-container .topstory-box {
    margin-right: 0;
  }
  /* line 24, sass/_responsive639.scss */
  .topstory-container .topstory-box:nth-of-type(2) {
    margin-bottom: 20px;
  }

  /* line 36, sass/_responsive639.scss */
  #main > .sponsor-box {
    display: none;
  }

  /* line 45, sass/_responsive639.scss */
  .loop > .sponsor-box {
    display: none;
  }

  /* line 54, sass/_responsive639.scss */
  .error404 #main {
    padding: 20px;
  }

  /* line 60, sass/_responsive639.scss */
  .event-logo {
    width: 25%;
    height: auto;
  }
}
/*SMALL TO MEDIUM*********************************************************************************************INTERMEDIATE*************************/
@media (min-width: 600px) and (max-width: 639px) {
  /* line 77, sass/_responsive639.scss */
  .topstory-container {
    width: 430px;
  }
  /* line 80, sass/_responsive639.scss */
  .topstory-container .topstory-box {
    margin-right: 0;
  }
  /* line 83, sass/_responsive639.scss */
  .topstory-container .topstory-box:nth-of-type(2) {
    margin-bottom: 20px;
  }

  /* line 92, sass/_responsive639.scss */
  #main {
    width: 100%;
  }
  /* line 95, sass/_responsive639.scss */
  #main > .sponsor-box {
    display: none;
  }

  /* line 100, sass/_responsive639.scss */
  .resp-container, .entry-header, .page .entry-content {
    padding: 0 15px;
  }

  /* line 106, sass/_responsive639.scss */
  .loop > .sponsor-box {
    display: none;
  }

  /* line 114, sass/_responsive639.scss */
  .error404 #main {
    padding: 20px;
  }

  /* line 121, sass/_responsive639.scss */
  .singlerss-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 15px 20px 15px;
  }

  /* line 127, sass/_responsive639.scss */
  .author-bio {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  /* line 133, sass/_responsive639.scss */
  #colophon {
    width: 100%;
  }

  /* line 137, sass/_responsive639.scss */
  .author-avatar img {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 619px) {
  /* line 145, sass/_responsive639.scss */
  .singlerss-wrap {
    width: 290px;
    margin-bottom: 20px;
  }
  /* line 149, sass/_responsive639.scss */
  .singlerss-wrap .rss-logo {
    text-align: left;
    width: 100%;
  }
  /* line 153, sass/_responsive639.scss */
  .singlerss-wrap .rss-logo .imagefix {
    margin-top: 0px;
  }
  /* line 158, sass/_responsive639.scss */
  .singlerss-wrap .rss-unit {
    padding: 10px 0 12px 0;
  }
  /* line 162, sass/_responsive639.scss */
  .singlerss-wrap .rss-title {
    width: 100%;
  }
}
@media (max-width: 599px) {
  /* line 8, sass/_responsive599.scss */
  .nav-bar {
    height: 44px;
  }

  /* line 12, sass/_responsive599.scss */
  #masthead .site-branding {
    left: 15px;
    transform: translate(0%, -65%);
    -webkit-transform: translate(0%, -65%);
    -moz-transform: translate(0%, -65%);
    -ms-transform: translate(0%, -65%);
  }

  /* line 20, sass/_responsive599.scss */
  #masthead .site-branding img {
    height: 18px;
  }

  /* line 26, sass/_responsive599.scss */
  #site-navigation .navsearch {
    width: 0;
    top: 46%;
    right: 55px;
    height: 17px;
    background: url(img/Icons/Small/Search-Small.svg) no-repeat;
  }
  /* line 34, sass/_responsive599.scss */
  #site-navigation .menu-bar {
    right: 15px;
    width: 0px;
    height: 17px;
    background: url(img/Icons/Small/Menu-Small.svg) no-repeat;
  }

  /* line 45, sass/_responsive599.scss */
  .topstory-container {
    width: 310px;
    padding-bottom: 20px;
  }
  /* line 50, sass/_responsive599.scss */
  .topstory-container .topstory-box {
    width: 310px;
    height: 200px;
    margin-right: 0;
  }
  /* line 56, sass/_responsive599.scss */
  .topstory-container .topstory-box img {
    height: 100%;
  }
  /* line 60, sass/_responsive599.scss */
  .topstory-container .topstory-box:nth-of-type(2) {
    margin-bottom: 20px;
  }
  /* line 64, sass/_responsive599.scss */
  .topstory-container .topstory-box .title-row {
    height: 95px;
  }
  /* line 68, sass/_responsive599.scss */
  .topstory-container .topstory-box .topstory-overlay {
    height: 105px;
  }
  /* line 72, sass/_responsive599.scss */
  .topstory-container .topstory-box .topstory-overlay img {
    width: 40%;
  }

  /* line 79, sass/_responsive599.scss */
  .tnsor-logos {
    display: none;
  }

  /* line 83, sass/_responsive599.scss */
  #main {
    width: 100%;
  }
  /* line 86, sass/_responsive599.scss */
  #main > .sponsor-box {
    display: none;
  }

  /* line 92, sass/_responsive599.scss */
  .loop > .sponsor-box {
    display: none;
  }

  /* line 97, sass/_responsive599.scss */
  .normalstory-box {
    margin-bottom: 20px;
  }

  /* line 104, sass/_responsive599.scss */
  #loadmore {
    margin: 10px 0 20px 0;
  }

  /* line 113, sass/_responsive599.scss */
  .author-bio-container {
    padding: 20px 0;
  }

  /* line 117, sass/_responsive599.scss */
  .author .ssba-container {
    padding: 2px 0;
  }

  /* line 121, sass/_responsive599.scss */
  .cform {
    padding: 10px 20px 0 20px;
  }

  /* line 132, sass/_responsive599.scss */
  .single #main {
    width: 100%;
  }
  /* line 136, sass/_responsive599.scss */
  .single #comments {
    width: 100%;
  }
  /* line 140, sass/_responsive599.scss */
  .single .entry-header {
    margin: 20px 0;
  }
  /* line 144, sass/_responsive599.scss */
  .single .postshare {
    margin-top: 12px;
  }
  /* line 148, sass/_responsive599.scss */
  .single .entry-content {
    margin: 20px 0 0;
  }
  /* line 151, sass/_responsive599.scss */
  .single .entry-content p {
    margin-bottom: 20px;
  }
  /* line 156, sass/_responsive599.scss */
  .single header {
    padding: 0 15px;
  }
  /* line 160, sass/_responsive599.scss */
  .single .related-posts-wrapper {
    width: 100%;
  }
  /* line 164, sass/_responsive599.scss */
  .single .resp-container {
    width: 100%;
    padding: 0 15px;
  }
  /* line 169, sass/_responsive599.scss */
  .single .comment-block {
    width: 100%;
    padding: 20px 15px;
  }
  /* line 174, sass/_responsive599.scss */
  .single .editors-note {
    margin: 20px 0;
  }
  /* line 178, sass/_responsive599.scss */
  .single .notes {
    line-height: 120%;
  }

  /* line 188, sass/_responsive599.scss */
  .page .entry-content {
    padding: 0 15px;
  }

  /* line 196, sass/_responsive599.scss */
  .error404 #main {
    padding: 20px;
  }

  /* line 202, sass/_responsive599.scss */
  .singlerss-wrap {
    width: 290px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  /* line 208, sass/_responsive599.scss */
  .singlerss-wrap .rss-logo {
    text-align: left;
    max-width: 100%;
  }
  /* line 212, sass/_responsive599.scss */
  .singlerss-wrap .rss-logo .imagefix {
    margin-top: 0px;
  }
  /* line 217, sass/_responsive599.scss */
  .singlerss-wrap .rss-unit {
    padding: 10px 0 12px 0;
  }
  /* line 221, sass/_responsive599.scss */
  .singlerss-wrap .rss-title {
    width: 100%;
  }

  /* line 226, sass/_responsive599.scss */
  .event-logo {
    width: 26%;
  }

  /* line 230, sass/_responsive599.scss */
  .event-content {
    max-width: 73%;
  }

  /* line 238, sass/_responsive599.scss */
  .event_listing {
    padding: 10px;
  }

  /* line 242, sass/_responsive599.scss */
  .author-avatar img {
    width: 50%;
  }
}
@media (min-width: 376px) and (max-width: 480px) {
  /* line 6, sass/_responsive480.scss */
  .event-content {
    max-width: 71%;
  }

  /* line 10, sass/_responsive480.scss */
  .event-logo {
    width: 26%;
  }
}
@media (min-width: 320px) and (max-width: 455px) {
  /* line 19, sass/_responsive480.scss */
  .paging-navigation {
    padding: 0 40px;
  }

  /* line 23, sass/_responsive480.scss */
  .event_listing {
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  /* line 6, sass/_responsive375.scss */
  .mobile-show {
    display: inline-block;
    vertical-align: top;
    width: 69%;
    padding-left: 10px;
  }

  /* line 13, sass/_responsive375.scss */
  .event-date {
    display: none;
  }

  /* line 17, sass/_responsive375.scss */
  .event-logo {
    width: 85px;
  }

  /* line 21, sass/_responsive375.scss */
  .event-content {
    padding-left: 0;
    max-width: 100%;
  }

  /* line 26, sass/_responsive375.scss */
  .author-avatar img {
    width: 150px;
  }
}
@media (max-width: 374px) {
  /* line 38, sass/_responsive375.scss */
  .mobile-show {
    width: 64%;
  }

  /* line 44, sass/_responsive375.scss */
  .topstory-container {
    width: 310px;
    padding-bottom: 20px;
  }
  /* line 49, sass/_responsive375.scss */
  .topstory-container .topstory-box {
    width: 310px;
    height: 200px;
    margin-right: 0;
  }
  /* line 54, sass/_responsive375.scss */
  .topstory-container .topstory-box img {
    height: 100%;
  }
  /* line 58, sass/_responsive375.scss */
  .topstory-container .topstory-box:nth-of-type(2) {
    margin-bottom: 20px;
  }
  /* line 62, sass/_responsive375.scss */
  .topstory-container .topstory-box .topstory-overlay {
    height: 105px;
  }
  /* line 66, sass/_responsive375.scss */
  .topstory-container .topstory-box .topstory-overlay img {
    width: 40%;
  }
  /* line 70, sass/_responsive375.scss */
  .topstory-container .topstory-box .title-row {
    height: 95px;
  }

  /* line 80, sass/_responsive375.scss */
  #main {
    width: 100%;
  }
  /* line 83, sass/_responsive375.scss */
  #main > .sponsor-box {
    display: none;
  }

  /* line 88, sass/_responsive375.scss */
  .single #main {
    width: 100%;
  }

  /* line 93, sass/_responsive375.scss */
  .loop > .sponsor-box {
    display: none;
  }

  /* line 100, sass/_responsive375.scss */
  .search-results #main, .archive #main, .blog #main {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  /* line 106, sass/_responsive375.scss */
  .normalstory-box {
    margin-bottom: 10px;
  }

  /* line 113, sass/_responsive375.scss */
  #loadmore {
    margin: 10px 0 20px 0;
  }

  /* line 117, sass/_responsive375.scss */
  .author-bio {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  /* line 126, sass/_responsive375.scss */
  .single .editors-note {
    margin: 20px 0;
  }
  /* line 130, sass/_responsive375.scss */
  .single .notes {
    line-height: 120%;
  }
  /* line 134, sass/_responsive375.scss */
  .single .entry-header {
    margin: 10px 0;
  }
  /* line 138, sass/_responsive375.scss */
  .single .postshare {
    margin-top: 2px;
  }
  /* line 142, sass/_responsive375.scss */
  .single .entry-content {
    margin: 10px 0 0;
  }
  /* line 145, sass/_responsive375.scss */
  .single .entry-content p {
    margin-bottom: 10px;
  }
  /* line 150, sass/_responsive375.scss */
  .single header {
    padding: 0 15px;
  }
  /* line 154, sass/_responsive375.scss */
  .single .related-posts-wrapper, .single .comment-block {
    width: 100%;
  }
  /* line 158, sass/_responsive375.scss */
  .single .comment-block {
    padding: 20px 15px;
  }
  /* line 162, sass/_responsive375.scss */
  .single .resp-container {
    padding: 0 15px;
  }
  /* line 166, sass/_responsive375.scss */
  .single #comments {
    width: 100%;
  }

  /* line 175, sass/_responsive375.scss */
  .page .entry-content {
    padding: 0 15px;
  }

  /* line 183, sass/_responsive375.scss */
  .error404 #main {
    padding: 20px;
  }

  /* line 190, sass/_responsive375.scss */
  .event-content {
    max-width: 100%;
  }

  /* line 194, sass/_responsive375.scss */
  .mobile-show {
    width: 64%;
  }

  /* line 198, sass/_responsive375.scss */
  .event_listing {
    margin-bottom: 15px;
    padding: 10px;
  }

  /* line 203, sass/_responsive375.scss */
  .singlerss-wrap {
    width: 290px;
    margin-bottom: 20px;
  }
  /* line 207, sass/_responsive375.scss */
  .singlerss-wrap .rss-logo {
    text-align: left;
    width: 100%;
  }
  /* line 211, sass/_responsive375.scss */
  .singlerss-wrap .rss-logo .imagefix {
    margin-top: 0px;
  }
  /* line 216, sass/_responsive375.scss */
  .singlerss-wrap .rss-unit {
    padding: 10px 0 12px 0;
  }
  /* line 220, sass/_responsive375.scss */
  .singlerss-wrap .rss-title {
    width: 100%;
  }
}
/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 5, sass/_infinitescroll.scss */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/* line 11, sass/_infinitescroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/* line 3, sass/_tables.scss */
.entry-content th {
  font-weight: 700;
  font-size: 18px;
  border-left: 1px solid #C7D9E6;
  color: #475F79;
}
/* line 9, sass/_tables.scss */
.entry-content th:last-child {
  border-right: 1px solid #C7D9E6;
}
/* line 17, sass/_tables.scss */
.entry-content tr td {
  border-left: 1px solid #C7D9E6;
}
/* line 20, sass/_tables.scss */
.entry-content tr td:first-child {
  font-weight: 900;
}
/* line 24, sass/_tables.scss */
.entry-content tr td:last-child {
  border-right: 1px solid #C7D9E6;
}
/* line 29, sass/_tables.scss */
.entry-content tr:nth-of-type(even) {
  background: #F5F8FA;
}

@media only screen and (max-width: 767px) {
  /* line 40, sass/_tables.scss */
  .pinned {
    border-left: none !important;
    border-right: none !important;
  }
  /* line 44, sass/_tables.scss */
  .pinned th {
    border-right: 1px solid #C7D9E6;
  }
  /* line 48, sass/_tables.scss */
  .pinned tr td {
    border-right: 1px solid #C7D9E6;
  }

  /* line 53, sass/_tables.scss */
  .pinned table th, .pinned table td {
    white-space: normal !important;
  }

  /* line 57, sass/_tables.scss */
  div.table-wrapper div.scrollable {
    border-left: none;
  }

  /* line 63, sass/_tables.scss */
  table.responsive tr td:nth-child(2) {
    border-left: none !important;
  }
  /* line 67, sass/_tables.scss */
  table.responsive th:nth-child(2) {
    border-left: none !important;
  }
}
/* line 4, sass/_infoBlock.scss */
.infoBlock {
  width: 250px;
  padding: 15px;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #475F79;
  background: #D5F2FD;
  border: 3px solid transparent;
  transition: all 333ms;
  float: right;
}

/* line 18, sass/_infoBlock.scss */
a.infoBlock {
  color: #465F79;
}

/* line 22, sass/_infoBlock.scss */
a.infoBlock .infoBlockTitle {
  transition: all 333ms;
}

/* line 26, sass/_infoBlock.scss */
a.infoBlock:hover {
  color: #000000;
  background: #00AFF4;
}

/* line 31, sass/_infoBlock.scss */
a.infoBlock:hover .infoBlockTitle {
  color: #00AFF4;
  color: #FFFFFF;
}

/* line 36, sass/_infoBlock.scss */
.infoBlockImageBlock {
  width: 130px;
  margin: 0px auto 10px auto;
}

/* line 41, sass/_infoBlock.scss */
.infoBlockImage {
  display: block;
  width: 100%;
}

/* line 46, sass/_infoBlock.scss */
.infoBlockTitle {
  width: 100%;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 120%;
  color: #000000;
  text-align: center;
  margin: 0px auto 12px auto;
}

@media (max-width: 899px) {
  /* line 63, sass/_infoBlock.scss */
  .infoBlock {
    width: 100%;
    margin: 8px 0px 25px 0px !important;
    float: none;
  }

  /* line 69, sass/_infoBlock.scss */
  .infoBlockImageBlock {
    margin: 0px;
    float: left;
  }

  /* line 74, sass/_infoBlock.scss */
  .infoBlockImage {
    width: 130px;
    margin: 0px auto 0px auto;
  }

  /* line 79, sass/_infoBlock.scss */
  .infoBlockTextBlock {
    padding-left: 15px;
    overflow: hidden;
  }

  /* line 84, sass/_infoBlock.scss */
  .infoBlockTitle {
    text-align: left;
  }
}
@media (max-width: 479px) {
  /* line 94, sass/_infoBlock.scss */
  .infoBlockImageBlock {
    margin: 0px auto 10px auto;
    float: none;
  }

  /* line 99, sass/_infoBlock.scss */
  .infoBlockTextBlock {
    padding-left: 0px;
  }

  /* line 103, sass/_infoBlock.scss */
  .infoBlockTitle {
    text-align: center;
  }
}
/* line 4, sass/_fullWidthImage.scss */
.fullWidthImage {
  margin-top: 10px;
}

/* line 8, sass/_fullWidthImage.scss */
.fullWidthImage img {
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 1;
}

/* line 15, sass/_fullWidthImage.scss */
.fullWidthImageCaptionWrap {
  position: relative;
}

/* line 19, sass/_fullWidthImage.scss */
.fullWidthImageCaption {
  position: absolute;
  width: 100%;
  top: 0px;
  color: #475f79;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  text-align: center;
  z-index: 2;
}

/* line 33, sass/_fullWidthImage.scss */
.fwInfograph img {
  position: absolute;
  width: 100%;
  left: 0px;
}

/* line 4, sass/_eBooksStory.scss */
.ebookTitle {
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-weight: 100;
  font-size: 44px;
  line-height: 40px;
  text-transform: uppercase;
}

/* line 3, sass/_eBooksStoryPromoBanner.scss */
.ebookPromoBanner {
  margin-top: -6px;
  width: 100%;
  height: auto;
}

/* line 4, sass/_eBooksStoryProfile.scss */
.profileContainer {
  overflow: visible;
  width: 175px;
  float: right;
  margin-left: 1em;
  margin-bottom: 20px;
}

/* line 12, sass/_eBooksStoryProfile.scss */
.special {
  background: #D5F2FD;
  padding: 15px 10px 15px 15px;
  width: 240px;
}

/* line 18, sass/_eBooksStoryProfile.scss */
.picArea img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 125px;
  width: 100%;
}

/* line 27, sass/_eBooksStoryProfile.scss */
.picArea {
  text-align: center;
}

/* line 31, sass/_eBooksStoryProfile.scss */
.profileInfo p.content {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #465F79;
  margin-bottom: 0;
}

/* line 40, sass/_eBooksStoryProfile.scss */
.profileInfo .name {
  font-family: "Source Sans Pro";
  font-size: 28px;
  font-weight: 300;
  line-height: 120%;
  color: #465F79;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
  /* line 58, sass/_eBooksStoryProfile.scss */
  .picArea, .profileInfo {
    display: inline-block;
  }

  /* line 62, sass/_eBooksStoryProfile.scss */
  .picArea {
    width: 22%;
    vertical-align: top;
    margin-right: 15px;
  }

  /* line 68, sass/_eBooksStoryProfile.scss */
  .profileContainer {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  /* line 74, sass/_eBooksStoryProfile.scss */
  .profileInfo {
    width: 73%;
    width: 100%;
  }

  /* line 79, sass/_eBooksStoryProfile.scss */
  .profileInfo .name {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  /* line 90, sass/_eBooksStoryProfile.scss */
  .profileInfo p.name {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 99, sass/_eBooksStoryProfile.scss */
  .profileContainer {
    width: 100%;
    float: none;
  }

  /* line 104, sass/_eBooksStoryProfile.scss */
  .picArea, .profileInfo {
    display: block;
    width: 100%;
  }

  /* line 109, sass/_eBooksStoryProfile.scss */
  .profileInfo .name {
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  /* line 119, sass/_eBooksStoryProfile.scss */
  .profileContainer {
    margin-top: 20px;
  }
}
/* line 4, sass/_eBooksStoryPromoArea.scss */
.bpromoArea {
  position: relative;
  width: 100%;
  max-width: 620px;
  line-height: 0;
  margin: 0px auto 35px auto;
  background-color: #80D7FA;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80D7FA), to(#55CAF8));
  background: -webkit-linear-gradient(top, #80D7FA, #55CAF8);
  background: -moz-linear-gradient(top, #80D7FA, #55CAF8);
  background: -ms-linear-gradient(top, #80D7FA, #55CAF8);
  background: -o-linear-gradient(top, #80D7FA, #55CAF8);
}

/* line 18, sass/_eBooksStoryPromoArea.scss */
.bpromoArea .poster, .bpromoArea .info, .bpromoArea .button {
  vertical-align: top;
  font-weight: normal;
  float: left;
}

/* line 24, sass/_eBooksStoryPromoArea.scss */
.bpromoArea .poster {
  width: 25%;
  padding: 15px;
  padding: 13px 13px 15px 13px;
}

/* line 31, sass/_eBooksStoryPromoArea.scss */
.bpromoArea .poster img {
  display: block;
  width: 100%;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
}

/* line 37, sass/_eBooksStoryPromoArea.scss */
.bpromoArea p {
  margin-bottom: 0 !important;
}

/* line 41, sass/_eBooksStoryPromoArea.scss */
.bpromoArea .info {
  width: 75%;
}

/* line 45, sass/_eBooksStoryPromoArea.scss */
.bpromoArea .info p {
  color: #000;
  font-weight: 700;
  line-height: 120%;
  font-size: 27px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-right: 15px;
}

/* line 55, sass/_eBooksStoryPromoArea.scss */
.bpromoArea .button {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0;
  border: 0;
  padding: 7px 20px 0px 20px;
  background: #FF3287;
  box-shadow: inset 0 -2px #76557D;
  -webkit-box-shadow: inset 0 -2px #76557D;
}

/* line 68, sass/_eBooksStoryPromoArea.scss */
.fa-arrow-circle-right {
  padding-left: 0.5em;
}

/* line 72, sass/_eBooksStoryPromoArea.scss */
.bpromoArea .outerBlock {
  display: none;
}

@media screen and (max-width: 899px) {
  /* line 83, sass/_eBooksStoryPromoArea.scss */
  .special {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  /* line 93, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .info p {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  /* line 103, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .poster {
    width: 27%;
  }

  /* line 107, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .info {
    width: 73%;
  }

  /* line 111, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .info p {
    margin-top: 10px;
  }

  /* line 115, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .button {
    padding: 7px 20px 0px 20px;
  }
}
@media screen and (max-width: 539px) {
  /* line 124, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .poster {
    width: 30%;
  }

  /* line 128, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .info {
    width: 70%;
  }

  /* line 132, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .info p {
    font-size: 23px;
  }

  /* line 136, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .button {
    padding: 10px 20px 0px 20px;
  }
}
@media screen and (max-width: 479px) {
  /* line 146, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea {
    padding-bottom: 1px;
  }

  /* line 150, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .poster {
    width: 27%;
  }

  /* line 154, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .info {
    width: 73%;
  }

  /* line 158, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .info p {
    padding-top: 0;
    font-size: 24px;
  }

  /* line 163, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .button {
    display: none;
  }

  /* line 167, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .button.outerBlock {
    font-size: 18px;
    width: 94%;
    margin: 0 0 3% 3%;
    padding: 10px 20px 0px 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 413px) {
  /* line 181, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .poster {
    width: 32%;
  }

  /* line 185, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .info {
    width: 68%;
  }

  /* line 189, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .info p {
    font-size: 21px;
  }
}
@media screen and (max-width: 374px) {
  /* line 199, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .poster {
    width: 35%;
  }

  /* line 203, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .info {
    width: 65%;
  }

  /* line 207, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .info p {
    font-size: 21px;
  }

  /* line 211, sass/_eBooksStoryPromoArea.scss */
  .bpromoArea .button {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 216, sass/_eBooksStoryPromoArea.scss */
  .bpromoArrowMobile {
    display: none !important;
  }
}
/* line 4, sass/_eBooksLead.scss */
#Ebooks-Lead-Header {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #95bdd3;
}

/* line 11, sass/_eBooksLead.scss */
#Ebooks-Lead-Logo {
  position: absolute;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

/* line 22, sass/_eBooksLead.scss */
#Ebooks-Lead-Screen {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: none;
  z-index: 10000;
}

/* line 34, sass/_eBooksLead.scss */
#Ebooks-Lead-Body-Wrap-For-Backround-Color-Only {
  background: #FFFFFF;
}

/* line 4, sass/_eBooksLeadKey.scss */
#Ebooks-Lead-Key-Row {
  position: relative;
  width: 100%;
  min-height: 540px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#80d7fa+0,55caf8+100 */
  background: #80d7fa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #80d7fa 0%, #55caf8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80d7fa), color-stop(100%, #55caf8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #80d7fa 0%, #55caf8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #80d7fa 0%, #55caf8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #80d7fa 0%, #55caf8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #80d7fa 0%, #55caf8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80d7fa', endColorstr='#55caf8',GradientType=0 );
  /* IE6-9 */
}

/* line 19, sass/_eBooksLeadKey.scss */
#Ebooks-Lead-Key {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  top: 0px;
  left: 50%;
  padding: 0px 40px 40px 40px;
  margin: 0px auto 0px auto;
  text-align: center;
  transform: translate(-50%, 40px);
  -webkit-transform: translate(-50%, 40px);
  -moz-transform: translate(-50%, 40px);
  z-index: 3;
}

/* line 34, sass/_eBooksLeadKey.scss */
#Ebooks-Lead-Key H1 {
  font-size: 40px !important;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 5px;
}

/* line 41, sass/_eBooksLeadKey.scss */
#Ebooks-Lead-Key H2 {
  font-size: 30px !important;
  margin-bottom: 20px;
}

/* line 46, sass/_eBooksLeadKey.scss */
#Ebooks-Lead-Key-Image {
  display: block;
  width: 100%;
  margin: 0px auto 0px auto;
}

@media (max-width: 1439px) {
  /* line 59, sass/_eBooksLeadKey.scss */
  #Ebooks-Lead-Key-Row {
    min-height: 500px;
  }
}
@media (max-width: 1023px) {
  /* line 70, sass/_eBooksLeadKey.scss */
  #Ebooks-Lead-Key {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
  }

  /* line 76, sass/_eBooksLeadKey.scss */
  #Ebooks-Lead-Key-Row {
    min-height: 390px;
  }

  /* line 81, sass/_eBooksLeadKey.scss */
  #Ebooks-Lead-Key H1 {
    font-size: 36px !important;
    margin-bottom: 5px;
  }

  /* line 86, sass/_eBooksLeadKey.scss */
  #Ebooks-Lead-Key H2 {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 98, sass/_eBooksLeadKey.scss */
  #Ebooks-Lead-Key-Row {
    min-height: 350px;
  }

  /* line 102, sass/_eBooksLeadKey.scss */
  #Ebooks-Lead-Key H1 {
    font-size: 30px !important;
    line-height: 100%;
  }

  /* line 107, sass/_eBooksLeadKey.scss */
  #Ebooks-Lead-Key H2 {
    font-size: 21px !important;
    line-height: 120%;
  }
}
@media (max-width: 639px) {
  /* line 120, sass/_eBooksLeadKey.scss */
  #Ebooks-Lead-Key-Row {
    min-height: 280px;
  }

  /* line 124, sass/_eBooksLeadKey.scss */
  #Ebooks-Lead-Key {
    padding: 0px 20px 20px 20px;
  }

  /* line 128, sass/_eBooksLeadKey.scss */
  #Ebooks-Lead-Key-Image {
    width: 100%;
  }
}
@media (max-width: 374px) {
  /* line 138, sass/_eBooksLeadKey.scss */
  #Ebooks-Lead-Key-Row {
    min-height: 260px;
  }
}
/* line 4, sass/_eBooksLeadEmail.scss */
.Ebooks-No-Spam-Hide-Mobile {
  display: none;
}

/* line 9, sass/_eBooksLeadEmail.scss */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* line 17, sass/_eBooksLeadEmail.scss */
.Ebooks-Lead-Email-Row {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #9abad3;
}

/* line 24, sass/_eBooksLeadEmail.scss */
.Ebooks-Lead-Email-Row-One {
  margin-top: 60px;
}

/* line 28, sass/_eBooksLeadEmail.scss */
.Ebooks-Lead-Email {
  width: 100%;
  max-width: 940px;
  margin: 0px auto 0px auto;
  padding: 40px;
  text-align: center;
}

/* line 36, sass/_eBooksLeadEmail.scss */
.Ebooks-Lead-Email-Input {
  display: inline-block;
  width: 60%;
  height: 60px;
  font-size: 32px;
  padding: 0px 0px 0px 15px;
  border: 1px solid #8fadc4;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}

/* line 47, sass/_eBooksLeadEmail.scss */
.Ebooks-Lead-Email-Input:focus {
  border: 1px solid #00ADF2;
}

/* line 51, sass/_eBooksLeadEmail.scss */
.Ebooks-Lead-Email-Button {
  display: inline-block;
  width: 35%;
  height: 60px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background: #ff3287;
  margin-top: -5px;
  margin-left: 15px;
  vertical-align: middle;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/* line 68, sass/_eBooksLeadEmail.scss */
.Ebooks-Lead-Email-Button:active {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.5);
}

/* line 72, sass/_eBooksLeadEmail.scss */
.Ebooks-Lead-Email-No-Spam {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  opacity: 0.4;
}

@media (max-width: 1023px) {
  /* line 86, sass/_eBooksLeadEmail.scss */
  .Ebooks-Lead-Email-Input {
    width: 55%;
  }

  /* line 90, sass/_eBooksLeadEmail.scss */
  .Ebooks-Lead-Email-Button {
    width: 40%;
  }
}
@media (max-width: 767px) {
  /* line 102, sass/_eBooksLeadEmail.scss */
  .Ebooks-Lead-Email-Input {
    width: 100%;
    margin-bottom: 15px;
  }

  /* line 107, sass/_eBooksLeadEmail.scss */
  .Ebooks-Lead-Email-Button {
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 639px) {
  /* line 117, sass/_eBooksLeadEmail.scss */
  .Ebooks-Lead-Email {
    padding: 20px;
  }

  /* line 121, sass/_eBooksLeadEmail.scss */
  .Ebooks-Lead-Email-Input {
    font-size: 24px;
  }

  /* line 125, sass/_eBooksLeadEmail.scss */
  .Ebooks-No-Spam-Hide-Mobile {
    display: none;
  }
}
@media (max-width: 374px) {
  /* line 135, sass/_eBooksLeadEmail.scss */
  .Ebooks-Lead-Email-Row-One {
    margin-top: 40px;
  }
}
/* line 4, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Row {
  position: relative;
  width: 100%;
}

/* line 9, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Row-Active {
  background: #dbf1fb;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b7e8fb+1,dbf1fb+100 */
  background: #b7e8fb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b7e8fb 1%, #dbf1fb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b7e8fb), color-stop(100%, #dbf1fb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b7e8fb 1%, #dbf1fb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b7e8fb 1%, #dbf1fb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b7e8fb 1%, #dbf1fb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b7e8fb 1%, #dbf1fb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7e8fb', endColorstr='#dbf1fb',GradientType=0 );
  /* IE6-9 */
}

/* line 22, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Row-Inactive {
  background: #f5f8fa;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3e1eb+0,f5f8fa+100 */
  background: #d3e1eb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d3e1eb 0%, #f5f8fa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3e1eb), color-stop(100%, #f5f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d3e1eb 0%, #f5f8fa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d3e1eb 0%, #f5f8fa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d3e1eb 0%, #f5f8fa 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d3e1eb 0%, #f5f8fa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3e1eb', endColorstr='#f5f8fa',GradientType=0 );
  /* IE6-9 */
}

/* line 35, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book {
  width: 100%;
  max-width: 1000px;
  padding: 40px;
  margin: 0px auto 0px auto;
}

/* line 42, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Column {
  float: left;
}

/* line 46, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Column-25 {
  width: 25%;
}

/* line 50, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Column-75 {
  width: 75%;
}

/* line 54, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Column-75-Left {
  padding-right: 40px;
}

/* line 58, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Column-75-Right {
  padding-left: 40px;
}

/* line 62, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Number {
  color: #7F9CB5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

/* line 68, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Title, .Ebooks-Lead-Book-Title span, .Ebooks-Lead-Book-Title p {
  display: inline;
  font-size: 36px;
  font-weight: 100;
  line-height: 110%;
  margin-bottom: 20px;
}

/* line 76, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Synopsis {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 160%;
}

/* line 83, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Synopsis-Link {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #00ADF2;
}

/* line 90, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Column-Cover {
  display: block;
  width: 100%;
  height: auto;
}

/* line 96, sass/_eBooksLeadBook.scss */
.Ebooks-Lead-Book-Column-Cover-Mobile {
  display: none;
}

@media (max-width: 767px) {
  /* line 105, sass/_eBooksLeadBook.scss */
  .Ebooks-Lead-Book {
    padding: 40px;
  }

  /* line 109, sass/_eBooksLeadBook.scss */
  .Ebooks-Lead-Book-Title, .Ebooks-Lead-Book-Title span, .Ebooks-Lead-Book-Title p {
    font-size: 36px;
    line-height: 40px;
    font-weight: 100;
    margin-bottom: 20px;
  }

  /* line 116, sass/_eBooksLeadBook.scss */
  .Ebooks-Lead-Book-Column-75 {
    width: 100%;
  }

  /* line 120, sass/_eBooksLeadBook.scss */
  .Ebooks-Lead-Book-Column-75-Left,
  .Ebooks-Lead-Book-Column-75-Right {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 126, sass/_eBooksLeadBook.scss */
  .Ebooks-Lead-Book-Column-25 {
    display: none;
  }

  /* line 130, sass/_eBooksLeadBook.scss */
  .Ebooks-Lead-Book-Column-Cover-Mobile {
    display: block;
    max-width: 40%;
    margin: 30px auto 30px auto;
  }

  /* line 136, sass/_eBooksLeadBook.scss */
  .Ebooks-Lead-Synopsis-Link {
    display: block;
    line-height: 14px;
  }
}
@media (max-width: 639px) {
  /* line 147, sass/_eBooksLeadBook.scss */
  .Ebooks-Lead-Book {
    padding: 20px 20px 30px 20px;
  }

  /* line 151, sass/_eBooksLeadBook.scss */
  .Ebooks-Lead-Book-Title, .Ebooks-Lead-Book-Title span, .Ebooks-Lead-Book-Title p {
    font-size: 28px;
    line-height: 32px;
    font-weight: 100;
    margin-bottom: 20px;
  }

  /* line 158, sass/_eBooksLeadBook.scss */
  .Ebooks-Lead-Synopsis-Link {
    font-size: 18px;
    line-height: 6px;
  }
}
/* line 4, sass/_eBooksLeadPopover.scss */
#Ebooks-Lead-Popover {
  position: fixed;
  width: 100%;
  max-width: 640px;
  background: #d5f2fd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 10001;
  display: none;
}

/* line 15, sass/_eBooksLeadPopover.scss */
#Ebooks-Lead-Popover-Header {
  width: 100%;
  height: 9px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe3287+0,b457a7+23,826fbc+47,5685cf+72,0aaaf0+100 */
  background: #fe3287;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fe3287 0%, #b457a7 23%, #826fbc 47%, #5685cf 72%, #0aaaf0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fe3287), color-stop(23%, #b457a7), color-stop(47%, #826fbc), color-stop(72%, #5685cf), color-stop(100%, #0aaaf0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fe3287 0%, #b457a7 23%, #826fbc 47%, #5685cf 72%, #0aaaf0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fe3287 0%, #b457a7 23%, #826fbc 47%, #5685cf 72%, #0aaaf0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fe3287 0%, #b457a7 23%, #826fbc 47%, #5685cf 72%, #0aaaf0 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fe3287 0%, #b457a7 23%, #826fbc 47%, #5685cf 72%, #0aaaf0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe3287', endColorstr='#0aaaf0',GradientType=1 );
  /* IE6-9 */
}

/* line 29, sass/_eBooksLeadPopover.scss */
#Ebooks-Lead-Popover-Content {
  position: relative;
  padding: 40px;
}

/* line 34, sass/_eBooksLeadPopover.scss */
#Ebooks-Lead-Popover-X {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 333ms;
}

/* line 43, sass/_eBooksLeadPopover.scss */
#Ebooks-Lead-Popover-X:hover {
  opacity: 1;
}

/* line 47, sass/_eBooksLeadPopover.scss */
#Ebooks-Lead-Popover-Content H1 {
  color: #000000;
  font-size: 30px;
  font-weight: 400;
}

/* line 53, sass/_eBooksLeadPopover.scss */
.Ebooks-Lead-Popover-Checkbox {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0px 0px 10px 0px;
  border-radius: 3px;
  border: 2px solid #ff3287;
  -webkit-appearance: none;
}

/* line 64, sass/_eBooksLeadPopover.scss */
.Ebooks-Lead-Popover-Checkbox:active,
.Ebooks-Lead-Popover-Checkbox:checked:active {
  background: #ff3287;
}

/* line 69, sass/_eBooksLeadPopover.scss */
.Ebooks-Lead-Popover-Checkbox:checked:after {
  position: absolute;
  width: 25px;
  height: 25px;
  top: -2px;
  left: -2px;
  content: '\2714';
  font-size: 16px;
  line-height: 25px;
  padding-left: 6px;
  color: #d5f2fd;
  border-radius: 3px;
  background: #ff3287;
}

/* line 84, sass/_eBooksLeadPopover.scss */
.Ebooks-Lead-Popover-Checkbox:disabled {
  border: 2px solid #aac7d9;
}

/* line 88, sass/_eBooksLeadPopover.scss */
.Ebooks-Lead-Popover-Checkbox-Label {
  display: inline-block;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-height: 25px;
  line-height: 25px;
  margin-top: -38px;
  margin-left: 10px;
  vertical-align: middle;
}

/* line 101, sass/_eBooksLeadPopover.scss */
.Ebooks-Lead-Popover-Checkbox-Label-Disabled {
  color: #869dab;
}

/* line 105, sass/_eBooksLeadPopover.scss */
#Ebooks-Lead-Popover-Download-Button {
  display: block;
  width: 250px;
  height: 60px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background: #ff3287;
  margin: 20px auto 0px auto;
  vertical-align: middle;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/* line 121, sass/_eBooksLeadPopover.scss */
#Ebooks-Lead-Popover-Download-Button:active {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 639px) {
  /* line 129, sass/_eBooksLeadPopover.scss */
  #Ebooks-Lead-Popover {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  /* line 139, sass/_eBooksLeadPopover.scss */
  .Ebooks-Lead-Popover-Checkbox-Wrap {
    display: block;
    position: relative;
    margin-bottom: 30px;
  }

  /* line 145, sass/_eBooksLeadPopover.scss */
  .Ebooks-Lead-Popover-Checkbox {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    margin: 0px;
    border-radius: 3px;
    border: 2px solid #ff3287;
    -webkit-appearance: none;
  }

  /* line 156, sass/_eBooksLeadPopover.scss */
  .Ebooks-Lead-Popover-Checkbox-Label {
    display: inline-block;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    max-width: 85%;
    line-height: 22px;
    margin-top: 0px;
    margin-left: 10px;
    vertical-align: top;
  }
}
@media (max-width: 374px) {
  /* line 176, sass/_eBooksLeadPopover.scss */
  .Ebooks-Lead-Popover-Checkbox-Label {
    max-width: 80%;
  }

  /* line 180, sass/_eBooksLeadPopover.scss */
  #Ebooks-Lead-Popover-Content {
    position: relative;
    padding: 40px 10px 10px 20px;
  }

  /* line 185, sass/_eBooksLeadPopover.scss */
  .Ebooks-Lead-Popover-Checkbox-Wrap {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
}
/* line 4, sass/_eBooksLeadSocial.scss */
.Ebooks-Lead-Social-Row {
  position: relative;
  width: 100%;
  text-align: center;
  background: #FFFFFF;
  border-bottom: 1px solid #9abad3;
}

/* line 12, sass/_eBooksLeadSocial.scss */
.Ebooks-Lead-Social {
  width: 100%;
  max-width: 1000px;
  padding: 40px;
  margin: 0px auto 0px auto;
}

/* line 19, sass/_eBooksLeadSocial.scss */
.Ebooks-Lead-Social H1 {
  margin-bottom: 10px;
}

/* line 23, sass/_eBooksLeadSocial.scss */
.Ebooks-Lead-Social-Copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  padding: 0px 40px 0px 40px;
  margin-bottom: 20px;
}

/* line 32, sass/_eBooksLeadSocial.scss */
.Ebooks-Lead-Social a {
  margin-right: 15px;
}

/* line 36, sass/_eBooksLeadSocial.scss */
.Ebooks-Lead-Social-Icon {
  width: 40px;
  height: auto;
  opacity: 0.7;
}

/* line 42, sass/_eBooksLeadSocial.scss */
.Ebooks-Lead-Social-Icon:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  /* line 49, sass/_eBooksLeadSocial.scss */
  .Ebooks-Lead-Social {
    padding: 40px 20px 40px 20px;
  }

  /* line 53, sass/_eBooksLeadSocial.scss */
  .Ebooks-Lead-Social-Copy {
    padding: 0px;
  }
}
/* line 4, sass/_eBooksLeadSponsors.scss */
.Ebooks-Lead-Sponsors-Row {
  position: relative;
  width: 100%;
  text-align: center;
  background: #f2f2f2;
}

/* line 11, sass/_eBooksLeadSponsors.scss */
.Ebooks-Lead-Sponsors {
  width: 100%;
  max-width: 1000px;
  padding: 40px;
  margin: 0px auto 0px auto;
}

/* line 18, sass/_eBooksLeadSponsors.scss */
.Ebooks-Lead-Sponsors H1 {
  margin-bottom: 30px;
}

/* line 22, sass/_eBooksLeadSponsors.scss */
.Ebooks-Lead-Sponsors-Gallery {
  padding: 0px 100px 0px 100px;
  text-align: center;
}

/* line 27, sass/_eBooksLeadSponsors.scss */
.Ebooks-Lead-Sponsors-Sponsor {
  display: inline-block;
  margin: 10px 20px 30px 20px;
}

/* line 32, sass/_eBooksLeadSponsors.scss */
.Ebooks-Lead-Sponsors-Sponsor img {
  display: block;
  height: 50px;
  margin: 0px auto 0px auto;
}

/* line 38, sass/_eBooksLeadSponsors.scss */
.Ebooks-Lead-Sponsors-Book-Sponsor img {
  display: block;
  height: 30px;
  margin: 0px auto 0px auto;
}

/* line 44, sass/_eBooksLeadSponsors.scss */
.Ebooks-Lead-Sponsors-CTA {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 55, sass/_eBooksLeadSponsors.scss */
  .Ebooks-Lead-Sponsors-Gallery {
    padding: 0px;
  }
}
@media (max-width: 599px) {
  /* line 65, sass/_eBooksLeadSponsors.scss */
  .Ebooks-Lead-Sponsors-Sponsor {
    display: block;
  }
}
/* line 4, sass/_eBooksLeadHomeBanner.scss */
#Ebooks-Lead-Home-Banner-Wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 10, sass/_eBooksLeadHomeBanner.scss */
#Ebooks-Lead-Home-Banner {
  position: relative;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76c9f2+0,b6dbed+100 */
  background: #76c9f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #76c9f2 0%, #b6dbed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76c9f2), color-stop(100%, #b6dbed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #76c9f2 0%, #b6dbed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #76c9f2 0%, #b6dbed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #76c9f2 0%, #b6dbed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #76c9f2 0%, #b6dbed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c9f2', endColorstr='#b6dbed',GradientType=0 );
  /* IE6-9 */
}

/* line 24, sass/_eBooksLeadHomeBanner.scss */
#Ebooks-Lead-Home-Banner-X {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 333ms;
  z-index: 999;
}

/* line 36, sass/_eBooksLeadHomeBanner.scss */
#Ebooks-Lead-Home-Banner-X:hover {
  opacity: 1;
}

/* line 40, sass/_eBooksLeadHomeBanner.scss */
#Ebooks-Lead-Home-Banner-Block {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding: 20px;
  margin: 0px auto 0px auto;
  text-align: center;
}

/* line 49, sass/_eBooksLeadHomeBanner.scss */
#Ebooks-Lead-Home-Banner-Block img {
  display: block;
  max-height: 300px;
  margin: -10px auto 0px auto;
}

/* line 55, sass/_eBooksLeadHomeBanner.scss */
#Ebooks-Lead-Home-Banner-Block H1 {
  font-size: 40px !important;
  font-weight: bold;
  margin-bottom: -5spx;
}

/* line 61, sass/_eBooksLeadHomeBanner.scss */
#Ebooks-Lead-Home-Banner-Block a:hover H1 {
  color: #ff3287;
  transition: color 333ms;
}

/* line 66, sass/_eBooksLeadHomeBanner.scss */
#Ebooks-Lead-Home-Banner-Block H2 {
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 100;
}

@media (max-width: 1023px) {
  /* line 77, sass/_eBooksLeadHomeBanner.scss */
  #Ebooks-Lead-Home-Banner-Block H1 {
    margin-bottom: 0px;
  }

  /* line 81, sass/_eBooksLeadHomeBanner.scss */
  #Ebooks-Lead-Home-Banner-Block H2 {
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  /* line 91, sass/_eBooksLeadHomeBanner.scss */
  #Ebooks-Lead-Home-Banner-Block img {
    max-height: 250px;
  }

  /* line 95, sass/_eBooksLeadHomeBanner.scss */
  #Ebooks-Lead-Home-Banner-Block H1 {
    font-size: 24px !important;
    line-height: 120%;
  }

  /* line 100, sass/_eBooksLeadHomeBanner.scss */
  #Ebooks-Lead-Home-Banner-Block H2 {
    font-size: 28px;
    line-height: 32px;
  }

  /* line 105, sass/_eBooksLeadHomeBanner.scss */
  #Ebooks-Lead-Home-Banner-X {
    top: 10px;
    right: 10px;
  }
}
/* line 4, sass/_podcasts2015.scss */
.podcasts-2015-article {
  background: #f6f8fa;
}

/* line 9, sass/_podcasts2015.scss */
.podcasts-2015-index {
  width: 100%;
  margin-top: 30px;
}

/* line 14, sass/_podcasts2015.scss */
.podcasts-index-cell {
  width: 50%;
  margin-bottom: 20px;
  float: left;
}

/* line 20, sass/_podcasts2015.scss */
.podcasts-index-cell:nth-child(odd) {
  padding-right: 10px;
}

/* line 24, sass/_podcasts2015.scss */
.podcasts-index-cell:nth-child(even) {
  padding-left: 10px;
}

/* line 28, sass/_podcasts2015.scss */
.podcasts-2015-index-item {
  display: block;
  width: 100%;
  min-height: 360px;
  padding: 10px;
  color: #000000;
  line-height: 125%;
  background: #d5f2fd;
  border-radius: 2px;
  -moz-box-shadow: 0px 1.5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1.5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1.5px 2px rgba(0, 0, 0, 0.2);
  transition: background 333ms;
}

/* line 43, sass/_podcasts2015.scss */
.podcasts-2015-index-item:hover {
  color: #FFFFFF !important;
  background: #00AFF4;
}

/* line 48, sass/_podcasts2015.scss */
.podcasts-2015-index-item:visited {
  color: #000000;
}

/* line 52, sass/_podcasts2015.scss */
.podcasts-2015-index-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

@media (max-width: 639px) {
  /* line 65, sass/_podcasts2015.scss */
  .podcasts-index-cell {
    display: block;
    width: 100%;
    max-width: 280px;
    float: none;
    margin: 0px auto 20px auto;
  }

  /* line 73, sass/_podcasts2015.scss */
  .podcasts-index-cell:nth-child(odd) {
    padding-right: 0px;
  }

  /* line 77, sass/_podcasts2015.scss */
  .podcasts-index-cell:nth-child(even) {
    padding-left: 0px;
  }
}
/* line 4, sass/_checkout.scss */
.checkout-wrap {
  padding: 20px;
}

/* line 8, sass/_checkout.scss */
.checkout-intro {
  margin: 40px 0px 40px 0px;
}

/* line 12, sass/_checkout.scss */
.checkout-legal {
  padding: 20px;
  background: #F5F8FA;
  margin-bottom: 20px;
}

/* line 19, sass/_checkout.scss */
.checkout-products {
  margin: 0px 0px 40px 0px;
  display: none;
  opacity: 0;
}

/* line 25, sass/_checkout.scss */
.checkout-product {
  padding: 20px;
  background: #F5F8FA;
  margin-bottom: 20px;
}

/* line 32, sass/_checkout.scss */
.checkout-product-info {
  width: 40%;
  float: left;
}

/* line 37, sass/_checkout.scss */
.checkout-product-payment-form {
  width: 60%;
  float: left;
}

@media (max-width: 767px) {
  /* line 46, sass/_checkout.scss */
  .checkout-product-info {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  /* line 52, sass/_checkout.scss */
  .checkout-product-payment-form {
    width: 100%;
    float: none;
  }
}
/* line 4, sass/_search.scss */
#search-results-wrapper {
  padding: 20px;
  width: 100%;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 659px) {
  /* line 14, sass/_search.scss */
  #search-results-wrapper {
    max-width: 300px;
    padding: 10px 10px 10px 5px;
  }

  /* line 19, sass/_search.scss */
  .normalstory-box-search {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 4, sass/_footer.scss */
#colophon {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* line 10, sass/_footer.scss */
#mainfooter {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #475F79;
}

/* line 18, sass/_footer.scss */
.footercol {
  width: 33.333%;
  padding-left: 20px;
  float: left;
}

/* line 24, sass/_footer.scss */
.footercol .menu {
  margin: 0;
  list-style: none;
}

/* line 31, sass/_footer.scss */
.footercol .menu-item a, .footercol .menu-item a:visited {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 220%;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
}
/* line 41, sass/_footer.scss */
.footercol .menu-item a:hover {
  color: white;
}

/* line 47, sass/_footer.scss */
.footer-nav-horizontal-TNS {
  display: none;
}

/* line 51, sass/_footer.scss */
.site-info {
  margin-bottom: 40px;
  text-align: center;
}

/* line 56, sass/_footer.scss */
.site-info h4 {
  text-transform: none;
}

@media (max-width: 479px) {
  /* line 67, sass/_footer.scss */
  #mainfooter {
    margin-bottom: 0px;
  }

  /* line 71, sass/_footer.scss */
  .footercol {
    width: 50%;
    margin-bottom: 40px;
  }

  /* line 76, sass/_footer.scss */
  #footer-nav-TNS {
    display: none;
  }

  /* line 80, sass/_footer.scss */
  .footer-nav-horizontal-TNS {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #475F79;
  }
  /* line 88, sass/_footer.scss */
  .footer-nav-horizontal-TNS a, .footer-nav-horizontal-TNS a:visited {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 220%;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    padding: 0px 5px 0px 5px;
  }
  /* line 97, sass/_footer.scss */
  .footer-nav-horizontal-TNS a:hover {
    color: white;
  }
}
@media (max-width: 374px) {
  /*
  	.footercol {
  		display: block;
  		width: 100%;
  		float: none;
  	}
  */
}
