
/*
.bg-header {
    background-color: #C0D9AF;
    border-top: 1px solid #688C59;
    border-bottom: 1px solid #688C59;
}
.bg-lichen {
	background-color: #C0D9AF;
	border-color: #C0D9AF;
}
.bg-mist-green {
	background-color: #BCED91;
	border-color: #BCED91;
}
.bg-mint-green {
	background-color: #C5E3BF;
	border-color: #C5E3BF;
}
body {
  font-family: Arial, Helvetica, sans-serif !important;
}
*/

@font-face {
    font-family: Eagle-Book;
    src: url("../fonts/eagle-book.otf");
}
@font-face {
    font-family: Gloss-Bloom;
    src: url("../fonts/Gloss_And_Bloom.ttf");
}

h1, h2, h3 {
  font-family: Eagle-Book !important;
  color: #252525;
  margin-top: 0;
  margin-bottom: 0px;
}

p {
	font-size: 14px;
}

#signup-bg-image {
	background-image: url("../../img/forms/woods.jpg");
	width: 100%;
	height: 100%;
  	background-position: top;
  	background-repeat: no-repeat;
  	background-size: cover;
}
#login-bg-image {
	background-image: url("../../img/forms/barn-large.jpg");
	width: 100%;
	height: auto;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

#payment-summary-modal .modal-dialog {
	width: 80% !important;
}
#payment-summary-modal .modal-header {
	background: #96C93C;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
#payment-summary-modal .modal-header h4 {
	color: #fff;
}
#payment-summary-modal .modal-body p {
	color: #000;
	font-size: 16px;
	line-height: 140%;
}

#notification-dialog > .modal-dialog > .modal-content > .modal-header {
	color: #fff !important;
	background: #698F44 !important;
	text-align: center !important;
}
#notification-dialog > .modal-dialog > .modal-content > .modal-header h4 {
	color: #fff !important;
	font-size: 1.5em;
	text-align: center !important;
}
#notification-dialog > .modal-dialog > .modal-content > .modal-body h4 {
	color: #698F44 !important;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center !important;
	line-height: 1.3;
	margin-bottom: 15px;
}

#campaign-progress-dialog > .modal-dialog {
	border: 3px solid #96C93C;
	border-radius: 0.5rem;
}
#campaign-progress-dialog > .modal-dialog > .modal-content > .modal-header {
	color: #fff !important;
	background: #698F44 !important;
}
#campaign-progress-dialog > .modal-dialog > .modal-content > .modal-header h4 {
	color: #fff !important;
}

.card p {
	font-size: 13px;
}
.index-banner {
	font-family: Eagle-Book !important;
}
.team-building {
	font-family: Gloss-Bloom !important;
}

.team-building-border-purple, .team-building-border-blue, .team-building-border-light-green, .team-building-border-dark-green {
	margin-top: -22px !important;
	width: 200px;
}
.team-building-border-purple  {
	border-bottom: 7px solid #3757A6;
}
.team-building-border-blue  {
	border-bottom: 7px solid #00ACED;
}
.team-building-border-light-green  {
	border-bottom: 7px solid #96C93C;
}
.team-building-border-dark-green  {
	border-bottom: 7px solid #698F44;
}


.panel-default > .panel-wm {
	color: #fff !important;
	background: #99CE69 !important;
}
.panel-default > .panel-wm-green {
	color: #fff;
	background: #698F44;
}
.bg-header {
	background-color: #99CE69;
	border-top: 1px solid #698F44;
	border-bottom: 1px solid #698F44;
}
.whiteSection, .mainContent {
	padding-top: 50px;
}

.title-text {
	color: #698F44 !important;
}
.title-text a {
	color: #698F44 !important;
}
.title-text a:hover {
	color: #96C93C !important;
	text-decoration: none !important;
}


.text-purple {
	color: #3757A6;
}
.text-white {
	color: #fff;
}
.text-blue {
	color: #00ACED;
}
.text-yellow {
	color: #FDD90C;
}
.text-light-green {
	color: #96C93C;
}
.text-dark-green {
	color: #698F44;
}
.text-woldumar-grey {
	color: #888379;
}
.text-red {
	color: #f00;
}
.text-dark-red {
	color: #B81324;
}
.bg-purple {
	background-color: #3757A6;
	border-color: #3757A6;
}
.bg-blue {
	background-color: #00ACED;
	border-color: #00ACED;
}
.bg-yellow {
	background-color: #FDD90C;
	border-color: #FDD90C;
}
.bg-light-green {
	background-color: #96C93C;
	border-color: #96C93C;
}
.bg-dark-green {
	background-color: #698F44;
	border-color: #698F44;
}
.bg-woldumar-grey {
	background-color: #888379;
	border-color: #888379;
}
.bg-dark-red {
	background-color: #B81324;
	border-color: #B81324;
}
.border-purple {
	margin: 0;
	padding: 0;
	border: 1px solid #3757A6 !important;
}
.btn-light-green {
	color: #fff;
	background-color: #96C93C;
	border: 1px solid #fff;
}
.btn-light-green:hover {
	color: #fff;
	background-color: #698F44;
	border: 1px solid #96C93C;
}
.btn-dark-green {
	color: #fff;
	background-color: #698F44;
	border: 1px solid #fff;
}
.btn-dark-green:hover {
	color: #fff;
	background-color: #96C93C;
	border: 1px solid #698F44;
}

