@import url("https://use.typekit.net/hvy7swx.css");
/* HTML5 Reset
--------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible; }

progress,
sub,
sup {
  vertical-align: baseline; }

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  margin: 0.67em 0;
  font-size: 2em; }

hr {
  box-sizing: content-box;
  height: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15; }

button,
select {
  text-transform: none; }

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

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal; }

textarea {
  overflow: auto; }

[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-decoration {
  -webkit-appearance: none; }

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

details {
  display: block; }

summary {
  display: list-item; }

[hidden],
template {
  display: none; }

/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

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

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  display: table;
  content: " "; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  display: table;
  clear: both;
  content: " "; }

.js .animated {
  opacity: 0;
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out; }

.js .animatedGo {
  animation-duration: .5s;
  animation-fill-mode: both; }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-500px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(500px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.growIn {
  animation-name: growIn; }

@keyframes growIn {
  0% {
    opacity: 0;
    transform: translateY(100px) scale(0.1); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.delayed_02s {
  animation-delay: .2s; }

.delayed_03s {
  animation-delay: .3s; }

.delayed_04s {
  animation-delay: .4s; }

.delayed_05s {
  animation-delay: .5s; }

.delayed_06s {
  animation-delay: .6s; }

.delayed_07s {
  animation-delay: .7s; }

.delayed_08s {
  animation-delay: .8s; }

.delayed_09s {
  animation-delay: .9s; }

.delayed_10s {
  animation-delay: 1s; }

.delayed_15s {
  animation-delay: 1.5s; }

.delayed_20s {
  animation-delay: 2s; }

.animated.fadeInLeft_onScroll.animationGo {
  animation-name: fadeInLeft; }

.animated.fadeInRight_onScroll.animationGo {
  animation-name: fadeInRight; }

.animated.growIn_onScroll.animationGo {
  animation-name: growIn; }

/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  /* Always show scroll bar for consistency */ }

html,
body {
  overflow-x: hidden; }

