@charset "UTF-8";
/* CSS Document */

/* ============================== */
/* COLORS */
/* ============================== */

.tan {color: #b9a992;}
.red {color: #9e2225;}
.blue {color: #294d5d;}
.brown {color: #4c0412;}
.grey {color: #4f483c;}


/* ============================== */
/* OVERRIDES */
/* ============================== */

/* Change Nav Link Color*/

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #b9a992 !important;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #b9a992 !important;
}

/* Change Alternating BG color*/
.bg-light {
    background-color: #ede6dd !important;
}


.fa-circle{
    color: #b9a992 !important;
}

/* Hightlight*/
::-moz-selection {
    text-shadow: none;
    background: #2980b9;
}

::selection {
    text-shadow: none;
    background: #888;
}

/* Navbar logo*/
.navbar-brand img {
	height: 30px;
}

@media(min-width:992px) {
    .navbar-brand img {
        height: 35px;
    }
}

/* Nav Button*/
.navbar-toggler {
    background-color: transparent !important;
	border: 1px solid #fff !important;
	padding: 6px 10px !important;
}

/* ============================== */
/* BUTTONS */
/* ============================== */

.btn-primary {
    border-color: #fff;
    background-color: transparent;
}

.btn-xl {
    padding: 10px 30px;
    border-color: #fff;
	border-width: 4px;
    border-radius: 50px;
    text-transform: uppercase;
	font-family: "multicolore_regular","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #9e2225 !important;
    background-color: #9e2225 !important;
	color: #fff !important;
}

.video-btn {
	width: 100%;
	border: 0px;
	background-color: transparent;
}

.video-btn:hover {
	opacity: .5;
	cursor: pointer;
}

button:focus{
	outline: 0px;
}

/* ============================== */
/* HEADER */
/* ============================== */

#header {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#markets {
	padding: 0px !important;
	margin: 0px !important;
}

/* Logo size in header*/
.intro-text img {
	width: 290px;
	padding-bottom: 0px;
}

header.masthead .intro-text {
    padding-top: 120px;
    padding-bottom: 40px;
}

header.masthead .intro-text .intro-heading {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 25px;
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

@media (min-width: 544px) {  
	.intro-text img {
		width: 470px;
		padding-bottom: 0px;
	}		
}

@media (min-width: 768px) {  
	.intro-text img {
		width: 500px;
		padding-bottom: 30px;
	}
	header.masthead .intro-text {
		padding-top: 140px;
    	padding-bottom: 70px;
	} 
	header.masthead .intro-text .intro-heading {
		font-size: 35px;
		line-height: 35px;
	}
}

@media (min-width: 992px) { 
	.intro-text img {
		width: 575px;
		padding-bottom: 30px;
	}
	header.masthead .intro-text {
		padding-top: 180px;
    	padding-bottom: 100px;
	} 
	header.masthead .intro-text .intro-heading {
		font-size: 40px;
		line-height: 40px;
	}
}

@media (min-width: 1200px) { 
	.intro-text img {
		width: 575px;
		padding-bottom: 30px;
	}
	header.masthead .intro-text {
		padding-top: 180px;
    	padding-bottom: 100px;
	} 
	header.masthead .intro-text .intro-heading {
		font-size: 50px;
		line-height: 50px;
	}
}

.channel-icons {
	width: 50%
}

/* ============================== */
/* MARKETS */
/* ============================== */

#markets h3{
	color: #fff;
	margin-top: 115px;
	text-shadow: 2px 2px #000;
	font-size: 1.5em;
	font-family: "multicolore_regular","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

@media (min-width: 544px) {  
 
}

@media (min-width: 768px) {  
 
}

@media (min-width: 992px) { 
 
}

.market-box {
	height: 275px;
	background-color: #666;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.market-box:hover {
    opacity: .7;
	text-decoration: none;
}

.bg {
	background-color: #666;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-harrisburg {
	background-image: url("../img/city-hburg.jpg") !important;
}

.bg-philly {
	background-image: url("../img/city-philly.jpg") !important;
}

.bg-pittsburgh {
	background-image: url("../img/city-pitt.jpg") !important;
}

.bg-richmond {
	background-image: url("../img/city-richmond.jpg") !important;
}

.bg-richmond-video {
	background-image: url("../img/video-richmond.jpg");
}

.bg-pitt-video {
	background-image: url("../img/video-pitt.jpg");
}

.bg-philly-video {
	background-image: url("../img/video-philly.jpg");
}

.bg-hburg-video {
	background-image: url("../img/video-hburg.jpg");
}

@media (max-width: 797px) {
    body { 
        padding-left: 0px !important;
        padding-right: 0px  !important;
    }
}

/* ============================== */
/* ABOUT */
/* ============================== */

#about img {
	height: 55px;
}

#about h1 {
	color: #4F483C;	
}

#about h5 {
	margin-top: 20px;
}

.playbutton {
	height: 120px !important;
}


/* ============================== */
/* VIDEO BLOCK */
/* ============================== */

.video {
	background-color: #f1f1f2;
	padding-top: ;
}

.embed-responsive {
    width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed,
.embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    width: 95%;
    height: 95%;
	margin-left: auto;
	margin-right: auto;
}

.video .carousel-control-prev-icon {
 	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%4F483C' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
	margin-left: -50% !important;
}

.video .carousel-control-next-icon {
  	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%4F483C' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
	margin-right: -45% !important;
}

.carousel-indicators li {
    background-color: #4F483C;
}
.carousel-indicators .active {
    background-color: #ADAAA5;
}

.carousel-indicators {
	position: absolute;
	bottom: -50px;
}

.carousel-item {
    height: 110%;
}


/* ============================== */
/* CHANNELS */
/* ============================== */

#channels {
	background-color: #4f483c;
}

