@charset "UTF-8";
/*
 * 
 * Import Variables
 * 
 */
/*$brand-color: #61A634;
$brand-color-hover: #61A634;*/
/* 
 * 
 * Base Elements
 * 
 * These rules apply to base web elements such as body, html, headers, etc,
 * and not my own custom classes or elements.
 * 
 */
body {
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  overflow-y: scroll;
}

body p {
  margin-bottom: 15px;
}

body, html {
  background: white;
  position: relative;
}

a {
  color: #6D298B;
}

a:hover,
a:focus,
a:active {
  color: #7a2d9b;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

a i {
  position: relative;
  top: 1px;
}

p a {
  color: #6D298B !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 40px;
}

audio {
  display: block;
  width: 100%;
}

hr {
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  margin: 40px 0;
}

legend {
  margin: 40px 0;
  padding: 0 0 20px;
  font-size: 24px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

legend.small {
  font-size: 18px;
}

textarea {
  resize: none;
}

#submitForm ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

#submitForm :-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}

#submitForm ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}

#submitForm :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  left: 20px;
}

input[type=checkbox]:checked {
  background-color: white;
}

input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #6D298B;
}

.checkbox label, .radio label {
  min-height: 32px;
  line-height: 32px;
  padding-left: 32px;
}

textarea {
  padding: 12px !important;
}

label {
  font-weight: 500;
  margin-bottom: 8px;
}

/*
 * 
 * Buttons / Links
 * 
 */
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  padding: 6px 24px;
  -webkit-transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn i {
  position: relative;
  top: 1px;
  margin-left: 8px;
}

.btn-rounded {
  font-size: 14px;
  height: 40px;
  border-radius: 20px;
  line-height: 28px;
}

.btn-outline {
  border: 2px solid #6D298B;
}

.btn-brand {
  color: white;
  background-color: #6D298B;
  border-color: #6D298B;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active,
.btn-brand.active {
  color: white;
  background-color: #6D298B;
  border-color: #6D298B;
}

.btn-brand.disabled:hover,
.btn-brand.disabled:focus,
.btn-brand.disabled:active,
.btn-brand.disabled.active,
.btn-brand[disabled]:hover,
.btn-brand[disabled]:focus,
.btn-brand[disabled]:active,
.btn-brand[disabled].active,
fieldset[disabled] .btn-brand:hover,
fieldset[disabled] .btn-brand:focus,
fieldset[disabled] .btn-brand:active,
fieldset[disabled] .btn-brand.active {
  background-color: #6D298B;
  border-color: #6D298B;
}

.btn-white {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  color: #6D298B;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-subtitle {
  height: 60px;
  border-radius: 30px;
}
.btn-subtitle .subtitle {
  display: block;
  line-height: 12px;
  font-size: 12px;
  color: inherit;
  font-weight: 300;
}

.btn-giving {
  display: block;
  width: 100%;
  max-width: 250px;
  /*margin: 0 auto;*/
  float: right;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #6D298B;
  color: white;
  padding: 16px;
}
.btn-giving i {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  font-size: 32px;
}
.btn-giving span {
  display: block;
  text-align: left;
}
.btn-giving span.line-1 {
  line-height: 26px;
  font-size: 16px;
  text-transform: uppercase;
}
.btn-giving span.line-2 {
  line-height: 14px;
  font-size: 10px;
}

.link-white {
  color: white;
}

.link-white:hover,
.link-white:focus,
.link-white:active,
.link-white.active {
  color: #333333;
}

.link-white i {
  position: relative;
  top: 1px;
  margin-left: 8px;
}

.link-brand {
  color: #6D298B;
}

.link-brand:hover,
.link-brand:focus,
.link-brand:active {
  color: #7a2d9b;
}

.link-brand i {
  margin: 0 0 0 8px !important;
}

/*
 * 
 * Pagination
 * 
 * These rules override Bootstrap defaults.
 * 
 */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #6D298B;
  border-color: #6D298B;
}

.pagination > li > a, .pagination > li > span {
  color: #6D298B;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #7a2d9b;
}

/*
 * 
 * Breadcrumbs
 * 
 * These rules override Bootstrap defaults.
 * 
 */
