/*  ----------  START Body & Content GENERAL Styles  ----------  */
body {
    margin: 0 auto;
    background: rgba(var(--color0), 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%;
}

.le_jqueryui_target * {
    
}

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;
}

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;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

p, li, a { font-size: var(--bod); line-height: var(--size2); }
    
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: rgba(var(--color1), 1); }
h1 { font-size: var(--size1); line-height: var(--size1); padding-top: var(--size6); padding-bottom: var(--px); }
h2 { font-size: var(--size2); line-height: var(--size1); padding-top: var(--size5); padding-bottom: var(--px); font-family: var(--font1);  }
h3 { font-size: var(--size3); line-height: var(--size2); padding-bottom: var(--px); letter-spacing: 1px !important;  }
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; letter-spacing: 2px !important;  }

a {
    color: rgba(var(--color5), 1);
    font-weight: 700;
    text-decoration: underline;
}

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

.Content {
    padding: 5%;
    line-height: var(--size4);
}

.Content h2 {
    line-height: var(--size2);
    font-weight: 400;
}

.Content p, .Content ul { padding-bottom: var(--px); }


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

.Row .Single, .Row .Double, .Row .Triple, .Row .Quad {
    margin: 0 1%;
}

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

/*  ----------  END Body & Content Styles  ----------  */


/*  ----------  START Top Area Styles  ----------  */
.Top {
    background: rgba(var(--color2), 1);
    font-family: var(--font1);
    color: rgba(var(--color0), 1);
    padding: 0.7vw 5vw;
    font-weight: 400;
    position: relative;
}

.Top p {
    font-size: calc(var(--size3) - 0.2vw);
}

.Top h1, .Top h2, .Top h3, .Top h4 {
    color: rgba(var(--color1), 1);
    padding: 0 !important;
}

.Top a {
    color: rgba(var(--color0), 1);
    text-decoration: none;
}

.Icons div {
    display: flex;
}

.Icons p, .Icons a {
    display: flex;
    align-items: center;
}

.Logo {

}

.Logo img {
    max-width: 160px !important;

}

/*  ----------  END Top Area Styles  ----------  */


.Feature {
    position: relative;
    margin: -10vw 5vw 0 5vw;
    max-height: 500px;
    overflow: hidden;
}

.FeatureText {
    position: absolute;
    top: 30%;
    left: 10%;
    right: 10%;
    width: 80%;
    margin: 0 auto;
    font-size: calc(var(--size1) + 1vw);
    line-height: calc(var(--size1) + 2vw);
    color: rgba(var(--color0), 1);
    font-weight: 400;
    text-align: center;
}

.FeatureText h1 {
    color: rgba(var(--color0), 1);
    font-size: calc(var(--size1) + 1.5vw);
    line-height: calc(var(--size1) + 1.5vw);
    font-family: var(--font2);
    font-weight: 400;
    margin-bottom: 1.5vw;
}

.FeatureText h2, .FeatureText h3, .FeatureText h4, .FeatureText p, .FeatureText li {
    color: rgba(var(--color0), 1);
}

.FeatureText a {
    color: rgba(var(--color0), 1);
    background: rgba(var(--color5), 1);
    padding: 1vw 2vw;
    text-decoration: none;
    font-size: calc(var(--size3) + 1.5vw);
    line-height: calc(var(--size3) + 1.5vw);
}

.FeatureText a:hover {
    background: rgba(var(--color1), 1);
}

.Events {
    background: rgba(var(--color6), 1);
}

.Events p, .Events h1, .Events h2, .Events h3, .Events h4 {
    color: rgba(var(--color0), 1);
}

.Buttons .Row .Single {
    margin: 0 !important;
}

.Buttons .Single {
    align-items: stretch;
}

.LtGreen {
    background: rgba(var(--color3), 1);
    padding: 2vw;
}

.DkGreen {
    background: rgba(var(--color2), 1);
    padding: 2vw;
}

.LtGreen:hover, .DkGreen:hover {
    background: rgba(var(--color4), 1);
}

.LtGreen p, .LtGreen a, .LtGreen h3, .DkGreen p, .DkGreen a, .DkGreen h3 {
    color: rgba(var(--color0), 1);
    text-align: center;
}

