html, body {
    font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
    font-weight: 400;
    font-size: 14px;
	color: #333333;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    position: relative;
}

header, nav, article, footer, address {
    display: block;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #DDDDDD;
	text-decoration: none;
}

.wrapper {
	display: block;
	width: 100%;
	padding: 0;
	position: relative;
	height: 100%;
	margin: 0 auto;
}

.largeContainer {
	display: block;
	width: 1200px;
	margin: 0 auto;
}

.largeContainer.mastheadContainer {
	width: 960px;
}

.crimson {
    background-color: #782925;
}

.darkBlue {
    background-color: #6f95ab;
}

.lightBlue {
    background-color: #7ea0b4;
}

.darkNavy {
    background-color: #3a454b;
}

.orange {
	background-color: #b15611;
}

p {
	color: #333333;
	font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px;
    padding: 0;
    letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

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

li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img, a img {
	display: block;
    border: none;
    margin: 0;
    padding: 0;
}

h1 {
	font-size: 22px;
	color: #333333;
}

.clear {
	clear: both;
}




/* MASTHEAD MASTHEAD MASTHEAD MASTHEAD MASTHEAD MASTHEAD MASTHEAD MASTHEAD MASTHEAD */

.globalTop {
	display: block;
	text-align: center;
}

.globalTop h3 {
    color: #fff;
    display: inline-block;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}

.globalTop .topArrow {
	display: inline-block;
	width: 14px;
	height: 20px;
	background-image: url('/images/sprite.png');
	background-position: -125px 12px;
	margin-left: 8px;
}

.globalTop .topArrow.open {
	background-position: -125px -18px;
}

.globalTop #closeArrow, .globalTop #closeArrowAlerts, .globalTop #closeArrowConstruction {
	display: block;
	position: absolute;
	z-index: 999;
	width: 27px;
	height: 28px;
	background-image: url('/images/sprite.png');
	background-position: -263px -221px;
	right: 6px;
	top: 0;
	cursor: pointer;
	opacity: 1;
}

.globalTop #closeArrow:hover, .globalTop #closeArrowAlerts:hover {
	opacity: .6;
}

#topDrop {
	cursor: pointer;
}

.expandedInfo p {
	text-align: center;
	color: #FFF;
	margin-top: 0;
	line-height: 20px;
	transition: all 0.25s ease-out 0s;
}

a:hover .expandedInfo p span {
	color: #6f95ab;
}

a:hover .expandedInfo p {
	color: #6f95ab;
}

.alertContent p {
	display: inline-block;
	padding-left: 38px;
	padding-bottom: 6px;
	padding-top: 7px;
	margin: 0;
	background-image: url('/images/icon_alert@2x.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px 15px;
	text-align: center;
	color: #FFF;
	line-height: 20px;
	transition: all 0.25s ease-out 0s;
}

.alertHighlighter {
	background-color: #fff496;
}

.alertContent p a {
	padding-left: 10px;
	text-decoration: underline;
}

span.alertAnchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.mastheadLeft {
	display: block;
	float: left;
	width: 220px;
	height: 110px;
}
.mastheadRight {
	display: block;
	float: right;
	margin-right: 16px;
}
.mastheadLeft img {
	width: 100%;
	height: auto;
}
.utilityContainer {
	display: block;
	margin-top: 15px;
}
.utilityContainer ul li.noGap {
	margin-left: 0;
}
.utilityContainer ul li, .mainRightCol .contentContainer .mainContent ul li {
	display: block;
	float: right;
	margin-left: 10px;
}

.mainRightCol .contentContainer .mainContent ul li {
	float: none;
	margin-left: 0;
	list-style: disc outside none;
	display: list-item;
}

.utilityContainer ul li a {
	display: block;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-color: #587d93;
	text-indent: -9999px;
	width: 28px;
	height: 27px;
	transition: background-color 0.25s ease-out 0s;
}

.mainRightCol .contentContainer .mainContent ul li a {
	display: inline-block;
}

.utilityContainer ul li a#subscribe, .utilityContainer ul li a#contact, .mainRightCol .contentContainer .mainContent ul li a#subscribe2 {
    text-indent: 0;
    width: auto;
    height: auto;
    padding: 6px 43px 4px 15px;
    background-position: 89px 7px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    line-height: initial;
}

.utilityContainer ul li a#contact {
    background-image: none;
    padding-right: 15px;
}
.mainRightCol .contentContainer .mainContent ul li a#subscribe2 {
    color: #fff;
    cursor: pointer;
}

.footerPadFix {
	margin-bottom: 62px;
}

.footerSub ul li {
	display: inline-block !important;
	    float: none !important;
	    margin: 20px auto !important;
}

.footerSub ul li a {
	display: block;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-color: #587d93;
	text-indent: -9999px;
	width: 28px;
	height: 27px;
	transition: background-color 0.25s ease-out 0s;
	color: #fff !important;
}

.footerSub ul li a#subscribeFooter {
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 6px 43px 4px 15px;
	background-position: 89px 11px;
	font-weight: 600;
}

.utilityContainer ul li a.socialFB {
    background-position: -74px 7px;
}
.utilityContainer ul li a.socialTwitter {
    background-position: -44px 7px;
}
.utilityContainer ul li a.socialInstagram {
    display: block;
    background-image: url('/images/sprite_alt.png');
    background-repeat: no-repeat;
    background-position: 8px 7px;
}
.utilityContainer ul li a.socialWSCC {
    display: block;
    background-image: url('/images/sprite_alt.png');
    background-repeat: no-repeat;
    background-position: 8px -71px;
    background-color: #347862;
}

.utilityContainer ul li a.socialYT {
    display: block;
    background-image: url(/images/sprite_alt.png);
    background-repeat: no-repeat;
    background-position: 9px -142px;
}

.utilityContainer ul li a:hover{
	color: #3a454b;
	background-color: #FFF;
}
.mainRightCol .contentContainer .mainContent ul li a#subscribe2:hover  {
	background-color: #b15611;
}
.utilityContainer ul li a#subscribe:hover{
	background-position: 89px -23px;
}
.utilityContainer ul li a.socialFB:hover {
	background-position: -74px -24px;
}
.utilityContainer ul li a.socialTwitter:hover {
	background-position: -44px -24px;
}
.utilityContainer ul li a.socialInstagram:hover {
	background-position: -22px 7px;
}
.utilityContainer ul li a.socialWSCC:hover {
	background-position: -22px -71px;
}
.utilityContainer ul li a.socialYT:hover {
    background-position: -20px -142px;
}
#backToTop {
	display: block;
	cursor: pointer;
	opacity: 0;
	z-index: 9999;
	position: fixed;
	width: 70px;
	height: 70px;
	right: -70px;
	bottom: 36px;
	background-color: #782925;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: -89px -446px;
	transition: all 0.25s ease-out 0s;
}

#backToTop:hover {
	background-color: #651f1b;
}
.navContainer {
	display: block;
	margin-top: 14px;
	z-index: 989;
}
.navigation ul li {
	display: block;
	float: left;
	position: relative;
}
.navigation ul li a {
	display: block;
	color: #FFF;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding: 14px 27px;
}

.navigation.new ul li a {
	padding: 14px 20px;
	font-size: 18px;
}

.navigation ul li.last a {
	padding-right: 0;
}

.navigation ul li span.navActive {
	display: block;
	border-top: 2px solid #FFF;
	margin: 0px 26px;
}

.navigation ul li.last span.navActive, .navigation ul li.last:hover span.navActive, .navigation ul li.last:hover span {
	display: block;
	border-top: 2px solid #FFF;
	margin: 0px 0 0 26px;
}

.navigation ul li:hover a {
	background-color: #3a454b;
}

.navigation ul li:hover .subnav {
	display: block;
}

#subnavMobileBtn p {
	display: none;
	border: 4px solid #b15611;
    color: #b15611;
    cursor: pointer;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 0 50px;
    padding: 10px 15px 8px 18px;
}

.navigation ul li:hover span.navActive {
	display: none;
}

.navigation ul li ul.subnav {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 9999;
	text-align: center;
	background-color: #3a454b;
	transition: all 0.25s ease-out 0s;
}

.navigation ul li ul li {
	float: none;
}

.navigation ul li ul li a {
	display: block;
	background-image: url('/images/nav_sub_divider.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 14px !important;
	line-height: 20px;
	font-weight: 400;
	padding: 12px 10px;
	transition: background-color 0.25s ease-out 0s;
}

.navigation ul li ul#subNews li a, .navigation ul li ul#subFacility li a {
	background-image: url('/images/nav_sub_divider_small.png');
}

.navigation ul li ul li.last a, .navigation ul li ul#subNews li.last a, .navigation ul li ul#subFacility li.last a {
	background-image: none;
	padding: 12px 10px;
}

.navigation ul li ul li a:hover, .navigation ul li ul li.last a:hover, .navigation ul li ul#subNews li a:hover, .navigation ul li ul#subFacility li a:hover {
	background-color: #FFF;
	color: #3a454b;
	background-image: none;
}

.navigation ul li.last:hover a {
	background-color: transparent;
	color: #FFF;
}

.navigation ul li ul li a.active {
	color: #b15611;
}


/* HOME HOME HOME HOME HOME HOME HOME HOME HOME HOME HOME HOME HOME HOME HOME HOME  */

.homeHeroImage {
	background-color: #6f95ab;
	background-image: url('/images/home_heroBG.png');
	background-repeat: no-repeat;
	background-position: center 280px;
	background-size: cover;
	position: relative;
	transition: all .9s ease-out 0s;
	opacity: 1;
}

.homeHero {
	padding-bottom: 405px;
	margin-top: 80px;
}

.homeHero h2 {
	font-weight: 100;
	font-size: 60px;
	line-height: 63px;
	text-align: left;
	color: #FFF;
	margin: 0;
}

