/*!
Theme Name: Grahams BBQ
Description: Custom WordPress theme.
Version: 3.0.0
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grahamsbbq
*/
/* Normalize */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Grid */
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 78.15em;
}

.container .row {
  margin-left: -1%;
  margin-right: -1%;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1%;
  min-height: 1px;
}

.row .col[class*="pull-"], .row .col[class*="push-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.33333%;
}

.row .col.pull-s1 {
  right: 8.33333%;
}

.row .col.push-s1 {
  left: 8.33333%;
}

.row .col.offset-s2 {
  margin-left: 16.66667%;
}

.row .col.pull-s2 {
  right: 16.66667%;
}

.row .col.push-s2 {
  left: 16.66667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.33333%;
}

.row .col.pull-s4 {
  right: 33.33333%;
}

.row .col.push-s4 {
  left: 33.33333%;
}

.row .col.offset-s5 {
  margin-left: 41.66667%;
}

.row .col.pull-s5 {
  right: 41.66667%;
}

.row .col.push-s5 {
  left: 41.66667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.33333%;
}

.row .col.pull-s7 {
  right: 58.33333%;
}

.row .col.push-s7 {
  left: 58.33333%;
}

.row .col.offset-s8 {
  margin-left: 66.66667%;
}

.row .col.pull-s8 {
  right: 66.66667%;
}

.row .col.push-s8 {
  left: 66.66667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.33333%;
}

.row .col.pull-s10 {
  right: 83.33333%;
}

.row .col.push-s10 {
  left: 83.33333%;
}

.row .col.offset-s11 {
  margin-left: 91.66667%;
}

.row .col.pull-s11 {
  right: 91.66667%;
}

