/** FONTS **/

@import 'https://fonts.googleapis.com/css?family=Oswald:700&subset=latin-ext';
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700,700i';

/* FIXES */

.bootstrapcon .bootstrap-twocol-stacked {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    width: 1190px;
    margin-bottom: 25px;
} /* provides bootstrap container to panels or pages without a container */
@media (max-width:1200px){
        .bootstrapcon .bootstrap-twocol-stacked {width:990px}
}
@media (max-width:992px){
        .bootstrapcon .bootstrap-twocol-stacked {width:770px}
}
@media (max-width:768px){
        .bootstrapcon .bootstrap-twocol-stacked {width:100%}
}

/* BREADCRUMBS */

.stripe-black, .breadcrumb {
	background-color: transparent;
	color: #777;
}
.stripe-black .breadcrumb li {
	text-transform: none;
	font-weight: 300;
}
.breadcrumb li a, .breadcrumb>li+li:before {
	color: #777;
}
.page-header h1, .page-node .page-header, .page-header {
	margin-top: 0px !important;
}
.stripe-black {
	display: inherit;
	margin-top: 100px;
}
.stripe-black .crumbs-current-page {
        display: none !important;
}
/* NEW NAVBAR */

#topbar {
	background: #eee;
}
.CiviPage {
	margin-top: 38px;
}
section#block-menu-menu-top-navigation > ul { 
	margin: auto; display: table; 
}
#navbar{
	background: #fff;
	border-bottom: 1px solid #e6e5e5;
}
#navbar.navbar-default .navbar-nav > li > a {
    color: #231f20;
}
#navbar.navbar-default .navbar-nav > li > a:hover {
    color: #82c459;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #231f20;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #82c459;
}
#navbar.navbar-default .navbar-nav > li > a.active{
    color: #82c459;
}
header #navigation > ul.navbar-nav {
    display: none;
}
.navbar-collapse.collapse {
    float: none;
    width: auto;
    margin-top: 0px;
}
.navbar-collapse.collapse.main {
    width: calc(100% - 415px);
    float: left;
    margin-top: 32px;
}
#navbar ul li {
    display: block;
    float: left;
}
#navbar ul li > ul li {
    width: 100%;
}
#navbar ul li a {
    color: #231f20;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}
#navbar ul li > ul li a,
#navbar ul li > ul li a, 
#navbar ul li.active > ul li a {
    font-size: 15px;
    height: auto;
    line-height: 1.5;
    color: #231f20;
}

#navbar ul li a:hover,
#navbar ul li a:active,
#navbar ul li.active a{
	color: #82c459;
	background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color: transparent;
}
.top-primary-nav {
    font-size: 22px;
}
.top-secondary-nav {
    float: right;
    font-size: 16px;
}
@media all and (max-width:999px){
	#navbar ul li{
		width: 100%;
	}
	.navbar-collapse.collapse {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.top-primary-nav, .top-secondary-nav {
		width: 100%;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-color: #eee;
	}
	.open > .dropdown-menu {
		border: medium none;
		box-shadow: none;
		display: block;
		float: none;
		position: static;
		width: auto;
		margin-left: 20px;
	}
	.open > .dropdown-menu li a {
		line-height: 30px !important;
	}
        .navbar.fixed.scrollable, .menu-name-menu-events-sub-menu ul, .menu-name-menu-top-navigation ul {
	top: 120px !important;
        }
        .navbar-collapse.collapse.main {
	width: 100% !important;
	margin-top: 0px;
	}
	section#block-menu-menu-top-navigation > ul {
	margin: 0px;
}
    header#page-header .menu-block-wrapper .nav > li a {
    color: #635d5e;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 6px;
}
}
/* HOME HERO SECTION */
#banner .pane-1 {
    background: #231f20 url(/sites/all/themes/civicrm_bootstrap/images/bg-hero-banner.jpg) no-repeat scroll top center / cover;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