#heroCopyLine2 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.homeHero .divider {
	display: block;
	width: 120px;
	height: 2px;
	background-color: #FFF;
	margin: 20px 0 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.homeDownArrow {
	display: block;
	opacity: 0;
	position: absolute;
	bottom: 152px;
	left: 50%;
	margin-left: -18px;
	width: 35px;
	height: 20px;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -78px;
	z-index: 599;
	transition: all 0.8s ease-out .7s;
}

.homeDownArrow.helper {
	bottom: 35px;
	opacity: 1;
}

.homeDownArrow.middleHelper {
	bottom: 60px;
	opacity: 0;
}

.overviewImage {
	display: block;
	float: left;
	width: 710px;
	min-height: 380px;
	background-image: url('/images/home/overview_render.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}

.overviewVideo {
    background: none;
    padding-top: 39px;
    display: block;
	float: left;
}
.overviewVideo iframe {
	height: 399px;
	width: 710px;
}

.overviewContainer {
	display: block;
	float: left;
	width: 390px;
}

.overviewContent {
	display: block;
	padding: 35px 20px 10px 50px;
}

.overviewContent h1 {
	color: #FFF;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	margin: 0;
}

.overviewContent p {
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
}

.overviewContent p a {
	color: #b15611;
}

.overviewContent p a:hover {
	color: #FFF;
}

.divider {
	display: block;
	margin: 24px 0 40px;
	width: 80px;
	height: 2px;
	background-color: #FFF;
}

.divider.orange {
	background-color: #b15611;
}

.divider.red {
	background-color: #782925;
}

.homeTimelineContainer {
	display: block;
	position: relative;
	margin: 110px 0 20px;
	padding: 0 0 0 30px;
}

.homeTimelineContainer #timeLineMarkerActive {
	display: block;
	position: absolute;
	left: 8px;
	top: -8px;
	z-index: 999;
	height: 46px;
	width: 46px;
	background-image: url('/images/home/timeline_dot_active.png');
	background-repeat: no-repeat;
	transition: all .6s ease-out .3s;
}

.homeTimelineItem {
	display: block;
	position: relative;
	background-image: url('/images/home/timeline_bg.png');
	background-repeat: repeat-y;
}

.homeTimelineItem.last {
	background-repeat: no-repeat;
}

.homeTimelineItem .marker {
	display: block;
	position: absolute;
	left: -9px;
	top: 4px;
	width: 25px;
	height: 25px;
	background-image: url('/images/home/timeline_dot.png');
	background-repeat: no-repeat;
}

.homeTimelineItem.first .marker {
	background-image: url('/images/home/timeline_dot_top.png');
	background-position: 0 -4px;
	height: 26px;
	top: 0;
}

.homeTimelineItem .date {
	display: block;
	float: left;
	width: 140px;
	margin-left: 70px;
}

.homeTimelineItem .date p {
	font-size: 30px;
	line-height: 32px;
	color: #666666;
	font-weight: 400;
}

.homeTimelineItem .content {
	display: block;
	float: left;
	width: 700px;
	padding-bottom: 50px;
}

.homeTimelineItem .content p.title {
	font-size: 30px;
	line-height: 32px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 10px;
}

.homeTimelineItem .content p {
	font-size: 16px;
	line-height: 22px;
	color: #3c3939;
	font-weight: 400;
}

.homeTimelineItem ul li a {
    color: #b15611;
    text-transform: underline;
}

a.homeTimelineCTA, a.homeTimelineCTA .wrapper {
	display: block;
	transition: all 0.25s ease-out 0s;
}

a.homeTimelineCTA p {
	text-align: center;
	margin: 0;
	padding: 20px 0;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: 600;
}

a.homeTimelineCTA:hover .wrapper {
	background-color: #3a454b;
}

.homeGalleryContainer {
	display: block;
	position: relative;
}

.homeGalleryArrow, .slick-prev, .slick-next {
	display: block;
	position: absolute;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	z-index: 999;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	background-color: #b15611;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	transition: all 0.25s ease-out 0s;
}

#homeGalleryArrowL, .slick-prev {
	left: 0;
	top: 50%;
	background-position: -70px -61px;
}

#homeGalleryArrowR, .slick-next {
	right: 0;
	top: 50%;
	background-position: -163px -61px;
}


.homeGalleryArrow:hover, .slick-prev:hover, .slick-next:hover {
	width: 80px;
	background-color: #782925;
}

#homeGalleryArrowL:hover, .slick-prev:hover {
	background-position: -60px -61px;
}

#homeGalleryArrowR:hover, .slick-next:hover {
	background-position: -163px -61px;
}

.homeGalleryItems {
	display: block;
	position: relative;
}

.homeGalleryItems img {
	display: block;
	width: 100%;
	height: auto;
}

.partnerPadding {
	padding: 80px 0;
}

.homePartnersLeft {
	display: block;
	float: left;
	width: 240px;
}

.homePartnersLeft p {
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
    margin: 0;
    padding-top: 67px;
    font-weight: 600;
    padding-left: 10px;
}

.homePartnersRight {
	display: block;
	float: left;
	position: relative;
	width: 860px;
	background-image: url('/images/home/partners_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 30px;
	padding-right: 70px;
}

.homePartner img {
	display: block;
	width: 100%;
	height: auto;
}

.homePartnersRight .slick-prev {
	display: none !important;
}

#homePartnerArrow {
	display: block;
	cursor: pointer;
	position: absolute;
	height: 30px;
	width: 20px;
    right: 34px;
    top: 50%;
    margin-top: -14px;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: 5px -144px;
}

#homePartnerArrow:hover {
	background-position: 5px -199px;
}

.homeNewsContainer {
	display: block;
	float: left;
	width: 730px;
}