.breadcrumb {
  padding: 0;
  margin-bottom: 40px;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.breadcrumb li {
  margin-left: 6px;
}

.breadcrumb li:first-of-type {
  margin-left: 0;
}

.breadcrumb li .divider {
  margin-left: 4px;
  color: #D9D9D9;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: none;
}

.breadcrumb > .active {
  color: #333333;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 14px;
}

.input-group-addon {
  border: 0;
  background-color: #e0e0e0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  border-radius: 4px;
  /*border: 0;*/
  font-size: 14px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control {
  /*padding: 20px;*/
  padding: 6px 12px;
  height: 44px;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container {
  max-width: 1100px;
}

/*
 * 
 * Other
 * 
 */
.section ul,
.section ol,
.section p {
  font-weight: 300;
  font-size: 16px;
}

.table-no-border tbody tr td, .table-no-border tbody tr th, .table-no-border thead tr th {
  border: none;
}

.alert {
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  font-weight: 400;
}

.alert h4 {
  margin-bottom: 10px;
}

.alert-validation {
  display: none;
  margin-bottom: 40px;
}

.alert-validation p {
  margin-bottom: 10px;
}

.alert-validation li:last-of-type label {
  margin-bottom: 0;
}

.alert-warning,
.alert-danger,
.alert-info,
.alert-success {
  margin-bottom: 40px;
}

.alert-warning {
  /*border: 2px solid #DCEDC8;
  */
  background-color: rgba(239, 83, 80, 0.25);
  color: #333333;
}

.label {
  font-weight: 400;
}

.label-info {
  background-color: #6D298B;
  color: white;
}

.label-brand {
  background-color: #6D298B;
}

.label-my-content,
.label-distance {
  padding: 2px 4px;
  margin: 0 0 0 4px;
  position: relative;
  top: -2px;
  font-size: 12px;
}

.label-my-content {
  margin: 0 4px 0 0;
}

.label-program-tag-2 {
  display: none;
  padding: 5px 7px;
}

.alert-info {
  background-color: #F2F2F2;
  color: #333333;
}

.alert-danger {
  background-color: rgba(239, 83, 80, 0.25);
  color: #333333;
}

.section-title {
  padding: 20px;
  /*background-color: rgba(0, 0, 0, 0.05);*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.action-bar {
  position: absolute;
  top: 0;
  right: 15px;
}

.action-bar .btn {
  padding: 0px 16px;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  position: relative;
  top: -1px;
}

.action-bar .divider {
  height: 34px;
  width: 1px;
  display: inline-block;
  margin: 0 32px;
  background-color: rgba(0, 0, 0, 0.05);
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../img/arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.125);
  display: inline-block;
  padding: 6px 32px 6px 12px;
  cursor: pointer;
  text-align: left;
}

.select-option {
  width: auto;
  height: 40px;
  /*margin-right: 20px;*/
}

/*.wrapper {
	margin: 0 auto;
	border-radius: 3px;
	box-shadow: 0 1px 16px rgba(0, 0, 0, 0.125), 0 1px 2px rgba(0, 0, 0, 0.25);
	background-color: white;
	max-width: 1100px;
	overflow: hidden;
}*/
.row-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-equal-height > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.row-location-address {
  text-align: center;
}

.row-contact-details {
  text-align: center;
  font-size: 16px;
}

.row-contact-details i {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

.row-contact-details .info-link {
  margin-top: 40px;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.videoWrapper {
  margin-top: 20px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  background-color: black;
  border-radius: 2px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section {
  background: white;
  /*padding: 80px 0;*/
}

.section-header {
  /* Properties */
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  /* Title */
  /* Subtitle */
  /*.subtitle {

  	float: left;
  	width: 100%;
  	color: #999999;
  	margin: 0;
  	height: 24px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;

  	.divider {
  		margin: 0 10px;
  	    display: inline-block;
  	    width: 2px;
  	    height: 10px;
  	    background-color: #CCCCCC;
  	}

  }*/
  /* Actions */
  /* Social Share Button */
  /* Icon */
}
.section-header .title {
  float: left;
}
.section-header .subtitle {
  float: left;
}
.section-header .actions {
  color: #333333;
  float: right;
}
.section-header .btn-social {
  /* Properties */
  color: #6D298B;
  margin-left: 8px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  padding: 0;
  /* Icon */
}
.section-header .btn-social i {
  color: #6D298B;
  pointer-events: none;
  font-size: 20px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin: 0;
}
.section-header .btn-social:hover i {
  color: #B3B3B3;
}
.section-header .btn-social:first-of-type {
  margin: 0;
}
.section-header i {
  float: right;
  top: 0;
  width: 56px;
  height: 52px;
  font-size: 48px;
  text-align: center;
  line-height: 52px;
  color: #cdcdcd;
}

.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  margin: 0;
  height: 32px;
}

.section-header .row-1,
.section-header .row-2 {
  overflow: auto;
  position: relative;
}

/*
 * 
 * Re-usable Elements
 * 
 */
/* Header Image */
.header-image {
  width: 100%;
  border-radius: 4px;
}

/* Timestamp */
.timestamp {
  /*position: absolute;
  width: 40px;
  text-align: center;
  left: 0;*/
  width: 40px;
  text-align: center;
  float: left;
}

.timestamp p {
  font-weight: 600;
}

.timestamp .day {
  line-height: 30px;
  font-size: 28px;
  margin: 0;
}

.timestamp .month {
  font-size: 18px;
}

/* No Image */
.no-image {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  min-height: 200px;
  max-height: 200px;
}

.no-image i {
  color: #D9D9D9;
  height: 200px;
  line-height: 200px;
  font-size: 96px;
}

.no-image .logo {
  min-height: 200px;
  max-height: 200px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
}

/* View More */
.view-more i {
  margin: 0 0 0 8px !important;
}

/* FAB */
.floating-action-buttons {
  display: block;
  height: 128px;
  bottom: 0;
  width: 100%;
  position: fixed;
  padding: 0 0 80px 0;
  z-index: 1000;
  pointer-events: none;
}

.floating-action-buttons .btn {
  pointer-events: all;
  float: right;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.25);
  padding: 0 20px;
  font-weight: 300;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  font-size: 16px;
  margin-left: 20px;
}

.floating-action-buttons.static {
  position: static;
}

/* Subtitle */
.subtitle {
  /*float: left;*/
  width: 100%;
  color: #999999;
  margin: 0;
  line-height: 24px;
  /*height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.subtitle .divider {
  margin: 0 10px;
  display: inline-block;
  width: 2px;
  height: 10px;
  background-color: #CCCCCC;
}

.empty-state {
  color: #B3B3B3;
  margin-bottom: 20px;
  padding: 80px 20px;
  text-align: center;
}
.empty-state i {
  display: block;
  margin-bottom: 20px;
  font-size: 48px;
}

/* Service Times */
.service-time {
  margin-bottom: 4px;
  font-size: 14px !important;
}

.service-time-title,
.service-time-map {
  display: block;
  margin-bottom: 10px;
}

.service-time-title {
  margin-bottom: 5px !important;
  font-weight: 500 !important;
}

/*
 * 
 * Errors
 * 
 */
p.error {
  font-size: 20px;
  font-weight: 300;
}

/* 
 * 
 * Utilities
 * 
 */
.hover-xs:hover {
  transform: scale(1.05);
}

.hover-sm:hover {
  transform: scale(1.1);
}

.hover-md:hover {
  transform: scale(1.2);
}

.hover-lg:hover {
  transform: scale(1.3);
}

/*
 * 
 * Margin / Padding
 * 
 */
.no-margin {
  margin: 0 !important;
}

.twenty-padding {
  padding: 20px;
}

/* Top */
.no-buffer-top {
  padding-top: 0;
  margin-top: 0;
}

.no-margin-top {
  margin-top: 0;
}

.five-margin-top {
  margin-top: 5px;
}

.ten-margin-top {
  margin-top: 10px;
}

.fifteen-margin-top {
  margin-top: 15px;
}

.twenty-margin-top {
  margin-top: 20px;
}

.thirty-margin-top {
  margin-top: 30px;
}

.forty-margin-top {
  margin-top: 40px;
}

/* Right */
.no-buffer-right {
  padding-right: 0;
  margin-right: 0;
}

.no-margin-right {
  margin-right: 0;
}

.five-margin-right {
  margin-right: 5px;
}

.ten-margin-right {
  margin-right: 10px;
}

.fifteen-margin-right {
  margin-right: 15px;
}

.twenty-margin-right {
  margin-right: 20px;
}

.thirty-margin-right {
  margin-right: 30px;
}

.forty-margin-right {
  margin-right: 40px;
}

/* Bottom */
.no-buffer-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.five-margin-bottom {
  margin-bottom: 5px;
}

.ten-margin-bottom {
  margin-bottom: 10px;
}

.fifteen-margin-bottom {
  margin-bottom: 15px;
}

.twenty-margin-bottom {
  margin-bottom: 20px;
}

.thirty-margin-bottom {
  margin-bottom: 30px;
}

.forty-margin-bottom {
  margin-bottom: 40px;
}

.five-padding-bottom {
  padding-bottom: 5px;
}

.ten-padding-bottom {
  padding-bottom: 10px;
}

.fifteen-padding-bottom {
  padding-bottom: 15px;
}

.twenty-padding-bottom {
  padding-bottom: 20px;
}

.thirty-padding-bottom {
  padding-bottom: 30px;
}

.forty-padding-bottom {
  padding-bottom: 40px;
}

/* Left */
.no-buffer-left {
  padding-left: 0;
  margin-left: 0;
}

.no-margin-left {
  margin-left: 0;
}

.five-margin-left {
  margin-left: 5px;
}

.ten-margin-left {
  margin-left: 10px;
}

.fifteen-margin-left {
  margin-left: 15px;
}

.twenty-margin-left {
  margin-left: 20px;
}

.thirty-margin-left {
  margin-left: 30px;
}

.forty-margin-left {
  margin-left: 40px;
}

/*
 * 
 * Nav Bar
 * 
 */
#navBarHome {
  display: none;
}

.navbar {
  position: absolute;
  z-index: 100000;
  left: 0;
  right: 0;
  border-radius: 0;
  margin: 0;
}

.navbar .container {
  padding: 5px 15px;
}

.navbar .navbar-header {
  position: relative;
}

.navbar-logo img,
.navbar-logo-transparent img {
  max-height: 100px;
  max-width: 420px;
}

.navbar-default .navbar-logo-transparent {
  display: none;
}

.navbar-default {
  letter-spacing: 1px;
  font-weight: 600;
}

.navbar-default .navbar-brand {
  padding: 15px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 200;
  color: #6D298B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  right: 48px;
  left: 0;
}

.navbar-default .nav-links {
  width: 100%;
  height: 50px;
  /*overflow: auto;*/
}

.navbar-default .nav-links-desktop {
  display: block;
}

.navbar-default .nav-links-mobile {
  display: none;
}

.navbar-default .nav-links-mobile:last-of-type {
  border-top: 20px solid rgba(0, 0, 0, 0.05);
}

.navbar-default .dropdown-menu {
  border: 0;
  text-shadow: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.125), 0 2px 2px rgba(0, 0, 0, 0.25);
  min-width: 200px;
  padding-top: 0;
}

.navbar-default .dropdown-menu > li > a {
  padding: 8px 20px;
  font-size: 12px;
}

.navbar-default .dropdown-menu .dropdown-heading {
  color: #333333;
  padding: 10px 20px 0 20px;
  font-size: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}

.navbar-default .dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar-default .dropdown-menu .dropdown-heading:first-of-type {
  border-top: 0;
}

.navbar-default .title-with-icon {
  margin-left: 8px;
}

/*.navbar-default .navbar-nav > li.divider {
	margin: 16px 10px 0 10px;
	display: inline-block;
	width: 2px;
	height: 16px;
	background-color: $nav-row-1-divider-color;
}*/
.navbar-default .navbar-nav > li > a {
  padding: 10px 15px;
  color: #333333;
  font-size: 12px;
  height: 50px;
  line-height: 30px;
}

/*

.navbar-default .navbar-nav > li > a > i {

}

*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}

/*

.navbar-default .nav-links-row-one .navbar-nav > li > a {
	color: $nav-row-1-color;
}

.navbar-default .nav-links-row-one .navbar-nav > li > a:hover,
.navbar-default .nav-links-row-one .navbar-nav > li > a:focus {
	color: $nav-row-1-hover;
}

*/
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 480px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: white;
}

.navbar-default .navbar-link {
  color: white;
}

.navbar-default .navbar-link:hover {
  color: #ffbbbc;
}

.navbar-default .navbar-toggle {
  margin-right: 0;
  border-color: #6D298B;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #6D298B;
}

.navbar-default,
.navbar-transparent {
  -webkit-transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.navbar-transparent {
  border: 0;
}
.navbar-transparent .navbar-brand {
  font-weight: 500;
}
.navbar-transparent .navbar-logo {
  display: none;
}
.navbar-transparent .navbar-logo-transparent {
  display: block;
}
.navbar-transparent .navbar-toggle {
  border-color: white;
}
.navbar-transparent .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-collapse {
  border-top: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
}

.navbar-fixed-top {
  position: fixed;
}

.navbar-static {
  position: static;
}

.profile-name {
  float: left;
  margin: 0 0 0 10px;
}

/* Small Devices, Tablets (Landscape) */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 300px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .navbar-default .nav-links {
    height: auto;
  }

  .navbar-default .nav-links-desktop {
    display: none;
  }

  .navbar-default .nav-links-mobile {
    display: block;
  }

  .navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    position: relative;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.125), 0 1px 2px rgba(0, 0, 0, 0.25);
  }

  .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #6D298B;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #6D298B;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: #6D298B;
  }

  .navbar-default .navbar-nav > li > a {
    color: #333 !important;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
  }

  .navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #6D298B;
    color: white !important;
    opacity: 1 !important;
  }

  .navbar-default .navbar-nav {
    margin: 0;
  }

  .navbar-default .navbar-nav > li.divider {
    margin: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.05);
  }

  .navbar-default .navbar-nav > li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .navbar-default .navbar-nav > li.social-media {
    width: 25%;
  }

  .navbar-default .navbar-nav > li.social-media i {
    top: 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .navbar-logo img {
    height: 50px;
  }
}
/*
 * 
 * Home Page
 * 
 */