/* Chrome fix */
body > div {
  font-size: 17px;
  font-size: 1.7rem; }
  @media (min-width: 768px) {
    body > div {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 1024px) {
    body > div {
      font-size: 20px;
      font-size: 2rem; } }

body {
  background-color: #fff;
  color: #31251C;
  font-family: calluna-sans, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.4;
  margin: 0; }
  @media (min-width: 768px) {
    body {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 1024px) {
    body {
      font-size: 20px;
      font-size: 2rem; } }

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out; }

a {
  color: #C94F31;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

a:focus,
a:hover {
  color: #AB4329;
  text-decoration: none; }

p {
  margin: 0 0 20px;
  padding: 0; }

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

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 20px 0; }

b,
strong {
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

mark {
  background: #ddd;
  color: #484848; }

blockquote {
  color: #31251C;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 20px 0; }
  @media (min-width: 768px) {
    blockquote {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 1024px) {
    blockquote {
      font-size: 22px;
      font-size: 2.2rem; } }

p.intro {
  font-size: 20px;
  font-size: 2rem; }
  @media (min-width: 768px) {
    p.intro {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media (min-width: 1024px) {
    p.intro {
      font-size: 28px;
      font-size: 2.8rem; } }

p.disclaimer {
  color: #6E6660;
  font-size: 12px;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    p.disclaimer {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media (min-width: 1024px) {
    p.disclaimer {
      font-size: 16px;
      font-size: 1.6rem; } }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: calluna-sans, sans-serif;
  font-weight: 900;
  line-height: 1.33;
  margin: 0 0 10px; }

h1 {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: -1px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 48px;
      font-size: 4.8rem; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 64px;
      font-size: 6.4rem; } }
  @media (min-width: 768px) {
    h1 {
      letter-spacing: -2px; } }

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: -0.5px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 32px;
      font-size: 3.2rem; } }
  @media (min-width: 1024px) {
    h2 {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media (min-width: 768px) {
    h2 {
      letter-spacing: -1px; } }

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: -.1px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media (min-width: 1024px) {
    h3 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media (min-width: 768px) {
    h3 {
      letter-spacing: -.23px; } }

h4 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    h4 {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 1024px) {
    h4 {
      font-size: 22px;
      font-size: 2.2rem; } }

h5 {
  color: #C94F31;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h5 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1024px) {
    h5 {
      font-size: 16px;
      font-size: 1.6rem; } }

h6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.7px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h6 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1024px) {
    h6 {
      font-size: 16px;
      font-size: 1.6rem; } }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }
  .gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px; }
    .gallery img:focus, .gallery img:hover {
      border: 1px solid #6E6660;
      outline: none; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center; }

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 20px;
  width: 100%;
  word-break: break-all; }

tbody {
  border-bottom: 1px solid #eee; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #eee;
  padding: 6px; }

th {
  font-weight: 400;
  padding: 0 6px; }

td:first-child,
th:first-child {
  padding-left: 0; }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #484848;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  position: relative; }

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden; }
  .genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0; }

/* Display outline on focus */
/* Free Tag
---------------------------------------------------------------------------------------------------- */
.free-tag {
  display: block;
  position: relative;
  z-index: 10; }

.free-tag::before {
  background-color: #3E8C66;
  border-radius: 5px;
  content: "FREE";
  color: #fff;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  padding: 8px 10px 7px;
  position: absolute;
  z-index: -1;
  top: -25px;
  left: -17px;
  transform: rotate(-7deg); }
  @media (min-width: 768px) {
    .free-tag::before {
      font-size: 22px;
      font-size: 2.2rem;
      padding: 10px 17px 8px; } }

.category-cta .free-tag::before {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 7px 10px 5px;
  top: -15px;
  left: -17px;
  letter-spacing: 1px; }

.logged-in .gssb_c {
  top: 340px !important; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #9AB2A4;
  border-radius: 3px;
  color: #31251C;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 14px 14px 12px 14px;
  width: 100%; }
  @media (min-width: 768px) {
    input,
    select,
    textarea {
      padding: 20px 20px 18px; } }

input:focus,
textarea:focus {
  border: 1px solid #3A8557;
  box-shadow: 0 3px 10px 0 rgba(136, 120, 108, 0.2);
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #c1bdba;
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 1;
  letter-spacing: 0.78px;
  text-transform: uppercase; }

::-webkit-input-placeholder {
  color: #c1bdba;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.78px;
  text-transform: uppercase; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #C94F31;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 14px 14px 12px 14px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto; }
  @media (min-width: 768px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1024px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button {
      font-size: 17px;
      font-size: 1.7rem; } }
  @media (min-width: 1024px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button {
      letter-spacing: 2px;
      padding: 15px 30px; } }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-weight: 600;
  text-transform: uppercase; }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #E67D37;
  color: #fff; }

a.button.ghost,
button.ghost,
input[type="button"].ghost,
input[type="reset"].ghost,
input[type="submit"].ghost {
  background-color: transparent;
  border: 2px solid #C94F31;
  color: #C94F31; }

a.button.ghost:focus,
a.button.ghost:hover,
button.ghost:focus,
button.ghost:hover,
input[type="button"].ghost:focus,
input[type="button"].ghost:hover,
input[type="reset"].ghost:focus,
input[type="reset"].ghost:hover,
input[type="submit"].ghost:focus,
input[type="submit"].ghost:hover {
  background-color: transparent;
  border: 2px solid #AB4329;
  color: #AB4329; }

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff; }

.button {
  display: inline-block; }

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding: 12px 16px; }
  @media (min-width: 768px) {
    a.button.small,
    button.small,
    input[type="button"].small,
    input[type="reset"].small,
    input[type="submit"].small {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media (min-width: 1024px) {
    a.button.small,
    button.small,
    input[type="button"].small,
    input[type="reset"].small,
    input[type="submit"].small {
      font-size: 14px;
      font-size: 1.4rem; } }

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 28px; }
  @media (min-width: 768px) {
    a.button.large,
    button.large,
    input[type="button"].large,
    input[type="reset"].large,
    input[type="submit"].large {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 1024px) {
    a.button.large,
    button.large,
    input[type="button"].large,
    input[type="reset"].large,
    input[type="submit"].large {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 1024px) {
    a.button.large,
    button.large,
    input[type="button"].large,
    input[type="reset"].large,
    input[type="submit"].large {
      letter-spacing: 2px;
      padding: 25px 35px; } }

a.button.secondary,
button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #3A8557; }

a.button.secondary:focus,
a.button.secondary:hover,
button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover {
  background-color: #48A86D; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #EDEBE9;
  border-width: 0;
  color: #6E6660;
  cursor: not-allowed; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

.button-group a.button,
.button-group button,
.button-group input[type="button"],
.button-group input[type="reset"],
.button-group input[type="submit"] {
  margin-right: 20px; }

p.more-link-wrap {
  margin-bottom: 0;
  position: absolute;
  bottom: 14px;
  z-index: 2; }
  @media (min-width: 960px) {
    p.more-link-wrap {
      position: absolute;
      bottom: 24px;
      z-index: 2; } }
  @media (min-width: 1240px) {
    p.more-link-wrap {
      bottom: 48px; } }
  p.more-link-wrap .button {
    text-transform: uppercase; }
  p.more-link-wrap .button:hover {
    transform: translateY(3px) scale(0.99) !important; }

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  word-wrap: break-word; }

.site-container {
  position: relative; }

@media (min-width: 1500px) {
  .site-container::after {
    background: url("../../images/side_decorations.png") no-repeat top;
    background-color: transparent;
    content: "";
    background-size: 100% auto !important;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 20%;
    z-index: -4; } }
  @media screen and (min-width: 1500px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1500px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 1500px) and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 1500px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 1500px) and (min-device-pixel-ratio: 2), screen and (min-width: 1500px) and (min-resolution: 192dpi), screen and (min-width: 1500px) and (min-resolution: 2dppx) {
    .site-container::after {
      background: url("../../images/side_decorations@2x.png") no-repeat top;
      background-size: 3849px 1946px;
      background-color: transparent; } }

/* Site Containers
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 20px 5% 0; }
  @media (min-width: 768px) {
    .site-inner {
      padding: 20px 2.5% 0; } }
  @media (min-width: 1240px) {
    .site-inner {
      margin-top: 70px;
      max-width: 1200px;
      padding: 0; } }

.archive .site-inner {
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .archive .site-inner {
      margin-top: 40px; } }

.home .site-inner {
  margin-top: 0; }

.wrap {
  margin: 0 auto;
  max-width: 100%; }
  @media (min-width: 1240px) {
    .wrap {
      margin: 0 auto;
      max-width: 1200px;
      padding: 0; } }

.content {
  margin: 0 auto;
  max-width: 790px; }
  @media (min-width: 1024px) {
    .content {
      float: left;
      max-width: 790px;
      width: 100%; } }

@media (min-width: 1024px) {
  .sidebar-content .content {
    float: right; } }

@media (min-width: 1024px) {
  .full-width-content-narrow .content,
  .landing-page .content {
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.sidebar {
  margin: 0 auto;
  max-width: 790px; }
  @media (min-width: 1024px) {
    .sidebar {
      float: right;
      width: 30%; } }

@media (min-width: 1024px) {
  .sidebar-content .sidebar {
    float: left; } }

.full-width-content .content {
  margin: 0 auto;
  max-width: 100%;
  width: 100%; }
  @media (min-width: 1024px) {
    .full-width-content .content {
      float: none;
      margin: 0 auto;
      max-width: 100%;
      padding: 0;
      width: 100%; } }
  @media (min-width: 1240px) {
    .full-width-content .content {
      max-width: 1200px; } }

.archive.full-width-content .content .entry {
  border: 1px solid #EFE0B9;
  border-radius: 5px;
  padding: 32px;
  position: relative;
  transition: all ease-in-out 0.2s;
  float: none;
  clear: both; }
  .archive.full-width-content .content .entry:nth-child(2) {
    background-color: #FCF9F1;
    border: none;
    padding: 2%; }
  @media (min-width: 960px) {
    .archive.full-width-content .content .entry {
      clear: none;
      padding: 32px 32px 64px;
      float: left;
      margin-right: 2%;
      width: 49%;
      font-size: 18px;
      font-size: 1.8rem; }
      .archive.full-width-content .content .entry:nth-of-type(odd) {
        margin-right: 0; }
      .archive.full-width-content .content .entry:nth-child(1) {
        width: 66%; }
        .archive.full-width-content .content .entry:nth-child(1) .entry-content {
          max-height: 250px; }
        .archive.full-width-content .content .entry:nth-child(1) .entry-title {
          font-size: 20px;
          font-size: 2rem; } }
      @media (min-width: 960px) and (min-width: 768px) {
        .archive.full-width-content .content .entry:nth-child(1) .entry-title {
          font-size: 20px;
          font-size: 2rem; } }
      @media (min-width: 960px) and (min-width: 1024px) {
        .archive.full-width-content .content .entry:nth-child(1) .entry-title {
          font-size: 40px;
          font-size: 4rem; } }
      @media (min-width: 960px) and (min-width: 1240px) {
        .archive.full-width-content .content .entry:nth-child(1) .entry-title {
          font-size: 44px;
          font-size: 4.4rem; } }
  @media (min-width: 960px) {
      .archive.full-width-content .content .entry:nth-child(2) {
        margin-left: 2%;
        padding: 42px;
        width: 32%; } }
  @media (min-width: 1240px) {
    .archive.full-width-content .content .entry {
      padding: 40px 72px 96px; } }
  .archive.full-width-content .content .entry .entry-content {
    max-height: 220px;
    overflow: hidden; }

.archive.full-width-content .content .entry .entry-content p:nth-last-child(2)::after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 39%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 39%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 39%);
  height: 150px;
  position: absolute;
  z-index: 1;
  bottom: 10px; }

.archive.full-width-content .content .entry:hover {
  box-shadow: 0 12px 28px 0 rgba(49, 37, 28, 0.2);
  transform: translateY(-4px); }

.archive.full-width-content .content .entry.podcast-section:hover,
.archive.full-width-content .content .entry.home-promo:hover,
.archive.full-width-content .content .entry.worth-exploring-section:hover {
  box-shadow: none;
  transform: none; }

.archive.full-width-content .content .home-promo.entry {
  border: none;
  float: left;
  padding: 0;
  width: 100%; }
  .archive.full-width-content .content .home-promo.entry .content-promo-outer {
    width: 100%;
    margin: 0; }

.category-archive.archive.full-width-content .content .entry:nth-of-type(1) {
  background-color: #fff;
  border: 1px solid #EFE0B9;
  padding: 32px;
  position: relative; }
  .category-archive.archive.full-width-content .content .entry:nth-of-type(1) .entry-title {
    font-size: 20px;
    font-size: 2rem; }
    @media (min-width: 768px) {
      .category-archive.archive.full-width-content .content .entry:nth-of-type(1) .entry-title {
        font-size: 20px;
        font-size: 2rem; } }
    @media (min-width: 1024px) {
      .category-archive.archive.full-width-content .content .entry:nth-of-type(1) .entry-title {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media (min-width: 1240px) {
      .category-archive.archive.full-width-content .content .entry:nth-of-type(1) .entry-title {
        font-size: 44px;
        font-size: 4.4rem; } }

.category-archive.archive.full-width-content .content .entry.podcast-section {
  background-color: #FCF9F1;
  border: none; }

@media (min-width: 960px) {
  .category-archive.archive.full-width-content .content .entry:nth-of-type(1) {
    font-size: 20px;
    font-size: 2rem;
    background-color: #fff;
    border: 1px solid #EFE0B9;
    margin-left: 0;
    padding: 45px 72px 96px;
    width: 66%; }
  .category-archive.archive.full-width-content .content .entry.category-cta {
    border: 5px solid #EFE0B9;
    margin-right: 0;
    margin-left: 2%;
    padding: 54px 42px 42px;
    width: 32%; }
  .category-archive.archive.full-width-content .content .entry.podcast-section {
    background-color: #FCF9F1;
    border: none;
    padding: 4% 6%;
    width: 100%; } }

/* Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

.author-box .avatar,
.alignleft .avatar {
  margin-right: 28px; }

.alignright .avatar {
  margin-left: 20px; }

.comment .avatar {
  margin: 0 15px 20px 0; }

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .after-entry,
    .archive-description {
      margin-bottom: 40px; } }

@media (min-width: 1024px) {
  .full-width-content .archive-description {
    text-align: left;
    margin: 0 0 0 20px; } }

.full-width-content .archive-description p {
  color: #6E6660;
  max-width: 950px; }
  .full-width-content .archive-description p:last-child {
    margin-bottom: 20px; }

.archive-description {
  padding-bottom: 10px; }
  @media (min-width: 1024px) {
    .archive-description {
      padding-bottom: 20px; } }

.author-box {
  border-radius: 5px;
  background-color: #FCF9F1;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 20px 20px; }
  @media (min-width: 768px) {
    .author-box {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1024px) {
    .author-box {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 1240px) {
    .author-box {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 400px) {
    .author-box {
      padding: 25px 30px; } }
  @media (min-width: 768px) {
    .author-box {
      padding: 40px 50px; } }
  @media (min-width: 1024px) {
    .author-box {
      padding: 50px 75px; } }

.author-box .avatar {
  border: 5px solid #fff;
  margin-top: -6px;
  margin-left: -5px; }

.author-box .author-box-title {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -0.23px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .author-box .author-box-title {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media (min-width: 1024px) {
    .author-box .author-box-title {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media (min-width: 1240px) {
    .author-box .author-box-title {
      font-size: 28px;
      font-size: 2.8rem; } }
  .author-box .author-box-title a {
    color: #C94F31;
    text-decoration: none; }
    .author-box .author-box-title a:hover {
      text-decoration: underline; }

.author-box .author-box-title span {
  color: #222;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.57px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .author-box .author-box-title span {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media (min-width: 1024px) {
    .author-box .author-box-title span {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (min-width: 1240px) {
    .author-box .author-box-title span {
      font-size: 13px;
      font-size: 1.3rem; } }

.author-box .other-posts-link {
  margin-top: 20px; }
  .author-box .other-posts-link a {
    font-weight: 700; }

.after-entry {
  border: 5px solid #EFE0B9;
  border-radius: 5px;
  padding: 6%; }
  @media (min-width: 768px) {
    .after-entry {
      padding: 40px 32px; } }
  @media (min-width: 900px) {
    .after-entry {
      padding: 55px 78px 50px; } }
  .after-entry .widget:last-of-type {
    margin-bottom: 0; }
  .after-entry h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.18;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .after-entry h4 {
        font-size: 32px;
        font-size: 3.2rem; } }
    @media (min-width: 1024px) {
      .after-entry h4 {
        font-size: 32px;
        font-size: 3.2rem; } }
    @media (min-width: 1240px) {
      .after-entry h4 {
        font-size: 32px;
        font-size: 3.2rem; } }
    @media (min-width: 768px) {
      .after-entry h4 {
        margin-bottom: 20px; } }
  .after-entry p {
    font-size: 18px;
    font-size: 1.8rem; }
  .after-entry .after-entry-left {
    text-align: center; }
    @media (min-width: 768px) {
      .after-entry .after-entry-left {
        float: left;
        text-align: left;
        width: 68%; } }
    @media (min-width: 900px) {
      .after-entry .after-entry-left {
        width: 68%; } }
  .after-entry .after-entry-right {
    display: none; }
    @media (min-width: 768px) {
      .after-entry .after-entry-right {
        display: block;
        float: left;
        margin: -5px 0 0 58px;
        width: 18%; } }
    @media (min-width: 900px) {
      .after-entry .after-entry-right {
        margin: -10px 0 0 38px;
        width: 23%; } }
    .after-entry .after-entry-right img {
      width: 100%; }
  .after-entry .after-entry-bottom {
    margin-top: 30px; }
    .after-entry .after-entry-bottom input {
      border: 1px solid #C1BDBA;
      float: left;
      margin-bottom: 10px;
      padding: 17px 20px 15px;
      text-align: center; }
      @media (min-width: 768px) {
        .after-entry .after-entry-bottom input {
          margin-right: 1.5%;
          width: 34.5%; } }
    .after-entry .after-entry-bottom button,
    .after-entry .after-entry-bottom input[type="submit"] {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700;
      letter-spacing: 0.88px;
      padding: 18px 15px 16px;
      text-align: center;
      width: 100%;
      margin-right: 0; }
      @media (min-width: 768px) {
        .after-entry .after-entry-bottom button,
        .after-entry .after-entry-bottom input[type="submit"] {
          width: 28%; } }

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.entry-content .search-form {
  margin-bottom: 20px;
  width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Titles
--------------------------------------------- */
.archive-description .entry-title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .archive-description .entry-title {
      font-size: 44px;
      font-size: 4.4rem; } }
  @media (min-width: 1024px) {
    .archive-description .entry-title {
      font-size: 54px;
      font-size: 5.4rem; } }

.archive-title {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: normal;
  text-align: left; }
  @media (min-width: 768px) {
    .archive-title {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 1024px) {
    .archive-title {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media (min-width: 1240px) {
    .archive-title {
      font-size: 22px;
      font-size: 2.2rem; } }
  .archive-title span {
    color: #88786C;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-right: 8px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle; }

.entry-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .entry-title {
      font-size: 46px;
      font-size: 4.6rem; } }
  @media (min-width: 1024px) {
    .entry-title {
      font-size: 58px;
      font-size: 5.8rem; } }
  @media (min-width: 1240px) {
    .entry-title {
      font-size: 64px;
      font-size: 6.4rem; } }
  .entry-title a:focus,
  .entry-title a:hover {
    color: #C94F31; }

.page .entry-title,
.single .entry-title {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .page .entry-title,
    .single .entry-title {
      margin: 0 0 30px 0; } }
  @media (min-width: 1024px) {
    .page .entry-title,
    .single .entry-title {
      margin: 0 -100px 40px -100px; } }

.archive.full-width-content .content .entry .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.055;
  margin-bottom: 25px;
  text-align: left; }
  @media (min-width: 768px) {
    .archive.full-width-content .content .entry .entry-title {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media (min-width: 1024px) {
    .archive.full-width-content .content .entry .entry-title {
      font-size: 36px;
      font-size: 3.6rem; } }

.entry-title a,
.sidebar .widget-title a {
  color: #222;
  text-decoration: none; }

.widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .widget-title {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 1024px) {
    .widget-title {
      font-size: 20px;
      font-size: 2rem; } }

/* WordPress
--------------------------------------------- */
.entry-content img {
  text-align: center;
  display: block;
  margin: 10px auto 4px; }

.entry-content img.alignnone,
.entry-content figure.alignnone {
  margin: 10px auto;
  text-align: center;
  display: block;
  border-radius: 5px; }

.entry-content figure.alignnone img,
.entry-content img.alignnone,
.entry-content img {
  border: 1px solid #EFE0B9;
  padding: 8px;
  border-radius: 5px; }

.entry-content a img {
  border: none;
  padding: 0;
  border-radius: 0; }

.aligncenter {
  text-align: center; }

a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft,
.alignright,
.entry-content img.alignleft,
.entry-content img.alignright {
  display: block; }
  @media (max-width: 600px) {
    .alignleft,
    .alignright,
    .entry-content img.alignleft,
    .entry-content img.alignright {
      max-width: 40%; } }

.alignleft,
.entry-content img.alignleft {
  float: left;
  margin: 10px 10px 10px 0; }

.alignright,
.entry-content img.alignright {
  float: right;
  margin: 10px 0 10px 10px; }

@media (min-width: 600px) {
  .alignright,
  .entry-content .alignright {
    float: right;
    margin: 0 0 20px 10px;
    text-align: right; }
  .alignleft,
  .entry-content .alignleft {
    float: left;
    margin: 0 20px 10px 0;
    text-align: left; } }

.alignfull {
  margin-left: -20px;
  margin-right: -20px;
  width: calc( 100% + 20px * 2);
  max-width: calc( 100% + 20px * 2);
  display: block; }
  @media (min-width: 1024px) {
    .alignfull {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-top: 40px;
      margin-bottom: 40px;
      width: 100vw;
      max-width: 1000%;
      display: block; } }

.alignwide {
  margin-left: -20px;
  margin-right: -20px;
  width: calc( 100% + 20px * 2);
  max-width: calc( 100% + 20px * 2);
  display: block; }
  @media (min-width: 1024px) {
    .alignwide {
      margin-left: -80px;
      margin-right: -80px;
      margin-top: 40px;
      margin-bottom: 40px;
      width: auto;
      max-width: calc( 100% + 40px * 4);
      display: block; } }
  @media (min-width: 1240px) {
    .alignwide {
      margin-left: -219px;
      margin-right: -219px;
      width: auto;
      max-width: 1140px;
      display: block; }
      .full-width-content .alignwide {
        margin-left: 0;
        margin-right: 0; } }

.alignfull,
.alignwide {
  margin-top: 20px;
  margin-bottom: 20px; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 20px; }

img.alignnone,
.alignnone {
  margin-bottom: 10px; }

a.alignleft,
.wp-caption.alignleft {
  margin: 0 10px 10px 0; }

a.alignright,
.wp-caption.alignright {
  margin: 0 0 10px 10px; }

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: -4px 0 0 0;
  text-align: center;
  background-color: #FCF9F1;
  padding: 23px 30px 20px;
  color: #817366;
  border-radius: 3px; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 10px; }

/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .widget {
      margin-bottom: 0; } }

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry-image {
  height: 75px;
  width: 75px; }

.featured-content .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-top: 10px; }

/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px; }

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px; }

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px; }

.after-entry .enews-widget input {
  text-align: center; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews form + p {
  margin-top: 20px; }

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #484848;
  padding-left: 0;
  padding-right: 0; }

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #00b170; }

.gs-faq__question::after {
  content: "\f132";
  font-family: "dashicons";
  float: right; }

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460"; }

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* Main CTA (footer and top of home page)
---------------------------------------------------------------------------------------------------- */
.home-top-cta {
  margin: -40px 0 200px;
  z-index: 99;
  position: relative; }
  @media (min-width: 768px) {
    .home-top-cta {
      margin: -25px 0 110px; } }
  @media (min-width: 1024px) {
    .home-top-cta {
      margin: -30px 0 110px; } }
  @media (min-width: 1240px) {
    .home-top-cta {
      margin: -10px 0 140px; } }

.above-footer-cta {
  z-index: 9;
  margin: 0 5%; }
  @media (min-width: 768px) {
    .above-footer-cta {
      margin: 0 2.5%; } }
  @media (min-width: 1240px) {
    .above-footer-cta {
      margin: 0; } }

.main-cta-inner {
  position: relative;
  float: left; }

.category-cta {
  background-color: #fff;
  position: relative;
  text-align: center; }

.main-cta-content {
  background-color: #EFE0B9;
  border-radius: 10px;
  line-height: 1.1;
  margin-bottom: -120px;
  padding: 9px;
  position: relative;
  z-index: 9; }
  @media (min-width: 768px) {
    .main-cta-content {
      float: left;
      margin-bottom: -70px; } }

.inner-border-radius {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px 15px 30px; }
  @media (min-width: 400px) {
    .inner-border-radius {
      padding: 60px 30px 40px; } }
  @media (min-width: 768px) {
    .inner-border-radius {
      padding: 40px 10px 10px 30px; } }
  @media (min-width: 1024px) {
    .inner-border-radius {
      padding: 80px 60px 40px 60px; } }
  @media (min-width: 1240px) {
    .inner-border-radius {
      padding: 90px 60px 50px 70px; } }

.above-footer-cta .main-cta-content {
  background-color: #264E37;
  padding: 6px; }
  @media (min-width: 768px) {
    .above-footer-cta .main-cta-content {
      padding: 6px; } }
  @media (min-width: 1240px) {
    .above-footer-cta .main-cta-content {
      padding: 10px; } }

.above-footer-cta .inner-border-radius {
  background-color: #fff;
  border-radius: 5px; }

@media (max-width: 1024px) {
  .above-footer-cta .wrap {
    margin: 0 2.5%; } }

@media (min-width: 1024px) {
  .abover-footer-cta-inner::before {
    background: url("../../images/footer-green-leaf.png") no-repeat center;
    background-color: transparent;
    bottom: -30px;
    content: "";
    height: 324px;
    left: -210px;
    position: absolute;
    width: 258px;
    z-index: 1; } }
  @media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 1024px) and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), screen and (min-width: 1024px) and (min-resolution: 192dpi), screen and (min-width: 1024px) and (min-resolution: 2dppx) {
    .abover-footer-cta-inner::before {
      background: url("../../images/footer-green-leaf@2x.png") no-repeat center;
      background-size: 258px 324px;
      background-color: transparent; } }

