/* Variables *//* Global */@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  font-size: 100%;
}
body {
  background: #f8f9fb;
  color: #464b4e;
  padding: 0;
  margin: 0;
  font-family: 'Asap', Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  cursor: "default";
}
a:hover {
  cursor: "pointer";
}
a:focus {
  outline: none;
}
img, object, embed {
  max-width: 100%;
  height: auto;
}
object, embed {
  height: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img, .map_canvas img, #map_canvas embed, .map_canvas embed, #map_canvas object, .map_canvas object {
  max-width: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.hide {
  display: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
}
img {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
/* Buttons */button, .button {
  cursor: "pointer";
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.5em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  font-size: 0.875em;
  background-color: #518cd7;
  border-color: #2e71c7;
  color: #fff;
}
button:hover, .button:hover, button:focus, .button:focus {
  background-color: #518cd7;
}
button:hover, .button:hover, button:focus, .button:focus {
  color: #fff;
}
button.secondary, .button.secondary {
  background-color: #d93;
  border-color: #bd7e20;
  color: #fff;
}
button.secondary:hover, .button.secondary:hover, button.secondary:focus, .button.secondary:focus {
  background-color: #518cd7;
}
button.secondary:hover, .button.secondary:hover, button.secondary:focus, .button.secondary:focus {
  color: #fff;
}
button.success, .button.success {
  background-color: #9fe150;
  border-color: #87d925;
  color: #fff;
}
button.success:hover, .button.success:hover, button.success:focus, .button.success:focus {
  background-color: #518cd7;
}
button.success:hover, .button.success:hover, button.success:focus, .button.success:focus {
  color: #fff;
}
button.alert, .button.alert {
  background-color: #d15327;
  border-color: #a6421f;
  color: #fff;
}
button.alert:hover, .button.alert:hover, button.alert:focus, .button.alert:focus {
  background-color: #518cd7;
}
button.alert:hover, .button.alert:hover, button.alert:focus, .button.alert:focus {
  color: #fff;
}
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  font-size: 1.5em;
}
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.5625em;
  padding-left: 1.125em;
  font-size: 0.75em;
}
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.4375em;
  padding-left: 0.875em;
  font-size: 0.625em;
}
button.expand, .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
button.disabled, .button.disabled, button[disabled], .button[disabled] {
  background-color: #518cd7;
  border-color: #2e71c7;
  color: #fff;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled:hover, .button.disabled:hover, button[disabled]:hover, .button[disabled]:hover, button.disabled:focus, .button.disabled:focus, button[disabled]:focus, .button[disabled]:focus {
  background-color: #518cd7;
}
button.disabled:hover, .button.disabled:hover, button[disabled]:hover, .button[disabled]:hover, button.disabled:focus, .button.disabled:focus, button[disabled]:focus, .button[disabled]:focus {
  color: #fff;
}
button.disabled:hover, .button.disabled:hover, button[disabled]:hover, .button[disabled]:hover, button.disabled:focus, .button.disabled:focus, button[disabled]:focus, .button[disabled]:focus {
  background-color: #518cd7;
}
button.disabled.secondary, .button.disabled.secondary, button[disabled].secondary, .button[disabled].secondary {
  background-color: #d93;
  border-color: #bd7e20;
  color: #fff;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.secondary:hover, .button.disabled.secondary:hover, button[disabled].secondary:hover, .button[disabled].secondary:hover, button.disabled.secondary:focus, .button.disabled.secondary:focus, button[disabled].secondary:focus, .button[disabled].secondary:focus {
  background-color: #518cd7;
}
button.disabled.secondary:hover, .button.disabled.secondary:hover, button[disabled].secondary:hover, .button[disabled].secondary:hover, button.disabled.secondary:focus, .button.disabled.secondary:focus, button[disabled].secondary:focus, .button[disabled].secondary:focus {
  color: #fff;
}
button.disabled.secondary:hover, .button.disabled.secondary:hover, button[disabled].secondary:hover, .button[disabled].secondary:hover, button.disabled.secondary:focus, .button.disabled.secondary:focus, button[disabled].secondary:focus, .button[disabled].secondary:focus {
  background-color: #d93;
}
button.disabled.success, .button.disabled.success, button[disabled].success, .button[disabled].success {
  background-color: #9fe150;
  border-color: #87d925;
  color: #fff;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.success:hover, .button.disabled.success:hover, button[disabled].success:hover, .button[disabled].success:hover, button.disabled.success:focus, .button.disabled.success:focus, button[disabled].success:focus, .button[disabled].success:focus {
  background-color: #518cd7;
}
button.disabled.success:hover, .button.disabled.success:hover, button[disabled].success:hover, .button[disabled].success:hover, button.disabled.success:focus, .button.disabled.success:focus, button[disabled].success:focus, .button[disabled].success:focus {
  color: #fff;
}
button.disabled.success:hover, .button.disabled.success:hover, button[disabled].success:hover, .button[disabled].success:hover, button.disabled.success:focus, .button.disabled.success:focus, button[disabled].success:focus, .button[disabled].success:focus {
  background-color: #9fe150;
}
button.disabled.alert, .button.disabled.alert, button[disabled].alert, .button[disabled].alert {
  background-color: #d15327;
  border-color: #a6421f;
  color: #fff;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.alert:hover, .button.disabled.alert:hover, button[disabled].alert:hover, .button[disabled].alert:hover, button.disabled.alert:focus, .button.disabled.alert:focus, button[disabled].alert:focus, .button[disabled].alert:focus {
  background-color: #518cd7;
}
button.disabled.alert:hover, .button.disabled.alert:hover, button[disabled].alert:hover, .button[disabled].alert:hover, button.disabled.alert:focus, .button.disabled.alert:focus, button[disabled].alert:focus, .button[disabled].alert:focus {
  color: #fff;
}
button.disabled.alert:hover, .button.disabled.alert:hover, button[disabled].alert:hover, .button[disabled].alert:hover, button.disabled.alert:focus, .button.disabled.alert:focus, button[disabled].alert:focus, .button[disabled].alert:focus {
  background-color: #d15327;
}
button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}
@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2) inset;
  }
  button.radius, .button.radius {
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block;
  }
}
.post-edit-link {
  cursor: "pointer";
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.5em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  font-size: 0.875em;
  background-color: #518cd7;
  border-color: #2e71c7;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin: 1.5em 0;
}
.post-edit-link:hover, .post-edit-link:focus {
  background-color: #518cd7;
}
.post-edit-link:hover, .post-edit-link:focus {
  color: #fff;
}
.post-edit-link:hover {
  background-color: #d93;
}
a {
  color: #518cd7;
}
a:hover {
  color: #7aa7e1;
}
.ctfw-breadcrumbs {
  color: #c7cacc;
}
.ctfw-breadcrumbs a {
  color: #c7cacc;
}
.ctfw-breadcrumbs a:hover {
  color: #518cd7;
}
/* Giving Widget */.uplifted-giving-widget-button a, #footer .uplifted-giving-widget-button a {
  background-color: #d93;
  color: #fff;
}
.uplifted-giving-widget-button a:hover, #footer .uplifted-giving-widget-button a:hover {
  background-color: #e4af5f;
}
.comment {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 24px;
  margin-bottom: 1.5em;
  color: #464b4e;
}
#respond .required {
  color: #d93;
}
.form-allowed-tags {
  background-color: #e6e6e6;
}
#respond .form-submit button, #respond .form-submit input[type="submit"] {
  background-color: #518cd7;
  border-color: #2e71c7;
  color: #fff;
}
#respond .form-submit button:hover, #respond .form-submit input[type="submit"]:hover, #respond .form-submit button:focus, #respond .form-submit input[type="submit"]:focus {
  background-color: #518cd7;
}
#respond .form-submit button:hover, #respond .form-submit input[type="submit"]:hover, #respond .form-submit button:focus, #respond .form-submit input[type="submit"]:focus {
  color: #fff;
}
#respond .form-submit button:hover, #respond .form-submit input[type="submit"]:hover {
  background-color: #d93;
}
/* We use this to get basic styling on all basic form elements */input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] {
  background-color: #b7c1d6;
  color: #222;
}
.ctc-header {
  background-color: #518cd7;
  color: #fff;
}
.ctc-header li > a:hover {
  background-color: #3c7ed2;
}
.ctc-header a {
  color: #fff;
}
.ctc-header a:hover {
  color: #fff;
}
.ctc-header .ctc-message a {
  border-bottom-color: rgba(255, 255, 255, .4);
}
.ctc-header .ctc-message a:hover {
  border-color: #fff;
}
.ctc-header input[type="search"] {
  border-color: #2e71c7;
  color: #fff;
  background-color: #518cd7;
  color: #fff;
}
.ctc-header input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
.ctc-header input[type="search"]:-moz-input-placeholder {
  color: #fff;
}
.ctc-header input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
.ctc-header input[type="search"]:-ms-input-placeholder {
  color: #fff;
}
.ctc-header button {
  background-color: #2e71c7;
  color: #fff;
}
.tribe-theme-uplifted #tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #518cd7;
  border-color: #2e71c7;
  color: #fff;
}
.tribe-theme-uplifted #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, .tribe-theme-uplifted #tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
  background-color: #518cd7;
}
.tribe-theme-uplifted #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, .tribe-theme-uplifted #tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
  color: #fff;
}
.tribe-theme-uplifted #tribe-events-content.tribe-events-list, .tribe-theme-uplifted.single-tribe_events #tribe-events {
  background-color: #fff;
  border-color: 1px solid #e6e6e6;
}
.tribe-theme-uplifted .tribe-events-calendar thead th {
  background-color: #e8ebf2;
  color: #464b4e;
  border-top-color: #e8ebf2;
  border-left-color: #e8ebf2;
  border-right-color: #e8ebf2;
}
.tribe-theme-uplifted #tribe-bar-form {
  background-color: rgba(255, 255, 255, .3);
}
.tribe-theme-uplifted .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-theme-uplifted .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  color: rgba(0, 0, 0, 0.4);
  background-color: #e8ebf2;
}
.tribe-theme-uplifted #tribe-events-content .tribe-events-calendar td {
  border-color: #e8ebf2;
}
.tribe-theme-uplifted .tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-theme-uplifted .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  color: rgba(0, 0, 0, 0.6);
  background-color: #f2f3f7;
}
.tribe-theme-uplifted #tribe-events-content .tribe-events-calendar td {
  background-color: white;
}
.tribe-theme-uplifted .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-theme-uplifted .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a, .tribe-theme-uplifted #tribe_events_filters_wrapper input[type=submit], .tribe-theme-uplifted .tribe-events-button, .tribe-theme-uplifted .entry-content .tribe-events-button, .tribe-theme-uplifted .tribe-events-button.tribe-inactive, .tribe-theme-uplifted .entry-content .tribe-events-button:hover, .tribe-theme-uplifted .tribe-events-button:hover, .tribe-theme-uplifted .tribe-events-button.tribe-active:hover {
  background-color: #d93;
}
.tribe-theme-uplifted #tribe-events-content .tribe-events-tooltip h4, .tribe-theme-uplifted #tribe_events_filters_wrapper .tribe_events_slider_val, .tribe-theme-uplifted .single-tribe_events a.tribe-events-ical, .tribe-theme-uplifted .single-tribe_events a.tribe-events-gcal {
  color: #d93;
}
.flexslider li .flex-caption {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 65%, rgba(0, 0, 0, .6));
  color: white;
}
.flexslider li .flex-caption h2 {
  color: #fff;
}
.flexslider li .flex-caption h2 a {
  color: white;
}
.flexslider li .flex-caption h2 a:hover {
  color: #518cd7;
}
.flex-direction-nav a {
  color: #fff;
}
.flex-control-nav li a {
  background: #666;
  background: rgba(255, 255, 255, 0.5);
}
.flex-control-nav li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.flex-control-nav li a.flex-active {
  background: #fff;
}
.slide-text .slide-title a {
  background-color: #518cd7;
  color: #fff;
}
.slide-text p {
  background-color: rgba(50, 50, 48, .8);
  color: #fff;
}
.uplifted-slide-video {
  background-color: #000;
}
.uplifted-slide-video.visible .flex-image-container {
  background-color: #000;
}
/* Footer */#footer {
  padding: 36px 0 28.8px;
  background-color: #e8ebf2;
  color: #707071;
}
#footer a {
  color: rgba(255, 255, 255, .6);
}
#footer-meta {
  background-color: #d8dde8;
}
#footer-meta, #footer-meta #menu-social ul li a:before {
  color: #707071;
}
.uplifted-main-title > span {
  color: #c7cacc;
}
.uplifted-content-block {
  color: #464b4e;
}
.uplifted-content-block h1, .uplifted-content-block h2, .uplifted-content-block h3, .uplifted-content-block h4, .uplifted-content-block h5, .uplifted-content-block h6 {
  color: #464b4e;
}
.search-results h1 #search-terms {
  color: #518cd7;
}
.single-attachment #uplifted-content .hentry {
  background-color: white;
}
.single-attachment .entry-attachment .previous-image a, .single-attachment .entry-attachment .next-image a {
  background-color: #518cd7;
  color: #fff;
}
.single-attachment .entry-attachment .previous-image a:hover, .single-attachment .entry-attachment .next-image a:hover {
  background-color: #518cd7;
}
.single-attachment .entry-meta {
  color: #c7cacc;
}
.single-attachment .entry-meta a {
  color: #464b4e;
}
.single-attachment .entry-meta a:hover {
  color: #518cd7;
}
.page-template-page-templateshomepage-php .uplifted-slide-video .flex-play-overlay {
  border-color: white;
  background-color: rgba(0, 0, 0, .4);
}
.page-template-page-templateshomepage-php .uplifted-slide-video .flex-play-overlay:before {
  color: white;
}
.page-template-page-templateshomepage-php .uplifted-slide-video a:hover .flex-play-overlay {
  background-color: #518cd7;
}
.page-template-page-templateshomepage-php .uplifted-intro-wrapper {
  background-color: #e8ebf2;
  padding: 24px 0;
  border: 1px solid #d8dde8;
  color: #464b4e;
}
.page-template-page-templateshomepage-php #uplifted-intro-inner #uplifted-intro-heading {
  color: #464b4e;
  border-bottom: 3px solid #d8dde8;
}
.page-template-page-templateshomepage-php .uplifted-caption-image-caption {
  color: #464b4e;
}
.page-template-page-templateshomepage-php .slides .uplifted-caption-image-caption {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 65%, rgba(0, 0, 0, .6));
}
@media screen and (min-width: 641px) {
  .page-template-page-templateshomepage-php .uplifted-caption-image-caption {
    color: white;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .1) 35%, rgba(0, 0, 0, .1));
  }
  .page-template-page-templateshomepage-php .uplifted-caption-image-caption .uplifted-caption-image-title {
    color: white;
  }
  .page-template-page-templateshomepage-php .uplifted-caption-image-caption .uplifted-caption-image-description {
    color: #fff;
  }
}
/*
 *
 * Pagination
 *
 */.pagination {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.pagination ul li a {
  color: #91989c;
}
.pagination ul li a:hover {
  background-color: #518cd7;
  color: #fff;
}
.pagination ul li span.current {
  color: #d93;
}
.uplifted-nav-left-right > div {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.uplifted-nav-left-right a {
  color: #91989c;
}
.uplifted-nav-left-right a:hover {
  background-color: #518cd7;
  color: #fff;
}
.attachment-pagination a {
  color: #c7cacc;
}
.attachment-pagination a:hover {
  background-color: #518cd7;
  color: #fff;
}
/* People */.person-profile-card .uplifted-entry-title a:hover {
  color: #518cd7;
}
@media screen and (min-width: 568px) {
  .person-profile-card .uplifted-entry-meta .entry-meta-item.uplifted-person-position {
    border-bottom-color: #e6e6e6;
  }
}
/* Post */.uplifted-content-meta {
  background-color: #fff;
  color: #464b4e;
}
.uplifted-content-block .uplifted-content-meta h1, .uplifted-content-meta h2, .uplifted-content-meta h3, .uplifted-content-meta h4, .uplifted-content-meta h5, .uplifted-content-meta h6 {
  color: #464b4e;
}
.uplifted-content-meta {
  padding: 24px;
}
.uplifted-entry-meta li {
  color: #91989c;
}
.uplifted-entry-meta a {
  color: #464b4e;
  color: #91989c;
}
.uplifted-entry-meta a:hover {
  color: #518cd7;
}
.uplifted-entry-meta .genericon {
  color: #91989c;
}
/* Sermons */.single-ctc_sermon .uplifted-entry-header .uplifted-entry-title-meta ul li a {
  color: #464b4e;
}
.single-ctc_sermon .uplifted-entry-header .uplifted-entry-title-meta ul li a:hover {
  color: #d93;
}
.single-ctc_sermon .uplifted-entry-content {
  background-color: #fff;
}
/* Single Sermon Faux Sidebar */.single-sermon-meta-sidebar .uplifted-entry-title-meta {
  background-color: #fff;
}
.single-sermon-meta-sidebar .uplifted-entry-title-meta h3 {
  color: #d93;
}
.uplifted-list-buttons li a {
  cursor: "pointer";
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0.5em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.75em;
  padding-left: 1.5em;
  font-size: 0.875em;
  background-color: #464b4e;
  border-color: #2e3133;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #e1e3e5;
}
.uplifted-list-buttons li a:hover, .uplifted-list-buttons li a:focus {
  background-color: #518cd7;
}
.uplifted-list-buttons li a:hover, .uplifted-list-buttons li a:focus {
  color: #fff;
}
#menu-social ul li a:before {
  color: #464b4e;
}
#menu-social ul li a[href*="wordpress.org"]:before:hover, #menu-social ul li a[href*="wordpress.com"]:before:hover {
  color: #21759b;
}
#menu-social ul li a[href*="facebook.com"]:before:hover {
  color: #3b5998;
}
#menu-social ul li a[href*="twitter.com"]:before:hover {
  color: #3cf;
}
#menu-social ul li a[href*="dribbble.com"]:before:hover {
  color: #ea4c89;
}
#menu-social ul li a[href*="plus.google.com"]:before:hover {
  color: #dd4b39;
}
#menu-social ul li a[href*="pinterest.com"]:before:hover {
  color: #c8232c;
}
#menu-social ul li a[href*="github.com"]:before:hover {
  color: #171515;
}
#menu-social ul li a[href*="tumblr.com"]:before:hover {
  color: #34526f;
}
#menu-social ul li a[href*="youtube.com"]:before:hover {
  color: #c4302b;
}
#menu-social ul li a[href*="flickr.com"]:before:hover {
  color: #ff0084;
}
#menu-social ul li a[href*="vimeo.com"]:before:hover {
  color: #1ab7ea;
}
#menu-social ul li a[href*="instagram.com"]:before:hover {
  color: #3f729b;
}
#menu-social ul li a[href*="codepen.io"]:before:hover {
  color: #000;
}
#menu-social ul li a[href*="linkedin.com"]:before:hover {
  color: #0e76a8;
}
/* Top Bar *//* Wrapped around .top-bar to contain to grid width */.contain-to-grid {
  background: #fff;
}
.top-bar {
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
}
.top-bar .name h1 a {
  color: #464b4e;
}
.top-bar .name h1 a:hover {
  color: #518cd7;
}
.top-bar .toggle-topbar a {
  color: #464b4e;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #fff;
}
.top-bar .toggle-topbar.menu-icon a span {
  -webkit-box-shadow: 0 10px 0 1px #464b4e, 0 16px 0 1px #464b4e, 0 22px 0 1px #464b4e;
  box-shadow: 0 10px 0 1px #464b4e, 0 16px 0 1px #464b4e, 0 22px 0 1px #464b4e;
}
.top-bar.expanded .title-area {
  background: #fff;
}
.top-bar.expanded .toggle-topbar a {
  color: #888;
}
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #518cd7, 0 16px 0 1px #518cd7, 0 22px 0 1px #518cd7;
  box-shadow: 0 10px 0 1px #518cd7, 0 16px 0 1px #518cd7, 0 22px 0 1px #518cd7;
}
.top-bar-section ul {
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .top-bar-section #menu-second.left {
    border-bottom: 1px solid #ccc;
    border-top: none;
  }
  .top-bar-section #menu-second.right {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
}
.top-bar-section .divider, .top-bar-section [role="separator"] {
  border-bottom: 1px solid #ccc;
  border-top: none;
}
.top-bar-section ul li > a {
  color: #464b4e;
  background-color: #e6e6e6;
}
.top-bar-section ul li > a:hover {
  background-color: #518cd7;
  color: #fff;
}
@media screen and (min-width: 860px) {
  .top-bar-section ul li > a:hover:after {
    border-color: #112b4b transparent transparent !important;
  }
}
.top-bar-section ul li > a.button {
  background-color: #518cd7;
}
.top-bar-section ul li > a.button.hover {
  background-color: #2e71c7;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #d93;
}
.top-bar-section ul li > a.button.secondary.hover {
  background-color: #bd7e20;
}
.top-bar-section ul li > a.button.success {
  background-color: #9fe150;
}
.top-bar-section ul li > a.button.success.hover {
  background-color: #87d925;
}
.top-bar-section ul li > a.button.alert {
  background-color: #d15327;
}
.top-bar-section ul li > a.button.alert.hover {
  background-color: #a6421f;
}
.top-bar-section ul li.hover > a {
  background: #f7f7f7;
  color: aqua;
}
.top-bar-section ul li.active > a {
  background: #518cd7;
  color: #fff;
}
@media screen and (min-width: 860px) {
  .top-bar-section ul li.active > a:after {
    border-color: #112b4b transparent transparent !important;
  }
}
.top-bar-section .search-form button {
  color: #fff;
}
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #999;
  border-left-style: solid;
}
.top-bar-section .dropdown li a {
  border-bottom: 1px solid #ccc;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5 {
  margin: 0;
}
.top-bar-section .dropdown li.title h5 a {
  color: #464b4e;
}
.top-bar-section .dropdown li.title h5 a:hover {
  background-color: #518cd7;
  color: #fff;
}
.top-bar-section .dropdown label {
  color: #555;
}
@media only screen and (min-width: 59.375em) {
  .top-bar {
    background: #fff;
  }
  .top-bar.expanded {
    background: #fff;
  }
  .top-bar-section li a:not(.button) {
    background: #fff;
  }
  .top-bar-section li a:not(.button).hover {
    background: #999;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #999 transparent transparent transparent;
    border-top-style: solid;
  }
  .top-bar-section .dropdown li a {
    background: #e6e6e6;
  }
  .top-bar-section .dropdown li label {
    background: #fff;
  }
  .top-bar-section .has-form {
    background: #fff;
  }
  .no-js .top-bar-section ul li:hover > a {
    background: #f7f7f7;
    color: aqua;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #518cd7;
    color: #808080;
  }
}
/* Widgets *//*	Global Widget Styles */.uplifted-widget {
  background-color: #fff;
  border-color: rgba(255, 255, 255, .1);
}
.uplifted-widget .uplifted-widget-title {
  color: #464b4e;
  border-bottom-color: #e6e6e6;
}
.uplifted-widget ul li a {
  color: #464b4e;
}
.uplifted-widget ul li a:hover {
  color: #518cd7;
}
> .uplifted-widget ul li:last-child a {
  border-bottom: none;
}
#uplifted-home-bottom-widgets .uplifted-widget, #uplifted-sidebar-right .uplifted-widget {
  color: #464b4e;
}
#uplifted-home-bottom-widgets .uplifted-widget cite, #uplifted-sidebar-right .uplifted-widget cite {
  color: #767f84;
}
#footer .uplifted-widget {
  border-color: #d8dde8;
}
#footer .uplifted-widget .uplifted-widget-title {
  color: #464b4e;
  border-color: #d8dde8;
}
/* Category & Archive Widgets */.widget_ctfw-archives li, .widget_ctfw-categories li {
  color: #d93;
}
.widget_ctfw-archives li a, .widget_ctfw-categories li a {
  color: #464b4e;
}
.widget_ctfw-archives li a:hover, .widget_ctfw-categories li a:hover {
  color: #518cd7;
}
#footer .widget_ctfw-archives li, #footer .widget_ctfw-categories li {
  color: #464b4e;
}
/* Calendar Widget */.widget_calendar #calendar_wrap #wp-calendar caption {
  background-color: #2e71c7;
  color: #464b4e;
}
#footer .widget_calendar #calendar_wrap #wp-calendar caption {
  background-color: transparent;
  color: #464b4e;
}
.widget_calendar #calendar_wrap #wp-calendar thead th {
  background-color: #518cd7;
  border-color: #518cd7;
  color: #464b4e;
}
#footer .widget_calendar #calendar_wrap #wp-calendar thead th {
  background-color: #d8dde8;
  color: #464b4e;
}
.widget_calendar #calendar_wrap #wp-calendar tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
#footer .widget_calendar #calendar_wrap #wp-calendar tbody tr {
  border-color: transparent;
}
.widget_calendar #calendar_wrap #wp-calendar tbody tr td {
  border-color: #e6e6e6;
  background-color: #fff;
}
#footer .widget_calendar #calendar_wrap #wp-calendar tbody tr td {
  border-color: #d8dde8;
  background-color: transparent;
}
.widget_calendar #calendar_wrap #wp-calendar tfoot td a {
  color: #464b4e;
}
#footer .widget_calendar #calendar_wrap #wp-calendar tfoot td a {
  color: #464b4e;
}
/* RSS Widget */.widget_rss h4 a {
  color: #fff;
}
.widget_rss h4 a:hover {
  color: #518cd7;
}
#footer .widget_rss h4 a {
  color: #9ba3a5;
}
#footer .widget_rss h4 a:hover {
  color: #518cd7;
}
.widget_rss ul li {
  margin-bottom: 0.5em !important;
}
.widget_rss ul li a {
  border-bottom: 1px solid #fff !important;
}
/* Search Widget */.search-form button {
  background-color: #518cd7;
  color: #464b4e;
}
.search-form button:hover {
  background-color: #3c7ed2;
  color: #fff;
}
#footer .search-form button {
  background-color: #d8dde8;
}
#footer .search-form button:hover {
  background-color: #518cd7;
}
/* Recent Comments */.widget_recent_comments ul li {
  border-bottom-color: #f2f2f2;
}
.widget_recent_comments ul li a {
  color: #d93;
}
/* RSS Widget */#footer .widget_rss cite {
  color: rgba(255, 255, 255, .8);
}
.widget_ctfw-posts article, .widget_ctfw-sermons article, .widget_ctfw-locations article {
  border-bottom-color: rgba(0, 0, 0, .3);
  color: #5e6569;
}
/* Wordpress */.sticky .panel {
  border: 4px solid #e6e6e6;
}
.bypostauthor {
  box-shadow: inset 0 6px 0 #518cd7;
}
.wp-caption {
  border-bottom-color: #e6e6e6;
}
.wp-caption p.wp-caption-text {
  color: #c7cacc;
}
