/*.medium {
    width: calc(50% - 8px);
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 49.6%;
    padding-right: 16px;
    float: none;
}
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
    width: 100%;
}
.gform_wrapper label.gfield_label, .field-wrap label {
    font-weight: 700;
    color: #0a0a0a;
    font-size: inherit;
}
body .gform_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0;
}
.gform_wrapper .gsection {
    margin: 28px 16px 28px 0;
        margin-top: 28px;
        margin-left: 0px;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}
.gform_wrapper .top_label .gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}
.gform_wrapper form li, .gform_wrapper li {
    margin-left: 0 !important;
    list-style: none !important;
    overflow: visible;
}
.gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
}
.field-wrap label {
    font-weight: 700;
    color: #0a0a0a;
    font-size: inherit;
    display: block;
}
table tbody td {
    background-color: #cfcfcf;
    padding: 0;
}

table.membership-review-wrapper td {
    background-color: #fff;
}

.field-wrap input {
    width: 90%;
}
.field-wrap {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.field-wrap .input-text {
	width: 90%;
}
.btn.btn-success, .custome-Button.button {
background: #59c7c7;
color: #fff;
font-family: "RaleighBT-Bold", "Palatino", "Palatino Linotype", "Book Antiqua", serif;
font-size: 14px;
font-weight: normal;
padding: 10px;
}
.btn.btn-danger {
	background: transparent !important;
}
.btn.btn-danger {
    background: transparent !important;
    padding: 0;
    width: 25px;
}
.btn.btn-danger {
    background: transparent !important;
    padding: 0;
    width: 18px;
}
table tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: #cdcdcd;
}

table tbody td {
    vertical-align: bottom;
}

table tbody td.remove {
    vertical-align: bottom;
}

table tbody td.remove {
    vertical-align: middle;
    padding: 0 0 0 0;
    width: 30px;
}
table tbody td.remove span {
    padding-top: 5px;
}

form.edit-account td {
    padding: 0.5rem 0 0.625rem 0.625rem;
}

.crcform {
	margin-top: 16px;
}

.error, .field-wrap label.error {
    color: red;
    font-weight: normal;
    font-size: 0.875rem;
}

.form-submit-success {
    color: green;
    background-color: light-green;
    background-color: #DFF0D8;
    padding: 10px;
    border-radius: 5px;
}
form.edit-account .btn_remove .dashicons-no-alt {
    color: #d30000;
}

.gfield_required { color: red;}
*/
@media (max-width: 865px) {
	.page-template-template-user-form #inner-content {
		display: flex;
		flex-wrap: wrap;
	}
	.page-template-template-user-form #inner-content .sidebar {
		order: -1;
		width: 100%;
		padding: 0;
	}
}