.btn-center {
	display: block;
	margin: 0 auto;
}

/* Member navbar link */
.navbar-default .navbar-collapse li.member a {
	color: #8C1717;
	text-transform: none;
}
/*
.navbar-default .navbar-collapse li.member a:hover {
	color: #C20027 !important;
	text-decoration: none;
}
*/

.bold {
	font-weight: bold;
}
.bold-black {
	color: #000;
	font-weight: bold;
}
.bold-red {
	color: #a00;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}

.show {
	display: block;
}
.hide {
	display: none;
}
/*
.paypal-donate-now-button-desktop, .paypal-donate-now-button-index-desktop {
	width: 100px;
	height: auto;
	margin-left: 30px;
	float: right;
}
.paypal-donate-now-button-index-desktop {
	float: left !important;
}
*/
.neon-one-donate-button-desktop, .neon-one-donate-button-index-desktop {
	width: 100px;
	height: auto;
	margin-left: 30px;
	float: right;
}
.neon-one-donate-button-index-desktop {
	float: left !important;
}

/* Home page */
.page-head {
	padding: 10px 0;
	height: 100%;
}
.page-head-address, .page-head-mission {
    display: inline-block;
    padding: 0;
    margin-top: 20px;
}
.page-head-address h6, .page-head-mission h6 {
	color: #698F44;
	font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 145%;
}
.page-head-mission {
    margin-top: 30px;
}
.page-head-mission h6 {
    font-size: 20px;
    text-align: center;
}
.page-head-address {
	margin-right: 20px;
    float: right;
}



/*
.page-head-social {
	margin: 15px 20px 0 15px;
}
.btn-social-head {
	width: 20px !important;
	height: 20px !important;
	padding: 0;
    margin: 0;
    line-height: 130%;
}
*/



.index-menu-social {
	margin: 15px 20px 0 15px;
}
.btn-social-menu {
	width: 20px !important;
	height: 20px !important;
    text-align: center !important;
    line-height: 130% !important;
}


/* Inner page */
.navbar-main {
	padding: 10px 0;
	height: 100%;
}
.nav-category .dropdown-menu-sub li a {
    padding-left: 30px;
}

.pageHeader .page-title h2 {
	color: #fff !important;
	text-shadow: 2px 0 #698F44, 0 2px #698F44, 2px 0 #698F44, 0 2px #698F44;
	text-transform: none !important;
	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
  	margin-left: 20px !important;
}
.paypal-image {
	margin: 25px 0 0 10px;
}

/* Inner page menu */
.navbar-default .navbar-collapse li.dropdown .dropdown-menu {
	background-color: #fff;
    border: 1px solid #698F44;
    border-radius: .25rem;
}
.dropdown-menu {
    border: 1px solid #698F44;
    border-radius: .25rem;
}

.media-body {
    text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
}
a.btn-fade:hover {
	color: #fff;
	opacity: 0.7;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.page-header h3 {
	color: #698F44 !important;
}
h3.section-head {
	color: #698F44 !important;
	font-size: 22px !important;
	margin-bottom: 20px !important;
}
h3.blog-section {
	color: #797979;
	font-size: 18px !important;
	margin: 0;
}
h3.blog-post-title {
	color: #698F44 !important;
}
h3.blog-post-title a {
	color: #698F44 !important;
}
h4.available-dates {
	color: #698F44 !important;
	font-size: 14px !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 5px !important;
}
h4.update-error {
	color: #d00;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 10px 0;
	background: rgba(255,255,255, 0.5);
}
h4.update-error a {
	color: #3757A6;
}
h4.update-error a:hover {
	text-decoration: underline !important;
}
h4.update-success {
	color: #698F44;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 10px 0;
	background: rgba(255,255,255, 0.5);
}
h4.lookup-message {
	color: #698F44;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 10px 20px;
	border: 1px solid #698F44;
	background: rgba(255,255,255, 0.8);
}
h4.lookup-message a {
	color: #3757A6;
}
h4.lookup-message a:hover {
	text-decoration: underline !important;
}
h6.event-date {
	color: #698F44 !important;
	font-weight: bold;
}
#wedding-date-container {
	height: 200px;
	text-align: center !important;
	overflow-y: scroll;
}
#wedding-dates {
	padding: 0 !important;
	margin: 0 auto;
}
.wedding-year {
	border-bottom: 1px solid #698F44;
}
.wedding-month {
	font-style: italic;
}


p.available-dates {
	font-size: 12px !important;
	text-align: center !important;
	margin: 10px 0 0 0 !important;
}


