	/*
	Theme Name: moments.org
	Theme URI: http://moments.org/
	Author: Adam Carlan
	Author URI: http://adamcarlan.com/
	*/

	/* Import the necessary Bootstrap WP CSS additions */
	@import url( includes/css/bootstrap-wp.css );

	@import url( includes/css/slider.css );

	@import url( includes/fonts/fonts.css );

	/* My Minimal WordPress Styling comes here */

	/* This is a small security for too long strings titles */
	body {
		word-wrap: break-word;
		font-family: 'Myriad Pro Regular' !important;
		color: #56585a;

	}
	#warning {
		background: darkred !important;
		position: relative; !important;
		z-index: 1000 !important;
		color: white !important;
		height: 150px !important;
		text-align: center !important;
		width: 100%;
		padding-top: 20px;
	}
	#warning p{
		text-align: center !important;
	}
	#warning a:hover{
		color: white !important;
	}


	p, .entry-content {
		text-align: justify;
		font-family: 'Myriad Pro Regular' !important;
	}

	.entry-content {
		font-size: 1.3em;
		margin-bottom: 15px;
	}

	h1 {
		font-family: 'Rockwell' !important;
		color: #3a3c3d !important;
		text-transform: lowercase;
	}
	h1.page-title span {
		color: #fdbd39 !important;
	}
	a, a:link, a:visited {
		color: #fdbd39 !important;
		-webkit-transition: color .2s ease-in-out;
		-moz-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;

	}
	a:hover {
		color: #333 !important;
		text-decoration: none !important;
	}


	h3 {
		font-family: 'Myriad Pro Condensed' !important;
		color: #3a3c3d !important;
	}

	/* Alignment */
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1.5em;
	}
	.alignright {
		display: inline;
		float: right;
		margin-left: 1.5em;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin: 0 auto;
	}


	/* Images and wp-captions should always fit and be responsive */
	img {
		display: inline-block;
		height: auto;
		max-width: 100%;
	}
	img[class*="wp-image-"] {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.wp-caption {
		border: 1px solid #ccc;
		margin-bottom: 10px;
		max-width: 100%;
		border: 1px solid #ccc;
		border-radius: 4px;
		padding: 0 10px;
	}
	.wp-caption.aligncenter {
		margin-bottom: 10px;
	}
	.wp-caption img[class*="wp-image-"] {
		display: block;
	}
	.wp-caption .wp-caption-text {
		text-align: center;
		margin-top: 10px;
	}

	/* WP Gallery */
	.gallery {
		margin-bottom: 1.5em;
	}
	.gallery a img {
		border: none;
		height: auto;
		max-width: 90%;
	}
	.gallery dd {
		margin: 0;
	}


	/* Make sure embeds and iframes fit their containers */
	embed,
	iframe,
	object {
	}


	/* Text meant only for screen readers */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
	}
	.screen-reader-text:hover,
	.screen-reader-text:active,
	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar */
	}


	/* Nav */
	.site-navigation {
		border-bottom: 2px solid #ccc;
	}
	.site-navigation .container {
		padding-bottom: 0 !important;
	}

	ul#main-menu {
		margin-top: 8px;
		font-family: 'Myriad Pro Condensed';
		font-size: 1.5em;
		letter-spacing: 1.3px;
		text-transform: uppercase;
	}
	.navbar-collapse {
		float: left;
	}

	.navbar-brand {
		padding: 15px 15px 15px 0px !important;
	}
	.navbar-brand {
		-webkit-transition: opacity .5s ease-in-out;
		-moz-transition: opacity .5s ease-in-out;
		-ms-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out;
	}
	.insp-logo {
		float: left;
		padding: 15px 0px 15px 0px !important;
	}
	.navbar-default .navbar-nav a {
		-webkit-transition: color .2s ease-in-out;
		-moz-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
		color: #333 !important;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav a:hover,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #fdbd39 !important;
		background-color: #fff !important;
	}
	.navbar-toggle {
		position: relative;
		margin-right: 0px !important;
		padding: 9px 10px;
		text-align: center;
		float: none;
		margin-top: 10px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border-radius: 0px;
		width: 100%;
	}

	.nav > li > a {
		position: relative;
		display: block;
		padding: 15px 20px !important;
	}


	.navbar-collapse {
		width: 100%;
		margin-top: 15px;
		text-align: center;
	}

	/* Social */

	.social {
		padding-top: 15px;
		background: #f1f1f1;
	}

	.fb-wrapper {
		width: 100%;
		height: 100px;
		margin-left: -5px;
		background: #fff;
		border: 3px solid #c6ccd2;
		/* background: #e4e9ef url(includes/images/mfb.png) 3px 8px no-repeat */
	}

	.fb-like {
		float: right;
		margin: 5px;
	}


	/* Content */
	.main-content-inner {
		padding-bottom: 1.5em;
	}
	.hentry {
		margin: 0 0 1.5em;
	}

	/* SERIES PAGE */

	h2.original {
		font-family: 'Myriad Pro Condensed' !important;
		font-size: 2em;
		margin-top: 0 !important;
		margin-bottom: 5px;
		text-transform: uppercase !important;
		color: #555;
	}
	h2.original span {
		color: #fdbd39;
	}
	h1.series {
		font-size: 4em;
		padding-top: 0 !important;
		margin-top: -10px !important;
		line-height: 1;	
	}
	h3.post-title.series {
		font-family: 'Myriad Pro Condensed' !important;
		font-size: 1.4em;
		margin-top: 5px !important;
		margin-bottom: 3px;
		letter-spacing: 1px;
		display: block;
		text-align: left;
	}
	h4.post-subtitle.series {
		font-family: 'Myriad Pro Condensed' !important;
		font-size: 1em;
		color: #999;
		text-align: left;
		margin-top: 0 !important;
		letter-spacing: 1px;
		padding-bottom: 10px !important;
	}
	h3.subtitle.meta {
		font-family: 'Myriad Pro Condensed' !important;
		font-size: 1.1em;
		color: #777 !important;
		text-align: center;
		margin: 0 !important;
		letter-spacing: 1px;
		position: absolute; 
		bottom: 0;
		width: 100%;
	}
	h3.subtitle.meta .btn {
		text-transform: lowercase;
		margin-top: 10px; 
		border-radius: 0; 
		width: 100%; 
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	h3.post-title.series a {
		color: #555 !important;
	}
	.post-description {
		text-align: justify;
	}
	.series-description {
		text-align: justify;
		font-size: 1.2em;
	}
	.call-to-action {
		text-align: left;
		padding: 15px;
		background: #eee;
		margin-top: 15px;
		font-size: .9em;
		font-family: 'Rockwell' !important;
	}


	.call-to-action a:before {
		white-space:nowrap;
		content: "[+] ";
		font-size: 1.3em;
		font-family: 'Rockwell' !important;
	}

	/* MODAL */

	.modal-backdrop {
	}
	.modal-title {
		font-size: 1.5em;
		font-family: 'Rockwell' !important;
	}
	.popover br {
		line-height: 1.8;
	}

	/* Video */
	.sharewrapper {
		position: relative;
		min-height: 298px;
	}
	.sharebuttons {
		padding: 0 !important; 
		position: relative;
		z-index: 600;
	}

	.shareheader {
		font-family: 'Myriad Pro Condensed' !important;
		font-size: 1.3em;
		margin-top: 5px !important;
		margin-bottom: 3px;
		display: block;
		text-align: center;
	}
	.videobox {
		padding-top: 20px;
		border-bottom: 1px solid #ddd;
	}

	#ytplayer {
		width: 100%;
		background: #333;
		overflow: hidden;
	}


	/* Posts */

	.row.spacer {
		height: 20px;
	}
	.lazy {
		display: none;
	}

	.post-thumb {
		background: url('includes/css/images/bx_loader.gif') center center no-repeat #fff;
		width: 100%;
		display: block;
		position: relative;
	}
	.post-thumb:after {
		padding-top: 56.25%;
		display: block;
		content: '';
	}
	.post-thumb img {
		position: absolute;
		top: 0; bottom: 0; right: 0; left: 0; // fill parent
	}

	.post-thumb-small {
		background: url('includes/css/images/bx_loader.gif') center center no-repeat transparent;
		width: 100%;
		display: block;
		position: relative;
	}
	.post-thumb-small:after {
		padding-top: 77%;
		display: block;
		content: '';
	}
	.post-thumb-small img {
		position: absolute;
		top: 0; bottom: 0; right: 0; left: 0; // fill parent
	}



	.play {
		overflow: hidden;
		-webkit-transition: all .5s; /* For Safari 3.1 to 6.0 */
		transition: all .5s;
	}

	.play img {
		-webkit-transition: all .4s; /* For Safari 3.1 to 6.0 */
		transition: all .4s;
	}

	h3.post-title {
		font-family: 'Myriad Pro Condensed' !important;
		font-size: 2.2em;
		margin-top: 0 !important;
		margin-bottom: 3px;
	}
	h4.post-subtitle {
		font-family: 'Myriad Pro Condensed' !important;
		font-size: 1.4em;
		margin-top: 0 !important;
		letter-spacing: 1px;
	}
	.view-all {
		font-family: 'Rockwell' !important;
		color: #fdbd39;
		font-size: 1.3em;
	}
	.view-all span {
		font-size: .5em;
	}
	.play-overlay {
		z-index: 200;
		position: absolute;
		font-family: 'Rockwell' !important;
		color: #fff;
		font-size: 3.5em;
		width: 100%;
		cursor: pointer;
		opacity: 0;
		text-align: center;
		-webkit-transition: all .1s; /* For Safari 3.1 to 6.0 */
		transition: all .1s;
	}

	#ytplayer .play-overlay {
		z-index: 200;
		position: absolute;
		font-family: 'Rockwell' !important;
		color: #fff;
		font-size: 5.5em;
		width: 100%;
		opacity: .6;
		text-align: center;
		-webkit-transition: all .1s; /* For Safari 3.1 to 6.0 */
		transition: all .1s;
	}

	.play-overlay:hover {
		z-index: 200;
		opacity: 1;
		font-size: 3.9em;
	}
	#ytplayer .play-overlay:hover {
		z-index: 200;
		opacity: 1;
		font-size: 6em;
	}
	.play img {
		-webkit-filter: grayscale(.5%)contrast(100%);

	}
	.play:hover img {
		-webkit-filter: grayscale(80%)contrast(130%);
	}

	.play-inner {
		position: absolute;
		width: 100%;
		display: block;
		top: 45%;
		text-shadow: 0px 0px 20px #000;
		display: none;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.play-overlay span {
		font-size: .6em;
	}

	.related {
		margin-top: 15px;
	}
	.carousel-title {
		text-transform: lowercase;
		font-size: 2.2em;
		margin-bottom: 15px !important;
		color: #fdbd39;
		position: relative;
		z-index: 600;
		line-height: 1.1em;
		font-family: "Rockwell" !important;
	}

	.bx-slider-carousel li {
		list-style: none;
	}

	.row.morecats {
		margin-top: 15px;
	}
	.container-fluid.morecats {
		background: #efefef;
	}

	/* Footer */

	h3.footer-title {
		padding: 10px;
		margin: 0;
		letter-spacing: 3px;
		text-align: center;
		border-bottom: 1px solid #333;
	}
	footer {
		background: #dfe4e9;
		margin-bottom: -20px;
	}
	footer a:hover {
		color: #fff !important;	
	}
	.site-info {
		background: #222;
		color: #fff;
		text-align: center;
		padding-top: 10px;
	}
	/* CONTACT FORM */





.rednaoFormContainer{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
}



.modal .rednaoFormContainer .redNaoInputText{

    height:20px !important;
    width:100% !important;
    margin:0 !important;
    vertical-align:middle !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: border linear .2s, box-shadow linear .2s !important;
    -moz-transition: border linear .2s, box-shadow linear .2s !important;
    -o-transition: border linear .2s, box-shadow linear .2s !important;
    transition: border linear .2s, box-shadow linear .2s !important;
    padding: 4px 0px !important;line-height: 20px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
	text-indent: 10px;
    border-radius: 4px !important;
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important; /* Firefox */
}

.redNaoPrepend, .redNaoAppend{
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important; /* Firefox */

}


.modal .rednaoFormContainer .redNaoTextAreaInput{
    width:100% !important;
    height:50px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: border linear .2s, box-shadow linear .2s !important;
    -moz-transition: border linear .2s, box-shadow linear .2s !important;
    -o-transition: border linear .2s, box-shadow linear .2s !important;
    transition: border linear .2s, box-shadow linear .2s !important;
    padding: 4px 6px !important;
}



.modal .rednaoFormContainer form{
    text-align: center !important;
    display: block !important;
}



.modal .rednaoFormContainer .redNaoInputText.redNaoTwoColumns, .modal .rednaoFormContainer .redNaoSelect.redNaoTwoColumns{
	width: 100% !important;
}

.modal .rednaoFormContainer .redNaoTwoColumnsDiv:first-child {
	margin-right: 0px !important;
	margin-bottom: 10px;
}


.rednaoFormContainer .redNaoInputText.redNaoOneColumn{
    width:auto !important;
}

.modal .rednaoFormContainer .redNaoTwoColumnsDiv{
    display: block !important;
}



.sb-search {
	position: absolute;
	margin-top: 10px;
	width: 0%;
	min-width: 40px;
	height: 65px;
	right: 0px;
	top: 3px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #f1f1f1;
	width: 100%;
	height: 65px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
	
}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 50px;
	height: 650px;
	background-color: #fff;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 65px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fdbd39;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
	max-width: 560px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #fdbd39;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


.sb-search-visible-xs {
	margin-bottom: 15px;
	position: relative;
	height: 50px;
	right: 0px;
	top: 3px;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input-visible-xs {
	border: none;
	/* outline: none; */
	background: #eee;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	margin: 0;
	z-index: 10;
	padding: 20px 50px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
	
}

.sb-search-input-visible-xs::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input-visible-xs:-moz-placeholder {
	color: #efb480;
}

.sb-search-input-visible-xs::-moz-placeholder {
	color: #efb480;
}

.sb-search-input-visible-xs:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search-visible-xs,
.sb-search-submit-visible-xs  {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fdbd39;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit-visible-xs {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search-visible-xs {
	color: #fff;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search-visible-xs:before {
	content: "\e000";
}

/* Open state */
.sb-search-visible-xs.sb-search-open,
.no-js .sb-search-visible-xs {
	width: 100%;
}

.sb-search-visible-xs .sb-icon-search,
.no-js .sb-search-visible-xs .sb-icon-search {
	background: #fdbd39;
	color: #fff;
	z-index: 11;
}

.sb-search-visible-xs.sb-search-open .sb-search-submit,
.no-js .sb-search-visible-xs .sb-search-submit {
	z-index: 90;
}





	/* Clearing */
	.clear {
		clear: both;
	}


	/* Here some needed widget styles 
	* Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
	.widget { margin-bottom: 2em; }
	.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

	/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line. 
	* Note: you can change the whole appearance of the search_form() function in our searchform.php */
	.widget_search .search-form input[type="submit"] { display: none; }

	/* Make sure select elements fit in widgets */
	.widget select {
		max-width: 100%;
	}

	/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!  
	* For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
	.comment .children { margin-left: 1.5em; } 

	/*  
	 == Quick CSS styling tips ==

	 You can start off in a rough direction with some minimal styles.
	 See below for some tips. ;)

	  
	 == Want to have the whole site wrapped? ==  
	  
	 Just fill the .container class with some background color to have a the whole site "wrapped".
	 This works so easy because every main part is wrapped only once into a container class by bootstrap. 
	 Try out by decommenting the next line and go from there. 
		
	 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


	 == Want to wrap just the content and sidebar in Bootstrap style? == 
	  
	 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes. 
	 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php! 
	 
	 
	 == Infinite Scrolling by Jetpack ==
	 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html.. 

	/* Globally hidden elements when Infinite Scroll is supported and in use. 
	* Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */ 


	.infinite-scroll .page-links, 
	.infinite-scroll.neverending .site-footer { 
		display: none;
	}


	/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */


	.infinity-end.neverending .site-footer {
		display: block;
	} 

	/*Filter styles*/
	.saturate {-webkit-filter: saturate(3);}
	.grayscale {-webkit-filter: grayscale(100%)contrast(130%)brightness(1.5);}
	.contrast {-webkit-filter: contrast(160%);}
	.brightness {-webkit-filter: brightness(0.25);}
	.blur {-webkit-filter: blur(3px);}
	.invert {-webkit-filter: invert(100%);}
	.sepia {-webkit-filter: sepia(100%);}
	.huerotate {-webkit-filter: hue-rotate(180deg);}
	.rss.opacity {-webkit-filter: opacity(50%);}



.fade.in {
opacity: 1 !important;
}
.modal {
z-index: 1100 !important;
}
.modal-backdrop.in {
opacity: 0.5 !important;
}
.rednaoFormContainer{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-size: 14px !important;
line-height: 20px !important;
}


.rednaoFormContainer .rednao_control_label{
float: left;
width: 160px !important;
padding-top: 5px !important;
text-align: left !important;
display: inline !important;
margin-bottom: 5px !important;
}

.rednaoFormContainer .redNaoControls{
text-align:left !important;
display: inline-block !important;
margin-left: 5px !important;
}

.rednaoFormContainer .redNaoHelp{
margin:0px !important;
padding:0px !important;
text-align:left !important;
}

.rednaoFormContainer .redNaoLegend{
margin:0px !important;
padding:0px !important;
  text-align:left !important;
    font-size:21px !important;
    line-height:40px !important;
    color:#333 !important;
    border:0 !important;
    border-bottom: 1px solid #e5e5e5   !important;
    width:100% !important;
}

.rednaoFormContainer .redNaoInputText{

    height:20px !important;
    width:200px !important;
    margin:0 !important;
    vertical-align:middle !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)   !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)   !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)   !important;
    -webkit-transition: border linear .2s, box-shadow linear .2s !important;
    -moz-transition: border linear .2s, box-shadow linear .2s !important;
    -o-transition: border linear .2s, box-shadow linear .2s !important;
    transition: border linear .2s, box-shadow linear .2s !important;
    padding: 4px 6px !important;line-height: 20px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important; /* Firefox */
}

.rednaoFormContainer .redNaoPrepend{

    margin-right: -5px !important;
    vertical-align: top !important;
    display: inline-block !important;
    width: auto !important;
    height: 20px !important;
    min-width: 16px !important;
    padding: 4px 5px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 20px !important;
    text-align: center !important;
    text-shadow: 0 1px 0 #fff !important;
    background-color: #eee !important;border: 1px solid #ccc !important;
    -webkit-border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    border-radius: 4px 0 0 4px !important;
}

.redNaoPrepend, .redNaoAppend{
    box-sizing:content-box !important;
    -moz-box-sizing:content-box !important; /* Firefox */

}

.rednaoFormContainer .redNaoAppend{
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
    margin-left: -6px !important;
    vertical-align: top !important;
    display: inline-block !important;
    width: auto !important;
    height: 20px !important;
    min-width: 16px !important;
    padding: 4px 5px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 20px !important;
    text-align: center !important;
    text-shadow: 0 1px 0 #fff !important;
    background-color: #eee !important;
    border: 1px solid #ccc !important;
}

.rednaoFormContainer .redNaoRealCheckBox{
    vertical-align:baseline !important;
}

.rednaoFormContainer .redNaoTextAreaInput{
    width:300px !important;
    height:50px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)   !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)   !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)   !important;
    -webkit-transition: border linear .2s, box-shadow linear .2s !important;
    -moz-transition: border linear .2s, box-shadow linear .2s !important;
    -o-transition: border linear .2s, box-shadow linear .2s !important;
    transition: border linear .2s, box-shadow linear .2s !important;
    padding: 4px 6px !important;
}