.homeEventsContainer {
	display: block;
	float: left;
	width: 470px;
	background-image: url('/images/home/events_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.homeNewsContent, .homeEventsContent {
	padding-top: 70px;
	padding-bottom: 70px;
}

.homeEventsContent {
	padding-left: 50px;
}

.homeNewsContent h3, .homeEventsContent h3, .homeSocialFBContent h3, .homeSocialTwitterContent h3, .homeSocialSide h3 {
	margin: 0;
	font-size: 30px;
	line-height: 36px;
	color: #b15611;
	font-weight: 600;
}

.homeEventsContent h3, .homeSocialFBContent h3, .homeSocialTwitterContent h3, .homeSocialSide h3 {
	color: #FFF;
}

.homeNewsItem {
	display: block;
	width: 570px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	transition: all 0.25s ease-out 0s;
}

.homeNewsItem:hover {
	border-left: 3px solid #3a454b;
	padding-left: 15px;
}

.homeNewsItem p.title {
	font-size: 22px;
	line-height: 28px;
	color: #3a454b;
	margin: 0;
	font-weight: 600;
}

.homeNewsItem p.date {
	font-size: 16px;
	line-height: 22px;
	color: #b15611;
	margin-bottom: 20px;
	font-weight: 600;
}

.homeNewsItem p {
	font-size: 16px;
	line-height: 24px;
	color: #181616;
	margin: 0;
}

.homeEventItem {
	margin-bottom: 40px;
	width: 300px;
	transition: all 0.25s ease-out 0s;
}

.homeEventItem:hover {
	border-left: 3px solid #CCC;
	padding-left: 15px;
}

.homeEventItem p.title {
	font-size: 22px;
	line-height: 28px;
	color: #b15611;
	margin-bottom: 0;
	font-weight: 600;
}

.homeEventItem p.date {
	font-size: 16px;
	line-height: 22px;
	color: #b15611;
	margin-bottom: 20px;
	font-weight: 600;
}

.homeEventPlaceholder {
	padding-right: 30px;
}

.homeEventItem p, .homeEventPlaceholder p {
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
	margin: 0;
	font-weight: 100;
}

.homeEventPlaceholder a {
	color: #b15611;
	transition: all 0.25s ease-out 0s;
}

.homeEventPlaceholder a:hover {
	color: #FFF;
}

p.textCTA {
	margin-top: 8px;
	color: #b15611;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

a.textCTA {
	margin-top: 8px;
	color: #b15611;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	float: right;
	transition: all 0.25s ease-out 0s;
}

a.textCTA:hover {
	color: #3a454b;
}

a.textCTA.right {
	text-align: right;
}

.homeNewsContent a.textCTA.right, .homeSocialFBContent a.textCTA.right, .homeEventsContent a.textCTA.right {
	margin-right: 60px;
}

.homeEventsContent a.textCTA:hover {
	color: #FFF;
}

.wrapper.FAQHeroImage {
	background-image: url('/images/home/faq_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 286px;
}

.homeFAQToutContainer {
    display: block;
    width: 592px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.homeFAQToutContainer h4 {
	font-size: 48px;
	line-height: 48px;
	color: #FFF;
	font-weight: 100;
	margin: 0 0 35px;
}

.homeFAQToutContainer p, .homeFAQToutContainer button, .mainContentHalf p.coDevCTA, .document p.coDevCTA, .resource p.coDevCTA {
	cursor: pointer;
	background: none;
	border: 4px solid #FFF;
	color: #FFF;
	display: inline-block;
	padding: 10px 15px 8px 18px;
	letter-spacing: 2px;
	font-weight: 600;
	margin: 0;
	transition: all 0.25s ease-out 0s;
}

.homeFAQToutContainer p:hover, .homeFAQToutContainer button:hover, .mainContentHalf p.coDevCTA:hover, .mainContentHalf:hover > .contentBox p.coDevCTA, .document p.coDevCTA:hover {
	background-color: #FFF;
	color: #782925;
}

#faqShow.active {
	background-color: #FFF;
    color: #782925;
}
.resource p.coDevCTA:hover {
	background-color: #782925;
	color: #FFF !important;
}

.document p.coDevCTA:hover {
	color: #6f95ab;
}
.mainContentHalf.offices:hover > .contentBox p.coDevCTA {
	color: #b15611;
}

#faqContent {
	display: none;
}

.homeFAQContainer {
	display: block;
	width: 680px;
	padding: 60px 0 30px;
	margin: 0 auto;
}

.homeFAQItem {
	display: block;
	margin-bottom: 30px;
}

.homeFAQItem .FAQquestion {
	display: block;
	cursor: pointer;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: -266px 6px;
	padding-left: 40px;
}

.homeFAQItem .FAQquestion:hover p {
	color: #b15611;
}

.homeFAQItem .FAQquestion.open {
	background-position: -266px -223px;
}

.homeFAQItem .FAQquestion p {
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	font-weight: 600;
	transition: all 0.25s ease-out 0s;
}

.homeFAQItem .FAQanswer {
	display: none;
	padding-left: 41px;
}

.homeFAQItem .FAQanswer img {
	max-width: 100% !important;
	height: auto !important;
}

.homeFAQItem .FAQanswer p {
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	font-weight: 400;
}
.homeFAQItem .FAQanswer p:last-of-type {
	margin-bottom: 0;
}

.homeFAQItem .FAQanswer p a {
	color: #6f95ab;
	transition: all 0.25s ease-out 0s;
}

.homeFAQItem .FAQanswer p a:hover {
	color: #FFF;
}

.homeFAQItem .FAQanswer ul {
	padding-left: 50px;
	padding-bottom: 40px;
}

.homeFAQItem .FAQanswer ul li {
	padding-left: 0;
	font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 16px;
	color: #fff;
	list-style: disc;
}

.FAQItem .FAQanswer ul {
	padding-left: 50px;
	padding-bottom: 40px;
}

.FAQItem .FAQanswer ul li {
	padding-left: 0;
	font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 16px;
	color: #fff;
	list-style: disc;
}

.FAQItem .FAQanswer h2 {
	color: #fff;
	font-size: 30px;
}

.homeFAQItem .FAQanswer h2 {
	font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 30px;
	color: #fff;
	padding-bottom: 5px;
}


.homeSocialFBContainer {
	display: block;
	float: left;
	width: 730px;
}

.homeSocialTwitterContainer {
	display: block;
	float: left;
	width: 470px;
}

.homeSocialFBContent, .homeSocialTwitterContent {
	padding-top: 70px;
	padding-bottom: 70px;
}

.homeSocialTwitterContent {
	padding-left: 50px;
	padding-right: 120px;
}

.homeSocialFBContent h3 {
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -267px;
	padding-left: 44px;
}

.homeSocialTwitterContent h3 {
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -327px;
	padding-left: 44px;
}

.facebookItem {
	margin-bottom: 60px;
	width: 570px;
}

.twitterItem {
	margin-bottom: 60px;
}

.facebookItem .logo, .twitterItem .logo {
	display: block;
	float: left;
	width: 43px;
	height: 43px;
}

.facebookItem .metaInfo, .twitterItem .metaInfo {
	display: block;
	float: left;
	margin-left: 16px;
}

.facebookItem .metaInfo p.title, .twitterItem .metaInfo p.title {
	font-size: 18px;
	line-height: 22px;
	color: #FFF;
	margin: 4px 0 0;
}

.facebookItem .metaInfo p.date, .twitterItem .metaInfo p.date {
	font-size: 14px;
	line-height: 20px;
	color: #d1d1d1;
	margin-bottom: 10px;
}

.twitterItem .metaInfo p.date a {
	color: #FFF;
}

.twitterItem .metaInfo p.date a:hover {
	color: #3a454b;
	transition: all 0.25s ease-out 0s;
}

.facebookItem .content p, .twitterItem .content p {
	color: #FFF;
	font-size: 16px;
	line-height: 22px;
}

.twitterItem .content p {
	margin-bottom: 0;
}

.twitterItem .content a {
	font-size: 16px;
	line-height: 24px;
	color: #782925;
}

.facebookItem a, .homeSocialFBContent a {
	color: #782925;
	font-weight: 600;
	font-size: 16px;
}

.homeSocialFBContent a:hover, .twitterItem .content a:hover {
	color: #3a454b;
	transition: all 0.25s ease-out 0s;
}


.wrapper.homeConstructionBG {
	background-image: url('/images/home/construction_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 286px;
}

.homeConstructionToutContainer {
	display: block;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
	width: 500px;
}

.homeConstructionToutContainer h4 {
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    line-height: 48px;
    margin: 0 0 35px;
}

.homeConstructionToutContainer a {
    border: 4px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    padding: 10px 15px 8px 18px;
    transition: all 0.25s ease-out 0s;
}

.homeConstructionToutContainer a:hover {
	background-color: #FFF;
	color: #3a454b;
}

/*
.footerPush {
	margin-top: 80px;
}
*/

.footerBG {
	display: block;
	min-height: 610px;
	background-image: url('/images/new_footer.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.footerLeft {
    display: block;
    float: none;
    width: 100%;
    background-color: #b15611;
    padding: 10px 0 15px 0;
}

.footerLeft img {
    float: none;
    /* margin-right: 2px; */
    margin: 0 auto;
    display: block;
}

.footerRight {
    display: block;
    float: none;
    width: 510px;
    margin-right: 112px;
    margin-top: 20px;
    background-color: #FFF;
}

/*NEW CSS TO BE MERGED - NEW CSS TO BE MERGED - NEW CSS TO BE MERGED - NEW CSS TO BE MERGED - NEW CSS TO BE MERGED*/

.footerRight.new {
    width: 570px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 22px;
}

/*END NEW CSS  - END NEW CSS  - END NEW CSS  - END NEW CSS  - END NEW CSS */

.footerRight ul li {
	display: block;
	float: left;
}

.footerRight ul li a, .footerRight ul li.navDivider {
	font-size: 14px;
	line-height: 26px;
	color: #3a454b;
	font-weight: 600;
	padding: 0 7px;
	letter-spacing: .5px;
}

.footerRight ul li a:hover {
	color: #b15611;
}

.footerSocial {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-top: 22px;
}

.footerSocial ul li {
	display: block;
	float: left;
}

.footerSocial ul li a {
	display: block;
	width: 42px;
	height: 42px;
	background-color: #3a454b;
	text-indent: -9999px;
	margin-left: 20px;
	padding: 0;
	transition: all 0.25s ease-out 0s;
}

.footerSocial ul li a:hover {
	background-color: #b15611;
}

.footerSocial .socialFB {
	display: block;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: -81px -142px;
}

.footerSocial .socialTwitter {
	display: block;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: -81px -193px;
}

.footerSocial .socialInstagram {
	display: block;
	background-image: url('/images/sprite_alt.png');
	background-repeat: no-repeat;
	background-position: 12px -25px;
}

.footerSocial .socialWSCC {
    display: block;
    background-image: url('/images/sprite_alt.png');
    background-repeat: no-repeat;
    background-position: -29px -25px;
    background-color: #0b573e;
}
.footerSocial .socialYT {
    display: block;
    background-image: url(/images/sprite_alt.png);
    background-repeat: no-repeat;
    background-position: 15px -96px;
}

#wsccBg {
    padding-left: 27px;
    background-image: url('/images/sprite_alt.png');
    background-repeat: no-repeat;
    background-position: -40px -29px;
}

.legalLeft {
	display: block;
	float: left;
	width: 300px;
	margin-left: 20px;
}

.legalLeft p {
	color: #FFF;
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
}

.legalRight {
	display: block;
	float: right;
	width: 300px;
	text-align: right;
	margin-right: 20px;
}

.legalRight a {
	display: inline-block;
	padding: 10px 0;
	font-size: 12px;
	margin-left: 10px;
	transition: all 0.25s ease-out 0s;
}

.legalRight a:hover {
	color: #6f95ab;
}

.legalRight span.dividerVertical {
	padding-left: 10px;
	border-right: 1px solid #FFF;
	height: 10px;
	display: inline-block;
}

.subscribeContainer {
	max-width: 580px;
	margin: 0 auto;
	background-color: #6f95ab;
	position: relative;
}

.subscribeContent {
	padding: 30px 40px 20px;
}

.subscribeContent .divider {
	margin: 25px 0;
}

.subscribeContent p.title {
	font-size: 48px;
	line-height: 54px;
	font-weight: 200;
	color: #FFF;
}

.subscribeContent p {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}

.subscribeContent p:last-of-type {
    padding-bottom: 30px;
}

/* CONTRACTING CONTRACTING CONTRACTING CONTRACTING CONTRACTING CONTRACTING CONTRACTING CONTRACTING CONTRACTING  */

.mainLeftCol {
	display: block;
	float: left;
	width: 350px;
}

.mainRightCol {
	display: block;
	float: left;
	width: 850px;
}

.sectionHeadBG, .sectionHeadContainer {
	background-repeat: no-repeat;
	background-position: bottom right;
}

.sectionHeader {
	display: block;
	padding: 90px 0;
}

.sectionHeader h1 {
	color: #FFF;
	font-size: 60px;
	line-height: 70px;
	font-weight: 100;
}

.middleContainer {
	display: block;
	width: 960px;
	margin: 0 auto;
}

ul.breadcrumb {
	padding: 10px 0;
}

ul.breadcrumb li {
	display: inline-block;
}

ul.breadcrumb li a {
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
}

ul.breadcrumb li a:hover, ul.breadcrumb li.active a {
	color: #782925;
	transition: all 0.25s ease-out 0s;
}

ul.breadcrumb li span {
	padding: 0 4px;
	font-size: 12px;
	color: #FFF;
}

.subnavContainer {
	padding: 60px 0 60px 120px;
}

.subnavContainer ul li {
	margin-bottom: 30px;
}

.subnavContainer ul li.last {
	margin-bottom: 0;
}

.subnavContainer ul li a {
	color: #3a454b;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	transition: all 0.25s ease-out 0s;
}

.subnavContainer ul li a:hover, .subnavContainer ul li.active a {
	color: #782925;
	border-bottom: 2px solid #782925;
}

#modulesMobile {
	display: none;
}
#modulesDesktop {
	display: block;
}

.moduleContainer {
    display: block;
    background-color: #3a454b;
    padding: 60px 40px 0 70px;
}

.moduleItem {
	display: block;
	padding-bottom: 60px;
}

.moduleItem p.title {
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	margin-bottom: 0;
}

.moduleItem p {
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
}

.moduleItem .divider {
	margin: 8px 0 26px;
}

.moduleItem a.CTAbutton {
    border: 4px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    padding: 10px 15px 8px 18px;
    transition: all 0.25s ease-out 0s;
}

.moduleItem a.CTAbutton:hover {
	background-color: #FFF;
	color: #3a454b;
}

.moduleItem ul {
	margin-bottom: 20px
}
.moduleItem ul li {
	padding-bottom: 8px;	
}
.moduleItem ul li a {
	text-decoration: underline;
}

.mainContent {
	display: block;
	padding-left: 80px;
	padding-top: 54px;
	padding-right: 120px;
	word-break: break-word;
}

.mainContent p a, .mainContent ul li a {
    color: #b15611;
    text-decoration: underline;
    transition: color 0.25s ease-out 0s;
}

.mainContent p a:hover, .mainContent ul li a:hover {
	color: #782925;
}

.mainContent div + h2, .mainContent div + h3, .mainContent div + p {
	margin-top: 30px;
}

.mainContent h2 {
	font-size: 30px;
	letter-spacing: .5px;
	line-height: 38px;
	color: #3a454b;
	margin-bottom: 12px;
	font-weight: 400;
}

.mainContent p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
}