ol.blog-section {
    color: #797979;
    font-size: 14px;
    line-height: 22px;
	margin-left: 25px;
}
ol.blog-section li {
	line-height: 180%;
}

li.listHeading {
	color: #698F44 !important;
	font-size: 13px !important;
	text-decoration: underline !important;
}

.blog-text-sm {
	font-size: 90% !important;
}
.blog-img-sm img {
	max-width: 70px;
	max-height: 70px;
	overflow: hidden;
}
.blog-img-sm img:hover {
	opacity: 0.7;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.index-panel-event-date, .index-panel-blog-date {
	font-size: 12px !important;
	padding: 0;
}	
.index-panel-event-date {
	margin: -10px 0 0 0;
}
.index-panel-blog-date {
	margin: -10px 0 10px 0;
}


/* Inner page images */
img.image-visit {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 2px 0;
}
.image-no-border {
	width: 100%;
	height: auto;
	border: none;
	padding: 0;
	margin: 0;
}
.image-left-no-border {
	width: 100%;
	height: auto;
	border: none;
	padding: 0;
	margin: 5px 10px 5px 0;
	float: left;
}
.image-right-no-border {
	width: 100%;
	height: auto;
	border: none;
	padding-left: 15px;
	margin: 5px 0 5px 10px;
	float: right;
}
.image-center {
	border: 1px solid #698F44;
	padding: 0;
	margin: 5px 0 5px 0;
}
.image-left-tall {
	max-width: 350px;
	height: auto;
	border: 1px solid #698F44;
	margin: 5px 20px 5px 0;
	float: left;
}
.image-right-tall {
	max-width: 350px;
	height: auto;
	border: 1px solid #698F44;
	margin: 5px 0 5px 20px;
	float: right;
}
.image-left-wide {
	max-width: 400px;
	height: auto;
	border: 1px solid #698F44;
	margin: 5px 20px 5px 0;
	float: left;
}
.image-right-wide {
	max-width: 400px;
	height: auto;
	border: 1px solid #698F44;
	margin: 5px 0 5px 20px;
	float: right;
}
img.image-200 {
	max-width: 200px !important;
	width: 200px;
	height: auto;
	padding: 2px;
	margin-bottom: 2px;
}
img.image-250 {
	max-width: 250px !important;
	width: 250px;
	height: auto;
	padding: 2px;
	margin-bottom: 2px;
}
img.image-270 {
	max-width: 270px !important;
	width: 270px;
	height: auto;
	padding: 2px;
	margin-bottom: 2px;
}
img.image-300 {
	max-width: 300 !important;
	width: 300px;
	height: auto;
	padding: 2px;
	margin-bottom: 2px;
}
img.image-350 {
	max-width: 350px !important;
	width: 350px;
	height: auto;
	padding: 2px;
	margin-bottom: 2px;
}
img.image-400 {
	max-width: 400px !important;
	width: 400px;
	height: auto;
	padding: 2px;
	margin-bottom: 2px;
}
img.image-450 {
	max-width: 450px !important;
	width: 450px !important;
	height: auto;
	padding: 2px;
	margin-bottom: 2px;
}
img.image-500 {
	max-width: 500px !important;
	width: 500px !important;
	height: auto;
	padding: 2px;
	margin-bottom: 2px;
}
img.image-550 {
	max-width: 550px !important;
	width: 550px !important;
	height: auto;
	padding: 2px;
	margin-bottom: 2px;
}
img.image-700 {
	max-width: 700px !important;
	width: 700px !important;
	height: auto;
	padding: 2px;
	margin-bottom: 2px;
}
img.wedding-wire {
	max-width: 200px !important;
	width: 200px;
	height: auto;
	border: none;
	margin: 5px 20px 5px 0;
	float: left;
}
img.wedsafe {
	max-width: 550px !important;
	width: 550px;
	height: auto;
	border: none;
	margin: 5px 20px 5px 0;
	float: left;
}
img.banner {
	max-width: 1000px !important;
	width: 1000px;
	height: auto;
	border: none;
	margin: 5px 0 10px 0;
}
.image-caption {
	color: #698F44;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.image-caption-left {
	color: #698F44;
	font-size: 12px;
	text-align: center;
	margin: 0 15px 10px 0;
}
.image-caption-right {
	color: #698F44;
	font-size: 12px;
	text-align: center;
	margin: 0 0 10px 15px;
}
/*
.image-right-no-border {
	border: none;
	margin: 5px 0 0 20px;
}
*/

button.display-button, button.center-button {
	display: inline-block;
    height: 40px;
    color: #698F44;
    background-color: #fff;
    border: 3px solid #698F44;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    line-height: 36px;
    padding: 0 10px;
}
button.center-button {
	margin-bottom: 20px;
    height: auto;
    color: #698F44;
    font-size: 22px;
    line-height: 130%;
    padding: 5px 15px;
}
button.display-button:hover, button.center-button:hover {
	color: #fff;
    border-color: #fff;
    background-color: #698F44;
    text-decoration: none !important;
}

.blogPage .thumbnail img {
    margin-bottom: 50px;
    max-width: 100%;
}

span.read-more {
	margin: 0 10px;
	font-style: italic;
	float: right;
}

/* Staff page */
.productListSingle .media .media-left {
    display: inline-block;
    float: left !important;
    width: 270px;
    height: auto;
    margin-right: 20px;
    padding: 3px;
    border: 1px solid #ccc;
}
.staff-body {
	color: #454545;
}
h4.staff-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}
h6.staff-role {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}
h6.staff-email a {
	color: #698F44;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}
h6.staff-email a:hover {
	text-decoration: underline !important;
}
p.staff-bio {
	color: #454545;
    font-size: 1rem;
    font-weight: 500;
    line-height: 130%;
    white-space: normal;
    margin-top: 5px;
}
/* End Staff page */

/* mid-michigan-cisma page */
h4.cisma-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
h4.cisma-name span {
    font-size: 1.0rem;
    font-weight: 600;
}
h6.cisma-text {
	color: #454545;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    line-height: 120%;
    margin-bottom: 10px;
}
p.cisma-text {
	color: #454545;
    font-size: 1rem;
    font-weight: 500;
    line-height: 130%;
    margin-top: 5px;
}
p.cisma-text a {
	color: #698F44 !important;
    font-size: 1rem;
    font-weight: normal;
    line-height: 130%;
    float: right;
}
.cisma-text-border {
	border: 1px solid #dedede;
	border-radius: 0.5rem;
	padding: 15px;
}
/* end mid-michigan-cisma page */

/*
.innerPageContent .main-text {
	font-size: 16px !important;
	line-height: 140%;
}
*/
/*
body {
	font-size: 16px !important;
	line-height: 140% !important;
}

.innerPageContent p {
	font-size: 16px !important;
	line-height: 140% !important;
}
*/
.innerPageContent p.bold {
	color: #656565;
}

.innerPageContent h6.lead {
    color: #252525;
    font-size: 16px !important;
    font-weight: bold;
}
.innerPageContent span.lead {
    color: #565656;
    font-size: 110%;
    font-weight: bold;
    margin: 0;
}
.singleBlog ol {
	margin-left: 20px;
	line-height: 180%;
	list-style-position: outside !important;
}
.singleBlog {
	color: #333;
	line-height: 170%;
}
.singleBlog b {
	color: #454545;
}

.snote-text, .snote-text p, .snote-text span {
	font-size: 1rem !important;
	line-height: 145%;
}
.snote-text div {
	margin: 10px 0;
}
.snote-text ul {
	text-indent: -10px;
	margin: 0 0 20px 10px;
}
.snote-text ul li {
	color: #565656;
	margin: 0 0 5px 20px;
	line-height: 160%;
    list-style-position: outside !important;
}
.snote-text ul li:before {
	content: "";
    width: 8px;
    height: 8px;
    position: relative;
    left: -10px;
    top: -1px;
    background: #96C93C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}

.innerPageContent ul.page-list li {
	color: #565656;
	line-height: 170%;
    list-style-position: outside !important;
}
.innerPageContent ul.board-list li {
	color: #252525;
	line-height: 170%;
    list-style-position: outside !important;
}

.innerPageContent a {
    color: #0645AD !important;
}
.innerPageContent a:visited {
    color: #800080 !important;
}
.innerPageContent a:hover {
    color: #00f !important;
    text-decoration: underline !important;
}

.innerPageContent .lists li a {
    color: #0645AD !important;
}
.innerPageContent .lists li a:visited {
    color: #800080 !important;
}
.innerPageContent .lists li a:hover {
    color: #00f !important;
	text-decoration: underline !important;
}
.innerPageContent .staff-image img {
	width: 270px;
	height: auto;
	padding: 0;
	margin: 10px 0 10px 0;
}
.innerPageContent .staff-image {
    border: none;
    border-radius: 0;
    padding: 0;
}
.innerPageContent .staff-contact {
	margin-bottom: 25px !important;
}
.innerPageContent .staff-contact img {
	width: 250px;
	height: auto;
	padding: 0;
	margin: 0 10px 10px 0 !important;
	float: left !important;
}

.innerPageContent .pdf-image img {
	padding: 0;
	margin: 10px 0 10px 0;
}
.innerPageContent .pdf-small {
	margin-bottom: 25px !important;
}
.innerPageContent .pdf-small img {
	width: 150px !important;
	height: auto;
	padding: 0;
	margin: 0 10px 10px 0 !important;
	float: left !important;
}
.innerPageContent .pdf-small h5 {
	color: #698F44;
}
.innerPageContent .pdf-small a:hover {
	text-decoration: none !important;
}
.innerPageContent .pdf-description {
	margin: 0 0 20px 20px;
}

.innerPageContent .btn-social i {
	color: #fff !important;
}
.innerPageContent .card-accordion .card-header a {
	color: #252525 !important;
	text-decoration: none !important;
}

.innerPageContent .table-studies th, .innerPageContent .table-studies td {
	font-size: 13px;
	text-align: center;
}
.innerPageContent .table-studies th.description {
	text-align: left;
	padding-left:  25px;
}

h6.employment-opportunities {
	font-size: 1.1rem;
	margin: 0;
}
p.employment-opportunities {
	margin: 10px 0;
}

ul.page-list, ul.board-list {
	text-indent: -10px; 
	margin-left: 10px;
}
ul.padded-list li { 
	margin: 10px 0;
}
ul.inner-list li {
	list-style-type: none !important;
	margin: 0 0 0 10px;
}
ul.inner-list li:before {
    display: none;
}
ul.inner-list li:first-child {
	margin-top: 5px;
}

input.form-control {
    color: #fff;
    background: rgba(0,0,0, 0.3);
    font-size: 15px;
    padding: 7px 10px;
    border: 1px solid #C0D9AF !important;
}
input.form-control:active {
	color: #fff;
    background: rgba(0,0,0, 0.3);
}
input.form-control:focus {
	color: #fff;
    background: rgba(0,0,0, 0.3);
}
	
textarea.form-control {
	color: #698F44;
    background-color: #fdfdfd !important;
    font-size: 15px;
    border: 1px solid #C0D9AF !important;
}
select.form-control {
    color: #fff;
    background: rgba(0,0,0, 0.3);
    padding: 10px;
    border: 1px solid #C0D9AF !important;
}
select.form-control:active {
    color: #fff;
    background: rgba(0,0,0, 0.3);
    border: 1px solid #C0D9AF !important;
}
select.form-control:focus {
    color: #fff;
    background: rgba(0,0,0, 0.3);
    border: 1px solid #C0D9AF !important;
}





input.form-control-white {
    color: #000;
    font-size: 17px;
    background: #fff;
    border: 1px solid #aaa !important;
}
input.form-control-white:active {
	color: #333;
	font-size: 17px;
    background: #fff;
    border: 1px solid #aaa !important;
}
input.form-control-white:focus {
	color: #333;
	font-size: 17px;
    background: #fff;
    border: 1px solid #aaa !important;
}
textarea.form-control-white {
	color: #333;
    background-color: #fff !important;
    font-size: 17px;
    border: 1px solid #aaa !important;
    margin-bottom: 5px;
}

.textarea-chars {
	font-size: 14px;
	float: right;
}


td.form-blue-link a, td.form-blue-link a:hover, td.form-blue-link a:visited {
	color: #0645AD !important;
}
td.form-black-link a, td.form-black-link a:hover, td.form-black-link a:visited {
	color: #000 !important;
}
td.form-blue-link a:hover, td.form-black-link a:hover {
	text-decoration: none !important;
}


/* Mailchimp */
#mc_embed_signup{
	background: #fff;
	clear: left;
	font: 14px Helvetica,Arial,sans-serif;}
/* Mailchimp form override */
#mc_embed_signup {
	width: 100% !important;
}
#mc_embed_signup .mc-field-group {
	width: 100%;
}
#mc_embed_signup h2 {
	margin-bottom: 0;
}
#mc_embed_signup .indicates-required {
	margin: -20px 15px 20px 0;
}
#mc_embed_signup .button {
    clear: both;
    color: #fff;
    background-color: #698F44;
    font-size: 18px;
    width: 100%;
    height: 36px;
    /*
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: fit-content;
    width: -moz-fit-content;
    
    
    */
}
#mc_embed_signup .button:hover {
	background-color: #96C93C;
}
#mc_embed_signup div.response {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 140%;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    top: -1.5em;
    z-index: 1;
}
/* End Mailchimp form override */












