/*
	Theme Name: HPBC
	Description: Child theme of Genesis, by <a href="http://cgd.io">Clif Griffin Development Inc</a>.
	Author: Clif Griffin Development Inc.
	Author URI: http://cgd.io

	Template: genesis
*/
@import url(assets/components/normalize.css/normalize.css);
button, input[type="button"], input[type="reset"], input[type="submit"],
.button a,
.purple-button a,
.light-purple-button a,
.green-button a,
.blue-button a,
.small-button a,
.small-purple-button a,
.small-light-purple-button a,
.small-green-button a,
.small-blue-button a {
  appearance: none;
  background-color: #32657e;
  border: 1px solid #f9f9f9;
  border-color: #32657e;
  border-width: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  margin: 1.5em 1.5em 0 0;
  padding: 1.125em 4.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease;
  user-select: none;
  vertical-align: middle;
  width: 100%; }
  @media (min-width: 600px) {
    button, input[type="button"], input[type="reset"], input[type="submit"],
    .button a,
    .purple-button a,
    .light-purple-button a,
    .green-button a,
    .blue-button a,
    .small-button a,
    .small-purple-button a,
    .small-light-purple-button a,
    .small-green-button a,
    .small-blue-button a {
      width: auto; } }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  .button a:hover,
  .button a:focus,
  .purple-button a:hover,
  .purple-button a:focus,
  .light-purple-button a:hover,
  .light-purple-button a:focus,
  .green-button a:hover,
  .green-button a:focus,
  .blue-button a:hover,
  .blue-button a:focus,
  .small-button a:hover,
  .small-button a:focus,
  .small-purple-button a:hover,
  .small-purple-button a:focus,
  .small-light-purple-button a:hover,
  .small-light-purple-button a:focus,
  .small-green-button a:hover,
  .small-green-button a:focus,
  .small-blue-button a:hover,
  .small-blue-button a:focus {
    background-color: white;
    color: #32657e;
    border-color: #32657e; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  .button a:disabled,
  .purple-button a:disabled,
  .light-purple-button a:disabled,
  .green-button a:disabled,
  .blue-button a:disabled,
  .small-button a:disabled,
  .small-purple-button a:disabled,
  .small-light-purple-button a:disabled,
  .small-green-button a:disabled,
  .small-blue-button a:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover,
    .button a:disabled:hover,
    .purple-button a:disabled:hover,
    .light-purple-button a:disabled:hover,
    .green-button a:disabled:hover,
    .blue-button a:disabled:hover,
    .small-button a:disabled:hover,
    .small-purple-button a:disabled:hover,
    .small-light-purple-button a:disabled:hover,
    .small-green-button a:disabled:hover,
    .small-blue-button a:disabled:hover {
      background-color: #32657e; }

.small-button a,
.small-purple-button a,
.small-light-purple-button a,
.small-green-button a,
.small-blue-button a {
  font-size: 0.9em;
  padding: 0.9375em 3em; }

.purple-button a,
.small-purple-button a {
  background-color: #32657e;
  border-color: #32657e; }
  .purple-button a:hover, .purple-button a:focus,
  .small-purple-button a:hover,
  .small-purple-button a:focus {
    color: #32657e;
    border-color: #32657e; }
  .purple-button a:disabled:hover,
  .small-purple-button a:disabled:hover {
    background-color: #32657e; }

.light-purple-button a,
.small-light-purple-button a {
  background-color: #f67eb4;
  border-color: #f67eb4; }
  .light-purple-button a:hover, .light-purple-button a:focus,
  .small-light-purple-button a:hover,
  .small-light-purple-button a:focus {
    color: #f67eb4;
    border-color: #f67eb4; }
  .light-purple-button a:disabled:hover,
  .small-light-purple-button a:disabled:hover {
    background-color: #f67eb4; }

.green-button a,
.small-green-button a {
  background-color: #8bd3bd;
  border-color: #8bd3bd; }
  .green-button a:hover, .green-button a:focus,
  .small-green-button a:hover,
  .small-green-button a:focus {
    color: #8bd3bd;
    border-color: #8bd3bd; }
  .green-button a:disabled:hover,
  .small-green-button a:disabled:hover {
    background-color: #8bd3bd; }

.blue-button a,
.small-blue-button a {
  background-color: #97c8eb;
  border-color: #97c8eb; }
  .blue-button a:hover, .blue-button a:focus,
  .small-blue-button a:hover,
  .small-blue-button a:focus {
    color: #97c8eb;
    border-color: #97c8eb; }
  .blue-button a:disabled:hover,
  .small-blue-button a:disabled:hover {
    background-color: #97c8eb; }

.green-uppercase-link a {
  color: #8bd3bd;
  text-transform: uppercase; }

.purple-button,
.light-purple-button,
.green-button,
.blue-button,
.small-purple-button,
.small-green-button,
.small-blue-button,
.green-uppercase-link,
.cta-button {
  display: inline-block; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #f9f9f9;
  border-color: #a9a9a9;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 300ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple]:hover {
    border-color: #c7c7c7; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple]:focus {
    border-color: #32657e;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(43, 86, 108, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #f9f9f9; }

textarea {
  resize: vertical; }

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

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

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

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

.entry-content ul li,
.entry-content ol li {
  margin-left: 2em;
  padding-bottom: 0.75em;
  position: relative; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #bbbbbb;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #f9f9f9;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333333;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 90%;
  line-height: 1.5; }
  @media only screen and (min-width: 800px) {
    body {
      font-size: 1em; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.25em; }

h3 {
  font-size: 1.875em; }

h4 {
  font-size: 1.75em; }

h5 {
  font-size: 1.5em; }

h6 {
  font-size: 1.25em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #8bd3bd;
  text-decoration: none;
  transition: all 300ms ease; }
  a:active, a:focus, a:hover {
    color: #264c5f; }
  a.purple-link {
    color: #32657e; }
    a.purple-link:hover {
      color: #8bd3bd; }

hr {
  border-bottom: 1px solid #f9f9f9;
  border-bottom-color: #cccccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  clear: both;
  margin: 2.25em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

.site-inner blockquote {
  border-left: 1px solid #f9f9f9;
  border-color: #8bd3bd;
  border-width: 6px;
  color: #8bd3bd;
  font-size: 1.1em;
  margin: 0;
  padding: 0 0.75em; }

.float-right {
  float: right; }

.blue-text {
  color: #97c8eb; }

.green-text {
  color: #8bd3bd; }

.purple-text {
  color: #32657e; }

.light-purple-text {
  color: #f67eb4; }

.clear {
  clear: both; }

.panel {
  background: #f9f9f9;
  border-radius: 3px;
  display: block;
  padding: 0.75em;
  width: 100%; }

html {
  box-sizing: border-box; }

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

/* ## Site Containers
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 800px) {
  .site-inner .wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    .site-inner .wrap::after {
      clear: both;
      content: "";
      display: table; } }

/* ## Column Widths and Positions
--------------------------------------------- */
.content,
.sidebar-primary,
.full-width .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .content:last-child,
  .sidebar-primary:last-child,
  .full-width .content:last-child {
    margin-right: 0; }

@media screen and (min-width: 800px) {
  .content-sidebar .content-sidebar-wrap {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .content-sidebar .content-sidebar-wrap::after {
      clear: both;
      content: "";
      display: table; }
    .content-sidebar .content-sidebar-wrap .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .content-sidebar .content-sidebar-wrap .content:last-child {
        margin-right: 0; }
      .content-sidebar .content-sidebar-wrap .content .content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .content-sidebar .content-sidebar-wrap .content .content:last-child {
          margin-right: 0; }
    .content-sidebar .content-sidebar-wrap .sidebar-primary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-right: 0; }
      .content-sidebar .content-sidebar-wrap .sidebar-primary:last-child {
        margin-right: 0; } }

/**
* Avatar
*/
.avatar {
  float: left; }

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

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

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

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

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

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 3em; }

img.alignnone,
.alignnone {
  margin-bottom: 1.5em; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1.5em 1.5em 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1.5em 1.5em; }

.wp-caption-text {
  font-size: 1em;
  text-align: center; }

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

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

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/**
* Site Title
*/
.site-title a,
.site-title a:hover {
  color: #333333; }

.header-image .site-title > a {
  background: url(assets/images/logo.png) no-repeat left;
  float: left;
  min-height: 90px;
  width: 100%; }

/**
* Widget
*/
.widget {
  word-wrap: break-word; }

.widget li li {
  border: none;
  margin: 0 0 0 3em;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

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

/**
* Entry Content
*/
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 0; }

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

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

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

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

/**
* Entry Meta
*/
.entry-comments-link::before {
  content: "\2014";
  margin: 0 1.5em 0 0.75em; }

/**
* Gallery
*
* We aren't going to use Neat for this gallery due to the possible number of gallery columns
* that don't easily break into 12.
*
*/
.gallery {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

.gallery img {
  border: 1px solid #333333;
  height: auto;
  padding: 4px; }

.gallery img:hover {
  border: 1px solid #a9a9a9; }

/**
 * Components
 */
/**
 * Entries
 */
.entry {
  margin-bottom: 1.5em;
  position: relative; }

.entry-header,
.entry-content {
  margin-bottom: 1.5em; }

.entry-content p,
.entry-content > ol,
.entry-content > ul,
.entry-content > dl {
  margin-bottom: 0.75em; }
  @media screen and (min-width: 600px) {
    .entry-content p,
    .entry-content > ol,
    .entry-content > ul,
    .entry-content > dl {
      margin-bottom: 1.5em; } }

.entry-content li {
  margin-bottom: 1%; }

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

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

.entry-content li ol,
.entry-content li ul {
  margin-top: 1%; }

.entry-content blockquote {
  border-left: 1px solid #f9f9f9;
  border-color: #8bd3bd;
  border-width: 6px; }

.entry-content code {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  color: #333333;
  padding: 2px 4px; }

.entry-content .wp-caption .wp-caption-text {
  margin: 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2; }

.entry-content .search-form {
  margin-bottom: 1.5em; }

.entry-footer {
  border-top: 1px solid #f9f9f9;
  padding-top: 1.5em; }

.entry-title {
  font-weight: 500;
  margin-bottom: 0; }
  .entry-title a {
    color: #333333; }
    .entry-title a:hover, .entry-title a:focus {
      color: #32657e; }

/**
 * Entry Meta
 */
.entry-meta {
  color: #333333;
  font-size: 1em;
  margin-bottom: 0; }
  .entry-meta span,
  .entry-meta time,
  .entry-meta a {
    margin-right: 5px; }
    .entry-meta span:last-child,
    .entry-meta time:last-child,
    .entry-meta a:last-child {
      margin-right: 0; }
  .entry-meta a {
    color: #32657e; }
    .entry-meta a:hover, .entry-meta a:focus {
      color: #152a35; }

.entry-terms {
  display: block;
  padding-bottom: 5px; }
  .entry-terms:last-child {
    padding-bottom: 0; }
  .entry-terms span,
  .entry-terms time,
  .entry-terms a {
    margin-right: 0; }

.comment {
  position: relative; }
  .comment > article {
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-color: #f9f9f9;
    border-radius: 3px;
    margin-bottom: 1.5em; }
  .comment .comment {
    margin-top: 1.5em;
    padding-bottom: 0; }
    .comment .comment:last-child {
      margin-bottom: 0; }

.comment-header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  border-color: #f9f9f9;
  clear: both;
  min-height: 75px;
  padding: 1.5em;
  padding-bottom: 0.75em;
  position: relative;
  text-transform: uppercase; }
  .comment-header .comment-author {
    display: block;
    margin-bottom: 0;
    width: 100%; }
  .comment-header p {
    display: inline-block;
    margin-bottom: 0.375em; }
  .comment-header .comment-edit-link {
    margin-left: 5px; }
  .comment-header .says {
    display: none; }

.comment .avatar {
  display: none; }

.comment-time a {
  color: #a9a9a9; }
  .comment-time a:hover {
    color: #8bd3bd; }
  .comment-time a:before {
    content: 'Posted ';
    text-transform: uppercase; }

.comment .children {
  border-left: 1px dashed #f9f9f9;
  padding-left: 1.5em; }
  .comment .children header {
    padding-left: 1.5em; }
  .comment .children .avatar {
    left: -50px; }

.comment-reply {
  clear: both;
  text-transform: uppercase;
  padding: 0.75em 1.5em;
  padding-bottom: 1.5em; }
  .comment-reply a {
    color: #32657e; }
    .comment-reply a:hover {
      color: #8bd3bd; }

.comment-content {
  clear: both;
  padding: 0 1.5em; }
  .comment-content p,
  .comment-content > ol,
  .comment-content > ul,
  .comment-content > dl {
    margin-bottom: 0.75em; }
    @media screen and (min-width: 600px) {
      .comment-content p,
      .comment-content > ol,
      .comment-content > ul,
      .comment-content > dl {
        margin-bottom: 1.5em; } }
  .comment-content li {
    margin-bottom: 1%; }
  .comment-content ol > li {
    list-style-type: decimal; }
  .comment-content ul > li {
    list-style-type: disc; }
  .comment-content li ol,
  .comment-content li ul {
    margin-top: 1%; }
  .comment-content blockquote {
    border-left: 1px solid #f9f9f9;
    border-color: #8bd3bd;
    border-width: 6px; }
  .comment-content code {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    color: #333333;
    padding: 2px 4px; }
  .comment-content .wp-caption .wp-caption-text {
    margin: 10px 0;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2; }
  .comment-content .search-form {
    margin-bottom: 1.5em; }
  .comment-content p {
    display: inline-block;
    margin-bottom: 0.375em; }

#respond {
  background: white;
  color: #8bd3bd;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  border: 1px solid #f9f9f9;
  border-color: #8bd3bd;
  border-right: none;
  border-left: none;
  margin-bottom: 1.5em; }
  #respond .comment-notes {
    color: #333333;
    text-transform: capitalize; }
  #respond svg {
    position: absolute;
    right: 15px;
    top: 4px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
    #respond svg path, #respond svg polygon {
      fill: #8bd3bd; }
  #respond #reply-title {
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    margin: 0;
    padding: 10px 0; }
  #respond form {
    display: none; }
  #respond.active svg {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #respond.active #reply-title {
    margin: 0 0 0.75em; }

.comment-list .icon-plus {
  display: none; }

.call-to-action {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #32657e;
  text-align: center;
  transition: all 300ms ease; }
  .call-to-action .wrap {
    overflow: hidden;
    position: relative;
    width: 100%; }
  .call-to-action .cta-button {
    width: 100%; }
  .call-to-action .cta-button {
    color: #9fafea;
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease;
    width: 100%; }
    .call-to-action .cta-button:after {
      content: '';
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("assets/icons/small-arrow-right-purple-button.svg");
      padding-left: 52px;
      transition: all 300ms ease;
      width: 100px;
      height: 50px; }
  .call-to-action:hover {
    background-color: #244859; }
    .call-to-action:hover .cta-button {
      color: #c9d2f3; }
      .call-to-action:hover .cta-button:after {
        background-image: url("assets/icons/small-arrow-right-purple-button-hover.svg"); }

.cta-images {
  display: none; }
  @media screen and (min-width: 600px) {
    .cta-images {
      display: block;
      position: absolute;
      top: -100px; } }

.cta-content {
  padding: 1.5em 0.75em; }
  @media screen and (min-width: 600px) {
    .cta-content {
      padding: 3em 0.75em; } }
  .cta-content h1,
  .cta-content h2,
  .cta-content h3,
  .cta-content h4,
  .cta-content h5,
  .cta-content h6,
  .cta-content p {
    color: #fff; }
    .cta-content h1:before, .cta-content h1:after,
    .cta-content h2:before,
    .cta-content h2:after,
    .cta-content h3:before,
    .cta-content h3:after,
    .cta-content h4:before,
    .cta-content h4:after,
    .cta-content h5:before,
    .cta-content h5:after,
    .cta-content h6:before,
    .cta-content h6:after,
    .cta-content p:before,
    .cta-content p:after {
      display: none; }
  .cta-content img {
    margin-bottom: 0; }

.call-to-action .wrap.content-images-are-right .cta-content {
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .call-to-action .wrap.content-images-are-right .cta-content {
      text-align: left;
      width: 50%; } }

.call-to-action .wrap.content-images-are-right .cta-images {
  right: 0; }

.call-to-action .wrap.content-images-are-left .cta-content {
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .call-to-action .wrap.content-images-are-left .cta-content {
      float: right;
      text-align: right;
      width: 50%; } }

.call-to-action .wrap.content-images-are-left .cta-images {
  left: 0; }

body {
  position: relative;
  overflow-x: hidden; }

.site-container {
  position: relative;
  overflow: hidden;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.move-left {
  right: 300px; }

.mobile-menu-icon,
.site-header .wrap > .nav-search {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 1.5em;
  top: 50%; }
  @media screen and (min-width: 800px) {
    .mobile-menu-icon,
    .site-header .wrap > .nav-search {
      display: none; } }

.site-header .wrap > .nav-search {
  right: 4.5em; }
  .site-header .wrap > .nav-search svg {
    height: 18px;
    width: 18px; }

#mobile-menu {
  background-color: #333333;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  overflow: auto;
  z-index: 2000; }
  #mobile-menu.move-in {
    right: 0; }

.mobile-menu {
  padding: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .mobile-menu ul {
    list-style-type: none; }
  .mobile-menu .menu {
    margin-bottom: 0; }
  .mobile-menu .menu > li {
    margin-left: 0; }
    .mobile-menu .menu > li:before {
      content: none; }
    .mobile-menu .menu > li:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .mobile-menu .menu > li > a {
      font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 500;
      color: #fff;
      display: block;
      margin-bottom: 1.25em;
      line-height: 1em;
      text-transform: uppercase; }
    .mobile-menu .menu > li.menu-item-has-children {
      position: relative; }
      .mobile-menu .menu > li.menu-item-has-children:after {
        content: '';
        background: url("assets/icons/icon-arrow-white.svg") no-repeat 50% 50%;
        background-size: cover;
        width: 26px;
        height: 26px;
        position: absolute;
        top: -3px;
        right: -5px;
        cursor: pointer;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        transition: all 0.8s ease; }
      .mobile-menu .menu > li.menu-item-has-children.active {
        padding-bottom: 10px; }
        .mobile-menu .menu > li.menu-item-has-children.active:after {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .mobile-menu .menu > li.menu-item-has-children .sub-menu {
        padding-left: 0.625em;
        display: none;
        margin-bottom: 1.25em; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu li {
          margin-left: 0; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:before {
            content: none; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:first-child {
            margin-top: 0; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:last-child {
            margin-bottom: 0; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu a {
          color: #f9f9f9;
          font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .mobile-menu .icon-close-container {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 16px;
    right: 14px;
    cursor: pointer;
    z-index: 99999; }
  .mobile-menu .icon-close {
    width: 28px;
    height: 28px; }
    .mobile-menu .icon-close path:first-child {
      fill: #fff; }
  .mobile-menu .search-form input[type="submit"] {
    display: none; }

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #f9f9f9;
  position: fixed;
  width: 100%;
  z-index: 800; }
  @media (max-width: 950px) {
    .site-header .wrap {
      width: 95%; } }

/**
 * Title Area
 */
.title-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .title-area:last-child {
    margin-right: 0; }
  @media screen and (min-width: 800px) {
    .title-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 27.49666%; }
      .title-area:last-child {
        margin-right: 0; } }

.site-title,
.site-description {
  margin-bottom: 0; }

.site-title {
  font-size: 2.5em;
  font-weight: 500; }
  .site-title a:hover,
  .site-title a:focus {
    color: #32657e; }

.site-description {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 500; }

.header-image .site-title,
.header-image .site-description {
  display: block;
  text-indent: -9999px; }

.header-image .site-title > a {
  background: url("assets/images/logo.png") no-repeat scroll left center transparent;
  background-size: 180px;
  display: block;
  min-height: 70px;
  min-width: 263px;
  width: 100%; }
  @media screen and (min-width: 800px) {
    .header-image .site-title > a {
      background: url("assets/images/logo.png") no-repeat scroll left center transparent;
      background-size: contain;
      margin: 15px 0; } }

/**
 * Header Right
 */
.site-header .widget-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  text-align: right; }
  .site-header .widget-area:last-child {
    margin-right: 0; }
  @media screen and (min-width: 800px) {
    .site-header .widget-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 70.14568%;
      margin-right: 0;
      text-align: right; }
      .site-header .widget-area:last-child {
        margin-right: 0; } }
  .site-header .widget-area .genesis-nav-menu {
    display: none; }
    @media screen and (min-width: 800px) {
      .site-header .widget-area .genesis-nav-menu {
        display: block; } }
  .site-header .widget-area .widget {
    margin: 0; }
    .site-header .widget-area .widget li li {
      margin-left: 0; }

.navbar-search {
  background: #fff;
  border-bottom: 1px solid #f9f9f9;
  position: fixed;
  width: 100%;
  z-index: 10000;
  height: 91px;
  display: none; }
  .navbar-search label {
    margin-bottom: 0px; }
  .navbar-search .search-field {
    border: none;
    box-shadow: none;
    font-size: 48px;
    float: left;
    height: 90px;
    margin-bottom: 0px;
    text-transform: uppercase;
    width: 85%; }
  .navbar-search .search-field:focus {
    border: none;
    box-shadow: none; }
  .navbar-search .close-nav-search {
    padding-top: 5px;
    height: 91px; }
    .navbar-search .close-nav-search svg {
      position: relative;
      float: right;
      top: 25px;
      width: 40px;
      height: 40px; }
    .navbar-search .close-nav-search:hover {
      cursor: pointer; }

.genesis-nav-menu {
  clear: both;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1;
  width: 100%; }

.genesis-nav-menu .menu-item {
  display: inline-block;
  font-size: 0.75em;
  position: relative;
  text-align: left; }
  .genesis-nav-menu .menu-item > a {
    color: #333333;
    display: block;
    border: 2px solid transparent;
    padding: 0.75em;
    transition: color 300ms ease;
    text-transform: uppercase; }
    @media (max-width: 1100px) {
      .genesis-nav-menu .menu-item > a {
        padding: 0.375em; } }
  .genesis-nav-menu .menu-item a:hover,
  .genesis-nav-menu .menu-item a:focus,
  .genesis-nav-menu .menu-item.current-menu-item > a,
  .genesis-nav-menu .menu-item.current-menu-ancestor > a,
  .genesis-nav-menu .menu-item.current-menu-parent > a {
    color: #32657e;
    border: 2px solid #32657e;
    border-radius: 4px; }
  .genesis-nav-menu .menu-item .sub-menu {
    background: #fff;
    border-bottom: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
    width: 200px;
    position: absolute;
    left: 0;
    list-style: none;
    text-align: left;
    text-transform: none;
    margin: 29px 0 0 0;
    padding: 10px 0;
    z-index: 280;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .genesis-nav-menu .menu-item .sub-menu .menu-item {
      display: block; }
    .genesis-nav-menu .menu-item .sub-menu a {
      background-color: white;
      border: none;
      color: #333333;
      padding: 1.5em;
      position: reative;
      transition: all 300ms ease;
      width: 100%; }
      .genesis-nav-menu .menu-item .sub-menu a span {
        font-size: 1.3em;
        line-height: 1.5em; }
      .genesis-nav-menu .menu-item .sub-menu a:hover {
        color: #32657e; }
  .genesis-nav-menu .menu-item:hover > .sub-menu, .genesis-nav-menu .menu-item:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

.nav-primary {
  display: none; }
  .nav-primary .wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .nav-primary .genesis-nav-menu > .menu-item {
    padding: 20px 0; }
    @media (min-width: 1100px) {
      .nav-primary .genesis-nav-menu > .menu-item {
        padding: 28px 0; } }
  .nav-primary .menu-item a {
    color: #a9a9a9; }
  .nav-primary .nav-search {
    position: relative; }
    @media (max-width: 1100px) {
      .nav-primary .nav-search {
        border-left: none;
        padding-left: 0.375em !important; } }
    .nav-primary .nav-search a {
      border: none !important;
      color: #8bd3bd;
      position: relative; }
      .nav-primary .nav-search a:before {
        content: "";
        border-left: 1px solid #f9f9f9;
        border-left-color: #a9a9a9;
        padding-left: 0.375em;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0; }
        @media (max-width: 1100px) {
          .nav-primary .nav-search a:before {
            border-left: none; } }
    .nav-primary .nav-search span {
      margin-right: 1.5em; }
      @media (max-width: 1100px) {
        .nav-primary .nav-search span {
          display: none; } }
    .nav-primary .nav-search svg {
      fill: #8bd3bd;
      right: 0;
      top: 5px;
      position: absolute;
      width: 20px; }
      @media (max-width: 1100px) {
        .nav-primary .nav-search svg {
          top: 18px;
          width: 15px; } }
    .nav-primary .nav-search:hover, .nav-primary .nav-search:active, .nav-primary .nav-search:focus, .nav-primary .nav-search.current-menu-item {
      position: relative; }
      .nav-primary .nav-search:hover a, .nav-primary .nav-search:active a, .nav-primary .nav-search:focus a, .nav-primary .nav-search.current-menu-item a {
        border: none !important; }
      .nav-primary .nav-search:hover svg, .nav-primary .nav-search:active svg, .nav-primary .nav-search:focus svg, .nav-primary .nav-search.current-menu-item svg {
        fill: #32657e; }
  @media screen and (min-width: 800px) {
    .nav-primary {
      display: block; } }

.page-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 350px; }
  @media screen and (min-width: 600px) {
    .page-banner {
      min-height: 450px; } }
  .page-banner.is-dark .page-banner-title,
  .page-banner.is-dark .page-banner-subtitle,
  .page-banner.is-dark .page-banner-post-date {
    color: #fff; }
  .page-banner.is-light .page-banner-title,
  .page-banner.is-light .page-banner-subtitle,
  .page-banner.is-light .page-banner-post-date {
    color: #333333; }
  .page-banner > .wrap {
    width: 100%;
    height: 100%;
    position: relative; }

.page-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 10; }

.page-banner-title,
.page-banner-subtitle,
.page-banner-post-date,
.page-banner-content > h2 {
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
  width: 100%; }

.page-banner-content > h2 {
  color: #fff; }

.page-banner > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .page-banner > .overlay.is-dark {
    background-color: rgba(0, 0, 0, 0.5); }
  .page-banner > .overlay.is-light {
    background-color: rgba(255, 255, 255, 0.3); }

@media screen and (min-width: 800px) {
  .page-banner-img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .page-banner-img:last-child {
      margin-right: 0; } }

.page-banner-img > img {
  border-radius: 50%;
  width: 200px; }
  @media screen and (min-width: 800px) {
    .page-banner-img > img {
      width: auto; } }

@media screen and (min-width: 800px) {
  .page-banner-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    .page-banner-info:last-child {
      margin-right: 0; } }

.page-banner-info h1,
.page-banner-info h2,
.page-banner-info h3,
.page-banner-info h4,
.page-banner-info h5,
.page-banner-info h6,
.page-banner-info p,
.page-banner-info a {
  color: #fff; }

.single-team_member .page-banner {
  height: 550px; }
  .single-team_member .page-banner .page-banner-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  @media screen and (min-width: 800px) {
    .single-team_member .page-banner {
      height: 350px; } }

.breadcrumb {
  font-size: 1em;
  margin-bottom: 0.75em; }
  .breadcrumb span:not(.breadcrumb-link-wrap) {
    padding: 0 4px; }

.sidebar {
  font-size: 1em; }
  @media screen and (min-width: 800px) {
    .sidebar {
      margin-top: 5em; } }

.sidebar li {
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }

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

.sidebar .widget {
  margin-bottom: 3em; }

.pagination {
  display: block;
  margin-bottom: 3em;
  text-align: center; }
  .pagination li,
  .pagination .pagination-next,
  .pagination .pagination-previous {
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 3px;
    border-color: #a9a9a9;
    display: inline-block;
    transition: all 300ms ease; }
    .pagination li a,
    .pagination .pagination-next a,
    .pagination .pagination-previous a {
      display: inline-block;
      color: #333333;
      padding: 0.75em 1.5em; }
    .pagination li .active, .pagination li:hover, .pagination li:focus,
    .pagination .pagination-next .active,
    .pagination .pagination-next:hover,
    .pagination .pagination-next:focus,
    .pagination .pagination-previous .active,
    .pagination .pagination-previous:hover,
    .pagination .pagination-previous:focus {
      background: #f9f9f9; }
    .pagination li:hover, .pagination li:focus,
    .pagination .pagination-next:hover,
    .pagination .pagination-next:focus,
    .pagination .pagination-previous:hover,
    .pagination .pagination-previous:focus {
      border: 1px solid #f9f9f9;
      border-color: #f9f9f9; }

.site-footer {
  background-color: #8bd3bd;
  clear: both;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.5;
  padding: 1.875em 0;
  text-align: center; }

.site-footer p {
  margin-bottom: 0; }

@media screen and (min-width: 800px) {
  .footer-left {
    float: left; }
  .footer-right {
    float: right; } }

.footer-creds {
  color: white;
  font-weight: 400; }
  .footer-creds a {
    color: white; }

.footer-right a {
  font-weight: 600; }

.widget {
  clear: both;
  overflow: auto; }
  .widget li {
    margin-left: 0em !important; }
    .widget li:before {
      display: none; }

.footer-widgets {
  background: #f9f9f9;
  clear: both;
  overflow: auto;
  padding: 3em 0; }

.footer-widgets .widget-area {
  padding: 1.5em 0; }
  @media screen and (min-width: 600px) {
    .footer-widgets .widget-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .footer-widgets .widget-area:last-child {
        margin-right: 0; }
      .footer-widgets .widget-area:nth-child(2n) {
        margin-right: 0; }
      .footer-widgets .widget-area:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 800px) {
    .footer-widgets .widget-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .footer-widgets .widget-area:last-child {
        margin-right: 0; }
      .footer-widgets .widget-area:nth-child(2n) {
        margin-right: 2.35765%; }
      .footer-widgets .widget-area:nth-child(2n+1) {
        clear: none; }
      .footer-widgets .widget-area:nth-child(4n) {
        margin-right: 0; }
      .footer-widgets .widget-area:nth-child(4n+1) {
        clear: left; } }

.sidebar .widget-title {
  font-weight: 500;
  font-weight: bold;
  font-size: 1.5em; }

.widget-title {
  margin-bottom: 0.375em; }

.footer-widgets li {
  padding: 0.375em 0; }

.footer-widgets li:first-child {
  padding-top: 0; }

.footer-widgets p {
  color: #a9a9a9; }

.footer-widgets .menu a {
  color: #a9a9a9;
  transition: all 300ms ease; }
  .footer-widgets .menu a:hover {
    color: #32657e;
    border-bottom: 1px solid #f9f9f9;
    border-color: #32657e;
    border-width: 3px;
    padding-bottom: 0.1875em; }

.footer-widgets a {
  color: #32657e; }

.sidebar .widget_nav_menu,
.sidebar .quick-links-widget {
  background-color: #f9f9f9;
  padding: 1.5em; }
  .sidebar .widget_nav_menu ul,
  .sidebar .quick-links-widget ul {
    padding: 0; }
  .sidebar .widget_nav_menu li,
  .sidebar .quick-links-widget li {
    margin-bottom: 0;
    padding-bottom: 0.75em; }
    .sidebar .widget_nav_menu li:last-child,
    .sidebar .quick-links-widget li:last-child {
      padding-bottom: 0; }
  .sidebar .widget_nav_menu a,
  .sidebar .quick-links-widget a {
    color: #32657e;
    font-size: 0.875em; }
    .sidebar .widget_nav_menu a:hover,
    .sidebar .quick-links-widget a:hover {
      color: #8bd3bd; }

.widget_team_member_contact {
  padding: 1.5em;
  background-color: #f9f9f9; }
  .widget_team_member_contact hr {
    margin: 1.5em 0; }

.team-member-contact {
  border-bottom: 1px solid #f9f9f9;
  border-color: #a9a9a9;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  overflow: hidden;
  clear: both; }
  .team-member-contact:last-child {
    border-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 0; }

.contact-image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  max-height: 64px;
  max-width: 64px; }
  .contact-image:last-child {
    margin-right: 0; }

.contact-info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  line-height: .9em; }
  .contact-info:last-child {
    margin-right: 0; }

.contact-name {
  text-transform: uppercase;
  font-size: 0.875em; }

.contact-position {
  font-size: 0.75em;
  font-weight: bold; }

.contact-email, .contact-phone {
  font-size: 0.875em;
  white-space: nowrap; }
  .contact-email a, .contact-phone a {
    color: #333333; }

.contact-contact {
  margin-top: 0.1875em; }

.events-widget .widget-title {
  border-bottom: 1px solid #f9f9f9;
  border-bottom-color: #32657e;
  border-bottom-width: 4px;
  padding-bottom: 0.375em; }

.events-widget .event {
  clear: both;
  padding: 0.75em 0;
  overflow: auto;
  min-height: 70px; }
  .events-widget .event a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .events-widget .event:hover .event-date {
    background-color: #32657e; }

.events-widget .event:last-child {
  padding-bottom: 0; }

.event-date {
  background-color: #8bd3bd;
  color: white;
  display: inline-block;
  line-height: 18px;
  margin-right: 10px;
  padding: 10px 16px;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms ease; }

.event-month {
  font-size: 0.75em;
  text-align: center; }

.event-day {
  font-size: 1.25em;
  text-align: center; }

.event-details {
  color: #333333;
  line-height: 0.875em;
  padding: 0 0.75em; }

.event-category {
  font-weight: bold;
  text-transform: uppercase; }

.event-title {
  font-size: 0.875em;
  padding-top: 0.75em; }

.phone-fax a {
  color: #a9a9a9; }
  .phone-fax a:hover {
    color: #32657e; }

.social-links {
  padding-top: 0.75em; }
  .social-links li {
    display: inline; }
  .social-links svg {
    background: #a9a9a9;
    height: 30px;
    padding: 5px;
    margin-right: 5px;
    width: 30px;
    transition: all 300ms ease; }
    .social-links svg path {
      fill: #fff;
      stroke: none; }
    .social-links svg:hover {
      background: #32657e; }

@media (min-width: 1050px) {
  .widget_synved_social_share .widget-title {
    display: inline-block;
    padding-right: 12px; } }

.widget_synved_social_share .widget-wrap div {
  display: inline-block; }

.tags-widget {
  background-color: #f9f9f9; }
  .tags-widget .widget-wrap {
    padding: 1.5em; }

.categories-widget {
  background-color: #f9f9f9; }
  .categories-widget .widget-wrap {
    padding: 1.5em; }
  .categories-widget .cat-link a {
    border-bottom: 1px solid #f9f9f9;
    border-color: #a9a9a9;
    color: #a9a9a9;
    display: inline-block;
    padding: 0.375em 0;
    width: 100%; }
    .categories-widget .cat-link a:hover {
      color: #32657e; }
  .categories-widget .cat-link:first-of-type a {
    padding-top: 0; }
  .categories-widget .cat-link:last-child a {
    border-bottom: none;
    padding-bottom: 0; }

.related-churches-widget .widget-title {
  border-bottom: 1px solid #f9f9f9;
  border-width: 4px;
  border-color: #32657e;
  padding-bottom: 0.375em; }

.related-churches-widget .church {
  border-bottom: 1px solid #f9f9f9;
  border-color: #a9a9a9;
  clear: both;
  padding: 0.75em 0;
  overflow: hidden; }

.related-churches-widget .church:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.related-churches-widget .church-image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  max-width: 80px;
  margin-bottom: -6px; }
  .related-churches-widget .church-image:last-child {
    margin-right: 0; }

.related-churches-widget .church-link-outer-wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding: 0 0.75em;
  position: relative;
  height: 80px; }
  .related-churches-widget .church-link-outer-wrap:last-child {
    margin-right: 0; }
  .related-churches-widget .church-link-outer-wrap a {
    color: #333333; }
    .related-churches-widget .church-link-outer-wrap a:hover {
      color: #32657e; }
  .related-churches-widget .church-link-outer-wrap .inner-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.live-search-table {
  border-collapse: collapse;
  display: table;
  width: 100%; }

.live-search-row {
  border-bottom: 1px solid #f9f9f9;
  border-color: #32657e;
  display: table-row; }

.live-search-cell {
  display: table-cell;
  padding: 0.75em 0;
  vertical-align: top; }

.live-search-ico {
  vertical-align: middle; }

.live-search-group-title {
  color: #333333;
  font-size: 0.875em;
  font-weight: 600;
  text-transform: uppercase;
  width: 15%; }

.live-search-results .live-search-result-row {
  padding-bottom: 10px; }

.live-search-table:last-child .live-search-row:last-child {
  border-bottom: 0; }
  .live-search-table:last-child .live-search-row:last-child .live-search-cell {
    padding-bottom: 0; }

.live-search-result-cell {
  display: table-cell;
  vertical-align: middle; }

.live-search-staff-pic div {
  width: 24px;
  height: 24px; }

.live-search-staff-title {
  padding-left: 10px; }

.live-search-ico {
  width: 18px; }

.live-search-gt-cell {
  display: table-cell;
  vertical-align: middle; }

.live-search-gt-cell-title {
  padding-left: 5px; }

#top-hit-table .live-search-cell {
  padding-top: 0; }

body .searchwp-live-search-results {
  padding: 1.5em;
  position: fixed; }

.live-search-results .live-search-result-row:last-child {
  padding-bottom: 0; }

.single-tribe_events #tribe-events-pg-template {
  max-width: 1200px;
  padding: 3em 0 1.5em; }

@media screen and (min-width: 800px) {
  .single-tribe_events #tribe-events-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .single-tribe_events #tribe-events-content:last-child {
      margin-right: 0; } }

@media screen and (min-width: 800px) {
  .single-tribe_events #tribe-events-content.no-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .single-tribe_events #tribe-events-content.no-sidebar:last-child {
      margin-right: 0; } }

@media screen and (min-width: 800px) {
  .single-tribe_events .tribe-events-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-right: 0; }
    .single-tribe_events .tribe-events-sidebar:last-child {
      margin-right: 0; } }

.single-tribe_events .tribe-events-sidebar.no-sidebar {
  display: none; }

.event-section {
  padding-top: 5em; }

.event-date-location {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .event-date-location::after {
    clear: both;
    content: "";
    display: table; }
  .event-date-location .event-information-date,
  .event-date-location .event-information-location {
    padding: 1.5em;
    text-align: center; }
    @media screen and (min-width: 800px) {
      .event-date-location .event-information-date,
      .event-date-location .event-information-location {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-right: 0; }
        .event-date-location .event-information-date:last-child,
        .event-date-location .event-information-location:last-child {
          margin-right: 0; } }
  .event-date-location .event-icon {
    margin-bottom: 1.5em; }
  .event-date-location .event-icon svg {
    fill: #f67eb4;
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 50px; }

.event-speakers .speaker {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }
  .event-speakers .speaker::after {
    clear: both;
    content: "";
    display: table; }
  .event-speakers .speaker:last-child {
    border: none; }
  @media screen and (min-width: 800px) {
    .event-speakers .speaker .speaker-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .event-speakers .speaker .speaker-image:last-child {
        margin-right: 0; } }
  .event-speakers .speaker .speaker-image img {
    width: 100%; }
  @media screen and (min-width: 800px) {
    .event-speakers .speaker .speaker-info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      margin-right: 0; }
      .event-speakers .speaker .speaker-info:last-child {
        margin-right: 0; } }

/*** Sermons Facets ***/
@media screen and (min-width: 800px) {
  #messages-sidebar .facetwp-sidebar-item {
    width: 25%; }
    #messages-sidebar .facetwp-sidebar-item#reset-button {
      width: 20%;
      float: left;
      text-align: left; } }

/* Archive */
.message-box {
  width: 100%;
  text-align: left;
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  display: block !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5em; }
  @media screen and (min-width: 800px) {
    .message-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      height: 300px;
      padding-top: 0;
      display: flex !important;
      align-items: flex-end; }
      .message-box:last-child {
        margin-right: 0; }
      .message-box:nth-child(2n) {
        margin-right: 0; }
      .message-box:nth-child(2n+1) {
        clear: left; } }
  .message-box:before {
    background: rgba(50, 101, 126, 0.8);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: all 500ms ease; }
    @media screen and (min-width: 800px) {
      .message-box:before {
        background-color: rgba(50, 101, 126, 0.8);
        background: linear-gradient(rgba(50, 101, 126, 0.1) 0%, rgba(50, 101, 126, 0.9) 70%); } }
  .message-box .message-info {
    transition: all 300ms ease;
    padding: 2em;
    position: relative;
    z-index: 20; }
    .message-box .message-info *:last-child {
      margin-bottom: 0; }
    .message-box .message-info .message-category {
      font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      text-transform: uppercase;
      font-size: 0.875em;
      color: #8bd3bd;
      font-weight: 600; }
    .message-box .message-info .message-title {
      font-size: 1.5em;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 0; }
    .message-box .message-info .hidden-content {
      height: 0;
      overflow: hidden; }
    .message-box .message-info .message-summary {
      color: #ddd;
      font-size: 0.875em;
      margin-top: 1em;
      margin-bottom: 0; }
    .message-box .message-info .message-button {
      margin-top: 1.5em;
      background-color: #ffffff;
      border: 2px solid transparent;
      color: #111111;
      cursor: pointer;
      display: inline-block;
      font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 0.75em;
      font-weight: 600;
      line-height: 1.2;
      padding: 0.75em 1.25em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      vertical-align: middle;
      display: inline-block; }
  @media screen and (min-width: 800px) {
    .message-box:hover {
      align-items: center; }
      .message-box:hover:before {
        background-color: rgba(50, 101, 126, 0.8); }
      .message-box:hover .hidden-content {
        height: 100%; } }

/* Single */
.single-message_videos .single-message-section {
  margin: 3em auto; }
  @media screen and (min-width: 800px) {
    .single-message_videos .single-message-section {
      margin: 5em auto; } }

.single-message_videos .single-message-info {
  overflow: hidden; }
  @media screen and (min-width: 800px) {
    .single-message_videos .single-message-info {
      display: flex;
      align-items: center; } }
  .single-message_videos .single-message-info .message-video {
    margin-bottom: 3em; }
    @media screen and (min-width: 800px) {
      .single-message_videos .single-message-info .message-video {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-bottom: 0; }
        .single-message_videos .single-message-info .message-video:last-child {
          margin-right: 0; } }
    #html .single-message_videos .single-message-info .message-video .arve {
      margin-bottom: 0; }
  @media screen and (min-width: 800px) {
    .single-message_videos .single-message-info .info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .single-message_videos .single-message-info .info:last-child {
        margin-right: 0; } }
  .single-message_videos .single-message-info .info .message-category {
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: none;
    margin-bottom: 0.3em;
    text-transform: uppercase; }
  .single-message_videos .single-message-info .info .message-title {
    margin-bottom: 0.3em; }
  .single-message_videos .single-message-info .info .message-speaker-date a {
    color: #333333; }
    .single-message_videos .single-message-info .info .message-speaker-date a:hover {
      color: #32657e; }
  .single-message_videos .single-message-info .info .message-topic-events .item {
    margin-bottom: 0.5em;
    display: inline-block;
    margin-right: 0.3em;
    padding-right: 0.5em;
    line-height: 1.3em; }
    .single-message_videos .single-message-info .info .message-topic-events .item:last-child {
      margin-right: 0;
      padding-right: 0;
      margin-bottom: 0;
      border-right: none; }
  .single-message_videos .single-message-info .info .message-topic-events a {
    color: #333333; }
    .single-message_videos .single-message-info .info .message-topic-events a:hover {
      color: #32657e; }
  .single-message_videos .single-message-info .info .message-notes {
    margin-top: 1.5em; }

.single-message_videos .related-sermons-section {
  background-color: #fefefe;
  padding-top: 3em;
  padding-bottom: 3em; }
  .single-message_videos .related-sermons-section .related-sermons-title {
    margin-bottom: 1em; }
  .single-message_videos .related-sermons-section .sermon-box {
    margin-top: 2em;
    overflow: hidden;
    display: block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    transition: all 300ms ease; }
    .single-message_videos .related-sermons-section .sermon-box:last-child {
      margin-right: 0; }
    .single-message_videos .related-sermons-section .sermon-box:nth-child(4n) {
      margin-right: 2.35765%; }
    .single-message_videos .related-sermons-section .sermon-box:nth-child(4n+1) {
      clear: none; }
    .single-message_videos .related-sermons-section .sermon-box:nth-child(2n) {
      margin-right: 0; }
    .single-message_videos .related-sermons-section .sermon-box:nth-child(2n+1) {
      clear: left; }
    .single-message_videos .related-sermons-section .sermon-box:nth-child(1), .single-message_videos .related-sermons-section .sermon-box:nth-child(2) {
      margin-top: 0; }
    @media screen and (min-width: 600px) {
      .single-message_videos .related-sermons-section .sermon-box {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .single-message_videos .related-sermons-section .sermon-box:last-child {
          margin-right: 0; }
        .single-message_videos .related-sermons-section .sermon-box:nth-child(2n) {
          margin-right: 2.35765%; }
        .single-message_videos .related-sermons-section .sermon-box:nth-child(2n+1) {
          clear: none; }
        .single-message_videos .related-sermons-section .sermon-box:nth-child(4n) {
          margin-right: 0; }
        .single-message_videos .related-sermons-section .sermon-box:nth-child(4n+1) {
          clear: left; }
        .single-message_videos .related-sermons-section .sermon-box:nth-child(3), .single-message_videos .related-sermons-section .sermon-box:nth-child(4) {
          margin-top: 0; } }
    .single-message_videos .related-sermons-section .sermon-box .sermon-img {
      width: 100%;
      padding-top: 65%;
      display: block; }
    .single-message_videos .related-sermons-section .sermon-box .sermon-info {
      text-align: center;
      padding: 20px 10px 0 10px; }
      .single-message_videos .related-sermons-section .sermon-box .sermon-info .sermon-title {
        margin: 0; }
        .single-message_videos .related-sermons-section .sermon-box .sermon-info .sermon-title a {
          text-transform: uppercase;
          color: #333333;
          font-weight: 600; }
      .single-message_videos .related-sermons-section .sermon-box .sermon-info .sermon-date {
        font-weight: bold;
        font-size: .8em;
        text-transform: uppercase;
        line-height: 1.5em;
        display: block; }
    .single-message_videos .related-sermons-section .sermon-box:hover {
      transform: scale(1.03); }

.facetwp-filter-bar {
  background: #eee;
  margin-bottom: 2em;
  padding: 2em;
  padding-bottom: 1em;
  position: relative;
  z-index: 350;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .facetwp-filter-bar::after {
    clear: both;
    content: "";
    display: table; }
  .facetwp-filter-bar .facetwp-sidebar-item {
    margin-bottom: 1em; }
    @media screen and (min-width: 800px) {
      .facetwp-filter-bar .facetwp-sidebar-item {
        width: 28%;
        float: left; }
        .facetwp-filter-bar .facetwp-sidebar-item#reset-button {
          width: 16%;
          float: right;
          text-align: right; } }
    .facetwp-filter-bar .facetwp-sidebar-item .widget-title {
      font-size: 1.125em;
      margin-bottom: 0.3em; }
    .facetwp-filter-bar .facetwp-sidebar-item .facetwp-facet {
      margin-bottom: 0;
      width: 100%; }
      @media screen and (min-width: 800px) {
        .facetwp-filter-bar .facetwp-sidebar-item .facetwp-facet {
          width: 80%; } }
      .facetwp-filter-bar .facetwp-sidebar-item .facetwp-facet.facetwp-type-proximity {
        display: flex; }
      .facetwp-filter-bar .facetwp-sidebar-item .facetwp-facet input.facetwp-search,
      .facetwp-filter-bar .facetwp-sidebar-item .facetwp-facet input.facetwp-location {
        min-width: unset; }
    .facetwp-filter-bar .facetwp-sidebar-item .facetwp-input-wrap {
      width: 100%; }
    .facetwp-filter-bar .facetwp-sidebar-item input,
    .facetwp-filter-bar .facetwp-sidebar-item select {
      padding: 5px 8px;
      margin-bottom: 0;
      border: 1px solid #ddd;
      border-radius: 0;
      box-sizing: border-box;
      background: white;
      outline: none;
      width: 100%;
      font-size: 0.75em; }
    .facetwp-filter-bar .facetwp-sidebar-item select {
      width: auto; }
    .facetwp-filter-bar .facetwp-sidebar-item .facetwp-type-fselect .fs-wrap {
      width: 100%; }
      .facetwp-filter-bar .facetwp-sidebar-item .facetwp-type-fselect .fs-wrap .fs-label-wrap {
        width: 100%; }
    .facetwp-filter-bar .facetwp-sidebar-item .facetwp-facet .facetwp-autocomplete-update {
      display: none; }
    .facetwp-filter-bar .facetwp-sidebar-item div:focus {
      outline: none; }
    .facetwp-filter-bar .facetwp-sidebar-item .fwp-reset-button {
      margin-top: 0.6em;
      background-color: #a9a9a9;
      border: 2px solid transparent;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 0.875em;
      font-weight: 400;
      line-height: 1.2;
      padding: 0.75em 0.875em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 300ms ease;
      vertical-align: middle; }
      .facetwp-filter-bar .facetwp-sidebar-item .fwp-reset-button:hover, .facetwp-filter-bar .facetwp-sidebar-item .fwp-reset-button:focus {
        background-color: transparent;
        color: #a9a9a9;
        border-color: #a9a9a9; }
  .facetwp-filter-bar .facetwp-selections {
    clear: both;
    text-align: center; }
    .facetwp-filter-bar .facetwp-selections ul {
      margin-bottom: 1em; }
    .facetwp-filter-bar .facetwp-selections li {
      padding-left: 0;
      margin-bottom: 0; }
      .facetwp-filter-bar .facetwp-selections li:before {
        display: none; }
      .facetwp-filter-bar .facetwp-selections li[data-facet="church_map"] {
        display: none; }
      .facetwp-filter-bar .facetwp-selections li .facetwp-selection-label {
        font-weight: bold; }

.facetwp-pager {
  clear: both; }

/**
 * Sections
 */
.accordion-page .wrap.content:first-child {
  padding-bottom: 40px; }

.accordion-page .wrap.content:last-child {
  padding-top: 0; }

.accordion-page .wrap.no-content:first-child {
  padding: 0; }

.accordion-block {
  box-sizing: border-box; }
  .accordion-block .title {
    font-weight: 500;
    text-transform: uppercase; }
  .accordion-block .accordion-row {
    margin-bottom: 15px; }
    .accordion-block .accordion-row:last-child {
      margin-bottom: 0; }
    .accordion-block .accordion-row .accordion-title {
      background: white;
      color: #a9a9a9;
      text-transform: uppercase;
      padding: 10px 20px;
      padding-right: 45px;
      position: relative;
      font-weight: 700;
      cursor: pointer;
      border: 1px solid #f9f9f9;
      border-color: #32657e;
      border-right: none;
      border-left: none;
      -webkit-transition: 300ms ease;
      -moz-transition: 300ms ease;
      transition: 300ms ease; }
      .accordion-block .accordion-row .accordion-title svg {
        position: absolute;
        right: 15px;
        top: 50%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        transition: 300ms ease; }
        .accordion-block .accordion-row .accordion-title svg path, .accordion-block .accordion-row .accordion-title svg polygon {
          fill: #a9a9a9; }
      .accordion-block .accordion-row .accordion-title:hover {
        border: 1px solid transparent;
        border-right: none;
        border-left: none;
        background: #32657e;
        color: white; }
        .accordion-block .accordion-row .accordion-title:hover svg path, .accordion-block .accordion-row .accordion-title:hover svg polygon {
          fill: white; }
      .accordion-block .accordion-row .accordion-title.active {
        border: 1px solid transparent;
        border-right: none;
        border-left: none;
        background: #32657e;
        color: white; }
        .accordion-block .accordion-row .accordion-title.active svg {
          -webkit-transform: translateY(-50%) rotate(45deg);
          -moz-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }
          .accordion-block .accordion-row .accordion-title.active svg path, .accordion-block .accordion-row .accordion-title.active svg polygon {
            fill: white; }
    .accordion-block .accordion-row .accordion-info {
      display: none;
      color: #555555;
      padding: 20px 20px 5px 20px;
      box-sizing: border-box; }
    .accordion-block .accordion-row:first-child {
      padding-top: 0; }
    .accordion-block .accordion-row:last-child {
      padding-bottom: 0;
      border-bottom: none; }

#flexible-section-repeater .informational-cta-section {
  position: relative;
  background: #f9f9f9; }
  #flexible-section-repeater .informational-cta-section.page-flexible-section:last-child {
    margin-bottom: 5em; }
  #flexible-section-repeater .informational-cta-section.wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  #flexible-section-repeater .informational-cta-section .wrap {
    position: static; }
  #flexible-section-repeater .informational-cta-section .item {
    width: 100%; }
    @media screen and (min-width: 800px) {
      #flexible-section-repeater .informational-cta-section .item {
        width: 50%; } }
    #flexible-section-repeater .informational-cta-section .item.fifty-content {
      padding: 3em 0; }
      @media screen and (min-width: 800px) {
        #flexible-section-repeater .informational-cta-section .item.fifty-content {
          padding: 6em 4em; } }
      #flexible-section-repeater .informational-cta-section .item.fifty-content p {
        font-size: 1em; }
      @media screen and (min-width: 800px) {
        #flexible-section-repeater .informational-cta-section .item.fifty-content {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          #flexible-section-repeater .informational-cta-section .item.fifty-content:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 800px) {
        #flexible-section-repeater .informational-cta-section .item.fifty-content.left {
          padding-left: 0; } }
      @media screen and (min-width: 800px) {
        #flexible-section-repeater .informational-cta-section .item.fifty-content.right {
          margin-left: 51.17883%;
          padding-left: 3em;
          padding-right: 0; } }
    #flexible-section-repeater .informational-cta-section .item.image {
      position: relative;
      height: 400px; }
      @media screen and (min-width: 800px) {
        #flexible-section-repeater .informational-cta-section .item.image {
          display: block;
          position: absolute;
          width: 50%;
          height: 100%; }
          #flexible-section-repeater .informational-cta-section .item.image.left {
            left: 50%; }
          #flexible-section-repeater .informational-cta-section .item.image.right {
            right: 50%; } }
      #flexible-section-repeater .informational-cta-section .item.image .bg {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat; }

.featured-articles-section {
  clear: both; }

.featured-articles-section .wrap {
  background-color: #f9f9f9;
  position: relative;
  padding: 0px;
  margin: 0;
  width: 100%; }

.featured-articles {
  padding: 2em 1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 600px) {
    .featured-articles {
      padding: 3em 2em;
      margin-bottom: 2em; } }

.fa-title {
  text-align: center;
  padding: .75em;
  overflow: hidden; }

.article.slide {
  padding: 0 1.5em; }

.fa-image {
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-position: center; }

.fa-upper-content {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 175px;
  position: relative; }
  .fa-upper-content:after {
    background-color: #333333;
    content: "";
    height: 100%;
    opacity: .4;
    position: absolute;
    top: 0;
    transition: all 300ms ease;
    left: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10; }
  .fa-upper-content:before {
    content: "";
    border: 2px solid white;
    height: 90%;
    position: absolute;
    top: 5%;
    transition: all 300ms ease;
    left: 5%;
    visibility: hidden;
    width: 90%;
    z-index: 11; }
  .fa-upper-content .fa-post-hover-arrow {
    z-index: 11;
    position: absolute;
    top: 0;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    visibility: hidden; }
    .fa-upper-content .fa-post-hover-arrow svg {
      top: 45%;
      right: 0;
      margin: 0 auto;
      left: 0;
      vertical-align: middle;
      position: absolute;
      width: 10%; }
      .fa-upper-content .fa-post-hover-arrow svg g {
        stroke-width: 1px; }
  .fa-upper-content:hover:after, .fa-upper-content:hover:before,
  .fa-upper-content:hover .fa-post-hover-arrow {
    visibility: visible; }

.fa-post-date-wrap {
  bottom: -10px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100; }

.fa-post-date {
  background-color: #f9f9f9;
  color: #222222;
  font-weight: 400;
  padding: 0.75em 2.25em;
  text-transform: uppercase; }

.fa-lower-content {
  background-color: white;
  padding: 1.5em; }

.fa-post-title {
  padding-top: 0.75em;
  font-size: 1.25em; }

.fa-post-title a {
  color: #222222;
  font-size: 0.8125em;
  font-weight: 600; }

.fa-excerpt {
  color: #a9a9a9;
  font-size: 1.05em; }

.fa-read-more a {
  color: #a9a9a9;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 150ms ease; }
  .fa-read-more a:hover {
    color: #8bd3bd; }

.fa-previous,
.fa-next {
  background-color: #fff;
  opacity: 0.8;
  position: absolute;
  top: 52%;
  transition: all 150ms ease; }
  .fa-previous svg,
  .fa-next svg {
    margin: 40px 0.75em 35px;
    width: 20px;
    height: auto; }
  .fa-previous:hover,
  .fa-next:hover {
    cursor: pointer;
    opacity: 1; }

.fa-previous {
  left: 0; }

.fa-next {
  right: 0; }
  .fa-next svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.message-videos-section {
  position: relative; }
  .message-videos-section .section-header {
    text-align: center; }
    @media screen and (min-width: 600px) {
      .message-videos-section .section-header {
        text-align: left; } }
    .message-videos-section .section-header .section-title {
      margin-bottom: 0.2em; }
      @media screen and (min-width: 600px) {
        .message-videos-section .section-header .section-title {
          float: left;
          margin-bottom: 0.7em; } }
    .message-videos-section .section-header .videos-all-link {
      margin-bottom: 1.5em;
      display: inline-block; }
      @media screen and (min-width: 600px) {
        .message-videos-section .section-header .videos-all-link {
          float: right;
          margin-bottom: 0; } }
      .message-videos-section .section-header .videos-all-link a {
        margin: 0; }
  .message-videos-section .message-videos-outer {
    position: relative;
    clear: both;
    margin-left: -1em;
    width: calc(100% + 2em); }
    .message-videos-section .message-videos-outer .message-box {
      margin: 0 1em;
      clear: none;
      background-color: #111111; }
      @media screen and (min-width: 800px) {
        .message-videos-section .message-videos-outer .message-box {
          height: 300px; } }
      .message-videos-section .message-videos-outer .message-box:focus {
        outline: none; }
      .message-videos-section .message-videos-outer .message-box .message-summary {
        display: none; }
        @media (min-width: 1100px) {
          .message-videos-section .message-videos-outer .message-box .message-summary {
            display: block; } }
    .message-videos-section .message-videos-outer .fa-previous,
    .message-videos-section .message-videos-outer .fa-next {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

#flexible-section-repeater .page-flexible-section.has-top-padding {
  padding-top: 3em; }

#flexible-section-repeater .page-flexible-section.has-bot-padding {
  padding-bottom: 3em; }

@media screen and (min-width: 800px) {
  #flexible-section-repeater .page-flexible-section.has-top-padding {
    padding-top: 5em; }
  #flexible-section-repeater .page-flexible-section.has-bot-padding {
    padding-bottom: 5em; } }

#flexible-section-repeater .content-section:first-child {
  padding-top: 0; }

#flexible-section-repeater .content-section {
  overflow: auto; }

/**
 * Pages
 */
.home .site-inner {
  margin-top: 70px; }
  @media screen and (min-width: 800px) {
    .home .site-inner {
      margin-top: 91px; } }

.home .featured-slider-wrapper {
  position: relative; }
  .home .featured-slider-wrapper .slick-dots li {
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0; }
  .home .featured-slider-wrapper .slick-dots li button:before {
    width: 10px;
    height: 10px;
    border: 2px solid white;
    border-radius: 50%;
    opacity: 1; }
  .home .featured-slider-wrapper .slick-dots .slick-active button:before {
    background-color: white !important; }
  .home .featured-slider-wrapper .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .home .featured-slider-wrapper .slick-dots li button::before {
    color: transparent; }
  .home .featured-slider-wrapper .featured-next,
  .home .featured-slider-wrapper .featured-previous {
    display: none; }
    @media screen and (min-width: 800px) {
      .home .featured-slider-wrapper .featured-next,
      .home .featured-slider-wrapper .featured-previous {
        display: block; } }

.home .featured-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
  opacity: .4;
  transition: all 300ms ease !important; }
  .home .featured-slide:after {
    background: rgba(0, 0, 0, 0.3);
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .home .featured-slide.slick-center {
    opacity: 1; }
  @media screen and (min-width: 800px) {
    .home .featured-slide {
      height: 650px;
      margin: 0 0.75em; } }

.home .featured-content {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 80%;
  text-align: center;
  width: 100%;
  padding: 0 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50; }
  .home .featured-content h1 {
    font-weight: 300; }
    .home .featured-content h1 b {
      font-weight: 700; }
  @media screen and (min-width: 800px) {
    .home .featured-content {
      font-size: 100%;
      padding: 0; } }

.home .featured-previous,
.home .featured-next {
  background-color: white;
  opacity: 0.8;
  position: absolute;
  top: 45%;
  transition: all 150ms ease;
  z-index: 100; }
  .home .featured-previous svg,
  .home .featured-next svg {
    width: 25px;
    margin: 30px 0.375em 24px; }
  .home .featured-previous:hover,
  .home .featured-next:hover {
    cursor: pointer;
    opacity: 1; }

.home .featured-previous {
  left: 0; }

.home .featured-next {
  right: 0; }
  .home .featured-next svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.home .video-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  background: #000;
  display: none; }
  .home .video-container .video-element {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto; }

.video-close {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  z-index: 1000; }
  .video-close svg {
    fill: white; }

.video-play-button svg {
  background-color: white;
  border: 4px solid white;
  border-radius: 50%;
  fill: #8bd3bd;
  opacity: .7;
  height: 90px;
  transition: all 300ms ease;
  width: 90px; }

.video-play-button:hover {
  cursor: pointer; }
  .video-play-button:hover svg {
    fill: #32657e; }

.spotlight-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }

.spot-bg-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: .8; }

.spotlight-top.wrap {
  padding: 6em 0;
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 800px) {
    .spotlight-top.wrap {
      padding: 7.5em 0; } }

.spot-top-left, .spot-top-right {
  text-align: center; }
  @media screen and (min-width: 800px) {
    .spot-top-left, .spot-top-right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .spot-top-left:last-child, .spot-top-right:last-child {
        margin-right: 0; } }

.spot-top-right {
  padding-top: 3em; }
  @media screen and (min-width: 800px) {
    .spot-top-right {
      padding-top: 0;
      text-align: left; } }
  .spot-top-right h1 {
    font-weight: 300; }
    .spot-top-right h1 b,
    .spot-top-right h1 strong {
      font-weight: 700; }

.line-wrap {
  text-align: center; }

.spotlight-line {
  width: 40%;
  height: 4px;
  position: relative;
  background-color: white;
  display: inline-block; }

.home .fa-title {
  padding: 0;
  font-size: 3em; }

.home .featured-articles {
  padding: 0 4em 7em 4em;
  margin-bottom: 0;
  position: relative;
  z-index: 10; }
  .home .featured-articles .article.slide {
    padding: 1.5em; }
    .home .featured-articles .article.slide > div {
      transition: all 300ms ease; }
    .home .featured-articles .article.slide .fa-post-date {
      font-weight: bold;
      font-size: 1em; }
    .home .featured-articles .article.slide .fa-post-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .home .featured-articles .article.slide .fa-excerpt {
      min-height: 100px; }
    .home .featured-articles .article.slide .fa-read-more a {
      font-size: 1.05em;
      font-weight: bold; }
    .home .featured-articles .article.slide.slick-center > div {
      transform: scale(1.08); }

.blurbs.wrap {
  padding: 4.5em 0 6.375em; }

.blurb {
  padding: 1.5em 0;
  text-align: center;
  transition: all 300ms ease; }
  @media screen and (min-width: 600px) {
    .blurb {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .blurb:last-child {
        margin-right: 0; }
      .blurb:nth-child(2n) {
        margin-right: 0; }
      .blurb:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 800px) {
    .blurb {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .blurb:last-child {
        margin-right: 0; }
      .blurb:nth-child(2n) {
        margin-right: 2.35765%; }
      .blurb:nth-child(2n+1) {
        clear: none; }
      .blurb:nth-child(3n) {
        margin-right: 0; }
      .blurb:nth-child(3n+1) {
        clear: left; } }
  .blurb:hover .blurb-icon {
    background-color: #8bd3bd; }

.blurb-icon {
  background-color: #d1d1d1;
  border-radius: 50%;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 1.5em;
  transition: all 300ms ease;
  width: 90px; }
  .blurb-icon svg {
    fill: #ffffff;
    height: 55px;
    margin-top: 15px;
    width: 55px; }
    .blurb-icon svg path {
      stroke: white; }

.blurb-title {
  color: #333333;
  font-size: 1.46875em;
  font-weight: 700; }

.blurb-blurb {
  color: #333333;
  font-size: 0.875em; }

.events-section {
  background: #f9f9f9;
  clear: both;
  position: relative;
  overflow: auto; }
  .events-section > .wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .events-section > .wrap::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 800px) {
      .events-section > .wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }

.featured-events-slider.slick-dotted.slick-slider {
  margin: 0; }

.featured-events-slider .slick-dots {
  bottom: 65px; }
  @media screen and (min-width: 800px) {
    .featured-events-slider .slick-dots {
      bottom: 90px;
      width: 65%; } }

.featured-events-slider .slick-dots li button:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 1; }

.featured-events-slider .slick-dots .slick-active button:before {
  background-color: white !important;
  color: transparent !important; }

.event-slide.slick-slide {
  position: relative; }
  .event-slide.slick-slide .wrap {
    padding: 8em 0;
    padding-bottom: 16em; }

.event-slide-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%; }
  @media screen and (min-width: 800px) {
    .event-slide-bg {
      width: 65%;
      min-height: 600px; } }

.home .featured-events-title {
  font-size: 1.5em;
  margin-bottom: 3em; }

.event-slide-content {
  padding: 8em 0;
  position: relative;
  text-align: center;
  z-index: 100; }
  @media screen and (min-width: 800px) {
    .event-slide-content {
      padding: 9em 7.5em 14em; } }
  .event-slide-content h1,
  .event-slide-content h2,
  .event-slide-content h3,
  .event-slide-content h4,
  .event-slide-content h5,
  .event-slide-content h6,
  .event-slide-content p {
    color: #fff; }
  .event-slide-content h1 {
    font-size: 2.25em;
    margin-bottom: 15px; }
    @media screen and (min-width: 800px) {
      .event-slide-content h1 {
        font-size: 3em; } }
  .event-slide-content p {
    font-size: 1.5em;
    margin: 0; }

.home .events-feed-title {
  font-size: 3em;
  font-weight: 300; }
  .home .events-feed-title .events-feed-title-span {
    text-transform: capitalize;
    font-weight: 700; }

.home .event-category {
  font-weight: 700; }

.sponsored-text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  @media screen and (min-width: 800px) {
    .sponsored-text {
      width: 65%; } }
  .sponsored-text > p {
    color: #fff;
    margin: 0; }

.events-feed {
  display: none;
  padding: 3em 0;
  position: relative; }
  @media screen and (min-width: 800px) {
    .events-feed {
      display: block;
      float: left;
      width: 40%; } }

.events-feed-wrap {
  border: 5px solid #fff;
  margin: 60px;
  padding: 30px;
  position: relative; }
  @media screen and (min-width: 800px) {
    .events-feed-wrap {
      height: 86%;
      float: right;
      margin: 3em 0;
      max-width: 400px;
      padding: 30px 60px;
      position: absolute;
      top: 0;
      left: 62.5%;
      right: 1.5em;
      z-index: 500; } }
  @media only screen and (max-width: 400px) {
    .events-feed-wrap {
      margin: 20px; } }

.blog .site-inner {
  padding-top: 3em; }

.blog .sidebar,
.single .sidebar,
.archive .sidebar {
  margin-top: 0; }

.blog .entry-title {
  font-size: 2em;
  font-weight: 700;
  margin-top: 0.75em;
  margin-bottom: 0.25em; }

.blog .entry-meta {
  text-transform: uppercase;
  font-size: 0.9em; }

.blog .post-date {
  color: #a9a9a9; }
  .blog .post-date:after {
    content: "."; }

.blog .meta-separator {
  color: #a9a9a9;
  margin-right: 0;
  padding: 0 0.1875em; }

.blog .entry-comments-link {
  padding-left: 0; }
  .blog .entry-comments-link:before {
    content: "";
    display: none; }

.entry-header .wp-post-image {
  width: 100%; }

.acf-map .marker,
.church-grid .church {
  visibility: hidden; }

.church-grid .church.church-is-visible {
  visibility: visible; }

.page-template-template-church-locator .site-inner {
  margin-top: 3em; }

.page-template-template-church-locator .locate-me {
  display: none; }

.page-template-template-church-locator .facetwp-checkbox {
  display: inline;
  margin-right: 0.75em;
  text-transform: capitalize; }

.page-template-template-church-locator .left-side {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .page-template-template-church-locator .left-side::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 800px) {
    .page-template-template-church-locator .left-side .facet-filter {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .page-template-template-church-locator .left-side .facet-filter:last-child {
        margin-right: 0; } }
  .page-template-template-church-locator .left-side .facet-filter:last-of-type {
    margin-bottom: 1.5em; }

.page-template-template-church-locator select.facetwp-dropdown,
.page-template-template-church-locator #facetwp-radius {
  margin-left: 1px;
  width: 98%; }

.page-template-template-church-locator .facetwp-facet {
  margin-bottom: 0.75em; }

.page-template-template-church-locator .filter-title {
  display: inline-block;
  padding-bottom: 0.375em;
  width: 100%; }

.page-template-template-church-locator .small-green-button a {
  margin-top: 0.75em;
  width: 100%; }

.page-template-template-church-locator .small-green-button {
  text-align: center; }
  @media screen and (min-width: 800px) {
    .page-template-template-church-locator .small-green-button {
      margin-top: 18px;
      text-align: left; } }

.page-template-template-church-locator #facetwp-location {
  width: 70%;
  float: left; }

.page-template-template-church-locator .selectize-input {
  height: 38px; }
  @media screen and (min-width: 800px) {
    .page-template-template-church-locator .selectize-input {
      height: 42px; } }

.page-template-template-church-locator .selectize-input .item {
  margin-top: 2px; }
  @media screen and (min-width: 800px) {
    .page-template-template-church-locator .selectize-input .item {
      margin-top: 4px !important; } }

.page-template-template-church-locator .selectize-input > input {
  margin-top: 2px; }
  @media screen and (min-width: 800px) {
    .page-template-template-church-locator .selectize-input > input {
      margin-top: 4px !important; } }

.page-template-template-church-locator .facetwp-type-proximity .selectize-input {
  display: inline;
  float: right;
  margin-left: 2%;
  width: 28%; }

.church-grid {
  margin: 3em 0;
  overflow: auto; }

.church-grid .church {
  background-color: #f9f9f9;
  height: 100px;
  margin-bottom: 0.75em;
  position: relative;
  transition: all 150ms ease; }
  .church-grid .church > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .church-grid .church > a:hover .single-church-arrow {
      width: 15%; }
  @media screen and (min-width: 600px) {
    .church-grid .church {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .church-grid .church:last-child {
        margin-right: 0; }
      .church-grid .church:nth-child(2n) {
        margin-right: 0; }
      .church-grid .church:nth-child(2n+1) {
        clear: left; } }
  .church-grid .church .church-details {
    display: none;
    transition: all 3000ms ease; }
  .church-grid .church:hover .church-details {
    display: block;
    background-color: #f9f9f9;
    height: 100%;
    left: 0;
    padding: 0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10; }
  .church-grid .church img {
    height: 100px;
    width: auto; }
  .church-grid .church .name,
  .church-grid .church .pastor {
    position: absolute;
    display: inline;
    left: 112px;
    padding-right: 0.75em; }
    @media (max-width: 650px) and (min-width: 600px) {
      .church-grid .church .name,
      .church-grid .church .pastor {
        line-height: 1em; } }
  .church-grid .church .name {
    top: 0.375em; }
  .church-grid .church .pastor {
    bottom: 0.375em;
    color: #333333; }
  .church-grid .church .single-church-arrow {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background: #32657e;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10%; }

.page-template-default .entry-content,
.error404 .content {
  margin-top: 5em; }

.page-banner {
  margin-top: 70px; }
  @media screen and (min-width: 800px) {
    .page-banner {
      margin-top: 91px; } }

.page .entry-header {
  display: none; }

.acf-map {
  height: 450px; }

.search .site-inner {
  margin-top: 3em; }
  .search .site-inner .entry {
    margin-top: 3em; }

.search .sidebar {
  margin-top: 0; }

.search .entry-footer {
  border-top: none;
  padding-top: 0; }

.search article.entry {
  margin-top: 1.5em !important; }

.search article {
  border-bottom: 1px solid #f9f9f9;
  border-bottom-width: 3px;
  padding-bottom: 1.5em; }

.resource-title,
.section-title {
  border-bottom: 1px solid #f9f9f9;
  border-width: 4px;
  border-color: #8bd3bd;
  padding-bottom: 0.375em; }

.resources.wrap {
  padding: 0 0 4.5em 0;
  margin: 0 auto;
  width: 100%; }

.resource {
  border-bottom: 1px solid #f9f9f9;
  border-width: 2px;
  border-color: #f9f9f9;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em; }
  .resource:last-child {
    border-bottom: none; }

.resource-icon {
  display: none;
  background-color: #97c8eb;
  margin-right: 0.75em;
  position: relative;
  width: 40px;
  height: 40px; }
  @media only screen and (min-width: 600px) {
    .resource-icon {
      display: inline-block; } }
  .resource-icon svg {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 22px; }
    .resource-icon svg polygon,
    .resource-icon svg circle,
    .resource-icon svg polyline,
    .resource-icon svg line,
    .resource-icon svg path {
      stroke: white; }

.resource-link-wrap {
  display: inline-block; }
  .resource-link-wrap a {
    color: #333333; }
    .resource-link-wrap a:hover {
      color: #8bd3bd; }
  .resource-link-wrap span {
    color: #a9a9a9; }

.single-church .content {
  margin-top: 1.5em; }

.single-church .widget {
  background-color: #f9f9f9;
  padding: 1.5em; }

.single-church .entry-content {
  overflow: hidden; }

.single-church .page-banner-post-date {
  display: none; }

@media screen and (min-width: 800px) {
  .single-church .left-side {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .single-church .left-side:last-child {
      margin-right: 0; } }

.single-church .right-side {
  margin-top: 1.5em; }
  @media screen and (min-width: 800px) {
    .single-church .right-side {
      margin-top: 0px;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-right: 0; }
      .single-church .right-side:last-child {
        margin-right: 0; } }
  .single-church .right-side p {
    margin-bottom: 0;
    line-height: 1.5em; }

.single-church .widget-title {
  border-bottom: 3px solid #a9a9a9;
  padding-bottom: 0.375em; }

.single-church .widget-location {
  padding-top: 0.75em; }

.single-church .widget-phone {
  margin-left: 0.75em;
  word-wrap: break-word; }

.single-church .editor-content {
  margin-top: 1.5em; }

.single-post .site-inner {
  padding-top: 3em; }

.single-post .entry-title {
  font-size: 2em;
  font-weight: 700;
  margin-top: 0.75em;
  margin-bottom: 0.25em; }

.single-post .entry-meta {
  text-transform: uppercase;
  font-size: 0.9em; }

.single-post .post-date {
  color: #a9a9a9; }
  .single-post .post-date:after {
    content: "."; }

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

.single-post .meta-separator {
  color: #a9a9a9;
  margin-right: 0;
  padding: 0 0.1875em; }

.single-post .entry-comments-link {
  padding-left: 0; }
  .single-post .entry-comments-link:before {
    content: "";
    display: none; }

.single-post .comment-title {
  border-bottom: 1px solid #f9f9f9;
  border-width: 4px;
  border-color: #8bd3bd;
  font-size: 1.75em;
  padding-bottom: 0.375em; }

.single-post .entry-footer {
  display: none; }

.single-post .has-top-padding {
  padding-top: 3em; }

.single-post .has-bot-padding {
  padding-bottom: 3em; }

.single-post .resources {
  padding: 4.5em 0; }

.search-results .search-title {
  border-bottom: 1px solid #f9f9f9;
  border-width: 4px;
  margin-bottom: 0.75em; }

@media screen and (min-width: 600px) {
  .search-results article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .search-results article:last-child {
      margin-right: 0; }
    .search-results article:nth-child(2n) {
      margin-right: 0; }
    .search-results article:nth-child(2n+1) {
      clear: left; } }

@media screen and (min-width: 800px) {
  .search-results article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .search-results article:last-child {
      margin-right: 0; }
    .search-results article:nth-child(2n) {
      margin-right: 2.35765%; }
    .search-results article:nth-child(2n+1) {
      clear: none; }
    .search-results article:nth-child(3n) {
      margin-right: 0; }
    .search-results article:nth-child(3n+1) {
      clear: left; } }

.search-results .entry-title {
  font-size: 1.25em;
  font-weight: 600; }

.search-results .entry-header {
  display: inherit; }

.search-results .archive-pagination.pagination {
  clear: both; }

.single-team_member article {
  padding: 3em 0 1.5em; }

.single-team_member .site-inner {
  margin-top: 0; }

.single-team_member .entry-content {
  overflow: auto; }

.single-team_member .page-banner-post-date {
  display: none; }

@media screen and (min-width: 800px) {
  .single-team_member .left-side {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .single-team_member .left-side:last-child {
      margin-right: 0; } }

@media screen and (min-width: 800px) {
  .single-team_member .right-side {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .single-team_member .right-side:last-child {
      margin-right: 0; } }

.single-team_member .right-side p {
  margin-bottom: 0;
  line-height: 1.5em; }

.single-team_member .team-title {
  border-bottom: 3px solid #a9a9a9;
  padding-bottom: 0.375em; }

.single-team_member .name-position {
  padding-top: 0.75em;
  border-bottom: 3px solid #a9a9a9;
  margin-bottom: 1.5em; }
  .single-team_member .name-position h4 {
    margin-bottom: 0.1875em; }

.page-section {
  padding: 3em 0;
  overflow: auto; }
  .page-section.staff-intro {
    padding-top: 6em; }

.staff-intro .left-text {
  text-align: left; }
  @media screen and (min-width: 800px) {
    .staff-intro .left-text {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .staff-intro .left-text:last-child {
        margin-right: 0; } }
  @media (min-width: 800px) {
    .staff-intro .left-text {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%; }
      .staff-intro .left-text:last-child {
        margin-right: 0; } }
  @media (min-width: 1100px) {
    .staff-intro .left-text {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 10.43705%; }
      .staff-intro .left-text:last-child {
        margin-right: 0; } }

@media screen and (min-width: 800px) {
  .staff-intro .right-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .staff-intro .right-text:last-child {
      margin-right: 0; } }

@media (min-width: 800px) {
  .staff-intro .right-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
    .staff-intro .right-text:last-child {
      margin-right: 0; } }

@media (min-width: 1100px) {
  .staff-intro .right-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 87.20529%; }
    .staff-intro .right-text:last-child {
      margin-right: 0; } }

.staff-intro .intro-title {
  font-size: 48px;
  font-weight: 300;
  text-transform: none; }
  .staff-intro .intro-title > br {
    display: none; }
    @media screen and (min-width: 800px) {
      .staff-intro .intro-title > br {
        display: block; } }
  .staff-intro .intro-title > b {
    font-weight: bold;
    margin-left: 10px; }
    @media screen and (min-width: 800px) {
      .staff-intro .intro-title > b {
        margin: 0; } }

.staff-spotlight .box {
  background: #f9f9f9;
  padding: 2.25em;
  text-align: center;
  overflow: auto; }
  @media screen and (min-width: 800px) {
    .staff-spotlight .box {
      padding: 3.75em;
      text-align: left; } }

.staff-spotlight .spotlight-title {
  font-weight: 700; }
  @media screen and (min-width: 800px) {
    .staff-spotlight .spotlight-title {
      padding-bottom: 0.5em; } }

@media screen and (min-width: 800px) {
  .staff-spotlight .spotlight-img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .staff-spotlight .spotlight-img:last-child {
      margin-right: 0; } }

.staff-spotlight .spotlight-img img {
  width: 100%; }

@media screen and (min-width: 800px) {
  .staff-spotlight .spotlight-cta {
    padding-left: 1.5em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .staff-spotlight .spotlight-cta:last-child {
      margin-right: 0; } }

.staff-spotlight .spotlight-blurb {
  padding-top: 0.75em; }

.staff-spotlight .green-button a {
  margin-top: 0.75em; }

.spotlight-p-name {
  font-weight: bold;
  padding-top: 0.75em; }
  @media screen and (min-width: 800px) {
    .spotlight-p-name {
      padding-top: 0; } }

.spotlight-p-church {
  color: #a9a9a9;
  font-size: 0.75em; }

.staff-section {
  text-align: center; }
  @media screen and (min-width: 800px) {
    .staff-section {
      text-align: left; } }

.staff-person {
  display: block;
  margin-bottom: 3em;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .staff-person {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .staff-person:last-child {
        margin-right: 0; }
      .staff-person:nth-child(2n) {
        margin-right: 0; }
      .staff-person:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 800px) {
    .staff-person {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .staff-person:last-child {
        margin-right: 0; }
      .staff-person:nth-child(2n) {
        margin-right: 2.35765%; }
      .staff-person:nth-child(2n+1) {
        clear: none; }
      .staff-person:nth-child(4n) {
        margin-right: 0; }
      .staff-person:nth-child(4n+1) {
        clear: left; } }
  .staff-person .spotlight-p-name {
    font-size: 1.25em;
    margin-bottom: 5px;
    padding-bottom: 0.1875em; }
  .staff-person .staff-person-deets > a {
    font-size: 0.875em; }

.staff-person-img {
  position: relative; }
  .staff-person-img img {
    display: block; }

.staff-person-deets {
  padding-top: 0.75em; }

/*# sourceMappingURL=assets/maps/style.css.map */