.mainContent img {
	display: block;
	max-width: 700px;
	height: auto !important;
}

.mainContent ul {
	padding-left: 50px;
	padding-bottom: 40px;
	font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 16px;
}

.mainContent ul li {
    list-style: disc;
    line-height: 24px;
    padding-bottom: 8px;
}


/* EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS EVENTS  */


.dateContainer {
	display: block;
	width: 100px;
	float: left;
}

.eventItem {
    background-image: url("/images/home/timeline_bg.png");
    background-repeat: repeat-y;
    display: block;
    background-position: 49px 0;
    padding-bottom: 60px;
}

.eventItem.last {
	background-image: none;
}

.dateContainer .dateTop {
	display: block;
	height: 12px;
	width: 100%;
	background-color: #782825;
	background-image: url('/images/dateTopSpiral1.png');
	background-repeat: no-repeat;
	background-position: top center;
}

.dateContainer .dateMonth {
	display: block;
	background-color: #782825;
	text-align: center;
}

.dateContainer .dateMonth p {
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 4px 0 6px;
	margin: 0;
}

.dateContainer .date {
	display: block;
	background-color: #e2e3e4;
	text-align: center;
}

.dateContainer .date p {
	color: #3c3939;
	font-weight: 200;
	margin: 0;
}

.dateContainer .date p.day {
	font-size: 44px;
	line-height: 44px;
	padding: 5px 0 0;
}

.dateContainer .date p.year {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 5px;
	font-weight: 600;
}

.dateContent {
	display: block;
	float: left;
    margin-left: 40px;
    width: 510px;
    padding-top: 10px;
}

.dateContent p.title {
	color: #3a454b;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	margin-bottom: 12px;
}

.dateContent p {
	color: #3a454b;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 12px;
}

.mainContent a.CTAbutton {
    border: 4px solid #782825;
    color: #782825;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 18px 0 0;
    padding: 10px 15px 8px 18px;
    transition: all 0.25s ease-out 0s;
}

.mainContent a.CTAbutton:hover {
	background-color: #782825;
	color: #FFF;
}

.eventDetail h2 {
	margin-bottom: 2px;
}

.eventDetail p.eventDate {
	color: #782925;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.eventDetail a.CTAbutton {
	width: 100px;
	text-align: center;
	margin-right: 40px;
}

.resourcesItem {
	display: block;
	margin-bottom: 60px;
}

.resourcesItem p {
	margin-bottom: 20px;
}

.resourcesItem a.CTAbutton {
	margin-top: 0;
}

.FaqContainer {
	display: block;
	background-color: #6f95ab;
    padding: 70px 70px 54px 80px;
    margin-top: 80px;
}

.FaqContainer h3 {
	color: #3a454b;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
}

.FaqContainer .FaqContent .FAQanswer a {
	color: #3a454b;
	transition: color 0.25s ease-out 0s;
}

.FaqContainer .FaqContent .FAQanswer a:hover {
	color: #782925;
}

.FaqContent p {
	color: #FFF;
}

.FaqContent {
    display: block;
    margin-top: 40px;
}

.FaqContent .FAQItem {
	padding-bottom: 20px;
}

.FaqContent .FAQquestion {
    background-image: url("/images/sprite.png");
    background-position: -266px 6px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    padding-left: 40px;
}

.FaqContent .FAQquestion.open {
    background-position: -266px -223px;
}

.FaqContent .FAQquestion p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
    transition: all 0.25s ease-out 0s;
}

.FaqContent .FAQquestion:hover p {
	color: #3a454b;
}

.FaqContent .FAQanswer {
    display: none;
    padding-left: 41px;
}

.FaqContent .FAQanswer p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}



/* Facility Details Facility Details Facility Details Facility Details Facility Details Facility Details Facility Details  */

.facilityLanding {
	display: block;
}

.third-col {
	display: block;
	width: 33%;
	float: left;
}
.third-col.largest {
	width: 34%;
}

.facilityLanding .third-col {
	background-color: #3a454b;
	transition: all 0.25s ease-out 0s;
}

.third-col .topTitle {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 450px;
	text-align: center;
}

.third-col .topTitle h2 {
	font-size: 48px;
	line-height: 46px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-top: 200px;
	transition: all 0.25s ease-out 0s;
}

.third-col.last .topTitle h2 {
	padding-top: 176px;
}

.third-col .bottomContent {
	padding: 0 30px;
	margin: 40px 0 50px;
	text-align: center;
	background-image: url('/images/thirdColDivider.png');
	background-repeat: repeat-y;
	min-height: 320px;
}

.third-col .bottomContent p {
	color: #FFF;
	font-size: 16px;
	line-height: 21px;
}

.third-col .bottomContent p.CTAbutton {
    border: 4px solid #FFF;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 18px 0 0;
    padding: 10px 15px 8px 18px;
    transition: all 0.25s ease-out 0s;
}

a:hover .third-col .bottomContent p.CTAbutton {
	background-color: #FFF;
	color: #3a454b;
}

a:hover .third-col .topTitle h2 {
	color: #6f95ab;
}

a:hover .third-col {
	background-color: #6f95ab;
}

a:hover .third-col .bottomContent {
	background-image: none;
}

.lightboxItem {
	display: block;
	margin: 50px 0 0;
}

.lightboxItem a {
	display: block;
	position: relative;
}

.lightboxItem a:hover img {
	opacity: .5;
}

.lightboxItem img {
	opacity: 1;
	margin-bottom: 14px;
	transition: all 0.25s ease-out 0s;
}

.iconZoom {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 33px;
	height: 33px;
	background-image: url('/images/icon_zoom.png');
	background-repeat: no-repeat;
}

.galleryCaptions p {
	padding: 0 30px 0 80px;
	margin-top: 20px;
	color: #3c3939;
	font-size: 14px;
	line-height: 22px;
}

.floorPlanItem {
	display: block;
	opacity: 1;
	cursor: pointer;
	background-color: transparent;
	padding: 0 120px 0 80px;
	transition: all 0.25s ease-out 0s;
}

.floorPlanItem:hover {
	opacity: .5;
}

.floorPlanItem.open:hover {
	opacity: 1;
}

.floorPlanItem.open {
	background-color: #e7e7e7;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.floorHeader .floorImage {
	display: block;
	width: 420px;
	float: right;
}

.floorHeader .floorImage img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.floorHeader h3 {
	display: block;
	float: left;
	width: 180px;
	padding-top: 20px;
	font-size: 18px;
	line-height: 25px;
	color: #3a454b;
	font-weight: 600;
	letter-spacing: 1px;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-position: -273px -343px;
	padding-left: 32px;
}

.floorPlanItem.open h3 {
	background-position: -273px -482px;
}

.floorSpecs {
	display: none;
	margin-top: 20px;
	margin-left: 6px;
}

.floorSpec {
	display: block;
	margin-bottom: 8px;
}

.floorSpec .color {
	display: block;
	float: left;
	width: 10px;
	height: 11px;
	margin-top: 6px;
	background-color: #b8b7b7;
}

.floorSpec .color.none, .floorSpec .color.black {
	background-color: #000;
}

.floorSpec .color.gray {
	background-color: #b9b9b8;
}

.floorSpec .color.yellow {
	background-color: #e4df64;
}

.floorSpec .color.purple {
	background-color: #9979b6;
}

.floorSpec .color.red {
	background-color: #d96965;
}

.floorSpec .color.green {
	background-color: #99cba2;
}

.floorSpec .color.blue {
	background-color: #6cb8e0;
}

.floorSpec .color.orange {
	background-color: #da9c5b;
}

.floorSpec .color.darkBlue {
	background-color: #7576b8;
}

.floorSpec .color.pink {
	background-color: #d9bfd4;
}

.floorSpec .title {
	display: block;
	float: left;
	width: 170px;
	margin-left: 20px;
	text-align: right;
}

.floorSpec .title p {
	font-size: 18px;
	line-height: 23px;
	color: #3a454b;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 0;
}

.floorSpec .desc {
	display: block;
	float: left;
	width: 390px;
	margin-left: 10px;
	text-align: left;
}

.floorSpec .desc p {
	font-size: 16px;
	line-height: 23px;
	color: #3a454b;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 0;
}

.floorSpec .desc p span {
	padding-right: 8px;
}



/* NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS NEWS  */

.newsItem {
    display: block;
    padding-bottom: 60px;
}

.newsContainer h2 {
	color: #b15611;
}

.newsContainer .dateContainer .dateTop {
    background-color: #b15611;
    background-image: url("/images/dateTopSpiral2.png");
}

.newsContainer .dateContainer .dateMonth {
	background-color: #b15611;
}

