@font-face {
  font-family: swiftbold;
  src: url("../fonts/swift-bold-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: swiftbolditalic;
  src: url("../fonts/swift-bold-italic-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sofiaprobold;
  src: url("../fonts/sofiaprobold-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sofiaprolight;
  src: url("../fonts/sofiaprolight-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: sofiapromedium;
  src: url("../fonts/sofiapromedium-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: swiftregular;
  src: url("../fonts/swift-regular-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: swiftextrabolditalic;
  src: url("../fonts/swift-extrabold-italic-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: swiftregularitalic;
  src: url("../fonts/swift-regularitalic-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
.main-home-title {
  font-family: sofiaprobold;
  font-size: 38pt;
  color: #2b2e70;
}
h1 {
  font-family: sofiaprobold;
  font-size: 2.9em;
  color: #000;
}
header {
  background-color: rgba(255,255,255,0.97);
  border-bottom: 1px solid #f3f3f3;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
header .branding {
  float: left;
  margin-top: 8px;
  margin-right: 30px;
}
header img {
  width: 302px;
}
header .branding > a {
  display: inline-block;
}
header nav.nav {
  float: left;
  margin-right: 50px;
}
header nav.nav li {
  float: left;
  margin-bottom: 0;
}
header nav.nav li a.nav-link,
header nav.nav li a {
  font-family: sofiapromedium;
  font-size: 19px;
  color: #000;
  padding: 30px 15px;
  line-height: 1;
}
header nav.nav li a.nav-link:hover,
header nav.nav li a:hover {
  color: #e5231b;
  background: none;
}
header nav.nav li.add-arrow a {
  padding-right: 35px !important;
}
header .add-arrow a::after {
  font-family: fontawesome;
  content: "\f107";
  margin-left: 10px;
  position: absolute;
  margin-top: 2px;
}
header .add-arrow.opened a::after {
  content: "\f106";
}
header .menu-three-block {
  position: absolute;
  left: 0;
  top: 83px;
  width: 100%;
  display: none;
}
header .menu-three-block.open {
  display: block;
}
header #second-nav-search-bar {
  float: right;
  display: inline-block;
  width: 210px;
  margin-top: 18px;
}
header .profile-nav {
  float: left;
}
header .profile-nav .wrapper-dropdown-3 {
  position: relative;
  width: 120px;
  margin: 0 auto;
  padding: 10px;
  padding-left: 30px;
  height: 45px;
  background: #f0f1f1;
  border-radius: 7px 0 0 7px;
  border: none;
  cursor: pointer;
  outline: none;
  font-family: sofiapromedium;
  font-size: 13px;
  color: #000;
  display: flex;
  display: -webkit-flex;
}
header .profile-nav .wrapper-dropdown-3:after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  font-family: fontawesome;
  content: "\f107";
  font-size: 16px;
  color: #000;
}
header .profile-nav .wrapper-dropdown-3:before {
  font-family: fontawesome;
  content: "\f007";
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  left: 10px;
  color: #000;
}
header .profile-nav .wrapper-dropdown-3.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
header .profile-nav a.user-name {
  color: #000;
  text-decoration: none;
  line-height: 2em;
}
header .mobile .profile-nav a.user-name {
  line-height: 1em;
}
header .search-bar {
  width: 87px;
  display: inline-block;
  float: right;
  margin-left: 3px;
  position: relative;
}
header .search-bar input {
  border: none;
  background: #f1f1f1;
  padding: 8px 23px 9px 9px;
  border-radius: 0 7px 7px 0;
  width: 100%;
  font-family: sofiapromedium;
  font-size: 16px;
  height: 45px;
}
header .search-bar input:focus {
  outline: none;
}
header .search-bar button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 5px;
  border: none;
  background: transparent;
  width: 20px;
  line-height: normal;
}
header .search-bar button:before {
  font-family: fontawesome;
  content: "\f002";
  font-size: 14px;
  color: #000;
}
body {
  -moz-transition: all 0.2s ease, right 0.2s ease;
  -o-transition: all 0.2s ease, right 0.2s ease;
  -webkit-transition: all 0.2s ease, right 0.2s ease;
  transition: all 0.2s ease, right 0.2s ease;
}
body .sidebar-menu.right.only-menu .add-arrow a::after {
  font-family: fontawesome;
  content: "\f107";
  margin-left: 10px;
  position: absolute;
  margin-top: 2px;
}
body .sidebar-menu.right.only-menu .add-arrow.opened a::after {
  content: "\f106";
}
body header {
  -moz-transition: all 0.2s ease, right 0.2s ease;
  -o-transition: all 0.2s ease, right 0.2s ease;
  -webkit-transition: all 0.2s ease, right 0.2s ease;
  transition: all 0.2s ease, right 0.2s ease;
  left: 0;
}
body.datepicker-fixed .datepicker {
  position: absolute;
}
#banner-container {
  margin-top: 83px;
  position: relative;
  z-index: 1;
}
#banner-container #top-banner {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
#banner-container #top-banner .banner-content-wrapper {
  overflow: inherit;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#banner-container #top-banner .banner {
  padding-bottom: 41vw;
}
#banner-container #top-banner .banner .banner-content {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: center;
  z-index: 1;
}
#banner-container #top-banner .banner picture img {
  width: 101%;
  max-width: 101%;
  position: fixed;
  -moz-transition: left 0.2s ease, right 0.2s ease;
  -o-transition: left 0.2s ease, right 0.2s ease;
  -webkit-transition: left 0.2s ease, right 0.2s ease;
  transition: left 0.2s ease, right 0.2s ease;
  left: 0;
}
#banner-container #top-banner .banner .banner-content h1 {
  font-family: sofiaprobold;
  font-weight: 100;
  font-size: 38pt;
  text-align: center;
  line-height: 1;
  color: #fff;
}
#banner-container #top-banner .banner .banner-content .top-banner-subtitle {
  font-family: swiftbolditalic;
  font-size: 16pt;
  color: #fff;
}
#banner-container #top-banner .banner .banner-content .top-banner-subtitle span.small {
  display: block;
  font-size: 65%;
  line-height: 1;
}
#banner-container #top-banner .banner .banner-content .next-section-arrow a {
  text-decoration: none;
  display: block;
}
#banner-container #top-banner .banner .banner-content .next-section-arrow a::after {
  content: '\f107';
  font: normal normal normal 13px/1 FontAwesome;
  font-size: 7em;
  font-weight: 100;
  color: #f2bb26;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#banner-container #top-banner .banner .banner-content .next-section-arrow a:hover {
  text-decoration: none;
}
div#x-section-1.x-section.bg-image {
  min-height: 800px;
}
.container div.inner {
  padding: 60px 0;
}
.container-full {
  width: 100%;
}
.container.less-border div.inner {
  padding: 30px 0;
  float: left;
  width: 100%;
}
.container.filters div.inner {
  padding: 30px 0 20px;
  float: left;
  width: 100%;
}
.container.full {
  max-width: 100%;
}
.container.full.grey,
.container.grey {
  background: #f1f0f0;
  max-width: 100%;
  width: 100%;
}
.container.text div.inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 99;
}
.container.text div.inner h3 {
  font-family: sofiapromedium;
  color: #000;
}
.container.text div.inner span {
  display: block;
  font-family: swiftregular;
  color: #000;
  font-size: 18px;
  margin-top: 20px;
}
.container.text div.inner button.red-float {
  background: #e5231b;
  color: #fff;
  border: none;
  font-family: sofiapromedium;
  padding: 15px 25px;
  font-size: 24px;
  margin-top: 20px;
  cursor: pointer;
}
.container.text.less-border div.inner {
  float: none;
}
#site-content {
  background: #fff;
  position: relative;
  z-index: 100;
}
#site-content .flow-template .sunday-filters .container .flow-filter .flow-filter-title {
  font-weight: normal;
}
#site-content .flow-template .sunday-content #wallmessages .flow-header .export-options {
  width: 170px;
}
#three-highlights {
  position: relative;
  z-index: 100;
}
.highlight {
  position: relative;
  display: inline-block;
  width: 33.3333%;
  margin: 0;
  padding: 0;
  float: left;
}
.highlight.highlight-2 {
  z-index: 10;
}
.highlight picture {
  max-height: 23.5vw;
  max-height: 23.5vw;
  min-height: 185px;
  overflow: hidden;
  display: block;
}
.highlight picture img {
  width: 110%;
  max-width: 110%;
}
.highlight .highlight-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
.highlight .highlight-content h3 {
  font-family: sofiaprobold;
  color: #fff;
}
.highlight .highlight-content button,
.highlight .highlight-content select,
.highlight .highlight-content .grey-float {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 14px;
  height: 40px;
  line-height: 22px;
  padding-top: 10px;
}
.highlight .highlight-content .datepicker-days {
  font-size: 14px;
}
.highlight .highlight-content .datepicker {
  padding: 4px;
}
button.grey-float {
  background: #fffeff;
  border: none;
  font-family: sofiapromedium;
  padding: 10px 20px;
  min-width: 120px;
}
div.select-grey {
  position: relative;
  background: #fffeff;
  border-radius: 0;
  width: auto;
  min-width: 185px;
  margin: 0 auto;
  display: inline-block;
}
div.select-grey select.grey-float,
div.select-grey div.grey-float {
  background: #fffeff;
  border: none;
  font-family: sofiapromedium;
  margin: 0 !important;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 100;
  padding: 7px 40px 10px 45px;
  width: 100%;
  cursor: pointer;
  line-height: 22px;
  height: 40px;
}
div.select-grey select.grey-float:focus,
div.select-grey div.grey-float:focus {
  outline: none;
}
div.select-grey select.grey-float option,
div.select-grey div.grey-float option {
  margin: 0 auto;
  float: left;
}
div.select-grey:after {
  font-family: fontawesome;
  content: "\f107";
  position: absolute;
  font-size: 14px;
  width: 0;
  height: 20px;
  right: 20px;
  margin-left: 25px;
  top: 20px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #000;
  z-index: 99;
}
div.select-grey-right {
  float: right;
  position: relative;
  background: #fffeff;
  border-radius: 0;
  width: auto;
  min-width: 185px;
  margin: 0 auto;
  display: inline-block;
}
div.select-grey-right select.grey-float {
  background: #fffeff;
  border: none;
  font-family: sofiapromedium;
  margin: 0 auto !important;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 100;
  padding: 10px 30px 10px 20px;
  cursor: pointer;
}
div.select-grey-right select.grey-float:focus {
  outline: none;
}
div.select-grey-right select.grey-float option {
  margin: 0 auto;
  float: left;
}
div.select-grey-right:after {
  font-family: fontawesome;
  content: "\f107";
  position: absolute;
  font-size: 14px;
  width: 0;
  height: 20px;
  right: 20px;
  margin-left: 25px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #000;
  z-index: 99;
}
#themes-categories,
#categories-list {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -20px;
  padding: 50px 0;
}
#themes-categories div.theme-category,
#categories-list div.theme-category {
  display: flex;
  width: 25%;
  padding: 0 20px;
  position: relative;
  float: left;
  margin-bottom: 30px;
}
#themes-categories div.theme-category .inner-block,
#categories-list div.theme-category .inner-block {
  background: #f9f9f9;
  width: 100%;
}
#themes-categories div.theme-category .inner-block .cat-picture-container,
#categories-list div.theme-category .inner-block .cat-picture-container {
  overflow: hidden;
}
#themes-categories div.theme-category .inner-block .cat-picture-container img,
#categories-list div.theme-category .inner-block .cat-picture-container img {
  width: 100%;
  max-width: 100%;
}
#themes-categories div.theme-category .inner-block h4,
#categories-list div.theme-category .inner-block h4 {
  font-family: sofiaprobold;
  font-size: 18px;
  padding: 15px 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  transition: all 0.2s;
}
#themes-categories div.theme-category .inner-block h4:hover,
#categories-list div.theme-category .inner-block h4:hover {
  color: #e5231b;
}
#themes-categories div.theme-category .inner-block .button-small-black-border,
#categories-list div.theme-category .inner-block .button-small-black-border {
  position: relative;
  padding: 0 0 20px;
}
#themes-categories div.theme-category .inner-block .button-small-black-border span,
#categories-list div.theme-category .inner-block .button-small-black-border span {
  border: 1px solid #000;
  padding: 5px;
  font-size: 12px;
  font-family: sofiapromedium;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.2s;
}
#themes-categories div.theme-category .inner-block .button-small-black-border span:hover,
#categories-list div.theme-category .inner-block .button-small-black-border span:hover {
  background: #e5231b;
  color: #fff;
  border-color: #e5231b;
}
#themes-categories h1,
#themes-categories h2,
#categories-list h2,
#categories-list h1 {
  padding: 10px 20px;
  float: left;
  width: 100%;
}
.filter-section-1 {
  display: inline-block;
  float: left;
}
.filter-section-2 {
  display: inline-block;
  float: right;
}
.container.grey span.s-title {
  font-family: sofiaprobold;
  font-size: 14px;
  float: left;
  text-align: right;
  width: 100px;
  padding: 5px 5px 0 0;
}
.container.grey span.xs-title {
  font-size: 12px;
  font-family: sofiaprobold;
  text-align: right;
  width: 70px;
  padding: 5px 5px 0 0;
  display: inline-block;
  vertical-align: top;
}
.service-flows-filters {
  display: inline-block;
}
.service-flows-filters .filter-button {
  display: inline-block;
  width: 90px;
  background: #e1e0e1;
  text-align: center;
  margin: 3px 0 0 7px;
  vertical-align: top;
  cursor: pointer;
}
.service-flows-filters .filter-button.red {
  border-bottom: 4px solid #ed3329;
}
.service-flows-filters .filter-button.dark-red {
  border-bottom: 4px solid #9b2545;
}
.service-flows-filters .filter-button.purple {
  border-bottom: 4px solid #8f519f;
}
.service-flows-filters .filter-button.blue {
  border-bottom: 4px solid #2a3377;
}
.service-flows-filters .filter-button.yellow {
  border-bottom: 4px solid #f3ba25;
}
.service-flows-filters .filter-button.black {
  border-bottom: 4px solid #000;
}
.service-flows-filters .filter-button span {
  padding: 8px 0;
  display: block;
  font-family: sofiapromedium;
  font-size: 14px;
  color: #000;
}
.service-flows-filters .dashed-separator {
  background: url("../images/dashed-border.png") no-repeat center top;
  background-size: 200%;
  width: 10px;
  height: 50px;
  display: inline-block;
  margin: 0 3px 0 10px;
}
.filters-section {
  display: block;
}
.filters-section .second-filter {
  display: inline-block;
}
.filters-section .second-filter div.select-grey-right {
  min-width: inherit;
  margin-left: 7px;
}
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
/* The line */
}
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #e2e2e2;
  left: 21%;
  margin-left: -7px;
}
.cbp_tmtimeline > li {
  position: relative;
}
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: relative;
}
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
  font-family: swiftregularitalic;
}
.cbp_tmtimeline > li .cbp_tmtime span.bold {
  font-family: swiftbolditalic;
}
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #f1f1f1;
  color: #fff;
  padding: 1em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
}
.cbp_tmtimeline > li .cbp_tmlabel.blue {
  background: #e5f1f5;
}
.cbp_tmtimeline > li .cbp_tmlabel.blue:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #e5f1f5;
  border-width: 10px;
  top: 10px;
}
.cbp_tmtimeline > li .cbp_tmlabel.green {
  background: #e0f4ee;
}
.cbp_tmtimeline > li .cbp_tmlabel.green:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #e0f4ee;
  border-width: 10px;
  top: 10px;
}
.cbp_tmtimeline > li .cbp_tmlabel.grey {
  background: #f1f1f1;
}
.cbp_tmtimeline > li .cbp_tmlabel.grey:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f1f1f1;
  border-width: 10px;
  top: 10px;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  font-family: sofiaprobold;
  color: #000;
  font-size: 16px;
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f1f1f1;
  border-width: 10px;
  top: 10px;
}
.cbp_tmtimeline > li .cbp_tmicon {
  width: 20px;
  height: 20px;
  font-family: 'ecoico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #fff;
  text-align: center;
  left: 22%;
  top: 0;
  margin: 0 0 0 -25px;
}
.cbp_tmtimeline > li .cbp_tmicon.red {
  background: #ed3329;
}
.cbp_tmtimeline > li .cbp_tmicon.dark-red {
  background: #9b2545;
}
.cbp_tmtimeline > li .cbp_tmicon.purple {
  background: #8f519f;
}
.cbp_tmtimeline > li .cbp_tmicon.blue {
  background: #2a3377;
}
.cbp_tmtimeline > li .cbp_tmicon.yellow {
  background: #f3ba25;
}
.cbp_tmtimeline > li .cbp_tmicon.black {
  background: #000;
}
#article-index {
  margin-bottom: 40px;
}
#article-index h1 {
  margin-top: 40px;
}
#article-index .list-view {
  position: relative;
  width: 102.5%;
  max-width: 102.5%;
  padding: 0;
  margin: 0 0 0 -2.5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
