@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,400italic,700,700italic);
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/* General Classes 
----------------------------------------------------------------------------------------------------*/

.mt10 {
    margin-top:10px;
}

.mt20 {
    margin-top:20px;
}

.mb10 {
    margin-bottom:10px;
}

.mb20 {
    margin-bottom:20px;
}

.padding-10 {
    padding:10px;
}

.padding-15 {
    padding:15px;
}

.padding-20 {
    padding:20px;
}

.center-all {
    text-align:center;
    margin: auto;
}

.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}

.img-frame {
    padding: 4px;
    border: 1px solid rgba(0,0,0,.08);
}

@media all and (min-width: 768px) {
    .width-50per {
        width: 50%;
    }
    .width-75per {
        width: 75%;
    }
}

.list-inline ul{
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0;
}

.list-inline ul li{
    display: inline;
    padding: 0;
    margin: 0 10px 0 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters[class^="col-"],
.no-gutters[class*=" col-"]{
  padding-right: 0;
  padding-left: 0;
}

.no-gutter-left {
    padding-left:0;
}

.force-width img {
    width: 100%;
    height: auto;
}

/* END General Classes 
----------------------------------------------------------------------------------------------------*/

body {
    background: #fff;
    margin: 0 auto;
    color: #323232;
	font-size: 14px;
	line-height: 1.4;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
}


/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #323232;
	margin: 0;
}
ul,ol {
    margin-top:0;
}

[le_content_type="text"].le_content ul {
    padding-left: 0;
    margin-left: 0;
}

[le_content_type="text"].le_content li {
    margin: .35em 0 .35em 1em;
}

h1, h1 a, .title1, .title1 a {
	font-weight: 700;
	margin:0 0 .2em 0;
}
h2, h2 a, .title2, .title2 a {
	font-weight: 700;
	margin:0 0 .4em 0;
}
h3, h3 a, .title3, .title3 a {
	font-weight: 400;
	margin:0 0 .4em 0;
}
h4, h4 a, .title4, .title4 a {
	font-weight: 400;
	margin:0 0 .4em 0;
}
h5, h5 a, .title5, .title5 a {
	font-weight: 700;
	margin:0 0 .4em 0;
}
h6, h6 a, .title6, .title6 a {
	font-weight: 400;
	margin:0 0 .4em 0;
}
.title1,.title1 a,.title2,.title2 a,.title3,.title3 a,.title4,.title4 a,.title5,.title5 a,.title6,.title6 a {
    display:inline-block;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
}

/* Make sure font awesome icons that are links do not have underline on hover */
.fa a:hover, a.fa:hover {
    text-decoration: none;
}


/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form {
	color: #323232;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-size: 14px;
	margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 20px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid rgb(210,210,210);
	box-shadow: none !important;
	color: #323232;
	font-size: 14px;
	margin: 0;
}

.wrapper textarea {
    padding: 10px 10px;
}

/* -- Search Element --*/
.wrapper input[type="text"]#search_form_value {
	padding: 5px 10px;
}
#search_form_button {
    padding: 5px 15px;
    position: relative;
}

/* -- Bootstrap form tweaks -- */
.form-control {
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}

.form-group label.title3 {
    padding-top: 30px;
    margin-bottom: 15px;
    display: block;
}

.le_form label {
    font-weight: normal;
}


/* -- fieldset clearing -- */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin:20px 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
}

/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}

.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/

.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    padding: 12px 20px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.se_button.button2 a, a.se_button.button2 {
    padding: 12px 20px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #a2794c !important;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #5c291b !important;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
    margin-bottom: 5px;
    line-height: 20px;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 15px;
}
.se_cta {
    display: block;
    margin-bottom: 20px;
	padding: 20px;
	font-size: 24px;
	background-color: #ffffff;
	border: 7px solid rgba(71, 63, 73, .7);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.se_cta:hover {
    border-color: #0da0b0;
}

.se_cta a, a.se_cta {
    color: #ffffff;
}
.se_cta a:hover, a:hover.se_cta {
    color: #e0e0e0;
    text-decoration: none;
}


/* Site Branding
----------------------------------------------------------------------------------------------------*/

.se_siteBranding {
    line-height:1;
    padding: 0;
    text-align: center;
}

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo img {
    padding:5px 0;
    transition: all .3s ease;
}
.le_logo_text {
    font-size:100%;
    transition: all .3s ease
}
.se_tagline {
    margin-top: 8px;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.cta {
    background-color: #a2794c;
    padding: 30px 20px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    min-height: 285px;
}
.cta:hover {
    background-color: #5c291b;
}
.cta img {
    margin-bottom: 25px;
}
.cta h2 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}
.cta p a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    opacity: 0;
}
.quote p {
    color: #fff;
}
.cursive-quote {
    padding-right: 10%;
}
.cursive-quote p {
    font-family: 'Corinthia', cursive;
    color: #fff;
    text-align: right;
    font-size: 90px !important;
    line-height: 100px !important;
}
.brown-box {
    background-color: #a2794c;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 4px;
    min-height: 100px;
}
.brown-box h2 {
    font-size: 18px;
    line-height: 25px;
}
.brownbox {
    background-color: #a2794c;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 4px;
}
.brownbox h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.box-brown {
    background-color: #a2794c;
    padding: 30px 20px;
    margin-bottom: 25px;
    min-height: 130px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.box-brown h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin: 0 0 10px 0;
}
.expand h2 {
    position: relative; 
    font-size: 18px;
    background-color: #A27A4C;
    color: #fff;
    padding: 7px 15px 7px 15px;
    line-height: 30px !important;
    text-transform: uppercase;
    border-radius: 4px;
}
.expand h2:before {
    content: '\f103';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 22px !important;
    margin-top: 2px;
    color: var(--bg-main);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2.active {
    background-color: #5c291b;
    color: #ffffff;
    margin-bottom: 10px !important;
}
.expand h2.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h2:hover {
    cursor: pointer;
    background-color: #5c291b;
    color: #ffffff;
}

/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
	position: relative;
	right: 0;
	transition: right .3s ease;
	overflow: hidden;
}

.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}

.se_WrapperContent {
    padding-top: 40px;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header-wrap {
    width: 100%;
}

.header {
	padding: 20px 0 20px 0;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/

.menu-bar {
    position: relative;
    z-index:900;
    width:100%;
    transition: all .2s ease;
}

.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    background: transparent !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
    color: #a2794c;
}
.navicon:hover {
    cursor: pointer;
}
/*.menu-wrap{*/
/*    position:absolute;*/
/*    top:auto;*/
/*    padding-left:0;*/
/*}*/
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
}
.MainMenu li {
    position: relative;
	list-style-type: none;
	text-decoration: none;
}

.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 15px 5px 0;
	color: #ffffff; 
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
	background-image: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
}

.menu-bar li.le_menuitem_level_0 li.le_menuitem_level_1 a {
    font-size:.9em;
}

.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.MainMenu .dropdown ul {
    display: none;
}

/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 0;
    right:-240px;
    height: 100%;
    z-index: 1001;
    width: 240px;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background-color: inherit;
    border-left: 1px solid rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    transition: right .3s ease;
}

.OpenMobileMenu .primary-mobile-menu {
    /*visibility: visible;*/
    right:0;
}

.le-logged-in .primary-mobile-menu {
    top:40px;
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 20px 0 10px 0;
	text-align: left;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: 10px;
	font-size: 18px !important;
	color: #3A3A3A;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 1px solid rgba(0,0,0,.05);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	/*color: #323232;*/
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
	font-size: 15px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
}
.primary-mobile-menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
    padding: 7px 5px 7px 5px;
    margin-left: 24px;
}