.form-check-label {
    padding-left: 0px;
    margin-bottom: 15px;
    margin-right: 10px;
    cursor: default;
}
.signup-container p, .form-check p {
	line-height: 1.4;
}

.signup-container {
	color: #fff;
	border: 1px solid #fff;
	padding: 25px;
	background: rgba(0,0,0, 0.4);
}
.signup-container p {
	font-size: 15px;
}
.signup-container p, .signup-container label {
	color: #fff;
}
.signup-container h4 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}
.signup-container ul li {
	font-size: 15px;
	padding: 1px 0;
	margin-left: 0;
	list-style-type: disc !important;
	list-style-position: inside;
}
.signup-container hr {
	background-color: #aaa;
}
#signup-form::placeholder {
	color: #fff;
	opacity: 1; /* Firefox */
}
.signup-login-error {
	color: #fff;
    background-color: #800000;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #fff;
}

.login-container {
	color: #fff;
	border: 1px solid #fff;
	padding: 25px;
	background: rgba(0,0,0, 0.4);
}
.login-container p, .login-container label {
	color: #fff;
}
.login-container h6 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 20px 0;
}
.login-container .btn-link {
	color: #dedede;
}
.login-container .alert-login {
	color: #fff;
    background-color: #800000;
    border-color: #fff;
}
.login-container input.form-control {
	margin-bottom: 10px;
}

