@charset "UTF-8";
/* CSS Document */
.fsSectionHeading {
    text-align: center;
}
.fsBody {
    margin-bottom: 20px !important;
    padding:0;
    margin:0 auto;
}
.fsBody .fsForm .fsRowBody {
	padding: 3px 6px;
}
.fsForm .fsSubmit {
    background-color: transparent !important;
}
.fsBody .fsForm { 
    border: none !important; 
    font-size:1.2em;
}
.fsBody .fsForm .fsLabel, 
.fsBody .fsForm .fsOptionLabel, 
.fsBody .fsForm .fsMatrix th, 
.fsBody .fsForm .fsMatrixLabel {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
}
.fsLabel, 
.fsFieldRow input[type="text"],
.fsFieldRow input[type="number"],
.fsForm textarea {

}
.fsBody label.fsSupporting {
	margin: 0 0 0 5px;
}
.fsBody .fsForm .fsRow input[type=text].fsField,
.fsBody .fsForm .fsRow input[type=number].fsField,
.fsBody .fsForm .fsRow input[type=email].fsField,
.fsBody .fsForm .fsRow input[type=tel].fsField,
.fsBody .fsForm .fsRow textarea.fsField {
    -webkit-appearance: none;
    background: #fff;
    border: 2px solid rgba(0,39,59,.2);
    border-radius: 4px;
    color: #3f4549;
    cursor: text;
    resize: none;
    display: inline-block;
    padding: 7px 10px 6px;
    margin: 0;
    width: auto;
    min-height: 30px;
    line-height: 100%;
    font-size: 16px;
    overflow-y: scroll;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
	font-family: 'Roboto', Arial, sans-serif;
    font-weight:400;
	color: #115f72;
}
.fsBody .fsForm .fsRow input[type=text].fsField,
.fsBody .fsForm .fsRow input[type=number].fsField,
.fsBody .fsForm .fsRow input[type=email].fsField,
.fsBody .fsForm .fsRow input[type=tel].fsField {
	height: 40px;
}
.fsBody .fsForm .fsRow textarea.fsField {
	height: auto;
}
input[readonly=readonly].fsField {
	border: none !important;
	color:#028A83 !important;
	margin-top: 0 !important;
	font-size: 21px !important;
}
.fsFieldRow .fsFieldFocused {
	background-color: #e8f2f3;
}
.fsForm .fsPagination {
	text-align: left;
}
.fsBody .fsForm .fsSubmit {
	padding: 10px;
}
.fsBody .fsForm select {
	font-size: 12px;
	height: 40px;
}
.fsForm .fsSubmit input {
    background-color: #8cccd7;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    border-radius: 5px !important;
    text-indent: 0;
    display: inline-block;
    color: #111;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight:400;
    font-size: 15px;
    width: 15%;
    min-width:250px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 5px 40px 0;
    padding: 20px !important;
    border:none;
    -o-transition: .5s !important;
    -ms-transition: .5s !important;
    -moz-transition: .5s !important;
    -webkit-transition: .5s !important;
    transition: .5s !important;
}
.fsSubmit input:hover {
    background-color: #abdfe9;
}
.fsRowBody {
    overflow:visible;
}
.fieldset-content label {
    margin-left:40px;
    margin-top:6px;
    position:relative;
}
.fieldset-content label input {
    display:inline;
    position:absolute !important;
    left:-20px;
}

.fsLabel.fsLabelVertical {
    margin-bottom:10px;
}
.fieldset-content .fsOptionLabel.horizontal,
.fieldset-content .fsOptionLabel.vertical {
	margin-left:25px; 
}
.fsRowBody {
	border-radius: 4px;
}
#field27460426-address2 {
	margin-bottom: 5px;
}
.uk-button[name=submit],
.uk-button[type=submit] {
	font-family:'Roboto', sans-serif;
}
.fieldset-content div {
	float: left;
	margin-right: 10px;
}
.gform_wrapper.uk-form_wrapper input[type=text], 
.gform_wrapper.uk-form_wrapper input[type=url],
.gform_wrapper.uk-form_wrapper input[type=email],
.gform_wrapper.uk-form_wrapper input[type=tel],
.gform_wrapper.uk-form_wrapper input[type=number],
.gform_wrapper.uk-form_wrapper input[type=password] {
	font-size: 14px;
}
.gform_wrapper.uk-form_wrapper .description, 
.gform_wrapper.uk-form_wrapper .gfield_description, 
.gform_wrapper.uk-form_wrapper .gsection_description, 
.gform_wrapper.uk-form_wrapper .instruction {
	font-size: 16px;
}
.gform_wrapper.uk-form_wrapper .gsection {
	margin-top: 30px;
}
.contact-form {
	border-top: 1px solid #eee;
	padding: 13px 0;
}
.contact-form .uk-form label {
	display: inline-block;
	width: 80px;
}
#contact-submit {margin-left: 84px;}
.single-contacts .gform_wrapper .left_label .gfield_label {
	width: 15%;
}


