/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
button,
input { /* 1 */
overflow: visible;
}
button,
select { /* 1 */
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}  

/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #000000;
  font-size: 12px;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #333333;
  text-shadow: none;
  color: #FFFFFF;
}

::selection {
  background: #333333;
  text-shadow: none;
  color: #FFFFFF;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWxU6F15M.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqW106F15M.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v43/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMDr4fIA9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMDrcfIA9c.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMDrwfIA9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMDr0fIA9c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMDrMfIA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMDr4fIA9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMDrcfIA9c.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMDrwfIA9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMDr0fIA9c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMDrMfIA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao7CFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao7CMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao7CHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao7CGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao7CIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCFPrEHJA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCMPrEHJA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCHPrEHJA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCGPrEHJA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v19/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCIPrE.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root
{
    --gen-wrap: 1200px;
    --txt-wrap: 980px;
}
   
/* resets */
html, body, div, section, article, form, li, header, main, footer
{
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, ul
{
    margin-top: 0;
    padding: 0;
}

fieldset
{
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

legend
{
    padding: 0 0.5em;
}

/* custom */
html *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body
{
    font-family: "Open Sans", sans-serif;
}

body.fixed-header
{
    padding-top: 100px;
}

body.premium::before
{
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url("/site/img/ico.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 100px;
    background-size: 35% auto;
    opacity: 0.055;
    z-index: -1;
}

a
{
    text-decoration: none;
    color: #2A9438;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

a:hover
{
    color: #757A76;
    /* color: #247A2B; */
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    font-weight: 760;
    letter-spacing: 0px;
    text-transform: none;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.8em;
}

h3
{
    font-size: 1.4em;
}

h4
{
    font-size: 1.2em;
}

h5
{
    font-size: 1em;
    font-weight: 700;
}

h6
{
    font-size: 1em;
    font-weight: 600;
    color: #333333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    text-decoration: none;
    color: inherit;
}

p
{
    margin-bottom: 1.35em;
}

p:last-child
{
    margin-bottom: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select
{
    max-width: 100% !important;
}

button,
.button,
input[type="button"],
input[type="submit"]
{
    display: inline-block;
    padding: 0.5em 1.35em;
    font-style: normal;
    font-weight: 600;
    background: rgb(42, 148, 56);
    border: 1px solid rgb(42, 148, 56);
    border-radius: 0;
    color: #FFFFFF;
    -webkit-transition: background 0.1s linear, color 0.1s linear;
    -moz-transition: background 0.1s linear, color 0.1s linear;
    -ms-transition: background 0.1s linear, color 0.1s linear;
    -o-transition: background 0.1s linear, color 0.1s linear;
    transition: background 0.1s linear, color 0.1s linear;
    cursor: pointer;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover
{
    background: #FFFFFF;
    color: rgb(42, 148, 56);
}

.fl-left
{
    float: left;
}

.fl-right
{
    float: right;
}

.flex-row,
.flex-split
{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.flex-split
{
    justify-content: space-between;
}

.flex-row.flex-fill > *
{
    flex: 1;
}

.flex-v-center
{
    align-content: center;
    align-items: center;
}

.flex-h-center
{
    justify-content: center;
    justify-items: center;
}

.col
{
    display: grid;
    grid-template-columns: auto;
    gap: 1em;
}

.col.col-2
{
    --col-gutter: 1em;
    grid-template-columns: repeat(2, calc(50% - var(--col-gutter) / 2));
    gap: var(--col-gutter);
}

.col.home-cols
{
    --col-gutter: 5em;
}

.wrap
{
    width: var(--gen-wrap);
    max-width: 100%;
    margin: auto;
    padding: 1em;
}

.bottom
{
    margin-bottom: 0;
}

.success,
.error
{
    margin-bottom: 1em;
    padding: 1.5em;
    border-radius: 4px;
    text-align: center;
}

.success
{
    background: #E5FFE9;
    color: #2E9154;
}

.error
{
    background: #FFE5E5;
    color: #A82F2F;
}

.premium .error {
  background:rgba(255, 229, 229, 0.75);
}

.error a,
.error a:hover
{
    color: #A82F2F;
    text-decoration:underline;
}

.x-top-pad
{
    padding-top: 0 !important;
}

.x-bottom-pad
{
    padding-bottom: 0 !important;
}

.t-center
{
    text-align: center;
}

.t-bold
{
    font-weight: bold;
}

.imp-header
{
    margin-bottom: 50px;
    background: #EEEEEE;
}

.imp-header *
{
    font-weight: 400;
    color: #333333;
}

.imp-header .wrap
{
    padding: 2.1em 1em;
}

.in-header > h2
{
    margin-bottom: 0.5em;
}

.in-header > hr,
.article + .site-list hr
{
    height: 0;
    margin-bottom: 3.25em;
    border-bottom: 3px solid #222222;
}

.share
{
    display: flex;
    gap: 8px;
}

.share .icon
{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    line-height: 1;
}

.share .icon.email
{
    background-color: rgb(1, 102, 255);
}

.share .icon.facebook
{
    background-color: rgb(24, 119, 242);
}

.share .icon.twitter
{
    background-color: rgb(15, 20, 25);
}

.share .icon.linkedin
{
    background-color: rgb(0, 123, 181);
}

.share .icon svg
{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    overflow: hidden;
    fill: #FFFFFF;
}

.dd-menu
{
    position: relative;
}

.dd-label,
.dd-toggle
{
    display: flex;
}

.dd-toggle
{
    align-items: center;
    justify-content: center;
}

.dd-icon
{
    font-size: 0.8em;
    -webkit-transition: transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out;
    -ms-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
}

.dd-menu:hover .dd-icon
{
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
}

.dd-label > .dd-icon
{
    margin-left: 1em;
    align-self: center;
}

.dd-submenu
{
    display: none;
    position: absolute;
    background: inherit;
}

.dd-menu:hover .dd-submenu
{
    display: block;
}

.dd-submenu a
{
    white-space: nowrap;
}

.overlay
{
    display: none;
}

#scrollTop
{
    display: flex;
    position: fixed;
    right: 25px;
    bottom: 120px;
    width: 52px;
    height: 52px;
    margin: 0;
    padding: 0;
    background: none;
    border: 2px solid #E8E8E8;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    font-size: 22px;
    line-height: 1;
    color: #B0B0B0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity = 0);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    align-items: center;
    justify-content: center;
}

#scrollTop.shown
{
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity = 100);
}

#scrollTop:hover,
#scrollTop:focus
{
    background: #E8E8E8;
}

#scrollTop:focus
{
    border-width: 3px;
    border-color: #2A9438;
    outline: none;
}

/* header */
.header
{
    position: relative;
    background: #FFFFFF;
    -webkit-transition: all cubic-bezier(.694,.0482,.335,1) 0.3s;
    -moz-transition: all cubic-bezier(.694,.0482,.335,1) 0.3s;
    -ms-transition: all cubic-bezier(.694,.0482,.335,1) 0.3s;
    -o-transition: all cubic-bezier(.694,.0482,.335,1) 0.3s;
    transition: all cubic-bezier(.694,.0482,.335,1) 0.3s;
    z-index: 10;
}

body.fixed-header .header
{
    position: fixed;
    top: -70px;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
}

body.fixed-header .header.shown
{
    top: 0px;
}

.header ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .wrap.flex-split
{
    /*height: 100px;*/
    align-items: center;
}

body.fixed-header .header .wrap.flex-split
{
    position: relative;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header .menu-btn,
.header .menu-btn .fa-close,
.header .menu-btn.active .fa-bars
{
    display: none;
}

.header .menu-btn
{
    width: 2em;
    height: 2em;
    padding: 0;
    background: none;
    border: 0;
    font-size: 1.5em;
    color: rgb(42, 148, 56);
    align-items: center;
    justify-content: center;
    align-self: center;
}

.header .menu-btn:hover
{
    background-image: linear-gradient(rgba(0, 0, 0, 0.08),rgba(0, 0, 0, 0.08));
}

.fixed-header .header .menu-btn
{
    display: flex;
}

.header .menu-btn.active .fa-close {
    display: inline-block;
}

.header .menu-btn.active {
  background-color:#2a9438;
  color:#fff;
}

.header .menu.flex-row
{
    margin: 0;
    align-items: normal;
    gap: 0;
}

.header .menu a
{
    display: flex;
    padding: 0.5em 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    align-items: center;
}

.header .menu a:hover,
.header .menu a:focus,
.header .menu a.selected,
.header .menu .dd-label:hover a
{
    color: #48af45;
    outline: none;
}

.header .menu .dd-submenu a
{
    padding: 0.5em 1em;
}

.header .search-active.flex-row
{
    gap: 0;
}

.header .search-active .menu-prime,
.header .search-active .freet
{
    display: none;
}

.header .logo img
{
    /* width: 255px; 
    max-width: 100%; */
    height: auto;
    max-height: 45px;
}

.header .prime {
  line-height: 0px;
}

.search
{
    display: flex;
    background: #FFFFFF;
    border: 1px solid transparent;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.search-active .search
{
    border-color: #2A9438;
}

.search input
{
    width: 0;
    padding: 10px 0;
    background: none;
    border: 0;
    font-size: 14px;
    line-height: 1;
    flex: 1;
    /* -webkit-transition: width ease-in-out 0.3s;
    -moz-transition: width ease-in-out 0.3s;
    -ms-transition: width ease-in-out 0.3s;
    -o-transition: width ease-in-out 0.3s;
    transition: width ease-in-out 0.3s; */
}

.search input:focus
{
    outline: none;
}

.search-active .search input
{    
    width: 500px;
    padding-right: 15px;
}

.search button
{
    display: none;
    padding: 10px 15px;
    background: none;
    border: 0;
    color: #333333;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.search button:focus
{
    outline: none;
}

.search button.trigger,
.search-active .search button.submit
{
    display: inline-block;
}

.search button.trigger .fa-close,
.search-active .search button.trigger .fa-search
{
    display: none;
}

.search button.trigger .fa-close
{
    color: #B0B0B0;
}

.search-active .search button.trigger .fa-close
{
    display: inline-block;
}

.search-active .search button.submit
{
    background: #F6F6F6;
}

/* main */
.main
{
    min-height: 80vh;
    padding: 30px 0;
}

body.premium .main
{
    color: #222222;
}

.main .wrap:not(.home .wrap)
{
    width: var(--txt-wrap);
}

.wrap .ootb,
.wrap .article .ootb
{
    /* out-of-the-box */
    --ootb-margin: calc((var(--txt-wrap) - var(--gen-wrap)) / 2);
    margin-left: var(--ootb-margin);
    margin-right: var(--ootb-margin);
}

.form-element,
.form-submit
{
    margin-bottom: 1em;
}

.required
{
    color: #EE3838;
}

.article
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.article,
.site-list.list-page,
.article + .site-list
{
    font-size: 16px;
}

.article:not(.site-list .article) p
{
    margin-bottom: 1.5em !important;
}

.article *[style]
{
    color: #111111 !important;
}

.article *:last-child
{
    margin-bottom: 0 !important;
}

.article a:not(.site-list .article a)
{
    text-decoration: underline;
}

.article a:not(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a)
{
    font-weight: bold;
}

.article figure
{
    margin: 0;
    padding: 0;
}

.article figure img,
.article img
{
    /*width: auto;*/
    max-width: 800px;
    height: auto;
    image-rendering: optimizeQuality;
}

.article.ecb-meter figure
{
    width: 800px;
    max-width: 100%;
    margin: auto;
}

.article.ecb-meter figure img,
.article.ecb-meter img
{
    display: block;
    width: auto;
    max-width: 100%;
}

.article.ecb-meter h2
{
    margin-top: 1.5em;
}

.article.ecb-meter .gauge-container,
.article.ecb-meter .chart-container,
.article.ecb-meter .tm-expl
{
    margin: 3em auto;
}

.article.ecb-meter .gauge-container
{
    width: 750px;
    max-width: 100%;
    gap: 0;
}

.article.ecb-meter .gauge-container > .heading > *:first-child,
.article.ecb-meter .chart-container > .heading > *:first-child
{
    font-weight: 740;
}

.article.ecb-meter .gauge-container .gauge-layout
{
    margin: 0 5%;
}

/* .article.ecb-meter .gauge-container .gauge-layout:first-of-type,
.article.ecb-meter .gauge-container .gauge-layout:nth-of-type(2)
{
    margin-left: 0;
} */

.article.ecb-meter .gauge-container .gauge-layout:last-of-type
{
    margin-right: 0;
}

.article.ecb-meter .gauge-layout .heading > *
{
    text-transform: none;
}

.article .share
{
    margin-bottom: 1.35em;
}

.article h2
{
    margin-bottom: 0.5em;
}

.article ul,
.article li
{
    margin-bottom: 1em;
}

.article ul
{
    padding-left: 40px;
}

.article ul:last-child,
.article li:last-child
{
    margin-bottom: 0;
}

.article + .site-list
{
    margin-bottom: 2.5em;
}

.article + .site-list hr
{
    margin-top: 3.5em;
    margin-bottom: 2.75em;
}

.article.future .notice,
.article.future .notice h2
{
    font-size: 118%;
}

.article.future .notice .date.loading
{
    font-weight: normal;
}

.article.future .notice .date span
{
    white-space: nowrap;
}

.site-list h1
{
    font-size: 2em;
}

.site-list .article
{
    margin-bottom: 2.5em;
}

.site-list .article:last-child
{
    margin-bottom: 0;
}

.site-list .article h2
{
    margin-bottom: 0.5em;
    font-size: 1.48em;
    color: #000000;
}

.site-list .article p
{
    margin-bottom: 1em;
}

.site-list .article.flex-row > figure
{
    width: 150px;
    height: 150px;
    margin-top: 0.4em;
}

.site-list .article.flex-row > figure *
{
    font-size: 10px;
}

.site-list .article.flex-row > figure img
{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    image-rendering: auto;
}

.site-list .article.flex-row > div
{
    flex: 1;
}

.site-list .article.isfuture-t {
  padding: 1em;
}

.site-list .article.isfuture-t {
  font-size: 1.24em;
  text-align: left;
  align-items: center;
}

.site-list .article.isfuture-t figure
{
    margin-top: 0;
}

.site-list .article.isfuture-t h2 a {
  font-weight: bold;
  /* font-size:22px; */
}

.site-list nav
{
    display: block;
    margin-top: 3em;
    text-align: center;
}

/* .site-list nav .button
{
    margin: 5px 3px;
    padding: 0.35em 1.35em;
    background: #FFFFFF;
    border: 1px solid #B7B7B7;
    font-size: 14px;
    text-transform: uppercase;
    color: #B4B4B4;
} */

.site-list nav .button
{
    min-width: 8.5em;
    margin: 0.25em;
    /* font-size: 1.2em; */
}

/* .site-list nav .button.current,
.site-list nav .button:hover
{
    background: #F6F6F6;
    color: #303030;
} */

.has-overlay img
{
    cursor: pointer;
}

.ecb-bias .article figure,
.ecb-bias .article img,
.home-cols .site-list.ecb-bias .article > div > span:last-child
{
    display: none;
}

.chart-container .heading,
.gauge-container .heading
{
    margin-bottom: 1em;
    text-align: center;
}

.chart-container .heading > *:first-child,
.gauge-container .heading > *:first-child,
.home-cols .site-list .article:first-child h2
{
    font-size: 1.4em;
    font-weight: bold;
}

.chart-container .heading > *:first-child,
.gauge-container .heading > *:first-child
{
    margin-bottom: 0.25em;
    color: #000000;
}

.chart-container .heading > *:last-child,
.gauge-container .heading > *:last-child
{
    margin-bottom: 0;
}

.chart-container .footing,
.gauge-container .footing
{
    margin-top: 1em;
    font-size: 1.2em;
    text-align: center;
}

.chart-container > .footing,
.gauge-container > .footing
{
    text-transform: uppercase;
}

.chart-container .chart-canvas
{
    width: 100%;
    height: 300px;
    padding: 1em;
}

.gauge-container,
.gauge-layout
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.gauge-container
{
    margin-bottom: 2em;
    align-items: end;
    gap: 1em;
}

.gauge-container .grid-span-all
{
    grid-column: 1/-1;
}

.gauge-container .gauge-layout
{
    flex: 1;
}

.gauge-layout > *
{
    text-align: center;
}

.gauge-layout .gauge-canvas,
.gauge-layout .gauge-canvas[style]
{
    width: 100% !important;
    height: auto !important;
    margin: 0;
    aspect-ratio: 1/0.8;
}

.gauge-layout .hawk,
.gauge-layout .dove
{
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.gauge-layout .hawk
{
    color: #EE4834;
}

.gauge-layout .dove
{
    color: #388821;
}

.ecb-meter img
{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.ecb-meter .heading > *
{
    text-transform: uppercase;
}

.ecb-meter .tm-expl
{
    display: flex;
    gap: 1.5em;
}

.ecb-meter .tm-expl > *
{
    margin-bottom: 1.5em !important;
}

.ecb-meter .tm-expl > *:first-child
{
    flex: 1;
}

.ecb-meter .tm-expl figure
{
    width: 60%;
    margin-top: -0.5em;
}

.ecb-bias .heading
{
    margin-bottom: 0;
}

/* page: home */
.hero
{
    display: flex;
    position: relative;
    height: 500px;
    margin-bottom: 2.5em;
    text-align: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero .hero-img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://media.econostream-media.com/site/img/New-York-Skyline.webp");
    background-position: center -80px;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero .hero-content *
{
    position: relative;
    color: #FFFFFF;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
    -ms-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    z-index: 1;
}

.hero h1
{
    margin-bottom: 0.35em;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.10;
    margin-top:-30px;
    text-shadow:#111 3px 3px 5px;
}

.hero h4
{
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    text-shadow:#111 3px 3px 5px;
}

.hero-banner
{
    padding: 2.75em;
    background: #F8E4D5;
    box-shadow: inset 0 -3px 15px -5px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.hero-banner.alt
{
    padding-top: 2.5em;
    background: none;
    font-size: 1.14em;
}

.hero-banner *:last-child
{
    margin-bottom: 0;
}

.hero-banner .wrap
{
    padding: 0;
}

.hero-banner h1
{
    /* font-size: 2.8em; */
    font-size: 2.5em;
    font-weight: 720;
    font-style: italic;
    line-height: 1.32;
    color: #000000;
}

.home-cols,
.home-cols > div > *
{
    margin-bottom: 2.5em;
}

.home-cols
{
    margin-top: 1.5em;
}

.home-cols h1
{
    margin-bottom: 0.5em;
    padding-bottom: 0.32em;
    border-bottom: 3px solid #222222;
    font-size: 2.06em;
    text-transform: uppercase;
}

.home-cols > div:last-child h1
{
    text-align: right;
}

.home-cols .site-list
{
    --home-news-border: 1px solid #BBBBBB;
}

.home-cols .site-list:last-child
{
    margin-bottom: 0;
}

.home-cols .site-list > *:last-child
{
    padding-top: 2em;
    border-top: var(--home-news-border);
    text-align: center;
}

.home-cols .site-list .article
{
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 1.4;
    align-items: center;
}

.home-cols .site-list .article:not(.isfuture-t)
{
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: var(--home-news-border);
}

.home-cols .site-list .article:not(.isfuture-t):last-child
{
    margin-bottom: 0;
    border-bottom: 0;
}

.home-cols .site-list .article p
{
    margin-bottom: 0.5em;
}

.home-cols .site-list .article h2
{
    display: flex;
    margin-bottom: 0;
    font-size: 1.2em;
    align-items: start;
    gap: 0.32em;
}

.home-cols .site-list .article:first-child h2
{
    color: #D1180A;
}

.home-cols .site-list .article h2::before
{
    content: "\f0da";
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 0.72em;
    line-height: 1;
    -webkit-transform: translateY(0.48em);
    -moz-transform: translateY(0.48em);
    -ms-transform: translateY(0.48em);
    -o-transform: translateY(0.48em);
    transform: translateY(0.48em);
}

.home-cols .site-list .article > figure
{
    display: none;
}

.home-cols .site-list .article > figure img
{
    width: 100%;
    height: 100%;
}

.home-cols .site-list:not(.latest-news) .article > div > *:not(:first-child)
{
    display: none;
}

.home-cols .site-list.latest-news .article:first-child:not(.isfuture-t)
{
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    align-items: start;
}

.home-cols .site-list.latest-news .article h2
{
    display: block;
}

.home-cols .site-list.latest-news .article:not(:first-child) h2,
.home-cols .site-list.latest-news .article:not(:first-child) > div > *
{
    display: inline;
    vertical-align: baseline;
}

.home-cols .site-list.latest-news .article:first-child h2,
.home-cols .site-list.ecb-bias .article:first-child h2
{
    margin-bottom: 0.5em;
    color: #000000
}

.home-cols .site-list.latest-news .article:first-child h2
{
    font-size: 1.8em;
}

.home-cols .site-list.latest-news .article h2::before,
.home-cols .site-list.ecb-bias .article:first-child h2::before
{
    content: none;
}

.home-cols .site-list.latest-news .article > figure
{
    display: block;
    width: 80px;
    height: 80px;
}

.home-cols .site-list.latest-news .article:first-child > figure
{
    width: 38%;
    max-width: 250px;
    height: auto;
    max-height: 180px;
    aspect-ratio: 3/2;
}

.home-cols .site-list.latest-news .article:not(:first-child) > figure
{
    margin-top: 0;
}

.home-cols .site-list.latest-news .article:first-child > div > *,
.home-cols .site-list.ecb-bias .article:first-child > div > *
{
    display: block;
}

/* page: news */
.news h3,
.news h3 a,
.news h4,
.news h4 a
{
    font-weight: 700;
    color: #5E5E5E;
}

.news h3 + br,
.news h3 + br + br,
.news h4 + br,
.news h4 + br + br
{
    display: none;
}

.news figure
{
    margin: 1em 2.8em;
}

/* .news .article-image
{
    width: fit-content;
    margin: 0 auto 1.5em auto;
    text-align: center;
} */

.news .article-image
{
    position: relative;
    width: 100%;
    margin: 0 auto 1.5em auto;
    text-align: center;
    overflow: hidden;
}

.news .article-image::before
{
    content: "";
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    background-image: var(--article-image-backdrop);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
}

.news .article-image img
{
    width: auto;
    max-width: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.news .article-image-caption
{
    position: relative;
    width: min-content;
    min-width: 100%;
    padding-top: 0.82em;
    background: #FFFFFF;
    font-size: 0.86em;
    line-height: 1.4;
    text-align: left;
    color: #737373 !important;
}

.news a[href^="#"],
.news a[href^="#"] *[style]
{
    color: #2A9438 !important;
}

.news a[href^="#"]:hover,
.news a[href^="#"]:hover *[style]
{
    color: #247A2B !important;
}

.news.theysaidit a[href^="#"], /* story: anchor links */
.news.theysaidit a[href^="#"] *[style], /* story: anchor links */
.news.theysaidit a.article-anchor ~ a, /* theysaidit subheader: date link */
.news.theysaidit a.date-link-subheader /* theysaidit subheader: date link */
{
    font-weight: normal;
}

/* page: resources */
.resources .list-grp
{
    margin-top: 4em;
}

.resources .list-grp.flex-row
{
    gap: 4em;
}

.resources .list-grp > div > ul,
.resources .list-grp > div > ul > li
{
    padding: 0;
    list-style: none;
}

.resources .list-grp > div > ul > li
{
    margin-bottom: 2em;
}

.resources .list-grp > div li ul,
.resources .list-grp > div li ul > li
{
    list-style: disc;
}

.resources .list-grp > div li ul
{
    padding-left: 1em;
}

.resources .list-grp > div li ul > li
{
    margin-bottom: 0.1em;
}

.resources .list-grp li:last-child
{
    margin-bottom: 0 !important;
}

.resources .list-grp a
{
    font-weight: normal;
}

.resources .list-grp h4
{
    margin-bottom: 0.1em;
}

/* page: about */
.about *:last-child
{
    margin-bottom: 0 !important;
}

.about > *
{
    margin-bottom: 2em;
}

.about h2,
.about h3
{
    margin-bottom: 0.5em;
}

.about h2
{
    clear: both;
}

.about p
{
    margin-bottom: 1em;
}

.about .flex-row figure
{
    margin: 0;
    text-align: center;
    flex-grow: 0;
}

.about figure img
{
    width: auto;
    max-width: 100%;
}

.about figure figcaption
{
    margin-top: 0.25em;
    font-style: italic;
}

.about .intro > div
{
    margin-bottom: 2em;
}

.about .intro .cards
{
    display: flex;
    margin: auto;
    padding: 1.5em;
    background: #F6F6F6;
    text-align: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1.5em;
}

.about .intro .cards .head
{
    margin: 0;
    font-weight: bold;
}

.about .intro .cards > .head
{
    flex-basis: 100%;
}

.about .intro .card
{
    display: flex;
    min-width: 250px;
    max-width: 450px;
    padding: 1.5em;
    background: #FCFCFC;
    align-items: center;
    flex-direction: column;
    flex: 1;
    gap: 1em;
}

.about .intro .card > *
{
    margin: 0;
}

.about .intro .card .ico svg,
.about .profile h3
{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.about .intro .card .ico svg
{
    width: 40px;
    height: 40px;
    fill: #606060;
}

.about .intro .card:hover .ico svg
{
    fill: rgb(42, 148, 56);
}

.about .intro .card .button
{
    text-decoration: none;
}

.about .profiles > .site-list
{
    padding: 2em;
    background: #F6F6F6;
}

.about .profile
{
    margin-bottom: 2em;
}

.about .profile.flex-row
{
    gap: 2em;
}

.about .profile.flex-row figure
{
    flex-basis: 33%;
}

.about .profile:hover h3
{
    color: rgb(42, 148, 56);
}

.about .products
{
    margin-bottom: 2em;
    background: #E5E5E5;
}

.about .products h2
{
    margin-bottom: 2em;
    font-weight: 800;
    text-align: center;
}

.about .products h5
{
    margin-bottom: 1.15em;
    font-weight: 600;
}

.about .products .wrap
{
    padding: 2.5em;
}

.about .products .icon,
.contact .inf .icon
{
    display: flex;
    width: 108px;
    height: 108px;
    margin: 0 auto 30px auto;
    background: #FFFFFF;
    border: 1px solid #B7B7B7;
    border-radius: 50%;
    font-size: 32px;
    color: #2A9438;
    align-items: center;
    justify-content: center;
}

.about .products ul.flex-row
{
    padding: 0;
    text-align: center;
    list-style: none;
    justify-content: center;
    gap: 1.75em;
}

/* page: contact */
.contact .inf
{
    text-align: center;
}

.contact .inf .icon
{
    width: auto;
    height: auto;
    border: 0;
    font-size: 3em;
}

.contact .form form
{
    padding: 1em;
    background: #E8E8E8;
    color: #333333;
}

.contact .form .form-submit
{
    font-size: 16px;
}

.contact .form textarea
{
    width: 100%;
    min-height: 190px;
    padding: 5px;
}

.contact .form .survey-title
{
    display: none;
}

/* footer */
.footer
{
    background: #2A2A2A;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}

.footer a
{
    color: #111111;
}

.footer a:hover
{
    color: #247A2B !important;
}

.footer ul,
.footer li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer li
{
    margin-bottom: 0.5em;
}

.footer li:last-child
{
    margin-bottom: 0;
}

.footer .top
{
    padding: 1.5em;
    background: #FAFAFA;
    border-bottom: 10px solid #2A9438;
}

.footer .top > *
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em;
}

.footer .top .logo img
{
    width: 350px;
    max-width: 100%;
}

.footer .bottom
{
    background: #2A2A2A;
    text-align: center;
    color: #B7B7B7;
}

#cookie-info
{
    display: block;
    width: 100%;
    padding: 0.65em;
    background: #131313;
    border-top: 1px solid #444;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    color: #9F9F9F;
}

/* ecb hawk-dove table */
.ecb-tbl
{
    /* width: 100%; */
    --ecbtbl-width: 1072px;
    width: var(--ecbtbl-width);
    max-width: var(--ecbtbl-width);
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    font-size: 11px;
    line-height: 1.4;
}

.wrap .article .ootb.ecb-tbl
{
    --ootb-margin: calc((var(--txt-wrap) - var(--ecbtbl-width)) / 2);
}

table.ecb-tbl
{
    border-collapse: collapse;
    visibility: visible;
}

table.ecb-tbl thead
{
    background: #E0FFE2;
}

table.ecb-tbl th,
table.ecb-tbl td
{
    border: 1px solid #DEDEDE;
}

.ecb-tbl .notice
{
    font-size: 16px;
    line-height: 1.4;
}

.ecb-tbl .num-line
{
    display: grid;
    width: 100%;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.ecb-tbl .num-line .zbar,
.ecb-tbl .num-line .negbar-label,
.ecb-tbl .num-line .posbar-label
{
    display: block;
    width: 100%;
    padding: 0;
    background: none;
    grid-column: 1 / span 2;
    text-align: center;
    color: #5E5E5E !important;
}

.ecb-tbl .num-line .negbar,
.ecb-tbl .num-line .posbar
{
    display: flex;
    flex-direction: row-reverse;
}

.ecb-tbl .num-line .negbar,
.ecb-tbl .num-line .posbar-label
{
    grid-column: 1;
}

.ecb-tbl .num-line .posbar,
.ecb-tbl .num-line .negbar-label
{
    grid-column: 2;
}

.ecb-tbl .num-line .posbar
{
    flex-direction: row;
}

.ecb-tbl .num-line .negbar-label,
.ecb-tbl .num-line .posbar-label,
.ecb-tbl .num-line .negbar > div,
.ecb-tbl .num-line .posbar > div
{
    padding: 3px 8px;
    white-space: normal;
}

.ecb-tbl .num-line .negbar-label
{
    text-align: left;
}

.ecb-tbl .num-line .posbar-label
{
    text-align: right;
}

.ecb-tbl .num-line .negbar > div,
.ecb-tbl .num-line .posbar > div
{
    position: relative;
    padding-left: 0;
    padding-right: 0;
    color: transparent !important;
}

.ecb-tbl .num-line .negbar > div
{
    background: #4F71B0;
    background: -webkit-linear-gradient(90deg, rgba(79,113,176,0) 0%, rgba(79,113,176,0.6) 15%, rgba(79,113,176,0.9) 44%, rgba(79,113,176,1) 100%);
    background: -moz-linear-gradient(90deg, rgba(79,113,176,0) 0%, rgba(79,113,176,0.6) 15%, rgba(79,113,176,0.9) 44%, rgba(79,113,176,1) 100%);
    background: linear-gradient(90deg, rgba(79,113,176,0) 0%, rgba(79,113,176,0.6) 15%, rgba(79,113,176,0.9) 44%, rgba(79,113,176,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f71b0",endColorstr="#4f71b0",GradientType=1);
}

.ecb-tbl .num-line .posbar > div
{
    background: #F56B6D;
    background: -webkit-linear-gradient(-90deg, rgba(245,107,109,0) 0%, rgba(245,107,109,0.6) 15%, rgba(245,107,109,0.9) 44%, rgba(245,107,109,1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(245,107,109,0) 0%, rgba(245,107,109,0.6) 15%, rgba(245,107,109,0.9) 44%, rgba(245,107,109,1) 100%);
    background: linear-gradient(-90deg, rgba(245,107,109,0) 0%, rgba(245,107,109,0.6) 15%, rgba(245,107,109,0.9) 44%, rgba(245,107,109,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f56b6d",endColorstr="#f56b6d",GradientType=1);
}

.ecb-tbl .num-line .negbar > div::before,
.ecb-tbl .num-line .posbar > div::before
{
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: auto;
    right: 0px;
    width: 2px;
    height: auto;
    background: inherit;
}

.ecb-tbl .num-line .posbar > div::before
{
    left: 0px;
    right: auto;
}

.ecb-tbl .flag
{
    width: 30px;
    height: auto;
    border-radius: 0.2em;
}

.ecb-tbl .ico-yes .fa
{
    color: #2A9438 !important;
}

.ecb-tbl .ico-no .fa
{
    color: #F56B6D !important;
}

.ecb-tbl .profile,
.ecb-tbl .profile > div
{
    display: flex;
    align-items: center;
    gap: 1em;
}

.ecb-tbl .profile > div
{
    flex-direction: column;
    align-items: start;
    gap: 0.2em;
}

.ecb-tbl .profile a
{
    font-weight: normal;
}

.ecb-tbl .profile strong
{
    font-size: 1.14em;
    line-height: 1.4;
}

.ecb-tbl .profile .imgbox
{
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 0.2em;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.ecb-tbl .profile img
{
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.ecb-tbl .tabulator-row.tabulator-selectable:hover .profile img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ecb-tbl,
.ecb-tbl .tabulator-header,
.ecb-tbl .tabulator-header .tabulator-col,
.ecb-tbl .tabulator-header .tabulator-frozen.tabulator-frozen-left,
.ecb-tbl .tabulator-row .tabulator-cell,
.ecb-tbl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left
{
    border-color: #C2C2C2;
}

/* .ecb-tbl .tabulator-tableholder
{
   max-height: 500px !important;
} */

.ecb-tbl .tabulator-header .tabulator-col
{
    background: #E0FFE2;
    justify-content: center !important;
}

.ecb-tbl .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover
{
    background: #D5F2D6;
}

.ecb-tbl .tabulator-row.tabulator-row-even
{
    background: #F6F6F6;
}

.ecb-tbl .tabulator-row.tabulator-selectable:hover
{
    background: #E0FFE2;
}

.ecb-tbl .tabulator-row.tabulator-selectable:hover > *
{
    color: #222222 !important;
}

.ecb-tbl .tabulator-row.tabulator-selectable.tabulator-row-odd:hover
{
    background: #D1FFD3;
}

.ecb-tbl .tabulator-header .tabulator-frozen.tabulator-frozen-left,
.ecb-tbl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left
{
    border-right-width: 1px;
}

.ecb-tbl .tabulator-header .tabulator-col[tabulator-field="voting"]
{
    width: 85px;
}

.tabulator-tooltip.ecb-profile .photo
{
    text-align: center;
}

.tabulator-tooltip.ecb-profile .photo img
{
    width: 180px !important;
    max-width: 100%;
    height: auto !important;
    max-height: 180px;
    border: 3px solid #888888;
    border-radius: 5px;
}

.tabulator-tooltip.ecb-profile .photo.dove img
{
    border-color: #4F71B0;
}

.tabulator-tooltip.ecb-profile .photo.hawk img
{
    border-color: #F56C6E;
}

/* search page */
#searchSort
{
    padding: 0.35em 0.5em;
    background: #F6F6F6;
    border: 1px solid #B7B7B7;
    font-size: 0.48em;
}

#searchResults.loading
{
    position: relative;
}

#searchResults.loading:before
{
    content: attr(data-loading);
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    margin: 0 auto;
    padding: 1em 2.5em;
    background: #F2F2F2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #2A9438;
    z-index: 1;
}

#searchResults.loading:after
{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #FFFFFF;
}

/** FROM PAULO **/
* { box-sizing: border-box;}
.xsub { font-size:16px; }
.field,
.field-cb { display:flex; margin-bottom:1em;}
.field *:first-child { flex:0 0 150px; }
.field *:last-child { width:100%; }
.field-cb *:first-child { flex:0 0 20px; }
.center { text-align: center; }
.info, .success, .warning, .notice {
  padding:1.5em;
  text-align: center;
  margin-bottom:1em;
}

legend {
  background-color: #666;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}

.message {
  font-weight:bold;
}

.bottom {
  margin-bottom:0px !important
}

.info {
    color: #31708f;
    background-color: #d9edf7;
    border:1px solid #bce8f1;
}

.info a {
    color: #31708f;
    text-decoration: underline;    
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border:1px solid #d6e9c6;
}

.success a {
    color: #3c763d;
    text-decoration: underline;
}

.warning, .notice {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border:1px solid #faebcc;
}

.warning a,
.notice a {
    color: #8a6d3b;
    text-decoration: underline;
}

/** for xform **/
.xsub .form-element {
  display:flex;
}

.xsub .form-element.single-text {
  width:600px;
  margin: 0 auto 1em;
}

.xsub .form-element label {
  flex: 0 0 150px;
  font-weight:bold;
}

.xsub .form-options,
.xsub .form-element.single-text .form-options input,
.xsub .form-element .form-options input[type="text"], 
.xsub .form-element .form-options input[type="email"], 
.xsub .form-element .form-options input[type="password"], 
.xsub .form-element .form-options textarea
{
  width:100%;
}

.xsub .small.form-option-text
{
    display: block;
    line-height: 1.5;
    margin-top: 5px;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    padding: 0.75em;
    border-radius: 5px;
    color: #666;
}

.xsub .notcustom
{
    color: #666;
    font-weight: bold;
    font-style: italic;
}

.button-reverse,
.button-reverse:hover {
    background: #FFFFFF;
    color: rgb(42, 148, 56);
}

/** signup footer **/
.pre-footer, .post-header { background-color:#2A9438; color:#fff; text-align:center; font-size:16px;}
.post-header { background: #237A2D; }

.pre-footer h2.t-center,
.pre-footer a,
.post-header h2.t-center,
.post-header a { color:#fff; }
.pre-footer a, .post-header a { text-decoration: underline;}

.pre-footer p,
.post-header p {
    margin-bottom:1em;
}

.pre-footer .wrap{
    padding-bottom:0.5em;
}

.pre-footer input,
.post-header input {
    font-size:90%;
}

.pre-footer .button,
.post-header .button { 
    border:2px solid #fff;
    border-radius:10px;
    width:100%;
}

.pre-footer .close
{
    display: none;
}

.pre-footer.sticky
{
    position: sticky;
    right: 0;
    left: calc(100% - 480px);
    bottom: 0;
    width: 480px;
    max-width: 100%;
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .11);
    -webkit-transition: padding ease-out 0.3s;
    -moz-transition: padding ease-out 0.3s;
    -ms-transition: padding ease-out 0.3s;
    -o-transition: padding ease-out 0.3s;
    transition: padding ease-out 0.3s;
}

.pre-footer.sticky.flushed
{
    left: calc(100% - (480px + 5.3em));
    width: calc(480px + 5.3em);
    padding-right: 5.3em;
}

.pre-footer.sticky .wrap
{
    padding-bottom: 1em;
}

.pre-footer.sticky form,
.pre-footer.sticky .notif
{
    max-width: 100%;
}

.pre-footer.sticky .close
{
    display: flex;
    position: absolute;
    top: -1em;
    left: -1em;
    width: 2em;
    height: 2em;
    padding: 0;
    background: #2A2A2A;
    border: 0;
    border-radius: 100%;
    font-size: 14px;
    line-height: 1;
    align-items: center;
    justify-content: center;
}

/** signup form **/
.subscribe form,
.subscribe .notif.sub-vernotif {
    width:640px;
    margin:0 auto;
}

.subscribe .input-fields {
    display: flex;
    justify-content: space-between;
    margin-bottom:5px;    
    gap:5px;
}

.subscribe .input-fields-full {
    width:100%;
}

.subscribe .input-fields-full input,
.subscribe .input-fields input {
    width:100%;
    padding:5px 10px;
}

.subscribe .notif {
    background-color: #196824;
    padding: 20px;
    border-radius: 10px;
}

.subscribe .notif p:first-child {
    font-weight:bold;
    margin-bottom:15px;
}

.subscribe .notif p:last-child
{
    margin-bottom: 0;
}

.verifyNotif {
    display:none;
}

.reg #signup
{
    background: none;
    color: #111111;
}

.reg a
{
    color: #2A9438;
}

.reg > h1
{
    margin-top: 1em;
}

.reg .desc
{
    width: 640px;
    max-width: 100%;
    margin: 0 auto 2.5em auto;
}

.reg form
{
    margin-bottom: 2em;
    padding: 2em;
    background: #F8F8F8 ;
    border-radius: 0.5em;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.25);
}

.reg input[type="text"],
.reg input[type="email"]
{
    display: block;
    margin-bottom: 1em;
    padding: 0.5em;
}

.reg .input-fields
{
    display: block;
    margin: 0;
}

.reg .button
{
    width: max-content;
    padding: 0.72em 2em;
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.reg .button:hover,
.reg .button:focus
{
    background: #237A2D;
    color: #FFFFFF;
}

.reg .notif
{
    background: #E9F4EB;
    border-radius: 0.5em;
}

.reg .notif.sub-errnotif
{
    background: #F4EBE9;
}

/** trial page **/
.trial .loading {
    background-image: url("/xtenit/images/interface/loading.gif");
    height: 108px;
    width: 132px;
    margin: 0 auto;
}

.trial .notif {
    display:none;
}

.trial .notif .message {
    font-size:120%;
}

/** survey **/
.xtnt-sch2tpl-survey .form-element input, 
.xtnt-sch2tpl-survey .form-element select {
    width:100%;
}

.form-elements {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.ecauser {
    color: #111;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    border-radius: 15px;
    margin-bottom: 1em;
}

/** scroll margin for article anchors **/
.article-anchor:before
{
    content: "";
    display: block;
    height: 70px;
    margin-top: -70px;
    visibility: hidden;
    pointer-events: none;
}

/** they said it flags **/
.theysaidit table img {
    width:23px;
    height:16px;
}

/** menu change **/
.menu-g,
.header .menu
{
    font-size: 1.1em;
}

.menu-g {
    background-color:#2A9438;
    box-shadow:0 1px 3px rgba(0, 0, 0, .11);
}

.menu-g .wrap {
    padding:0 !important;
    height:auto !important;
}

.menu-g nav,
.menu-g ul
{
    display:flex;
}

.menu-g a {
    display: block;
    color:#fff;
    text-transform: uppercase;
    padding: 0.74em 1em;

    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.menu-g .dd-label
{
    display: flex;
}

.menu-g a:hover,
.menu-g .dd-label:hover
{
    background: #30772E;
}

.menu-g .dd-label:hover a
{
    background: none;
}

.menu-g .dd-submenu
{
    background: #288C34;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}

.menu-g a.selected,
.menu-g a.selected:hover {
    font-weight: bold;
    background-color:#48af45;
    text-shadow: 0 1px 0 #000000;
}

.menu-g a.selected:hover .dd-icon
{
    text-shadow: 0 -1px 0 #000000;
}

.mtop .dd-toggle
{
    margin-left: -1em;
    line-height: 1.32;
}

.mtop .dd-submenu,
.fixed-header .header .menu .mtop.menu-supp
{
    top: 100%;
    background: #FCFCFC;
    border: 1px solid #E3E3E3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.header .menu a.freet {
    background-color:#fddc7e;
    padding:0em 2em;
    border-radius:2em;
    box-shadow: 0px 2px 3px #999;
    margin-left:10px;
}

.header .menu a.freet:hover {
    background-color:#ffd357;
    color:#333;
}

.header .menu .mtop {
    display:none;
}

.header .menu .mtop.freet-cont
{
    display: flex;
}

.header .menu .mtop.menu-supp a
{
    padding: 0.74em 1.5em;
}

.header .menu .mtop.menu-supp a:hover
{
    background: rgba(0, 0, 0, 0.03);
}

.fixed-header .menu-g {
    display:none;
}

.fixed-header .header .logo {
    display:inline-block;
    width:46px;
    overflow: hidden;
}

.fixed-header .header .menu:not(.search-active .menu) .mtop:not(.menu-supp, .freet-cont)
{
    display: flex;
    margin: 0;
    align-items: center;
}

.fixed-header .header .menu .mtop.menu-supp
{
    position: absolute;
    right: 1em;
    top: 100%;
}

.fixed-header .header .menu .mtop.menu-supp.shown
{
    display: block;
}

/* X (Twitter) short takes */
.article .twitter-tweet
{
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1200px)
{
    body.premium::before
    {
        background-position: center;
        background-size: 65% auto;
    }

    .dd-menu:hover .dd-submenu
    {
        display: none;
    }

    .dd-menu:hover .dd-toggle > *
    {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }

    .header
    {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        height: 75px;
    }

    .header .logo img
    {
        max-width: 100%;
    }
    
    .header .flex-split,
    .header .flex-row
    {
        flex-direction: column;
    }
    
    .header .wrap.flex-split
    {
        height: auto;
        padding: 0;
        gap: 1em;
        background-color:#FFFFFF;
        box-shadow:0 1px 3px rgba(0, 0, 0, .11);
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
    }
    
    .header .prime
    {
        position: relative;
        margin-left: 75px;
        line-height: 0;
        flex: 1;
    }
    
    .header .menu-btn
    {
        display: flex;
        width: 75px;
        height: 75px;
        background: #FFFFFF;
        border: 0;
        font-size: 2em;
        outline: none;
    }
    
    .header .logo
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 15px;
        text-align: center;
        outline: none;
    }
    
    .header .ctrls
    {
        display: none;
        position: fixed;
        top: 75px;
        right: 0;
        bottom: 0;
        width: 480px;
        max-width: 100%;
        padding: 1.5em;
        background: #2A9438;
        overflow: auto;
        flex-wrap: nowrap;
    }

    .header .ctrls.shown
    {
        display: grid;
        grid-template-areas:
            "search"
            "menu";
        grid-template-rows: min-content;
        gap: 1.5em;
    }

    .header .ctrls.shown .search
    {
        grid-area: search;
    }

    .header .ctrls.shown .menu
    {
        grid-area: menu;
    }

    .header .menu-g {
      display:none;
    }

    .header .menu
    {
        display: block;
        flex: 1;
    }
    
    .header .menu .mtop,
    .header .menu .mtop.freet-cont
    {
        display:block;      
        margin-bottom: 1em;
        padding-bottom: 1em;
        border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu .mtop:last-child
    {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .header .ctrls > span
    {
        display: block;
        text-align: center;
    }
    
    .header .ctrls .button
    {
        width: 30%;
        min-width: 8em;
    }
    
    .header .menu.flex-row
    {
        gap: 0;
    }
    
    .header .search-active .menu
    {
        display: flex;
    }
    
    .header .menu a,
    .header .menu .mtop.menu-supp a,
    .header .menu .dd-label:hover a
    {
        padding: 0.75em 1em;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
    }
    
    .header .menu a:last-child
    {
        border: 0;
    }
    
    .header .menu a.selected,
    .header .menu a.selected:hover
    {
        color: #fff;
        font-weight: bold;
        background-color: #48af45;
    }

    .header .menu a:hover,
    .header .menu a:focus,
    .header .menu .mtop.menu-supp a:hover,
    .header .menu .mtop.menu-supp a:focus,
    .header .menu .dd-label:hover a:hover,
    .header .menu .dd-label:hover a:focus
    {
        background-color: #30772E;
        color: #FFFFFF;
    }

    .header .menu .dd-menu a:first-child
    {
        flex: 1;
    }

    .header .menu .dd-menu .dd-toggle
    {
        margin-left: 0;
    }

    .header .menu .dd-menu .dd-submenu
    {
        position: static;
        margin-left: 1em;
        padding-left: 1em;
        background: none;
        border: 0;
        border-left: 3px solid rgba(0, 0, 0, 0.1);
        box-shadow: none;
    }

    .header .menu .dd-menu.shown .dd-submenu
    {
        display: block;
    }

    .header .menu .dd-menu.shown .dd-toggle > *
    {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    .header .menu a.freet
    {
        display: block;
        padding: 1em 0;
        text-align: center;
        font-weight: bold;
        color: #333333;
        margin: 1.75em 1em 1em 1em;
    }

    /* .header .menu a.freet:hover {
        background-color:#fff;
        color:#2A9438;
    } */

    .search
    {
        /* margin-top: 1em; */
        border-color: #BBBBBB;
    }

    .search input,
    .search-active .search input
    {    
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .search button.submit,
    .search-active .search button.submit
    {
        display: inline-block;
    }

    .search button.trigger,
    .search-active .search button.trigger
    {
        display: none;
    }

    .col.home-cols
    {
        --col-gutter: 3em;
    }
    
    .wrap .ootb,
    .wrap .article .ootb
    {
        margin-left: 0;
        margin-right: 0;
    }

    .ecb-tbl
    {
        max-width: 100%;
    }
}

@media screen and (max-width: 860px)
{
    .hero h1
    {
        font-size: 37px;
        line-height: 1.35;
        margin-bottom: 0.5;
    }
    
    .hero h4
    {
        font-size: 19px;
        line-height: 1.35;
    }

    /* .hero-banner h1
    {
        font-size: 4em;
    } */
    
    .contact .flex-row
    {
        flex-direction: column;
        gap: 3em;
    }
    
    .article-anchor:before
    {
        height: 10px;
        margin-top: -10px;
    }

    .col.col-2
    {
        display: block;
    }

    .home-cols .site-list,
    .home-cols .site-list .article
    {
        font-size: 16px;
    }

    .home-cols .site-list .article
    {
        margin-bottom: 2em;
    }

    .home-cols .site-list.latest-news .article > figure
    {
        width: 120px;
        height: 120px;
    }

    .home-cols > div:last-child
    {
        margin-top: 2.5em;
    }

    .home-cols > div:last-child h1
    {
        text-align: left;
    }

    .ecb-meter .tm-expl
    {
        flex-direction: column;
        gap: 0;
    }

    .ecb-meter .tm-expl figure
    {
        width: 100%;
        margin-top: 0;
    }

    .about .intro .flex-row
    {
        flex-direction: column;
    }

    .about .intro .flex-row figure
    {
        width: 100%
    }

    .footer .top > *
    {
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 768px)
{
    .header .ctrls
    {
        width: 100%;
    }

    .header .logo
    {
        text-align: left;
    }

    .header .prime
    {
        margin-left: 0;
    }

    .article figure img,
    .article img
    {
        max-width: 100%;
    }

    .about .intro.flex-row,
    .about .products ul.flex-row
    {
        flex-direction: column;
    }
    
    .resources .list-grp.flex-row
    {
        flex-direction: column;
        gap: 2.5em;
    }

    .eca-access form,
    .eca-access .notif,
    .pre-footer form,
    .pre-footer .notif,
    .post-header form,
    .post-header .notif
    {
        max-width: 100%;
    }

    .pre-footer.sticky,
    .pre-footer.sticky.flushed
    {
        left: 0;
        width: 100%;
        padding: 0;
    }

    .pre-footer.sticky .close
    {
        left: 5px;
    }
}

@media screen and (max-width: 640px)
{
    .site-list .article
    {
        display: block;
        overflow: hidden;
    }

    .site-list .article.flex-row > figure,
    .home-cols .site-list.latest-news .article > figure,
    .home-cols .site-list.latest-news .article:first-child > figure
    {
        width: 100%;
        max-width: none;
        height: auto;
        max-height: none;
        margin-bottom: 0.75em;
        text-align: center;
    }

    .site-list .article.flex-row > figure img
    {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 250px;
    }

    .home-cols .site-list.latest-news .article:first-child > figure
    {
        aspect-ratio: auto;
    }

    .field {
      flex-direction: column;
    }

    .field :first-child {
      flex: 0 0 0;
    }

    .about .flex-row
    {
        flex-direction: column !important;
    }
    
    .news figure
    {
        float: none;
        max-width: 100%;
        margin: 0 auto 2em auto;
        text-align: center;
    }
    
    .eca-access .input-fields
    {
        flex-direction: column;
        gap: 0.5em;
    }

    .pre-footer .input-fields,
    .post-header .input-fields
    {
        flex-direction: column;
    }
    
    .eca-access .input-fields input,
    .pre-footer .input-fields input,
    .post-header .input-fields input
    {
        min-width: 100%;
    }

    .form-elements {
      grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 480px)
{
    input[type="text"],
    input[type="email"],
    input[type="password"],
    textarea,
    select
    {
        width: 100%;
    }
    
    fieldset
    {
        padding: 0.5em;
    }
    
    .wrap
    {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .gauge-container
    {
        margin-bottom: 3em;
        grid-template-columns: 1fr;
        gap: 2em;
    }

    .gauge-container .heading
    {
        margin-bottom: 0;
    }

    .article.ecb-meter .gauge-container > .heading
    {
        margin-bottom: 2em;
    }

    .article.ecb-meter .gauge-container .gauge-layout
    {
        margin: 0;
        margin-bottom: 2em;
    }
}
   

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/


.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* from av */
.article-list-links {
  padding-left: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #efefef;
  padding-bottom: 2em;
}

.article-list article {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #efefef;
}

.article-list article:last {
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
}
