/*  ----------  START Body & GENERAL Styles  ----------  */
body {
    margin: 0 auto;
    background: rgba(var(--color3), 0.1);
    font-family: var(--font1);
    color: rgba(var(--color1), 1);
    line-height: 1;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

button, input[type="button"], input[type="submit"], a { 
     transition: background-color 0.6s ease;
}

p {
    display: block;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding-bottom: 0.7vh;
}

ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}

ol {
	list-style-position: outside;
	padding-left: 30px;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

h2, h2 a, .title2, .title2 a {
    font-size: var(--size2);
}

:focus {
	outline:0;
}

:hover {
    cursor:grab/pointer;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

p, li, a { font-size: var(--bod); line-height: var(--size2); letter-spacing: -0.05em; }
    
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: rgba(var(--color1), 1); letter-spacing: -0.05em; }
h1 { font-size: var(--size1); line-height: var(--size1); padding-top: var(--size6); padding-bottom: var(--px); font-family: var(--font2); }
h2 { font-size: var(--size2); line-height: var(--size1); padding-top: var(--size5); padding-bottom: var(--px); font-family: var(--font2);  }
h3 { font-size: var(--size3); line-height: var(--size2); padding-bottom: var(--px);  }
h4 { font-size: var(--size4); line-height: var(--size3); padding-bottom: var(--px); font-family: var(--font2); }
h5 { font-size: var(--size5); line-height: var(--size4); padding-bottom: var(--px); }
h6 { font-size: var(--size6); line-height: var(--size5); padding-bottom: var(--px); text-transform: uppercase;  }

body a {
    color: rgba(var(--color4), 1);
    text-decoration: underline;
}

body a:hover {
    color: rgba(var(--color2), 1);
    text-decoration: underline;
}


.Row {
    display: flex;
    flex-wrap: nowrap;
}

.Row .Single, .Row .Double, .Row .Triple, .Row .Quad {
    margin: 0 1%;
}
/*  ----------  END Body & General Styles  ----------  */




/*  ----------  START Font Style Calculator  ----------  */

    :root {
        --px: 11px;
            --color0: 255, 255, 255; /* white */
            --color1: 0, 0, 0; /* font color (Black) */
            --color2: 160, 206, 217; /* Light Blue*/
            --color3: 192, 129, 137; /* Old Rose*/
            --color4: 121, 153, 186; /* Light Blue */
            --color5: 246, 246, 246; /* Light Gray */
            --color6: 232, 232, 232; /* Light Gray */

        
        --bod: calc(var(--px) + 0.5vw); 
        --size1: calc(var(--bod) * 2); 
        --size2: calc(var(--bod) * 1.5);
        --size3: calc(var(--bod) * 1.17); 
        --size4: calc(var(--bod) * 1);
        --size5: calc(var(--bod) * .83); 
        --size6: calc(var(--bod) * .67);
            
        --font1: "PT Sans", sans-serif;
        --font2: "Ovo", serif;
    }   
    
/*  ----------  END Font Style Calculator  ----------  */    




/*  ----------  START Btn Class Styles  ----------  */
[class*="Btn"] a {
   color: rgba(var(--color0), 1) !important;
    background: rgba(var(--color4), 1);
    padding: 1.2vw 2.5vw !important;
    margin: 0 0.5vw;
    border-radius: 50%;
    transition: all .4s linear;
    font-size:  var(--size4);
    font-weight: 400;
    line-height: var(--size4);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

[class*="Btn"] a:hover {
    background: rgba(var(--color2), 1);2
    color: rgba(var(--color0), 1);
    text-decoration: none;
}

[class*="GrayBox Btn"] a {
    display: block;
    margin-top: 1vw;
    background: rgba(var(--color2), 1) !important;   
}

.LongBtn a {
    max-width: 100% !important;
}
/*  ----------  END Btn Class Styles  ----------  */
/*  ----------  START Div Sizing Elements  ----------  */

    .Single {
        flex: 1 1 0;
    }
    
    .Double {
        flex: 2 1 0;
    }

    .Triple {
        flex: 3 1 0;
    }

    .Quad {
        flex: 4 1 0;
    }
    
    .NoSpace {
        margin: 0 !important;
    }
    
    .Single img {
        
    }
    
    .Half {
        flex: 1 1 0;
    }
/*  ----------  END Div Sizing Elements  ----------  */

/*  ----------  START Wrapper Styles for Edit Menu  ----------  */
.wrapper {
	position: relative;
	right: 0;
	transition: right .3s ease;
}

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

.se_WrapperContent .se_mainContent {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*  ----------  END Wrapper Styles for Edit Menu  ----------  */


/*  ----------  START Search Styles  ----------  */
.Search {
    text-align: right;
    flex-grow: 1;
}

.SearchBar {
    position: absolute;
    top: 40%;
    left: 10%;
    right: 10%;
}

#search_form_value {
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(var(--color0), 1);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: transparent;
    color: rgba(var(--color0), 1);
    font-size: var(--size3);
    margin: 6px 0 0 0;
    padding: 1px;
}

#search_form_button {
    border: 1px solid transparent;
    color: rgba(var(--color0), 1);
    font-size: 3vw;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 6px 0 0 0;
    padding: 0.5vw 1vw;
    margin-top: 0 !important;
    text-transform: uppercase;
    text-align: right;
    display: inline !important;
}

.SearchBtnStyle {
    cursor:pointer;
}
/*  ----------  END Search Styles  ----------  */


.form-control {
    color: rgba(var(--color1), 0.4);
    font-size: calc(var(--bod) - 0.3vw);
}

.seFormButton {
    background: rgba(var(--color4), 1) !important;
    padding: 1vw 5vw;
    border: none;
    border-radius: 5%;
}

.seFormButton:hover {
    background: rgba(var(--color3), 1) !important;
}

.blog_post_listing {
    flex-basis: 48%;
    background: rgba(var(--color3), 0.5) !important;
}

.blog_post_listing_title {
    line-height: var(--size5);
    padding: 0.3vw 0 !important;
}

.blog_post_listing_title a {
    font-size: var(--size2);
    line-height: calc(var(--size2) + 0.5vw);
}

.blog_post_listing_title a:hover {
    color: rgba(var(--color4), 1);
}

.feature_blog_text a {
    color: rgba(var(--color3), 1);
}

.feature_blog_text a:hover {
    color: rgba(var(--color5), 1);
}

.feature_blog_text {
    color: rgba(var(--color0), 1);
    padding: 0.5vw 0;
    line-height: var(--size3);
}

.blog_post_listing_header_info {
    text-align: center;
    width: 100%;
}

.box-top {
    margin-bottom: 0px !important;
    gap: 6px !important;
}

.blog_post_listing_publishdatetime {
    color: rgba(var(--color0), 1);
    padding-top: 5px;
}

.gridWrapper {
    justify-content: space-between;
}

.blog_post_listing {
    display: flex;
    flex-direction: column;
    flex-basis: inherit !important;
    position: relative;
    padding: 24px;
    background: #fff;
    justify-content: space-between;
}

.blog_post_listing_title_link {
    color: rgba(var(--color3), 1);
}

.blog_post_listing_title a:hover {
    color: rgba(var(--color5), 1);
}

.blog_post_listing_title {
    margin-top: 8px;
}

.box-top {
    gap: 0 !important;
}

/* RESPONSIVE QUERIES */


@media (min-width: 640px) {
    .blog_post_listing {
        flex-basis: 100% !important;
    }
}

@media (min-width: 1024px) {
    .blog_post_listing {
        flex-basis: 48% !important;
    }
}

.le_plugin_video {
    margin-bottom: 2vw;
}

.form-inline .form-group { 
    vertical-align: inherit !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
}
#le_header-right {
}
.aurora_about-me #le_headerRegion {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/blog-thumb-coffee.jpg);
}
.aurora_chapel--gathering-room-gallery #le_feature1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/roselawncemetery2024/Patio_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0vh;
    padding-bottom: 0vh;
}
.aurora_contact #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: px;
}
.aurora_contact #le_feature-content1 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_contact #le_featureContainer {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_contact #le_section-four {
    padding-top: 40px;
}
.aurora_features #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_features #le_featureContainer {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_features #le_headerRegion {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_features #le_section-four {
    background-color: rgb(70, 70, 70);
    padding-bottom: 40px;
}
.aurora_features #le_section-four-area1 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-four-area2 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area3 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area4 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area5 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area6 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-four-area7 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-one {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_features #le_section-one-content1 {
    font-size: px;
}
.aurora_features #le_section-one-content4 {
    padding-top: 60px;
}
.aurora_features #le_section-one-content7 {
    padding-top: 40px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
}
.aurora_features #le_section-one-content8 {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(70, 70, 70);
    font-size: 24px;
}
.aurora_features #le_section-one-content9 {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_features #le_section-three {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_features #le_section-two-area1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-two-area2 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_features #le_section-two-area3 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/relax-569318_1280.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_features #le_section-two-area4 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/photo-1414073875831-b47709631146.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_features #le_section-two-area5 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/de9uL9L7RSmzV4SAoAO5_Lauren-and-Winona-Under-a-pass-1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_features #le_section-two-area6 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area7 {
    background-color: rgb(237, 234, 229);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area8 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area9 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section1 {
    background-color: rgb(237, 237, 237);
    margin-top: px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_features #le_section1-content 4 {
    padding-top: 60px;
}
.aurora_features-copy #le_featureContainer {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_features-copy #le_headerRegion {
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_featureContainer {
}
.aurora_home #le_headerContainer {
}
.aurora_home #le_masthead {
    background-color: rgba(0, 0, 0, 0.5);
}
.aurora_home #le_masthead-region {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 20px;
}
.aurora_home #le_masthead-right {
    color: rgb(255, 255, 255);
}
.aurora_home #le_menu-region {
}
.aurora_home #le_sec2 1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 A {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 X 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2-1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sectio-five {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/mmp1/section5-image.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_home #le_section-five {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/mmp1/photo-1421757381940-5d269570b21c-1440.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: px;
    padding-bottom: px;
}
.aurora_home #le_section-five-area1 {
    padding-top: 180px;
    padding-bottom: 180px;
    font-size: px;
}
.aurora_home #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home #le_section-four-area1 {
    padding-bottom: 50px;
}
.aurora_home #le_section-four-area2 {
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-four-area3 {
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-one {
    background-color: rgb(0, 166, 81);
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-one-area2 {
    padding-top: 10px;
}
.aurora_home #le_section-one-content {
    background-color: rgb(0, 166, 81);
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-six {
    background-color: rgb(245, 245, 245);
    padding-top: 90px;
    padding-bottom: 90px;
}
.aurora_home #le_section-three {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: px;
    padding-bottom: px;
}
.aurora_home #le_section-three-area1 {
    background-color: rgb(221, 221, 221);
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 48px;
    padding-left: 30px;
    font-size: px;
}
.aurora_home #le_section-three-area2 {
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-width: 3px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_home #le_section-three-area3 {
    padding-top: 30px;
    padding-bottom: px;
    text-align: center;
}
.aurora_home #le_section-two-area1 {
    background-color: rgb(222, 222, 222);
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 30px;
}
.aurora_home #le_section-two-area2 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.aurora_home #le_section-two-area3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.aurora_home #le_section-two-area4 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.aurora_home #le_section-two-area5 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt3/media/img-feature2.jpg);
    margin-bottom: 50px;
    padding-top: 140px;
    padding-right: px;
    padding-bottom: 140px;
    padding-left: px;
    font-size: px;
}
.aurora_home #le_section-two-area6 {
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
}
.aurora_home #le_section-two-row1 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_home #le_section2-1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2-content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_meet-the-team #le_feature-content1 {
    background-color: rgb(0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_meet-the-team #le_featureContainer {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 250px;
}
.aurora_meet-the-team #le_headerRegion {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-size: cover;
}
.aurora_meet-the-team #le_section-three {
    background-color: rgb(245, 245, 245);
    padding-top: 90px;
    padding-bottom: 90px;
}
.aurora_meet-the-team #le_section-three-area1 {
    text-align: center;
}
.aurora_meet-the-team #le_section-three-area2 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section-three-area4 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    text-align: center;
    line-height: 24px;
}
.aurora_meet-the-team #le_section1 {
    padding-top: px;
    padding-bottom: px;
}
.aurora_my-training #le_feature {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 250px;
    padding-bottom: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_my-training #le_featureContainer {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: px;
}
.aurora_my-training #le_header {
    border-width: px;
}
.aurora_serivices #le_featureContainer {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_services #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt3/services-header.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_services #le_section-one-area1 {
}
.aurora_services #le_section-one-area2 {
    font-style: italic;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_services #le_section-one-area3 {
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: px;
}
.aurora_services #le_section-three-area1 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_services #le_section-two-area2 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_services #le_section-two-area3 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_services #le_section-two-area4 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_template-features #le_section-one-content1 {
    color: rgb(255, 255, 255);
}
.aurora_template-features #le_section-one-content2 {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_template-features #le_section-one-content8 {
    background-color: rgb(70, 70, 70);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_template-features #le_section-one-content9 {
    background-color: rgb(255, 255, 255);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_template-features #le_section-three-area2 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_template-features #le_section-three-area3 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_template-features #le_section-three-area4 {
    background-color: rgb(230, 225, 218);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
}
.aurora_template-features #le_section-two-area2 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt3/media/img-feature2.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_template-features #le_section-two-area3 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt3/media/img-feature1.jpg);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_template-features #le_section-two-area4 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt3/blueflowers.jpg);
    background-size: cover;
    padding-top: 125px;
    padding-right: 10px;
    padding-bottom: 125px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.aurora_template-features #le_section-two-area5 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt3/pine-leaves-691639_1280.jpg);
    background-size: cover;
    padding-top: 125px;
    padding-right: 10px;
    padding-bottom: 125px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.aurora_template-features #le_section-two-area6 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt3/dragonfly.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.aurora_template-features #le_section-two-area7 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt3/ferns.jpg);
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.aurora_template-features #le_section-two-area8 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt3/dandelion.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.aurora_test #le_feature {
    text-align: center;
    color: rgb(255, 255, 0);
    font-size: 50px;
}
.aurora_test #le_featureContainer {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_test-1 #le_headerRegion {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center left;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 20px;
    padding-bottom: 90px;
    text-align: center;
    line-height: 24px;
}
.aurora_test-1 #le_section-four {
    background-color: rgb(121, 0, 0);
}
.aurora_test-1 #le_section-four-area1 {
}
.aurora_test-1 #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_0888.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_test-1 #le_section-one-content3 {
    background-color: rgba(0, 0, 0, 0.39);
}
.aurora_test-1 #le_section-three {
}
.aurora_test-1 #le_section-two {
    background-color: rgb(230, 225, 218);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.aurora_test-1 #le_section-two-area1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_1314/IMG_1314_1500x1000.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: center center;
}
.aurora_test-1 #le_section-two-area7 {
    border-style: solid;
    border-color: rgb(75, 0, 130);
}
.aurora_test-2---page-with-feature-header #le_feature-content2 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_1763/IMG_1763_1471x980.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_test-2---page-with-feature-header #le_featureContainer {
    background-color: rgb(230, 225, 218);
}
.navicon {
}
.seFormButton {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-color: rgb(0, 0, 0);
}
.se_button a, a.se_button {
    background-color: rgb(0, 166, 81);
    color: rgb(255, 255, 255);
    font-size: 18px;
    border-color: rgb(90, 94, 97);
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(123, 126, 129);
    border-color: rgb(123, 126, 129);
}
.se_cta {
    background-color: rgb(0, 166, 81);
}
.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(55, 57, 58);
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
    background-color: rgb(0, 0, 0);
}
.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 {
    background-color: rgb(0, 0, 0);
}
.se_menu {
    background-color: rgb(55, 57, 58);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgba(255, 255, 255, 0.87);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(0, 166, 81);
    background-color: rgba(70, 70, 70, 0.05);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(70, 70, 70);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(0, 166, 81);
}
.se_siteBranding a {
    font-size: 40px;
    color: rgb(0, 166, 81);
    font-weight: normal;
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.se_social a:hover {
    color: rgb(0, 166, 81);
}
.se_tagline {
    color: rgb(255, 255, 255);
}
.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 {
    color: rgb(255, 255, 255);
}
a {
    color: rgb(0, 166, 81);
}
a:hover {
}
blockquote {
    font-family: 'Playfair Display';
    font-size: 22px;
    font-style: italic;
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
    font-size: px;
    color: rgb(0, 0, 0);
}
h3, h3 a, .title3, .title3 a {
    font-size: px;
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
    background-color: rgba(209, 209, 209, 0.43);
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_chapel--gathering-room-gallery #le_feature1 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_chapel--gathering-room-gallery #le_feature1 {
    }
}

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