/*  ----------  START Main Menu Styles  ----------  */
.Menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Menu ul.le_menu_level_0 {
    margin: 0px;
    padding: 0px;
}

.Menu li {
    list-style-type: none;   
    margin: 0;
    padding: 0;
}

.Menu li.le_menuitem_level_0 {
    display: inline-block;
}

.Menu li.le_menuitem_level_0 a {
    display: block;
    font-size: calc(var(--size2) - 0.4vw);
    line-height: calc(var(--size2) - 0.4vw);
    font-weight: 400;
    color: rgba(var(--color0), 1);
    text-decoration: none;
    padding: 0.75vw 1vw;
    margin: 0 0.25vw;
    border-bottom-color: transparent;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.Menu li.le_menuitem_level_0 a:hover {
    color: rgba(var(--color5), 1);
    border-bottom-color: rgba(var(--color5), 1);
    border-bottom-width: 5px;
    border-bottom-style: solid;
}
/*  ----------  END Main Menu Styles  ----------  */


/*  ----------  START Dropdown Menu Styles  ----------  */
.Menu ul.le_menu_level_1 {
    position: absolute;
    z-index: 200;
	display: none;
	padding: 0;
	text-align: left;
	min-width: 180px;
	margin-top: 0;
}

.Menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}

.Menu li.le_menuitem_level_1 a {
	display: block;
	font-size: var(--size6);
    line-height: var(--size5);
	color: rgba(var(--color0), 1);
	padding: 0.75vw;
	text-decoration: none;
	background: rgba(var(--color1), 1);
    border-bottom-color: rgba(var(--color0), 1);
    border-bottom-width: 0px;
    border-bottom-style: solid;
    font-weight: 400;
}

.Menu li.le_menuitem_level_1:first-child a {
    border-top-style: none;
}

.Menu li.le_menuitem_level_1:last-child a  {
    border-bottom-style: none;
}

.Menu li.le_menuitem_level_1 a:hover {
    color: rgba(var(--color0), 1);
    background: rgba(var(--color2), 1);
    border-bottom-color: rgba(var(--color0), 1);
    border-bottom-width: 0px;
    border-bottom-style: solid;
}
/*  ----------  END Dropdown Menu Styles  ----------  */

.Testimonial {
    max-width: 850px;
    margin: 0 auto;
}

.Testimonial p, .Testimonial li {
    font-size: calc(var(--size1) + 0.5vw) !important;
    line-height: calc(var(--size1) + 1vw) !important;
    color: rgba(var(--color0), 1);
    font-family: var(--font2);
}

/*  ----------  START Small Menu Styles  ----------  */
.SmallMenu {
    display: none;
}

.Mobile {
    display: none;
}

.SmallNav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background: rgba(var(--color3), 1);
    overflow-y: hidden;
    transition: 0.5s;
    margin-top: 0px;
    padding: 0;
}

.SmallNav ul {
    margin: 0;
    padding: 0;
}

.SmallNav ul li {
    list-style-type: none;
}

.SmallNav li.le_menuitem_level_0 a {
    padding: 1vw 10% 1vw 10%;
    text-decoration: none;
    font-size: calc(var(--size3) + 0.6vw);
    line-height: var(--size2);
    color: rgba(var(--color0), 1);
    display: block;
    transition: 0.3s;
    text-align: center;
}

.SmallNav li.le_menuitem_level_1 a {
    padding: 1vw 10% 1vw 10%;
    text-decoration: none;
    font-size: calc(var(--size5) + 0.2vw);
    line-height: var(--size5);
    color: rgba(var(--color2), 1);
    display: block;
    transition: 0.3s;
    text-align: center;
}

.SmallNav li.le_menuitem_level_1 a:hover {
    color: rgba(var(--color0), 1);
}

.SmallNav a:hover {
    background: rgba(var(--color2), 1);
}

.SmallBtnStyle {
    cursor:pointer;
}

.SmallNavStyle {
    padding-top: 2%;
}
/*  ----------  END Small Menu Styles  ----------  */

/*  ----------  START Search Styles  ----------  */
.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;
}

.SearchNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(var(--color1), 1);
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 0px;
}

.SearchNav a {
    padding: 4px 8px 4px 32px;
    text-decoration: none;
    font-size: 25px;
    color: rgba(var(--color0), 1);
    display: block;
    transition: 0.3s;
}

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

