/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box; }

/**
 *
 */
*, *:before, *:after {
  box-sizing: inherit; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

#front-page {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 0;
  text-decoration: none; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Clear
   ========================================================================== */
.clear:after,
.clearfix:after,
dl:after,
.featured-posts:after,
.container:after {
  content: '';
  display: table;
  clear: both; }

/* ==========================================================================
   Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

/* ==========================================================================
   Lists
   ========================================================================== */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  font-size: 62.5%;
  margin-top: 0 !important; }

body {
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  min-width: 250px;
  font-family: 'Open sans', sans-serif;
  display: flex;
  flex-flow: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.admin-bar {
    margin-top: 32px; }

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  outline: 0; }

button {
  transition: all 0.3s ease;
  outline: 0;
  background: none;
  border: 0; }
  button:focus {
    background: none;
    outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2; }

h1 {
  font-size: 40px;
  font-size: 4rem; }

h2 {
  font-size: 36px;
  font-size: 3.6rem; }

h3 {
  font-size: 32px;
  font-size: 3.2rem; }

h4 {
  font-size: 28px;
  font-size: 2.8rem; }

h5 {
  font-size: 24px;
  font-size: 2.4rem; }

h6 {
  font-size: 20px;
  font-size: 2rem; }

img,
svg {
  max-width: 100%;
  height: auto; }

ul, ol {
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }
  dl dt,
  dl dd {
    width: 50%;
    float: left; }
  dl dt {
    clear: left; }
  dl dd {
    margin: 0; }

label {
  font-size: 12px;
  font-size: 1.2rem; }

select,
textarea,
input {
  transition: all 0.3s ease;
  display: inline-block;
  outline: 0;
  color: #000;
  background: #ededed;
  padding: 0.6em;
  font-family: 'Open sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  border: 0;
  border-radius: 0;
  min-width: 200px; }
  select:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder,
  input:focus::-webkit-input-placeholder {
    opacity: 0.2; }
  select:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder,
  input:focus:-moz-placeholder {
    opacity: 0.2; }
  select:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder,
  input:focus::-moz-placeholder {
    opacity: 0.2; }
  select:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder,
  input:focus:-ms-input-placeholder {
    opacity: 0.2; }
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    opacity: 0.6;
    transition: all 0.3s ease; }
  select:-moz-placeholder,
  textarea:-moz-placeholder,
  input:-moz-placeholder {
    opacity: 0.6;
    transition: all 0.3s ease; }
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input::-moz-placeholder {
    opacity: 0.6;
    transition: all 0.3s ease; }
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input:-ms-input-placeholder {
    opacity: 0.6;
    transition: all 0.3s ease; }

textarea {
  min-height: 100px;
  min-width: 300px;
  max-width: 100%; }

input[type=submit],
input[type=button] {
  background: var(--primary-color);
  color: #FFF;
  min-width: 0;
  padding: 0.6em 3em;
  font-weight: bold; }
  input[type=submit]:hover,
  input[type=button]:hover {
    background: #000; }

input[type=checkbox] {
  position: absolute;
  opacity: 0; }
  input[type=checkbox]:checked + label:before {
    background-image: url(../images/icons/tick.svg); }
  input[type=checkbox] + label {
    position: relative; }
    input[type=checkbox] + label:before {
      content: '';
      width: 1em;
      height: 1em;
      display: inline-block;
      background: #ededed center center no-repeat;
      background-size: 60%;
      vertical-align: middle;
      margin-right: 0.5em;
      font-size: 2em;
      cursor: pointer; }

select {
  -webkit-appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
      padding-right: 40px;
      background-image: url(../images/icons/dropdown.svg);
      background-position: 95% center;
      background-repeat: no-repeat; } }
  select:focus {
    outline: 0; }

video:focus {
  outline: none; }

hr {
  border-top-color: rgba(0, 0, 0, 0.6);
  border-bottom: 0; }

.site-wrap {
  display: flex;
  flex-flow: column;
  flex: 1; }

.site-header {
  z-index: 600;
  position: relative;
  padding: 1em 0 0 0; }
  .site-header .header-advert {
    text-align: center;
    margin: 1em 0; }
  .site-header .site-logo {
    display: block;
    margin: 1em auto; }
  .site-header .header-ctas {
    position: absolute;
    right: 1em;
    bottom: 52px; }
  .site-header .header-navigation {
    /* border-bottom: 1px solid #d6d6d6; */
    border-top: 1px solid var(--primary-color);
    /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; */
  }
  .site-header .panel-button {
    position: absolute;
    display: none;
    right: 1em;
    top: 50%;
    transform: translateY(-50%); }

.site-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: 1200;
  padding: 1.5em;
  min-width: 280px;
  display: flex;
  flex-flow: column;
  transform: translateX(150%);
  transition: all 0.3s ease; }
  .panel-visible .site-panel {
    transform: translateX(0); }
  .site-panel .close-button {
    align-self: flex-end; }
  .site-panel .panel-navigation {
    margin: 1em 0; }
  .site-panel .social-links {
    justify-content: center;
    margin: 1em 0; }

.site-main {
  flex: 1;
  z-index: 500;
  position: relative; }
  .site-main > .inner {
    display: flex;
    flex-flow: wrap; }
  .site-main .main-advert {
    width: 100%;
    margin-bottom: 1em;
    text-align: center; }
  .site-main .main-template {
    flex: 1; }
  .site-main .site-sidebar {
    flex: 0 0 300px; }

.site-sidebar {
  border-left: 1px solid #dcdcdc;
  padding-left: 2em; }
  .site-sidebar .widget {
    margin-bottom: 2em; }

