/*
 Theme Name:   Report Card Child
 Description:  Child theme for report card landing page
 Author:       Zach Shefska
 Author URI:   https://fundraisingreportcard.com
 Template:     twentysixteen
 Version:      1.0.0
 Text Domain:  report-card-child
*/

.callout {
	text-align: center;
    font-weight: bold;
    padding: 1em;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07) !important;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

* {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

.hs_submit input[type="submit"] {
	width: 100%;
}

.bg-light {
    background-color: #ebf4fb !important;
}

.page-template-page-podcast .sharedaddy {
	display: none;
}

.blog-sidebar-container {
	padding: 30px;
}

.blog-sidebar-container ul li {
	padding-bottom: 15px;
}

.hbspt-form span {
	font-size: 12px;
	font-weight: bold;
}

.hbspt-form div:not(.input) {
	margin-top: 10px;
}

#secondary .widget {
	border-top: none;
}

.page-id-895 .sc-form-group,
.page-id-895 .sc-coup-loading,
.page-id-907 .sc-form-group {
	display: block;
}

.page-id-907 #sc_checkout_form_1 > div:nth-child(3) {
	display: none;
}

.page-id-895 .site-header-menu,
.page-id-907 .site-header-menu {
	display: none;
}

.powered-by-contain {
	display: flex;
	align-items: center;
	margin: 3em auto;
}

.powered-by-contain h3 {
	margin: auto;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 16px;
}

.multiple-licenses-contain #sc_cf_select_1 {
	margin-left: .5em;
}

.multiple-licenses-contain .sc-payment-btn {
	margin-top: 1em;
}

.multiple-licenses-contain {
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    background: white;
    margin: auto;
    width: 50%;
    padding: 1em;
}

.site-main > article,
.col-md-12 {
	position: static;
}

.above-fold .col-md-6,
#post-155 > div > div.above-fold > div.all-npo-plan-container > div:nth-child(1) > div > div:nth-child(3),
#post-155 > div > div.above-fold > div.all-npo-plan-container > div:nth-child(1) > div > div:nth-child(4),
#post-155 > div > div.above-fold > div.consultant-plan-container > div > div > div:nth-child(2) {
	position: static;
}

.page-template-page-benchmark .site-main > article {
	position: relative;
}

.page-template-page-benchmark .site-inner {
	padding-bottom:0;
}
.page-template-page-benchmark .post-thumbnail,
.page-template-page-benchmark .post-thumbnail img {
    display: none !important;
}

.has-tooltip {
	cursor: pointer !important;
}

.fundraising-terms tr td:first-child {
	font-weight: bold;
}

.lp-btn-container {
	  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;   
  -webkit-justify-content: space-between;
  justify-content: space-between;

}
.pdfemb-viewer span {
	display: inline !important;
}
.pdfemb-poweredby {
	display: none !important;
}
.pdfemb-poweredby {
  border: 1px solid #666 !important;
}
.hover-show-image {
	cursor: pointer;
}
.hover-show-image:hover {
	position: relative;
}
.hover-show-image:hover:after {
	  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
    content: url(/wp-content/uploads/2016/10/charts-e1476465344932.png);
    display: block;
    position: absolute;
    left: -8em;
    top: -19.5em;
}
.hover-show-image-register:hover {
	position: relative;
}
.hover-show-image-register:hover:after {
	  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
    content: url(/wp-content/uploads/2016/10/register-e1476823392747.png);
    display: block;
    position: absolute;
    left: -9em;
    top: -20em;
}
.hover-show-image-integrate:hover {
	position: relative;
}
.hover-show-image-integrate:hover:after {
	  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
    content: url(/wp-content/uploads/2016/10/integrate.png);
    display: block;
    position: absolute;
    left: inherit;
    top: -17.5em;
}
.hover-show-image-integrate-re:hover:after {
	  content: url(/wp-content/uploads/2016/10/drag-drop.png);
}

.hover-show-image-integrate-kindful:hover:after {
	  content: url(/wp-content/uploads/2016/10/kindful-hover-image.png);
}
.hover-show-image-meeting {
	cursor: pointer;
}
.hover-show-image-meeting:hover {
	position: relative;
}
.hover-show-image-meeting:hover:after {
	  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
    content: url(/wp-content/uploads/2016/11/meet-zach-1.png);
    display: block;
    position: absolute;
    left: -.5em;
    top: -20em;
}
/*Integrations pages*/