#banner .pane-2{
	text-align: center;
	padding: 50px 0;
}
#banner .pane-1 h2.pane-title,
.stripe-partners .pane-title{
	display: none;
}
#banner .pane-1 h1 {
    color: #fff;
}
#banner .pane-1 .pane-content {
    color: #fff;
}
a.bluebutton{
	background: #056085;
	background: -moz-linear-gradient(top,  #056085 0%, #0786b5 100%);
	background: -webkit-linear-gradient(top,  #056085 0%,#0786b5 100%);
	background: linear-gradient(to bottom,  #056085 0%,#0786b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056085', endColorstr='#0786b5',GradientType=0 );
	color: #fff;
	font-size: 22px;
	padding: 15px 30px;
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 3px;
}
a.bluebutton:hover,
a.bluebutton:active{
	background-image: none;
	background-color: #056085;
	text-decoration: none;
}
.support-line{
	margin-bottom: 25px
}
.homepage-banner .text {
    margin-bottom: 50px;
}
.hero-benefits {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px 0;
    width: 100%;
}
.hero-benefits div.small {
    font-size: 11px;
    margin-bottom: 10px;
}
.hero-benefits .fa{
	color: #7cc856;
}
.hero-benefits .benefit{
	font-size: 20px;
}
.cms-logo {
    margin: 0 5px;
}
.civistat img {
    height: auto;
    max-width: 300px;
    width: 100%;
    margin-bottom: 15px;
}
#banner .pane-2 h2 {
    margin: 0 0 30px;
}
.civistat .heading {
    font-size: 18px;
    font-weight: bold;
}
/* NEWS AND EVENTS HOME */
.pane-homepage-news .views-field-title h3, 
.pane-civi-upcoming-events .views-field-title h3,
.pane-homepage-news h2,
.pane-civi-upcoming-events h2 {
    text-align: left;
}
.pane-homepage-news .views-field-title h3, 
.pane-civi-upcoming-events .views-field-title h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
.pane-homepage-news .views-field-title h3 a,
.pane-homepage-news .views-field-title h3,
.view-homepage-news .view-footer p a{
	color: #6fb346;
}
.view-civi-upcoming-events .views-field-title h3 a,
.view-civi-upcoming-events .views-field-title h3,
.view-civi-upcoming-events .view-footer p a,
.view-civi-upcoming-events a {
	color: #056186;
}
.pane-civi-upcoming-events .views-field-title h3{
}
.view-homepage-news .views-field-nothing,
.pane-civi-upcoming-events .views-field-nothing {
    font-size: 14px;
}
.view-homepage-news .views-row,
.pane-civi-upcoming-events .views-row {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 4px;
    padding: 40px;
    list-style: none;
}
.pane-news-and-events .col-md-8,
.pane-news-and-events .col-md-4{
	width: 50%;
}
.view-homepage-news .view-content .views-field-body{
	display: none;
}
.attachment .view-homepage-news .view-content .views-field-body{
	display: block;
	margin-bottom: 10px;
}
.view-homepage-news .view-footer,
.view-civi-upcoming-events .view-footer {
    text-align: right;
}
.view-homepage-news .view-footer p,
.view-civi-upcoming-events .view-footer p{
	font-weight: bold;
}
.stripe-features, .stripe-news{
    background-color: #eee;
    color: #635d5e;
}
.pane-homepage-news .views-field-field-image img {
    margin-bottom: 25px;
}
@media all and (max-width: 991px){
	.pane-news-and-events .col-md-8,
	.pane-news-and-events .col-md-4{
		width: 100%;
	}
	.view-homepage-news .views-row, .pane-civi-upcoming-events .views-row{
		padding: 30px;
	}
}
.rev {
    color: #fff;
}
#partners.stripe-partners,
.hire-expert{
    background: #231f20 url(/sites/all/themes/civicrm_bootstrap/images/bg-expert-banner.jpg) no-repeat scroll top center / cover;
    overflow: hidden;
    color: #fff;
    text-align: center;	
}
.pane-partners-and-contributors {
    text-align: center;
}
/* CIVICRM 101 */
.page-node-5424 .page-header,
.page-node-5424 .navbar-fixed-top .stripe-black {
    display: none;
}
body.navbar-is-fixed-top.breadcrumbs.page-node-5424{
	padding-top: 171px !important;
}
.page-node-5424 #white > div.container {
    padding: 0;
    width: 100%;
}
.page-node-5424 .pane-node-body{
	margin:0;
}
.navbar.fixed.scrollable,  .menu-name-menu-events-sub-menu ul,
.menu-name-menu-top-navigation ul  {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e6e5e5;
    border-color: #e6e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    min-height: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    top: 170px;
    background-color: #fff;
    z-index: 10;
}
.navbar.scrollable ul {
    margin: 0;
    padding: 0;
}
.navbar.scrollable ul li {
    display: inline-block;
    list-style: outside none none;
}
.navbar.scrollable li a {
    border-left: 1px solid #e6e5e5;
    color: #635d5e;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}
.navbar.scrollable li a:hover, 
.navbar.scrollable li a:active {
    color: #82c459;
    text-decoration: none;
}
.navbar.scrollable li:last-child a {
    border-right: 1px solid #e6e5e5;
}
.civicrm-101.section,
.getting-started.section {
    background-color: #eee;
}
h2.focal {
    color: #82c459;
    font-family: 'Oswald', sans-serif;
	font-weight: 700;
    font-size: 60px;
    line-height: 1.03;
}
ul.checklist li {
    list-style: outside none none;
    margin-bottom: 10px;
}
ul.checklist li::before {
    content: "\f00c";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    color: #82C459;
}
ul.checklist {
    position: relative;
    padding-left: 30px;
}
.civicrm-101 img {
    height: auto !important;
    max-width: 100% !important;
}
.explore.section {
    padding-bottom: 30px;
}
@media all and (max-width:580px){
	.navbar.scrollable li a {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}
	h2.focal{
		font-size: 40px
	}
}
.feature-box,
a.feature-box {
    background: #eee none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    margin: 0 12px 12px 0;
    min-height: 390px;
    padding: 25px;
    width: calc(25% - 9px);
    color: #635d5e;
}
.feature-box:nth-child(4n) {
    margin-right: 0;
}
.feature-box .heading {
    font-weight: bold;
}
.feature-icon{
	margin-bottom: 25px;
}
.features.section {
    margin-bottom: 50px;
}
a.feature-box:hover > .heading {
    color: #82c459;
    text-decoration: none;
}
a.feature-box:hover{
	text-decoration: none;
}
.feature-box .cms-logos {
    margin-bottom: 15px;
}
.cms-logos .small{
	font-size: 11px;
	margin-bottom: 5px;
}
.getting-started.section ul li {
    list-style: outside none none;
}
.getting-started.section ul {
    padding: 0;
}
.anchor {
    background: transparent none repeat scroll 0 0;
    display: block;
    height: 140px;
    margin: -140px 0 0;
    position: absolute;
    visibility: hidden !important;
}
.btn.btn-green {
    background: #82c459 none repeat scroll 0 0;
    color: #fff;
}
.btn.btn-green:hover {
    background-color: #64a13f;
}
@media all and (max-width:1199px){
	.feature-box .text{
		font-size: 15px;
	}
	.cms-logos img.cms-logo {
		height: auto;
		max-width: 50px;
	}
}
@media all and (max-width:991px){
	.feature-box .text{
		font-size: 15px;
	}
	.feature-box,
	a.feature-box {
		width: calc(50% - 6px);
		min-height: 340px;
	}
	.feature-box:nth-child(2n) {
		margin-right: 0;
	}
	.feature-box .text{
		font-size: 16px;
	}
}
@media all and (max-width:580px){
	.feature-box,
	a.feature-box{
		min-height: auto;
		margin-right: 0;
		width: 100%;
	}
}


/* FOOTER BOTTOM - 06/06/16 */
.footer-bottom {
    background: #363333 none repeat scroll 0 0;
    color: #BBB7B7;
    overflow: hidden;
}
.footer-bottom a{
    color: #BBB7B7;
    text-decoration: underline;	
}
.footer-bottom a:hover{
    color: #BBB7B7;
    text-decoration: none;	
}
.footer .container {
    margin-bottom: 0;
}
.footer-bottom p {
    font-size: 15px;
}
.region-footer-bottom .block {
    margin-bottom: 40px;
}

/* User Dashboard Page Fixes */
.pane-user-menus .nav > li > a:hover, .nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0.3);
}
.page-user .pane-civi-upcoming-events .views-row {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.page-user .view-civi-upcoming-events .views-field-title h3 a, .page-user .view-civi-upcoming-events a {
    color: #fff;
}
.page-user .crm-download-buttons a.download-link {
    background: #70716b url("/sites/all/modules/custom/civicrm/i/crm-button-bg.gif") repeat-x scroll left top;
    border: 1px solid #3e3e3e;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-size: 1em !important;
    font-weight: normal;
    margin-right: 6px;
    padding: 4px 30px;
    text-decoration: none;
    text-shadow: 0 1px 0 black;
}
.view-civi-upcoming-events ul{
	padding-left: 0;
}
.page-user .view-civi-upcoming-events .view-footer p a{
	color: #fff;
}
.page-user .pane-civi-upcoming-events .more-link{
	display: none;
}

/* Logged-in Client Form Fixes */
.logged-in .webform-client-form {
    max-width: 770px;
}
.logged-in .webform-client-form .checkbox input[type="checkbox"], 
.logged-in .webform-client-form .radio input[type="radio"] {
    left: 0;
    margin-left: initial;
}
.form-select{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 18px;
	height: 39px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.form-select:focus{
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: none;
}
.logged-in .CiviPage .radio input[type="radio"], 
.logged-in .CiviPage .radio-inline input[type="radio"], 
.logged-in .CiviPage .checkbox input[type="checkbox"], 
.logged-in .CiviPage .checkbox-inline input[type="checkbox"]{
	margin-left: -20px;
}
/* MAIN EVENTS PAGE */
.not-logged-in.civicrm-events header + section > div.container {
    display: none;
}
.civicrm-events .page-header h1 {
    display: none;
}
.civicrm-events .region.region-content {
    margin-top: 10px;
}
.civicrm-events .row-stripe-white > *{
	margin: 0;
}

/* menu */
header#page-header .menu-block-wrapper .nav > li {
    display: inline-block;
}
header#page-header .menu-block-wrapper .nav {
    text-align: center;
}
header#page-header .menu-block-wrapper .nav > li a {
    color: #635d5e;
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
}
header#page-header .menu-block-wrapper .nav > li a:hover,
header#page-header .menu-block-wrapper .nav > li a.active-trail {
    color: #82c459;
    background-color: transparent
}