.row .col.push-s11 {
  left: 91.66667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media screen and (min-width: 48em) {
  .row .col.m1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-m1 {
    right: 8.33333%;
  }
  .row .col.push-m1 {
    left: 8.33333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-m2 {
    right: 16.66667%;
  }
  .row .col.push-m2 {
    left: 16.66667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-m4 {
    right: 33.33333%;
  }
  .row .col.push-m4 {
    left: 33.33333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-m5 {
    right: 41.66667%;
  }
  .row .col.push-m5 {
    left: 41.66667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-m7 {
    right: 58.33333%;
  }
  .row .col.push-m7 {
    left: 58.33333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-m8 {
    right: 66.66667%;
  }
  .row .col.push-m8 {
    left: 66.66667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-m10 {
    right: 83.33333%;
  }
  .row .col.push-m10 {
    left: 83.33333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-m11 {
    right: 91.66667%;
  }
  .row .col.push-m11 {
    left: 91.66667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}

@media screen and (min-width: 62em) {
  .row .col.l1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-l1 {
    right: 8.33333%;
  }
  .row .col.push-l1 {
    left: 8.33333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-l2 {
    right: 16.66667%;
  }
  .row .col.push-l2 {
    left: 16.66667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-l4 {
    right: 33.33333%;
  }
  .row .col.push-l4 {
    left: 33.33333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-l5 {
    right: 41.66667%;
  }
  .row .col.push-l5 {
    left: 41.66667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-l7 {
    right: 58.33333%;
  }
  .row .col.push-l7 {
    left: 58.33333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-l8 {
    right: 66.66667%;
  }
  .row .col.push-l8 {
    left: 66.66667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-l10 {
    right: 83.33333%;
  }
  .row .col.push-l10 {
    left: 83.33333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-l11 {
    right: 91.66667%;
  }
  .row .col.push-l11 {
    left: 91.66667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .row .col.xl1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.33333%;
  }
  .row .col.pull-xl1 {
    right: 8.33333%;
  }
  .row .col.push-xl1 {
    left: 8.33333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.66667%;
  }
  .row .col.pull-xl2 {
    right: 16.66667%;
  }
  .row .col.push-xl2 {
    left: 16.66667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.33333%;
  }
  .row .col.pull-xl4 {
    right: 33.33333%;
  }
  .row .col.push-xl4 {
    left: 33.33333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.66667%;
  }
  .row .col.pull-xl5 {
    right: 41.66667%;
  }
  .row .col.push-xl5 {
    left: 41.66667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.33333%;
  }
  .row .col.pull-xl7 {
    right: 58.33333%;
  }
  .row .col.push-xl7 {
    left: 58.33333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.66667%;
  }
  .row .col.pull-xl8 {
    right: 66.66667%;
  }
  .row .col.push-xl8 {
    left: 66.66667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.33333%;
  }
  .row .col.pull-xl10 {
    right: 83.33333%;
  }
  .row .col.push-xl10 {
    left: 83.33333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.66667%;
  }
  .row .col.pull-xl11 {
    right: 91.66667%;
  }
  .row .col.push-xl11 {
    left: 91.66667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

/* Elements */
body {
  background: #fff;
}

/** Clearings **/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/** Infinite Scroll **/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/* Accessibility */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Site Styles */
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.widget {
  margin: 0;
}

.widget select {
  max-width: 100%;
}

.error-404 {
  text-align: center;
}

.error-404 .page-title {
  background: #fff;
  border-radius: 15px;
  color: #000;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  padding: 1em;
  margin: 2em 0;
}

/* Media */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
  height: auto;
  max-width: 100%;
}

video {
  height: auto !important;
  width: 100% !important;
}

/** Image Alignment **/
img.alignright {
  float: none;
}

@media screen and (min-width: 62em) {
  img.alignright {
    float: right;
    margin-left: 2.5rem;
  }
}

img.alignleft {
  float: none;
}

@media screen and (min-width: 62em) {
  img.alignleft {
    float: left;
    margin-right: 2.5rem;
  }
}

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

img.alignnone {
  clear: both;
  margin: 1rem 0;
}

/** Image Caption **/
.wp-caption {
  background: #EEE;
  max-width: 100% !important;
  padding: 5px;
  /* images inside wp-caption */
}

.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/** Image Gallery **/
.gallery .gallery-item {
  display: inline-block;
  margin: 1%;
  overflow: hidden;
  position: relative;
}

.gallery .gallery-item .gallery-icon {
  text-align: center;
}

.gallery .gallery-item .gallery-icon a img {
  vertical-align: bottom;
}

.gallery > br {
  display: none;
}

.gallery-caption {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #FFF;
  display: none;
  font-size: 0.8em;
  left: 0;
  line-height: 1;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 3px 5px;
  position: absolute;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

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

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

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

/** Galleries no more then 4 to a row on small screens **/
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  width: 23%;
}

/** Change gallery to proper spacing on larger screens **/
@media screen and (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    width: 18%;
  }
  .gallery-columns-6 .gallery-item {
    width: 14.6%;
  }
  .gallery-columns-7 .gallery-item {
    width: 12.2%;
  }
  .gallery-columns-8 .gallery-item {
    width: 10.5%;
  }
  .gallery-columns-9 .gallery-item {
    width: 9.1%;
  }
}

/** Video Player **/
.wp-video {
  margin: 1em 0;
}

/* Forms */
form {
  text-align: left;
}

::-webkit-input-placeholder {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

:-moz-placeholder {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

::-moz-placeholder {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

:-ms-input-placeholder {
  /* IE 10-11 */
  color: #000;
  font-style: normal;
  font-weight: normal;
}

::-ms-input-placeholder {
  /* IE EDGE */
  color: #000;
  font-style: normal;
  font-weight: normal;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

[placeholder]:focus:-moz-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

[placeholder]:focus::-moz-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

[placeholder]:focus:-ms-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

/** Labels **/
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/** Inputs **/
textarea,
select,
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  background: #F9F9F9;
  border: 1px solid #DDD;
  border-radius: 0;
  color: #444;
  font-size: 1em;
  letter-spacing: normal;
  outline: none;
  outline-offset: 0;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

textarea:focus, textarea:active,
select:focus,
select:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="password"]:focus,
input[type="password"]:active {
  background: #FFF;
  border: 1px solid #999;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  line-height: 42px;
  height: 42px;
  padding: 0 8px;
}

textarea {
  resize: none;
  padding: 8px;
}

/** Search Forms **/
.error-404 #searchform {
  margin: 1em 0;
  max-width: 481px;
}

#searchform {
  height: 42px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
}

#searchform label {
  display: none;
}

#searchform #s {
  padding-right: 12%;
  width: 100%;
}

#searchform #searchsubmit {
  font-size: 1em;
  height: 42px;
  line-height: 42px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 12%;
}

/** Password Forms **/
.post-password-form label {
  display: block;
}

.post-password-form input[type="password"] {
  margin-top: 4px;
  margin-bottom: 1em;
}

@media screen and (min-width: 48em) {
  input[type="submit"],
  input[type="button"],
  button[type="submit"],
  a.button {
    padding-left: 2em;
    padding-right: 2em;
    width: auto;
  }
  .post-password-form input[type="password"] {
    display: block;
    width: 50%;
  }
}

/** Datepicker **/
#ui-datepicker-div {
  margin-top: 0 !important;
}

.ui-datepicker {
  overflow: hidden;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  margin-top: 10px;
}

.ui-datepicker .ui-datepicker-title {
  overflow: hidden;
  margin: 0;
}

.ui-datepicker .ui-datepicker-title select {
  color: #fff;
  background: none;
  outline: none;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  float: left;
  width: 30%;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  float: right;
  width: 33%;
}

/* Typography */
html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  font-family: "Changa One", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #404040;
}

/** Headings **/
h1,
h2,
h3 {
  font-family: "Changa One", sans-serif;
  font-style: normal;
}

/** Body **/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}

ul {
  list-style: outside;
}

ol {
  list-style: decimal;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:after, blockquote:before,
q:after,
q:before {
  content: "";
}

b,
code,
em,
small,
strong {
  line-height: 1;
}

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  width: 100%;
}

table thead {
  font-weight: 700;
}

table tr {
  border: 1px #000 solid;
}

table td {
  border: 1px #000 solid;
  padding: 0.25em;
}

/** Copy **/
cite,
dfn,
em,
i {
  font-style: italic;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Links */
a {
  color: #f7e300;
  transition: color .3s;
  text-decoration: underline;
}

a:visited {
  color: #f7e300;
}

a:visited:hover {
  color: #ab9d00;
  text-decoration: none;
}

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

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Buttons */
.btn,
a.btn,
input[type="submit"],
input[type="button"],
button[type="submit"],
a.button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  color: #fff;
  background: #d70035;
}

@media screen and (min-width: 48em) {
  .btn,
  a.btn,
  input[type="submit"],
  input[type="button"],
  button[type="submit"],
  a.button {
    display: inline-block;
    width: auto;
  }
}

.btn:visited,
a.btn:visited,
input[type="submit"]:visited,
input[type="button"]:visited,
button[type="submit"]:visited,
a.button:visited {
  color: #fff;
  background: #d70035;
}

.btn.focus, .btn:focus, .btn:hover,
a.btn.focus,
a.btn:focus,
a.btn:hover,
input[type="submit"].focus,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="button"].focus,
input[type="button"]:focus,
input[type="button"]:hover,
button[type="submit"].focus,
button[type="submit"]:focus,
button[type="submit"]:hover,
a.button.focus,
a.button:focus,
a.button:hover {
  text-decoration: none;
  color: #fff;
  background: #000000;
}

.btn.active, .btn:active,
a.btn.active,
a.btn:active,
input[type="submit"].active,
input[type="submit"]:active,
input[type="button"].active,
input[type="button"]:active,
button[type="submit"].active,
button[type="submit"]:active,
a.button.active,
a.button:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.btn-secondary,
a.btn.btn-secondary,
input[type="submit"].btn-secondary,
input[type="button"].btn-secondary,
button[type="submit"].btn-secondary,
a.button.btn-secondary {
  color: #fff;
  background: #d70035;
}

.btn.btn-secondary:visited,
a.btn.btn-secondary:visited,
input[type="submit"].btn-secondary:visited,
input[type="button"].btn-secondary:visited,
button[type="submit"].btn-secondary:visited,
a.button.btn-secondary:visited {
  color: #fff;
  background: #d70035;
}

.btn.btn-secondary.focus, .btn.btn-secondary:focus, .btn.btn-secondary:hover,
a.btn.btn-secondary.focus,
a.btn.btn-secondary:focus,
a.btn.btn-secondary:hover,
input[type="submit"].btn-secondary.focus,
input[type="submit"].btn-secondary:focus,
input[type="submit"].btn-secondary:hover,
input[type="button"].btn-secondary.focus,
input[type="button"].btn-secondary:focus,
input[type="button"].btn-secondary:hover,
button[type="submit"].btn-secondary.focus,
button[type="submit"].btn-secondary:focus,
button[type="submit"].btn-secondary:hover,
a.button.btn-secondary.focus,
a.button.btn-secondary:focus,
a.button.btn-secondary:hover {
  color: #fff;
  background: #f7e300;
}

.btn.btn-full,
a.btn.btn-full,
input[type="submit"].btn-full,
input[type="button"].btn-full,
button[type="submit"].btn-full,
a.button.btn-full {
  display: block;
  width: 100%;
}

/* Posts */
.blog-posts {
  background: #fcfcfc;
  padding: 2rem 0;
  /* General Blog Styles */
  /* Read More Link */
  /* Posts Navigation */
}

.blog-posts h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  color: #f7e300;
  text-align: left;
}

.blog-posts h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 0.5rem;
}

.blog-posts h2 a {
  text-decoration: none;
}

.blog-posts h2 a:hover {
  text-decoration: underline;
}

.blog-posts p {
  text-align: left;
  text-indent: 0;
  margin-bottom: 1.5rem;
}

.blog-posts img {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 48em) {
  .blog-posts img {
    margin-top: 2rem;
  }
  .blog-posts img.alignleft {
    margin-right: 2rem;
  }
  .blog-posts img.alignright {
    margin-left: 2rem;
  }
}

.blog-posts .entry-meta {
  text-align: left;
  margin: 0rem 0 1.5rem 0;
}

.blog-posts .entry-meta .posted-on {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.blog-posts .entry-meta .posted-on a {
  text-decoration: none;
}

.blog-posts .entry-meta .posted-on a:hover {
  text-decoration: underline;
}

.blog-posts .entry-meta .byline {
  display: none;
}

.blog-posts a.more-link {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: .3s;
  font-weight: bold;
  text-align: center;
  display: block;
  max-width: 225px;
  padding: 0.5rem 1rem;
}

.blog-posts a.more-link:hover {
  background: #d70035;
  color: #fff;
}

.blog-posts .post-navigation,
.blog-posts .navigation.pagination {
  float: left;
  width: 100%;
  margin: 0.5rem 0 1.5rem;
}

.blog-posts .post-navigation .nav-previous,
.blog-posts .navigation.pagination .nav-previous {
  float: left;
}

.blog-posts .post-navigation .nav-next,
.blog-posts .navigation.pagination .nav-next {
  float: right;
}

.blog-posts .post-navigation a,
.blog-posts .navigation.pagination a {
  font-size: 14px;
  font-size: 0.875rem;
  transition: .3s;
  background: transparent;
  border: 2px #f7e300 solid;
  color: #f7e300;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 0 0.5rem;
}

.blog-posts .post-navigation a:hover,
.blog-posts .navigation.pagination a:hover {
  color: #fff;
  background: #f7e300;
}

.blog-posts .post-navigation span.page-numbers,
.blog-posts .navigation.pagination span.page-numbers {
  font-size: 14px;
  font-size: 0.875rem;
  transition: .3s;
  background: #f7e300;
  border: 2px #f7e300 solid;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 0 0.5rem;
}

.blog-posts .post-navigation span.page-numbers:hover,
.blog-posts .navigation.pagination span.page-numbers:hover {
  color: #fff;
  background: #f7e300;
}

/* Blog Main Content */
@media screen and (min-width: 48em) {
  .blog-posts main.blog-main {
    padding-right: 2rem;
  }
}

/* Blog Main Content Posts */
.blog-posts article.post {
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  padding: 1.5rem 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}

.blog-posts article.post .entry-content h2, .blog-posts article.post .entry-content ul {
  margin-bottom: 1.5rem;
}

.blog-posts article.post .entry-content img {
  display: none;
}

@media screen and (max-width: 47.99em) {
  .blog-posts article.post .alignright,
  .blog-posts article.post .alignleft {
    display: block;
    margin: 2rem auto;
    float: none;
  }
}

.blog-posts article.post .cat-links {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.blog-posts article.post .comments-link {
  display: none;
}

/* Blog Post Comments */
.blog-posts #comments {
  text-align: left;
}

.blog-posts #comments h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

.blog-posts #comments ol {
  text-align: left;
  list-style: none;
  border-bottom: 1px solid #f7e300;
  padding-bottom: 2rem;
  margin-left: 0;
  margin-bottom: 1.5rem;
}

.blog-posts #comments ol.children {
  border: none;
  border-left: 1px solid #f7e300;
  padding: 0 0 0 1.5rem;
  margin-left: 1.5rem;
}

.blog-posts #comments ol li {
  margin-top: 1.5rem;
}

.blog-posts #comments ol img {
  margin: 0;
}

.blog-posts #comments ol .comment-metadata {
  font-size: 14px;
  font-size: 0.875rem;
}

.blog-posts #comments ol .comment-reply-link {
  background: #decc00;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  padding: 0.25rem 1rem;
  display: inline-block;
  margin-top: 0.5rem;
}

.blog-posts #comments ol .comment-reply-link:hover {
  background: #ffec12;
}

.blog-posts #comments h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.blog-posts #comments p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.blog-posts #comments p label {
  float: left;
  width: 100%;
}

.blog-posts #comments p.comment-notes {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
}