.site-footer {
  background: #efefef;
  padding: 3em 0; }
  .site-footer > .inner {
    display: flex;
    justify-content: space-between; }
  .site-footer .footer-navigations {
    display: flex;
    margin-bottom: 4em; }
    .site-footer .footer-navigations .footer-navigation,
    .site-footer .footer-navigations .social-links {
      min-width: 200px;
      padding: 0 3em;
      border-right: 1px solid #c9c9c9; }
      .site-footer .footer-navigations .footer-navigation:first-child,
      .site-footer .footer-navigations .social-links:first-child {
        border-left: 1px solid #c9c9c9; }

.site-copyright {
  background: #000;
  color: #FFF;
  padding: 0.5em; }

.site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  .lightbox-visible .site-overlay, .panel-visible .site-overlay {
    opacity: 1;
    visibility: visible; }

.site-logo {
  width: 350px;
  height: 40px;
  display: inline-block;
  background: url(../images/logos/anzbloodstocknews.svg) no-repeat;
  background-size: contain; }

.header-ctas a {
  display: inline-block;
  color: #FFF;
  background: var(--primary-color);
  text-transform: uppercase;
  padding: 0.5em 1em;
  font-weight: 600;
  text-align: center; }
  .header-ctas a:hover {
    background: #000; }

.header-navigation {
  margin-bottom: 16px; }
  .header-navigation.sub-menu-visible {
    margin-bottom: 40px; }
  .header-navigation .menu-item.current-menu-item .sub-menu, .header-navigation .menu-item.current-menu-ancestor .sub-menu, .header-navigation .menu-item.current-menu-parent .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 100; }
  .header-navigation .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    display: flex; }

.primary-navigation, .header-navigation, .panel-navigation {
  position: relative; }
  .primary-navigation .menu, .header-navigation .menu, .panel-navigation .menu {
    display: flex;
    justify-content: center;
  }
  .primary-navigation .menu-item, .header-navigation .menu-item, .panel-navigation .menu-item {
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }
    .primary-navigation .menu-item:last-child, .header-navigation .menu-item:last-child, .panel-navigation .menu-item:last-child {
      border-right: 1px solid #d6d6d6; }
    .primary-navigation .menu-item:hover > a, .header-navigation .menu-item:hover > a, .panel-navigation .menu-item:hover > a, .primary-navigation .menu-item.current > a, .header-navigation .menu-item.current > a, .panel-navigation .menu-item.current > a, .primary-navigation .menu-item.current-menu-item > a, .header-navigation .menu-item.current-menu-item > a, .panel-navigation .menu-item.current-menu-item > a, .primary-navigation .menu-item.current-menu-ancestor > a, .header-navigation .menu-item.current-menu-ancestor > a, .panel-navigation .menu-item.current-menu-ancestor > a, .primary-navigation .menu-item.current-menu-parent > a, .header-navigation .menu-item.current-menu-parent > a, .panel-navigation .menu-item.current-menu-parent > a {
      box-shadow: inset 0 -4px 0 #d6d6d6; }
    .primary-navigation .menu-item:hover > .sub-menu, .header-navigation .menu-item:hover > .sub-menu, .panel-navigation .menu-item:hover > .sub-menu, .primary-navigation .menu-item.current > .sub-menu, .header-navigation .menu-item.current > .sub-menu, .panel-navigation .menu-item.current > .sub-menu, .primary-navigation .menu-item.current-menu-item > .sub-menu, .header-navigation .menu-item.current-menu-item > .sub-menu, .panel-navigation .menu-item.current-menu-item > .sub-menu, .primary-navigation .menu-item.current-menu-ancestor > .sub-menu, .header-navigation .menu-item.current-menu-ancestor > .sub-menu, .panel-navigation .menu-item.current-menu-ancestor > .sub-menu, .primary-navigation .menu-item.current-menu-parent > .sub-menu, .header-navigation .menu-item.current-menu-parent > .sub-menu, .panel-navigation .menu-item.current-menu-parent > .sub-menu {
      visibility: visible;
      opacity: 1;
      z-index: 200; }
    .primary-navigation .menu-item.menu-item-20191.current-menu-item > a, .header-navigation .menu-item.menu-item-20191.current-menu-item > a, .panel-navigation .menu-item.menu-item-20191.current-menu-item > a {
      background: #efd0d7;
      box-shadow: inset 0 -4px 0 #d68395; }
    .primary-navigation .menu-item.menu-item-20189.current-menu-item > a, .header-navigation .menu-item.menu-item-20189.current-menu-item > a, .panel-navigation .menu-item.menu-item-20189.current-menu-item > a {
      background: #ddf1f1;
      box-shadow: inset 0 -4px 0 #95d3d2; }
    .primary-navigation .menu-item.menu-item-20190.current-menu-item > a, .header-navigation .menu-item.menu-item-20190.current-menu-item > a, .panel-navigation .menu-item.menu-item-20190.current-menu-item > a {
      background: #dfaaca;
      box-shadow: inset 0 -4px 0 #c45f9b; }
    .primary-navigation .menu-item.menu-item-20194.current-menu-item > a, .header-navigation .menu-item.menu-item-20194.current-menu-item > a, .panel-navigation .menu-item.menu-item-20194.current-menu-item > a {
      background: #ff6666;
      box-shadow: inset 0 -4px 0 red; }
    .primary-navigation .menu-item.menu-item-20193.current-menu-item > a, .header-navigation .menu-item.menu-item-20193.current-menu-item > a, .panel-navigation .menu-item.menu-item-20193.current-menu-item > a {
      background: #c2c2f2;
      box-shadow: inset 0 -4px 0 #6d6de1; }
    .primary-navigation .menu-item.menu-item-20192.current-menu-item > a, .header-navigation .menu-item.menu-item-20192.current-menu-item > a, .panel-navigation .menu-item.menu-item-20192.current-menu-item > a {
      background: #7be5c4;
      box-shadow: inset 0 -4px 0 #29d19c; }
    .primary-navigation .menu-item.menu-item-20192.current-menu-item > a, .header-navigation .menu-item.menu-item-20192.current-menu-item > a, .panel-navigation .menu-item.menu-item-20192.current-menu-item > a {
      background: #f0d199;
      box-shadow: inset 0 -4px 0 #e3a840; }
    .primary-navigation .menu-item a, .header-navigation .menu-item a, .panel-navigation .menu-item a {
      display: block;
      padding: 1em 2em;
      font-weight: bold;
      font-size: 15px;
      font-size: 1.5rem;
      min-width: 150px;
      text-align: center; }
    .primary-navigation .menu-item .sub-menu, .header-navigation .menu-item .sub-menu, .panel-navigation .menu-item .sub-menu {
      transition: all 0.3s ease;
      background: #ededed;
      opacity: 0;
      visibility: hidden; }
      .primary-navigation .menu-item .sub-menu .menu-item, .header-navigation .menu-item .sub-menu .menu-item, .panel-navigation .menu-item .sub-menu .menu-item {
        border: 0; }
        .primary-navigation .menu-item .sub-menu .menu-item:last-child, .header-navigation .menu-item .sub-menu .menu-item:last-child, .panel-navigation .menu-item .sub-menu .menu-item:last-child {
          border: 0; }
      .primary-navigation .menu-item .sub-menu a, .header-navigation .menu-item .sub-menu a, .panel-navigation .menu-item .sub-menu a {
        font-weight: normal;
        padding: 0.8em 1.5em; }

.panel-navigation .menu {
  flex-flow: column; }
.panel-navigation .menu-item {
  border: 0;
  border-top: 1px solid #d6d6d6; }
  .panel-navigation .menu-item.menu-item-has-children > a {
    background-image: url(../images/icons/dropdown.svg);
    background-position: 95% center;
    background-repeat: no-repeat; }
  .panel-navigation .menu-item.current > a, .panel-navigation .menu-item.current-menu-item > a, .panel-navigation .menu-item.current-menu-ancestor > a, .panel-navigation .menu-item.current-menu-parent > a, .panel-navigation .menu-item.sub-menu-visible > a {
    box-shadow: inset 0 -4px 0 #d6d6d6; }
  .panel-navigation .menu-item.current .sub-menu, .panel-navigation .menu-item.current-menu-item .sub-menu, .panel-navigation .menu-item.current-menu-ancestor .sub-menu, .panel-navigation .menu-item.current-menu-parent .sub-menu, .panel-navigation .menu-item.sub-menu-visible .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible; }
  .panel-navigation .menu-item:last-child {
    border-bottom: 1px solid #d6d6d6;
    border-right: 0; }
  .panel-navigation .menu-item a {
    text-align: left;
    padding-left: 1em;
    font-weight: 600; }
  .panel-navigation .menu-item .sub-menu {
    display: none; }

.post .post-meta, .post .feature-meta {
  float: left; }
.post .post-share, .post .feature-share {
  float: right;
  margin-top: -1em; }
.post .post-title, .post .feature-title {
  clear: both;
  font-size: 38px;
  font-size: 3.8rem;
  margin: 0.4em 0; }

.post-thumbnail img {
  display: block; }

.post-title, .feature-title {
  font-weight: 600;
  color: #000; }
  .post-title > a:hover, .feature-title > a:hover {
    color: #666; }

.post-meta, .feature-meta {
  display: flex; }

.post-date, .feature-date {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem; }

.post-category, .feature-category {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em; }
  .post-category a, .feature-category a {
    color: var(--primary-color); }
    .post-category a:hover, .feature-category a:hover {
      color: #c45f9b; }

.post-excerpt, .feature-excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6; }
  .post-excerpt p, .feature-excerpt p {
    margin: 0.6em 0; }
  .post-excerpt a, .feature-excerpt a,
  .post-excerpt .read-more,
  .feature-excerpt .read-more {
    color: var(--primary-color); }
    .post-excerpt a:hover, .feature-excerpt a:hover,
    .post-excerpt .read-more:hover,
    .feature-excerpt .read-more:hover {
      text-decoration: underline; }

.post-content h1, .feature-content h1, .page-content h1, .post-content h2, .feature-content h2, .page-content h2, .post-content h3, .feature-content h3, .page-content h3, .post-content h4, .feature-content h4, .page-content h4, .post-content h5, .feature-content h5, .page-content h5, .post-content h6, .feature-content h6, .page-content h6 {
  margin: 0.6em 0; }
  .post-content h1:first-child, .feature-content h1:first-child, .page-content h1:first-child, .post-content h2:first-child, .feature-content h2:first-child, .page-content h2:first-child, .post-content h3:first-child, .feature-content h3:first-child, .page-content h3:first-child, .post-content h4:first-child, .feature-content h4:first-child, .page-content h4:first-child, .post-content h5:first-child, .feature-content h5:first-child, .page-content h5:first-child, .post-content h6:first-child, .feature-content h6:first-child, .page-content h6:first-child {
    margin-top: 0; }
.post-content h6, .feature-content h6, .page-content h6 {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600; }
.post-content p, .feature-content p, .page-content p {
  margin: 1em 0; }
.post-content a, .feature-content a, .page-content a {
  color: var(--primary-color); }
  .post-content a:hover, .feature-content a:hover, .page-content a:hover {
    text-decoration: underline; }
.post-content img.alignright, .feature-content img.alignright, .page-content img.alignright {
  float: right;
  margin-left: 1em; }
.post-content img.alignleft, .feature-content img.alignleft, .page-content img.alignleft {
  float: left;
  margin-right: 1em; }

.share-links, .post-share, .feature-share,
.social-links {
  display: flex; }
  .share-links li, .post-share li, .feature-share li,
  .social-links li {
    margin: 0.3em; }

.facebook-button,
.twitter-button {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #cccccc no-repeat center;
  background-size: 60%;
  display: inline-block;
  font-size: 30px;
  font-size: 3rem; }
  .facebook-button:hover,
  .twitter-button:hover {
    background-color: #000; }

.facebook-button {
  background-image: url(../images/icons/facebook.svg); }

.twitter-button {
  background-image: url(../images/icons/twitter.svg); }

.category-sidebar .widget,
.single-sidebar .widget {
  margin-bottom: 2em; }

.widget-post {
  border-bottom: 2px solid #dcdcdc; }
  .widget-post .post-title, .widget-post .feature-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4; }
  .widget-post .post-excerpt, .widget-post .feature-excerpt {
    font-size: 13px;
    font-size: 1.3rem; }
    .widget-post .post-excerpt a, .widget-post .feature-excerpt a {
      color: var(--primary-color); }

.widget-posts .widget-title {
  color: #FFF;
  padding: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: #D6D6D6; }

.widget-anchors .widget-title {
  color: #FFF;
  padding: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  background: #D6D6D6; }

.posts-list .post-item {
  background: #efefef;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 0.3em; }
  .posts-list .post-item > a {
    padding: 1em; }
  .posts-list .post-item .post-title, .posts-list .post-item .feature-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4; }
  .posts-list .post-item .post-excerpt, .posts-list .post-item .feature-excerpt {
    font-size: 12px;
    font-size: 1.2rem; }

.anchors-list .anchor-item {
  background: #efefef;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 0.3em; }
  .anchors-list .anchor-item > a {
    padding: 0.8em;
    display: inline-block; }
  .anchors-list .anchor-item .anchor-label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2; }

.single-content .category-header, .single-content .index-header {
  margin-bottom: 1.5em; }

.category-header, .index-header {
  background: #DEDEDE;
  color: #FFF;
  padding: 1em;
  line-height: 1;
  min-height: 120px;
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
  background-size: auto 100% !important; }
  .category-header .category-title, .index-header .category-title {
    margin-bottom: 1em; }

.category-title {
  font-size: 28px;
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1; }

.category-posts {
  display: flex;
  justify-content: stretch;
  background: #efefef; }
  .category-posts .category-posts-header {
    flex: 0 0 250px; }
  .category-posts .post-item {
    flex: 1;
    display: flex; }
    .category-posts .post-item > a {
      padding: 1em; }
    .category-posts .post-item .post-category, .category-posts .post-item .feature-category {
      color: var(--primary-color); }

.category-posts-header {
  color: #FFF;
  padding: 1em;
  background-size: auto 100% !important;
  background-position: bottom right !important;
  background-repeat: no-repeat !important; }
  .category-posts-header a {
    color: #FFF; }
  .category-posts-header .title {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5em; }

.form-field label {
  display: block;
  margin: 0.2em 0; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; }

.referral-form,
.subscribe-form {
  max-width: 600px; }
  .referral-form .form-body,
  .subscribe-form .form-body {
    display: flex;
    flex-flow: wrap; }
    .referral-form .form-body .form-field,
    .subscribe-form .form-body .form-field {
      padding-right: 1em;
      margin-bottom: 1em;
      flex: 1; }
      .referral-form .form-body .form-field.full-width,
      .subscribe-form .form-body .form-field.full-width {
        flex: 1 1 100%; }

.page-header, .results-header {
  border-bottom: 1px solid var(--primary-color);
  padding: 0.2em 0; }
  .lightbox-visible .page-header, .lightbox-visible .results-header {
    display: none; }

.page-title, .results-title {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem; }

.panel-button {
  position: relative;
  width: 1em;
  height: 0.6em;
  border: 0;
  background: none;
  vertical-align: middle;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }
  .panel-button:before, .panel-button:after {
    content: '';
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transition: all 0.3s ease;
    margin-top: -1px; }

.close-button {
  position: relative;
  width: 1em;
  height: 1em;
  border: 0;
  background: none;
  vertical-align: middle;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem; }
  .close-button:before, .close-button:after {
    content: '';
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transition: all 0.3s ease;
    margin-top: -1px;
    transform: rotate(45deg); }
  .close-button:after {
    transform: rotate(-45deg); }

.site-lightbox {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1100; }
  .lightbox-visible .site-lightbox {
    display: flex; }
  .site-lightbox.content-visible .close-button,
  .site-lightbox.content-visible .lightbox-content {
    visibility: visible;
    opacity: 1; }
  .site-lightbox .lightbox-content {
    opacity: 0;
    visibility: hidden; }
  .site-lightbox .close-button {
    position: absolute;
    margin: 0.5em;
    z-index: 300;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden; }

.index-header {
  background: #d872ad; }

.posts {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap; }
  .posts .post-item {
    max-width: 800px;
    padding: 2em 0;
    border-bottom: 1px solid #dedede; }
    .posts .post-item.post-share-visible .post-meta, .posts .post-item.post-share-visible .feature-meta {
      float: left; }
    .posts .post-item.post-share-visible .post-share, .posts .post-item.post-share-visible .feature-share {
      float: right;
      margin: -1em 0 0 0; }
    .posts .post-item .post-category, .posts .post-item .feature-category {
      float: left; }
    .posts .post-item .post-meta, .posts .post-item .feature-meta {
      float: right; }
    .posts .post-item .post-title, .posts .post-item .feature-title {
      margin: 1em 0 0.2em 0; }
    .posts .post-item .post-thumbnail {
      width: 50%;
      float: left;
      margin: 0 1em 1em 0; }

.post-item > a {
  display: block;
  flex: 1; }
  .post-item > a:hover {
    background: #f5f5f5; }
.post-item .post-thumbnail {
  margin-bottom: 0.2em; }
.post-item .post-meta, .post-item .feature-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8em; }

.pagination {
  display: flex;
  flex-flow: row;
  justify-content: center; }
  .pagination span,
  .pagination a {
    display: inline-block;
    padding: 0.5em 1em;
    font-weight: bold; }
    .pagination span.current,
    .pagination a.current {
      color: #FFF;
      background: var(--primary-color); }
  .pagination a:hover {
    color: #FFF;
    background: #d68395; }

.featured-posts .post-item {
  float: left; }
  .featured-posts .post-item > a {
    padding: 1em; }
  .featured-posts .post-item .post-thumbnail {
    margin-bottom: 0.3em; }
  .featured-posts .post-item .post-category, .featured-posts .post-item .feature-category {
    color: var(--primary-color); }
  .featured-posts .post-item .post-title, .featured-posts .post-item .feature-title {
    font-size: 20px;
    font-size: 2rem; }
  .featured-posts .post-item.primary-post-item {
    width: calc(100% - 260px);
    border-right: 1px solid #DEDEDE; }
    .featured-posts .post-item.primary-post-item .post-title, .featured-posts .post-item.primary-post-item .feature-title {
      font-size: 28px;
      font-size: 2.8rem; }
    .featured-posts .post-item.primary-post-item .post-thumbnail {
      margin-top: 0.5em; }
      .featured-posts .post-item.primary-post-item .post-thumbnail img {
        width: 100%; }
  .featured-posts .post-item.secondary-post-item {
    width: 260px;
    border-bottom: 1px solid #DEDEDE; }
  .featured-posts .post-item.tertiary-post-item {
    width: 260px; }
    .featured-posts .post-item.tertiary-post-item .post-title, .featured-posts .post-item.tertiary-post-item .feature-title {
      font-size: 16px;
      font-size: 1.6rem; }
    .featured-posts .post-item.tertiary-post-item .post-thumbnail {
      display: none; }

.secondary-posts {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  display: flex; }
  .secondary-posts .post-item {
    flex: 1;
    margin: 1em 0;
    border-left: 1px solid #DEDEDE; }
    .secondary-posts .post-item:last-child {
      border-right: 1px solid #DEDEDE; }
    .secondary-posts .post-item > a {
      display: block;
      padding: 1em; }
      .secondary-posts .post-item > a:hover {
        background: #f5f5f5; }
    .secondary-posts .post-item .post-category, .secondary-posts .post-item .feature-category {
      color: var(--primary-color); }
    .secondary-posts .post-item .post-title, .secondary-posts .post-item .feature-title {
      font-size: 16px;
      font-size: 1.6rem; }

.issues-filters-form .form-body {
  display: flex; }
  .issues-filters-form .form-body .form-field {
    width: 25%;
    padding-right: 1em; }

.issues {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: 2em; }
  .issues .issue-item {
    width: 25%;
    padding-right: 1em;
    margin: 1em 0; }

.issue-item > a {
  display: block;
  border-bottom: 1px solid #dedede; }
  .issue-item > a:hover {
    border-bottom-color: #000; }
.issue-item .issue-title {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0.6em 0; }

.date-picker {
  background-image: url(../images/icons/calendar.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: auto 60%; }

.advertising-contacts {
  text-align: center;
  display: flex; }

#front-page {
  padding: 0; }
  @media only screen and (max-width: 1000px) {
    #front-page {
      padding: 0; } }
  @media only screen and (max-width: 800px) {
    #front-page .featured-posts {
      flex-flow: column;
      display: block; } }
  @media only screen and (max-width: 800px) {
    #front-page .featured-posts .post-item {
      float: none;
      flex: 1;
      border: 0;
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #dedede;
      margin-bottom: 0.5em;
      padding-bottom: 0.5em;
      width: auto; } }
  @media only screen and (max-width: 800px) {
    #front-page .featured-posts .post-item > a {
      display: flex;
      flex-direction: column;
      border: 0;
      padding: 0;
      margin: 0;
      position: relative;
      height: 140px;
      padding-left: 210px;
      align-content: flex-start; } }
  @media only screen and (max-width: 600px) {
    #front-page .featured-posts .post-item > a {
      height: 100px;
      padding-left: 170px; } }
  @media only screen and (max-width: 1200px) {
    #front-page .featured-posts .post-item.primary-post-item .post-title, #front-page .featured-posts .post-item.primary-post-item .feature-title {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media only screen and (max-width: 800px) {
    #front-page .featured-posts .post-item.primary-post-item .post-title, #front-page .featured-posts .post-item.primary-post-item .feature-title {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 800px) {
    #front-page .featured-posts .post-item .post-category, #front-page .featured-posts .post-item .feature-category {
      margin-top: 0.5em; } }
  @media only screen and (max-width: 800px) {
    #front-page .featured-posts .post-item .post-title, #front-page .featured-posts .post-item .feature-title {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 1200px) {
    #front-page .featured-posts .post-item .post-excerpt, #front-page .featured-posts .post-item .feature-excerpt {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media only screen and (max-width: 800px) {
    #front-page .featured-posts .post-item .post-excerpt, #front-page .featured-posts .post-item .feature-excerpt {
      display: none; } }
  @media only screen and (max-width: 800px) {
    #front-page .featured-posts .post-item .post-thumbnail {
      width: 200px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      order: -1;
      margin: 0 1em 0 0;
      display: block; } }
  @media only screen and (max-width: 600px) {
    #front-page .featured-posts .post-item .post-thumbnail {
      width: 160px; } }
  @media only screen and (max-width: 800px) {
    #front-page .featured-posts .post-item .post-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }
  #front-page .secondary-posts {
    margin: 0 0 3em 0; }
    @media only screen and (max-width: 800px) {
      #front-page .secondary-posts {
        flex-flow: column;
        border: 0;
        margin: 0 0 1em 0; } }
    @media only screen and (max-width: 800px) {
      #front-page .secondary-posts .post-item {
        padding: 0.5em 1em;
        margin: 0.5em 0;
        border-right: 1px solid #dedede;
        background: #efefef;
        margin: 0 0 0.3em 0;
        border: 0;
        padding: 0;
        border-bottom: 2px solid #dedede; } }
  #front-page .content-advert {
    margin: 1em 0;
    text-align: center; }
  #front-page .category-posts {
    margin: 1em 0; }
    @media only screen and (max-width: 800px) {
      #front-page .category-posts {
        flex-flow: wrap; } }
    @media only screen and (max-width: 500px) {
      #front-page .category-posts {
        flex-flow: column; } }
    @media only screen and (max-width: 800px) {
      #front-page .category-posts .category-posts-header {
        flex: 1 1 100%; } }
    @media only screen and (max-width: 600px) {
      #front-page .category-posts .post-item {
        border-bottom: 1px solid #dedede; } }

#single {
  display: flex; }
  @media only screen and (max-width: 800px) {
    #single {
      flex-flow: wrap; } }
  #single .single-content {
    padding-right: 1em;
    margin-bottom: 4em;
    flex: 1; }
    @media only screen and (max-width: 800px) {
      #single .single-content {
        padding-right: 0; } }
    @media only screen and (max-width: 800px) {
      #single .single-content .category-header, #single .single-content .index-header {
        min-height: 80px; } }
    #single .single-content .category-header .category-title, #single .single-content .index-header .category-title {
      font-size: 20px;
      font-size: 2rem; }
    @media only screen and (max-width: 1000px) {
      #single .single-content .post-title, #single .single-content .feature-title {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media only screen and (max-width: 800px) {
      #single .single-content .post-title, #single .single-content .feature-title {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media only screen and (max-width: 600px) {
      #single .single-content .post-title, #single .single-content .feature-title {
        font-size: 22px;
        font-size: 2.2rem; } }
  #single .single-sidebar {
    flex: 0 0 240px;
    padding: 0 1em; }
    @media only screen and (max-width: 800px) {
      #single .single-sidebar {
        flex: 1 1 100%;
        padding: 0; } }

#index {
  padding-right: 2em; }
  @media only screen and (max-width: 1000px) {
    #index {
      padding: 0; } }
  #index .posts {
    margin-bottom: 2em; }
    @media only screen and (max-width: 1000px) {
      #index .posts .post-item .post-title, #index .posts .post-item .feature-title {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media only screen and (max-width: 800px) {
      #index .posts .post-item .post-title, #index .posts .post-item .feature-title {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media only screen and (max-width: 600px) {
      #index .posts .post-item .post-title, #index .posts .post-item .feature-title {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media only screen and (max-width: 800px) {
      #index .posts .post-item .post-thumbnail {
        width: auto;
        float: none;
        margin: 0 0 1em 0; } }
  #index .pagination {
    margin: 2em 0; }