.header {
  color: white;
  text-align: center;
}

.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a,
.header p {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.header.home h1 {
  color: white;
  font-size: 48px;
  margin-top: 110px;
}

.header.home h2 {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.375;
  max-width: 600px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  /*margin-bottom: 20px;*/
}

.header.home .bar-1 {
  padding: 7.5% 0 0 0;
}

.header.home .bar-2 {
  padding: 0 0 7.5% 0;
}

.header.home .header-logos {
  margin-top: 20px;
}

.header.home .header-logos img {
  margin-right: 20px;
}

.header.home .header-logos img:last-of-type {
  margin-right: 0;
}

.header.home .our-services {
  color: white;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  width: 200px;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  -webkit-transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.header.home .our-services:hover {
  color: #6D298B;
  background-color: white;
  text-shadow: none;
}

.header.home .our-services i {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.header.home .content-item-verse {
  margin: 20px auto 0 auto;
  max-width: 70%;
  border: 0;
  padding: 0;
}

.header.home .content-item-verse .timestamp .month {
  border-bottom: 2px solid white;
}

.header.home .content-item-verse .content {
  text-align: left;
}

.header.home .content-item-verse .view-more {
  color: white;
}

.header.home .content-item-verse .view-more:hover,
.header.home .content-item-verse .view-more:focus,
.header.home .content-item-verse .view-more:active,
.header.home .content-item-verse .view-more.active {
  color: #333333;
}

.quotes-container {
  height: 100px !important;
  margin-top: 110px;
  margin-bottom: 40px;
}

.section,
.section-home {
  background: white;
  padding: 40px 0;
}

.section-home .section-title {
  text-align: center;
}

.section-home.section-about-us p {
  text-align: justify;
}

.section-home.section-about-us,
.section-home.section-quick-nav,
.section-home.section-program-categories {
  background-color: #262626;
  /*@include background-image($header-bg-image);
  @include background-image($programs-bg-image);
  @include border-top($section-border-width);
  @include border-bottom($section-border-width);*/
  color: white;
}

.section-home h1,
.section-home.section-about-us h1,
.section-home.section-program-categories h1 {
  margin: 0;
  color: white;
  padding: 0 20px 40px 20px;
  display: inline-block;
  font-weight: 600;
}

.section-home h1 {
  color: #333333;
}

/*

	Locations Section

*/
.section-locations {
  /* Properties */
  padding: 0 0 80px 0;
  /* Location Details */
}
.section-locations .location-details {
  /* Properties */
  /*max-width: 25%;*/
  color: #333333;
  display: block;
  -webkit-transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* Ruler */
  /* Service Times */
  /* Title */
  /* Address */
  /* Contact Details */
}
.section-locations .location-details hr {
  margin: 15px 0;
}
.section-locations .location-details .time {
  margin-bottom: 10px;
}
.section-locations .location-details h4 {
  margin-bottom: 10px;
}
.section-locations .location-details .address {
  margin-bottom: 0;
  font-size: 12px;
}
.section-locations .location-details .contact-details {
  display: block;
  margin-bottom: 15px;
}
.section-locations .location-details .contact-details i {
  margin-right: 8px;
}
.section-locations .location-details:hover {
  /* Properties */
  color: #6D298B;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/*

	Quick Nav Section

*/
.section-quick-nav {
  background-color: #E6E6E6;
  background: "transparent";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*@include border-top($section-border-width);
  @include border-bottom($section-border-width);*/
  color: #333333;
  text-align: center;
  padding: 80px 0;
  font-weight: 300;
  /* Icon Title Wrapper */
  /* Subtitle */
}
.section-quick-nav .icon-title-wrapper {
  padding: 20px 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid white;
  display: inline-block;
}
.section-quick-nav .icon-title-wrapper i {
  width: 52px;
  height: 52px;
  font-size: 48px;
  text-align: center;
  line-height: 52px;
}
.section-quick-nav .icon-title-wrapper h3 {
  font-weight: 300;
  margin: 20px 0 0 0;
}
.section-quick-nav .subtitle {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 300;
}

/*

	Program Categories Section

*/
.section-program-categories .program-category {
  text-align: center;
}
.section-program-categories .program-category a {
  display: block;
  padding: 25px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-program-categories .program-category a:hover {
  transform: scale(1.25);
}
.section-program-categories .program-category i {
  font-size: 64px;
  color: #6D298B;
  margin-bottom: 16px;
  display: block;
}
.section-program-categories .program-category h5 {
  font-weight: 700;
  color: #6D298B;
  margin-bottom: 0;
}

.latest-content {
  color: #333333;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.latest-content img {
  width: 100%;
  height: 100%;
  min-height: 60px;
  max-height: 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.latest-content .image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 60px;
  max-height: 60px;
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.latest-content .no-image {
  min-height: 60px;
  max-height: 60px;
}
.latest-content .no-image i {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
}
.latest-content p {
  margin: 0;
}
.latest-content p.heading {
  font-weight: 500;
  margin-bottom: 10px;
}
.latest-content p.title {
  margin-bottom: 4px;
}
.latest-content p.title i {
  margin-right: 4px;
}
.latest-content p.subtitle-1 {
  color: #B3B3B3;
  margin-bottom: 2px;
  font-size: 12px;
}
.latest-content p.subtitle-2 {
  color: #B3B3B3;
  font-size: 12px;
}

/* 
 * 
 * Featured Content Slider
 * 
 */
/*
	Variables
*/
/*
	Bullets
*/
.rsDefault .rsBullets {
  /*position: static !important;*/
  background: transparent !important;
  height: 30px;
}

.rsDefault .rsBullet {
  padding: 0 !important;
  margin-left: 8px;
}

.rsDefault .rsBullet:first-of-type {
  margin-left: 0;
}

.rsDefault .rsBullet span {
  background: white !important;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.rsDefault .rsBullet.rsNavSelected span {
  background: #6D298B !important;
}

/*
	Slider
*/
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
  background: transparent !important;
}

.rsDefault {
  background: transparent !important;
}

#homeScreenSlider .rsContent {
  position: absolute;
  bottom: 0;
  height: 160px;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.375);
}

#homeScreenSlider {
  height: 160px;
  max-height: 160px;
  width: 100%;
}

#homeScreenSlider .logos-container {
  width: 40%;
  float: left;
}

#homeScreenSlider .logos-container img {
  float: left;
  margin-right: 60px;
}

#homeScreenSlider .name-container {
  padding: 28% 0;
  width: 100%;
  float: right;
  text-align: center;
}