/* civi events section */
.civicrm-events #white {
    background: #eee none repeat scroll 0 0;
    padding: 60px 0;
}
a.greenbutton {
    background-color: #82c459;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 15px;
    padding: 15px 30px;
}
a.greenbutton:hover, a.greenbutton:active {
    background-color: #64a13f;
    background-image: none;
    text-decoration: none;
}
.view-conference-civicon-and-user-summit .link .greenbutton {
    margin-right: 10px;
}
.view-conference-civicon-and-user-summit .view-header {
    padding-right: 20px;
}
.view-conference-civicon-and-user-summit .view-header, .view-conference-civicon-and-user-summit .view-content {
    float: left;
    width: 100%;
}
.view-conference-civicon-and-user-summit h2,
.civicrm-events h2.pane-title {
    font-family: oswald, sans-serif;
    font-size: 48px;
    margin-top: 0;
    font-weight: 700
}
.view-conference-civicon-and-user-summit .views-field-title {
    color: #82c459;
    font-family: oswald, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
}
.view-conference-civicon-and-user-summit .views-field-title a {
    color: #82c459;
}
.view-conference-civicon-and-user-summit .views-field-title a:hover,
.view-conference-civicon-and-user-summit .views-field-title a:active {
    color: #64a13f;
    text-decoration: none;
}
.view-conference-civicon-and-user-summit .views-field-field-date-teaser-line {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.view-conference-civicon-and-user-summit .views-row {
    border-bottom: 2px solid #d2d1d1;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.view-conference-civicon-and-user-summit .views-row-last {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.civicrm-events .pane-local-events, .civicrm-events .pane-webinar {
	width: 100%;
}
@media all and (min-width: 768px){
	.civicrm-events .pane-local-events, .civicrm-events .pane-webinar {
		width: 48%;
	}
	.view-conference-civicon-and-user-summit .view-header, .view-conference-civicon-and-user-summit .view-content {
		float: left;
		width: 50%;
	}
}
.civicrm-events .pane-local-events{
	float: left;
}
.civicrm-events .pane-webinar {
    float: right;
}
.view-local-events .views-row, .view-webinar .views-row {
    background: #eee none repeat scroll 0 0;
    margin-bottom: 4px;
    padding: 30px;
}
.view-local-events .views-field-title a, .view-webinar .views-field-title a {
    font-weight: bold;
}
.view-local-events .view-header, .view-webinar .view-header {
    margin-bottom: 20px;
}
.more-link {
    font-weight: bold;
    text-align: right;
}
.civicrm-events .panel-separator {
    display: none;
}

/** EVENTS **/

.page-webinars .page-header h1, .page-local-events .page-header h1,
.page-strategic-initiatives .page-header h1 {
    font-family: 'Oswald',sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 46px;
    line-height: 1.03;
    margin-top:100px
}
.page-webinars .view-header > p, .page-local-events .view-header > p,
.page-strategic-initiatives .view-header > p {
    width: 60%;
    margin: 0 auto 40px;
}
.view-webinar tr, .page-local-events .view-local-events tr,
.view-webinar .table>tbody>tr>td.active, .page-local-events .view-local-events .table>tbody>tr>td.active {
 	border: 0px solid tranpsarent;
    background: #eee;
}
.view-webinar .views-field-title, .page-local-events .view-local-events .views-field-title
.view-webinar .views-field-text-link, .page-local-events .view-local-events .views-field-text-link {
    font-weight: 600;
    font-size: 20px;
}
.view-webinar .views-field-start-date, .page-local-events .view-local-events .views-field-start-date {
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
}
.view-webinar .table>tbody>tr>td, .page-local-events .view-local-events .table>tbody>tr>td {
    border-top: 5px solid #fff;
    padding: 25px;
}
.page-webinars .stripe-black, page-webinar .stripe-black,
.civicrm-events .stripe-black,
.page-local-events .stripe-black,
.node-type-conference .stripe-black,
.page-civicon .stripe-black,
.page-node-5424 .stripe-black {
    display: none;
}
.civicrm-events #white {
    padding-top: 80px;
}
@media screen and (max-width: 1000px) {
.civicrm-events .region.region-content {
    margin-top: -40px;
}
}
/** EVENTS - CiviCon **/

