@font-face {
	font-family: HelveticaLight;
	src: url(../fonts/HelveticaLight.ttf);
}

* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-family: HelveticaLight;
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow-y: hidden;
}
.shadowMessage{
	background-color: white;
}
.NoWordWrap{
	white-space: nowrap;
}

#contactForm{
	background-color: white;
	text-align: left;
	padding: 5px;
	border-radius: 5px;
	max-width: 400px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}
.VideoTag{
	width: 100%;

}
.MiddleContainer {
	height: 100%;
	position: absolute;
	left: 50%;
	width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.silo {
	width: 175px;
	opacity: 0;
}

.silo + p {
	font-size: 16pt;
}

.pageBackground {
	position: fixed;
	overflow-x: hidden;
	text-align: center;
}
.pageBackground img{
	width: 100%;
}

.backgroundSeperator{
	position: absolute;
	margin-top: -20px;
	margin-bottom: -20px;
	height: 40px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
}


.mobileNavigationMenu a {
	font-size: 12pt;
}

body.developers {}

body.agents {}

body.ipa {}

body.index {}

.hiddenForm {
	display: none;
}

[data-circle] {
	padding: 5px;
}

[data-circle] .circleContents p.Lead {
	margin-top: 0px;
}

[data-animateEntrance="slideInLeft"] {
	visibility: hidden;
}

[data-animateEntrance="rollIn"] {
	opacity: 0;
}

.LocatorContainer {
	display: none;
}

.ajaxLoader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.circleContents {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
	margin-left: 5%;
}

.circleContents p {
	margin-top: 0px;
}

.legal.BlueOverlayDark.ContentOverlay {
	color: white;
	background-color: #003399;
}

.legal.BlueOverlayDark.ContentOverlay h1 {
	text-align: center;
}

.legalStatement {
	margin-top: 20px;
	text-align: center;
}

.legalContainer {
	height: 100%;
	margin-top: 40px;
	overflow-y: hidden;
	max-width: 100%;
	padding: 10px 40px 100px 10px;
	position: relative;
}

.legalContainer p.Lead {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.legalContainer p.Lead + p {
	margin-top: 0px;
	padding-top: 0px;
}

.scrollUp, .scrollDown {
	cursor: pointer;
	display: inline-block;
	position: fixed;
	right: 10px;
}

.scrollUp img, .scrollDown img {
	width: 20px;
	cursor: pointer;
}

.scrollUp img {
	transform: rotate(270deg);
}

.scrollDown img {
	transform: rotate(90deg);
}

.scrollUp {
	top: 70px;
}

.scrollDown {
	bottom: 10px;
}

.indexBlackBox p.legalStatement a {
	color: white;
}

.indexBlackBox p.legalStatement a:hover {
	color: rgb(0, 51, 153);
}

header {
	position: fixed;
	background-image: url(../images/navBackground.png);
	color: white;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	background-repeat: repeat-x;
	font-family: HelveticaLight;
}

header.Large {
	-webkit-transition: all 0.65s ease;
	-moz-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	-ms-transition: all 0.65s ease;
	height: 76px;
}

header.Small {
	-webkit-transition: all 0.65s ease;
	-moz-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	-ms-transition: all 0.65s ease;
	height: 42px;
	padding: 0px 6px 0px;
}

header .desktopLogolink {
	display: table-cell;
	width: 200px;
	vertical-align: middle;
}

header .desktopNavigation {
	display: table;
	width: 1180px;
	margin: 0 auto;
	height: 100%;
}

header .desktopNavigation .desktopNavigationlink {
	display: table-cell;
	vertical-align: middle;
	color: white;
	text-decoration: none;
	position: relative;
	padding-left: 30px;
	padding-right: 11px;
}

header .desktopNavigation .desktopLanguagelink {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	text-align: right;
}

header .desktopNavigation .desktopLanguagelinkText {
	display: inline-block;
	background-color: white;
	color: #006eab;
	border-radius: 50%;
	padding: 5px 9px 10px 9px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	font-weight: bolder;
	font-size: 12pt;
}

header .desktopNavigation .desktopNavigationlink:before {
	content: '';
	position: absolute;
	left: 10px;
	vertical-align: middle;
	border: 1px solid white;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	margin-top: 6px;
}

header .desktopNavigation .desktopNavigationlink:last-child {
	padding-right: 44px;
}

header.Small .desktopNavigation .desktopNavigationlink:before {
	margin-top: 3px;
}

header.Large .desktopNavigation a {
	-webkit-transition: all 0.65s ease;
	-moz-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	-ms-transition: all 0.65s ease;
	font-size: 14pt;
}

header .desktopNavigation a:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

header a.desktopLogolink:hover {
	background-color: transparent;
	transform: scale(0.95);
}

header.Small .desktopNavigation a {
	-webkit-transition: all 0.65s ease;
	-moz-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	-ms-transition: all 0.65s ease;
	font-size: 11pt;
}

[data-link]:hover {
	-webkit-transition: all 0.65s ease;
	-moz-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	-ms-transition: all 0.65s ease;
	cursor: pointer;
}

.shadowBoxOverlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.shadowBox {
	display: none;
	position: fixed;
	margin: auto auto;
width: 98%;

	transform: translate(-50%, -50%);
	margin-left: 50%;
	top: 50%;
	border-radius: 5px;
/*	max-height: 80%;*/
}

.shadowBoxClose {
	position: absolute;
	top: -25px;
	right: 0px;
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 2px 6px;
	font-size: 10pt;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid white;
}

.shadowBoxClose:hover {
	background-color: black;
}

.shadowBoxContent {
	padding: 5px;
	text-align: center;
}

#contactForm {
	min-width: 300px;
}
.shadowBox {
/*	width: auto;*/
}
.shadowBoxContent {
	padding: 5px;
	text-align: center;
/*    max-width: 400px;*/
/*    position: relative;
    left: 50%;
    transform: translate(-50%, 0);*/
}

.errorContactForm {
	font-weight: bold;
	color: red;
}

.Error {
	color: red;
}

.FieldContainer {

}

.FieldTitle {
	font-size: 12pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}

.FieldValue {

}

input, select, textarea {
	border: 1px solid lightgrey;
	border-radius: 5px;
	padding: 3px;
	width: 100%;
}

#contactForm textarea {
	height: 75px;
}