.rednaoFormContainer .redNaoTextAreaInput.redNaoTextAreaInputWordCount{
    padding: 4px 6px 0px 4px !important;
}

.rednaoFormContainer .smartFormsCharacterCount{
    display: block !important;
    font-size: 13px !important;
    line-height: 14px !important;
    text-align: right;
    color: #afafaf  ;
}

.rednaoFormContainer .smartFormsCharacterCount.smartFormsAlmostFull{
    color:#5c0002  ;
}


.rednaoFormContainer .redNaoInputRadio{
    margin-right: 5px !important;
    width:auto !important;
    margin-top:-1px !important;


}

.rednaoFormContainer .redNaoRadio{
    padding-right:20px !important;
    margin:0px 1px 0 0px !important;
    display: block !important;
}

.rednaoFormContainer .redNaoInputCheckBox{
    float: left !important;
    margin-top: 4px !important;
    margin-right: 5px !important;
    width:auto !important;
}

.rednaoFormContainer .redNaoCheckBox{
    padding-top:3px !important;
    margin:0px 3px 0 0px !important;
    display: block !important;
    line-height: 18px
}

.rednaoFormContainer form{
    text-align: center !important;
    display: inline-block !important;
}

.rednaoFormContainer{
    text-align: center !important;
}

.rednaoFormContainer .redNaoSelect{
    width:auto !important;
    border: 1px solid #ccc !important;
    height:30px !important;
    line-height:30px !important;
    padding:4px 6px !important;
}