.integration-container,
.integration-container-smaller {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  overflow: visible;
  padding: 0 0 1.5em;
  position: relative;
  flex-wrap: wrap;
}
.integration-container section {
  margin: 0 1em 1em;
  padding: 1.5em 0;
  text-align: center;
  overflow: hidden;
  -webkit-flex: 1 0 260px;
  flex: 1 0 260px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.integration-container-smaller section {
  margin: 0 1em 1em;
  padding: 0;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  flex-basis: 20%;
}
.integration-container section h3 {
  font-weight: lighter;
  margin: .3em auto !important;
  font-size: larger;
}
.integration-section {
  font-weight: lighter !important;
  margin-top: 0 !important;
}
.box {
  width: 100%;
  height: 230px;
  border: 1px solid #d7d7d7;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: #d7d7d7 0 2px 0px 0px;
  -webkit-box-shadow: #d7d7d7 0 2px 0px 0px;
  box-shadow: #d7d7d7 0 2px 0px 0px;
  -webkit-order: 1;
  order: 1;
}
.box-smaller {
  width: 100%;
  height: 115px;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-order: 1;
  order: 1;
}
.box .logo,
.box-smaller .logo {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.integration-container .text,
.integration-container-smaller .text {
  background: rgb(255, 255, 255);
  width: 100%;
  height: 230px;
  line-height: 230px;
  font-family: arial, helvetica, sans-serif;
  position: absolute;
  top: 230px;
  left: 0;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.integration-container .box:hover{
  border: 1px solid #007acc;
}
.integration-container .box:hover .text {
  top: 33%;
  z-index: 1;
  background: transparent;
}
.integration-container a:hover {
  color: #007acc;
}
.integrations-logo-neon-crm {
  background-image: url('/wp-content/uploads/2016/09/Neon-Logo-ON-WHITE-e1472995236549.png');
  background-repeat: no-repeat;
  width: 240px;
  height: 102px;
}
.integrations-logo-neon-crm-smaller {
  background-image: url('/wp-content/uploads/2016/09/Neon-Logo-ON-WHITE-e1472995236549.png');
  background-repeat: no-repeat;
  width: 120px;
  height: 51px;
  background-size: contain;
}
.integrations-logo-kindful {
  background-image: url('/wp-content/uploads/2016/09/kindful-logo-e1472995571516.png');
  background-repeat: no-repeat;
  width: 240px;
  height: 43px;
}
.integrations-logo-araize {
  background-image: url('/wp-content/uploads/2016/10/araize-e1476285135425.png');
  background-repeat: no-repeat;
  width: 240px;
  height: 79px;
}
.integrations-logo-excel {
  background-image: url('/wp-content/uploads/2017/03/excel-e1489945424839.jpg');
  background-repeat: no-repeat;
  width: 240px;
  height: 126px;
}
.integrations-logo-etap {
  background-image: url('/wp-content/uploads/2017/03/eTapestry-e1489945452676.png');
  background-repeat: no-repeat;
  width: 240px;
  height: 92px;
}
.integrations-logo-araize-smaller {
  background-image: url('/wp-content/uploads/2016/10/araize-e1476285135425.png');
  background-repeat: no-repeat;
  width: 120px;
  height: 39.5px;
  background-size: contain;
}
.integrations-logo-kindful-smaller {
  background-image: url('/wp-content/uploads/2016/09/kindful-logo-e1472995571516.png');
  background-repeat: no-repeat;
  width: 120px;
  height: 21.5px;
  background-size: contain;
}
.integrations-logo-lgl {
  background-image: url('/wp-content/uploads/2017/02/lgl-new-e1485962991910.png');
  background-repeat: no-repeat;
  width: 240px;
  height: 42px;
}
.integrations-logo-lgl-smaller {
  background-image: url('/wp-content/uploads/2017/02/lgl-new.png');
  background-repeat: no-repeat;
  width: 175px;
  height: 31px;
  background-size: contain;
}
.integrations-logo-etap-smaller {
  background-image: url('/wp-content/uploads/2017/03/eTapestry.png');
  background-repeat: no-repeat;
  width: 130px;
  height: 50px;
  background-size: contain;
}
.integrations-logo-excel-smaller {
  background-image: url('/wp-content/uploads/2017/03/excel.jpg');
  background-repeat: no-repeat;
  width: 135px;
  height: 72px;
  background-size: contain;
}
.neon-container .box,
.kindful-container .box,
.araize-container .box,
.lgl-container .box,
.etapestry-container .box,
.excel-container .box,
.re-container .box {
  height: 174px;
}

ul.faq {
  margin: 0 0 1.75em 1.25em;
}

.blog .site-content {
	margin-top: 2.5em;
}
.entry-title a {
	color: #333333;
}
.boxzilla {
    background: transparent !important;
    padding: 25px 20px !important;
    min-width: 300px !important;
}
.boxzilla-close-icon {
	left: 0;
	right: auto !important;
}
.email-subscribe {
	text-align: center;
  width: 100%;
  margin: auto;
  background: white;
  border: 1px solid #c8d7e1;
  padding: 5%;
  box-shadow: 0 0 5px #D5D3D1;
  overflow: hidden;
}
.email-subscribe input {
	font-size: smaller;
}
.footer_menu li {
	display: block;
	border-top: none;
}
.help-head-container {
	margin-bottom: 2em;
}
#live-search {
	margin-bottom: 5em;
}
.security-contain {
	display: flex;
	justify-content: space-around;
}
.social-container {
  margin-top: 3em;
  text-align: center;
}
.fb-share-button {
	display: inline-flex !important;
}
.twitter-share-button {
	margin-bottom: .9em !important;
}
.site-footer .main-navigation,
.site-footer .for-navigation {
	display: block;
	margin: auto;
	font-size: smaller;
}
.footer_menu {
	    list-style: none;
    margin: 0;
}

.page-template-page-benchmark {
	background: white;
}

.page-template-page-benchmark .site {
	background: white;
	border: none;
}


.page-template-page-benchmark .benchmark-sidebar {
    width: 15%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.page-template-page-benchmark .main {
    position: relative;
    top: 0;
    margin-right: 16.5%;
    left: 0;
    bottom: 0;
    
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.page-template-page-benchmark #slide-sidebar {
   display: none;
}

.page-template-page-benchmark input:checked ~ .main { 
    right: 0;
}

.page-template-page-benchmark input:checked ~ label {
    right: 0;
}

.page-template-page-benchmark label {
	padding-left: .45rem;
	right: 3%;
	cursor: pointer;
    z-index: 2;
    position: fixed;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.page-id-274 .entry-content,
.page-id-851 .entry-content,
.page-template-page-benchmark .entry-content {
	margin: auto;
}

.page-template-page-benchmark .site-header-main {
	justify-content: space-between;
	width: 100%;
}

.page-template-page-benchmark .site-header-main .site-branding {
	margin-right: 0;
}
.page-template-page-benchmark .site-header.fixed .site-header-main .site-header-menu {
	margin-top: auto;
	margin-bottom: auto;
}

.benchmark-segments {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 2em;
}

.sections-container {
	padding-bottom: 2em;
}

.mobile-sector-select {
	display: none;
}

.main-sidebar-container {
	width: auto;
    position: fixed;
    display: block;
    background: white;
    overflow-y: auto;
    height: 75%;
}

.main-sidebar-container span.header {
    padding: .33em .2em;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .1em;
    color: #484848!important;
}
.main-sidebar-container a.section-link {
	box-shadow: none !important;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: .1em .2em;
     transition: all .15s ease-out;
}

.main-sidebar-container a.section-link.active:after {
	content: '\f177';
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: .33rem;
}

.main-sidebar-container a.about-section-link {
	box-shadow: none !important;
    display: block;
    font-size: 12px;
    padding: .1em .2em;
}


.donations-analyzed {
    display: block;
    margin: auto;
    font-size: 12px;
}

.blog-data-driven.fundraising-benchmarks-signup {
	padding: 1em;
    margin-top: 3em;
}

.sector-segments {
	padding: .5625rem .625rem;
    border-radius: .1875rem;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    font-size: 1rem;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 2.5rem;
    line-height: 1.375rem;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    margin: auto;
}

.sector-segments:focus {
	border-color: rgba(0,208,228,.5);
    box-shadow: 0 0 4px 1px rgba(0,208,228,.3), 0 0 0 1px #00d0e4;
    outline: 0;
}


.page-id-851 .menu-item-173,
.page-id-851 .menu-item-66,
.page-id-851 .menu-item-295,
.page-template-page-benchmark .menu-item-295 {
	display: none;
}

.page-template-page-benchmark .top {
    margin: 3.5em 0 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.page-template-page-benchmark .top img {
    margin-right: 1.5rem;
}


.page-template-page-benchmark .site-branding {
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.page-template-page-benchmark .site-branding a {
	margin-right: .33rem;
}

.page-template-page-benchmark .tag {
	background-color: #019edd;
    color: white;
    text-transform: uppercase;
    font-size: .75rem;
    height: 20px;
    padding: 0 10px;
    border-radius: 12px 6px 6px 12px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-template-page-benchmark .tag:before {
	content: "";
    position: absolute;
    border-right: 10px solid #019edd;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    width: 0;
    height: 0px;
    left: -1px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    box-sizing: unset;
}

.page-template-page-benchmark .tag:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    left: -1px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background-color: #019edd;
}

.section .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 100px 50px;
	margin-bottom: 0;
}

.section .top .title {
	font-size: 5rem;
    font-weight: 600;
    margin-bottom: 1rem !important;
    text-align: center;
    margin-top: 0 !important;
}

.sector-snapshot .top .title {
	font-size: 4rem;
    letter-spacing: .1em;
}

.heading-section-below-counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 7.5rem;
}



.heading-section-below-counter .site-title {
	margin-right: 0 !important;
    margin-left: 0.33rem;
}

.section .top .aside {
	font-size: 1.5rem;
	font-weight: 300;
	text-align: center;
}

.section .top .aside span {
	font-weight: 500;
}


.section .top i {
	color: #019edd;
}

/*
.sector-snapshot .top {
	margin-top: 0;
	padding-bottom: 0;
}
*/

.giving-level .metric .navigation {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
}

.giving-level .metric .navigation .tab {
	color: white;
	margin: 0 .75rem;
    background-color: rgba(1, 158, 221, 0.5);
    padding: 0 1.5rem;
    height: 40px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    position: relative;
}

.giving-level .metric .navigation .tab.active {
    background-color: #019edd;
}

.giving-level .metric .navigation .tab:before {
	content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 8px;
    height: 0;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition: all 250ms;
    transition: all 250ms;
    box-sizing: content-box;
}

.giving-level .metric .navigation .tab:after {
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 50%;
    bottom: -11px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background-color: transparent;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    box-sizing: content-box;
}

.giving-level .metric .navigation .tab.active:before {
    border-top-color: #019edd;
    box-sizing: content-box;
}

.giving-level .metric .navigation .tab.active:after {
    background-color: #019edd;
    box-sizing: content-box;
}

.giving-level .metric .navigation .tab:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(1, 158, 221, 0.33);
    box-shadow: 0 0 0 5px rgba(1, 158, 221, 0.33);
}

.giving-level .metric .window {
    background-color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    color: #46346c;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.giving-level .metric .window .c-top {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2c3e50
}

.giving-level .metric .window .c-top .c-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33%;
}


.giving-level .metric .window .c-title {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.giving-level .metric .window .c-title .c-ask,
.c-ask.has-tooltip {
	background-color: rgba(246, 250, 253, 0.66);
    font-size: .875rem;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    font-style: normal;
    color: #2c3e50;
    vertical-align: super;
}

.giving-level .metric .window .c-top .c-title {
    font-size: 1.25rem;
    width: 100%;
    display: block;
}


.giving-level .metric .window .c-amount {
    font-weight: 300;
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.giving-level .metric .window .c-top .c-amount {
    font-size: 3.75rem;
    margin-top: .5rem;
    color: white;
}

.giving-level .metric .window .c-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f6fafd;
    padding: 40px 0;
}

.giving-level .metric .window .c-bottom .c-title {
	color: rgba(44, 62, 80, 0.75);
}

.giving-level .metric .window .c-bottom .c-section {
    padding: .625rem 0;
    width: 50%;
    border-right: 2px solid rgba(70,52,108,0.05);
}

.giving-level .metric .window .c-bottom .c-amount {
	color: #2c3e50;
    font-size: 2.875rem;
    margin-bottom: .375rem;
}
.giving-level .metric .window .c-bottom .c-section:last-of-type {
    border-right: none;
}

.section-break {
	border: 2px solid rgba(70,52,108,0.05);
}


.retention-rate .window, 
.sector-snapshot .window {
    background-color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.retention-rate .legend {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
}

.retention-rate .legend .tab {
    color: white;
    margin: 0 .75rem;
    padding: 0 1.5rem;
    height: 40px;
/*     border-radius: 20px; */
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    position: relative;
}

.retention-rate .legend .tab.donor-retention-rate {
	background-color: #2ecc71;
}

.retention-rate .legend .tab.donation-retention-rate {
	background-color: #3498db;
}

.retention-rate .legend .tab.first-time-donor-retention-rate {
	background-color: #f1c40f;
}

.retention-rate .legend .tab.reactivated-donor-retention-rate {
	background-color: #e67e22;
}

.retention-rate .legend .tab.repeat-donor-retention-rate {
	background-color: #e74c3c;
}

.retention-rate .window .c-top,
.sector-snapshot .window .c-top {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    padding: 40px 0;
}

.retention-rate .window .c-top .c-section,
.sector-snapshot .window .c-top .c-section {
	display: block;
	text-align: center;
    width: 50%;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    padding: 1rem;
    border-radius: .33rem;
    margin: auto 3rem;
    transition: all 0.2s ease;
}

.retention-rate .window .c-top .c-section:hover,
.sector-snapshot .window .c-top .c-section:hover {
	transform: scale(1.05);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}


.retention-rate .window .c-top .c-section .c-amount,
.sector-snapshot .window .c-top .c-section .c-amount {
    color: #2c3e50;
    font-size: 2.875rem;
    margin-bottom: .375rem;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-top: .375rem !important;
}

.retention-rate .window .c-top .c-section .c-title,
.sector-snapshot .window .c-top .c-section .c-title  {
    color: rgba(44, 62, 80, 0.75);
    font-size: 1.25rem;
    font-weight: 400;
    display: block;
}

.retention-rate .window .c-top .c-section .c-title.bottom,
.sector-snapshot .window .c-top .c-section .c-title.bottom {
    font-size: 1rem;
}


.faq-question {
	font-weight: lighter !important;
	color: #019edd;
}
.primary-menu {
  display: flex;
  align-items: center;
}
.float-right {
	float:right !important;
}
.wp-caption-text {
	text-align: center;
}
.page-id-228 ul,
.page-id-58 ul {
	padding-left: 1.5em;
}
p, ul, li {
  color: #555555 !important;
}
body, input, select, textarea {
	background: #e9eff3;
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	color: #333333;
}
body:not(.custom-background-image):before, 
body:not(.custom-background-image):after {
	height: 0 !important;
}
#post-155 > div > div.above-fold > div.row > div.col-md-8.col-md-offset-2.slider-contain > div > div.slider-tick-label-container > div:nth-child(2) {
	width: 315px !important
}
#post-155 > div > div.above-fold > div.row > div.col-md-8.col-md-offset-2.slider-contain > div > div.slider-tick-label-container > div:nth-child(3) {
	width: 555px !important;
}

.individual-plan-container .panel-body .feature-list > .list-group-item {
	text-align: center;
}
.individual-plan-container.compare .panel-body .feature-list > .list-group-item {
	text-align: left;
}
/*
.feature-list-pro {
	list-style: none;
}
*/
.page-id-155 .entry-content h4,
.page-id-528 .entry-content h4,
.page-id-757 .entry-content h4 {
	letter-spacing: 0.033em !important;
}
.feature-list li,
.feature-list-pro li {
  margin-bottom: 7px;
  line-height: 19px;
  font-size: 15px;
}
.feature-list {
	margin-bottom: .66em;
}
.features-container {
	text-align: left;
  width: 100%;
  margin: 1.5em auto;
}
/*
.report-list li {
	display: inline-block;
}
*/
a.toggle-promo-code {
  margin-top: 1em;
  display: block !important;
  font-size: small;
}
.features-container-pro {
	text-align: left;
  width: 60%;
  margin: 1.5em auto 0;
}
.all-plans {
	text-align: left;
}
.site {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
  border-left: solid 1px #C8D7E1;
  border-right: solid 1px #C8D7E1;
}
.entry-content h4 {
	text-transform: none;
}
.entry-content h3 {
	font-weight: normal;
}
.site-description {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix {
	clear: both;
}
.contain {
	overflow: auto;
	padding: .1em;
}
.smallSpacer {
	height: 1rem;
}
.spacer {
	height: 3rem;
}
.hideLabel label {
	display: none;
}
.gform_wrapper {
	max-width: 100% !important;
}
/*
.get-started {
  background: #019edd !important;
  font-size: 1.15rem;
  margin: 2.5em auto;
  display: block;
}
*/
.get-started-today {
	font-size: smaller;
	background: transparent !important;
	border: 1px solid #019edd !important;
	color: #019edd !important;
}
.get-started-today:hover,
.get-started-today:active,
.get-started-today:focus {
	transition: all 0.2s ease;
  color: white !important;
  background: #019edd !important;
}
/*
.get-started:hover,
.get-started:focus {
	background: #007acc !important;
}
*/
#input_1_1_3_container label,
#input_2_1_3_container label,
#input_3_1_3_container label {
	display: none;
}
.gform_wrapper .gform_footer {
	margin-top: 0 !important;
}

.site-footer .site-title:after {
	display: none;
}
.site-inner {
	padding-bottom: 5em;
}
.footerCopy {
  text-align: center;
  font-size: small;
}
#kbe_content .kbe_leftcol ul li, ol {
	font-size: 16px;
}
#text-4 {
	border-top: none;
}
.site-footer {
	text-align: center;
	margin-top: 5em;
	padding-top: 3.5em;
	padding-bottom: 3.5em;
  background-color: #f3f6f8;
  border: solid 1px #C8D7E1;
}
.footer-row-2 {
	margin-top: 4em
}
.site-main {
	margin-bottom: 0;
}
.site-title {
	width: 7em;
}
.site-header {
	transition: all 0.25s ease;
	padding: 0 4.5455% 2em;
}
.aboveFold {
	margin: 2.55em auto 5em;
}
.aboveFold h1 {
	font-size: 2.5rem;
	text-align: center;
}
.line2 {
	text-align: center;
	margin-top: 0 !important;
}
.entry-title,
.entry-summary {
	display: none;
}
.type-post .entry-title,
.type-post .entry-summary {
	display: block;
}
.entry-title {
	hyphens: none;
}
.blog-home {
	margin-bottom: 5em;
}
.single-post #habla_window_div.habla_window_div_base {
	display: none !important
}
.blog-home .entry-title,
.blog-home .entry-summary {
	display: block !important;
}
.entry-footer {
	margin-top: 0;
}
.medium {
	font-weight: 400 !important;
}
.light {
	font-weight: 200 !important
}
.bold {
	font-weight: bold !important;
}
.lightBlue {
	color: #019edd;
}
.darkBlue {
	color: #004D71;
}
.lightGray {
	color: #7f8c8d;
}
.darkGray {
	color: #2d3236;
}
.main-navigation a,
.footer_menu a {
	color: #019edd;
}
.footer_menu a {
    outline-offset: -8px;
    padding: 0.65625em 0.875em;
    white-space: nowrap;
}
.footer_menu a {
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 0.84375em 0;
}
.footer_menu a:hover, .footer_menu a:focus {
    color: #007acc;
}
.footerCta {
	text-align: center;
}
.video-contain {
	cursor: pointer;
	max-width: 60vw;
	position: relative;
	margin: auto;
}
.wistia_responsive_padding {
  opacity: 0;
  top: 0;
  right: 8px;
  left: 40px;
}
.supportContain {
	display: block;
	text-align: left;
}
.supportLeft {
	float:left;
	width: 50%;
}
.supportRight {
	float: right;
	width: 50%;
	text-align: left;
}
.checkMarkList {
  list-style-position: inside;
/*   direction: rtl; */
  list-style: none;
}
.widget-area {
	margin-bottom: 0 !important;
}
.checkMarkList .fa {
	display: inline;
	padding-right: .5em;
}
.widget {
	border-top: 1px solid #F6F6F6;
}
.supportLink {
	cursor: pointer;
}
.supportLink:hover {
	text-decoration: underline
}
.about img {
	width: 200px;
	margin-bottom: 1rem;
}
.support,
.about {
	color: #019edd;
	width: 33%;
	display: inline-block;
	padding: 0 1rem;
}
.lighter {
	font-weight: lighter !important;
}
.supportHead {
    font-weight: lighter !important;
    color: #019EDD;
    margin-top: 0 !important;
}
.support:first-child,
.about:first-child {
	float: left;
}
.support:nth-child(3),
.about:nth-child(3) {
	float: right;
}
.fa-play {
	font-size: .66rem;
	vertical-align: middle;
	margin-left: .13rem;
}
.getStarted input {
	  background: #019edd;
	  font-size: 1.15rem;
}
.getStarted {
	text-align: center;
}
ul.logos {
  list-style: none;
  text-align: center;
}
.logos li {
	width: 7em;
	display: inline-block;
	filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.logos li:hover {
	filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.logos li:first-child {
	margin-right: 7em;
}
.consultants .copy {
	width: 45%;
}
.consultants img {
	width: 41%;
}
.crm .copy {
	width: 45%;
}
.crm img {
	width: 41%;
}
.imgBorder,
.type-post .post-thumbnail img {
	display: block;
	margin: auto;
	border-radius: 4px !important;
	box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07) !important;
	transition-property: color,background-color,box-shadow,transform !important;
	transition-duration: .15s !important;
}
.home .entry-content {
	margin: auto;
}
.homepage_email_submit {
	min-width: 10em;
}
.homepage_email_submit:first-child,
.homepage_email_submit:nth-child(2) {
	margin-right: 2.5em;
}
.alignleft {
	margin: 0.375em 4% 1.75em 0;
} 
.alignright {
	margin: 0.375em 0 1.75em 4%;
}
.slider img {
	box-shadow: 0 1px 5px rgba(0,0,1,0.3), inset 0 0 18px rgba(0,0,0,0.1);
  border: 8px solid #fff;
  padding: 1em;
}
.in-action {
	position: relative;
	left: -25%;
	top: 5em;
	width: 170px;
}
.img-border {
	display: block;
	margin: 1em 0;
  border: 8px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,1,0.3), inset 0 0 18px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 5px rgba(0,0,1,0.3), inset 0 0 18px rgba(0,0,0,0.1);
  box-shadow: 0 1px 5px rgba(0,0,1,0.3), inset 0 0 18px rgba(0,0,0,0.1);
  max-width: 100%;
  vertical-align: middle;	
}
.content-bottom-widgets {
	margin-top: 3.5em;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
	box-shadow: none !important;
}
.selected-resource-guide-container {
	display: block;
	margin-top: 5em;
}
.resource-guide-container {
	display: block;
}
.resource-guide img {
	transform: translate3d(0, 0, 0);
	transition: all 0.2s ease;
}
.resource-guide img:hover {
	transform: translate3d(-4px, -4px, 0);
}
.mt0 {
	margin-top: 0 !important;
}
.resource-guide {
  width: 36%;
  float: left;
  max-width: 400px;
}
.resource-guide h3:hover {
	color: #019EDD;
}
.selected-resource-guide {
	display: block;
	width: 47.5%;
	float: left;
}
.selected-resource-guide-copy {
	display: block;
	width: 47.5%;
	float: right;
}
#kbe_content .kbe_leftcol p,
#kbe_content .kbe_leftcol ol,
#kbe_content .kbe_leftcol ul {
	font-size: 16px;
	margin-bottom : 1em;
}
.get-demo {
	margin: 0 auto;
}