@media (min-width: 1024px) {
  .abover-footer-cta-inner::after {
    background: url("../../images/footer-form.png") no-repeat center;
    background-color: transparent;
    bottom: 0px;
    content: "";
    height: 324px;
    right: -230px;
    position: absolute;
    width: 258px;
    z-index: -1; } }
  @media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 1024px) and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), screen and (min-width: 1024px) and (min-resolution: 192dpi), screen and (min-width: 1024px) and (min-resolution: 2dppx) {
    .abover-footer-cta-inner::after {
      background: url("../../images/footer-form@2x.png") no-repeat center;
      background-size: 101px 154px;
      background-color: transparent; } }

@media (min-width: 768px) {
  .main-cta-inner .widget:first-child {
    float: left;
    width: 50%; } }

@media (min-width: 1024px) {
  .main-cta-inner .widget:first-child {
    width: 56%; } }

.main-cta-inner .widget:first-child p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.58; }
  @media (min-width: 768px) {
    .main-cta-inner .widget:first-child p {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1024px) {
    .main-cta-inner .widget:first-child p {
      font-size: 17px;
      font-size: 1.7rem; } }
  @media (min-width: 768px) {
    .main-cta-inner .widget:first-child p {
      padding: 0 9% 0 1%; } }

.main-cta-inner .widget:last-child {
  margin-bottom: -60px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .main-cta-inner .widget:last-child {
      float: right;
      width: 47%;
      z-index: 3; } }
  @media (min-width: 1024px) {
    .main-cta-inner .widget:last-child {
      width: 40%; } }

.main-cta-inner .widget:last-child .textwidget {
  background-image: linear-gradient(22deg, #D9E3CD 0%, #F4FAF2 100%);
  border: 5px solid #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 18px 24px 0 rgba(49, 37, 28, 0.1);
  padding: 25px 28px; }
  @media (min-width: 768px) {
    .main-cta-inner .widget:last-child .textwidget {
      position: absolute;
      top: -10px; } }
  @media (min-width: 1024px) {
    .main-cta-inner .widget:last-child .textwidget {
      top: -40px; } }
  @media (min-width: 1240px) {
    .main-cta-inner .widget:last-child .textwidget {
      padding: 46px 55px 50px;
      top: -50px; } }
  .main-cta-inner .widget:last-child .textwidget p {
    font-size: 18px;
    font-size: 1.8rem; }
    @media (min-width: 768px) {
      .main-cta-inner .widget:last-child .textwidget p {
        font-size: 20px;
        font-size: 2rem; } }
    @media (min-width: 1024px) {
      .main-cta-inner .widget:last-child .textwidget p {
        font-size: 22px;
        font-size: 2.2rem; } }

.above-footer-cta .main-cta-inner .widget:last-child .textwidget {
  background-image: linear-gradient(20deg, #F7EFDC 0%, #FCF9F1 100%); }

@media (min-width: 1024px) {
  .above-footer-cta .main-cta-inner .widget:last-child .textwidget::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 359px 401px;
    display: block;
    height: 401px;
    position: absolute;
    right: -140px;
    top: -24px;
    transition: all ease-in-out 0.2s;
    width: 359px;
    z-index: -3; } }

@media (min-width: 1240px) {
  .above-footer-cta .main-cta-inner .widget:last-child .textwidget::after {
    right: -190px;
    top: -10px; } }

@media (min-width: 1024px) {
  .category-cta::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 251px 300px;
    content: "";
    display: block;
    height: 300px;
    position: absolute;
    right: -120px;
    bottom: -20px;
    transition: all ease-in-out 0.2s;
    width: 251px;
    z-index: -3;
    background-size: 251px 300px; } }

@media (min-width: 1240px) {
  .category-cta::before {
    background: url("../../images/category-leaf.png") no-repeat center;
    background-color: transparent;
    content: "";
    display: block;
    height: 103px;
    position: absolute;
    right: -60px;
    bottom: -74px;
    transition: all ease-in-out 0.2s;
    width: 90px;
    z-index: -4; } }
  @media screen and (min-width: 1240px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 1240px) and (min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min-resolution: 192dpi), screen and (min-width: 1240px) and (min-resolution: 2dppx) {
    .category-cta::before {
      background: url("../../images/category-leaf@2x.png") no-repeat center;
      background-size: 90px 103px;
      background-color: transparent; } }

@media (min-width: 1024px) {
  .main-cta-inner .widget:last-child .textwidget::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 359px 401px;
    display: block;
    height: 401px;
    position: absolute;
    right: -140px;
    top: -24px;
    transition: all ease-in-out 0.2s;
    width: 359px;
    z-index: -3; } }

@media (min-width: 1240px) {
  .main-cta-inner .widget:last-child .textwidget::after {
    right: -190px;
    top: -10px; } }

@media (min-width: 1024px) {
  .main-cta-inner:hover .widget:last-child .textwidget::after {
    transform: translate(60px, -15px) rotate(5deg); } }

@media (min-width: 1024px) {
  .category-cta:hover::after {
    transform: translate(20px, -10px) rotate(4deg); } }

.archive.full-width-content .content .category-cta.entry:hover {
  transform: none;
  box-shadow: none; }

.main-cta-inner .widget input,
.main-cta-inner .widget button,
.category-cta .widget input,
.category-cta .widget button {
  margin-top: 7px;
  text-align: center;
  width: 100%; }
  @media (min-width: 1024px) {
    .main-cta-inner .widget input,
    .main-cta-inner .widget button,
    .category-cta .widget input,
    .category-cta .widget button {
      margin-top: 15px; } }

.main-cta-inner h4 {
  font-size: 29px;
  font-size: 2.9rem;
  letter-spacing: -1.8px;
  line-height: 1;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .main-cta-inner h4 {
      font-size: 46px;
      font-size: 4.6rem; } }
  @media (min-width: 1024px) {
    .main-cta-inner h4 {
      font-size: 58px;
      font-size: 5.8rem; } }

.category-cta h4 {
  display: inline;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: -1.12px;
  line-height: 1;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .category-cta h4 {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media (min-width: 1024px) {
    .category-cta h4 {
      font-size: 36px;
      font-size: 3.6rem; } }

.main-cta-inner .sub-title {
  color: #88786C;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  margin-bottom: 25px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .main-cta-inner .sub-title {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media (min-width: 1024px) {
    .main-cta-inner .sub-title {
      font-size: 32px;
      font-size: 3.2rem; } }

.category-cta .sub-title {
  color: #88786C;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .category-cta .sub-title {
      font-size: 21px;
      font-size: 2.1rem; } }
  @media (min-width: 1024px) {
    .category-cta .sub-title {
      font-size: 21px;
      font-size: 2.1rem; } }

.main-cta-inner button {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 14px 14px 12px 14px; }
  @media (min-width: 768px) {
    .main-cta-inner button {
      padding: 18px; } }

.archive.full-width-content .content .worth-exploring-section.entry {
  border: none;
  display: block;
  margin: 40px 0;
  padding: 0 2px;
  width: 100%; }

.archive.full-width-content .content .worth-exploring-section .widget-title,
.single .worth-exploring-section .widget-title {
  color: #88786C;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  letter-spacing: 0.7px; }

.worth-exploring-item {
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  display: block;
  float: left;
  margin-bottom: 2%;
  margin-right: 2%;
  overflow: hidden;
  padding: 20px 20% 18px 20px;
  position: relative;
  text-decoration: none;
  width: 100%;
  transition: all ease-in-out 0.2s;
  perspective: 1000px;
  backface-visibility: hidden;
  transform: scale(1) rotate(0.001deg); }
  @media (min-width: 768px) {
    .worth-exploring-item {
      padding: 38px 60px 32px 40px;
      width: 49%; }
      .worth-exploring-item:nth-of-type(2n) {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    .worth-exploring-item {
      padding: 38px 40px 32px 40px;
      width: 32%; }
      .worth-exploring-item:nth-of-type(2n) {
        margin-right: 2%; }
      .worth-exploring-item:nth-of-type(3n) {
        margin-right: 0; } }
  .worth-exploring-item:hover {
    color: #fff;
    opacity: 0.9;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.15); }
    .worth-exploring-item:hover .link {
      border-bottom: 1px solid transparent; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .worth-exploring-item:hover {
      color: #fff;
      opacity: 0.95;
      transform: scale(0.97) rotate(0.001deg);
      box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.15); }
      .worth-exploring-item:hover .link {
        border-bottom: 1px solid transparent; } }

.worth-exploring-image {
  position: absolute;
  right: -2px;
  bottom: -2px; }

.worth-exploring-item.facebook {
  background-color: #4267B2;
  background-image: linear-gradient(-224deg, #4E7CD9 0%, #4267B2 100%); }
  .worth-exploring-item.facebook .worth-exploring-image {
    background: url("../../images/worth-exploring/facebook.png") no-repeat center;
    background-color: transparent;
    height: 91px;
    width: 106px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .worth-exploring-item.facebook .worth-exploring-image {
        background: url("../../images/worth-exploring/facebook@2x.png") no-repeat center;
        background-size: 106px 91px;
        background-color: transparent; } }

.worth-exploring-item.instagram {
  background-color: #A72CB6;
  background-image: linear-gradient(-45deg, #574DCF 0%, #A72CB6 64%, #FC9226 100%); }
  .worth-exploring-item.instagram .worth-exploring-image {
    background: url("../../images/worth-exploring/instagram.png") no-repeat center;
    background-color: transparent;
    height: 91px;
    width: 109px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .worth-exploring-item.instagram .worth-exploring-image {
        background: url("../../images/worth-exploring/instagram@2x.png") no-repeat center;
        background-size: 109px 91px;
        background-color: transparent; } }

.worth-exploring-item.youtube {
  background-color: #FC3B36;
  background-image: linear-gradient(-225deg, #FC3B36 0%, #E42B26 100%); }
  .worth-exploring-item.youtube .worth-exploring-image {
    background: url("../../images/worth-exploring/youtube.png") no-repeat center;
    background-color: transparent;
    height: 87px;
    width: 112px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .worth-exploring-item.youtube .worth-exploring-image {
        background: url("../../images/worth-exploring/youtube@2x.png") no-repeat center;
        background-size: 112px 87px;
        background-color: transparent; } }

.worth-exploring-item.linkedin {
  background-color: #159EDF;
  background-image: linear-gradient(-227deg, #159EDF 0%, #007BB5 100%); }
  .worth-exploring-item.linkedin .worth-exploring-image {
    background: url("../../images/worth-exploring/linkedin.png") no-repeat center;
    background-color: transparent;
    height: 96px;
    width: 110px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .worth-exploring-item.linkedin .worth-exploring-image {
        background: url("../../images/worth-exploring/linkedin@2x.png") no-repeat center;
        background-size: 110px 96px;
        background-color: transparent; } }

.worth-exploring-item.monetization {
  background-color: #E85430;
  background-image: linear-gradient(-223deg, #E85430 0%, #C94F31 100%); }
  .worth-exploring-item.monetization .worth-exploring-image {
    background: url("../../images/worth-exploring/monetization.png") no-repeat center;
    background-color: transparent;
    height: 105px;
    right: 20px;
    width: 136px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .worth-exploring-item.monetization .worth-exploring-image {
        background: url("../../images/worth-exploring/monetization@2x.png") no-repeat center;
        background-size: 136px 105px;
        background-color: transparent; } }

.worth-exploring-item.industry {
  background-color: #295B3E;
  background-image: linear-gradient(-206deg, #47A077 0%, #295B3E 100%); }
  .worth-exploring-item.industry .worth-exploring-image {
    background: url("../../images/worth-exploring/industry.png") no-repeat center;
    background-color: transparent;
    height: 84px;
    width: 98px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
      .worth-exploring-item.industry .worth-exploring-image {
        background: url("../../images/worth-exploring/industry@2x.png") no-repeat center;
        background-size: 98px 84px;
        background-color: transparent; } }

.worth-exploring-item h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 4px; }
  @media (min-width: 768px) {
    .worth-exploring-item h4 {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media (min-width: 1024px) {
    .worth-exploring-item h4 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media (min-width: 1240px) {
    .worth-exploring-item h4 {
      font-size: 28px;
      font-size: 2.8rem; } }

.worth-exploring-item .description {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.125;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .worth-exploring-item .description {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media (min-width: 1024px) {
    .worth-exploring-item .description {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1240px) {
    .worth-exploring-item .description {
      font-size: 16px;
      font-size: 1.6rem; } }

.worth-exploring-item .link {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  transition: border ease-in-out 0.3s; }
  @media (min-width: 768px) {
    .worth-exploring-item .link {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media (min-width: 1024px) {
    .worth-exploring-item .link {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1240px) {
    .worth-exploring-item .link {
      font-size: 16px;
      font-size: 1.6rem; } }

.home .podcast-section .widget {
  text-align: center;
  width: 100%; }
  @media (min-width: 600px) {
    .home .podcast-section .widget {
      float: left;
      margin-bottom: 0;
      margin-right: 2%;
      width: 32%; } }
  .home .podcast-section .widget:last-child {
    margin-bottom: 0;
    margin-right: 0; }
  @media (min-width: 960px) {
    .home .podcast-section .widget {
      float: none;
      margin-bottom: 35px;
      width: 100%; } }
  .home .podcast-section .widget img {
    filter: grayscale(0);
    transition: all ease-in-out 0.3s; }
    .home .podcast-section .widget img:hover {
      transform: scale(0.94);
      filter: grayscale(0.2); }

.category-archive .podcast-section .widget {
  text-align: center;
  width: 100%; }
  @media (min-width: 600px) {
    .category-archive .podcast-section .widget {
      float: left;
      margin-bottom: 0;
      margin-right: 5%;
      width: 30%;
      text-align: center; } }
  .category-archive .podcast-section .widget:last-child {
    margin-bottom: 0;
    margin-right: 0; }
  .category-archive .podcast-section .widget img {
    filter: grayscale(0);
    transition: all ease-in-out 0.3s; }
    .category-archive .podcast-section .widget img:hover {
      transform: scale(0.94);
      filter: grayscale(0.2); }

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-image: url("../../images/header_bg_load.jpg");
  background-color: #EFE0B9;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 200%;
  height: 230px;
  position: relative;
  z-index: 9999;
  border-bottom: 10px solid #EFE0B9; }
  @media (min-width: 768px) {
    .site-header {
      background-size: cover; } }
  @media (min-width: 1024px) {
    .site-header {
      height: 315px; } }
  @media (min-width: 1240px) {
    .site-header {
      max-width: 1225px;
      margin: 0 auto; } }
  .site-header > .wrap {
    max-width: 1225px;
    padding: 0; }

@media (min-width: 1240px) {
  .site-header::before {
    background: url("../../images/header-leaf-left.png") no-repeat center;
    background-color: transparent;
    content: "";
    display: block;
    height: 431px;
    left: -260px;
    position: absolute;
    top: 0;
    width: 296px;
    z-index: 3; } }
  @media screen and (min-width: 1240px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 1240px) and (min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min-resolution: 192dpi), screen and (min-width: 1240px) and (min-resolution: 2dppx) {
    .site-header::before {
      background: url("../../images/header-leaf-left@2x.png") no-repeat center;
      background-size: 296px 431px;
      background-color: transparent; } }

@media (min-width: 1240px) {
  .site-header::after {
    background: url("../../images/header-leaf-right.png") no-repeat center;
    background-color: transparent;
    content: "";
    display: block;
    height: 431px;
    right: -260px;
    position: absolute;
    top: 0px;
    width: 296px;
    z-index: 3; } }
  @media screen and (min-width: 1240px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 1240px) and (min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min-resolution: 192dpi), screen and (min-width: 1240px) and (min-resolution: 2dppx) {
    .site-header::after {
      background: url("../../images/header-leaf-right@2x.png") no-repeat center;
      background-size: 296px 431px;
      background-color: transparent; } }

@media (max-width: 767px) {
  .site-header .mobile-header-wrap {
    background: #593E2B url("../../images/mobile_header_bg@2x.png") no-repeat top center;
    background-size: 100%;
    box-shadow: 0 2px 4px 0 rgba(49, 37, 28, 0.63);
    clear: both;
    display: block;
    float: left;
    position: fixed;
    width: 100%;
    z-index: 99999; } }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  margin: 15px 0 0 10px;
  width: 139px;
  height: 43px; }
  @media (min-width: 400px) {
    .title-area {
      width: 191px;
      height: 59px;
      margin: 15px 0 0 30px; } }
  @media (min-width: 768px) {
    .title-area {
      margin: 30px 0 0 30px;
      width: 272px;
      height: 91px; } }
  @media (min-width: 1024px) {
    .title-area {
      margin: 80px 0 0 60px;
      width: 353px;
      height: 118px; } }

.site-title {
  margin-bottom: 0;
  text-indent: -999999px; }
  .site-title a {
    display: block;
    width: 191px;
    height: 59px; }
    @media (max-width: 767px) {
      .site-title a {
        background: url("../../images/logo-mobile.png") no-repeat center;
        background-color: transparent; } }
  @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (max-width: 767px) and (min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 192dpi), screen and (max-width: 767px) and (min-resolution: 2dppx) {
    .site-title a {
      background: url("../../images/logo-mobile@2x.png") no-repeat center;
      background-size: 191px 59px;
      background-color: transparent; } }
    @media (max-width: 380px) {
      .site-title a {
        width: 139px;
        height: 43px;
        background: url("../../images/logo-mobile.png") no-repeat center;
        background-color: transparent; } }
  @media screen and (max-width: 380px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 380px) and (min--moz-device-pixel-ratio: 2), screen and (max-width: 380px) and (-moz-min-device-pixel-ratio: 2), screen and (max-width: 380px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (max-width: 380px) and (min-device-pixel-ratio: 2), screen and (max-width: 380px) and (min-resolution: 192dpi), screen and (max-width: 380px) and (min-resolution: 2dppx) {
    .site-title a {
      background: url("../../images/logo-mobile@2x.png") no-repeat center;
      background-size: 139px 43px;
      background-color: transparent; } }
    @media (min-width: 768px) {
      .site-title a {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 272px 91px;
        display: block;
        width: 272px;
        height: 91px; } }
    @media (min-width: 1024px) {
      .site-title a {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 353px 118px;
        width: 353px;
        height: 118px; } }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #484848;
  text-decoration: none; }

.site-description {
  text-indent: -999999px;
  font-weight: 700;
  line-height: 0;
  text-shadow: 0 1px 1px #31251C; }
  @media (min-width: 768px) {
    .site-description {
      font-size: 16px;
      font-size: 1.6rem;
      color: #FFFFFF;
      letter-spacing: -0.41px;
      line-height: 24px;
      margin-left: 8px;
      text-indent: 0; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .site-description {
      font-size: 17px;
      font-size: 1.7rem; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .site-description {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media (min-width: 768px) and (min-width: 1240px) {
    .site-description {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media (min-width: 1024px) {
    .site-description {
      margin-left: 12px; } }

/* Header Promo
--------------------------------------------- */
.header-promo {
  float: left;
  margin-top: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  align-items: center;
  align-content: space-around;
  flex-basis: 50%; }
  @media (min-width: 768px) {
    .header-promo {
      display: block;
      float: right;
      margin: 25px 2% 0 0;
      width: auto; } }
  @media (min-width: 1024px) {
    .header-promo {
      margin: 50px 3% 0 0; } }
  @media (min-width: 1240px) {
    .header-promo {
      margin: 50px 70px 0 0; } }

.header-promo > a {
  flex-basis: 50%;
  max-width: 50%; }

.header-promo img {
  float: left;
  position: relative;
  max-width: 100%;
  z-index: 9; }
  @media (min-width: 450px) {
    .header-promo img {
      max-width: 200px; } }
  @media (min-width: 768px) {
    .header-promo img {
      margin-right: 10px;
      max-width: 220px; } }
  @media (min-width: 1024px) {
    .header-promo img {
      margin-right: -15px;
      max-width: 272px;
      max-height: 170px; } }

.header-promo-content {
  background-color: rgba(8, 34, 36, 0.8);
  border-radius: 5px;
  float: right;
  margin: 15px 2.5% 0 0;
  padding: 10px 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .header-promo-content {
      float: right;
      margin: 0;
      padding: 15px 20px; } }
  @media (min-width: 1024px) {
    .header-promo-content {
      margin: 0;
      padding: 19px 30px; } }

.header-promo-content span {
  display: block;
  color: #fff; }

.header-promo-content .promo-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1; }
  @media (min-width: 768px) {
    .header-promo-content .promo-title {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media (min-width: 1024px) {
    .header-promo-content .promo-title {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media (min-width: 1240px) {
    .header-promo-content .promo-title {
      font-size: 32px;
      font-size: 3.2rem; } }

.header-promo-content .promo-content {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .header-promo-content .promo-content {
      margin-bottom: 12px; } }

.header-promo-content .button {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 8px 16px 7px; }

/* Top Banner
---------------------------------------------------------------------------------------------------- */
.sme-top-banner {
  display: none;
  padding: 10px;
  position: fixed;
  text-align: center;
  z-index: 9999999;
  width: 100%; }
  @media (max-width: 500px) {
    .sme-top-banner {
      min-height: 62px; } }
  @media (min-width: 768px) {
    .sme-top-banner {
      padding: 14px 80px 14px 24px;
      position: relative; } }

.sme-top-banner,
.sme-top-banner a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.55; }
  @media (min-width: 768px) {
    .sme-top-banner,
    .sme-top-banner a {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1024px) {
    .sme-top-banner,
    .sme-top-banner a {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .sme-top-banner,
    .sme-top-banner a {
      letter-spacing: -0.03em; } }

#sme-top-banner-close,
#sme-top-banner-close:focus,
#sme-top-banner-close:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
  z-index: 9; }

#sme-top-banner-close {
  display: none; }
  @media (min-width: 768px) {
    #sme-top-banner-close {
      display: block;
      padding-left: 35px;
      padding-right: 35px; } }

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative; }
  @media (min-width: 768px) {
    .genesis-nav-menu .menu-item {
      display: inline-block; }
      .genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
        position: relative; } }
  .genesis-nav-menu .menu-item.right {
    display: none; }
    @media (min-width: 768px) {
      .genesis-nav-menu .menu-item.right {
        color: #fff;
        display: inline-block;
        float: right;
        font-weight: 600;
        letter-spacing: 0.5px;
        outline-offset: -1px;
        padding: 17px 4px 11px;
        font-size: 16px;
        font-size: 1.6rem; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .genesis-nav-menu .menu-item.right {
      font-size: 17px;
      font-size: 1.7rem; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .genesis-nav-menu .menu-item.right {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 768px) and (min-width: 1240px) {
    .genesis-nav-menu .menu-item.right {
      font-size: 18px;
      font-size: 1.8rem; } }
    .genesis-nav-menu .menu-item.right a {
      padding: 0; }

.genesis-nav-menu a {
  border-top: 2px solid #AB4329;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  outline-offset: -1px;
  padding: 20px 0 20px 20px;
  text-decoration: none; }
  @media (min-width: 768px) {
    .genesis-nav-menu a {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1024px) {
    .genesis-nav-menu a {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1240px) {
    .genesis-nav-menu a {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .genesis-nav-menu a {
      border-top: 0;
      color: #222;
      padding: 20px 2px 17px;
      margin: 0 8px;
      border-bottom: 3px solid transparent; } }
  @media (min-width: 1024px) {
    .genesis-nav-menu a {
      border-bottom: 3px solid transparent;
      margin: 0 10px;
      padding: 20px 2px 14px; } }
  @media (min-width: 1240px) {
    .genesis-nav-menu a {
      margin: 0 12px;
      padding: 20px 4px 14px; } }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #fff;
  text-decoration: none; }
  @media (min-width: 768px) {
    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item > a,
    .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
    .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
      color: #C94F31;
      border-bottom: 3px solid #fff; } }

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%; }

.genesis-nav-menu .sub-menu {
  background-color: #AB4329;
  clear: both;
  display: none;
  left: -9999px;
  opacity: 1;
  position: static;
  z-index: 99;
  border-left: 15px solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .genesis-nav-menu .sub-menu {
      border-bottom: 1px solid #C1BDBA;
      border-left: 0;
      margin: 0;
      opacity: 0;
      padding-left: 0;
      position: absolute;
      transition: opacity .4s ease-in-out; } }
  .genesis-nav-menu .sub-menu a {
    margin: 0;
    background-color: #AB4329;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    word-wrap: break-word; }
    .genesis-nav-menu .sub-menu a:hover {
      background-color: #C94F31; }
    @media (min-width: 768px) {
      .genesis-nav-menu .sub-menu a {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (min-width: 1024px) {
      .genesis-nav-menu .sub-menu a {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (min-width: 768px) {
      .genesis-nav-menu .sub-menu a {
        border-bottom: 0;
        box-shadow: none;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 15px; } }
  @media (min-width: 768px) {
    .genesis-nav-menu .sub-menu .sub-menu {
      margin: -43px 0 0 199px; } }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.genesis-responsive-menu {
  background-color: #C94F31;
  display: none;
  position: relative; }
  @media (min-width: 768px) {
    .genesis-responsive-menu {
      background-color: transparent;
      display: block; }
      .genesis-responsive-menu .genesis-nav-menu .sub-menu,
      .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
        width: 200px; } }

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: #222;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible; }
  @media (min-width: 768px) {
    .menu-toggle,
    .sub-menu-toggle {
      display: none;
      visibility: hidden; } }

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: #E67D37;
  border-width: 0;
  color: white; }

.menu-toggle {
  background-color: #C94F31;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.9);
  float: right;
  line-height: 20px;
  margin: 19px 5% 18px 0;
  padding: 8px 12px;
  position: relative;
  text-transform: uppercase;
  z-index: 1000; }
  .menu-toggle.activated {
    background-color: #E67D37; }

.menu-toggle.activated::before {
  content: "\f2c0";
  min-width: 25px; }

.site-header .menu-toggle::before {
  float: left;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  text-rendering: auto; }

.sub-menu-toggle {
  background-color: #AB4329;
  float: right;
  padding: 18px 30px 18px;
  position: absolute;
  right: 0;
  top: 1.5px;
  z-index: 100; }

.sub-menu .sub-menu-toggle {
  background-color: #E67D37;
  padding: 16px 20px 15px;
  top: 2px; }

.sub-menu-toggle::before {
  color: #fff;
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: transform .25s ease-in-out; }

.sub-menu-toggle.activated::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: both;
  position: absolute;
  top: 85px;
  z-index: 99999;
  width: 100%; }
  @media (min-width: 1240px) {
    .nav-primary::before, .nav-primary::after {
      content: "";
      background: url("../../images/menu_angle_left.png") no-repeat right top;
      background-size: contain;
      width: 12px;
      height: 100%;
      display: block;
      position: absolute;
      left: -11px;
      z-index: -1; }
    .nav-primary::after {
      content: "";
      background: url("../../images/menu_angle_right.png") no-repeat left top;
      right: -11px;
      left: auto;
      background-size: contain;
      z-index: -1;
      top: 0; } }
  @media (min-width: 767px) {
    .nav-primary {
      bottom: -10px;
      top: auto;
      transition: all ease-in-out 1s;
      z-index: 2; } }
  .nav-primary > .wrap {
    background-color: #311b1c;
    border-bottom: 7px solid #EFE0B9;
    max-width: none;
    padding: 0; }
    @media (min-width: 768px) {
      .nav-primary > .wrap {
        padding: 0 15px; } }
    @media (min-width: 1024px) {
      .nav-primary > .wrap {
        border-bottom: 10px solid #EFE0B9;
        padding: 0 35px; } }
    @media (min-width: 1240px) {
      .nav-primary > .wrap {
        padding: 0 25px 0 45px; } }
  .nav-primary .genesis-nav-menu a {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(49, 28, 31, 0.2); }
    @media (min-width: 768px) {
      .nav-primary .genesis-nav-menu a {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (min-width: 1024px) {
      .nav-primary .genesis-nav-menu a {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (min-width: 1240px) {
      .nav-primary .genesis-nav-menu a {
        font-size: 18px;
        font-size: 1.8rem; } }
    .nav-primary .genesis-nav-menu a:first-child {
      margin-left: 0; }

.fixednav.nav-primary {
  box-shadow: 0 2px 4px 0 rgba(49, 37, 28, 0.2);
  position: absolute; }
  @media (min-width: 768px) {
    .fixednav.nav-primary {
      box-shadow: 0 2px 4px 0 rgba(49, 37, 28, 0.2);
      position: fixed;
      top: 0;
      bottom: auto;
      max-width: 1225px; } }

.nav-primary .genesis-nav-menu .current-menu-item > a {
  font-weight: 900; }
  @media (min-width: 768px) {
    .nav-primary .genesis-nav-menu .current-menu-item > a {
      border-bottom: 3px solid #fff; } }

.nav-primary .genesis-nav-menu .menu-item-has-children > a::after {
  background: url("../../images/dropdown_icon.png") no-repeat center center;
  background-size: contain;
  display: block;
  content: "";
  width: 8px;
  height: 5px;
  float: right;
  margin: 7px 0 0 6px; }

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin: 10px 0; }
  @media (min-width: 1024px) {
    .nav-secondary {
      float: right;
      margin: 0;
      text-align: right;
      width: 60%; } }
  .nav-secondary .genesis-nav-menu a {
    border: 0;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0; }
    @media (min-width: 768px) {
      .nav-secondary .genesis-nav-menu a {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media (min-width: 1024px) {
      .nav-secondary .genesis-nav-menu a {
        font-size: 14px;
        font-size: 1.4rem; } }
    .nav-secondary .genesis-nav-menu a:hover {
      color: #C94F31; }

.nav-secondary .genesis-nav-menu {
  line-height: 1.5; }

.nav-secondary .menu-item {
  display: inline-block; }

.google-site-search {
  float: right;
  max-width: 220px; }
  .google-site-search .gsc-control-cse {
    border: none;
    font-family: calluna-sans, sans-serif;
    padding: 0;
    background-color: transparent; }
  .google-site-search .gsc-input-box,
  .google-site-search td,
  .google-site-search tbody,
  .google-site-search input {
    background: transparent !important;
    border: none;
    padding: 0; }
  .google-site-search table {
    margin-bottom: 0 !important;
    padding: 0;
    line-height: 1; }
  .google-site-search form.gsc-search-box {
    margin-bottom: 0; }
  .google-site-search .gsc-input-box {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 2px; }
  .google-site-search .gsc-input-box input {
    text-align: left;
    text-indent: 2px !important; }

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
  margin: 0;
  vertical-align: middle; }

.google-site-search .cse .gsc-search-button-v2,
.google-site-search .gsc-search-button-v2 {
  background-color: transparent !important;
  background-image: none;
  border: none;
  padding: 6px; }

@media (min-width: 1240px) {
  .google-site-search .gsc-results-wrapper-overlay {
    width: 100%;
    max-width: 1180px;
    margin-left: -590px;
    left: 50%; } }

.site-header .mobile-search {
  float: right;
  color: #fff;
  background: #31251C url("../../images/search_icon.png") no-repeat center center;
  background-color: #4D3A2C;
  text-indent: -9999999px;
  width: 40px;
  height: 40px;
  background-size: 21px 21px;
  border-radius: 5px;
  margin-top: 8px;
  cursor: pointer; }
  .site-header .mobile-search:hover {
    border-bottom: transparent; }
  @media (min-width: 1024px) {
    .site-header .mobile-search {
      display: none !important; } }

.site-header .mobile-search-header:hover {
  border-bottom: transparent; }

.site-header .mobile-search-header a {
  display: block;
  text-indent: -9999999px;
  background: #31251C url("../../images/search_icon.png") no-repeat center center;
  background-size: 21px 21px;
  margin: 19px 10px 0 0;
  display: block;
  width: 49px;
  height: 48px;
  float: right;
  border-radius: 5px;
  position: relative;
  z-index: 99;
  cursor: pointer; }

.site-header .google-site-search-mobile-header {
  display: none;
  position: absolute;
  bottom: -85px; }

.site-header .google-site-search.desktop-search.right {
  display: none; }
  @media (min-width: 1024px) {
    .site-header .google-site-search.desktop-search.right {
      display: inline; } }

.google-site-search-mobile {
  display: none;
  position: absolute;
  left: 0; }

.site-header .mobile-search-header {
  display: block; }
  @media (min-width: 768px) {
    .site-header .mobile-search-header {
      display: none; } }

.desktop-search a {
  color: #15C !important; }

html > body .gsc-inline-block {
  white-space: nowrap; }

.google-site-search-mobile {
  padding: 10px;
  background-color: #fff; }
  .google-site-search-mobile .gsc-control-cse {
    border: none;
    font-family: calluna-sans, sans-serif;
    background-color: transparent; }
  .google-site-search-mobile .gsc-input-box,
  .google-site-search-mobile td,
  .google-site-search-mobile tbody,
  .google-site-search-mobile input {
    background: transparent !important;
    border: none; }
  .google-site-search-mobile table {
    margin-bottom: 0 !important;
    line-height: 1;
    z-index: 9999999; }
  .google-site-search-mobile .gssb_c {
    z-index: 99999;
    position: relative; }
  .google-site-search-mobile form.gsc-search-box {
    margin-bottom: 0; }
  .google-site-search-mobile .gsc-input-box {
    background-color: transparent; }
  .google-site-search-mobile .gsc-input-box input {
    text-align: left;
    text-indent: 2px !important; }

.gsc-search-box-tools .gsc-search-box .gsc-input {
  color: #31251C; }
  @media (min-width: 1024px) {
    .gsc-search-box-tools .gsc-search-box .gsc-input {
      color: #fff; } }

.entry-content .gsc-search-box-tools .gsc-search-box .gsc-input {
  color: #31251C; }

.gssb_c {
  z-index: 999999 !important; }

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
  margin: 0;
  vertical-align: middle; }

.gsc-control-cse .gsc-table-result {
  margin-left: 8px; }

@media (max-width: 768px) {
  .gsc-results-wrapper-overlay {
    width: 90% !important;
    left: 5% !important; } }

/* Back to top
--------------------------------------------- */
.back-to-top {
  background: #555 url("../../images/back-to-top.png") no-repeat center center;
  background-size: 18px 15px;
  height: 40px;
  width: 40px;
  margin: 0;
  position: fixed;
  border-radius: 50%;
  bottom: 15px;
  right: 15px;
  z-index: 99999;
  display: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #111;
  opacity: 0.4; }

/* Content Area
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .entry {
      margin-bottom: 25px; } }

.entry-content ol,
.entry-content ul {
  margin-bottom: 20px;
  margin-left: 30px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #f5f5f5; }

.entry-content .caption {
  font-size: 14px;
  font-weight: 500;
  margin-top: -20px;
  text-align: center; }

.content .sticky {
  background-color: #f5f5f5;
  padding: 20px; }

/* Entry Meta
--------------------------------------------- */
.archive .content .entry-header {
  margin-bottom: 0;
  position: relative; }

.archive .content .entry-header::before {
  content: "";
  background-color: #EFE0B9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  width: 5px;
  height: 100%;
  left: -32px; }
  @media (min-width: 1240px) {
    .archive .content .entry-header::before {
      left: -72px; } }

p.entry-meta {
  color: #C1BDBA;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    p.entry-meta {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1024px) {
    p.entry-meta {
      font-size: 17px;
      font-size: 1.7rem; } }

.single p.entry-meta {
  text-align: center; }

.entry-header .entry-meta {
  margin-bottom: 10px; }

.entry-meta .avatar {
  border: 3px solid #F7EFDC;
  border-radius: 50%;
  float: none;
  margin: -5px 10px 0 0; }

.single .entry-footer p.entry-meta {
  padding-top: 10px;
  text-align: left; }
  .single .entry-footer p.entry-meta .entry-tags {
    color: #88786C;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 900; }
    @media (min-width: 768px) {
      .single .entry-footer p.entry-meta .entry-tags {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (min-width: 1024px) {
      .single .entry-footer p.entry-meta .entry-tags {
        font-size: 16px;
        font-size: 1.6rem; } }

.entry-categories,
.entry-tags {
  display: block; }

.entry-meta .entry-time,
.entry-meta .entry-author-link,
.entry-meta .entry-comments-link a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.57px;
  margin-right: 12px;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .entry-meta .entry-time,
    .entry-meta .entry-author-link,
    .entry-meta .entry-comments-link a {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media (min-width: 1024px) {
    .entry-meta .entry-time,
    .entry-meta .entry-author-link,
    .entry-meta .entry-comments-link a {
      font-size: 14px;
      font-size: 1.4rem; } }

.entry-meta .entry-time {
  font-size: 12px;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .entry-meta .entry-time {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (min-width: 1024px) {
    .entry-meta .entry-time {
      font-size: 13px;
      font-size: 1.3rem; } }

.entry-meta .entry-time,
.entry-meta .entry-comments-link a {
  color: #88786C;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-left: 12px; }

.entry-meta .byline {
  margin-right: 4px; }

.entry-meta .entry-comments-link a {
  padding-left: 32px;
  margin: 0;
  position: relative; }

.entry-comments-link a::before {
  content: "";
  background: url("../../images/comments.png") repeat center;
  background-color: transparent;
  height: 11px;
  width: 10px;
  display: block;
  position: absolute;
  left: 13px;
  top: 4px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    .entry-comments-link a::before {
      background: url("../../images/comments@2x.png") repeat center;
      background-size: 10px 11px;
      background-color: transparent; } }

.entry-content .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
  margin-bottom: 0px !important; }

/* Pagination
--------------------------------------------- */
.archive-pagination,
.archive-pagination.pagination {
  clear: both;
  margin: 15px auto 40px;
  width: 100%; }
  @media (min-width: 768px) {
    .archive-pagination,
    .archive-pagination.pagination {
      margin: 55px auto 100px; } }

.full-width-content .archive-pagination,
.full-width-content .archive-pagination.pagination {
  text-align: center;
  float: left; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li,
.archive-pagination.pagination li {
  display: inline;
  margin-right: 4px; }

.archive-pagination li a,
.archive-pagination.pagination li a {
  background-color: #EDEBE9;
  border-radius: 3px;
  color: #4D3A2C;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 4px;
  padding: 10px 14px 9px;
  text-decoration: none; }

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination.pagination li a:focus,
.archive-pagination.pagination li a:hover,
.archive-pagination.pagination li.active a {
  background-color: #4D3A2C;
  color: #fff; }

.archive-pagination.pagination ul > li > a, .archive-pagination.pagination ul > li > span {
  border: none;
  float: none; }

.archive-pagination.pagination ul {
  box-shadow: none; }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (min-width: 1024px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      font-size: 20px;
      font-size: 2rem; } }
  @media (min-width: 1024px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      margin-bottom: 60px; } }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 100%; }
  @media (min-width: 1024px) {
    .comment-respond input[type="email"],
    .comment-respond input[type="text"],
    .comment-respond input[type="url"] {
      width: 50%; } }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.comment-form-cookies-consent input {
  float: left;
  display: block;
  margin-top: 6px; }

.comment-form-cookies-consent label {
  margin-left: 20px; }

.entry-comments {
  border: 1px solid #EFE0B9;
  padding: 2%;
  border-radius: 5px; }
  @media (min-width: 768px) {
    .entry-comments {
      padding: 8%; } }

.sme-sw-top {
  margin: 25px 0 40px; }

.sme-sw-bottom {
  margin: 40px 0 25px; }

.worth-exploring-section {
  margin: 0 2.5%; }
  @media (min-width: 1240px) {
    .worth-exploring-section {
      margin: 0 5%; } }
  @media (min-width: 1240px) {
    .worth-exploring-section {
      margin: 0; } }

@media (min-width: 1024px) {
  /* Column Classes
	--------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 48.717948717948715%; }
    .one-fourth:nth-of-type(even), .one-fourth.first {
      margin-left: 0; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; } }

@media (min-width: 1024px) {
  .one-fourth {
    width: 23.076923076923077%; }
    .one-fourth:nth-of-type(even) {
      margin-left: 2.564102564102564%; }
    .one-fourth.first {
      margin-left: 0; } }

/* Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

.sidebar .widget {
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px; }

.sidebar p {
  margin-bottom: 20px; }

/* Site Footer
---------------------------------------------------------------------------------------------------- */
/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: url("../../images/footer_leafs_bg.png") repeat center;
  background-color: #295B3E;
  color: #fff;
  clear: both;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 180px 0; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    .footer-widgets {
      background: url("../../images/footer_leafs_bg@2x.png") repeat center;
      background-size: 250px 250px;
      background-color: #295B3E; } }
  @media (min-width: 768px) {
    .footer-widgets {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (min-width: 1024px) {
    .footer-widgets {
      font-size: 16px;
      font-size: 1.6rem; } }
  .footer-widgets .widget-title {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.6px;
    margin-bottom: 30px; }
  .footer-widgets a {
    color: #fff;
    text-decoration: underline; }
    .footer-widgets a:hover {
      text-decoration: none; }
  .footer-widgets .footer-copyright {
    display: block;
    margin-left: 8px; }

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .footer-widgets .wrap {
      max-width: 1240px; } }

.footer-widget-area {
  float: left;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }

.footer-widgets-1 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.24px;
  width: 100%;
  line-height: 26px; }
  @media (min-width: 768px) {
    .footer-widgets-1 {
      width: 40%; } }
  .footer-widgets-1 img {
    max-width: 288px;
    margin-bottom: 20px; }
  .footer-widgets-1 .footer-tag {
    font-size: 18px;
    font-size: 1.8rem;
    color: #FFFFFF;
    display: block;
    letter-spacing: -0.34px;
    line-height: 24px;
    margin-left: 8px;
    font-weight: 700;
    line-height: 0;
    text-shadow: 0 1px 1px #31251C; }
  .footer-widgets-1 .widget:first-child {
    margin-bottom: 68px; }

.footer-widgets-2 {
  width: 100%; }
  @media (min-width: 768px) {
    .footer-widgets-2 {
      margin-top: 40px;
      width: 25%; } }

.footer-widgets-3 {
  width: 100%; }
  @media (min-width: 768px) {
    .footer-widgets-3 {
      margin-top: 40px;
      width: 35%; } }
  @media (min-width: 1024px) {
    .footer-widgets-3 {
      margin-top: 40px;
      max-width: 340px;
      width: 32%; } }
  .footer-widgets-3 a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    opacity: 0.8;
    transition: all ease-in-out 0.2s; }
    .footer-widgets-3 a:hover {
      opacity: 1;
      transform: scale(0.93); }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

/* Front Page
---------------------------------------------------------------------------------------------------- */
.front-page .site-inner {
  max-width: none;
  padding: 0; }

.front-page .content {
  max-width: none;
  width: 100%; }

.front-hero {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.85) 100%), url("../../images/hero_bg.jpg");
  background-color: #222;
  background-position: center center;
  background-size: cover;
  color: #fff;
  min-height: 400px; }

.front-hero-wrap {
  margin: 0 auto;
  max-width: 880px;
  padding: 200px 0;
  text-align: center; }

.front-hero-title {
  font-size: 62px;
  font-size: 6.2rem;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase; }

.front-hero-description {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto 20px auto; }

/* Page Templates
---------------------------------------------------------------------------------------------------- */
/* Landing Page
	--------------------------------------------- */
@media (min-width: 1024px) {
  .landing-page .site-inner {
    margin-top: 20px;
    padding: 20px 0 40px 0; } }

.landing-page .lander-back-link {
  color: #888;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
  text-decoration: none; }

/* 404 Page
	--------------------------------------------- */
.error404 .gsc-search-box-tools .gsc-search-box .gsc-input {
  color: #31251C; }

/* Conference pages
---------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .conference .site-header {
    background-size: 140%;
    background-position: bottom center;
    height: auto;
    border-bottom: 0; } }

@media (max-width: 500px) {
  .conference .site-header {
    background-size: cover; } }

@media (max-width: 767px) {
  .conference .site-header .mobile-header-wrap {
    position: fixed;
    top: 0; } }

.conference .site-inner {
  margin-top: 80px; }
  @media (min-width: 500px) {
    .conference .site-inner {
      margin-top: 60px; } }
  @media (min-width: 768px) {
    .conference .site-inner {
      margin-top: 10px; } }
  @media (min-width: 1240px) {
    .conference .site-inner {
      margin-top: 50px; } }

@media (max-width: 768px) {
  .conference.conference-smmw .site-header,
  .conference.conference-summit .site-header {
    background-size: 140%;
    background-position: bottom center;
    margin-top: 60px; } }

@media (max-width: 500px) {
  .conference.conference-smmw .site-header,
  .conference.conference-summit .site-header {
    background-size: cover; } }

@media (max-width: 767px) {
  .conference.conference-smmw .site-header .mobile-header-wrap,
  .conference.conference-summit .site-header .mobile-header-wrap {
    top: 41px; } }

@media (max-width: 500px) {
  .conference.conference-smmw .site-header .mobile-header-wrap,
  .conference.conference-summit .site-header .mobile-header-wrap {
    top: 62px; } }

@media (min-width: 1240px) {
  .conference-smmw .site-header::before,
  .conference-attendee .site-header::before {
    background: url("../../images/palms_left.png") no-repeat center;
    background-color: transparent;
    content: "";
    display: block;
    height: 315px;
    left: -200px;
    position: absolute;
    top: 0;
    width: 240px;
    z-index: 3; } }
  @media screen and (min-width: 1240px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 1240px) and (min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min-resolution: 192dpi), screen and (min-width: 1240px) and (min-resolution: 2dppx) {
    .conference-smmw .site-header::before,
    .conference-attendee .site-header::before {
      background: url("../../images/palms_left@2x.png") no-repeat center;
      background-size: 240px 315px;
      background-color: transparent; } }

@media (min-width: 1240px) {
  .conference-smmw .site-header::after,
  .conference-attendee .site-header::after {
    background: url("../../images/palms_right.png") no-repeat center;
    background-color: transparent;
    content: "";
    display: block;
    height: 315px;
    right: -200px;
    position: absolute;
    top: 0px;
    width: 240px;
    z-index: 3; } }
  @media screen and (min-width: 1240px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 1240px) and (min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min-resolution: 192dpi), screen and (min-width: 1240px) and (min-resolution: 2dppx) {
    .conference-smmw .site-header::after,
    .conference-attendee .site-header::after {
      background: url("../../images/palms_right@2x.png") no-repeat center;
      background-size: 240px 315px;
      background-color: transparent; } }

@media (min-width: 1240px) {
  .conference-summit .site-header::before {
    background: url("../../images/summit_header_left.png") no-repeat center;
    background-color: transparent;
    content: "";
    display: block;
    height: 315px;
    left: -310px;
    position: absolute;
    top: 0;
    width: 361px;
    z-index: 3; } }
  @media screen and (min-width: 1240px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 1240px) and (min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min-resolution: 192dpi), screen and (min-width: 1240px) and (min-resolution: 2dppx) {
    .conference-summit .site-header::before {
      background: url("../../images/summit_header_left@2x.png") no-repeat center;
      background-size: 361px 315px;
      background-color: transparent; } }

@media (min-width: 1240px) {
  .conference-summit .site-header::after {
    background: url("../../images/summit_header_right.png") no-repeat center;
    background-color: transparent;
    content: "";
    display: block;
    height: 315px;
    right: -310px;
    position: absolute;
    top: 0;
    width: 361px;
    z-index: 3; } }
  @media screen and (min-width: 1240px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min--moz-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-width: 1240px) and (min-device-pixel-ratio: 2), screen and (min-width: 1240px) and (min-resolution: 192dpi), screen and (min-width: 1240px) and (min-resolution: 2dppx) {
    .conference-summit .site-header::after {
      background: url("../../images/summit_header_right@2x.png") no-repeat center;
      background-size: 361px 315px;
      background-color: transparent; } }

@media (max-width: 767px) {
  .mobile-header-wrap.mobile-header-conf {
    position: relative; } }

.conference .site-header .site-description {
  text-indent: -999999px; }

@media (max-width: 768px) {
  .conference .site-header .title-area {
    margin: 10px 0 0 10px; }
    .conference .site-header .title-area a img {
      max-width: 120px; } }

@media (min-width: 768px) {
  .conference .site-header .title-area {
    margin: 25px 0 0 40px; }
    .conference .site-header .title-area a img {
      max-width: 220px; } }

@media (min-width: 1024px) {
  .conference .site-header .title-area {
    margin: 45px 0 0 60px; }
    .conference .site-header .title-area a img {
      max-width: 315px; } }

body.hide-register li.smmworld_register,
body.hide-register .header-promo-content .smmw_register_button {
  display: none !important; }

.conference .header-promo .header-promo-content {
  padding: 8px 10px; }

.conference .nav-primary .wrap {
  background-color: #193E41; }
  @media (min-width: 768px) {
    .conference .nav-primary .wrap {
      padding: 0 0 0 60px; } }

@media (min-width: 1240px) {
  .conference .nav-primary::before {
    content: "";
    background: url("../../images/menu_angle_teal_left.png") no-repeat right top;
    background-size: contain;
    left: -36px;
    width: 40px; }
  .conference .nav-primary::after {
    content: "";
    background: url("../../images/menu_angle_teal_right.png") no-repeat left top;
    background-size: contain;
    right: -36px;
    width: 40px; } }

.conference .header-promo .header-promo-content {
  margin: 0 auto;
  border-radius: 5px;
  text-align: left;
  display: none; }
  @media (min-width: 768px) {
    .conference .header-promo .header-promo-content {
      display: block;
      padding: 8px 10px; } }
  @media (min-width: 1240px) {
    .conference .header-promo .header-promo-content {
      padding: 16px 22px; } }

.conference .header-promo {
  margin: 0; }
  @media (min-width: 768px) {
    .conference .header-promo {
      margin: 12px 50px 0 0; } }
  @media (min-width: 1024px) {
    .conference .header-promo {
      margin: 30px 70px 0 0; } }
  .conference .header-promo .header-promo-content-border {
    background-color: #fff;
    box-shadow: 0 11px 35px 0 rgba(49, 37, 28, 0.1);
    padding: 4px;
    border-radius: 7px; }
  .conference .header-promo .promo-content-left {
    display: block;
    float: left;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 40px;
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    width: 49%;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .conference .header-promo .promo-content-left {
        font-size: 48px;
        font-size: 4.8rem; } }
    @media (min-width: 1024px) {
      .conference .header-promo .promo-content-left {
        font-size: 60px;
        font-size: 6rem; } }
  .conference .header-promo .promo-content-right {
    float: right;
    display: block;
    line-height: 1.1;
    margin-top: 7px;
    text-align: center;
    width: 49%; }
    .conference .header-promo .promo-content-right .place {
      font-size: 16px;
      font-size: 1.6rem; }
      @media (min-width: 768px) {
        .conference .header-promo .promo-content-right .place {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media (min-width: 1024px) {
        .conference .header-promo .promo-content-right .place {
          font-size: 21px;
          font-size: 2.1rem; } }
    .conference .header-promo .promo-content-right .date {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700;
      letter-spacing: 0.25px; }
      @media (min-width: 768px) {
        .conference .header-promo .promo-content-right .date {
          font-size: 20px;
          font-size: 2rem; } }
      @media (min-width: 1024px) {
        .conference .header-promo .promo-content-right .date {
          font-size: 24px;
          font-size: 2.4rem; } }
  .conference .header-promo .promo-content-bottom {
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .76px;
    padding: 5px 0 6px;
    text-transform: uppercase;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .conference .header-promo .promo-content-bottom {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media (min-width: 1024px) {
      .conference .header-promo .promo-content-bottom {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media (min-width: 1024px) {
      .conference .header-promo .promo-content-bottom {
        letter-spacing: 1.16px; } }
  .conference .header-promo .header-promo-content .button {
    border: none;
    display: block;
    padding: 10px 14px;
    width: 100%; }
    @media (min-width: 1024px) {
      .conference .header-promo .header-promo-content .button {
        padding: 15px 20px; } }
    .conference .header-promo .header-promo-content .button:hover {
      opacity: 0.95; }

.conference .site-footer {
  background: url("../../images/footer_leafs_bg.png") repeat top;
  background-color: #4D3A2C;
  color: #fff;
  padding: 60px 0 40px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    .conference .site-footer {
      background: url("../../images/footer_leafs_bg@2x.png") repeat top;
      background-size: 250px 250px;
      background-color: #4D3A2C; } }
  .conference .site-footer a {
    color: #fff; }

.conference h1 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1; }
  @media (min-width: 768px) {
    .conference h1 {
      font-size: 46px;
      font-size: 4.6rem; } }
  @media (min-width: 1024px) {
    .conference h1 {
      font-size: 58px;
      font-size: 5.8rem; } }
  @media (min-width: 1240px) {
    .conference h1 {
      font-size: 64px;
      font-size: 6.4rem; } }
  @media (min-width: 1240px) {
    .conference h1 {
      margin: 0 -200px 40px -200px; } }

.conference h1.justifyleft {
  margin: 0;
  text-align: left; }

.conference-table-extend {
  padding: 20px !important;
  border-radius: 5px;
  border: 2px solid #c9c299;
  background-color: #ece5b6;
  margin: 20px 0; }
  @media (min-width: 1024px) {
    .conference-table-extend {
      margin: 20px -100px !important;
      padding: 20px !important; } }
  @media (min-width: 1240px) {
    .conference-table-extend {
      margin: 20px -140px !important;
      padding: 30px !important; } }

.conference-table-extend-clear {
  padding: 20px !important;
  margin: 20px 0; }
  @media (min-width: 1024px) {
    .conference-table-extend-clear {
      margin: 20px -100px !important;
      padding: 20px !important; } }
  @media (min-width: 1240px) {
    .conference-table-extend-clear {
      margin: 20px -140px !important;
      padding: 30px !important; } }

.conference table {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  word-break: break-word;
  word-wrap: normal; }
  @media (min-width: 768px) {
    .conference table {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media (min-width: 1024px) {
    .conference table {
      font-size: 15px;
      font-size: 1.5rem; } }
  .conference table th {
    word-break: initial;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .conference table th {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media (min-width: 1024px) {
      .conference table th {
        font-size: 16px;
        font-size: 1.6rem; } }
    .conference table th:first-child {
      text-align: left; }

.tablepress thead > .row-1 > th.column-2, .tablepress tfoot > tr > th.column-2, .tablepress tbody > tr > td.column-2 {
  background-color: #43C2A4;
  border-color: white;
  text-align: center; }

.tablepress tbody > tr > td.column-2 > strong > span {
  color: #fff !important; }

.conference table.tablepress {
  min-width: 620px; }

@media (max-width: 630px) {
  .conference .dataTables_wrapper {
    overflow: scroll; } }

.conference .tablepress tbody > tr:hover > td.column-2 {
  background-color: #2AAE90; }

.content-promo-border {
  background-color: #3A8557;
  padding: 9px;
  border-radius: 10px; }

.content-promo-outer {
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 6px;
  padding: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .content-promo-outer {
      background-size: 187%;
      padding: 20px 20px; } }
  @media (min-width: 960px) {
    .content-promo-outer {
      padding: 30px 30px;
      background-size: 175%; } }
  @media (min-width: 1240px) {
    .content-promo-outer {
      padding: 50px 45px;
      background-size: 155%; } }

@media (min-width: 768px) {
  .single .content-promo-border {
    margin-bottom: 30px;
    margin-top: 30px; } }

@media (min-width: 960px) {
  .single .content-promo-border {
    margin-left: -80px;
    margin-right: -80px;
    width: 950px; } }

@media (min-width: 1200px) {
  .single .content-promo-border {
    margin-left: -205px;
    margin-right: -205px;
    width: 1200px; } }

.content-promo-left {
  max-width: 300px;
  margin: 20px auto -10px auto; }
  @media (min-width: 768px) {
    .content-promo-left {
      float: left;
      margin-top: 20px;
      max-width: 35%; } }

.content-promo-right {
  background-color: rgba(8, 34, 36, 0.8);
  color: #fff;
  float: right;
  width: 100%;
  padding: 28px 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .content-promo-right {
      text-align: left;
      border-radius: 5px;
      max-width: 54%;
      padding: 28px 30px; } }
  @media (min-width: 960px) {
    .content-promo-right {
      max-width: 50%;
      padding: 25px 35px; } }
  @media (min-width: 1200px) {
    .content-promo-right {
      max-width: 44%;
      padding: 42px 65px; } }

.content-promo-right-top {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1.034;
  font-weight: 300;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .content-promo-right-top {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media (min-width: 1024px) {
    .content-promo-right-top {
      font-size: 30px;
      font-size: 3rem; } }
  @media (min-width: 1240px) {
    .content-promo-right-top {
      font-size: 30px;
      font-size: 3rem; } }
  @media (min-width: 768px) {
    .content-promo-right-top span {
      display: block;
      font-weight: 700; } }

.content-promo-right-bottom {
  padding-top: 20px; }

.content-promo-bottom-sale {
  float: left;
  width: 50%;
  text-align: center; }

.content-promo-bottom-button {
  float: right;
  max-width: 47%; }

.promo-sale-highlight {
  color: #FFD345;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .promo-sale-highlight {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media (min-width: 1024px) {
    .promo-sale-highlight {
      font-size: 30px;
      font-size: 3rem; } }
  @media (min-width: 1240px) {
    .promo-sale-highlight {
      font-size: 30px;
      font-size: 3rem; } }

.promo-sale-desc {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1; }

.content-promo-bottom-button {
  padding-top: 6px; }

.content-promo-bottom-button .button {
  background-color: #FFD345;
  color: #31251C;
  font-weight: 700; }
  .content-promo-bottom-button .button:hover {
    opacity: 0.85; }

.content-promo-outer img {
  border: none;
  padding: 0;
  border-radius: 0; }

.sme-divider {
  background-color: #333;
  width: 100%;
  height: 1px;
  display: block;
  margin: 10px 0;
  text-indent: -999999px;
  display: block; }

.sme-divider-bamboo {
  background: url("../../images/bambooDivider@2x.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: auto;
  margin: 10px 0;
  text-indent: -999999px;
  display: block; }

.sme-alert {
  background-color: #d2f1eb;
  color: #13a082;
  padding: 10px 25px;
  border-radius: 5px;
  border: 1px solid #1fbb99; }

.button.button-1,
.button.button-2 {
  background: #d5562b !important;
  background: -moz-linear-gradient(top, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5562b), color-stop(51%, #eb6b31), color-stop(71%, #ca4a28), color-stop(100%, #ca4a28)) !important;
  background: -webkit-linear-gradient(top, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
  background: -o-linear-gradient(top, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
  background: -ms-linear-gradient(top, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
  background: linear-gradient(to bottom, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5562b', endColorstr='#ca4a28',GradientType=0 ) !important;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
  padding: 8px 20px;
  font-weight: 700; }
  .button.button-1:hover,
  .button.button-2:hover {
    opacity: 0.8; }

.button.button-2 {
  width: 98%; }

.button.button-3,
.button.button-4 {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333;
  padding: 8px 20px;
  font-weight: 700; }
  .button.button-3:hover,
  .button.button-4:hover {
    opacity: 0.8;
    color: #333; }

.button.button-4 {
  width: 100%; }

.image-no-border {
  border: none !important;
  padding: 0 !important; }

.main-cta input, .main-cta select, .main-cta textarea {
  height: auto;
  margin-bottom: 0;
  padding: 20px 20px 18px; }

.main-cta form {
  margin: 0; }

/* Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #484848 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }

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