.redNaoClearDiv{
    clear: both;
}

.rednaoFormContainer .redNaoDonationButton{
    margin-left:0px !important;
    width:auto !important;
    height:auto !important;
}

.formelements{
    margin:5px !important;
}

.rednao_label_container{
    text-align: right !important;
    display: inline-block !important;
    vertical-align: top !important;
}

.redNaoCompactForm .rednao_label_container{
    text-align: left !important;
    display: block !important;
    margin-bottom: 5px;
}

.redNaoCompactForm.rednaoFormContainer .redNaoTextArea{
    width:100% !important;
}

.redNaoCompactForm .rednao_label_container,.redNaoCompactForm .redNaoControls
{
    width:100% !important;
}

.rednaoFormContainer .redNaoInputText.redNaoInvalid,.rednaoFormContainer .redNaoTextAreaInput.redNaoInvalid{
    border: 1px solid red !important;


}


.rednaoFormContainer .redNaoInputText.redNaoDisabledElement{
    background-color: #f5f5f5   !important;
}

.rednaoFormContainer .redNaoInputText.redNaoTwoColumns,.rednaoFormContainer .redNaoSelect.redNaoTwoColumns{
    width:140px !important;
}

.redNaoSelect.redNaoInvalid{
    background-color: red !important;
}