.contactFormSubmit {
	text-align: right;
}

button[data-form="contactForm"] {
	background-color: green;
	color: white;
	border: 1px solid lightgrey;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	padding: 5px;
}

button[data-form="contactForm"]:hover {
	background-color: lightgrey;
	border-color: grey;
}

[data-shadowBox] {
	cursor: pointer;
}

.mobileLogolink {
	padding-left: 10px;
}

.responsiveContainer {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.mobileNavigation, .mobileNavigationMenu {
	display: none;
}

.mobileNavigationMenu {
	position: absolute;
	right: 30px;
	top: 20px;
	max-width: 75%;
	background-color: white;
	border: 1px solid grey;
	border-bottom: none;
	border-radius: 4px;
}

.mobileNavigationMenu a {
	display: block;
	border-bottom: 1px solid grey;
	padding: 7px;
	text-decoration: none;
}

.mobileNavigationMenu a:hover {
	color: white;
	background-color: rgba(0, 0, 0, 0.8);
}

.mobileNavigationTrigger {
	background-image: url(../images/MobileMenuButton.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 22px;
	height: 25px;
	cursor: pointer;
	display: table-cell;
}

.indexCircleFrame {
	position: relative;
	display: inline-block;
	width: 555px;
	transform: translate(-50%, -0%);
	margin-left: 50%;
}

.indexCircleFrame .indexCircles {
	width: 100%;
}

.indexCircleFrame .IndexCircle {
	position: absolute;
	height: 220px;
}

.indexCircleFrame .Developer.IndexCircle {
	left: 12px;
	top: 17px;
}

.indexCircleFrame .Agent.IndexCircle {
	right: 12px;
	top: 17px;
}

.indexCircleFrame .IPA.IndexCircle {
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, -0%);
}

.indexVideoButtonFrame {
	position: absolute;
	bottom: 0px;
	right: -50px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.indexVideoButtonFrame img {
	width: 100px;
}

.MovementButtons {
	text-align: center;
	margin-top: 5px;
	height: 80px;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 105px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	padding: 5px;
}

button.movementButtonDown {
	background-image: url(../images/movementButtonDown.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: translate(-50%, -0%);
	left: 50%;
	height: 50px;
	width: 100px;
	position: absolute;
	bottom: 0px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

button.movementButtonRight {
	position: absolute;
	top: 50%;
	transform: translate(-0%, -0%);
	right: 5px;
	background-image: url(../images/rightWhiteArrow.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 30px;
	width: 20px;
}

button.movementButtonRight.Green {
	background-image: url(../images/rightGreenArrow.png);
}

button.movementButtonRight.Blue {
	background-image: url(../images/rightBlueArrow.png);
}

button.movementButtonRight.Orange {
	background-image: url(../images/rightOrangeArrow.png);
}

button.movementButtonLeft {
	position: absolute;
	top: 50%;
	transform: translate(-0%, -50%);
	left: 5px;
	background-image: url(../images/rightWhiteArrow.png);
	transform: rotate(180deg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 30px;
	width: 20px;
}

button.movementButtonLeft.Green {
	background-image: url(../images/rightGreenArrow.png);
}

button.movementButtonLeft.Orange {
	background-image: url(../images/rightOrangeArrow.png);
}

button.movementButtonLeft.Blue {
	background-image: url(../images/rightBlueArrow.png);
}

.contactBlackBox.contact01 {
	background-color: rgba(0, 42, 70, 0.8);
	color: white;
	padding: 20px 0;
	transform: translate(0%, -50%);
	top: 50%;
	/* margin-top: 20%; */
	position: absolute;
	width: 100%;
}

.Table.contact {
	width: 100%;
}

.Table.contact .TableCell {
	width: 50%;
	text-align: center;
}

h1.contactTitle {
	text-align: center;
}

button.requestCallback {
	background-color: white;
	color: #002a46;
	font-weight: bold;
	padding: 5px 30px;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	border: none;
	margin-top: 5px;
}

button.requestCallback span {}

.about.Circle_5 button.requestCallback {
	margin-bottom: 20px;
}

.LocatorContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px auto 0px;
	color: #000;
	padding: 0px 0px;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.ContentOverlay {
	padding-top: 0px;
}

body.developers .LocatorContainer {
	top: 0px;
}

body.developers .PagePart:first-child {
	bottom: 0px;
}

.PanelTitle {
	position: fixed;
	top: 42px;
	left: 0px;
	width: 100%;
	color: white;
	padding: 30px;
	text-align: center;
	opacity: 0;
	border-top: 2px solid white;
	font-size: 18pt;
}

.PanelTitle.D6 {
	background-color: #00263c;
}

.PanelTitle.D7 {
	background-color: #006eab;
}

.PanelTitle.A07 {
	background-color: #0e3614;
}

.PanelTitle.A08 {
	background-color: #289b38;
}

.developer.Circle_4 {
	height: auto;
	top: -25%;
	right: -25%;
	position: absolute;
	width: 690px;
}

.developer.Circle_5_1 {
	position: absolute;
	left: 65%;
	top: 25%;
	width: 210px;
}

.ipa.Circle_5_1 {
	position: absolute;
	left: 65%;
	top: 25%;
	/*height: 215px;*/
}

.ipa.Circle_5_2, .developer.Circle_5_2 {
	position: absolute;
	right: -240px;
	top: 60%;
	/*height: 490px;*/
}

.developer.Circle_4 img, .developer.Circle_5_1 img, .developer.Circle_5_2 img {
	width: 100%;
}

.LocatorFrame {
	width: 100000px;
	height: 100%;
}

.PagePart {
	height: 100%;
	overflow: visible;
	display: block;
	width: 100000px;
}

.partSlides {
	height: 100%;
	display: inline-block;
	width: 80000px;
}

.partSlides.Hidden {
	display: none;
}

.PageSlide {
	height: 100%;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.PageSlide.Visible, .PagePart.Visible {
	display: inherit;
}

.PagePartContent {
	position: relative;
}

.PagePartContent, .PageSlideContent {
	padding: 0px;
	display: inline-block;
	height: 100%;
	overflow: visible;
	vertical-align: top;
}

body.developers .PagePartContent, .PageSlideContent, body.developers .PagePart {
	overflow: visible;
}

.PageSlide.Visible, .PagePartContent.Visible {
	display: inline-block;
}

.PageSlide.Hidden, .PagePartContent.Hidden {
	display: none;
}

h1#movieTitle {
	opacity: 1;
	/*top: -60px;*/
	text-align: center;
	position: absolute;
	color: white;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.MovementButtons button {
	margin-bottom: 3px;
}

.MovementButtons button {
	margin-left: 3px;
}

.MovementButtons button.Hidden {
	display: none;
}

.ContentOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

.indexBlueOverlayLighter {
	background-color: rgba(107, 126, 167, 0.29);
}

.indexBlueOverlayLight {
	background-color: rgba(0, 51, 153, 0.5);
}

.developers.BlueOverlayLight {
	background-image: url(../images/developersBlueOverlayLight.png);
}

.IPA.BlueOverlayLight {
	background-image: url(../images/IPABlueOverlayLight.png);
}

.developers.BlueOverlayMedium {
	background-color: #006eab;
}

.developers.BlueOverlayDark {
	background-color: #00263c;
}

.developers.BlueOverlayWhite {
	background-color: white;
}

.agents.GreenOverlayDark {
	background-color: #0e3614;
}

.agents.GreenOverlayLight {
	background-color: #289b38;
}

.IPA.OrangeOverlayLight {
	background-color: #f39000;
}

.IPA.OrangeOverlayDark {
	background-color: #E46A00;
}

.IPA.BlueOverlayDark {
	background-color: #00263c;
}

.indexBlackBox {
	color: white;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 25px 0;
	transform: translate(0%, -50%);
	top: 50%;
	position: absolute;
	width: 100%;
}

.indexBlackBox.H4, .indexBlackBox.D9 {
	/*    padding: 25px 0;
    transform: translate(0%, -50%);
    margin-top: 25%;*/
}

.indexBlackBox p {
	padding: 0px;
}

.indexBlackBoxSpacer {
	margin: 40px 0px;
}

.indexBlackBox p.Header {
	margin: 0 0 10px 0;
	font-size: 20pt;
	font-weight: bold;
}

.indexBlackBox p.Lead {
	margin: 10px 0 0 0;
	font-weight: bold;
}

.indexBlackBox a {
	color: #00ffff;
	font-weight: bold;
	text-decoration: none;
}

.contentPictureFrame {
    width: 98%;
    margin: 0 1%;
	color: white;
	font-family: HelveticaLight;
	background-image: url(../images/whiteFrameTL.png), url(../images/whiteFrameTR.png), url(../images/whiteFrameBL.png), url(../images/whiteFrameBR.png);
	background-position: top left, top right, bottom left, bottom right;
	background-repeat: no-repeat;
	padding: 60px;
	background-size: 30px;
}

.contentPictureFrame.ipa, .contentPictureFrame.Index {
	/* margin-top: 70px; */
	font-size: 20pt;
	font-weight: bold;
	position: absolute;
	text-align: center;
	/* left: 0px; */
	top: 50%;
	transform: translate(0%, -50%);
}

.contentPictureFrame.ipa {
	font-size: 20pt;
}

.DescriptionText {
	position: absolute;
	bottom: 150px;
	right: 120px;
	width: 200px;
	text-align: center;
}

.Table {
	display: table;
}

.TableRow {
	display: table-row;
}

.TableCell {
	display: table-cell;
}

.Table.BlackBoxes {
	width: 80%;
	margin: 0px auto 0;
}

.Table.Social {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.Table.Social .TableCell {
	width: 20%;
	padding: 5px 20px;
	text-align: center;
}

.Table.BlackBoxes .TableCell {
	width: 50%;
	padding: 110px 0px;
	text-align: left;
}

.Table.Social .TableCell img {
	height: 50px;
	opacity: 0;
}

.Table.H4, .Table.D9 {
	display: table;
	margin: 0 auto;
	color: white;
	font-weight: bold;
}

.Table.H4 .TableRow, .Table.D9 .TableRow {
	display: table-row;
}

.Table.H4 .TableCell, .Table.D9 .TableCell {
	display: table-cell;
	text-align: center;
	width: 33%;
	padding: 0 20px;
}

.Circle_1, .Circle_2, .Circle_3, .Circle_4, .Circle_5 {
	font-family: HelveticaLight;
	position: absolute;
	display: inline-block;
	border-radius: 50%;
	color: white;
	text-align: center;
}

.developer.Circle_1, .developer.Circle_2, .developer.Circle_3 {
	background-color: rgba(7, 36, 76, 0.6);
}

.agents.Circle_1, .agents.Circle_2, .agents.Circle_3, .agents.Circle_4, .agents.Circle_5 {
	background-color: rgba(10, 84, 21, 0.8);
}

.IPA.Circle_1, .IPA.Circle_2, .IPA.Circle_3, .IPA.Circle_4, .IPA.Circle_5 {
	background-color: rgba(243, 144, 0, 0.8);
}

.Circle_1 {
	right: -40px;
	bottom: -50px;
}

.developer.Circle_1 {
	top: 90px;
	right: -110px;
}

.Circle_2 {
	left: -40px;
	top: -20px;
}

.agents.Circle_1 {
	bottom: 100px;
}

.agents.Circle_2 {
	bottom: auto;
	top: -40px;
}

.IPA.Circle_2 {
	bottom: auto;
	top: -40px;
}

.Circle_3 {
	right: -120px;
	top: 30px;
}

.IPA.Circle_3 {
	right: 100px;
	top: auto;
	bottom: -40px;
}

.agents.Circle_3 {
	right: -110px;
	top: -50px;
}

.Circle_4 {
	right: 80px;
}

.agents.Circle_4 {
	left: 0px;
	top: 60px;
}

.Circle_5 {
	right: auto;
	width: 650px;
	height: 650px;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	bottom: auto;
}

.ipa.Circle_5_1 img {
	height: 100%;
}

.IPA.Circle_5 p {
	display: inline-block;
	width: 70%;
}

.Circle_6 {
	width: 690px;
	height: auto;
	top: -540px;
	right: -200px;
	position: absolute;
}

.Circle_6 img {
	width: 100%;
}

.agents.Circle_6 {
	width: 690px;
	height: auto;
	top: -25%;
	right: -25%;
	position: absolute;
}

.Circle_1 p, .Circle_2 p, .Circle_3 p, .Circle_4 p, .Circle_5 p {
	display: inline-block;
	width: 80%;
}

.Circle_1 p.Lead, .Circle_2 p.Lead, .Circle_3 p.Lead, .Circle_4 p.Lead, .Circle_5 p.Lead {
	font-weight: bold;
	display: inline-block;
	width: 70%;
}

.Table.Agent_Panel_5, .Table.Agent_Panel_6, .Table.Developer_Panel_4, .Table.Developer_Panel_5, .Table.developer_Panel_6_0, .Table.agent_Panel_7_0, .Table.IPA_Panel_5 {
	width: 100%;
	height: 100%;
}

.Table.Agent_Panel_5 .TableRow .TableCell, .Table.Agent_Panel_6 .TableRow .TableCell, .Table.Developer_Panel_4 .TableRow .TableCell, .Table.Developer_Panel_5 .TableRow .TableCell, .Table.IPA_Panel_5 .TableRow .TableCell {
	width: 33%;
	vertical-align: middle;
	text-align: center;
}

.Table.agent_Panel_7_0 .TableRow .TableCell:first-child, .Table.developer_Panel_6_0 .TableRow .TableCell:first-child {
	width: 40%;
	vertical-align: bottom;
}

.Table.agent_Panel_7_0 .TableRow .TableCell:last-child, .Table.developer_Panel_6_0 .TableRow .TableCell:last-child {
	width: 60%;
	vertical-align: middle;
	color: white;
	text-align: center;
}

.Table.Agent_Panel_5 .TableRow .TableCell img, .Table.Agent_Panel_6 .TableRow .TableCell img, .Table.Developer_Panel_4 .TableRow .TableCell img, .Table.Developer_Panel_5 .TableRow .TableCell img {
	max-width: 100%;
}

.ipaPlayButtonLarge, .agentPlayButtonLarge, .developerPlayButtonLarge {}

.ipaPlayButtonLarge img, .agentPlayButtonLarge img, .developerPlayButtonLarge img {
	max-width: 100%;
	opacity: 0;
}

.ipaPlayButtonSmall, .agentPlayButtonSmall, .developerPlayButtonSmall {}

.ipaPlayButtonSmall img, .agentPlayButtonSmall img, .developerPlayButtonSmall img {
	height: 150px;
	opacity: 0;
	    margin-bottom: 10px;
}

.Table.agent_Panel_7_0, .Table.developer_Panel_6_0 {
	width: 100%;
}

.Table.agent_Panel_7_0 .TableRow, .Table.developer_Panel_6_0 .TableRow {}

.Table.agent_Panel_7_0 .TableRow .TableCell, .Table.developer_Panel_6_0 .TableRow .TableCell {
	width: 50%;
}

.developersIntroTextPanel_4 {
	font-family: HelveticaLight;
	color: white;
	text-align: center;
	font-size: 16pt;
}

.developersIntroTextPanel_6 {
	font-family: HelveticaLight;
	color: white;
	text-align: center;
	font-size: 16pt;
	margin-top: 0px;
}

.developersIconPanel_6 {}

.developersIconPanel_6 img {
	width: 125px;
}

.agentsBottomPanel_7, .agentsBottomPanel_8, .developersBottomPanel_6 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #00263c;
}

.developersBottomPanel_7 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #006eab;
}

.developersIntroTextPanel_6 p {
	margin-right: 30px;
}

.agentsBottomPanel_7 {
	background-color: #0e3614;
}

.agentsBottomPanel_8 {
	background-color: #289b38;
}

.developersIntroTextPanel_4 p.Lead {
	font-weight: bold;
	font-size: 24pt;
}

.developersIntroTextPanel_5 {
	top: 10px;
	left: 10px;
	font-family: HelveticaLight;
	color: white;
	text-align: center;
	width: 290px;
	font-size: 16pt;
}

.developersIntroTextPanel_5 p.Lead {
	font-weight: bold;
	font-size: 24pt;
}

.developersPlayButtonPanel_4a, .developersPlayButtonPanel_4b, .developersPlayButtonPanel_5a, .developersPlayButtonPanel_5b, .developersPlayButtonPanel_5c, .ipaPlayButtonPanel_1, .ipaPlayButtonPanel_2, .ipaPlayButtonPanel_3, .agentsPlayButtonPanel_5a, .agentsPlayButtonPanel_5b, .agentsPlayButtonPanel_6a, .agentsPlayButtonPanel_6b, .agentsPlayButtonPanel_6c {
	position: absolute;
	height: 150px;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	opacity: 0;
}

.developersPlayButtonPanel_4a img, .developersPlayButtonPanel_4b img, .developersPlayButtonPanel_5a img, .developersPlayButtonPanel_5b img, .developersPlayButtonPanel_5c img, .ipaPlayButtonPanel_1 img, .ipaPlayButtonPanel_2 img, .ipaPlayButtonPanel_3 img, .agentsPlayButtonPanel_5a img, .agentsPlayButtonPanel_5b img, .agentsPlayButtonPanel_6a img, .agentsPlayButtonPanel_6b img, .agentsPlayButtonPanel_6c img {
	height: 100%;
}

.developersPlayButtonPanel_4a {
	margin-top: -180px;
}

.developersPlayButtonPanel_4b {
	margin-top: 60px;
}

.agentsPlayButtonPanel_6a, .developersPlayButtonPanel_5a {
	margin-top: -250px;
}

.agentsPlayButtonPanel_6b, .developersPlayButtonPanel_5b {
	margin-top: -90px;
}

.ipaPlayButtonPanel_3 {
	margin-top: 80px;
}

.agentsPlayButtonPanel_6c, .developersPlayButtonPanel_5c {
	margin-top: 70px;
}

.ipaPlayButtonPanel_1, .agentsPlayButtonPanel_5a {
	margin-top: -250px;
}

.ipaPlayButtonPanel_2, .agentsPlayButtonPanel_5b {
	margin-top: -85px;
}

.ipaVideoButtonFrame img {
	height: 70px;
}

.developersCircleImagePanel_6 {
	max-width: 100%;
}

.developersCircleImagePanel_6 img {
	height: 100%;
	width: 100%;
}

.developersLeftPanel_7 {
	/*margin-top: 10px;*/
}

.developersRightPanel_7 {
	text-align: center;
}

.agentsPlayButton_6 {
	height: 150px;
}

.agentsPlayButton_6 img {
	height: 100%;
}

.developersQuoteMarkStart {}

.developersQuoteMarkEnd {}

.developersLogo_AVJennings {}

.developersLogo_PeriUrban {}

.developersLogo_LJHooker {}

.developersLogo_LaneMoses {}

.Table.D7, .Table.D7_1, .Table.D7_2 {
	width: 100%;
	height: 100%;
}

.Table.D7 > .TableCell:first-child, .Table.D7_1 > .TableCell:first-child, .Table.D7_2 > .TableCell:first-child {
	text-align: center;
	width: 35%;
	vertical-align: bottom;
	position: relative;
}

.Table.D7.T1 > .TableCell:last-child, .Table.D7_1.T1 > .TableCell:last-child, .Table.D7_2.T1 > .TableCell:last-child {
	width: 65%;
	vertical-align: middle;
}

.Table.D7.T2, .Table.D7_1.T2, .Table.D7_2.T2 {
	width: 60%;
	margin: 10px auto 10px;
}

.Table.D7.T2 .TableCell:first-child, .Table.D7_1.T2 .TableCell:first-child, .Table.D7_2.T2 .TableCell:first-child {
	padding-right: 20px;
}

.Table.D7.T2 .TableCell:last-child, .Table.D7_1.T2 .TableCell:last-child, .Table.D7_2.T2 .TableCell:last-child {
	padding-left: 20px;
}

.developersCircleImage_7, .developersCircleImage_7_1, .developersCircleImage_7_2 {
	margin-bottom: -45px;
}

.developersCircleImage_7 img, .developersCircleImage_7_1 img, .developersCircleImage_7_2 img {
	width: 100%;
}

.developersVideoButtonFrame img {
	opacity: 0;
}

.Table.D8 {
	color: white;
	width: 100%;
	height: 100%;
}

.Table.D8 .TableCell {
	text-align: center;
	width: 33%;
	vertical-align: middle;
}

.Table.D8 .TableCell p {
	font-size: 20pt;
}

.Table.D8 .TableCell p.Lead {
	font-weight: bold;
	font-size: 24pt;
}

.Table.D8 .TableCell p.developersVideoText_8 {
	font-size: 14pt;
	font-weight: bold;
}

.developersAIPP {
	height: 170px;
}

.mobileShowHoz {
	display: none;
}

.IPAIconPanel_5, .IPAIconPanel_6 {
	text-align: center;
}

.IPAIconPanel_5 img, .IPAIconPanel_6 img {
	height: 100px;
}

.about.Circle_1, .about.Circle_2, .about.Circle_3, .about.Circle_4, .about.Circle_5 {
	background-color: rgba(0, 42, 70, 0.8);
}

.about.Circle_1 {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	margin: 0px 0 0 0px;
}

.about.Circle_2 {
	margin: 0px 0 0 5px;
	left: -50px;
	bottom: auto;
	top: -20px;
}

.about.Circle_3 {
	left: auto;
    bottom: -40px;
    top: auto;
    right: -50px;
}

.about.Circle_4 {
	left: 20px;
	bottom: auto;
	top: 50px;
}

.about.Circle_5 {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 500px;
	height: 500px;
}

.about.BlueOverlayLight.ContentOverlay {
	background-color: rgba(0, 110, 171, 0.2);
}

.contact {
	font-size: 16pt;
}

.contact p.Lead {
	font-weight: bold;
}

.contactAddress_Bottom {
	margin-top: 20px;
}

.contactAddress_Top p, .contactAddress_Bottom p {
	margin: 0px;
	padding: 0px;
}

p.IconText{
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
	font-size: 11pt;
}
.PeterRobinsonImage{

}
.PeterRobinsonImage img{
	margin-top: 30px;
}
.Table.D8 .TableCell .PeterRobinson p{
	font-size: 12pt;
	margin: 5px 0px 0px 0px;
	padding: 0px;

}
.Table.D8 .TableCell .PeterRobinsonImage p{
	font-size: 9pt;
	margin: 0px;
	padding: 0px;

}