/* Pricing page */
.promo-code {
	display: block;
  font-size: smaller;
  margin-top: -0.5em;
  outline: 0;
  color: #019edd;
}

.promo-code:active,
.promo-code:focus,
.promo-code:hover {
	outline: 0;
	color: #019edd;
}

.sc-radio-group input,
.sc-coup-remove-coupon,
label[for=sc-coup-coupon-1] {
	display: none;
}

.sc-radio-group span {
	font-weight: bold;
	font-size: larger;
}

.annual-billing {
  font-size: smaller !important;
  display: block;
  margin-top: -.5em;
  font-weight: lighter !important;
  color: #aaaaad;
}

.plan-name {
	display: block;
}

.plan-price {
  margin-top: -0.66em;
  display: block;
}

.sc-form-group,
.sc-coup-loading {
	display: none;
	width: 100%;
  margin: 0 auto;
}

.sc_sub_wrapper {
	display: none;
}

.sc-form-group .sc-coup-coupon {
  display: inline-block;
  width: 70%;
  border-radius: 0;
  margin-right: 1em;
  font-size: small;
}
.sc-coup-success-row {
	font-size: small;
  color: #55555a;
}
.sc-coup-validation-message {
	font-size: small;
  color: #55555a;
}
.sc-total-amount {
	font-weight: bold;
	font-size: larger;
}
.sc-coup-success-message {
	font-weight: bold;
}
.sc-coup-coupon-container {
	display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-155 body {
  background: #e9eff3;
  font-family: 'Roboto', sans-serif;
  transition: all 0.5s ease;
}
.page-id-155 #page,
.page-id-528 #page,
.page-id-757 #page {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-right: 21px;
  margin-left: 21px;
  border-left: solid 1px #C8D7E1;
  border-right: solid 1px #C8D7E1;
  background: white;
}
.page-id-155 .header,
.page-id-155 .footer,
.page-id-528 .header,
.page-id-528 .footer,
.page-id-757 .footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.page-id-155 .footer,
.page-id-528 .footer,
.page-id-757 .footer {
  margin-top: 7em;
}
.page-id-155 .branding,
.page-id-155 .navigation,
.page-id-528 .branding,
.page-id-528 .navigation,
.page-id-757 .branding,
.page-id-757 .navigation {
  align-self: center;
}
.page-id-155 .panel-footer,
.page-id-528 .panel-footer,
.page-id-757 .panel-footer {
  text-align: center;
  background: white;
}
.page-id-155 .panel {
  border: none;
}
.page-id-155 .panel-heading h2 {
  font-weight: bold;
}
.page-id-155 .panel-body h3 {
	margin-top: 1em;
}
.page-id-155 .panel-body {
  padding-top: 0;
}
.page-id-155 .lead {
  font-size: 28px;
  color: #0CACE2;
}
.page-id-155 .entry-content a,
.page-id-30 .entry-content a,
.page-id-528 .entry-content a,
.page-id-757 .entry-content a {
	box-shadow: none;
}
.default-button,
.green-button,
.page-id-155 .btn-success,
.page-id-435 .btn-success,
.page-id-447 .btn-success,
.sc-payment-btn,
.sc-coup-apply-btn,
#gform_submit_button_1,
#gform_submit_button_2,
#gform_submit_button_3,
.get-demo,
.get-started,
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    border-radius: 2px;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
    background: transparent !important;
    border: 1px solid #019edd !important;
    margin: auto;
    font-size: smaller;
    color: #019edd !important;
}
.page-id-435 .btn-success,
.page-id-447 .btn-success {
	font-size: larger;
  margin: initial;
}
.default-button,
.green-button,
.page-id-155 .btn-success,
.page-id-435 .btn-success,
.page-id-447 .btn-success,
.sc-payment-btn span,
.sc-coup-apply-btn span,
.sc-coup-apply-btn,
#gform_submit_button_1,
#gform_submit_button_2,
#gform_submit_button_3,
.get-demo,
.get-started,
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	    font-family: Montserrat, "Helvetica Neue", sans-serif;
	    font-weight: 600 !important;
}
.default-button:hover,
.default-button:active,
.default-button:focus,
.page-id-155 .btn-success:hover,
.page-id-155 .btn-success:focus,
.page-id-155 .btn-success:active,
.page-id-155 .btn-success.active:focus,
.page-id-155 .btn-success.active:focus,
.page-id-155 .btn-success.active:hover,
.page-id-435 .btn-success:hover,
.page-id-435 .btn-success:focus,
.page-id-435 .btn-success:active,
.page-id-435 .btn-success.active:focus,
.page-id-435 .btn-success.active:focus,
.page-id-435 .btn-success.active:hover,
.page-id-447 .btn-success:hover,
.page-id-447 .btn-success:focus,
.page-id-447 .btn-success:active,
.page-id-447 .btn-success.active:focus,
.page-id-447 .btn-success.active:focus,
.page-id-447 .btn-success.active:hover,
.page-id-155 .btn-success:active:focus,
.page-id-155 .btn-success:active:focus,
.page-id-155 .btn-success:active:hover,
.page-id-155 .open > .dropdown-toggle.btn-success:focus,
.page-id-155 .open > .dropdown-toggle.btn-success:focus,
.page-id-155 .open > .dropdown-toggle.btn-success:hover,
.sc-coup-apply-btn:focus,
.sc-coup-apply-btn:active,
.sc-coup-apply-btn:hover,
#gform_submit_button_1:hover,
#gform_submit_button_1:active,
#gform_submit_button_1:focus,
#gform_submit_button_2:hover,
#gform_submit_button_2:focus,
#gform_submit_button_2:active,
#gform_submit_button_3:hover,
#gform_submit_button_3:focus,
#gform_submit_button_3:active,
.get-demo:hover,
.get-demo:focus,
.get-demo:active,
.get-started:active,
.get-started:focus,
.get-started:hover,
button:hover, button[disabled]:hover, button[disabled]:focus, input[type="button"]:hover, input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"]:hover, input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"]:hover, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    transition: all 0.2s ease;
    color: white !important;
    background: #019edd !important;
}
blockquote {
	border-color: #019edd;
}
#gform_submit_button_2,
#gform_submit_button_3 {
	width: 97.5%;
	margin: auto;
	font-size: large;
}
.partner-button-conatiner {
  display: flex;
  justify-content: space-around;
  font-size: larger;
}
.page-id-155 .btn-change {
  background-color: #555555;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  text-transform: uppercase;
  border-color: #555555;
  border-radius: 0;
}
.page-id-155 .btn-change:hover,
.page-id-155 .btn-change:focus,
.page-id-155 .btn-change:active,
.page-id-155 .btn-change:visited,
.page-id-155 .btn-change.active.focus,
.page-id-155 .btn-change.active:focus,
.page-id-155 .btn-change.active:hover,
.page-id-155 .btn-change:active.focus,
.page-id-155 .btn-change:active:focus,
.page-id-155 .btn-change:active:hover,
.page-id-155 .open > .dropdown-toggle.btn-change.focus,
.page-id-155 .open > .dropdown-toggle.btn-change:focus,
.page-id-155 .open > .dropdown-toggle.btn-change:hover {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
.demo-site {
  background-image: url('https://fundraisingreportcard.com/wp-content/uploads/2016/05/pointer.png');
  padding-left: 16px;
  background-position: 13px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}
.demo-site:hover,
.demo-site:active,
.demo-site:focus {
	  background-image: url('https://fundraisingreportcard.com/wp-content/uploads/2016/05/pointer-hover.png');
}
.view-demo-link {
	padding-right: 25px;
  border-radius: 4px;
  background-image: url("https://fundraisingreportcard.com/wp-content/uploads/2016/05/view-gray.png");
  background-position: 98% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
	box-shadow: none !important;
  color: #019edd;
}
.view-demo-link:hover,
.view-demo-link:active,
.view-demo-link:focus {
	color: #007acc;
}
.page-title h1,
.entry-content h1:first-child {
  text-align: center;
  font-weight: bold;
  margin: 1em auto .33em !important;
}
.page-title h4 {
  text-align: center;
  font-weight: lighter;
  margin: 1em auto;
}
.pricingPanel {
	text-align: center;
}
.page-id-155 .page-title h1 {
  text-align: center;
  font-weight: bold;
  margin: 1em auto .66em;
}
.page-id-155 .page-title h4 {
  text-align: center;
  font-weight: lighter;
  margin-top: 2em;
}
.page-id-155 .enterprise-contact {
  margin-top: 2em;
}
.page-id-155 .slider.slider-horizontal {
  width: 100%;
}
.page-id-155 .slider-track {
  margin: 0 auto;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #C8D7E1;
}
.page-id-155 .slider .tooltip-inner {
  background: transparent !important;
  color: #333333 !important;
  font-size: 16px;
  font-weight: bold;
}
.page-id-155 .tooltip.top .tooltip-arrow {
  display: none !important;
}
.page-id-155 .slider-selection {
  background: #e9eff3;
}
.page-id-155 .slider.slider-horizontal .slider-tick,
.page-id-155 .slider.slider-horizontal .slider-handle {
  margin-top: -6px;
}
.page-id-155 .slider-handle {
  background-color: #FCCE01;
  border: 1px solid #C8D7E1;
  background-image: none;
}
.page-id-155 .slider-contain {
  margin-top: 3em;
}
.page-id-155 .free,
.page-id-155 .enterprise {
	padding: 1em 0;
}
.page-id-155 .recommended {
  display: none;
  width: 50%;
  text-align: center;
  padding: .33em 0;
  background: #0CACE2;
  border-radius: 1.33em;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  margin: auto;
}
.page-id-155 .recommended:hover {
  background: #007acc;
}
.page-id-155 .btn-success {
  background-color: #0CACE2;
  border-color: #0CACE2;
}
.page-id-155 .below-fold p,
.page-id-155 .description,
.page-id-155 .plan-description,
.page-id-155 .support-1 p,
.page-id-155 .support-2 p {
  line-height: 2em;
  color: #555555;
}
.page-id-155 .sub-section {
	text-align: center;
  margin-top: 7em;
}
.page-id-155 .below-fold h1 {
  font-weight: bold;
  text-align: center;
  margin: 1em auto;
}
.page-id-155 .cta {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.9px;
  padding: 14px 40px;
  box-shadow: none;
}
.page-id-155 .cta:hover,
.page-id-155 .cta:active,
.page-id-155 .cta:focus,
.page-id-155 .cta:visited {
  text-decoration: none;
  color: #007acc;
}
.page-id-155 .plan-container {
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: .5em;
  margin-top: 0;
}
.page-id-155 .plan-container h1,
.page-id-155 .plan-container h2,
.page-id-155 .plan-container h5 {
	margin-top: 0 !important;
}
.page-id-155 .plan-container h5 {
	font-weight: lighter;
}
.page-id-155 .plan-range {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}
.page-id-344 .site-header-menu,
.page-id-344 .menu-footer-menu-container,
.page-id-349 .site-header-menu,
.page-id-349 .menu-footer-menu-container,
.page-id-427 .site-header-menu,
.page-id-427 .menu-footer-menu-container {
	display: none;
}
.gform_wrapper .gf_page_steps {
	text-align: center;
  font-weight: bold;	
	color: #019edd;
}
.hide-label label {
	display: none !important;
}
.base-price {
  display: block;
  text-align: right;
}
.variable-cost {
	display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid #333333;
  text-align: right;
}
.final-cost {
  display: block;
  margin-top: -10px;
  text-align: right;
  font-weight: bold;
  font-size: larger;
}
.final-cost-mo {
	font-weight: lighter;
	font-size: smaller;
}
#sc_checkout_form_1,
#sc_checkout_form_3,
#sc_checkout_form_4,
#sc_checkout_form_5,
#sc_checkout_form_6 {
	display: block;
}
.team .price-container {
  display: inline-block;
  position: relative;
  left: -10%;
  margin-bottom: 0;
  opacity: .033;
  display: none;
}
.promo-price-container {
/*   top: -150px; */
  position: relative;
}
.promo-price {
	margin-bottom: .66em !important;
}
.enterprise-container {
	box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
.base-price-description {
  position: relative;
  display: block;
  right: -110px;
  top: -16px;
  font-size: small;
  font-style: italic;
}
.variable-price-description {
	display: block;
  position: relative;
  right: -120px;
  top: -22px;
  font-size: small;
  font-style: italic;
}
.final-price-description {
  display: block;
  position: relative;
  right: -85px;
  top: -17px;
  font-size: small;
  font-style: italic;
}
.page-id-155 .plan-cost-heading,
.page-id-155 .plan-transaction-heading {
  font-weight: bold;
  font-size: 12px;
}
.page-id-155 .plan-cost-heading {
  text-align: right;
}
.page-id-155 .plan-range .col-md-6 {
  padding: 0;
}
.page-id-155 .plan-transaction {
  font-size: 16px;
  font-weight: normal;
}
.page-id-155 .plan-match {
  background: #b1e0ec;
  border-radius: 4px;
  box-shadow: 6px 0 0 #b1e0ec, -6px 0 0 #b1e0ec;
  color: #060808;
}
.page-id-155 .selected-plan-container {
  display: none;
  margin-bottom: 7em;
}
.page-id-155 .button-container .col-md-4 {
  padding-left: 0;
}
.page-id-155 .button-container .col-md-8 {
  padding-right: 0;
}
.page-id-155 .button-container {
  padding-left: 0;
  padding-right: 0;
  margin-top: 2em;
}

.page-id-467 .wizard-step-number {
	background-color: #2ecc71;
}

.page-id-155 .entry-content,
.page-id-412 .entry-content,
.page-id-435 .entry-content,
.page-id-440 .entry-content,
.page-id-1084 .entry-content,
.page-id-467 .entry-content,
.page-id-447 .entry-content,
.page-id-523 .entry-content,
.page-id-528 .entry-content,
.page-id-700 .entry-content,
.page-id-746 .entry-content,
.page-id-757 .entry-content {
	margin-left: 0;
	margin-right: 0; 
}
.page-id-412 .site-header-menu,
.page-id-523 .site-header-menu,
.page-id-435 .site-header-menu,
.page-id-440 .site-header-menu,
.page-id-1084 .site-header-menu,
.page-id-467 .site-header-menu,
.page-id-447 .site-header-menu,
.page-id-700 .site-header-menu,
.page-id-746 .site-header-menu {
	display: none;
}
.step-container {
	  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}
.wizard-step-number {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: left;
    width: 60px;
    height: 60px;
    background-color: #019edd;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: 700;
    margin-right: .5em;
}
.wizard-step-number-smaller {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: left;
    width: 30px;
    height: 30px;
    background-color: #019edd;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: 700;
    margin-right: .5em;
}
.post-165 .entry-content {
	margin-left: 0;
	margin-right: 0;
}


.metric-container {
	margin-top: 5em;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.endorsment {
    padding: 18px;
    border: 1px solid #eef6fc;
    border-radius: 4px;
    background-color: white;
    box-shadow: none;
    color: #50565a;
    font-size: 16px;
    line-height: 22px;
    overflow: auto;
}

img.endorsment-photo {
    border-radius: 200px;
    float: left;
    width: 15%;
    margin-right: 1em;
}

p.endorsment-text {
    width: 78%;
    margin-bottom: 5px;
    float: left;
    text-align: left;
}

p.endorsment-text strong {
	font-weight: 600 !important;
  background-color: #e6f3fc;
}

p.endorsment-author {
    display: block;
    margin-top: 10px;
    margin-left: 20%;
    float: left;
    clear: both;
    font-size: 13px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 0;
}

p.endorsment-author-title {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20%;
    float: left;
    clear: both;
    font-size: 13px;
}
img.endorsment-logo {
    width: 66%;
    float: none;
    border-radius: 0;
    margin: auto;
    display: block;
    margin-bottom: 1em;
}
.endorsment-with-logo p.endorsment-text {
    width: 100%;
    margin-bottom: 5px;
    float: left;
    text-align: left;
}
.endorsment-with-logo .endorsment-author,
.endorsment-with-logo .endorsment-author-title {
  margin: auto;
}
.endorsment-with-logo .endorsment-author {
  margin-top: 10px !important;
}
.faq-section h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: .5em;
}
.more-expensive-plans {
  display: none;
}
.faq-section p {
  font-style: .95em;
}
.faq-section .col-md-6 {
  padding-bottom: 2.5em;
}
.timeline-container {
	margin: 5em auto;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 45%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: white;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            border: 3px solid #eeeeee;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    font-weight: lighter !important;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }


.get-started {
	    font-size: larger;
    margin: auto;
    display: block;
}
.button {
	    white-space: initial;
}

.odometer-main.odometer-animating-up .odometer-ribbon-inner, .odometer-main.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition-duration: 7.5s !important;
    -moz-transition-duration: 7.5s !important;
    -ms-transition-duration: 7.5s !important;
    -o-transition-duration: 7.5s !important;
    transition-duration: 7.5s !important
}

.odometer.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition-duration: 500ms !important;
    -moz-transition-duration: 500ms !important;
    -ms-transition-duration: 500ms !important;
    -o-transition-duration: 500ms !important;
    transition-duration: 500ms !important
}