/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 767px) { 
    
    .primary-mobile-menu .le_menu_level_1_container,
    .menu-bar ul.le_menu_level_2 {
        background: transparent !important;
    }
    
    .OpenMobileMenu .wrapper{
        right:240px;
    }
    .OpenMobileMenu .menu-bar{
        right:240px;
        left: initial;
    }
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 6px;
    top: -2px;
    content: "+";
    color: #a2794c;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:after {
    content:"-";
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}

/* ---- End Separate Mobile Menu ---- */


/* Main Content
----------------------------------------------------------------------------------------------------*/

.content {
	padding: 0;

}
.contentInner {
    padding: 15px;
}

.htmlSlide {
    width: 100%!important;
    max-width: 100%!important;
}

/* ------- Feature Area --------- */
.feature-container.has-feature .edit-instructions {
    display: none !important;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    clear: both;
	padding: 30px 0;
    text-align: center;
}
.footer-base {
    padding-top:15px;
}
.footer p {
	font-size: 14px;
}

.se_social {
    margin-bottom: 10px;
    margin-top: 10px;
}

.se_social a {
    margin: 0 .15em;
}


/* Media Queries
----------------------------------------------------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) { 
    .home-blog .blog_post_listing_title_section {
        line-height: 20px !important;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
        text-align: center;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 12px 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        padding: 10px 15px;
        font-size: 15px;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
    }
    
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 3px 10px;
    	color: #323232;
    	font-size: 15px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
        background-image: none;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left:100%;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	background: rgba(237, 237, 237, 0.9);
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        dipslay: block;
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    /* ---- End Separate Mobile Menu ---- */
    .ctas {
        position: relative;
        margin-top: -125px;
        padding: 0 5%;
    }
    .cta-box {
        padding: 0 10px;
    }
    .quote p {
        font-size: 36px;
        line-height: 45px;
    }
    .text-sm-left {
        padding-top: 15px;
    }
    .text-sm-right {
        padding-top: 10px;
    }
    .home-blog {
        display: grid;
        grid-template-columns: 48% 48%;
        grid-gap: 30px;
    }
    .text-sm-right .se_button.button1 a, .text-sm-right a.se_button.button1 {
        font-size: 10px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-sm-right .se_button.button1 a, .text-sm-right a.se_button.button1 {
        font-size: 16px;
    }
    .MainMenu li.le_menuitem_level_0 a {
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 10px;
    }
    .footerLeft {
        text-align: left;
    }
    .footerMid {
        text-align: left;
    }
    .footerRight {
        text-align: left;
    }   
    .cta h2 {
        font-size: 20px;
    }
    .home-blog {
        display: grid;
        grid-template-columns: 24% 24% 24% 24%;
        grid-gap: 30px;
    }
    .col-md-15 {
        float: left;
        width: 20%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 15px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 10px;
    }
    .cta h2 {
        font-size: 24px;
    }
}


/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}

button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}

.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.feature-content .le_plugin_slider_container {
    margin:auto;
}
.feature-content [le_content_type="htmlslider"] img {
	vertical-align: middle;
    width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}

/* MINDBODY Overrides
----------------------------------------------------------------------------------------------------*/

.le_mb_wrapper {
    padding-top:10px;
}
.week-view-ns .ns-calendar .inner-wrapper-block {
    display: block !important;
}
.week-view-ns .ns-calendar .cal-block {
    margin-right: 0 !important;
}

/* MINDBODY Appointments Page Overrides
----------------------------------------------------------------------------------------------------*/
.mb_appt_wrapper {
}

/* ------------------------------------------
  Overrides - Services and MB
  --------------------------------------------- */

/* ------- Staff Pages ------ */

.wrapper #le_mb_get_staff .staff_side {
	width: 100% !important;
	margin-left: 0 !important;
}

.wrapper #le_mb_get_staff .staff_info{
    margin-bottom: 20px;
}

/* ----- Class Pages ----- */
#le_mb_class_page #class_info img {
    margin-bottom: 20px;
    padding-left: 0;
}

#le_mb_class_page #class_info h4 {
    clear: both;
    margin-bottom: 10px;
}

#le_mb_class_page .staff_info img {
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
}

#le_mb_class_page .staff_info h4 {
    margin-bottom: 10px;
}

.wrapper .staff_info .firstname,.wrapper .staff_info .lastname {
    font-size:18px;
}

/* ------- list Schedule ------ */

.mb_listview_date #forward, .mb_listview_date #back {
    width: 40px;
    height: 40px;
    font-size: 28px;
    transition:all .2s ease;
}

.wrapper #le_mb_list_schedule .master_date {
    padding-top:0;
}
.wrapper #le_mb_list_schedule .title_date {
    padding-left: 20px;
}
.wrapper #le_mb_list_schedule .row_date {
    padding-left: 20px;
}
.title_date, .title_class, .title_staff {
    position:relative;
    top:-5px;
}  

.wrapper #le_mb_list_schedule .row_class {
    padding-left:20px;
}

.wrapper #le_mb_list_schedule .row_staff {
    padding-left:2px;
}

/* ------- MB login ----- */
#login_form .mb_login_existing_row {
    display: block;
    clear: both;
    overflow: hidden;
}

#le_mb_loginsignup #new_clients {
    border-left: 1px solid rgba(0,0,0,.23);
}
/* ------- MB Clients ----- */
@media all and (max-width: 768px) {
    #new_clients {
        min-width: 300px;
    }
    #new_clients label {
        text-align: left !important;
    }
    #existing_clients {
        min-width: 300px;
    }
    #existing_clients label {
        text-align: left !important;
    }
    .mb_login_existing_label {
         text-align: left !important;
    }
}

/* Clear
----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  

/* Box Slider Fixes
----------------------------------------------------------------------------------------------------*/
.bx-wrapper .bx-controls-direction a {
    z-index: 100 !important;
}
.htmlPanel { /* Fixes shift of content when fade transition is applie */
    left: 0;
}

/* ---- Scale map down on mobile devices for easier scrolling ----*/

.mobile-map {
	max-width: 100%;
}

@media only screen and (max-width : 992px) { 
	.mobile-map {
		max-width: 80%;
	}
}

/* -- Blog Service Styles -- */
.home-blog .blog_post_listing {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    padding: 0 0 20px 0;
    margin-bottom: 25px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
    text-align: center !important;
}
.home-blog .blog_post_listing:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}
.home-blog .feature_blog_image {
    width: 100%;
    height: auto;
    margin: -5px 0 20px 0;
}
.home-blog .blog_post_listing_publishdatetime {
    padding: 0 10px 5px 10px;
}
.home-blog .blog_post_listing_title {
    padding: 0 10px;
}
.home-blog .blog_post_listing_header_info {
    float: none !important;
}
.home-blog .blog_post_listing_title_section {
    text-align: center !important;
    margin: 0 !important;
}
.home-blog h1 {
    margin: 0 !important;
}
#blog-wrapper {
    padding: 0;
    margin-top: 40px;
    display: table;
    width: 100%;
}

#blog_sidebar.blog_sidebar {
    width: 25%;
    margin-right: 10%;
    padding-right: 3%;
    display: table-cell;
    float: none;
    vertical-align: top;
}

#blog_sidebar #blog_sidebar_name {
    font-size: 1.35em;
    margin-bottom: 10px;
}

#blog_sidebar_image {
    display:block;
    margin: auto;
}

/* -- Post List -- */

