/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
ol.customNumbering{
	counter-reset: li;
	margin-left:5%;
}
.customNumbering li:before{
    color: #fff !important;
    counter-increment: li;
    content: counter(li) "";
    width: 2em;
    height: 2em;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    line-height: 2;
    font-size: 0.9em;
    top: 0.2em;
    left: -2.5em;
    font-weight: 600;
	background:#1e5f57;
}

.customNumbering li {
    position: relative;
	margin-bottom: 1em;
}
ol.customNumbering{
    list-style-type: none;
}

ul.leftArrow li{
	list-style:none;
	position:relative;
}

ul.leftArrow li:before{
	font-family: 'FontAwesome';
    content: "\f138";
    margin: 0 8px 0 10px;
    color: #1e5f57;
    list-style-type: none;
	position: absolute;
	top: 0em;
    left: -2.25em;
}

ul.check li{
	list-style:none;
	position:relative;
}
ul.check li:before{
	font-family: 'FontAwesome';
    content: "\f00c";
    margin: 0 8px 0 10px;
    color: #1e5f57;
    list-style-type: none;
	position: absolute;
	top: 0em;
    left: -2.25em;
}
ul.plus li{
	list-style:none;
	position:relative;
}
ul.plus li:before{
	font-family: 'FontAwesome';
    content: "\f055";
    margin: 0 8px 0 10px;
    color: #1e5f57;
    list-style-type: none;
	position: absolute;
	top: 0em;
    left: -2.25em;
}

ul.circleRight li{
	list-style:none;
	position:relative;
}
ul.circleRight li:before{
	font-family: 'FontAwesome';
    content: "\f138";
    margin: 0 8px 0 10px;
    color: #1e5f57;
    list-style-type: none;
	position: absolute;
	top: 0em;
    left: -2.25em;
}

@media all and (min-width:768px){
	.donateDesignations{
		padding-top:30px;
	}
}
#CF5a159d2b90efd_1 .row{
	margin-bottom:15px;
}
#CF5a1d7b7721e60_1 .row{
	margin-bottom:15px;
}
#CF5a54e0a897fe8_1 .row{
	margin-bottom:15px;
}
.caldera-grid input[type=checkbox],
.caldera-grid input[type=radio] {
    height: 100%;
}
/* Style the back-to-top floating button */
.sf-back-to-top {
    background-color: rgba(0,0,0,0.3); /* button color */
    color: white; /* text/arrow color */ 
    display: none;
    z-index: 999;
    /* float in bottom right corner */
    /* 20 pixels from edge */
    position: fixed;
    right: 20px;
    bottom: 20px;
    /* size of button is 50 pixels*/
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    /* round button */
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}


.sf-back-to-top:hover { background-color: #1e5f57; color:#FFF; }

a.sf-back-to-top {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 4px;  
    text-decoration: none;
}

a.sf-back-to-top .arrow {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: -4px;

}

.sjb-page .sjb-detail .list-data {
    margin: 0 0 160px 0;
}

/*events override*/
/*.eventPods .podImg {
    height: 0;
    background: #fff;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
}
.eventPods .podImg img {
    position: absolute;
    width: auto;
    left: 0;
    top: 0;
    min-width: 50%;
    min-height: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    display: none;
}
.eventPods .podImg a {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    display: block;
}*/

/* Alignment */
.post .alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.post .alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
.post .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.foot-menu {
	text-align:center;
	}
	
.foot-menu .social-link {
    width: 40px;
    background: #425795;
    padding: 6px 6px 6px 6px;
    height: 40px;
	color:#FFF;
	vertical-align: middle;
	margin-bottom:2px;
}
.foot-menu .social-link.twitter {
	background: #3BC7FC;
}
.foot-menu .social-link:hover {
	background: #FFFFFF;
}
.fb-icon-btm {
  fill: #FFF;
  color: #FFF;
  display:block;
}
.foot-menu .social-link:hover .fb-icon-btm {
  fill: #225F58;
  color: #225F58;
}
/* Alignment */
.event .alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.event .alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
.event .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 572px) {
.shift-right { padding-left:40px;}
}
/* Graavity Forms customs */
.noborder-input input {
	 border:none;
   pointer-events: none;
}
.drop-price span.ginput_product_price_label {display:none;}
.same-line label,
.same-line div {
	display: inline-block;
}
.border-above {
    border-top: 1px solid #1e5f57;
}
/* End Graavity Forms customs */
.hero .slide, .hero.sec  {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}
.ginput_cardextras {
    flex-direction: column;
}