.blog-posts #comments p.comment-form-comment textarea {
  height: 100px;
}

.blog-posts #comments p.form-submit {
  margin-top: 2rem;
}

/* Blog Posts Sidebar */
aside#secondary {
  margin-top: 2.5rem;
}

@media screen and (min-width: 62em) {
  aside#secondary {
    margin-top: 0.75rem;
  }
}

aside#secondary h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  background: #d70035;
  padding: 0.5rem;
  margin-bottom: 0;
}

aside#secondary ul {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  margin: 0;
}

aside#secondary ul li {
  border-top: 1px rgba(0, 0, 0, 0.25) solid;
  padding: 0.45rem;
}

aside#secondary a {
  text-decoration: none;
}

aside#secondary a:hover {
  text-decoration: underline;
}

aside#secondary input,
aside#secondary textarea {
  width: 100%;
}

aside#secondary section {
  background: #fff;
  border: 1px rgba(0, 0, 0, 0.25) solid;
  margin-bottom: 2rem;
  /* Search Widget */
  /* Recent Posts Widget */
}

aside#secondary section.widget_search {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

aside#secondary section.widget_search #searchform {
  margin-bottom: 2rem;
}

aside#secondary section.widget_recent_entries .post-date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
}

/* Single Blog Posts */
.single .blog-posts article.post .entry-content img {
  display: block;
}

