
/**
GENERIC PRESS RELEASE STYLES
*/

/*
#shell #content {
    direction: ltr !important;
}

[dir="rtl"] #shell #content{
    direction: rtl !important;
}

#sidebar_left {
    border-right: none;
}

*/

/* FIXME maybe remove this */
#content > .main.editable-content-outer,
.article {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

.article .address,
.article .date,
.immed-rel {
    font-family: "Jost", Arial, Verdana;
    font-size: 14px;
}

.article .address {
    color: #326188;
}

#content .main h2,
h2.pre-title {
    font-family: "Jost", Arial, Verdana;
    font-size: 31px;
    color: #8c8c8c;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 7px;
    margin-bottom: 5px;
}

#content .main h1 {
    font-weight: 400;
    font-family: 'Jost',Arial,verdana,Helvetica,sans-serif;
    margin: 0 auto;
}

#content .main h1,
.main h1.title {
    font-size: 48px;
    color: #000;
    letter-spacing: 0;
}

p.quote {
    margin-left: 5%;
    margin-right: 5%;
}

.boilerplate {
    font-size: 0.9em;
    color: #999;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

#content .main h3 {
    font-family: "Jost", Arial, Verdana;
    font-size: 22px;
    color: #8c8c8c;
    font-weight: normal;
    margin-top: 7px;
    margin-bottom: 5px;
}

hr.parahr {
    width: 24%;
    border-color: black;
}

/**
SHARE BAR
*/

.share-alike {
    border-top: 1px solid #ddd;
    padding-top: 9px;
    margin-top: 13px;
    margin-bottom: 18px;
}

/**
RIGHT SIDEBAR
*/

#content #sidebar_right h3.press-release-right {
    font-weight: 400;
    font-family: "Jost", Arial, Verdana;
    font-size: 20px;
    color: #555555;
    text-align: center;
    margin-top: 40px;
}

.path-image-gallery .press-release-right__first {
    margin-top: 0 !important;
}

#content #sidebar_right h3.press-release-bordered {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
}

.gray-bg-link {
    font-family: "Jost", Arial, Verdana;
    text-align: center;
    font-weight: 300;
    color: #000;
    display: block;
    font-size: 15px;
    background: #f8f8f8;
    padding: 13px 2px;
    font-weight: 400;
}

a.fancy-right-link h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 !important;
}
#AdditionalResources a,
a.fancy-right-link,
a.fancy-right-link h1 {
    display: block;
    color: #6d6d6d;
    font-family: Georgia, Times, sserif;
    font-size: 14px;
    padding: 8px 14px;
}

a.fancy-right-link u {
    text-decoration: none;
}

a.fancy-right-link-larger {
    font-size: 14px;
    line-height: 21px;
    padding-left: 14px;
    padding-right: 14px;
}

#AdditionalResources a:hover,
#AdditionalResources a:active,
a.fancy-right-link:hover,
a.fancy-right-link:active {
    text-decoration: underline;
}

/**
RIGHT SIDEBAR - THUMBNAIL IMAGES
*/

.press-thumbs .thumb-image {
    cursor: pointer;
    display: inline-block;
    width: 31%;
    height: 0;
    padding-bottom: 31%;
    margin: 0 2% 5px 0;
    position: relative;
    background: #eee;
    max-width: 140px;
}

.press-thumbs .thumb-image:hover {
    outline: 2px solid rgba(0, 0, 0, 0.2);
}

.press-thumbs .thumb-image:hover img {
    opacity: 0.8;
}

.press-thumbs .thumb-image img {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.press-thumbs .thumb-image:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 991px) {
    #shell .press-thumbs .thumb-image {
        padding-bottom: 0;
        height: 140px;
        margin-right: 5px;
        margin-bottom: 10px;
        background: none;
    }
}

@media (max-width: 767px) {
    #shell .press-thumbs .thumb-image {
        height: 103px;
    }
}

