@charset "UTF-8";
/*
 * Bootstrap Image Gallery Demo CSS 3.0.0
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */


/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

* {
	box-sizing:border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}

ol, ul {
    list-style: none;
}

#content ol{
    list-style:decimal;
}
#content ul{
    list-style:disc;
}

.widget ol, .widget ul{
    list-style:none !important;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }



.modal {
	overflow: auto;
	color: #333;
}




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        line-height:normal
}

.spacedList li {
	margin-bottom: 8px;
}

a {
}

a:hover {
}

a:link {
}

a:visited {
}

ul, ol, p {
	margin-bottom: 20px;
}

p, #content ul li, #content ol li {
	line-height: 16px;
}

#content ul, #content ol {
	margin-left: 35px;
}


h1 { 
        margin: 0;
        padding: 0;
        margin-top: 5px;
        margin-bottom: 20px;
        font-family: Georgia;
        font-size: 26px;
        line-height: 26px;
        color: #336600;
}

h2 { 
	font-size: 16px; 
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
        text-decoration:none;
}

h3 {
        background-color: #112703;
        padding: 5px;
        border: 1px solid #CCC;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom:10px;
}

.entry {
	margin-botttom: 25px;
}

#sidebar {
	width: 100%;
        
}

.full {
	color: #C60;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.center {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.registerButtonCell a {
	display: inline-block;
	background-color: #CCC;
	border: 1px outset #999;
	padding: 4px;
	color: #333;
	margin-left: auto;
	margin-right: auto;
}


.widget ul, widget li, widget ol{
    margin-left:0 !important;
}

.widget ul{
    margin-top:20px;
    margin-bottom:20px;
}

.widget h3{
    width:100%;
    display:block;
    padding:10px 20px;
    margin:10px 0;
    color: #fff;
    /*background:rgba(51,102,0,0.5);*/
    border:0;
    background:transparent;
    font-size: 20px;
    font-weight:400;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.widget a{
    color:#333;
    display:block;
    width:100%;
    padding:10px 20px;
}
.widget a:hover{
    background:#414141;
    color:#fff;
    text-decoration:none;
}

.widget .current-menu-item > a{
        background:#333;
        color:#fff;
}
aside{
    background:#b6c791;
    padding-bottom:20px;
    border-style: solid;
    border-width: 8px;
    -moz-border-image: url(../images/circle-border.png) 10 repeat;
    -webkit-border-image: url(../images/circle-border.png) 10 repeat;
    -o-border-image: url(../images/circle-border.png) 10 repeat;
    border-image: url(../images/circle-border.png) 10 repeat;
    margin-bottom:10px;
}

.entry {
	margin-botttom: 25px;
}

#sidebar {
	width: 100%;
        
}

.widget label.screen-reader-text{
    display:none;
}
.widget #searchform{
    width:100%;
    padding-top:20px;
}
.widget #searchform #s {
    margin-left:20px;
    padding:15px;
    width: 70%;
    float: left;
    background-color: #F2F2F2;
    font-size: .9em;
    border:none;
}

.widget #searchform #searchsubmit {
    width: 20%;
    padding:15px 0;
    text-indent: -10000px;
    background: #333 url(../images/search_icon.png) center center no-repeat;
    cursor: pointer;
    border:none;
    }
.widget #searchform #searchsubmit:hover {
    background-color:#414141;
}

#content ul.sub-menu{
    margin:0;
	padding-left: 35px;
}

.widget .sub-menu li {
	list-style-type: square;
}

.widget .sub-menu a{
    /* color:#333; */
	padding-left: 5px;
}
/*
.widget .sub-menu a:hover, .widget .sub-menu .current-menu-item > a{
    background: transparent;
    color: #005596;
}
*/


.submenu-title, .submenu-title > a{
    background: #333;
    color:#fff !important;
}
.submenu-title, .submenu-title .current-menu-item > a{

}


.container{
    background-color:transparent;
}

	/* Header */

