/* Theme colors */
/* Button colors */
/* Text link colors */
/* Text colors */
/* Helper colors */
/* Typography */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Dependency-free breakpoint mixin
  http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
*/
.cft-g {
  margin-left: -30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-g > .cft-gi {
  width: 100%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select, a {
  outline: none;
}

sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 0 auto 1em;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin: 0em auto 1em !important;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}

article img.wp-post-image {
  margin-bottom: 1em;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignright {
  margin-left: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

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

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button,
select {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Roboto", sans-serif;
  color: #3A3A3A;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 30px;
  line-height: 38px;
  font-size: 3rem;
  line-height: 3.8rem;
}

h2, .h2 {
  font-size: 26px;
  line-height: 34px;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h4, .h4 {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p {
  margin: 0 0 1.5em 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #7F7F7F;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #DCDCDC;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #7F7F7F;
}
blockquote cite:before {
  content: "\2014 \0020";
}

hr {
  clear: both;
  border-top: solid #DCDCDC;
  border-width: 1px 0 0;
  margin: 60px 0;
}
hr.hr-small {
  margin: 30px 0;
}
hr.hr-clear {
  border-top: 0 none;
}

form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
  border: 1px solid #ccc;
  padding: 5px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px;
  color: #3A3A3A;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

select {
  padding: 0;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

select {
  width: 220px;
}

input[type="checkbox"] {
  display: inline;
}

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
form.cft-form {
  max-width: 600px;
  margin: 0;
  padding: 25px 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e4e5+0,c9d4d6+100 */
  background: #d7e4e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d7e4e5 0%, #c9d4d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e4e5', endColorstr='#c9d4d6',GradientType=1 );
  /* IE6-9 */
}
form.cft-form p.form-message {
  display: none;
  padding: 5px;
  margin: 0 0 20px;
  clear: both;
}
form.cft-form p.form-message.error {
  background: #f4d7d7;
  color: #ab4545;
  border: 1px solid #ab4545;
}
form.cft-form p.form-message.success {
  background: #e6f9da;
  color: #519e20;
  border: 1px solid #519e20;
}
form.cft-form .req {
  color: #b90000;
}
form.cft-form input[type="text"].error, form.cft-form input[type="email"].error, form.cft-form textarea.error, form.cft-form select.error {
  background: #f4d7d7;
}
form.cft-form button[type="submit"].pulse {
  pointer-events: none;
  -webkit-animation: pulse .6s infinite ease-in-out;
  -o-animation: pulse .6s infinite ease-in-out;
  -ms-animation: pulse .6s infinite ease-in-out;
  -moz-animation: pulse .6s infinite ease-in-out;
  animation: pulse .6s infinite ease-in-out;
}
form.cft-form input, form.cft-form textarea {
  width: 100%;
  border: none;
  border-radius: 0;
}
form.cft-form .field-container {
  margin-bottom: 25px;
  position: relative;
}
form.cft-form .field-container label {
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
form.cft-form .field-container.active label {
  color: #fff;
  background: #000;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 3px;
  top: -17px;
  left: 0;
}
form.cft-form textarea {
  min-height: 100px;
}

.btn, .btn-secondary,
a.btn-secondary, .btn-orange,
a.btn-orange, .btn-red2,
a.btn-red2, .btn-yellow,
a.btn-yellow, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit],
a.btn,
a.btn-secondary,
a.btn-orange,
a.btn-red2,
a.btn-yellow {
  display: inline-block;
  padding: 10px 25px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
  background-color: #992223;
}
.btn.small, .small.btn-secondary, .small.btn-orange, .small.btn-red2, .small.btn-yellow, .nf-form-content button.small, .nf-form-content input.small[type=button], .nf-form-content input.small[type=submit],
a.btn.small,
a.small.btn-secondary,
a.small.btn-orange,
a.small.btn-red2,
a.small.btn-yellow {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 24px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.btn.full, .full.btn-secondary, .full.btn-orange, .full.btn-red2, .full.btn-yellow, .nf-form-content button.full, .nf-form-content input.full[type=button], .nf-form-content input.full[type=submit],
a.btn.full,
a.full.btn-secondary,
a.full.btn-orange,
a.full.btn-red2,
a.full.btn-yellow {
  width: 100%;
}
.btn:hover, .btn-secondary:hover, .btn-orange:hover, .btn-red2:hover, .btn-yellow:hover, .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover,
a.btn:hover,
a.btn-secondary:hover,
a.btn-orange:hover,
a.btn-red2:hover,
a.btn-yellow:hover {
  background-color: #6f1919;
  color: #fff;
}
.btn:active, .btn-secondary:active, .btn-orange:active, .btn-red2:active, .btn-yellow:active, .nf-form-content button:active, .nf-form-content input[type=button]:active, .nf-form-content input[type=submit]:active,
a.btn:active,
a.btn-secondary:active,
a.btn-orange:active,
a.btn-red2:active,
a.btn-yellow:active {
  background-color: #460f10;
  color: #fff;
}
.btn[disabled], [disabled].btn-secondary, [disabled].btn-orange, [disabled].btn-red2, [disabled].btn-yellow, .nf-form-content button[disabled], .nf-form-content input[disabled][type=button], .nf-form-content input[disabled][type=submit], .btn.disabled, .disabled.btn-secondary, .disabled.btn-orange, .disabled.btn-red2, .disabled.btn-yellow, .nf-form-content button.disabled, .nf-form-content input.disabled[type=button], .nf-form-content input.disabled[type=submit],
a.btn[disabled],
a[disabled].btn-secondary,
a[disabled].btn-orange,
a[disabled].btn-red2,
a[disabled].btn-yellow,
a.btn.disabled,
a.disabled.btn-secondary,
a.disabled.btn-orange,
a.disabled.btn-red2,
a.disabled.btn-yellow {
  cursor: default;
  color: #ababab;
  background-color: #dfdfdf;
}

.ghost {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.ghost:hover {
  background: #fff;
  color: #992223;
}

.btn-secondary,
a.btn-secondary {
  background-color: #424242;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: #292929;
  color: #fff;
}
.btn-secondary:active,
a.btn-secondary:active {
  background-color: #0f0f0f;
  color: #fff;
}

.btn-orange,
a.btn-orange {
  background-color: #F28121;
}
.btn-orange:hover,
a.btn-orange:hover {
  background-color: #d4680c;
  color: #fff;
}
.btn-orange:active,
a.btn-orange:active {
  background-color: #d4680c;
  color: #fff;
}

.btn-red2,
a.btn-red2 {
  background-color: #dd3831;
}
.btn-red2:hover,
a.btn-red2:hover {
  background-color: #fe423a;
  color: #fff;
}
.btn-red2:active,
a.btn-red2:active {
  background-color: #fe423a;
  color: #fff;
}

.btn-yellow,
a.btn-yellow {
  background-color: #E1B53B;
  color: #000;
}
.btn-yellow:hover,
a.btn-yellow:hover {
  background-color: #ca9d1f;
  color: #000;
}
.btn-yellow:active,
a.btn-yellow:active {
  background-color: #ca9d1f;
  color: #000;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  border: none;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--cells-years, .datepicker--years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma,sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,left 0s .3s;
  transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,left 0s 0s;
  transition: opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
  background: #f0f0f0;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
  left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
  right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body.active {
  display: block;
}

.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--buttons, .datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}

#wpadminbar {
  opacity: .3;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translateZ(0);
  position: absolute;
  pointer-events: none;
}
#wpadminbar ul li {
  pointer-events: all;
}

.content-text *:last-child {
  margin-bottom: 0;
}
.content-text ul, .content-text ol {
  padding-left: 25px;
  margin-bottom: 25px;
}
.content-text figure {
  margin: 0 0 1.5em 0;
}

@media screen and (min-width: 850px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 849px) {
  .desktop-only {
    display: none !important;
  }
}

#wp-admin-bar-top-secondary {
  display: none;
}

html[lang="en-us"] {
  margin-top: 0 !important;
}

#wpadminbar:focus, #wpadminbar:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 50.125em) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
a {
  text-decoration: none;
  color: #992223;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover {
  color: #6f1919;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1320px;
}
.container.thin {
  max-width: 800px;
}
.container.collapse {
  padding: 0;
}
@media screen and (max-width: 849px) {
  .container {
    position: static;
  }
  .container.mobile-collapse {
    padding: 0;
  }
}
@media screen and (min-width: 850px) {
  .container {
    padding: 0 30px;
  }
}
.container.text-center {
  text-align: center;
}

.site-section {
  padding: 35px 0;
  /*
  @include at-query($min, 800px){
  	padding:60px 0;
  }
  */
}
.site-section.collapse-top {
  padding-top: 0;
}
.site-section.collapse-bottom {
  padding-bottom: 0;
}
.site-section.collapse {
  padding: 0;
}
.site-section .section-title {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  font-size: 2.8rem;
  line-height: 3.6rem;
  text-transform: uppercase;
}

main.main .ajax-loader {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
main.main .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main.main .spinner > div {
  width: 16px;
  height: 16px;
  background-color: #992223;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 5px;
}
main.main .spinner > div.spinner__item1 {
  animation-delay: -0.60s;
}
main.main .spinner > div.spinner__item2 {
  animation-delay: -0.40s;
}
main.main .spinner > div.spinner__item3 {
  animation-delay: -0.20s;
}
main.main.ajax-loading .ajax-loader {
  opacity: 1;
  visibility: visible;
}

a.menu-toggle {
  background: #992223;
  width: 46px;
  height: 46px;
  position: relative;
}
a.menu-toggle:hover {
  cursor: pointer;
}
a.menu-toggle:hover span.bars {
  background: #E1B53B;
}
a.menu-toggle:hover span.bars:before, a.menu-toggle:hover span.bars:after {
  background: #E1B53B;
}
a.menu-toggle span.bars {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 28px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.menu-toggle span.bars:before, a.menu-toggle span.bars:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 28px;
  height: 2px;
  background: #fff;
  content: "";
  display: block;
  top: -8px;
  position: absolute;
}
a.menu-toggle span.bars:after {
  top: 8px;
}
a.menu-toggle.closer {
  z-index: 998;
}
a.menu-toggle.closer span.bars {
  background: transparent;
}
a.menu-toggle.closer span.bars:before {
  top: 0;
  transform: rotate(-45deg);
}
a.menu-toggle.closer span.bars:after {
  top: 0;
  transform: rotate(45deg);
}

header.banner {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
}
header.banner:before {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  content: "";
  z-index: 997;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
}
header.banner .main-header {
  position: relative;
  height: 66px;
}
header.banner a.brand {
  position: absolute;
  left: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.banner a.brand img {
  display: block;
  width: 150px;
}
header.banner .super-header {
  width: 100%;
  height: 44px;
}
header.banner .super-header .buttons-list li {
  display: inline-block;
  width: 50%;
}
header.banner .super-header .buttons-list li a {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 850px) {
  header.banner .main-header {
    height: auto;
  }
  header.banner .main-header .social-links:not(.nav-social-links) {
    position: absolute;
    top: 50%;
    left: 30px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header.banner .main-header .social-links:not(.nav-social-links) .social-links-list i, header.banner .main-header .social-links:not(.nav-social-links) .social-links-list svg {
    font-size: 21px;
    line-height: 21px;
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
}
@media screen and (min-width: 850px) and (min-width: 1000px) {
  header.banner .main-header .social-links:not(.nav-social-links) .social-links-list li {
    display: inline-block;
  }
  header.banner .main-header .social-links:not(.nav-social-links) .social-links-list li:not(:last-of-type) {
    margin: 0 15px 0 0;
  }
}
@media screen and (min-width: 850px) {
  header.banner .main-header .social-links.nav-social-links {
    margin-top: 15px;
  }
  header.banner a.brand {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  header.banner a.brand img {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    height: auto;
    width: 200px;
    margin: auto;
    padding: 20px 0;
  }
}
@media screen and (min-width: 850px) and (min-width: 1300px) {
  header.banner a.brand img {
    width: 230px;
  }
}

.give-button {
  background: #F28121;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.give-button:after {
  content: "";
  background: transparent;
  width: 88%;
  height: 88%;
  border-radius: 50%;
  border: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.give-button .give-button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.give-button .give-button-text p {
  font-size: 12px;
  line-height: 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 850px) {
  .give-button {
    width: 90px;
    height: 90px;
    z-index: 1;
    right: 30px;
  }
  .give-button:hover {
    background: #e26f0d;
  }
  .give-button .give-button-text p {
    font-size: 16px;
    line-height: 16px;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.social-links {
  padding: 0 30px;
}
@media screen and (min-width: 850px) {
  .social-links {
    padding: 0;
  }
}

ul.social-links-list {
  list-style: none;
}
ul.social-links-list li {
  display: inline-block;
}
ul.social-links-list li:not(:last-child) {
  margin-right: 15px;
}
ul.social-links-list li i {
  font-size: 21px;
  line-height: 21px;
  font-size: 2.1rem;
  line-height: 2.1rem;
}

body.menu-open nav.nav-primary {
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
body.menu-open nav.nav-primary .menu-toggle {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
body.menu-open header.banner:before {
  opacity: 1;
  visibility: visible;
}

nav.nav-primary {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: calc(100% - 46px);
  bottom: 0;
  -webkit-box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
nav.nav-primary .search-toggle-wrap {
  padding: 13px 30px;
}
nav.nav-primary ul#menu-primary-navigation {
  list-style: none;
  max-height: calc(100vh - 90px);
  overflow: auto;
}
nav.nav-primary ul#menu-primary-navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid #DCDCDC;
}
nav.nav-primary ul#menu-primary-navigation li:first-of-type {
  border-top: 1px solid #DCDCDC;
}
nav.nav-primary ul#menu-primary-navigation li a {
  display: block;
  padding: 13px 30px;
  color: #3A3A3A;
  text-transform: uppercase;
  font-weight: 600;
}
nav.nav-primary ul#menu-primary-navigation li .sub-menu {
  display: none;
  background: #992223;
  color: #fff;
}
nav.nav-primary ul#menu-primary-navigation li .sub-menu li {
  border: none;
}
nav.nav-primary ul#menu-primary-navigation li .sub-menu li a {
  padding: 7px 30px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
nav.nav-primary ul#menu-primary-navigation li .sub-menu li a:hover {
  background: #6f1919;
}
nav.nav-primary ul#menu-primary-navigation li .sub-menu .caret {
  display: none;
}
nav.nav-primary ul#menu-primary-navigation li .sub-menu .caret .sub-menu {
  display: none;
}
nav.nav-primary ul#menu-primary-navigation li .caret {
  border: 1px solid #DCDCDC;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
nav.nav-primary ul#menu-primary-navigation li .caret:hover {
  background: #992223;
  border-color: #992223;
  color: #fff;
}
nav.nav-primary .social-links {
  padding: 30px;
  text-align: center;
}
nav.nav-primary .social-links i {
  font-size: 21px;
  line-height: 21px;
  font-size: 2.1rem;
  line-height: 2.1rem;
}
nav.nav-primary .buttons-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
nav.nav-primary .buttons-list li {
  display: block;
}
nav.nav-primary .buttons-list li a {
  display: block;
}
nav.nav-primary .menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 850px) {
  nav.nav-primary {
    width: 275px;
  }
  nav.nav-primary .social-links {
    text-align: left;
    padding: 0 30px;
  }
  nav.nav-primary .social-links li:not(:last-child) {
    margin-right: 30px;
  }
}

@keyframes hover-expand {
  0% {
    opacity: 0;
    transform: translateY(100%) rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: translateY(100%) rotateY(0deg);
  }
}
.sub-header {
  background: #992223;
  position: relative;
}
.sub-header .menu-toggle-wrap {
  display: inline-block;
}
.sub-header .menu-toggle-wrap:hover {
  cursor: pointer;
}
.sub-header .menu-toggle-wrap:hover .menu-toggle-label {
  color: #E1B53B;
}
.sub-header .menu-toggle-wrap:hover .menu-toggle span.bars {
  background: #E1B53B;
}
.sub-header .menu-toggle-wrap:hover .menu-toggle span.bars:before, .sub-header .menu-toggle-wrap:hover .menu-toggle span.bars:after {
  background: #E1B53B;
}
.sub-header .menu-toggle-wrap .menu-toggle-label {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sub-header .menu-toggle-wrap .menu-toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  margin-right: 15px;
}
@media screen and (min-width: 850px) {
  .sub-header .menu-toggle-wrap {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 30px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.sub-header a {
  text-transform: uppercase;
  display: inline-block;
}
.sub-header a.radio-control {
  border-radius: 50%;
  border: solid 3px #E1B53B;
  width: 35px;
  height: 35px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -moz-transform: translate(10px);
  -o-transform: translate(10px);
  -ms-transform: translate(10px);
  -webkit-transform: translate(10px);
  transform: translate(10px);
}
.sub-header a.radio-control i, .sub-header a.radio-control svg {
  color: #E1B53B;
  position: absolute;
  top: 50%;
  left: 57%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sub-header a.radio-control i.fa-pause, .sub-header a.radio-control svg.fa-pause {
  left: 50%;
}
.sub-header a.search-toggle i, .sub-header a.search-toggle svg {
  color: #fff;
}
.sub-header .subheader-nav {
  position: relative;
  text-align: center;
}
.sub-header #menu-subheader {
  display: inline-block;
  vertical-align: middle;
}
.sub-header #menu-subheader > li {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 11px 20px;
}
.sub-header #menu-subheader > li i {
  display: none;
}
.sub-header #menu-subheader > li > a {
  color: #fff;
}
.sub-header #menu-subheader li.dropdown {
  position: relative;
}
.sub-header #menu-subheader li.dropdown .sub-menu {
  margin-top: 10px;
  display: block;
  position: absolute;
  width: 200px;
  background: #6f1919;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.sub-header #menu-subheader li.dropdown .sub-menu:after {
  content: "";
  position: absolute;
  top: -20px;
  width: 0;
  left: 10px;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #6f1919;
}
.sub-header #menu-subheader li.dropdown .sub-menu li {
  position: relative;
  line-height: 18px;
  display: block;
  padding: 0;
  width: 100%;
  text-align: left;
}
.sub-header #menu-subheader li.dropdown .sub-menu li .sub-menu {
  background: #310b0b;
  right: auto;
  left: 100%;
  margin-top: 0;
  top: -5px;
}
.sub-header #menu-subheader li.dropdown .sub-menu li .sub-menu:after {
  top: 10px;
  width: 0;
  left: -20px;
  border-bottom-color: transparent;
  border-right-color: #310b0b;
}
.sub-header #menu-subheader li.dropdown .sub-menu li a {
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
}
.sub-header #menu-subheader li.dropdown .sub-menu li a:hover {
  color: #E1B53B;
}
.sub-header #menu-subheader li:hover a {
  color: #E1B53B;
}
.sub-header #menu-subheader li:hover.dropdown > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sub-header .buttons-list {
  list-style-type: none;
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 850px) {
  .sub-header .buttons-list {
    right: 30px;
  }
}
.sub-header .buttons-list a.btn, .sub-header .buttons-list a.btn-secondary, .sub-header .buttons-list a.btn-orange, .sub-header .buttons-list a.btn-red2, .sub-header .buttons-list a.btn-yellow {
  padding: 0;
}
.sub-header .buttons-list a.btn:hover, .sub-header .buttons-list a.btn-secondary:hover, .sub-header .buttons-list a.btn-orange:hover, .sub-header .buttons-list a.btn-red2:hover, .sub-header .buttons-list a.btn-yellow:hover {
  color: #E1B53B;
  background: #992223;
}

