/**custom styles**/

/**general **/
body p {
	font-weight: 100;
	color: #0A1215;
	font-size: 18px;
	line-height: 1.2em;
}
body strong {
	font-family: 'roboto';
    	font-size: 16px;
    	color: #0a1215;
}
.cta {
	border-radius: 5px;
	color: black!important;
	padding: 10px 15px;
	background: #ff9b00; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ff9b00 0%, #ffde00 50%, #ff9b00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ff9b00 0%,#ffde00 50%,#ff9b00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ff9b00 0%,#ffde00 50%,#ff9b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#ff9b00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-weight: bold;
	border: 1px solid black;
	font-family: 'roboto';
	font-size: 15px;
	font-style: normal;
	cursor: pointer;
}

.cta:hover {
	color: #0073ac!important;
	border-color: #0073ac!important;
}

.row .row {
	margin-left: 0;
	margin-right: 0;
}

.cta:visited {
	color: black;
}

a:hover {
	text-decoration: none;
}

input[type="submit"].cta {
	border-radius: 5px;
	color: black;
	padding: 10px 15px;
	background: #ff9b00; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ff9b00 0%, #ffde00 50%, #ff9b00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ff9b00 0%,#ffde00 50%,#ff9b00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ff9b00 0%,#ffde00 50%,#ff9b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#ff9b00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-weight: bold;
	border: none;
	box-shadow:none;
	text-shadow: none;
	border: 1px solid black;
	max-width: 140px;
}

.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body {
	background-color: #E3E3EA;
}

#content {
	max-width: 1440px;
    margin: 0 auto;
}

body h3 {
	color: #0073ac;
	text-transform: uppercase;
	font-size: 30px;
    	font-weight: 300;
}

body h3 a {
	color: #0073ac!important;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.icons {
	background-image: url('/wp-content/uploads/2016/11/bias_icon-1.png');
	width: 30px;
	height: 34px;
	display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

.icons-new {
	background-image: url('/wp-content/uploads/2017/07/bias_icon1.png');
	width: 30px;
	height: 34px;
	display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

.icons.location {
	background-position: 0 0;
}

.icons-new.fax {
    background-position: 95px 0px;
}

.icons-new.leadpod {
    background-position: 30px 0px;
}

.icons-new.facebook {
    background-position: 63px 0px;
}

.icons.phone {
	background-position: -32px 0;
}

.icons.email {
	background-position: -61px 0;
}

.icons.linkedin {
	background-position: -95px 0;
}

.icons.search {
	background-position: -125px -35px;
}

.icons.mediation {
	background-position: -163px 0px;
}

.icons.inspections{
	background-position: -276px 0px;
}

.icons.renovations {
	background-position: -201px 0px;
}

.icons.project {
	background-position: -240px 0px;
}

.site-logo img {
	margin-left: 70px;
}

.site-logo {
	background-image: url(/wp-content/uploads/2016/11/bias_arrow-1.png);
    background-repeat: no-repeat;
    background-size: 80% 60%;
    background-position: -310px 27px;
	transition: all 2s ease-in;
}

.site-logo.animating {
	background-position: 0px 27px;
	background-size: 100% 60%;
}

.arrow a {
    display: block;
    color: white;
}

/**header**/
#masthead {
	background-color: #F1F1F9;
	max-width: 1440px;
	margin: 0 auto;
}

.header-contact {
	display: inline-block;
	max-height: 53px;
    	padding: 10px 0;
}

.header-contact p, .header-contact i {
	display: inline-block;
	color: #0073ac;
	margin: 0;
	vertical-align: middle;
}

.header-contact i.icons {
	background-position: -32px -34px;
}

#top-bar {
	background-color: #FFDE00;
	padding: 4px 0;
	height: 40px;
}

#top-bar ul {
	margin: 0;
	padding: 0;
	max-width: 1440px;
	margin: 0 auto;
}
#top-bar li {
	text-align: center;
	display: inline-block;
	font-family: 'roboto';
	font-size: 16px;
	color: #0a1215;
	font-weight: 500;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 20px;
}

#top-bar li:hover i {
	background-position-y: -35px;
}