.node-type-conference .CiviPage {
    overflow: auto;
    overflow: hidden;
}
.node-type-conference .panel-panel.top {
    min-height: 540px;
}
.node-type-conference .region.region-content {
    margin: 19px 0px -19px 0px;
}
.node-type-conference .field-name-field-logo {
    width: 60%;
    padding: 30px 0px 10px;
}
@media (max-width:1200px) {
.node-type-conference .field-name-field-logo {
    width: 40%;
}
}
.node-type-conference .field-name-field-date-teaser-line .field-item {
    text-align: center;
    padding-top: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin: 0px;
}
.node-type-conference .pane-node-title h1 {
    margin: -8px 0px 0px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #82c459;
    font-family: 'Oswald', sans-serif;
	font-weight: 700;
    font-size: 60px;
}
.node-type-conference .field-name-field-conference-teaser-line .field-item {
    text-align: center;
    color: #fff;
    font-size: 38px;
    line-height: 38px;
    margin: 50px auto;
    width: 500px;
    font-weight: 300;
}
.field-name-field-register-link .field-item a,
.field-name-field-full-details-link .field-item a,
.field-name-field-register-here .field-item a,
.page-civicon .civicon-lead .links a {
    background-color: #82c459;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 15px;
    padding: 15px 30px;
}
.field-name-field-register-link .field-item a:hover,
.field-name-field-register-link .field-item a:active,
.field-name-field-full-details-link .field-item a:hover,
.field-name-field-full-details-link .field-item a:active, 
.field-name-field-register-here .field-item a:hover,
.field-name-field-register-here .field-item a:active, 
.page-civicon .civicon-lead .links a:hover,
.page-civicon .civicon-lead .links a:active  {
    background-color: #64a13f;
    background-image: none;
    text-decoration: none;
}