/* Search Results Blog Posts */
.search-results .blog-posts h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #ab9d00;
  margin-bottom: 1.5rem;
}

/* Text Alignment Classes */
.text-center {
  text-align: center !important;
}

@media screen and (min-width: 48em) {
  .text-left {
    text-align: left !important;
  }
  .text-right {
    text-align: right !important;
  }
}

/* Hide Classes */
@media screen and (max-width: 47.99em) {
  .hide-sm-down {
    display: none !important;
  }
}

@media screen and (max-width: 47.99em) {
  .hide-sm-up {
    display: none !important;
  }
}

@media screen and (max-width: 61.99em) {
  .hide-md-down {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-md-up {
    display: none !important;
  }
}

@media screen and (max-width: 81.24em) {
  .hide-lg-down {
    display: none !important;
  }
}

@media screen and (min-width: 62em) {
  .hide-lg-up {
    display: none !important;
  }
}

@media screen and (max-width: 61.99em) {
  .hide-xl-down {
    display: none !important;
  }
}

@media screen and (min-width: 81.25em) {
  .hide-xl-up {
    display: none !important;
  }
}

/* Hover Effects */
.hvr-grow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* SlickNav */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  text-align: left;
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  margin: 0;
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu > ul {
  position: absolute;
  width: 100%;
  top: 54px;
  z-index: 9999;
}

.slicknav_menu {
  font-size: 18px;
  font-size: 1.125rem;
  background: #f6a704;
  display: block;
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 62em) {
  .slicknav_menu {
    display: none;
  }
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
  box-shadow: none;
  height: 0.1em;
}

.slicknav_menu .slicknav_arrow {
  color: transparent;
  float: right;
  position: relative;
  top: 2px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.slicknav_menu .slicknav_arrow:before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  position: absolute;
  right: 1px;
  font-weight: 900;
}

.slicknav_menu ul ul .slicknav_arrow:before,
.slicknav_menu ul ul ul .slicknav_arrow:before {
  content: "\f063";
}

.slicknav_btn {
  border-radius: 3px;
  border: 2px #fff solid;
  background-color: transparent;
  margin: 0.5em 0.5em 0.5em 0;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.25em;
}

.slicknav_nav {
  background: #d70035;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0;
}

.slicknav_nav > li {
  border-bottom: 1px #fff solid;
}

.slicknav_nav > li:last-child {
  border: 0;
}

.slicknav_nav ul {
  margin: 0;
}

.slicknav_nav ul a {
  padding-left: 1.5em;
}

.slicknav_nav ul ul a {
  padding-left: 2.5em;
}

.slicknav_nav ul ul ul a {
  padding-left: 3.5rem !important;
}

.slicknav_nav ul.sub-menu {
  border-top: 1px #fff solid;
}

.slicknav_nav ul.sub-menu li {
  background: #a40028;
  border-bottom: 1px #fff solid;
}

.slicknav_nav ul.sub-menu li:last-of-type {
  border-bottom: none;
}

.slicknav_nav ul.sub-menu li a {
  padding-left: 1.5em;
}

.slicknav_nav ul.sub-menu .sub-menu li {
  background: #a40028;
}

.slicknav_nav ul.sub-menu .sub-menu a {
  padding-left: 2.5em;
}

.slicknav_nav ul.sub-menu .sub-menu .sub-menu li {
  background: #8b0022;
}

.slicknav_nav .slicknav_row {
  margin: 0;
  padding: 10px;
}

.slicknav_nav .slicknav_row:hover {
  background: #d70035;
}

.slicknav_nav .slicknav_row:hover > .slicknav_arrow {
  color: #d70035;
}

.slicknav_nav .slicknav_row > a {
  padding-left: 0 !important;
}

.slicknav_nav a {
  border-radius: 0 !important;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  margin: 0;
}

.slicknav_nav a:hover {
  background: #d70035;
  color: #fff;
}

.slicknav_nav a:hover a {
  color: #fff;
}

.slicknav_brand {
  color: #fff;
}

.slicknav_icon {
  position: relative;
}

.slicknav_icon span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: 0.3s, 0.4s;
  transition-delay: 0s, 0.5s;
  position: absolute;
  margin: 0 !important;
}

.slicknav_icon span:nth-of-type(1) {
  transition-property: -webkit-transform, top;
  transition-property: transform, top;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0px;
}

.slicknav_icon span:nth-of-type(2) {
  transition-property: opacity, top;
  transition-duration: 0.9s, 0.9s;
  top: 7px;
  opacity: 1;
}

.slicknav_icon span:nth-of-type(3) {
  transition-property: -webkit-transform, top;
  transition-property: transform, top;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 14px;
}

