.dropdown__content strong {
    color: #238b53 !important;
}
.dropdown__content a {
    color:rgba(0,0,0,1)
}
.plan-preview {
    margin-bottom:15px;
    background: white;
    border-radius: 15px !important;
    border: 2px solid #bbbbbb;
}
.photo-credit {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    opacity: .6;
    background: #000;
    z-index: 999;
    padding: 0 10px;
}
.table-scrollbar {
position: relative;
height: 200px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
table {
 max-width:100%;
}
.redactor-styles {
    margin: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: inherit;
}
.lead {
    font-weight: 400;
    color: #454545;
}
section.legal {
    background:#ffffff;
}
body, .bg--secondary {
    background: #e8e4d8;
}
.dropdown .dropdown__content:not([class*='bg-']) {
    background: transparent;
}
.nav-container {
    max-width: 100vw !important;
}
.menu-vertical li.separate {
    border-top: 1px solid #9f9f9f;
    margin-top: 0.92857143em;
    padding-top: 0.92857143em;
}
.dropdown__content {
    max-width: 300px;
}

.dropdown__container {
    max-width:calc(100% - 100px)
}
.menu-horizontal > li, .menu-vertical > li {
    line-height: 3em;
}
@media (min-width: 768px) {
    .dropdown .dropdown__content:not([class*='bg-']) {
        background: #ffffff;
    }

}
@media (min-width: 990px) {

.bar.pos-fixed:not([class*='bg-']) {
    background: #ece8de;
}
.menu-horizontal li:not(:last-child) {
    margin-right: .9em;
}
}
ul.success {
    position:fixed;
    z-index:9999999;
    width:200px;
    text-align:center;
    padding:15px;
    top:-30px;
    display:block;
    left:calc(50% - 100px);
    font-size:18px;
    background-color:rgba(0,0,0,.7);
    color:white;
}
footer {
    min-height: 20vh;
}
.btn.apply, .btn.cancel {
    font-size:16px;
}
section {
    position:relative !important;
}

section.first-small {
    padding-top: calc(110px + 80px);
}
section.first {
    padding-top: calc(110px + 180px);
}
.bar .logo {
    top: 0px;
}
.editables {
	z-index:999;
    bottom: 5px;
    right: 5px;
text-align:right;
}
.add-section {
	position:fixed;
    width: 3.71428571em;
    height: 3.71428571em;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    right: 1.85714286em;
    bottom: 3.71428571em;
    padding-top: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
    z-index: 99;
    border: 1px solid #ececec;
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
}	
.editables .dropdown__content {
    left: 0 !important;
}
.boxed--edit {
	max-width:100%;
	width:500px;
}
.btn--edit:hover {
    opacity:1;
}
.btn--edit {
    position: absolute;
    width: 39px;
    border-radius: 40px;
    top: 15px;
    left: 15px;
    z-index: 999;
    padding-left: 13px;
    padding-right: 28px;
    opacity: .4;
}
section.first .btn--edit {
    top:115px;
    
}
.bar--empty {
    position: relative;
}
h1 + .btn, .h1 + .btn {
    margin-top: 0em;
    margin-bottom: 0em !important;
}
.inplaceedit img {
}

.inplace-image-wrap form.inplaceeditform[enctype="multipart/form-data"] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    color: #000 !important;
    border-radius: 2px;
    border: 2px solid #fff;
    padding: 10px;
	width:calc(100% - 20px);
}
.inplace-image-wrap form.inplaceeditform[enctype="multipart/form-data"] label {
	color:black;
}
.inplace-image-wrap form.inplaceeditform[enctype="multipart/form-data"] a, .inplace-image-wrap form.inplaceeditform[enctype="multipart/form-data"] span {
	color:blue !important;
}