.SearchNav .closebtn {
    position: absolute;
    right: 6%;    
    font-size: 36px;
    margin-top: calc(80px + 2%);  
    color: rgba(var(--color0), 1);
}
/*  ----------  END Search Styles  ----------  */


.Third {
    width: 33.33%;
}

.TwoThird {
    width: 66.67%;
}

.Footer {
    background: rgba(var(--color4), 1);
    margin: 0 !Important;
    padding: 1vw 5vw;
}

.Footer .Single {
    margin: 0 !important;
}

.Footer p, .Footer li, .Footer h1, .Footer h2, .Footer h3, .Footer h4 {
    color: rgba(var(--color0), 1);    
}

.Footer p, .Footer a {
    font-size: var(--size5) !important;
    line-height: var(--size3);
}

.Footer a {
    color: rgba(var(--color5), 1);
    font-weight: 400;
}

.Footer a:hover {
    text-decoration: none;
    color: rgba(var(--color0), 1);
}

.Footer ul {
    margin: 0;
    padding: 0;
}

.Footer ul li {
    display: inline-block;
}

.Footer ul li a {
    color: rgba(var(--color5), 1);
    text-decoration: none;
    padding: 0 0.8vw 0 0;
    font-size: var(--size5);
}

.Footer ul li a:hover {
    text-decoration: underline;
    color: rgba(var(--color0), 1);
}

.Footer h4, .Footer h5 {
    padding: 1vw 5vw 0;
}

.GrayBox {
    background: rgba(var(--color6), 0.7);
    padding: 1.3vw;
    text-align: center;
}

.GrayBox h2 {
    color: rgba(var(--color2), 1);
    font-weight: 700;
}

.GrayBox h3 {
    color: rgba(var(--color4), 1);
    font-weight: bold;
}

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


/*  ----------  START Font Style Calculator  ----------  */
    :root {
        --px: 10px;
            --color0: 255, 255, 255; /* white */
            --color1: 1, 1, 1; /* font color */
            --color2: 26, 87, 14; /* medium green */
            --color3: 42, 118, 27; /* light green */
            --color4: 10, 48, 2; /* dark green */
            --color5: 236, 234, 29; /* yellow */
            /*--color6: 174, 158, 128; *//* brown/grey */
            /*--color6: 255, 243, 176;*/
            --color6: 222, 229, 229;
        
        --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: 'Open Sans', sans-serif;
    }   
/*  ----------  END Font Style Calculator  ----------  */    


