/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face
{
	font-family: BrandonGrotesque;
	src: url(/shared/fonts/Brandon_reg.otf) format("opentype");
}


body {
    width: 100%;
    height: 100%;
	font-family: BrandonGrotesque;
	font-size: 17px;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .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;
    }
}


.affix {
    top: 80px;
    left: 0;
    right: 0;
	z-index: 9999;
  }

#overlayCloseBtn
{
	color: #000000;
	opacity: 1;
	padding-right: 15px;
	padding-top: 5px;
}

#overlayCloseBtn .close
{
	font-size: 25px;
}

/*Menu*/

#navbar-main
{
    left: 0;
    right: 0;
	z-index: 200;
}

@media(max-width:767px) {
	
	#navbar-main
	{
		position: fixed;
		top: 64px;
	}

	#intro .container
	{
		margin-top: 52px;
	}
}

.navbar
{
	border-radius: 0px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover
{
	color: #463F42;
	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: #463F42;
  background-color: #fff; /*#969696;*/
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus
{
	color: #463F42;
}

.navbar-default .navbar-nav > li > a:hover
{
	color: #857979;
}

.navbar-default
{
	background-color: #fff;
	border-color: #fff;
}

header
{
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 2000;
	background-color: #463F42;
}

.login-button
{
	position: relative;
	float: right;
	top: 24px;
	color: #463F42;
	background-color: #fff;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	transition: all 0.5s ease 0s; 
	margin-right: 100px;
}

a.login-button:hover
{
	color: #ffffff;
	background-color: #828282;
	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;
	}
}

a.login-button:hover
{
	color: #420536;
}


@media all and (min-width:768px)
{
	.login-menu
	{
		display: none !important;
	}
}

#modalMain
{
	/*margin-top: 25px; 
	height: 95%; 
	width: 90%; 
	margin-left: auto; 
	margin-right: auto;
	background-color: #ffffff;
	border-radius: 25px;*/
	    margin-top: 105px;
    height: 85%;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-radius: 25px;
}

#modalPG
{
	margin-top: 10%; 
	width: 100%;
}

#modalPGPic
{
	height: 100vh; 
	width: 100%;
}


#logoDiv
{
	position: absolute;
	/*left: 50%;
	margin-left: -118px;*/
}

.logo
{
	position: relative;
	padding-top: 10px;
	/*margin-top: 8px;*/
}


@media all and (max-width:750px)
{
	#logoDiv
	{
		overflow: hidden;
	}
}


/*intro section menu buttons*/
.introMenuButton
{
	position: relative;
	display: inline-table;
	background-color: #463F42;
	color: #D8CDC2;
	font-weight: bold;
	/*button hover effect, details in introMenuButton:hover below for different screen sizes*/
	transition: all 0s ease 0s; 
	text-transform: uppercase;
}

.intro-section div.container > div a:nth-child(1)
{
	background-image: url(/images/brochure/introMenuButtonIcon_Photo.png);
	background-repeat: no-repeat;
	background-position:top;
	background-position-y: 5px;
}
.intro-section div.container > div a:nth-child(2)
{
	background-image: url(/images/brochure/introMenuButtonIcon_Amenities.png);
	background-repeat: no-repeat;
	background-position:top;
	background-position-y: 5px;
}
.intro-section div.container > div a:nth-child(3)
{
	background-image: url(/images/brochure/introMenuButtonIcon_Spaces.png);
	background-repeat: no-repeat;
	background-position:top;
	background-position-y: 5px;
}
.intro-section div.container > div a:nth-child(4)
{
	background-image: url(/images/brochure/introMenuButtonIcon_Location.png);
	background-repeat: no-repeat;
	background-position:top;
	background-position-y: 5px;
}
.intro-section div.container > div a:nth-child(5)
{
	background-image: url(/images/brochure/introMenuButtonIcon_Contacts.png);
	background-repeat: no-repeat;
	background-position:top;
	background-position-y: 5px;
}
.intro-section div.container > div a:nth-child(6)
{
	background-image: url(/images/brochure/introMenuButtonIcon_Contacts.png);
	background-repeat: no-repeat;
	background-position:top;
	background-position-y: 5px;
}

.introMenuButton:active, .introMenuButton:visited, .introMenuButton:focus
{
	background-color: #463F42;
	color: #D8CDC2;
	text-decoration: none;
}

.introMenuButton:hover
{
	background-color: #857979;
	color: #D8CDC2;
	text-decoration: none;
}


.introMenuButton p
{
	margin-top: 50%;
	padding: 0px 5px 0px 5px;
}

.introFactsLeft
{
	color: #c3c3c3;
	font-weight: bold;
}

@media all and (max-width:767px)
{
	.introMenuButton
	{
		/*width: 70px;
		height: 70px;
		margin: 170px 13px 15px 13px;*/
		display: none;
	}
}

@media all and (min-width: 768px)
{
	.introMenuButton
	{
		width: 70px;
		height: 90px;
		margin: 170px 13px 24px 13px;
		font-size: 12px;
	}
	.introMenuButton:hover
	{
		width: 80px;
		height: 100px;
		font-size: 14px;
		margin: 150px 8px 14px 8px;
	}
}

@media all and (min-width: 992px)
{
	.introMenuButton
	{
		width: 100px;
		height: 110px;
		margin: 200px 16px 28px 16px;
		font-size: 14px;
	}
	.introMenuButton:hover
	{
		width: 110px;
		height: 120px;
		font-size: 18px;
		margin: 180px 11px 18px 11px;
	}
}

@media all and (min-width: 1200px)
{
	.introMenuButton
	{
		width: 130px;
		height: 130px;
		margin: 240px 18px 30px 18px;
		font-size: 16px;
	}
	.introMenuButton:hover
	{
		width: 140px;
		height: 140px;
		font-size: 20px;
		margin: 220px 13px 20px 13px;
	}
}


.introSubSectionContainer
{
	width: 80%; 
	min-height: 120px; 
	margin-right: auto; 
	margin-left: auto; 
	color: #ffffff; 
	display: inline-flex;
}

.introSubSection
{
	width: 25%; 
	border-bottom: solid 4px #000000; 
	margin: 10px; 
	min-height: 105px;
	text-align: left;
}

.introFacts
{
	padding-left: 220px; 
	text-align: left; 
	max-width: 900px; 
	color: #ffffff;
}

#imgIntroLobby
{
	height: 280px;
	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;
	}
}