#top-bar li:hover a {
	color: #0073AC;
}

#top-bar li a {
	color: #0a1215;
}

.contact-icons p {
	display: inline;
}

#top-bar p {
	display: inline;
}

.menu-main-menu-container {
    	display: block;
	width: 80%;
	float: left;
	display: inline-block;
	transition: all 0.5s ease-in;
	
}

.search-container {
	width: 19%;
	display: inline-block;
	transition: all 0.5s ease-in;
	padding: 10px 0;
	min-width: 150px;
}

.search-container form {
	max-width: 100px;
	display: inline-block;
}

.search-container label {
	width: 100%;
}

.search-container input {
	width: 100%;
	background: transparent;
	border: none;
	font-family: 'Roboto';
    font-size: 16px;
    color: #0073AC;
	font-weight: 500;
}

.search-container input:focus {
	outline: none;
}

.search-container input::-webkit-input-placeholder {
	color: #0073AC;
}

.search-container input:-moz-placeholder { /* Firefox 18- */
   color: #0073AC; 
}

.search-container input::-moz-placeholder {  /* Firefox 19+ */
   color: #0073AC; 
}

.search-container input:-ms-input-placeholder {  
   color: #0073AC; 
}

.search-container .search-submit {
	display: none;
}

#site-navigation {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e3e3ea;
	float: none;
	max-width: 1440px;
        margin: 0 auto;
	position: relative;
}

.site-branding {
	padding: 30px 0 40px 0;
	max-width: 1440px;
    margin: 0 auto;
}

.main-navigation #primary-menu > li {
	padding: 15px 25px;
	float: none;
	display: inline-block;
}

.main-navigation ul {
	white-space: nowrap;
}

.site-description {
	font-style: italic;
}

.menu-container {
	max-width: 1000px;
        margin-left: auto;
}

.menu-container.searching .search-container {
	width: 100%;
}

#site-navigation.searching .mobile-container {
	display: none;
}

.menu-container.searching .search-container form {
	max-width: 100%;
	width: 90%;
}

.search-form {
	transition: all 0.5s ease-in;
}

.menu-container.searching .menu-main-menu-container {
	width: 0%;
	opacity: 0;
}

.main-navigation a {
	font-family: 'Roboto';
    font-size: 16px;
    color: #0073AC;
}

.main-navigation li:hover a {
	color: #0a1215;
}

.main-navigation:not(.toggled) #primary-menu .sub-menu {
	background-color: white;
    border: 2px solid #e3e3ea;
    box-shadow: none;
    padding: 10px 20px;
    top: 5em;
}

.main-navigation.toggled ul ul {
	position: static;
	float: none;
	box-shadow: none;	
}

.main-navigation.toggled .header-contact {
	padding: 0;
}

.main-navigation.toggled .menu-item-has-children > a:after {
	content: "+";
	position: absolute;
	right: 0;
}


.main-navigation.toggled #primary-menu .sub-menu li {
    float: none;
}

.main-navigation.toggled #primary-menu .sub-menu li a {
	font-size: 20px;
}

.main-navigation.toggled #primary-menu .sub-menu li a:before {
	content: "- ";
}

.main-navigation:not(.toggled) #primary-menu .sub-menu:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e3e3ea transparent;
	content: "";
	position: absolute;
    	top: -10px;
    	left: 10px;
}

#primary-menu .sub-menu li {
	transition: all 0.35s ease-in;
	position: relative;
}

#primary-menu .sub-menu li:hover {
	transform: translate(10px);
}

.menu-toggle {
	color: #0073ac;
    background: transparent;
    border: none;
    text-shadow: none;
    box-shadow: none;
	display: inline-block;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
	padding: 0;
    vertical-align: middle;
}

.menu-toggle:focus {
	border: none;
	box-shadow: none;
}

.hamburger {
	color: transparent;
    background: #0073ac;
	height: 2px;
	max-width: 20px;
	width: 100%;
    border: none;
    text-shadow: none;
    box-shadow: none;
	position: relative;
	display: inline-block;
	border-radius: 0;
	padding: 0;
	vertical-align: middle;
}

