@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);

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

body {
	background: #EFF3E8;
	font-size: 1.2em;
	line-height: 1.8em;
	font-family: Merriweather,Helvetica,sans-serif;
}

.indent {
	margin-left: 30px;
	text-indent: -22px;
}

.indent2 {
	margin-left: 30px;
}

.container16 {
}

p {
	background: none!important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Oswald,Helvetica,sans-serif;
	color: #26200a;
}

h1 {
	margin: 50px 0px;
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 2.8em;
	font-weight: 300;
	text-align: center;}

a {
	color: #245200;
	text-decoration:underline;
}

a:visited {
	color: #c26f00;
}

a:hover {
	color: #ff9200;
}

a:visited:hover {
	color: #c26f00;
}

header {
	width: 100%;
	height: 634px;
	position: relative;
}

#imgShufflr {
	height: 634px;
	background:url(https://northernwoodstree.com/newsite/imgshufflr/img/bg.png)
	no-repeat center center fixed;
	background-size: cover;
	overflow: hidden;
}	

.logo {
	width: 98%;
}

.vert-nav-box {
	background: rgba(239,243,232,.90);
	width: 260px;
	text-align: center;
	margin: 0px 40px;
	padding: 10px;
}

#accordian {
	font-family: Oswald,Helvetica,sans-serif;
	width: 98%;
	margin: 0px auto 0 auto;
}
/*heading styles*/
#accordian h3 {
	font-size: 1.3em;
	font-weight: 300;
	line-height: 34px;
	border-bottom: 1px black solid;
	padding: 1px 10px;
	cursor: pointer;	
}

#accordian a {
	text-decoration: none;
}

/*heading hover effect*/
#accordian h3:hover {
	background-color: rgba(36,80,0,0.86);
	color: #ace400;
	transition: color linear 0.55s;
}
/*iconfont styles*/
#accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
}

/*list items*/
#accordian li {
	list-style-type: none;
}
/*links*/
#accordian ul ul li a {
	background: rgba(78,86,76,0.20);
	color: #613F00;
	text-decoration: none;
	font-size: 1em;
	font-weight:100;
	line-height: 1.8em;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	background: rgba(255,255,255,0.22);
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}

nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.active {
	width: 100%;
}

.nav-phone {
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 1.6em;
	margin: 10px 0px 15px 0px;
}

.nav-phone a {
	text-decoration: none;
}

.license {
	font-family: Oswald,Helvetica,sans-serif;
	font-size: .9em;
	font-weight:100;
}

.header-phone {
	float: right;
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 2.6em;
	text-decoration: none;
	font-weight:700;
	text-shadow: 4px 4px 7px rgba(0,0,0,0.73);
	color: white;
	text-align:center;
	padding: 0px;
	margin-top: 20px;
}

.header-phone a {
	color: rgba(254,255,217,1.00);
	text-decoration: none;
}


.menu {
	text-align: center;
	font-family: Oswald, verdana, arial, helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 38px;
	font-weight: 300;
}

.menu ul {
    display:inline-block;
	background: white;
	padding: 10px 0px;
	z-index: 999;
}

menu, ol, ul {
	padding: 0 0 0 0px;
}
 
.menu li {
    list-style: none;
	padding: 10px 60px;
	display: inline;
	transition: color linear 0.55s;
}

.menu li:hover {
	color: white; 
	background-color: rgba(36,80,0,0.86);
	transition: color linear 0.55s;
}
 
.menu li:last-child {
    margin-right:0px;
}
 
.menu a {
	color: #2C1A00;
	font-weight: 100;
	padding: 15px 0px;
	transition: color linear 0.55s;
	text-decoration: none;
}
 
.menu a:hover, .menu .current-item a {
	transition: color linear 0.55s;
	color: #ace400;
}
 

/*----- Toggle Button -----*/
.toggle-nav {
	display: none;
}

.commitment {
	margin: 50px 0px;
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 2.8em;
	font-weight: 300;
	font-style:italic;
	text-align: center;
}

.title {
	margin: 50px 0px;
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 2.8em;
	font-weight: 300;
	text-align: center;
}

article {
	margin-bottom: 25px;
	padding: 0px 20px;
	line-height:2em;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
	margin: 5px auto 20px auto;
    padding-top: 30px; height: 0; overflow: hidden;
	border: 1px solid #2C1A00;
	box-shadow: 8px 7px 9px rgba(75,84,69,0.15);
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0px;
	text-align: center;
}

.bottom-phone {
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 2.2em;
	text-align:center;
	margin-bottom: 30px;
}

.bottom-phone a {
	text-decoration:none;
}

.copyright {
	margin-top: 10px;
	text-align: center;
	color: #999;
}

.container {
	margin: 25px auto;
}

.wrapper {
	padding: 5px;
}

footer {
	background: white;
	padding-top: 50px;
	color: #2C1A00;
}

.affiliates {
	font-family: Oswald,Helvetica,sans-serif;
	text-align: center;
	margin: 10px 0px;
}

.affiliates-box {
	text-align:center;
	overflow: hidden;
	margin: auto;
}

.isa-cert {
	width: 75px;
	height: 127px;
	margin: 0px 5px;
	display: inline-block;
}

.isa-cert img {
	width: 100%;
	height: auto;
}