#article-index .list-view .summary {
  display: none;
}
#article-index .list-view .type-post {
  width: 22.5%;
  float: left;
  margin-left: 2.5%;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 0;
}
#article-index .list-view .type-post .article-item .article-image {
  max-height: 125px;
  overflow: hidden;
  margin-bottom: 5px;
}
#article-index .list-view .type-post .article-item .article-image img {
  width: 100%;
  max-width: 100%;
}

#article-index .list-view .type-post .article-item h2.article-title {
  font-family: sofiaprobold;
  font-size: 13pt;
  margin: 10px 0;
  border-bottom: 0;
  padding-bottom: 0;
}
#article-index .list-view .type-post .article-item h2.article-title a {
  color: #ed3329;
  text-transform: uppercase;
}
#article-index .list-view .type-post .article-item .article-meta {
  display: none;
}
#article-index .list-view .type-post .article-item .article-content .article-text p {
  font-family: swiftregular;
  font-size: 12pt;
  font-weight: normal;
}
#article-index .container.article-post {
  max-width: 860px;
}
#article-index .container.article-post article.article-item {
  margin-top: 40px;
}
#article-index .container.article-post article.article-item .go-back-button button {
  font-family: sofiapromedium;
  font-weight: normal;
  border: 1px solid #000;
  margin: 0px 20px 0 0;
  display: inline-block;
  max-width: 250px;
  color: #000;
  padding: 10px 25px;
  font-size: 11pt;
  line-height: 1;
  background: none;
}
#article-index .container.article-post article.article-item .go-back-button button:before {
  content: "\f104";
  font-family: fontawesome;
  color: #000;
  display: inline-block;
  margin-right: 5px;
}
#article-index .container.article-post article.article-item h1 {
  font-size: 42pt;
  margin-top: 20px;
}
#article-index .container.article-post article.article-item .publish-date-title {
  float: left;
  font-family: swiftbolditalic;
  color: #696969;
  line-height: 1;
  font-size: 10pt;
  font-weight: normal;
  margin-bottom: 10px;
}
#article-index .container.article-post article.article-item p {
  font-family: swiftregular;
  font-size: 13pt;
  line-height: 1.7;
  margin-bottom: 2.2rem;
}
#article-index .container.article-post article.article-item img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
footer {
  z-index: 1;
  position: relative;
  background-color: #e5231b;
  display: table;
  width: 100%;
  clear: both;
  padding: 44px 0;
  padding: 4.4rem 0;
  color: #464849;
}
footer #footer-content {
  padding-top: 50px;
  float: left;
  width: 100%;
  font-family: swiftregular;
}
footer #footer-content p {
  margin-bottom: 2.2rem;
}
footer #footer-content .widget-one {
  width: 45%;
  margin-top: 50px;
  float: left;
  margin-right: 3.3333333333%;
}
footer #footer-content .widget-one img:first-of-type {
  width: 150px;
  max-width: 150px;
  vertical-align: top;
  margin-top: 30px;
  margin-right: 0;
}
footer #footer-content .widget-two {
  width: 22.5%;
  float: left;
  margin-right: 3.3333333333%;
}
footer #footer-content .widget-two h4 {
  font-size: 13pt;
  font-family: sofiaprolight;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0 0 1.1rem;
}
footer #footer-content .widget-two ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
footer #footer-content .widget-two ul li {
  float: left;
  width: 100%;
}
footer #footer-content .widget-two ul li a {
  color: #fff;
  font-size: 11pt;
  font-family: sofiaprolight;
  font-weight: 100;
  line-height: 1.7;
}
footer #footer-content .widget-two ul li a:hover {
  color: #dbb9b8;
}
footer #footer-content .widget-three {
  width: 22.5%;
  margin-right: 0;
  float: left;
}
footer #footer-content .widget-three img {
  width: 300px;
  max-width: 100%;
}
footer #footer-content .widget-three .col-1-2 {
  float: left;
  width: 50%;
  font-family: sofiapromedium;
  font-size: 11pt;
  color: #fff;
  line-height: 1.2;
}
footer a[href^=tel] {
  color: #fff;
  text-decoration: none;
}
/* Styling the toggle menu link and hiding it */
.nav .navtoogle {
  display: none;
  width: 100%;
  position: relative;
  width: 87px;
  margin: 0 auto;
  padding: 10px;
  height: 45px;
  background: #f0f1f1;
  border-radius: 7px 0 0 7px;
  border: none;
  cursor: pointer;
  outline: none;
  font-family: sofiapromedium;
  font-size: 13px;
  color: #000;
}
.nav .navtoogle:after {
  position: absolute;
  right: 15px;
  top: 12px;
  font-family: fontawesome;
  content: "\f107";
  font-size: 14px;
  width: 0;
  height: 0;
  color: #000;
  float: right;
}
.nav .navtoogle i {
  z-index: -1;
}
.nav li.info {
  cursor: pointer;
}
.nav li.info a {
  width: 25px;
  position: relative;
  padding-left: 0;
  visibility: hidden;
}
.nav li.info::before {
  content: "";
  position: absolute;
  font-size: 14pt;
  background: url("../img/info.png");
  background-size: 25px;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.icon-menu {
  position: relative;
  top: 3px;
  line-height: 0;
  font-size: 1.6em;
}
.scrollToTop {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: whiteSmoke;
  position: fixed;
  bottom: 100px;
  right: 100px;
  z-index: 999;
  display: none;
  visibility: hidden;
}
.scrollToTop:after {
  content: '\f062';
  font-family: fontawesome;
  position: relative;
  width: 40px;
  height: 40px;
  visibility: visible;
  background: whiteSmoke;
  padding: 10px;
  color: #e5231b;
}
.scrollToTop:hover {
  text-decoration: none;
}
.auth-clients {
  padding: 0;
}
div.required label.control-label::after {
  content: " *";
  color: #ed3329;
}
body .sunday-controls {
  position: relative;
  z-index: 1;
}
body .sunday-controls .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
body .sunday-controls .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
body .sunday-controls .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 4.2px 10px;
}
body .sunday-controls .control-label {
  padding: 2px 0;
  text-align: end;
  line-height: 12px;
  font-size: 12px;
  font-family: sofiaprobold;
}
body .sunday-controls [type="checkbox"] {
  visibility: hidden;
}
body .sunday-controls .fb-share-button {
  margin-right: 10px;
}
body .sunday-controls .btn-twitter {
  height: 28px;
}
body .sunday-controls .not-active {
  display: inline-block;
}
body .sunday-controls .not-active ul.social-buttons {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .sunday-controls .not-active ul.social-buttons li.item {
  margin: 0;
  display: inline-block;
}
body .sunday-controls .not-active ul.social-buttons li.item img {
  width: 20px;
  margin-top: 4px;
}
.site-login input[type="text"],
.site-signup input[type="text"],
.user-profile-form input[type="text"],
.defult-invite input[type="text"],
.site-request-password-reset input[type="text"],
.site-reset-password input[type="text"],
.site-login input[type="password"],
.site-signup input[type="password"],
.user-profile-form input[type="password"],
.defult-invite input[type="password"],
.site-request-password-reset input[type="password"],
.site-reset-password input[type="password"] {
  border: 1px solid #000;
  width: 100%;
  padding-left: 10px;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
  box-shadow: none !important;
}
.site-login h1,
.site-signup h1,
.user-profile-form h1,
.defult-invite h1,
.site-request-password-reset h1,
.site-reset-password h1 {
  font-size: 30px;
  font-family: sofiaprobold;
  padding-top: 30px;
  padding-bottom: 20px;
}
.site-login label,
.site-signup label,
.user-profile-form label,
.defult-invite label,
.site-request-password-reset label,
.site-reset-password label {
  font-size: 20px;
  font-family: swiftbolditalic;
}
.site-login .has-success .control-label,
.site-signup .has-success .control-label,
.user-profile-form .has-success .control-label,
.defult-invite .has-success .control-label,
.site-request-password-reset .has-success .control-label,
.site-reset-password .has-success .control-label,
.site-login .has-error .control-label,
.site-signup .has-error .control-label,
.user-profile-form .has-error .control-label,
.defult-invite .has-error .control-label,
.site-request-password-reset .has-error .control-label,
.site-reset-password .has-error .control-label {
  color: #000;
}
.site-login .has-error input[type="text"],
.site-signup .has-error input[type="text"],
.user-profile-form .has-error input[type="text"],
.defult-invite .has-error input[type="text"],
.site-request-password-reset .has-error input[type="text"],
.site-reset-password .has-error input[type="text"],
.site-login .has-error input[type="password"],
.site-signup .has-error input[type="password"],
.user-profile-form .has-error input[type="password"],
.defult-invite .has-error input[type="password"],
.site-request-password-reset .has-error input[type="password"],
.site-reset-password .has-error input[type="password"] {
  border: 1px solid #ed3329;
}
.site-login .has-error .help-block,
.site-signup .has-error .help-block,
.user-profile-form .has-error .help-block,
.defult-invite .has-error .help-block,
.site-request-password-reset .has-error .help-block,
.site-reset-password .has-error .help-block {
  color: #ed3329;
  font-family: sofiapromedium;
  font-size: 14px;
}
.site-login .text-for-reset-pswd,
.site-signup .text-for-reset-pswd,
.user-profile-form .text-for-reset-pswd,
.defult-invite .text-for-reset-pswd,
.site-request-password-reset .text-for-reset-pswd,
.site-reset-password .text-for-reset-pswd,
.site-login .text-for-sign-up,
.site-signup .text-for-sign-up,
.user-profile-form .text-for-sign-up,
.defult-invite .text-for-sign-up,
.site-request-password-reset .text-for-sign-up,
.site-reset-password .text-for-sign-up,
.site-login .text-for-switch-sign-up,
.site-signup .text-for-switch-sign-up,
.user-profile-form .text-for-switch-sign-up,
.defult-invite .text-for-switch-sign-up,
.site-request-password-reset .text-for-switch-sign-up,
.site-reset-password .text-for-switch-sign-up,
.site-login .text-for-church-user,
.site-signup .text-for-church-user,
.user-profile-form .text-for-church-user,
.defult-invite .text-for-church-user,
.site-request-password-reset .text-for-church-user,
.site-reset-password .text-for-church-user {
  font-family: sofiapromedium;
  font-size: 14px;
  color: #a9a9a9;
}
.site-login .text-for-reset-pswd a,
.site-signup .text-for-reset-pswd a,
.user-profile-form .text-for-reset-pswd a,
.defult-invite .text-for-reset-pswd a,
.site-request-password-reset .text-for-reset-pswd a,
.site-reset-password .text-for-reset-pswd a,
.site-login .text-for-sign-up a,
.site-signup .text-for-sign-up a,
.user-profile-form .text-for-sign-up a,
.defult-invite .text-for-sign-up a,
.site-request-password-reset .text-for-sign-up a,
.site-reset-password .text-for-sign-up a,
.site-login .text-for-switch-sign-up a,
.site-signup .text-for-switch-sign-up a,
.user-profile-form .text-for-switch-sign-up a,
.defult-invite .text-for-switch-sign-up a,
.site-request-password-reset .text-for-switch-sign-up a,
.site-reset-password .text-for-switch-sign-up a,
.site-login .text-for-church-user a,
.site-signup .text-for-church-user a,
.user-profile-form .text-for-church-user a,
.defult-invite .text-for-church-user a,
.site-request-password-reset .text-for-church-user a,
.site-reset-password .text-for-church-user a {
  color: #ed3329;
}
.site-login .text-for-church-user a,
.site-signup .text-for-church-user a,
.user-profile-form .text-for-church-user a,
.defult-invite .text-for-church-user a,
.site-request-password-reset .text-for-church-user a,
.site-reset-password .text-for-church-user a {
  border: 1px solid #000;
  padding: 10px 15px;
  font-family: sofiapromedium;
  color: #000;
  font-size: 16pt;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-shadow: none;
  outline: none;
}
#form-create-template button,
.site-login button,
.site-signup button,
.user-profile-form button,
.defult-invite button,
.site-request-password-reset button,
.site-reset-password button {
  width: 100%;
  background-color: transparent;
  border: 1px solid #2b2e70;
  padding: 9px 40px 11px;
  font-family: sofiapromedium;
  color: #2b2e70;
  font-size: 16pt;
  height: 55px;
  max-height: 55px;
  text-align: center;
  box-shadow: none;
  line-height: 1;
  outline: none;
}
#form-create-template button {
  max-width: 235px;
}
.site-login label.remember,
.site-signup label.remember,
.user-profile-form label.remember,
.defult-invite label.remember,
.site-request-password-reset label.remember,
.site-reset-password label.remember,
.site-login .field-loginform-rememberme,
.site-signup .field-loginform-rememberme,
.user-profile-form .field-loginform-rememberme,
.defult-invite .field-loginform-rememberme,
.site-request-password-reset .field-loginform-rememberme,
.site-reset-password .field-loginform-rememberme {
  margin: 0;
}
.site-login .auth-clients ul,
.site-signup .auth-clients ul {
  margin: 0;
  padding: 0;
}
.site-login .auth-clients li,
.site-signup .auth-clients li {
  list-style: none;
  width: 100%;
  margin-right: 0;
  display: inline-block;
}
.site-login .auth-clients li:not(:last-child),
.site-signup .auth-clients li:not(:last-child) {
  margin-bottom: 15px;
}
.site-login .auth-clients li .auth-icon,
.site-signup .auth-clients li .auth-icon {
  display: inline-block;
  width: 10%;
  background: none;
}
.site-login .auth-clients li .auth-icon.facebook::after,
.site-signup .auth-clients li .auth-icon.facebook::after {
  content: "\f09a";
  font-family: fontawesome;
  font-size: 20px;
}
.site-login .auth-clients li .auth-icon.google::after,
.site-signup .auth-clients li .auth-icon.google::after {
  content: " ";
  background: url("../img/google.png") !important;
  background-size: 45% !important;
  background-repeat: no-repeat !important;
  margin: 13px 0 0 15px;
  position: absolute;
  padding: 25px 25px 0;
}
.site-login .auth-clients li .auth-icon::after,
.site-signup .auth-clients li .auth-icon::after {
  padding: 20px;
  position: relative;
}
.site-login .auth-clients li .auth-title,
.site-signup .auth-clients li .auth-title {
  display: inline-block;
  width: 90%;
  padding: 20px;
  font-size: 16pt;
  font-family: sofiapromedium;
  text-align: center;
}
.site-login .auth-clients a,
.site-signup .auth-clients a {
  display: inline-block;
  width: 100%;
}
.site-login .auth-clients a.google,
.site-signup .auth-clients a.google {
  border: 1px solid #000;
}
.site-login .auth-clients a.google .auth-title,
.site-signup .auth-clients a.google .auth-title {
  color: #000;
}
.site-login .auth-clients a.facebook,
.site-signup .auth-clients a.facebook {
  background-color: #3b5999;
}
.site-login .auth-clients li.facebook a,
.site-signup .auth-clients li.facebook a {
  color: #fff;
}
.defult-invite h1 {
  padding-bottom: 0;
}
.site-signup .text-for-switch-sign-up {
  font-size: 16px;
}
.user-profile-form .upload-kit .upload-kit-input,
.user-profile-form .upload-kit .upload-kit-item {
  border-radius: 0;
  border: 1px dashed;
}
.user-profile-form .upload-kit .upload-kit-item.image > img {
  border-radius: 0;
}
.user-profile-form .upload-kit .upload-kit-item .glyphicon-remove-circle::before {
  font-size: 29px;
  position: relative;
  line-height: normal;
  display: inherit;
  padding: 5px;
}
.user-profile-form input[type=file] {
  display: none;
}
.church-user-list h1 {
  font-size: 30px;
  font-family: sofiaprobold;
  padding-top: 30px;
  padding-bottom: 20px;
}
.church-user-list button,
.church-user-list a {
  width: 100%;
  background-color: #e5231b;
  border: none;
  padding: 15px 40px;
  font-family: sofiapromedium;
  color: #fff;
  font-size: 16pt;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-shadow: none;
  outline: none;
}
.church-user-list th {
  font-family: sofiapromedium;
  font-weight: normal;
}
.church-user-list td {
  font-family: sofiaprolight;
}
.datepicker .active-day {
  font-weight: bold;
}
.create-content-form .song-media-title,
.update-content-form .song-media-title {
  border: 0;
  font-family: sofiapromedium;
  font-size: 12pt;
}
.create-content-form .form-group,
.update-content-form .form-group {
  position: relative;
}
.create-content-form .field-icons,
.update-content-form .field-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  padding: 5px;
}
.create-content-form .field-icons img,
.update-content-form .field-icons img {
  width: 20px;
}
.create-content-form .field-icons img:not(:first-child),
.update-content-form .field-icons img:not(:first-child) {
  margin-left: 3px;
}
.create-content-form .row.song,
.update-content-form .row.song {
  display: flex;
  width: 100%;
}
.create-content-form .media-wrapper,
.update-content-form .media-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.create-content-form .content-type > div,
.update-content-form .content-type > div {
  text-align: center;
  font-size: 13pt;
}
.create-content-form input[type="text"],
.update-content-form input[type="text"],
.create-content-form input[type="password"],
.update-content-form input[type="password"],
.create-content-form textarea,
.update-content-form textarea {
  border: 1px solid #000;
}
.create-content-form .has-success input[type="text"],
.update-content-form .has-success input[type="text"],
.create-content-form .has-success input[type="password"],
.update-content-form .has-success input[type="password"],
.create-content-form .has-success textarea,
.update-content-form .has-success textarea {
  border: 1px solid #000;
}
.create-content-form .has-success .control-label,
.update-content-form .has-success .control-label,
.create-content-form .has-error .control-label,
.update-content-form .has-error .control-label {
  color: #000;
}
.create-content-form .has-error input[type="text"],
.update-content-form .has-error input[type="text"],
.create-content-form .has-error input[type="password"],
.update-content-form .has-error input[type="password"],
.create-content-form .has-error textarea,
.update-content-form .has-error textarea,
.create-content-form .has-error .select-gray,
.update-content-form .has-error .select-gray {
  border: 1px solid #ed3329;
}
.create-content-form .has-error .help-block,
.update-content-form .has-error .help-block {
  color: #ed3329;
  font-family: sofiapromedium;
  font-size: 14px;
}
.create-content-form #createContentBtn,
.update-content-form #createContentBtn {
  line-height: 1;
}
body button.blue-float {
  background: transparent;
  color: #2b2e70;
  border: 1px solid #2b2e70;
  font-family: sofiaprobold;
  padding: 9px 40px 11px;
  font-size: 16pt;
  margin-top: 20px;
  cursor: pointer;
  max-height: 55px;
  min-height: 55px;
  line-height: 1;
}
body input[type="text"],
body input[type="password"] {
  text-indent: 1%;
}
body input[type="text"]:focus,
body input[type="password"]:focus {
  border-color: #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6) !important;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
body .create-content-form input[type="text"],
body .update-content-form input[type="text"],
body .create-content-form input[type="password"],
body .update-content-form input[type="password"] {
  font-family: sofiapromedium;
  font-size: 11.2pt;
  height: 40px;
}
body .create-content-form input[type="text"],
body .update-content-form input[type="text"],
body .create-content-form input[type="password"],
body .update-content-form input[type="password"],
body .create-content-form textarea,
body .update-content-form textarea,
body .create-content-form select,
body .update-content-form select {
  border-radius: 0;
}
body .create-content-form textarea,
body .update-content-form textarea {
  font-family: sofiapromedium;
  font-size: 11.2pt;
}
body input[type="text"],
body input[type="password"] {
  font-family: sofiapromedium;
  font-size: 11.2pt;
  height: 40px;
}
body input[type="text"],
body input[type="password"],
body textarea,
body select {
  border-radius: 0;
}
body textarea {
  font-family: sofiapromedium;
  font-size: 11.2pt;
}
body .main-container > .container {
  min-height: 400px;
}
.content.search h1 {
  margin-top: 25px;
}
.search-result-wrapper {
  margin-top: 45px;
  margin-bottom: 25px;
  margin-left: -1%;
  width: calc(100% + 1%);
  width: -webkit-calc(100% + 1%);
  width: -moz-calc(100% + 1%);
  display: flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: wrap;
}
.search-result-wrapper .search-item {
  width: calc(100% / 4 - 1%);
  width: -webkit-calc(100% / 4 - 1%);
  width: -moz-calc(100% / 4 - 1%);
  float: left;
  margin-bottom: 20px;
  margin-left: 1%;
}
.search-result-wrapper .search-item .search-item-title {
  cursor: pointer;
  color: #e5231b;
  font-weight: normal;
  font-size: 18pt;
  font-family: sofiaprobold;
}
.search-result-wrapper .search-item .search-item-date {
  font-family: swiftbolditalic;
  font-size: 10pt;
  margin-top: 5px;
}
.search-result-wrapper .search-item .search-item-text {
  font-family: swiftregular;
  font-size: 12pt;
  margin-top: 10px;
}

.search-result-wrapper .section-content-block .content-header {
  padding-right: 20px;
}

.process {
  padding: 20px 0 20px;
  text-align: center;
}
.process .fa {
  color: #c5c5c5;
  font-size: 32px;
}
.mobile {
  display: none;
}
.section-content .section-content-block .content-header {
  font-weight: normal;
  padding: 20px;
}
.section-content .section-content-block .content-header.type-img {
  padding: 0 0 20px;
}
.section-content .content-video .content-header {
  padding: 0 0 20px;
}
.message-head .select-grey.year-dropdown {
  min-width: 100px;
}
.remove-section i {
  float: right;
  color: #d41810;
  font-family: fontawesome;
  font-style: normal;
  font-size: 14pt;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
.remove-content {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  background: #fff;
}
.remove-content i {
  color: #d41810;
  font-family: fontawesome;
  font-style: normal;
  font-size: 14pt;
  position: absolute;
  line-height: normal;
  top: -1px;
}
.content-footer .select-to-open-popup,
.content-footer .select-export {
  margin-right: 13px;
}
.section-content-block .content-title {
  margin-right: 35px;
}
.section-content-block .fa-heart-o {
  display: block;
  font-family: fontawesome;
  color: #d41810;
  font-style: normal;
}
.section-content-block .fa-heart {
  display: none;
}
.section-content-block .edit-content {
  position: absolute;
  right: 35px;
  margin-top: 9px;
  font-size: 22px;
  border: none;
  line-height: normal;
  width: 20px;
  height: 20px;
  overflow: visible;
  vertical-align: middle;
  background: none;
  border-radius: 0;
  z-index: 2;
}
.section-content-block .edit-content .fa-edit-sign {
  border: none;
  line-height: normal;
  width: 20px;
  height: 20px;
  overflow: visible;
  vertical-align: middle;
  background: none;
  border-radius: 0;
  z-index: 2;
  font-family: fontawesome;
  font-style: normal;
}
.section-content-block .edit-content .fa-edit-sign::before,
.section-content-block .edit-content .fa-edit-sign::after {
  content: "\f14b";
  color: #fff;
  font-size: 22px;
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  overflow: visible;
  display: block;
}
.section-content-block .edit-content .fa-edit-sign::after {
  color: #2b2e70;
}
.section-content-block .edit-content.grey .fa-edit-sign::before,
.section-content-block .edit-content.grey .fa-edit-sign::after {
  color: #f1f1f1;
}
.hide_controls .edit-content,
.original-service .edit-content {
  display: none;
}
.section-content-block.content-selected .fa-heart-o,
.content-songitem.song-selected .fa-heart-o {
  display: none;
}
.section-content-block.content-selected .fa-heart,
.content-songitem.song-selected .fa-heart {
  display: block;
  font-family: fontawesome;
  color: #d41810;
  font-style: normal;
}
.page .content {
  margin-bottom: 45px;
}
.page .content h1 {
  padding: 10px 0;
  float: left;
  width: 100%;
}
.page .content div::not(.content-text-description) > p {
  font-family: swiftregular;
  color: #000;
  font-size: 18px;
  margin-top: 20px;
}
.no-result {
  margin: 25px 0;
  min-height: 250px;
  position: relative;
  text-align: center;
  font-size: 22px;
  font-family: sofiapromedium;
}
.no-result h1,
.no-result span,
.no-result div {
  font-size: 22px;
  font-family: sofiapromedium;
}
.flow-data .lightbox-content-block {
  margin-bottom: 0;
  padding-bottom: 0;
}
.flow-data .top-block {
  min-height: 45px;
}
.flow-data.white-popup-block {
  max-width: 75%;
}
.flow-data.white-popup-block span.circle {
  font-family: sofiaprobold;
  margin: 0;
  line-height: 1.5em;
  display: block;
}
.flow-data.white-popup-block span.circle::before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 18px;
  margin-right: 10px;
}
.flow-data.white-popup-block span.circle.samling::before {
  color: #ed3329;
}
.flow-data.white-popup-block span.circle.ordet::before {
  color: #9b2545;
}
.flow-data.white-popup-block span.circle.delande::before {
  color: #8f519f;
}
.flow-data.white-popup-block span.circle.sadning::before {
  color: #2a3377;
}
.flow-data .lightbox-content-title {
  margin-bottom: 0;
}
.flow-data .lightbox-content-title h1 {
  color: #2b2e70;
  font-family: sofiaprobold;
  font-weight: 100;
  font-size: 180%;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 0.75;
}
.flow-data h3.moment-header {
  font-family: sofiaprobold;
  display: inline-block;
  margin: 10px 0 25px;
  font-size: 130%;
}
.flow-data .lightbox-content-text span.left,
.flow-data .content-with-image span.left,
.flow-data .lightbox-content-text span.right,
.flow-data .content-with-image span.right {
  display: inline-block;
  float: left;
}
.flow-data .lightbox-content-text span.left,
.flow-data .content-with-image span.left {
  width: 25%;
}
.flow-data .lightbox-content-text span.left strong,
.flow-data .content-with-image span.left strong {
  font-family: sofiaprobold;
}
.flow-data .lightbox-content-text span.right,
.flow-data .content-with-image span.right {
  width: 75%;
}
.flow-data .lightbox-content-text .inline-block p,
.flow-data .content-with-image .inline-block p {
  /*display: inline-block;*/
  display: flow-root;
}
.flow-data .lightbox-content-text p,
.flow-data .content-with-image p {
  padding-bottom: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: swiftregular;
}
.flow-data .lightbox-content-text p strong,
.flow-data .content-with-image p strong {
  font-weight: 100;
  font-family: swiftbold;
}
.flow-data .lightbox-content-text p em,
.flow-data .content-with-image p em {
  font-family: swiftregularitalic;
}
.flow-data .lightbox-content-text {
  margin: 55px 0 0;
}
.flow-data .content-with-image {
  margin: 0 -100px;
  position: relative;
  width: calc(100% + 200px);
  width: -webkit-calc(100% + 200px);
  width: -moz-calc(100% + 200px);
  overflow: hidden;
  background-size: cover;
  min-height: 420px;
}
.flow-data .content-with-image.position-right {
  background-position: 100%;
}
.flow-data .content-with-image .text-center {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45%);
}
.flow-data .content-with-image .text-center p {
  line-height: 1.5em;
}
.flow-data .content-with-image .text-center p em {
  font-family: swiftregularitalic;
  font-size: 20px;
}
.flow-data .content-with-image picture {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
}
.flow-data .content-with-image picture img {
  width: 100%;
}
.flow-data .lightbox-content-wrapper.ligtbox-content-list {
  padding-top: 0;
}
em {
  font-family: swiftregularitalic;
  font-style: normal !important;
}
.video-popup p.video-text {
  font-family: swiftregular;
  font-size: 16px;
  margin-bottom: 20px;
}
.video-popup p strong {
  font-family: sofiapromedium;
  font-size: 16px;
}
.video-popup .video-wrapper {
  padding: 20px 45px;
  font-weight: normal;
}
.upload-preview img {
  width: 100%;
}
.load-more-wrapper {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}
.load-more-wrapper button.blue-float.load-more {
  padding: 5px 40px;
  font-size: 12pt;
  max-height: 44px;
  min-height: 44px;
  margin-top: 0;
}
.lightbox-losgodis-wrapper .no-result {
  margin: 25px 1.16%;
}
.lightbox-losgodis-wrapper #themes-categories {
  padding: 25px 0 0;
}
.service {
  display: none;
  float: left;
  margin: 10px 1.16% 0;
  font-size: 16px;
  line-height: normal;
  font-family: sofiapromedium;
}
.service label {
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  cursor: pointer;
  float: left;
}
.service input.only-current-service {
  float: left;
  margin: 6px 7px 0 0;
  cursor: pointer;
}
.lightbox-losgodis-wrapper .service {
  display: inline-block;
}
.content-related-services {
  font-family: sofiaprolight;
  text-transform: none;
  font-size: 10pt;
  line-height: normal;
  margin-top: 5px;
}
.content-related-services strong {
  font-weight: normal;
  font-family: sofiapromedium;
}
.upload-preview.pdf-file {
  padding: 10px 0;
}
.main-container.losgodis.bg-grey {
  background-color: #e2e2e2;
}
.main-container.losgodis .container {
  min-height: auto;
}
.main-container.losgodis .container #themes-categories.wrapper {
  padding: 60px 0 !important;
}
.main-container.losgodis .container #themes-categories .button-wrapper {
  width: 100%;
}
.main-container.losgodis .container #themes-categories .content-footer {
  border-top-color: #e2e2e2;
}
.search .search-result-wrapper .search-item {
  border-bottom: 3px solid #dadada;
  position: relative;
  min-height: 360px;
  margin-top: 10px;
}
.search .search-result-wrapper .search-item.type-10 {
  border-top: 3px solid #2b2e70;
}
.search .search-result-wrapper .read-more {
  position: absolute;
  bottom: 0;
  padding: 0 0 5px 15px;
  font-size: 15px;
  font-family: swiftregular;
}
.search .section-content-block {
  margin-left: 0px;
  width: 100%;
  border-top: 3px solid #659491;
  margin-bottom: 0;
}
.search .section-content-block .outline-wrapper {
  border: 1px solid #f5f5f5;
  border-top: 0;
  border-bottom: 0;
  min-height: 355px;
}
.search .section-content-block .content-footer {
  border-top: none;
  display: none;
}
.search .picture-wrapper {
  max-height: 125px;
  height: 125px;
  overflow: hidden;
  position: relative;
  background: #f1f1f1;
}
.search .picture-wrapper .indicator {
  margin-left: 25px;
}
.search .picture-wrapper .search-item-title {
  cursor: pointer;
  color: #000;
  font-weight: normal;
  font-size: 12pt;
  line-height: 1.3;
  font-family: sofiaprobold;
  padding: 20px 0 0 25px;
}
.search .picture-wrapper::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 20%;
  bottom: 0;
  margin-left: -25px;
  z-index: 10;
  content: " ";
  display: block;
}
.search .picture-wrapper img {
  width: 130%;
}
.search .content-wrapper {
  padding: 15px;
}
.search .content-wrapper .search-item-title {
  cursor: pointer;
  color: #000;
  font-weight: normal;
  font-size: 12pt;
  line-height: 1.3;
  font-family: sofiaprobold;
}
.search .content-wrapper .search-item-text {
  font-size: 15px;
  margin-top: 0;
}
.search .type-11 .search-item-text {
  margin-top: 0;
}
.search .indicator.blue {
  width: 50px;
  margin-top: 5px;
  height: 7px;
  background: #2b2e70;
  border-radius: 15px;
}

.copyright i.info {
  width: 30px;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-align: center;
}

.copyright i.info::before {
  content: "";
  background: url(../img/info.png);
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
}

i.description-icon {
  margin-left: 10px;
}

i.description-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/sunday/desc-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.special-description.draft {
  padding-top: 45px;
  padding-bottom: 45px;
}

.container.special-description.draft .sbs-description {
  width: 100%;
}

.service-date .datepicker {
  margin: 0 auto 20px;
}

.template-actions {
  z-index: 100;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.template-actions button,
.template-actions a {
  padding: 9px 20px 11px;
  color: white;
  font-family: sofiaprobold;
  font-size: 18px;
  line-height: normal;
}

.template-actions button.create-service-btn {
  border: 1px solid #455fc4;
  background-color: #455fc4;
}

.template-actions a.remove-template-btn {
  border: 1px solid #d51810;
  background-color: #d51810;
  margin-left: 10px;
  text-decoration: none;
}