body {
    background-image: url(../assets/MarbleBG.jpg);
    background-position: center;
    background-attachment: fixed;
font-family: 'Open Sans', sans-serif;}
.Wrapper{
    margin-left:0px;

}
.HideScroll{
position:fixed;
top:0px;
left:0px;
bottom:0px;
z-index:1000;
height:100%;
width:275px;
overflow:hidden;
display:block;
}
.NavContainer {
    position: absolute;
    top: 0px;
	bottom:0px;
	left:0px;
    width: 295px;  
    -webkit-box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.3);
    box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.3);
    box-sizing:border-box; 
    z-index:1000; 
	overflow-y:scroll;
}
.NavContainerTop{
    background-color: White;
    padding:20px 20px 0px;
        overflow: hidden;
}
.NavContainerBottom{
    background-color: #e6e6e6;
    padding:0px 20px;
        overflow: hidden;
}

.MobileNav,
.MobileMenu,
.MHomeNav{
display:none;
}
.Logo{
    background-image:url(../assets/tuscanlogo.jpg);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    height:120px;
    width:100%; 
    display:block;
    margin-bottom:40px;
}
.MainNav,
.VendorNav,
.SecondaryNav{
    margin:0px;
    padding:0px;
}
.MainNav li{
    list-style:none;
    text-align:center;
    font-size:20px;
    text-transform:uppercase;
}
.MainNav li a,
.MainNav li a:visited{
    border-bottom:1px solid #e7eaef;
    padding:10px;
    display:block;
    color:#0c1b31;
    text-decoration:none;
}
.MainNav li a:hover,
.MainNav li a:active{
    background-color:#ced4dd;
}

.VendorNav li,
.SecondaryNav li{
    list-style:none;
    text-align:center;
}
.VendorNav li a,
.VendorNav li a:visited,
.SecondaryNav li a,
.SecondaryNav li a:visited{
     padding:8px;
    display:block;
    color:#0c1b31;
    text-decoration:none;
}
.SecondaryNav li a,
.SecondaryNav li a:visited {
    background-color:#e1e1e1;
    margin:3px 0px;
}
.SecondaryNav li a:active,
.SecondaryNav li a:hover {
    background-color:#ced4dd;

}
.SecondaryNav li.Blue a:visited,
.SecondaryNav li.Blue a{
background-color:#105eaf;
color:white;
}
.SecondaryNav li.Blue a:active,
.SecondaryNav li.Blue a:hover{
background-color:#0d539c;

}
.VendorNav img{
    max-width:60%;
    max-height:50px;
}
.NavFooter{
    margin-top:0px;
    margin-left:-20px;
    margin-right:-20px;
}
.NavLabel{
    font-size:12px;
    font-weight:400;
    color:#a7a7a7;
    padding-top:40px;
    padding-bottom:10px;
       
}
.SiteBy {
    background-color: #e6e6e6;
    padding: 10px;
    text-align: center;
    font-size: 11px;
    color: #a7a7a7;
}
.SiteBy a{
    color:#979797;
    text-decoration:none;
}
.SiteBy a:hover{
    color:#b7b7b7;
}
.Social{
    margin:60px auto 5px;
    width:40px
}
.SocialLink{
    width:40px;
    height:40px;
    border-radius:40px;
    background-color:#105eaf;
    display:inline-block; 
    position:relative
}
.SocialIcon{
    width:24px;
    height:24px;
    position:absolute;
    top:50%;
    left:0px;
    right:0px;
    margin:-12px auto;
    display:inline-block; 
    background-image:url(../assets/SocialIcons.png);
    background-repeat:no-repeat;

}
.SocialIcon.Facebook{
    background-position:0px 0px;
}
.SocialIcon.Email{
    background-position:-24px 0px;
}
.MainContent{
padding:0px 30px 0px;
margin-left:275px;

}
.PageTitleBorder{
border-bottom:1px solid #bbb;
border-top:0px dashed #bbb;
height:5px;
Clear:both;
}
.ContentCard {
    background-color: #fff;
    padding: 35px 30px 60px;
    -webkit-box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 0px 5px -2px rgba(0,0,0,0.3);
    box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
}
    .ContentCard h1 {
        margin-top: 0px;
        margin-bottom:10px;
        font-weight:300;


    }
.Locations{
    margin-top:20px;
}
.Locations .row{
margin-bottom:20px; 
}
.Locations h2 {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 0px;
}
.Locations p{
    margin:10px 0px;
}
.Locations a{
    display:inline-block;
}
.Locations h3{
    margin-bottom:-10px;
    font-size:14px
}
.carousel{
height:100vh;
margin:0px -29px 0px -30px
}

.carousel-control{
    display:none;
}
.carousel:hover .carousel-control {
    display:block;
}
.carousel-caption{
Left:40px;
top:45px;
bottom:initial;
right:initial;
background-color:rgba(9, 49, 90, 0.68);
padding:12px 40px;
z-index:300;
text-transform: uppercase;
}


.NL-Model {
    display: none;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1500;
}

.NL-Wrap {
    margin: 10% auto 0;
    background-color: #105eaf;
    width: 80%;
    max-width: 600px;
    min-width: 258px;
    padding: 10px;
    overflow-y: auto;
    position: relative;
}

    .NL-Wrap span {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        color: #105cab;
        text-align: center;
        z-index: 1600;
        right: 5px;
        top: 5px;
        background-color: white;
        border-radius: 50%;
        padding-top: 7px;
        box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    }

.NS-Form {
    background-color: white;
    padding: 6%;
    text-align: left;
    box-shadow: 0px 0 10px rgba(0, 0, 0, 0.25);
}

    .NS-Form h1 {
        font-weight: 400;
        margin: 10px 0px;
        color: #105eaf;
		font-size:26px;
    }

.ctct-custom-form {
    padding: 15px 0px;
    min-width: 200px;
}

p.ctct-form-footer {
    color: #aaa;
}

.ctct-custom-form label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #555;
}

.ctct-custom-form p {
    margin: 0;
    margin-bottom: 10px;
}

.ctct-custom-form .ctct-button {
    margin-top: 40px;
    margin-bottom: 20px;
}