.isa-mem {
	width: 82px;
	height: 129px;
	margin: 0px 5px;
	display: inline-block;
}

.isa-mem img {
	width: 100%;
	height: auto;
}

.tcia {
	width: 82px;
	height: 67px;
	margin: 0px 5px;
	padding-bottom: 20px;
	display: inline-block;
}

.tcia img {
	width: 100%;
	height: auto;
}

.md-license {
	width: 67px;
	height: 67px;
	margin: 0px 5px;
	display: inline-block;
}

.md-license img {
	width: 100%;
	height: auto;
}

.vet-owned {
	width: 67px;
	height: 67px;
	margin: 0px 5px;
	display: inline-block;
}

.vet-owned img {
	width: 100%;
	height: auto;
}

.w-checkbook {
	width: 67px;
	height: 67px;
	margin: 0px 5px;
	display: inline-block;
}

.w-checkbook img {
	width: 100%;
	height: auto;
}

.angies-list {
	width: 67px;
	height: 67px;
	margin: 0px 5px;
	display: inline-block;
}

.angies-list img {
	width: 100%;
	height: auto;
}

.pay-online {
	font-family: Oswald,Helvetica,sans-serif;
	text-align: center!important;
	width: 300px;
	margin: 10px auto;
}

.pay-online img {
	margin-top: 40px;
}

.bill-pay {
	width: 165px!important;
	text-align: center!important;
	margin: auto;
}

.copyright {
	font-size: .8em;
	padding-bottom: 20px;
}


.examples .row p {
    padding:4px 0;
}

.dc-map img {
	max-width: 100%;
	height: auto;
}

.right-side-images img {
	border: 1px solid #2C1A00;
	max-width: 100%;
	max-height: auto;
	margin: 10px auto; 
	box-shadow: 8px 7px 9px rgba(75,84,69,0.15);
}

form {
	width: 70%;
	margin: 15px auto;
}

form input {
	float: right;
	height: 20px;
	border: 1px solid #154A00;
	margin-top: 8px;
}

form input:hover {
	box-shadow: 0px 0px 4px rgba(24,73,0,0.66);
}

form textarea {
	float: right;
	margin-top: 8px;
	margin-bottom: 20px;
	border: 1px solid #154A00;
}

form textarea:hover {
	box-shadow: 0px 0px 4px rgba(24,73,0,0.66);
}

.submit input {
	background: #354724;
	color: white;
	width: 100px;
	height: 35px;
	clear: both;
	cursor: pointer;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.submit input:hover {
	background: #BFCBBA;
	color: black;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */ 

#imgShufflr {
	width:100%;
	background:url(..imgshufflr/img/bg.png)
	no-repeat center center scroll;
	background-size: cover;
	overflow: hidden;
}
	
.menu li {
	padding: 0px 35px;
}

}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 960px) {

header {
	height: 500px;
}

#imgShufflr {
	height: 500px;
	background:url(https://northernwoodstree.com/newsite/imgshufflr/img/bg.png)
	no-repeat scroll;
	background-size: cover;
}
	
nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 999;
}

.menu {
        font-size: 18px;
		position:relative;
        display:inline-block;
		width:100%;
}

.menu ul.active {
        display:none;
}
 
.menu ul {
		font-size:28px;
		width:100%;
        position:absolute;
        top:110%;
        left:0px;
        background: #E4E4E4;
}
 
.menu ul:after {
		width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
}

.menu li {
	padding: 0px;
	display: block;
    border-bottom: black 1px solid;
}
 
.menu a {
        display:block;
}

 
.toggle-nav {
		padding:0px;
		width: 100%;
        float:left;
        display:inline-block;
        border-radius:3px;
        background:white;
        color:#777;
        font-size:28px;
        transition:color linear 0.15s;
}
 
.toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:black;
}

h1 {
	margin-top: 110px;
}

.commitment {
	margin-top: 110px;
}

}


@media screen and (max-width: 860px) {
 


}
 
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	
h1 {
	margin-top: 110px;
	line-height: 1.4em;
}

header {
	height: 500px;
}

#imgShufflr {
	height: 500px;
	background:url(https://northernwoodstree.com/newsite/imgshufflr/img/bg.png)
	no-repeat scroll;
	background-size: cover;
}

.vert-nav-box {
	margin: auto;
	padding: 10px;
}

nav {
	margin-top: 0px;
}


.menu {
        font-size: 18px;
		position:relative;
        display:inline-block;
		width:100%;
}

.menu ul.active {
        display:none;
}
 
.menu ul {
		font-size:28px;
		width:100%;
        position:absolute;
        top:110%;
        left:0px;
        background: #E4E4E4;
}
 
.menu ul:after {
		width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
}

.menu li {
	padding: 0px;
	display: block;
    border-bottom: black 1px solid;
}
 
.menu a {
        display:block;
}

 
.toggle-nav {
		padding:0px;
		width: 100%;
        float:left;
        display:inline-block;
        background:white;
        color:#777;
        font-size:28px;
        transition:color linear 0.15s;
}
 
.toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:black;
}

.header-phone {
	display: none;
}

.commitment {
	margin: 80px 20px 0px 20px;
	font-size: 2em;
	line-height: 1.2em;
}

.vert-nav-box {
	margin-top: -50px;
}

.container16 {
	margin-top: 50px;
}

}
 
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}
 
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {



}
