@charset "UTF-8";
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Thin.eot');
    src: url('../fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Thin.woff') format('woff'),
        url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
#directoryspace {
    margin-right: 50px;
    /* [disabled]padding-left: 50px; */
    /* [disabled]padding-right: 50px; */
    display: block;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff'),
        url('../fonts/HelveticaNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Th.eot');
    src: url('../fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Th.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Th.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Th.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot');
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Europa Regular';
    src: url('../fonts/Europa-Regular.eot');
    src: url('../fonts/Europa-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Europa-Regular.woff2') format('woff2'),
        url('../fonts/Europa-Regular.woff') format('woff'),
        url('../fonts/Europa-Regular.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Europa Bold';
    src: url('../fonts/Europa-Bold.eot');
    src: url('../fonts/Europa-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Europa-Bold.woff2') format('woff2'),
        url('../fonts/Europa-Boldr.woff') format('woff'),
        url('../fonts/Europa-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#socialspace {
    margin-left: 5%;
    margin-right: 9%;
    margin-bottom: 1%;
}

#socialspace2 {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 1%;
}


#iframespace {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 400px;
    display: inline-block;
    clear: both;
    padding-bottom: 0%;
}


#covertest3 {
    color: #212121;
    font-style: normal;
    font-weight: 200;
    margin-top: 25px;
    font-size: x-large;
    margin-left: auto;
    margin-right: auto;
    /* [disabled]font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; */
    text-align: center;
}

	

.tab {
	display:  inline-block;
	margin-left: 60px;
}

#button {
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    text-align: center;
    font-weight: 400;
    margin-left: 15%;
    margin-top: -20%;
    margin-right: 15%;
    margin-bottom: 20%;
    color: #212121;
    background-color: #FFFFFF;
    border: none;
    transition-duration: 0.4s;
	cursor: pointer;
}


.containerbox {
	display: flex
}

#contactform {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    left: 25%;
    right: 25%;
    display: block;
}

.box-1 {
	flex: 1;
	min-height: 300px;
	background-color: #fafafa;
}


.box-2 {
	flex: 1;
	min-height: 300px;
	background-color: #fafafa;
}

@media (max-width: 968px) {
	.containerbox {
		flex-direction:column
	}

}

#tenantspace {
    align-content: center;
    margin-left: 0px;
    /* [disabled]display: inline; */
}

@media (min-width: 390px) {#shoppingspace {
    margin-left: -5%;
    float: left;
    clear: both;
}





.button1 {
    color: #212121;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    text-align: center;
    font-weight: 400;
    margin-bottom: auto;
    border: thin solid #212121;
    letter-spacing: 0.25px;
    margin-top: -7%;
    left: auto;
    right: auto;
    background-color: rgba(255,255,255,0.00);
    border-radius: 0%;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
    display: block;
    -webkit-box-shadow: 0px 0px #212121;
    box-shadow: 0px 0px #212121;
}

.button2 {
    color: black;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    text-align: center;
    font-weight: 400;
    margin-bottom: auto;
    border: thin solid #212121;
    letter-spacing: 0.25px;
    margin-top: -12%;
    left: auto;
    right: auto;
    background-color: rgba(255,255,255,0.00);
    border-radius: 0%;
    margin-left: auto;
    margin-right: auto;
    /* [disabled]display: block; */
    width: auto;
    max-width: 40%;
}


.button1:hover {
	background-color: rgba(212,212,212,0.70);
	opacity: 0.5;
	color: #212121;
}


.button2:hover {
    background-color: rgba(234,193,223,0.70);
    opacity: 0.5;
    color: #212121;
}

footer {
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: lighter;
}
	
#toplogo {
    text-align: center;
    border-color: #FFFFFF;
    -webkit-box-shadow: inset 0px 0px #FFFFFF;
    box-shadow: inset 0px 0px #FFFFFF;
    vertical-align: middle;
    margin-left: 25%;
    margin-top: 30px;
    margin-bottom: 30px;
    /* [disabled]float: right; */
    /* [disabled]-webkit-box-sizing: inherit; */
    /* [disabled]-moz-box-sizing: inherit; */
    /* [disabled]box-sizing: inherit; */
}
#nav-headercolor {
    background-color: #FFFFFF;
}
#line_header {
    border-bottom: thin solid #212121;
    /* [disabled]margin-right: 20px; */
    display: block;
    padding-right: 15%;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: left;
    float: left;
    visibility: visible;
}
#line_header2 {
    border-top: thin solid #212121;
    /* [disabled]margin-right: 20px; */
    height: 30px;
}
#tab1 {
    background-color: #fafafa;
    border-color: #fafafa;
    margin-left: 10%;
    float: right;
    clear: both;
    max-width: 50%;
    min-width: 100px;
}