#homeScreenSlider .name-container h1 {
  font-weight: 500;
  line-height: 80px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#homeScreenSlider .name-container h2 {
  font-weight: 300;
  font-size: 16px;
  color: black;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#homeScreenSlider .header-content {
  -webkit-transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*background-color: white;*/
  /*overflow: auto;*/
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  text-align: left;
  overflow: auto;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
  /*box-shadow: 0 1px 16px rgba(0, 0, 0, 0.125), 0 1px 2px rgba(0, 0, 0, 0.25);*/
}

#homeScreenSlider .header-content:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

#homeScreenSlider .header-content .content-image,
#homeScreenSlider .header-content .no-content-image {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 120px;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  float: left;
  overflow: hidden;
}

#homeScreenSlider .header-content .no-content-image {
  /*background-color: #B3B3B3;*/
}

#homeScreenSlider .header-content .no-content-image i {
  /*color: #D9D9D9;*/
  color: white;
  text-shadow: none;
  width: 120px;
  line-height: 90px;
  height: 90px;
  display: block;
  text-align: center;
  font-size: 40px;
}

#homeScreenSlider .header-content .content-title {
  position: absolute;
  left: 136px;
  right: 16px;
  top: 24px;
  /* height: 90px; */
  margin: 0;
  /* line-height: 90px; */
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/*#homeScreenSlider .header-content .content-title:hover {
	color: #CCCCCC;
}*/
#homeScreenSlider .header-content p {
  position: absolute;
  left: 136px;
  top: 48px;
  right: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #CCCCCC;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/*
	Large Devices, Wide Screens
*/
@media only screen and (max-width: 1199px) {
  #homeScreenSlider .name-container {
    padding: 24% 0;
  }
}
/*
	Medium Devices, Desktops
*/
@media only screen and (max-width: 991px) {
  #homeScreenSlider .logos-container {
    float: right;
    width: 100%;
  }

  #homeScreenSlider .logos-container img {
    float: none;
    padding: 40px;
    margin-right: 0;
  }

  #homeScreenSlider .name-container {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20% 0;
  }
}
/*
	Small Devices, Tablets
*/
@media only screen and (max-width: 767px) {
  #homeScreenSlider .name-container {
    padding: 18% 0;
  }
}
/*
	Extra Small Devices, Phones
*/
@media only screen and (max-width: 479px) {
  #homeScreenSlider .name-container {
    padding: 10% 0;
  }
}
/*
	Custom, iPhone Retina
*/
/* 
 * 
 * Google Map
 * 
 */
.google-map,
#googleMap,
#googleMap2 {
  border-radius: 4px;
  overflow: hidden;
  height: 480px;
  width: 100%;
}

/*
 * 
 * Media Queries
 * 
 */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .google-map,
#googleMap,
#googleMap2 {
    height: 400px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .google-map,
#googleMap,
#googleMap2 {
    height: 320px;
  }
}
/* Custom, iPhone Retina */
/*
 * 
 * Content List
 * 
 */
/* General Item Layout */
.content-list-item {
  position: relative;
  margin: 0 0 40px 0;
  text-align: center;
}

.content-list-item img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
}

.content-list-item .image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 200px;
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.content-list-item .image-wrapper .title-wrapper {
  display: none;
}

.content-list-item .content {
  /*display: block;
  min-height: 200px;*/
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 15px;
  color: #333333;
  position: relative;
}

.content-list-item .content .title,
.content-list-item .content p {
  margin: 0;
}

/*.content-list-item .content .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}*/
/*.content-list-item .content .subtitle {
	float: none;
}*/
.content-list-item .content p {
  margin-top: 10px;
  color: #808080;
  font-weight: 300;
  font-size: 14px;
}

.content-list-item .content i {
  margin-left: 0;
  margin-right: 8px;
}

.content-list-item .view-more {
  margin-top: 10px;
  bottom: 0;
  position: relative;
  text-align: right;
  display: block;
  padding: 15px;
  background-color: white;
}

/* List Item Layout */
.content-list-list-item {
  background-color: white;
  padding: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), 0 1px 8px rgba(0, 0, 0, 0.125);
  -webkit-transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.content-list-list-item:hover {
  transform: scale(1.025);
}

.content-list-list-item img {
  border-radius: 2px;
}

.content-list-list-item .no-image,
.content-list-list-item .image-wrapper {
  /*margin-bottom: 20px;*/
}

.content-list-list-item .content {
  border-top: none;
  padding: 0;
  min-height: 160px;
}

.content-list-list-item .content .body {
  height: 105px;
  overflow: hidden;
}

.content-list-list-item .view-more {
  margin-top: 20px;
  position: relative;
  text-align: right;
  display: block;
  padding: 0;
  background-color: white;
}

/* Grid Item Layout */
.content-list-grid-item {
  background-color: white;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), 0 1px 8px rgba(0, 0, 0, 0.125);
  -webkit-transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.content-list-grid-item.active,
.content-list-grid-item:hover {
  transform: scale(1.05);
}

.content-list-grid-item .content .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.content-list-grid-item .content .body {
  min-height: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0;
}

.content-list-grid-item .content .body p {
  margin-top: 0;
}

.content-list-grid-item .icon-wrapper {
  position: absolute;
  bottom: 0;
  padding: 15px;
}

.content-list-grid-item .icon-wrapper i {
  margin-right: 15px;
  font-size: 16px;
  color: #808080;
}

.content-list-grid-item .tag-wrapper {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
}

.content-list-grid-item .label-added {
  background-color: white;
  color: #333;
}

.content-list-grid-item .label-my-content {
  padding: 4px 6px;
  float: left;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), 0 1px 1px rgba(0, 0, 0, 0.125);
}

.content-list-grid-item .view-more {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Subscription Item Layout */
.content-list-subscription-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  /*
  	Content
  */
  /*
  	Price
  */
  /*
  	Footnote
  */
  /*
  	Already Subscribed
  */
}
.content-list-subscription-item .content {
  /* Properties */
  display: table;
  padding: 0;
  width: 100%;
  height: 80px;
  /* Title */
}
.content-list-subscription-item .content .title {
  white-space: normal;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  margin: 0;
}
.content-list-subscription-item .price {
  /* Properties */
  background-color: white;
  line-height: 48px;
  display: block;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 300;
  /* Frequency */
}
.content-list-subscription-item .price sup {
  font-weight: 500;
  text-transform: capitalize;
}
.content-list-subscription-item .price-selected {
  background-color: #6D298B;
  color: white;
  font-size: 18px;
}
.content-list-subscription-item p {
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 12px;
  color: #808080;
  margin: 0;
}
.content-list-subscription-item .already-subscribed-message {
  padding: 100px 40px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1000;
  position: absolute;
  text-shadow: 0 1px 2px white;
}

