/*

COLORS: 
(darker shades first, then lighter shades, so beieg-1 is darker than beige-2)
grey text:      #474651; 
darkest grey: 	#363636;  
dark grey:      #464646;
grey:        	#818285;
green:         	#90c31d;
teal: 			#56a4b0

FONTS: 
Montserrat Regular
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
Montserrat Bold
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
Source Sans Pro Extra-Light
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
Source Sans Pro Light
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;  
Source Sans Pro Normal
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
Source Sans Pro Semi-Bold
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;     
Source Sans Pro Bold
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
Source Sans Pro Extra Bold
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
Libre Baskerville
	font-family: 'Libre Baskerville', serif;
    font-weight: 400;
Libre Baskerville Bold
	font-family: 'Libre Baskerville', serif;
    font-weight: 700;
*/

html {
    min-height: 101%;
    margin-bottom: 1px;
}
body {
    font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 22px;
    padding-top: 101px;
}
body.sticky {
	padding-top: 71px;
}
img {
    max-width: 100%;
    height: auto;
}
.hname {
	display: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Libre Baskerville', serif;
	font-variant: small-caps;
    font-weight: 400;
    color: #464646;
}
h1 {
	font-size: 35px;	
	margin-bottom: 35px;	
}
h2 {
	font-size: 23px;
	/*margin-bottom: 30px;*/
	margin-bottom: 15px;
    margin-top: 30px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
	font-weight: 700;
}
p {
	margin-bottom: 20px;
}

a {
    color: #90c31d;
    text-decoration: none;
}
@media (min-width: 768px) {
	a.tel {
	    color: inherit;
	}
}
.btn {
	border-radius: 0;
	color: #ffffff;
    background-color: #90c31d;
    border-color: #90c31d;
    text-transform: uppercase;
}
.btn:hover,
.btn:focus,
.btn:active {
	background-color: #56a4b0;
	border-color: #56a4b0;
	color: #FFF;
}
.btn-full {
	width: 100%;
}
.btn-blue {
	background-color: #56a4b0;
	border-color: #56a4b0;
	color: #FFF;
}
.btn-yellow {
	background-color: #F9C016;
	border-color: #F9C016;
	color: #FFF;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
	background-color: #90c31d;
	border-color: #90c31d;
	color: #FFF;
}

label {font-weight: 400;}

@media (max-width: 767px) {
	.text-left-xs {
		text-align: left !important;
	}
}

/*
 * bootstrap overrides and extensions
 * --------------------------------------------------
 */
.clearer.form-control-feedback {
    pointer-events: auto;
}
.form-inline .form-group.group-has-clear {
    position: relative;
}
.form-inline .form-group.group-has-clear input {
    z-index: 1;
}
.form-inline .form-group.form-group-sm.group-has-clear .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.form-control-feedback.glyphicon-remove-circle {
    cursor: pointer;
}
.form-control {
	border-radius: 0;
}
.paging-nav {
    padding-top: 30px;
    padding-bottom: 30px;
}
.paging-nav span,
.paging-nav a {
    display: inline-block;
    padding: 0 5px;
    text-transform: uppercase;
}
.paging-nav .pg_prev_d:after,
.paging-nav .pg_prev_n:after {
    content: '\00ab\00a0Prev';
}
.paging-nav .pg_next_d:after,
.paging-nav .pg_next_n:after {
    content: 'Next\00a0\00bb';
}


/*
 * #page_loading
 * --------------------------------------------------
 * These prevent the flash of unstyled content (FOUC) when loading C_public.css in the footer.
 */
#page_loading {
	display: none !important;
}
#page_loaded {
	display: block !important;
}

/*
 * #site_header
 * --------------------------------------------------
 */
#dropdown_shadow {
	display: none;
	position: fixed;
	left: 0;
    right: 0;
	top: 0;
    bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1020;
	background: rgba(30,30,30,0.6);
}
.navbar {
    font-size: 1.1vw; 
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 25px 0;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.66);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.66);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.66);
     -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
             transition: all 0.8s ease;
}

@media (max-width: 767px) {
	.navbar {
		font-size: 12.9px;	
	}
}

@media (min-width: 1170px) {
	.navbar {
		font-size: 12.9px;	
	}
}