.frequency-radios .input__label {
    float: left;
    padding-left: 34px;
}
i.dollar {
    font-size: 27px;
    text-align: center;
    left: 16px;
    top: 14px;
}
#donationAmount {
    font-size: 28px;
    padding-top: 0px;
    height: 2em;
    padding-left: 1em;
    padding-left: 1.2em;
    padding-bottom: 0px;
}
.toggle-amount:last {
    padding-right:0;
}
.toggle-amount {
    width: calc(100%);
    font-size: 16px !important;
    background-color: #f5f5f5;
}
.toggles li:last-child {
    padding-right:0;
    
}   
.toggles li {
    width: auto;
    display: table-cell;
    padding-right:10px;
}
ul.toggles {
    display: table;
    width: 100%;
}
.pet a.img-wrap {
    width:200px;
    max-width: 50%;
    display:block;
    float:left;
}
.pet .info-wrap {
    float:left;
    max-width:50%;
    width:calc(100% - 200px);

}
.pet a img {
    padding-right:15px;
    width:100%;
    border-radius: 6px 0 0 6px;
}
.pet h3{
    margin-top:15px;
    height:2em;
}
.pet {
    position:relative;
    margin-bottom:1em;
    display:block;
    border-radius: 6px;
    border: 1px solid #ececec;
    margin-bottom:15px;
}
img {
    margin-bottom:0px;
}
.text-xs-left a {
    text-align:left !important;
}
.donately-donation-frequency input {
    font-size: 8px;
    text-align: left;
    float: left;
    width: auto;
}
.graphic-wrapper {
    position: absolute;
    top: 0;
    height: calc(100% - 52px);
    width: calc(100%);
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding-top: calc(50% + 1em);
}
.graphic img {
    filter:blur(15px);
    -webkit-transition: filter .7s; /* Safari */
    transition: filter .7s;
}
.form-group {
    margin-bottom:0;
}
.help-block {
    display: block;
    margin-top: 10px;
    color: #e47878;
    font-size: .8em;
    line-height: 1.3em;
}
.pet-detail {

}
.bg--dark {
    background: #231f20;
}
.btn .btn__text, .btn i {
    border-color: #252525;
    font-weight: 500;
    font-size: 1.2em;
}
.redactor-box.redactor-styles-on {
	background:transparent !important;
}
[class^="re-icon-"], [class*=" re-icon-"] {
    color: #000 !important;
}
footer .redactor-toolbar a, footer .redactor-air a {
	background:transparent;
	
}
footer .redactor-box.redactor-styles-on {
	background:transparent;
}
.finra {
    position: fixed;
    bottom: 0;
    background-color: rgba(255,255,255,.8);
    padding: 4px 13px;
    right: 20vw;
    cursor: pointer;
    z-index: 999999;
}
span.border--round.box-shadow-wide img {
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
textarea, input[type='text'] {
}
ol li {
    margin-bottom: .2em !important;
}
.redact ul {
    list-style: circle;
}
.redact ul, .redact ol {
    margin: 7px 7px 1em 3em;
}
.bar__module a.pull-right {

	margin-left:3px !important;
	margin-top:3px;
	margin-bottom: 0px !important;
}
input[type], textarea, select {

}
.bar__module.redact p {
	margin-bottom:0;
}
.bar__module.redact {
    line-height: 1.4em;
}
.download-newsletter {
    position: absolute;
    bottom: 15px;
    right: 15px;
z-index:1;
}
footer .logo {
    max-height: 3em;
    margin:auto;
}
.bar .logo {
    z-index:10;
    margin: 0;
    max-height: 50px;
    padding:10px;
}
.cover-image img {
    width: 100px;
    position: absolute;
    left: 1em;
	bottom: 1em;
}
.menu-horizontal > li > span {
	font-weight: 600 !important;
	opacity: 1 !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
}
.white {
	color:white !important;
}
#menu1 {
	z-index:10;
}
@media all and (max-height: 600px) {
	.pos-vertical-center {
		padding-top:30px;
	}
}
.imagebg {
}

@media (min-width: 991px) {
    .dropdown__content {
        max-width: 600px;
    }

	.bar {
		padding: 2.5em 0;
	}
	
	.bar .logo {
		max-height:100px;
		margin-top:-26px;
	}
}

@media (max-width: 575px) {
    .plan-preview {
        margin-left:15px;
        margin-right:15px;
    }
}
@media (max-width: 991px) {
	.bar .logo-light {
		display:none;
	}
	.bar .logo-dark {
        padding:0;
		display: block;
		max-height: 50px;
		margin-top: 0;
	}

}

@media (max-width: 768px) {
	.bar .logo-dark {
		max-height: 50px;
	}
}