/* November 2016 refresh */

.logo.integrations-logo-ias-smaller {
    background-image: url(/wp-content/uploads/2016/09/IAS.jpg);
    background-repeat: no-repeat;
    width: 140px;
    height: 28px;
    background-size: contain;
    -webkit-filter: grayscale(100%);
    filter: gray;
}
.logo.integrations-logo-cci-smaller {
    background-image: url(/wp-content/uploads/2016/11/cci.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 68px;
    background-size: contain;
    -webkit-filter: grayscale(100%);
    filter: gray;
}
.logo.integrations-logo-hylton-smaller {
    background-image: url(/wp-content/uploads/2016/10/hylton.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 18px;
    background-size: contain;
    -webkit-filter: grayscale(100%);
    filter: gray;
}
.logo.integrations-logo-vcu-smaller {
    background-image: url(/wp-content/uploads/2016/11/vcu.jpg);
    background-repeat: no-repeat;
    width: 140px;
    height: 47px;
    background-size: contain;
    -webkit-filter: grayscale(100%);
    filter: gray;
}
.logo.integrations-logo-bbbs-smaller {
    background-image: url(/wp-content/uploads/2016/12/bbbs.jpg);
    background-repeat: no-repeat;
    width: 140px;
    height: 44px;
    background-size: contain;
    -webkit-filter: grayscale(100%);
    filter: gray;
}
.logo.integrations-logo-recharity-smaller {
    background-image: url(/wp-content/uploads/2016/11/recharity.jpg);
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    background-size: contain;
}
.logo.integrations-logo-pri-smaller {
    background-image: url(/wp-content/uploads/2016/11/prospect-research-institute.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 76px;
    background-size: contain;
}
.logo.integrations-logo-nonprofitpro-smaller {
    background-image: url(/wp-content/uploads/2016/11/nonprofitpro.jpeg);
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    background-size: contain;
}
.logo.integrations-logo-re-smaller {
    background-image: url(/wp-content/uploads/2016/10/re_logo.png);
    background-repeat: no-repeat;
    width: 170px;
    height: 60px;
    background-size: contain;
}


@media (max-width: 910px) {
		.primary-menu {
		display: block;
	}
	.demo-site {
		    background-position: 0px 50%;
	}
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: -15px;
  right: 0;
  color: #019edd;
  font-weight: bold;
  font-size: 2em;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.old-label {
	color: #686868;
	font-weight: lighter;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 66.66%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}
.plan-inner-container {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
}
.individual-plan-container {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  background: white;
  margin: 1em;
}
.popular-plan {
   box-shadow: 0 0 0 1px #0CACE2;
   overflow: hidden;
}
.ribbon {
  width: 180px;
  background: #0CACE2;
  position: absolute;
  top: 20px;
  right: -60px;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 0;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 11px;
  font-weight: 700;
}
li.list-group-item.free {
  opacity: .2;
  text-decoration: line-through;
  padding: 0;
}
.blog-data-driven input:focus {
	border-color: #2ecc71 !important
}
.blog-data-driven [name=submit] {
	width: 100%;
    background: #2ecc71 !important;
    color: white !important;
    border: none !important;
}
@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 70%;
  }
  100% {
    width: 66.66%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 70%;
  }
  100% {
    width: 66.66%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 66.66%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #019edd url("../img/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
.compare {
	margin: 1em 2.5em 2.5em;
}
.paid {
  box-shadow: 0 0 15px 12px rgba(0,0,0,.04),0 19px 38px rgba(32,54,88,.15);
}
.feature-coming-soon {
  font-size: smaller;
  opacity: .75;
}
.sc-payment-btn,
.green-button {
  color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}

.button-full {
	background: #2ecc71 !important;
	border-color: #2ecc71 !important;
	color: white !important;
}

.sc-payment-btn:focus,
.sc-payment-btn:hover,
.sc-payment-btn:active,
.green-button:focus,
.green-button:hover,
.green-button:active {
  background: #2ecc71 !important;
}
.green-button:focus,
.green-button:hover,
.green-button:active {
	color: white !important;
}

.comments-title, .comment-reply-title {
	    border-top: 4px solid #e9eff3;
}

.post-navigation {
	    box-shadow: 0 0 15px 12px rgba(0,0,0,.04),0 19px 38px rgba(32,54,88,.15) !important;
    border: 2px solid #c8d7e1;
    padding: 2em;
    text-align: center;
}

.post-navigation div + div {
	border-top: 4px solid #c8d7e1;
}

.post-navigation a {
	color: #019edd;
}
.before-sharebutton-text {
	float: none;
	text-transform: uppercase;
  font-weight: bold;
  vertical-align: bottom;
  font-size: 21px;
  color: #333;
}
.blurb {
	font-size: smaller;
  width: 50%;
  float: right;
  margin: 0 0 2em 2em;
  box-shadow: 0 0 15px 12px rgba(0,0,0,.04),0 19px 38px rgba(32,54,88,.15) !important;
}
.blurb-left {
  float: left;
  margin: 0 2em 2em 0;
}
.blurb .endorsment-text {
	width: 100%;
}
.blurb .endorsment-author,
.blurb .endorsment-author-title {
	margin-left: 0;
}
.blog-data-driven,
.podcast-subscribe {
    margin-bottom: 0;
    box-shadow: 0 0 15px 12px rgba(0,0,0,.04),0 19px 38px rgba(32,54,88,.15) !important;
    border: 2px solid #2ecc71;
    padding: 3em;
}
.podcast-subscribe {
	padding: 2em;
}
.page-author {
	line-height: 0.5;
	text-align: center;
	margin-bottom: 0;
}
.page-author span {
	font-weight: bold;
	font-size: smaller;
	text-transform: capitalize;
	color: #333333;
	display: inline-block;
	position: relative;  
}
.page-author span:before,
.page-author span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #333333;
  top: 0;
  width: 100%;
}
.page-author span:before {
  right: 100%;
  margin-right: 15px;
}
.page-author span:after {
  left: 100%;
  margin-left: 15px;
}
.consultant-plan-container,
.view-npo-pricing {
	display: none;
}
.page-template-page-full-width .site-inner,
.page-template-page-benchmark .site-inner {
	max-width: 100%;
}
.page-template-page-benchmark .site-footer {
	display: none;
}

.odometer-inside:before {
    content: "$";
}
.total-number-of-orgs .odometer-inside:before {
	content: "";
}

.c-bottom .odometer-inside:before,
.donor-retention-rate .odometer-inside:before {
	content: "";
}
.c-bottom .odometer-inside:after,
.donor-retention-rate .odometer-inside:after {
	content: "%";
}

.giving-level-text {
	padding-left: .2rem;
	font-weight: 700;
}

.giving-level.section,
.retention-rate.section,
.sector-snapshot {
	padding: 100px 0 200px;
}
.sector-snapshot:first-of-type {
	padding-bottom: 200px;
	padding-top: 50px;
}
#retention-rate-chart > div > div:nth-child(1),
#growth-rate-chart > div > div:nth-child(1),
#segmented-retention-rate-chart > div > div:nth-child(1) {
	margin: auto;
}

.retention-top {
	margin-bottom: 5rem;
}

.social-share-container {
	text-align: center;
}
.social-share-container img {
	margin: auto;
}
.social-share-container .social {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10rem auto 5rem;
}
.benchmark-segments span {
	font-size: 12px;
}

.sections-container .social-share-container .social {
	margin: auto;
	flex-wrap: wrap;
    flex-direction: column;
}
.total-number-of-orgs {
	font-weight: 700;
}
.sections-container .social-share-container .social a {
	    margin: .75rem auto .75rem 0;
    font-size: .75rem;
}

.footer-mobile-data {
	display: none;
}

.social-share-container .social .twitter {
    background-color: #1ca1f2;
}
.social-share-container .social .facebook {
    background-color: #3b5998;
}

.social-share-container .social .linkedin {
    background-color: #2274b9;
}

.social-share-container .social .linkedin:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(34, 116, 185,.33) !important;
    box-shadow: 0 0 0 5px rgba(34, 116, 185,.33) !important;
}

.social-share-container .social .facebook:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(59, 89, 152, 0.3) !important;
    box-shadow: 0 0 0 5px rgba(59, 89, 152, 0.3) !important;
}

