/*! 
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


body {
    width: 100%;
    /*height: 100%;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#navbar-main .container
{
	width: 100%;
	background-color: #fff;
}


html {
    width: 100%;
    /*height: 100%;*/
}

@media (min-width:768px) {
    .navbar {
        /*padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;*/
    }

    .top-nav-collapse {
        padding: 0;
    }
}

a, a:hover, a:focus, a:visited, a:active
{
	color: #01417f;
	text-decoration: none;
}



.affix {
    top: 80px;
    left: 0;
    right: 0;
	z-index: 9999;
  }

#overlayCloseBtn
{
	color: #000000;
	opacity: 1;
	padding-right: 15px;
	padding-top: 5px;
}

#modalLand #overlayCloseBtn
{
	color: #000000;
	opacity: 1;
	padding-right: 3px;
	padding-top: 2px;
}

#overlayCloseBtn .close
{
	font-size: 25px;
}

/*Menu*/

#navbar-main
{
    left: 0;
    right: 0;
}

.navbar-default .navbar-toggle
{
	border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar
{
	background-color: #000;
	width: 23px;
}

.navbar-toggle .icon-bar + .icon-bar
{
	margin-top: 7px;
}

.navbar-toggle
{
	padding: 32px 31px;
}

@media (max-width:768px) {

	#navbar-main
	{
		position: fixed;
		/*top: 137px;*/
		background-color: #F7F7F7;
	}

	#intro .container
	{
		margin-top: 0px;
	}
}

.navbar
{
	border-radius: 0px;
}

.nav > li > a
{
	padding: 10px 15px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover
{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #01417f;
  background-color: #ffffff; /*#969696;*/
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus
{
	font: normal normal normal 16px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
	font-size: 15px;
	color: #01417f;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover
{
	color: #01417f;
	transition: color 0.4s ease 0s;
}

@media (max-width:768px)
{
	.navbar-default .navbar-nav > li > a, 
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus
	{
		color: #fff;
	}
}

.navbar-default
{
	background-color: transparent;
	border-color: none;
}

header
{
	position: fixed;
	width: 100%;
	height: 104px;
	z-index: 1000;
	background-color: transparent;
	/*border-bottom: solid;
    border-bottom-color: #3377ab;
    border-bottom-width: 7px;*/
   /* border-top: solid;
    border-top-color: #5e5e5e;
    border-top-width: 4px;*/
}
.login-button
{
	position: relative;
	float: right;
	top: 60px;
	color: #ffffff;
	background-color: #3b3a3a;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	transition: all; 
	right: 55px;
	font-size: 17px;
}

a.login-button:hover
{
	color: #ffffff;
	/*background-color: #6E3E90;*/
	background-color: #d2ac2b;
	text-decoration: none;
}

a.login-button:active, a.login-button:visited, a.login-button:focus
{
	color: #ffffff;
	text-decoration: none;
}

@media all and (max-width:768px)
{
	.login-button
	{
		display: none;
	}

	#header
	{
		position: relative;
	}
}

@media all and (min-width:768px)
{
	.login-menu
	{
		/*display: none !important;*/
	}
}
@media all and (max-width:1000px)
{
	.login-button
	{
		/*margin-top:125px;*/
		margin-top:80px;
	}
}
#modalMain
{
	margin-top: 25px; 
	height: 95%; 
	width: 77%; 
	margin-left: auto; 
	margin-right: auto;
	background-color: #ffffff;
	border-radius: 25px;
}

#modalLand
{
	/*margin-top: 107px;*/
	height: calc( 100% );
	width: 100%; 
	margin-left: auto; 
	margin-right: auto;
	background-color: #ffffff;
	/*border-radius: 25px;*/
}

#modalPG
{
	margin-top: 10%; 
	width: 100%;
}

#modalPGPic
{
	height: 100vh; 
	width: 100%;
}


#logoDiv
{
	float: left;
}

.logo {
    /* position: absolute; */
    /* left: 20%; */
    position: relative;
    padding-top: 17px;
    padding-left: 10px;
    height: 74px;
    /* left: 15%; */
}

.logo_mobile
{
	position: relative;
	display: none !important;
	width: 250px;
	margin-top: 21px;
}


@media all and (max-width:767px)
{
	.logo
	{
		display: none !important;
	}

	.logo_mobile
	{
		display: block !important;
	}
}


/*intro section menu buttons*/

.introSubSectionContainer
{
	width: 80%; 
	min-height: 120px; 
	margin-right: auto; 
	margin-left: auto; 
	color: #ffffff; 
	display: inline-flex;
}

.introSubSection
{
	width: 25%; 
	border-bottom: solid 4px #3b3a3a; 
	margin: 10px; 
	min-height: 105px;
	text-align: left;
}

.introFacts
{
	padding-left: 320px; 
	text-align: left; 
	max-width: 900px; 
	color: #ffffff;
}

#imgIntroLobby
{
	float: left;
}

@media all and (max-width: 480px)
{
	.introSubSectionContainer
	{
		width: 90%;
		display: block;
	}

	.introSubSection
	{
		width: 100%;
		height: auto;
	}

	#imgIntroLobby
	{
		float: none;
	}

	.introFacts
	{
		padding-left: 0px;
	}
}

#introBottomBar
{
	width: 100%;
	height: 19px;
	background-color: #01417f;
}

#introBottomBarMd
{
	width: 100%;
	height: 28px;
	background-color: #01417f;
}

#introBottomBarLg
{
	width: 100%;
	height: 38px;
	background-color: #01417f;
}

/*override to center boostrap menu text*/
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-brand
{
	padding: 0px;
}

.navbar
{
	border: none;
}

nav .container
{
	height: 103px;
}

#main-nav-div
{
	position: absolute;
	bottom: 15px;
	right: 10px;
}

@media (max-width:767px) {
	
	#main-nav-div
	{
		position: inherit;
		bottom: auto;
		right: auto;
		background-color: #577D92;
		height: 100vh;
	}
}

.intro-section {
    padding-top: 103px;
    text-align: center;
    background: #3B3A3A;
	/*padding-bottom: 225px;*/
	/*background-image: url(/images/brochure/homebg.png);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 103px;
}

.intro-section .container
{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}


@media all and (max-width:768px)
{
	.intro-section
	{
		padding-top: 0px;
		background-position: center;
	}

	.intro-section .container
	{

	}
}

.intro-section .container .row
{
	margin-left: 0px;
	margin-right: 0px;
}

.intro-section .container .row .col-lg-12
{
	padding-left: 0px;
	padding-right: 0px;
}

/* intro slides*/

.introSlides
{
	color: #FFFFFF; 
	display: flex; 
	/*align-items: center;*/ 
	justify-content: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center; 
	width: 100%; 
	height: 768px;
}


@media all and (max-width:767px)
{
	.introSlides
	{
		height: 600px;
	}
}

@media all and (max-width:480px)
{
	.introSlides
	{
		height: 400px;
	}
}
#slide1
{
	background-image: url(/images/brochure/intro1.png); 
}

#slide2
{
	background-image: url(/images/brochure/intro2.png); 
}

#slide3
{
	background-image: url(/images/brochure/intro3.png); 
}

#slide4
{
	background-image: url(/images/brochure/intro4.png); 
}

#slide5
{
	background-image: url(/images/brochure/intro5.png); 
}
#slide6
{
	background-image: url(/images/brochure/intro6.png); 
}
#slide7
{
	background-image: url(/images/brochure/intro7sm.png); 
}
#slide8
{
	background-image: url(/images/brochure/intro8sm.png); 
}
#slide9
{
	background-image: url(/images/brochure/intro9sm.png); 
}
#slide10
{
	background-image: url(/images/brochure/intro10sm.png); 
}
#slide11
{
	background-image: url(/images/brochure/intro11sm.png); 
}
#slide12
{
	background-image: url(/images/brochure/intro12sm.png); 
}
<!--#slide13
{
	background-image: url(/images/brochure/intro13sm.png); 
}-->
#slideText1
{ 
	/*position: absolute;*/ 
	margin-top: 55px !important; 
	line-height: 108px;
	color: #01417f;
}

#slideText1-line1 {font-size: 55px;}
#slideText1-line2 {font-size: 85px; font-weight: bold;}

#slideText2
{
}

#slideText3
{
	/*position: absolute;*/ 
	margin-top: 65px !important; 
	text-align: right;
}

#slideText3-line1 {font-size: 112px; font-weight: bold; line-height: 48px;}
#slideText3-line2 {font-size: 55px; line-height: 53px;}
#slideText3-line3 {font-size: 112px; font-weight: bold; line-height: 99px;}

#slideText4
{
	/*position: absolute;*/ 
	margin-top: 520px !important; 
	width:900px;
	line-height: 48px; 
	text-align: left;
}

#slideText4-line1 {font-size: 55px;}
#slideText4-line2 {font-size: 85px; font-weight: bold;}

#slideText5
{
	/*position: absolute;*/ 
	margin-top: 45px !important; 
	width: 900px;
	line-height: 50px; 
	text-align: right;
}
#slideText6
{
	/*position: absolute;*/ 
	margin-top: 45px !important; 
	width: 900px;
	line-height: 50px; 
	text-align: right;
}

#slideText5-line1 {font-size: 55px;}
#slideText5-line2 {font-size: 90px; font-weight: bold;}



@media all and (max-width:767px)
{
	#slideText1, #slideText3, #slideText4, #slideText5
	{ 
		/*position: absolute;*/ 
		margin-top: 15px !important; 
		text-align:center;
		width: auto;
	}

	#slideText1-line1, #slideText3-line2, #slideText4-line1, #slideText5-line1 {font-size: 35px;}
	#slideText1-line2, #slideText3-line1, #slideText3-line3, #slideText4-line2, #slideText5-line2 {font-size: 48px;}

	#slideText1 {line-height: 35px;}

	#slideText3-line2 {line-height: 39px;}
	#slideText3-line3 {line-height: 57px;}

	#slideText4-line2, #slideText5-line2
	{
		line-height: 33px;
	}


}

/* Content Sections  */

.divSectionLoader
{
	position:absolute;
	left:45%;
	margin-top: 45px;
}

.contentFrames
{
	width: 100%;
	overflow: hidden;
	display: block;
}

.SectionTitle
{
	text-transform: uppercase;
	font-weight: bold;
	/*padding-top:20px;*/
	border-bottom: solid 4px;
	color: #01417f;
}

/*base class*/
.contentSections
{
	/*padding-bottom: 50px;*/
    text-align: center;
}
/*add a class for each section that is driven by the CMS menu*/

/*built in sections*/

.contacts-section
{
	/*background-image: url(/images/brochure/contactsBG.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #919396;
	color: #d2ac2b;*/
	background-color: #fff;
	color: #01417f;
}

.stackingplan-section
{
	background: url(/images/brochure/spacebackground.jpg);
	color: #707271;
	background-size: cover;
	background-position: center;
}
/*end built in sections*/

/*custom page sections, use page name without spaces and all lowercase*/

.propertyinformation-section
{
	background-image: url(/images/brochure/PropertyInfoBG.png);
	background-size: cover;
	background-position: center;
	color: #ffffff;
}

.location-section
{
	color: #707271;
	background-color: #E2E2E2;
	background-image: url(/images/brochure/locationbg.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.buildingamenities-section
{
	background-image: url(/images/brochure/amenitiesBG.jpg);
	background-size: cover;
	background-position: center;
	color: #d2ac2b;
}

/*end custom page sections*/



/*Contacts*/

.contacts-section #myMap
{
	/*margin-left: auto;
	margin-right: auto;
	position:relative; 
	width:100%; 
	height:365px;
	text-align: left;*/
}

.contactGroupsContainer
{
}

.contactGroup
{
	/*margin-bottom: 50px;*/
}

.contentSections .SectionTitle
{
	font-size: 45px;
	color: #01417f;
	font-weight: 400;
}

.ContactSectionTitle
{
	text-align: center;
	font-size: 25px;
	padding-bottom: 10px;
	color: #01417f;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

.ContactSectionDiv
{
	color: #01417f;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	/*display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;*/
}

img.ContactProfilePic
{
	width: 82px;
	height: 112px;
}

.ContactName
{
	/*color: #3B3A3A;
	font-size: 17px;*/
	font-weight: bold;
}

.contactDetailDiv
{
	text-align: center;
	width: 175px;
	min-height: 310px;
	/*float: left;*/
	/*min-height: 310px;
	min-height: 250px;*/
}

.contactDetails
{
	/*color: #3B3A3A;*/
	font-size: 12px;
	/*font-weight: 400;*/
	margin: 20px 0px 20px 0px;
}

.contactDetails a, .contactDetails a:hover, .contactDetails a:focus, .contactDetails a:visited, .contactDetails a:active
{
	/*color: #3B3A3A;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
}


@media all and (max-width:767px)
{
	.contentSections .SectionTitle
	{
		font-size: 30px;
	}
	.ContactSectionTitle
	{
		font-size: 23px;
	}
	.contacts-section #myMap
	{
		height: 240px;*/
	}
}

/*available space*/

.divLeasingMessage
{
	/*margin-bottom: 50px;
	text-align: left;*/
	text-align: justify;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.availablespaceBuildingName
{
	text-align: center;
	font-size: 25px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #01417f;
}

.availablespaceNoSpace
{
	font-size: 18px;
	padding-bottom: 10px;

}

.panel-leasing-floor
{
	position: relative;
}

.divLeasingSuiteCount
{
	position: absolute;
	top: 7px;
	right: 15px;
}

.badgeSuiteCount
{
	margin-top: -2px;
}

.availablespaceTable
{
	border-collapse: separate;
	border: 2px solid #3c4642;
	box-shadow: 0px 10px 25px 2px #666;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .8);
	margin-bottom: 40px;
}

.availablespaceTable .TableHeader th
{
	text-align: center;
}

.availableSpaces-section .panel-title > a
{
	display: block;
	text-align: left;
	text-decoration: none;
}

.availableSpaces-section .more-less
{
    float: left;
    color: #212121;
	padding-right: 10px;
}

.availablespaceTable > tbody > tr:nth-of-type(2n)
{
	background-color: #ffffff;
}

.availablespaceTable > tbody > tr:nth-of-type(2n+1)
{
	background-color: #f9f9f9;
}

.TableHeaderText
{
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
}

.TableHeader
{
	background-color: #3c4642;
}

.spaceSuiteCol
{
	width:25%;
}

.spaceFloorCol
{
	width:25%;
}

.spaceSQFCol
{
	width:25%;
}

.spaceDateCol
{
	width:25%;
}

.commentCol
{
	width: 25%;
}


/*Stacking Plan*/

.ispBuildingsDiv
{
	position: relative; 
	text-align: center; 
	width: 100%;
}

.ispBuildingDiv
{
	position: relative; 
	display:inline-table; 
	width: 180px; 
	height: 180px; 
	border: solid 1px #000000; 
	text-align: center; 
	margin:10px;  
	vertical-align: middle; 
	*zoom: 1; 
	*display: inline;
}

.ispBuildingInnerDiv
{
	top: 50%;
	display: table-cell; 
	vertical-align: middle;
}

.ispBuildingDropdown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 22px;
}

.ispBuildingDropdownDiv
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}

.ispNoPlanDiv
{
	
}

.ispBuildingImageMap
{
	position:relative;
	/*float:left;*/
}

.ispSpacesDiv
{
	position: absolute; 
	right: 0; 
	top: 0; 
	background-color:#FFF; 
	padding:10px; 
	text-align:center; 
	width:400px; 
	border:2px solid #444;
}

.ispSpacesHeader
{
	text-align: left;
}

.ispSpaceDetailDiv
{
	border-bottom: 1px solid #000000;
}

.ispSpaceDetailTD
{
	width: 250px;
}

.ispNoSpacesDiv
{
}

#ctrl_save
{
	position: relative; 
	width: 100%;
}

@media all and (max-width:768px)
{
	#divStackingPlan
	{
		zoom: 0.55 !important;
		-ms-zoom: 0.75 !important;
		-moz-transform: scale(0.75) !important;
		-moz-transform-origin: 0 0 !important;
		-o-transform: scale(0.75) !important;
		-o-transform-origin: 0 0 !important;
		-webkit-transform: scale(0.75) !important;
		-webkit-transform-origin: 0 0 !important;
	}
}


/*Photo gallery*/
.photogallery-section .container
{
	width: 100% !important;
}

.photogallery-section
{
	padding-bottom: 0px !important;
}

.jssorSlider
{
	width: 100%;
	height: 768px;
}

@media all and (max-width:767px)
{
	.jssorSlider
	{
		height: 600px;
	}
}

@media all and (max-width:480px)
{
	.jssorSlider
	{
		height: 400px;
	}
}

#myModalPG, #myModalPGPic
{
	padding: 0px !important;
}

#myModalPG .close, #myModalPGPic .close
{
	color: #ffffff;
	opacity: 1;
}


/*weather*/

#weather-panel
{
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}

#weather-panel .panel-heading a
{
	color: #000;
	background-color: #ffffff;
	width: 300px;
}

#weather-image {   width: auto; height: auto; } 
#weather-list { width: 74% } 
.Weather_SponsorBodyText { float: left }

#weather-panel-body img, #weather-panel-body ul
{
	float: left;
}

#weather-list li
{
	text-align: left;
}

/*directions*/
.directions-section #myMap
{
	margin-left: auto;
	margin-right: auto;
	position:relative; 
	width:100%; 
	height:400px;
	text-align: left;
}

.directions-section
{
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#directionForm
{
	padding-bottom: 10px;
	padding-top: 10px;
}

#directionsItinerary
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 100% !important;
	max-width: 600px !important;
}

#directionForm #txtFromAddress
{
	width: 50%; 
	margin-bottom: 10px;
}

#directionForm #ddlToAddress
{
	width: 50%; 
	margin-bottom: 10px;
}

@media all and (max-width:480px)
{
	#directionForm #txtFromAddress, #directionForm #ddlToAddress
	{
		width: 90%; 
		margin-bottom: 10px;
	}
}

#btnDirection, #btnTransit, #btnWalking
{
	margin: 2px;
}

/*area amenities map and page style*/

.areaAmenitiesMap-section .SectionTitle
{
	/*height: 35px;*/
	margin-top: 20px;
	/*margin-bottom: 44px;*/
	color: #01417f;
}

#frameareaamenities
{
	height: calc( 100vh - 130px );
}

.areaAmenitiesMap-section
{
	padding-bottom: 0px;
}

.areaAmenitiesMap-section .container, .areaAmenitiesMap-section .row, .areaAmenitiesMap-section .col-lg-12
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.areaAmenitiesMap-section #myMap
{
	position: relative;
	width: 100%;
	height: 500px;
	float: left;
	text-align: left;
}

.divPOIMapInfoBox
{
	z-index:9999;
	background-color: #A1B2C4;
	border: solid 4px #ffffff;
	border-radius: 15px;
	color: #ffffff;
	min-height:100px;
	position:relative;
	top:-39px;
	left:-50%;
	width:280px;
	padding:5px;
	text-align: center;
}

.divPOIMapInfoBox a, .divPOIMapInfoBox a:visited, .divPOIMapInfoBox a:hover, .divPOIMapInfoBox a:active
{
	color: #FFFFFF;
	font-weight: bold;
}

#divPOIGroupList
{
	position: absolute;
	left: 0px;
	margin-left :50px;
	margin-top: 55px;
	z-index: 9999;
	border: solid 4px #ffffff;
	border-radius: 15px;
}

#divPOIGroupList table tr:first-of-type td div
{
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

#divPOIGroupList table tr:last-of-type td div
{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

@media all and (max-width:480px)
{
	#divPOIGroupList
	{
		margin-right: 5px;
		margin-top: 30px;
	}
}

#divPOIListBR
{
	position: absolute;
	min-width: 150px;
	right: 0px;
	margin-right: 50px;
	margin-top: 55px;
	background-color: #A1B2C4;
	border: solid 4px #ffffff;
	border-radius: 15px;
	color: #ffffff;
	padding: 10px;
	z-index: 999;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#divPOIListUp, #divPOIListDown
{
	display: none;
	cursor: pointer;
}

.divPOIListBR_Mobile_Show
{
	bottom: initial;
}

@media all and (max-width:480px)
{
	#divPOIListBR
	{
		position: absolute;
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
		bottom: -500px;
		margin-right: 0px;
	}

	.divPOIListBR_Mobile_Show
	{
		bottom: 0px !important;
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		border-bottom: 0px !important;
	}

	#divPOIListUp
	{
		display: block;
		position:absolute;
		width: 100%;
		background-color: #A1B2C4;
		border: solid 4px #ffffff;
		border-bottom: 0px;
		border-radius: 15px 15px 0px 0px;
		color: #ffffff;
		z-index: 9998;
		bottom: 0px;
	}

	#divPOIListDown
	{
		display: block;
	}
}

.divPOIBR
{
	text-align: left;
	cursor: pointer;
	padding: 3px;
	font-weight: bold;
}

.divPOIBR .glyphicon-map-marker, .divPOIBRHighlight .glyphicon-map-marker
{
	color: #EB2929;
}

.divPOIBRHighlight
{
	text-align: left;
	background-color:#A6CAF0;
	cursor: pointer;
	padding: 3px;
	font-weight: bold;
	border-radius: 15px;
}

.divPOIPager
{
	font-weight: bold;
}

.aPOIPage
{
	font-weight: bold;
	color: #5D7EA0;
	font-size: 16px;
}

.aPOIPageSelected
{
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}

@media all and (max-width:480px)
{
	.aPOIPage, .aPOIPageSelected
	{
		padding: 0px 5px;
		font-size: 20px;
	}
}

.AreaMapText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}
	.groupButton
	{
		/*width:220px;*/
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 5px;
		padding-right: 5px;
		background-color:#5D7EA0;
		color: #ffffff;
		text-transform: uppercase; 
		cursor: pointer;
		font-family: times new roman;
		vertical-align: middle;
		text-align: left;
		font-size: 16px;
		font-weight:bold;
	}
	.groupButtonHover
	{
		/*width:220px;*/
		padding-top: 8px;		
		padding-bottom: 8px;
		padding-left: 5px;
		padding-right: 5px;
		background-color:#A1B2C4;
		color: #ffffff;
		text-transform: uppercase; 
		cursor: pointer;
		font-family: times new roman;
		vertical-align: middle;
		text-align: left;
		font-size: 16px;
		font-weight:bold;
	}
	
	.tdPOI
	{
		background-color:#FFFFFF;
	}
	.tdPOIHighlight
	{
		background-color:#A6CAF0;
	}


#offsite-amenities {
    background: #7FA0B5 none repeat scroll 0% 0%;
    color: #FFF;
    padding: 10px;
}

#offsite-amenities h2, 
#offsite-amenities p, 
#offsite-amenities ul {
	color: #fff;
}

#offsite-amenities a {
    color: #7D2C00;
}

#offsite-amenities h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 100;
}

#offsite-amenities p {
    color: #FFF;
    text-align: left;
}

#offsite-amenities ul {
    color: #FFF;
}

.amenitiesMapInfobox
{
	width: 100%;
}

.amenitiesMapInfobox a, .amenitiesMapInfobox a:hover, .amenitiesMapInfobox a:visited, .amenitiesMapInfobox a:active
{
	color: #ffffff;
}



/*bing map nav bar position*/
.MicrosoftMap .OverlaysTL
{
	/*top: auto !important;
	bottom: 0px;*/
	left: 50% !important;
	margin-left: -175px;
}

/*.NavBar_zoomControlContainer .NavBar_zoomDrop
{
	top: auto !important;
	bottom: 29px;
}

.MicrosoftMap_NavBar_typeMenu
{
	top: auto !important;
	bottom: 29px;
}*/
.sustainabilityinfo-section{
background-color: rgba(45, 103, 139, 0.27);
}
.contact-section{
background-color: #c6d6e0;
}
.propertyamenities-section{
background-color: aliceblue;
}
.divAreaAmenitiesMessage{
    text-align: justify;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.divAreaMessage{
    text-align: justify;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
	padding-right:0px;
}
@media (max-width:1200px){
	.divAreaMessage{
		padding-right:2%;
	}
	.divAreaAmenitiesMessage{
		padding-right:2%;
		padding-left:2%;
	}
}
.availableSpaces-section{
background-color: #fff;
}
.leasingDocuments-container{
text-align: left;
}


/*Emergency Communication*/

#modalEC .close
{
	margin-right: 5px;
}

#modalEC
{

}

.ecModalContent
{
	padding: 10px;
}

.ecModalRedCross
{
	float: left;
	height: 50px;
	width: 50px;
}

.ecModalHeader
{
	font-size: 30px;
	line-height: 47px;
    font-weight: bold;
	text-align: center;
}

.ecModalBody
{
	padding-top: 10px;
	font-size: 12px;
}

/*custom for property info The Campus page*/

.TheCampusTopLeft
{
	background-color: #FFFFFF;
	text-align: center;
	/*padding: 15px 200px;*/
	color: #727272;
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 160px;
}

.TheCampusBottomLeft
{
}

.TheCampusBottomRight
{
	background-color: #3b3a3a;
	text-align: center;
	color: #ffffff;
	padding: 105px 48px 0px 48px;
	font-size: 17px;
}

.TheCampusBottomRight .TheCampusTitle
{
	font-size: 45px;
	color: #01417f;
	line-height: 47px;
}

.LocationRight
{
	
}

.LocationRight .LocationTitle
{
	font-size: 45px;
	line-height: 47px;
}

.AmenitiesLeft
{
	background-color: #FFFFFF;
	text-align: right;
	padding: 55px 13vw 93px 5vw;
	color: #000000;
	font-size: 16px;
}

.AmenitiesTitle1
{
	font-size: 45px;
	color: #A0A09F;
	line-height: 30px;
}

.AmenitiesTitle2
{
	font-size: 45px; 
	padding-bottom: 42px;
}

.AmenitiesRight
{
	background-image: url(/images/brochure/IMG_1827.png);
}

.AmenitiesGroupDiv
{
	margin-bottom: 15px;
}

.AmenitiesGroupName
{
	font-size: 15px;
	font-weight: 700;
}

.AmenitiesItemName
{
	font-size: 15px;
	font-weight: 400;
}

@media only screen and (max-width : 991px) {

	.TheCampusTopLeft {text-align: center; padding: 15px 55px;}

	.TheCampusBottomRight {padding: 105px 40px 155px 40px;}

	.TheCampusBottomLeft {height: 220px;}

	.LocationLeft {height: 165px;}

	.AmenitiesRight {height: 200px; background-image: url(/images/brochure/AmenitiesRight_Mobile.png);}
}

@media only screen and (max-width : 767px) {

	.TheCampusTopLeft{padding: 15px 55px;}

	.TheCampusBottomRight {padding: 105px 40px 155px 40px;}

	.TheCampusBottomRight .TheCampusTitle
	{
		font-size: 34px;
		line-height: 34px;
	}

	.LocationTitle
	{
		font-size: 30px;
	}

	.AmenitiesLeft
	{
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.AmenitiesTitle1
	{
		font-size: 32px; 
		color: #A0A09F; 
		line-height: 30px;
	}

	.AmenitiesTitle2
	{
		font-size: 32px; 
		padding-bottom: 20px;
	}
}

a.btnTheCampusWatch
{
	color: #FFFFFF;
	background-color: rgba(59, 58, 58, 1);
    border: solid rgba(148, 148, 148, 1) 0px;
    cursor: pointer !important;
	transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	padding: 15px 25px;
	display: inline-block;
	font-weight: bold;
	margin: 50px 0;
	font-size: 15px;
}

a.btnTheCampusWatch:hover
{
	color: #3B3A3A;
	background-color: #EDCD1F;
    border: solid #EDCD1F 0px;
	text-decoration: none;
}

a.btnTheCampusWatch:active, a.btnTheCampusWatch:focus, a.btnTheCampusWatch:visited
{
	text-decoration: none;
}

a.btnTheCampusBrochure
{
	color: #01417f;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	background-color: #3b3a3a;
	border: solid #01417f 4px;
	cursor: pointer !important;
	padding: 10px 55px;
	display: inline-block;
	margin: 25px 0;
	font-size: 15px;
}

a.btnTheCampusPlans
{
	color: #01417f;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	background-color: #3b3a3a;
	border: solid #01417f 4px;
	cursor: pointer !important;
	padding: 10px 55px;
	display: inline-block;
	margin: 25px 0;
	font-size: 15px;
}

a.btnTheCampusBrochure:hover, a.btnTheCampusPlans:hover
{
	background-color: #01417f;
	color: #d9edf7;
	border: solid #01417f 4px;
	text-decoration: none;
}

a.btnTheCampusBrochure:active, a.btnTheCampusBrochure:focus, a.btnTheCampusBrochure:visited,
a.btnTheCampusPlans:active, a.btnTheCampusPlans:focus, a.btnTheCampusPlans:visited
{
	text-decoration: none;
}

/*Land*/
.LandRow
{
	width: 980px;
}

.LandText
{
	margin-top: 70px;
	font-size: 20px;
	line-height: 34px;
	color: #3B3A3A;
	text-align: center;
	padding: 0 24px;
}

.LandRight
{
	margin-top: 210px;
	/*padding-left: 9px;*/
}

.LandRight .bxslider img
{
	width: 477px;
	height: 519px;
}

.bx-wrapper
{
	width: 450px !important;
}

.bx-viewport
{
	position: static !important;
}

.bx-wrapper .bx-viewport
{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

a.btnTheLandBack
{
	color: #FFFFFF;
	background-color: rgba(59, 58, 58, 1);
    border: solid rgba(148, 148, 148, 1) 0px;
    cursor: pointer !important;
	transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	padding: 13px 15px;
	display: inline-block;
	font-weight: bold;
	margin-top: 65px;
	font-size: 15px;
}

a.btnTheCampusWatch:hover
{
	color: #3B3A3A;
	background-color: #EDCD1F;
    border: solid #EDCD1F 0px;
	text-decoration: none;
}

a.btnTheLandBack:active, a.btnTheLandBack:focus, a.btnTheLandBack:visited
{
	text-decoration: none;
}

@media only screen and (max-width : 991px)
{
	.LandRow
	{
		width: auto;
	}

	.LandText
	{
		margin-top: 15px;
	}

	.LandRight
	{
		margin-top: 35px;
	}
	
	.LandRight .bxslider img
	{
		width: 280px;
		height: 280px;
	}
	.bx-wrapper
	{
		width: 280px !important;
	}
}

.footer
{
	font-size: 15px;
	color: #3B3A3A;
	font-weight: 400;
	height: 72px;
	padding-top: 20px;
}

.is-table-row {margin: 0px !important;}

@media only screen and (min-width : 992px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

@media all and (max-width:767px)
{
	.container
	{
		/*padding-left: 0px;
		padding-right: 0px;*/
		width: 100%;
	}
}

@media (min-width: 1200px)
{
	.container
	{
		width: 980px;
	}
}
@media (min-width: 992px)
{
	.container
	{
		width: 980px;
	}
}

.row
{
	margin-left: 0px;
	margin-right: 0px;
}

@media (min-width: 992px)
{
	.propertyInfoSections .col-md-5 {width: 45.5%}
	.propertyInfoSections .col-md-7 {width: 54.5%}

	.propertyInfoSections .col-md-4 {width: 37%}
	.propertyInfoSections .col-md-8 {width: 63%}

	.areaAmenitiesMap-section .col-md-5 {width: 40%}
	.areaAmenitiesMap-section .col-md-7 {width: 60%}
}
.facts{
	color: #ffffff;
	text-align: left;
	font-size: 14px;
	width: 50%;
    display: inline-block;
	letter-spacing: 3px;
	vertical-align: top;
	font-weight: 700;
}
.factsDiv{
	font-size: 13px;
    line-height: 19px;
	padding-bottom: 15px;
}
.factsrow{
	border-bottom: 1px solid #727272a6;
	line-height: 20px;
}
.factsSpan{
	font-weight: 400;
	display: inline-block;
    width: 50%;
    line-height: 20px;
	text-align: left;
	font-size: 13px;
}
@media (max-width: 420px){
	p{
		font-size: 14px;
	}
}
@media (max-width: 767px) {
    .navbar-default .navbar-toggle .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #ddd !important;
    }
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: initial !important;
    }
}
@media (min-width: 769px) {
    .navbar-toggle {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: initial;
    }
}
@media (min-width: 769px) {
    .navbar-header {
        float: left;
    }
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
@media (min-width:768px) and (max-width:768px) {

    #main-nav-div {
        position: fixed;
        width: 250px;
        padding: 10px 50px 50px 20px;
        right: 0px !important;
        top: 103px !important;
        background-color: #7FA1B6;
        height: 100vh !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .collapse.in {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 768px) {
    .navbar .navbar-collapse {
        text-align: left;
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    #main-nav-div {
        position: absolute;
        bottom: 0px;
        right: 0px;
        left: 105px;
        margin-left:40px;
    }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {
        font-size: 14px;
    }
    .nav > li > a {
        padding: 10px 6px;
    }
}
.footer-href {
    margin-right: 5%;
  }