@media (min-width: 768px) {
.node-type-conference .bootstrap-twocol-stacked .row:nth-of-type(2) {
    width: 770px;
    margin: 0 auto;
}  
}
@media (min-width: 992px) {
.node-type-conference .bootstrap-twocol-stacked .row:nth-of-type(2) {
    width: 990px;
    margin: 0 auto;
}  
}
@media (min-width: 1200px) {
.node-type-conference .bootstrap-twocol-stacked .row:nth-of-type(2) {
    width: 1190px;
}
}
.node-type-conference .bootstrap-twocol-stacked .row:nth-of-type(2) {
    margin: 20px auto 40px;
}
.pane-node-field-register-link {
    width: 210px;
    margin: 0 auto;  
}
.pane-node-field-full-details-link {
    width: 190px;
    margin: 0 auto;
}
.node-type-conference h3.pane-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
}
.node-type-conference .field-name-field-image-credit {
 	font-size: 14px;
    font-style: italic;
    margin-top: 25px;
    color: #888;
}
.node-type-conference .pane-node-field-event-start-date .pane-title {
    display: none;
}
.node-type-conference .pane-node-field-event-start-date {
 	margin-top: 15px;   
}
.page-civicon .civicon-lead {
	height: 490px;
}
.page-civicon .civicon-lead h2 a {
    margin: -8px 0px 0px 0px;
    text-transform: uppercase;
    color: #82c459;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 60px;
}
.page-civicon .civicon-lead h2 {
    margin-top: -8px;
}
.page-civicon .civicon-date-teaser {
    color: #fff;
    font-size: 38px;
    line-height: 38px;
    margin:70px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.page-civicon .civicon-teaser{
    color: #fff;
    font-size: 38px;
    line-height: 38px;
    width: 500px;
    font-weight: 300;
    margin-bottom: 30px;
}
.page-civicon .civicon-lead a.full-details {
    background-color: #82c459;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin-right: 15px;
    padding: 15px 30px;
}
.page-civicon a.event-register {
    font-size: 22px; 
    color: #82c459;
    padding: 15px;
}
.page-civicon .civicon-lead  a.full-details:hover,
.page-civicon .civicon-lead a.full-details:active {
    background-color: #64a13f;
    background-image: none;
    text-decoration: none;
}
.page-civicon a.event-register:hover,
.page-civicon a.event-register:active {
    color: #64a13f;
}
.page-civicon .views-bootstrap-grid-plugin-style,
.page-civicon .views-bootstrap-grid-plugin-style .col,
.views-bootstrap-grid-plugin-style .col .views-field {
    padding: 0px;
}
.page-civicon .civicon-promo {
 	height: 230px; 
    text-align: left;
}
.page-civicon .civicon-promo .civicon-date-teaser {
    font-size: 24px;
    line-height: 38px;
    margin: 0px 0px 0px 50px;
    padding-top: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}
.page-civicon .civicon-promo h3 {
 	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    text-align: left;
    margin: -10px 0px 0px 50px;
}
.page-civicon .civicon-promo h3 a {
    color: #82c459;
}
.page-civicon .civicon-promo h3 a:hover,
.page-civicon .civicon-promo h3 a:focus {
    color: #64a13f;
}
.page-civicon .civicon-promo .civicon-coming-soon {
 	color: #fff;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    font-weight: 300;
    margin: 20px 0px 0px 50px;
}
.page-civicon .civicon-promo a.full-details {
    font-size: 22px; 
    color: #82c459;
    padding: 20px 0px 0px 0px;
    margin-left: 50px;
    padding-top: 20px;
    float: left;
}
.page-civicon .civicon-promo  a.full-details:hover,
.page-civicon .civicon-promo  a.full-details:active {
    color: #64a13f;
}.page-civicon .views-bootstrap-grid-plugin-style,
.page-civicon .views-bootstrap-grid-plugin-style .col,
.views-bootstrap-grid-plugin-style .col .views-field {
    padding: 0px;
}
.page-civicon .civicon-promo {
 	height: 230px; 
    text-align: left;
}
.page-civicon .civicon-promo .civicon-date-teaser {
    font-size: 24px;
    line-height: 38px;
    margin: 0px 0px 0px 50px;
    padding-top: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}
.page-civicon .civicon-promo h3 {
 	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    text-align: left;
    margin: -10px 0px 0px 50px;
}
.page-civicon .civicon-promo h3 a {
    color: #82c459;
}
.page-civicon .civicon-promo h3 a:hover,
.page-civicon .civicon-promo h3 a:focus {
    color: #64a13f;
}
.page-civicon .civicon-promo .civicon-coming-soon {
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    font-weight: 300;
    margin: 50px 0px 0px 50px;
}
.page-civicon .civicon-promo a.full-details {
    font-size: 22px; 
    color: #82c459;
    padding: 50px 0px 0px 0px;
    margin-left: 50px;
    float: left;
}
.page-civicon .civicon-promo  a.full-details:hover,
.page-civicon .civicon-promo  a.full-details:active {
    color: #64a13f;
}
.flex-viewport .slides .views-field-nothing {
    position: relative;
    top: -500px;
}
.flex-viewport .slides li {
    height: 525px;
    overflow: hidden;
}
.flex-viewport .slides li .views-field-field-header-image {
    height: 525px;
    overflow: hidden;
}
.page-civicon .civicon-lead {
    height: 450px;
}
#flexslider-1 {
    visibility: hidden;
    margin-top: -20px;
}
@media screen and (max-width: 800px) {
#flexslider-1 {
    margin-top: -324px;
}
}
@media screen and (max-width: 1200px) {
#flexslider-1 {
    margin-top: -175px;
}
}
.flexslider {
    border: 0px solid transparent
}
.flex-control-nav,
.flex-direction-nav {
    visibility: visible;
}
.flex-viewport {
    visibility: visible;
    top: -56px;
    margin-bottom: -60px;
}
.view-civicamp-list .flex-viewport {
	top: 0px;
}
.flex-direction-nav a {
    top: 40%;
    height: 50px;
}
.flex-control-thumbs img {
    height: 140px;
}
.flex-control-nav .flex-caption {
    position: relative;
    font-family: 'Oswald', sans-serif;
    top: -88px;
    text-transform: uppercase;
    font-size: 28px;
}
.flex-control-nav .flex-caption a {
    color: #fff;
}
.flex-control-nav .flex-caption a:hover,
.flex-control-nav .flex-caption a:focus {
    color: #82c459;
    text-decoration: none;
}
                                            
.flex-control-thumbs li {
    height: 140px;
    overflow: hidden;
    border-right: 1px solid #fff;
}
/*#flexslider-1, #flexslider-1 a, #flexslider-1 a:hover, #flexslider-1 a:active, #flexslider-1 a:focus {
    color: #fff;
    font-size: 1px;
}
#flexslider-1 .flex-viewport {
    top: -10px;
}*/
.page-civicon .footer-top, .page-local-events .footer-top,
.page-webinar .footer-top, .page-strategic-initiatives  .footer-top  {
    background-color: #eee;
    padding: 50px 0px;
    text-align: center;
    margin-top: 60px;
}
.page-civicon .footer-top p {
    margin: 0px;
}
.page-civicon h3.pane-title {
    text-transform: uppercase;
    margin: 0px 0px 10px;
    line-height: 32px;
    font-size: 36px;
}
.page-civicon .page-header, .page-civicon .page-header h1 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color:#82c459;
    margin-top: 0px;
    padding-top: 0px;
}
.page-civicon #block-system-main p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.page-civicon blockquote {
    padding: 0px;
    border-left: 0px solid transparent;
    font-style: italic;
    font-size: 30px;
    line-height: 32px;
}
.page-civicon .bootstrap-twocol-stacked .panel-panel.right p > img {
    float: left;
    border-radius: 150px;
    margin-right: 10px;
    margin-top: 8px;
    width: 140px;
    height: 140px;
}