/*  ----------  START Btn Class Styles  ----------  */
[class*="Btn"] a {
    display: block;
    margin: var(--size6) auto var(--size4);
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    padding: var(--size4);
    background: rgba(var(--color3), 1);
    border: 2px solid transparent;
    transition: all .4s linear;
    color: rgba(var(--color1), 1);
    font-size:  var(--size4);
    font-weight: 400;
    letter-spacing: 2px;
    line-height: var(--size4);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

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

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


/*  ----------  START Responsive Styles  ----------  */
@media only screen and (max-width: 900px) {
    .Top {
        padding: 0;
    }
    
    .Top .Single {
        flex: 1 1 48% !important;
    }

    .FeatLogo {
        max-width: 250px;
    }

    .Menu {
        display: none;
    }
    
    .Logo {
        top: 35px;
        left: 20%;
        right: 20%;
        width: 60%;
        z-index: 50 !important;
    }
    
    .FeatureText {
        padding-top: 50px;
    }
    
    .FeatureText h1 {
        margin-top: 4vw;
    }
    
    .SmallMenu {
        display: inherit;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: rgba(var(--color3), 1);
        padding: 4%;
        max-width: 90px;
        text-align: center;
        z-index: 20;
    }
    
    .SmallNav [class*="Btn"] a {
        max-width: 100%;
        padding: 0 !important;
    }
    
    .Mobile {
        display: inherit;
        width: 100%;
        border-bottom-color: rgba(var(--color3), 1);
        border-bottom-style: solid;
        border-bottom-width: 20px;
        position: fixed;
        bottom: 0;
        z-index: 20;
    }
    
    .SmallNav li.le_menuitem_level_1 a {
        font-size: var(--size4);
        line-height: var(--size4);
        color: rgba(var(--color0), 1);
    }
    
    .Footer {
        padding-bottom: 15%;
    }

    .Single, .Double, .Triple, .Quad, .Half {
        flex: 1 1 100% !important;
    }
    
    .Row, .Feature, .Half {
        flex-wrap: wrap;
    }
    
    .Half {
        width: 100%;
    }
    
    .Right {
        text-align: left;
    }
    
    .Frame {
        min-height: 9800px !important;
    }
}
/*  ----------  END Responsive Styles  ----------  */

@media only screen and (min-width: 901px) {
    .Frame {
        min-height: 5600px;
    }

}

@media only screen and (min-width: 1151px) {
    .Frame {
        min-height: 4400px;
    }
}

/*  ----------  START Form Classes  ----------  */
.form-group, .sr-only {
    margin-top: 1vw;
    margin-bottom: 1vw !important;
}

.seFormButton {
    background-color: rgba(var(--color3), 1);
    color: rgba(var(--color0), 1);
    text-transform: uppercase;
    padding: 2.5% 10%;
    border: 1px solid transparent;
    font-size: calc(12px + 0.6vw);
}

.seFormButton:hover {
    background-color: rgba(var(--color4), 1);
    color: rgba(var(--color0), 1);
}
/*  ----------  END Form Classes  ----------  */


/*  ----------  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  ----------  */

.Content .modal *, .Content .modal *:before, .Content .modal *:after, .Content .le_jqueryui_target *, .Content .le_jqueryui_target *:before, .Content .le_jqueryui_target *:after {
        font-family: var(--font1) !important;
        font-size: var(--bod) !important; 
        line-height: var(--size2) !important; 
}

textarea.form-control {
    height: auto;
    min-height: 250px;
}
/*-------------- 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_christmas-trees #le_header {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 2vh;
    padding-bottom: 5vh;
}
.aurora_christmas-trees #le_logo {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 2vh;
    padding-bottom: 5vh;
}
.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_header {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 2vh;
    padding-bottom: 5vh;
}
.aurora_contact #le_logo {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 2vh;
    padding-bottom: 5vh;
}
.aurora_contact #le_section-four {
    padding-top: 40px;
}
.aurora_family-activities #le_header {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 2vh;
    padding-bottom: 5vh;
}
.aurora_family-activities #le_logo {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 2vh;
    padding-bottom: 5vh;
}
.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_gift-shop #le_header {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 2vh;
    padding-bottom: 5vh;
}
.aurora_gift-shop #le_logo {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 2vh;
    padding-bottom: 5vh;
}
.aurora_home #le_event {
    background-image: linear-gradient(rgba(174, 158, 128, 0.8), rgba(174, 158, 128, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/snowy.jpg);
    background-position: center center;
    padding-top: 5vh;
    padding-right: 5vw;
    padding-bottom: 5vh;
    padding-left: 5vw;
}
.aurora_home #le_featureContainer {
}
.aurora_home #le_headerContainer {
}
.aurora_home #le_logo {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 5vh;
    padding-bottom: 25vh;
}
.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_infaco #le_header {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 2vh;
    padding-bottom: 5vh;
}
.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_products1 #le_header {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 2vh;
    padding-bottom: 5vh;
}
.aurora_products1 #le_logo {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 2vh;
    padding-bottom: 5vh;
}
.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);
}
.aurora_trees #le_header {
    background-image: linear-gradient(rgba(28, 77, 18, 0.7), rgba(28, 77, 18, 0.7)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/cornerstonepines2023/cornerstone-pines-2023/Snow_and_fall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 2vh;
    padding-bottom: 5vh;
}
.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_christmas-trees #le_header {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christmas-trees #le_logo {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_header {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_logo {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_family-activities #le_header {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_family-activities #le_logo {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-shop #le_header {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gift-shop #le_logo {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_event {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_logo {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infaco #le_header {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_products1 #le_header {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_products1 #le_logo {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_trees #le_header {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_header {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christmas-trees #le_logo {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_header {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_logo {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_family-activities #le_header {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_family-activities #le_logo {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-shop #le_header {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gift-shop #le_logo {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_event {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_logo {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infaco #le_header {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_products1 #le_header {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_products1 #le_logo {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_trees #le_header {
    }
}

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