/**
 * Theme Name:  Steadfast
 * Theme URI:   https://themebright.com/go/steadfast/
 * Author:      ThemeBright
 * Author URI:  https://themebright.com/
 * Description: A customizable, one-column Church theme with large header images and attractive content layouts.
 * Version:     1.1.3
 * License URI: https://themebright.com/
 * Tags:        one-column, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 * Text Domain: steadfast
 */
.cf:after {
  display: table;
  clear: both;
  content: '';
}
/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  font: 16px Lato, sans-serif;
  color: #8e8e93;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
.button,
button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 10px 20px;
  border: none;
  border-radius: 100px;
  background-color: #007aff;
  font-size: 16px;
  line-height: 20px;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  color: white;
  cursor: pointer;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: .9;
}
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25);
}
.button.button--alt {
  background-color: #8e8e93;
}
.button.button--alt:hover {
  opacity: .9;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 10px;
  border: solid 1px #e9e9e9;
  border-radius: 2px;
  background-color: white;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c7c7c9;
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c7c7c9;
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c7c7c9;
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
  color: #c7c7c9;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #d2d2d2;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  height: 40px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
textarea {
  resize: vertical;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 10px;
  border: solid 1px #e9e9e9;
  border-radius: 2px;
  background: white url('assets/img/select-arrow.svg') right / 40px no-repeat;
  cursor: pointer;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px !important;
  padding-left: 20px !important;
  max-width: 1200px;
}
.container:after {
  display: table;
  clear: both;
  content: '';
}
.row {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.row:after {
  display: table;
  clear: both;
  content: '';
}
.col {
  position: relative;
  float: left;
  padding-right: 20px !important;
  padding-left: 20px !important;
  min-height: 1px;
}
.col--centered {
  float: none;
  margin-right: auto !important;
  margin-left: auto !important;
}
.col--xs--1 {
  width: 8.333333333333332%;
}
.col--xs--2 {
  width: 16.666666666666664%;
}
.col--xs--3 {
  width: 25%;
}
.col--xs--4 {
  width: 33.33333333333333%;
}
.col--xs--5 {
  width: 41.66666666666667%;
}
.col--xs--6 {
  width: 50%;
}
.col--xs--7 {
  width: 58.333333333333336%;
}
.col--xs--8 {
  width: 66.66666666666666%;
}
.col--xs--9 {
  width: 75%;
}
.col--xs--10 {
  width: 83.33333333333334%;
}
.col--xs--11 {
  width: 91.66666666666666%;
}
.col--xs--12 {
  width: 100%;
}
.col--xs--pull--0 {
  right: 0;
}
.col--xs--pull--1 {
  right: 8.333333333333332%;
}
.col--xs--pull--2 {
  right: 16.666666666666664%;
}
.col--xs--pull--3 {
  right: 25%;
}
.col--xs--pull--4 {
  right: 33.33333333333333%;
}
.col--xs--pull--5 {
  right: 41.66666666666667%;
}
.col--xs--pull--6 {
  right: 50%;
}
.col--xs--pull--7 {
  right: 58.333333333333336%;
}
.col--xs--pull--8 {
  right: 66.66666666666666%;
}
.col--xs--pull--9 {
  right: 75%;
}
.col--xs--pull--10 {
  right: 83.33333333333334%;
}
.col--xs--pull--11 {
  right: 91.66666666666666%;
}
.col--xs--pull--12 {
  right: 100%;
}
.col--xs--push--0 {
  left: 0;
}
.col--xs--push--1 {
  left: 8.333333333333332%;
}
.col--xs--push--2 {
  left: 16.666666666666664%;
}
.col--xs--push--3 {
  left: 25%;
}
.col--xs--push--4 {
  left: 33.33333333333333%;
}
.col--xs--push--5 {
  left: 41.66666666666667%;
}
.col--xs--push--6 {
  left: 50%;
}
.col--xs--push--7 {
  left: 58.333333333333336%;
}
.col--xs--push--8 {
  left: 66.66666666666666%;
}
.col--xs--push--9 {
  left: 75%;
}
.col--xs--push--10 {
  left: 83.33333333333334%;
}
.col--xs--push--11 {
  left: 91.66666666666666%;
}
.col--xs--push--12 {
  left: 100%;
}
.col--xs--offset--0 {
  margin-left: 0;
}
.col--xs--offset--1 {
  margin-left: 8.333333333333332%;
}
.col--xs--offset--2 {
  margin-left: 16.666666666666664%;
}
.col--xs--offset--3 {
  margin-left: 25%;
}
.col--xs--offset--4 {
  margin-left: 33.33333333333333%;
}
.col--xs--offset--5 {
  margin-left: 41.66666666666667%;
}
.col--xs--offset--6 {
  margin-left: 50%;
}
.col--xs--offset--7 {
  margin-left: 58.333333333333336%;
}
.col--xs--offset--8 {
  margin-left: 66.66666666666666%;
}
.col--xs--offset--9 {
  margin-left: 75%;
}
.col--xs--offset--10 {
  margin-left: 83.33333333333334%;
}
.col--xs--offset--11 {
  margin-left: 91.66666666666666%;
}
.col--xs--offset--12 {
  margin-left: 100%;
}
@media (min-width: 480px) {
  .col--sm--1 {
    width: 8.333333333333332%;
  }
  .col--sm--2 {
    width: 16.666666666666664%;
  }
  .col--sm--3 {
    width: 25%;
  }
  .col--sm--4 {
    width: 33.33333333333333%;
  }
  .col--sm--5 {
    width: 41.66666666666667%;
  }
  .col--sm--6 {
    width: 50%;
  }
  .col--sm--7 {
    width: 58.333333333333336%;
  }
  .col--sm--8 {
    width: 66.66666666666666%;
  }
  .col--sm--9 {
    width: 75%;
  }
  .col--sm--10 {
    width: 83.33333333333334%;
  }
  .col--sm--11 {
    width: 91.66666666666666%;
  }
  .col--sm--12 {
    width: 100%;
  }
  .col--sm--pull--0 {
    right: 0;
  }
  .col--sm--pull--1 {
    right: 8.333333333333332%;
  }
  .col--sm--pull--2 {
    right: 16.666666666666664%;
  }
  .col--sm--pull--3 {
    right: 25%;
  }
  .col--sm--pull--4 {
    right: 33.33333333333333%;
  }
  .col--sm--pull--5 {
    right: 41.66666666666667%;
  }
  .col--sm--pull--6 {
    right: 50%;
  }
  .col--sm--pull--7 {
    right: 58.333333333333336%;
  }
  .col--sm--pull--8 {
    right: 66.66666666666666%;
  }
  .col--sm--pull--9 {
    right: 75%;
  }
  .col--sm--pull--10 {
    right: 83.33333333333334%;
  }
  .col--sm--pull--11 {
    right: 91.66666666666666%;
  }
  .col--sm--pull--12 {
    right: 100%;
  }
  .col--sm--push--0 {
    left: 0;
  }
  .col--sm--push--1 {
    left: 8.333333333333332%;
  }
  .col--sm--push--2 {
    left: 16.666666666666664%;
  }
  .col--sm--push--3 {
    left: 25%;
  }
  .col--sm--push--4 {
    left: 33.33333333333333%;
  }
  .col--sm--push--5 {
    left: 41.66666666666667%;
  }
  .col--sm--push--6 {
    left: 50%;
  }
  .col--sm--push--7 {
    left: 58.333333333333336%;
  }
  .col--sm--push--8 {
    left: 66.66666666666666%;
  }
  .col--sm--push--9 {
    left: 75%;
  }
  .col--sm--push--10 {
    left: 83.33333333333334%;
  }
  .col--sm--push--11 {
    left: 91.66666666666666%;
  }
  .col--sm--push--12 {
    left: 100%;
  }
  .col--sm--offset--0 {
    margin-left: 0;
  }
  .col--sm--offset--1 {
    margin-left: 8.333333333333332%;
  }
  .col--sm--offset--2 {
    margin-left: 16.666666666666664%;
  }
  .col--sm--offset--3 {
    margin-left: 25%;
  }
  .col--sm--offset--4 {
    margin-left: 33.33333333333333%;
  }
  .col--sm--offset--5 {
    margin-left: 41.66666666666667%;
  }
  .col--sm--offset--6 {
    margin-left: 50%;
  }
  .col--sm--offset--7 {
    margin-left: 58.333333333333336%;
  }
  .col--sm--offset--8 {
    margin-left: 66.66666666666666%;
  }
  .col--sm--offset--9 {
    margin-left: 75%;
  }
  .col--sm--offset--10 {
    margin-left: 83.33333333333334%;
  }
  .col--sm--offset--11 {
    margin-left: 91.66666666666666%;
  }
  .col--sm--offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 780px) {
  .col--md--1 {
    width: 8.333333333333332%;
  }
  .col--md--2 {
    width: 16.666666666666664%;
  }
  .col--md--3 {
    width: 25%;
  }
  .col--md--4 {
    width: 33.33333333333333%;
  }
  .col--md--5 {
    width: 41.66666666666667%;
  }
  .col--md--6 {
    width: 50%;
  }
  .col--md--7 {
    width: 58.333333333333336%;
  }
  .col--md--8 {
    width: 66.66666666666666%;
  }
  .col--md--9 {
    width: 75%;
  }
  .col--md--10 {
    width: 83.33333333333334%;
  }
  .col--md--11 {
    width: 91.66666666666666%;
  }
  .col--md--12 {
    width: 100%;
  }
  .col--md--pull--0 {
    right: 0;
  }
  .col--md--pull--1 {
    right: 8.333333333333332%;
  }
  .col--md--pull--2 {
    right: 16.666666666666664%;
  }
  .col--md--pull--3 {
    right: 25%;
  }
  .col--md--pull--4 {
    right: 33.33333333333333%;
  }
  .col--md--pull--5 {
    right: 41.66666666666667%;
  }
  .col--md--pull--6 {
    right: 50%;
  }
  .col--md--pull--7 {
    right: 58.333333333333336%;
  }
  .col--md--pull--8 {
    right: 66.66666666666666%;
  }
  .col--md--pull--9 {
    right: 75%;
  }
  .col--md--pull--10 {
    right: 83.33333333333334%;
  }
  .col--md--pull--11 {
    right: 91.66666666666666%;
  }
  .col--md--pull--12 {
    right: 100%;
  }
  .col--md--push--0 {
    left: 0;
  }
  .col--md--push--1 {
    left: 8.333333333333332%;
  }
  .col--md--push--2 {
    left: 16.666666666666664%;
  }
  .col--md--push--3 {
    left: 25%;
  }
  .col--md--push--4 {
    left: 33.33333333333333%;
  }
  .col--md--push--5 {
    left: 41.66666666666667%;
  }
  .col--md--push--6 {
    left: 50%;
  }
  .col--md--push--7 {
    left: 58.333333333333336%;
  }
  .col--md--push--8 {
    left: 66.66666666666666%;
  }
  .col--md--push--9 {
    left: 75%;
  }
  .col--md--push--10 {
    left: 83.33333333333334%;
  }
  .col--md--push--11 {
    left: 91.66666666666666%;
  }
  .col--md--push--12 {
    left: 100%;
  }
  .col--md--offset--0 {
    margin-left: 0;
  }
  .col--md--offset--1 {
    margin-left: 8.333333333333332%;
  }
  .col--md--offset--2 {
    margin-left: 16.666666666666664%;
  }
  .col--md--offset--3 {
    margin-left: 25%;
  }
  .col--md--offset--4 {
    margin-left: 33.33333333333333%;
  }
  .col--md--offset--5 {
    margin-left: 41.66666666666667%;
  }
  .col--md--offset--6 {
    margin-left: 50%;
  }
  .col--md--offset--7 {
    margin-left: 58.333333333333336%;
  }
  .col--md--offset--8 {
    margin-left: 66.66666666666666%;
  }
  .col--md--offset--9 {
    margin-left: 75%;
  }
  .col--md--offset--10 {
    margin-left: 83.33333333333334%;
  }
  .col--md--offset--11 {
    margin-left: 91.66666666666666%;
  }
  .col--md--offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 1080px) {
  .col--lg--1 {
    width: 8.333333333333332%;
  }
  .col--lg--2 {
    width: 16.666666666666664%;
  }
  .col--lg--3 {
    width: 25%;
  }
  .col--lg--4 {
    width: 33.33333333333333%;
  }
  .col--lg--5 {
    width: 41.66666666666667%;
  }
  .col--lg--6 {
    width: 50%;
  }
  .col--lg--7 {
    width: 58.333333333333336%;
  }
  .col--lg--8 {
    width: 66.66666666666666%;
  }
  .col--lg--9 {
    width: 75%;
  }
  .col--lg--10 {
    width: 83.33333333333334%;
  }
  .col--lg--11 {
    width: 91.66666666666666%;
  }
  .col--lg--12 {
    width: 100%;
  }
  .col--lg--pull--0 {
    right: 0;
  }
  .col--lg--pull--1 {
    right: 8.333333333333332%;
  }
  .col--lg--pull--2 {
    right: 16.666666666666664%;
  }
  .col--lg--pull--3 {
    right: 25%;
  }
  .col--lg--pull--4 {
    right: 33.33333333333333%;
  }
  .col--lg--pull--5 {
    right: 41.66666666666667%;
  }
  .col--lg--pull--6 {
    right: 50%;
  }
  .col--lg--pull--7 {
    right: 58.333333333333336%;
  }
  .col--lg--pull--8 {
    right: 66.66666666666666%;
  }
  .col--lg--pull--9 {
    right: 75%;
  }
  .col--lg--pull--10 {
    right: 83.33333333333334%;
  }
  .col--lg--pull--11 {
    right: 91.66666666666666%;
  }
  .col--lg--pull--12 {
    right: 100%;
  }
  .col--lg--push--0 {
    left: 0;
  }
  .col--lg--push--1 {
    left: 8.333333333333332%;
  }
  .col--lg--push--2 {
    left: 16.666666666666664%;
  }
  .col--lg--push--3 {
    left: 25%;
  }
  .col--lg--push--4 {
    left: 33.33333333333333%;
  }
  .col--lg--push--5 {
    left: 41.66666666666667%;
  }
  .col--lg--push--6 {
    left: 50%;
  }
  .col--lg--push--7 {
    left: 58.333333333333336%;
  }
  .col--lg--push--8 {
    left: 66.66666666666666%;
  }
  .col--lg--push--9 {
    left: 75%;
  }
  .col--lg--push--10 {
    left: 83.33333333333334%;
  }
  .col--lg--push--11 {
    left: 91.66666666666666%;
  }
  .col--lg--push--12 {
    left: 100%;
  }
  .col--lg--offset--0 {
    margin-left: 0;
  }
  .col--lg--offset--1 {
    margin-left: 8.333333333333332%;
  }
  .col--lg--offset--2 {
    margin-left: 16.666666666666664%;
  }
  .col--lg--offset--3 {
    margin-left: 25%;
  }
  .col--lg--offset--4 {
    margin-left: 33.33333333333333%;
  }
  .col--lg--offset--5 {
    margin-left: 41.66666666666667%;
  }
  .col--lg--offset--6 {
    margin-left: 50%;
  }
  .col--lg--offset--7 {
    margin-left: 58.333333333333336%;
  }
  .col--lg--offset--8 {
    margin-left: 66.66666666666666%;
  }
  .col--lg--offset--9 {
    margin-left: 75%;
  }
  .col--lg--offset--10 {
    margin-left: 83.33333333333334%;
  }
  .col--lg--offset--11 {
    margin-left: 91.66666666666666%;
  }
  .col--lg--offset--12 {
    margin-left: 100%;
  }
}
img,
svg,
audio,
video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
svg {
  fill: currentcolor;
}
body {
  font: 16px/1.5 Lato, sans-serif;
  color: #8e8e93;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  text-rendering: optimizelegibility;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #007aff;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  text-transform: uppercase;
  letter-spacing: .1em;
}
h6 {
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: .1em;
}
pre {
  padding: 1em;
  background: white;
  border: solid 1px #e9e9e9;
  border-radius: 2px;
  font-size: 14px;
  font-family: monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}
blockquote {
  font-style: italic;
}
dt {
  font-weight: bold;
}
a {
  color: #007aff;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
code,
var,
kbd,
tt {
  font: 14px monospace;
  background: #e9e9e9;
  padding: 1px 3px 2px;
  border-radius: 2px;
}
abbr,
acronym {
  border-bottom: dotted 1px #e9e9e9;
}
hr {
  border: solid #e9e9e9;
  border-width: 1px 0 0;
}
@media (min-width: 780px) {
  body {
    font-size: 18px;
  }
}
.screen {
  overflow-x: hidden;
  background: #eee;
}
@media (min-width: 480px) {
  .screen:not(.steadfast-full-width) {
    padding-right: 3%;
    padding-left: 3%;
  }
}
.section {
  position: relative;
}
.section--sm {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section--md {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section--lg {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section--xl {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section--bordered {
  border-top: solid 1px #e9e9e9;
}
.section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .4;
}
@media (min-width: 780px) {
  .section--sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section--md {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section--lg {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .section--xl {
    padding-top: 240px;
    padding-bottom: 240px;
  }
}
.wrap {
  min-height: 100vh;
  background: white;
}
.screen:not(.steadfast-full-width) .wrap {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .screen:not(.steadfast-full-width) .wrap {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  }
  .screen:not(.steadfast-full-width) .wrap > * {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.alert {
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  border-radius: 2px;
}
.alert--success {
  background: #4cd964;
}
.alert--error {
  background: #ff2d55;
}
.button-group {
  margin-top: -10px;
  font-size: 0;
}
.button-group .button {
  margin: 10px 10px 0 0;
}
.button-group .button:last-child {
  margin-right: 0;
}
.comments {
  padding-top: 40px;
}
body:not(.single-post) .comments {
  margin-top: 40px;
  border-top: solid 1px #e9e9e9;
}
.comments__replies-title {
  color: #47474a;
}
.comment {
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #e9e9e9;
}
.comment.bypostauthor {
  border-top-color: #007aff;
}
.comment .avatar {
  width: 40px;
  height: 40px;
  float: right;
  border-radius: 50%;
}
.comment .edit-link:before {
  content: '(';
}
.comment .edit-link:after {
  content: ')';
}
.comment .reply {
  margin-top: 20px;
}
.comment .reply a:hover {
  text-decoration: underline;
}
.comment .children .comment {
  padding-left: 20px;
  border-left: solid 1px #e9e9e9;
}
.comment .children .comment.bypostauthor {
  border-left-color: #007aff;
}
.comment .comment-respond {
  margin-top: 40px;
}
.comment-author {
  font-size: 1.25em;
}
.comment-author b {
  font-weight: bold;
  color: #47474a;
}
.comment-author a {
  color: inherit;
}
.comment-author a:hover {
  text-decoration: underline;
}
.comment-metadata,
.logged-in-as,
.comment-notes {
  margin: 20px 0;
  font-size: .875em;
  color: #c7c7c9;
}
.comment-metadata a,
.logged-in-as a,
.comment-notes a {
  color: inherit;
}
.comment-metadata a:hover,
.logged-in-as a:hover,
.comment-notes a:hover {
  color: #8e8e93;
}
.comment-awaiting-moderation {
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  border-radius: 2px;
  background: #ff2d55;
  margin-bottom: 20px;
}
.comment-content > *:first-child {
  margin-top: 0;
}
.comment-content > *,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content p,
.comment-content address,
.comment-content pre,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content dl,
.comment-content table {
  margin-top: 1.5em;
}
.comment-content a:hover {
  text-decoration: underline;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content strong {
  color: #47474a;
}
.comment-content h1 a,
.comment-content h2 a,
.comment-content h3 a,
.comment-content h4 a,
.comment-content h5 a,
.comment-content h6 a {
  text-decoration: none !important;
}
.comment-content blockquote {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.25em;
}
.comment-content blockquote:before {
  content: '\201C';
  position: absolute;
  font-size: 2em;
  opacity: .5;
  left: .1em;
  top: -0.25em;
}
.comment-content blockquote > * + * {
  margin-top: 0.75em;
}
.comment-content ul,
.comment-content ol {
  margin-left: 1.875em;
}
.comment-content ul ul,
.comment-content ol ul,
.comment-content ul ol,
.comment-content ol ol {
  margin-top: 0;
}
.comment-content ul {
  list-style: disc;
}
.comment-content ol {
  list-style: decimal;
}
.comment-content dd + dt {
  margin-top: 1.5em;
}
.comment-content table {
  width: 100%;
  text-align: left;
  background: white;
}
.comment-content th,
.comment-content td {
  border: solid 1px #e9e9e9;
  padding: 0.75em;
}
.comment-content th {
  font-weight: bold;
  color: #47474a;
}
.comment-content > hr {
  margin-top: 3em;
  margin-bottom: 3em;
}
.comment-content > hr:first-child {
  margin-top: 0;
}
.comment-content > hr:last-child {
  margin-bottom: 0;
}
.comment-content > *:first-child {
  margin-top: 0;
}
.comment-content > *,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content p,
.comment-content address,
.comment-content pre,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content dl,
.comment-content table {
  margin-top: 1.5em;
}
.comment-content a:hover {
  text-decoration: underline;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content strong {
  color: #47474a;
}
.comment-content h1 a,
.comment-content h2 a,
.comment-content h3 a,
.comment-content h4 a,
.comment-content h5 a,
.comment-content h6 a {
  text-decoration: none !important;
}
.comment-content blockquote {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.25em;
}
.comment-content blockquote:before {
  content: '\201C';
  position: absolute;
  font-size: 2em;
  opacity: .5;
  left: .1em;
  top: -0.25em;
}
.comment-content blockquote > * + * {
  margin-top: 0.75em;
}
.comment-content ul,
.comment-content ol {
  margin-left: 1.875em;
}
.comment-content ul ul,
.comment-content ol ul,
.comment-content ul ol,
.comment-content ol ol {
  margin-top: 0;
}
.comment-content ul {
  list-style: disc;
}
.comment-content ol {
  list-style: decimal;
}
.comment-content dd + dt {
  margin-top: 1.5em;
}
.comment-content table {
  width: 100%;
  text-align: left;
  background: white;
}
.comment-content th,
.comment-content td {
  border: solid 1px #e9e9e9;
  padding: 0.75em;
}
.comment-content th {
  font-weight: bold;
  color: #47474a;
}
.comment-content > hr {
  margin-top: 3em;
  margin-bottom: 3em;
}
.comment-content > hr:first-child {
  margin-top: 0;
}
.comment-content > hr:last-child {
  margin-bottom: 0;
}
.comment-respond {
  margin-top: 40px;
}
.comment-reply-title {
  color: #47474a;
}
#cancel-comment-reply-link {
  float: right;
}
.comment-form > p {
  margin-top: 20px;
}
.comment-form label {
  display: block;
  margin-bottom: 10px;
}
.comments__closed {
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  border-radius: 2px;
  background: #ff2d55;
  margin-top: 40px;
}
@media (min-width: 780px) {
  body.single-post .comments {
    padding: 80px 80px 0;
  }
  body:not(.single-post) .comments {
    margin-top: 80px;
    padding-top: 80px;
  }
  .comment {
    padding-top: 40px;
    margin-top: 40px;
  }
  .comment .children .comment {
    padding-left: 40px;
  }
  .comment-respond,
  .comments__closed {
    margin-top: 80px;
  }
}
.entry {
  padding: 30px 40px;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.entry:first-child {
  margin-top: -60px;
}
.entry + .entry {
  margin-top: 40px;
}
.entry.sticky {
  border-top: solid 5px #007aff;
}
.entry .pagination {
  margin-top: 40px !important;
  text-align: left;
}
.entry__thumbnail {
  margin: -40px -40px 30px;
}
.entry__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 2px 2px 0 0;
}
.entry__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e9e9e9;
}
.entry__title {
  font-size: 2.5em;
  color: #47474a;
  word-wrap: break-word;
}
.entry__meta {
  font-size: .875em;
}
.entry__meta a {
  color: inherit;
}
.entry__meta a:hover {
  text-decoration: underline;
}
.entry__meta .genericon {
  margin: 2px 5px 2px 0;
}
.entry__meta--top {
  margin-top: 20px;
  font-size: 1.125em;
  line-height: 1.25;
}
.entry__meta--bottom {
  line-height: 20px;
}
.entry__footer {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #e9e9e9;
}
@media (min-width: 780px) {
  .entry {
    padding: 60px 80px;
  }
  .entry:first-child {
    margin-top: -100px;
  }
  .entry + .entry {
    margin-top: 80px;
  }
  .entry__thumbnail {
    margin: -60px -80px 60px;
  }
  .entry__header {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .entry__footer {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.genericon--2x {
  font-size: 32px;
}
.widget_sp_image-image-link {
  display: block;
}
.widget_sp_image-image-link:hover {
  opacity: .75;
}
.widget_sp_image-description {
  margin-top: 1.5em;
}
@media (min-width: 780px) {
  .widget_sp_image-description {
    font-size: 20px;
  }
}
.jetpack-social-navigation a {
  padding: .5em;
}
form.contact-form input[type=email],
form.contact-form input[type=text],
form.contact-form textarea,
form.contact-form select {
  width: 100%;
  max-width: 100%;
}
form.contact-form > div {
  margin-bottom: 20px;
}
form.contact-form label {
  margin-bottom: 10px;
  color: #47474a;
}
form.contact-form label span {
  color: #8e8e93;
}
.mobile-menu {
  display: none;
  speak: none;
  padding: 20px;
  font: 16px/20px 'PT Sans', sans-serif;
  color: #47474a;
}
.mobile-menu a {
  display: block;
  padding: 10px;
  color: inherit;
}
.mobile-menu .menu > li:first-child {
  border-top: none;
}
.mobile-menu .menu-item,
.mobile-menu .page_item {
  border-top: solid 1px #e9e9e9;
}
.mobile-menu .sub-menu,
.mobile-menu .children {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8e8e93;
}
.mobile-menu .search-form {
  margin-top: 10px;
}
.mobile-menu--is-open {
  display: block;
}
.mobile-menu__item-toggle {
  float: right;
  cursor: pointer;
}
.mobile-menu__item-toggle .genericon {
  margin: 12px;
}
.mobile-menu__item-toggle .genericon-close-alt {
  display: none;
}
.mobile-menu__item-toggle--is-active .genericon-menu {
  display: none;
}
.mobile-menu__item-toggle--is-active .genericon-close-alt {
  display: inline-block;
}
.mobile-menu__sub-items--is-open {
  display: block !important;
  margin-left: 10px;
}
@media (min-width: 1080px) {
  .mobile-menu {
    display: none;
  }
}
.pagination {
  margin-top: 40px;
  text-align: center;
  line-height: 40px;
  color: #aaaaae;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 9px 19px;
  border: solid 1px #e9e9e9;
  border-radius: 2px;
  line-height: 20px;
  background: white;
}
.pagination a {
  color: #6b6b6e;
}
.pagination a:hover {
  color: #47474a;
}
.pagination .genericon {
  margin: 2px 0;
}
@media (min-width: 780px) {
  .pagination {
    margin-top: 80px;
  }
}
.person__thumbnail {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
}
.place-box {
  padding: 20px;
  margin-top: 40px;
  background: white;
  text-align: center;
  border: solid 1px #e9e9e9;
  border-radius: 2px;
}
.place-box__title {
  color: #47474a;
}
.place-box__venue {
  margin-top: 20px;
  color: #47474a;
}
.place-box__address {
  margin-top: 10px;
}
.place-box__directions-button {
  margin-top: 20px;
}
.place-box__map {
  margin: 20px -20px -20px -20px;
}
@media (min-width: 780px) {
  .place-box {
    padding: 40px;
    margin-top: 80px;
  }
  .place-box__map {
    margin: 40px -40px -40px -40px;
  }
}
.post-grid > .col:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 480px) and (max-width: 779px) {
  .post-grid > .col--sm--6:nth-child(odd),
  .post-grid > .col--sm--4:nth-child(3n+1) {
    clear: left;
  }
  .post-grid > .col--sm--6:nth-child(n+1):nth-child(-n+2),
  .post-grid > .col--sm--4:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0 !important;
  }
}
@media (min-width: 780px) {
  .post-grid > .col:not(:first-child) {
    margin-top: 80px;
  }
  .post-grid > .col--md--6:nth-child(odd),
  .post-grid > .col--md--4:nth-child(3n+1),
  .post-grid > .col--md--3:nth-child(4n+1) {
    clear: left;
  }
  .post-grid > .col--md--6:nth-child(n+1):nth-child(-n+2),
  .post-grid > .col--md--4:nth-child(n+1):nth-child(-n+3),
  .post-grid > .col--md--3:nth-child(n+1):nth-child(-n+4) {
    margin-top: 0 !important;
  }
}
.post-password-form > * + * {
  margin-top: 1.5em;
}
.post-password-form input {
  margin-top: 1em;
}
.rich-text > *:first-child,
.entry-content > *:first-child {
  margin-top: 0;
}
.rich-text > *,
.entry-content > *,
.rich-text h1,
.entry-content h1,
.rich-text h2,
.entry-content h2,
.rich-text h3,
.entry-content h3,
.rich-text h4,
.entry-content h4,
.rich-text h5,
.entry-content h5,
.rich-text h6,
.entry-content h6,
.rich-text p,
.entry-content p,
.rich-text address,
.entry-content address,
.rich-text pre,
.entry-content pre,
.rich-text blockquote,
.entry-content blockquote,
.rich-text ul,
.entry-content ul,
.rich-text ol,
.entry-content ol,
.rich-text dl,
.entry-content dl,
.rich-text table,
.entry-content table {
  margin-top: 1.5em;
}
.rich-text a:hover,
.entry-content a:hover {
  text-decoration: underline;
}
.rich-text h1,
.entry-content h1,
.rich-text h2,
.entry-content h2,
.rich-text h3,
.entry-content h3,
.rich-text h4,
.entry-content h4,
.rich-text h5,
.entry-content h5,
.rich-text h6,
.entry-content h6,
.rich-text strong,
.entry-content strong {
  color: #47474a;
}
.rich-text h1 a,
.entry-content h1 a,
.rich-text h2 a,
.entry-content h2 a,
.rich-text h3 a,
.entry-content h3 a,
.rich-text h4 a,
.entry-content h4 a,
.rich-text h5 a,
.entry-content h5 a,
.rich-text h6 a,
.entry-content h6 a {
  text-decoration: none !important;
}
.rich-text blockquote,
.entry-content blockquote {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.25em;
}
.rich-text blockquote:before,
.entry-content blockquote:before {
  content: '\201C';
  position: absolute;
  font-size: 2em;
  opacity: .5;
  left: .1em;
  top: -0.25em;
}
.rich-text blockquote > * + *,
.entry-content blockquote > * + * {
  margin-top: 0.75em;
}
.rich-text ul,
.entry-content ul,
.rich-text ol,
.entry-content ol {
  margin-left: 1.875em;
}
.rich-text ul ul,
.entry-content ul ul,
.rich-text ol ul,
.entry-content ol ul,
.rich-text ul ol,
.entry-content ul ol,
.rich-text ol ol,
.entry-content ol ol {
  margin-top: 0;
}
.rich-text ul,
.entry-content ul {
  list-style: disc;
}
.rich-text ol,
.entry-content ol {
  list-style: decimal;
}
.rich-text dd + dt,
.entry-content dd + dt {
  margin-top: 1.5em;
}
.rich-text table,
.entry-content table {
  width: 100%;
  text-align: left;
  background: white;
}
.rich-text th,
.entry-content th,
.rich-text td,
.entry-content td {
  border: solid 1px #e9e9e9;
  padding: 0.75em;
}
.rich-text th,
.entry-content th {
  font-weight: bold;
  color: #47474a;
}
.rich-text > hr,
.entry-content > hr {
  margin-top: 3em;
  margin-bottom: 3em;
}
.rich-text > hr:first-child,
.entry-content > hr:first-child {
  margin-top: 0;
}
.rich-text > hr:last-child,
.entry-content > hr:last-child {
  margin-bottom: 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.search-field {
  padding-left: 39px !important;
  background-image: url('assets/img/search.svg');
  background-repeat: no-repeat;
  background-position: 13px 13px;
  background-size: 12px 12px;
}
.search-submit {
  display: none !important;
}
.sep:before {
  content: '\2022';
  margin: 0 .5em;
  opacity: .5;
}
.site-footer {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #c7c7c9;
}
.site-footer a {
  color: #aaaaae;
}
.site-footer a:hover {
  color: #8e8e93;
}
.site-footer .social-links {
  margin-bottom: 20px;
}
.site-header {
  padding-right: 0;
  padding-left: 0;
  color: white;
  background-color: #004999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.site-header .jetpack-social-navigation a {
  color: inherit;
}
.site-header .jetpack-social-navigation a:hover {
  opacity: .75;
}
.site-header__bar {
  position: relative;
  padding: 20px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 1px;
}
.site-header__bar:after {
  display: table;
  clear: both;
  content: '';
}
.site-header__bar a {
  color: white;
}
.site-header__logo {
  float: left;
}
.site-header__logo .site-logo-link {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
}
.site-header__logo .site-logo {
  max-height: 40px;
  max-width: 240px;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.site-header__logo-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px 20px;
  line-height: 20px;
}
.site-header__logo-text:hover:before {
  opacity: .75;
}
.site-header__logo-text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px;
  border-radius: 2px;
  opacity: .5;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.site-header__toggle {
  float: right;
  cursor: pointer;
}
.site-header__toggle:hover {
  border-color: white;
}
.site-header__toggle .genericon {
  margin: 4px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.site-header__toggle--is-active .genericon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.site-header__masthead {
  margin-top: -20px;
  text-align: center;
}
.site-header__masthead-icon-link {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.site-header__masthead-icon-link:hover {
  opacity: .75;
}
.site-header__masthead-icon-link .genericon {
  margin-right: 5px;
}
.site-header__masthead-top {
  margin-bottom: 20px;
}
.site-header__masthead-subtitle {
  margin-top: 20px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.site-header__masthead-subtitle a:hover {
  color: white;
}
.site-header__masthead-subtitle > span:not(.sep) {
  display: block;
}
.site-header__masthead-bottom {
  margin-top: 20px;
}
.site-header__media-player {
  position: relative;
  margin: 0 -20px -80px;
  z-index: 20;
}
.site-header__media-player iframe {
  max-width: 100%;
}
.site-header__audio-player {
  padding: 20px 40px;
  background: #222;
}
@media (min-width: 480px) {
  .screen:not(.steadfast-full-width) .site-header__bar {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 780px) {
  .site-header__bar {
    padding: 40px;
  }
}
@media (max-width: 1079px) {
  .site-header__menu .menu {
    display: none;
  }
}
@media (min-width: 1080px) {
  .site-header__toggle {
    display: none;
  }
  .site-header__menu {
    float: right;
  }
  .site-header__menu a {
    display: block;
    color: white;
  }
  .site-header__menu .menu > .menu-item,
  .site-header__menu .menu > ul > .page_item {
    position: relative;
    float: left;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .site-header__menu .menu > .menu-item.featured > a,
  .site-header__menu .menu > ul > .page_item.featured > a {
    line-height: 40px;
    border-radius: 100px;
    background: white;
    padding: 0 20px;
    color: #47474a;
  }
  .site-header__menu .menu > .menu-item.featured > a:hover,
  .site-header__menu .menu > ul > .page_item.featured > a:hover {
    color: #007aff;
  }
  .site-header__menu .menu > .menu-item.menu-item-has-children:hover .sub-menu,
  .site-header__menu .menu > ul > .page_item.menu-item-has-children:hover .sub-menu,
  .site-header__menu .menu > .menu-item.page_item_has_children:hover .children,
  .site-header__menu .menu > ul > .page_item.page_item_has_children:hover .children {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .site-header__menu .menu > .menu-item + .menu-item,
  .site-header__menu .menu > ul > .page_item + .menu-item,
  .site-header__menu .menu > .menu-item + .page_item,
  .site-header__menu .menu > ul > .page_item + .page_item {
    margin-left: 20px;
  }
  .site-header__menu .menu > .menu-item > a,
  .site-header__menu .menu > ul > .page_item > a {
    line-height: 40px;
  }
  .site-header__menu .sub-menu,
  .site-header__menu .children {
    position: absolute;
    width: 200px;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    background: white;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    visibility: hidden;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    opacity: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 30;
  }
  .site-header__menu .sub-menu > .menu-item + .menu-item,
  .site-header__menu .children > .menu-item + .menu-item,
  .site-header__menu .sub-menu > .page_item + .menu-item,
  .site-header__menu .children > .page_item + .menu-item,
  .site-header__menu .sub-menu > .menu-item + .page_item,
  .site-header__menu .children > .menu-item + .page_item,
  .site-header__menu .sub-menu > .page_item + .page_item,
  .site-header__menu .children > .page_item + .page_item {
    border-top: solid 1px #e9e9e9;
  }
  .site-header__menu .sub-menu > .menu-item > a,
  .site-header__menu .children > .menu-item > a,
  .site-header__menu .sub-menu > .page_item > a,
  .site-header__menu .children > .page_item > a {
    padding: 10px;
    color: #47474a;
  }
  .site-header__menu .sub-menu > .menu-item > a:hover,
  .site-header__menu .children > .menu-item > a:hover,
  .site-header__menu .sub-menu > .page_item > a:hover,
  .site-header__menu .children > .page_item > a:hover {
    color: #007aff;
  }
  .site-header__masthead {
    margin-top: -40px;
  }
  .site-header__masthead-top {
    margin-bottom: 40px;
  }
  .site-header__masthead-bottom {
    margin-top: 40px;
  }
  .site-header__media-player {
    margin: 0 -40px -200px;
  }
}
.site-widgets {
  background: #f9f9f9;
}
.site-widgets .widget {
  padding: 40px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.small-location + .small-location {
  padding-top: 40px;
  margin-top: 40px;
  border-top: solid 1px #e9e9e9;
}
.small-location__title {
  color: #47474a;
}
.small-location__phone,
.small-location__address,
.small-location__actions {
  margin-top: 20px;
}
.small-location__address {
  font-size: 1.25em;
}
@media (max-width: 779px) {
  .small-location__map {
    margin-top: 40px;
  }
}
@media (min-width: 780px) {
  .small-location + .small-location {
    padding-top: 80px;
    margin-top: 80px;
  }
  .small-location > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.small-person {
  text-align: center;
}
.small-person__thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.small-person__initials {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font: 20px/80px 'PT Sans', sans-serif;
  color: white;
  background: #8e8e93;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.small-person__title {
  margin-top: 20px;
  color: #47474a;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.small-person__title:hover {
  color: #007aff;
}
.small-person__position {
  margin-top: 10px;
  color: #8e8e93;
}
.tbcf-widget__entry-title {
  color: #47474a;
}
.tbcf-widget__entry-title a:hover {
  text-decoration: none !important;
}
.tbcf-widget__entry-body {
  margin-top: 10px;
}
.tbcf-widget__entry-body:empty {
  display: none;
}
.tbcf-widget--people__entry-thumbnail {
  float: right;
  margin-left: 20px;
}
.tbcf-widget--people__entry-thumbnail img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.tbcf-widget--people__entry-title {
  margin-top: 0 !important;
}
.thumbnail {
  text-align: left;
}
.thumbnail:hover .thumbnail__image-overlay {
  opacity: 0;
}
.thumbnail__image {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 2px;
  background-color: #8e8e93;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.thumbnail__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  border-radius: 2px;
  opacity: .1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.thumbnail__content {
  margin-top: 20px;
  padding: 0 10px;
  font-size: 16px;
}
.thumbnail__meta {
  margin-top: 20px;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  color: #aaaaae;
}
.thumbnail__meta a {
  color: #8e8e93;
}
.thumbnail__meta > span:not(.sep) {
  display: block;
}
.thumbnail__title {
  margin-top: 10px;
  color: #47474a;
}
.thumbnail__text {
  margin-top: 20px;
}
.toolbar {
  padding: 20px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: white;
  z-index: 10;
}
.toolbar__label {
  font-size: 14px;
  line-height: 42px;
  text-transform: uppercase;
}
.toolbar__search .search-submit {
  display: none;
}
@media (max-width: 479px) {
  .toolbar .col + .col {
    margin-top: 10px;
  }
}
@media (max-width: 779px) {
  .widget-area__col + .widget-area__col {
    margin-top: 40px;
  }
}
.widget {
  font-size: 16px;
}
.widget + .widget {
  margin-top: 40px;
}
.widget ul {
  border-bottom: solid 1px #e9e9e9;
}
.widget li {
  padding: 1em 0;
  border-top: solid 1px #e9e9e9;
}
.widget a:hover {
  text-decoration: underline;
}
.widget__title {
  margin-bottom: 20px;
  color: #47474a;
}
#wp-calendar {
  width: 100%;
  text-align: center;
}
#wp-calendar th,
#wp-calendar td {
  padding: 5px;
  border: solid 1px #e9e9e9;
}
#wp-calendar caption {
  padding: 10px;
  background: #f9f9f9;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  color: #47474a;
}
.tagcloud > a {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px !important;
  line-height: 20px;
  background-color: #e9e9e9;
  border-radius: 2px;
  color: #47474a;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.tagcloud > a:hover {
  background-color: #007aff;
  color: white;
  text-decoration: none;
}
.textwidget > *:first-child {
  margin-top: 0;
}
.textwidget > *,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6,
.textwidget p,
.textwidget address,
.textwidget pre,
.textwidget blockquote,
.textwidget ul,
.textwidget ol,
.textwidget dl,
.textwidget table {
  margin-top: 1em;
}
.textwidget a:hover {
  text-decoration: underline;
}
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6,
.textwidget strong {
  color: #47474a;
}
.textwidget h1 a,
.textwidget h2 a,
.textwidget h3 a,
.textwidget h4 a,
.textwidget h5 a,
.textwidget h6 a {
  text-decoration: none !important;
}
.textwidget blockquote {
  position: relative;
  padding-left: 1em;
  font-size: 1.25em;
}
.textwidget blockquote:before {
  content: '\201C';
  position: absolute;
  font-size: 2em;
  opacity: .5;
  left: .1em;
  top: -0.25em;
}
.textwidget blockquote > * + * {
  margin-top: 0.5em;
}
.textwidget ul,
.textwidget ol {
  margin-left: 1.25em;
}
.textwidget ul ul,
.textwidget ol ul,
.textwidget ul ol,
.textwidget ol ol {
  margin-top: 0;
}
.textwidget ul {
  list-style: disc;
}
.textwidget ol {
  list-style: decimal;
}
.textwidget dd + dt {
  margin-top: 1em;
}
.textwidget table {
  width: 100%;
  text-align: left;
  background: white;
}
.textwidget th,
.textwidget td {
  border: solid 1px #e9e9e9;
  padding: 0.5em;
}
.textwidget th {
  font-weight: bold;
  color: #47474a;
}
.textwidget > hr {
  margin-top: 2em;
  margin-bottom: 2em;
}
.textwidget > hr:first-child {
  margin-top: 0;
}
.textwidget > hr:last-child {
  margin-bottom: 0;
}
[id^="attachment_"] {
  max-width: 100%;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
.wp-caption {
  margin-top: 1.5em;
}
.wp-caption-text,
.gallery-caption {
  text-align: center;
  margin-top: .75em;
  font-size: 14px;
  color: #aaaaae;
}
.gallery {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.gallery:after {
  display: table;
  clear: both;
  content: '';
}
.gallery img {
  display: block;
  margin: auto;
}
.gallery .gallery-item {
  position: relative;
  float: left;
  padding-right: 20px !important;
  padding-left: 20px !important;
  min-height: 1px;
  width: 100%;
  margin-top: 1.5em;
}
@media (min-width: 480px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
  clear: left;
}
@media (min-width: 480px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33333333333333%;
  }
}
.gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
  clear: left;
}
@media (min-width: 480px) {
  .gallery.gallery-columns-4 .gallery-item,
  .gallery.gallery-columns-5 .gallery-item,
  .gallery.gallery-columns-6 .gallery-item,
  .gallery.gallery-columns-7 .gallery-item,
  .gallery.gallery-columns-8 .gallery-item,
  .gallery.gallery-columns-9 .gallery-item {
    width: 25%;
  }
}
.gallery.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery.gallery-columns-5 .gallery-item:nth-child(4n + 1),
.gallery.gallery-columns-6 .gallery-item:nth-child(4n + 1),
.gallery.gallery-columns-7 .gallery-item:nth-child(4n + 1),
.gallery.gallery-columns-8 .gallery-item:nth-child(4n + 1),
.gallery.gallery-columns-9 .gallery-item:nth-child(4n + 1) {
  clear: left;
}
body.error404 .error404__message {
  text-align: center;
}
@media (min-width: 780px) {
  body.error404 .error404__message {
    font-size: 20px;
  }
}
body.page-template-home .home__intro .rich-text {
  font-size: 1.5em;
  text-align: center;
}
body.page-template-home .home__widgets {
  text-align: center;
}
body.page-template-home .home__sermon {
  background: #f9f9f9;
}
body.page-template-home .home__sermon-media iframe {
  max-width: 100%;
}
body.page-template-home .home__sermon-title {
  color: #47474a;
}
body.page-template-home .home__sermon-title,
body.page-template-home .home__sermon-text p {
  margin-top: 20px;
}
body.page-template-home .home__sermon-actions {
  margin-top: 10px;
}
body.page-template-home .home__events-title {
  margin-bottom: 40px;
  color: #47474a;
  text-align: center;
}
@media (max-width: 779px) {
  body.page-template-home .home__sermon-text {
    margin-top: 40px;
  }
}
@media (min-width: 1080px) {
  body.page-template-home .home__sermon-label {
    margin-top: 20px;
  }
}
body.single-ctc_person .site-header {
  overflow: hidden;
}
body.single-ctc_person .site-header .section__background {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