.dateContent p.newsType {
	margin-bottom: 0;
	color: #b15611;
	font-size: 18px;
	font-weight: 600;
}

.newsItem .dateContent a {
	margin-bottom: 0;
	color: #b15611;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.25s ease-out 0s;
}

.newsItem .dateContent a:hover, .newsItem .dateContent a:hover p {
	color: #782925;
}

.pressContainer h2 {
	color: #782925;
}

.pressContainer .dateContainer .dateTop, .pressItem .dateContainer .dateTop {
    background-color: #782925;
    background-image: url("/images/dateTopSpiral1.png");
}

.pressContainer .dateContainer .dateMonth, .pressItem .dateContainer .dateMonth {
	background-color: #782925;
}

.pressContainer .dateContent p.newsType, .pressItem .dateContent p.newsType {
	margin-bottom: 0;
	color: #782925;
	font-size: 18px;
	font-weight: 600;
}

.pressContainer .newsItem .dateContent a, .pressItem.newsItem .dateContent a {
	margin-bottom: 0;
	color: #782925;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.25s ease-out 0s;
}

.pressContainer .newsItem .dateContent a:hover, .pressItem.newsItem .dateContent a:hover {
	color: #b15611;
}

.newsToutsContainer {
	display: block;
	background-color: #6f95ab;
	padding: 40px 80px;
}

.newsToutsContainer .newsTout {
	display: block;
	float: left;
	width: 280px;
	margin-right: 80px;
}

.newsToutsContainer .newsTout.last {
	margin: 0;
}

.newsToutsContainer .newsTout h4 {
	font-size: 24px;
	line-height: 31px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: .6px;
	margin-bottom: 8px;
	transition: all 0.25s ease-out 0s;
}

.newsToutsContainer .newsTout img {
	margin-bottom: 20px;
	transition: all 0.25s ease-out 0s;
}

.newsToutsContainer .newsTout p {
	font-size: 13px;
	line-height: 19px;
	color: #FFF;
	transition: all 0.25s ease-out 0s;
}

.newsTout a.CTAbutton {
    border: 4px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    padding: 10px 15px 8px 18px;
    transition: all 0.25s ease-out 0s;
}

.newsTout a.CTAbutton:hover {
	background-color: #3a454b;
	color: #FFF;
	border: 4px solid #3a454b;
}

.newsContainer h2.updatesTitle {
	margin-bottom: 80px;
	color: #3a454b;
}

h2.updatesTitle a {
	display: inline-block;
	font-size: 18px;
	margin: 0 18px;
	border-bottom: 2px solid transition;
    padding-bottom: 2px;
    font-weight: 600;
}

h2.updatesTitle a.updatesLink1 {
	color: #3a454b;
}

h2.updatesTitle a.updatesLink2 {
	color: #b15611;
}

h2.updatesTitle a.updatesLink3 {
	color: #782925;
}

h2.updatesTitle span {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}

h2.updatesTitle a.updatesLink1.active, h2.updatesTitle a.updatesLink1:hover {
	border-bottom: 2px solid #3a454b;
}

h2.updatesTitle a.updatesLink2.active, h2.updatesTitle a.updatesLink2:hover {
	border-bottom: 2px solid #b15611;
}

h2.updatesTitle a.updatesLink3.active, h2.updatesTitle a.updatesLink3:hover {
	border-bottom: 2px solid #782925;
}

.paginationContainer {
	margin-top: 20px;
	margin-left: 140px;
}

.paginationContainer ul {
	padding-left: 0;
}

.paginationContainer ul li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.paginationContainer ul li a {
	display: block;
	padding: 10px 16px 8px;
	background-color: #3a454b;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	transition: all 0.25s ease-out 0s;
}

.paginationContainer ul li a:hover, .paginationContainer ul li a.active {
	background-color: #b15611;
	color: #FFF;
	text-decoration: none;
}

.contentContainer {
	display: block;
	margin-bottom: 40px;
}

.newsContainer p.newsTitle {
	color: #b15611;
	font-size: 24px;
	line-height: 30px;
}

.newsContainer p.newsTitle span {
	margin: 0 10px;
}

.newsContainer h2 {
    color: #3a454b;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 38px;
    margin-bottom: 12px;
}

.newsContainer a.CTAbutton {
	min-width: 100px;
	text-align: center;
}

p.timelineDate {
	font-size: 24px;
	color: #782925;
	font-weight: 600;
	margin-bottom: 10px;
}

.timelineNav {
	display: block;
	position: relative;
	height: 140px;
}

.timelineNav #timeLineMarkerActive {
    background-image: url("/images/home/timeline_dot_active.png");
    background-repeat: no-repeat;
    display: block;
    height: 46px;
    left: 5px;
    position: absolute;
    top: 40px;
    transition: all 0.6s ease-out 0.1s;
    width: 46px;
    z-index: 999;
}

.timelineNavItem {
    display: block;
    float: left;
    background-image: url(/images/news/timeline/timeline_bg.png);
    background-repeat: repeat-x;
    background-position: center 62px;
    padding-bottom: 11px;
    padding-right: 40px;
}

.timelineNavItem.first {
    background-image: url("/images/news/timeline/timeline_bg_start.png");
    background-position: left 62px;
}

.timelineNavItem.last {
    background-image: url("/images/news/timeline/timeline_bg_end.png");
    background-position: right 62px;
    padding-right: 0;
}

.timelineNavItem .date {
	display: block;
	cursor: pointer;
    background-image: url("/images/home/timeline_dot.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 18px;
}

.timelineNavItem .date p {
	font-size: 24px;
	line-height: 26px;
	color: #3a454b;
	font-weight: 600;
}

#timeLineMarkerActive.timelineItem1 {
	left: 5px;
}

#timeLineMarkerActive.timelineItem2 {
	left: 100px;
}

#timeLineMarkerActive.timelineItem3 {
	left: 192px;
}

#timeLineMarkerActive.timelineItem4 {
	left: 285px;
}

#timeLineMarkerActive.timelineItem5 {
	left: 381px;
}

#timeLineMarkerActive.timelineItem6 {
	left: 480px;
}

#timeLineMarkerActive.timelineItem7 {
	left: 575px;
}

#timeLineMarkerActive.timelineItem8 {
    left: 672px;
}
.timelineItem {
	display: none;
	margin-bottom: 60px;
}

.timelineItem.first {
	display: block;
}

/*CONTACT FORM CONTACT FORM CONTACT FORM CONTACT FORM CONTACT FORM*/

.mktoAsterix {
	display: none !important;
}

.mktoForm_1027 label[for=optin] {
    color: #fff;
}

textarea, input[type="text"], input[type="email"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radios: 0;
}

input[type="checkbox"] {
	border: none !important;
}

.contactFormContainer input[type="text"], .contactFormContainer input[type="email"] {
	border: none !important;
	border-bottom: 2px solid #3a454b !important;
	font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px !important;
	color: #3a454b !important;
	transition: all 0.25s ease-out 0s;
}

.contactFormContainer textarea {
	border: none !important;
	border: 2px solid #3a454b !important;
	font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px !important;
	color: #3a454b !important;
	margin-top: 10px !important;
	padding: 10px 15px !important;
	height: 150px !important;
}

.contactFormContainer input:focus {
	border-bottom: 2px solid #782925 !important;
}

.contactFormContainer textarea:focus {
	border: 2px solid #782925 !important;
}

::-webkit-input-placeholder {
   color: #3a454b !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #3a454b !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #3a454b !important;
}

:-ms-input-placeholder {
   color: #3a454b !important;
}

.contactFormContainer input#FirstName, .contactFormContainer input#Company {
	margin-right: 70px !important;
}

.contactFormContainer input#FirstName, .contactFormContainer input#Email, .contactFormContainer input#LastName {
	margin-bottom: 20px;
}

.contactFormContainer input#Company {
	margin-top: 0;
	margin-bottom: 20px;
}

.contactFormContainer select {
	margin-top: 5px !important;
}

.contactFormContainer label {
	font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px !important;
	color: #3a454b !important;
}

label[for=optin].mktoLabel, label[for=constructionOptIn].mktoLabel, label[for=advocate].mktoLabel {
	float: right !important;
	display: block !important;
	padding-top: 2px !important;
	margin-top: 20px !important;
    color: #fff;
}

label[for=optin], label[for=constructionOptIn], label[for=advocate] {
	margin-top: 0 !important;
}

.mktoButtonRow {
    padding-top: 20px !important;
}

.contactFormContainer label[for=FirstName], .contactFormContainer label[for=numberofGuests], .contactFormContainer label[for=LastName], .contactFormContainer label[for=Email], .contactFormContainer label[for=Company] {
	display: none;
}

#mktoForm_1011 button.mktoButton {
	margin: 0 !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: normal !important;
}

div.mktoCheckboxList {
    float: right !important;
    display: block !important;
    width: 20px !important;
    margin-top: 20px !important;
    padding-left: 0 !important;
}

button.mktoButton {
    width: 140px;
    height: 46px;
    border: 4px solid #3a454b !important;
    background-color: #fff !important;
    background-image: none !important;
    color: #3a454b !important;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px !important;
    margin-left: 10px !important;
    transition: all 0.25s ease-out 0s;
}

button.mktoButton:hover {
	background-color: #782925 !important;
	border: 4px solid #782925 !important;
	color: #FFF !important;
}


/* RSVP FORM RSVP FORM RSVP FORM RSVP FORM RSVP FORM RSVP FORM RSVP FORM */

.subscribeContent button.mktoButton {
    width: 140px;
    height: 46px;
    border: 4px solid #fff !important;
    background-color: #6f95ab !important;
    background-image: none !important;
    color: #fff !important;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 20px !important;
}

.subscribeContent button.mktoButton:hover {
	background-color: #782925 !important;
	border: 4px solid #782925 !important;
	color: #FFF !important;
}

.subscribeContent div.mktoCheckboxList {
	float: right !important;
	display: block !important;
	width: 20px !important;
	margin-top: 20px !important;
	height: 12px;
}