.hamburger:before {
	background: #0073ac;
	content: "";
	height: 2px;
	width: 20px;
	position: absolute;
	top: -5px;
	left: 0;
}

.hamburger:after {
	background: #0073ac;
	content: "";
	height: 2px;
	width: 20px;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.mobile-container {
	position: absolute;
    	left: 30px;
   	width: 90px;
    	top: 30px;
	display: none;
	opacity: 1;
	transition: opacity .25s ease-in-out;
   	-moz-transition: opacity .25s ease-in-out;
   	-webkit-transition: opacity .25s ease-in-out;
}

.mobile-container.hidden {
	opacity: 0;
}

.main-navigation.toggled #primary-menu > li {
	display: block;
	margin-left: 0;
}

.main-navigation.toggled #primary-menu {
    background-color: white;
    border: 2px solid #e3e3ea;
    padding: 10px 20px;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 100;
    width: 90%;
    margin: 0 5%;
}

.main-navigation.toggled  #primary-menu:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e3e3ea transparent;
	content: "";
	position: absolute;
    top: -10px;
    left: 10px;
}

.main-navigation.toggled a {
	font-size: 30px;
}

/**hero section**/
.hero {
	background-image: url('/wp-content/uploads/2016/11/bias_background_ph.jpg');
	background-size: cover;
	min-height: 560px;
	display: block;
	align-items: center;
	position: relative;
}

.video-container {
    height: 100%;
    position: relative;
    width: 100%;
    min-height: 560px;
    z-index: 0;
    overflow: hidden;
}

#herovid {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 99999999999;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/wp-content/uploads/2016/11/bias_background_ph.jpg) no-repeat;
    background-size: cover;
    max-width: 1440px;
}

.arrow {
	background-color: #132933;
	margin-bottom: 20px;
	padding: 20px 20px;
	position: relative;
	color: #0073ac;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: lighter;
	width: 340px;
	text-align: left;
	cursor: pointer;
	display: block;
}

.arrow:hover {
	color: white;
	background-color: #0073ac;
	font-size: 30px;
	width: 460px;
}

.arrow a:visited {
	color: white;
}

.arrow:hover a {
	color: white;
}


.arrow:hover:after {
	border-color: transparent transparent transparent #0073ac;
    border-width: 43px 0 42px 42px;
    right: -42px;
}

.arrow:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 0 35px 35px;
    border-color: transparent transparent transparent #132933;
    content: " ";
    position: absolute;
    right: -35px;
    top: 0;
}

.arrow-content {
	display: none;
}

.arrows {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 50%;
    	transform: translateY(-50%);
}

.hero .phone {
	position: absolute;
	right: 5%;
	top: -30px;
	z-index: 3;
}

.hero .content-box {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    right: 28%;
    max-width: 350px;
    padding: 20px;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

.hero .content-box p {
	color: white;
	font-style: italic;
	font-size: 40px;
	font-weight: 100;
	line-height: 1em;
	margin-bottom: 0;
}

.hero .content-box p:first-child {
	margin-bottom: 15px;
}

.hero .arrow i {
	background-position-y: -73px;
}

/**intro panel **/
.intro {
	margin-bottom: -167px;
    	position: relative;
    	z-index: 9999;
	float: left;
}
.info-box {
	padding: 15px;
	background-color: white;
}

.info-box p {
	margin-bottom: 0;
}

.info-box h3:first-child {
	margin-top: 0;
}
div#about {
    background-image: url(/wp-content/uploads/2016/11/bias_arrow_about.png);
    min-height: 310px;
    padding: 70px 5% 0 5%;
    height: 613px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

div#about div {
	padding: 0 5%;
}

#servicesCarousel {
	max-height: 445px;
	overflow: hidden;
	height: 446px;
    	background-color: white;
}

#projectCarousel {
	min-height: 445px;
    	background-color: white;
}

#servicesCarousel .carousel-content {
	display: none;
}

#servicesCarousel .carousel-title {
	display: none;
}

.carousel-image img {
    width: 100%;
}