/**
INLINE IMAGE SLIDER
*/

.image-slider-slide {
    position: relative;
    padding-bottom: 66.666%;
    margin-bottom: 40px;
    background-size: contain;
    background-color: #f8f8f8;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.image-slider-slide span {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 10px 20px 0;
}

.gray-bg-link.download-icon {
    cursor: pointer;
}

.download-bubble input[type="checkbox"] {
    margin-right: 5px;
}

#sidebar_right span .copyright,
.image-slider-slide span .copyright {
    font-style: normal;
    color: #aaa;
    padding-left: 0px;
    font-size: 0.8em;
}

.image-slider-slide span b {
    font-weight: normal;
    text-align: left;
    display: block;
    margin: 0 auto;
}
.path-image-gallery-press-releases-grand-opening-scientology-ideal-mission-opens-ocala .image-slider-slide span b {
    font-weight: bold;
    text-transform: uppercase;
    display: inline;
}

.image-slider-slide .download-icon {
    padding: 0px 33px 29px 3px;
}

.image-slider-slide .download-icon:hover {
    opacity: 1;
    /*background-color: #758595;*/
}

.image-slider-slide .download-icon:after {
    position: absolute;
    content: url(/theme/images/media-download-arrow.svg);
}

.image-slider-slide .download-icon:after {
    content: url(data:image/png;base64,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);
}

.image-slider .owl-prev:after,
.image-slider .owl-prev {
    left: 0;
}

.image-slider .owl-next:after,
.image-slider .owl-next {
    right: 0;
}

.image-slider.image-slider-big .owl-prev:after,
.image-slider.image-slider-big .owl-prev {
    left: -10%;
}

.image-slider.image-slider-big .owl-next:after,
.image-slider.image-slider-big .owl-next {
    right: -10%;
}

#shell .image-slider .owl-next:after,
#shell .image-slider .owl-prev:after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 44px;
    top: 0;
    opacity: 0.5;
    background-size: cover;
    background-image: url(/theme/images/left-right-arrow.svg);
    /*
    background-image: url(data:image/png;base64,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);
    */
}

#shell .image-slider .owl-next:hover:after,
#shell .image-slider .owl-prev:hover:after {
    opacity: 1;
}

#shell .image-slider .owl-next:after {
    background-position: right center;
}

#shell .image-slider .owl-prev:after {
    background-position: left center;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#shell .image-slider .owl-next,
#shell .image-slider .owl-prev {
    position: absolute;
    top: 50%;
    background: none;
    color: transparent;
    width: 25px;
    height: 44px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

/**
ZOOMED-IN SLIDESHOW
*/

#shell .image_slider_modal .modal-content .image-slider-slide span {
    text-align: center;
}

#shell .image_slider_modal .modal-backdrop.in {
    opacity: 0.95;
}

#shell .image_slider_modal.modal.in .modal-dialog {
    margin: 0;
}

#shell .image_slider_modal .modal-content {
    background: none;
    box-shadow: none;
    border: none;
    height: 100%;
}

#shell .image_slider_modal.modal.in .modal-dialog,
#shell .image_slider_modal .modal-content .owl-carousel .owl-item,
#shell .image_slider_modal .modal-content .owl-carousel .owl-stage,
#shell .image_slider_modal .modal-content .image-slider-big {
    height: 100%;
}

#shell .image_slider_modal .modal-content .owl-carousel .owl-stage-outer {
    height: calc(100% - 30px);
}

#shell .image_slider_modal .modal-content .owl-prev {
    top: 50% !important;
    left: 0 !important;
}

#shell .image_slider_modal .modal-content .owl-next {
    top: 50% !important;
    right: 0 !important;
}

#shell .image_slider_modal .modal-content .owl-theme .owl-controls {
    margin-top: 5px;
}

