/*Navigation */
/* Link color */


a 
{
	color: #0b6fc1;
	text-decoration: underline;
}
/* unvisited link */
a:link {
  color: #0b6fc1;
}

/* visited link */
a:visited {
  color: #0b6fc1;
}

/* mouse over link */
a:hover {
  color: #0b6fc1;
	
}

/* selected link */
a:active {
  color: #0b6fc1;
}


/*fonts*/
@font-face {
  font-family: "TWKEverett";
  src: url('../fonts/TWKEverett-Regular-web.woff2') format('woff2'), 
    url('../fonts/TWKEverett-Regular-web.woff') format('woff'),
	url('../fonts/TWKEverett-Regular-web.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
  font-family: "TWKEverett";
  src: url('../fonts/TWKEverett-Bold-web.woff2') format('woff2'), 
    url('../fonts/TWKEverett-Bold-web.woff') format('woff'),
	url('../fonts/TWKEverett-Bold-web.tff') format('truetype');
	font-weight: bold;
}

@font-face {
  font-family: "TWKEverett";
  src: url('../fonts/TWKEverett-BoldItalic-web.woff2') format('woff2'), 
    url('../fonts/TWKEverett-BoldItalic-web.woff') format('woff'),
	url('../fonts/TWKEverett-BoldItalic-web.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

body {
    color: #333333;
    background-color: #f7efe2;
    font-size: 12px;
	font-family: "TWKEverett";
    /*font-family: Kievit, sans-serif;*/
}

* {
 font-size: 12px;
 font-family: "TWKEverett";
}
html, body, form, fieldset, table, tr, td, img {
    margin: 0;
    padding: 0;
	font-size: 20px;
    font: 100%/150% "TWKEverett";
}

/* nav links*/
/* home page styling */
.bg-blue1 {
    background-color: #f7efe2;
}

.bg-blue2 {
    background-color: #f7efe2;
    padding: 10px 10px 10px 10px;
}

.bg-img-mainb1 {
    background-image: url("/images/bike1.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*    height: 100%;
     Center and scale the image nicely 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}*/
.bg-img-mainw1 {
    background-image: url("/images/Fieldwalk1.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-maint1 {
    background-image: url("/images/Treeswalk1.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg-img-mainh1 {
    background-image: url("/images/Treeswalk1.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-img-overlay-bl {
    /*margin-left: 400px;*/
    align-content: flex-end;
    background-color: #00a3d6;
    opacity: 0.8;
    color: white;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    border: 1px #5255a5 solid;
}

.main-img-overlay-or {
    /*margin-left: 400px;*/
    align-content: flex-end;
    background-color: #e16613;
    opacity: 0.8;
    color: white;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
}

.main-img-overlay-gy {
    /*margin-left: 400px;*/
    align-content: flex-end;
    background-color: #696969;
    opacity: 0.8;
    color: white;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
}

.main-img-overlay-pu {
    /*margin-left: 400px;*/
    align-content: flex-end;
    background-color: #5255a5;
    opacity: 0.8;
    color: white;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    border: 1px #5255a5 solid;
}


.main-img-overlay-gr {
    /*margin-left: 400px;*/
    align-content: flex-end;
    background-color: #a8b400;
    opacity: 0.7;
    color: white;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/hikeview1.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

/*home page carousel*/
.CarouselBG {
	 background-image: url(https://659e26f6c77ff42d10ce-0abd13c989f2a06a7f91ca14f7cf6dbb.ssl.cf1.rackcdn.com/Images/EartthBackgroundSlider.png);
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

	
}

/*home page hover boxes*/
.imagebox {
    background: black;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

    .imagebox img {
        opacity: 1;
        transition: 0.5s opacity;
    }

    .imagebox .imagebox-desc {
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 0px;
        color: white;
        font-size: 1.2em;
        left: 0px;
        padding: 10px 15px;
        position: absolute;
        transition: 0.5s padding;
        text-align: center;
        width: 100%;
    }

    .imagebox:hover img {
        opacity: 0.7;
    }

    .imagebox:hover .imagebox-desc {
        padding-bottom: 10%;
    }

.text-block-overlay {
    position: relative;
    bottom: 120px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}



/*stop main boxes*/
.navbar {
    border-radius: 0;
    border: 0;
    background-color: #ffffff;
    background-image: none;
    margin-bottom: 0;
    color: #1e1405;
    min-height: 30px !important;
}
/*Top nav hover color*/
.navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #1e1405;
	text-decoration: none;
	font-family: "IBM Plex Mono", monospace;	
    
}


.navbar-brand {
    height: 2px;
    line-height: 2px;
    font-size: 16px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: #1e1405;
    font-weight: normal;
    text-shadow: none;
	text-decoration: none;	
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
    background-color: #1e1405;
    color: #1e1405;
    background-image: none;
    box-shadow: none;
	text-decoration: none;
	}

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a:hover {
        background-color: #1e1405 !important;
        background-image: none;
        color: #1e1405;
    }
/*nav  dropdowns*/
.navbar-nav > li > .dropdown-menu {
    box-shadow: none;
    padding: 0;
    border-top: 0;
	font-family: "IBM Plex Mono", monospace;
}

.dropdown-menu > li > a {
    padding: 5px 0 5px 0px;  /*change last back to 10px*/
    font-size: 12px;
	text-decoration: none;	
	font-family: "IBM Plex Mono", monospace;	
}

    .dropdown-menu > li > a:hover {
        background-color: #1e1405;
        color: white;
        background-image: none;
	text-decoration: none;		
	font-family: "IBM Plex Mono", monospace;		
    }
/* Taken from MainUS.master */
.dropdown-toggle {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: normal;
    color:#1e1405;
}
.nav-link {
    position: relative;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

.navbar-nav > li:hover > .dropdown-menu {
    display: block;
    padding: 5px;
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: none;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: normal;

}
.dropdown-submenu {
    position: relative;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: normal;
}
.dropdown-menu multi-level > li{
    position: relative;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

.nav-link {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    padding: 5px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-left-color: #ccc;
    margin-top: 1px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-toggle {
    background-color:#1e1405;
}
.navbar .navbar-toggle .icon-bar {
    color:#f7efe2;
    background-color:#f7efe2;
}






/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }
}
/* Tables */
.tablehead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #1e1405;
    text-align: center;
}

.tablesubhead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFFFFF;
    background-color: #8F9DA3;
    text-align: center;
}

.tabletan {
    background-color: #FFFFFF;
    border-bottom: 1px #1e1405 solid;
}

.tablebdr {
    border-bottom: 1px #1e1405 solid;
    background-color: #f7efe2;
}
th {
    background-color: #00a3d6;
    color: #ffffff;
    font-size: 18px;
}

/*td {
    border-right: 1px gray solid;
}
    */
.tablesubhead {
    background-color: gray;
    color: white;
}
/* Other Stuff */

.headerv1 {
    font-size: 19px;
    color: #1e1405;
    line-height: 22px;
    font-weight: bold;
}

.header2 {
    font-size: 15px;
    color: #a805fb;
    line-height: 18px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    color: #00a3d6
}

h2 {
    font-size: 18px;
    color: #a8b400;
}

.circleimage {
    width: 110px;
}

#MainBulletAdjust li {
    margin-bottom: 12px;
    margin-top: 12px;
}


#calloutdarkblue {
    background-color: #1e1405;
    color: #f7efe2;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.innertube {
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 10px;
}

/*FAQ section */
.triggerFAQ{padding:5px 45px 6px 10px;margin:0;background:url(../images/toggle_opensm.gif) no-repeat left;background-position:10px 10px;}
.triggerFAQ a{color: #0b6fc1;text-decoration: none;display: block;padding:6px 0 6px 20px;font-size:14px;}
.activeFAQ {background:url(../images/toggle_closesm.gif) no-repeat left;background-position:10px 10px;}
.activeFAQ a {color:#0b6fc1;}
.triggerFAQ a:hover, .trigger a:hover:focus{color:#0b6fc1;}
.toggle_containerFAQ{overflow: hidden; padding:0px 40px 10px 35px;/*clear: both;*/}

.toogle_wrapFAQ{width:100%;-moz-border-radius:8px;-webkit-border-radius:8px;-khtml-border-radius:8px;background:url(../images/box_wrap_bottom.jpg) no-repeat center bottom #FFFFFF;margin:0px 0 0 25px;color:#1e1405; padding:0 40px 0 0;}
#blogcontentFAQ {
		margin-left: 0px;
		padding-bottom: 10px;
		border-bottom: #e8e1d5 1px solid;
}

/* fixing FAQ bullets */
#blogcontentFAQ li {
				margin-bottom: 8px;
				margin-top: -8px;
				background-color: #ffffff;
				margin-left: 40px;
}

