/* UNIVERSAL DEFINITIONS */
body,
input,
button,
select,
textarea,
#ui-datepicker-div,
#autocomplete,
.ui-autocomplete,
.chosen-container-multi .chosen-choices li.search-field input[type="text"],
blockquote,
li {
    color: #333E48;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .10px;
    text-transform: none;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
}
body, html {
    height: 100%;
}
body {
	background: #3f4c55;
}
a {
    text-decoration: none;
    color: #47b600;
    transition: background 200ms ease-in-out, color 200ms ease-in-out;
}
a:hover {
    color: #fff;
    background: #47b600;
    text-decoration: none;
}
h1 {
	font-weight: bold;
}
img {
    width: 100%;
}
strong {
	font-weight: bold;
}
.lead {
	line-height: 150%:
}
.small {
	line-height: 140%;
}
ul.small li {
	font-size: 110%;
	line-height: 140%;
	margin-bottom: 5px;
}
.well {
	margin: 10px 0;
	background: #efefef;
	padding: 10px;
	border-radius: 5px;
}
.card {
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
}
.card .card-title {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted rgba(0,0,0,.2);
}

.about-partners {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,.1);
	line-height: normal;
	font-size: 90%;
}
.about-partners h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}
.about-partners a {
	display: block;
	width: 70%;
	padding: 10px;
	margin: 20px auto;
	border-radius: 5px;
	opacity: .7;
}
.about-partners a:hover .abacus-logo,
.about-partners a:hover .summa-logo,
.about-partners a:hover .spark-logo {
	fill: #fff;
}

.black .abacus-logo,
.black .summa-logo,
.black .spark-logo {
	fill: rgba(0,0,0,.8);
}

/* Stripe Button */
.stripe-button-el {
	width: 100%;
}
.stripe-button-el span,
button {
	width: 100%;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    cursor: pointer;
    height: auto;
	line-height: normal;

    display: block;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 20px;
    line-height: normal;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.stripe-button-el span:hover,
button:hover {
	color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    text-decoration: none;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* COMMON CONTENT STYLES */

article figure {
	margin: 30px 0;
}



article figure.image.center {
	margin-left: -80px;
	margin-right: -80px;
}





article figure.slide.center {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
    background: #fff;
    padding: 10px;
    position: relative;
}
article figure.slide.center:after {
    content: " ";
    display: block;
    width: 100%;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 1);
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 0px;
    z-index: -1;
}







article figure.left {
	float: left;
	width: 60%;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 2px solid;
}
article figure.image.left {
	margin-left: -80px;
}

article figure.right {
	float: right;
	width: 60%;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 2px solid;
}
article figure.image.right {
	margin-right: -80px;	
}
article figcaption {
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px;
	background: #efefef;
}



article blockquote {
	font-size: 24px;
	line-height: 150%;
	font-weight: lighter;
	font-family: "Georgia", serif;
	margin: 40px 0px;
	padding: 20px 0;
}
article blockquote cite {
	font-size: 16px;
}
article blockquote.center {
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align: center;
}
article blockquote.left {
	width: 40%;
	float: left;
	margin-right: 40px;
	padding-right: 20px;
	border-right: 1px solid;
}
article blockquote.right {
	width: 40%;
	float: right;
	margin-left: 40px;
	padding-left: 20px;
	border-left: 1px solid;
}












.footnote {
	font-size: 80%;
	line-height: normal;
	border-top: 1px solid rgba(0,0,0,.2);
	padding-top: 10px;
	margin-top: 30px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