#shell .image_slider_modal .modal-content .owl-carousel .image-slider-slide {
    position: absolute;
    /*
    max-width: none;
    */
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 55px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: transparent;
}

/*
#shell .image_slider_modal .modal-content .image-slider-big .image-slider-slide span {
    top: 100% !important;
    padding-top: 10px;
}

#shell .image_slider_modal .image-slider-big .image-slider-slide {
    max-height: 200px;
}
*/

#shell .image_slider_modal .modal-content .image-slider-slide span {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#shell .image_slider_modal .closer {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #999;
    text-shadow: none;
    opacity: 1;
    font-size: 40px;
    line-height: 0.1;
    z-index: 10;
}

#shell .image_slider_modal .closer:active,
#shell .image_slider_modal .closer:hover {
    color: white;
    text-decoration: none;
}

#shell .image_slider_modal .modal-lg {
    width: auto;
}

/**
SLIDESHOW DOWNLOAD BUBBLE
*/

.image-slider-slide .shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 5%;
    min-height: 60px;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 1rem;
    padding-left: 1rem;
    opacity: 0;
    transition: opacity 0.4s;
}
.image-slider-slide:hover .shadow{
    opacity: 1;
    transition: opacity 0.4s;
}
.image-slider-slide .download-icon {
    width: 31px;
    opacity: 0.7;
    border: 1px solid transparent;
    cursor: pointer;
}

#shell .image-slider-slide .download-icon.activated {
    opacity: 1;
    background: rgba(3, 34, 66, 0.95);
    border-bottom: 1px solid #4f8fcf;
    border-left: 1px solid #4f8fcf;
    border-right: 1px solid #4f8fcf;
}

#shell .download-bubble {
    bottom: 44px;
    top: auto !important;
    right: auto;
    left: 0;
    background: rgba(3, 34, 66, 0.95);
    padding: 10px 20px;
    min-width: 400px;
    border: 1px solid #4f8fcf;
    line-height: 12px;
    color: #fff;
    line-height: 1.2;
    display: none;
    text-align: left;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#shell #sidebar_right .download-bubble a.disabled,
#shell .image-slider-slide .download-bubble a.disabled {
    pointer-events: none;
    color: #666;
}

.download-button.activated .download-bubble,
.download-wrapper .download-icon.activated .download-bubble {
    display: block !important;
}

.download-button.activated .download-bubble,
#shell #sidebar_right .download-icon.activated .download-bubble,
#shell .image-slider-slide .download-icon.activated .download-bubble {
    display: block;
}

#shell #sidebar_right .download-bubble {
    min-width: 0;
    font-size: 13px;
    margin-bottom: 10px;
}

#shell #sidebar_right .download-bubble .download-linker {
    float: none;
}

#shell .download-bubble a:link,
#shell .download-bubble a:active,
#shell .download-bubble a:visited,
#shell .download-bubble a:hover,
#shell .download-bubble a {
    color: #76B8FA;
}

#shell .download-bubble u {
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #8e97a2;
    padding-bottom: 8px;
}

#shell .download-bubble .copyright {
    padding-left: 0;
    display: block;
    padding-top: 5px;
}

#shell .download-arrow-small {
    width: 30px;
    float: left;
}

#shell .download-bubble .download-linker {
    display: block;
    float: left;
    font-size: 16px;
}

#shell .download-bubble .download-linker img {
    position: relative;
    top: -4px;
    left: -5px;
}

#shell .download-bubble .download-linker.disabled img {
    opacity: 0.4;
}

/**
RESPONSIVE STYLES
*/

@media (max-width: 991px) {
    #content .main h2,
    h2.pre-title {
        font-size: 25px;
    }
    #content .main h1,
    .main h1.title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .download-icon {
        display: none !important;
    }
    #content .main h1,
    .main h1.title {
        font-size: 30px;
    }
}

/**
OTHER STYLES
*/

.browser-safari .share-alike .addthis_toolbox {
    white-space: nowrap;
    font-size: 0;
}

