/* CREATED: Fri, 06 Jun 2025 15:15:21 +0000 */

/* FILE: framework.css */
/* LENGTH: 427 */

.metadata_store
{
	background-color: LimeGreen;
	padding: 1em;
	display: none;
}



.imagefileform
{
	margin: 1em 0; 
}


body div .errorState
{
	border: 1px orange solid;
	background-color: LemonChiffon; 
}

body div .errorState2
{
	border: 1px Black solid;
	background-color: Pink; 
}


body div .successState
{
	border: 1px limegreen solid;
}


a.thumbnail, a.lightbox
{
	cursor: help;
}
/* FILE: forms.css */
/* LENGTH: 1377 */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
input, select, textarea {
    font-weight: normal;
}
input[type=radio] {
    margin: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="radio"] + label:focus, input[type="button"]:focus, textbox:focus, textarea:focus, select:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}



label2 {
	margin:5px 0 0; 
    display: block;  
    font-weight: bold !important; 
	width: auto;
   
}

.form-group label1 {
    /*margin:5px 0 0; */
    /*display: block;  */
   /* font-weight: bold !important;  */
    
    font-size: 1.3em;
}

label.radio {
    font-weight: normal !important;
    margin-left: 20px;
}

label.test
{
	display:none;
}

input.bordered
{
	border-color: #BFBFBF #DDDDDD #DDDDDD #BFBFBF;
	border-style:solid;
	border-width:2px 1px 1px 2px

}

/* embedded badge form */
select.card_expiration_month.form-control,
select.card_expiration_year.form-control {

}

/* FILE: text.css */
/* LENGTH: 2 */



/* FILE: style.css */
/* LENGTH: 85559 */

/*	continuetogive.com css file
Author: digiOPUS
Date: 06/14/2012
*/

:root {
    /* --ctg-gold: gold; */
    --ctg-gold: #C9B037;

    --ctg-silver: #D7D7D7;

    --ctg-partner-red: #E3536C;

    --ctg-mp: var(--primary)
}

@font-face {
  /* font-family: 'BitterRegular';
  src: url('../fonts/Bitter-Regular-webfont.eot');
  src: url('../fonts/Bitter-Regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Bitter-Regular-webfont.woff') format('woff'),
  url('../fonts/Bitter-Regular-webfont.ttf') format('truetype'),
  url('../fonts/Bitter-Regular-webfont.svg#BitterRegular') format('svg');
  */
  font-weight: normal;
  font-style: normal;

}

@font-face {
  /* font-family: 'BitterItalic';

  src: url('../fonts/Bitter-Italic-webfont.eot');
  src: url('../fonts/Bitter-Italic-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Bitter-Italic-webfont.woff') format('woff'),
  url('../fonts/Bitter-Italic-webfont.ttf') format('truetype'),
  url('../fonts/Bitter-Italic-webfont.svg#BitterItalic') format('svg');
  */
  font-weight: normal;
  font-style: normal;

}

@font-face {
  /* font-family: 'BitterBold';

  src: url('../fonts/Bitter-Bold-webfont.eot');
  src: url('../fonts/Bitter-Bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Bitter-Bold-webfont.woff') format('woff'),
  url('../fonts/Bitter-Bold-webfont.ttf') format('truetype'),
  url('../fonts/Bitter-Bold-webfont.svg#BitterBold') format('svg');
  */
  font-weight: normal;
  font-style: normal;

}


html, body, #app, .scotch-panel-wrapper {
  height: 100%;
  padding: 0;
  /*scroll-behavior: smooth;*/

}
#panel-right{
  height: 100%;
}


body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*  margin: 70px 0;*/
  font-size: 17px;
  color: #121212;
  padding:90px 0px 0px 0px;
  background-color: white;
  line-height: normal;
}

.c-sidebar-nav{
  font-size: smaller;
}

button

{ cursor: pointer; }

.fa-2{
  font-size: 1.5em !important;
}

.pannell-defaultt .card-header
{

  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
}
.alegreya
{
  font-size: 10px;
  font-family: 'Alegreya Sans SC', sans-serif;
}
a {
  text-decoration:none;
  outline: none;
  cursor:pointer;
}

:-moz-any-link:focus {
  outline: none;
}

h1 span{
  color:#d47004;
}

h2.title-header
{

  padding: 5px 0 15px 0px;
}