.navbar.sticky {
    padding: 10px 0;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-right: -15px;
}
.navbar-inverse {
    background-color: #FFF;
    border-color: #FFF;
}
.navbar-inverse .navbar-nav > li > a:focus {
	color: #9d9d9d;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #363636;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active:hover > a, .navbar-inverse .navbar-nav > .active:focus > a,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open:hover > a, .navbar-inverse .navbar-nav > .open:focus > a,
.navbar-nav > li:hover > a
 {
    color: #363636;
    background: none;
    border-bottom: 5px solid #90c31d;
}
.navbar-inverse .navbar-nav > .active > a#search_link, 
.navbar-inverse .navbar-nav > .active:hover > a#search_link, 
.navbar-inverse .navbar-nav > .active:focus > a#search_link,
.navbar-inverse .navbar-nav > .open > a#search_link, 
.navbar-inverse .navbar-nav > .open:hover > a#search_link, 
.navbar-inverse .navbar-nav > .open:focus > a#search_link,
.navbar-nav > li:hover > a#search_link
 {
    border: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: none;
    color: black;
}
.navbar-brand {
    display: block;
    padding: 5px 15px;
    line-height: 44px;
}
.navbar-brand img {
	max-height: 44px;
	width: auto;
}
.navbar-nav > li {
	margin: 0 3px;
}
@media (min-width: 992px) {
	.navbar-nav > li {
		margin: 0 7px;
	}
}
@media (min-width: 1200px) {
	.navbar-nav > li {
		margin: 0 9px;
	}
}


@media (min-width: 768px) {
	.navbar-nav > li:first-of-type {
		margin-left: 0;
	}
}
.navbar-nav > li:last-of-type {
	margin-right: 0;
}
.navbar-nav > li > a {
    padding: 11px 3px;
}
@media (min-width: 992px) {
 .navbar-nav > li > a {
	 padding: 11px 4px;
 }
}

/* Secondary */
/*
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.navbar-nav > li > .dropdown-menu {
	border-radius: 0;
}
.dropdown-menu {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
	color: #9d9d9d;
	padding: 10px 40px 10px 20px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
	    left: -6px;
	    right: auto;
	}
	.navbar-right #search_link .dropdown-menu {
		right: -6px;
	    left: auto;
	}
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.dropdown-menu > .open > a, .dropdown-menu > .open > a:hover, .dropdown-menu > .open > a:focus {
    color: #90c31d;
    background-color: transparent;
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.dropdown-menu>.dropdown-submenu>.dropdown-menu {display:none;}
.dropdown-menu>.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:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-30px;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.dropdown-submenu>.dropdown-menu > li > a {
	white-space: normal;
	padding: 10px 20px;
	text-transform: none;
}
/* CSS used here will be applied after bootstrap.css */
.nav { margin-bottom: 0; }
.nav > li.dropdown.open { position: static; }


.dropdown-drawer {
	/*
    position: absolute; 
	top: 101px; 
	*/
    position: absolute; 
	top: 100%; 
	left: 0;
	right: 0; 
    z-index: 1025;
	overflow: hidden;
    padding: 30px 0;
	text-align: center; 
    background-color: #fff;
	border-top: 5px solid #90c31d;
	border-radius: 0; 
}
.drawer-wrap {
    overflow: hidden;
    margin: 0 -15px;
}
.dropdown-drawer ul {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 550px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media (min-width: 992px) {
    .dropdown-drawer ul {
        height: 500px;
    }
}
@media (min-width: 1200px) {
    .dropdown-drawer ul {
        height: 510px;
    }
}
.dropdown-drawer .drawer-wrap > ul > li { 
    position: static;
    display: block; 
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 25%;
    height: 100%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    opacity: .65;   
    -webkit-transition: opacity .5s;
       -moz-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;
}
.dropdown-drawer .drawer-wrap > ul > li:hover,
.dropdown-drawer .drawer-wrap > ul > li.active,
.dropdown-drawer .drawer-wrap > ul > li:focus {
    opacity: 1;
}
.dropdown-drawer .drawer-wrap > ul > li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    content: '';
    width: 25%;
    margin-left: -15px;
    background-color: transparent;
    border-left: 1px dotted gray;
}
.dropdown-drawer li:after {
    position: absolute;
    bottom: 10px;
    display: inline-block;
    content: 'Learn More';
	border-radius: 0;
	color: #ffffff;
    background-color: #90c31d;
    border-color: #90c31d;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
.dropdown-drawer li:hover:after {
    background-color: #56a4b0;
    border-color: #56a4b0;
}
.dropdown-drawer .drawer-wrap > ul > li:last-of-type,
.dropdown-drawer .drawer-wrap > ul > li:nth-child(4n) { 
	border-right: none;
}
.drawer-wrap.cols4 > ul > li:nth-child(4n+1) {
    clear: left;
}
.drawer-wrap.cols4 > ul > li:nth-child(4n+1):before {
    border-left: none;
}
.drawer-wrap.cols3 > ul > li:first-of-type {
    margin-left: 12.5%;
}
.drawer-wrap.cols3 > ul > li:first-of-type:before {
    border-left: none;
}
.drawer-wrap.cols2 > ul > li:first-of-type {
    margin-left: 25%;
}
.drawer-wrap.cols2 > ul > li:first-of-type:before {
    border-left: none;
}
.drawer-wrap.cols1 > ul > li:first-of-type {
    margin-left: 37.5%;
}
.drawer-wrap.cols1 > ul > li:first-of-type:before {
    border-left: none;
}
.dropdown-drawer li a {
    position: relative;
    z-index: 5;
    height: 100%;
    padding-bottom: 70px;
    display: block;
	color: #464646;
	font-size: 14px;
	font-weight: 400;
	text-transform: none; 
}
.dropdown-drawer li a.long {
    padding-bottom: 140px;
}
.dropdown-drawer li a:hover,
.dropdown-drawer li a:focus {
	text-decoration: none;
	color: #464646;
}
.dropdown-drawer li h2 { 
	font-size: 17px; 
	line-height: 20px;
	font-weight: 700;
}
.dropdown-drawer li .title {
	text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;	
    margin-bottom: 10px;
}
.dropdown-drawer li .btn {
}

/* Bootstrap Overrides */
.dropdown-menu > li > a {
	white-space: normal;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}

/* Hamburger Nav */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form,
.navbar-inverse .navbar-toggle {
	border: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #90c31d;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #90c31d;
}
.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: white;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	    color: black;
	    background-color: transparent;
	}
	.dropdown-menu>.dropdown-submenu>.dropdown-menu {margin-left: 20px; display: block;}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active:hover > a, .navbar-inverse .navbar-nav > .active:focus > a,
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open:hover > a, .navbar-inverse .navbar-nav > .open:focus > a,
	.navbar-nav > li:hover > a
	{
	    color: #90c31d;
	    background: none;
	    border-bottom: none;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	    color: #90c31d;
	    background: transparent;
	}
}