#discoverletter1 {
    color: #000000;
    /* [disabled]font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; */
}


#tab3 {
    background-color: #fafafa;
    border-color: #fafafa;
    margin-right: 10%;
    max-width: 50%;
    min-width: 25%;
}
#nav_color {
    -webkit-box-shadow: inset 0px 0px #FFFFFF;
    box-shadow: inset 0px 0px #FFFFFF;
    opacity: 1;
    /* [disabled]background-color: #FFFFFF; */
    margin-bottom: 30px;
    border-top: thin solid #777777;
    border-bottom: thin solid #777777;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: marker;
    left: 0px;
    height: 0%;
    top: 0px;
    max-height: 50px;
}
#toplogo {
    margin-left: 50px;
}
#nav_edge {
    margin-right: 50px;
}
#tabspace {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    letter-spacing: normal;
    border-color: #FAFAFA;
    color: #212121;
}
#tabspace2 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-right: 1%;
}
#containerheight {
    height: 45px;
}
#line_space {
    border-bottom: thin double #777777;
    /* [disabled]margin-top: 30px; */
    /* [disabled]margin-bottom: 30px; */
    clear: both;
}

#line_space2 {
    border-bottom: thin double #777777;
    height: 5px;
    border-spacing: 2px 5px;
    border-top: thin solid #777777;
    margin-top: 30px;
}
#covertest {
    color: #000000;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.5px;
    margin-left: 0px;
}
#covertest2 {
    color: #212121;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: 200;
    text-align: center;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
}

.media-body3 {
    margin-left: 2%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#centercomment {
    /* [disabled]display: block; */
    margin-top: 50px;
    /* [disabled]-webkit-box-sizing: inherit; */
    /* [disabled]-moz-box-sizing: inherit; */
    /* [disabled]box-sizing: inherit; */
    width: 70%;
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
    padding-left: 50px;
    padding-right: 50px;
}

#paragraph_phone {
    margin-left: 50px;
    color: #212121;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: large;
}





@media (min-width: 390px) {

.navbar-brand.abs

    {
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #212121;
	}}
	


#followcenter {
    display: block;
    clear: both;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
}



.media-body2 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    display: block;
    clear: both;
    margin-left: 1%;
    margin-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #212121;
    left: auto;
}


	
	#leasepadding {
    /* [disabled]padding-top: 6%; */
    padding-bottom: 10%;
    /* [disabled]margin-bottom: 50px; */
    /* [disabled]height: auto; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: auto;
    padding-right: auto;
}
	
#textgreen2 {
    color: #6AB33F;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px #6AB33F;
    box-shadow: 0px 0px #6AB33F;
    text-decoration: none;
}
#containerheight2 {
    height: 20px;
}
#mapspace {
    max-width: 80%;
}
#paragraph_tenant {
    margin-left: 5%;
    margin-right: 5%;
    color: #212121;
    font-weight: normal;
    font-size: x-large;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
}


#discoverspacer {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    clear: both;
}
#discover {
    padding-left: 5%;
    padding-right: 5%;
    left: auto;
    clear: both;
}
#followpadding {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}



.media-body3 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    display: block;
    clear: left;
    margin-left: 0.201%;
    margin-right: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #212121;
		}

		
#happeningdate {
    color: rgba(0,0,0,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#leasebox {
    border-color: #FAFAFA;
    background-color: #FAFAFA;
    border-width: 20px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
}



@media (min-width: 468px) {
	.media-body3 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    display: block;
    clear: left;
    margin-left: 4%;
    margin-right: 0%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #212121;
	}}
	
	@media (max-width: 768px) {#leasecontainer {
    /* [disabled]clear: none; */
    padding-left: 2%;
    padding-right: 2%;
		}}


	#followbox{
    color: #fafafa;
    border-color: #FAFAFA;
    background-color: #FAFAFA;
    padding-top: 5%;
    padding-right: 2.5%;
    padding-bottom: 5%;
    padding-left: 2.5%;
	}



#toggler {
    margin-right: 50px;
}
#logo_slm {
    margin-top: 3%;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
    padding-left: 0%;
    top: auto;
    display: block;
}
#nav_spacer   {
    margin-left: 15px;
    padding-right: 0px;
    display: block;
    margin-right: 15px;
    text-align: center;
    color: #000000;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-size: large;
    font-weight: 400;
    letter-spacing: 0;
}
#nav_spacer2 {
    display: block;
    margin-left: 50px;
    /* [disabled]padding-left: 0px; */
}