.social-share-container .social .twitter:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(28, 161, 242, 0.3) !important;
    box-shadow: 0 0 0 5px rgba(28, 161, 242, 0.3) !important;
}

.social-share-container .social a {
    color: #fff;
    text-decoration: none;
    margin: 0 .75rem;
    font-size: 1.125rem;
    font-weight: 500;
    padding: .8125rem 1.5rem .6875rem 3rem;
    border-radius: 6px;
    -webkit-transition: -webkit-box-shadow 250ms;
    transition: -webkit-box-shadow 250ms;
    transition: box-shadow 250ms;
    transition: box-shadow 250ms,-webkit-box-shadow 250ms;
    position: relative;
}


.social-share-container .social a:before {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.icon-linkedin:before {
    content: "\f0e1";
    font-family: FontAwesome;
}

.icon-twitter:before {
    content: "\f099";
    font-family: FontAwesome;
}

.icon-facebook:before {
    content: "\f09a";
    font-family: FontAwesome;
}

.social-share-container .social a:hover {
    -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,0.2);
    box-shadow: 0 0 0 5px rgba(255,255,255,0.2);
}

.page-template-page-benchmark .green-button.button-full:hover {
	-webkit-transition: -webkit-box-shadow 250ms;
    transition: -webkit-box-shadow 250ms;
    transition: box-shadow 250ms;
    transition: box-shadow 250ms,-webkit-box-shadow 250ms;
	-webkit-box-shadow: 0 0 0 5px rgba(46, 204, 113, 0.3) !important;
    box-shadow: 0 0 0 5px rgba(46, 204, 113, 0.3) !important;
}

