/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --clr-one: #04516A;
  --clr-two: #FFEBC7;
  --clr-three: #282828;
  --clr-four: #C8061E;
  --clr-five: #FFFFFF;
  --clr-six: #DCEDF2;
  --clr-seven: #042F46;
  --clr-eight: #FAE1E8;
  --clr-nine: #F8FBFC;
  --clr-ten: #A8D1DF;
  --clr-eleven: #04577D;
  --clr-twelve: #024C59;
  --clr-thirteen: #D5D5D5;
  --clr-fourteen: #ff881c;
  --clr-fifteen: #707070;
  --clr-sixteen: #000000;
  --clr-seventeen: #002868;
  --clr-eighteen: #1A1818;
  --clr-nineteen: #E782A9;
  --clr-twenty: #D7F4D2;
  --clr-twentyone: #00a9e0;
  --clr-twentytwo: #00677f;
  --clr-twentythree: #065722;
  --clr-twentyfour: #F4FAFC;
  --clr-twentyfive: #E9F3FD;
  --clr-twentysix: #EDF8F1;
  --clr-twentyseven: #F7FCF9;
  --clr-twentyeight: #edf6f8;
  --clr-twentynine: #95C11F;
  --clr-thirty: #a1bf36;
  --font-primary: "proxima-nova", sans-serif;;
  --font-secondary: "proxima-nova", sans-serif;;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-light: 300;
  --font-size-default: 1.6rem;
  --font-size-small: 1.4rem;
  --font-size-medium: 2.6rem;
  --font-size-large: 3.6rem;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  font-size: 1.6rem;
  color: var(--clr-three);
  font-style: normal;
  line-height: initial;
  letter-spacing: normal;
  -moz-osx-font-smoothing: grayscale;
}

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

