body {
    font-family: 'open sans', sans-serif !important;
}

.mainContent {
    padding: 45px 0;
}





#map {
    height: 400px;
    width: 100%;
}

.filter {
    width: 100%;
    background-color: #393939;
    padding: 20px;
    text-align: center;
    margin-left: 0;
}


.filterText {
    font-weight: bold;
    color: #FFF;
    display: block;
    margin-top: 7px;
}

.propertiesText {
    text-align: center;
    font-weight: bold;
    color: #000;
    padding: 20px;
}

/*#mainContent ul li {
    background: none;
}*/


.topBar {
    background-color: #fff;
    opacity: 0.85;
    filter: alpha(opacity=85);
    min-height: 174px;
    position: absolute;
    width: 100%;
    z-index: 100;
}

#mainContent ul {
    margin: 0;
    padding: 0;
}

    #mainContent ul li {
        background: url("https://d55954.claudeassets.com/20180718072746im_/http://lasallehotels.com/images/common/bullet.jpg") no-repeat scroll 0px 6px;
        list-style: none;
        padding-left: 20px;
    }

        #mainContent ul li li {
            background: none;
            list-style: outside none circle;
            padding-left: 10px;
            margin-left: 15px;
        }

    #mainContent ul.history li {
        background: none;
        list-style: none;
        padding-left: 0px;
    }

    #mainContent ul.nav li, #mainContent ul.portfolio-list li {
        background: none !important;
        padding-left: auto;
    }



/*.RadMenu {
    font-size: 18px!important;
}*/
nav {
    float: right;
    margin-top: 115px;
    font-size: 18px;
    /*color: #003051;*/
    text-align: right;
    font-weight: 500;
}

.navactive {
    color: white !important;
    background-color: #003051 !important;
}

/*nav li {
        display: inline;
        padding: 0 15px;
        background: none;
    }*/

.logo {
    margin-top: 25px;
}

a {
    color: #124665;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h1 {
    font-weight: 300 !important;
    font-size: 36px !important;
    color: #003859 !important;
}

h2 {
    font-weight: 300 !important;
    font-size: 30px !important;
    color: #333333 !important;
}

h3 {
    font-weight: 300 !important;
    font-size: 24px !important;
    color: #333333 !important;
}

h4 {
    font-weight: 300 !important;
    font-size: 22px !important;
    color: #003859 !important;
}

header {
    max-height: 782px;
    overflow: hidden;
    position: relative;
}

.headerInt h2 {
    color: #fff !important;
    font-size: 60px !important;
}

.headerInt .text {
    position: absolute;
    bottom: 0;
    width: 100%;
}

header.headerInt {
    max-height: 330px;
    overflow: hidden;
    position: relative;
}

header .caption {
    min-height: 22px;
    background: #003759;
    opacity: 0.75 !important;
    filter: alpha(opacity=75) !important;
    position: absolute;
    bottom: 15px;
    width: 100%;
    color: #fff;
    text-align: right;
    padding: 15px;
}

header img {
    width: 100%;
    height: auto;
}

#ctl00_sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #ctl00_sidebar ul li {
        background: none;
    }

        #ctl00_sidebar ul li a {
            background: none;
            list-style: none;
        }