#channels h1, #channels h2, #channels h3, #channels h4, #channels h5, #channels h6 {
	color: #fff;
}

#channels img {
	height: 40px;
}

#channels h5 {
	font-size: 1.15em;
}

#channels a:hover {
    opacity: .5;
	text-decoration: none;
}


/* ============================== */
/* SPECIFIC CHANNELS */
/* ============================== */

.specific-channel {
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px !important;
}

.specific-channel h1 {
	text-align: center;
}

.specific-channel h1,h2,h3,h4,h5 {
	color: #4f483c;
}

@media (min-width: 768px) {  
	.specific-channel h1 {
		margin-bottom: 20px;
	}
}

.specific-channel h5 {
	font-size: 1.15em;
}

.channel-details {
	padding-top:0px;
	padding-bottom: 40px;
	padding-right: 50px;
	padding-left: 50px;
}

@media (min-width: 768px) {  
	.channel-details {
		padding-top:90px;
		padding-bottom: 90px;
		padding-right: 50px;
		padding-left: 50px;
	}
}

.bulletpoint p {
    line-height: normal !important;
}

.bulletpoint img {
    height: 40px;
	margin-top: 10px;
}

.specific-channel.btn-primary {
    border-color: #4f483c;
	background-color: #4f483c;
	color: #fff;
}

.specific-channel .btn-xl {
	margin-top:30px;
    border-color: #4f483c;
	background-color: #4f483c;
	color: #fff;
}

.specific-channel .btn-xl:hover,
.specific-channel .btn-xl:focus,
.specific-channel .btn-xl:active,
.specific-channel .btn-xl.active,
.specific-channel .open .dropdown-toggle.btn-xl {
    border-color: #4f483c !important;
    background-color: transparent !important;
	color: #4f483c !important;
}

.bg-ch {
	background-color: #666;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-builder {
	background-image: url("../img/bg-builder.jpg");
}

.bg-commercial {
	background-image: url("../img/bg-commercial.jpg");
}

.bg-designgroup {
	background-image: url("../img/bg-designgroup.jpg");
}

.bg-investor {
	background-image: url("../img/bg-investor.jpg");
}

.bg-multifamily {
	background-image: url("../img/bg-multifamily.jpg");
}

.bg-seniorliving {
	background-image: url("../img/bg-seniorliving.jpg");
}

@media (max-width: 768px) {  
 	.bg-ch {
		margin-top: 25px;
		height: 300px;
	}
	.specific-channel, #about, #channels, #clients, #staff {
		padding-bottom: 25px;
		padding-top: 50px;
	}
}


/* ============================== */
/* SPECIFIC CHANNEL-ALT */
/* ============================== */

.specific-channel-alt {
	background-color: #f1f1f2;
}

/* ============================== */
/* CLIENTS */
/* ============================== */

#clients {
	background-color: #4f483c;
}

#clients h1, #clients h2, #clients h3, #clients h4, #clients h5, #clients h6 {
	color: #fff;
}

@media (min-width: 768px) {  
	#clients h1 {
		margin-bottom: 80px;
	}
}

#clients img {
	height: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#clients h5 {
	font-size: 1.15em;
}


/* ============================== */
/* TEAM */
/* ============================== */

#team img {
	width: 70%;
}

#team h5 {
	font-size: 1.15em;
}

#team .title {
	font-size: .85em;
}

#team p {
    line-height: normal !important;	
}

#team .btn-secondary {
	background-color: #4f483c;
	color: #fff;
	font-size: 1rem;
    border-radius: 50px;
	padding: 0 20px;
	border: 2px solid #4f483c !important;
}

#team .btn-secondary:hover,
#team .btn-secondary:focus,
#team .btn-secondary:active,
#team .open .dropdown-toggle.btn-secondary {
    background-color: transparent !important;
	color: #4f483c !important;
	border: 2px solid #4f483c !important;
}