#servicesCarousel .carousel-indicators .active, #caseCarousel .carousel-indicators .active, #projectCarousel .carousel-indicators .active {
    background-color: #FFDE00;
}

#servicesCarousel .carousel-indicators li, #caseCarousel .carousel-indicators li, #projectCarousel .carousel-indicators li {
	border-color: black;
}

#case-studies {
	min-height: 403px;
	background-color: white;
}

#servicesCarousel .carousel-indicators, #caseCarousel .carousel-indicators, #projectCarousel .carousel-indicators {
	position: relative;
    left: 0;
    bottom: 0;
    margin: 0;
    text-align: left;
    margin-top: 10px;
}

.intro .info-box {
	min-height: 125px;
}

.service-info-box {
	background-color: white;
	clear: both;
}

#servicesCarousel .carousel-control {
	display: none;
}

#caseCarousel .carousel-title {
	display: none;
}

/**testimonials panel **/
.testimonials {
	background-image: url('/wp-content/uploads/2017/02/bias_background.jpg');
	background-size: cover;
	min-height: 600px;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: -165px;
	overflow: hidden;
	padding: 0 15px;
	width: 100%;
}

#testimonialCarousel {
	width: 100%;
    height: 100%;
    min-height: 600px;
	position: relative;
	z-index: 2;
}

#testimonialCarousel .carousel-wrapper {
	min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonialCarousel .carousel-content {
	max-width: 900px;
	margin: 0 auto;
	color: white;
	font-size: 40px;
	font-style: italic;
}

#testimonialCarousel .carousel-indicators {
	width: 100%;
    max-width: 900px;
    left: initial;
    margin: 0 auto;
    text-align: left;
	position: static;
	margin-top: 10px;
}

#testimonialCarousel .carousel-indicators .active {
    background-color: #FFDE00;
}

blockquote p {
	font-weight: 100;
	font-style: italic;
	color: white;
	font-size: 30px;
}

.testimonials blockquote {
	border-left: none;
	margin: 0;
	padding: 0;
	
}

.horizontal-arrows {
	position: absolute;
	left: -200px;
	transition: all 2s ease;
	z-index: 1;
	max-width: 300px;
}

.vertical-arrows {
	position: absolute;
    top: -270px;
    right: 70px;
	transition: all 2.5s ease;
	z-index: 1;
	max-width: 520px;
}

.testimonials.animating .vertical-arrows {
	top: 0;
}

.testimonials.animating .horizontal-arrows {
	left: 0;
}

.testimonials .cta {
	display: block;
    margin-top: 20px;
    max-width: 160px;
    text-align: center;
}

.testimonials .carousel-inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 0;
}

/** contact form **/
.moreinfo input {
	width: 100%;
}

.moreinfo textarea {
	height: 100px;
	max-height: 80px;
}

.moreinfo {
	background-color: white;
}

.moreinfo #contact {
	background-image: url('/wp-content/uploads/2016/11/bias_arrow_form.png');
	background-size: 100% 100%;
    background-position: bottom;
    min-height: 596px;
	background-repeat: no-repeat;
	padding-top: 170px;
}

#contact .info-box {
	background-color: transparent;
}

.moreinfo .row > div {
	float: none!important;
	display: inline-block;
	vertical-align: bottom;
}

.moreinfo .col-md-3 {
	width: 25%;
}

.wpcf7 input, .wpcf7 textarea {
    border: none;
    border-radius: 0px;
    margin-bottom: 5px;
    padding: 5px 0 5px 20px;
    font-family: 'roboto';
    font-weight: 500;
	font-size: 15px;
}

div.wpcf7-response-output {
    max-width: 500px;
    margin-left: 10%;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	outline: none;
}

.wpcf7-not-valid-tip {
	display: none!important;
}

.wpcf7-not-valid {
	border: 1px solid red!important;
}

/**footer **/
#colophon {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.site-footer li:hover p {
	color: #ffde00;
}

.site-footer li:hover a {
	color: #ffde00;
}

#colophon > .container {
	max-width: 1410px;
	width: 100%;
}
.site-footer {
	background-color: #0A1215;
	color: white;
}