#category {
  display: flex;
  flex-flow: wrap; }
  @media only screen and (max-width: 800px) {
    #category .category-header, #category .index-header {
      min-height: 80px; } }
  #category .category-header .category-title, #category .index-header .category-title {
    font-size: 20px;
    font-size: 2rem; }
  #category .category-main {
    flex: 1;
    padding-right: 1em; }
    @media only screen and (max-width: 800px) {
      #category .category-main {
        padding: 0; } }
  #category .category-sidebar {
    flex: 0 0 240px;
    padding: 0 1em; }
    @media only screen and (max-width: 800px) {
      #category .category-sidebar {
        flex: 1 1 100%;
        padding: 0; } }
  #category .posts {
    margin-bottom: 2em; }
    @media only screen and (max-width: 800px) {
      #category .posts {
        flex-flow: column; } }
    @media only screen and (max-width: 1000px) {
      #category .posts .post-item .post-title, #category .posts .post-item .feature-title {
        font-size: 26px;
        font-size: 2.6rem; } }
    @media only screen and (max-width: 800px) {
      #category .posts .post-item .post-title, #category .posts .post-item .feature-title {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media only screen and (max-width: 600px) {
      #category .posts .post-item .post-title, #category .posts .post-item .feature-title {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media only screen and (max-width: 800px) {
      #category .posts .post-item:not(.post-first) {
        background: #efefef;
        border-bottom: 2px solid #dcdcdc;
        padding: 1em;
        margin-bottom: 0.3em; } }
    @media only screen and (max-width: 800px) {
      #category .posts .post-item:not(.post-first) .post-thumbnail,
      #category .posts .post-item:not(.post-first) .post-category,
      #category .posts .post-item:not(.post-first) .feature-category,
      #category .posts .post-item:not(.post-first) .post-meta,
      #category .posts .post-item:not(.post-first) .feature-meta {
        display: none; } }
    @media only screen and (max-width: 400px) {
      #category .posts .post-item:not(.post-first) .post-excerpt, #category .posts .post-item:not(.post-first) .feature-excerpt {
        display: none; } }
    @media only screen and (max-width: 800px) {
      #category .posts .post-item:not(.post-first) .post-title, #category .posts .post-item:not(.post-first) .feature-title {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media only screen and (max-width: 600px) {
      #category .posts .post-item:not(.post-first) .post-title, #category .posts .post-item:not(.post-first) .feature-title {
        font-size: 14px;
        font-size: 1.4rem; } }
    #category .posts .more-posts-divider {
      display: none;
      margin: 1em 0;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        #category .posts .more-posts-divider {
          display: block; } }
  #category .pagination {
    margin: 2em 0; }
  @media only screen and (max-width: 800px) {
    #category .category-sidebar {
      display: none; } }