@media (min-width: 768px) {
	#search_form {
		margin-right: -30px;
	}
}
/*
 * #header_image
 * --------------------------------------------------
 */
#header_image {
    background: url('/images/headers/wind_header.jpg');
    background-repeat: no-repeat;
    padding-bottom: 15.38462%;
    background-size: cover;
    width: 100%;
    height: 0;
}
@media (max-width: 767px) {
    #header_image {
    	height: 120px;
		background-position: center center;
		padding: 0;
    }
}

/*
 * #site_main
 * --------------------------------------------------
 */
#site_main {
	padding-top: 10px;
	padding-bottom: 50px; 
	background-color: #fff;
}
.breadcrumb {
	background: none;
	padding: 0;
}
.breadcrumb,
.print-share {
	font-size: 13px;
	color: #808184;
}
.breadcrumb a,
.print-share a {
	color: #808184;
}
@media (min-width: 767px) {
    .print-share {
		text-align: right;
	}
}
.addthis_sharing_toolbox {
	display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 3px;
}

/*
 * #content
 * --------------------------------------------------
 */
#content {
	margin-top: 26px;
}
@media (min-width: 768px) {
    #content {
        min-height: 500px;
        margin-top: 56px;
    }
    .home #content {
	    margin-top: 31px;
    }
}
 #content ul {
	list-style-type: none;
	position: relative;
	margin-left: 2em;
	margin-bottom: 30px;
	padding-left: 0;
}
#content ul li {
	margin-bottom:5px;
}
#content ul li:before {
	content: "\25AA";
	position: absolute;
	left: -1em;
	color: #50a3ae;
	margin-right: 5px;
}

