/**
 * 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 {
  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", "Times New Roman", serif;
  font-size: 112.5%;
  height: 100%;
  min-height: 100%; }

body {
  background: #f7f9fb;
  color: #4c5267;
  line-height: 1.66667;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

a {
  border-bottom: 1px solid currentColor;
  color: #4c5267;
  text-decoration: none;
  -webkit-transition: border-color .15s ease-in-out, color .15s ease-in-out;
  transition: border-color .15s ease-in-out, color .15s ease-in-out; }
  a:hover, a:focus {
    border-color: #9e1919;
    color: #9e1919; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c2f3b;
  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.44444rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.66667rem; }

h4 {
  font-size: 1.33333rem; }

h5 {
  font-size: 1.11111rem; }

h6 {
  font-size: 1rem; }

p {
  margin: 0 0 1.66667em; }

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

mark,
ins {
  background: #fff493;
  color: #4c5267;
  padding: 0 3px;
  text-decoration: none; }

pre {
  background: #fff;
  border-radius: 3px;
  font-size: 0.88889rem;
  margin: 0 0 1.66667rem;
  overflow: auto;
  padding: 1.66667rem;
  position: relative;
  white-space: pre; }

blockquote {
  border-left: 3px solid #9e1919;
  color: #2c2f3b;
  font-size: 1.33333rem;
  line-height: 1.3;
  margin: 0 0 1.66667rem;
  padding-left: 30px; }
  blockquote p {
    margin-bottom: 0.83333rem; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote small,
  blockquote cite {
    color: #7b839e;
    display: block;
    font-size: 1.11111rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.66667;
    margin-top: 0.83333rem; }
    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;
  padding: 0 0 0 1.66667em; }

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

hr {
  background-color: #ebecf0;
  border: 0;
  height: 1px;
  margin: 2.5em 0; }

table {
  line-height: 1.5;
  margin: 0 0 1.66667em;
  text-align: left;
  width: 100%; }

caption {
  color: #7b839e;
  font-size: 0.88889em;
  font-style: normal;
  margin-bottom: 0.83333rem;
  text-align: left; }

th,
td {
  border-bottom: 1px solid #ebecf0;
  padding: 0.5em 5px; }

th {
  color: #2c2f3b;
  font-weight: bold; }

/* Form fields */
label {
  color: #2c2f3b;
  font-weight: bold; }

input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  padding-left: 0.25em;
  padding-right: 1em; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
  background: #fff;
  border: 1px solid #ebecf0;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #4c5267;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.5em 15px;
  vertical-align: baseline;
  width: 100%; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
  height: 3em; }

textarea {
  padding: 0.75em 15px; }

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
a.button {
  background: #9e1919;
  border-radius: 3px;
  border: 2px solid #9e1919;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 2.75em;
  line-height: 1.5;
  padding: 0.5em 30px;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out; }
  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,
  a.button:hover,
  a.button:focus,
  a.button:active {
    opacity: 0.75;
    outline: 0; }

a.button {
  height: auto; }

.button.large {
  height: 3em;
  padding-left: 40px;
  padding-right: 40px; }

a.button.large {
  height: auto;
  padding-bottom: 0.625em;
  padding-top: 0.625em; }