header {
	padding-top: 20px;
        background:url(../images/beige-bg.jpg) #cdcbbc; 
        -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.3);
        box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.3);
        margin-top:50px;
}

.phoneNumber {
	text-align: right;
	font-size: 18px;
	margin-bottom: 15px;
	padding-right: 10px;
}

#social-media{
    width:100%;
    text-align:left;
    height:auto;
    padding:20px 0;
}
    #social-media ul{
        margin-bottom:0;
    }
    #social-media a:link, #social-media a:visited{
        font-size:30px;
        line-height:normal;
        color:#fff;
        display:inilne-block;
        vertical-align:central;
        background:#777;
        padding:7px 10px;
        margin:5px;
    }

        #social-media a:last-of-type{
            margin-right:0;
        }

        #social-media a:hover{
            text-decoration:none;
            background-color:#999;
        }

	/* Main Menu */

	.nav > li {
		position: relative;
		display: block;
	}


.dropdown-menu {
	position:relative;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0 ;
	box-shadow: none;
        line-height: 20px;
        background-image: none;
  }
  
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{
	      padding: 5px 15px 5px 25px;
  }

.nav>li>a {
    position: relative;
    display: block;
    padding: 20px 15px;
}
.nav-tabs>li>a{
    padding:17px 15px 18px;
    color:#000;
    font-weight:800;
}
.navbar-default{
    border-radius:0;
}

.desktop-nav .navbar-collapse.in{
    overflow:visible !important;
}

.navbar{
    margin-bottom:0;
}

#content-bg{
    background: url(../images/body-bg.jpg) repeat-x #fff;
}
	/* static banner and content */
.container{

}
#main-container{
    background-color:#fff;
}

#content{
    padding:20px 0;
}

.staticImage{
    padding:0 !important;
    margin:0 !important;
}
.staticImage img{
    max-width:100%;
    display:block;
    height:auto;
}

  
	/* footer */ 
 
footer {
	background: url(../images/footer-bg.png) repeat-x #1f1d11;
	padding:60px 0 60px 0;
	color: #FFF;
}

.footer-menu a{
    float:left;
    padding:5px 10px;
    color:#fff;
}
.footer-menu a:hover{
    text-decoration:none;
    background:rgba(255,255,255,0.3);
}
.footer-menu .current-menu-item > a{
    color:#666;
    background:transparent;
}

.poweredByTable {
	float: right;
}

.poweredByText {
    line-height: 18px;
    padding-right: 10px;
    vertical-align: middle;
}

.poweredByText a, .poweredByText a:hover {
	color: #FFF;
}



/* Icomoon font icons -- used for social media icons */

td.bubbleUpLogo a{
    color:#fff;
    font-size:60px;
    padding-right:10px;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?') format('eot'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
}
[class*="smIcon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.smIcon-bubbleup-logo:before {
	content: "\e600";
}
.smIcon-google:before {
	content: "\e601";
}
.smIcon-facebook:before {
	content: "\e602";
}
.smIcon-twitter:before {
	content: "\e603";
}
.smIcon-feed:before {
	content: "\e604";
}
.smIcon-youtube:before {
	content: "\e605";
}
.smIcon-vimeo:before {
	content: "\e606";
}
.smIcon-flickr:before {
	content: "\e607";
}
.smIcon-tumblr:before {
	content: "\e608";
}
.smIcon-linkedin:before {
	content: "\e609";
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */


    
.carousel-caption {
padding:0;
right:15%;
left:15%;
}

.carousel-caption .col-xs-5{
    position:relative;
}
.carousel-caption .col-xs-5 img{
    max-width:100%;
    height:auto;
}

.carousel-caption .col-xs-7{
    text-align:left !important;
    padding-top:5%;
}


/* Since positioning the image, we need to help out the caption */


.bg-image{
    opacity:0.2;
    filter:alpha(opacity=20); /* For IE8 and earlier */
}
.carousel-caption h1{
    font-size: 18px;
    font-weight:700;
    margin-bottom:10px;
    color:#fff;
}
.carousel-caption p{
    font-size: 14px;
    line-height:normal;
    font-weight:400;
    color:#fff;
}


/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #221e1f;
}
.carousel-inner > .item > img {
    max-height:400px;
  min-width: 100%;
  height: auto;
}