.content-list-subscription-item:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 1px 64px rgba(0, 0, 0, 0.25);
}

/* Subscription Item (My Account) Layout */
.content-list-my-account-subscription-item {
  text-align: left;
  position: relative;
}
.content-list-my-account-subscription-item .cancelled-message {
  padding: 100px 40px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1000;
  position: absolute;
}
.content-list-my-account-subscription-item .description {
  font-weight: 100;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.content-list-my-account-subscription-item .description.free,
.content-list-my-account-subscription-item .description.organisation {
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 70px;
}
.content-list-my-account-subscription-item .detail {
  font-size: 12px;
}
.content-list-my-account-subscription-item .detail .heading {
  font-weight: 500;
  margin-right: 8px;
}
.content-list-my-account-subscription-item .cancel-subscription {
  margin-top: 15px;
}
.content-list-my-account-subscription-item p:last-of-type {
  margin: 0;
}

/* Photo Gallery Item Layout */
.content-list-photo-gallery-item {
  height: 120px;
}
.content-list-photo-gallery-item .thumbnail {
  /* Resets */
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  /* New Properties */
  background-color: #FCFCFC;
  width: 160px;
  height: 100%;
}
.content-list-photo-gallery-item .thumbnail .image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 120px;
  max-height: 120px;
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.content-list-photo-gallery-item .thumbnail i {
  font-size: 48px;
  line-height: 120px;
}
.content-list-photo-gallery-item .information {
  position: absolute;
  left: 176px;
  top: 40px;
  bottom: 0;
  right: 16px;
  text-align: left;
}
.content-list-photo-gallery-item .information .title {
  font-weight: 400;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.content-list-photo-gallery-item .information .subtitle {
  font-size: 14px;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .content-list-my-account-subscription-item .description.free,
.content-list-my-account-subscription-item .description.organisation {
    margin-top: 20px;
    line-height: 1.5em;
    text-align: center;
  }
  .content-list-my-account-subscription-item .detail.organisation {
    text-align: center;
    margin-bottom: 20px;
  }
}
/*
 * 
 * Page Base
 * 
 */
.content-page .section-header {
  /* Subtitle */
}
.content-page .section-header .subtitle {
  width: auto;
}

.content-page .body {
  margin-bottom: 40px;
}

.content-page .audio-player {
  margin-bottom: 40px;
}

.content-page .no-image {
  border-radius: 2px;
}

.content-page .related-header {
  margin-bottom: 15px;
}

/*.content-page audio {
	margin: 40px 0;
}*/
.content-page .related-item {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}

.content-page .related-item i {
  margin-left: 0;
  margin-right: 8px;
}

/*
 * 
 * Verses Page
 * 
 */
/* Page */
.content-page-verses .content-item-verse {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

/* Item Layout */
.content-item-verse {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.content-item-verse .content {
  padding-left: 64px;
}

.content-item-verse .content p {
  font-weight: 300;
}

.content-item-verse .content p:last-of-type {
  margin: 0;
}

.content-item-verse .content .title {
  margin: 0;
  height: 24px;
  margin-bottom: 10px;
}

.content-item-verse .content .subtitle {
  /*color: #999999;*/
  margin: 0;
  height: 24px;
  margin-bottom: 20px;
}

.content-item-verse .content .view-more {
  display: inline-block;
  float: right;
  margin-top: 10px;
  text-align: right;
  width: 100%;
}

.content-item-verse .content .copyright {
  text-align: center;
  padding-top: 15px;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

/* 
 * 
 * Prayer Requests Page
 * 
 */
/* Page */
.content-page-prayer_requests .content-item-prayer-request {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

/* Item Layout */
.content-item-prayer-request {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.content-item-prayer-request .content p {
  font-weight: 300;
}

.content-item-prayer-request .content p:last-of-type {
  margin: 0;
}

.content-item-prayer-request .content .title {
  margin: 0;
  height: 24px;
  margin-bottom: 10px;
}

.content-item-prayer-request .content .subtitle {
  color: #999999;
  margin: 0;
  height: 24px;
  margin-bottom: 20px;
}

.content-item-prayer-request .content .view-more {
  display: inline-block;
  float: right;
  margin-top: 10px;
  text-align: right;
  width: 100%;
}

.content-item-prayer-request .content .copyright {
  text-align: center;
  padding-top: 15px;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

/*
 * 
 * Events Page
 * 
 */
.content-page-events .section-header .row-1,
.content-page-events .section-header .row-2 {
  /*padding-left: 64px;*/
}

.content-page-events .section-header .timestamp {
  top: 4px;
  margin-right: 64px;
}

.content-page-events .section-header .timestamp .month {
  padding-bottom: 0;
  border-bottom: 0;
  margin: 0;
}

.row-event-date {
  margin: 20px 0;
  padding: 0 0 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.row-event-date:last-of-type {
  border-bottom: 0;
}

.row-event-date .checkbox,
.row-event-date .radio {
  width: 40px;
  margin-right: 4px;
  height: 75px;
  float: left;
  margin: 0;
}

.row-event-date .column-headers p {
  font-weight: 400;
  margin-bottom: 5px;
}

.row-event-date .column-information p {
  margin-bottom: 5px;
}

/*
 * 
 * Programs Page
 * 
 */
.related-information-container {
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.375);*/
  /*border: 2px solid #CCCCCC;*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), 0 1px 8px rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 40px;
}

.related-information-container .image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 200px;
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.related-information-container h4 {
  margin: 20px 20px 0 20px;
  text-align: center;
}

.related-information-container .body {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.related-information-container .body p {
  margin-bottom: 10px;
  color: #808080;
  font-weight: 300;
  font-size: 14px;
}

.related-information-container .body p:last-of-type {
  margin-bottom: 0;
}

.related-information-container .section {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.related-information-container .section:nth-child(odd) {
  background-color: #FAFAFA;
}

.related-information-container .section:last-of-type {
  border-bottom: 0;
}

.related-information-container .section legend {
  /*color: $brand-color;*/
  font-weight: 400;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  border: 0;
}

.related-information-container .section .item {
  padding: 0 15px 15px 15px;
}

.related-information-container .section .item:last-of-type {
  margin-bottom: 0;
}

.related-information-container .section .item .title {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}

.related-information-container .section .item .expand-related {
  margin-left: 8px;
  padding: 0 4px;
  border-radius: 2px;
}

.related-information-container .section .item .value,
.related-information-container .section .item .value-hidden {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.related-information-container .section .item .value-hidden {
  display: none;
}

/*
 * 
 * Chat Page
 * 
 */
.content-list-chat-room .image-wrapper {
  background-color: #ccc;
  padding: 15px;
  text-align: left;
  color: white;
  position: relative;
}
.content-list-chat-room .image-wrapper .title-and-activity-wrapper {
  position: absolute;
  bottom: 15px;
}
.content-list-chat-room .image-wrapper .title-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.content-list-chat-room .image-wrapper .title-wrapper .title {
  float: left;
  margin: 0;
  font-weight: 600;
}
.content-list-chat-room .image-wrapper .title-wrapper .active {
  float: left;
  padding: 5px 7px;
  margin: 0 0 0 8px;
  background-color: rgba(0, 0, 0, 0.75);
}
.content-list-chat-room .image-wrapper .activity-wrapper p {
  font-size: 12px;
  margin: 0;
}
.content-list-chat-room .image-wrapper .activity-wrapper .profile-picture .image-wrapper {
  padding: 0;
}
.content-list-chat-room .image-wrapper .activity-wrapper .name-and-timestamp-wrapper {
  float: left;
  text-align: left;
  margin-left: 8px;
}
.content-list-chat-room .image-wrapper .activity-wrapper .name-and-timestamp-wrapper .name,
.content-list-chat-room .image-wrapper .activity-wrapper .name-and-timestamp-wrapper .timestamp {
  width: 100%;
  text-align: left;
  display: block;
  height: 14px;
  line-height: 14px;
}
.content-list-chat-room .image-wrapper .activity-wrapper .name-and-timestamp-wrapper .name {
  font-weight: 400;
}
.content-list-chat-room .image-wrapper .activity-wrapper .name-and-timestamp-wrapper .timestamp {
  opacity: 0.625;
}
.content-list-chat-room .image-wrapper .gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))), no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), no-repeat;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), no-repeat;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), no-repeat;
  min-height: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.content-list-chat-room .content .body {
  min-height: 120px;
  height: 120px;
}
.content-list-chat-room .content .body p {
  margin: 0 !important;
}

.chat-room-conversation {
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 8px rgba(0, 0, 0, 0.1);
}
.chat-room-conversation .title-wrapper {
  background-color: #6D298B;
  padding: 20px;
}
.chat-room-conversation .title-wrapper .title {
  color: white;
  margin: 0;
}
.chat-room-conversation .message-list {
  padding: 20px;
}
.chat-room-conversation .message-list .chat-room-message {
  padding: 10px;
  background-color: white;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.chat-room-conversation .message-list .chat-room-message .title-bar {
  margin-bottom: 20px;
  overflow: auto;
}
.chat-room-conversation .message-list .chat-room-message .title-bar .profile-picture-wrapper {
  float: left;
  background-color: #6D298B;
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border: 1px solid white;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.chat-room-conversation .message-list .chat-room-message .title-bar .profile-picture-wrapper i {
  display: block;
  color: white;
  width: 22px;
  line-height: 25px;
  text-align: center;
  font-size: 20px;
}
.chat-room-conversation .message-list .chat-room-message .title-bar p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.chat-room-conversation .message-list .chat-room-message .title-bar .username {
  float: left;
  margin-left: 5px;
  line-height: 24px;
  height: 24px;
}
.chat-room-conversation .message-list .chat-room-message .title-bar .added {
  opacity: 0.5;
  float: right;
}
.chat-room-conversation .message-list .chat-room-message .title-bar .added:hover {
  opacity: 1;
}
.chat-room-conversation .message-list .chat-room-message .message {
  margin: 0;
}
.chat-room-conversation .message-list .chat-room-message:last-of-type {
  margin-bottom: 0;
}
.chat-room-conversation .message-box {
  background-color: rgba(0, 0, 0, 0.0375);
  padding: 20px;
}

/*
 * 
 * Footer
 * 
 */
footer {
  background-color: #1A1A1A;
  background: "transparent";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*@include border-top($section-border-width);*/
  color: white;
  font-weight: 300;
}

footer hr {
  border-color: rgba(0, 0, 0, 0.2);
  margin: 20px 0;
}

footer .logo {
  width: 100%;
  max-width: 320px;
}

footer .section {
  background-color: transparent;
  padding: 40px 0;
}

footer .form-control {
  border: 1px solid #ccc;
}

footer .bar-1 {
  line-height: 1.75;
}

footer .bar-1 p {
  font-size: 14px;
}

footer .bar-1 a:hover {
  color: white;
}

footer .about-us {
  margin-bottom: 20px;
}

footer .app-store-badges {
  text-align: center;
}

footer .app-store-badge {
  margin: 20px 10px;
  display: inline-block;
}

footer .bar-2 {
  background-color: rgba(0, 0, 0, 0.25);
}

footer .bar-2 .footer-block {
  float: left;
  padding: 0 15px 0 0;
  margin: 20px 15px 20px 0;
  border-right: 2px solid rgba(0, 0, 0, 0.25);
}

footer .bar-2 .footer-block:last-of-type {
  border-right: 0;
}

footer .bar-2 p,
footer .bar-2 a {
  margin: 0;
}

footer .social-media a {
  width: 30px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}

/*
 * 
 * Components
 * 
 */
/*

	General

*/
.component-wrapper {
  background-color: white;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 40px 0;
}

.component-wrapper:last-of-type {
  padding-bottom: 40px;
}

.component-wrapper .row-component {
  padding: 0;
}

.component-wrapper .component-wrapper {
  padding: 0;
  margin: 0;
}

.component-wrapper legend:first-of-type {
  margin-top: 0;
}

footer.border-top-image,
.component-wrapper.border-top-image {
  padding-top: 80px;
}

footer.border-bottom-image,
.component-wrapper.border-bottom-image {
  padding-bottom: 80px;
}

.component-border-top-image {
  background-position: center top;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.component-border-bottom-image {
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.row-columns .col {
  margin-bottom: 40px;
}

.row-columns .col:last-of-type {
  margin-bottom: 0;
}

.row-columns .col .container {
  padding: 0;
  width: 100%;
}

.row-columns .col .container [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}

.row-columns .col .component-wrapper {
  background-color: transparent;
}

.row-columns .col .row-component {
  margin: 0;
  padding-bottom: 0;
}

.row-columns .content-list-item,
.row-columns .content-list-grid-item,
.row-columns .content-list-list-item {
  margin-bottom: 0;
}

/*

	Media Content

*/
.media-item {
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: auto;
}

.media-item img {
  border-radius: 2px;
  width: 100%;
}

.media-item .image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 200px;
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.media-item h4,
.content-item h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.content-item h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-item .body-container {
  height: 120px;
  overflow: hidden;
  margin-bottom: 20px;
}

.content-item .body-container p {
  margin: 0;
}

.media-item .text-container {
  padding: 10px;
  overflow: auto;
}

.media-item hr {
  margin: 20px 0;
}

.media-item .link {
  overflow: auto;
  padding: 10px;
}

.media-item .videoWrapper {
  margin-top: 0;
}

.text-item {
  padding: 20px;
}

.text-item p {
  margin-bottom: 20px;
}

/*.text-item h1:last-of-type,
.text-item h2:last-of-type,
.text-item h3:last-of-type,
.text-item h4:last-of-type,
.text-item h5:last-of-type,
.text-item h6:last-of-type,
.text-item p:last-of-type {
	margin-bottom: 0;
}
*/
.text-item p:last-of-type {
  margin-bottom: 0;
}

.text-item .button-wrapper {
  margin-top: 10px;
  text-align: center;
}

.text-item .call-to-action-button {
  color: white;
  background-color: #6D298B;
  border: 0;
  margin-top: 20px;
}

.text-item h1,
.text-item h2,
.text-item h3,
.text-item h4,
.text-item h5,
.text-item h6 {
  margin-bottom: 20px;
}

/*

	Google Map

*/
.google-map-wrapper .address {
  padding: 20px 10px 10px 10px;
  margin: 0;
  font-size: 18px;
}

/*

	Content List

*/
.section-title-bar {
  overflow: auto;
  margin-bottom: 40px;
}

.section-title-bar h1,
.section-title-bar h5 {
  margin: 0;
}

.section-title-bar h1 {
  letter-spacing: 1px;
  line-height: 60px;
}

.section-title-bar h5 {
  margin-bottom: 10px;
}

.section-title-bar select {
  margin: 0;
  height: 40px;
}

.section-title-bar-element-left {
  float: left;
}

.section-title-bar-element-right {
  margin-left: 20px;
  float: right;
}

@media only screen and (max-width: 640px) {
  .section-title-bar {
    padding: 0;
  }

  .section-title-bar select {
    width: 100%;
  }

  .section-title-bar-element-left,
.section-title-bar-element-right {
    margin: 0;
    float: none;
  }

  .section-title-bar-element-left,
.section-title-bar-element-right {
    margin-bottom: 20px;
  }

  .section-title-bar-element-right:last-of-type {
    margin-bottom: 0;
  }
}
/*

	Quill

*/
.ql-align-center {
  text-align: center;
}

.ql-align-left {
  text-align: left;
}

.ql-align-right {
  text-align: right;
}

.ql-align-justify {
  text-align: justify;
}

/*

	Header Button

*/
.header .call-to-action-buttons {
  margin: 0 auto;
}

.header .call-to-action-button {
  margin-right: 10px;
}

.header .call-to-action-button:last-of-type {
  margin-right: 0;
}

.call-to-action-button {
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  text-shadow: none !important;
}

.call-to-action-button:hover {
  color: #6D298B;
  border-color: white;
  background-color: white;
}

.transition-easing {
  -webkit-transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (max-width: 640px) {
  .header .call-to-action-buttons {
    width: 200px;
  }

  .header .call-to-action-button {
    clear: both;
    margin: 0 0 15px 0;
  }

  .header .call-to-action-button img {
    max-width: 100%;
  }

  .header .call-to-action-button:last-of-type {
    margin: 0;
  }
}
/*

	Related Information

*/
.related-information {
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125),
  			0 1px 8px rgba(0, 0, 0, 0.125);

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
  		border-radius: 4px;

  overflow: hidden;
  margin-bottom: 40px;*/
}

.related-information .card,
.related-information-sidebar .card {
  margin-bottom: 20px;
}

.related-information .card:last-child,
.related-information-sidebar .card:last-child {
  /*margin-bottom: 0;*/
}

.related-information-sidebar .contact-information {
  border: 0;
}

.related-information .image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 200px;
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.related-information h4 {
  margin: 0 0 20px 0;
}

.related-information .body p {
  margin-bottom: 10px;
  color: #808080;
  font-weight: 300;
  font-size: 14px;
}

.related-information .body p:last-of-type {
  margin-bottom: 0;
}

.related-information hr {
  margin: 20px 0;
  border-top-width: 1px;
}

.related-information legend {
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  border: 0;
}

.contact-information {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 20px;
  overflow: auto;
}

.contact-information i {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #6D298B;
  color: #6D298B;
  border-radius: 100%;
}

.contact-information .items {
  margin-left: 20px;
  float: left;
}

.contact-information .item {
  margin-bottom: 20px;
}

.contact-information .item:last-of-type {
  margin-bottom: 0;
}

.contact-information .item h5 {
  font-size: 12px;
  margin: 0 0 5px 0;
  opacity: 0.75;
}

.contact-information .item .value {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.contact-information.payments {
  display: block;
  background-color: #1E88E5;
  margin-bottom: 40px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), 0 1px 8px rgba(0, 0, 0, 0.125);
}
.contact-information.payments i {
  float: left;
  border: 2px solid white;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 20px;
}
.contact-information.payments i.caret {
  float: right;
  border: 0;
  opacity: 0.5;
  width: 20px;
}
.contact-information.payments .items {
  margin-left: 56px;
  float: none;
}
.contact-information.payments h4 {
  font-weight: 800;
  margin: 0;
  color: white;
  line-height: 40px;
}
.contact-information.payments a {
  color: white;
}

/*

	Featured Content Item

*/
.content-item-2 img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 40px;
}
.content-item-2 h1 {
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  color: white;
  padding: 0 20px;
  font-weight: 600;
}
.content-item-2 p:last-of-type {
  margin-bottom: 0;
}

.content-item-2.left img,
.content-item-2.right img {
  margin-bottom: 20;
}

/*

	Countdown

*/
.countdown-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.countdown-wrapper .digits {
  display: inline-block;
  margin: 0 auto;
  margin-left: 32px;
}

.countdown-wrapper .digits:first-of-type {
  margin-left: 0;
}

.countdown-wrapper .digits p {
  font-weight: 600;
  font-size: 16px;
}

.countdown-wrapper .digit {
  background-color: "black";
  color: "white";
  margin-bottom: 8px;
  float: left;
  font-size: 48px;
  padding: 4px 0;
  border-radius: 4px;
  width: 56px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .countdown-wrapper .digits {
    margin-left: 24px;
  }

  .countdown-wrapper .digit {
    font-size: 32px;
    width: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .countdown-wrapper .digits {
    margin-left: 12px;
  }

  .countdown-wrapper .digit {
    font-size: 20px;
    width: 28px;
  }
}
/*
 * 
 * Media Queries
 * 
 */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  /* 
   * 
   * Base Elements
   * 
   * These rules apply to base web elements such as body, html, headers, etc,
   * and not my own custom classes or elements.
   * 
   */
  hr {
    margin: 20px 0;
  }

  legend {
    margin: 20px 0;
  }

  .content-page .container .breadcrumb {
    margin: 0;
  }

  .content-page .container .breadcrumb li {
    display: none;
  }

  .content-page-events .section-header .timestamp {
    margin-right: 16px;
  }

  .header.home .content-item-verse {
    max-width: 100%;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .floating-action-button {
    padding: 20px 0;
  }

  .container {
    width: auto;
  }

  .section-home {
    padding: 20px 0;
  }

  .quotes-container {
    height: 150px !important;
  }

  .quick-nav {
    padding: 20px 0;
  }

  .quick-nav .col {
    margin-bottom: 20px;
  }

  .header-image {
    margin-bottom: 20px;
  }

  .section {
    padding: 20px 0;
  }

  .section .section-header {
    margin-bottom: 20px;
  }

  .content-page .section-header .title,
.content-page .section-header .subtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* position: absolute; */
    left: 0;
    right: 80px;
  }

  .label-program-tag-1 {
    display: none;
  }

  .label-program-tag-2 {
    display: inline-block;
  }

  footer {
    text-align: center;
  }

  footer .logo {
    margin-bottom: 40px;
  }

  footer .bar-2 .footer-block {
    float: none;
    border-right: 0;
  }

  .floating-action-buttons {
    padding: 0 0 20px 0;
    height: 68px;
  }

  #toggleRSVP {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  /* 
   * 
   * Base Elements
   * 
   * These rules apply to base web elements such as body, html, headers, etc,
   * and not my own custom classes or elements.
   * 
   */
  body {
    padding: 0;
  }

  /*.wrapper {
  	border-radius: 0;
  }*/
  /*
   * 
   * Footer
   * 
   */
  .latest-content {
    margin-bottom: 20px;
  }

  .btn-giving {
    margin: 0 auto;
    float: none;
  }

  .profile-picture {
    float: none;
    margin: 13px 0 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.375), 0 1px 2px rgba(0, 0, 0, 0.375);
  }

  .profile-picture i {
    color: #BFBFBF;
  }

  .profile-name {
    float: none;
    position: relative;
    top: -7px;
    display: inline-block;
  }

  /*
   * 
   * Footer
   * 
   */
  footer .bar-2 p {
    padding: 20px 0;
  }

  footer .bar-2 .copyright {
    display: block;
    float: none;
  }

  footer .bar-2 .tagline {
    display: block;
    float: none;
  }

  footer .bar-2 .social-media {
    display: block;
    float: none;
  }

  .quotes-container {
    height: 200px !important;
  }

  .content-list-list-item img {
    margin-bottom: 20px;
  }

  #searchFilters {
    margin-bottom: 40px;
  }

  /*.image-wrapper,
  .no-image {
  	margin-bottom: 20px;
  }*/
  .service-times-header {
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    padding-top: 20px;
  }

  .action-bar {
    position: static;
    margin-bottom: 24px;
    float: none !important;
  }

  .action-bar select.form-control {
    margin-left: 0;
    margin-right: 10px;
  }

  #topOfPageBuffer {
    height: 60px !important;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .login-prompt {
    display: block;
    float: none !important;
    text-align: center;
    margin-top: 20px;
  }
}
/* Custom, iPhone Retina */
#topOfPageBuffer {
  display: block;
  height: 110px;
}

.popup {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*height: 100%;*/
  opacity: 0;
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  pointer-events: none;
  padding: 5%;
  overflow-y: scroll;
}

.popup .background {
  background-color: white;
  position: static;
  /*top: 25%;
  left: 5%;
  right: 5%;
  top: 5%;
  bottom: auto;*/
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.popup .background .title-bar {
  position: relative;
  z-index: 10000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 48px;
}

.popup .background .title-bar .title {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 16px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
}

.popup .background .title-bar .title-bar-close-button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: black;
}

.popup .background .content-wrapper {
  padding: 20px;
  background-color: white;
  overflow: auto;
  position: static;
  top: 48px;
  bottom: 48px;
  left: 0;
  right: 0;
}

.popup .background .column-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
  height: 100%;
}

.popup .background .column-wrapper.column-wrapper-auto {
  height: auto;
}

.popup .background .column-wrapper:first-of-type {
  border-top: 0;
}

.popup .background .column-wrapper .column {
  height: 100%;
  overflow-y: auto;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  float: left;
  position: relative;
}

.popup .background .column-wrapper .column:first-of-type {
  border-left: 0;
}

.popup .background .column-wrapper .column.column-100 {
  width: 100%;
}

.popup .background .column-wrapper .column.column-90 {
  width: 90%;
}

.popup .background .column-wrapper .column.column-80 {
  width: 80%;
}

.popup .background .column-wrapper .column.column-75 {
  width: 75%;
}

.popup .background .column-wrapper .column.column-70 {
  width: 70%;
}

.popup .background .column-wrapper .column.column-60 {
  width: 60%;
}

.popup .background .column-wrapper .column.column-offset-60 {
  margin-left: 60%;
}

.popup .background .column-wrapper .column.column-50 {
  width: 50%;
}

.popup .background .column-wrapper .column.column-40 {
  width: 40%;
}

.popup .background .column-wrapper .column.column-30 {
  width: 30%;
}

.popup .background .column-wrapper .column.column-25 {
  width: 25%;
}

.popup .background .column-wrapper .column.column-20 {
  width: 20%;
}

.popup .background .column-wrapper .column.column-10 {
  width: 10%;
}

.popup .background .column-wrapper .column.column-0 {
  display: none;
}

.popup .background .column-wrapper .column-red {
  background-color: #FFDEDE;
}

.popup .background .footer {
  position: static;
  padding: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.popup .background .footer .checkbox {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 13px;
}

.popup .background .footer .divider {
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  height: 28px;
}

.popup-wide .background {
  max-width: 1024px;
}

.popup p {
  margin-bottom: 20px;
}

.popup legend {
  font-size: 16px;
  font-weight: 600;
}

.popup img {
  width: 100%;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.popup hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.popup .section-header {
  position: relative;
  margin: 30px 0;
  padding: 0 0 10px;
}
.popup .section-header .subtitle {
  margin: 0 !important;
}

.popup .section-header:first-of-type {
  margin-top: 0;
}

.popup .section-header h4 {
  height: 24px;
}

.popup-image {
  background-color: rgba(0, 0, 0, 0.75);
}

.popup-image .background {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.popup-image .background .title-bar {
  border-bottom: none;
}

.popup-image .background .title-bar .title-bar-close-button {
  color: white;
}

.popup-image .background .content-wrapper {
  background-color: transparent;
}

.popup-image #photo {
  border: 2px solid white;
}

.popup-image #photoDescription,
.popup-image #photoDate {
  padding: 20px 20px 0 20px;
  margin: 0;
}

.popup-image #photoDescription {
  color: white;
}

.popup-image #photoDate {
  color: #999999;
}

.rsvp-date {
  color: #d9534f;
  font-weight: 600;
}

.information-section-title {
  margin: 20px 0 40px 0;
}

.information-section-content {
  padding: 20px 0 10px 0;
}

.nav-tabs {
  background-color: rgba(0, 0, 0, 0.075);
  padding: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 0;
}

.nav-tabs.nav-justified > li > a {
  border-radius: 2px;
  border: 0;
}

.tingle-modal {
  z-index: 10000;
}

.tingle-modal-box {
  width: auto;
}

.tingle-modal-box__footer {
  text-align: center;
}

.card {
  background-color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125), 0 1px 8px rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 40px;
  display: block;
}