#content .block-set {
    width: 40%;
    margin-bottom: 20px;
    font-size: 80%;
}
#content .block-set.pull-right {
    margin-left: 30px;
}
#content .block-set.pull-left {
    margin-right: 30px;
}
#content .block-set p {
    margin-bottom: 10px;
}
@media (max-width: 540px) {
    #content .block-set {
        width: 100%;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 20px;
        text-align: center;
    }
}

blockquote {
	color: #91c21d;
	margin: 20px;
	border-left: none;
	font-style: italic;
	font-size: 22px;
	line-height: 30px;
}
blockquote p {
	margin-bottom: 0;
}
blockquote footer {
    font-size: 75%;
    padding-left: 35px;
    color: inherit;
    line-height: inherit;
    margin-top: 10px;
}


/*
 * #site_footer
 * --------------------------------------------------
 */
#site_footer {
   padding-top: 20px;
   padding-bottom: 20px; 
   color: #a1a1a1;
   text-align: center;
}
#site_footer p{
   margin: 0;
}
#site_footer a {
   color: #a1a1a1;
}
#site_footer .footer-top {
    border: 1px solid #e3e3e3;
    border-width: 1px 0 1px 0;
}
#site_footer .footer-top div {
	padding-top: 50px;
}
#site_footer .footer-top .footer-logo {
	padding-top: 35px;
}
#site_footer .footer-top .social {
	padding-bottom: 35px;
}
@media (min-width: 768px) {
	#site_footer .footer-top .footer-logo {
		padding: 59px 0px;
		padding-left: 15px;
	}
	#site_footer .footer-top .subscribe {
		padding: 52px 0;
	}
	#site_footer .footer-top .social {
		padding: 56px 0;
		padding-right: 15px;
	}
}
@media (min-width: 1200px ) {
	#site_footer .footer-top .footer-logo {
    	padding: 47px 0px;
    }	
}

#site_footer .social {
   text-align: center;
}
#site_footer .social em {
	font-family: Georgia, Times, 'Times New Roman', serif;
}
#site_footer .social em,
#site_footer .social i {
	vertical-align: middle;
}
#site_footer .social .fa {
   padding: 0 5px;
   color: #56a4b0;
}
#site_footer .social a:last-of-type .fa {
	padding-right: 0;
}
#site_footer .social .fa:hover {
   color: #90c31d;
}

@media (min-width: 768px) {
    #site_footer {
       text-align: left;
    }
    #site_footer .social,
    #site_footer .site-by {
       text-align: right;
    }
}
#site_footer .subscribe {
	text-align: center;
}
#site_footer .subscribe span {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
	margin-right: 5px;
}
#site_footer .subscribe form {
	display: inline;
}
.form-inline .form-control {
	display:inline-block;	
}
 
#site_footer .subscribe input {
	color: #fff;
	background-color: #b0b0b0;
	border: none;
	font-size: 13px;
	font-weight: 400;
	width: 184px;
}
@media (max-width: 768px) {	 
	#site_footer .subscribe .btn {
		margin-top: -1px;
	}
}
#site_footer .subscribe input::-webkit-input-placeholder {
   color: #fff;
}

#site_footer .subscribe input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

#site_footer .subscribe input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

#site_footer .subscribe input:-ms-input-placeholder {  
   color: #fff;
}
#site_footer .footer-bottom div {
	padding: 32px 0;
}



/*
 * HOME PAGE
 * --------------------------------------------------
 */
.home #billboards {
    position: relative;
    z-index: 998;
    margin-bottom: -6px;
}
.home .news-teasers {
    margin-top: 30px;
    padding-top: 20px;
    border-top: solid 1px #666;
}
.home h1 {
	font-size: 30px;
	margin-top: 0;
}
@media (min-width: 768px) {
	.home h1 {
		font-size: 40px;
	}
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;

}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 