.slicknav_open .slicknav_icon span {
  transition-duration: 0.3s, 0.5s;
  transition-delay: 0s, 0.3s;
  top: 7px;
}

.slicknav_open .slicknav_icon span:nth-of-type(1) {
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slicknav_open .slicknav_icon span:nth-of-type(2) {
  transition-property: top, opacity;
  transition-duration: 0.1s, 0.2s;
  opacity: 0;
}

.slicknav_open .slicknav_icon span:nth-of-type(3) {
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slicknav_open .slicknav_arrow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f062";
}

ul ul .slicknav_open .slicknav_arrow:before,
ul ul ul .slicknav_open .slicknav_arrow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f062";
}

.gform_wrapper input[type="image"] {
  border: none;
  padding: 0;
  width: auto;
}

.gform_wrapper select {
  line-height: 42px;
  height: 42px;
  padding: 0 8px;
}

.gform_wrapper input[type="radio"],
.gform_wrapper input[type="checkbox"] {
  margin-top: 0 !important;
  margin-right: 5px;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  overflow: visible !important;
}

.gform_wrapper textarea {
  resize: none;
  padding: 8px;
}

.gform_wrapper .ginput_container_fileupload input {
  line-height: 0;
  font-size: 16px;
  font-size: 1rem;
}

.gform_wrapper input[type="submit"].gform_button.button {
  font-size: 24px;
  font-size: 1.5rem;
}

.gform_wrapper select {
  font-size: 1em;
  font-family: inherit;
  overflow: hidden;
  letter-spacing: normal;
  border: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: menulist-button;
}

.gform_wrapper select option {
  padding: 2px 10px !important;
  display: block;
}

.gform_wrapper select:focus {
  border: 0;
  outline: 1px ridge #999;
  -webkit-border-radius: 0;
  -webkit-appearance: menulist-button;
}

.gform_wrapper select {
  padding: 5px !important;
  outline: 1px ridge #DDD;
  line-height: 42px;
  height: 42px;
  padding: 0 8px;
}

.gform_wrapper .ui-datepicker select {
  padding: 5px !important;
  outline: 1px ridge #DDD;
  line-height: 42px;
  height: 42px;
  padding: 0 8px;
}

/* Site Header */
@media screen and (max-width: 61.99em) {
  .site-header__front {
    text-align: center;
  }
}

.site-header__front .nk-awb {
  padding: 2.5rem;
}

.site-header__front .site-header__content {
  background: rgba(0, 0, 0, 0.65);
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 61.99em) {
  .site-header__front .site-branding {
    max-width: 250px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 62em) {
  .site-header__front .site-branding {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 81.25em) {
  .site-header__front .site-branding {
    max-width: 439px;
  }
}

.site-header__front .site-header__info {
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 61.99em) {
  .site-header__front .site-header__info {
    margin: 1rem 0;
  }
}

@media screen and (min-width: 62em) {
  .site-header__front .site-header__info {
    float: left;
  }
}

@media screen and (min-width: 81.25em) {
  .site-header__front .site-header__info {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.site-header__front .site-header__info a {
  text-decoration: none;
}

.site-header__front .site-header__info a:hover {
  color: #d70035;
}

.site-header__front .site-header__info a strong {
  color: #fff;
}

@media screen and (max-width: 61.99em) {
  .site-header__front .site-header__phone a {
    background: #d70035;
    border-radius: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    display: inline-block;
    padding: 0.5rem;
    margin-top: 0.5rem;
  }
  .site-header__front .site-header__phone a:hover {
    color: #fff;
  }
}

@media screen and (min-width: 62em) {
  .site-header__front .site-header__slogan {
    float: left;
    width: 100%;
    margin-top: 20rem;
  }
}

.site-header__front .site-header__slogan h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  clear: both;
  -webkit-text-stroke: 0.5px #d70035;
  color: white;
}

@media screen and (min-width: 62em) {
  .site-header__front .site-header__slogan h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

@media screen and (min-width: 81.25em) {
  .site-header__front .site-header__slogan h2 {
    font-size: 80px;
    font-size: 5rem;
  }
}

/* Site Header */
@media screen and (max-width: 61.99em) {
  .site-header__internal {
    text-align: center;
  }
}

.site-header__internal .main-navigation {
  margin-top: 1.5rem;
}

.site-header__internal .nk-awb {
  padding: 2.5rem 2.5rem 2.5rem;
}

@media screen and (max-width: 61.99em) {
  .site-header__internal .site-branding {
    max-width: 250px;
    margin: 0 auto;
  }
}

.site-header__internal .site-header__content {
  background: rgba(0, 0, 0, 0.65);
  padding: 1.5rem 0 1rem;
  position: relative;
  overflow: hidden;
}

.site-header__internal .site-header__info {
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 61.99em) {
  .site-header__internal .site-header__info {
    margin: 1rem 0;
  }
}

@media screen and (min-width: 62em) {
  .site-header__internal .site-header__info {
    float: left;
    padding: 1.5rem 0 0 1.5rem;
  }
}

@media screen and (min-width: 81.25em) {
  .site-header__internal .site-header__info {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.site-header__internal .site-header__info a {
  text-decoration: none;
}

.site-header__internal .site-header__info a:hover {
  color: #d70035;
}

.site-header__internal .site-header__info a strong {
  color: #fff;
}

@media screen and (max-width: 61.99em) {
  .site-header__internal .site-header__phone a {
    background: #d70035;
    border-radius: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    display: inline-block;
    padding: 0.5rem;
    margin-top: 0.5rem;
  }
  .site-header__internal .site-header__phone a:hover {
    color: #fff;
  }
}

@media screen and (min-width: 62em) {
  .site-header__internal .site-header__slogan {
    float: left;
    width: 100%;
  }
}

.site-header__internal .site-header__slogan h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  text-align: center;
  clear: both;
  -webkit-text-stroke: 0.5px #d70035;
  color: white;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 62em) {
  .site-header__internal .site-header__slogan h1 {
    font-size: 70px;
    font-size: 4.375rem;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 81.25em) {
  .site-header__internal .site-header__slogan h1 {
    font-size: 80px;
    font-size: 5rem;
    margin-top: 0;
  }
}

/* Main Navigation */
.main-navigation {
  float: right;
  display: none;
  /* Primary Menu */
}

@media screen and (min-width: 62em) {
  .main-navigation {
    display: block;
  }
}

.main-navigation ul#menu-main-menu {
  list-style: none;
  display: block;
  margin: 0;
  padding-left: 0;
  /* Sub Menus */
}

.main-navigation ul#menu-main-menu > li:hover > ul,
.main-navigation ul#menu-main-menu > li.focus > ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: .2s;
}

.main-navigation ul#menu-main-menu > li {
  float: left;
  position: relative;
}

@media screen and (min-width: 62em) {
  .main-navigation ul#menu-main-menu > li {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 81.25em) {
  .main-navigation ul#menu-main-menu > li {
    margin-right: 2rem;
  }
}

.main-navigation ul#menu-main-menu > li:hover > a,
.main-navigation ul#menu-main-menu > li.focus > a {
  color: #f7e300;
}

.main-navigation ul#menu-main-menu > li:nth-of-type(4) a {
  font-size: 30px;
  font-size: 1.875rem;
  color: #f7e300;
}