.subscribeContent select {
    margin-top: 6px !important;
    idth: 220px !important;
}

.subscribeContent label[for=constructionOptIn] {
	float: right !important;
	display: block !important;
	padding-top: 2px !important;
	margin-top: 20px !important;
	color: #fff;
}

.subscribeContent input[type="text"], .subscribeContent input[type="email"] {
	border: none !important;
	border-bottom: 2px solid #fff !important;
	font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px !important;
	color: #fff !important;
	background-color: #6f95ab;
	width: 220px !important;
	margin-bottom: 20px !important;
	transition: all 0.25s ease-out 0s;
}

.subscribeContent input:focus {
	border-bottom: 2px solid #782925 !important;
}

.subscribeContent textarea {
	border: none !important;
	border: 2px solid #fff !important;
	font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px !important;
	color: #fff !important;
	margin-top: 10px !important;
	padding: 10px 15px !important;
	height: 150px !important;
}

.subscribeContent .mktoButtonWrap.mktoSimple {
	margin-left: -8px !important;
}

.subscribeContent .mktoForm .mktoFormRow {
	margin-left: -18px;
}

.subscribeContent ::-webkit-input-placeholder {
   color: #fff !important;
}

.subscribeContent :-moz-placeholder { /* Firefox 18- */
   color: #fff !important;
}

.subscribeContent ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff !important;
}

.subscribeContent :-ms-input-placeholder {
   color: #fff !important;
}

a.atcb-link {
    border: 4px solid #782825 !important;
    color: #782825 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    margin: 18px 0 0 !important;
    padding: 10px 15px 8px 18px !important;
    transition: all 0.25s ease-out 0s !important;
    line-height: initial !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif !important;
}

.mainContent ul.atcb-list {
	padding-left: 0;
	padding-bottom: 10px;
}

.mainContent ul.atcb-list li {
	list-style: none !important;
}

.atc-style-blue .atcb-link {
	 margin-top: -4px !important;
}

a.at-share-btn {
    margin-right: 17px !important;
}

a.at-share-btn.at-svc-google_plusone_share {
    margin-right: 0 !important;
}

.addthis_sharing_toolbox {
    display: none;
    margin-top: 10px;
}

.homeTimelineItem .content ul {
	padding-left: 37px;
    padding-bottom: 0;
    font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
    font-size: 16px;
}

.homeTimelineItem .content ul li {
	list-style: disc;
	line-height: 28px;
	font-size: 18px;
}

.atcb-link:hover {
    background-color: #782825 !important;
    color: #FFF !important;
}

.mktoErrorArrow {
	background-color: #782925 !important;
	border-color: #782925 -moz-use-text-color -moz-use-text-color #9f1300 !important;
}

.mktoForm .mktoError .mktoErrorMsg {
    background-color: #782925 !important;
    background-image: none !important;
    border: 1px solid #782925 !important;
    box-shadow: none !important;
}

.expandedInfo p:first-of-type {
	margin-bottom: 0;
	margin-top: 6px;
}

.thanksContainer {
	max-width: 500px;
	margin: 20px auto 100px;
}

.mainContent.resourcesLinks p {
	margin-bottom: 20px;
}

.mainContent .contactAdditional {
	display: block;
	margin-top: 60px;
}

.mainContent .contactAdditional p {
	margin-bottom: 0;
}

.mainContent .contactAdditional ul li {
	padding-bottom: 0;
}

.logo img {
	height: 43px;
	width: 43px;
}

/* TWITTER FEED TWITTER FEED TWITTER FEED TWITTER FEED TWITTER FEED TWITTER FEED */

img[data-scribe="element:avatar"] {
    width: 43px;
    height: 43px;
    padding-right: 15px;
    float: left;
}

span[data-scribe="element:name"] {
    display: block;
    padding-top: 2px;
    font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
    font-size: 18px;
}

span[data-scribe="element:screen_name"] {
	font-size: 14px;
	font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
}

a[data-scribe="element:url"] {
	color: #782925;
	word-break: break-word;
	-ms-word-wrap : sWrap;
	word-wrap: break-word;
	display: block;
	width: 300px;
}

#tw-widget1 {
    width: 300px;
    overflow: auto;
}

#tw-widget1 ul li:first-of-type {
	padding-bottom: 25px;
}

.interact {
	display: none;
}

.tweet {
	padding-top: 20px;
	padding-top: 16px;
}

.tweet a {
    transition: 0.2s linear color;
}

.tweet a:hover {
    color: #b15611;
}

.timePosted {
	display: none;
}

p.tweet {
	color: #fff;
	font-size: 16px;
	font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
}
.eventDetail .addthis_sharing_toolbox {
    position: absolute;
}

.shareContainer {
    display: inline-block;
}

.footerSub {
	display: none;
}

.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
    padding: 0;
    width: auto !important;
}

.newsContent img {
	max-width: 650px;
	height: auto;
}

.newsContent img.floatImageLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.newsContent img.floatImageRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.newsContent div {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
}

.newsContent div object, .newsContent div embed, .newsContent div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.floorPlansContainer p.copyrightSmall {
	padding-right: 120px;
	margin: 30px 0;
	text-align: right;
	font-style: italic;
}

.rsvpFormContainer .mktoForm .mktoFieldWrap {
	margin-left: 10px !important;
}

.rsvpFormContainer .mktoForm .mktoButtonWrap.mktoSimple .mktoButton[type="submit"] {
	margin-top: 30px !important;
}

.rsvpFormContainer .mktoForm .mktoLabel {
	color: #FFF !important;
}

.at-share-btn.at-svc-reddit {
    display: none !important;
}


/*INVITE PAGE +*+ INVITE PAGE +*+ INVITE PAGE +*+ INVITE PAGE +*+ INVITE PAGE +*+ INVITE PAGE*/

.homeHero.specialEvent h2 {
	width: 460px;
}
.homeHero.specialEvent, .homeHero.specialEventThanks {
	margin-top: 220px;
	padding-bottom: 255px;
}
.inviteHeroImage {
    background-image: url('/images/invite/invite_hero_bg.jpg');
    background-color: #6f95ab;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    transition: all .9s ease-out 0s;
}

.eventDeets {
	margin-top: 40px;
	text-align: center;
	float: left;
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 110px;
}
.eventDeets p.small {
    font-size: 22px;
    margin: 0 !important;
    color: #666666;
    font-weight: 100;
}
.eventDeets p.large {
    font-size: 30px;
    margin: 0 !important;
    font-weight: 400;
    color: #666666;
}
.centerLine {
	width: 2px;
	height: 79px;
	background-color: #d5d5d5;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	margin-top: 40px;
}
.eventInformation.mainContent {
	padding-right: 80px;
}
.eventInformation {
	text-align: center;
	margin-bottom: 100px;
	padding-top: 0;
}
.eventInformation p {
    font-size: 16px;
    margin: 0 0 28px 0!important;
    font-weight: 400;
    color: #666666;
}
.eventInformation h2 {
    font-size: 32px;
    margin: 0 0 10px 0 !important;
    font-weight: 400;
    color: #666666;
    letter-spacing: 1px;
}


/*INVITE FORM INVITE FORM INVITE FORM INVITE FORM INVITE FORM INVITE FORM */

.wrapper.fixIt {
    height: auto;
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: block;
    transition: 0.2s ease-out all;
}

#formActivator {
	cursor: pointer;
}

.wrapper.fixIt.open {
	height: 500px;
}

.formActivator {
    width: 598px;
    margin: 0 auto;
}

.formActivator.tallFix {
	transition: 0.2s ease-out all;
	height: 110px;
}
.formActivator h3 {
	float: left;
	color: #fff;
	font-size: 24px;
	margin-right: 80px;
	font-weight: 400;
	/*height: 96px;*/
	line-height: 96px;
}

.formActivator p {
    cursor: pointer;
    border: 4px solid #FFF;
    color: #FFF;
    display: inline-block;
    padding: 10px 46px 8px 46px;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0;
    transition: all 0.25s ease-out 0s;
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 20px;
    text-align: center;
}

#attendYes {
	margin-right: 20px;
}

.formActivator p.active {
    background-color: #FFF;
    color: #b15611;
}

.formActivator p:hover {
    background-color: #FFF;
    color: #b15611;
}

#mktoForm_1075 {
    width: 491px !important;
    margin: 0 auto;
}

#mktoForm_1075 .mktoOffset {
	display: none;
}

.rsvpFormHidden {
    display: none;
    margin-top: 70px;
    width: 491px;
    margin: 70px auto 0 auto;
    padding-bottom: 40px;
}

.rsvpFormHidden input {
	background-color: #b15611;
}

.rsvpFormHidden h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 33px;
    font-weight: 400;
}

.rsvpFormHidden button.mktoButton {
	cursor: pointer !important;
	border: 4px solid #FFF !important;
	color: #FFF !important;
	display: inline-block !important;
	padding: 10px 46px 8px 46px !important;
	letter-spacing: 2px !important;
	font-weight: 600 !important;
	margin: 0 !important;
	transition: all 0.25s ease-out 0s !important;
	margin-top: 26px !important;
	background-color: #b15611 !important;
	width: auto !important;
    height: auto !important;
}

.rsvpFormHidden button.mktoButton:hover {
    background-color: #FFF !important;
    color: #782925 !important;
}

.rsvpFormHidden input[type="text"], .rsvpFormHidden input[type="email"] {
    border: none !important;
    border-bottom: 2px solid #fff !important;
    font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
    font-size: 14px !important;
    color: #fff !important;
    transition: all 0.25s ease-out 0s;
}

.rsvpFormHidden label {
    font-family: "proxima-nova", Arial, Helvetica, Verdana, Sans-serif;
    font-size: 14px !important;
    color: #fff !important;
}

.rsvpFormHidden ::-webkit-input-placeholder {
   color: #fff !important;
}

.rsvpFormHidden :-moz-placeholder { /* Firefox 18- */
   color: #fff !important;
}