.clr{
  clear:both;
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
/* nav navbar */

.navbar
{
  background-color:white;
  font-size:1.2em;
  /*height:70px;*/
  /* Animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom:1px solid grey;
  padding: 3px 15px 3px 15px;
}

.navbar-request-demo-button{
    background-color: #ff7e1f; margin: 0 1em 0em 0; color:white; width:150px;
}

.navbar-login-button{ color:rgba(0,0,0,.5); background: #fff; }



.navbar.shrink {
  height: 55px !important;
}

#logo-img.shrink {
  width:180px;
}
#logo-img
{
  width:200px;
}
.navbar-brand
{
  padding-right:.5em;
}

nav>a.navbar-brand>img.img-responsive{
    max-width: 180px;
}

nav.shrink>a.navbar-brand>img.img-responsive{
    max-width: 120px !important;
}

.search-icon
{
  padding-right: 45px;
}

.mobile-search, .mobile-help{
  color: rgba(0,0,0,.5);
}

.mobile-search:hover, .mobile-help:hover,
.mobile-search:active, .mobile-help:active{
  color: rgba(0,0,0,.7);
}

.sidebar .sidebar-nav
{
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sidebar .nav .nav-item .nav-link, .sidebar .nav .nav-item .navbar .dropdown-toggle, .navbar .sidebar .nav .nav-item .dropdown-toggle {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
  text-decoration: none;
  background: transparent;
}
.sidebar .nav .nav-item:hover
{
  background-color: #20a8d8;
}



.sidebar .nav {

  flex-direction: column !important;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sidebar {
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #263238;
}
.sidebar .nav .nav-item {
  position: relative;
  margin: 0;
  transition: background .3s ease-in-out;
}
.sidebar .nav .nav-item .nav-link, .sidebar .nav .nav-item .navbar .dropdown-toggle, .navbar .sidebar .nav .nav-item .dropdown-toggle {
  display: block;
  padding: 0.75rem 1rem;
  color: #fff;
  text-decoration: none;
  background: transparent;
}

.navbar-nav > li > a
{
  padding:0;
}
/* end nav navbar */

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.flip-container, .front, .back {
  width:100%;
  height:100%;
}

/* flip speed goes here */
.flipper {
  transition: 1s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  -webkit-transform:rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
  -webkit-transform:rotateY(180deg);
}
.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
  transform: rotateY(180deg);
}

.point9linehieght
{
  line-height: .9em;
}
.twopoint5fontsize
{
  font-size: 2.5em;
}
.fivehundredweight
{
  font-weight: 500;
}
.onehundredweight
{
  font-weight: 100;
}
.fourhundredweight
{
  font-weight: 400;
}
.inline_block
{
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;

}
.tenpercent
{
  width: 9%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.fifteenpercent
{
  width: 14%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.twentypercent
{
  width: 19%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.twentyfivepercent
{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  width: 24%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.thirtypercent
{
  width: 29%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.thirtythreepercent
{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */

  width: 32%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.fourtypercent
{
  width: 39%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.fiftypercent
{
  width: 49%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.sixtypercent
{
  width: 59%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.sixtysixpercent
{
  width: 65%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.seventypercent
{
  width: 69%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.seventyfivepercent
{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  width: 74%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.eightypercent
{
  width: 79%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.onehundredpercent
{
  width: 99%;
  display: inline-block;
  vertical-align: top;
  zoom:1; *display: inline;
}
.mobile_validation
{
    color:red;

}
.textalignleft
{
  text-align:left;
}
.textalignright
{
  text-align:right;
}
.textaligncenter
{
  text-align:center;
}
.text-underlined{
  text-decoration: underline;
}

.paddingdiv
{
  padding: 10px;
}
.paddingleftdiv
{
  padding-left: 10px;
}
.paddingrightdiv
{
  padding-right: 10px;
}
.spacer{ height:5px; }
.hide
{
  display:none;
}
.bottom-margin
{
  margin-bottom: 15px;

}
.hidden
{
  display:none;
}
._16
{
  font-size: 16px;
}
._18
{
  font-size: 18px;
}
._20
{
  font-size: 20px;
}
._25
{
  font-size: 25px;
}
._30
{
  font-size: 30px;
}

.orangetext
{
	color:#de6e23;
}
.greentext
{
	color:#90b53b;
}
.mouse_hand
{
  cursor: pointer;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.five-gutters {
  margin-right: 5px;
  margin-left: 5px;
}
.five-gutters > [class^="col-"],
.five-gutters > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.green
{
  color: #90b53b !important;
}
.blue
{

  color: #0000FF !important;
}

.grow {
transition: all .2s ease-in-out;
}

.grow:hover {
transform: scale(1.1);
}

.georgia
{
  font-family: georgia,times new roman;
}
img.bordered{

  border: 1px solid #DFDFDF;

}
img.margined{
  margin: 5px;


}
img.margined-left{
  margin-left: 5px;


}
img.topped
{
  vertical-align: top;
}
.bold{
  font-weight:bold;
}
.required
{
  color:red;
}
ul.indentedlist li, ol.indentedlist li
{
  margin:0 0 0 40px;
}
.callout_inner
{
  border:1px solid  #649A5C;
}
.middle_header {
  /*background-image:url(../images/callout-top.png);
  background-repeat: repeat-x; */

  background-color:#649A5C;
  padding:5px;

  color: white;
  /* Do rounding (native in Opera, Firefox and Safari) */
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  -moz-border-radius-topleft:1.5ex;
  -moz-border-radius-topright:1.5ex;
  -webkit-border-top-left-radius:1.5ex;
  -webkit-border-top-right-radius:1.5ex;

}
.middle_header h3{
  color: white;
  font-size:16px;

}
.middle_news_mid_row { margin-bottom:20px;border-bottom:solid 1px #9d9d9d;padding-bottom:20px;}
.event_feed_body
{
  display:inline-block;
  width: 650px;
  zoom:1; *display: inline;
}

/*header*/

.contact, .login-reg {
  float: left;
  margin-right: 40px;
}
.connect_widget_like_button {
  width:49px !important;
}
.top-menu, .contact, .login-reg {
  padding-top:4px;
}
.contact span{
  color:#649a5c
}
.login-reg span{
  text-transform:lowercase;
}
.facebook{
  float: left;
}
.facebook a{
  display:block;
  background: transparent url(../images/facebook-bg.png) left top no-repeat;
  width:134px;
  height:28px;
  margin:0;
  padding-left:38px;
  text-transform: lowercase;
  color:#fff;
  line-height:28px;
  font-weight:bold;
}
.facebook a:hover {
  background: transparent url(../images/facebook-bg.png) left -28px no-repeat;
  color:#fff;
}
.profile-details-topNav {
  float: right;
  padding-right: 16px;

}
.profile-details-topNav .displayname {
  font-size: 14px;
  line-height: 23px;
  color: #333232;
  font-weight: normal;
  text-transform: none;

  vertical-align: top;

}
.profile-details-topNav .displayname a{
  font-size: 14px;
  line-height: 23px;
  color: #333232;
  font-weight: normal;
  text-transform: none;


}

.profile-details-topNav .smallProfilePic {
  /*
  width: 23px;
  height: 23px;
  */
  display:inline_block;
  padding-right: 6px;
}
.profile-details-topNav .btnCurrentNav { line-height: 23px; font-size: 12px; color: #606060; padding-left: 25px; padding-right: 9px; cursor: pointer; vertical-align: top;}
.profile-details-topNav .dropdown { float: right; }
.profile-details-topNav .btnDown {
  background: transparent url(../images/btnDown.jpg) 0 0 no-repeat;
  width:32px;
  height:0;
  padding-top:21px;
  display:block;
  overflow:hidden;
  position: relative;
  z-index: 999;
}
.profile-details-topNav .btnDown:hover { background-position: 0 -21px; }
.dropdown .selected, .dropdown .selected:hover { background-position: 0 -42px !important; }


dl { margin-bottom: 0; }
/* General dropdown styles */
.dropdown dl{ margin-left:5px; }
.dropdown dd, .dropdown dt, .dropdown ul
{ margin:0px; padding:0px; }
.dropdown dd { position:relative; }

.dropdown ul.dropdown-menu {
  padding: 5px;
}

/* UL styles */
.dropdown dd ul {
  background:#d5e7ea none repeat scroll 0 0; display:none;
  list-style:none; padding:3px 0; position:absolute;
  left:0px;  left:auto; right:0;
  border:1px solid #a7a7a7; cursor:pointer;
  z-index: 998;
  margin-top: -1px;
  width: 200px;
}
.dropdown dd ul li{
  background-color:#d5e7ea; margin:0; width:160px;
}
.dropdown span.value { display:none;}
.dropdown dd ul li a {
  font-size: 12px;
  line-height: 27px;
  display:block; font-weight:bold; width:137px;
  text-align:left; overflow:hidden; padding:2px 4px 3px 19px;
  color:#504f4f; text-decoration:none;
}
.dropdown dd ul li a:hover{	color:649a5c; text-decoration:none; }
.dropdown dd ul li a:visited{
  text-decoration:none;
}

/* menu stuff */

#slider3 {
  height: 800px;
  background: url(../images/slider/3.jpg) no-repeat center top;
  background-size: auto 100%;
}

.slider-btn {
  color:#fff !important;
  text-transform:uppercase;
  background:transparent;
  border:5px solid #fff;
  border-radius:0px;
  padding:15px 30px;
  transition:.4s;
}


.slider-btn:hover {
  background:#fff;
  color:#000 !important;
  transition:.4s;
}

.nav-slider-btn-blue {
  color: #fff !important;
  text-transform: uppercase;
  background: rgb(39, 169, 226);
  border: 0px solid #fff;
  border-radius: 0px;
  padding: 29px 10px;
  transition: .4s;
  line-height: 70px;
  font-size:11px;
  margin-left: 0px;
}

.nav-slider-btn-blue:hover {
  background: white!important;
  color:rgb(39, 169, 226)!important;
  transition:.4s;
}

.nav-slider-btn-orange {
  color:  white!important;
  text-transform: uppercase;
  background: #ff9c00;
  border: 0px solid #fff;
  border-radius: 0px;
  padding: 29px 10px;
  transition: .4s;
  line-height: 70px;
  font-size:11px;
  margin-left: 0px;
}

.nav-slider-btn-orange:hover, .nav-slider-btn-orange:focus {
  background: white!important;
  color:rgb(39, 169, 226)!important;
  transition:.4s;
}

.nav-slider-btn > ul > li > a {
  font-size: 11px;
}

/*content*/
.money-raised{
  font-size:14px;
}
.video{
  width:315px;
  height:320px;
  background-color:#dddddd;
  border: 1px solid #c7c7c7;
  float: left;
  margin-left: 27px;
  padding: 20px 0 0 18px;
}


.orangebutton {
  display: block;
  width: 136px;
  height: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent url(../images/donate.png) left top no-repeat;
  float: left;
  line-height: 32px;
  padding-left: 11px;
}

.testimonial{
  float: left;
  width: 192px;
  height: 251px;
  border: 1px solid #DBDBDB;
  padding: 20px;
  margin-left:22px;
}
.testimonial img{
  padding: 10px 0;
}
.testimonial p{
  line-height: 17px;
  font-style: italic;
  margin-bottom: 10px;
}
.testimonial .client, .testimonial .org{
  color:#649a5c;
  font-size:13px;
  line-height: 15px;
}
.testimonial .client{
  display:block;
}
.video-content{
  margin-top: 10px;
}


/* 10. Footer Styles */

footer {
  background: #0f0f0f;
  padding: 70px 0px 20px 5px;
}

footer h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  line-height: 10px;
  margin: 0 0 30px;
}

footer, footer p, footer li h5 {
  font-size: 14px;
  color: #858585;
  font-weight: 300;
  line-height: 24px;
}

footer .lnews, footer .social {
  padding: 0;
}

footer .lnews li {
  list-style: none;
  border-bottom: 1px solid #2b2b2b;
  margin: 0 0 7px;
  padding-bottom: 10px;
}

footer .social li {
  list-style: none;
  border-bottom: 1px solid #2b2b2b;
  margin: 0 0 5px;
  padding-bottom: 5px;
}

footer .lnews li:last-child, footer .social li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

footer .lnews a, footer .social a {
  color: #858585;
}

footer a:hover {
  color: #a89567;
}




.footer-bottom {
  background: #0f0f0f;
}

.footer-bottom p {
  font-size: 12px;
  text-transform: uppercase;
  color: #525252;
  font-family: Montserrat;
  margin: 0;
}

.footer-bottom p a {
  color: #525252;
}

.footer-bottom p a:hover {
  color: #a89567;
}

.footer-bottom .container {
  padding: 23px 0;
  border-top: 1px solid #1c1c1c;
}


/*********************
**********************
**********************
Profile CSS
**********************
**********************
*********************/


.center-content {
  padding:10px 0;
  /*
  width:809px;
  overflow:hidden;
  float:left;
  */
}
.center-content-full {
  padding:10px 21px 0 11px;
  width:97%;
  /*overflow:hidden;*/

}
.main {

  min-height: 1200px;
  padding-top:1em;
}
.fixed-809
{
  width:809px;
}
.profile-header {
  vertical-align:top;
  /*overflow:hidden;*/
}

.social .tweet, .social .fb-like, .social .fb-send {
  margin-bottom:3px;
}

.name-type {
  padding:10px;
  width: 530px;
}
.profile-header .heading h1 {
  font-size:30px;
  padding:5px 0 10px 0;
}
span.type {
  display:block;
  padding-left: 30px;
  line-height:20px;
  font-size:11px;
  text-transform:uppercase;
}
span.type.project {
  background:transparent url(../images/type-icons.png) no-repeat left top;
  color:#378c9e;
}
span.type.event {
  background:transparent url(../images/event-grey-small.png) no-repeat left top;
  color:grey;
}
span.type.organization {
  background:transparent url(../images/type-icons.png) no-repeat left -20px;
  color:#ff9c00;
}
span.type.person {
  background:transparent url(../images/type-icons.png) no-repeat left -40px;
  color:#649a5c;
}
span.type.missionary {
  background:transparent url(../images/type-icons.png) no-repeat left -60px;
  color:#b12c2c;
}
span.type.givingpage {
  background:transparent url(../images/type-icons.png) no-repeat left -80px;
  color:#723c94;
}
.profile-header .control_actions
{

  height:26px;
  padding: 10px;
  background-color:#4a4a4a;

}

/* NEW TABS - START */
.tabs {
  width:100%;
  background: none repeat scroll 0 0 transparent;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}
.tabs .tabs-nav {
  height:28px;
  border-bottom:solid 1px #c8c8c8;
  margin: 0;
  padding: 0;
}

.vertical-tabs .tabs .tabs-nav {
  height:auto;
}



.tabs .tabs-nav li {
  border-top:solid 1px #c8c8c8;
  border-left:solid 1px #c8c8c8;
  border-right:solid 1px #c8c8c8;
  border-bottom: 0 none !important;
  background:#d5e7ea;
  float: left;
  list-style: none outside none;
  margin: 0 5px 0 0;
  padding: 0 0 1px 0;
  position: relative;
  /*     white-space: nowrap;
  */
}
.tabs .tabs-nav li:hover {
  background:#afd2d8;
}
.tabs .tabs-nav li a {
  line-height:27px;
  font-size:12px;
  color:#616060;
  text-transform:uppercase;
  padding:0 8px;
  cursor: pointer;
  text-decoration: none;
}
.tabs .tabs-nav li a.arrow {
  padding:0 10px;
}
.tabs .tabs-nav li.tabs-selected {
  background:#fff;
}
.tabs .tabs-nav>li.tabs-selected {
  padding-bottom: 1px;
}
.tabs .tabs-nav li.tabs-selected a {
  color:#2f7a89;
  cursor: text;
}
.tabs .tabs-panel {
  background: none repeat scroll 0 0 transparent;
  display: block;
  border-top:none;
  border-bottom:solid 1px #c8c8c8;
  border-left:solid 1px #c8c8c8;
  border-right:solid 1px #c8c8c8;
  padding:20px;
}
.tabs .tabs-hide {
  display: none !important;

}

/*--------- vertical tabs-------------*/


.vert-tabs-body .tabs-panel
{
  padding:0;
  border:none;
}

/* --- Sub navigation -*/
.subnavigation
{
  text-align: right;
  padding:5px;
}
.subnavigation a
{
  color:blue;
  text-decoration:underline;

}
.subnavigation span
{
  color:green;

}
.helpmenu .vert-tabs-tabs li
{
  margin: 5px 0 0 20px;
  list-style: none;
}
.helpmenu h3
{
  font-size:16px;
}
/* NEW TABS - END */

/******* TAB CONTENT *******/




/*** SLIDER PROFILE ***/
#products_example {
  width:364px;
  height:306px;
  position:relative;
}

/*
Slideshow
*/


/*
Slides container
Important:
Set the width of your slides container
Set to display none, prevents content flash
*/

#products .slides_container {
  width:362px;
  overflow:hidden;
  float:left;
  position:relative;
  border:1px solid #dfdfdf;
  display:none;
  background:none;
}

/*
Each slide
Important:
Set the width of your slides
If height not specified height will be set by the slide content
Set to display block
*/

.profile .slides_container img {
  width:362px;
  height:240px;
  display:block;
}

/*
Next/prev buttons
*/

#products .next,#products .prev {
  position:absolute;
  top:127px;
  left:0;
  width:21px;
  height:0;
  padding-top:21px;
  overflow:hidden;
  display:block;
  z-index:101;
}

#products .prev {
  background:url(../img/arrow-prev.png);
}

#products .next {
  left:398px;
  background:url(../img/arrow-next.png);
}

/*
Pagination
*/

#products .pagination {
  float:left;
}
#products .pagination li{
  margin:9px 9px 2px 0px;
  float:left;
  list-style:none;
}
#products .pagination li.last {
  margin:9px 0 2px 0;
}
#products .pagination li a {
  display:block;
  width:82px;
  height:54px;
  border:solid 1px #b5b5b5;
}

#products .pagination li.current a {
  border:1px solid #7f7f7f;
  margin:0;
}

/* BOTTOM */

a.viewall  {
  float:right;
  color:#eb8003;
  font-size:10px;
  font-weight:bold;
  text-transform:uppercase;
  font-family:Arial;
  display: block;
  width: 48px;
}

/* GOAL */
.goal-content {

  text-align:center;
  font-size:15px;
  line-height:20px;
  color:#4a4a4a;
  color:#649a5c;

}



/* DONORS */


/* ORGANIZATION INFORMATION */
.profile-info table {
  width:100%;
  vertical-align:middle;
  font-size:13px;
  line-height:17px;
  color:#4a4a4a;
  font-weight:bold;
}
.profile-info th {
  color:#649a5c;
}


/* COMMENTS */

.comment {
  overflow:hidden;
  border-bottom:solid 1px #91c0ca;
  padding:10px 0;
  font-size:13px;
}
.comment_image
{
  width: 75px;
  vertical-align: top;
}

.comment p {
  line-height:16px;
  margin-bottom:0;
}
.name {
  line-height:18px;
  font-weight:bold;
  color:#4a4a4a;
}
.name a{
  line-height:18px;
  font-size:12px;
  font-weight:bold;

}
.money {
  line-height:18px;
  font-weight:bold;
  color:#eb8003;
}
.date {
  line-height:16px;
  font-size:10px;
  display:block;
  color:#212121;
}

.comment_comment {
  width:245px;
}



/** TAB 3 **/
.qv-item-boardered {
  overflow:hidden;
  border-bottom:solid 4px #378c9e;
  padding-bottom:17px;
  margin-bottom:15px;
}
.donation-item {
  overflow:hidden;
  border-bottom:solid 4px #378c9e;
  padding-bottom:17px;
  margin-bottom:15px;
}
.donation-item img.donator {
  float:left;
  margin-right:11px;
  border:solid 1px #b5b5b5;
}
.donation-item .name-donation {
  float:left;
  margin-right:32px;
  padding-top:14px;
}
.donation-item .name-foundation {
  float:left;
  margin-right:11px;
  width:350px;
  padding-top: 13px;
}

.donation-item .name-donation h3 {
  color:#378c9e;
  font-family:Arial;
  font-weight:bold;
  font-size:13px;
  line-height:18px;
  text-transform:uppercase;
}
.donation-item .name-donation p {
  font-size:13px;
  line-height:17px;
}
.donation-item .name-donation p span {
  color:#649a5c;
}
.donation-item .name-foundation p span, .donation-item .name-foundation p a {
  display:block;
  float:left;
  margin-right:5px;
  line-height:55px;
}




/* SIDEBAR RIGHT */

.sidebar-right {
  max-width:233px;

}
.donate {
  background-color:#ff9c00;
  padding: 15px 0 10px 20px;
}
.donate label{
  font-family: BitterRegular;
  font-size:20px;
  color:#fff;
  margin-bottom: 7px;
}
.donate span{

  color:#fff;
  float:left;
  margin-right:5px;
}
.donate input[type="number"]{
  border:0;
  /*background: transparent url(../images/donate-bg.png) left top no-repeat;*/
  background: no-repeat scroll left top #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
  width:110px;
  height:26px;
}

.donateButton{
  clear: both;

  border: 0;
  margin: 10px 0 0 5px;
  background: transparent url(../images/donate-2.png) left top no-repeat;
  width:136px;
  height:32px;
  cursor:pointer;
  padding-left: 11px;
  text-align: left;
  color:#fff;
  font-weight:bold;
  text-transform:uppercase;
  font-size:12px;
}

.donateButton:hover {
  background: transparent url(../images/donate-2.png) left -32px no-repeat;
}


.donateCancel{
  clear: both;

  border: 0;
  margin: 10px 0 0 5px;
  background: transparent url(../images/donate-cancel.png) left top no-repeat;
  width:136px;
  height:32px;
  cursor:pointer;
  padding-left: 31px;
  text-align: left;
  color:#fff;
  font-weight:bold;
  text-transform:uppercase;
  font-size:12px;
}

.donateCancel:hover {
  background: transparent url(../images/donate-cancel.png) left -32px no-repeat;
}


.sidebar-right .sidebar-action
{

  /*height:26px;*/
  padding: 10px;
  background-color:#4a4a4a;
  border: 1px solid white;




}

.sidebar-right a.profile_action  {
  color:#fff;
  font-size:15px;
  font-family: 'BitterRegular';



}
.sidebar-right .profile_action:hover {
  color:#ff9c00;
}

/* need to review and remove spread-the-word stuff since we took it off the side of the fundraising pages */
.spread-the-word{
  margin-top:12px;
  background-color: #649A5C;
  padding:0 15px 15px 15px;
}

.takeactionhoverbar	{
  display:none;
  border-bottom:2px solid grey;
  background: white;
  position:fixed;
  top:0px;
  left:0;
  z-index:2000;
  width:100%;
  padding: 10px;
  vertical-align: text-top;

}
.spread-the-word h3{
  display:block;
  line-height:48px;
  color:#fff;
  padding-left:57px;
  background: #345230 url(../images/spread-the-word.png) 16px center no-repeat;
  font-size:19px;
  margin-left:-15px;
  margin-right:-15px;
  padding-right:15px;

}
.spread-the-word .spread-item h4{

  background-color:#476f41;
  color:#fff;
  margin-left:-15px;
  padding-left:15px;
  margin-right:-15px;
  padding-right:15px;
  font-size:13px;
  text-transform:uppercase;
  line-height:32px;
  clear: both;
  margin-bottom:10px;
}
.fb_share_count_hidden a {
  display:block;
  margin:5px auto;
  width:114px;
  height:23px;
  background:transparent url(../images/share-with-friends.png) no-repeat left top;
  line-height: 24px;
  padding-left: 23px;
  font-weight: bold;
  color:#34437d;
}
.spread-the-word p{
  font-size:14px;
  margin:0px;
  line-height:17px;
}
.spread-the-word .button-link{
  display:block;
  /*width:91px;*/
  height:32px;
  background: transparent url(../images/create-bg.png) left top no-repeat;
  color:#fff;
  text-transform:uppercase;
  padding-left:11px;
  line-height:32px;
  margin: 10px 0;
  font-weight:bold;
  font-size:12px;
}
.spread-the-word .button-link:hover {
  background: transparent url(../images/create-bg.png) left -32px no-repeat;
}
.spread-the-word .supporting{
  float: left;
  width: 80px;
  margin: 15px 0 15px 0;
  padding-right: 20px;
}
.spread-the-word .supporting  a{
  font-size:12px;
  line-height:15px;
  color:#191919;
  font-weight:bold;
}
.spread-the-word .supporting .money {
  color:#fff;
}
.spread-the-word .create_badge{
  display:block;
  width:217px;
  height:57px;
  background: transparent url(../images/badge-4.png) left top no-repeat;
  padding-left:63px;
  line-height:58px;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  margin:6px 0;
}
.spread-the-word .create_badge:hover {
  background: transparent url(../images/badge-4.png) left -57px no-repeat;
}
.spread-the-word .qr{
  display:block;
  /*width:147px;*/
  height:57px;
  background: transparent url(../images/qr-1.png) left top no-repeat;
  padding-left:63px;
  line-height:58px;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  margin-top:12px;
}
.spread-the-word .qr:hover {
  background: transparent url(../images/qr-1.png) left -57px no-repeat;
}

.innerPage .content {
  padding-left: 41px;
  padding-right: 313px;
  padding-top: 35px;
  min-height: 700px;
}
.innerPage .content h1{
  color: #ce7203;
  font-size: 30px;
  margin-bottom: 12px;
}
.innerPage .content p{
  color: #000000;
  font-size: 12px;
  line-height: 17px;
}
#sub-nav {
  height: 31px;
  background: url("../images/triangle-bg.png") no-repeat scroll left top transparent;
  padding-left: 13px;
  padding-right: 13px;
}
#sub-nav ul {
  background: url("../images/sub-nav.png") repeat-x scroll left top transparent;
  width: 100%;
  height: 31px;
  list-style:none;
  float:left;
  line-height: 31px;
}
#sub-nav ul li{
  display:inline;
  margin-left: 30px;
  margin-right: 5px;
  height: 31px;
  line-height: 31px;
}
#sub-nav ul li a{
  color:#ffffff;
  letter-spacing:1px;
  height: 31px;
  line-height: 31px;
}
#sub-nav ul li a:hover, #sub-nav ul li a.on{
  color:#ffa207;
}
.loginarea
{
  width: 380px;
  margin: auto;
  text-align: center;
  background-color:#f7f7f7;
  padding:10px 5px 10px 5px;
}
.login_input
{
  width: 130px;
  min-height: 25px;
  font-size:18px;
}

table.outbox_grid td
{
  vertical-align: top;
}

table.dataentry th
{
  width: 190px;
  text-align: right;
  vertical-align: top;
  padding: 12px 8px 6px;
}
.table_th
{

  text-align: right;
  vertical-align: top;
  padding: 12px 8px 6px;

  display: inline-block;
  font-weight:bold;
  zoom:1;
  *display:inline;
}
.table_td
{
  vertical-align: top;
  padding: 6px;
  display: inline-block;
  zoom:1;
  *display:inline;
}
.table_td input
{

  width:90%;
}
.dataentry_th
{
  width: 190px;
  text-align: right;
  vertical-align: top;
  padding: 12px 8px 6px;

  display: inline-block;
  font-weight:bold;
  zoom:1;
  *display:inline;
}
.dataentry_td
{
  width: 350px;
  vertical-align: top;
  padding: 6px;
  display: inline-block;
  zoom:1;
  *display:inline;
}