.browser-safari .share-alike .addthis_toolbox > a {
    display: inline-block !important;
    float: none !important;
}

.path-press-releases #content_container {
    overflow: visible;
}

/*
.editing #Headline h2:empty:after {
    content: "TAGLINE... (optional)";
    position: absolute;
    opacity: 0.5;
}
*/

.editing #Headline h2:empty {
    position: relative;
    min-height: 34px;
}

/*
.editing #Headline h1:empty:after {
    content: "Headline...";
    position: absolute;
    opacity: 0.5;
}
*/

.editing #Headline h1:empty {
    position: relative;
    min-height: 49px;
}

.medium-editor-placeholder:after {
    font-style: normal;
}

.medium-editor-placeholder:after {
    display: none;
}

.editing .medium-editor-placeholder:after {
    display: block;
}

/*
.editing #Headline.medium-editor-placeholder:after {
    display: none;
}

.editing #editable_body_holder > p:first-child:empty:after {
    content: "Start writing here ...";
    position: absolute;
    opacity: 0.5;
}
*/

/*
.editing .start-typing:empty:after {
    content: "Start typing the article here...";
    position: absolute;
    opacity: 0.5;
}
.editing .start-typing:empty {
    position: relative;
    min-height: 16px;
}
*/

.site-custom-buttons {
    position: relative;
}

.site-custom-buttons .btn {
    position: absolute;
    right: -100px;
}

.site-custom-buttons .btn:nth-child(1) {
    margin-top: -36px;
}
.site-custom-buttons .btn:nth-child(2) {
    margin-top: 0;
}
.site-custom-buttons .btn:nth-child(3) {
    margin-top: 36px;
}
.site-custom-buttons .btn:nth-child(4) {
    margin-top: 72px;
}
.site-custom-buttons .btn:nth-child(5) {
    margin-top: 108px;
}
.site-custom-buttons .btn:nth-child(6) {
    margin-top: 144px;
}
.site-custom-buttons .btn:nth-child(7) {
    margin-top: 180px;
}

.no-touchy {
    pointer-events: none;
}

#editable_body_holder {
    min-height: 300px;
}

.boilerplate {
    clear: both;
}

#editable_body_holder > p:first-child {
    font-style: italic;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
}

/**
LANGUAGE SELECTOR
*/

.nr-lang-selection-wrapper {
    margin-top: 16px;
}

.nr-lang-selection-wrapper span {
    display: block;
    font-weight: normal;
    font-family: "Jost", Arial, Verdana;
    font-size: 20px;
    color: #5b7991;
    text-align: center;
    margin-bottom: 10px;
}


@media (min-width: 768px) {
    .path-faq #content .main h1,
    .path-faq .main h1.title,
    .path-quick-facts .main h1.title,
    .path-quick-facts #content .main h1 {
        font-size: 28px;
        color: #369;
        text-transform: uppercase;
    }
}

.path-quick-facts .main h1.title {
    font-weight: 400 !important;
}


#editable_body_holder .custom-embed-wrapper {
    cursor: pointer;
    margin-top: 40px;
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    letter-spacing: -0.02em;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    max-height: 280px;
    padding: 24px;
    box-sizing: border-box;
    color: rgba(0,0,0,0.6);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15),0 0 1px rgba(0,0,0,0.15);
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: left;
}

#editable_body_holder .custom-embed-wrapper .custom-embed-linker {
    float: right;
    width: 240px;
    height: 240px;
    margin: -24px -24px -24px 48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#editable_body_holder .custom-embed-wrapper .custom-embed-linker-2 {
    text-decoration: none;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 50%);
    background-repeat: repeat-x;
    background-size: 2px 2px;
    background-position: 0 23px;
}

#editable_body_holder .custom-embed-wrapper .custom-embed-title {
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
    letter-spacing: -0.02em;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0,0,0,0.6);
    display: block;
    margin-bottom: -8px;
}