#category-morning-briefing .category-main {
  padding-right: 1em; }
#category-morning-briefing .posts .post-item {
  width: 48%; }
  #category-morning-briefing .posts .post-item .post-category, #category-morning-briefing .posts .post-item .feature-category {
    background: #E0E0E0;
    float: none;
    padding: 1em;
    display: block; }
  #category-morning-briefing .posts .post-item .post-thumbnail {
    float: none;
    width: auto;
    margin: 0; }
  #category-morning-briefing .posts .post-item .post-title, #category-morning-briefing .posts .post-item .feature-title {
    margin-top: 0.5em; }

#archive-issue {
  flex: 1;
  padding: 0 2em 0 0;
  width: 100%; }
  @media only screen and (max-width: 1000px) {
    #archive-issue {
      padding: 0; } }
  #archive-issue .issues-filters-form {
    margin-bottom: 1em; }
    @media only screen and (max-width: 1200px) {
      #archive-issue .issues-filters-form .form-field {
        width: 33.33%; } }
    @media only screen and (max-width: 400px) {
      #archive-issue .issues-filters-form .form-field {
        width: 50%; } }
    @media only screen and (max-width: 800px) {
      #archive-issue .issues-filters-form .form-field select {
        min-width: 0;
        width: 100%; } }
    @media only screen and (max-width: 400px) {
      #archive-issue .issues-filters-form .form-field:last-child {
        display: none; } }
  @media only screen and (max-width: 800px) {
    #archive-issue .issues .issue-item {
      width: 33.333%; } }
  @media only screen and (max-width: 600px) {
    #archive-issue .issues .issue-item {
      width: 50%;
      margin: 0.5em 0; } }
  @media only screen and (max-width: 400px) {
    #archive-issue .issues .issue-item {
      padding-right: 0.5em; } }
  @media only screen and (max-width: 600px) {
    #archive-issue .issues .issue-item .issue-title {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0.4em 0; } }

#page-results {
  flex: 1;
  padding: 0 2em 0 0;
  width: 100%; }
  @media only screen and (max-width: 1000px) {
    #page-results {
      padding: 0; } }
  #page-results .results-header {
    margin-bottom: 2em; }
    @media only screen and (max-width: 800px) {
      #page-results .results-header {
        margin-bottom: 1em; } }

