@charset "UTF-8";
/**
 * Reset
 * normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

summary {
  display: list-item; }

figure {
  margin: 0; }

pre,
code,
kbd,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em; }

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

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:focus {
  outline: thin dotted; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small, .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: 0;
  vertical-align: middle; }

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

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

progress {
  display: inline-block;
  vertical-align: baseline; }

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

/**
 * General
 */
html {
  font-family: "Roboto", sans-serif;
  font-size: 112.5%; }

body {
  background: #fff;
  color: #536171;
  line-height: 1.66667;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

a {
  border-bottom: 2px solid #3cb464;
  color: #536171;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  a:hover {
    border-color: currentColor;
    color: #333b45; }
  a.active {
    font-weight: bold; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333b45;
  font-family: "PT Serif", serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 2.5rem 0 0.83333rem;
  text-rendering: optimizeLegibility; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2.22222em; }

h2 {
  font-size: 1.88889em; }

h3 {
  font-size: 1.55556em; }

h4 {
  font-size: 1.33333em; }

h5 {
  font-size: 1.11111em; }

h6 {
  font-size: 0.88889em;
  letter-spacing: 0.0625em;
  text-transform: uppercase; }

h2 + h3, h2 + h4, h2 + h5,
h3 + h4, h3 + h5 {
  margin-top: 1.333em; }

p {
  margin: 0 0 1.66667em; }

address {
  font-style: italic;
  margin: 0 0 1.66667em; }

mark,
ins {
  background: #fff9c6;
  color: #333b45;
  padding: 0 3px;
  text-decoration: none; }

:not(pre) > code {
  background: #f5f6f7;
  border-radius: 3px;
  color: #333b45;
  font-size: 0.88889rem;
  padding: 0 3px; }

pre {
  background: #f5f6f7;
  border: 1px solid #e3e6ea;
  border-radius: 3px;
  color: #333b45;
  font-size: 0.88889rem;
  line-height: 1.5;
  margin: 1.66667rem 0;
  overflow: auto;
  padding: 1.33333em;
  position: relative;
  white-space: pre; }
  pre:first-child {
    margin-top: 0; }

blockquote {
  border-top: 3px solid #3cb464;
  color: #333b45;
  font-family: "PT Serif", serif;
  font-size: 1.33333rem;
  line-height: 1.4;
  margin: 2.5rem auto;
  padding: 1.33333rem 0 0 60px;
  position: relative; }
  blockquote:first-child {
    margin-top: 0; }
  blockquote:before {
    color: #3cb464;
    content: "\201C";
    font-size: 64px;
    left: 0;
    line-height: 1;
    position: absolute;
    width: 30px;
    top: 1.33333rem; }
  blockquote p {
    margin-bottom: 0.5em; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote small, blockquote .small,
  blockquote cite {
    color: #93a1b0;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 0.75em;
    font-style: normal;
    font-weight: normal;
    margin-top: 1em; }
    blockquote small:last-child, blockquote .small:last-child,
    blockquote cite:last-child {
      margin-bottom: 0; }

dl {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 1.66667em; }

ul,
ol {
  margin: 0 0 1.66667em; }

ul, .footnotes ol {
  padding: 0 0 0 1.33333em; }

li > ul,
li > ol {
  margin-bottom: 0; }

li > p, li > ul, li > ol {
  margin-bottom: 1em; }

hr {
  border: 0;
  border-bottom: 1px solid #e3e6ea;
  margin: 1.66667em 0; }

table {
  border-bottom: 1px solid #e3e6ea;
  line-height: 1.5;
  margin: 0 0 1.66667rem;
  max-width: 100%;
  text-align: left; }

.homepage table {
  width: 100%; }

.homepage-content h2 {
  font-size: 1.6em; }

caption {
  color: #93a1b0;
  font-size: 0.88889rem;
  font-style: normal;
  margin-bottom: 1em;
  text-align: left; }

th,
td {
  border-top: 1px solid #e3e6ea;
  padding: 0.5em 12px; }

th {
  color: #333b45;
  font-weight: bold; }

.bordered th {
  background-color: #f6f6f6; }

.bordered th, .bordered td {
  border: 1px solid #ccc;
  padding: 0.5em 0.7em; }

.responsive-table {
  display: block;
  overflow-x: auto;
  width: 100%; }

.responsive-table {
  margin-bottom: 1.666rem; }
  .responsive-table table {
    margin-bottom: 0; }

/* Form fields */
label {
  color: #333b45;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.25em; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
select,
textarea {
  background: #f5f6f7;
  border: 1px solid #e3e6ea;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #536171;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.625em 10px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

.form-group {
  margin-bottom: 1em; }

.form-submit {
  margin-top: 1.66667em; }

.form-select-wrap {
  font-size: 16px;
  position: relative; }
  .form-select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px; }
    .form-select-wrap select:focus {
      outline: 0; }
  .form-select-wrap:before, .form-select-wrap:after {
    border: solid transparent;
    border-width: .3125em;
    box-sizing: border-box;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1; }
  .form-select-wrap:before {
    border-top-color: #93a1b0;
    margin-top: .125em; }
  .form-select-wrap:after {
    border-bottom-color: #93a1b0;
    margin-top: -.75em; }

.form-checkbox {
  padding-left: 24px;
  position: relative; }
  .form-checkbox input[type=checkbox] {
    height: 1.5em;
    left: 0;
    position: absolute;
    top: 0; }
  .form-checkbox label {
    font-weight: normal; }

/* Placeholder text */
::-webkit-input-placeholder {
  color: #93a1b0; }

::-moz-placeholder {
  color: #93a1b0;
  opacity: 1; }

:-ms-input-placeholder {
  color: #93a1b0; }

::-ms-input-placeholder {
  color: #93a1b0; }

::placeholder {
  color: #93a1b0; }

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button, .button-primary {
  background: #3cb464;
  border: 2px solid #3cb464;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.2;
  padding: 0.75714em 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  vertical-align: middle;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px; }
  button:hover, button:focus, button:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  .button:hover,
  .button:focus,
  .button:active, .button-primary:hover, .button-primary:focus, .button-primary:active {
    background: 0;
    border-color: #3cb464;
    color: #3cb464;
    outline: 0; }

.button + .button {
  vertical-align: top; }

.button {
  background: 0;
  color: #3cb464; }
  .button:hover, .button:focus, .button:active {
    background: #3cb464;
    border-color: #3cb464;
    color: #fff; }

.button-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0;
  border: 0;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.25em 0; }
  .button-icon .icon {
    height: 1em;
    min-width: 1em;
    text-align: center; }
  .button-icon:hover, .button-icon:focus, .button-icon:active {
    color: #93a1b0; }

#menu-open,
#menu-close {
  background: 0;
  border: 0;
  box-shadow: none;
  color: inherit;
  height: 32px;
  padding: 0;
  position: relative;
  width: 32px; }

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
  max-width: 100%; }

.js-reframe {
  margin: 0 0 1.66667em; }

/* Images */
img {
  height: auto;
  max-width: 100%; }

.post-thumbnail img,
.post-content img {
  border-radius: 3px; }

/* Text meant only for screen readers */
.screen-reader-text,
.site-logo + .site-title {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px; }

/* Clearing floats */
.post-content:after {
  clear: both; }

.post-content:before, .post-content:after {
  content: "";
  display: table; }

@media only screen and (max-width: 600px) {
  html {
    font-size: 100%; }
  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 1.77778rem; }
  blockquote {
    padding-left: 45px; }
    blockquote:before {
      font-size: 48px; } }

/**
 * Icons
 */
.icon-menu,
.icon-close {
  background: currentColor;
  border-radius: 1px;
  color: inherit;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px; }
  .icon-menu:before, .icon-menu:after,
  .icon-close:before,
  .icon-close:after {
    background: currentColor;
    border-radius: 1px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.icon-menu:before {
  top: -8px; }

.icon-menu:after {
  bottom: -8px; }

.icon-close {
  background: 0;
  margin-left: -17px;
  width: 34px; }
  .icon-close:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-close:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.icon-arrow-left,
.icon-arrow-right {
  background: currentColor;
  color: inherit;
  height: 2px;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 16px; }
  .icon-arrow-left:before,
  .icon-arrow-right:before {
    border-color: currentColor;
    border-style: solid;
    content: "";
    height: 8px;
    position: absolute;
    top: 1px;
    width: 8px; }

.icon-arrow-left:before {
  border-width: 2px 0 0 2px;
  left: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.icon-arrow-right:before {
  border-width: 2px 2px 0 0;
  right: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right; }

/**
 * Structure
 */
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px; }

.inner-md {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px; }

.inner-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 555px; }

.outer {
  padding-left: 3.5vw;
  padding-right: 3.5vw; }

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative; }

.site-content {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  word-wrap: break-word; }

.site-main {
  padding-bottom: 2.5em;
  padding-top: 1.5em; }
  @media only screen and (min-width: 801px) {
    .site-main {
      padding-bottom: 3.33333em;
      padding-top: 3.33333em; } }
/**
 * Site Header
 */
.site-header {
  background: #fff;
  border-top: 5px solid #3cb464;
  border-bottom: 1px solid #e3e6ea;
  padding-bottom: 1.33333em;
  padding-top: 1.33333em; }

.site-header-inside {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-branding {
  -webkit-box-flex: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 16px; }
  .site-branding a {
    border: 0;
    color: inherit; }

.site-logo {
  margin: 0; }
  .site-logo svg {
    max-width: 318px;
    max-height: calc(18vw); }
  .site-logo img {
    max-height: calc(18vw); }

.site-title {
  color: #333b45;
  font-family: "PT Serif", serif;
  font-size: 1.33333em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0; }

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5; }

.menu-item.current-menu-item a:not(.button), .menu-item a:not(.button):hover {
  color: #108afb;
  border-bottom: 2px solid #108afb; }

.menu-item a:not(.button) {
  border: 0;
  border-bottom: 2px solid white;
  color: inherit;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

/*****************************************************************
 * Desktop menu
 * (mobile-first, with desktop size customized here)
 ****************************************************************/
@media (min-width: 769px) {
  .menu-toggle {
    display: none; }
  .site-nav {
    margin-left: auto; }
  .menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center; }
  /********************
  For this to work properly on mobile
  The triggering elements (:hover) need to have a tabindex="0" set
  and then we use both :hover and :focus-within to trigger the menu display

  This file is only applied to desktop size screens, 
  see the @ import in _header.scss
*********************/
  #main-navigation .dropdown {
    position: relative;
    text-align: left;
    border-radius: 5px 5px 0 0;
    border: 1px solid transparent; }
    #main-navigation .dropdown .nav-section {
      position: absolute;
      display: none;
      width: 300px;
      left: -0.75px;
      background-color: white;
      padding-top: 8px;
      padding-bottom: 16px;
      line-height: 1.2;
      font-size: 92%;
      box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);
      margin-top: -1px;
      border: 1px solid #ccc;
      border-radius: 0 5px 5px 5px; }
      #main-navigation .dropdown .nav-section > div {
        margin-bottom: 0; }
      #main-navigation .dropdown .nav-section .hide-from-dropdown-nav {
        display: none; }
    #main-navigation .dropdown:last-child .nav-section {
      left: auto;
      right: -0.66px;
      border-radius: 5px 0 5px 5px; }
    #main-navigation .dropdown h5 {
      cursor: default;
      margin: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: white;
      border-radius: 5px 5px 0 0;
      text-align: center;
      color: #536171;
      font-size: 100%;
      position: relative;
      z-index: 100;
      white-space: nowrap;
      font-weight: normal; }
      #main-navigation .dropdown h5::after {
        content: '▼';
        margin-left: 12px;
        color: #ccc;
        font-size: 50%;
        margin-top: -20px;
        display: inline-block;
        transform: scaleX(2);
        position: relative;
        top: -3px; }
    #main-navigation .dropdown:hover, #main-navigation .dropdown:focus-within {
      border-color: #ccc;
      z-index: 110; }
      #main-navigation .dropdown:hover .nav-section, #main-navigation .dropdown:focus-within .nav-section {
        display: block; }
    #main-navigation .dropdown h5 {
      padding-left: 20px;
      padding-right: 20px; }
    #main-navigation .dropdown h6, #main-navigation .dropdown a, #main-navigation .dropdown .other-states {
      padding-left: 28px;
      padding-right: 28px; }
    #main-navigation .dropdown a {
      display: block;
      border-bottom: none;
      padding-top: 10px;
      padding-bottom: 10px;
      transition: none; }
      #main-navigation .dropdown a.active {
        background-color: #e8f3fc; }
      #main-navigation .dropdown a:hover {
        background-color: #236bb1;
        color: white; }
    #main-navigation .dropdown .other-states {
      padding-bottom: 10px; }
      #main-navigation .dropdown .other-states a {
        padding: 3px 3px;
        display: inline-block; } }