.card-hover {
  -webkit-transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 125ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-hover:hover {
  transform: scale(1.025);
}

.related-link .icon {
  top: -1px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.related-link .text-wrapper {
  padding: 19px 20px;
}
.related-link .text-wrapper .title {
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.related-link-with-icon .text-wrapper {
  margin-left: 60px;
}

.related-link-with-subtitle .text-wrapper {
  padding: 10px 20px;
}
.related-link-with-subtitle .text-wrapper .subtitle {
  display: block;
  font-size: 12px;
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.related-website {
  overflow: hidden;
  position: relative;
  height: 120px;
}
.related-website .thumbnail {
  /* Resets */
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  /* New Properties */
  text-align: center;
  background-color: #FCFCFC;
  width: 160px;
  height: 100%;
}
.related-website .thumbnail .image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 120px;
  max-height: 120px;
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.related-website .thumbnail i {
  font-size: 48px;
  line-height: 120px;
}
.related-website .information {
  position: absolute;
  left: 176px;
  top: 40px;
  bottom: 0;
  right: 16px;
  text-align: left;
}
.related-website .information .title {
  font-weight: 400;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.related-website .information .subtitle {
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.related-website.small {
  height: 60px;
}
.related-website.small .thumbnail {
  width: 80px;
  height: 100%;
}
.related-website.small .thumbnail .image-wrapper {
  min-height: 60px;
  max-height: 60px;
}
.related-website.small .thumbnail i {
  font-size: 24px;
  line-height: 60px;
}
.related-website.small .information {
  position: absolute;
  left: 96px;
  top: 15px;
}
.related-website.small .information .title {
  font-size: 16px;
}
.related-website.small .information .subtitle {
  font-size: 12px;
  line-height: 12px;
}

.profile-picture {
  float: left;
  background-color: #6D298B;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 3px 0 0 0;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.profile-picture img {
  width: 100%;
  height: 100%;
  min-height: 24px;
  max-height: 24px;
  object-fit: cover;
  background-position: cover;
  display: block;
}

.profile-picture .image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 24px;
  max-height: 24px;
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.profile-picture i {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  width: 24px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
}

.profile-picture-parent {
  font-size: 200px;
  height: 1em;
}

.profile-picture-large {
  height: 100%;
  width: 1em;
  display: block;
  background-color: rgba(0, 0, 0, 0.075);
  border-radius: 50%;
  border: 0;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.profile-picture-large i {
  width: 200px;
  font-size: 160px;
  color: #CCCCCC;
  top: -12px;
  line-height: initial;
  display: initial;
}
.profile-picture-large .image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 198px;
  max-height: 198px;
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.header-image-wrapper {
  position: relative;
}

.header-image-copyright {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 2px 6px 4px 6px;
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0 1px 1px black;
  line-height: 14px;
  border-radius: 3px;
  cursor: pointer;
}

.header-image-copyright a {
  color: #5cadff;
}

.header-image-copyright a:hover {
  color: #2d8cf0;
}

/*.header-image-copyright i {
	display: none;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
}*/
.header-image-copyright span:nth-child(1) {
  display: none;
}

/*.header-image-copyright.collapsed i {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
}*/
.header-image-copyright.collapsed span:nth-child(1) {
  display: block;
}

.header-image-copyright.collapsed span:nth-child(2) {
  display: none;
}

.ql-size-huge {
  font-size: 30px;
}

.ql-size-large {
  font-size: 24px;
}

.ql-size-normal {
  font-size: 12px;
}

.ql-size-small {
  font-size: 12px;
}

blockquote {
  position: relative;
  text-align: center;
  font-style: italic;
  border-left: none;
  font-weight: 300;
  font-size: 16px;
}

/*q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
	font-family: Georgia, "Times New Roman", Times, serif;
    content: open-quote;
    opacity: 0.125;
    font-size: 85px;
    position: absolute;
    top: -16px;
    left: -16px;
}

blockquote:after {
	font-family: Georgia, "Times New Roman", Times, serif;
    content: close-quote;
    opacity: 0.125;
    font-size: 85px;
    position: absolute;
    bottom: -16px;
    right: -16px;
}*/
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

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