.site-footer .icons {
	background-position-y: 70px;
	margin-top: 7px;
}

.site-footer .container a {
	color: white;
	font-family: roboto;
	font-size: 16px;
	font-weight: 100;
}

.site-footer p {
	color: white;
}

.left-content {
	float: left;
	padding-top: 30px;
}

.right-content {
	float: right;
}

.row#sitemap {
    border-bottom: 1px solid #e3e3ea;
    padding: 30px 15px;
}
.footer-menus .col-md-3 {
	width: 20%;
}

#site-info {
	padding: 10px;
}

.site-footer strong {
	margin-bottom: 15px;
	display: block;
	color: white;
}

#sitemap ul {
	margin-left: 0;
	padding-left: 0;
}

#sitemap li {
	list-style: none;
}

.row#story {
	margin-bottom: 50px;
}

#story p {
	color: white;
}

.footer-logo {
	margin-bottom: 20px;
	position: relative;
}

.footer-logo:after {
	background-image: url('/wp-content/uploads/2016/11/footer-arrow.png');
    content: " ";
    position: absolute;
    right: -90px;
    top: 26px;
    width: 400px;
    height: 50px;
    z-index: 1;
}

.footer-logo img {
	z-index: 2;
	margin: 0 auto;
	display: block;
	position: relative;
}

.footer-tagline p {
	font-style: italic;
}

#sitemap .menu li:first-child a {
	font-weight: 500;
}

#sitemap .contact-icons li {
	margin-bottom: -5px;
}

#sitemap .contact-icons li:hover a {
	color: #FFDE00;
}

#sitemap .contact-icons li:hover i {
	background-position-y: 100%;
}

#site-info span {
	font-size: 16px;
	font-family: 'roboto';
}

.contact-footer {
	background-image: url('/wp-content/uploads/2017/01/bias_background.jpg');
	position: relative;
	padding-top: 120px;
    padding-bottom: 70px;
	background-size: cover;
    background-position: center center;
}

.contact-footer .wpcf7:before {
    background-image: url(/wp-content/uploads/2017/01/bias_icon_email.png);
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    left: 30px;
    top: 8px;
    background-size: 100%;
}

.contact-footer .wpcf7 {
	position: relative;
}

.contact-footer textarea {
	max-height: 112px;
}

.contact-footer .row {
	margin: 0;
	max-width: 650px;
	margin-left: 160px;
}

.contact-footer input {
	width: 100%;
}

.contact-footer input[type="submit"].cta {
	float: right;
    margin-top: 20px;
}

.contact-footer .col-md-6 {
	padding: 0 3px;
	max-width: 50%;
}

.footer-arrows {
	position: absolute;
	left: 0;
	top: -70px;
	max-width: 350px;
	background-image: url(/wp-content/uploads/2017/01/bias_arrow_subpage.png);
    	background-repeat: no-repeat;
    	background-size: 100% 100%;
	padding: 30px 40px 10px 10px;
}

.footer-arrows strong {
	color: black;
}

.footer-phone {
	position: absolute;
    right: 50px;
    top: -60px;
    max-width: 170px;
}

.footer-phone .cta {
	display: none;
}

.footer-phone:before {
	background-image: url(/wp-content/uploads/2017/01/bias_icon_phone.png);
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    left: -130px;
    top: 187px;
    background-size: 100%;
}

/**subpage styles**/
.subpage {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 100px;
	background-image: url('/wp-content/uploads/2017/01/bias_background_subpage.jpg');
	background-size: cover;
	position: relative;
}
.subpage h1 {
	margin-top: 0;
	color: #0073ac;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
}

.subpage .row {
	position: relative;
	z-index: 2;
}

.bottom-fade{
    background-image: url(/wp-content/uploads/2017/02/bias_fade-bottom.png);
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 500px;
    z-index: 1;
    left: 0;
}

.top-fade{
    background-image: url(/wp-content/uploads/2017/02/bias_fade-bottom.png);
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 500px;
    z-index: 1;
    left: 0;
}


.statistic img {
    float: left;
    margin-right: 10px;
}

.statistic {
	clear: both;
	margin-bottom: 80px;
	display: block;
}