.rsvpFormHidden ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff !important;
}

.rsvpFormHidden :-ms-input-placeholder {
   color: #fff !important;
}

.rsvpFormHidden input#FirstName, .rsvpFormHidden input#Email {
	margin-right: 30px !important;
}

.rsvpFormHidden input#Company, .rsvpFormHidden input#LastName {
	margin-right: 0px !important;
}

.rsvpFormHidden .mktoButtonWrap {
  margin-left:0 !important;
}

.rsvpFormHidden .mktoButtonRow {
  width:100% !important;
}

input:focus {outline: none;}


/*THANK YOU PAGE THANK YOU PAGE THANK YOU PAGE THANK YOU PAGE THANK YOU PAGE THANK YOU PAGE */


.thankYou.mainContent {
    padding: 40px 0 0 0;
}

.thankYou.mainContent p {
	padding: 0;
}

.mainContent.thankYou img {
    max-width: none;
}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background: none !important;
	-webkit-box-shadow: 0 0 0px 1000px #b15611 inset;
	color: #fff !important;
}

.eventInformation .caption p {
	font-style: italic;
	font-size: 14px;
}


/*Public Benefits - Public Benefits - Public Benefits - Public Benefits - Public Benefits - Public Benefits */

.FaqContainer.benefits .FAQanswer p img {
	width: 100% !important;
	height: auto !important;
}


/*Co-Development - Co-Development - Co-Development - Co-Development - Co-Development - Co-Development */
.mainContent.paddingFix {
    padding-right: 80px;
    padding-top: 0;
    padding-bottom: 20px;
}

.coDevHeroImage {
    background-color: #6f95ab;
    background-image: url(/images/coDev/home_header_trimmed.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    margin-bottom: 70px;
}

.coDevTitle {
    padding-top: 44px;
}

.coDevTitle p {
    text-transform: uppercase;
    background-color: #fff;
    color: #6f95ab;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 1px 8px;
    float: left;
    margin-bottom: 15px;
}

.horizLine {
    width: 64px;
    margin-top: 18px;
    height: 2px;
    background-color: #fff;
    float: left;
}

.coDevHeaderContent {
	padding-bottom: 32px;
}

.coDevHeaderContent h2 {
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 100;
    margin-bottom: 20px;
    padding-right: 60px;
}

.coDevHeaderContent p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 300px;
}

.horizDivider {
    height: 2px;
    width: 120px;
    background-color: #fff;
    margin: 0 auto 30px;
}

.homeDownArrow.coDevHelper {
    opacity: 1;
    bottom: 25px;
}

.mainContentHalf {
    margin: 0 0 60px;
    float: left;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    width: 474px;
    position: relative;
    z-index: 1;
    height: 734px;
}