#page {
  padding: 0 2em 0 0; }
  @media only screen and (max-width: 1000px) {
    #page {
      padding: 0; } }
  #page .page-header, #page .results-header {
    margin-bottom: 2em; }
    @media only screen and (max-width: 800px) {
      #page .page-header, #page .results-header {
        margin-bottom: 1em; } }
  @media only screen and (max-width: 1000px) {
    #page .page-content h2 {
      font-size: 32px;
      font-size: 3.2rem; } }
  @media only screen and (max-width: 800px) {
    #page .page-content h2 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media only screen and (max-width: 600px) {
    #page .page-content h2 {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media only screen and (max-width: 400px) {
    #page .page-content h2 {
      font-size: 20px;
      font-size: 2rem; } }
  @media only screen and (max-width: 1000px) {
    #page .page-content h3 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media only screen and (max-width: 800px) {
    #page .page-content h3 {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media only screen and (max-width: 600px) {
    #page .page-content h3 {
      font-size: 20px;
      font-size: 2rem; } }
  @media only screen and (max-width: 400px) {
    #page .page-content h3 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 1000px) {
    #page .page-content h4 {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media only screen and (max-width: 800px) {
    #page .page-content h4 {
      font-size: 20px;
      font-size: 2rem; } }
  @media only screen and (max-width: 600px) {
    #page .page-content h4 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 400px) {
    #page .page-content h4 {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media only screen and (max-width: 600px) {
    #page .form-field {
      padding-right: 0; } }
  @media only screen and (max-width: 600px) {
    #page .advertising-contacts {
      display: block; } }