#blog_post_listing:before, #blog_sidebar:before {
    display: block;
    content: "";
    margin-top: 50px;
}

#blog_post_listing.blog_post_listing_sidebar { /*This is actually the post listing container...not the sidebar*/
    width: 75%;
    padding-left: 5%;
    display: table-cell;
    float: none;
}

#blog_post_listing .blog_post_listing {
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

#blog_post_listing h1.blog_post_listing_title {
    line-height:1;
    margin-bottom: 10px;
}

#blog_post_listing .feature_blog_text {
    margin-left:0;
}


#blog_post_listing .blog_post_listing_footer_section {
    padding: 10px 0 0 0;
}

#blog_post_listing .blog_post_listing_footer_hr {
    display:none;
}

img.blog_post_listing_author_img, img.blog_post_author_img, .blog_post_comment_new_author_image {
    max-width:38px;
    height: auto;
    border-radius: 500px;
}

.blog_post_listing_publishdatetime, .blog_post_listing_author {
font-size: 13px;
}

.blog_post_listing_author,.blog_post_author {
    font-weight: bold;
}

.blog_post_listing_content {
    /*clear: both;*/
}

.blog_post_listing_title_section {
    margin-right: 50px;
}

.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}

#blog_post_listing .feature_blog_image {
    margin-right: 20px;
}

#blog_post_listing .feature_blog_text {
    float: none;
}

#blog_post_listing .blog_post_listing_permalink a {
    word-break: break-all;
}

a.read_more_link {
    display: table;
    background: #424242;
    padding: 10px 15px;
    border:0px solid transparent;
    color: #fff;
    font-size: 13px !important;
    font-style: italic;
    margin-top: 10px;
    text-decoration: none;
}

@media all and (max-width: 767px) {
    #blog_sidebar.blog_sidebar {
        display:none;
    }
    #blog_post_listing.blog_post_listing_sidebar {
        width: 100%;
        padding-left: 0;
    }
}

@media all and (max-width: 600px) {
    #blog_post_listing .blog_post_listing_header_section {
        display:none;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }
    #blog_post_listing .blog_post_listing_title_section {
        margin: 0;
        text-align: center;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
    }
    #blog_post_listing a.read_more_link {
        margin: 15px auto 0;
    }

}

/* --- Single (Full) Posts --- */
#blog_post .blog_post_title_section {
    margin: 10px 0;
}

#blog_post_content_section {
    max-width: 720px;
}

#blog_post .blog_post_comments_hr {
    display: none;
}
#blog_post .blog_post_footer_hr {
    margin: 30px 0 10px 0;
}

#blog_post .blog_post_footer_section {
    margin-bottom: 20px;
}

#blog_post_permalink {
    word-break: break-all;
}

/* --- Blog Post Comments --- */
#blog_post_comments_section {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
}

.blog_post_comments_header {
    padding:8px 15px;
}

h2#comments {
    font-size:18px;
}

#blog_post_comments_section .blog_post_comment_post_container {
    border: 0;
    background: rgba(0,0,0,.05);
    padding:30px 15px;
}

#blog_post_comments_section .blog_post_comment_new_comment_actions {
    text-align: left;
    margin-top: 15px;
}


/* -- Blog Element Styles -- */

.blog_post_listing_element {
    margin-bottom: 10px;
}

.blog_post_listing_element h1.blog_post_listing_title {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: .5em;
}

.blog_post_listing_element .feature_blog_image {
    float: left;
    margin-right: 20px;
}    

.blog_post_listing_element .blog_post_listing_footer_hr {
    display: none;
}

.read_more_div a {
    display: inline-block;
    background: #5c291b;
    padding: 7px 10px;
    border:0px solid transparent;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.read_more_div a:hover {
    background: #a2794c;
}

@media all and (max-width: 768px) {
    .blog_post_listing_element .feature_blog_image {
        float: none;
    }
}

/* Classes that can be added in the advanced tab of most elements
========================================================================================== */

/* - Text Classes - */
.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.45);
}
.text-shadow-light {
    text-shadow: 0px 1px 1px rgba(255,255,255,.65)
}

/* - List Classes - */
/* Use the following CSS code if you want to have a class per icon */
.checklist ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist ul li { 
    margin-bottom:10px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
}
.checklist-circle ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist-circle ul li { 
    margin-bottom:10px; 
}
.checklist-circle ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
}

/* ---- Responsive text aligning ---- */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width:1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}


/* -- Display Cards -- */

.display-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    padding: 20px;
    margin-bottom: 25px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
}

.display-card:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}
.display-card h2 {
    font-size: 18px;
    line-height: 25px;
}
.display-card h3 {
    margin-bottom: 0;
}

/* -- Mobile Only Theme Styles -- */
@media all and (max-width: 768px) {
    .mobile-center {
        text-align: center !important; /* needs important incase Aurora advanced tab align setting differs */
        margin: auto;
    }
    .mobile-hide {
        display: none !important; /* needs important incase Aurora advanced tab align setting differs */
    }
}

/* --------- End Theme Styles --------- */


/* ------- System fixes (These should be added to Aurora and not done in the template) ---- */
@media all and (max-width:1279px){
    #auroraContentContainer {
    	min-width:100%;
    	position: relative;
    	top: 0px;
    }
}
.aurora_pushContent {
    left:200px;
    margin-left:0 !important;
}

.le-logged-in #auroraContentContainer {
	top: 40px;
}

.le_region_name {
    font-family: 'Helvetica', arial, sans-serif !important;
    font-weight: normal !important;
}
.le_region_overlay_container {
    margin-top:0;
}

/* -- End System Fixes -- */

/* -- Search Results Page -- */
.search_result {
  clear: both;
}

/* ---- CSSE Animation Preset ---- */
.hideme {
  opacity:0;
}
.showme {
  opacity:1;
}
/* -- Disable CSS Animations when in edit mode -- */
.le-edit-open .animated{
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}



/* ========================================== Theme Speficic UI Styles ========================================== */
.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}


/* --- Helper Instructions when in edit mode --- */

.edit-instructions {
    display: none;
}

.le-edit-open .edit-instructions {
    display: block;
    clear: both;
    padding: 10px;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}
