/* line 30, ../source/styles/core/_normalize.sass */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* line 45, ../source/styles/core/_normalize.sass */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 55, ../source/styles/core/_normalize.sass */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 62, ../source/styles/core/_normalize.sass */
[hidden] {
  display: none;
}

/* line 76, ../source/styles/core/_normalize.sass */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 83, ../source/styles/core/_normalize.sass */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* line 92, ../source/styles/core/_normalize.sass */
body {
  margin: 0;
}

/* line 103, ../source/styles/core/_normalize.sass */
a:focus {
  outline: 0;
}

/* line 109, ../source/styles/core/_normalize.sass */
a:hover,
a:visited,
a:active {
  outline: 0;
}

/* line 123, ../source/styles/core/_normalize.sass */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 127, ../source/styles/core/_normalize.sass */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 131, ../source/styles/core/_normalize.sass */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 135, ../source/styles/core/_normalize.sass */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 139, ../source/styles/core/_normalize.sass */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 143, ../source/styles/core/_normalize.sass */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/* line 149, ../source/styles/core/_normalize.sass */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 154, ../source/styles/core/_normalize.sass */
b,
strong {
  font-weight: bold;
}

/* line 158, ../source/styles/core/_normalize.sass */
blockquote {
  margin: 1em 40px;
}

/* line 163, ../source/styles/core/_normalize.sass */
dfn {
  font-style: italic;
}

/* line 168, ../source/styles/core/_normalize.sass */
mark {
  background: #ff0;
  color: #000;
}

/* line 174, ../source/styles/core/_normalize.sass */
p,
pre {
  margin: 1em 0;
}

/* line 181, ../source/styles/core/_normalize.sass */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* line 191, ../source/styles/core/_normalize.sass */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 198, ../source/styles/core/_normalize.sass */
q {
  quotes: none;
}

/* line 203, ../source/styles/core/_normalize.sass */
q:before,
q:after {
  content: "";
  content: none;
}

/* line 208, ../source/styles/core/_normalize.sass */
small {
  font-size: 75%;
}

/* line 214, ../source/styles/core/_normalize.sass */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 221, ../source/styles/core/_normalize.sass */
sup {
  top: -0.5em;
}

/* line 224, ../source/styles/core/_normalize.sass */
sub {
  bottom: -0.25em;
}

/* line 235, ../source/styles/core/_normalize.sass */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 241, ../source/styles/core/_normalize.sass */
dd {
  margin: 0 0 0 40px;
}

/* line 246, ../source/styles/core/_normalize.sass */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/* line 253, ../source/styles/core/_normalize.sass */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 268, ../source/styles/core/_normalize.sass */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 274, ../source/styles/core/_normalize.sass */
svg:not(:root) {
  overflow: hidden;
}

/* line 285, ../source/styles/core/_normalize.sass */
figure {
  margin: 0;
}

/* line 296, ../source/styles/core/_normalize.sass */
form {
  margin: 0;
}

/* line 301, ../source/styles/core/_normalize.sass */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0;
  padding: 0.35em 0.625em 0.75em;
}

/* line 310, ../source/styles/core/_normalize.sass */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/* line 320, ../source/styles/core/_normalize.sass */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 331, ../source/styles/core/_normalize.sass */
button,
input {
  line-height: normal;
}

/* line 340, ../source/styles/core/_normalize.sass */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 350, ../source/styles/core/_normalize.sass */
button[disabled],
input[disabled] {
  cursor: default;
}

/* line 359, ../source/styles/core/_normalize.sass */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/* line 369, ../source/styles/core/_normalize.sass */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 377, ../source/styles/core/_normalize.sass */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 384, ../source/styles/core/_normalize.sass */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 392, ../source/styles/core/_normalize.sass */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 404, ../source/styles/core/_normalize.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 13, ../source/styles/mixins/_helpers.sass */
.ir {
  color: transparent !important;
  text-shadow: none !important;
  font: 0/0 a !important;
  text-indent: -999em;
}
/* line 19, ../source/styles/mixins/_helpers.sass */
.ir br {
  display: none;
}