@media (min-width: 769px) and (max-width: 880px) {
  #main-navigation .dropdown h5 {
    font-size: 90%;
    padding-left: 10px;
    padding-right: 10px; }
    #main-navigation .dropdown h5::after {
      margin-left: 9px; } }

/*****************************************************************************
 * Tweaks for mobile menu size only
 * (normally we do mobile-first, but theme uses this a fair bit it seems)
 *****************************************************************************/
@media (max-width: 768px) {
  .site-header:after {
    background: rgba(255, 255, 255, 0.75);
    content: "";
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s, visibility 0s .25s;
    transition: opacity .25s, visibility 0s .25s;
    visibility: hidden;
    width: 100%;
    z-index: 998; }
  #menu-open {
    display: block;
    margin-left: auto; }
  .site-nav {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    border-left: 1px solid #e3e6ea;
    box-sizing: border-box;
    bottom: 0;
    margin: 0;
    max-width: 430px;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: -100%;
    top: 0;
    -webkit-transition: right 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s 0.3s;
    transition: right 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 999; }
  .site-nav-inside {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  #menu-close {
    display: block;
    position: absolute;
    right: 3.5vw;
    top: 1.71428em; }
  .menu {
    padding: 1.8em 3.5vw 3em; }
    .menu div a {
      border-bottom-color: #c4e3ff; }
  .menu-item {
    border-top: 1px solid #e3e6ea;
    display: block; }
    .menu-item:not(.menu-button):last-child {
      border-bottom: 1px solid #e3e6ea; }
    .menu-item a:not(.button-icon) {
      display: block; }
    .menu-item a:not(.button) {
      padding: 1em 0; }
  .menu-button {
    padding: 1em 0; }
    .menu-button + .menu-button {
      border-top: 0;
      padding-top: 0; }
  .menu--opened {
    overflow: hidden; }
    .menu--opened .site-header:after {
      opacity: 1;
      -webkit-transition: opacity .25s;
      transition: opacity .25s;
      visibility: visible; }
    .menu--opened .site-nav {
      right: 0;
      -webkit-transition: right .3s ease;
      transition: right .3s ease;
      visibility: visible; } }

@media (max-width: 360px) {
  .site-nav {
    border-left: 0; } }

/**
 * Posts and Pages
 */
.post-header {
  margin-bottom: 2.5em; }

.post-meta {
  color: #93a1b0;
  font-size: 0.7em;
  line-height: 1.5;
  margin-bottom: 0.83333rem; }

.post-title {
  font-size: 2.66667em;
  margin: 0 0 1.66667rem; }
  .post-title a {
    border: 0;
    color: inherit; }
    .post-title a:hover {
      color: #536171; }

.post-subtitle {
  font-size: 1.33333em;
  line-height: 1.5;
  margin-top: -0.9rem; }

.post-thumbnail {
  display: block;
  margin-bottom: 2.5rem; }
  .post-thumbnail img {
    width: 100%; }

/* Post feed */
.post-card {
  margin-bottom: 3.5vw; }

.post-card .post-header {
  margin-bottom: 0.83333em; }

.post-card .post-meta {
  font-size: 14px; }

.post-card .post-title {
  font-size: 1.66667em;
  margin-bottom: 0.83333rem; }

.post-card .post-excerpt {
  font-size: 16px; }

.post-card table {
  margin-bottom: 1em; }
  .post-card table tr :first-child {
    padding-left: 0; }
  .post-card table tr :last-child {
    padding-right: 0; }

.post-card-inside {
  border: 1px solid #e3e6ea;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 2px 0px;
  background-color: white; }

.post-card-thumbnail {
  border: 0;
  border-radius: 3px 3px 0 0;
  display: block;
  margin: 0; }
  .post-card-thumbnail img {
    border-radius: 3px 3px 0 0;
    width: 100%; }

.post-card-content {
  padding: 1.33333em 3.5vw 0.33333em; }

.read-more {
  margin-top: 1.33333rem;
  margin-bottom: 0.8rem; }

@media only screen and (min-width: 681px) {
  .layout-grid .homepage .post-feed {
    margin-top: -180px;
    margin-bottom: -20px; } }

@media only screen and (min-width: 800px) {
  .layout-grid .homepage .post-feed {
    margin-top: -220px; } }

@media only screen and (min-width: 681px) {
  .layout-grid .post-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.75vw;
    margin-right: -1.75vw; }
  .layout-grid .post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%; }
  .layout-grid .post-card-inside {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1.75vw;
    margin-right: 1.75vw;
    overflow: hidden; }
  .layout-list .post-card-inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .layout-list .post-card-thumbnail {
    border-radius: 0 3px 3px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%; }
    .layout-list .post-card-thumbnail img {
      border-radius: 0 3px 3px 0;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%; }
  .layout-list .post-card-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .layout-list .post-card-content:only-child {
      border-right: 165px solid rgba(60, 180, 100, 0.1);
      padding-right: 7%; } }