.dataentry_fluid_th
{
  text-align: right;
  vertical-align: top;
  padding: 12px 8px 6px;

  display: inline-block;
  font-weight:bold;
  zoom:1;
  *display:inline;
}
.dataentry_fluid_td
{
  vertical-align: top;
  padding: 6px;
  display: inline-block;
  zoom:1;
  *display:inline;
}

.dataentry_fluid_td input[type="text"], .dataentry_fluid_td input[type="password"], .dataentry_fluid_td input[type="number"], .dataentry_fluid_td input[type="tel"], .dataentry_fluid_td input[type="email"], .dataentry_fluid_td input[type="radio"] + label {
  width:95%;
}

table.dataentry td
{
  width: 350px;
  vertical-align: top;
  padding: 6px;
}
table.with_borders td, table.with_borders th
{
  border: 1px solid gray;
  padding: 0.25em;
}


table.with_borders th
{
  font-weight: bold;
  font-style: italic;
}




table.dataentry td.subheader
{
  font-weight: bold;
  color: #666;
  font-size: 16px;
  text-align: center;
  padding: 20px 0 10px 0;
}


table.evenpadding td, table.evenpadding th
{
  padding: 0 5px;
}

table.evenpadding th
{
  border: 1px gray dotted;
}

table.donation_prompt
{
  margin: 5px auto;
  border-spacing: 5px;
  width: 100%;

}

/*donation_promot css */

.donation_prompt_info_header
{
  background-color:#91cb36;

  background-color:#91cb36;

  position:fixed;
  top:0;
  z-index:100;
  width:100%;
  color:white;
  height: 70px;

}
.donation_promopt_header
{

  text-align: center;
  height:270px;
  background-color:#91cb36;

  color:white;
  font-size: 1.5em;
}

#complete_donation_prompt_div
{
  padding:15px;

  border:1px grey solid;
  background-color: white;
  box-shadow: 0px 1px 3px 1px #888888;
}
.donation_top_amount
{
  font-size: 5em;
  width: 4ch;
  background-color: transparent !important;
  border: none;
  text-align:center;
  color:white;
}

@media (max-width: 400px) {
  .donation_top_amount{
    font-size: 2.5em;
  }
}

@media (min-width: 400px) and (max-width: 599px) {
  .donation_top_amount{
    font-size: 3em;
  }
}

.donation_top_amount::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.donation_top_amount:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.donation_top_amount::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
#showLoginInfoDonationPromptPage
{
  border:1px solid grey;
  box-shadow: 0px 1px 3px 1px #888888;
  color:black;
  background-color: white;
  max-width:300px;
  text-align: left;
  padding:10px;
  float:right;
}

.donation_prompt_relative_div
{
	position: relative;
	top:-270px;
  max-width:750px;

}

@media (max-width: 576px) {
    .donation_prompt_relative_div {
        top:-220px;
    }
    
    .donation_prompt_info_header {
        height: 100px;
    }
}


.show_donation_promt .dataentry_th
{

  width: 160px;


}
.show_donation_promt .dataentry_td
{
  width:300px;


}


table.donation_prompt .increased_size, table.donation_prompt .increased_size input
{
  font-size: 1.2em;

}
table.donation_badge_prompt
{
  margin: 2px auto;
  border-spacing:1px;
  width: 100%;

}
table.donation_badge_prompt td
{
  vertical-align: top;

  padding: 3px;

}
table.donation_badge_prompt th
{
  vertical-align: top;
  text-align: right;
  padding: 3px;
  width: 65px;
}
div.donation_badge_billing
{

  overflow:hidden;
  height:615px;
}
div.donation_badge_billing select
{
  width: 200px;

}
div.donation_badge_billing input[type=text]
{
  width: 195px;

}
div.donation_badge_billing th
{
  margin: 0;
  padding: 2px;
  width:90px;

}
div.donation_badge_billing td
{
  margin: 0;
  padding: 1px;


}
.table_bordered td
{
  border:1px solid black;
}
.middle_align td, .middle_align img
{
  vertical-align: middle;
}
.top_align td
{
  vertical-align: top;
}

table.dotted
{
  font-size: 0.95em;
  margin: 10px 0px;
  width: 100%;
  border-spacing: 0;
}

table.dotted td
{
  margin: 0px;
  padding: 5px;
  border-top: 1px dotted gray;
  vertical-align: top;
}

table.dotted th
{
  text-align: left;
}

table.dotted caption
{
  border-bottom: 1px solid black;
  font-style: italic;
}





table.grandtable
{
  margin: 10px 0px;
  width: 100%;
  border-spacing: 0;
}


table.grandtable tr.headers th
{
  padding-top: 30px;
}

table.grandtable tr.headers td
{
  padding-top: 30px;
  font-style: italic;
}


table.grandtable td, table.grandtable th
{
  margin: 0px;
  padding: 5px 15px;
  vertical-align: top;
  text-align: left;
}


table.grandtable tr.singletrans td
{
  border-top: 1px dotted black;
  background-color: #fff;
}


table.grandtable tr.subtotal td
{
  border-top: 1px dotted black;
  background-color: #ccc;
}


table.grandtable tr.subtotal td.indent
{
  padding-left: 5em;
}

table.grandtable tr.grandtotal td
{
  border-top: 1px solid black;
}

table.grandtable tr.net_total td
{
  border-top: 1px solid black;
  font-size: 2.0em;
  padding-bottom: 2em;
}



.creditcardtable
{
  margin: 0px;
  padding: 0px;
  border:1px solid black;
  size:1.2em;
  vertical-align:middle;

}
.creditcardtable td
{
  margin: 0px;
  padding: 0px;
  border:1px solid black;
  text-align:center;
}
.creditcardtable img
{
  padding:0px;
  margin: 0px;
}
.donatenow
{
  background:url('../images/donatenow.png');
  width: 117px;
  height: 37px;
}
.donatenow:hover
{
  cursor: pointer;
  background:url('../images/donatenowhover.png');
}
.donatenow a
{
  width: 117px;
  height: 37px;
  display: block;
}

select.card_expiration_month
{
  width: auto;
}
select.card_expiration_year
{
  width: auto;
}
/* -------- quickviews ------------*/
.quickview-item h2 {
  padding-left:38px;
  color:#fff;
  line-height:30px;
  height:30px;
}
h2.project {
  background:#378c9e url(../images/project-h2-sprite.png) no-repeat 8px 0px;
}
h2.organization {
  background:#ff9c00 url(../images/project-h2-sprite.png) no-repeat 8px -30px;
}
h2.person {
  background:#649a5c url(../images/project-h2-sprite.png) no-repeat 8px -60px;
}
h2.missionary {
  background:#b12c2c url(../images/project-h2-sprite.png) no-repeat 8px -90px;
}
h2.givingpage {
  background:#723c94 url(../images/project-h2-sprite.png) no-repeat 8px -120px;
}
h2.event {
  background:grey url(../images/event-grey-small.png) no-repeat left top;

}
/*--- override for kiosk --*/

.kiosk_choose_donation_option_button h2 {
  border-radius: 12px;
  -moz-border-radius: 12px;
  color: #FFFFFF;
  height: 30px;
  line-height: 30px;
  padding-left: 38px;
  text-align:left;
}
/* -- end overide for kiosk --*/
.quickview-item h3 {
  font-family:arial;
  font-size:13px;
  color:#378c9e;
  text-transform:uppercase;

}

.quickview-item span.location {
  font-family:arial;
  font-size:13px;
  color:#378c9e;
  font-style:italic;
  line-height:17px;
}
.quickview-item .quickview-inner {
  padding-top:13px;
  vertical-align: top;

}
.quickview-item .quickview-img {
  width: 140px;
  display: inline-block;
  zoom:1; *display: inline;
}
.quickview-item.quickview-img img {
  border:solid 1px #b5b5b5;
}
.quickview-item .quickview-content {
  display: inline-block;
  width:462px;
  padding-left:10px;
  vertical-align: top;
  zoom:1; *display: inline;

}
.quickview-item .quickview-right {

  width:84px;
  vertical-align: top;
  padding-left:20px;
  display: inline-block;
  zoom:1; *display: inline;
}

.quickview-actions img
{
  padding-right: 5px;
  float: right;
}
.quickview-actions a
{
  font-family: arial;
  line-height: 32px;
  padding: 8px 6px;
  text-transform: uppercase;
  font-weight: bold;

  color: white;

  font-size:13px;
}
.quickview-actions li
{
  border: 1px solid #afafaf;
  border-radius: 10px 10px 10px 10px;
  display: inline;
  float: left;
  margin: 0 1px 1px 0;
  min-width: 197px;
  background-color: #afafaf;
  vertical-align: center;
}
.quickview-actions li:hover
{
  background-color: #ff9c00;
}
/* mail -------- */

h4.mail_header
{
  font-size: 12px;

}
h3.mail_header
{
  font-family: auto;
  font-size: 14px;

}
h3.mail_header a
{
  font-family: auto;
  font-size: 14px;

}
.threaddiv
{
  width: 600px;
  margin: auto;
}

/*--------- search ------ */

.side_search
{
  padding: 10px;

}
/* --------paging ---- */

a.pagination_link
{
  font-size: 14px;
  margin: 2px;
  padding: 2px;
}

img.facebook_logo_left
{
  float: left; width: 75px; margin-right: 10px;
}

.percentimage
{
  display: inline-block;
  text-align: center;
  zoom:1; *display: inline;
}
/* --------loading ---- */
div.loading
{
  display: none;
  position: fixed;
  top: 60%;
  right: 45%;
  background-color: gray;
  border: 2px lightgray solid;
  padding: 0.3em;
  font-size: 2em;
  font-style: italic;
  color: white;
  z-index:9999;
  border-radius: 15px;
}


div.loading img
{
  vertical-align: middle;
}
a.deletes
{
  color: black;
}

a.deletes:hover
{
  color: red;
}



a.deletes img
{
  vertical-align: middle;
  width: 25px;
}
.paging_area
{
  padding:10px;
}
p.pagination
{
  font-size: 1.4em;

}


p.pagination span.selected
{

  color: green;
  padding: 2px;
  margin: 2px;
}


a.pagination_link
{
  color:blue;
  margin: 2px;
  padding: 2px;
}

/*----         Badge Control -----*/
.badge_display_name
{
  font-size:14px;
  color:green;
  text-align:center;
}
.badge_background
{
  padding: 8px 8px 15px 8px;
  padding-top:8px;
  background-color:white;

}
.badgediv
{
  width: 300px;
  background-color: #fff;
  height:325px;
  overflow:hidden;

  border:3px solid green;
  padding:5px
  border-radius: 8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  margin: auto;
  text-align: left;
}
.badgediv205
{
  width: 200px;
  height:340px;
  overflow:hidden;
  background-color: #fff;
  border:3px solid green;
  padding:5px;
  border-radius: 8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  margin:auto;
}

.donationbadgediv400
{
  font-weight:normal;
  width: 325px;
  background-color: #fff;
  border: 3px solid green;
  border-radius: 10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  height: 635px;
  padding: 3px;

  font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
  font-size: .9em;

}
.donationbadgediv400 h3
{
  font-size:14px;
  text-align:center;
}
.donationbadgediv400 .comment_comment {
  width:180px;
}
.donationbadgediv400 .name {
  font-weight:normal;
}
.donationbadgediv400 .name a{
  color:#EB8003;
}
.donationbadgediv400 .module_payments .dataentry_th
{
  padding:6px;
  width: 90px;
}

.donationbadgediv400 .module_payments .dataentry_td
{
  padding:6px;
  width: 200px;
}

div.donation_badge_billing select.card_expiration_month
{
  width: auto;
}
div.donation_badge_billing select.card_expiration_year
{
  width: auto;
}

.donationbadgesearchdiv400
{
  width: 325px;
  background-color: #fff;
  border: 3px solid green;
  border-radius: 10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  font-size: .9em;
  height: 635px;
}
.donationbadgesearchresults
{
  height:500px;
  overflow:auto;
}

.donationbadgecommentinnerdiv400
{
  width: 313px;

  height: 620px;
  overflow:auto;
  /*font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
  font-size: .9em;
  */

}

.donation_badge_background
{
  background-color: white;
}

.badgeInner205
{
  padding: 7px;
  height:90px;
  overflow:hidden;
  text-align: center;
}

.badgeInner
{
  padding: 7px;
  height:145px;
  overflow:hidden;
  text-align: center;
}

.donationbadgeInner
{

  text-align: center;
  height: 120px;
  overflow: hidden;
  padding: 2px;

}
.powered_by
{
  width:202px;
  height: 45px;
  background-image: url("../images/poweredbylong.png");

}

.donationbadgecerts
{
  padding: 5px;
  background-color: #f0f0f0;
}



.badgeMission
{
  padding: 5px;

}

input.friendly_url_input
{
  width: 250px;
}
input.my_friendly_url
{
  padding: 8px 0 8px;
  color: #555;
  font-size: 1.2em;
  width:100%
}



div.block_of_text
{
  padding: 15px 15px 50px 15px;

}


.gray_seperator
{
  background-color: #343b43;
  padding: 5px;
  color:#fff;
  background-image:url(../images/gray_seperator.png); background-repeat: repeat-x;
}
.lite_gray_seperator
{
  text-align:right;
  background-color: #64676a;
  padding: 5px;
  color:#fff;
}
.red_seperator
{
  background-color: #ff0000;
  padding: 5px;
  color:#fff;
  background-image:url(../images/red_seperator.png); background-repeat: repeat-x;
}
.blue_seperator
{
  background-color: #4064b8;
  padding: 5px;
  color:#fff;
  font-size:.9em;
  background-image:url(../images/blue_seperator.png); background-repeat: repeat-x;
}

html.disabledScroll
{
  overflow: hidden;
}


.clickable
{
  cursor: pointer;
}


.note
{
  color: #777;
  font-size: 0.9em;
}

.rednote
{

  font-size: 0.9em;
  color: red;
}

.bluenote
{
  color: blue;
  font-size: 0.8em;

}


.smaller_note
{

  font-size: 0.85em;
  font-style: italic;
}
.whitelinks a, a.whitelinks
{
  color:white;
  text-decoration:none;
}


.whitelinks a:hover, a.whitelinks:hover
{
  color:#00baff;
  text-decoration:none;
}
.lightlinks a, a.lightlinks
{
  color:#a0dadf;
  text-decoration:none;
}


.lightlinks a:hover, a.lightlinks:hover
{
  color:#00baff;
  text-decoration:none;
}



label.inlineRadio
{

  display:inline;
  margin: 0;
  padding: 3px;

}

ul.greenCheck
{
  padding:10px 2px 2px 30px;

}
ul.greenCheck li
{
  padding:0px 0 5px 5px;
  list-style-image: url(../images/icon/green_check_15.png);
  text-align:left;

}

ol.numbered
{
  padding:10px 2px 2px 30px;

}
ol.numbered li
{
  padding:0px 0 5px 5px;
  list-style: numbered;

  text-align:left;

}
.text14
{
  font-size:14px;
}

/* --------- gradients -----------*/
.greengrade
{
  color:white;
  background-color:#4D8345;
  background-image: linear-gradient(bottom, rgb(39,117,13) 33%, rgb(161,232,153) 95%);
  background-image: -o-linear-gradient(bottom, rgb(39,117,13) 33%, rgb(161,232,153) 95%);
  background-image: -moz-linear-gradient(bottom, rgb(39,117,13) 33%, rgb(161,232,153) 95%);
  background-image: -webkit-linear-gradient(bottom, rgb(39,117,13) 33%, rgb(161,232,153) 95%);
  background-image: -ms-linear-gradient(bottom, rgb(39,117,13) 33%, rgb(161,232,153) 95%);

}
.orangegrade
{
  color: #0063ff;
  background-color:#FF9C00;
  background-image: linear-gradient(bottom, rgb(240,144,0) 33%, rgb(252,243,210) 93%);
  background-image: -o-linear-gradient(bottom, rgb(240,144,0) 33%, rgb(252,243,210) 93%);
  background-image: -moz-linear-gradient(bottom, rgb(240,144,0) 33%, rgb(252,243,210) 93%);
  background-image: -webkit-linear-gradient(bottom, rgb(240,144,0) 33%, rgb(252,243,210) 93%);
  background-image: -ms-linear-gradient(bottom, rgb(240,144,0) 33%, rgb(252,243,210) 93%);

}