.le-edit-open .ctas {
    margin-top: 0;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_aboutus #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_aboutus #le_section-five {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_aboutus #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_aboutus #le_section-nine {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_aboutus #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/Garden_2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_aboutus #le_section-seven {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_aboutus #le_section-six {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_aboutus #le_section-ten {
    background-color: rgb(232, 231, 231);
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 75px;
}
.aurora_aboutus #le_section-three {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_aboutus #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_aboutus-old #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_accompaniment-service-and-peacemaking #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/justice-and-peace/noah-buscher-x8ZStukS2PM-unsplash_(1)Cropped.jpg);
    background-size: cover;
}
.aurora_accompaniment-service-and-peacemaking #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/cross-beads.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_accompaniment-service-and-peacemaking #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/IMG_9016_copy.jpg);
}
.aurora_accompaniment-service-and-peacemaking #le_section-one-content1 {
    background-size: cover;
}
.aurora_accompaniment-service-and-peacemaking #le_section-one-top {
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_accompaniment-service-and-peacemaking #le_section-two {
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_accompaniment-service-and-peacemaking #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_accompaniment-service-and-peacemaking #le_section-two {
    padding-top: 20px;
}
.aurora_achivednews #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_AdministrativeAssistant-Archives #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/employment-pension/pexels-karolina-grabowska-6661081.jpg);
}
.aurora_AdministrativeAssistant-Archives #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_AdministrativeAssistant-Archives #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_archive-news #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_archivednews #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_archives #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_AssociateNews #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_AssociateRelationship #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Associates #le_area5 {
}
.aurora_Associates #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/associates/Associate_Header_-_summer.jpg);
}
.aurora_associates #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Associates #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_associates1 #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_associates2 #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_BecomeaSister #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_BecominganAssociate #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/CrossLF2.jpg);
}
.aurora_BecominganAssociate #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_BecominganAssociate #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_BecominganAssociate #le_section-two {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_blogs #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_calendar1 #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_CalledtoServe #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_CalledtoServe #le_section-two {
    background-color: rgb(162, 121, 76);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_clares-well #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_ClaresWell #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_coming-soon-landing-page #le_section-one {
}
.aurora_coming-soon-landing-page #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_CommonFranciscanPrayers #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_community-news-archives #le_area1 {
}
.aurora_community-news-archives #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/sisters-access/CN_Archives_banner_photo_summer_2025.jpg);
}
.aurora_community-news-archives #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_CommunityAdministrator #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/employment-pension/assistant.jpg);
}
.aurora_CommunityAdministrator #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/hands_copy.jpg);
}
.aurora_CommunityAdministrator #le_section-one-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/employment-pension/Copy/Copy_2000x898.jpg);
}
.aurora_CommunityAdministrator #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_ContactUs #le_section-five {
    background-color: rgb(232, 231, 231);
}
.aurora_ContactUs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/contactus.jpg);
}
.aurora_ContactUs #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_ContactUs #le_section-two {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_contemplative-prayer #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_cook-copy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/Kitchen.jpg);
}
.aurora_cook-copy #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_customer-representative #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_customer-representative1 #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_customer-representative2 #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_customer-representative3 #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_dietary-aid-copy #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_DonateOnline1 #le_section-four {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_DonateOnline1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/hands.jpg);
}
.aurora_DonateOnline1 #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_DonateOnline1 #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_DonateOnline1 #le_section-two {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_DonorFAQ #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Donors #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Ecuador #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/ecuador/72422.jpg);
}
.aurora_Ecuador #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Ecuador #le_section-three {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_Ecuador #le_section-two {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_ecuador1 #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Employment #le_area1 {
    padding-top: 35px;
}
.aurora_Employment #le_area11 {
}
.aurora_Employment #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/hands_copy.jpg);
}
.aurora_Employment #le_section-one-top {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Employment #le_section-two {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_enrichment-opportunities #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Events #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_ExecutiveDirectorFranciscanLegacy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/Executive_Director_web/Executive_Director_web_2000x870.jpg);
}
.aurora_ExecutiveDirectorFranciscanLegacy #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_fcv-news #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_franciscan-associates #le_section-five {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_franciscan-associates #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_franciscan-associates #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/CrossLF2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_franciscan-associates #le_section-three {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_franciscan-associates #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_franciscan-associates #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/associates/IMG_7370.jpg);
}
.aurora_franciscan-life-center #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_franciscan-life-center-news #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Franciscan-Spiritual-Connections #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_FranciscanLifeCenter #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_FranciscanSpiritualConnections #le_section-eight {
    background-color: rgb(255, 255, 255);
}
.aurora_FranciscanSpiritualConnections #le_section-four {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_FranciscanSpiritualConnections #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/franciscan-programs-ministry/cover/cover_2000x719.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_FranciscanSpiritualConnections #le_section-one-top {
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_FranciscanSpiritualConnections #le_section-seven {
    background-color: rgb(232, 231, 231);
}
.aurora_FranciscanSpiritualConnections #le_section-six {
    background-color: rgb(255, 255, 255);
}
.aurora_FranciscanSpiritualConnections #le_section-ten {
    background-color: rgb(255, 255, 255);
}
.aurora_FranciscanSpiritualConnections #le_section-three {
    background-color: rgb(232, 231, 231);
}
.aurora_FranciscanSpiritualConnections #le_section-two {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_FranciscanSpirituality #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/spiritual-journey/SDhands.jpg);
}
.aurora_FranciscanSpirituality #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_FranciscanSpiritualityProgram #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_fsassociates #le_area5 {
}
.aurora_fsassociates #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/associates/Associate_Header_-_summer.jpg);
}
.aurora_fsassociates #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_fsassociates #le_section-six {
    background-color: rgb(232, 231, 231);
}
.aurora_fslfconnections #le_section-four {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_fslfconnections #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_fslfconnections #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_fslfconnections #le_section-two {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_fslfevents #le_section-eleven-area31 {
}
.aurora_fslfevents #le_section-one {
    background-image: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_fslfevents #le_section-one-top {
    padding-top: 75px;
}
.aurora_FSLFPolicy #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_give-to-the-max #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_give-to-the-max-day #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_GreenFair #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/green-fair/GFFF_Web_Banner_2025_copy.jpg);
}
.aurora_GreenFair #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_HelpfulBooks #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-five {
    background-color: rgb(92, 41, 27);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-four {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-four-area6 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_home #le_section-six {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-six-area7 {
}
.aurora_home #le_section-three {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-two {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_home #le_section-two-area1 {
}
.aurora_in-memory #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_in-memory-copy #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_inmemory #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/Cemetary.jpg);
}
.aurora_inmemory #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_inmemory #le_section-three {
    padding-top: 20px;
}
.aurora_inmemory #le_section-two {
    background-color: rgb(162, 121, 76);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_InMemoryArchives #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/in-memory/cover_for_memorial_page.jpg);
}
.aurora_InMemoryArchives #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_IntegralEcology #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/justice-and-peace/Integral_Ecology.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_IntegralEcology #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_InternationalMissions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/SrAurora_giving_a_retreat.jpg);
}
.aurora_InternationalMissions #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_InternationalMissions #le_section-two {
    background-color: rgb(92, 41, 27);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_JoinUs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/woman-praying-bible.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_JoinUs #le_section-top {
}
.aurora_JoinUs #le_section-top-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying-bible.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
}
.aurora_JoinUs #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_justice-peace-and-integrity-of-creation #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Lifeguards #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Lifeguards-WSI #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/employment-pension/pexels-jacobyavin-12918910_edit.jpg);
}
.aurora_Lifeguards-WSI #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_LivingSimply #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_MaintenanceEnvironmentalServices #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/jameskovinunsplash.jpg);
}
.aurora_MaintenanceEnvironmentalServices #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Mass #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/IMG_9036/IMG_9036_2000x1333.jpg);
}
.aurora_Mass #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Mass #le_section-two {
    background-color: rgb(232, 231, 231);
}
.aurora_MassageTherapist #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/massage/massage_2000x1333.jpg);
}
.aurora_MassageTherapist #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_meetthesisters #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_meetthesisters #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_MeettheSistersinMexico #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 0px;
}
.aurora_Mexico #le_section-eight {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_Mexico #le_section-five {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_Mexico #le_section-nine {
    background-color: rgb(232, 231, 231);
    padding-top: 0px;
}
.aurora_Mexico #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/mexico/Mexico2.jpg);
}
.aurora_Mexico #le_section-one-top {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Mexico #le_section-seven {
    background-color: rgb(232, 231, 231);
}
.aurora_Mexico #le_section-six {
}
.aurora_Mexico #le_section-ten {
    padding-top: 0px;
}
.aurora_mexico1 #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_ncsw-videos #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_News #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Nicaragua #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/Nicaraga.jpg);
}
.aurora_Nicaragua #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_NutritionServicesManager #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/employment-pension/pexels-elletakesphotos-2696064.jpg);
}
.aurora_NutritionServicesManager #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_one-world-mission #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_other-events #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_ourjourneypublication #le_section-one {
    background-image: none;
    padding-top: 0px;
}
.aurora_ourjourneypublication #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_ourjourneypublication #le_section-two {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_PastoralSpiritualCareManager #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/employment-pension/pexels-rdne-5875109.jpg);
}
.aurora_PastoralSpiritualCareManager #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_Pension #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_PhotoGallery #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/bee.jpg);
}
.aurora_PhotoGallery #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_podcast #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/Podcast_copy1/Podcast_copy1_2000x1007.jpg);
}
.aurora_podcast #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_PrayerRequest #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/prayer-requests/Prayer_Requestsweb_copy.jpg);
}
.aurora_PrayerRequest #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_PrayerRequest #le_section-two {
    background-color: rgb(92, 41, 27);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_PrivacyPolicy #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_ProjectManager #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/employment-pension/jason-goodman-vbxyFxlgpjM-unsplash/jason-goodman-vbxyFxlgpjM-unsplash_2000x1333.jpg);
}
.aurora_ProjectManager #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_ProjectManager #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_recyclingresources #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/SrAurora_giving_a_retreat.jpg);
}
.aurora_recyclingresources #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_recyclingresources #le_section-two {
    background-color: rgb(92, 41, 27);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_relationship-with-the-earth #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/cross-beads.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_relationship-with-the-earth #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/justice-and-peace/IMG_6054/IMG_6054_2000x1333.jpg);
    background-size: cover;
}
.aurora_relationship-with-the-earth #le_section-one-content1 {
    background-size: cover;
}
.aurora_relationship-with-the-earth #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_relationship-with-the-earth #le_section-two {
    padding-top: 20px;
}
.aurora_Retreats #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_retreats-info #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SabbathHouse #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sexualabuse #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-adela-gross #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-adela-gross #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-adeline-kroll #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-adeline-kroll #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-anita-jennissen #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-anita-jennissen #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-annella-henger #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-annella-henger #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-audrey-loher #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-audrey-loher #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-bea-eichten #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-bea-eichten #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-bernata-lindstrom #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-bernata-lindstrom #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-bernice-ebner #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-bernice-ebner #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-beverly-weidner #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-beverly-weidner #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-carol-schmit #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-carol-schmit #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-carol-virnig #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-carol-virnig #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-caroline-stoltz #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-caroline-stoltz #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-carolyn-law #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-carolyn-law #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-christelle-watercott #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-christelle-watercott #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-clara-stang #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-clara-stang #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-Colette-Toenies #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-Colette-Toenies #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-donna-ebner #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-donna-ebner #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-doretta-meier #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-doretta-meier #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-dorothy-ann-rudolph #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-dorothy-ann-rudolph #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-elise-saggau #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-elise-saggau #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-fran-kempenich #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-georgine-larson #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-georgine-larson #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-gert-brixius #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-gert-brixius #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-helen-ann-brake #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-irenemarie-rodak #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-irenemarie-rodak #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-janice-welle #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-janice-welle #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-janice-wiechmann #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-janice-wiechmann #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-jean-schwieters #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-jean-schwieters #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-jeanette-quinn #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-jeanne-lieser #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-jeanne-lieser #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-joan-gerads #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-joan-gerads #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-joel-bieniek #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-julien-dirkes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-julien-dirkes #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-karen-niedzielski #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-karen-niedzielski #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-kay-watts #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-kay-watts #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-lavonne-schackmann #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-lavonne-schackmann #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-lillian-kroll #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-lillian-kroll #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-login #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-loretta-bloch #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-loretta-bloch #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-louise-bauer-copy #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-marguerite-ostendorf #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-marguerite-ostendorf #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-marjorie-bischoff #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-marjorie-bischoff #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-mary-ann-capizzo #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-mary-ann-capizzo #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-mary-hroscikoski #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-mary-obowa #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-mary-obowa #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-mary-pat-burger #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-mary-pat-burger #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-mary-patrick-zangs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-mary-patrick-zangs #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-marylou-eltgroth #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-maurita-bernet #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-maurita-bernet #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-maurita-niedzielski #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-maurita-niedzielski #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-michelle-lallier #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-michelle-lallier #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-nancy-demattos #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-nancy-demattos #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-noreen-bentfield #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-noreen-bentfield #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-olga-neft #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-olga-neft #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-patrice-kiefer #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-patrice-kiefer #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-patricia-forster #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-patricia-forster #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-patricia-imdieke #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-patricia-imdieke #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-rita-kraemer #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-rita-kraemer #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-rita-kuhl #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-rita-kuhl #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-rose-margaret-schneider #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-rose-margaret-schneider #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-ruth-leutner #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-ruth-leutner #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-sharon-fyle #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-sharon-fyle #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-shirley-mueller #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-shirley-mueller #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-susan-knutson #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-susan-knutson #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-sylvia-opatz #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-sylvia-opatz #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-theodora-higgins #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sister-therese-furnstahl #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_sister-therese-furnstahl #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterAngeMayers #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterAngeMayers #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterAnneFurnstahl #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterAnneFurnstahl #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterArdisCloutier #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterArdisCloutier #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterAuroraTovar #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterAuroraTovar #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterBerniceRieland #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterBerniceRieland #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterBettyBerger #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterBettyBerger #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterCallistaRobinson #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterCallistaRobinson #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterCarmenBarsody #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterCarmenBarsody #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterCharGrossman #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterCharGrossman #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterCordeliaKorkowski #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterCordeliaKorkowski #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterGloriaHaider #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterGloriaHaider #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterGraceSkwira #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterGraceSkwira #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterJanKilian #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterJanKilian #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterJeremyHein #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterJeremyHein #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterJoanneHeim #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterJoanneHeim #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterJoanneKlinnert #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterJoanneKlinnert #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterJoanTuberty #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterJoycePiotrowski #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterJoycePiotrowski #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterJuanitaMauer #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterJuanitaMauer #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterLorettaDenfeld #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterLorettaDenfeld #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterLorraineOlmscheid #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterLorraineOlmscheid #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterLouiseBauer #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterLouiseBauer #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterMariaIsabel #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterMariaIsabel #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterMaryAnnCapizzo #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterMaryDumonceaux #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterMaryDumonceaux #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterMaryZirbes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterMaryZirbes #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterMauritaBernet #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterPhyllisHennek #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/praying_hands.jpg);
}
.aurora_SisterPhyllisHennek #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SisterRoseMaeRausch #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_sistersaccess #le_area5 {
}
.aurora_sistersaccess #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/sisters-access/Sisters_Access_banner_photo_summer_2025.jpg);
}
.aurora_sistersaccess #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SistersinFormation #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SistersLogin #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_SiteMap #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_solidarity-and-mission #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/justice-and-peace/noah-buscher-x8ZStukS2PM-unsplash_(1)Cropped.jpg);
    background-size: cover;
}
.aurora_solidarity-and-mission #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/cross-beads.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_solidarity-and-mission #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/20240117_144711_copy1.jpg);
}
.aurora_solidarity-and-mission #le_section-one-content1 {
    background-size: cover;
}
.aurora_solidarity-and-mission #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_solidarity-and-mission #le_section-two {
    padding-top: 20px;
}
.aurora_solidarity-and-mission #le_section-two {
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_spiritual-direction #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/franciscan-program-ministry/SD_cover.jpg);
}
.aurora_spiritual-direction #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_spiritual-direction #le_section-seven {
    background-color: rgb(232, 231, 231);
}
.aurora_spiritual-direction #le_section-two {
    background-color: rgb(232, 231, 231);
}
.aurora_spiritual-journey #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_staff #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_StepstoBecomingaSister #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_stfranciscampus #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/IMG_9567_bigger2_copy.jpg);
}
.aurora_stfranciscampus #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_stfranciscampus #le_section-two {
    background-color: rgb(232, 231, 231);
}
.aurora_Subscribetoe-newsletter1 #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_umbria-ottertail-calendar #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_vocations #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_volunteers #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_VolunteerwiththeSisters #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/hands_copy.jpg);
}
.aurora_VolunteerwiththeSisters #le_section-one-top {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_xxx #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_xxx #le_section-five {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_xxx #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_xxx #le_section-nine {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_xxx #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fslf1/woman-holding-bible-field.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
}
.aurora_xxx #le_section-seven {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_xxx #le_section-six {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_xxx #le_section-ten {
    background-color: rgb(232, 231, 231);
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 75px;
}
.aurora_xxx #le_section-three {
    background-color: rgb(232, 231, 231);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_xxx #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.navicon {
    color: rgb(162, 121, 76);
}
.seFormButton {
    background-color: rgb(162, 121, 76);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
    background-color: rgb(92, 41, 27);
    color: rgb(255, 255, 255);
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(162, 121, 76);
    color: rgb(255, 255, 255);
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
    background-color: rgb(232, 231, 231);
}
.se_footer a {
    color: rgb(58, 58, 58);
}
.se_footer a:hover {
    color: rgb(162, 121, 76);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
    color: rgb(58, 58, 58);
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
    background-color: rgb(162, 121, 76);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgb(162, 121, 76);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-family: 'Lato';
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 41, 27);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 41, 27);
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(92, 41, 27);
    font-size: 18px;
}
.se_social a:hover {
    color: rgb(162, 121, 76);
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
    color: rgb(162, 121, 76);
}
a:hover {
    color: rgb(92, 41, 27);
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Lato';
    font-size: 36px;
    color: rgb(92, 41, 27);
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Lato';
    font-size: 30px;
    color: rgb(92, 41, 27);
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Lato';
    font-size: 24px;
    color: rgb(92, 41, 27);
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Lato';
    font-size: 22px;
    color: rgb(92, 41, 27);
}
h5, h5 a, .title5, .title5 a {
    font-family: 'Lato';
    font-size: 20px;
    color: rgb(92, 41, 27);
}
h6, h6 a, .title6, .title6 a {
    font-family: 'Lato';
    color: rgb(92, 41, 27);
}
hr {
}
p, ul, ol, dl {
    font-family: 'Lato';
    font-size: 16px;
    color: rgb(58, 58, 58);
    line-height: 1.5;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_aboutus #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aboutus #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aboutus #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aboutus #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aboutus #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aboutus #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aboutus #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aboutus #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aboutus #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aboutus #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aboutus-old #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_achivednews #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AdministrativeAssistant-Archives #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AdministrativeAssistant-Archives #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AdministrativeAssistant-Archives #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_archive-news #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_archivednews #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_archives #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AssociateNews #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_AssociateRelationship #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Associates #le_area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Associates #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_associates #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Associates #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_associates1 #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_associates2 #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_BecomeaSister #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_BecominganAssociate #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_BecominganAssociate #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_BecominganAssociate #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_BecominganAssociate #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_blogs #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_calendar1 #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_CalledtoServe #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_CalledtoServe #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clares-well #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ClaresWell #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_coming-soon-landing-page #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_coming-soon-landing-page #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_CommonFranciscanPrayers #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_community-news-archives #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_community-news-archives #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_community-news-archives #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_CommunityAdministrator #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_CommunityAdministrator #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_CommunityAdministrator #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_CommunityAdministrator #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ContactUs #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ContactUs #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ContactUs #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ContactUs #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contemplative-prayer #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cook-copy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cook-copy #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_customer-representative #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_customer-representative1 #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_customer-representative2 #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_customer-representative3 #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dietary-aid-copy #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_DonateOnline1 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_DonateOnline1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_DonateOnline1 #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_DonateOnline1 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_DonateOnline1 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_DonorFAQ #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Donors #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Ecuador #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Ecuador #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Ecuador #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Ecuador #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ecuador1 #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Employment #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Employment #le_area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Employment #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Employment #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Employment #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_enrichment-opportunities #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Events #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ExecutiveDirectorFranciscanLegacy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ExecutiveDirectorFranciscanLegacy #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fcv-news #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_franciscan-associates #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_franciscan-associates #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_franciscan-associates #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_franciscan-associates #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_franciscan-associates #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_franciscan-associates #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_franciscan-life-center #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_franciscan-life-center-news #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Franciscan-Spiritual-Connections #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FranciscanLifeCenter #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-eight {
    }
}
@media screen and (max-width: 0px) {
    .aurora_FranciscanSpiritualConnections #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FranciscanSpirituality #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FranciscanSpirituality #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FranciscanSpiritualityProgram #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fsassociates #le_area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fsassociates #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fsassociates #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fsassociates #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fslfconnections #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fslfconnections #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fslfconnections #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fslfconnections #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fslfevents #le_section-eleven-area31 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fslfevents #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fslfevents #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_FSLFPolicy #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_give-to-the-max #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_give-to-the-max-day #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_GreenFair #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_GreenFair #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_HelpfulBooks #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_in-memory #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_in-memory-copy #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_inmemory #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_inmemory #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_inmemory #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_inmemory #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_InMemoryArchives #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_InMemoryArchives #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_IntegralEcology #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_IntegralEcology #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_InternationalMissions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_InternationalMissions #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_InternationalMissions #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_JoinUs #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_JoinUs #le_section-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_JoinUs #le_section-top-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_JoinUs #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_justice-peace-and-integrity-of-creation #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Lifeguards #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Lifeguards-WSI #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Lifeguards-WSI #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_LivingSimply #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_MaintenanceEnvironmentalServices #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_MaintenanceEnvironmentalServices #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Mass #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Mass #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Mass #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_MassageTherapist #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_MassageTherapist #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meetthesisters #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meetthesisters #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_MeettheSistersinMexico #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Mexico #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Mexico #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Mexico #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Mexico #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Mexico #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Mexico #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Mexico #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Mexico #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mexico1 #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ncsw-videos #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_News #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Nicaragua #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Nicaragua #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_NutritionServicesManager #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_NutritionServicesManager #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_one-world-mission #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_other-events #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ourjourneypublication #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ourjourneypublication #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ourjourneypublication #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_PastoralSpiritualCareManager #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_PastoralSpiritualCareManager #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Pension #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_PhotoGallery #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_PhotoGallery #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_podcast #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_podcast #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_PrayerRequest #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_PrayerRequest #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_PrayerRequest #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_PrivacyPolicy #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ProjectManager #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ProjectManager #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ProjectManager #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recyclingresources #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recyclingresources #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recyclingresources #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_relationship-with-the-earth #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_relationship-with-the-earth #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_relationship-with-the-earth #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_relationship-with-the-earth #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_relationship-with-the-earth #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Retreats #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_retreats-info #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SabbathHouse #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sexualabuse #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-adela-gross #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-adela-gross #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-adeline-kroll #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-adeline-kroll #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-anita-jennissen #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-anita-jennissen #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-annella-henger #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-annella-henger #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-audrey-loher #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-audrey-loher #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-bea-eichten #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-bea-eichten #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-bernata-lindstrom #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-bernata-lindstrom #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-bernice-ebner #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-bernice-ebner #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-beverly-weidner #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-beverly-weidner #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-carol-schmit #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-carol-schmit #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-carol-virnig #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-carol-virnig #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-caroline-stoltz #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-caroline-stoltz #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-carolyn-law #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-carolyn-law #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-christelle-watercott #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-christelle-watercott #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-clara-stang #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-clara-stang #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-Colette-Toenies #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-Colette-Toenies #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-donna-ebner #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-donna-ebner #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-doretta-meier #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-doretta-meier #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-dorothy-ann-rudolph #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-dorothy-ann-rudolph #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-elise-saggau #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-elise-saggau #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-fran-kempenich #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-georgine-larson #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-georgine-larson #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-gert-brixius #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-gert-brixius #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-helen-ann-brake #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-irenemarie-rodak #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-irenemarie-rodak #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-janice-welle #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-janice-welle #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-janice-wiechmann #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-janice-wiechmann #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-jean-schwieters #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-jean-schwieters #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-jeanette-quinn #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-jeanne-lieser #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-jeanne-lieser #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-joan-gerads #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-joan-gerads #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-joel-bieniek #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-julien-dirkes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-julien-dirkes #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-karen-niedzielski #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-karen-niedzielski #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-kay-watts #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-kay-watts #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-lavonne-schackmann #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-lavonne-schackmann #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-lillian-kroll #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-lillian-kroll #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-login #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-loretta-bloch #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-loretta-bloch #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-louise-bauer-copy #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-marguerite-ostendorf #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-marguerite-ostendorf #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-marjorie-bischoff #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-marjorie-bischoff #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-mary-ann-capizzo #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-mary-ann-capizzo #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-mary-hroscikoski #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-mary-obowa #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-mary-obowa #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-mary-pat-burger #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-mary-pat-burger #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-mary-patrick-zangs #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-mary-patrick-zangs #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-marylou-eltgroth #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-maurita-bernet #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-maurita-bernet #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-maurita-niedzielski #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-maurita-niedzielski #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-michelle-lallier #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-michelle-lallier #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-nancy-demattos #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-nancy-demattos #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-noreen-bentfield #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-noreen-bentfield #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-olga-neft #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-olga-neft #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-patrice-kiefer #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-patrice-kiefer #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-patricia-forster #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-patricia-forster #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-patricia-imdieke #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-patricia-imdieke #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-rita-kraemer #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-rita-kraemer #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-rita-kuhl #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-rita-kuhl #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-rose-margaret-schneider #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-rose-margaret-schneider #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-ruth-leutner #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-ruth-leutner #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-sharon-fyle #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-sharon-fyle #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-shirley-mueller #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-shirley-mueller #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-susan-knutson #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-susan-knutson #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-sylvia-opatz #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-sylvia-opatz #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-theodora-higgins #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-therese-furnstahl #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sister-therese-furnstahl #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterAngeMayers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterAngeMayers #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterAnneFurnstahl #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterAnneFurnstahl #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterArdisCloutier #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterArdisCloutier #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterAuroraTovar #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterAuroraTovar #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterBerniceRieland #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterBerniceRieland #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterBettyBerger #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterBettyBerger #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterCallistaRobinson #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterCallistaRobinson #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterCarmenBarsody #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterCarmenBarsody #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterCharGrossman #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterCharGrossman #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterCordeliaKorkowski #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterCordeliaKorkowski #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterGloriaHaider #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterGloriaHaider #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterGraceSkwira #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterGraceSkwira #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJanKilian #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJanKilian #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJeremyHein #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJeremyHein #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJoanneHeim #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJoanneHeim #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJoanneKlinnert #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJoanneKlinnert #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJoanTuberty #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJoycePiotrowski #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJoycePiotrowski #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJuanitaMauer #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterJuanitaMauer #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterLorettaDenfeld #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterLorettaDenfeld #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterLorraineOlmscheid #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterLorraineOlmscheid #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterLouiseBauer #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterLouiseBauer #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterMariaIsabel #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterMariaIsabel #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterMaryAnnCapizzo #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterMaryDumonceaux #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterMaryDumonceaux #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterMaryZirbes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterMaryZirbes #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterMauritaBernet #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterPhyllisHennek #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterPhyllisHennek #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SisterRoseMaeRausch #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sistersaccess #le_area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sistersaccess #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sistersaccess #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SistersinFormation #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SistersLogin #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_SiteMap #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_solidarity-and-mission #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_solidarity-and-mission #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_solidarity-and-mission #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_solidarity-and-mission #le_section-one-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_solidarity-and-mission #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_solidarity-and-mission #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_solidarity-and-mission #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spiritual-direction #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spiritual-direction #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spiritual-direction #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spiritual-direction #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spiritual-journey #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_StepstoBecomingaSister #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stfranciscampus #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stfranciscampus #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_stfranciscampus #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Subscribetoe-newsletter1 #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_umbria-ottertail-calendar #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vocations #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_volunteers #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_VolunteerwiththeSisters #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_VolunteerwiththeSisters #le_section-one-top {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_xxx #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_xxx #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_xxx #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_xxx #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_xxx #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_xxx #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_xxx #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_xxx #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_xxx #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_xxx #le_section-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_aboutus #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aboutus #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aboutus #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aboutus #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aboutus #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aboutus #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aboutus #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aboutus #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aboutus #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aboutus #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aboutus-old #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_accompaniment-service-and-peacemaking #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_achivednews #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AdministrativeAssistant-Archives #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AdministrativeAssistant-Archives #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AdministrativeAssistant-Archives #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_archive-news #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_archivednews #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_archives #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AssociateNews #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_AssociateRelationship #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Associates #le_area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Associates #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_associates #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Associates #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_associates1 #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_associates2 #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_BecomeaSister #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_BecominganAssociate #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_BecominganAssociate #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_BecominganAssociate #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_BecominganAssociate #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_blogs #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_calendar1 #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_CalledtoServe #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_CalledtoServe #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clares-well #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ClaresWell #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_coming-soon-landing-page #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_coming-soon-landing-page #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_CommonFranciscanPrayers #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_community-news-archives #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_community-news-archives #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_community-news-archives #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_CommunityAdministrator #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_CommunityAdministrator #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_CommunityAdministrator #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_CommunityAdministrator #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ContactUs #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ContactUs #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ContactUs #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ContactUs #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contemplative-prayer #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cook-copy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cook-copy #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_customer-representative #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_customer-representative1 #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_customer-representative2 #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_customer-representative3 #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dietary-aid-copy #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_DonateOnline1 #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_DonateOnline1 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_DonateOnline1 #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_DonateOnline1 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_DonateOnline1 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_DonorFAQ #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Donors #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Ecuador #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Ecuador #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Ecuador #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Ecuador #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ecuador1 #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Employment #le_area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Employment #le_area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Employment #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Employment #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Employment #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_enrichment-opportunities #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Events #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ExecutiveDirectorFranciscanLegacy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ExecutiveDirectorFranciscanLegacy #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fcv-news #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_franciscan-associates #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_franciscan-associates #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_franciscan-associates #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_franciscan-associates #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_franciscan-associates #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_franciscan-associates #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_franciscan-life-center #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_franciscan-life-center-news #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Franciscan-Spiritual-Connections #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FranciscanLifeCenter #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-eight {
    }
}
@media screen and (max-width: 0px) {
    .aurora_FranciscanSpiritualConnections #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FranciscanSpiritualConnections #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FranciscanSpirituality #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FranciscanSpirituality #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FranciscanSpiritualityProgram #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fsassociates #le_area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fsassociates #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fsassociates #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fsassociates #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fslfconnections #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fslfconnections #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fslfconnections #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fslfconnections #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fslfevents #le_section-eleven-area31 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fslfevents #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fslfevents #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_FSLFPolicy #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_give-to-the-max #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_give-to-the-max-day #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_GreenFair #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_GreenFair #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_HelpfulBooks #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_in-memory #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_in-memory-copy #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_inmemory #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_inmemory #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_inmemory #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_inmemory #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_InMemoryArchives #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_InMemoryArchives #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_IntegralEcology #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_IntegralEcology #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_InternationalMissions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_InternationalMissions #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_InternationalMissions #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_JoinUs #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_JoinUs #le_section-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_JoinUs #le_section-top-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_JoinUs #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_justice-peace-and-integrity-of-creation #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Lifeguards #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Lifeguards-WSI #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Lifeguards-WSI #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_LivingSimply #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_MaintenanceEnvironmentalServices #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_MaintenanceEnvironmentalServices #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Mass #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Mass #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Mass #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_MassageTherapist #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_MassageTherapist #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meetthesisters #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meetthesisters #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_MeettheSistersinMexico #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Mexico #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Mexico #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Mexico #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Mexico #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Mexico #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Mexico #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Mexico #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Mexico #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mexico1 #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ncsw-videos #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_News #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Nicaragua #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Nicaragua #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_NutritionServicesManager #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_NutritionServicesManager #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_one-world-mission #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_other-events #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ourjourneypublication #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ourjourneypublication #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ourjourneypublication #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_PastoralSpiritualCareManager #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_PastoralSpiritualCareManager #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Pension #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_PhotoGallery #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_PhotoGallery #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_podcast #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_podcast #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_PrayerRequest #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_PrayerRequest #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_PrayerRequest #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_PrivacyPolicy #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ProjectManager #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ProjectManager #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ProjectManager #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recyclingresources #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recyclingresources #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recyclingresources #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_relationship-with-the-earth #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_relationship-with-the-earth #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_relationship-with-the-earth #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_relationship-with-the-earth #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_relationship-with-the-earth #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Retreats #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_retreats-info #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SabbathHouse #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sexualabuse #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-adela-gross #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-adela-gross #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-adeline-kroll #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-adeline-kroll #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-anita-jennissen #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-anita-jennissen #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-annella-henger #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-annella-henger #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-audrey-loher #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-audrey-loher #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-bea-eichten #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-bea-eichten #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-bernata-lindstrom #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-bernata-lindstrom #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-bernice-ebner #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-bernice-ebner #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-beverly-weidner #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-beverly-weidner #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-carol-schmit #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-carol-schmit #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-carol-virnig #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-carol-virnig #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-caroline-stoltz #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-caroline-stoltz #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-carolyn-law #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-carolyn-law #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-christelle-watercott #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-christelle-watercott #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-clara-stang #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-clara-stang #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-Colette-Toenies #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-Colette-Toenies #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-donna-ebner #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-donna-ebner #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-doretta-meier #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-doretta-meier #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-dorothy-ann-rudolph #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-dorothy-ann-rudolph #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-elise-saggau #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-elise-saggau #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-fran-kempenich #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-georgine-larson #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-georgine-larson #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-gert-brixius #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-gert-brixius #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-helen-ann-brake #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-irenemarie-rodak #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-irenemarie-rodak #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-janice-welle #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-janice-welle #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-janice-wiechmann #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-janice-wiechmann #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-jean-schwieters #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-jean-schwieters #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-jeanette-quinn #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-jeanne-lieser #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-jeanne-lieser #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-joan-gerads #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-joan-gerads #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-joel-bieniek #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-julien-dirkes #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-julien-dirkes #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-karen-niedzielski #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-karen-niedzielski #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-kay-watts #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-kay-watts #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-lavonne-schackmann #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-lavonne-schackmann #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-lillian-kroll #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-lillian-kroll #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-login #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-loretta-bloch #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-loretta-bloch #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-louise-bauer-copy #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-marguerite-ostendorf #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-marguerite-ostendorf #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-marjorie-bischoff #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-marjorie-bischoff #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-mary-ann-capizzo #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-mary-ann-capizzo #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-mary-hroscikoski #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-mary-obowa #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-mary-obowa #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-mary-pat-burger #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-mary-pat-burger #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-mary-patrick-zangs #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-mary-patrick-zangs #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-marylou-eltgroth #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-maurita-bernet #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-maurita-bernet #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-maurita-niedzielski #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-maurita-niedzielski #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-michelle-lallier #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-michelle-lallier #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-nancy-demattos #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-nancy-demattos #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-noreen-bentfield #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-noreen-bentfield #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-olga-neft #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-olga-neft #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-patrice-kiefer #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-patrice-kiefer #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-patricia-forster #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-patricia-forster #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-patricia-imdieke #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-patricia-imdieke #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-rita-kraemer #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-rita-kraemer #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-rita-kuhl #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-rita-kuhl #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-rose-margaret-schneider #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-rose-margaret-schneider #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-ruth-leutner #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-ruth-leutner #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-sharon-fyle #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-sharon-fyle #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-shirley-mueller #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-shirley-mueller #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-susan-knutson #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-susan-knutson #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-sylvia-opatz #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-sylvia-opatz #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-theodora-higgins #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-therese-furnstahl #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sister-therese-furnstahl #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterAngeMayers #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterAngeMayers #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterAnneFurnstahl #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterAnneFurnstahl #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterArdisCloutier #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterArdisCloutier #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterAuroraTovar #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterAuroraTovar #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterBerniceRieland #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterBerniceRieland #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterBettyBerger #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterBettyBerger #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterCallistaRobinson #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterCallistaRobinson #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterCarmenBarsody #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterCarmenBarsody #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterCharGrossman #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterCharGrossman #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterCordeliaKorkowski #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterCordeliaKorkowski #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterGloriaHaider #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterGloriaHaider #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterGraceSkwira #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterGraceSkwira #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJanKilian #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJanKilian #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJeremyHein #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJeremyHein #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJoanneHeim #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJoanneHeim #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJoanneKlinnert #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJoanneKlinnert #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJoanTuberty #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJoycePiotrowski #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJoycePiotrowski #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJuanitaMauer #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterJuanitaMauer #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterLorettaDenfeld #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterLorettaDenfeld #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterLorraineOlmscheid #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterLorraineOlmscheid #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterLouiseBauer #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterLouiseBauer #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterMariaIsabel #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterMariaIsabel #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterMaryAnnCapizzo #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterMaryDumonceaux #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterMaryDumonceaux #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterMaryZirbes #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterMaryZirbes #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterMauritaBernet #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterPhyllisHennek #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterPhyllisHennek #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SisterRoseMaeRausch #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sistersaccess #le_area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sistersaccess #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sistersaccess #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SistersinFormation #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SistersLogin #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_SiteMap #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_solidarity-and-mission #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_solidarity-and-mission #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_solidarity-and-mission #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_solidarity-and-mission #le_section-one-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_solidarity-and-mission #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_solidarity-and-mission #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_solidarity-and-mission #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spiritual-direction #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spiritual-direction #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spiritual-direction #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spiritual-direction #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spiritual-journey #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_StepstoBecomingaSister #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stfranciscampus #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stfranciscampus #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_stfranciscampus #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Subscribetoe-newsletter1 #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_umbria-ottertail-calendar #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vocations #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_volunteers #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_VolunteerwiththeSisters #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_VolunteerwiththeSisters #le_section-one-top {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_xxx #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_xxx #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_xxx #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_xxx #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_xxx #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_xxx #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_xxx #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_xxx #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_xxx #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_xxx #le_section-two {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