@media only screen and (min-width: 860px) {
  .post-card {
    margin-bottom: 1.66667em; }
  .post-card-content {
    padding-left: 1.66667em;
    padding-right: 1.66667em; }
  .layout-grid .post-feed {
    margin-left: -0.83333em;
    margin-right: -0.83333em; }
  .layout-grid .post-card-inside {
    margin-left: 0.833333em;
    margin-right: 0.833333em; }
  .layout-list .post-card {
    margin-bottom: 2.22222em; } }

@media only screen and (max-width: 800px) {
  .post-title {
    font-size: 2.22222em; }
  .post-subtitle {
    font-size: 1.22222em; } }

/**
 * Intro Section
 */
.intro {
  background-color: #176ab8;
  background-image: url(/images/bg_flag.jpg);
  background-size: cover;
  color: white;
  padding-bottom: 20px; }
  @media (min-width: 681px) {
    .intro {
      padding-bottom: 120px;
      margin-bottom: 2.5em; } }
.intro-text {
  color: #333b45;
  color: white;
  font-family: "PT Serif", serif;
  font-size: 1.22222em;
  line-height: 1.5;
  margin-top: 3.5rem;
  margin-bottom: 2rem; }
  .intro-text p, .intro-text h2, .intro-text h3, .intro-text h4, .intro-text h5, .intro-text h6, .intro-text .responsive-iframe {
    color: inherit;
    margin-bottom: 1.3em; }
  .intro-text h2, .intro-text h3, .intro-text h4 {
    font-weight: normal;
    font-size: 1.25em;
    text-shadow: 0px 2px 1px #00000029; }
  .intro-text iframe.rumble {
    border: 2px solid #115699; }

.intro-cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .intro-cta a {
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 1.2;
    margin-bottom: 1em;
    margin-right: 15px;
    text-transform: uppercase; }

@media (min-width: 801px) {
  .intro {
    margin-bottom: 3.33333em; }
  .intro-text {
    font-size: 1.27em; }
  .intro-cta a {
    font-size: 0.88889em; } }

/**
 * Action Banner
 */
#action-banner {
  background-color: #536171;
  color: white;
  padding-top: 1.9em;
  padding-bottom: 0.6em;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
  background-color: #176ab8;
  background: linear-gradient(#2068ad, #2f6fc9);
  background: linear-gradient(#32618d, #195cba); }
  #action-banner::before {
    content: "";
    background-image: url(/images/bg_flag.jpg);
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0.6; }
  #action-banner > * {
    position: relative; }
  #action-banner h3 {
    color: white;
    margin-top: 0em; }
  #action-banner a {
    color: #c0d2e6;
    border-bottom-color: #5d8cbf; }
    #action-banner a:hover {
      color: white; }
  #action-banner .open .short {
    display: none; }
  #action-banner .short {
    overflow: hidden;
    text-align: center; }
    #action-banner .short h3 {
      text-align: center;
      display: inline-block;
      width: auto;
      margin-right: 0.5em; }
      @media (min-width: 500px) {
        #action-banner .short h3 {
          margin-right: 1.2em; } }
      @media (min-width: 800px) {
        #action-banner .short h3 {
          margin-right: 2em;
          font-size: 1.7em; } }
  #action-banner .toggle {
    clear: both;
    font-size: 80%;
    text-align: center;
    color: #94b3d5;
    margin-top: 1em;
    margin-bottom: 1em;
    cursor: pointer;
    transition: color 0.2s; }
    #action-banner .toggle:hover {
      color: white; }
    #action-banner .toggle svg {
      width: 1em;
      height: 1em;
      vertical-align: text-bottom;
      margin-right: 0.5em; }
  #action-banner .open .toggle svg {
    transform: rotate(180deg); }
  #action-banner .open .long {
    display: block; }
  #action-banner .long {
    display: none;
    margin-bottom: 2em; }
    #action-banner .long h3:first-child {
      margin-top: 0; }
    #action-banner .long h3 {
      margin-top: 0.7em;
      margin-bottom: 0.1em;
      color: #b9cde3; }
    @media (min-width: 420px) {
      #action-banner .long h3 {
        float: left;
        clear: left;
        width: 4em;
        margin-right: 1.6em;
        margin-top: 0; }
      #action-banner .long > div {
        overflow: hidden;
        margin-bottom: 1.3em; } }