/* Callouts */
#callouts {
	margin: 35px 0;
}
#callouts .callout {
	/*margin-bottom: 20px;*/
}
#callouts a {
    /*background-color: #56a4b0;*/
    display: block;
    text-align: center;
    color: white;
    cursor: pointer;
    /*transition: all 0.3s;
    -webkit-transition: all 0.3s;*/
    position: relative;
}
#callouts a:hover,
#callouts a:focus {
   /* background-color: #6ab9c5;*/
    text-decoration: none;
}
#callouts a .image {
	background: url('/images/callouts/power_renewables.jpg');
    background-repeat: no-repeat;
    padding-bottom: 100%;
    background-size: cover;
    width: 100%;
    height: 0;
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#callouts a .headline {
	position: absolute;
    top: 32%;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#callouts a .headline .power-of {
	font-size: 18px;
}
#callouts a .headline .power-of em {
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-transform: none;
	font-weight: 400;
}
#callouts .text {
	padding: 15px 20px;
	font-style: italic;
    font-family: Georgia;
    font-size: 16px;
}
@media (min-width: 430px) {
	#callouts a .headline {
	    font-size: 33px;
		top: 36%;
		line-height: 28px;
	}
	#callouts a .headline .power-of {
		font-size: 23px;
	}
}
@media (min-width: 600px) {
	#callouts a .headline {
	    font-size: 43px;
		top: 36%;
		line-height: 35px;
	}
	#callouts a .headline .power-of {
		font-size: 23px;
	}
}
@media (min-width: 768px) {
	#callouts a .headline {
	    font-size: 23px;
	    top: 81px;
	    line-height: inherit;
	}
	#callouts a .headline .power-of {
		font-size: 16px;
	}
}
@media (min-width: 922px) {
	#callouts a .headline {
	    font-size: 18px;
		top: 78px;
		line-height: 20px;
	}
	#callouts a .headline .power-of {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	#callouts a .headline {
	    font-size: 23px;
	    top: 93px;
	    line-height: inherit;
	}
	#callouts a .headline .power-of {
		font-size: 16px;
	}
}

/* Black Overlay */
.callout .image {
    position:relative;
}
.callout .image:after {
    position:absolute;
    opacity:1;
    content:'';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.callout a:hover .image:after {
    opacity:0;
}

/* Callouts */
@media (max-width: 767px) {
    #callouts .connected-item {
        margin-bottom: 15px;
        padding: 10px 25px;
    }
    #callouts .item-content {
        background-color: #56a4b0;
    }
    #callouts .item-content:hover {
        background-color: #6ab9c5;
        transition: all 0.3s;
		-webkit-transition: all 0.3s;
    }
}
@media (min-width: 768px) {
    #callouts .outer-container {
        position: static;
    }
    #callouts .inner-container {
        position: relative;
       /* margin-bottom: 30px;*/
    }
    #callouts .ignore-container {
        position: static;
    }
    #callouts .connected-item {
        position: static;
    }
    #callouts .connected-item:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 33.333333332%;
        background-color: #56a4b0;
        border-right: solid 15px transparent;
        border-left: solid 15px transparent;
        background-clip: padding-box;
    }
    #callouts .connected-item:hover:before {
        background-color: #6ab9c5;
        transition: all 0.3s;
		-webkit-transition: all 0.3s;
    }
    #callouts .item-1.connected-item:before {
        left: 0;
    }
    #callouts .item-2.connected-item:before {
        left: 33.333333332%;
    }
    #callouts .item-3.connected-item:before {
        left: 66.666666664%;
    }
    #callouts .item-content {
        position: relative;
        /*padding: 30px 20px;*/
        z-index: 2;
    }
}
@media (min-width: 1200px) {
    #callouts .outer-container {
        position: relative;
    }
    #callouts .inner-container {
        position: static;
    }
    #callouts .ignore-container {
        position: static;
    }
    #callouts .connected-item {
        position: static;
    }
    #callouts .connected-item:before {
        width: 33.333333332%;
    }
    #callouts .item-1.connected-item:before {
        left: 0;
    }
    #callouts .item-2.connected-item:before {
        left: 33.333333332%;
    }
    #callouts .item-3.connected-item:before {
        left: 66.666666664%;
    }
    #callouts .item-content {
        
    }
}