.page-info {
	background-image: url(/wp-content/uploads/2017/01/bias_arrow_subpage.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 20px 30px 20px;
    position: relative;
    left: -15px;
}

.subpage.standard .row.banner {
	margin-left: -15px;
    	margin-right: -15px;
    	margin-top: -15px;
}

.subpage.standard .page-info {
    position: absolute;
    left: 0;
    width: 280px;
    min-height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subpage.standard .page-info h1 {
	margin-bottom: 0;
}

/**contact page**/
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
.subpage.contact {
	padding-right: 0;
    	padding-top: 0;
}
.subpage.contact .contact-icons ul {
	margin-left: 0;
	padding-left: 0;
}

.subpage.contact .contact-icons li {
	list-style: none;
}

.subpage.contact .col-md-3 {
	padding-top: 15px;
}

/**about page**/
.subpage.about .service-box {
	width: 100%;
	max-width: 100%;
	height: auto;
	text-align: left;
	margin-right: 0;
}

.subpage.about .service-box strong {
	margin-bottom: 10px;
    	display: block;
}

.subpage.about .service-box a {
	color: black;
}

.subpage.about .service-box a:hover {
	color: #0073AC;
}

.subpage.about .service-box a:hover i {
	background-position-y: -35px;
}

.subpage.about .service-box h4 {
	margin-bottom: 0;
}

.subpage.about .service-content {
	max-width: 100%;
	display: block;
	padding: 35px 45px;
}

.subpage.about .content-wrapper *:last-child {
	margin-bottom: 0;
}

/**services page**/
.subpage.services {
	padding-top: 20px;
}
.subpage.services .content-container {
	padding-right: 70px;
}
.service-box {
    width: 47%;
    max-width: 360px;
    float: left;
    background-color: #e3e3ea;
    height: 360px;
    margin-right: 30px;
    margin-bottom: 30px;
	position: relative;
	transition: all 0.3s ease-in;
}

.services-grid {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding-top: 40px;
}

.service-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 70%;
    margin: 0 auto;
}

.service-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index: 999999;
}

.service-thumb {
	transition: all 0.3s ease-in;
}

.service-icon {
	transition: all 0.3s ease-in;
}

.service-box:nth-child(odd) {
	text-align: right;
}

.service-box:nth-child(even) {
	text-align: left;
	margin-right: 0;
}

.service-icon, .service-thumb {
	position: absolute;
}

.service-box:nth-child(1) .service-icon {
	bottom: 0;
	right: 0;
}

.service-box:nth-child(2) .service-icon {
	bottom: 0;
	left: 0;
}

.service-box:nth-child(3) .service-icon {
	top: 0;
	right: 0;
}

.service-box:nth-child(4) .service-icon {
	top: 0;
	left: 0;
}

.service-box:nth-child(1) .service-thumb {
	top: -20px;
	left: -20px;
}

.service-box:nth-child(2) .service-thumb {
	top: -20px;
	right: -20px;
}

.service-box:nth-child(3) .service-thumb {
	bottom: -20px;
	left: -20px;
}

.service-box:nth-child(4) .service-thumb {
	bottom: -20px;
	right: -20px;
}

.service-box:nth-child(1):hover {
	transform: translate(-10px, -10px);
}

.service-box:nth-child(2):hover {
	transform: translate(10px, -10px);
}

.service-box:nth-child(3):hover {
	transform: translate(-10px, 10px);
}

.service-box:nth-child(4):hover {
	transform: translate(10px, 10px);
}

.service-box:nth-child(1):hover .service-thumb {
	transform: translate(-20px, -20px);
}

.service-box:nth-child(2):hover .service-thumb {
	transform: translate(20px, -20px);
}

.service-box:nth-child(3):hover .service-thumb {
	transform: translate(-20px, 20px);
}

.service-box:nth-child(4):hover .service-thumb {
	transform: translate(20px, 20px);
}

.service-box:nth-child(1):hover .service-icon {
	transform: translate(20px, 20px);
}

.service-box:nth-child(2):hover .service-icon {
	transform: translate(-20px, 20px);
}

