@font-face {
  font-family: "Wisdom Script";
  src: url("../fonts/wisdomscript-webfont.eot");
  src: url("../fonts/wisdomscript-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/wisdomscript-webfont.woff") format("woff"), url("../fonts/wisdomscript-webfont.ttf") format("truetype"), url("../fonts/wisdomscript-webfont.svg#webfont") format("svg");
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  /* autoprefixer: off */
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

legend {
  /* autoprefixer: off */
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

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

html, body {
  height: 100%;
}

html {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #231f20;
  background-color: #fff;
}

a {
  color: #d73347;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1, .h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Bree Serif", "Georgia", serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.25;
  color: #231f20;
}

h2, .h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "Bree Serif", "Georgia", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.25;
  color: #d73347;
}

h3, .h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.25;
  color: #6d6567;
}

h4, .h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #d73347;
}

h5, .h5 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #6d6567;
}

h6, .h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  color: #d73347;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ul, ol {
  padding-left: 1.25em;
  margin: 1rem 0;
}

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

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

dl {
  margin: 1rem 0;
}

dt {
  font-weight: 700;
}

dd {
  padding: 0 0 0 2rem;
  margin: 0 0 1rem 0;
}

hr {
  margin: 2.5rem auto;
  border-width: 1px 0;
  border-style: solid;
  border-color: #6d6567;
}

blockquote {
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-width: 0 0 0 0.5rem;
  border-style: solid;
  border-color: #d73347;
  background-color: #f4f3e5;
}

blockquote > :first-child {
  margin-top: 0;
}

blockquote > :last-child {
  margin-bottom: 0;
}

h1 + blockquote,
h2 + blockquote,
h3 + blockquote,
h4 + blockquote,
h5 + blockquote,
h6 + blockquote {
  margin-top: 1rem;
}

q {
  font-style: italic;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.5;
}

td, th {
  text-align: inherit;
}

figure {
  margin: 1.5rem 0;
}

label,
legend {
  font-weight: 700;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="month"],