/* Sidebar */
.home #sidebar .latest-media {
	line-height: 1.1;
	margin-top: 30px;
}
.home #sidebar .latest-media a {
	color: #b7b7b7;
	font-size: 14px;
}
.embed-responsive {
	margin-top: 10px;
}

/* Hero */
.header-container {
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 1px;
	padding-bottom: 27.7%;
}

.video-container {
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}
@media (min-width: 1634px) {
	.header-container {
		padding: 0;
		height: 440px;
	}
}
@media (min-width: 1363px) {
	.video-container video {
		bottom: 0%;
	}
}
video {
	position: absolute;
	z-index: -1;
	width: 100%;
}
.video-copy {
	z-index: 100;
}
.video-copy h4 {
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
	/*font-size: 18px;*/
	font-size: 4vw;
    font-variant: normal;
	text-transform: none;
	color: white;
	margin-top: 13%;
}
@media (min-width: 560px) {
	.video-copy h4 {
		/*font-size: 27px;*/
	}
}
@media (min-width: 768px) {
	.video-copy h4 {
		/*font-size: 36px;*/
		font-size: 3vw;
	}
}
@media (min-width: 1320px) {
	.video-copy h4 {
		font-size: 40px;
	}
}
@media (min-width: 1634px) {
	.video-copy h4 {
		margin-top: 204px;
	}
}

/*
 * NEWS / VIEWPOINTS
 * --------------------------------------------------
 */
#featured-news {
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 25px;
}
.carousel-indicators {
	bottom: -8px;
    margin-bottom: 0;
}
.carousel-indicators li {
	background-color: #cfcfcf;
	border: 1px solid #c3c3c3;
}
.carousel-indicators li.active {
	background-color: #90c31d;
}
.news-item {
	margin-bottom: 40px;
	font-size: 14px;
}
.carousel .news-item {
	min-height: 278px;
}
.news-item h2 {
	font-size: 18px;
}
.news-item p {margin-bottom: 0;}
.news-item h2,
.news-item h2 a {
	margin-top: 0;
	margin-bottom:10px;
	text-transform: none;
	color: #464646;
}
.news-item h2 small,
.news-detail h1 small {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	margin-top: 15px;
	font-size: 14px;
	display: block;
	color: black;
}
.news-detail .link-return {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.news-detail h1 {
	text-transform: none;
	margin-bottom: 15px;
}
h5.news-title {
	text-transform: uppercase;
	font-variant: normal;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin: 30px 0;
}
.news-item .date,
.news-detail .date,
.news-item .num-comments,
.news-detail .num-comments {
	margin-bottom: 20px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
}
.news-item .date,
.news-item .num-comments {
	margin-bottom: 10px;
}

.news-detail .caption {
	text-align: center;
	font-style: italic;
    font-size: 13px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	margin-top: 8px;
}

.industry_news_link {
	margin-bottom: 25px;
}
.industry_news_link .link a {
    color: #363636;
    font-weight: 700;
    font-size: 15px;
}
.industry_news_link .source {
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
#author-info {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    padding: 25px 10px;
    margin: 40px 0;
    font-style: italic;
    font-size: 13px;
}
.news-item img {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.news-item img {
		margin-bottom: auto;
	}
}

ul.blog-tags {
    list-style: none;
    padding: 0;
}
ul.blog-tags li {
    display: inline-block;
    margin-right: 5px;
}
ul.blog-tags li:last-of-type {
	margin-right: 0;
}

.label {font-weight: 400;}

.blogcomments {
    margin-top: 50px;
    margin-bottom: 50px;
}
/*
 * SIDEBAR NAV
 * --------------------------------------------------
 */
 #sidebar {
	 margin-top: 56px;
 }
 @media (min-width: 768px) {
    .home #sidebar {
	    margin-top: 31px;
    }
}
 #sidebar .sidebar-nav {
	margin-bottom: 84px;
	font-family: "Montserrat", sans-serif;
 }