/* ============================== */
/* FOOTER */
/* ============================== */

footer {
    padding: 5px 0;
    text-align: center;
	background-color: #333;
	padding-bottom: 50px;
}

.copyright {
	padding-top:80px;
	color: #fff;
	font-size: 1em;
	font-family: "Stem-ExtraLight","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

footer p, footer h1, footer h4 {
	color: #fff;
	font-weight: 300;
}

footer p {
	font-family: "Stem-ExtraLight","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	text-shadow: 2px 2px #000;
}

footer h1 {
	padding-top: 120px;
}

.bg-richmond-foot {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("../img/city-richmond.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-pitt-foot {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("../img/city-pitt.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-harrisburg-foot {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("../img/city-hburg.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-philly-foot {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("../img/city-philly.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

footer a {
	color: #fff;
}

footer a:hover,
footer a:focus,
footer a:active,
footer a.active {
    color: #fff !important;
	opacity: 0.6;
	text-decoration: none;
}

.CG {
	height: 25px;
}

.nowrap {white-space: nowrap;}



/* ============================== */
/* STICKY FOOTER */
/* ============================== */

#fixed {
  position: fixed;
  height: 45px;
  bottom: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;	
  background-color: #3c4045;	
  padding-top: 5px;	
}

#fixed p {
  color: #fff;	
  padding-top: 2px;	
  font-size: 1.1em;
}


/* ============================== */
/* MODAL */
/* ============================== */

.modal-header {
	background-color: #4f483c;
}

.modal-header h3 {
	color: #fff;
}

.modal h5, .modal p {
    line-height: normal !important;	
}


.modal-header .close {
	color: #fff;
}

.modal-body img {
	width: 70%
}

/* ============================== */
/* QUOTE MODALS */
/* ============================== */


#modalQuote .modal-content  {
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important; 
}

#modalQuote .modal-header  {
    -webkit-border-top-right-radius: 10px !important;
    -moz-border-top-right-radius: 10px !important;
    border-top-right-radius: 10px !important; 
    -webkit-border-top-left-radius: 10px !important;
    -moz-border-top-left-radius: 10px !important;
    border-top-left-radius: 10px !important; }

#modalQuote .form-group {
	font-family: "Stem-ExtraLight","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

#modalQuote label {
	font-family: "multicolore_regular","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/* ============================== */
/* VIDEO MODALS */
/* ============================== */

.modal-video .modal-dialog {
      max-width: 1200px;
      margin: 30px auto;
  }

.modal-video .modal-body {
  position:relative;
  padding:0px;
}

.modal-video .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}


/* ============================== */
/* POPOVER */
/* ============================== */

.popover {
	font-family: "Stem-ExtraLight","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	color: #333;
  }

.btn-secondary {
    background-color: #4f483c;
    border-radius: 50px;
	padding: 0 20px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active, {
    border-color: #9e2225 !important;
    background-color: #9e2225 !important;
	color: #fff !important;
}


/* ============================== */
/* DROPDOWN */
/* ============================== */

.dropdown-menu {
	background-color: transparent;
}

@media (min-width: 992px) { 
	.dropdown-menu {
	background-color: #222529 !important;
	}
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}



/* ============================== */
/* FONTS */
/* ============================== */

/* Change font*/
.multicolore {
	font-family: "multicolore_regular","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.stem {
	font-family: "Stem-ExtraLight","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

h1, h2, h3, h4, h5 {
	font-family: "multicolore_regular","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

p {
	font-family: "Stem-ExtraLight","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	color: #333;
	}
	
h1 {
	font-size: 2rem;	
	margin-bottom: 25px;
}

@media (min-width: 544px) {  
	h1 {
		font-size: 3rem;	
	}
}
 
@media (min-width: 768px) {  
	h1 {
		font-size: 3rem;	
	}
}

@media (min-width: 992px) { 
	h1 {
		font-size: 3.5rem;	
	}
}



.nav-link {
	font-family: "multicolore_regular","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}


@font-face {
    font-family: 'multicolore_regular';
    src: url('fonts/multicolore-webfont.woff2') format('woff2'),
		 url('fonts/multicolore-webfont.woff') format('woff');
}

@font-face {
  	font-family: 'Stem-ExtraLight';
  	src: url('fonts/Stem-ExtraLight.eot?#iefix') format('embedded-opentype'),  
  		 url('fonts/Stem-ExtraLight.woff') format('woff'),
		 url('fonts/Stem-ExtraLight.ttf')  format('truetype'), 
		 url('fonts/Stem-ExtraLight.svg#Stem-ExtraLight') format('svg');
}


.img100 {max-width: 100%;}

.logos {
    max-width: 250px;
}

.hidden {display:none;}