.page-template-page-benchmark .site-title {
	width: 35px;
}

.page-template-page-benchmark .site {
	margin-left: 0;
	margin-right: 0;
}

.page-template-page-benchmark .site-branding {
	margin-top: auto;
	margin-bottom: auto;
}

.page-template-page-benchmark .site-branding .header {
	padding: .25em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    align-self: flex-start;
    color: #019edd!important;
}

.fixed {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

.site-header {
	-webkit-transform: translate3d(0,0,0);
}

.site-header.fixed {
	height: 75px;
    background: white;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    z-index: 9999;
    padding: 0 4.5455% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.help-text {
	display: block;
	margin-bottom: 20px;
}

.google-visualization-tooltip-item-list {
	text-align: left !important;
}

.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
	margin-bottom: 0 !important;
}

.google-visualization-tooltip-item {
	margin-top: 0 !important;
}

.page-id-880 .entry-content,
.page-id-886 .entry-content {
	margin: auto 7.5%;
}

.page-id-880 .site-header-menu,
.page-id-886 .site-header-menu {
	display: none;
}

.page-id-880 .site-branding,
.page-id-886 .site-branding {
	margin-left: auto;
	margin-right: auto;
}

.page-id-880 .social-share-container .social,
.page-id-886 .social-share-container .social {
	margin: 0 auto 2em;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

h2.get-book-header {
	text-transform: uppercase;
    color: #25ace2;
    font-size: 36px;
    letter-spacing: .02em;
    text-align: center;
    margin-bottom: 1.15em;
}

.name_first label,
.name_last label,
#field_8_2 label,
#field_8_1 label,
#field_8_3 label {
	display: none !important;
}

.get-book-container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
	background-color: white !important;
    border-radius: 4px !important;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07) !important;
    padding: 1.5rem 0 !important;
	-webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    flex-wrap: wrap;
}