#post-info{
    font-size:12px;
}
.front-box{
    background:url(../images/foam-texture.png);
    padding:0;
    border-left:3px solid #71824e;
}
.front-box-wrapper > div:first-of-type{
    border-left:0;
}

.front-box-title{
    background:url(../images/green-textures-light.png);
    padding:25px;
    display:block;
    width:100%;
    font-size:22px;
    text-align:center;
    /* color:#102806; */
    color: #000;
}
.front-box-content{
    overflow:auto;
    padding:10px;
    height:260px;
    width:100%;
    display:block;
}
.front-box-content ul li{
    list-style-image:url('../images/checkmark.png');
}

.posts-box{
    overflow:auto;
    padding:20px 10px 10px;
    height:210px;
}

.workshopTable {
	width: 100%;
	margin-bottom: 20px;
}

.workshopTable td {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #CCC;
}

.workshopTable th {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
}

.registerButtonCell {
	text-align: center;
}

.workshopAltRow td {
	background-color: #F0F0F0;
}

.red {
	color: #FF0000;
}

.formLabel {
	margin-bottom: 5px;
}

.formField {
	margin-bottom: 15px;
}

.formField input, .formField textarea {
	width: 250px;
	max-width: 100%;
}

.formField textarea {
	height: 80px;
}

.highlightMessage {
	background-color: #FFFFE0;
	border: 1px solid #E6DB55;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

.filterOptions {
	margin-bottom: 20px;
}

.sortOptions {
	float: right;
}

.filterType {
	float: left;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */

@media (min-width:760px) {
    
header{
    position:relative;
    z-index:100;
    margin-top:0;
}  
.carousel{
    display:block;
}    
.carousel-image {
    display:block;
}

.carousel-caption h1{
    font-size: 30px;
}
.carousel-caption p{
    font-size: 18px;
}  
.caption-text{
    display:block;
}
    #social-media{
        text-align:left;
    }
    .nav>li {
        float:left;
    }
	
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		list-style: none;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		background-clip: padding-box;
	}

  .featurette-heading {
    font-size: 50px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
.carousel-caption h1{
    font-size: 30px;
}
.carousel-caption p{
    font-size: 18px;
}
    
    #social-media{
        text-align:right;
    }
    .nav>li {
        float:left;
    }
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		list-style: none;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		background-clip: padding-box;
	}
	
	.featurette-heading {
    	margin-top: 120px;
  	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
.carousel-caption h1{
    font-size: 36px;
}
.carousel-caption p{
    font-size: 22px;
}

    #social-media{
        text-align:right;
    }
    .nav>li {
        float:left;
    } 
	
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		list-style: none;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		background-clip: padding-box;
	}
}


.paging { padding:10px 0px 0px 0px;  font-size:12px; text-align: center; margin-bottom: 15px;}  
.paging.display{text-align:rightright;}  
.paging a, .paging span {padding:2px 8px 2px 8px;}  
.paging span {font-weight:bold; color:#000; font-size:13px; }  
.paging a {color:#666; text-decoration:none; border:1px solid #666; background-color: #F0F0F0}  
.paging a:hover { text-decoration:none; background-color:#6C6C6C; color:#fff; border-color:#000;}  
.paging span.prn { font-size:13px; font-weight:normal; color:#aaa; }   
.paging a.prn:hover { border-color:#000;}  
.paging p#total_count{color:#aaa; font-size:12px; padding-top:8px; padding-left:18px;}  
.paging p#total_display{color:#aaa; font-size:12px; padding-top:10px;} 

blockquote {
	margin-left: 20px;
	margin-right: 20px;
}

ul ul li {
	list-style-type: circle;
}

ul.nav li {
    list-style-type: none;
}

#content ul.nav-tabs {
	margin-left: 0px;
}