/* Church Growth Monitor Form */
.display-church-name .gform_footer {
	display: none;
}
.gform_wrapper.church-monitor_wrapper .gform_footer {
	margin-top: 50px;
	padding-top: 0;
	position: relative;
	padding-left: 30px;
}
.gform_wrapper.donation-monitor.church-monitor_wrapper .gform_footer {
	margin-top: 40px;
	padding-top: 10px;
	position: static;
}
.gform_wrapper.church-monitor_wrapper input[type=number]::-webkit-inner-spin-button,
.gform_wrapper.church-monitor_wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.gform_wrapper.church-monitor_wrapper input[type=number]:disabled,
.gform_wrapper.church-monitor_wrapper input[type=text]:disabled {
	background-color: transparent;
}
.gform_wrapper.church-monitor_wrapper {
	counter-reset: section;
}
.gform_wrapper.church-monitor_wrapper .gfield.gsection {
	position: relative; margin: 2em 0 0; padding: 1em 0; border-bottom: none;
}
.gform_wrapper.church-monitor_wrapper .gfield.gsection:before {
	counter-increment: section; content: counter(section) ". "; display: block; position: absolute; font-family: "Merriweather", serif; color: #000; text-align: right; font-size: 1.4em; width: 30px; top: 18px;
}
.gform_wrapper.church-monitor_wrapper .gsection h2.gsection_title {
	font-weight: normal; font-size: 1.3em; font-family: "Merriweather", serif; color: #000; text-indent: 46px;
}
.gform_wrapper.church-monitor_wrapper .church input {
	font-size: 24px;
}
.gform_wrapper.church-monitor_wrapper h4,
.gform_wrapper.church-monitor_wrapper label,
.gform_wrapper.church-monitor_wrapper input,
.gform_wrapper.church-monitor_wrapper p,
.gform_wrapper.church-monitor_wrapper li {
	font-family: Arial, Helvetica, sans-serif;
}
.gform_wrapper.church-monitor_wrapper .sub-total,
.gform_wrapper.church-monitor_wrapper .sub-total label,
.gform_wrapper.church-monitor_wrapper .total,
.gform_wrapper.church-monitor_wrapper .total label {
	text-align: left;
}
.gform_wrapper.church-monitor_wrapper .sub-total input,
.gform_wrapper.church-monitor_wrapper .total input {
	text-align: left;
}
.gform_wrapper.church-monitor_wrapper .total,
.gform_wrapper.church-monitor_wrapper .total label,
.gform_wrapper.church-monitor_wrapper .total input {
	font-size: 18px;
}
.gform_wrapper.church-monitor_wrapper .sub-total label,
.gform_wrapper.church-monitor_wrapper .sub-total .ginput_container_number  {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 15px 0 10px !important;
	padding: 6px 0 0 0;
	display: inline-block;
}
.gform_wrapper.church-monitor_wrapper .sub-total label { width: 25%; }
.gform_wrapper.church-monitor_wrapper .sub-total .ginput_container_number { width: 10% }
.gform_wrapper.church-monitor_wrapper .total label { margin: 15px 0 15px 60px !important; }
.gform_wrapper.church-monitor_wrapper .total .ginput_container_number { margin: 15px 0 15px 15px !important; }
.gform_wrapper.church-monitor_wrapper .total label,
.gform_wrapper.church-monitor_wrapper .total .ginput_container_number {
	padding: 5px 0;
	display: inline-block;
}
.gform_wrapper.church-monitor_wrapper .sub-total .ginput_container_number input,
.gform_wrapper.church-monitor_wrapper .total .ginput_container_number input {
	padding: 0;
}
.gform_wrapper.church-monitor_wrapper .section-total {
	top: 10px; right: 10px; position: absolute; z-index: 1;
}
.gform_wrapper.church-monitor_wrapper .section-total label,
.gform_wrapper.church-monitor_wrapper .section-total .ginput_container_number {
	display: inline-block; margin: 0 !important; text-align: right; width: 44px;
}
.gform_wrapper.church-monitor_wrapper .section-total .ginput_container_number input {
	background: none;
}
.gform_wrapper.church-monitor_wrapper h4 {
	margin-bottom: 0 !important; font-size: 14px;
}
.gform_wrapper.church-monitor_wrapper input {
	text-align: center;
}
.gform_wrapper.church-monitor_wrapper .input input {
	color: blue;
}
.gform_wrapper.church-monitor_wrapper .avg input {
	color: purple;
}
.gform_wrapper .table-heading {
	margin: 0 !important;
	max-width: 100% !important;
}
.gform_wrapper .table-heading li {
	font-size: 11px;
    width: 9%;
    display: inline-block;
    text-align: center;
	line-height: 1;
	padding: 0 12px !important;
	font-weight: bold;
}
.gform_wrapper .table-heading.donations li {
	width: 14%;
}
.church-monitor_wrapper .gf_1_5 {
	display: inline-block;
	width: 14%;
}
.gform_wrapper .table-heading li:first-child {
	margin-left: 28% !important;
}
.gform_wrapper .top_label li.gfield.category {
	display: inline-block;
	font-size: 18px;
}
.gform_wrapper .top_label li.gfield.category h3 {
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
}
.gform_wrapper .top_label .group-three li.gfield.category {
	width: 200px; margin-left: 55px !important;
}
.gform_wrapper .top_label .group-four li.gfield.category {
	width: 140px; margin-left: 45px !important;
}
.gform_wrapper .top_label .group-five li.gfield.category {
	width: 90px; margin-left: 50px !important;
}
.gform_wrapper .top_label li.gfield.sub-category {
	display: inline-block;
	width: 28%;
	min-width: 180px;
	text-indent: 3%;
}
.gform_wrapper.donation-monitor li.gfield.sub-category {
	font-size: 90%;
}
.gform_wrapper .no-label label {
	display: none !important;
}
.gform_wrapper .disabled input {
	border: none !important;
}
.gform_wrapper .no-label .gfield_radio li {
	width: 20% !important;
	text-align: center;
	display: inline-block;
}
.gform_wrapper .no-label .gfield_radio input {
	margin-left: 38px !important;
}
.gform_wrapper .no-label .gfield_radio li:last-child {
	display: none;
}
.gform_wrapper .top_label li.gfield.gf-1-10, 
.gform_wrapper .top_label li.gfield.gf-5-10 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}
.gform_wrapper .top_label li.gfield.gf-1-10 {
	/*width: 9%;*/
	width: 34px;
}
.gform_wrapper .top_label li.gfield.gf-5-10 {
	width: 45%;
}
.gform_wrapper .top_label li.gfield.gf-off-1-10 {
	margin-left: 9% !important;
}
.gform_wrapper.church-monitor_wrapper .gf-1-10 {
	position: relative;
}
.gform_wrapper.church-monitor_wrapper .gf-1-10 input[type=number] {
	text-indent: 0;
}
.gform_wrapper.church-monitor_wrapper .gf-1-10 .arrow {
	position: relative;
	width: 0px;
	height: 0px;
	cursor: pointer;
	top: 3px;
	left: 7px;
}
.gform_wrapper.church-monitor_wrapper .gf-1-10 .arrow.up {
	border-bottom: 10px solid #ccc;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.gform_wrapper.church-monitor_wrapper .gf-1-10 .arrow.down {
	border-top: 10px solid #ccc;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.gform_wrapper.church-monitor_wrapper .gf-1-10 .arrow.down:hover {
	border-top-color: #000;
}
.gform_wrapper.church-monitor_wrapper .gf-1-10 .arrow.up:hover {
	border-bottom-color: #000;
}
