@import 'https://255ac2.claudeassets.com/20220629220151cs_/https://www.pinetreeconstruction.com/File/Content/style/defaults.css';

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(https://c297c0.claudeassets.com/20220629220151im_/https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot);
    src: url(https://c6a61f.claudeassets.com/20220629220151im_/https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(https://00d1a6.claudeassets.com/20220629220151im_/https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(https://2d52e0.claudeassets.com/20220629220151im_/https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff) format('woff'), url(https://71cf67.claudeassets.com/20220629220151im_/https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(https://dba198.claudeassets.com/20220629220151im_/https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

#bgImage {
    overflow-x: hidden; /* Hides the horizontal scrollbar at the bottom of the screen */
}

/* -------------------- Header -------------------- */
header {
    padding: 20px 0px;
	font-family: 'Raleway', sans-serif;
	background: #3d433d;
}

.headerRight {
	text-align: right;
}

#phone {
    font-size: 36px;
	color: #fff;
}


.AccountStatus { /* for sites that enable the account login in the config */
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* -------------------- Nav -------------------- */

nav.navbar {
    margin-bottom: 0px;
}

nav.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	border-bottom: solid 3px transparent;
}

	.navbar-inverse .navbar-nav > li > a:hover {
		color: #fff;
		border-bottom: solid 3px #519b50;
	}

nav .navbar-nav {
    float: right;
}