/* Webkit animation keyframes */
@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 44px 0;
  }
}

/* Bar which is placed behind the progress */
.ui-progress-bar {
  /* Usual setup stuff */
  padding-right:20px;
  position: relative;
  height: 35px;

  /* Pad right so we don't cover the borders when fully progressed */
  padding-right: 2px;

  /* For browser that don't support gradients, we'll set a blanket background colour */
  background-color: #abb2bc;

  /* Rounds the ends, we specify an excessive amount to make sure they are completely rounded */
  /* Adjust to your liking, and don't forget to adjust to the same amount in .ui-progress */
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;

  /* Webkit background gradient */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b6bcc6), color-stop(1, #9da5b0));
  /* Mozilla background gradient */
  background: -moz-linear-gradient(#9da5b0 0%, #b6bcc6 100%);

  /* Give it the inset look by adding some shadows and highlights */
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
}

/* Progress part of the progress bar */
.ui-progress {
  float:left;
  /* Usual setup stuff */
  position: relative;
  display: block;
  overflow: hidden;

  /* Height should be 2px less than .ui-progress-bar so as to not cover borders and give it a look of being inset */
  height: 33px;

  /* Rounds the ends, we specify an excessive amount to make sure they are completely rounded */
  /* Adjust to your liking, and don't forget to adjust to the same amount in .ui-progress-bar */
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;

  /* Set the background size so the stripes work correctly */
  -webkit-background-size: 44px 44px; /* Webkit */

  /* For browser that don't support gradients, we'll set a blanket background colour */
  background-color: #74d04c;

  /* Webkit background stripes and gradient */
  background: -webkit-gradient(linear, 0 0, 44 44,
    color-stop(0.00, rgba(255,255,255,0.17)),
    color-stop(0.25, rgba(255,255,255,0.17)),
    color-stop(0.26, rgba(255,255,255,0)),
    color-stop(0.50, rgba(255,255,255,0)),
    color-stop(0.51, rgba(255,255,255,0.17)),
    color-stop(0.75, rgba(255,255,255,0.17)),
    color-stop(0.76, rgba(255,255,255,0)),
    color-stop(1.00, rgba(255,255,255,0))
    ), -webkit-gradient(linear, left bottom, left top, color-stop(0, #74d04c), color-stop(1, #9bdd62));

    /* Mozilla (Firefox etc) background stripes */
    /* Note: Mozilla's support for gradients is more true to the original design, allowing gradients at 30 degrees, as apposed to 45 degress in webkit. */
    background: -moz-repeating-linear-gradient(top left -30deg,
      rgba(255,255,255,0.17),
      rgba(255,255,255,0.17) 15px,
      rgba(255,255,255,0) 15px,
      rgba(255,255,255,0) 30px
      ), -moz-linear-gradient(#9bdd62 0%, #74d04c 100%);

      /* Webkit embossing */
      -webkit-box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
      /* Mozilla embossing */
      -moz-box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
      /* IE9 and Opera embossing */
      box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;

      /* Give it a higher contrast outline */
      border: 1px solid #4c8932;

      /* Webkit magic */
      -webkit-animation: animate-stripes 2s linear infinite;

      /* TODO: Wait for Mozilla to support animation, then implement */
    }

    /* Progress indicator text */
    .ui-progress span.ui-label {
      font-size: 1em;
      position: absolute;
      float:left;
      right:0;
      line-height: 33px;
      padding-right: 12px;
      color: rgba(0,0,0,0.6);
      text-shadow: rgba(255,255,255, 0.45) 0 1px 0px;
      white-space: nowrap;
    }

    /* Progress indicator text */
    #progress_bar span.ui-label-smallpercent {
      width:50px;
      font-size: 1em;
      position: absolute;
      float:left;
      line-height: 33px;
      padding-right: 12px;
      color: white;
      text-shadow: rgba(255,255,255, 0.45) 0 1px 0px;
      white-space: nowrap;
    }



    /* start now box */

    .start_now_box { position: relative; background: #88b7d5; border: 4px solid #c2e1f5; }
    .start_now_box:after, .start_now_box:before { left: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
    .start_now_box:after { border-color: rgba(136, 183, 213, 0); border-left-color: #88b7d5; border-width: 30px; top: 50%; margin-top: -30px; }
    .start_now_box:before { border-color: rgba(194, 225, 245, 0); border-left-color: #c2e1f5; border-width: 36px; top: 50%; margin-top: -36px; }


    .start_now_box a
    {
      color: #DDF8C6;
      font-size: 45px;
      font-weight: bold;
      line-height: 56px;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
      text-transform: uppercase;
      padding:8px;
    }

    .start_now_box:hover a, a:hover
    {
      text-decoration:none;
      color: blue;
    }
    .start_now_box a.active
    {
      color: white;

    }
    .profileshare
    {
      padding-bottom: 58px;
      width: 230px;
      background: transparent url(../images/sharewitharrow.png) right bottom no-repeat;

    }

    /* blog post box */
    .blogpostouter {

      border: 1px solid grey;  border-radius: 10px 10px 10px 10px; padding: 10px;
}
    .blogpost {

      max-height: 500px; overflow: hidden;
      /* Fade out the last line */
          -webkit-mask-image: linear-gradient(
            to bottom,
            black 90%,
            transparent 99.33333%
          );
          mask-image: linear-gradient(
            to bottom,
            black 70%,
            transparent 93.33333%
          );
    }

    .blogpost h3
    {
      font-size:25px;
      border-bottom: none;
      color: grey;

    }
    .blogpost p
    {
      font-size:17px;
      line-height:20px;
      border-bottom: none;
      color: #333333;

    }
    /* -----------landing pages----------- */
    .landingpagecontent
    {
      padding: 8px 13px 0 13px;
    }
    .landingheaderarea
    {
      padding: 5px 100px 5px 100px;
      text-align:center;

    }
    .landingheader
    {
      color: blue;
      display: inline-block;
      font-family: georgia,times new roman;
      font-size: 29px;
      font-style: straight;
      line-height: 29px;
      padding-left: 20px;
      text-align: left;
      font-weight: bold;


      /* color:#ec9000; font-size: 2.2em; padding: 0px 10px 0px 10px; margin-bottom: 0px; line-height: 28px; */
    }
    .landingheadersub
    {
      padding: 10px 10px 0px 10px; font-size: 1.2em;
    }
    .landingmainpoints
    {
      color:#138802; font-size: 1.9em; font-weight: bold;
    }
    .landingmainpointssub
    {
      font-size:1.3em; line-height:22px;
    }
    .landingmainpointstable td
    {
      padding: 10px;
    }
    .landingstartingpoints
    {
      font-size:1.4em; line-height:25px;
    }

    .landingmainpoints a{
      color: #4169E1;
      text-decoration: none;
      font-size:.6em;
    }
    a.landingstartlarge
    {
      background-color: #fee133;
      font-style:italic;
      font-weight:bold;
      color: black; font-size:1.8em;padding:20px;width:220px;cursor:pointer;
      /* Do rounding (native in Opera, Firefox and Safari) */
      -moz-border-radius: 10px;
      border-radius: 10px;
      border: 1px solid #f7bb34;
      box-shadow: 10px 10px 5px #888888;


      /* IE10 Consumer Preview */
      background-image: -ms-linear-gradient(top, #fff333 50%, #f7bb34 100%);

      /* Mozilla Firefox */
      background-image: -moz-linear-gradient(top, #fff333 50%, #f7bb34 100%);

      /* Opera */
      background-image: -o-linear-gradient(top, #fff333 50%, #f7bb34 100%);

      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #fff333), color-stop(1, #f7bb34));

      /* Webkit (Chrome 11+) */
      background-image: -webkit-linear-gradient(top, #fff333 50%, #f7bb34 100%);

      /* W3C Markup, IE10 Release Preview */
      background-image: linear-gradient(to bottom, #fff333 50%, #f7bb34 100%);


    }
    .landingstartlarge a
    {
      color:black;

    }
    .landingstartlarge a:hover
    {
      color:black;
    }
    a.landingstartlarge:hover
    {
      color:black;

      /* IE10 Consumer Preview */
      background-image: -ms-linear-gradient(top, #f7bb34 50%, #fff333 100%);

      /* Mozilla Firefox */
      background-image: -moz-linear-gradient(top, #f7bb34 50%, #fff333 100%);

      /* Opera */
      background-image: -o-linear-gradient(top, #f7bb34 50%, #fff333 100%);

      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #f7bb34), color-stop(1, #fff333));

      /* Webkit (Chrome 11+) */
      background-image: -webkit-linear-gradient(top, #f7bb34 50%, #fff333 100%);

      /* W3C Markup, IE10 Release Preview */
      background-image: linear-gradient(to bottom, #f7bb34 50%, #fff333 100%);
    }
    .landingstartsmall
    {
      font-style:italic;
      font-weight:bold;
      color: black; font-size:1.3em;padding:20px;width:120px;float:right;cursor:pointer;
      /* Do rounding (native in Opera, Firefox and Safari) */
      -moz-border-radius: 10px;
      border-radius: 10px;


      /* IE10 Consumer Preview */
      background-image: -ms-linear-gradient(top, #fff333 50%, #f7bb34 100%);

      /* Mozilla Firefox */
      background-image: -moz-linear-gradient(top, #fff333 50%, #f7bb34 100%);

      /* Opera */
      background-image: -o-linear-gradient(top, #fff333 50%, #f7bb34 100%);

      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #fff333), color-stop(1, #f7bb34));

      /* Webkit (Chrome 11+) */
      background-image: -webkit-linear-gradient(top, #fff333 50%, #f7bb34 100%);

      /* W3C Markup, IE10 Release Preview */
      background-image: linear-gradient(to bottom, #fff333 50%, #f7bb34 100%);
    }
    .landingstartsmall a
    {
      color:black;
    }
    .landingstartsmall a:hover
    {
      color:black;
    }
    a.landingstartsmall:hover
    {
      color:black;

      /* IE10 Consumer Preview */
      background-image: -ms-linear-gradient(top, #f7bb34 50%, #fff333 100%);

      /* Mozilla Firefox */
      background-image: -moz-linear-gradient(top, #f7bb34 50%, #fff333 100%);

      /* Opera */
      background-image: -o-linear-gradient(top, #f7bb34 50%, #fff333 100%);

      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #f7bb34), color-stop(1, #fff333));

      /* Webkit (Chrome 11+) */
      background-image: -webkit-linear-gradient(top, #f7bb34 50%, #fff333 100%);

      /* W3C Markup, IE10 Release Preview */
      background-image: linear-gradient(to bottom, #f7bb34 50%, #fff333 100%);
    }
    .gettingstartedsmall
    {

      font-size:.8em;
    }
    .landingfooterheader
    {
      color:white; font-size: 1.8em; padding:15px;text-align:center;
    }
    .landingfootersub
    {
      color:white;font-size:1.5em;line-height:25px; padding:25px;text-align:center;
    }

    .landingmainpointstable img
    {
      width:60px;
    }

    .landingpageuberbar	{
      display:none;
      position: fixed;
      top: 70px;
      left: 0;
      z-index: 20;
      width: 100%;
      text-align: right;
      padding: 3px 13px 0px 0;
    }
    /*   ------------ end landing pages  ------ */


    .testamony_box
    {

      background: url("../images/testamony_side.jpg") repeat-y scroll 225px 0 rgba(0, 0, 0, 0);
      padding-bottom: 15px;

    }
    .testamony_left
    {
      width: 235px;

      display: inline-block;
      text-align:center;
      vertical-align:top;
      zoom:1; *display: inline;

    }
    .testamony_right
    {
      color: #999999;
      font-family: georgia,times new roman;
      font-size: 25px;
      font-style: italic;
      line-height: 28px;
      text-align: left;
      width: 490px;
      padding-left:20px;
      display: inline-block;
      zoom:1; *display: inline;
    }

    .home .testamony_right
    {
      width: 790px;
    }


    .calloutbuttonblue
    {

      background-color: #2f7a89;
      border-radius: 8px;
      color: #fff;
      border: 1px solid grey;
      padding: 5px 10px 5px 10px;

      background: rgb(38,98,110); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(38,98,110,1) 0%, rgba(172,182,196,1) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,98,110,1)), color-stop(100%,rgba(172,182,196,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  rgba(38,98,110,1) 0%,rgba(172,182,196,1) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  rgba(38,98,110,1) 0%,rgba(172,182,196,1) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  rgba(38,98,110,1) 0%,rgba(172,182,196,1) 100%); /* IE10+ */
      background: linear-gradient(to bottom,  rgba(38,98,110,1) 0%,rgba(172,182,196,1) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26626e', endColorstr='#acb6c4',GradientType=0 ); /* IE6-9 */






    }
    .calloutbuttonblue:hover {
      background-color:#26626e;
      color:#e78405;
    }

    a.yellowactionbutton
    {
      background-color: #fee133;
      font-style:italic;
      font-weight:bold;
      color: black;
      padding:10px;
      cursor:pointer;
      /* Do rounding (native in Opera, Firefox and Safari) */
      -moz-border-radius: 10px;
      border-radius: 10px;
      border: 1px solid #f7bb34;
      box-shadow: 10px 10px 5px #888888;


      /* IE10 Consumer Preview */
      background-image: -ms-linear-gradient(top, #fff333 50%, #f7bb34 100%);

      /* Mozilla Firefox */
      background-image: -moz-linear-gradient(top, #fff333 50%, #f7bb34 100%);

      /* Opera */
      background-image: -o-linear-gradient(top, #fff333 50%, #f7bb34 100%);

      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #fff333), color-stop(1, #f7bb34));

      /* Webkit (Chrome 11+) */
      background-image: -webkit-linear-gradient(top, #fff333 50%, #f7bb34 100%);

      /* W3C Markup, IE10 Release Preview */
      background-image: linear-gradient(to bottom, #fff333 50%, #f7bb34 100%);


    }

    .yellowactionbutton a:hover
    {
      color:black;
    }
    a.yellowactionbutton:hover
    {
      color:black;

      /* IE10 Consumer Preview */
      background-image: -ms-linear-gradient(top, #f7bb34 50%, #fff333 100%);

      /* Mozilla Firefox */
      background-image: -moz-linear-gradient(top, #f7bb34 50%, #fff333 100%);

      /* Opera */
      background-image: -o-linear-gradient(top, #f7bb34 50%, #fff333 100%);

      /* Webkit (Safari/Chrome 10) */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #f7bb34), color-stop(1, #fff333));

      /* Webkit (Chrome 11+) */
      background-image: -webkit-linear-gradient(top, #f7bb34 50%, #fff333 100%);

      /* W3C Markup, IE10 Release Preview */
      background-image: linear-gradient(to bottom, #f7bb34 50%, #fff333 100%);
    }


    .greyishbackground
    {
      background-color:#f0f0f0 !important;
    }
    .white-row
    {
      background-color:#fff;
    }
    .left-box-shadow
    {
      box-shadow: -5px 0 5px -5px #333;
    }


    .starthidden
    {
      display:none;
    }

    /* ------ Start pricing ---------*/


    .pricing-table-container {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    /*------ utiltity classes -----*/

    .pricing-body {
      background: #f0f0f0;
      font-family: 'Droid Sans', sans-serif;
      line-height: 1;
      font-size: 16px;
    }

    .pricing-table {

      margin: 50px auto;
      text-align: center;
      padding: 10px;
      padding-right: 0;
    }
    .pricing-table .heading{
      color: #9C9E9F;
      text-transform: uppercase;
      font-size: 1.3rem;
      margin-bottom: 0rem;
    }

    /*Shared properties*/
    .title,.pt-footer{
      color: #FEFEFE;
      text-transform: capitalize;
      line-height: 2.5;
      position: relative;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }
    .content{
      position: relative;
      color: #FEFEFE;
      padding: 20px 0 10px 0;
    }
    /*arrow creation*/
    .content:after, .content:before,.pt-footer:before,.pt-footer:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
    }
    .pt-footer:after,.pt-footer:before{
      top:0;
    }
    .content:after,.pt-footer:after {
      border-color: rgba(136, 183, 213, 0);
      border-width: 5px;
      margin-left: -5px;
    }
    /*/arrow creation*/
    .price{
      position: relative;
      display: inline-block;
      margin-bottom: 0.625rem;
    }
    .price span{
      font-size: 5rem;
      letter-spacing: 8px;
      font-weight: bold;
    }
    .price sup{
      font-size: 1.5rem;
      position: absolute;
      top: 12px;
      left: -12px;
    }
    .price-rate {
        font-size: 1.25em;
    }
    .hint{
      font-style: italic;
      font-size: 0.9rem;
    }
    .features{
      list-style-type: none;
      background: #FFFFFF;
      text-align: left;
      color: #9C9C9C;
      padding:30px 12%;
      font-size: 0.9rem;
    }
    .features li{
      padding:15px 0;
      width: 100%;
    }
    .features li span{
      padding-right: 0.4rem;
    }
    ul.features li:first-child {
        padding-top: 0px;
    }
    ul.features li:last-child {
        padding-bottom: 0px;
    }
    ul.features li:not(.no-feature,.blank-feature):before {
      content: '✓ ';
      color:green;
      font-style: Bold;
    }
    ul.features li.blank-feature {
        padding-left: 2ch;
    }
    ul.features li.no-feature:before {
      content: 'x ';
      color:red;
      font-style: Bold;
    }
    .blank-feature {
        line-height: 1.5;
    }
    .pt-footer{
      font-size: 0.95rem;
      text-transform: capitalize;
    }
    /*PERSONAL*/
    .personal .title{
      /* background: #78CFBF; */
      background: var(--ctg-silver);
    }
    .personal .content,.personal .pt-footer{
      /* background: #82DACA; */
      background: var(--ctg-silver);
    }
    .personal .content:after{
      /* border-top-color: #82DACA; */
      border-top-color: var(--ctg-silver);
    }
    .personal .pt-footer:after{
      border-top-color: #FFFFFF;
    }
    /*PROFESSIONAL*/
    .professional .title{
      /* background: #3EC6E0; */
      background: var(--ctg-gold);
    }
    .professional .content,.professional .pt-footer{
      /* background: #53CFE9; */
      background: var(--ctg-gold);
    }
    .professional .content:after{
      /* border-top-color: #53CFE9; */
      border-top-color: var(--ctg-gold);
    }
    .professional .pt-footer:after{
      border-top-color: #FFFFFF;
    }
    /*MISSION PILLARS*/
    .upgrade-options .title{
      /* background: #3EC6E0; */
      background: var(--ctg-mp);
    }
    .upgrade-options .content,.upgrade-options .pt-footer{
      /* background: #53CFE9; */
      background: var(--ctg-mp);
    }
    .upgrade-options .content:after{
      /* border-top-color: #53CFE9; */
      border-top-color: var(--ctg-mp);
    }
    .upgrade-options .pt-footer:after{
      border-top-color: #FFFFFF;
    }
    /*BUSINESS*/
    .business .title{
      background: #E3536C;
    }
    .business .content,.business .pt-footer{
      background: #EB6379;
    }
    .business .content:after{
      border-top-color: #EB6379;
    }
    .business .pt-footer:after {
      border-top-color: #FFFFFF;
    }

    /*------- End Pricing ------------*/

    /* ---- modal override ----- */

    #simplemodal-container h3 a
    {
      color: #4D8345;
    }

    #simplemodal-container a {
      color: #4169E1;
    }

    /* --- end modal override ---- */


    /* --- youtube --- */

    .desktop-fluid-video-content {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px; height: 0; overflow: hidden;
    }

    .desktop-fluid-video-content iframe,
    .desktop-fluid-video-content object,
    .desktop-fluid-video-content embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .videoWrapper {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 */
      padding-top: 25px;
      height: 0;
    }
    .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    /* --- end youtube ---*/

    /*--------- siteblog ---*/


    ul.circle {list-style-type: circle;}
    ul.square {list-style-type: square;}
    ol.upper-roman {list-style-type: upper-roman;}
    ol.lower-alpha {list-style-type: lower-alpha;}


    /*----end siteblog-----*/

    /* setting for modile */

    #simplemodal-container {height:460px; width:800px; color:black; background-color:#efefef; border:4px solid #333; padding:12px;}
    .mobile_unhide
    {
      display:none;
    }
    .kiosk_unhide
    {
      display:none;
    }

    /*  ---- bootstrap overrides ---*/

    .btn-group label
    {
      white-space:normal !important; word-wrap: break-word;
    }
    
    .btn-group label.c2g-nowrap {
        white-space: nowrap !important;
    }
.navbar-toggler-right, .navbar-toggler-left
{
  top:.5rem;
}
    .navbar-nav > li > a {
      padding-top: 25px;
      padding-bottom: 25px;
    }


    .navbar-default .navbar-nav > li > a {
      color: white;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      color: #555;
      background-color: white;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      color: #555;
      background-color: white;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus , .navbar-default .navbar-nav > li > a:active {
      color: #555;
      background-color: white;
    }

    .navbar-default .navbar-nav > li > a.nav-slider-btn:hover, .navbar-default .navbar-nav > li > a.nav-slider-btn:focus {

      background-color: #84B830;
    }

    .dropdown-menu > li  a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857143;
      color: #333;
      white-space: nowrap;
    }
    .dropdown-menu > li  a:hover, .dropdown-menu > li  a:focus {
      background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
      background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
      background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
      background-color: #f2f2f2;
    }

    .dropdown-menu > li a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857143;
      color: #333;
      white-space: nowrap;
    }


    .panel-heading .accordion-toggle-arrows:after {
      /* symbol for "opening" panels */
      font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
      content: "\e114";    /* adjust as needed, taken from bootstrap.css */
      float: left;        /* adjust as needed */
      color: grey;         /* adjust as needed */
    }
    .panel-heading .accordion-toggle-arrows:after {
      /* symbol for "collapsed" panels */
      content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    }

    .borderless tr td {
      border: none !important;

    }
    .nav .navbar-right h2
    {
      padding-left: .4em;
    }

    .form-control
    {
        font-size:1em;
    }
    .input-group-text
    {
        font-size:1em;
    }
    .rounded-xl
    {
        border-radius:1.5rem !important;
    }
    /* ------ Naviagion pills for wizzard style signup ------------*/

    ul.nav-wizard {
      display: inline-block;
      background-color: #f9f9f9;
      border: 1px solid #d4d4d4;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      *zoom: 1;
      position: relative;
      overflow: hidden;
    }
    ul.nav-wizard:before {
      display: block;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 46px;
      height: 47px;
      border-top: 1px solid #d4d4d4;
      border-bottom: 1px solid #d4d4d4;
      z-index: 11;
      content: " ";
    }
    ul.nav-wizard:after {
      display: block;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 138px;
      height: 47px;
      border-top: 1px solid #d4d4d4;
      border-bottom: 1px solid #d4d4d4;
      z-index: 11;
      content: " ";
    }
    ul.nav-wizard li {
      position: relative;
      float: left;
      height: 46px;
      display: inline-block;
      text-align: middle;
      padding: 0 20px 0 30px;
      margin: 0;
      font-size: 16px;
      line-height: 46px;
    }
    ul.nav-wizard li a {
      color: #468847;
      padding: 0;

    }
    ul.nav-wizard li a:hover {
      background-color: transparent;
    }
    ul.nav-wizard li:before {
      position: absolute;
      display: block;
      border: 24px solid transparent;
      border-left: 16px solid #d4d4d4;
      border-right: 0;
      top: -1px;
      z-index: 10;
      content: '';
      right: -16px;
    }
    ul.nav-wizard li:after {
      position: absolute;
      display: block;
      border: 24px solid transparent;
      border-left: 16px solid #f9f9f9;
      border-right: 0;
      top: -1px;
      z-index: 10;
      content: '';
      right: -15px;
    }
    ul.nav-wizard li.active {
      color: #3a87ad;
      background: #d9edf7;
    }
    ul.nav-wizard li.active:after {
      border-left: 16px solid #d9edf7;
    }
    ul.nav-wizard li.active a,
    ul.nav-wizard li.active a:active,
    ul.nav-wizard li.active a:visited,
    ul.nav-wizard li.active a:focus {
      color: #3a87ad;
      background: #d9edf7;
    }
    ul.nav-wizard .active ~ li {
      color: #999999;
      background: #ededed;
    }
    ul.nav-wizard .active ~ li:after {
      border-left: 16px solid #ededed;
    }
    ul.nav-wizard .active ~ li a,
    ul.nav-wizard .active ~ li a:active,
    ul.nav-wizard .active ~ li a:visited,
    ul.nav-wizard .active ~ li a:focus {
      color: #999999;
      background: #ededed;
    }
    ul.nav-wizard.nav-wizard-backnav li:hover {
      color: #468847;
      background: #f6fbfd;
    }
    ul.nav-wizard.nav-wizard-backnav li:hover:after {
      border-left: 16px solid #f6fbfd;
    }
    ul.nav-wizard.nav-wizard-backnav li:hover a,
    ul.nav-wizard.nav-wizard-backnav li:hover a:active,
    ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
    ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
      color: #468847;
      background: #f6fbfd;
    }
    ul.nav-wizard.nav-wizard-backnav .active ~ li {
      color: #999999;
      background: #ededed;
    }
    ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
      border-left: 16px solid #ededed;
    }
    ul.nav-wizard.nav-wizard-backnav .active ~ li a,
    ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
    ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
    ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
      color: #999999;
      background: #ededed;
    }



    /* jquery ui override */
    .ui-dialog { z-index: 2000 !important ;}

    .ui-dialog .ui-dialog-title
    {
      text-align: center;
    }

    /* datepicker override */
    #ui-datepicker-div
    {
      z-index: 2051 !important; /* must be > than popup editor (950) */
    }



    /* boostrap overides */

    /*.row {
    margin-right: 0px;
    margin-left: 0px;
    }*/

    .search {
      padding:0 30px 0 30px;
    }

    .search span {
      color: #6e6e6e;
      line-height: 70px;
      cursor: pointer; cursor: hand;
    }

    /*Override default dropdown icon*/
    .dropdown-toggle::after{
        content: '';
        display: inline-block;
        width: 9px;
        height: 9px;
        overflow: hidden;
        border: 1px solid #000;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent;
        opacity: .75;
        position: relative;
        left: -2px;
        /* top: -4px; */
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all .3s ease-out;
        box-sizing: border-box;
        z-index: -1;
    }

    .social-share-button{
        max-width: 100%;
    }
.demo_alert{
  z-index: 9999;
}

.demo_alert_nav{
  margin-top: 72px;
}

.starbucks-card{
  color: #eee;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ea946+1,ffffff+100 */
background: #1ea946; /* Old browsers */
background: -moz-linear-gradient(left, #1ea946 1%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1ea946 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1ea946 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ea946', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/*----NEW MENU STYLES-----*/
.sidebar .list-group-item {
  border-radius: 0;
  background-color: #283B40;
  color: #fff;
  border-left: 0;
  border-right: 0;
  border-color: #4f4f4f;
  white-space: nowrap;

  font-size: smaller;
}

.sidebar .list-group-item:hover,
.sidebar .list-group-item:not(.collapsed):hover{
  background-color: #20a8d8;
}

/* highlight active menu */
.sidebar .list-group-item:not(.collapsed) {
  background-color: #222;
  border-color: transparent;
}

/* closed state */
.sidebar .list-group .list-group-item[aria-expanded="false"]::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* open state */
.sidebar .list-group .list-group-item[aria-expanded="true"] {
  background-color: #222;
}
.sidebar .list-group .list-group-item[aria-expanded="true"]::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
}

/* level 1*/
.sidebar .list-group .collapse .list-group-item  {
  padding-left: 20px;
}

/* level 2*/
.sidebar .list-group .collapse > .collapse .list-group-item {
  padding-left: 30px;
}

/* level 3*/
.sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
  padding-left: 40px;
}

@media (max-width:48em) {
  /* overlay sub levels on small screens */
  .sidebar .list-group .collapse.in, .sidebar .list-group .collapsing {
    position: absolute;
    z-index: 1;
    width: 100% !important;
  }
  .sidebar .list-group > .list-group-item {
    /* text-align: center; */
    padding: .75rem .5rem;
  }
  /* hide caret icons of top level when collapsed */
  .sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
  .sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
    display:none;
  }
}

/* change transition animation to width when entire sidebar is toggled */
.sidebar.collapse {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}

.sidebar.collapsing {
  opacity: 0.8;
  width: 0;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;

}

span.menu-titles{
  padding-left: 5px;
}

.icon-dove {
    background: url(../images/project-h2-sprite.png) no-repeat -3px -94px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.icon-organization {
    background: url(../images/project-h2-sprite.png) no-repeat -3px -34px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.not-found-container {
    background-image: url(/application/assets/images/background_404.jpg);
}

.private-profile-container {
    background-image: url(/application/assets/images/background_private_profile.jpg);
}

.not-found-container, .private-profile-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.not-found-card, .private-profile-card {
    background-color: rgb(255 255 255 / 0.8);
}

@media (min-width: 576px) {
    .not-found-card, .private-profile-card {
        max-width: 50vw;
    }

    .not-found-container, .private-profile-container {
        height: 80vh;
    }
}

#system-info-message {
    z-index: 1051;
}

@media (max-width: 768px) {
    .round-up-giving-container {
        position: relative;
        top: 60px;
    }
}

.progress-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    font-size: 50px;
    line-height: 300px;
    text-align: center;
    border-style: solid;
    border-color: #345230;
    border-width: 10px;
    color: #345230;
    font-weight: bold;
    font-family: cursive;
}

@media (max-width: 400px) {
    .progress-circle {
        width: 200px;
        height: 200px;
        line-height: 200px;
    }
}

.progress-header {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .btn-group.btn-group-rug {
        width: 100%;
        display: inline-block;
    }

    .btn-group.btn-group-rug > .btn, .btn-group > label {
        width: 100%;
        float: left;
    }
}


.croppie-container .cr-slider-wrap {
    width: 100%;
}

@media (max-width: 478px) {
    .cr-slider {
        width: 150px;
    }
}

/*Award images has different
 sizes so I had to get
 the smallest width which is 343px and
 set it to all of them max-width*/
img.award-image{
  max-width: 343px;
}
.award-image-container{
  max-width: 343px;
  margin: auto;
}

/*
CORE UI CSS OVERRIDES
*/

.c-legacy-theme .card-header {
  background-color: #fff;
}

.c-app{
  background: unset;
}

.c-sidebar-brand-full, .c-header{
  min-height: 65px;
}

/*
Adding this to remove excess white space like padding on
the homepage when on small screen.
*/
#homepage{
  overflow-x: hidden;
}


/*Core UI OVERRIDES For IE*/
/* IE10+ CSS */
@media all and (-ms-high-contrast: none) {
  .c-body {
    margin-top: 70px !important;
  }

  .c-sidebar-brand {
    padding: .27rem 0px;
  }
  .c-header-toggler.c-class-toggler.mfs-3.d-md-down-none{
    min-height: 60px;
  }
}

@media (max-width: 576px) {
  .c-avatar{
    width: 30px;
    height: 30px;
  }
}

/*
END OF CORE UI CSS OVERRIDES
*/

.header-sp-btn {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-shadow: unset;
  height: 36px;
  line-height: 1.5rem;
}

@media (max-width: 576px) {
  .sm-btn-sm {
    padding: .25rem .5rem;
    font-size: .765625rem;
    line-height: 1.5;
    border-radius: .2rem;
  }
  .header-sp-btn {
    height: unset;
  }
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help !important;
}

 .box-setting:hover{
   cursor: pointer;
   background: rgba(0,0,0,.1);
 }
.box-setting{
  min-height: 200px;
}
.box-setting > .card-body{
  display: flex;
  flex-direction: column;
}


/* SNOW */
.snow {
	background-image:
            url('/application/assets/images/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png'),
            url('/application/assets/images/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png'),
            url('/application/assets/images/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png');
	z-index:1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}

@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
/* SNOW END */


.btn-xl{
  padding: .7rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: .3rem;
}
span.desc_step{
  border-radius: 50%;
  padding: .5rem .8rem;
  border: 1px solid lightgray;
  line-height: 0;
  transition: all .3s;
}
span.desc_step:not(.active):hover{
  cursor: pointer;
  box-shadow: 0 1rem 1rem rgba(0,0,21,.175);
}
span.desc_step.active{
  background: var(--info);
  color: white;
  box-shadow: 0 1rem 1rem rgba(0,0,21,.175);
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  width:100%
}

/* To show the lines on right
and left sides of the text */
.divider::after,
.divider::before {
  content: "";
  border: 1px solid grey;
  flex: 1;
  color:grey;
}

/* Space on left and right sides of text */
.divider:not(:empty)::before {
  margin-right: 0.25em;
}

.divider:not(:empty)::after {
  margin-left: 0.25em;
}

.invoice-label {
    font-size: 1.5em;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #768192;
    text-align: left;
    caption-side: bottom;
    border-bottom: 1px solid black;
    font-style: italic;
}

/*----OVERLAY & spinner----*/
.c2g-overlay .spinner {
    vertical-align: middle;
    margin: 20px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.c2g-overlay .spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.c2g-overlay .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.c2g-overlay .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.c2g-overlay .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.c2g-overlay .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.c2g-overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

.po-well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    padding-left: 15px;
    border:0px;
}
.po-thumbnail .caption {
    padding: 9px;
    color: #333;
    padding-left: 0px;
    padding-right: 0px;
}

.po-well-add-card {
    margin-bottom:10px;
}

.po-thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 6px solid #D9D9D9;
    border-radius: 15px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding-left: 0px;
    padding-right: 0px;
}

.strong-bold strong, .strong-bold b {
    font-weight: bold;
}

.bg-silver {
    background: var(--ctg-silver) !important;
}

.bg-gold {
    background: var(--ctg-gold) !important;
}

.free-silver-addons {
    position: absolute;
    top: 40%;
    left: -73%;
}

.c2g-floating-badge {
    position: absolute;
    top: 0.6em;
    font-size: 10px;
    margin-left: 0.5rem;
}

.check-lg {
    height: 20px;
    width: 20px;
}

.hover-grow:hover {
    transform: scale(1.1); 
}

/* FILE: homepage.css */
/* LENGTH: 20778 */

/*redesign 2017 styles */

.responsive-background-image
{
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
}
.hero-div
{
	min-height: 300px;
	width:100%;
	text-align: center;
	padding-top: 5em;
	padding-bottom:0em;

	color:white;
}
.home-hero
{
	background-image:url('../images/heroimages/extra-large/online-giving.jpg');

}
.church-hero
{

	background-image:url('../images/heroimages/extra-large/electronic-tithing.jpg');
}
.church-hero h1
{
	font-size: 8em;
}
.church-hero-prices
{

	background-image:url('../images/heroimages/extra-large/pricing_hero.jpg');
}
.missionary-hero
{

	background-image:url('../images/heroimages/extra-large/missionary-fundraising.jpg');
}
.missionary-hero h1
{
	font-size: 8em;
}
.nonprofit-hero
{

	background-image:url('../images/heroimages/extra-large/fundraising.jpg');
}
.nonprofit-hero h1
{
	font-size: 8em;
}
.individual-hero
{

	background-image:url('../images/heroimages/extra-large/personal-fundraising.jpg');
}
.features-hero
{
	background-position: 30% 20%;
	background-image:url('../images/homepage/donateiconhero.png');
}
.kiosk-hero
{
	background-position: 30% 20%;
	background-image:url('../images/homepage/donateiconhero.png');
}

@media (max-width: 991px) {
	.home-hero
	{
		background-image:url('../images/heroimages/large/online-giving.jpg');

	}
	.church-hero
	{

		background-image:url('../images/heroimages/large/electronic-tithing.jpg');
	}
	.missionary-hero
	{

		background-image:url('../images/heroimages/large/missionary-fundraising.jpg');
	}
	.nonprofit-hero
	{

		background-image:url('../images/heroimages/large/fundraising.jpg');
	}
	.individual-hero
	{

		background-image:url('../images/heroimages/large/personal-fundraising.jpg');
	}
	.features-hero
	{
		background-position: 30% 20%;
		background-image:url('../images/homepage/donateiconhero.png');
	}
	.kiosk-hero
	{
		background-position: 30% 20%;
		background-image:url('../images/homepage/donateiconhero.png');
	}
}
@media (max-width: 767px) {

	.home-hero
	{
		background-image:url('../images/heroimages/medium/online-giving.jpg');

	}
	.church-hero
	{

		background-image:url('../images/heroimages/medium/electronic-tithing.jpg');
	}
	.missionary-hero
	{

		background-image:url('../images/heroimages/medium/missionary-fundraising.jpg');
	}
	.nonprofit-hero
	{

		background-image:url('../images/heroimages/medium/fundraising.jpg');
	}
	.individual-hero
	{

		background-image:url('../images/heroimages/medium/personal-fundraising.jpg');
	}
	.features-hero
	{
		background-position: 30% 20%;
		background-image:url('../images/homepage/donateiconhero.png');
	}
	.kiosk-hero
	{
		background-position: 30% 20%;
		background-image:url('../images/homepage/donateiconhero.png');
	}

}

@media (max-width: 575px) {
	.home-hero
	{
		background-image:url('../images/heroimages/small/online-giving.jpg');

	}
	.church-hero
	{

		background-image:url('../images/heroimages/small/electronic-tithing.jpg');
	}
	.missionary-hero
	{

		background-image:url('../images/heroimages/small/missionary-fundraising.jpg');
	}
	.nonprofit-hero
	{

		background-image:url('../images/heroimages/small/fundraising.jpg');
	}
	.individual-hero
	{

		background-image:url('../images/heroimages/small/personal-fundraising.jpg');
	}
	.features-hero
	{
		background-position: 30% 20%;
		background-image:url('../images/small/donateiconhero.png');
	}
	.kiosk-hero
	{
		background-position: 30% 20%;
		background-image:url('../images/small/donateiconhero.png');
	}

}



.greengradient
{
	background: rgb(208,223,171);
	background: linear-gradient(180deg, rgba(208,223,171,1) 17%, rgba(255,255,255,1) 100%);
}

.home-hero-green-back
{
	border-radius: 8px;
	padding:1em;
	background-color: rgba(	145,203,54,0.6);
}
.home-hero-orange-back
{
	border-radius: 8px;
	padding:1em;
	background-color: rgba(	248, 130, 0,0.6);
	text-shadow:

}
.home-hero-blue-back
{
	border-radius: 8px;
	padding:1em;
	background-color: rgba(	0, 113, 147,0.6);
}
.overlay{
	position: relative;
	margin-top:-50px;
	padding-top: 50px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.65); /*dim the background*/
}
.home-hero-green-band
{

	background-color: rgba(145,203,54,0.8);

	padding: 1em 0em 1em .5em;
}
.home-hero-orange-band
{

	background-color: rgba(248, 130, 0,0.8);

	padding: 1em 0em 1em .5em;
}
.hero-bottom-band-individual
{
	background-color: rgba(145, 202, 55, 0.81);
	padding: 1em 0em 1em .5em;
}
.hero-bottom-band-individual button
{
	background-color: #f88306;border: 1px solid #f88306;padding: 10px;
}
.hero-bottom-band-individual button:hover
{
	color:#f88306;
	background-color: white;border: 1px solid white;
}
.btn-landing-uber
{
	background-color: #ef7b00;border: 1px solid #ef7b00;
	border-radius: 0;
	padding: 10px;
	border-radius: 0;
}
.btn-landing-uber:hover
{
	color:#ef7b00;
	background-color: white;

}
.btn-landing-uber-right-side
{
	font-size: 1.5em;
	background-color: #da7101;
	color:white;
	padding:8px;
}
.landing-button-parent
{
	width:320px; float:right;
}
.orange-ul
{
	list-style-image: url('/application/assets/images/homepage/orange-checkmark-smaller.png');
}
.orange-ul li
{
	padding-bottom: .5em;
}

.logo-scroll
{

}
.logo-scroll img{
	filter: grayscale(100%);
}
.slick-center img
{
	transform: scale(1.18);
	filter: grayscale(0%);
}

.ul-plus
{
	list-style-image: url('/application/assets/images/homepage/plussign.png');
}

.button-home-demo
{
	color: white;
	background-color: #f88200;
	border-radius: 5px;
}
.button-home-demo:hover
{
	color: #f88200;
	background-color: white;
	border: 1px solid #f88200;
}
.button-home-blue
{
	color: white;
	background-color: #007193;
	font-size:1.5em;
	min-width:260px;
	border-radius: 5px;
}
.button-home-blue:hover
{
	color: #007193;
	background-color: white;
	border: 1px solid #007193;
}
.button-home-white-orange
{
	color: #f78200;
	background-color: white;
	font-size:1.5em;
	width:260px;
	border-radius: 5px;
}
.button-home-white-orange:hover
{
	color: white;
	background-color: #f78200;
	border: 1px solid white;
}
.button-home-white-green
{
	color: #82b92b;
	background-color: white;
	font-size:1.5em;
	width:250px;
	border-radius: 5px;
}
.button-home-white-green:hover
{
	color: white;
	background-color: #82b92b;
	border: 1px solid white;
}
.button-home-white-blue
{
	min-width: 250px; border:1px solid  #007193; font-size:1.5em; background-color: white; color: #007193; border-radius: 5px;

}
.button-home-white-blue:hover
{
	color: white;
	background-color: #007193;
	border: 1px solid white;
}

.ways-to-give
{
	height:250px;
	cursor: pointer;
}
.systembox
{
	width:990px; margin:auto; background-color:#white;
}
.system-greenbox
{
	width:494px; min-height: 330px; display:inline-block;  color:white; background-color: #8cc633;
}
.system-dashboardbox
{
	width:494px; min-height: 330px; display:inline-block; float:right;  color:white; background-image:url('/application/assets/images/homepage/donor-management-dashboard.jpg'); background-repeat:no-repeat;
}
.cross-overlay
{
	position: relative;
	min-height: 330px;
}

.cross-overlay img
{
	position: absolute;
	left: -60px;
	bottom: -60px;
	width: 120px;
}
.system-accountingbox
{
	width:494px; min-height: 330px; display:inline-block; float:left;  color:white; background-image:url('/application/assets/images/homepage/accounting-reporting.jpg'); background-repeat:no-repeat;
}
.system-orangebox
{
	width:494px; min-height: 330px; display:inline-block; float:right;  color:white; background-color: #fc9900;
}
.system-donateicon-image
{
	width:494px; min-height: 330px; display:inline-block; float:right;  color:white;
	background-image:url('../images/homepage/donateiconhero.png');
}

.waystogive h2
{
	font-size:20px; padding:1.8em 0 .8em 0;color: #121212; font-weight:500;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
}

.systeminfo
{
	font-family: 'Great Vibes', cursive;font-size:25px !important;
	margin-bottom:0px !important;
	color: #4d5159 !important;
	font-weight:400 !important;
	line-height: 1.2 !important;
	padding: 0px 0 8px 0 !important;
	text-transform: none !important;
}

.hero-tagline
{
	color:white; font-size:25px;
	/* font-weight: 300; */
	padding-bottom: .7em;
	border-bottom: 2px solid white;
	line-height:.95;
}

.intro-text
{
	text-transform: none !important;
	font-size:22px;  text-align:center; color:#121212; font-weight:400; padding:1.3em 0 1.3em 0em; border-bottom: 1px solid #4d5159;
}
/* CSS OVERRIDE */
#homepage h1 {
  color: #6f8d35;

  font-size: 66px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

#homepage h2 {

  color: #6f8d35;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 20px;
}

#homepage h3 {
  color: #5a5e66;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 20px;
}

#homepage p {
  color: #5a5e66;
  font-size: 20px;
  /*font-weight: 600;*/
  line-height: 1.4;
  margin-bottom: 20px;
}
#homepage .green-wrap h2{
	color: #ee843d;
}


#homepage h4 {
  color: #5a5e66;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
#homepage hr {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}
#homepage .feature-overlay h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
section {
 text-align: center;
 padding: 110px 0;
 position: relative;
}

section img {
 max-width: 100%;
}

.content-width {
 margin: 0 auto;
 width: 1320px;
 width: 100%;
}

section.promo-video {
	padding: 10px;
}

section.awards {
 background: #f0f0f0;
 text-align: center;
 padding: 0;
 z-index: 9;
}

.awards img {
 padding: 0 20px;
 position: relative;
 top: 133px;
}

section.online-giving-solution {
 padding: 250px 0 100px;
}

.online-giving-solution p {
 margin: 30px auto;
 max-width: 600px;
}

.solutions {
 margin: 50px auto 0;
 max-width: 1000px;
 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;
}

.solutions div {
 margin: 10px 15px;
 max-width: 190px;
}

.solutions img {
 margin-bottom: 30px;
 border-radius: 500px;
 -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
				 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

section.video-giving {
 background: #f0f0f0;
 min-height: 500px;
 width: 100%;
}

.video-giving .content-width {
 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;
}

section.video-giving-left {
 -webkit-box-pack: start;
		 -ms-flex-pack: start;
				 justify-content: flex-start;
}

.video-giving .text-wrap {
 text-align: left;
 margin-right: 20%;
 max-width: 300px;
 -webkit-box-flex: 0;
		 -ms-flex: 0 0 40%;
				 flex: 0 0 40%;
}

.video-giving-left .text-wrap {
 margin-right: 0;
 margin-left: 13%;
}

.video-giving .video-wrap {
 -webkit-box-flex: 0;
		 -ms-flex: 0 0 50%;
				 flex: 0 0 50%;
 max-width: 800px;
 max-height: 700px;
}

section.plain-title {
 background: #f0f0f0;
 min-height: 500px;
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: end;
		 -ms-flex-pack: end;
				 justify-content: flex-end;
 -webkit-box-align: center;
		 -ms-flex-align: center;
				 align-items: center;
}

section.plain-title-white {
 background: #fff;
}

section.plain-title-left {
 -webkit-box-pack: start;
		 -ms-flex-pack: start;
				 justify-content: flex-start;
}

.plain-title .text-wrap {
 text-align: left;
 -webkit-box-flex: 0;
		 -ms-flex: 0 1 40%;
				 flex: 0 1 40%;
}

.plain-title p {
 max-width: 300px;
}

section.integrations {
 background: #fff;
 padding-top: 250px;
}

section.solo-title {
 background: #fff;
 width: 100%;
 -webkit-box-pack: center;
		 -ms-flex-pack: center;
				 justify-content: center;
}

.solo-title .text-wrap {
 text-align: center;
 -webkit-box-flex: 0;
		 -ms-flex: 0 0 60%;
				 flex: 0 0 60%;
 -ms-flex: 0 0 100%;
		 flex: 0 0 100%;
}

.solo-title .text-wrap div {
 max-width: 500px;
 max-width: none;
}

.solo-title .text-wrap p {
 max-width: none;
}

section.call-to-action .content-width, section.integrations .content-width {
 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;
 -ms-flex-wrap: wrap;
		 flex-wrap: wrap;
}

.call-to-action .text-wrap {
 -webkit-box-flex: 0;
		 -ms-flex: 0 1 35%;
				 flex: 0 1 35%;
}

.call-to-action h1 {
 max-width: 500px;
}

.call-to-action h4 {
 margin-bottom: 5px;
}

.cta-buttons {
 margin: 100px auto 0;
 -webkit-box-flex: 0;
		 -ms-flex: 0 0 100%;
				 flex: 0 0 100%;
}

.cta-buttons .big-button {
 margin: 0 15px;
}

#homepage .disclaimer {
 text-align: center;
 margin: 50px 0 0;
 -webkit-box-flex: 0;
		 -ms-flex: 0 0 100%;
				 flex: 0 0 100%;
}

#homepage .disclaimer p {
 color: #777;
 font-size: 9px;
 margin: 0 0 5px;
 max-width: none;
}

.blue-wrap {
 background: #b3d9e7;
 text-align: center;
 padding-top: 30px;
}

.blue-wrap section, .green-wrap section {
 padding: 80px 0;
}

.green-wrap {
 background: #a0c844;
 text-align: center;
 padding-top: 30px;
 color:#fff !important;
}

.blue-wrap .plain-title h2 {
 color: #5a5e66;
 text-transform: none;
}

.green-wrap .plain-title h2 {
 color: #fff;
 text-transform: none;
}

.green-wrap .plain-title p {

 color:#fff !important;
}

.multiblock .plain-title {
 background: transparent;
 min-height: 500px;
 width: 100%;
}

.multiblock .plain-title .content-width {
 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;
}

.multiblock .plain-title .text-wrap {
 text-align: left;
 margin-left: 0;
 margin-right: 90px;
 -webkit-box-flex: 0;
		 -ms-flex: 0 0 30%;
				 flex: 0 0 30%;
}

.multiblock .plain-title-left .text-wrap {
 text-align: right;
 margin-left: 90px;
 margin-right: 0;
}

.multiblock .plain-title .text-wrap div {
 text-align: left;
 margin-left: 0;
 max-width: 365px;
 display: inline-block;
}

.multiblock .plain-title-left .text-wrap div {
 margin-left: 0;
}

.multiblock .plain-title .img-wrap {
 text-align: left;
 -webkit-box-flex: 0;
		 -ms-flex: 0 0 50%;
				 flex: 0 0 50%;
 margin-left: 0;
 margin-right: 0%;
}

.multiblock .plain-title-left .img-wrap {
 text-align: right;
 margin-left: 0%;
 margin-right: 0;
}

.multiblock .align-center .img-wrap {
 text-align: center;
}

section.testimonials {
 background: #a0c844;
 padding: 70px 0 130px;
 width: 100%;
}

.testimonial-wrap {
 margin: 0 auto;
 max-width: 1000px;
}

.testimonials img {
 margin-bottom: 40px;
}

.testimonials h4 {
 color: #fff;
 font-size: 24px;
 margin-bottom: 30px;
}

.testimonials h4:last-of-type {
 margin-bottom: 0;
}

.testimonials .quote:before {
 content: "";
 display: block;
 background: url("../images/icon-quotes.png") no-repeat center center;
 width: 77px;
 height: 62px;
 position: absolute;
 top: -35px;
 left: -15px;
 z-index: -1;
}

.testimonials .quote {
 margin: 0 auto;
 margin-bottom: 40px;
 max-width: 700px;
 position: relative;
 z-index: 2;
}

.visa p {
 margin-left: auto;
 margin-right: auto;
 max-width: 450px;
}

.visa img {
 margin: 50px auto;
 display: block;
}

section.demo {
 background: #f0f0f0;
 padding-top: 30px;
 padding-bottom: 140px;
}

section.demo-less-padding {
 padding-bottom: 30px;
}

.demo img {
 position: relative;
 top: 62px;
}

.demo-block {
 background: #fff;
 padding: 140px 50px 90px;
 margin: 0 auto;
 max-width: 1000px;
 -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
				 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.demo-block h3 {
 margin-left: auto;
 margin-right: auto;
 max-width: 500px;
}

.demo a.outline-button {
 margin: 30px 10px 0;
}

section.checkoutfeatures {
 background: #f0f0f0;
 padding: 5px;

}

section.video-wide {
 padding: 0;
 max-height: 600px;
}

section.video-embed {
 background: #f0f0f0;
 padding: 0;
}

.video-width {
 margin: 0 auto;
 width: 100%;
 max-width: 1400px;
}

.responsive-video {
 margin: 0 auto;
 width: 100%;
 position: relative;
 padding: 0 0 56.25%;
 height: 0;
}

.responsive-video iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

section.why-choose-us {
 background: #f0f0f0;
 text-align: center;
}

#homepage .why-choose-us h3:before {
 content: "1";
 color: #fff;
 font-size: 18px;
 text-align: center;
 line-height: 30px;
 background: #de6e23;
 border-radius: 50px;
 margin-right: 30px;
 margin-bottom: 50px;
 height: 30px;
 width: 30px;
 display: block;
 float: left;
}

#homepage .why-choose-us h3:nth-child(1):before {
 content: "1";
}

#homepage .why-choose-us h3:nth-child(2):before {
 content: "2";
}

#homepage .why-choose-us h3:nth-child(3):before {
 content: "3";
}

.why-choose-us-wrap .choose-2 h3:nth-child(1):before {
 content: "4";
}

.why-choose-us-wrap .choose-2 h3:nth-child(2):before {
 content: "5";
}

.why-choose-us-wrap .choose-2 h3:nth-child(3):before {
 content: "6";
}

.why-choose-us-wrap .choose-2 h3:nth-child(4):before {
 content: "7";
}

.why-choose-us-wrap {
 text-align: left;
 margin: 65px auto 0;
 max-width: 1135px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
		 -ms-flex-pack: center;
				 justify-content: center;
}

.why-choose-us-wrap .choose-1 {
 margin-right: 50px;
 -webkit-box-flex: 1;
		 -ms-flex: 1 0 40%;
				 flex: 1 0 40%;
}

.why-choose-us-wrap .choose-2 {
 margin-left: 50px;
 -webkit-box-flex: 1;
		 -ms-flex: 1 0 40%;
				 flex: 1 0 40%;
}

#homepage .why-choose-us h3 {
 margin: 0 0 50px;
}

section.reviews .video-review {
 margin-bottom: 65px;
}

.reviews .review-logo {
 margin: 30px 40px 0;
}

.review-wrap {
 margin: 0 auto 0px;
 width: 90%;
 max-width: 1400px;
}
.and-more {
  color: #5a5e66;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 70px;
  padding: 0 40px;
  margin: 50px 0 110px;
  display: inline-block;
}

.and-more-white {
  color: #fff;
}

footer a.outline-button {
  color: #fff;
  border-color: #fff;
}
a.outline-button {
  border: 2px solid #ee843d;
  color: #ee843d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  border-radius: 90px;
  padding: 0 25px;
  margin: 0 0 25px;
  display: inline-block;
  -webkit-transition: all 50ms ease-in;
  transition: all 50ms ease-in;
}

a.outline-button:hover {
  background: #ee843d;
  color: #fff;
  border-color: #ee843d;
}

a.solid-button-green {
  border: 2px solid #90b53b;
  background-color:#90b53b;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 50px;
  border-radius: 90px;
  padding: 0 25px;
  margin: 0 0 25px;
  display: inline-block;
  -webkit-transition: all 50ms ease-in;
  transition: all 50ms ease-in;
}

a.solid-button-green:hover {
  background: white;
  color: #90b53b;
  
}

a.outline-button-gray {
  color: #5a5e66;
  border-color: #5a5e66;
}

a.outline-button-gray:hover {
  background: #5a5e66;
  color: #fff;
  border-color: #5a5e66;
}

.reviews h2 {
 margin-bottom: 50px;
}

.client-logos
{
	text-align: center;
	padding: 10px 0 30px 0;
}
.client-logos img{
	width: 150px;
}

/* FILE: modules.css */
/* LENGTH: 3604 */


.module_imagecrop
{
	margin: auto;
}




.control_image .imageCropStats input
{
	width: auto;
	background-color: #888;
	font-weight: bold;
	color: #eee;
	padding: 2px;
}

.control_image .cropArea
{
	margin: 25px 0;
	text-align: center;
}

.control_image .cropArea div
{
	margin: auto;
}



.control_image table td, .control_image table th
{
	padding: 0 10px;
	vertical-align: middle;
}


.control_image table th
{
	text-align: right;
}



.control_invoices table th
{
	text-align: left;
}





.module_messaging .subject_line
{
	font-size: 1.35em;
}
.control_ajaxtabs
{

	width: 100%;

	}







/* ---- Badge control overrides - */

.donationbadgesearchdiv400 .control_sidesearch p
{
	margin: 0px;
	padding: 2px 0;
}



/*----         Donations Control -----*/

.control_donations a.anonymous
{
	color: red;
}


.control_donations table.receiptTable
{
	width: 100%;
}

.control_donations table.receiptTable caption
{
	font-style: italic;
}


.control_donations table.receiptTable th.center
{
	text-align: center;

}


.control_donations table.receiptTable th.center
{
	text-align: center;
	padding-right: 5px;

	}
.control_donations .badge_button input[type="button"]
{
	height:10px;
}


.module_admin table.invoice_summary
{
	width: 100%;
}

.module_admin table.invoice_summary td
{
	text-align: center;
}

.module_admin .results table td, .module_admin .results table th
{
	padding: 4px;
	border: 1px gray solid;
}



.module_search div.searchbg
{

    background-image: url("../images/search.png");
    background-position: 90% 90%;
    background-repeat: no-repeat;
    height: 300px;
}


div.donation_badge_billing select.card_expiration_month
{
	width: auto;
}
div.donation_badge_billing select.card_expiration_year
{
	width: auto;
}

.module_content div.block_of_text p
{
	padding: 10px 0;

}


.module_content div.block_of_text h4
{
	padding: 10px 0 5px 0;

}

 .module_siteblog #contentarea{

	color: #464646; font-family: georgia,times new roman; font-size: 23px; font-style: italic;line-height: 28px;

}



.module_content #accordion h3, .module_content .accordion h3{
	font-size:12px;
	/*font-family: 'BitterRegular';*/
	color:#378c9e;
	font-weight: normal;
	margin:0;
	text-transform:uppercase;
	padding: 0;
}

.module_profilemanager .spread-the-word .supporting, .module_dashboard .spread-the-word .supporting{
	float: left;
	width: 80px;
	margin: 2;
	padding-right: 3px;
}

.module_profilemanager .navmenu-fixed-left, .module_dashboard .navmenu-fixed-left, .module_peoplemanager .navmenu-fixed-left{
   ;
}

.module_home h1
{
	font-size: 25px;
	color:white;
	line-height: .9;
}

/*
 module_payments.task_show_donation_prompt
 */

.module_payments.task_show_donation_prompt #complete_donation_prompt_div .btn-group > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
}

.module_payments.task_show_donation_prompt #complete_donation_prompt_div{
	border-radius: 1rem;
}

.module_payments.task_show_donation_prompt #complete_donation_prompt_div .btn:focus, .module_payments.task_show_donation_prompt #complete_donation_prompt_div .btn.focus{
	/*box-shadow: 0 0 0 0.2rem rgba(145, 203, 54, 0.23);*/
	box-shadow: none;
}

.module_payments.task_show_donation_prompt #complete_donation_prompt_div .btn:hover, .premadeButton:hover{
	transform: scale(1.03);
}

.module_payments.task_show_donation_prompt .premadeDiv .rounded-pill-left_only{
	border-bottom-left-radius: 50rem;
	border-top-left-radius: 50rem;
}

/*
 module_payments.task_show_donation_prompt
 */

.module_registration.task_regflow_church .breadcrumbs li, .module_registration.task_regflow_claimpage .breadcrumbs li{
	width: 16%;
}

/* FILE: main.css */
/* LENGTH: 7331 */



body {
  background: #fff !important;
  font-family: 'Nunito', Arial, Helvetica, sans-serif !important;
  padding: 0 !important;
}

.clear {
  clear: both;
  height: 0;
  display: table;
}

.hide-desktop {
  display: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.page-wrap {
  background: #fff;
  margin: 0 auto;
  width: 100%;
}

.page-wrap .navbar {
  margin: 0 auto;
}

.page-wrap .navbar-nav {
  margin: 0 0 0 30px;
}

.page-wrap .navbar-nav li {
  margin: 0 12px;
}

.page-wrap .navbar-nav a {
  color: #5a5e66 !important;
  font-size: 14px;
  font-weight: 700;
  outline: 0;
}

.page-wrap .navbar-nav a:hover {
  color: #ee843d !important;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-request-demo-button {

  color: #ee843d !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 45px !important;
  background: transparent !important; !important;

  border: 2px solid #ee843d !important;
  border-radius: 55px !important;
  padding: 0 !important;
  margin-right: 20px !important;
  width: 125px !important;
}

.navbar-request-demo-button:hover {

  background: #ee843d !important;
  color: #fff !important;

}

.navbar-register-button {
  color: #90b53b !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 45px !important;
  background: transparent !important;
  border: 2px solid #90b53b !important;
  border-radius: 55px !important;
  margin-right: 20px !important;
  padding: 0 !important;
  width: 125px !important;
}

.navbar-register-button:hover {
  background: #90b53b !important;
  color: #fff !important;

}
.navbar-give-button {
  color: #36a1e2  !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 45px !important;
  background: transparent !important;
  border: 2px solid #36a1e2  !important;
  border-radius: 55px !important;
  margin-right: 20px !important;
  padding: 0 !important;
  width: 125px !important;
}

.navbar-give-button:hover {
  background: #36a1e2  !important;
  color: #fff !important;

}

.navbar-login-button {
  margin-right: 40px;
}

.search-icon, .account-icon {
  padding: 0px 25px 0px 25px;
  opacity: .6;
  font-size: 1.5em;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}



.search-icon:hover, .account-icon:hover {
  opacity: 1;
}

.feature-image {
  background: #000;
  max-height: 650px;
  position: relative;
  overflow: hidden;
}

.feature-image img {
  width: 100%;
}

.wistia_responsive_padding {
  opacity: 0.9;
}

.feature-overlay {
  position: absolute;
  left: 200px;
  top: 105px;
  z-index: 9;
}

div.feature-overlay-mobile {
  display: none;
}

.feature-overlay ul {
  margin: 30px 0 55px;
  padding: 0;
}

.feature-overlay li {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

a.big-button {
  background: #ee843d;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 70px;
  border-radius: 55px;
  padding: 0 40px;
  margin: 0 0 25px;
  display: inline-block;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

a.big-button:hover {
  background: #de6e23;
}

a.button-white {
  color: #5A5E66;
  background: #fff;
}

a.button-white:hover {
  color: #5A5E66;
  background: #fff;
  opacity: .8;
}

.blue-wrap .button-white {
  margin: 0 0 110px;
}

.green-wrap .button-white {
  margin: 50px 0 110px;
}

a.green-button {
  background: #a0c844;
}

a.green-button:hover {
  background: #90b639;
}





.block-nav {
  position: relative;
}

.block-nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.block-nav ul li {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 21%;
          flex: 1 0 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-nav a {
  background: #a0c844;
  border: solid #fff;
  border-top-width: 6px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 6px;
  height: 195px;
  width: 100%;
  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;
  -webkit-transition: background-color 250ms ease-in;
  transition: background-color 250ms ease-in;
}

.block-nav a:hover {
  background: #ee843d;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 45px;
  height: 240px;
  margin-top: -40px;
  bottom: 0;
}

.block-nav ul li:first-of-type a {
  border-left-width: 0;
}

.block-nav ul li:last-of-type a {
  border-right-width: 0;
}

.block-nav ul li a {
  color: #fff;
}


footer {
  background: #5a5e66;
}

.footer-wrap {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-left {
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
}

.footer-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.footer-right img {
  margin-bottom: 15px;
  display: block;
}

.flex-5 {
  margin-top: 100px;
  margin-bottom: 0;
}

.flex-6 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer li {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 5px 20px 5px 0;
  float: left;
}

.footer-menu li {
  float: none;
}

footer p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

footer a.text-white:hover {
  color: #ccc !important;
}

.footer-wrap .flex-1, .footer-wrap .flex-2, .footer-wrap .flex-3, .footer-wrap .flex-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 21%;
          flex: 1 0 21%;
}

.footer-wrap .flex-5, .footer-wrap .flex-6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}


/*.dropdown-menu {*/
/*  background: #eee;*/
/*  border: 0;*/
/*  min-width: 225px;*/
/*}*/

.dropdown-menu p {
  padding: 5px 20px;
}

.dropdown-menu a {
  padding: 5px 20px;
}

.page-wrap .navbar-nav .dropdown-menu a:hover {
  background: #334;
  color: #fff !important;
}

.dropdown-menu a:focus, .dropdown-menu a:active {
  background: transparent;
}

footer {
  padding: 70px 0 50px;
}
/*# sourceMappingURL=main.css.map */

.demo-countdown {
    padding: 20px;
    background-color: #90b53b;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4;
    border-radius: 10px;
    margin-bottom: 10px;
}

.demo-countdown > .minutes, .demo-countdown > .seconds {
    padding: 5px 15px;
    background-color: #de6e23;
    border-radius: 5px;
}

.five-star-img > img {
    width: 100%;
    max-width: 600px;
}

/* FILE: responsive.css */
/* LENGTH: 16864 */



/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .ui-dialog { width: 60% !important ;}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    /* special width for menu */
/*
    #panel-left
    {
        top: 0px;
        left: -220px;
        width: 220px;
        height: 100%;
        position: absolute;
        z-index: 888888;
        overflow: hidden;
        backface-visibility: hidden;
    }
*/
    .menu-med-show
    {
        display:none;
    }

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .navbar-fixed-top, navbar-header {
        min-height:70px ;

    }

}




/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
    .navbar-login-button,
    .navbar-register-button,
    .navbar-give-button,
    .navbar-request-demo-button{
        margin-right: 5px;
    }

    .search-icon
    {
        padding-right: 10px;
    }
    .navbar-brand img
    {
        max-width: 95%;
    }

    .navbar
    {
        min-height: 30px;;

    }
    .navbar-fixed-top, navbar-header {
        min-height:55px ;

    }
    .navbar
    {
        min-height: 55px;
    }

}
/* Medium devices (tablets, less than 992px)*/
@media only screen and (max-width : 992px) {

    nav>a.navbar-brand>img.img-responsive{
        width: 120px;
    }

  .fixed-809
  {
    width:100%;
  }
    .features-hero
    {
        background-position: center;

    }
    .remove-float-md
    {
        float:none !important;
    }
    .remove-width-md
    {
        width:100% !important;
        max-width:100% !important;
        min-width:100% !important;
    }

    .navbar.shrink {
        height: auto !important;
    }
    .navbar-brand{
        text-align: center;
    }
    .main-content
    {
        width:100%;
    }
    /*taken from the old mobilecss it was at 1200, but 992 is better */
    /* overrides for mobile */
    .mobile_validation
    {
        color:red;
        font-size:1.2em;
    }
    body {
        /*
            font-family: arial;
            font-size: 16px;
        */
    }
    table
    {
        width:100%;
    }
    .mobile_remove_inline_block
    {
        display: block;

    }
    .mobile_remove_float
    {
        float:none;
    }
    .mobile_remove_width
    {
        width:100%;
        min-width:1px;
    }
    img.mobile_remove_width
    {
        width:100%;
        min-width:1px;
    }
    .mobile_remove_padding
    {
        padding:0px;
    }
    .mobile_remove_margin
    {
        margin:0px;
    }
    .mobile_text_align_left
    {
        text-align:left;
    }
    .mobile_hide
    {
        display:none;
    }
    .mobile_unhide
    {
        display:block;

    }
    .mobile_remove_text_align
    {
        text-align:none;
    }
    .textalignright {
        text-align: left;
    }
    /*  --- overide all the inputs to make them look good on the mobile */


    input[type="text"], input[type="password"],input[type="number"],input[type="tel"],input[type="email"], input[type="radio"] + label, textbox, textarea, select
    {
        background: no-repeat scroll left top #FFFFFF;



    }
    input[type="button"], button.btn
    {


    }
    input[type="button"].donateButton
    {
        font-size:12px;
        padding-left:11px;
    }

    input[type="button"].donateCancel
    {
        font-size:12px;
        padding-left:31px;
    }
    input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus,input[type="tel"]:focus,input[type="email"]:focus, input[type="radio"] + label:focus, input[type="button"]:focus, textbox:focus, textarea:focus, select:focus
    {

        -moz-box-shadow: 0 0 5px 8px #4D8345;
        -webkit-box-shadow: 0 0 5px 8px #4D8345;
        box-shadow: 0 0 5px 8px #4D8345;

    }

    select.card_expiration_year {
        width: 95%;
    }
    select.card_expiration_month {
        width: 95%;
    }

    .right_infobox_mid {
        background: #F5F5F5;
        width:auto;
        padding:8px;
        margin-bottom: 8px;

        /* Do rounding (native in Opera, Firefox and Safari) */
        border-radius:5px;
        -moz-border-radius:1.5ex;
        -webkit-border-radius:1.5ex;

    }

    .form-comment input[type="text"], .form-comment input[type="password"]
    {
        margin:auto;
        width:auto;
    }


    .control_donations textarea
    {
        margin: 0;
        height: 40px;
        width: auto;
    }
    .control_commentboard textarea
    {
        width:95%;
    }

    .tabs .tabs-panel
    {

        border-width: 0;
        padding:0px;
    }

    .content
    {
        padding: 0 3px;
    }
    .main
    {
        background:none;
        background-color:white;
    }
    .sidebar-right
    {
        padding:0;
        margin:0;
        float:none;
        width:auto;
    }
    .modulearea
    {
        padding:0;
    }
    .center-content
    {
        padding:0;
        width:auto;
        /*overflow:hidden;*/
        float:none;
    }

    .show_donation_promt .dataentry_td
    {
        width: auto;
    }


    body
    {
        background:none;
    }
    div.block_of_text
    {
        padding:2px;
    }

    .mobile_profile_header h2
    {
        padding:5px 0 5px 30px;
        color:#fff;


    }


    .mobile_profile_header .project {


        border-top-left-radius:5px;
        border-top-right-radius:5px;
        -moz-border-radius-topleft:1.5ex;
        -moz-border-radius-topright:1.5ex;
        -webkit-border-top-left-radius:1.5ex;
        -webkit-border-top-right-radius:1.5ex;
        background:#378c9e url(../images/project-icon.png) no-repeat;
    }
    .mobile_profile_header .organization {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        -moz-border-radius-topleft:1.5ex;
        -moz-border-radius-topright:1.5ex;
        -webkit-border-top-left-radius:1.5ex;
        -webkit-border-top-right-radius:1.5ex;
        background:#ff9c00 url(../images/organization-icon.png) no-repeat ;
    }
    .mobile_profile_header .person {

        border-top-left-radius:5px;
        border-top-right-radius:5px;
        -moz-border-radius-topleft:1.5ex;
        -moz-border-radius-topright:1.5ex;
        -webkit-border-top-left-radius:1.5ex;
        -webkit-border-top-right-radius:1.5ex;

        background:#649a5c url(../images/person-icon.png) no-repeat;
    }
    .mobile_profile_header .missionary {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        -moz-border-radius-topleft:1.5ex;
        -moz-border-radius-topright:1.5ex;
        -webkit-border-top-left-radius:1.5ex;
        -webkit-border-top-right-radius:1.5ex;
        background:#b12c2c url(../images/missionary-icon.png) no-repeat ;
    }
    .mobile_profile_header .givingpage {
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        -moz-border-radius-topleft:1.5ex;
        -moz-border-radius-topright:1.5ex;
        -webkit-border-top-left-radius:1.5ex;
        -webkit-border-top-right-radius:1.5ex;
        background:#723c94 url(../images/givingpage-icon.png) no-repeat;
    }
    .ui-accordion .ui-accordion-content
    {
        padding:0px;
    }
    .module_content #contentarea{
        padding: 2px;
    }

    .donatenowdiv
    {
        color:white;
        width:95%;
        padding:10px 0px 10px 0px;
        margin:auto;
        -moz-border-radius: 5px;
        border-radius: 5px;

        font-size:22px;
        font-weight:bold;
        text-align:center;

        background-image: linear-gradient(bottom, rgb(255,30,0) 33%, rgb(255,166,166) 93%);
        background-image: -o-linear-gradient(bottom, rgb(255,30,0) 33%, rgb(255,166,166) 93%);
        background-image: -moz-linear-gradient(bottom, rgb(255,30,0) 33%, rgb(255,166,166) 93%);
        background-image: -webkit-linear-gradient(bottom, rgb(255,30,0) 33%, rgb(255,166,166) 93%);
        background-image: -ms-linear-gradient(bottom, rgb(255,30,0) 33%, rgb(255,166,166) 93%);

    }
    .scocialbar
    {

        padding:4px 2px;
        background-color:black;
        text-align:center;
        background-image: linear-gradient(bottom, rgb(0,0,0) 8%, rgb(122,118,122) 100%);
        background-image: -o-linear-gradient(bottom, rgb(0,0,0) 8%, rgb(122,118,122) 100%);
        background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 8%, rgb(122,118,122) 100%);
        background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 8%, rgb(122,118,122) 100%);
        background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 8%, rgb(122,118,122) 100%);
    }

    .profileshare
    {
        text-align:center;
        padding-bottom: 0px;
        width: auto;
        background: none;

    }

    .landingpagecontent
    {
        padding: 10px;
    }
    .landingheader
    {

        font-size: 1.5em; padding: 0px ;
    }
    .landingheadersub
    {
        padding: 10px 0px 0px 0px; font-size: 1.1em;
    }
    .landingmainpointstable td
    {
        padding: 0px;
    }
    .landingstartsmall
    {
        font-size:.9em;
        padding:10px;
        text-align: center;
        float:none;
        width:85%;
        position: fixed;
        bottom: 37px;


    }
    .kiosk_shop .dataentry_td {
        width: 100%;
    }
    .kiosk_shop .dataentry_th{
        width: 100%;
    }

    a.landingstartlarge
    {

        font-size:1.1em;padding:10px;cursor:pointer;
        /* Do rounding (native in Opera, Firefox and Safari) */
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #f7bb34;
        box-shadow: 5px 5px 2px #888888;

    }



    #simplemodal-container {width:88%; padding:10px; height:75%; padding-bottom:10px; }

    /* --- youtube --- */

    .video-content {
        position: relative!important;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
    }

    .video-content iframe,
    .video-content object,
    .video-content embed {
        position: absolute!important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video {
        width: 100%;
        height: auto;
        background-color: #dddddd;
        border: 1px solid #c7c7c7;
        float: left;
        margin-left: 0px;
        padding: 20px 0 0 18px;
    }
    /* --- end youtube ---*/

    .testamony_box
    {
        padding: 10px 0px 0px 10px;
        border-bottom: 2px solid grey;
        background: None;

    }

    /* kiosk css overrides */
    .kiosk_sign_in_button
    {
        width:100%;
        min-width:0px;


    }
    .kiosk_give_as_guest_button
    {
        width:100%;
        min-width:0px;

    }
    .kiosk_sub_choice_button
    {
        width:100%;
        min-width:0px;
    }
    .kiosk_show_donation_promt
    {
        width:100%;
        min-width:0px;

    }
    /* end kiosk overrides */

    .navbar-fixed-top, .navbar-fixed-bottom {
        min-width:135px ;

    }
    .body
    {
        min-width:138px ;
    }
    .body, footer
    {
        min-width:135px ;
    }
    .body-area
    {
        min-width:135px !important;
    }



    .navbar
    {
        margin:0px;
    }
    /* end taken from the old mobile css */

}

/* Small devices (landscape phones, less than 768px)*/

@media (max-width: 767px) {
    #logo-img.shrink {
        width:150px;
    }
    #logo-img
    {
        width:150px;
    }
    .remove-float-sm
    {
        float:none !important;
    }
    .remove-width-sm
    {
        width:100% !important;
        max-width:100% !important;
        min-width:100% !important;
    }

    .navbar.fixed-top
    {
        position: relative;
        top: auto;
    }
    body
    {
        padding:0;
    }

    .navbar-fixed-top, .navbar-header {
        position: relative;

    }
	.main-section{
		margin-top: 0px;
	}

    .donation-refund{

        float: left;

    }


    .navbar
    {
        margin:0px;
    }
    .takeactionhoverbar    {

        top:0px;

        padding: 5px;

    }


}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

	.main-section{
		margin-top: 0px;
	}

  .btn-group{
      width: 100%;
      display: inline-block;
  }

  .btn-group>.btn, .btn-group>label{
      width: 100%;
      float: left;
  }
    .remove-float-xs
    {
        float:none !important;
    }
    .remove-width-xs
    {
        width:100% !important;
        max-width:100% !important;
        min-width:100% !important;
    }

    .landing-button-parent
    {
        width:100%
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

    .ui-dialog { width: 90% !important ;}
    .body, footer
    {
        min-width:205px;
    }
    body
    {
        padding: 70px 0;
    }


}
@media (min-width: 768px) and (max-width: 1199px) {


    .takeactionhoverbar    {
        padding: 5px;

    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
}


/*----Step by Step registration------*/
ul.cf{
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.cf {
    &:before, &:after { content: ' '; display: table; }
    &:after { clear: both; }
}

.inner{
    width: 100%;
    display: table;
}

.breadcrumbs {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
}

.breadcrumbs ul {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.breadcrumbs a {
    position: relative;
    display: block;
    padding: 20px;
    padding-right: 0 !important; /* important overrides media queries */
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #aaa;
    cursor: pointer;
}

.breadcrumbs a:hover {
    background: #eee;
}

.breadcrumbs a.active {
    color: #777;
    background-color: #fafafa;
}

.breadcrumbs a span:first-child {
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 1px;
    margin-right: 5px;
    border: 2px solid #aaa;
    border-radius: 50%;
    background-color: #fff;
}

.breadcrumbs a.active span:first-child {
    color: #fff;
    border-color: #777;
    background-color: #777;
}

.breadcrumbs a:before,
.breadcrumbs a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 16px solid transparent;
}

.breadcrumbs a:before {
    margin-left: 1px;
    border-left-color: #d5d5d5;
}

.breadcrumbs a:after {
    border-left-color: #f5f5f5;
}

.breadcrumbs a:hover:after {
    border-left-color: #eee;
}

.breadcrumbs a.active:after {
    border-left-color: #fafafa;
}

.breadcrumbs li:last-child a:before,
.breadcrumbs li:last-child a:after {
    display: none;
}

@media (max-width: 1023px){
    .breadcrumbs li a span:last-child {
        display: none;
    }
}

@media (max-width: 720px) {
    .breadcrumbs a {
        padding: 15px;
    }
    .breadcrumbs a:before,
    .breadcrumbs a:after {
        border-top-width: 26px;
        border-bottom-width: 26px;
        border-left-width: 13px;
    }
}

@media (max-width: 620px) {
    .breadcrumbs a {
        padding: 10px;
        font-size: 12px;
    }
    .breadcrumbs a:before,
    .breadcrumbs a:after {
        border-top-width: 22px;
        border-bottom-width: 22px;
        border-left-width: 11px;
    }
}

@media (max-width: 520px) {
    .breadcrumbs li a span:first-child {
        display: block;
        margin: 0 auto;
    }
    .breadcrumbs li a span:last-child {
        display: none;
    }


}
/*XS screens*/
@media (max-width: 380px) {

}