.account-area {
	margin: 0 30px;
}
.account-area h1 {
	color: #698F44;
	font-size: 24px;
	margin-bottom: 10px;
}
.account-area p {
	font-size: 15px;
	line-height: 1.6;
}
.account-area .card-header {
	color: #fff;
	background-color: #698F44;
	font-size: 16px;
}
.account-area h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
.account-area h4 span.lead {
	color: #698F44;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
}
.account-area h6 {
	margin: 0;
	line-height: 150%;
}
.account-area a {
	color: #698F44 !important;
}
.account-area a.form-link-right {
	color: #698F44 !important;
	font-size: 15px;
	margin-top: 10px;
	text-align: right;
	float: right;
}
.account-area a.print {
	color: #698F44 !important;
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: none;
}
.account-area a:hover {
	color: #698F44 !important;
	text-decoration: underline !important;
}
.account-area a:active, .account-area a:after, .account-area a:focus, .account-area a:visited {
	color: #698F44 !important;
}
.account-area input {
	color: #000;
	background-color: #fff;
}
.account-area input:focus {
	color: #000;
	background-color: #fff;
}
.account-area select.form-control {
    color: #000;
    background-color: #fff;
}

h4.contact-name {
	font-size: 17px;
	margin-bottom: 5px;
}
p.contact-email {
	font-size: 16px;
}
p.contact-role {
	font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
}
p.thank-you {
	color: #797979;
	font-size: 15px;
	line-height: 30px;
}
p.thank-you a {
	color: #0645ad;
}
p.thank-you a:hover {
	color: #0645ad;
	text-decoration: underline !important;
}