/* line 22, ../source/styles/mixins/_helpers.sass */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}

/* line 28, ../source/styles/mixins/_helpers.sass */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 33, ../source/styles/mixins/_helpers.sass */
.invisible {
  visibility: hidden;
}

/* line 37, ../source/styles/mixins/_helpers.sass */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}

/* line 43, ../source/styles/mixins/_helpers.sass */
.no-scroll {
  overflow: hidden;
}

/* line 48, ../source/styles/mixins/_helpers.sass */
.float-right {
  float: right !important;
}

/* line 51, ../source/styles/mixins/_helpers.sass */
.float-left {
  float: left !important;
}

/* line 54, ../source/styles/mixins/_helpers.sass */
.float-none {
  float: none !important;
}

/* line 57, ../source/styles/mixins/_helpers.sass */
.inline-item {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 61, ../source/styles/mixins/_helpers.sass */
.inline-item.middle {
  vertical-align: middle;
}
/* line 63, ../source/styles/mixins/_helpers.sass */
.inline-item.top {
  vertical-align: top;
}
/* line 65, ../source/styles/mixins/_helpers.sass */
.inline-item.bottom {
  vertical-align: bottom;
}

/* line 17, ../source/styles/app/global/_global.sass */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 78, ../source/styles/mixins/_vertical-rhythm.scss */
html {
  line-height: 26px;
  line-height: 1.625rem;
}

/* line 24, ../source/styles/app/global/_global.sass */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* line 30, ../source/styles/app/global/_global.sass */
body {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #2b3943;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  -webkit-font-smoothing: antialiased;
  background-color: #F3F3F4;
}

/* line 34, ../source/styles/app/global/_global.sass */
body, button {
  -webkit-font-smoothing: antialiased;
}

/* line 37, ../source/styles/app/global/_global.sass */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

/* line 63, ../source/styles/app/config/_helpers.sass */
h1.dark, .dark h1, h2.dark, .dark h2, h3.dark, .dark h3, h4.dark, .dark h4, h5.dark, .dark h5, h6.dark, .dark h6, p.dark, .dark p, li.dark, .dark li, blockquote.dark, .dark blockquote {
  color: #FFFFFF;
}
/* line 68, ../source/styles/app/config/_helpers.sass */
h1.semi-dark, .semi-dark h1, h2.semi-dark, .semi-dark h2, h3.semi-dark, .semi-dark h3, h4.semi-dark, .semi-dark h4, h5.semi-dark, .semi-dark h5, h6.semi-dark, .semi-dark h6, p.semi-dark, .semi-dark p, li.semi-dark, .semi-dark li, blockquote.semi-dark, .semi-dark blockquote {
  color: #FFFFFF;
}

/* line 48, ../source/styles/app/global/_global.sass */
h1, h1.heading-primary, h1 p {
  font-family: "leitura-news", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 65px;
  line-height: 4.0625rem;
  color: #2b3943;
  letter-spacing: -1.3px;
  letter-spacing: -0.08125rem;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  word-break: break-word;
}
/* line 52, ../source/styles/app/global/_global.sass */
h1.heading-secondary {
  font-family: "leitura-news", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 65px;
  line-height: 4.0625rem;
  color: #2b3943;
  letter-spacing: -1.3px;
  letter-spacing: -0.08125rem;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

/* line 60, ../source/styles/app/global/_global.sass */
h2.heading-secondary {
  font-family: "leitura-news", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 52px;
  line-height: 3.25rem;
  color: #2b3943;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  -webkit-font-smoothing: antialiased;
}

/* line 65, ../source/styles/app/global/_global.sass */
h3, h3.heading-primary {
  font-family: "leitura-news", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  color: #2b3943;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  -webkit-font-smoothing: antialiased;
}
/* line 67, ../source/styles/app/global/_global.sass */
h3.heading-secondary {
  font-family: "leitura-news", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  color: #2b3943;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  -webkit-font-smoothing: antialiased;
}

/* line 72, ../source/styles/app/global/_global.sass */
h4, h4.heading-primary {
  font-family: "leitura-news", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 39px;
  line-height: 2.4375rem;
  color: #2b3943;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  -webkit-font-smoothing: antialiased;
}
/* line 74, ../source/styles/app/global/_global.sass */
h4.heading-secondary {
  font-family: "leitura-news", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 39px;
  line-height: 2.4375rem;
  color: #2b3943;
  letter-spacing: -1.3px;
  letter-spacing: -0.08125rem;
  -webkit-font-smoothing: antialiased;
}

/* line 79, ../source/styles/app/global/_global.sass */
h5, h5.heading-primary {
  font-family: "leitura-news", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #2b3943;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  -webkit-font-smoothing: antialiased;
}
/* line 81, ../source/styles/app/global/_global.sass */
h5.heading-secondary {
  font-family: "leitura-news", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #2b3943;
  letter-spacing: -1.3px;
  letter-spacing: -0.08125rem;
  -webkit-font-smoothing: antialiased;
}

/* line 86, ../source/styles/app/global/_global.sass */
h6, h6.heading-primary {
  font-family: "leitura-news", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #2b3943;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  -webkit-font-smoothing: antialiased;
}
/* line 88, ../source/styles/app/global/_global.sass */
h6.heading-secondary {
  font-family: "leitura-news", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #2b3943;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
  -webkit-font-smoothing: antialiased;
}

/* line 92, ../source/styles/app/global/_global.sass */
p {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #2b3943;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
/* line 95, ../source/styles/app/global/_global.sass */
p:last-child {
  margin-bottom: 26px;
}

/* line 98, ../source/styles/app/global/_global.sass */
small {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 26px;
  line-height: 1.625rem;
}

/* line 101, ../source/styles/app/global/_global.sass */
strong {
  font-weight: 900;
}

/* line 104, ../source/styles/app/global/_global.sass */
em {
  font-style: italic;
}

/* line 108, ../source/styles/app/global/_global.sass */
.text-left {
  text-align: left !important;
}

/* line 111, ../source/styles/app/global/_global.sass */
.text-center {
  text-align: center !important;
}

/* line 114, ../source/styles/app/global/_global.sass */
.text-right {
  text-align: right !important;
}

/* line 118, ../source/styles/app/global/_global.sass */
blockquote {
  margin: 0px;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  padding-left: 60px;
  padding-right: 60px;
}
/* line 123, ../source/styles/app/global/_global.sass */
blockquote, blockquote p {
  font-family: "leitura-news", Arial, sans-serif;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: normal;
  line-height: normal;
  color: #aaafb2;
  letter-spacing: -1.3px;
  letter-spacing: -0.08125rem;
  -webkit-font-smoothing: antialiased;
}
/* line 125, ../source/styles/app/global/_global.sass */
blockquote p:last-child {
  margin-bottom: 0px;
}

/* line 130, ../source/styles/app/global/_global.sass */
ul {
  list-style: disc;
  list-style-position: inside;
  padding: 0px;
  margin: 0px;
  margin-top: 13px;
  margin-top: 0.8125rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

/* line 138, ../source/styles/app/global/_global.sass */
ol {
  list-style-position: inside;
  padding: 0px;
  margin: 0px;
  margin-top: 13px;
  margin-top: 0.8125rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

/* line 145, ../source/styles/app/global/_global.sass */
ul li,
ol li {
  padding: 0px;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}
/* line 149, ../source/styles/app/global/_global.sass */
ul li:last-child,
ol li:last-child {
  padding: 0px;
}

/* line 152, ../source/styles/app/global/_global.sass */
a,
button {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: #0e66ad;
  font-weight: 900;
}
/* line 159, ../source/styles/app/global/_global.sass */
a:hover,
button:hover {
  color: #0e66ad;
  text-decoration: underline;
}

/* line 163, ../source/styles/app/global/_global.sass */
.max_size_728x90 {
  max-width: 970px !important;
}