.show-if-open {
  display: none; }

.open span.show-if-open {
  display: inline; }

.open .show-if-closed {
  display: none; }

/**
 * Footer nav
 */
#footer-nav {
  margin-bottom: -1.8rem; }

/**
 * These apply to: 
 * - main header nav (desktop)
 * - main header nav (mobile)
 * - footer nav
 */
#footer-nav h5, #footer-nav h6, #main-navigation h5, #main-navigation h6 {
  font-family: inherit; }

#footer-nav h5, #main-navigation h5 {
  margin-bottom: 0.5rem; }

#footer-nav h6, #main-navigation h6 {
  margin-top: 0.9rem;
  margin-bottom: 0.2rem;
  color: #99a4b0; }

#footer-nav .nav-section, #main-navigation .nav-section {
  margin-bottom: 2.2em; }
  #footer-nav .nav-section > div,
  #footer-nav .nav-section li, #main-navigation .nav-section > div,
  #main-navigation .nav-section li {
    margin-bottom: 0.35em; }
  #footer-nav .nav-section li, #main-navigation .nav-section li {
    color: #bbbbbb;
    list-style-type: square;
    font-size: 94%;
    margin-bottom: 0.45em; }
  #footer-nav .nav-section ul, #main-navigation .nav-section ul {
    margin-bottom: 0; }