#page-alerts {
  padding-right: 1em; }

@media only screen and (max-width: 780px) {
  fbody.admin-bar {
    margin-top: 46px; } }

@media only screen and (max-width: 800px) {
  #tortilla {
    padding-top: 70px; } }

#header > .inner,
#main > .inner,
#footer > .inner,
#copyright > .inner {
  padding: 0 1em;
  margin: 0 auto;
  max-width: 1200px;
  position: relative; }

#header > .inner.large-container,
#main > .inner.large-container,
#footer > .inner.large-container,
#copyright > .inner.large-container {
  max-width: 1440px;
}
@media only screen and (max-width: 800px) {
  #header {
    background: #f7f7f7;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0; } }
@media only screen and (max-width: 600px) {
  #header {
    margin-bottom: 24px; } }
@media only screen and (max-width: 780px) {
  .admin-bar #header {
    top: 46px; } }
@media only screen and (max-width: 800px) {
  #header .header-advert {
    display: none; } }
@media only screen and (max-width: 800px) {
  #header .site-logo {
    width: 280px;
    height: 32px; } }
@media only screen and (max-width: 600px) {
  #header .site-logo {
    width: 240px;
    height: 28px; } }
@media only screen and (max-width: 400px) {
  #header .site-logo {
    width: 200px;
    height: 22px; } }