.sidebar-nav ul,
.sidebar-nav ul a {
	color: #818285;
	line-height: 35px;
	font-size: 18px;
 }
 #sidebar h3 {
	 font-family: "Montserrat", sans-serif;
	 font-weight: 700;
	 font-variant: normal;
	 text-transform: uppercase;
	 font-size: 20px;
	 color: #464646;
	 margin-bottom: 20px;
 }
.sidebar-nav ul li.active > a {
	 color: #90c31d;
 }
 
 #sidebar ul.level_2 {
	list-style-type: square;
	text-transform: uppercase;
	padding-left: 23px;
 }
 #sidebar ul.level_2 li,
  #sidebar ul.level_3 li {
 }
 
 #sidebar ul.level_3 {
	list-style-type: none;
	text-transform: none;
	font-weight: 400;
 }
 #sidebar .section {
	 border-top: 1px dotted #808184;
	 padding-top: 25px;
	 margin-bottom: 20px;	
	 color: #808184;
	 font-size: 13px; 
 }
 #sidebar .section h5 {
	 margin-top: 0;
	 color: #808184;
 }
#sidebar .title {
    width: 59px;
    display: inline-block;
}
#sidebar ul.related-links li {
	font-size: 13px;
	font-weight: 400;
}
#sidebar ul.related-links {
	padding-left: 0px;	
}
#sidebar ul a:hover,
#sidebar ul.related-links a:hover  {
	color: black;
	text-decoration: none;	
}

#sidebar ul.related-links,
#sidebar ul.related-links a {
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	color: #818285;
}
#sidebar ul.related-links i.fa {
	margin-right: 10px;
}
#sidebar ul.related-links li.related-video {
	margin-top: 20px;
	padding-top:20px;
	border-top: 1px dotted #808184;
	font-family: 'Libre Baskerville', serif;
	font-variant: small-caps;
}

/* Social Tabbed Pane */
#social_tabs {
	margin: 40px 0;
}
.nav-tabs > li {
	text-align: center;
}
.nav-tabs > li > a {
    border-radius: 0;
    color: #818285;
    /*width: 24%;
    padding-right: 0;
    padding-left: 0;*/
    
}
.nav-tabs > li > a:active, .nav-tabs > li > a:hover {
	color: black;
}
@media (min-width: 992px) {
	.nav-tabs > li > a {
 	   padding: 10px 9px;
	   font-size: 90%;
 	}	
}
@media (min-width: 1200px) {
	.nav-tabs > li > a {
 	    padding: 10px 14px;
 		font-size: 100%;
 	}	
}
.tab-content {
    width: 100%;
    height: auto;
    min-height: 500px;
    overflow: auto;
    /*max-height: 600px;
    min-height: 500px;
    overflow: scroll;*/
    /*background-color: #dbdbdb;*/
}
@media (min-width: 992px) {
    .tab-content {
        min-height: 0;
    }
}
.tab-pane {
	background: #fff;
	height: 100%;
	margin: 10px 0;
}
.tab-content #blog {
	padding: 20px;
}

/*
 * INDUSTRY NEWS
 * ---------------------------------
 */
 .industry-news h1 {
	 display: none;
 }
  .industry-news h1.text-blue {
 	 display: block;
 }