.service-box:nth-child(3):hover .service-icon {
	transform: translate(20px, -20px);
}

.service-box:nth-child(4):hover .service-icon {
	transform: translate(-20px, -20px);
}

/**single service**/
.row.banner {
	background-image: url(/wp-content/uploads/2017/01/bias_service_long_project-management.jpg);
    background-size: cover;
	background-position: center center;
    min-height: 162px;
	padding: 0;
	margin: 0;
	position: relative;
}

.single-service #content .container {
	background-image: url('/wp-content/uploads/2017/01/bias_background_subpage.jpg');
	background-size: 100%;
	margin: 0;
	width: 100%;
	padding: 30px 30px 100px 30px;
}

.single-service .page-info {
	position: absolute;
	left: 0;
	width: 280px;
}

.single-service #content blockquote p {
	color: #0A1215;
}

.single-service #content blockquote {
    border-left: none;
    margin: 0;
	margin-bottom: 20px;
    padding: 0;
}

.cd-timeline-block{
	min-height: 200px;
}

#cd-timeline {
	min-height: 760px;
}

body #cd-timeline span.fa {
	color: black;
}

body .cd-timeline-img {
    box-shadow: none;
	z-index: 2;
}

body #cd-timeline::before {
	background: black;
	width: 1px;
	top: 25px;
	max-height: 550px;
}

body .timeline-small #cd-timeline:before {
    max-height: 270px;
}

body .cd-timeline-content::before {
    border-color: transparent!important;
    width: 60px;
    height: 1px;
    background: black;
    border: 0px;
    z-index: 1;
}

h2.cd-timeline-item-title {
    text-align: center;
    color: white;
}

.announcement-banner-image, #cd-timeline .the-excerpt {
	display: none;
}

body .cd-timeline-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3em 4em;
}

.cd-timeline-item-title {
	font-size: 18px;
}

/**portfolio**/ 
.portfolio-box {
    width: 100%;
    float: none;
    margin-bottom: 70px;
}

.portfolio-box strong {
	margin-bottom: 20px;
    	display: block;
}

.subpage.portfolio .services-grid {
    width: 100%;
    max-width: initial;
}

.subpage.portfolio .portfolio-box img {
	margin-bottom: 20px;
}

.nivo-lightbox-title {
    line-height: 1em;
    display: block;
    border-radius: 0px;
    font-size: 16px;
}

.nivo-lightbox-title-wrap {
	display: none;
}

/**media queries**/
@media only screen and ( max-width: 1200px ) {
	.footer-logo:after {
		right: -150px;
	}
	
	.service-box {
		height: 420px;
	}

	.footer-phone img {
		display: none;
	}
}

@media only screen and ( max-width: 1060px ) {
	.hero .phone {
		display: none;
	}

	.hero .content-box {
		right: 2%;
	}
}