.page-civicon .bootstrap-twocol-stacked .panel-panel.right p > strong {
    padding-top: 35px;
}
.page-civicon .bootstrap-twocol-stacked .panel-panel.right .pane-content > p {
    margin-top: 42px
}
.views-field-field-header-image .field-content img {
    margin: 0 auto;
    width: 2500px;
    height: auto;
}
.views-field-field-header-image .field-content {
    margin: 0px -200px;
}
#flexslider-1 {
	margin-top: 0px;
}
.node-type-civicamp .field-name-field-start-date .field-item {
    text-align: center;
    padding-top: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin: 0px;
}
.node-type-civicamp .field-name-field-teaser-line .field-item {
    text-align: center;
    color: #fff;
    font-size: 38px;
    line-height: 38px;
    margin: 50px auto;
    width: 500px;
    font-weight: 300;
} 
.node-type-civicamp .pane-node-field-register-here {
	margin: 0 auto;
	display: table; 
}
.node-type-civicamp .field-name-field-header-image-credit {
	font-size: 14px;
    font-style: italic;
    margin-top: 25px;
    color: #888;
}
@media screen and (max-width: 1200px) {
.views-field-field-header-image .field-content {
    margin: 0px -400px;                    }
	#flexslider-1 {			margin-top: -75px;}
}
@media screen and (max-width: 800px) {
.views-field-field-header-image .field-content {
    margin: 0px -600px;}
	.flex-control-nav .flex-caption {top: -110px;}
	#flexslider-1 {
											margin-top: -225px;}
}
.page-civicon .civicon-lead .links a {
	margin-right: 10px;
}

#flexslider-1 .flex-caption a {
	pointer-events: none;
	cursor: default;
}
#flexslider-1 .flex-caption a:hover, 
#flexslider-1 .flex-caption a:focus {
	color: #fff;
}
.node-type-conference .field-name-field-date-teaser-line .field-item, .node-type-conference .pane-node-title h1, .node-type-conference .field-name-field-conference-teaser-line .field-item, .page-civicon .civicon-teaser, .node-type-civicamp .field-name-field-teaser-line .field-item {
	text-shadow: 0 0 0.5em rgba(0,0,0,0.2);
}
.page-civicon .civicon-lead h2 a, .page-civicon .civicon-date-teaser {
	text-shadow: 0 0 0em #000;
}
.views-field-field-header-image-cc > .field-content > img {
	opacity: 0.9;
}
.views-field-field-header-image-cc > .field-content {
	background-color: #000;
}

.page-node .page-header {
	/*margin-top: 80px;*/
}
/* STRATEGIC INITIATIVES */

.node-type-strategic-initiative .bootstrap-twocol-stacked {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    width: 1190px;
    margin-bottom: 25px;
}
@media (min-width:768px){
	.node-type-strategic-initiative .bootstrap-twocol-stacked {width:770px}
}
@media (min-width:992px){
	.node-type-strategic-initiative .bootstrap-twocol-stacked {width:990px}
}
@media (min-width:1200px){
	.node-type-strategic-initiative .bootstrap-twocol-stacked {width:1190px}
}
.node-type-strategic-initiative .pane-node-title h1 {
	margin-top: 0px;
}
.node-type-strategic-initiative .pane-1 h3 {
	font-weight: 300;
}
.node-type-strategic-initiative .panel-panel.right {
    border: 1px solid #dedede;
    padding-bottom: 20px;
    background: #efefef;
    border-radius: 4px;
}
.node-type-strategic-initiative.node-type-page .panel-panel.right {
    margin: 30px 0px;
}
.node-type-strategic-initiative .panel-panel.right .pane-entity-field {
    margin-bottom: 10px;
}
.page-strategic-initiatives .view-filters {
    width: calc(25% - 30px);
    float: right;
    margin: 5px 0px 0px 30px;
}
.page-strategic-initiatives  .footer-top {
    padding-top: 30px;
}
.node-type-strategic-initiative.node-type-page .region.region-header {
	min-height: 500px;
	height: 500px;
}
.node-type-strategic-initiative .region.region-header h1 {
    margin: 200px 0px 0px 0px;
    text-transform: uppercase;
    color: #82c459;
    font-family: 'Oswald',sans-serif;
    font-weight: 700;
    font-size: 60px;
}
.node-type-strategic-initiative .region.region-header p {
	color: #fff;
	width: 60%;
}
.node-type-strategic-initiative .bootstrap-twocol-stacked .views-field-title h2 a {
	color: #333;
	font-weight: 700;
}
.view-strategic-initiatives .views-field-body {
    margin-bottom: 10px;
}
/* FEATURES */