.get-book-container a {
	width: 100%;
    max-width: 150px;
}

.get-book-container a:last-child {
	width: 100%;
	max-width: 100%;
    text-align: center;
    margin-top: 2em;
    font-weight: bold;
    font-size: larger;
}

#gform_wrapper_8 {
	margin-top: 0;
}

#field_8_2 {
	margin-top: 0;
}

#gform_8 > div.gform_footer.top_label {
	text-align: center;
	padding-top: 2em;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	margin-bottom: 4px !important;
}

@media (max-width: 1140px) {
	.getStarted input {
		font-size: 1rem;
	}
	.in-action {
    left: -20%;
    width: 110px;
	}
}

@media (max-width: 1050px) {
	.giving-level .metric .window .c-top .c-amount {
		font-size: 2.75rem;	
	}
	.page-template-page-benchmark label {
		right: 3.5%;
	}
	.retention-rate .legend .tab {
		font-size: .66rem;
	}
	.giving-level .metric .navigation .tab {
		font-size: .5rem;
	}
	.giving-level .metric .window .c-top .c-title {
		font-size: 1rem;
	}
	.giving-level .metric .window .c-title {
		font-size: .75rem;
	}
	.retention-rate .window .c-top .c-section,
	.sector-snapshot .window .c-top .c-section {
		margin: 1rem;
	}
	.sector-snapshot .top .title {
		font-size: 3rem;
	}
}