.the-post .btn,
.btn {
  font-weight: var(--font-weight-regular);
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  padding: 1rem 2rem;
  text-align: center;
  width: 100%;
  border: none;
}
.the-post .btn.btn-inline,
.btn.btn-inline {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.the-post .btn.btn-icon.btn-icon-left i,
.btn.btn-icon.btn-icon-left i {
  margin-right: 1rem;
}
.the-post .btn.btn-default,
.btn.btn-default {
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.the-post .btn.btn-sml,
.btn.btn-sml {
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.the-post .btn.btn-med,
.btn.btn-med {
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.the-post .btn.btn-lrg,
.btn.btn-lrg {
  font-size: 1.6rem;
  padding: 1rem 2rem;
}

.btn-default {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}
.btn-default:hover {
  color: #FFFFFF;
  background: #04577D;
  border-color: #04577D;
}

.btn-secondary {
  color: #FFFFFF;
  background: #04516A;
  border-color: #FFFFFF;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background: #04516A;
  border-color: #FFFFFF;
}

.btn-white {
  color: #04516A;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white:hover {
  color: #04516A;
  background: #F4FAFC;
  border-color: #F4FAFC;
}

.btn-blue {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}
.btn-blue:hover {
  color: #FFFFFF;
  background: #04577D;
  border-color: #04577D;
}

.btn-lblue {
  color: #FFFFFF;
  background: #00a9e0;
  border-color: #00a9e0;
}
.btn-lblue:hover {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}

.btn-orange {
  color: #FFFFFF;
  background: #ff881c;
  border-color: #ff881c;
}
.btn-orange:hover {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}

.btn-pink {
  color: #FFFFFF;
  background: #E782A9;
  border-color: #E782A9;
}
.btn-pink:hover {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}

.btn-green {
  color: #FFFFFF;
  background: #065722;
  border-color: #065722;
}
.btn-green:hover {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}

.btn-grey {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}
.btn-grey:hover {
  color: #FFFFFF;
  background: #04577D;
  border-color: #04577D;
}

.btn-turquoise {
  color: #FFFFFF;
  background: #04516A;
  border-color: #04516A;
}
.btn-turquoise:hover {
  color: #FFFFFF;
  background: #04577D;
  border-color: #04577D;
}

.share-bar.bar-top,
.share-bar.bar-bottom,
.block-loop-post .post-list-wrapper .content-sidebar,
#footer .footer-logo,
#footer .end,
#footer .footer-social,
#footer .footer-add-logo,
.panel-recipe .sidebar-more,
.mobile-panel,
.panel-social,
.panel-categories,
#mobile-search,
#header .header-action-bar,
#header .header-toolbar,
#mobile-navigation,
.block-page-banner {
  display: none !important;
}

body {
  margin: 2rem;
}

.the-post {
  font-family: var(--font-primary);
  font-size: var(--font-size-default);
  line-height: 2.4rem;
  color: var(--clr-three);
}
.the-post p {
  font-size: var(--font-size-default);
  line-height: 2.4rem;
  margin: 3rem 0;
}
.the-post p:first-child {
  margin-top: 0;
}
.the-post .intro-text {
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-seven);
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.8rem;
}
.the-post a {
  text-decoration: underline;
  font-weight: var(--font-weight-bold);
}
.the-post strong {
  font-weight: var(--font-weight-bold);
}
.the-post h1, .the-post h2, .the-post h3, .the-post h4, .the-post h5 {
  font-weight: normal;
}
.the-post h1 + p, .the-post h1 + ul, .the-post h1 + blockquote.alignright, .the-post h1 + blockquote.alignleft, .the-post h1 + .wp-caption, .the-post h2 + p, .the-post h2 + ul, .the-post h2 + blockquote.alignright, .the-post h2 + blockquote.alignleft, .the-post h2 + .wp-caption, .the-post h3 + p, .the-post h3 + ul, .the-post h3 + blockquote.alignright, .the-post h3 + blockquote.alignleft, .the-post h3 + .wp-caption, .the-post h4 + p, .the-post h4 + ul, .the-post h4 + blockquote.alignright, .the-post h4 + blockquote.alignleft, .the-post h4 + .wp-caption, .the-post h5 + p, .the-post h5 + ul, .the-post h5 + blockquote.alignright, .the-post h5 + blockquote.alignleft, .the-post h5 + .wp-caption {
  margin-top: 0;
}
.the-post h1:first-child, .the-post h2:first-child, .the-post h3:first-child, .the-post h4:first-child, .the-post h5:first-child {
  margin-top: 0;
}
.the-post h1, .the-post h2 {
  font-weight: var(--font-weight-semi-bold);
  font-size: 3.2rem;
  line-height: 3.8rem;
  margin-bottom: 2rem;
}
.the-post h3, .the-post h4, .the-post h5 {
  font-weight: var(--font-weight-semi-bold);
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 2rem;
  color: var(--clr-one);
}
.the-post h4, .the-post h5 {
  font-size: 2.2rem;
}
.the-post ol,
.the-post ul {
  padding-left: 1.5rem;
  margin: 3rem 0;
}
.the-post ol li,
.the-post ul li {
  margin-bottom: 0.5rem;
}
.the-post ol li:last-child,
.the-post ul li:last-child {
  margin-bottom: 0;
}
.the-post blockquote {
  padding: 0;
  margin: 0;
}
.the-post blockquote p {
  font-size: var(--font-size-medium);
  line-height: 3.6rem;
  margin: 3rem 0;
}
.the-post img {
  display: block;
}
.the-post table {
  width: 100%;
  border-top: 1px solid var(--clr-one);
  margin-bottom: 5rem;
}
.the-post table tr:nth-child(odd) td, .the-post table tr:nth-child(odd) th {
  background-color: var(--clr-six);
}
.the-post table tr:last-child td, .the-post table tr:last-child th {
  border-bottom: 1px solid var(--clr-one);
}
.the-post table td, .the-post table th {
  padding: 1rem 2rem;
}
.the-post table td strong, .the-post table th strong {
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-one);
}
.the-post table td p, .the-post table th p {
  margin: 0;
  padding: 0;
}
.the-post table th {
  text-align: left;
  text-transform: uppercase;
  font-weight: var(--font-weight-semi-bold);
  color: var(--clr-one);
  padding: 0.8rem;
}
.the-post.post-invert {
  color: var(--clr-five);
}
.the-post .alignright {
  float: right;
  margin: 3rem 0 3rem 4rem;
}
.the-post .alignleft {
  float: left;
  margin: 3rem 4rem 3rem 0;
}
.the-post .alignnone {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 4rem 0;
}
.the-post .aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 4rem auto;
}
@media (max-width: 767px) {
  .the-post .alignleft,
.the-post .alignnone,
.the-post .alignright,
.the-post .aligncenter {
    display: block;
    float: none;
    margin: 5rem 0 5rem 0;
    height: auto;
  }
  .the-post .aligncenter {
    margin: 5rem auto;
  }
  .the-post .wp-caption .wp-caption-text,
.the-post .wp-caption .image-caption {
    margin-bottom: 0;
  }
  .the-post blockquote.alignright, .the-post blockquote.alignleft {
    float: none;
    width: 100%;
  }
}
.post-list-wrapper {
  display: flex;
}
.post-list-wrapper .content-sidebar {
  margin-right: 3%;
  width: 31.3333333333%;
}
.post-list-wrapper .main-content {
  width: 65.6666666667%;
}

.block-title {
  font-size: 2.8rem;
  margin: 3rem 0 3rem 0;
}

.block-loop-post .post-list-wrapper .main-content {
  width: 100%;
}

.panel-recipe ul {
  padding: 0;
  margin: 0 0 2rem 0;
  list-style: none;
}
.panel-recipe ul:last-child {
  margin-bottom: 0;
}
.panel-recipe ul li {
  margin-bottom: 0.5rem;
}
.panel-recipe ul li:last-child {
  margin-bottom: 0;
}
.panel-recipe ul li.is-title {
  font-weight: var(--font-weight-semi-bold);
  font-size: 2rem;
  margin-bottom: 1rem;
}

#footer {
  padding-top: 5rem;
}

#footer .footer-credit-inner .post-invert {
  color: var(--clr-three);
}