.main-navigation ul#menu-main-menu > li:nth-of-type(4) a:hover {
  color: #d70035;
}

@media screen and (min-width: 62em) {
  .main-navigation ul#menu-main-menu > li:nth-of-type(4) a {
    position: relative;
    top: -5px;
  }
}

.main-navigation ul#menu-main-menu > li:last-of-type {
  margin-right: 0;
}

.main-navigation ul#menu-main-menu > li:last-of-type ul {
  left: auto;
  right: 0;
}

.main-navigation ul#menu-main-menu > li:last-of-type ul li {
  text-align: right;
}

.main-navigation ul#menu-main-menu > li:last-of-type:hover > ul {
  left: auto;
  right: 0;
}

.main-navigation ul#menu-main-menu > li:last-of-type a {
  font-size: 32px;
  font-size: 2rem;
  color: #f7e300;
}

.main-navigation ul#menu-main-menu > li:last-of-type a:hover {
  color: #d70035;
}

@media screen and (min-width: 62em) {
  .main-navigation ul#menu-main-menu > li:last-of-type a {
    position: relative;
    top: -5px;
  }
}

.main-navigation ul#menu-main-menu > li.current_page_item > a,
.main-navigation ul#menu-main-menu > li.current-menu-item > a,
.main-navigation ul#menu-main-menu > li.current_page_ancestor > a,
.main-navigation ul#menu-main-menu > li.current-menu-ancestor > a {
  color: #f7e300;
}

.main-navigation ul#menu-main-menu > li a {
  transition: .3s;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 62em) {
  .main-navigation ul#menu-main-menu > li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 81.25em) {
  .main-navigation ul#menu-main-menu > li a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.main-navigation ul#menu-main-menu ul.sub-menu {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  width: 175px;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
  z-index: 1;
  transition: all 0.3s ease-in-out 0.3s, visibility 0.3s linear 0.3s, z-index 0s linear 0.01s;
}

.main-navigation ul#menu-main-menu ul.sub-menu ul {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
  z-index: 1;
  transition: all 0.3s ease-in-out 0.3s, visibility 0.3s linear 0.3s, z-index 0s linear 0.01s;
}

.main-navigation ul#menu-main-menu ul.sub-menu > li {
  border-bottom: 1px #f7e300 solid;
  position: relative;
}

.main-navigation ul#menu-main-menu ul.sub-menu > li.menu-item-has-children > a {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.main-navigation ul#menu-main-menu ul.sub-menu > li.menu-item-has-children > a:after {
  font-weight: 900;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
}

.main-navigation ul#menu-main-menu ul.sub-menu > li:last-of-type {
  border: 0;
}

.main-navigation ul#menu-main-menu ul.sub-menu > li:hover > ul,
.main-navigation ul#menu-main-menu ul.sub-menu > li.focus > ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: .25s;
}

.main-navigation ul#menu-main-menu ul.sub-menu > li.current_page_item > a,
.main-navigation ul#menu-main-menu ul.sub-menu > li.current-menu-item > a,
.main-navigation ul#menu-main-menu ul.sub-menu > li.current_page_ancestor > a,
.main-navigation ul#menu-main-menu ul.sub-menu > li.current-menu-ancestor > a {
  background: #f6a704;
  color: #fff;
}

.main-navigation ul#menu-main-menu ul.sub-menu > li a {
  background: #d70035;
  text-transform: none;
  color: #fff;
  transition: .3s;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0.5rem;
}

.main-navigation ul#menu-main-menu ul.sub-menu > li a:hover, .main-navigation ul#menu-main-menu ul.sub-menu > li a.focus {
  background: #f6a704;
  color: #fff;
}

/* Front Page */
.front-page h1, .front-page h2, .front-page h3, .front-page h4, .front-page p, .front-page ul, .front-page ol, .front-page hr {
  margin-bottom: 2.5rem;
}

.front-page h1, .front-page h2, .front-page h3, .front-page h4 {
  color: #f7e300;
  -webkit-text-stroke: 2px #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  line-height: 1;
}

.front-page h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