.rednaoFormContainer .redNaoInputText.redNaoTwoColumns.redNaoInputArea{
    width:60px !important;
}

.rednaoFormContainer .redNaoTwoColumnsDiv:first-child
{
    margin-right:5px !important;
}

.rednaoFormContainer .redNaoCityDiv,.rednaoFormContainer .redNaoZipDiv
{
    margin-right:5px !important;
}

.redNaoHelper{
    font-size: 10px !important;
    color: #909090   !important;
    line-height: 10px !important;
    margin-left: 1px !important;
    display: block !important;
}


.rednaoFormContainer .redNaoInputText.redNaoOneColumn{
    width:300px !important;
}

.redNaoStreetAddress1Div,.redNaoStreetAddress2Div,.redNaoCityDiv,.redNaoStateDiv
{
    margin-bottom: 10px !important;
}


.rednaoFormContainer .redNaoTwoColumnsDiv{
    display: inline-block !important;
}

.rednaoFormContainer .redNaoInputText.redNaoNumber{
    width:80px !important;
    text-align: right;
}

.redNaoWait,input.redNaoWait[type="submit"]{
    cursor: wait;
}

.redNaoHorizontalElements{
    float: left;
}

.redNaoRadio div{
    margin-right:4px;
}
.redNaoCheckBox div{
    margin-right:4px;
}

.redNaoCheckBox{
    padding-bottom: 1px;
}

.redNaoRadio{
    padding-bottom: 1px;
}

.redNaoInvalidInput{
    background-color: #ff0000  ;
    color:#ffffff  ;
}