textarea,
select {
  max-width: 100%;
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 3px;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: normal;
  color: #212529;
  background-color: #f4f3e5;
  border-color: #adb5bd;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
input[type="month"]:hover,
textarea:hover,
select:hover {
  border-color: #adb5bd;
  box-shadow: 0 0 0 1px #adb5bd;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="month"]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #6c757d;
  box-shadow: 0 0 0 1px #6c757d;
  outline: 0;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
input[type="month"]:disabled,
textarea:disabled,
select:disabled {
  background-color: #e9ecef;
}

input[type="text"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="month"]:disabled:hover,
textarea:disabled:hover,
select:disabled:hover {
  box-shadow: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="month"],
select {
  height: 2.625em;
}

select {
  padding: 0.375rem 0.5rem;
}

textarea {
  line-height: 1.5;
}

fieldset {
  border: 1px solid #adb5bd;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

input[type='submit'],
input[type='button'],
input[type="reset"],
button, .button {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  border: 0;
  border-radius: 3px;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  color: #fff;
  background-color: #d73347;
  transition: 0.15s ease-in-out;
  cursor: pointer;
}

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

/* responsive video container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-fixed {
  position: relative;
  width: 100%;
  max-width: 528px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 660px) {
  .container-fixed {
    max-width: 648px;
  }
}

@media (min-width: 768px) {
  .container-fixed {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container-fixed {
    max-width: 1008px;
  }
}

@media (min-width: 1280px) {
  .container-fixed {
    max-width: 1248px;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
.visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block,
.visible-xl-block, .visible-xl-inline, .visible-xl-inline-block {
  display: none !important;
}

@media (max-width: 659px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 660px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl, td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 660px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 768px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1024px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1280px) {
  .col, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}

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

.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.main-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.main-content .content-area-full {
  width: 100%;
}

.main-content .content-area {
  width: 100%;
}

.main-content .content-area-inner {
  margin: 2.5rem 0;
}

.main-content .sidebar-area {
  width: 100%;
}

.main-content .sidebar-area-inner {
  margin: 2.5rem 0;
}

@media (min-width: 1024px) {
  .main-content .content-area {
    width: calc(100% - 360px);
    margin-left: 0;
    margin-right: auto;
  }
  .main-content .sidebar-area {
    width: 300px;
    margin-left: auto;
    margin-right: 0;
  }
}

.main-content--one-column .content-area {
  width: auto;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.main-content--one-column .page-title {
  text-align: center;
}

.home-page-content {
  position: relative;
  background: url("../images/wooden-plank-background.jpg") repeat-y center top;
  background-attachment: fixed;
}

@media (min-width: 1440px) {
  .home-page-content {
    background-size: 100% auto;
  }
}

.home-page-content .content-wrap {
  max-width: 590px;
  padding: 30px 0;
  font-size: 1.125rem;
  line-height: 1.625;
}

.home-page-content .content-wrap h1 {
  margin: 0 0 0.25em 0;
  font-size: 2.5rem;
  line-height: 1;
}

@media (max-width: 659px) {
  .home-page-content .content-wrap h1 {
    font-size: 2rem;
  }
}

@media (max-width: 1023px) {
  .home-page-content .content-wrap {
    margin: 0 auto;
  }
}

.home-page-content .image-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.home-page-content .image-wrap img {
  position: absolute;
  top: -9999em;
  bottom: -9999em;
  right: -20%;
  width: auto;
  max-width: 60%;
  height: auto;
  margin: auto;
}

@media (max-width: 1023px) {
  .home-page-content .image-wrap {
    display: none;
  }
}

.bottom-gallery {
  margin: 0 -0.5rem;
}

.bottom-gallery .gallery-image {
  padding: 0.5rem;
}

.wicks-featured-pies {
  padding: 32px 0;
}

.wicks-featured-pies .row {
  margin: 0 -0.5rem;
}

.wicks-featured-pies .pie-item {
  position: relative;
  text-align: center;
}

.wicks-featured-pies .pie-item .pie-item__link {
  display: block;
  padding: 0.5rem;
  color: inherit;
  text-decoration: none;
}

.wicks-featured-pies .pie-item .pie-item__header {
  position: relative;
  height: 3.4375em;
  margin: 0 0 2rem 0;
}

.wicks-featured-pies .pie-item .pie-item__header .pie-item__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.wicks-featured-pies .pie-item .pie-item__header .pie-item__icon {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1.5em;
  margin-left: -0.75em;
  font-size: 1.75em;
  line-height: 1;
  color: #d73347;
}

.wicks-featured-pies .pie-item .pie-item__header .pie-item__icon .fa {
  display: block;
}

.wicks-featured-pies .pie-item .pie-item__footer {
  margin: 1rem 0 0 0;
}

.wicks-featured-pies .pie-item .pie-item__title {
  margin: 0;
  font-family: "Bree Serif", "Georgia", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.25;
  color: inherit;
}

.wicks-featured-pies .pie-item .pie-item__title .fa {
  margin-left: 0.5rem;
  color: #d73347;
}

.wicks-featured-pies .pie-item .pie-item__title:hover {
  color: #d73347;
}

.wicks-featured-pies .pie-item .pie-item__image {
  position: relative;
  width: 150px;
  max-width: 100%;
  margin: 0 auto;
}

.wicks-featured-pies .pie-item .pie-item__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.wicks-featured-pies .pie-item .pie-item__details {
  display: inline-block;
  padding: 0.5rem;
  border: 2px solid #d73347;
  line-height: 1;
}

.wicks-featured-pies .pie-item .pie-item__details:hover {
  border-color: currentColor;
}

.wicks-tagline + .wicks-featured-pies {
  padding-top: 12px;
}

@media (min-width: 1280px) {
  .wicks-featured-pies .pie-item .pie-item__link .pie-item__header,
  .wicks-featured-pies .pie-item .pie-item__link .pie-item__footer {
    opacity: 0;
  }
  .wicks-featured-pies .pie-item .pie-item__link:hover .pie-item__header,
  .wicks-featured-pies .pie-item .pie-item__link:focus .pie-item__header,
  .wicks-featured-pies .pie-item .pie-item__link:hover .pie-item__footer,
  .wicks-featured-pies .pie-item .pie-item__link:focus .pie-item__footer {
    opacity: 1;
  }
}

@media (max-width: 1279px) {
  .wicks-featured-pies .pie-item .pie-item__footer {
    display: none;
  }
}

@media (max-width: 767px) {
  .wicks-featured-pies .pie-item {
    text-align: inherit;
  }
  .wicks-featured-pies .pie-item .pie-item__link {
    display: flex;
    align-items: center;
  }
  .wicks-featured-pies .pie-item .pie-item__header {
    height: auto;
    margin: 0 0 0 2rem;
  }
  .wicks-featured-pies .pie-item .pie-item__header .pie-item__title {
    position: static;
  }
  .wicks-featured-pies .pie-item .pie-item__header .pie-item__icon {
    display: none;
  }
  .wicks-featured-pies .pie-item .pie-item__body {
    width: 25%;
    order: -1;
  }
}

.wicks-home-banner {
  position: relative;
}

.wicks-home-banner .bx-wrapper .bx-prev,
.wicks-home-banner .bx-wrapper .bx-next {
  width: 0;
  height: 0;
  overflow: hidden;
}

.wicks-home-banner .bx-wrapper:hover .bx-prev,
.wicks-home-banner .bx-wrapper:hover .bx-next,
.wicks-home-banner .bx-wrapper .bx-prev:focus,
.wicks-home-banner .bx-wrapper .bx-next:focus {
  width: 32px;
  height: 32px;
}

.wicks-home-banner ul.bxslider {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wicks-home-banner .image-wrap {
  position: relative;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
}

.wicks-home-banner .image-wrap img {
  position: absolute;
  top: -9999em;
  bottom: -9999em;
  left: -9999em;
  right: -9999em;
  width: 100%;
  max-width: none;
  height: auto;
  margin: auto;
}

@media (max-width: 767px) {
  .wicks-home-banner .image-wrap {
    height: 240px;
  }
  .wicks-home-banner .image-wrap img {
    width: auto;
    height: 100%;
  }
}

.wicks-home-banner .content-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.wicks-home-banner .content-box {
  width: 360px;
  max-width: 100%;
  margin: 30px 0;
  color: #fff;
  text-align: center;
}

.wicks-home-banner .content-box img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.wicks-home-banner .content-box p {
  margin: 15px 0 0 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

@media (max-width: 1023px) {
  .wicks-home-banner .content-box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .wicks-home-banner .content-box {
    transform: scale(0.75);
  }
}

.wicks-info-slides {
  position: relative;
  overflow: hidden;
}

.wicks-info-slides .wicks-info-slides__inner {
  max-width: 1920px;
  margin: 0 auto;
  border-top: 8px solid #d73347;
}

.wicks-info-slides .row {
  padding: 1px 0;
  margin: 0 -1px;
}

.wicks-info-slides .column {
  padding: 1px;
}

.wicks-info-slides .slide-item {
  position: relative;
}

.wicks-info-slides .slide-item .slide-item__sizer {
  display: block;
  height: 0;
  padding-bottom: 60%;
}

.wicks-info-slides .slide-item .slide-item__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wicks-info-slides .slide-item .slide-item__layer--with-content {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.wicks-info-slides .slide-item:hover .slide-item__layer--with-content {
  opacity: 1;
}

.wicks-info-slides .slide-item .slide-item__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.wicks-info-slides .slide-item .slide-item__title {
  display: flex;
  align-items: center;
  position: absolute;
  width: 332px;
  height: 93px;
  top: 50%;
  left: 50%;
  margin-top: -46px;
  margin-left: -166px;
  line-height: 1;
  text-align: center;
  background-image: url("../images/red-background-large.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.wicks-info-slides .slide-item .slide-item__title .slide-title {
  width: 100%;
}

.wicks-info-slides .slide-item .slide-item__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #231f20;
}

.wicks-info-slides .slide-item .slide-item__content .slide-title {
  color: #d73347;
}

.wicks-info-slides .slide-item .slide-item__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 534px;
  height: 300px;
  max-width: 100%;
  max-height: 100%;
  padding: 5%;
  background: url("../images/white-border.png") no-repeat center center;
  background-size: 100% 100%;
}

.wicks-info-slides .slide-item .slide-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wicks-info-slides .slide-item .slide-image img {
  display: block;
  width: 100%;
  height: auto;
}

.wicks-info-slides .slide-item .slide-title {
  margin: 0;
  font-family: "Wisdom Script", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.75em;
  line-height: 1;
  color: inherit;
}

.wicks-info-slides .slide-item .slide-title span {
  display: block;
  font-family: "Bree Serif", "Georgia", serif;
  font-size: 0.5em;
}

.wicks-info-slides .slide-item .slide-description {
  font-size: 1.125em;
}

.wicks-info-slides .slide-item .slide-description p {
  font-size: inherit;
}

.wicks-info-slides .slide-item .slide-button {
  display: inline-block;
  vertical-align: middle;
  min-width: 9em;
  padding: 0.375em 0;
  border: 2px solid #d73347;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.wicks-info-slides .slide-item .slide-button:hover {
  background-color: #d73347;
}

@media (max-width: 1439px) {
  .wicks-info-slides .slide-item .slide-item__content-inner {
    width: 425px;
    height: 240px;
    font-size: 0.75em;
  }
}

@media (max-width: 1279px) {
  .wicks-info-slides .slide-item .slide-item__layer--with-content {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1279px), (max-width: 479px) {
  .wicks-info-slides .slide-item .slide-item__title {
    width: 225px;
    height: 63px;
    margin-top: -31px;
    margin-left: -112px;
    background-image: url("../images/red-background-small.png");
  }
  .wicks-info-slides .slide-item .slide-item__title .slide-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .wicks-info-slides .row {
    padding: 0;
    margin: 0;
  }
  .wicks-info-slides .column {
    padding: 0;
  }
  .wicks-info-slides .slide-item .slide-item__sizer {
    height: 136px;
    padding-bottom: 0;
  }
}

.newsletter-signup {
  background: #d73347;
  color: #fff;
}

.newsletter-signup-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 110px;
}

.newsletter-signup-title {
  display: table-cell;
  vertical-align: middle;
  width: 650px;
}

.newsletter-signup-title p {
  margin: 0;
  margin-top: -0.625em;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
}

.newsletter-signup-title p span {
  display: inline-block;
  margin-right: 0.25em;
  font-family: "Wisdom Script", serif;
  font-weight: 400;
  font-style: inherit;
  font-size: 2em;
}

.newsletter-signup-form {
  display: table-cell;
  vertical-align: middle;
}

.newsletter-signup-form form {
  position: relative;
}

.newsletter-signup-field input {
  width: 100%;
  width: calc(100% - 90px);
  height: 40px;
  padding: 8px 12px;
  border: 0;
  border-radius: 4px 0 0 4px;
  line-height: 24px;
  background: #fff;
  color: #000;
}

.newsletter-signup-field input:focus {
  background: #fff;
}

.newsletter-signup-submit {
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-signup-submit input {
  width: 90px;
  padding: 8px 16px;
  border-radius: 0 4px 4px 0;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: #000;
}

.newsletter-signup-submit input:hover, .newsletter-signup-submit input:focus {
  color: #fff;
  background: #6d6567;
}

@media (max-width: 1023px) {
  .newsletter-signup-inner {
    display: block;
    width: auto;
    height: auto;
    padding: 20px 0;
  }
  .newsletter-signup-title {
    display: block;
    width: auto;
    padding: 0 0 20px 0;
  }
  .newsletter-signup-title p {
    margin: 0;
  }
  .newsletter-signup-form {
    display: block;
  }
}

.site {
  position: relative;
}

.separate-posts {
  border: none;
  border-bottom: 1px solid #ced4da;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-section {
  font-size: 1.125rem;
  line-height: 1.625;
}

.post-article {
  margin: 1.5rem 0;
  font-size: 1.125rem;
  line-height: 1.625;
}

.post-article .entry-header {
  margin: 0 0 1rem 0;
}

.post-article .entry-footer {
  margin: 1rem 0 0 0;
}

.post-article .post-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Wisdom Script", serif;
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 1.25;
  color: #231f20;
}

.search-result {
  margin: 2.5rem 0;
}

.search-result .post-title {
  margin: 1.5rem 0 1rem 0;
}

.search-result .post-content {
  line-height: 1.625;
}

.search-result .entry-header {
  margin: 0 0 1rem 0;
}

.search-result .entry-footer {
  padding: 0.75rem 0 0 0;
  margin: 1.5rem 0 0 0;
  border-color: #6c757d;
  border-style: dotted;
  border-width: 2px 0 0 0;
}

.search-result .entry-header > :first-child {
  margin-top: 0;
}

.post-image {
  position: relative;
}

.post-image img {
  display: block;
  width: 100%;
  height: auto;
}

.post-image .post-topic {
  position: absolute;
}

.post-topic {
  position: relative;
  padding: 0.375rem 0.75rem;
  margin: 1rem 2rem 1rem 0;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #d73347;
}

.post-topic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 1rem;
  height: 100%;
  background-color: inherit;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 50%, 100% 100%, 0% 100%);
}

.post-topic a {
  display: block;
  position: relative;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  margin: -0.375rem -1.75rem -0.375rem -0.75rem;
  text-decoration: none;
  color: inherit;
}

.post-topic a:hover,
.post-topic a:focus {
  color: inherit;
}

.post-title {
  word-wrap: break-word;
}

.post-content::after {
  content: "";
  display: block;
  clear: both;
}

.post-content > :first-child {
  margin-top: 0;
}

.post-content > :last-child {
  margin-bottom: 0;
}

.post-content img {
  max-width: 100%;
  height: auto;
}

.post-content iframe,
.post-content object,
.post-content embed,
.post-content video {
  display: block;
  max-width: 100%;
}

.post-content audio {
  display: block;
  width: 100%;
}

.post-content pre {
  overflow: auto;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #6c757d;
}

.post-meta .post-meta-item {
  padding: 0.25rem;
}

.pie-table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pie-table .row {
  margin: 0 -1rem;
}

.pie-table .column {
  padding: 0 1rem;
}

.pie-table .column-index-1 {
  max-width: 220px;
}

.pie-table .pie-image {
  max-width: 220px;
  margin: 0 auto;
}

.pie-table .pie-image img {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 150px;
  margin: 0 0 0 auto;
}

.pie-table .pie-content h2 {
  margin: 0 0 0.375rem 0;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #231f20;
  text-transform: uppercase;
}

.pie-table .pie-content h2 span {
  display: inline-block;
  margin-left: 0.5rem;
  font-family: "Wisdom Script", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  text-transform: none;
  color: #d73347;
}

.pie-table .pie-content p {
  margin: 0;
  padding: 1rem 0;
  border-top: 2px dotted #d73347;
}

@media (max-width: 659px) {
  .pie-table .column-index-1 {
    max-width: none;
  }
  .pie-table .pie-image img {
    margin: 0 auto;
  }
  .pie-table .pie-content h2 {
    text-align: center;
  }
  .pie-table .pie-content h2 span {
    display: block;
    margin: 0;
  }
}

.product-galleries .product-gallery-row {
  margin: 2rem -1rem;
}

.product-galleries .product-gallery-row .title-column {
  padding: 0 1rem;
}

.product-galleries .product-gallery-row .title-column .product-title {
  margin: 0 0 0.25rem 0;
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #231f20;
}

.product-galleries .product-gallery-row .title-column .product-title-list {
  padding: 0.5rem 0;
  margin: 0;
  list-style-position: inside;
  list-style-type: upper-alpha;
  border-top: 2px dotted #d73347;
}

.product-galleries .product-gallery-row .product-column {
  padding: 0 1rem;
}

.product-galleries .product-gallery-row .product-column .product-image-list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  list-style-type: upper-alpha;
}

.product-galleries .product-gallery-row .product-column .product-image-list .product-image {
  position: relative;
  float: left;
  margin: 1px;
}

.product-galleries .product-gallery-row .product-column .product-image-list .product-image .image-number {
  position: absolute;
  top: 6px;
  left: 6px;
  font-weight: 700;
  font-size: 1.25rem;
  color: #231f20;
}

.product-galleries .product-gallery-row .product-column .product-image-list .product-image a {
  display: block;
}

.product-galleries .product-gallery-row .product-column .product-image-list .product-image img {
  display: block;
  width: auto;
  max-height: 150px;
  height: auto;
}

@media (max-width: 767px) {
  .product-galleries .product-gallery-row .title-column {
    margin-bottom: 2rem;
  }
  .product-galleries .product-gallery-row .title-column .product-title {
    text-align: center;
  }
  .product-galleries .product-gallery-row .title-column .product-title-list li {
    float: left;
    width: 50%;
  }
}

.product-nav-links {
  margin-bottom: 1rem;
}

.product-nav-links a {
  font-weight: 700;
  text-decoration: none;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 272px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -272px;
}

.sidr.left {
  left: -272px;
  right: auto;
}

#sidr-menu {
  padding: 0 16px;
  min-height: 100%;
  background: #d73347;
  box-shadow: inset 4px 0 4px -4px rgba(0, 0, 0, 0.4);
}

#sidr-menu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

#sidr-menu ul.menu > li {
  padding-bottom: 5px;
  background: url("../images/sidr-bottom-border.png") repeat-x center bottom;
}

#sidr-menu ul.menu a {
  display: block;
  padding: 12px 8px;
  font-family: "Bree Serif", "Georgia", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.25;
  text-decoration: none;
  color: #fff;
}

#sidr-menu ul.menu a:hover, #sidr-menu ul.menu a:focus {
  color: #231f20;
}

#sidr-menu ul.sub-menu {
  padding: 0 0 16px 0;
  margin: 0;
  list-style: none;
}

#sidr-menu ul.sub-menu a {
  padding: 4px 8px;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.25;
}

.site-footer {
  padding-top: 24px;
  background: url("../images/wooden-plank-background.jpg") repeat-y center top;
}

.site-footer .footer-top {
  background-image: url("../images/wicks-transparent.png");
  background-repeat: no-repeat;
  background-position: 0px bottom;
  padding-bottom: 8px;
}

.site-footer .contact-info {
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
}

.site-footer .contact-info a {
  color: inherit;
  text-decoration: none;
}

.site-footer .contact-info p {
  margin: 0;
}

.site-footer .contact-info .info {
  display: inline-block;
}

.site-footer .contact-info .separator {
  padding: 0 4px;
}

.site-footer .social-icons {
  text-align: center;
  padding-bottom: 1rem;
}

.site-footer .social-icons .circle {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 9999px;
  color: #fff;
  background-color: #d73347;
  text-align: center;
  text-decoration: none;
}

.site-footer .social-icons .circle .fa {
  font-size: 1.375rem;
  line-height: inherit;
}

.site-footer .social-icons .circle:focus, .site-footer .social-icons .circle:hover {
  background-color: #231f20;
}

.site-footer .copyright {
  text-align: center;
  padding-bottom: 0.75rem;
}

.site-footer .associations {
  position: relative;
  text-align: center;
}

.site-footer .associations img {
  margin: 0 6px 12px 6px;
  vertical-align: middle;
}

.site-footer .site-credit {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0.75rem 0;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  opacity: 0.7;
}

.site-footer .site-credit .site-by {
  margin-right: 2px;
}

.site-footer .site-credit a {
  color: inherit;
  text-decoration: none;
}

.site-footer .site-credit svg {
  position: relative;
  top: 3px;
  width: 103px;
  height: 14px;
  fill: currentColor;
}

@media (min-width: 1440px) {
  .site-footer {
    background-size: 100% auto;
  }
}

@media (max-width: 767px) {
  .site-footer .footer-top {
    background-size: 100% auto;
  }
  .site-footer .contact-info .mobile-break {
    visibility: hidden;
    display: block;
    height: 0;
  }
  .site-footer .site-credit {
    position: static;
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.site-header .header-top {
  background-color: #000;
  color: #fff;
}

.site-header .header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .header-top-left {
  flex: 0 1 auto;
  text-align: left;
}

.site-header .header-top-right {
  flex: 1 1 auto;
  padding-left: 1rem;
  text-align: right;
}

.site-header .header-top-content {
  padding: 0.375rem 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.site-header .header-top-content a {
  color: inherit;
  text-decoration: none;
}

.site-header .header-top-content .separator {
  padding: 0 0.25rem;
  vertical-align: bottom;
}

.site-header .header-bottom {
  height: 170px;
  background: #f4f3e5 url("../images/wooden-plank-background-header.jpg") repeat-y 50% 0;
}

@media (min-width: 1920px) {
  .site-header .header-bottom {
    background-size: 100% auto;
  }
}

.site-header .header-bottom .container-fixed {
  height: 100%;
}

.site-header .navbar-logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 196px;
  height: 196px;
  padding: 12px;
  margin-left: -98px;
  border-radius: 50%;
  overflow: hidden;
}

.site-header .navbar-logo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #f4f3e5 url("../images/wooden-plank-background-header.jpg") repeat-y 50% 0;
}

.site-header .navbar-logo a {
  display: block;
}

.site-header .navbar-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header .navbar-main {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
}

.site-header .navbar-main ul.menu {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
}

.site-header .navbar-main ul.menu a {
  display: block;
  padding: 12px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-decoration: none;
  color: #231f20;
}

.site-header .navbar-main ul.menu a:focus, .site-header .navbar-main ul.menu a:hover {
  color: #d73347;
}

.site-header .navbar-main ul.sub-menu {
  padding: 8px 0;
  margin: 0;
  list-style: none;
  background: #d73347;
  text-align: center;
}

.site-header .navbar-main ul.sub-menu a {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
}

.site-header .navbar-main ul.sub-menu a:hover, .site-header .navbar-main ul.sub-menu a:focus {
  color: #fff;
  background: #231f20;
}

.site-header .navbar-main ul.menu > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.site-header .navbar-main ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -9999em;
  z-index: 200;
  width: 240px;
  margin-left: -120px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.site-header .navbar-main ul.sub-menu > li {
  position: relative;
}

.site-header .navbar-main ul.sub-menu ul.sub-menu {
  display: none;
}

.site-header .navbar-main ul.menu > li:hover > ul.sub-menu,
.site-header .navbar-main ul.menu > li.sub-menu-visible > ul.sub-menu {
  left: 50%;
  opacity: 1;
}

.site-header .navbar-left, .site-header .navbar-right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.site-header .navbar-left {
  padding-right: 98px;
}

.site-header .navbar-right {
  padding-left: 98px;
}

.site-header .navbar-toggle {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
}

.site-header .navbar-toggle a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.25rem;
  line-height: 40px;
  color: #231f20;
}

.site-header .navbar-toggle a:focus, .site-header .navbar-toggle a:hover {
  color: #d73347;
}

.site-header.is-fixed {
  position: fixed;
}

.site-header.is-condensed {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.site-header.is-condensed .header-bottom {
  height: 100px;
}

.site-header.is-condensed .navbar-logo {
  width: 98px;
  height: 98px;
  padding: 6px;
  margin-left: -49px;
}

@media (min-width: 1280px) {
  .site-header .navbar-toggle {
    display: none;
  }
}

@media (max-width: 1279px) {
  .site-header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
  .site-header .header-bottom {
    height: 100px;
  }
  .site-header .navbar-logo {
    width: 98px;
    height: 98px;
    padding: 6px;
    margin-left: -49px;
  }
  .site-header .navbar-left,
  .site-header .navbar-right {
    display: none;
  }
}

@media (max-width: 399px) {
  .site-header .header-top-inner {
    flex-wrap: wrap;
  }
  .site-header .header-top-left {
    width: 100%;
    text-align: center;
  }
  .site-header .header-top-right {
    flex: 0 1 auto;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.site-header.has-transition .header-bottom {
  transition: height 0.3s ease-out;
}

.site-header.has-transition .navbar-logo {
  transition: 0.3s ease-out;
}

.site-header + .site-content {
  padding-top: 202px;
}

@media (max-width: 1279px) {
  .site-header + .site-content {
    padding-top: 132px;
  }
}

@media (max-width: 659px) {
  .site-header + .site-content {
    padding-top: 152px;
  }
}

@media (max-width: 399px) {
  .site-header + .site-content {
    padding-top: 184px;
  }
}

.site-header.is-condensed + .site-content {
  padding-top: 132px;
}

.site-header.has-transition + .site-content {
  transition: padding 0.3s ease-out;
}

.admin-bar .site-header.is-fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header.is-fixed {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .site-header.is-fixed {
    position: absolute;
    top: 0;
  }
}

.wicks-tagline {
  position: relative;
  padding: 8px 0;
  margin: 0 0 1em 0;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  background-color: #000;
}

.wicks-tagline:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1em;
  width: 0;
  height: 0;
  border-width: 1em 1em 0 1em;
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
}

.wicks-tagline p {
  margin: 0;
  font-family: "Wisdom Script", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75em;
  line-height: 1.25;
}

@media (max-width: 1279px) {
  .wicks-tagline p {
    font-size: 1.5em;
  }
}

@media (max-width: 659px) {
  .wicks-tagline p {
    font-size: 1.25em;
  }
}

.alignleft {
  margin: 0 1.5rem 0.5rem 0;
  float: left;
}

.alignright {
  margin: 0 0 0.5rem 1.5rem;
  float: right;
}

.aligncenter {
  display: block;
  margin: 1.5rem auto;
}

.alignnone,
.alignwide,
.alignfull {
  display: block;
  margin: 1.5rem 0;
}

img.alignleft,
img.alignright {
  max-width: 50%;
  height: auto;
}

img.aligncenter,
img.alignnone,
img.alignwide,
img.alignfull {
  max-width: 100%;
  height: auto;
}

img.alignwide,
img.alignfull {
  width: 100%;
  height: auto;
}

blockquote.alignleft,
blockquote.alignright,
blockquote.aligncenter {
  width: 50%;
}

@media (max-width: 659px) {
  .alignleft,
  .alignright {
    display: block;
    margin: 1.5rem 0;
    float: none;
  }
  img.alignleft,
  img.alignright {
    max-width: 100%;
  }
  blockquote.alignleft,
  blockquote.alignright,
  blockquote.aligncenter {
    width: auto;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.gallery .gallery-item {
  position: relative;
  padding: 4px;
  margin: 0;
}

.gallery .gallery-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gallery .gallery-caption {
  display: none;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 1023px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 50%;
  }
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item {
    width: 33.3333333333%;
  }
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item {
    width: 25%;
  }
  .gallery-columns-9 .gallery-item {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item {
    width: 50%;
  }
  .gallery-columns-9 .gallery-item {
    width: 33.3333333333%;
  }
}

@media (max-width: 659px) {
  .gallery-columns-9 .gallery-item {
    width: 50%;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.screen-reader-text:active,
.screen-reader-text:focus {
  width: auto;
  height: auto;
  z-index: 100000;
  padding: 1rem 1.5rem;
  margin: 0.5rem;
  border: 1px solid;
  overflow: visible;
  clip: auto;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  color: #231f20;
  border-color: #d73347;
  background: #f4f3e5;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.search-form {
  margin-bottom: 1.5rem;
}

.search-form .search-field {
  width: 240px;
  max-width: 100%;
}

.sidebar {
  margin: 1.5rem 0;
}

.widget {
  padding: 0 12px;
  margin: 1.5rem 0;
}

.widget .widget-title {
  position: relative;
  padding: 0 12px 8px 12px;
  margin: 0 -12px;
  font-weight: 400;
}

.widget .widget-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-image: url("../images/red-border.png");
  background-repeat: repeat-x;
  background-position: center bottom;
}

.widget .widget-title a {
  color: inherit;
  text-decoration: none;
}

.widget.widget_products,
.widget.widget_recently_viewed_products {
  margin-left: 0;
  margin-right: 0;
  background-color: #f4f3e5;
  background-image: url("../images/utensil-background.png");
  background-position: 45px -45px;
}

.widget.widget_products .widget-title,
.widget.widget_recently_viewed_products .widget-title {
  position: relative;
  padding-top: 8px;
  margin-bottom: 0.75rem;
  background-color: #d73347;
  font-family: "Wisdom Script", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

.widget.widget_products .widget-title:after,
.widget.widget_recently_viewed_products .widget-title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.75rem;
  background-image: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0 0.75rem;
  border-color: #d73347 transparent transparent transparent;
}

.widget.widget_products .product_list_widget,
.widget.widget_recently_viewed_products .product_list_widget {
  padding: 0 0 0.75rem 0;
}

.widget.widget_products .product_list_widget li,
.widget.widget_recently_viewed_products .product_list_widget li {
  padding: 8px 0;
}

.widget.widget_products .product_list_widget a,
.widget.widget_recently_viewed_products .product_list_widget a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #231f20;
}

.widget.widget_products .product_list_widget a:focus, .widget.widget_products .product_list_widget a:hover,
.widget.widget_recently_viewed_products .product_list_widget a:focus,
.widget.widget_recently_viewed_products .product_list_widget a:hover {
  color: #d73347;
}

.widget.widget_products .product_list_widget img,
.widget.widget_recently_viewed_products .product_list_widget img {
  width: auto;
  height: 56px;
  margin: 0 12px 0 0;
  float: none;
}

.widget.widget_products .product_list_widget .product-title,
.widget.widget_recently_viewed_products .product_list_widget .product-title {
  position: relative;
}

.widget.widget_products .product_list_widget .amount,
.widget.widget_recently_viewed_products .product_list_widget .amount {
  display: none;
}

.widget.widget_products .view-all,
.widget.widget_recently_viewed_products .view-all {
  display: block;
  padding: 0.25rem;
  margin: 0 -12px;
  background-color: #d73347;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: 0.15s ease-in-out;
}

.widget.widget_products .view-all:focus, .widget.widget_products .view-all:hover,
.widget.widget_recently_viewed_products .view-all:focus,
.widget.widget_recently_viewed_products .view-all:hover {
  background: #231f20;
}

.widget.wpsl-search-widget #wpsl-widget-form label {
  margin-bottom: 0.25rem;
}

.widget.wpsl-search-widget #wpsl-widget-search {
  width: 276px;
}

.content-column.full_width {
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  float: none;
}

.content-column.full_width > .content-column {
  padding: 0 1rem;
  margin: 0 0 2rem 0;
}

.content-column.full_width > .content-column > :first-child {
  margin-top: 0;
}

.content-column.full_width > .content-column > :last-child {
  margin-bottom: 0;
}

.content-column.full_width > .content-column p img {
  margin: 0;
}

body .gform_wrapper form {
  font-size: 1rem;
  line-height: 1.5;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 0.5rem;
  line-height: normal;
}

body .gform_wrapper.gf_browser_gecko select {
  padding: 0.375rem 0.5rem;
  line-height: normal;
}

body .gform_wrapper textarea {
  padding: 0.5rem;
}

body .ui-datepicker-title select {
  height: auto;
  min-height: 0;
  padding: 2px;
}