@media only screen and ( max-width: 992px ) {
	.subpage.contact {
    		padding-right: 15px;
	}
	#servicesCarousel {
		height: initial;
	}
	div#about {
		padding-top: 150px;
	}
	.moreinfo .col-md-3 {
		width: 50%;
	}

	.moreinfo img.guarantee-img {
		width: 100%;
	}
	
	div#about {
		height: auto;
	}
	
	.intro {
		margin-bottom: 0;
	}
	
	#servicesCarousel {
		max-height: initial;
		overflow: hidden;
	}
	
	#colophon .container {
		width: 100%;
		padding: 0 15px;
	}
	
	#colophon .container > .row {
		margin: 0;
		margin-bottom: 20px;
	}
	
	#sitemap .col-sm-12 {
		margin-bottom: 50px;
	}
	
	.footer-logo:after {
		right: -30px;
	}
	
	.service-box {
		height: 360px;
	}

	.footer-phone {
		left: 160px;
		top: 270px;
	}

	.contact-footer {
		padding-bottom: 100px;
	}

	.contact-footer .wpcf7 {
		margin-bottom: 180px;
	}

	.footer-phone {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
	}

	.footer-phone .cta {
		margin-left: 35px;
		margin-top: 180px;
		display: initial;
	}

	.footer-phone:before {
		left: 35px;
		top: -130px;
	}
}
@media only screen and (max-width: 821px) {
	body #cd-timeline::before {
		max-height: 710px;
    		left: 47px;
	}
	body .cd-timeline-block {
    		min-height: 80px;
		margin: 30px;
	}

	#cd-timeline {
		margin-bottom: 0;
	}
}
@media only screen and ( max-width: 767px ) {
	.menu-main-menu-container {
		width: 200px;
	}
	.header-contact {
		float: right;
		margin-right: 20px;
	}
	div#about {
    		padding-top: 0px;
	}
	#top-bar li p {
		display: none;
	}

	.site-branding {
		padding-top: 70px;
	}
	
	.footer-logo img {
		z-index: 2;
		margin: 0px 70px 0 auto;
		display: block;
		position: relative;
	}

	.mobile-container {
		display: block;
	}
	
	.search-container {
		position: absolute;
		right: 0;
		top: 35px;
	}
	
	#primary-menu {
		display: none;
	}
	
	.main-navigation.toggled #primary-menu {
		display: block;
	}
	
	.contact-footer .col-md-6 {
		width: 70%;
		max-width: 90%;
	}
	
	.service-box {
		width: 100%;
		padding-top: 80px;
	}
	
	.service-box:nth-child(1) .service-thumb {
		top: 0px;
		left: 0px;
	}
	
	.service-box:nth-child(2) .service-thumb {
		top: 0px;
		right: 0px;
	}
	
	.service-box:nth-child(3) .service-thumb {
		bottom: 0px;
		left: 0px;
	}
	
	.service-box:nth-child(4) .service-thumb {
		bottom: 0px;
		right: 0px;
	}
	
	.service-thumb {
		max-width: 150px;
	}
	
	.site-description {
		padding-left: 20px;
	}

	.hero .content-box {
		display: none;
	}

	.subpage.about .service-box {
    		padding-top: 0;
	}

}

@media only screen and ( max-width: 610px ) {
	.intro .col-xs-6 {
		width: 100%;
	}
	
	.moreinfo .col-md-3 {
		width: 100%;
	}
	
	.testimonials {
		margin-bottom: 0;
	}
	
	.moreinfo #contact {
		background-size: 100%;
		min-height: initial;
		padding-top: 0;
	}
	
	.left-content, .right-content {
		float: none;
	}
	
	.left-content {
		padding-top: 0;
	}

	body blockquote p {
		font-size: 26px;
	}

	div#about {
		min-height: initial;
		display: flex;
		align-items: center;
		padding: 40px 0;
	}

	div#about h3 {
		margin-top: 0;
	}

	#contact .info-box {
		padding: 40px 15px;
	}
}


@media only screen and ( max-width: 500px ) {
	.contact-footer .col-md-6 {
		width: 100%;
		max-width: 100%;
	}
	
	.contact-footer .row {
		margin: 0 auto!important;
		max-width: 90%;
	}
	
	.contact-footer {
		padding-top: 200px;
	}

	.footer-phone:before {
		left: 25px;
		top: -80px;
		height: 50px;
		width: 50px;
	}

	.footer-phone .cta {
		margin-left: 25px;
	}

	.contact-footer .wpcf7 {
		margin-bottom: 150px;
	}
	
	.contact-footer .wpcf7:before {
		top: -70px;
    		height: 50px;
    		width: 50px;
    		left: 20px;
	}
	
	.portfolio-box {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	
	body p {
		font-size: 15px;
	}
	
	.site-description {
		font-size: 25px;
	}

	.site-logo img {
    		margin-left: 10px;
	}

	.hero {
		min-height: 460px;
	}

	.contact-footer input[type="submit"].cta {
		float: none;
	}
}


/* Dustin adjustment top bar */
#top-bar .f-left {
	float: left;
}

#top-bar .f-right {
	float: right;
}

.site-footer .icons-new {
    background-position-y: 70px;
    margin-top: 7px;
}

@media screen and (max-width: 900px) {
	#top-bar .f-left p {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	#top-bar li {
		margin-left: 0;
		margin-right: 0;
	}
}