@media screen and (min-width: 62em) {
  .front-page h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front-page h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.front-page h2 {
  font-size: 21px;
  font-size: 1.3125rem;
}

@media screen and (min-width: 48em) {
  .front-page h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 62em) {
  .front-page h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front-page h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.front-page h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 48em) {
  .front-page h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 62em) {
  .front-page h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front-page h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.front-page p, .front-page ul, .front-page ol {
  -webkit-text-stroke: 1px #000;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 2;
}

@media screen and (min-width: 62em) {
  .front-page p, .front-page ul, .front-page ol {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: left;
  }
}

@media screen and (min-width: 81.25em) {
  .front-page p, .front-page ul, .front-page ol {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.front-page p {
  color: #fff;
}

.front-page ul, .front-page ol {
  color: #f7e300;
  list-style: square;
  font-weight: 700;
}

.front-page ul strong, .front-page ol strong {
  color: #fff;
}

.front_page_section_1 .nk-awb {
  padding: 3.5rem 0 3rem;
}

.front_page_section_1 p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.front_page_section_2 .nk-awb {
  padding: 3.5rem 0 1rem;
}

@media screen and (min-width: 62em) {
  .front_page_section_2 h2, .front_page_section_2 h3 {
    text-align: left;
  }
}

.front_page_section_2 h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 2.5rem;
}

@media screen and (min-width: 62em) {
  .front_page_section_2 h2 {
    font-size: 40px;
    font-size: 2.5rem;
    padding-left: 3.5rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_2 h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.front_page_section_2 ul {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  list-style: none;
}

@media screen and (min-width: 62em) {
  .front_page_section_2 ul {
    text-align: left;
    list-style: square;
    font-size: 30px;
    font-size: 1.875rem;
    padding-left: 5.5rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_2 ul {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.front_page_section_2 h3 {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (min-width: 62em) {
  .front_page_section_2 h3 {
    font-size: 36px;
    font-size: 2.25rem;
    padding-left: 3.5rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_2 h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.front_page_section_3 {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #d60035 50%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  padding: 2.5rem 0;
}

.front_page_section_3 h2 {
  -webkit-text-stroke: 2px #000;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
}

@media screen and (min-width: 62em) {
  .front_page_section_3 h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_3 h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.front_page_section_4 .nk-awb {
  padding: 3.5rem 0;
}

.front_page_section_4 h2 {
  -webkit-text-stroke: 0px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #d70035;
}

@media screen and (min-width: 62em) {
  .front_page_section_4 h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.front_page_section_4 .gform_wrapper .gform_confirmation,
.front_page_section_4 .gform_wrapper #gform_confirmation {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #d70035;
  text-transform: uppercase;
  padding: 1.5rem 0;
}

.front_page_section_4 .gform_wrapper .gform_body li {
  text-align: left;
}

.front_page_section_4 .gform_wrapper .gform_body label {
  -webkit-text-stroke: 0px;
  color: #d70035;
}

.front_page_section_4 .gform_wrapper .gform_body .gfield_required {
  color: #f6a704;
}

.front_page_section_4 .gform_wrapper .gform_body input[type="text"],
.front_page_section_4 .gform_wrapper .gform_body textarea {
  border: 2px #f7e300 solid;
  -webkit-text-stroke: 0px;
  font-weight: normal;
  color: #000;
  border-radius: 10px;
}

@media screen and (min-width: 81.25em) {
  .front_page_section_4 .gform_wrapper .gform_body #field_1_1,
  .front_page_section_4 .gform_wrapper .gform_body #field_1_2,
  .front_page_section_4 .gform_wrapper .gform_body #field_1_3 {
    float: left;
    width: 50%;
    clear: left;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_4 .gform_wrapper .gform_body #field_1_4 {
    float: right;
    width: 50%;
    clear: right;
    margin-top: -15.65rem;
  }
  .front_page_section_4 .gform_wrapper .gform_body #field_1_4 textarea {
    height: 315px;
  }
}

.front_page_section_4 .gform_wrapper .gform_footer {
  text-align: right;
}

.front_page_section_4 .gform_wrapper .gform_footer input[type="submit"] {
  background: #d70035;
  color: #f7e300;
  border-radius: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.5rem 2.5rem;
}

@media screen and (min-width: 62em) {
  .front_page_section_4 .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 32px;
    font-size: 2rem;
  }
}

.front_page_section_4 .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #f7e300;
  color: #d70035;
}

.front_page_section_5 {
  height: 450px;
}

.front_page_section_6 .nk-awb {
  padding: 5.5rem 0 3rem;
}

.front_page_section_6 h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 2.5rem;
}

@media screen and (min-width: 62em) {
  .front_page_section_6 h2 {
    font-size: 40px;
    font-size: 2.5rem;
    padding-left: 3.5rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 81.25em) {
  .front_page_section_6 h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.front_page_section_6 h3 {
	font-size: 28px;
	margin-bottom: 1rem;
}

@media screen and (min-width: 62em) {
	.front_page_section_6 h3 {
	font-size: 34px;
}
}

.front_page_section_6 h4 {
	margin-bottom: 0;
	font-size: 35px;
}

@media screen and (min-width: 62em) {
	.front_page_section_6 h4 {
	font-size: 44px;
}
}

.front_page_section_6 p {
	text-transform: uppercase;
	text-align: center;
	font-size: 21px;
	line-height: 1.8;
}

@media screen and (min-width: 62em) {
	.front_page_section_6 p {
	font-size: 28px;
}
}

.front_page_section_6 p strong {
	font-size: 30px;
}

@media screen and (min-width: 62em) {
	.front_page_section_6 p strong {
	font-size: 40px;
}
}

/* Internal Pages */
.internal-page h1, .internal-page h2, .internal-page h3, .internal-page p, .internal-page ul, .internal-page ol, .internal-page hr {
  margin-bottom: 2.5rem;
}

.internal-page h1, .internal-page h2, .internal-page h3 {
  text-align: center;
  font-weight: normal;
  line-height: 1;
}

.internal-page h1 {
  text-align: center;
  color: #f7e300;
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 2.5rem;
}

@media screen and (min-width: 48em) {
  .internal-page h1 {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

@media screen and (min-width: 62em) {
  .internal-page h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 81.25em) {
  .internal-page h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.internal-page h1 + h2 {
  text-align: center;
}

.internal-page h1 + h2 + h3 {
  text-align: center;
}

.internal-page h2 {
  color: #d70035;
  font-size: 21px;
  font-size: 1.3125rem;
}

@media screen and (min-width: 48em) {
  .internal-page h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 62em) {
  .internal-page h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

@media screen and (min-width: 81.25em) {
  .internal-page h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.internal-page h3 {
  color: #f7e300;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 48em) {
  .internal-page h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 62em) {
  .internal-page h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 81.25em) {
  .internal-page h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.internal-page p, .internal-page ul, .internal-page ol {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (min-width: 62em) {
  .internal-page p, .internal-page ul, .internal-page ol {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.internal-page p {
  color: #171717;
}

.internal-page ul, .internal-page ol {
  color: #f7e300;
  padding-left: 1.5rem;
}

@media screen and (min-width: 48em) {
  .internal-page ul.cols-2, .internal-page ol.cols-2 {
    -webkit-column-count: 2;
    column-count: 2;
    column-break-inside: avoid;
    list-style-position: outside;
    -webkit-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
  }
  .internal-page ul.cols-3, .internal-page ol.cols-3 {
    -webkit-column-count: 3;
    column-count: 3;
    column-break-inside: avoid;
    list-style-position: outside;
    -webkit-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.internal-page strong {
  color: #f7e300;
}

.internal-page hr {
  background-color: #eaeaea;
}

.internal-page img,
.internal-page figcaption {
  display: block;
  margin: 0.75rem auto 2.5rem;
}

.internal-page img.alignright,
.internal-page figcaption.alignright {
  float: none;
}

@media screen and (min-width: 62em) {
  .internal-page img.alignright,
  .internal-page figcaption.alignright {
    float: right;
    margin-left: 2.5rem;
  }
}

.internal-page img.alignleft,
.internal-page figcaption.alignleft {
  float: none;
}

@media screen and (min-width: 62em) {
  .internal-page img.alignleft,
  .internal-page figcaption.alignleft {
    float: left;
    margin-right: 2.5rem;
  }
}

.internal-page figure.wp-caption {
  background: #fff;
  max-width: 450px !important;
  padding: 0 1rem 0.5rem;
}

.internal-page figure.wp-caption img {
  width: auto;
  margin-bottom: 1rem;
}

.internal-page figure.wp-caption figcaption {
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

/* Yellow Section */
.yellow_section {
  background: #f7e300;
  padding: 2.5rem 0;
}

.yellow_section h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 62em) {
  .yellow_section h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.yellow_section h3 {
  color: #d70035;
  margin-bottom: 1rem;
}

@media screen and (min-width: 62em) {
  .yellow_section h3 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.yellow_section h4 {
  color: #000;
  text-align: center;
}

@media screen and (min-width: 62em) {
  .yellow_section h4 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.yellow_section p {
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 81.25em) {
  .yellow_section p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.yellow_section p:last-of-type {
  margin-bottom: 0.5rem;
}

/* Background Section */
.background_section .nk-awb {
  padding: 3.5rem 0 2rem;
}

@media screen and (min-width: 62em) {
  .background_section .nk-awb {
    padding: 7rem 0 5.5rem;
  }
}

.background_section h2 {
  color: #f7e300;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #000;
  font-size: 40px;
  font-size: 2.5rem;
}

@media screen and (min-width: 62em) {
  .background_section h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (min-width: 81.25em) {
  .background_section h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.background_section h2 + h3 {
  margin-top: -1.5rem;
}

.background_section h3 {
  color: #f6a704;
}

@media screen and (min-width: 62em) {
  .background_section h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.background_section table {
  max-width: 700px;
  margin: 0 auto 2.5rem;
}

.background_section table tr {
  border: 0;
  border-bottom: 1px #f6a704 solid;
}

.background_section table tr td, .background_section table tr th {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  text-align: right;
  color: #fff;
  border: 0;
  padding: 1.5rem 0.5rem;
}

@media screen and (min-width: 62em) {
  .background_section table tr td, .background_section table tr th {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.background_section table tr th {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 62em) {
  .background_section table tr th {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.background_section table tr td:first-of-type {
  text-align: left;
}

.background_section table + h2 {
  margin-top: 4.5rem;
}

.background_section table.table-center td {
  text-align: center !important;
}

/* Red Section */
.red_section {
  background: #d70035;
  padding: 1rem 0;
}

.red_section h2 {
  color: #f7e300;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (min-width: 62em) {
  .red_section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/* Gallery */
.foogallery figcaption {
  margin: 0;
}

/* Site Footer */
@media screen and (max-width: 61.99em) {
  .site-footer {
    text-align: center;
  }
}

.site-footer .nk-awb {
  padding: 3.5rem 0;
}

.site-footer__info {
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 61.99em) {
  .site-footer__info {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 2rem 0;
  }
}

@media screen and (min-width: 62em) {
  .site-footer__info {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 2rem 0 0 2.5rem;
  }
}

@media screen and (min-width: 81.25em) {
  .site-footer__info {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 2.5rem 0 0 3.5rem;
  }
}

.site-footer__info a {
  color: #fff;
  text-decoration: none;
}

.site-footer__info a:hover {
  color: #f7e300;
}

.site-footer__info div {
  margin-bottom: 1rem;
}

.site-footer__phone a {
  color: #f7e300;
}

.site-footer__phone a:hover {
  color: #fff;
}

@media screen and (min-width: 62em) {
  .site-footer__navigation {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 81.25em) {
  .site-footer__navigation {
    padding-top: 2.5rem;
  }
}

.site-footer__navigation ul {
  list-style: none;
  line-height: 1;
}

@media screen and (max-width: 61.99em) {
  .site-footer__navigation ul {
    line-height: 1.5;
  }
}

.site-footer__navigation ul li {
  margin-bottom: 0.5rem;
}

.site-footer__navigation ul a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 62em) {
  .site-footer__navigation ul a {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 81.25em) {
  .site-footer__navigation ul a {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.site-footer__navigation ul a:hover {
  color: #fff;
}

.site-footer__navigation ul a i {
  font-size: 40px;
  font-size: 2.5rem;
  position: relative;
  top: 20px;
}

@media screen and (min-width: 62em) {
  .site-footer__navigation ul a i {
    top: 10px;
  }
}