table.giving-society-table th, table.giving-society-table td {
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}
table.giving-society-table td {
	padding: 5px 0;
}
table.giving-society-table img {
	width: 50px;
	max-width: 50px;
}

/* Google maps
---------------------------------- */
#map-canvas {
	width: 100%;
	height: 400px;
}
/* Google maps
---------------------------------- */


.text-hidden {
	display: none;
}

.text-center, .text-center a {
	text-align: center !important;
}

a.text-link {
	color: #0645AD !important;
}
a.text-link-underline {
	color: #0645AD !important;
	text-decoration: underline !important;
}
a.text-link:visited {
	color: #800080 !important;
}
a.text-link:hover {
	color: #00f !important;
	text-decoration: underline !important;
}

.text-display-link {
	margin-top: 10px !important;
	padding-top: 10px !important;
}
.text-display-link a {
	color: #0645AD !important;
}
.text-display-link a:visited {
	color: #551A8B !important;
}
.text-display-link a:hover {
	color: #0645AD !important;
}

.blog-post-body {
	font-size: 16px !important;
}
.blog-post-body a {
	color: #0645AD !important;
}
.blog-post-body a:hover {
	text-decoration: underline !important;
}
.blog-post-body a:visited {
	color: #663366 !important;
}

.singleBlog .blog-post-body img {
	margin: 0 10px;
	padding: 0;
}
.blogPage .thumbnail .caption p {
    font-size: 16px;
    color: #333;
    line-height: 22px;
}
.blogPage .thumbnail .caption .list-inline li a:hover {
	opacity: 0.6;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.sideBar .input-group {
    height: 30px;
    overflow: hidden;
    padding: 0 !important;
    
}
.sideBar .input-group input {
	width: 100% !important;
	height: auto !important;
}

.btn-blog-search, .btn-blog-reset {
	margin: 0 !important;
	padding: 0 10px !important;
}

.btn-blog-search {
	background-color: #96C93C !important;
}
.btn-blog-reset {
	background-color: #FDD90C !important;
}
.pagination-center {
	display: block;
	margin: 0 auto;
    width: 15%;
}

.footer p {
    color: #acacac;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 30px;
}
.footer img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.footerLink > ul > li > a:hover {
	color: #fff !important;
}
p.footer-link a {
	color: #698F44 !important;
}
p.footer-link a:hover {
	color: #96C93C !important;
}
p.footer-link-center {
	text-align: center;
}
button.footer-link {
	color: #698F44 !important;
	font-size: 13px !important;
	text-transform: capitalize;
	margin-top: 5px;
}
button.footer-link:hover {
	color: #96C93C !important;
	text-decoration: none !important;
}

/*
p.footer-link-left {
	float: left !important;
}
p.footer-link-right {
	float: right !important;
}
*/

.btn-warning:hover {
    color: #fff;
}
#newsletter-url, #cbd-url {
	display: none;
}
.newsletter-button {
    display: inline-block;
    height: 40px;
    color: #ABABAB;
    background-color: #333;
    border: 3px solid #96C93C;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 10px;
}
.newsletter-button:hover {
    color: #fff;
    border-color: #fff;
    background-color: #96C93C;
}