.colorStrip {
	height: 9px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.contentBox {
    padding: 30px 135px 44px 40px;
    position: absolute;
    bottom: 0;
}

.mainContentHalf p {
	font-size: 16px;
	color: #fff;
}

.mainContentHalf h3 {
	font-size: 30px;
	text-transform: uppercase;
}

.mainContentHalf.apartments {
	background-image: url('/images/coDev/apartments.jpg');
}

.mainContentHalf.apartments .colorStrip {
	background-color: #782925;
}

.apartments .contentBox {
	background-color: rgba(120, 41, 37, 0.79);
}

.mainContentHalf.offices {
	background-image: url('/images/coDev/offices.jpg');
}

.mainContentHalf.offices .colorStrip {
	background-color: #b15611;
}

.offices .contentBox {
	background-color: rgba(177, 86, 17, 0.79);
}

.coDevHalfSpacer {
    background-color: #fff;
    width: 100px;
    float: left;
    height: 10px;
}

.coDevHalfWrapper {
	margin: 0 auto;
	width: 1048px;
}

.coDevHeroImage.detail {
    background-image: url(/images/coDev/detail_header_trimmed.jpg);
    margin-bottom: 0;
}

/*Co-Development DETAIL - Co-Development DETAIL - Co-Development DETAIL - Co-Development DETAIL - Co-Development DETAIL - Co-Development DETAIL */
.coDevCTA {
	text-transform: uppercase;
}

.coDevHeroImage.detail .coDevHeaderContent h2 {
	padding-right: 130px;
}

.mapBG {
    background-image: url(/images/coDev/detail_bg_map.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.downloadImage {
	position: relative;
}

.downloadImage img {
    margin: 0 auto 32px auto;
    transition: .2s all ease-in-out;
}

.downloadImage .downloadCTA {
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    background-image: url(/images/coDev/downArrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 25px;
    position: absolute;
    bottom: 14px;
    right: 33px;
    transition: .2s ease-out all;
}

.downloadImage:hover > .downloadCTA {
	background-position: center 12px;
}

.coDevTitle.burntOrange p {
    background-color: #b25711;
    color: #fff;
    margin-left: 5px;
}

.horizLine.burntOrange {
	background-color: #b25711;
}

.devPlans h2 {
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 34px;
    padding-left: 0px;
    color: #3a454b;
}

.planWrapper {
    margin-bottom: 77px;
    width: 350px;
}

.planWrapper.left {
    float: right;
}

.planWrapper.right {
    float: left;
}
.devPlans {
    padding-left: 124px;
}

.planWrapper p {
    width: 312px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.planWrapper h3 {
    color: #666666;
    font-size: 30px;
    font-weight: 800;
    width: 312px;
    margin: 0 auto 9px auto;
}

.wrapper.coDevDocs {
	background-image: url('/images/coDev/documentationBG.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 84px;
}

.document {
    padding-left: 9px;
    margin-bottom: 58px;
    width: 312px;
}

.document:last-of-type {
	margin-bottom: 100px;
}

.document p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 18px;
}

.coDevDocs h2 {
    font-size: 30px;
    color: #fff;
    padding-left: 8px;
    padding-bottom: 10px;
}
.addtlResources {
	display: inline-block;
	margin-bottom: 40px;
}

.additionlResources {
    width: 700px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
}
.additionlResources div.addtlResources:last-of-type {
	margin-bottom: 0;
}
.additionlResources h3 {
	font-size: 48px;
	font-weight: 100;
	color: #782925;
	text-align: center;
}
.additionlResources p {
	font-size: 16px;
	font-weight: 400;
	color: #3c3939;
	text-align: center;
}

.resource {
    float: left;
    width: 200px;
    margin-right: 50px;
}

.resource.last {
	margin-right: 0;
}

.resource h4 {
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}

.resource p {
    padding-left: 10px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
    padding-right: 3px;
}

.resourceSpacer {
	width: 50px;
	float: left;
	height: 1px;
}

.darkRed {
	color: #782925 !important;
	border-color: #782925 !important;
}

.wrapper.moreInfo {
    background-image: url(/images/coDev/orangeBG.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 82px;
    padding-bottom: 100px;
}

.moreInfo h4 {
    font-weight: 100;
    font-size: 48px;
    color: #fff;
    padding-bottom: 26px;
    text-align: center;
}

.moreInfo p {
    padding-left: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

/*CoDev Detail Gallery - CoDev Detail Gallery - CoDev Detail Gallery - CoDev Detail Gallery - CoDev Detail Gallery - CoDev Detail Gallery */
.mainContent.coDev {
    margin-bottom: 60px;
}

.centerGallery .slick-slide img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.centerGallery .slick-center img {
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	color:#e67e22;
	opacity:1;
	transform:scale(1);
}

.centerGallery .slick-center p.caption {
    opacity: 1;
    color: #b15611;
    font-style: italic;
    margin-top: 5px;
}

.centerGallery img {
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	-webkit-transform:scale(0.9);
	opacity:0.6;
	transform:scale(0.9);
	transition:all 300ms ease;
	-webkit-transition-delay: 0.3s; /* Safari 4.0 - 8.0 */
	transition-delay: 0.3s;
}

.centerGallery p.caption {
    transition: all 300ms ease;
    opacity: 0;
    text-align: center;
}

.inlineSubscribe {
	display: block;
}

.inlineSubscribe a.subscribe {
	display: block;
	text-indent: 0;
	width: 66px;
	height: auto;
	padding: 6px 43px 4px 15px;
	background-position: 89px 7px;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-image: url('/images/sprite.png');
	background-repeat: no-repeat;
	background-color: #b15611;
	cursor: pointer;
}

.inlineSubscribe a.subscribeL:hover {
	background-color: #3a454b;
}


/*CoDev Detail Magnific - CoDev Detail Magnific - CoDev Detail Magnific - CoDev Detail Magnific - CoDev Detail Magnific - CoDev Detail Magnific */

.iconZoom.coDev {
	background-image: url('/images/icon_magnify@2x.png');
}

.coDevLightbox .planWrapper p {
    display: none;
}

.iconZoom.coDev {
    background-image: url(/images/icon_magnify@2x.png);
    background-size: 30px 30px;
    width: 30px;
    bottom: 15px;
    right: 38px;
}

.coDevLightbox .planWrapper {
	margin-bottom: 10px;
}

.downloadImage:hover > img {
    opacity: .7;
}
p.newsCallout {
display: inline-block;
background-color: #b15611;
color: #FFF;
text-transform: uppercase;
font-size: 12px;
padding: 6px 12px 5px 29px;
margin-bottom: 6px;
background-image: url('/images/icon_featuredStar@2x.png');
background-size: 13px 11px;
background-repeat: no-repeat;
background-position: 11px center;
letter-spacing: 1px;
}

button#faqShow, .homeFAQToutContainer a {
    margin: 0 15px 15px;
    display: inline-block;
}

.mainRightCol .contentContainer .mainContent .paginationContainer ul li {
	list-style: none;
	display: inline;
}

.subscribeCoDevContainer {
	display: block;
	margin-top: 40px;
	text-align: center;
}

.subscribeCoDev {
	margin: 0 auto;
	text-align: center;
	border: 2px solid #FFF;
	font-size: 20px;
	padding: 10px 24px;
	transition: .2s ease-out all;
}

.subscribeCoDev:hover {
	background-color: #FFF;
	color: #b15611;
}

.topAlertBar {
	background-color: #3a454b;
}

.topAlertBarOrange {
	background-color: #b15611;
}

.mainContent.consultant .name {
    color: #3a454b;
    font-size: 30px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 12px;
}

.mainContent.consultant .title {
    margin-bottom: 0;
    color: #b15611;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.mainContent.consultant .biography {

}

.mainContent.consultant .biography p {
    letter-spacing: 1px;
}

.mainContent.consultant .consultantPhoto {
    float: right;
    display: block;
    padding: 0 0px 10px 40px;
    width: 270px;
}

.mainContent .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
}

.mainContent  .videoWrapper object, .mainContent  .videoWrapper embed, .mainContent  .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mainContent.diversity h2:first-of-type {
    font-size: 30px;
    letter-spacing: .5px;
    line-height: 38px;
    color: #3a454b;
    margin-bottom: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.FaqContainer.eis {
    margin-top: 0;
}
.mainContent.eis {
	padding-top: 0;
}
.backToLanguageWrapper {
	display: inline-block;
}
.backToLanguageWrapper p {
    font-size: 26px;
    color: #782925;
    padding-top: 26px;
    cursor: pointer;
    float: left;
}
.backToLanguages {
    -webkit-transform: scale(0.55, -0.55) rotate(270deg);
    -ms-transform: scale(0.55, -0.55) rotate(270deg);
    transform: scale(0.55, -0.55) rotate(270deg);
    display: block;
    cursor: pointer;
    z-index: 9999;
    width: 70px;
    height: 70px;
    background-color: #782925;
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
    background-position: -89px -446px;
    transition: all 0.25s ease-out 0s;
    float: left;
    margin-right: 7px;
    margin-left: -16px;
}
.backToLanguageWrapper:hover > .backToLanguages{
    background-color: #651f1b;
}
.eisResource h3 {
    font-weight: bold;
    font-size: 25px;
    color: #3a454b;
    margin-bottom: 12px;
}

.faqContainer {
	display: none;
}

.buttonContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.languageSelect {
    width: 584px;
}

.languageSelect h4 {
    margin-bottom: 10px;
}

.languageButton {
    border: 4px solid #782925;
    color: #fff;
    background-color: #782925;
    cursor: pointer;
    font-weight: 600;
    padding: 35px 0;
    transition: all 0.25s ease-out 0s;
    width: 178px;
    text-align: center;
    margin-bottom: 8px;
}

.languageButton:hover {
    color: #782925;
    background-color: #fff;
    transition: all 0.25s ease-out 0s;
}
.hide {
	display: none;
}
.backWrapper {
	cursor: pointer;
}

.eisResource {
	margin-bottom: 30px;
}

.eisResource a.CTAbutton {
	margin-top: 0;
}

.FaqContainer.eis {
	padding: 50px 50px 30px;	
}
.FaqContainer.eis .FaqContent {
	margin-top: 0;
}
.faqContainer.alwaysShow {
    display: block;
    margin-bottom: 30px;
}

.FaqContainer.eis a.CTAbutton {
    margin-top: 10px;
    margin-bottom: 14px;
    border: 4px solid #3a454b;
    color: #3a454b;
}

.FaqContainer.eis a.CTAbutton:hover {
	background-color: #3a454b;
	color: #FFF;
}

.FAQanswer.langRTL p {
	direction: rtl;
}

.updatesTimeline .mainContent {
	padding-right: 0;
}

.homeSocialSide {
	padding: 70px 50px 70px 50px;
}

.homeSocialSide .homeSocialFB {
	margin-bottom: 50px;
}

.homeHeroCarousel .heroItem {
	height: 500px;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 90;
}
.heroContentContainer {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 70px;
	z-index: 110;
	position: relative;
}
.heroContentFull {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	height: 500px;
}
.heroContentContainer h1, .heroContentContainer h2 {
	font-size: 60px;
	line-height: 63px;
	font-weight: 100;
	color: #FFF;
	margin-bottom: 30px;
	max-width: 600px;
}
.heroContentContainer a {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	position: relative;
	margin-left: 4px;
}
.heroContentContainer a::after {
	display: block;
	content: '';
	width: 60px;
	height: 3px;
	background-color: #fff;
	margin-top: 14px;
	transition: all .15s ease-in;
}
.heroContentContainer a:hover::after {
	width: 100%;
}
.homeHeroCarousel .slick-prev, .homeHeroCarousel .slick-next, .homeHeroCarousel .slick-prev:hover, .homeHeroCarousel .slick-next:hover {
	background-color: transparent;
}
.fillOverlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(55,70,76,.76);
	z-index: 100;
}

/* NAV UPDATE 2020 */
.mainNavOverlay {
	display: none;
	position: fixed;
	z-index: 1200;
	background-color: #3a454b;
	width: 100%;
	height: 100%;
	overflow-x: scroll;
}
.mainNavOverlay.open {
	display: block;
	-webkit-animation-name: mobileMenuSlide; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
	animation-name: mobileMenuSlide;
	animation-duration: 1s;
}
.mobileNav {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 80px;
	margin-right: 0;
	padding-left: 20px;
}
.mobileNav ul li a {
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 14px 10px;
    border-bottom: 2px solid #2D373C;
}
.mobileNav ul li.active a {
	color: #EF6905;
	border-color: #EF6905;
}

.mobileNav ul li.expanded img {
	transform: rotate(180deg);
}
.mobileNav.active {
	text-decoration: underline;
	margin-bottom: 12px;
}
.mobileNav .subnav {
	display: none;
	padding-top: 6px;
}
.mobileNav .subnav li a {
	font-size: 15px;
	padding: 5px 10px;
	border-bottom: none;
	font-weight: 400;
	color: #FFF;
}
.mobileNav .active .subnav li a {
	color: #FFF;
}
.mobileNav .active .subnav li a.active {
	color: #EF6905;
	text-decoration: underline;
}
.mobileNav .subnav li:last-child a {
	padding-bottom: 20px;
}
.mobileNav ul li img {
	display: inline-block;
	margin-left: 4px;
	padding: 0 10px;
	cursor: pointer;
}
.menuContent {
	text-align: center;
}
#mobileMenuBtnClose {
	width: 50px;
	height: 50px;
	margin: 60px auto 0;
	text-align: center;
	display: inline-block;
	background: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	position: relative;
}
#mobileMenuBtnClose span {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	background: #FFF;
	border-radius: 2px;
	opacity: 1;
	left: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#mobileMenuBtnClose span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 9px;
}
#mobileMenuBtn {
	display: none;
	z-index: 910;
	width: 60px;
	height: 58px;
	top: 16px;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	position: absolute;
	border-radius: 50%;
	background: none;
	border: none;
}
#mobileMenuBtn:hover {
	transform:scale(1.1,1.1);
}

#mobileMenuBtn span {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	background: #FFF;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#mobileMenuBtn span:nth-child(1) {
	top: 19px;
	left: 15px;
}
#mobileMenuBtn span:nth-child(2), #mobileMenuBtn span:nth-child(3) {
	top: 28px;
	left: 15px;
}
#mobileMenuBtn span:nth-child(4) {
	top: 37px;
	left: 15px;
}
/*#mobileMenuBtn.open span:nth-child(1) {
	width: 0%;
	left: auto;
	right: 15px;
}
#mobileMenuBtn.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 15px;
}

#mobileMenuBtn.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 15px;
}
#mobileMenuBtn.open span:nth-child(4) {
	width: 0%;
	right: 40%;
}*/


@-webkit-keyframes mobileMenuSlide {
  from {left: -1200px;}
  to {left: 0;}
}
@keyframes mobileMenuSlide {
  from {left: -1200px;}
  to {left: 0;}
}


/* SIB FORMS SIB FORMS SIB FORMS SIB FORMS SIB FORMS SIB FORMS SIB FORMS SIB FORMS SIB FORMS  */
/* SIB FORMS SIB FORMS SIB FORMS SIB FORMS SIB FORMS SIB FORMS SIB FORMS SIB FORMS SIB FORMS  */
.sib-form {
	font-family: inherit !important;
	padding: 0 !important;
	font-size: inherit !important;
}
.sib-form .entry__field {
	border: none !important;
	margin: 0 !important;
}
#sib-container {
	padding: 0 !important;
	background: transparent !important;
}
.sib-form-block {
	padding: 0 !important;
}
.sib-form .input:first-child, .sib-form .input__affix:first-child {
	padding-left: 0 !important;
}
.sib-form textarea.input:first-child {
	padding-left: 10px !important;
}
.sib-form button.mktoButton {
	position: relative;
	margin-left: 0 !important;
	margin-top: 4px !important;
}
.sib-form .entry__field.minWidth {
	max-width: 300px !important;
}
.sib-form .entry__label, .sib-form .input {
	font-weight: 500 !important;
}
.sib-form .entry__error {
	color: #901100 !important;
	font-weight: 800;
}
.sib-form .floatedInput {
	padding: 8px 0 !important;
	float: left !important;
	width: 300px !important;
}
.sib-form .floatedInput.floatRight {
	float: right !important;
}
.sib-form .clickable__icon:not(.sib-icon_standalone) {
	position: absolute !important;
	left: 4px !important;
}
.sib-form .entry__field:focus-within {
    box-shadow: none !important;
}
.sib-form .entry__field {
	background: transparent !important;
}

.subscribeFormContainer .sib-form .floatedInput {
	width: 227px !important;
}
.inputDropdown select {
	border-bottom: 2px solid #FFF !important;
	margin-top: 0 !important;
	color: #FFF !important;
}
.subscribeFormContainer .entry__field .inputText {
	margin-bottom: 8px !important;
}
.sib-form select.input {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 286.1 167'%3E%3Cpath d='M24.1 0h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L7.1 41C-8 25.9 2.7 0 24.1 0z' fill='%23FFFFFF'/%3E%3C/svg%3E") !important;
}