.wrap {
  padding-top: 108px;
  padding-bottom: 66px;
}
@media screen and (min-width: 600px) {
  .wrap {
    padding-bottom: 84px;
  }
}
@media screen and (min-width: 850px) {
  .wrap {
    padding-top: 131px;
  }
}
@media screen and (min-width: 1300px) {
  .wrap {
    padding-top: 139px;
  }
}

.cft-g.features-grid {
  margin-bottom: -30px;
}
.cft-g.features-grid > .cft-gi {
  margin-bottom: 30px;
}
@media screen and (min-width: 550px) {
  .cft-g.features-grid > .cft-gi {
    width: 33.3333%;
  }
  .cft-g.features-grid > .cft-gi:nth-child(1), .cft-g.features-grid > .cft-gi:nth-child(2) {
    width: 50%;
  }
}

.cft-g.features-grid-2 {
  margin-bottom: -30px;
}
.cft-g.features-grid-2 > .cft-gi {
  margin-bottom: 30px;
}
@media screen and (min-width: 550px) {
  .cft-g.features-grid-2 > .cft-gi {
    width: 33.3333%;
  }
}

@media screen and (min-width: 550px) {
  .featured-category-grid > .cft-gi {
    width: 33.3333%;
  }
}

.cft-g.archive-grid {
  margin-bottom: -30px;
}
.cft-g.archive-grid > .cft-gi {
  margin-bottom: 30px;
}
@media screen and (min-width: 650px) {
  .cft-g.archive-grid > .cft-gi {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .cft-g.archive-grid > .cft-gi {
    width: 33.333%;
  }
}

.content-item-link {
  display: block;
  width: 100%;
  position: relative;
}
.content-item-link .background-image {
  width: 100%;
  padding-bottom: 55%;
  margin-bottom: 10px;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.content-item-link .background-image.square {
  padding-bottom: 100%;
}
.content-item-link .background-image.letterbox {
  padding-bottom: 38.59649%;
}
.content-item-link:hover .background-image {
  opacity: .8;
}
.content-item-link .link-title {
  line-height: 20px;
  position: relative;
}

.category-tag {
  background: #992223;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
  max-width: calc(100% - 10px);
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  border-radius: 40px;
  z-index: 2;
}

@media screen and (min-width: 800px) {
  .cft-g.list-item-grid > .cft-gi {
    width: 50%;
  }
}

@media screen and (min-width: 800px) {
  .page-template-template-podcasts-landing-page .cft-g.list-item-grid > .cft-gi:first-of-type {
    width: 30%;
  }
  .page-template-template-podcasts-landing-page .cft-g.list-item-grid > .cft-gi:last-of-type {
    width: 70%;
  }
}

.list-item-image {
  display: block;
  position: relative;
}
.list-item-image .background-image {
  width: 100%;
  padding-bottom: 55%;
}

.category-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 600;
}

.content-list-item {
  display: block;
  margin-bottom: 30px;
}
.content-list-item .item-title {
  display: block;
  margin-bottom: 15px;
}
.content-list-item .category-link {
  display: block;
  margin-bottom: 15px;
}

.faqs {
  margin: 30px 0;
}

.expander-wrap {
  border-bottom: 1px solid #DCDCDC;
}
.expander-wrap:first-child {
  border-top: 1px solid #DCDCDC;
}
.expander-wrap .expander-head {
  padding: 10px;
  position: relative;
  font-weight: 600;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.expander-wrap .expander-head h3 {
  font-size: 22px;
  line-height: 28px;
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin: 0;
}
.expander-wrap .expander-head span.fal {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 25px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.expander-wrap .expander-head:hover {
  background: #992223;
}
.expander-wrap .expander-head:hover a {
  color: #fff;
}
.expander-wrap.active .expander-head {
  background: #992223;
}
.expander-wrap.active .expander-head a {
  color: #fff;
}
.expander-wrap .expander-body {
  display: none;
}

.faq-answer {
  background: #E1E8E9;
  padding: 10px;
}

.song-data {
  vertical-align: middle;
  font-size: 12px;
  line-height: 15px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  position: relative;
  padding: 10px 0;
}
.song-data.has-image {
  padding-left: 55px;
}
.song-data .album-cover {
  display: block;
  width: 46px;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.folkalley-player .song-data {
  padding: 0;
  display: inline-block;
  width: calc(100% - 150px);
  max-width: 300px;
}
.folkalley-player .song-data .album-cover {
  display: none;
}
.song-data span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.song-data span.stream-name {
  text-transform: uppercase;
  font-weight: 600;
}
.song-data span.artist-name {
  font-style: italic;
}
@media screen and (min-width: 600px) {
  .folkalley-player .song-data.has-image {
    padding-left: 75px;
  }
  .folkalley-player .song-data .album-cover {
    display: block;
    width: 64px;
  }
  .folkalley-player .song-data .stream-name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .folkalley-player .song-data .song-title, .folkalley-player .song-data .artist-name {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (min-width: 650px) {
  .folkalley-player .song-data {
    padding: 0;
    margin-right: 15px;
    width: auto;
    max-width: 300px;
  }
}

.playlist-song-list {
  list-style: none;
}
.playlist-song-list .playlist-item-data {
  border-top: none;
  border-bottom: 1px solid #DCDCDC;
}

.playlist-item-data {
  display: block;
  border-top: 1px solid #fff;
}

.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2A2A2A;
  color: #fff;
  z-index: 999;
}
.site-footer .footer-wrap {
  padding: 10px 0;
  background: #2A2A2A;
  position: relative;
  z-index: 10;
}
.site-footer .radio-control {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.site-footer .change-stream-button {
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 17px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  width: 75px;
  white-space: normal;
  padding: 5px;
}
.site-footer .change-stream-button i {
  display: none;
}
@media screen and (min-width: 600px) {
  .site-footer .change-stream-button {
    width: auto;
    padding: 10px;
  }
  .site-footer .change-stream-button i {
    display: inline-block;
    margin-right: 5px;
  }
}
.site-footer .playlist-button {
  display: none;
}
@media screen and (min-width: 850px) {
  .site-footer .playlist-button {
    padding: 5px 15px;
    display: inline-block;
  }
}
.site-footer .stream-changer {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 300ms ease;
  -moz-transition: transform 300ms ease;
  -ms-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
}
.site-footer .stream-changer.active {
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  pointer-events: all;
}
.site-footer .stream-changer .stream-changer-list {
  padding-top: 15px;
  list-style: none;
  column-count: 2;
  margin: 0;
}
.site-footer .stream-changer .stream-changer-list .nowplaying-data {
  display: none;
}
.site-footer .stream-changer .stream-changer-list .playlist-data {
  display: none;
}
.site-footer .stream-changer .stream-changer-list .stream-name {
  display: none;
}
.site-footer .stream-changer .stream-changer-list li {
  padding-bottom: 15px;
  break-inside: avoid;
}
.site-footer .stream-changer .stream-changer-list li a.select-stream {
  position: relative;
}
.site-footer .stream-changer .stream-changer-list li a.select-stream:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 5px solid #E1B53B;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.site-footer .stream-changer .stream-changer-list li .song-data {
  display: none;
}
.site-footer .stream-changer .stream-changer-list li .nowplaying-data .stream-now-playing {
  display: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #E1B53B;
}
.site-footer .stream-changer .stream-changer-list li .nowplaying-data .play-stream {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.site-footer .stream-changer .stream-changer-list li .nowplaying-data .play-stream:hover {
  color: #E1B53B;
}
.site-footer .stream-changer .stream-changer-list li.active a.select-stream:before {
  opacity: 1;
}
.site-footer .stream-changer .stream-changer-list li.active .nowplaying-data .stream-now-playing {
  display: block;
}
.site-footer .stream-changer .stream-changer-list li.active .nowplaying-data .play-stream {
  display: none;
}
@media screen and (min-width: 650px) {
  .site-footer .stream-changer .stream-changer-list {
    column-count: 4;
  }
  .site-footer .stream-changer .stream-changer-list.three-col {
    column-count: 3;
  }
  .site-footer .stream-changer .stream-changer-list.five-col {
    column-count: 5;
  }
  .site-footer .stream-changer .stream-changer-list .nowplaying-data {
    display: block;
  }
  .site-footer .stream-changer .stream-changer-list .playlist-data {
    display: block;
  }
  .site-footer .stream-changer .stream-changer-list li .song-data {
    display: block;
  }
  .site-footer .stream-changer .stream-changer-list li a.select-stream {
    display: block;
    margin-bottom: 10px;
  }
}

button.radio-control {
  background: #E1B53B;
  color: #2A2A2A;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  position: relative;
}
button.radio-control i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  button.radio-control {
    width: 64px;
    height: 64px;
  }
  button.radio-control i {
    font-size: 23px;
    line-height: 64px;
    font-size: 2.3rem;
    line-height: 6.4rem;
  }
}

.sharing-links {
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
}
.sharing-links li {
  display: inline-block;
}
.sharing-links li:not(:last-child) {
  margin-right: 7px;
}
.sharing-links li a {
  font-size: 18px;
}

@media screen and (max-width: 699px) {
  .cft-g.post-content-grid .cft-gi.sidebar, .cft-g.playlist-content-grid .cft-gi.sidebar {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .cft-g.post-content-grid, .cft-g.playlist-content-grid {
    direction: rtl;
    margin-left: -35px;
  }
  .cft-g.post-content-grid > .cft-gi, .cft-g.playlist-content-grid > .cft-gi {
    direction: ltr;
    width: calc(100% - 200px);
    padding-left: 35px;
  }
  .cft-g.post-content-grid > .cft-gi.sidebar, .cft-g.playlist-content-grid > .cft-gi.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    width: 200px;
  }
}

.playlists-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.playlists-nav li:not(:last-child) {
  margin-bottom: 5px;
}
.playlists-nav li a {
  display: block;
  opacity: .33;
}
.playlists-nav li a.active, .playlists-nav li a:hover {
  opacity: 1;
}

.datepicker-element-wrap {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  height: auto;
}
.datepicker-element-wrap.active {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
}

.play-playlist-stream {
  margin-bottom: 10px;
}
@media screen and (min-width: 650px) {
  .play-playlist-stream {
    float: right;
  }
}

.datepicker--day-name {
  color: #E1B53B;
}

.datepicker--cell.-current- {
  color: #992223;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current-, .datepicker--cell.-selected-.-focus- {
  background: #992223;
}

@media screen and (min-width: 520px) {
  .cft-g.staff-content-grid > .cft-gi {
    width: calc(100% - 100px);
  }
  .cft-g.staff-content-grid > .cft-gi.sidebar {
    width: 100px;
  }
}
@media screen and (min-width: 800px) {
  .cft-g.staff-content-grid {
    margin-left: -35px;
  }
  .cft-g.staff-content-grid > .cft-gi {
    padding-left: 35px;
    width: calc(100% - 200px);
  }
  .cft-g.staff-content-grid > .cft-gi.sidebar {
    width: 200px;
  }
}

.datepicker-element {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.datepicker-element.loading {
  opacity: .5;
  pointer-events: none !important;
}
.datepicker-element.loading * {
  pointer-events: none !important;
}

.staff-content .wp-post-image {
  width: 100%;
}

.sidebar-wrap {
  margin-bottom: 30px;
}

.sidebar-block {
  padding: 12px;
  border: 1px solid #DCDCDC;
}

.sidebar-block-section:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar-block {
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.sidebar-block .h4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.support-box {
  padding: 20px;
  background: #E1E8E9;
}
.support-box .box-header {
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #585858;
}

.fa-promo, .support-box {
  display: block;
}
.fa-promo:not(:last-child), .support-box:not(:last-child) {
  margin-bottom: 35px;
}

.cft-g.page-body-grid > .cft-gi:first-of-type {
  margin-bottom: 30px;
}
@media screen and (min-width: 950px) {
  .cft-g.page-body-grid {
    margin-left: -35px;
  }
  .cft-g.page-body-grid > .cft-gi {
    width: calc(100% - 336px);
    padding-left: 35px;
  }
  .cft-g.page-body-grid > .cft-gi:first-of-type {
    margin-bottom: 0;
  }
  .cft-g.page-body-grid > .cft-gi.article-promos {
    width: 336px;
  }
}

.article-header {
  margin-bottom: 20px;
}
.article-header .category-link {
  text-transform: uppercase;
}
.article-header time {
  color: #7F7F7F;
}
.article-header h1, .article-header .h1 {
  font-size: 33px;
  line-height: 39px;
  font-size: 3.3rem;
  line-height: 3.9rem;
  font-weight: 400;
}

.homepage-banner-promo-link {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}

.homepage-supporters-grid-wrap {
  max-width: 800px;
  display: block;
  margin: auto;
}

@media screen and (min-width: 650px) {
  .homepage-supporters-grid > .cft-gi {
    width: 33.333%;
  }
}

.google-promo-wrap {
  display: block;
  margin: auto;
}

.homepage-callouts-grid {
  margin-bottom: -30px;
}
.homepage-callouts-grid > .cft-gi {
  margin-bottom: 30px;
}
@media screen and (min-width: 650px) {
  .homepage-callouts-grid > .cft-gi {
    width: 33.333%;
  }
}

.cft-g.staff-grid {
  margin-bottom: -30px;
}
.cft-g.staff-grid > .cft-gi {
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .cft-g.staff-grid > .cft-gi {
    width: 25%;
  }
}
@media screen and (min-width: 900px) {
  .cft-g.staff-grid {
    margin-left: -60px;
  }
  .cft-g.staff-grid > .cft-gi {
    padding-left: 60px;
  }
}

.staff-member > a {
  display: block;
}
.staff-member img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.staff-name, .staff-title {
  display: block;
}

.staff-title {
  color: #7F7F7F;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  text-transform: none;
}

.cft-g.author-content-grid {
  margin-bottom: -30px;
}
.cft-g.author-content-grid > .cft-gi {
  margin-bottom: 30px;
}
@media screen and (min-width: 550px) {
  .cft-g.author-content-grid > .cft-gi {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .cft-g.author-content-grid > .cft-gi {
    width: 33.3333%;
  }
}

header.page-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
  text-transform: uppercase;
}

.site-search {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(153, 34, 35, 0.9);
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.site-search.active {
  opacity: 1;
  visibility: visible;
}
.site-search.active .site-search-form-wrap {
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.site-search .site-search-form-wrap {
  margin-top: 60px;
  opacity: 0;
  -moz-transform: translateY(60px);
  -o-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  position: relative;
}
.site-search .site-search-form-wrap h3 {
  color: #fff;
}
.site-search .site-search-form-wrap #main-search {
  position: relative;
}
.site-search .site-search-form-wrap .search-closer {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 30px;
}
.site-search .site-search-form-wrap input {
  width: 100%;
  padding-right: 60px;
}
.site-search .site-search-form-wrap button {
  position: absolute;
  right: 5px;
  top: 5px;
  background: transparent;
  border: none;
  color: #992223;
}

.cft-pagination {
  border-top: 1px solid #DCDCDC;
  padding-top: 25px;
  margin-top: 25px;
  text-align: center;
  width: 100%;
}
.cft-pagination ul {
  list-style: none;
}
.cft-pagination ul li {
  display: inline-block;
  vertical-align: middle;
}
.cft-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.cft-pagination ul li a {
  color: #3A3A3A;
}
.cft-pagination ul li a:hover {
  color: #992223;
}
.cft-pagination ul li.active a {
  pointer-events: none;
  padding: 3px;
  width: 30px;
  height: 25px;
  text-align: center;
  background: #992223;
  color: #fff;
  display: block;
  line-height: 19px;
}

.search-results article:not(:last-child) {
  margin-bottom: 45px;
}
.search-results article .entry-title {
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
}

.search-results-text {
  text-transform: none;
  font-style: italic;
  font-size: 25px;
}

.mobile-post-meta, .mobile-post-tags {
  margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .mobile-post-meta, .mobile-post-tags {
    display: none !important;
  }
}

.mobile-post-meta:after {
  content: "";
  position: relative;
  display: block;
  clear: both;
}
.mobile-post-meta span.h4 {
  margin-bottom: 0;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.mobile-post-meta .post-sharing .sharing-links {
  margin-top: 0;
  vertical-align: middle;
  display: inline-block;
  width: auto;
}
.mobile-post-meta .post-author {
  margin-bottom: 10px;
}
.mobile-post-meta .post-author a {
  vertical-align: middle;
  display: inline-block;
}
@media screen and (min-width: 400px) {
  .mobile-post-meta .post-sharing {
    float: right;
  }
  .mobile-post-meta .post-author {
    float: left;
    margin: 0;
  }
}

.nf-response-msg {
  font-weight: 600;
  font-size: 20px;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  background: #992223 !important;
  height: auto !important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
  color: #fff !important;
  background: #6f1919 !important;
}

.spinner {
  margin: 100px auto 0;
  width: 100px;
  text-align: center;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay .overlay-content-wrap {
  max-width: 600px;
  width: 80%;
  display: block;
  margin: auto;
  top: 50%;
  position: absolute;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.overlay .overlay-content-wrap img {
  width: 100%;
}
.overlay .scroll-container {
  max-height: 80vh;
  overflow: auto;
}
.overlay .overlay-closer {
  color: #fff;
  position: absolute;
  font-size: 45px;
  right: -40px;
  top: -50px;
}
@media screen and (min-width: 700px) {
  .overlay .overlay-closer {
    right: -30px;
    top: -60px;
  }
}

.cta-wrap {
  margin: 30px 0;
}
.cta-wrap img {
  margin: auto;
}

.featured-category {
  margin-bottom: 30px;
}

.page-footer {
  background: #992223;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
@media screen and (min-width: 1050px) {
  .page-footer {
    text-align: left;
  }
}
.page-footer .copyright {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

ul#menu-footer-navigation {
  margin-bottom: 10px;
  list-style: none;
}
@media screen and (min-width: 1050px) {
  ul#menu-footer-navigation {
    margin-bottom: 0;
  }
}
ul#menu-footer-navigation li {
  display: inline-block;
}
ul#menu-footer-navigation li a {
  text-transform: uppercase;
  color: #fff;
}
ul#menu-footer-navigation li:not(:last-child) {
  position: relative;
  margin-right: 15px;
}
ul#menu-footer-navigation li:not(:last-child):after {
  content: '|';
  position: absolute;
  right: -12px;
  top: -1px;
  color: #fff;
}

.featured-media {
  display: block;
  margin-bottom: 15px;
}
.featured-media audio {
  margin-top: 30px;
}

.wp-caption-text {
  font-style: italic;
  text-align: left;
}

.sessions-content {
  margin-top: 45px;
}
.sessions-content .sessions-content-item-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #DCDCDC;
}
.sessions-content .sessions-content-item:not(:last-child) {
  margin-bottom: 30px;
}
.sessions-content .sessions-content-item .video-wrap, .sessions-content .sessions-content-item .audio-wrap {
  margin-bottom: 10px;
}

.category-title a {
  color: #3A3A3A;
}

.category-title a:hover {
  text-decoration: none;
  color: #992223;
}

.cft-g.visual-links-grid > .cft-gi {
  margin-bottom: 30px;
}
.cft-g.visual-links-grid > .cft-gi:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .cft-g.visual-links-grid.two > .cft-gi {
    width: 50%;
    vertical-align: top;
  }
  .cft-g.visual-links-grid.three > .cft-gi {
    width: 33.3333%;
    vertical-align: top;
  }
}

.nf-form-content {
  padding: 0 !important;
}
.nf-form-content .nf-field-container {
  margin-bottom: 20px !important;
}

.playlist-wrap {
  margin-top: 30px;
}

.sidebar-ad-wrap .sidebar-ad {
  display: block;
}
.sidebar-ad-wrap .sidebar-ad.hidden {
  display: none;
}

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