@media only screen and (max-width: 1200px) {
  #header .header-ctas {
    bottom: 42px; } }
@media only screen and (max-width: 800px) {
  #header .header-ctas {
    font-size: 10px;
    font-size: 1rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: 70px; } }
@media only screen and (max-width: 600px) {
  #header .header-ctas {
    top: 100%;
    right: 0;
    left: 0;
    transform: none;
    display: flex; } }
@media only screen and (max-width: 600px) {
  #header .header-ctas a {
    flex: 1;
    margin: 0 0.1em; } }
@media only screen and (max-width: 800px) {
  #header .header-navigation {
    display: none; } }
@media only screen and (max-width: 800px) {
  #header .header-navigation.sub-menu-visible {
    margin-bottom: 0; } }
@media only screen and (max-width: 1200px) {
  #header .header-navigation .menu-item a {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 130px; } }
@media only screen and (max-width: 800px) {
  #header .panel-button {
    display: inline-block; } }

.admin-bar #panel {
  top: 32px; }
  @media only screen and (max-width: 780px) {
    .admin-bar #panel {
      top: 46px; } }

#main > .inner {
  margin: 2em auto; }
  @media only screen and (max-width: 1000px) {
    #main > .inner {
      flex-flow: column; } }

@media only screen and (max-width: 1000px) {
  #sidebar {
    border: 0;
    padding: 0;
    margin-top: 2em;
    display: flex;
    justify-content: center;
    flex: 1; } }