@media (max-width: 980px) {
	.plan-inner-container {
		display: block !important;
		width: 90%;
	  margin: auto;
	}
	.boxzilla {
		display: none !important;
	}
	.getStarted input {
		font-size: smaller;
	}
	.spacer {
		margin: 3rem 0;
	}
	.logos li:first-child,
	.logos li:nth-child(2) {
		margin-right: 2em;
	}
	.in-action {
		display: none;
	}
	.neon-cert {
		display: none;
	}
}

@media only screen and (max-width: 960px) {
	.giving-level.section,
	.retention-rate.section {
    	padding: 0;
	}
	.giving-level .top {
	    padding-top: 40px;
	}
	.giving-level .metric {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    padding: 0 5px 80px;
	}
	.giving-level .metric .navigation {
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-preferred-size: 115px;
	    flex-basis: 150px;
	    -webkit-box-flex: 0;
	    -ms-flex-positive: 0;
	    flex-grow: 0;
	    -webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	    -ms-flex-item-align: start;
	    align-self: flex-start;
	    margin: 0;
	}
	.giving-level .metric .navigation .tab {
	    margin: 0 0 1rem;
	    font-size: .875rem;
	    padding: 0 1rem;
	    height: 30px;
	    border-radius: 15px;
	}
	.giving-level .metric .navigation .tab:before {
	    right: -10px;
	    left: auto;
	    top: 50%;
	    -webkit-transform: translate(0,-50%) rotate(-90deg) scale(1.1);
	    transform: translate(0,-50%) rotate(-90deg) scale(1.1);
	}
	.giving-level .metric .navigation .tab:after {
	    left: auto;
	    top: 50%;
	    right: -6px;
	    -webkit-transform: translate(0,-50%);
	    transform: translate(0,-50%);
	}
	.giving-level .metric .window {
	    margin: 0;
	    -ms-flex-preferred-size: calc(100% - 165px);
	    flex-basis: calc(100% - 165px);
	}
	.giving-level .metric .window .c-top {
	    padding: 0;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.giving-level .metric .window .c-top .c-section {
	    padding: 1.5rem!important;
	    border: none!important;
	    width: 100%!important;
	    border-bottom: 1px solid rgba(70,52,108,0.05)!important;
	}
	.giving-level .metric .window .c-top .c-title {
	    font-size: 1rem!important;
	}
	.giving-level .metric .window .c-top .c-amount {
	    font-size: 2rem!important;
	    font-weight: 500;
	}
	.giving-level .metric .window .c-bottom {
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    padding: 0;
	}
	.giving-level .metric .window .c-bottom .c-section {
	    width: 100%;
	    border: none;
	    border-right: none;
	    border-bottom: 1px solid rgba(70,52,108,0.05);
	}
	.giving-level .metric .window .c-bottom .c-section .c-amount {
	    font-size: 1.25rem;
	    font-weight: 600;
	}
	.giving-level .metric .window .c-bottom .c-section .c-title {
	    font-size: 1rem;
	    display: block;
	}
	.section .title {
	    font-size: 3rem;
	}
	.section .aside {
	    font-size: 1.125rem;
	    text-align: center;
	}
}

@media (max-width: 768px) {
	.benchmark-segments {
		padding-bottom: 0;
	}
	.sector-segments {
		font-size: 12px;
	}
	.section .top {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-template-page-benchmark label,
	.benchmark-sidebar {
		display: none;
	}
	.page-template-page-benchmark .main {
		margin-right: 0;
	    padding: 0 3%;
	    position: unset;
	}
	.mobile-sector-select {
		display: block;
	}
	.page-template-page-benchmark .menu-toggle {
		display: none;
	}
	.retention-rate .window .c-top .c-section, .sector-snapshot .window .c-top .c-section {
		margin: 1rem;
	}
	.retention-rate .legend .tab {
		margin: 1rem;
	}
	.page-template-page-benchmark .site-header {
		padding-top: 1em;
	}
	.page-template-page-benchmark .site-header.sticky.fixed {
		padding-top: 0;
	}
	.sector-snapshot:first-of-type {
		padding-bottom: 200px;
		padding-top: 0;
	}
}

@media (max-width: 740px) {
	.aboveFold h1 {
		font-size: 2rem;
	}
	.getStarted {
		display: none;
	}
	.support:first-child,
	.about:first-child {
		float: none;
	}
	.about {
		float: none;
		width: 100%;
		margin: 1em auto;
		display: block;
	}
	.endorsment-wrapper {
		overflow: auto;
	}
	p.endorsment-author,
	p.endorsment-author-title {
		margin-left: 0;
	}
	img.endorsment-photo {
    border-radius: 200px;
    float: left;
    width: 25%;
    margin-bottom: 1em;
	}
}
@media (max-width: 550px) {
	.retention-rate .legend,
	.retention-rate .window .c-top,
	.sector-snapshot .window .c-top {
		flex-wrap: wrap;
	}
	.heading-section-below-counter {
		flex-wrap: wrap;
		justify-content: center;
	}
	.heading-section-below-counter .site-branding {
		margin: auto;
	}
	.mobile-sector-select {
		max-width: 33%;
	}
	.sector-snapshot .top .title {
		font-size: 2rem;
		letter-spacing: .05rem;
	}
	.footer-mobile-data {
		display: block;
	}
	.blurb {
	  width: 100%;
	  float: none;
	  margin: auto;
	}
	.drip-blog-form {
		text-align: center;
	}
	.drip-blog-form>div {
		margin-bottom: 1em;
	}
	.support {
		float: none;
		width: 100%;
		display: block;
	}
	.spacer {
    margin: 2rem 0;
	}
	.consultants img,
	.crm img {
		float: none;
		width: 80%;
		margin: 0px auto;
	}
	.consultants .copy,
	.crm .copy {
		float: none;
		display: block;
		width: inherit;
		margin: 1.5em;
	}
	.supportLeft {
		float: none;
		width: 100%;
	}
	.supportRight {
		float: none;
		width: 100%;
		text-align: left;
	}
	.checkMarkList .fa {
		display: none;
	}
	.checkMarkList {
		list-style: disc;
		direction: ltr;
	}
	.drip-blog-form {
		justify-content: center !important;
		flex-wrap: wrap !important;
	}
	.drip-blog-form div {
		width: 100% !important;
	}
}
@media (max-width: 400px) {
	.logos {
		margin: 0 auto;
	}
	.logos li {
		width: 4em;
	}
}
.overlayView.active {
	overflow-y: hidden;
}

.top-of-page-share {
	padding: 0 0 .5em 0;
	margin-bottom: 2em;
}
.top-of-page-share:before {
	display: none;
}
@media print { 
 #sb_super_bar,
 .drip-tab-container { display: none !important; } 
}

@media screen and (min-width: 56.875em) {
	.giving-level .metric .window,
	.retention-rate .metric .window,
	.sector-snapshot .metric .window {
		max-width: 2100px;	
	}
}