.button.secondary {
  background: transparent;
  color: #9e1919;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out; }
  .button.secondary:hover, .button.secondary:focus, .button.secondary:active {
    background: #9e1919;
    color: #fff;
    opacity: 1; }

.button.white {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 20px 30px 0 rgba(76, 82, 103, 0.2);
  color: #4c5267;
  -webkit-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out; }
  .button.white:hover, .button.white:focus, .button.white:active {
    box-shadow: none;
    opacity: 1; }

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

/* Contact form */
.contact-form .form-row {
  margin-bottom: 0.83333em; }
.contact-form label {
  display: block;
  padding-bottom: 0.25em; }
.contact-form .form-submit {
  margin-top: 1.66667em; }

/* Subscribe form */
.subscribe-form {
  margin-bottom: 1.66667rem; }
  .subscribe-form .subscribe-email {
    width: 100%; }
  .subscribe-form .button {
    margin: 0.83333rem 0 0; }

/* 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; }

/* Heading underline */
.underline {
  position: relative; }
  .underline:after {
    border-left: 68px solid #9e1919;
    display: block;
    content: "";
    height: 2px;
    margin-top: 1rem; }

/* 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; }

a.sub-action {
  text-decoration: none;
  margin-top: -10px;
  font-size: 0.6rem; }

/**
 * Custom 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: -7px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 14px; }
  .icon-arrow-left:before,
  .icon-arrow-right:before {
    content: "";
    height: 4px;
    position: absolute;
    width: 4px; }

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

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

.icon-plus {
  background: #9e1919;
  border-radius: 50%;
  color: #fff;
  height: 24px;
  position: relative;
  width: 24px; }
  .icon-plus:before, .icon-plus:after {
    background: currentColor;
    border-radius: 1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    position: absolute;
    top: 50%;
    width: 16px; }
  .icon-plus:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

/**
 * Structure
 * ----------------------------------------------------------------------------
 */
.outer {
  padding: 4.16667rem 4vw 3.33333rem; }

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

.inner-large {
  margin-left: auto;
  margin-right: auto;
  max-width: 945px; }

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

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

/**
 * Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
  background: #fff;
  color: #2c2f3b;
  padding-bottom: 1.33333em;
  padding-top: 1.33333em; }

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

.site-branding {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }
  .site-branding a {
    border: 0;
    color: inherit; }

.site-title {
  color: #2c2f3b;
  font-size: 1.33333rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0; }

.site-logo {
  margin: 0; }
  .site-logo img {
    max-height: 40px; }

.site-navigation {
  margin-left: auto; }
  .site-navigation .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
  .site-navigation .menu-item {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 0 30px; }
    .site-navigation .menu-item.current-menu-item {
      color: #7b839e; }
  .site-navigation a:not(.button) {
    border: 0;
    color: inherit;
    display: inline-block;
    text-decoration: none; }
    .site-navigation a:not(.button):hover, .site-navigation a:not(.button):focus {
      color: #7b839e; }
  .site-navigation .button {
    font-size: 16px;
    padding: 0.25em 15px; }
  .site-navigation .menu-button + .menu-button {
    margin-left: 15px; }

.menu-toggle {
  display: none; }

@supports (position: sticky) or (position: -webkit-sticky) {
  @media only screen and (min-width: 801px) {
    .site-header {
      background: #fff;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 999; }

    .has--scrolled .site-header {
      box-shadow: 0 1px 4px 0 rgba(76, 82, 103, 0.1); } } }
@media only screen and (max-width: 800px) {
  .site {
    overflow: hidden;
    position: relative; }

  .site-header:before {
    background: rgba(247, 249, 251, 0.75);
    content: "";
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .15s ease-in-out,visibility 0s ease-in-out .15s;
    transition: opacity .15s ease-in-out,visibility 0s ease-in-out .15s;
    visibility: hidden;
    width: 100%;
    z-index: 998; }

  #menu-open {
    display: block;
    margin-left: auto; }

  .site-navigation {
    background: #fff;
    box-sizing: border-box;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: -360px;
    top: 0;
    -webkit-transition: right .3s ease-in-out, visibility 0s .3s ease-in-out;
    transition: right .3s ease-in-out, visibility 0s .3s ease-in-out;
    visibility: hidden;
    width: 360px;
    z-index: 999; }
    .site-navigation .menu {
      padding: 4.5rem 4vw 3.33333rem; }
    .site-navigation .menu-item {
      display: block;
      margin: 0; }
      .site-navigation .menu-item:not(.menu-button) {
        border-bottom: 1px solid #ebecf0; }
      .site-navigation .menu-item:not(.menu-button):first-child {
        border-top: 1px solid #ebecf0; }
      .site-navigation .menu-item.menu-button {
        margin-top: 1.66667em; }
      .site-navigation .menu-item.menu-button + .menu-button {
        margin-left: 0; }
    .site-navigation a:not(.button) {
      display: block;
      padding: 0.83333rem 0; }
    .site-navigation .button {
      height: 3em;
      padding: 0.625em 15px;
      text-align: center;
      width: 100%; }
    .site-navigation #menu-close {
      display: block;
      position: absolute;
      right: 4vw;
      top: 1.33333rem; }

  .site-nav-inside {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }

  .menu--opened .site {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 997; }
  .menu--opened .site-navigation {
    right: 0;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    visibility: visible; }
  .menu--opened .site-header:before {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible; } }
@media only screen and (max-width: 360px) {
  #menu-open {
    display: block;
    margin-left: auto; }

  .site-navigation {
    width: 100%; } }
/**
 * Content
 * ----------------------------------------------------------------------------
 */
.post {
  margin-bottom: 3.33333em; }

.post-header {
  margin-bottom: 2.5rem;
  text-align: center; }
  .post-header .post-title {
    margin: 0 0 1.66667rem; }
    .post-header .post-title a {
      border: 0;
      color: inherit; }
      .post-header .post-title a:hover, .post-header .post-title a:focus {
        color: #4c5267; }

.post-subtitle {
  border-bottom: 1px solid #ebecf0;
  font-size: 1.33333rem;
  line-height: 1.5;
  margin-bottom: 1.66667rem;
  padding-bottom: 1.33333rem; }

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

.post-meta {
  color: #7b839e;
  font-size: 0.88889rem;
  line-height: 1.5;
  margin-bottom: 1.66667rem; }

/* Post feed */
.post-feed {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.83333em 1.66667em; }
  .post-feed .post-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.66667em; }
    @media only screen and (max-width: 900px) {
      .post-feed .post-card {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media only screen and (max-width: 600px) {
      .post-feed .post-card {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .post-feed .post-card-inside {
    background: #fff;
    border: 1px solid #ebecf0;
    border-radius: 3px;
    box-shadow: 0 3px 10px 0 rgba(76, 82, 103, 0.1);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0.833333em; }
  .post-feed .post-card-thumbnail {
    border: 0;
    border-radius: 3px 3px 0 0;
    display: block;
    margin: 0;
    position: relative;
    width: 100%; }
    .post-feed .post-card-thumbnail:before {
      content: "";
      display: block;
      padding-top: 66.666%; }
    .post-feed .post-card-thumbnail img {
      border-radius: 3px 3px 0 0;
      height: 100%;
      left: 0;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  .post-feed .post-card-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.33333rem; }
  .post-feed .post-header {
    margin-bottom: 0.83333rem;
    text-align: left; }
  .post-feed .post-title {
    font-size: 1.33333rem;
    margin: 0; }
  .post-feed .post-excerpt {
    font-size: 16px; }
  .post-feed .post-meta {
    font-size: 14px;
    margin: 0; }

@media only screen and (max-width: 750px) {
  .post-feed {
    margin-left: -2vw;
    margin-right: -2vw; }
    .post-feed .post-card {
      margin-bottom: 4vw; }
    .post-feed .post-card-inside {
      margin-left: 2vw;
      margin-right: 2vw; } }
/* Post navigation */
.read-next {
  margin-top: 3.33333em; }
  .read-next .read-next-title {
    font-size: 1.66667rem;
    margin: 0 0 1.6667rem;
    text-align: center; }
  @media only screen and (min-width: 601px) {
    .read-next .post-card {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }

/* Pagination */
.pagination {
  margin: 0 0 1.66667rem; }
  .pagination .nav-links {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .pagination .page-number {
    color: #7b839e;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.5;
    text-align: center; }
  .pagination .newer-posts,
  .pagination .older-posts {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative; }
  .pagination .older-posts {
    padding-left: 15px;
    padding-right: 40px; }
  .pagination .newer-posts {
    padding-left: 40px;
    padding-right: 15px; }
  .pagination .icon-arrow-left {
    left: 15px;
    margin-left: 0; }
  .pagination .icon-arrow-right {
    left: auto;
    margin-left: 0;
    right: 15px; }
  @media only screen and (max-width: 400px) {
    .pagination .nav-links {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .pagination .newer-posts {
      margin-bottom: 0.83333rem; }
    .pagination .older-posts {
      margin-top: 0.83333rem; } }

/**
 * Sections
 * ----------------------------------------------------------------------------
 */
.block-title {
  font-size: 2.44444rem;
  margin: 0 0 1.33333rem; }
  .block-title:last-child {
    margin-bottom: 1.66667rem; }

.block-header {
  margin-bottom: 2rem;
  text-align: center; }
  .block-header .block-title {
    font-size: 1.66667rem;
    margin: 0 0 0.25rem; }

.block-preview {
  margin-bottom: 1.66667rem; }

.block-buttons {
  margin-bottom: 0.83333rem; }
  .block-buttons .button {
    margin: 0 7px 0.83333rem; }

.block-item {
  margin-bottom: 1.66667rem; }
  .block-item:last-child {
    margin-bottom: 0; }

.hero-block .cell,
.text-block .cell,
.block-item .cell {
  text-align: center; }
.hero-block .underline:after,
.text-block .underline:after,
.block-item .underline:after {
  display: none; }

@media only screen and (min-width: 801px) {
  .hero-block .grid,
  .text-block .grid,
  .block-item .grid {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -0.83333rem; }
  .hero-block .cell,
  .text-block .cell,
  .block-item .cell {
    box-sizing: border-box;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0.83333rem;
    margin-right: 0.83333rem;
    text-align: left; }
    .hero-block .cell:only-child,
    .text-block .cell:only-child,
    .block-item .cell:only-child {
      margin-left: auto;
      margin-right: auto;
      max-width: 555px;
      text-align: center; }
  .hero-block .block-preview,
  .text-block .block-preview,
  .block-item .block-preview {
    -webkit-flex: 7;
    -ms-flex: 7;
    flex: 7;
    padding-right: 68px; }
  .hero-block .block-content,
  .text-block .block-content,
  .block-item .block-content {
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5; }
  .hero-block .block-preview-1,
  .text-block .block-preview-1,
  .block-item .block-preview-1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 68px; }
  .hero-block .block-content-1,
  .text-block .block-content-1,
  .block-item .block-content-1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .hero-block .block-preview-2,
  .text-block .block-preview-2,
  .block-item .block-preview-2 {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-right: 68px; }
  .hero-block .block-content-2,
  .text-block .block-content-2,
  .block-item .block-content-2 {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  .hero-block .block-preview-3,
  .text-block .block-preview-3,
  .block-item .block-preview-3 {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding-right: 68px; }
  .hero-block .block-content-3,
  .text-block .block-content-3,
  .block-item .block-content-3 {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3; }
  .hero-block .block-preview-4,
  .text-block .block-preview-4,
  .block-item .block-preview-4 {
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding-right: 68px; }
  .hero-block .block-content-4,
  .text-block .block-content-4,
  .block-item .block-content-4 {
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4; }
  .hero-block .block-preview-5,
  .text-block .block-preview-5,
  .block-item .block-preview-5 {
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    padding-right: 68px; }
  .hero-block .block-content-5,
  .text-block .block-content-5,
  .block-item .block-content-5 {
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5; }
  .hero-block .block-preview-6,
  .text-block .block-preview-6,
  .block-item .block-preview-6 {
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
    padding-right: 68px; }
  .hero-block .block-content-6,
  .text-block .block-content-6,
  .block-item .block-content-6 {
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6; }
  .hero-block .block-preview-7,
  .text-block .block-preview-7,
  .block-item .block-preview-7 {
    -webkit-flex: 7;
    -ms-flex: 7;
    flex: 7;
    padding-right: 68px; }
  .hero-block .block-content-7,
  .text-block .block-content-7,
  .block-item .block-content-7 {
    -webkit-flex: 7;
    -ms-flex: 7;
    flex: 7; }
  .hero-block .block-preview-8,
  .text-block .block-preview-8,
  .block-item .block-preview-8 {
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    padding-right: 68px; }
  .hero-block .block-content-8,
  .text-block .block-content-8,
  .block-item .block-content-8 {
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8; }
  .hero-block .block-preview-9,
  .text-block .block-preview-9,
  .block-item .block-preview-9 {
    -webkit-flex: 9;
    -ms-flex: 9;
    flex: 9;
    padding-right: 68px; }
  .hero-block .block-content-9,
  .text-block .block-content-9,
  .block-item .block-content-9 {
    -webkit-flex: 9;
    -ms-flex: 9;
    flex: 9; }
  .hero-block .block-preview-10,
  .text-block .block-preview-10,
  .block-item .block-preview-10 {
    -webkit-flex: 10;
    -ms-flex: 10;
    flex: 10;
    padding-right: 68px; }
  .hero-block .block-content-10,
  .text-block .block-content-10,
  .block-item .block-content-10 {
    -webkit-flex: 10;
    -ms-flex: 10;
    flex: 10; }
  .hero-block .underline:after,
  .text-block .underline:after,
  .block-item .underline:after {
    display: block; }
  .hero-block .button,
  .text-block .button,
  .block-item .button {
    margin-left: 0;
    margin-right: 15px; }

  .hero-block .grid,
  .text-block .grid,
  .block-item:nth-child(2n+1) .grid {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .hero-block .block-preview,
  .text-block .block-preview,
  .block-item:nth-child(2n+1) .block-preview {
    padding-left: 68px;
    padding-right: 0; } }
/* Call to Action */
.cta-block .block-title {
  margin: 0 0 0.25rem; }
.cta-block .cell {
  text-align: center; }
@media only screen and (min-width: 741px) {
  .cta-block .grid {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -0.83333rem; }
  .cta-block .cell {
    box-sizing: border-box;
    margin-left: 0.83333rem;
    margin-right: 0.83333rem;
    text-align: left; }
  .cta-block .block-content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .cta-block .block-buttons {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 68px; } }

/* Reviews */
.review {
  border: 0;
  font-size: 0.88889rem;
  line-height: 1.75;
  margin: 0 auto 1.66667rem;
  max-width: 488px;
  padding: 0; }

.review-inside {
  background: #fff;
  border: 1px solid #ebecf0;
  border-radius: 3px;
  box-shadow: 0 3px 10px 0 rgba(76, 82, 103, 0.1);
  padding: 1.11111rem; }

.review-text {
  margin-bottom: 1.5em;
  padding-top: 2rem;
  position: relative; }
  .review-text:before {
    color: #9e1919;
    content: "\201C";
    display: block;
    font-size: 2.66667rem;
    font-weight: bold;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0; }

.review-footer {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .review-footer .review-author {
    color: #2c2f3b;
    font-size: inherit;
    font-weight: bold;
    margin: 0; }
  .review-footer .review-avatar {
    border-radius: 50%;
    height: 60px;
    margin-right: 15px;
    width: 60px; }

@media only screen and (min-width: 741px) {
  .reviews-block .grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.83333rem;
    justify-content: center; }
  .reviews-block .cell {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 280px;
    -ms-flex: 1 1 280px;
    flex: 1 1 280px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 1.66667em; }
    .reviews-block .cell:first-child:nth-last-child(4), .reviews-block .cell:first-child:nth-last-child(4) ~ .cell {
      min-width: 40%; }
    .reviews-block .cell:first-child:nth-last-child(5), .reviews-block .cell:first-child:nth-last-child(5) ~ .cell {
      min-width: 30%; }
  .reviews-block .review-inside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0.833333em; } }
/* Pricing */
.plan {
  font-size: 0.88889rem;
  margin: 0 auto 1.66667rem;
  max-width: 360px;
  text-align: center; }
  .plan.highlight .plan-inside {
    border: 2px solid #9e1919; }
  .plan.highlight .button {
    background: #9e1919;
    color: #fff;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in; }
    .plan.highlight .button:hover, .plan.highlight .button:focus, .plan.highlight .button:active {
      opacity: 0.75; }

.plan-inside {
  background: #fff;
  border: 1px solid #ebecf0;
  border-radius: 3px;
  box-shadow: 0 3px 10px 0 rgba(76, 82, 103, 0.1);
  padding: 1.66667rem 1.66667rem 0.83333rem; }
  .plan-inside .block-buttons {
    margin-top: 1.66667rem; }

.plan-name {
  color: #4c5267;
  font-size: 0.88889rem;
  font-weight: bold;
  margin: 0 0 1.66667rem; }

.plan-price {
  line-height: 1.4rem;
  color: #2c2f3b;
  font-size: 2.44444rem;
  font-weight: bold;
  margin: 2rem 0px; }
  .plan-price small {
    font-size: 1.2rem; }
  .plan-price span.alternative {
    padding: 0px;
    margin: 0px;
    font-size: 0.8rem;
    font-weight: normal; }

.plan-details ul {
  list-style: none;
  padding: 0; }
.plan-details li {
  margin: 0 0 0.75em; }
  .plan-details li:first-child {
    margin-top: 0; }
  .plan-details li:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 940px) {
  .pricing-block .grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.83333rem;
    justify-content: center; }
  .pricing-block .cell {
    -webkit-flex: 1 1 290px;
    -ms-flex: 1 1 290px;
    flex: 1 1 290px;
    margin: 0 0 1.66667em; }
    .pricing-block .cell:first-child:nth-last-child(4), .pricing-block .cell:first-child:nth-last-child(4) ~ .cell {
      min-width: 40%; }
  .pricing-block .plan-inside {
    margin: 0 0.833333em; } }
/* FAQ */
.faq-accordion {
  margin-bottom: 3.33333rem;
  text-align: left; }

.accordion-header {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px 0 rgba(76, 82, 103, 0.1);
  margin-top: 1.25rem; }
  .accordion-header .accordion-trigger {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: 0;
    border: 1px solid #ebecf0;
    border-radius: 0;
    box-shadow: none;
    color: #2c2f3b;
    font-size: 1rem;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    opacity: 1;
    padding: 1rem 15px;
    text-align: left;
    width: 100%; }
  .accordion-header .accordion-icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px; }

.accordion-panel {
  margin: 0;
  max-height: 75vh;
  overflow: hidden; }

.badger-accordion--initialized .accordion-panel {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.accordion-panel.-ba-is-hidden {
  max-height: 0 !important;
  visibility: hidden; }

.accordion-panel.-ba-is-active {
  box-shadow: 0 3px 10px 0 rgba(76, 82, 103, 0.1);
  margin-top: 0.5rem; }

.accordion-content {
  background: #fff;
  border: 1px solid #ebecf0;
  border-radius: 3px;
  color: #4c5267;
  font-size: 0.88889rem;
  padding: 1rem 15px; }

.accordion-trigger.-ba-is-active .icon-plus:after {
  display: none; }

/* Latest posts */
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .posts-block .post-card {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .posts-block .post-card-inside {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .posts-block .post-card-thumbnail {
    border-radius: 0 3px 3px 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
    .posts-block .post-card-thumbnail img {
      border-radius: 0 3px 3px 0;
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .posts-block .post-card-content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

.block.bg-white {
  background: #fff; }
  .block.bg-white .post-card-inside,
  .block.bg-white .review-inside,
  .block.bg-white .plan-inside {
    box-shadow: 0 3px 10px 0 rgba(76, 82, 103, 0.15); }
.block.bg-accent {
  background: #9e1919;
  background: -webkit-linear-gradient(to right, #9e1919, #c1272d);
  background: linear-gradient(to right, #9e1919, #c1272d);
  color: #fff; }
  .block.bg-accent .block-title {
    color: inherit; }
  .block.bg-accent .underline:after {
    border-color: currentColor; }
.block.bg-white + .block.bg-white, .block.bg-gray + .block.bg-gray {
  padding-top: 0; }

/**
 * Site Footer
 * ----------------------------------------------------------------------------
 */
#colophon {
  background: #2c2f3b;
  color: #7b839e; }
  #colophon a {
    color: inherit; }
    #colophon a:hover, #colophon a:focus {
      border-color: currentColor;
      color: #ebecf0; }

.site-logo-footer {
  margin: 0; }
  .site-logo-footer img {
    max-height: 80px; }

.footer-top {
  padding-bottom: 2.5rem;
  padding-top: 3.33333rem; }

.footer-widgets,
.footer-nav-inside {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.83333rem;
  margin-right: -0.83333rem; }

.widget {
  box-sizing: border-box;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  font-size: 0.88889rem;
  line-height: 1.5;
  padding-left: 0.83333rem;
  padding-right: 0.83333rem; }

.widget-title {
  color: #ebecf0;
  font-size: 1rem;
  margin: 0 0 1.33333rem; }

.footer-branding a {
  border: 0; }
.footer-branding .site-title {
  font-size: 1.33333rem; }
  .footer-branding .site-title:last-child {
    margin-bottom: 2.5rem; }
.footer-branding .site-description {
  margin: 0.5rem 0 2.5rem; }

.secondary-nav,
.social-nav {
  box-sizing: border-box;
  -webkit-flex: 1 1 150px;
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
  padding-left: 0.83333rem;
  padding-right: 0.83333rem; }
  .secondary-nav ul,
  .social-nav ul {
    list-style: none;
    margin-bottom: 2.5rem;
    padding: 0; }
  .secondary-nav li,
  .social-nav li {
    margin: 0 0 0.75em; }
  .secondary-nav a,
  .social-nav a {
    border: 0; }

.site-info {
  border-top: 1px solid #4c5267;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 1.66667rem;
  padding-top: 1.66667rem;
  text-align: center; }

@media only screen and (max-width: 800px) {
  .footer-branding {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

  .footer-navigation,
  .footer-subscribe {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
@media only screen and (max-width: 600px) {
  .widget {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
/**
 * Palettes
 * ----------------------------------------------------------------------------
 */
.palette-purple a:hover, .palette-purple a:focus {
  border-color: #b5267b;
  color: #b5267b; }
.palette-purple blockquote {
  border-color: #b5267b; }
.palette-purple button,
.palette-purple input[type="submit"],
.palette-purple input[type="button"],
.palette-purple input[type="reset"],
.palette-purple a.button {
  background: #b5267b;
  border-color: #b5267b;
  color: #fff; }
.palette-purple .button.secondary {
  background: transparent;
  color: #b5267b; }
  .palette-purple .button.secondary:hover, .palette-purple .button.secondary:focus, .palette-purple .button.secondary:active {
    background: #b5267b;
    color: #fff; }
.palette-purple .button.white {
  background: #fff;
  border-color: transparent;
  color: #4c5267; }
.palette-purple .underline:after {
  border-color: #b5267b; }
.palette-purple .icon-plus {
  background: #b5267b; }
.palette-purple .review-text:before {
  color: #b5267b; }
.palette-purple .plan.highlight .plan-inside {
  border-color: #b5267b; }
.palette-purple .plan.highlight .button {
  background: #b5267b;
  color: #fff; }
.palette-purple .block.bg-accent {
  background: #b5267b;
  background: -webkit-linear-gradient(to right, #b5267b, #632695);
  background: linear-gradient(to right, #b5267b, #632695); }

.palette-green a:hover, .palette-green a:focus {
  border-color: #438945;
  color: #438945; }
.palette-green blockquote {
  border-color: #438945; }
.palette-green button,
.palette-green input[type="submit"],
.palette-green input[type="button"],
.palette-green input[type="reset"],
.palette-green a.button {
  background: #438945;
  border-color: #438945;
  color: #fff; }
.palette-green .button.secondary {
  background: transparent;
  color: #438945; }
  .palette-green .button.secondary:hover, .palette-green .button.secondary:focus, .palette-green .button.secondary:active {
    background: #438945;
    color: #fff; }
.palette-green .button.white {
  background: #fff;
  border-color: transparent;
  color: #4c5267; }
.palette-green .underline:after {
  border-color: #438945; }
.palette-green .icon-plus {
  background: #438945; }
.palette-green .review-text:before {
  color: #438945; }
.palette-green .plan.highlight .plan-inside {
  border-color: #438945; }
.palette-green .plan.highlight .button {
  background: #438945;
  color: #fff; }
.palette-green .block.bg-accent {
  background: #438945;
  background: -webkit-linear-gradient(to right, #438945, #73bb75);
  background: linear-gradient(to right, #438945, #73bb75); }

.palette-orange a:hover, .palette-orange a:focus {
  border-color: #fe8c00;
  color: #fe8c00; }
.palette-orange blockquote {
  border-color: #fe8c00; }
.palette-orange button,
.palette-orange input[type="submit"],
.palette-orange input[type="button"],
.palette-orange input[type="reset"],
.palette-orange a.button {
  background: #fe8c00;
  border-color: #fe8c00;
  color: #fff; }
.palette-orange .button.secondary {
  background: transparent;
  color: #fe8c00; }
  .palette-orange .button.secondary:hover, .palette-orange .button.secondary:focus, .palette-orange .button.secondary:active {
    background: #fe8c00;
    color: #fff; }
.palette-orange .button.white {
  background: #fff;
  border-color: transparent;
  color: #4c5267; }
.palette-orange .underline:after {
  border-color: #fe8c00; }
.palette-orange .icon-plus {
  background: #fe8c00; }
.palette-orange .review-text:before {
  color: #fe8c00; }
.palette-orange .plan.highlight .plan-inside {
  border-color: #fe8c00; }
.palette-orange .plan.highlight .button {
  background: #fe8c00;
  color: #fff; }
.palette-orange .block.bg-accent {
  background: #fe8c00;
  background: -webkit-linear-gradient(to right, #fe8c00, #f83600);
  background: linear-gradient(to right, #fe8c00, #f83600); }

body.has-theme-bar #page {
  top: 60px;
  padding-top: 60px; }
  @media only screen and (max-width: 801px) {
    body.has-theme-bar #page {
      top: 60px;
      padding-top: 0; } }
  @media only screen and (min-width: 801px) {
    body.has-theme-bar #page .site-header {
      top: 60px; } }

.red-arrows {
  background: url("/images/layout/redhost-homepage-background.jpg") center center;
  background-size: cover; }
  .red-arrows * {
    color: white; }

.world,
.deal {
  background: #3d0000 url("/images/layout/world.png") center center;
  background-size: cover;
  padding: 150px 0px; }
  .world *,
  .deal * {
    color: white;
    text-shadow: 2px 2px 6px #2B2B2B; }

.deal {
  opacity: 0.9; }
  .deal .block-copy {
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 10px 0px 10px;
    border-radius: 10px; }