#footer-nav .other-states a, #main-navigation .other-states a {
  margin-right: 0.2em; }

/**
 * Site Footer
 */
.site-footer {
  background: #f5f6f7;
  padding-bottom: 0.83333em;
  padding-top: 2.5em; }
  .site-footer div a {
    border-bottom-color: #ccc; }

.footer-text .button-icon {
  margin-top: 8px;
  margin-right: 2em; }
  .footer-text .button-icon .fab {
    margin-right: 0.5em;
    font-size: 140%; }

.site-info,
.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.33333em; }
  .site-info a.button:not(.button-icon),
  .social-links a.button:not(.button-icon) {
    padding: 0.33333em 8px; }

.site-info {
  margin-bottom: 0;
  margin-top: 0.25em; }
  .site-info .copyright {
    font-size: 12px;
    color: #939da8; }
    .site-info .copyright a {
      color: inherit; }
  .site-info .copyright, .site-info .footer-text {
    line-height: 1.5; }
  .site-info > a {
    margin: 0 4px 6px; }

.social-links a {
  margin: 0 5% 6px 0; }

.social-links .icon {
  font-size: 18px; }

@media only screen and (min-width: 601px) {
  .site-footer-inside {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site-info,
  .social-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .site-info .copyright, .site-info .footer-text {
    text-align: left; }
  .site-info .copyright,
  .site-info > a {
    margin: 0 8px 6px 0; }
  .social-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: auto; }
    .social-links a {
      margin-left: 30px;
      margin-right: 0; } }

/**
 * Palettes
 */
.palette-blue a {
  border-bottom-color: #108afb; }
  .palette-blue a:hover {
    border-color: currentColor; }

.palette-blue blockquote {
  border-top-color: #108afb; }
  .palette-blue blockquote:before {
    color: #108afb; }

.palette-blue button,
.palette-blue input[type="submit"],
.palette-blue input[type="button"],
.palette-blue input[type="reset"],
.palette-blue .button, .palette-blue .button-primary {
  background: #108afb;
  border-color: #108afb;
  color: #fff; }
  .palette-blue button:hover, .palette-blue button:focus, .palette-blue button:active,
  .palette-blue input[type="submit"]:hover,
  .palette-blue input[type="submit"]:focus,
  .palette-blue input[type="submit"]:active,
  .palette-blue input[type="button"]:hover,
  .palette-blue input[type="button"]:focus,
  .palette-blue input[type="button"]:active,
  .palette-blue input[type="reset"]:hover,
  .palette-blue input[type="reset"]:focus,
  .palette-blue input[type="reset"]:active,
  .palette-blue .button:hover,
  .palette-blue .button:focus,
  .palette-blue .button:active, .palette-blue .button-primary:hover, .palette-blue .button-primary:focus, .palette-blue .button-primary:active {
    background: 0;
    border-color: #108afb;
    color: #108afb; }

.palette-blue .button {
  background: 0;
  color: #108afb; }
  .palette-blue .button:hover, .palette-blue .button:focus, .palette-blue .button:active {
    background: #108afb;
    border-color: #108afb;
    color: #fff; }

.palette-blue .site-header {
  border-top-color: #108afb; }

.palette-black .button-icon,
.palette-blue .button-icon,
.palette-red .button-icon {
  background: 0;
  color: inherit; }
  .palette-black .button-icon:hover, .palette-black .button-icon:focus, .palette-black .button-icon:active,
  .palette-blue .button-icon:hover,
  .palette-blue .button-icon:focus,
  .palette-blue .button-icon:active,
  .palette-red .button-icon:hover,
  .palette-red .button-icon:focus,
  .palette-red .button-icon:active {
    color: #93a1b0; }

@media only screen and (min-width: 681px) {
  .layout-grid.palette-blue .post-card-content:only-child,
  .layout-list.palette-blue .post-card-content:only-child {
    border-color: rgba(16, 138, 251, 0.1); } }

.info, .tip, .important, .caution, .warning, .hint, .expandable-box {
  border: 1px solid #9ad0ff;
  padding: 1.5em 1.8em 1.5em;
  border-radius: 5px;
  overflow: hidden;
  margin: 2.5em 0; }
  .info:first-child, .tip:first-child, .important:first-child, .caution:first-child, .warning:first-child, .hint:first-child, .expandable-box:first-child {
    margin-top: 0; }
  .info p, .info pre, .info table, .tip p, .tip pre, .tip table, .important p, .important pre, .important table, .caution p, .caution pre, .caution table, .warning p, .warning pre, .warning table, .hint p, .expandable-box p, .hint pre, .expandable-box pre, .hint table, .expandable-box table {
    margin-bottom: 1em; }
  .info .icon, .tip .icon, .important .icon, .caution .icon, .warning .icon, .hint .icon, .expandable-box .icon {
    float: left;
    width: 80px;
    margin-right: 1.8rem; }
    @media (max-width: 500px) {
      .info .icon, .tip .icon, .important .icon, .caution .icon, .warning .icon, .hint .icon, .expandable-box .icon {
        width: 40px;
        margin-right: 1rem; } }
  .info > div, .tip > div, .important > div, .caution > div, .warning > div, .hint > div, .expandable-box > div {
    overflow: hidden; }
  h1 + .info, h2 + .info, h3 + .info, h4 + .info, h1 + .tip, h2 + .tip, h3 + .tip, h4 + .tip, h1 + .important, h2 + .important, h3 + .important, h4 + .important, h1 + .caution, h2 + .caution, h3 + .caution, h4 + .caution, h1 + .warning, h2 + .warning, h3 + .warning, h4 + .warning, h1 + .hint, h1 + .expandable-box, h2 + .hint, h2 + .expandable-box, h3 + .hint, h3 + .expandable-box, h4 + .hint, h4 + .expandable-box {
    margin-top: 1rem; }
  .info.less-spacing, .tip.less-spacing, .important.less-spacing, .caution.less-spacing, .warning.less-spacing, .hint.less-spacing, .less-spacing.expandable-box {
    margin: 1.66rem 0; }
  .info > :last-child, .tip > :last-child, .important > :last-child, .caution > :last-child, .warning > :last-child, .hint > :last-child, .expandable-box > :last-child {
    margin-bottom: 0; }
    .info > :last-child > :last-child, .tip > :last-child > :last-child, .important > :last-child > :last-child, .caution > :last-child > :last-child, .warning > :last-child > :last-child, .hint > :last-child > :last-child, .expandable-box > :last-child > :last-child {
      margin-bottom: 0; }
    .info > :last-child li:last-child p:last-child, .tip > :last-child li:last-child p:last-child, .important > :last-child li:last-child p:last-child, .caution > :last-child li:last-child p:last-child, .warning > :last-child li:last-child p:last-child, .hint > :last-child li:last-child p:last-child, .expandable-box > :last-child li:last-child p:last-child {
      margin-bottom: 0.33em; }
  .info.emoji, .tip.emoji, .important.emoji, .caution.emoji, .warning.emoji, .hint.emoji, .emoji.expandable-box {
    padding-left: 4em; }
    .info.emoji::first-letter, .info.emoji > p:first-child::first-letter, .tip.emoji::first-letter, .tip.emoji > p:first-child::first-letter, .important.emoji::first-letter, .important.emoji > p:first-child::first-letter, .caution.emoji::first-letter, .caution.emoji > p:first-child::first-letter, .warning.emoji::first-letter, .warning.emoji > p:first-child::first-letter, .hint.emoji::first-letter, .emoji.expandable-box::first-letter, .hint.emoji > p:first-child::first-letter, .emoji.expandable-box > p:first-child::first-letter {
      float: left;
      margin-left: -1.93em;
      font-size: 150%; }

.tip, .important, .caution, .warning, .hint, .expandable-box {
  font-size: 94%;
  padding: 1em 1.3em 1em; }

.tip, .info {
  background-color: aliceblue; }

.tip a {
  border-bottom-color: #bddfff;
  color: #6a8ba7; }
  .tip a:hover {
    color: inherit; }

.homepage-content .info {
  border: 0;
  background: none;
  padding: 0;
  margin: 0; }

.important {
  background-color: #314150;
  border-color: #000;
  color: white; }

.caution, .warning {
  background-color: #fff4c9;
  border-color: #e1be7c; }

.hint, .expandable-box {
  background-color: #eff6fd;
  border-color: #9fb6cf;
  color: #50718b; }

.hint + .hint, .expandable-box + .hint, .hint + .expandable-box, .expandable-box + .expandable-box {
  margin-top: -1em; }

/**
 * Bootstrap columns:
 */
.row {
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  box-sizing: border-box; }

@media (min-width: 500px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; } }

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; } }

/**
 * Accordion box that expands when heading is clicked
 */
.expandable-box .box-title {
  font-weight: bold;
  cursor: pointer;
  color: #536171; }
  .expandable-box .box-title:hover {
    color: black; }

.expandable-box .arrow {
  margin-right: 0.5em;
  display: inline-block;
  transition: transform 0.3s; }

.expandable-box.show .arrow {
  transform: rotate(90deg); }

.expandable-box .box-content {
  display: none;
  margin-top: 1.333em;
  opacity: 0.3;
  transition: opacity 0.3s;
  color: #536171; }
  .expandable-box .box-content > :last-child {
    margin-bottom: 0; }
    .expandable-box .box-content > :last-child pre {
      margin-bottom: 0.33em; }

.expandable-box.show .box-content {
  display: block;
  opacity: 1; }

/**
 * Accordion box that expands when heading is clicked
 */
.expandable-heading {
  cursor: pointer;
  border-bottom: 1px solid #d3d2d2;
  padding-bottom: 10px;
  padding-left: 36px; }
  @media (max-width: 500px) {
    .expandable-heading {
      padding-left: 30px; } }
  .expandable-heading .arrow {
    margin-right: 0.5em;
    transition: transform 0.3s;
    background-image: url(/images/icons/chevron-down.svg);
    width: 14px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-top: 0.4em;
    margin-left: -32px; }
    @media (max-width: 500px) {
      .expandable-heading .arrow {
        margin-left: -30px; } }
  .expandable-heading.expanded .arrow {
    transform: rotate(180deg); }
  .expandable-heading:hover {
    box-shadow: 0 3px 0 #eaeaea; }

.expandable-content {
  display: none;
  opacity: 0.3;
  transition: all 0.3s; }
  .expandable-content.expanded {
    display: block;
    opacity: 1; }
  .expandable-content > h1:first-child, .expandable-content > h2:first-child, .expandable-content > h3:first-child, .expandable-content > h4:first-child, .expandable-content > h5:first-child, .expandable-content > h6:first-child {
    margin-top: 1.5em; }

@media (min-width: 810px) {
  img.force-wider {
    max-width: calc(93vw);
    margin-left: calc(-46.5vw + 50%); }
  p.force-wide, div.force-wide {
    width: calc(93vw);
    margin-left: calc(-46.5vw + 50%);
    text-align: center;
    margin-top: 1.666em; } }

.image-border {
  border: 1px solid #aaa;
  box-sizing: border-box; }

.centered {
  text-align: center; }

.muted {
  opacity: 0.5; }
  .muted a {
    border-bottom-color: #d6e3ed; }

.caption {
  color: #cacaca;
  font-size: 63%; }
  .caption a {
    color: inherit;
    border-bottom: 0;
    text-decoration: underline; }
  p + .caption, .responsive-iframe + .caption {
    margin-top: -1.2rem; }
    li p + .caption, li .responsive-iframe + .caption {
      margin-top: -0.2rem; }
  .scribd_iframe_embed + .caption {
    margin-top: 0; }

@media (max-width: 450px) {
  .small-on-mobile {
    font-size: 85%;
    line-height: 1.4; } }

.pill {
  border-radius: 50rem !important;
  background-color: #bbbbbb;
  display: inline-block;
  padding: .45em .75em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25rem; }

.responsive-iframe {
  padding: 56.25% 0px 0px;
  position: relative;
  margin-bottom: 1.666em; }
  .responsive-iframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  h2 + .responsive-iframe, h3 + .responsive-iframe, h4 + .responsive-iframe {
    margin-top: 1.666em; }

iframe[id^="telegram-post-"] {
  max-width: 500px;
  min-width: 300px !important; }

iframe#preview {
  width: 100% !important; }

script[src^="https://telegram"] + p,
script[src^="https://telegram"] + .scribd_iframe_embed,
iframe#preview + p,
.scribd_iframe_embed + p {
  margin-top: 1.666rem; }

h2 + iframe#preview, h3 + iframe#preview, h4 + iframe#preview, h5 + iframe#preview, h2 + iframe[id^="telegram-post-"], h3 + iframe[id^="telegram-post-"], h4 + iframe[id^="telegram-post-"], h5 + iframe[id^="telegram-post-"] {
  margin-top: 18px !important; }

blockquote.small, blockquote.smaller {
  font-size: inherit;
  font-family: inherit;
  color: inherit; }
  blockquote.small ol, blockquote.small ul, blockquote.small p, blockquote.smaller ol, blockquote.smaller ul, blockquote.smaller p {
    margin-bottom: 0.8em;
    line-height: 1.6; }
  blockquote.small ol, blockquote.small ul, blockquote.smaller ol, blockquote.smaller ul {
    padding-left: 2.2em; }

.small small {
  font-size: 88%; }

blockquote.smaller:before, blockquote.highlight:before {
  content: ""; }

blockquote.highlight {
  border-bottom: 3px solid #108afb;
  padding: 1.333em 1rem; }

blockquote.smaller {
  border-left: 3px solid #c4def6;
  border-top: 0;
  padding-top: 1em;
  padding-left: 1.4em;
  padding-bottom: 0.2em;
  padding-right: 1em;
  font-size: 85%;
  background-color: #e6f1fa;
  margin: 1.3em 0; }

#main blockquote small a {
  color: inherit;
  border-bottom-color: #dae1e9; }

.breadcrumb {
  color: #aaa;
  font-size: 90%; }
  .breadcrumb p {
    margin-bottom: 1em; }
  .breadcrumb a {
    color: inherit;
    border-bottom-color: #aaa;
    margin-left: 5px;
    margin-right: 5px; }
    .breadcrumb a:first-child {
      margin-left: 0; }
    .breadcrumb a:hover {
      color: #333; }

.links-in-columns {
  column-width: 18em;
  column-gap: 3em; }
  .links-in-columns a {
    display: inline-block;
    margin: 0.7em 3em 0.2em 0; }

th, td {
  vertical-align: top; }
  th.left-border, td.left-border {
    border-left: 1px solid #e3e6ea; }
  th.right-border, td.right-border {
    border-right: 1px solid #e3e6ea; }

.more-padding th, .more-padding td {
  padding: 0.9em 18px; }

.margin-top-bottom {
  margin-top: 48px;
  margin-bottom: 48px; }

.paragraph-margin-bottom, .twitter-tweet-rendered {
  margin-bottom: 1.6666em !important; }

.sm-margin-bottom {
  margin-bottom: 6px; }

#footnotes--references {
  color: #727272; }
  #footnotes--references .arrow {
    opacity: 0.55; }

.footnotes {
  font-size: 89%;
  color: #727272;
  line-height: 1.5; }

.chart {
  margin-bottom: 1.6667rem; }

.big-numbers {
  counter-reset: main; }
  .big-numbers h4 {
    border-radius: 18px;
    padding-left: 50px;
    line-height: 1.3;
    padding-top: 10px; }
  .big-numbers h4:before {
    content: counter(main);
    counter-increment: main;
    background-color: #536171;
    color: #fff;
    padding: 4px 6px 6px;
    border-radius: 50%;
    width: 25px;
    display: inline-block;
    height: 25px;
    font-size: 85%;
    text-align: center;
    vertical-align: baseline;
    margin-right: 14px;
    margin-left: -50px;
    float: left;
    margin-top: -1px; }
  .big-numbers ul {
    padding-left: 4em; }

.site-notice {
  text-align: center;
  background: aliceblue;
  font-size: 83%; }
  .site-notice .inner {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    padding-left: 2em;
    padding-right: 2em; }
  .site-notice a {
    color: #4b6e8f;
    border-bottom-color: #bad3ea; }

.state-article-summary ul, .state-article-summary ol {
  margin-top: 1.3em; }

.state-article-summary li {
  font-size: 107%; }

.red {
  background-color: #ffece9; }

.blue {
  background-color: #ddeaff; }

[v-cloak] {
  display: none; }

/**
.columns-2, .columns-3 {
	column-width: auto;
}
.columns-2 {
	column-count: 2;

}
.columns-3 {
	column-count: 3;
}
.columns-4 {
	column-count: 4;
	@media (max-width: 800px) { column-count: 3; }
}
**/
#toc {
  display: inline-block;
  border: 1px solid #bfbfbf;
  background-color: #fafafa;
  margin-bottom: 1.6666em;
  padding: 12px 30px 12px 18px;
  font-size: 90%;
  border-radius: 4px;
  color: #85898d; }
  #toc .heading {
    font-size: 84%;
    font-weight: bold;
    margin-bottom: 8px; }
  #toc ol {
    margin-bottom: 0; }
  #toc ol ol {
    list-style-type: none;
    padding-left: 1em; }
  #toc a {
    border-bottom: 2px solid #e5e5e5; }
  #toc a:hover {
    border-bottom: 2px solid #666; }

table.compressed th, table.compressed td {
  padding-top: 0.1em;
  padding-bottom: 0.1em; }

/**
 * Cards
 */
.layout-grid .full-width .post-card {
  flex-basis: 100%; }

.smaller-headings .post-card .post-title {
  font-size: 1.333rem; }

.underlined-headings .post-card .post-title a {
  border-bottom: 2px solid #e4e5e5; }
  .underlined-headings .post-card .post-title a:hover {
    border-bottom-color: #536171; }

.article-series-list td:first-child {
  background-color: #f2f7fa; }

.article-series-list .current-article td:first-child, .article-series-list .current-article .article-title {
  font-weight: bold; }
  .article-series-list .current-article td:first-child a, .article-series-list .current-article .article-title a {
    border-bottom: none; }

.post-content > .small.muted:first-child {
  margin-top: -1.2em; }

.raw-data-table p:last-child {
  margin-bottom: 0; }

@media (max-width: 500px) {
  .reduce-cell-padding-on-mobile th, .reduce-cell-padding-on-mobile td {
    padding-left: 6px;
    padding-right: 6px; }
  .reduce-cell-padding-on-mobile td:first-child, .reduce-cell-padding-on-mobile th:first-child {
    padding-left: 0; }
  .reduce-cell-padding-on-mobile td:last-child, .reduce-cell-padding-on-mobile th:last-child {
    padding-right: 0; } }

.scorecard-table td:last-child, .scorecard-table th:last-child {
  text-align: right; }

.color-grade-0 {
  background-color: #bc1114;
  color: white; }

.color-grade-1 {
  background-color: #bc1114;
  color: white; }

.color-grade-2 {
  background-color: #ef9322; }

.color-grade-3 {
  background-color: #ef9322; }

.color-grade-4 {
  background-color: #fdf134; }

.color-grade-5 {
  background-color: #c0d72c; }

.color-grade-6 {
  background-color: #26823f;
  color: white; }

.contact-state-county-officials {
  padding-bottom: 5px; }

#vue-contact-section select {
  width: 100%;
  background-color: white; }

#vue-contact-section .list {
  font-size: 80%; }
  #vue-contact-section .list .name {
    /* font-weight: bold; */
    font-style: italic; }
  #vue-contact-section .list a {
    color: #6693bb;
    border-color: #b7d2ea;
    border-bottom-width: 1px; }
  #vue-contact-section .list a + a {
    margin-left: 0.5em; }

#vue-contact-section .orgName {
  font-weight: bold; }

.news-table p, .news-table p:last-of-type {
  margin-bottom: 0; }
  .news-table p a, .news-table p:last-of-type a {
    border-bottom-color: #bbd2e6; }

.vjs-button {
  padding: 0;
  /* border: 0; */
  margin: 0; }

.site-notice + footer {
  border-top: 1px solid #c7d2e6; }

.site-notice p {
  margin-bottom: 0.9em; }

.site-notice p:last-child {
  margin-bottom: 0; }

/*# sourceMappingURL=main.css.map */