#editable_body_holder .custom-embed-wrapper .custom-embed-em {
    font-size: 16px;
    font-style: normal;
    display: block;
    margin-bottom: 10px;
    max-height: 120px;
    overflow: hidden;
    color: rgba(0,0,0,0.4);
}

#shell .medium-insert-images-grid .download-bubble,
#shell .medium-insert-images-left .download-bubble,
#shell .medium-insert-images-left_outside .download-bubble {
    min-width: 300px;
}

#wide_footer .pswp__caption__center {
    max-width: 800px;
    text-align: center;
}

.upload-image-with-bubble .image-slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 2;
    padding-bottom: 0;
    pointer-events: none;
}

.upload-image-with-bubble .image-slider-slide .download-icon {
    pointer-events: all;
}

#editable_body_holder .medium-insert-images.medium-insert-images-wide .upload-image-with-bubble .download-arrow-small {
    width: 30px;
}

.owl-theme .owl-dots div.owl-dot span {
    margin: 5px 4px;
}
hr.small {
    border-color: #888;
    width: 25%;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-top: 2em;
    margin-bottom: 1.75em;
}

.path-press-releases-maiden-voyage-2017 blockquote p,
.path-press-releases-maiden-voyage-2018 blockquote p,
.path-press-releases-maiden-voyage-2019 blockquote p {
    font-size: 16px;
}
.path-press-releases-maiden-voyage-2017 #content .main h3,
.path-press-releases-maiden-voyage-2018 #content .main h3,
.path-press-releases-maiden-voyage-2019 #content .main h3 {
    margin-top: 2.5rem;
}
.addthis-image-sharing {
    min-height: 31px;
    min-width: 1rem;
}

/* Download PDF */

.pdf-download-wrapper {
    text-align: left;
}

.download-pdf-text {
    padding-left: 1.9rem;
}

.pdf-progress-overlay {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    background: rgba(75, 75, 75, 0.9);
}

/* Progress Bar */
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: scale(3);
     -moz-transform: scale(3);
      -ms-transform: scale(3);
       -o-transform: scale(3);
          transform: scale(3);
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

.path-statements .letter hr {
    color: #ccc;
}
.path-statements .church-letter h1 {
    font-family: Georgia, Times, serif !important;
    text-align: center;
    font-weight: bold !important;
    font-size: 2rem !important;
    line-height: 1.4;
    margin: 0 0 1em !important;
}

/* these CSS rules might be able to be removed */
@media (max-width: 768px) {
    .path-statements section .video-link {
        max-width: 592px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .path-statements aside figure span {
        max-width: 92px;
        left: 50%;
        transform: translateX(-50%);
    }


    .path-statements #sidebar_right section a p,
    .path-statements #sidebar_right section p,
    .path-statements #sidebar_right nav li a span,
    .path-statements #sidebar_right nav li span,
    .path-statements #AdditionalResources a,
    .path-statements a.fancy-right-link {
        font-size: 18px;
    }

    .path-statements #AdditionalResources {
        display: block;
        padding-left: 51px;
    }
    .path-statements .letterhead img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .path-statements div.church-letter {
        padding: 0 5em 2em;
    }
    .path-statements-february-2020-haney-statement div.church-letter {
        padding-bottom: 10em;
    }
}
.path-statements-february-2020-haney-statement .church-letter p {
    text-indent: 0;
}

.path-statements .church-letter>div.text-center>img {
    width: 100%;
}

.playbutton-poster:hover .playbutton--video-sidebar {
    opacity: 1;
}

.playbutton--video-sidebar {
    position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(/theme/images/play-button.min.png);
	background-size: contain;
	bottom: 10px;
	right: 10px;
	opacity: 0.7;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.photo-gallery--header-downloads-text {
    font-weight: bold;
	color: #555555;
	text-align: center;
}