/*
 * CATEGORIES LIST (LEADERSHIP & MEDIA PAGES)
 * ---------------------------------
 */
 .categories-list {
	text-transform: uppercase;
 }
 .categories-list li {
	display: inline;
    margin: 0 13px 0 0;
    border-right: 2px solid #222;
    padding-right: 13px; 
 }
 .categories-list li:last-of-type {
	padding-right: 0;
	border-right: 0;
 }
 
 /*
 * LEADERSHIP
 * ---------------------------------
 */
 .leadership-team {
	border-top: 1px solid #bdbdbd;
	margin: 24px 0;
	padding-top: 24px;
 }
 .leadership-team .team-member {
	 margin-bottom: 20px;
 }
 .leadership-team .name{
	 font-weight: 700;
	 font-size:15px;
	 margin-bottom: 10px;
	 line-height: 20px;
 }
 .team-member:nth-of-type(2n+1) { 
	clear: left; 
 }
 .leadership-team em{
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: 400;
	font-size:14px;
 }
 .leadership-team .leader-image {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.leadership-detail-img {
	padding-right: 0;
	text-align: right;
}

 .paging,
 .paging a {
	 color: #808184;
	 font-size: 13px;
	 text-transform: uppercase;
 }
.search-form form {
	 text-align: center;
 }
 
 /*
 * MEDIA CENTER
 * ---------------------------------
 */
 .media-list {
	border-top: 1px solid #bdbdbd;
	margin: 24px 0;
	padding-top: 24px;
 }
.media-list .media-item {
	 margin-bottom: 20px;
 }
 .media-header {
	font-weight: 700;
	font-size: 14px;
	text-transform: none;
	margin-top: 0;
	font-family: 'Libre Baskerville', serif;
	font-variant: small-caps;
}
 .media-desc {
	font-size: 13px;
	margin-bottom: 10px;
}
 
 
 /*
 * SEARCH RESULTS
 * --------------------------------------------------
 */
 
.search-results a:hover,
.search-results a:active {
 color:#000;
 text-decoration:none;
}
.search-results h2 {
  margin-top:36px;
  margin-bottom:20px;
}
.search-results .paging-container {
 text-align: center;
 margin:0px auto;
 display:table;
 font-size: 14px;
 line-height: 18px;
}

.search-results .paging-container a,
.search-results .paging-container span {
  float:left;
  margin:0px 6px;
}
 
.pg-first-n,
.pg-prev-n,
.pg-next-n,
.pg-last-n {
  display:inline-block;
  text-indent: -9000px;
  background-image: url(../imgD/paging-arrows.png);
  background-size: 50px 22px;
  background-repeat: no-repeat;
}
.pg-first-d,
.pg-prev-d,
.pg-next-d,
.pg-last-d {
  display:inline-block;
  text-indent: -9000px;
  background-image: url(../imgD/paging-arrows-disabled.png);
  background-size: 50px 22px;
  background-repeat: no-repeat;
}
.pg-prev-n,
.pg-next-n,
.pg-prev-d,
.pg-next-d {
  width: 14px;
  height:36px;
}
.pg-first-n,
.pg-last-n,
.pg-first-d,
.pg-last-d {
  width: 25px;
  height: 36px;
}
.pg-prev-n,
.pg-prev-d {
  background-position: 0px 8px;
}
.pg-next-n,
.pg-next-d {
  background-position: -36px 8px;
}
.pg-first-n,
.pg-first-d {
  background-position: 0px 8px;
}
.pg-last-n,
.pg-last-d {
  background-position: -25px 8px;
}

/*
* PROJECTS MAP
* ---------------------------------
*/

/* GOOGLE MAP */
#googlemap { width: 100%; height: 450px; margin: 15px 0; z-index: 999;}
#googlemap h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-variant: normal;
	margin-bottom: 5px;
	margin-top: 10px;
}
#googlemap em {
	display: inline-block;
	margin-bottom: 8px;
}

 /*
 * GENERAL STYLES
 * ---------------------------------
 */
 .text-green {
	color: #90c31d !important;
}
.text-gray {
	color: #808184 !important;
}
.text-blue {
	color: #50a3ae !important;
}
.text-bold {
	font-weight: 700;
}
.text-upper {
	text-transform: uppercase;
}
ul.no-style {
	margin: 0 !important;
	padding: 0 !important;
}
ul.no-style li {
	list-style-type: none !important;
}
ul.no-style li:before {
	content: '' !important;
}

.mt0 {margin-top: 0}
.mb0 {margin-bottom: 0}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top:20px;}
.mt40 {margin-top:40px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
@media (max-width: 767px) {
	.mb10-xs {margin-top: 10px;}
}

 
 /*
 * PRINT STYLES
 * ---------------------------------
 */
@media print { 
	.navbar-collapse,
	#header_image,
	.sidebar-nav,
	#site_footer,
	.print-share,
	.commentform,
	#social_tabs {
		display:none;
	}
	.navbar-fixed-top {
		position: initial;
	}
	.navbar {
		display: block;
	}
	a[href]:after,
	abbr[title]:after  {
    	content: "";
  	}
  	blockquote {
    	border: inherit;
    	color: #91c21d !important;
  	}

	#content {
		margin-top: 0px;
	}
	body {
		padding-top: 0;
	}
}