footer {
    min-height: 51px;
    background: #003759;
    text-align: center;
    color: #476f87;
    padding: 15px;
    font-size: 12px;
}

    footer a {
        color: #476f87;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

@media screen and (max-width: 1200px) {
    .RadMenu_SmartSite .rmRootGroup {
        font-size: 14px !important;
    }
}



@media screen and (max-width: 991px) {
    .classic-nav {
        display: none;
    }

    .topBar {
        position: relative;
        opacity: 100;
        filter: alpha(opacity=100);
    }

    nav {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
}


.map-container {
    display: block;
    padding-bottom: 20px;
}



/* Timeline */
section.timeline {
    width: 75%;
    margin: 50px 12.5% 0;
    /*position: relative;
	float: left;*/
    padding-bottom: 120px;
}

    section.timeline:after {
        background: #505050;
        background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
        background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        margin-left: -2px;
        position: absolute;
        top: -60px;
        width: 3px;
        z-index: 0;
        filter: alpha(opacity=35);
        opacity: 0.35;
    }

    section.timeline .timeline-date {
        position: relative;
        display: block;
        clear: both;
        width: 200px;
        height: 45px;
        padding: 5px;
        border: 1px solid #003051;
        margin: 0 auto 10px;
        /*text-shadow: 0 1px 1px #fff;*/
        border-radius: 4px;
        background: #003051 ;
        z-index: 1;
        color:white
    }

        section.timeline .timeline-date h3 {
            display: block;
            text-align: center;
            color: white !important;
            font-size: 0.9em;
            line-height: 32px;
        }

    section.timeline .timeline-title {
        background: #F4F4F4;
        padding: 12px;
    }

        section.timeline .timeline-title h4 {
            padding: 0;
            margin: 0;
            color: #171717;
            font-size: 1.4em;
        }

        section.timeline .timeline-title a {
            color: #171717;
        }

        section.timeline .timeline-title .timeline-title-tags {
            color: #B1B1B1;
            font-size: 0.9em;
        }

            section.timeline .timeline-title .timeline-title-tags a {
                color: #B1B1B1;
                font-size: 0.9em;
            }

    section.timeline .timeline-box {
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
        border: 1px solid #a1a1a1;
        border-radius: 4px;
        margin: 0 10px 10px 10px;
        padding: 10px;
        position: relative;
        width: 45.7%;
        float: left;
        z-index: 1;
        /*margin-bottom: 30px;*/
        background: #FFF;
    }

        section.timeline .timeline-box.left {
            clear: both;
        }

            section.timeline .timeline-box.left:before {
                background: none repeat scroll 0 0 #a1a1a1;
                border-radius: 50%;
                box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #a1a1a1;
                content: "";
                display: block;
                height: 7px;
                margin-right: -5px;
                position: absolute;
                right: -6.8%;
                top: 22px;
                width: 8px;
            }

            section.timeline .timeline-box.left:after {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                background: #FFF;
                border-right: 1px solid #a1a1a1;
                border-top: 1px solid #a1a1a1;
                content: "";
                display: block;
                height: 14px;
                position: absolute;
                right: -8px;
                top: 20px;
                width: 14px;
                z-index: 0;
            }

        section.timeline .timeline-box.right {
            clear: both;
            float: right;
            right: -1px;
            /*margin-top: 40px;*/
        }

            section.timeline .timeline-box.right:before {
                background: none repeat scroll 0 0 #a1a1a1;
                border-radius: 50%;
                box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #a1a1a1;
                content: "";
                display: block;
                height: 7px;
                margin-left: -5px;
                position: absolute;
                left: -7.2%;
                top: 32px;
                width: 8px;
            }

            section.timeline .timeline-box.right:after {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                background: #FFF;
                border-left: 1px solid #a1a1a1;
                border-bottom: 1px solid #a1a1a1;
                content: "";
                display: block;
                height: 14px;
                position: absolute;
                left: -8px;
                top: 30px;
                width: 14px;
                z-index: 0;
            }

        section.timeline .timeline-box .owl-carousel {
            border-radius: 0;
            padding: 0;
            border: 0;
            box-shadow: none;
        }

.no-gutter > [class*='col-'] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.small-gutter > [class*='col-'] {
    padding-right: 0;
}

.pad-bottom {
    padding-bottom: 10px;
}

.black-overlay {
    background-color: black;
    background-color: rgba(0,0,0,0.6); /* For IE8 and earlier */
    padding: 10px;
    color: white;
    bottom: 10px;
    right: 10px;
    float: right;
    z-index: 10px;
    position: absolute;
}

    .black-overlay span {
        opacity: 1.0 !important;
        filter: alpha(opacity=100) !important; /* For IE8 and earlier */
        color: white;
        font-weight: 500;
    }


.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

h3.heading-primary {
    margin-top: 0;

}


#propertiesTable_length label {
    width: 300px;
    display: inline-block;
}

#propertiesTable_length select {
    width: 80px;
}



#propertiesTable_length select {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}

#propertiesTable_filter input {
    display: inline;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #003759;
    background-image: none;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



    #propertiesTable_filter input:focus {
        border-color: #0088cc;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 136, 204, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 136, 204, 0.6);
    }


a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}


.map-container-full{margin:0 auto;
               width:100%;
               background-color:white;
    padding: 45px 0;
}
/*
     FILE ARCHIVED ON 18:22:40 Aug 18, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:18:02 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.328
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.027
  esindex: 0.007
  cdx.remote: 24.986
  LoadShardBlock: 127.427 (3)
  PetaboxLoader3.datanode: 171.637 (5)
  load_resource: 172.331 (2)
  PetaboxLoader3.resolve: 104.727 (2)
*/