nav.navbar {
    border-radius: 0px;
    min-height: 100%;
	margin: 15px 0px 0px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar .nav > li > a {
    text-transform: none;
    font-size: 19px;
    font-weight: 300;
	font-family: 'Raleway', sans-serif;
}

nav.navbar .container {
    padding: 0px;
}

nav.navbar .selected a{
    border-bottom: solid 3px #519b50;
}

nav.navbar li a {
    padding: 0px 5px 5px;
}

nav.navbar li {
    padding: 0px 8px;
}

nav.navbar .last a {
    /*padding-right: 0px;*/ /* last nav item flush against right side of container */
}
			
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {		
	border-color:transparent;		
}

.navbar-toggle {
	background-color: #222;
	border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #519b50;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
nav.navbar .last {
    padding-right: 0px;
}

/* -------------------- Page -------------------- */

.mainJumbotron .container-fluid, .mainJumbotron {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

.formTitle { /* Title element of forms */
    font-size: 27px;
    font-weight: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 0px 20px;
}

h1 {
	color: #519b50;
	font-size: 73px;
}

h2 {
	font-size: 45px;
}

a {
    color: #519b50;
}

    a:hover {
        color: #000000;
    }

.btnRow {
  display: table;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.btnImg {
  display: table-cell;
  vertical-align: top;
  padding: 1px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

/*This was added by mike to make all the links the same size*/
.btnRow .btnImg {
    flex-grow: 0;
    text-align: center;
    width: 100%;
}

.btnRow {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
/*---------------------------------------*/

.grayBtn {
	background: #4d524d;
	padding: 20px 0px;
  display: block;
  width: 100%;
  height: auto;
}

.darkBtn {
	background: #232823;
	padding: 20px 0px;
  display: block;
  width: 100%;
  height: auto;
}

.greenBtn {
	background: #1f2f1f;
	padding: 20px 0px;
  display: block;
  width: 100%;
  height: auto;
}

.btnImg a {
	color: #fff;
	text-decoration: none;
}

.btnImg a:hover {
	color: #fff;
	text-decoration: underline;
}

.btn-primary, .bg-primary { /* Set the primary colors for specific elements such as call to action button in header */
	font-family: 'Raleway', sans-serif;
    color: #ffffff;
    background-color: #519b50;
	border:none;
	border-radius: 0px;
	font-size: 15.5px;
	font-weight: 500;
}

    .btn-primary:hover {
        background-color: #000;
    }

.btn-default, .bg-default {
	font-family: 'Raleway', sans-serif;
    color: #ffffff;
    background-color: #575757;
	border:none;
	border-radius: 0px;
	font-size: 15.5px;
	font-weight: 500;
}

    .btn-default:hover {
        background-color: #000;
		color: #fff;
    }

/* ------------------ Accordion styles -----------------------------*/
.panel-heading a {
	color: #fff;
	font-size: 14px;
}

.panel-default > .panel-heading {
	background-color: #1d1e1c;
}

.module .panel-default {
	border: solid 1px #181817;
}

.pageHeader h1 { /* this is a class used for the page header h1 */
    font-weight: 100;
    max-width: 1170px;
    margin: auto;
    font-size: 55px;
    padding-bottom: 2px;
}

/* -------------------- Footer -------------------- */
footer {
    background: #4d524d;
    color: #d4d7d4;
    padding: 30px 0px;
    font-size: 19px;
}

    footer a {
        color: #d4d7d4;
    }

        footer a:hover {
            color: #fff;
        }

.social i {
    border-radius: 50%; /*Makes the circle*/
    width: 46px; /*sets the width of the circle*/
    height: 46px; /*sets the height of the circle*/
    font-size: 30px; /*sets the size of the icon itself*/
    padding: 8px 3px; /*sets the positioning of the icon within the circle*/
    box-sizing: border-box; /*keeps the dimensions of the circle*/
    text-align: center; /*centers the icon in the circle*/
    margin: 0px 1px; /*gives spacing between the icons*/
}

.footerRight {
	text-align: right;
}

/* ---------------- icon styles -------------------*/
.iconLink i {
    padding: 5px 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border: solid 1px #cccccc;
    margin-right: 2px;
    transition:all .3s;
}

.iconLink .fa-file-excel-o {
    color: #3fa024;
}
a.iconLink:hover .fa-file-excel-o {
    background: #3fa024;
}


.iconLink .fa-file-pdf-o {
    color: #c70e0e;
}

a.iconLink:hover .fa-file-pdf-o {
    background: #c70e0e;
}


.iconLink .fa-file-word-o {
    color: #159ae8;
}
a.iconLink:hover .fa-file-word-o {
    background: #159ae8;
}


.iconLink .fa-file-powerpoint-o {
    color: #D24625;
}
a.iconLink:hover .fa-file-powerpoint-o {
    background: #D24625;
}

.iconLink .fa-file-audio-o {
    color: #34495E;
}
a.iconLink:hover .fa-file-audio-o {
    background: #34495E;
}

.iconLink .fa-file-video-o {
    color: #F39C12;
}
a.iconLink:hover .fa-file-video-o {
    background: #F39C12;
}

.iconLink .fa-file-archive-o {
    color: #8E44AD;
}
a.iconLink:hover .fa-file-archive-o {
    background: #8E44AD;
}

a.iconLink:hover .fa {
    color: #fff;
    border-color: transparent;
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* -------------------- Responsive Device CSS -------------------- */

@media (max-width:1270px){
    .btnImg{
        font-size:13px;
    }
}

@media (max-width:960px){
    .btnRow{
        flex-wrap:wrap;
    }
}

/* Desktops */

@media screen and (min-width:768px) {
    ul.dropdown-menu li:hover > ul.dropdown-menu
    {
        display: block;
        position: absolute;
        top: -8px;
        left: 159px;
    }
}

@media screen and (min-width:1170px) {		
	nav .mainNav {		
		max-width:1170px;		
		margin:0px auto;		
	}		
}

/* 4k screens */
@media screen and (min-width:1920px) {
	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
			width: 100%;
		}
}

/* Laptops */
@media screen and (max-width:1200px) {
	.btnImg {
		display: block;
	}
}

/* Tablets */
@media screen and (max-width:991px) {
    header, footer, .headerRight, .footerRight {
		text-align: center;
	}
	
	.footerRight {
		margin: 20px 0px 0px;
	}
}
	
@media screen and (max-width:980px) {
    .container {
        width: 100%;
    }

    /*This is to fix the horizontal scroll issue caused by the AOS (animate on scroll) framework that positions items off to the side before fading in*/
    html, body {
    max-width:100%;
    overflow-x:hidden;
    }
    /*end aos horizontal scroll fix*/
}

/* Portrait Tablets */
@media screen and (max-width:768px) {
    nav .navbar-nav {
        float: none;
		text-align:center;
    }
}

/* Smartphones */
@media screen and (max-width:600px) {
    h1 {
		font-size: 35px;
	}
}

/* -- End Device CSS -- */
/*
     FILE ARCHIVED ON 16:11:44 Mar 31, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:42:59 Jun 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.074
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.033
  esindex: 0.007
  cdx.remote: 29.82
  LoadShardBlock: 144.344 (3)
  PetaboxLoader3.datanode: 96.597 (4)
  PetaboxLoader3.resolve: 106.775 (2)
  load_resource: 125.385
*/