@media (max-width: 968px) {#nav_spacer2 {
    display: block;
    margin-left: 1px;
    /* [disabled]padding-left: 0px; */
	}}

#nav_spacer3 {
    /* [disabled]margin-left: 150px; */
    margin-right: 15px;
    display: block;
    color: #000000;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: 400;
    font-size: large;
    text-align: center;
    letter-spacing: 0px;
}
#nav_spacer4 {
    margin-right: 15px;
    display: block;
    color: #000000;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: 400;
    font-size: large;
    text-align: center;
    letter-spacing: 0px;
}
#nav_spacer5 {
    margin-right: 15px;
    display: block;
    color: #000000;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: 400;
    font-size: large;
    text-align: center;
    letter-spacing: 0px;
}
#nav_spacer6 {
    margin-right: 15px;
    display: block;
    color: #000000;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: 400;
    font-size: large;
    text-align: center;
    letter-spacing: 0px;
}




#nav_spacerleft {
    margin-right: 50px;
    color: #212121;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: 100;
    font-size: large;
    letter-spacing: 0px;
    margin-left: 10px;
}
#nav_spacerright {
    text-align: right;
    margin-left: 50px;
    color: #212121;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-size: large;
    margin-right: -25px;
}

#pageheader {
    margin-left: 50px;
    color: #212121;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: 100;
    font-size: x-large;
    text-align: left;
    word-spacing: 1px;
    letter-spacing: 0.5pt;
}
#pageheader2 {
    margin-left: 50px;
    color: #212121;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: bold;
    font-size: medium;
}
#paragraph_indent {
    margin-left: 50px;
    margin-right: 50px;
    color: #212121;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
}
#paragraph_leasing {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #212121;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: normal;
    font-size: large;
}
#mediacenter {
    margin-top: auto;
    margin-bottom: auto;
    color: #212121;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
}
#textgreen {
    color: #6AB33F;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-size: large;
    font-weight: bolder;
}
#greenline {
    border-top: thin solid #6AB33F;
    margin-bottom: 30px;
}
#greenline2 {
    border-bottom: thin solid #6AB33F;
    margin-top: 30px;
}
#morguard {
    margin-top: 25px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding-bottom: 50px;
}
#leasingblue {
    color: #00477F;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    /* [disabled]margin-top: 2%; */
    border-bottom-color: #E21316;
    /* [disabled]padding-top: 50px; */
}
#line_space3 {
    color: #00477F;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    padding-top: 25px;
    /* [disabled]padding-bottom: 35px; */
    margin-top: 25px;
    margin-bottom: 50px;
    /* [disabled]margin-left: 2%; */
    text-align: center;
    border-bottom: thin solid #00477F;
    padding-right: 5%;
}
#leasingblue2 {
    margin-bottom: 50px;
    font-size: small;
    font-weight: 400;
}




#mediatab {
    margin-left: 100px;
    margin-right: 100px;
}
#greenheader {
    margin-left: 50px;
    margin-right: 75px;
    color: #6FB43F;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: normal;
}

#helvtica_event {
    color: #777777;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    text-align: center;
    font-size: large;
    font-weight: bold;
}
	
#helv1 {
    color: 777777;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: bold;
    font-size: medium;
    text-align: center;
}
.card {
    color: #fafafa;
    background-color: #FAFAFA;
    border-color: #FAFAFA;
}

body {
	color:#fafafa;
	background-color: #fafafa;
	border:25px solid #ffffff;
	margin: 0;
	padding: 0;
}




#myNavbar {
    /* [disabled]color: #212121; */
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    /* [disabled]font-weight: bold; */
    font-size: medium;
    text-align: left;
    letter-spacing: 0.5px;
    margin-right: 5%;
    text-shadow: 0px 0px #9A9999;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}

@media (min-width: 768px) {
	#myNavbar {
    /* [disabled]color: #212121; */
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    /* [disabled]font-weight: bold; */
    font-size: medium;
    
    letter-spacing: 0.5px;
    text-shadow: 0px 0px #9A9999;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
	}}



#pageheader3 {
    margin-left: 50px;
    color: #212121;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: 200;
    font-size: large;
    text-align: left;
    letter-spacing: 1px;
    margin-right: 75px;
}
#linetab50 {
    margin-left: 50px;
    border-top: thin solid #777777;
    margin-right: 50px;
    width: 80%;
    color: #212121;
}
#times {
    color: #212121;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: normal;
    font-weight: normal;
    line-height: 50%;
    text-align: undefined;
    margin-left: 35px;
    margin-right: 70px;
}
#letter {
    margin-right: 100px;
}

	#phonecolor {
		color: #212121;
	}