.image-slider-container {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}
.image-slider-container-rental {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

.stepsWrapper .order-confirm span {
    font-size: 15px;
    line-height: 140%;
}

/* Image gallery flex-box */
/*
http://w3bits.com/css-masonry
https://css-tricks.com/snippets/css/a-guide-to-flexbox
http://w3bits.com/flexbox-masonry
*/
.masonry {
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	-moz-column-fill: initial;
	-webkit-column-fill: initial;
	column-fill: initial;
}
.masonry .brick {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.masonry .brick img {
	width: 100%;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.masonry .brick .gallery-caption {
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}
.span {
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
	*margin: 10px 0;
}

.receipt-table th, .receipt-table td {
	font-size: 13px !important;
}


@media only screen and (min-width: 1024px) {
	.desc {
		font-size: 1.25em;
	}
	.intro {
		letter-spacing: 1px;
	}
	.masonry {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.masonry {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}
/* End image gallery flex-box */

.divide0 {
	height: 0px;
}
.divide5 {
	height: 5px;
}
.divide10 {
	height: 10px;
}
.divide15 {
	height: 15px;
}
.divide20 {
	height: 20px;
}
.divide30 {
	height: 30px;
}
.divide40 {
	height: 40px;
}
.divide50 {
	height: 50px;
}
.divide75 {
	height: 75px;
}
.divide100 {
	height: 100px;
}

.fs-12 {
	font-size: 12px !important;
}
.fs-13 {
	font-size: 13px !important;
}
.fs-14 {
	font-size: 14px !important;
}
.fs-15 {
	font-size: 15px !important;
}
.fs-16 {
	font-size: 16px !important;
}
.fs-18 {
	font-size: 18px !important;
}
.fs-20 {
	font-size: 20px !important;
}
.fs-22 {
	font-size: 22px !important;
}
.fs-24 {
	font-size: 24px !important;
}
.fs-26 {
	font-size: 26px !important;
}
.fs-28 {
	font-size: 28px !important;
}
.fs-30 {
	font-size: 30px !important;
}

.fw-400 {
	font-weight: 400 !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.fw-600 {
	font-weight: 600 !important;
}

.fw-bold {
	font-weight: bold !important;
}

.m-t-neg-3 {
	margin-top: -3px;
}
.m-t-neg-5 {
	margin-top: -5px;
}
.m-t-neg-50 {
	margin-top: -50px;
}
.m-t-neg-70 {
	margin-top: -70px;
}

.m-l-0 {
	margin-left: 0;
}
.m-l-5 {
	margin-left: 5px;
}
.m-l-10 {
	margin-left: 10px;
}
.m-l-15 {
	margin-left: 15px;
}
.m-l-20 {
	margin-left: 20px;
}
.m-l-30 {
	margin-left: 30px;
}

.m-r-5 {
	margin-right: 5px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-r-15 {
	margin-right: 15px;
}
.m-t-0 {
	margin-top: 0;
}
.m-t-5 {
	margin-top: 5px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-25 {
	margin-top: 25px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-32 {
	margin-top: 32px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-b-0 {
	margin-bottom: 0;
}
.m-b-2 {
	margin-bottom: 2px;
}
.m-b-5 {
	margin-bottom: 5px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.p-t-0 {
	padding-top: 0;
}
.p-t-10 {
	padding-top: 10px;
}
.p-r-10 {
	padding-right: 10px;
}

.m-t-0-p-t-0 {
	margin-top: 0;
	padding-top: 0;
}
.m-b-0-p-b-0 {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 360px) {
	.woldumar-logo {
		width: 80%;
	}
	.random-thumb {
		display: none;
	}
}

@media (max-width: 480px) {
	img.image-200, img.image-250, img.image-270, img.image-300, img.image-350, img.image-400, img.image-450, img.image-500, img.image-550, img.image-700, img.banner, img.wedding-wire, img.wedsafe {
		margin: 5px !important;
		width: 100% !important;
		height: auto !important;
		float: none !important;
	}
	.pageHeader .page-title h2 {
		font-size: 14px !important;
		white-space: normal;
  		overflow: visible;
		margin-left: 20px !important;
		margin-top: 10px !important;
	}
	.navTop img {
		float: none;
		display: block;
    	margin: auto;
	}
	.tp-caption h6 {
		display: none;
	}
	/*
	.paypal-donate-now-button-index-desktop {
		display: none;
	}
	.paypal-donate-now-button-desktop {
		display: none;
	}
	.paypal-donate-now-button-mobile {
		position: absolute;
		top: 60px;
		right: 20px;
		margin: 0;
		padding: 0;
		width: 95px;
		height: auto;
	}
	.paypal-donate-now-button-index-mobile {
		position: absolute;
		top: 10px;
		left: 150px;
		margin: 0;
		padding: 0;
		width: 95px;
		height: auto;
	}
	*/
	.neon-one-donate-button-index-desktop {
		display: none;
	}
	.neon-one-donate-button-desktop {
		display: none;
	}
	.neon-one-donate-button-mobile {
		position: absolute;
		top: 60px;
		right: 12px;
		margin: 0;
		padding: 0;
		width: 95px;
		height: auto;
	}
	.neon-one-donate-button-index-mobile {
		position: absolute;
		top: 10px;
		left: 150px;
		margin: 0;
		padding: 0;
		width: 95px;
		height: auto;
	}
	
	.dropdown-menu-right {
    	min-width: 280px;
	}
	.footer-menu {
		margin-top: 20px;
	}
  	p.footer-link-right {
  		margin-bottom: 20px;
  	}
}

@media (min-width: 480px) {
	p.footer-link-right {
  		margin-bottom: 20px;
  	}
  	/*
  	.paypal-donate-now-button-index-mobile, .paypal-donate-now-button-mobile {
		display: none;
	}
	*/
	.neon-one-donate-button-index-mobile, .neon-one-donate-button-mobile {
		display: none;
	}
}

@media (min-width: 575px) and (max-width: 768px) {
	h4.feature-headline {
		font-size: 14px;
	}
}

@media (min-width: 480px) and (max-width: 768px) {
	img.image-200, img.image-250, img.image-270, img.image-300, img.image-350, img.image-400, img.image-450, img.image-500, img.image-550, img.image-700, img.banner, img.wedding-wire, img.wedsafe {
		margin: 5px 20px 5px 20px !important;
		width: 100% !important;
		height: auto !important;
		float: none !important;
	}
}

@media (max-width: 768px) {
	.page-head-logo {
		display: block;
		float: none;
	    text-align: center;
	}
	.page-head-mission {
    	margin-top: 20px;
	}
	.page-head-mission h6 {
	    font-size: 18px;
	}
	.page-head-address {
		display: block;
		margin-right: 0;
	    float: none;
	    text-align: center;
	}
	.pageHeader .page-title h2 {
		font-size: 18px !important;
		margin-left: 0 !important;
	}
	span.subcat-title {
		font-size: 16px !important;
	}
	.tp-caption h6 {
		font-size: 12px;
		margin-top: 10px;
	}
	.topbar-contact {
		display: none;
	}
	button.footer-link-left {
    	float: none !important;
    	text-align: center !important;
    	margin-bottom: 0 !important;
  	}
  	.nav-category {
	    width: 120px;
	    margin-left: 0px;
	}
	.nav-category .dropdown-menu li a, .dropdown-menu-sub li a {
	    font-size: 10px;
	}
	.nav-category .dropdown-menu-sub li a {
	    padding-left: 20px;
	    padding-right: 5px;
	    margin-right: 5px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.page-head-mission {
    	margin-top: 15px;
    	margin-left: 35px;
	}
	p.footer-link-center {
  		margin-bottom: 20px !important;
  	}
}

@media (min-width: 768px) {
	.footer-menu {
		float: right;
	}
  	button.footer-link-left {
    	float: left;
  	}
  	p.footer-link-right {
    	float: right;
  	}
}

@media (max-width: 992px){
	.page-head-mission {
    	margin-top: 20px;
    	margin-left: 35px;
	}
	.page-head-mission h6 {
	    font-size: 16px;
	}
	img.banner {
		width: 100% !important;
		height: auto !important;
	}
	.image-slider-container {
		width: 100% !important;
		margin: 0 auto;
		padding: 30px 0;
	}
}

@media (min-width: 992px){
	.navTop {
    	padding: 15px 0;
	}
}

@media (max-width: 480px) {
	/* Staff page */
	.productListSingle .media .media-left {
	    display: block;
	    float: none !important;
	    width: 100%;
	    height: auto;
	    margin: 0;
	    padding: 3px;
	    border: 1px solid #ccc;
	}
	h4.staff-name {
	    font-size: 0.9rem;
	    font-weight: 600;
	    margin: 7px 0;
	}
	h6.staff-role {
	    font-size: 0.8rem;
	    font-weight: 600;
	    margin-bottom: 5px;
	}
	h6.staff-email a {
		color: #698F44;
	    font-size: 0.9rem;
	    font-weight: 500;
	    margin-bottom: 5px;
	}
	h6.staff-email a:hover {
		text-decoration: underline !important;
	}
	p.staff-bio {
		color: #454545;
	    font-size: 0.9rem;
	    font-weight: 500;
	    line-height: 130%;
	    white-space: normal;
	    margin-top: 5px;
	}
	/* End Staff page */
}





/* Photo sliders
.image-slider-container {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}

@media (max-width: 480px) {
	.image-slider-container {
		width: 100% !important;
		margin: 0 auto;
		padding: 30px 0;
	}
}	
@media (max-width: 575px) {
	.image-slider-container {
		width: 100% !important;
		margin: 0 auto;
		padding: 30px 0;
	}
}
@media (max-width: 768px) {
	.image-slider-container {
		width: 100% !important;
		margin: 0 auto;
		padding: 30px 0;
	}
}
*/