.diffie-form label {
	font-weight: 700;
	color: #212121;
	font-size: 0.875rem;
}
ul.diffie_form_fields {
	margin-left: 0;
}
.diffie-form h2 {
	margin-bottom: 1rem;
}
.diffie-form h3 {
	margin-bottom: 1rem;
	margin-top: 2rem;
	line-height: 1.1;
}
.diffie-form h4 {
	margin-bottom: 1rem;
	line-height: 1.1;
	font-size: 1rem;
}
.diffie-form input,
.diffie-form select {
	padding: 0.85rem 1rem;
	color: #212121;
	border-color: rgba(113, 52, 27, 0.6);
	font-size: 0.875rem;
	margin-bottom: 0;
}
.diffie-form input:focus,
.diffie-form select:focus {
	border: 1px solid #59c7c7;
	outline: 1px solid #59c7c7;
}
.diffie-form select {
	padding: 0.5rem 1rem;
	color: #704f40;
	font-weight: 700;
}
.diffie-button {
	background: #59c7c7;
	font-weight: 700;
	color: #fff;
	padding: 1rem;
	margin-bottom: 1rem;
	font-size: 0.875rem;
}
.diffie-button-small {
	padding: 0.85rem 1rem;

}
.diffie-button-small .dashicons {
	font-size: 0.875rem;
	height: 0.8rem;
	width: 0.8rem;
}
.diffie-button-remove {
	color: #d2c9c5;
	background-color: #704f40;
}
.diffie-button-remove:hover,
.diffie-button-remove:active {
	color: #d2c9c5;
	background-color: #F62322;
}
.diffie-button-add {
	background-color: #d2c9c5;
	color: #704f40;
}
.diffie-button-add:hover,
.diffie-button-add:active {
	color: #d2c9c5;
	background-color: #704f40;
}
.diffie-button-expanded {
	width: 100%;
	text-align: center;
}
.diffie-grid-row {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: -0.5rem;
	padding-bottom: 1rem;
}
.diffie-grid-cell {
	margin: 0.5rem;
	width: 100%;
}
.diffie-grid-cell-grow {
	flex-grow: 1;
}
@media (min-width: 769px) {
	.diffie-grid-large-1 {
		width: calc( 100% / 12 - 1rem );
	}
	.diffie-grid-large-2 {
		width: calc( ( 100% / 12 ) * 2 - 1rem );
	}
	.diffie-grid-large-3 {
		width: calc( ( 100% / 12 ) * 3 - 1rem );
	}
	.diffie-grid-large-4 {
		width: calc( ( 100% / 12 ) * 4 - 1rem );
	}
	.diffie-grid-large-5 {
		width: calc( ( 100% / 12 ) * 5 - 1rem );
	}
	.diffie-grid-large-6 {
		width: calc( ( 100% / 12 ) * 6 - 1rem );
	}
	.diffie-grid-large-7 {
		width: calc( ( 100% / 12 ) * 7- 1rem );
	}
	.diffie-grid-large-8 {
		width: calc( ( 100% / 12 ) * 8 - 1rem );
	}
	.diffie-grid-large-9 {
		width: calc( ( 100% / 12 ) * 9 - 1rem );
	}
	.diffie-grid-large-10 {
		width: calc( ( 100% / 12 ) * 10 - 1rem );
	}
	.diffie-grid-large-11 {
		width: calc( ( 100% / 12 ) * 11 - 1rem );
	}
	.diffie-grid-large-12 {
		width: 100%;
	}
}
@media (max-width: 768px) and (min-width: 401px) {
	.diffie-grid-medium-1 {
		width: calc( 100% / 12 - 1rem);
	}
	.diffie-grid-medium-2 {
		width: calc( 100% / 12 * 2 - 1rem);
	}
	.diffie-grid-medium-3 {
		width: calc( 100% / 12 * 3 - 1rem);
	}
	.diffie-grid-medium-4 {
		width: calc( 100% / 12 * 4 - 1rem);
	}
	.diffie-grid-medium-5 {
		width: calc( 100% / 12 * 5 - 1rem);
	}
	.diffie-grid-medium-6 {
		width: calc( 100% / 12 * 6 - 1rem);
	}
	.diffie-grid-medium-7 {
		width: calc( 100% / 12 * 7 - 1rem);
	}
	.diffie-grid-medium-8 {
		width: calc( 100% / 12 * 8 - 1rem);
	}
	.diffie-grid-medium-9 {
		width: calc( 100% / 12 * 9 - 1rem);
	}
	.diffie-grid-medium-10 {
		width: calc( 100% / 12 * 10 - 1rem);
	}
	.diffie-grid-medium-11 {
		width: calc( 100% / 12 * 11 - 1rem);
	}
	.diffie-grid-medium-12 {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.diffie-grid-small-1 {
		width: calc( 100% / 12 - 1rem );
	}
	.diffie-grid-small-2 {
		width: calc( 100% / 12 * 2 - 1rem );
	}
	.diffie-grid-small-3 {
		width: calc( 100% / 12 * 3 - 1rem );
	}
	.diffie-grid-small-4 {
		width: calc( 100% / 12 * 4 - 1rem );
	}
	.diffie-grid-small-5 {
		width: calc( 100% / 12 * 5 - 1rem );
	}
	.diffie-grid-small-6 {
		width: calc( 100% / 12 * 6 - 1rem );
	}
	.diffie-grid-small-7 {
		width: calc( 100% / 12 * 7 - 1rem );
	}
	.diffie-grid-small-8 {
		width: calc( 100% / 12 * 8 - 1rem );
	}
	.diffie-grid-small-9 {
		width: calc( 100% / 12 * 9 - 1rem );
	}
	.diffie-grid-small-10 {
		width: calc( 100% / 12 * 10 - 1rem );
	}
	.diffie-grid-small-11 {
		width: calc( 100% / 12 * 11 - 1rem );
	}
	.diffie-grid-small-12 {
		width: 100%
	}
}
.diffie_required {
	color: #F62322;
}
.diffie_description {
	background-color: #d2c9c5;
	color: #704f40;
	font-size: 0.8rem;
	font-weight: 700;
	text-align: center;
	padding: 0.25rem 0.5rem;
}
.diffie-position-row {
	align-items: bottom;
	padding: 1rem;
	margin: 1rem 0;
	background-color: #d2c9c5;
	border-left: 3px solid #704f40;
}
.diffie-position-row .diffie-grid-cell {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}
.diffie-position-row .diffie-button {
	margin-bottom: 0;
}
.diffie-position-row .diffie_container {
	width: 100%;
}
.diffie_container.diffie-field-checkbox {
	display: flex;
	align-items: center;
}
.diffie_container.diffie-field-checkbox label {
	line-height: 1;
}
.diffie-active-form-link {
	font-weight: 700;
	position: relative;
}
.diffie-active-form-link:before {
	content: '»';
	display: block;
	position: absolute;
	left: -1rem;
}
.widget ul.diffie-form-links {
	margin-left: 1rem;
}


ul.diffie-form-tabs {
	display: none;
	list-style: none;
	margin: 2rem 0;
	border-bottom: 1px solid #59c7c7;
}
ul.diffie-form-tabs li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.diffie-form-tabs a {
	background-color: #fff;
	border-top: 1px solid #59c7c7;
	border-right: 1px solid #59c7c7;
	border-left: 1px solid #59c7c7;
	border-radius: 5px 5px 0 0;
	padding: 0.2rem 0.6rem;
}
ul.diffie-form-tabs .diffie-active-form-link:before {
	content: '';
}
ul.diffie-form-tabs .diffie-active-form-link a {
	background-color: #f5f5f5;
}

@media (min-width: 769px) {
	ul.diffie-form-tabs {
		display: block;
	}
}