.cards {
    max-width: 1600px;
    margin-top: 1%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1%;
    display: grid;
    gap: 1rem;
    clear: both;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    color: #212121;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: large;
	}

	@media (min-width: 390px) {
		.cards {grid-template-columns: repeat(2, 1fr); }

	@media (min-width: 768px) {
	.cards {grid-template-columns: repeat(3, 1fr); }

	@media (min-width: 1200px) {
	.cards {grid-template-columns: repeat(4, 1fr); }
		
	@media (min-width: 1700px) {
	.cards {grid-template-columns: repeat(5, 1fr); }
	


#categorycolor {
	color: #212121;
	font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: Bold;
    font-weight: 400;
			}


#footermargin {
    margin-left: 6px;
    margin-right: 10px;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
    color: #212121;
}

		#googlemap {
			left-margin:50px;
		}


	#footerlink2 {
    color: #6AB33F;
    font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-weight: bolder;
    font-size: large;
}
		
	#footerlink3 {  
    color: #212121;
	font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
		}
		
		
#nav_spacer {
}
#tab5 {
    margin-left: 1%;
    margin-right: 2%;
}

#color {
    height: 50px;
    background-color: #FF7200;
    margin-left: -25px;
    margin-right: -50px;
}

#holidaycolor {
    color: #858383;
    font-size: small;
    text-shadow: 0px 0px #E21014;
    padding-top: 0%;
    margin-top: 5px;
    text-align: center;
}


#helv2 {
    color: #FF0004;
    font-size: small;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    opacity: 1;
}

}
#helv2A {
    color: #FF0004;
    text-align: center;
}

	

}
*,
::before,
::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Helvetica Neue', sans-serif;
    color: #fff;
}
/*Store listing styling*/
		
		.column{
			float: left;
			width: 60%;
			padding:150px, 150px, 150px, 150px;
 
		}
		.row:after {
			content:"";
			display: table;
			clear:both;
		
		}
		@media screen and (max-width:440px){
			.column {
				width:35%
			}
		}
		
		@media screen and (max-width:800px){
			.column {
				width:100%
			}
		}
		
		
		
#list-link {
	color: #212121;
		}
	
#list-link2 {
	color: #212121;
	font-family: "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue LT Std 35 Thin", "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 75 Bold";
    font-style: Bold;
    font-weight: 400;
			}
	
#googlemap {
	padding-left: 10%;
}

		
		
		
a {
    text-decoration: none;
}

li {
    list-style: none;
}

footer {
	position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer-custom {
    padding: 60px 0;
    background-color: #ffffff;
}

.footer-container {
	max-width: 2500px;
    margin: 30px 0px 20px 0px;
    padding: 0 7px;
}

.footer-section {
    display: grid;
    grid-template-columns: 1fr;
}

.footer-content {
    padding: 1px 4px;
}

.footer-about {
    margin-bottom: 2rem;
}

.footer-logo img {
    margin-bottom: 10px;
    height: 75px;
}

.social-item {
    display: inline-block;
}

.social-item:not(:last-child) {
    margin-left: 1.5 rem;
}

.social-item a {
    width: 60px;
    height: 40px;
    color: #212121;
    border-radius: 100%;
    font-size: 50px;
    display: flex;
    justify-content: left;
    align-items: left;
    background-color: #ffffff;
}

footer h4 {
    position: relative;
    line-height: 1;
    padding-bottom: 20px;
    font-size: 24px;
    margin: 1rem 0 1.615rem 0;
    color: #ffffff;
}

.footer-content h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    background-color: #000000;
}

.footer-nav li a {
    color: #000000;
	display: flex;
    align-items: start;
	
    line-height: 2rem;
    font-size: 14px;
}

.footer-contact li {
    display: flex;
    align-items: start;
    line-height: 2rem;
    font-weight: 400;
}

.footer-contact li i {
    margin-top: 5px;
    font-size: 24px;
    color: #000000;
    margin-right: 15px;
}

.footer-contact li span {
    font-size: 18px;
}

.footer-copyright {
    background-color: #ffffff;
}

.copyright {
    padding: 1rem 0;
    text-align: center;
}

/* Responsive Layout */

@media (min-width:1200px) {

    .footer-section {
        grid-template-columns: 2fr 1fr 2fr 1fr;
	}}



		
	#followpadding {
		
		padding: 2rem 2rem 3rem 2rem  ;
	}
#discoverletter1 {
}
#phonecolor {
}
#listl-link {
}
#contactform {
}
#iframespace {
}