@media only screen and (max-width: 1000px) {
  #sidebar .widget {
    padding: 1em; } }
@media only screen and (max-width: 400px) {
  #sidebar .widget {
    padding: 1em 0; } }

#footer {
  margin-top: 2em; }
  @media only screen and (max-width: 1000px) {
    #footer {
      text-align: center; } }
  @media only screen and (max-width: 1000px) {
    #footer > .inner {
      flex-direction: column;
      align-items: center; } }
  @media only screen and (max-width: 800px) {
    #footer .site-logo {
      width: 280px;
      height: 32px; } }
  @media only screen and (max-width: 600px) {
    #footer .site-logo {
      width: 240px;
      height: 28px; } }
  @media only screen and (max-width: 400px) {
    #footer .site-logo {
      width: 200px;
      height: 22px; } }
  @media only screen and (max-width: 1000px) {
    #footer .footer-navigations {
      margin: 2em 0; } }
  @media only screen and (max-width: 600px) {
    #footer .footer-navigations {
      flex-flow: column; } }
  @media only screen and (max-width: 600px) {
    #footer .footer-navigation,
    #footer .social-links {
      border: 0;
      border-top: 1px solid #dedede;
      padding: 1em; } }
  @media only screen and (max-width: 1000px) {
    #footer .social-links {
      justify-content: center; } }

.wrapper-subscribe {
  position: absolute;
  right: 1em;
  top: 0;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.wrapper-subscribe a {
  font-weight: 700;
}
.wrapper-subscribe .sub-side {
  border-right: 1px solid #000000;
  padding-right: 1em;
  margin-right: 1em;
}

.wrapper-social-links.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 0 5px;
}

.wrapper-social-links.row > *{
  margin-right: 5px;
}

.wrapper-subscribe .wrapper-social-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wrapper-subscribe .wrapper-social-links li a {
  display: flex;
  align-items: center;
}
#main > .inner.front-container {
  max-width: 1920px;
  padding: 0;
}
.top-banner {
  background-position: center;
  background-size: cover;
}
.top-banner .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
  display: flex;
  color: #ffffff;
  align-items: flex-end;
  justify-content: space-between;
}
.top-banner .container img {
  display: block;
}
.top-banner .container .wrapper-content {
  padding: 4em 0;
  width: 50%;
}
.top-banner .container .wrapper-content .sub-title {
  max-width: 390px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
}
.top-banner .container .wrapper-content h1 {
  font-size: 32px;
  font-weight: 800;
  max-width: 480px;
  margin-bottom: 1em;
}
.top-banner .container .wrapper-content .description {
  max-width: 500px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 2em;
}
.top-banner .container .wrapper-content .wrapper-social {
  max-width: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}
.top-banner .container .wrapper-content form {
  background: #ffffff;
  display: inline-flex;
  width: 100%;
  max-width: 380px;
  border: 1px solid var(--primary-color);
  border-radius: 7px;
  overflow: hidden;
}
.top-banner .container .wrapper-content input[type=submit] {
  padding: 0.6em 1em;
  flex-shrink: 0;
}
.top-banner .container .wrapper-content form input[type=email] {
  width: 100%;
}
.top-banner .container .image {
  width: 50%;
}
.top-banner .container .image img {
  margin-left: auto;
  width: 100%;
}
.large-container {
  width: 100%;
  max-width: 1440px;
  padding: 0 1em;
  margin: 0 auto;
}
.large-container .featured-posts .post-item.primary-post-item {
  width: 50%;
}
.large-container .featured-posts .post-item.secondary-post-item {
  width: 30%;
  border-bottom: 0;
  border-right: 1px solid #DEDEDE;
}
.large-container .featured-posts {
  display: flex;
}