.node-type-strategic-initiative .panel-panel.right {
	border-radius: 4px;
}
 .pane-content .menu-name-menu-top-navigation ul {
	position: relative;
	text-align: left;
	background-color: transparent;
	top: 0px;
	padding-bottom: 10px;
}
.node-type-feature .field-name-field-icon {
	float: left;
	margin: 0px 10px 20px 0px
}
.node-type-feature .pane-node-field-one-sentence-summary {
	clear: both;
	font-size: 24px;
	margin-bottom: 20px;
}
.node-type-feature .pane-content h1 {
	margin-top: 12px;
}
.node-type-feature .panel-panel.right {
	padding-right: 0px;
}
.node-type-feature .panel-panel.right .pane-menu-block {
    border: 1px solid #dedede;
    background: #efefef;
	border-radius: 3px;
}
.node-type-feature .panel-panel.right .pane-menu-block h3.pane-title {
	font-weight: 300;
	padding: 0px 15px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.node-type-feature .panel-panel.right .nav>li>a {
	padding: 4px 10px 4px 15px;
}
.node-type-feature .panel-panel.right .nav>li>a:before {
	content: "- ";
}
.node-type-feature .panel-panel.right .nav>li>a:hover,
.node-type-feature .panel-panel.right .nav>li>a:focus, 
.node-type-feature .panel-panel.right .nav>li>a.active-trail {
    color: #fff;
    background-color: #aaa;
}
.node-type-feature blockquote {
    padding: 12.5px 70px 15px 0px;
    font-size: 22px;
    border-left: 0px solid transparent;
    font-style: italic;
	width: 80%;
	margin-left: 10%;
}
.node-type-feature blockquote cite {
	font-style: normal;
	float: right;
	margin-top: -10px;
}
.node-type-feature .view-top-features img {
    float: left;
    margin: 5px 10px 10px 0px;
    padding: 2px;
    border: 1px solid #ccc;
}
.node-type-feature .view-top-features h4 {
	margin: 35px 0px 0px 0px;
}
.node-type-feature .panel-panel.right .pane-menu-block {
	margin-bottom: 40px;
}

.node-type-feature .field-name-field-documentation-link .field-item,
.node-type-feature .field-name-field-youtube .field-item,
.node-type-feature .field-name-field-mattermost .field-item {
	margin: 20px 0px 10px 50px;
	left: 10px;
}
.node-type-feature .field-name-field-documentation-link .field-item a,
.node-type-feature .field-name-field-youtube .field-item a,
.node-type-feature .field-name-field-mattermost .field-item a {
	color: #333;
}
.node-type-feature .field-name-field-documentation-link .field-item a::before,
.node-type-feature .field-name-field-youtube .field-item a::before,
.node-type-feature .field-name-field-mattermost .field-item a::before {
	content:"\f02d";
	font-family: fontawesome;
    left: 30px;
    position: absolute;
    color: #056186;
	font-size: 32px;
    margin-top: -8px;
}
.node-type-feature .field-name-field-documentation-link .field-item a:hover::before,
.node-type-feature .field-name-field-documentation-link .field-item a:focus::before,
.node-type-feature .field-name-field-youtube .field-item a:hover::before,
.node-type-feature .field-name-field-youtube .field-item a:focus::before,
.node-type-feature .field-name-field-mattermost .field-item a:hover::before,
.node-type-feature .field-name-field-mattermost .field-item a:focus::before {
    color: #333;
}
.node-type-feature .field-name-field-documentation-link .field-item a::before {
	content:"\f02d";
}
.node-type-feature .field-name-field-youtube .field-item a::before {
	content:"\f16a";
}
.node-type-feature .field-name-field-mattermost .field-item a::before {
	content:"\f0e6";
}
.node-type-feature .pane-node-field-case-studies h2 {
	margin: 0px 0px 8px 0px;
	font-size: 24px;
	font-weight: 300;
}
.node-type-feature .pane-node-field-case-studies img {
	float: right;    
	padding-left: 10px;
    padding-top: 10px;
    width: 130px;
}
.node-type-feature .pane-node-field-case-studies .statistics_counter {
	display: none;
}
.node-type-feature .pane-node-field-case-studies .node-readmore {
	float: right;
    padding: 0px 0px 25px 0px;
    margin: 0px;
}
.node-type-feature .pane-2 h3 {
	padding-top: 25px;
}

/* Working Groups */
.page-working-groups .bootstrap-twocol-stacked {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    width: 1190px;
    margin-bottom: 25px;
}
@media (min-width:768px){
        .page-working-groups .bootstrap-twocol-stacked {width:770px}
}
@media (min-width:992px){
        .page-working-groups .bootstrap-twocol-stacked {width:990px}
}
@media (min-width:1200px){
        .page-working-groups .bootstrap-twocol-stacked {width:1190px}
}
.page-working-groups .pane-node-title h1 {
        margin-top: 0px;
}
.page-working-groups .panel-panel.right {
    border: 1px solid #dedede;
    padding-bottom: 20px;
    background: #efefef;
    border-radius: 4px;
}
.page-working-groups.node-type-page .panel-panel.right {
    margin: 30px 0px;
}
.page-working-groups .panel-panel.right .pane-entity-field {
    margin-bottom: 10px;
}
.page-working-groups.node-type-page .region.region-header {
        min-height: 500px;
        height: 500px;
}   
.page-working-groups .region.region-header h1 {
    margin: 200px 0px 0px 0px;
    text-transform: uppercase;
    color: #82c459;
    font-family: 'Oswald',sans-serif;
    font-weight: 700;
    font-size: 60px;
}
.page-working-groups .region.region-header p {
        color: #fff;
        width: 60%;
}
.page-working-groups .bootstrap-twocol-stacked .views-field-title h2 {
        color: #333;
        font-weight: 700;
}
.page-working-groups .region.region-header {
    background-color: #FFFFFF !important;
    background-image: url(https://civicrm.org/sites/civicrm.org/files/styles/slider-full_width/public/team_build.jpg?itok=uDef_puK) !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: auto 500px !important;
    -webkit-background-size: auto 500px !important;
    -moz-background-size: auto 500px !important;
    -o-background-size: auto 500px !important;
    height: 450px;
    margin: -20px 0px 20px;
}
.page-working-groups .views-field-title {
    border-bottom: 1px solid #ddd;
    margin: 40px 0px 10px;
    padding-bottom: 0px;
}
.page-working-groups .views-field-title h2 {
    margin-bottom: 10px;
}
.page-working-groups .views-field-field-team {
    float: right;
    margin-top: -50px;
}
.page-node-5734 tr.civicrm_1_contribution_1 td:nth-child(2)::first-letter,
.page-node-5734 tr#wf-crm-billing-total td + td::first-letter {
	color: #fff;
	display: none;
}
.page-working-groups .stripe-black,
.blog-listing .stripe-black,
.page-taxonomy-term .stripe-black,
.node-type-blog .stripe-black {
    margin-top: 30px !important;
}
@media (max-width: 999px) {
.page-working-groups .region.region-header {
    background-size: auto 500px !important;
    -webkit-background-size: auto 500px !important;
    -moz-background-size: auto 500px !important;
    -o-background-size: auto 500px !important;
    margin-top: -40px;
    background-attachment: inherit !important;
    height: 470px;
}
.page-working-groups .region.region-header h1 {
    margin-top: 90px;
    font-size: 48px;
}
.page-working-groups .region.region-header p {
    width: 100%;
    line-height:22px;
}
.page-working-groups .views-field-field-team {
    float: none;
    margin-top: 0px;
    margin-bottom: 13px;
}
}
/* BLOG */

.node-type-blog .pane-node-created span.pane-title,
.node-type-blog .pane-node-author span.pane-title {
	float: left;
	font-weight: 700;
	width: 100px;
}
.node-type-blog .page-header h1, .blog-listing .page-header h1 {
	font-family: oswald,sans-serif;
    font-size: 48px;
    margin-top: 0;
    font-weight: 700;
}
.node-type-blog .field-type-taxonomy-term-reference .field-item {
	float: left;
}	
.node-type-blog .field-type-taxonomy-term-reference .field-item a {
background-color: #82c459;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin: 0px 10px 15px 0px;
    padding: 5px 18px;
}
.node-type-blog .field-type-taxonomy-term-reference .field-item a:hover, .node-type-blog .field-type-taxonomy-term-reference .field-item a:active {
    background-color: #64a13f;
    background-image: none;
    text-decoration: none;
}
.node-type-blog .field-name-body {
	margin-top: 20px;
	color: #231f20;
}
.view-blog-news .views-row {
	border-top: 0px solid transparent;
}
.pane-blog-news h3.pane-title {
	text-transform: uppercase;
	font-weight: 300;
}
.pane-blog-news h4 {
	margin-top: 5px;
}
.pane-blog-news h4 a {
    font-family: oswald,sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0px 8px 0px;
}
.node-type-blog .pane-blog-news h4 a {
	color: #82c459;
}
.pane-blog-news .views-field-created,
.view-blog-news .views-field-created {
	font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.pane-blog-news-panel-pane-1 .view-blog-news .views-field-created {
	padding-top: 80px;
	border-top: 1px solid #dedede;
	margin-top: -10px;
}
.pane-blog-news-panel-pane-1 .view-blog-news .views-row-first .views-field-created {
	padding-top: 40px;
	border-top: 0px solid transparent;
}
.view-blog-news h2 a {
	color: #82c459 !important;
    font-family: oswald,sans-serif;
}
.view-blog-news h2 {
	margin: 10px 0px 5px;
}
.view-blog-news .views-field-body  {
	clear: both;
	padding-bottom: 0px;
}
.view-blog-news .views-field-body p {
	color: #231f20;
}
.view-blog-news .views-field-body .views-more-link {
	float: left;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}
.view-blog-news .links.list-inline li {
	border-left: 0px solid transparent;
	padding: 0px;
}
.view-blog-news .links.list-inline li {
	border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}
.view-blog-news .links.list-inline {
	margin-top: 0px;
}
.view-blog-news .links.list-inline li.last {
	border-right: 0px solid transparent;
}
.view-blog-news .views-field-name {
	margin: 0px 10px 20px 0px;
	float: left;
	border-right: 1px solid #ccc;
    padding-right: 10px;
}
.view-blog-news .views-field-term-node-tid, .view-blog-news .views-field-name  {
	color: #231f20;
	font-size: 16px;
}
.node-type-blog .pane-blog-news h4 a {
    margin: 8px 0px 8px 0px;
    font-size: 24px;
    font-weight: 300;
}
.view-blog-taxonomy .view-content > div.views-row {
	float: left;
	padding-right: 5px;
}
.blog-listing .pane-node-body p {
	font-size: 24px;
	line-height: 36px;
}
.view-blog-taxonomy .view-content > div.views-row-last {
	float: none;
	clear: both;
}
div.pane-blog-taxonomy {
    border: 1px solid #dedede;
    background: #efefef;
    border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
}
.pane-blog-news  h2.pane-title,
.pane-blog-taxonomy h2.pane-title {
    font-weight: 300;
    padding: 0px 0px 0px 0px;
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 31px;
    text-transform: uppercase;
}
.node-type-blog .comment-wrapper {
	border-top: 0px solid transparent;
}
/* Comments */
#comments h2 {
	font-weight: 300;
	margin: 100px 0px 10px 0px;
}
#comments h3 a {
	color: #635d5e;
}