/*override to center boostrap menu text*/
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}


.intro-section {
    padding-top: 175px;
    text-align: center;
  /*  background: #fff;*/
	padding-bottom: 225px;
	/*background-image: url(/images/brochure/homebg.png);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0px;
}

.intro-section .container
{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.intro-section .container .row
{
	margin-left: 0px;
	margin-right: 0px;
}

.intro-section .container .row .col-lg-12
{
	padding-left: 0px;
	padding-right: 0px;
}

/* Content Sections  */

img.IMGSectionArrow
{
	position: absolute;
	left: 50%;
	margin-left: -25px;
	z-index: 100;
}

.divSectionLoader
{
	position:absolute;
	left:45%;
	margin-top: 45px;
}

.contentFrames
{
	width: 100%;
	overflow: hidden;
	display: block;
	/*min-height: calc(100vh - 129px);*/
	min-height: 238px;

}

.SectionTitle
{
	margin-top: 40px;
	text-transform: uppercase;
	font-size: 24px;
	color: #D8CDC2
}

.SectionSubTitle
{
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	font-size: 20px;
}

/*base class*/
.contentSections
{
	padding-bottom: 50px;
    text-align: center;
	color: #D8CDC2;
	min-height: 100vh;
}
/*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-color: #463F42;
	
	background-position: right bottom;
}

.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*/

.amenities-section
{
	/*background-image: url(/images/brochure/AmenitiesBG.jpg);
	background-size: cover;
	background-position: center;*/
	background-color: #B4B4B4;
	color: #000000;
}

.amenities-section .SectionTitle
{
	/*margin-bottom: 10%;*/
	margin-top: 18%;
}

.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: #2D678B;
}

.availableSpaces-section
{
	background-color: #463F42;
}

.contact-section
{
	
}

/*end custom page sections*/



/*Contacts*/
.ContactSectionTitle
{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #D8CDC2;
	
}

.ContactSectionDiv
{
	
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #D8CDC2;
}

img.ContactProfilePic
{
	width: 82px;
	height: 112px;
}

.ContactName
{
	text-transform: uppercase;
	font-weight: bold;
	color: #D8CDC2;
}

.contactDetailDiv
{
	text-align: center;
	padding: 5px;
	color: #D8CDC2;
}

.contactDetails
{
	font-size: 16px;
	color: #D8CDC2;
}

/*available space*/

.divLeasingMessage
{
	margin-bottom: 50px;
}

.availablespaceBuildingName
{
	text-align: center;
	font-size: 25px;
	padding-bottom: 10px;
	color: #D8CDC2;
	text-transform: uppercase;
}

.availablespaceNoSpace
{
	font-size: 18px;
	padding-bottom: 10px;
	color: #000;

}

.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: 960px;
	height: 120px;
}

@media all and (max-width:767px)
{
	.jssorSlider
	{
		width: 600px;
		height: 100px;
	}
}

@media all and (max-width:480px)
{
	.jssorSlider
	{
		width: 400px;
		height: 100px;
	}
}

#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: #463F42;
	padding-top: 5px;
	padding-bottom: 5px;
}

#directionForm
{
	padding-bottom: 10px;
	padding-top: 10px;
	color: #D8CDC2;
}

#directionsItinerary
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 100% !important;
	max-width: 600px !important;
}

#directionForm #txtFromAddress
{
	width: 50%; 
	margin-bottom: 10px;
	color: #000;
}

#directionForm #ddlToAddress
{
	width: 50%; 
	margin-bottom: 10px;
	color: #000;
}

@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: 40px;
	/*margin-bottom: 20px;*/
	color: #D8CDC2;
}

#frameareaamenities
{
	height: calc( 100vh - 129px );
}

.areaAmenitiesMap-section42
{
	padding-bottom: 0px;
}

.areaAmenitiesMap-section .container, .areaAmenitiesMap-section .row, .areaAmenitiesMap-section .col-lg-12
{
	width: 100%;
	margin: 0;
	padding: 0;
	ackground-color: #857979;
}

.areaAmenitiesMap-section #myMap
{
	position: relative;
	width: 100%;
	height: calc(100vh - 75px);
	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;
	right: 0px;
	margin-right :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;
	margin-left: 50px;
	margin-top: 55px;
	background-color: #A1B2C4;
	border: solid 4px #ffffff;
	border-radius: 15px;
	color: #ffffff;
	padding: 10px;
	z-index: 9999;
	-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: fixed;
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
		bottom: -340px;
	}

	.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:fixed;
		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;
}*/


/*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;
}
#areaamenities{
background: #fff;
}
#video{
background: #fff;
}

.myButton {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:11px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}
.footer-href {
    margin-right: 5%;
}