/*!
	Theme Name: MLG Forms
	Author: Kyle Dalton Smith
	Version: 1.0.0
	License: All Rights Reserved
	License URI: No license is intended for public or private use absent specific written permission by the author. https://choosealicense.com/no-permission/
	Text Domain: mlg-forms
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	text-align: center;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

* {
	box-sizing: border-box;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Begin Kyle Edits */




h1, 
h2,
h3,
h4,
h5,
h6,
#firmContactInfoHeader,
.caption {
	font-family: 'Oswald', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body {
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	padding: 2em;
	padding-top: 3em;
}

@media screen and (max-width: 480px) {
	body {
		padding: 0.5em;
		padding-top: 3em;
	}
}

#Layer_1 {
	max-width: 50%;
    width: 20em;
    margin: 1em auto;
    display: block;
    height: auto;
}

.skip-link {
  background: #319795;
  color: #ffffff;
  font-weight: 700;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
  padding: 4px;
  position: absolute;
}

.skip-link:focus {
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

p {
	text-align: center;
}

.list-view-ul {
	padding: 0;
	margin: 0;
}

.entry-content {
	max-width: 80em;
    margin: 0 auto;
    text-align: left;
	width: fit-content;
}

.list-view-ul {
	list-style: none;
	max-width: 40em;
}

.list-view-svg {
	width: 2em;
    height: 2em;
	position: absolute;
	margin-top: 1em;
}

.list-view-li {
	border-top: 1px solid rgba(255, 255, 255, 0);
	
}

.list-view-li:not(:first-child) {
	border-top: 1px solid #e5e4e5;
}

.list-view-a {
	text-decoration: none;
	color: #000000;
}

.list-view-h4 {
	color: #000000;
	font-weight: 700;
	margin-left: 3rem;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin-bottom: 0.25em;
	text-decoration: underline;
}

.list-view-h3 {
	font-size: 1.75em;
    margin-top: 1.5em;
	margin-bottom: 0.25em;
}

.list-view-h2 {
    font-size: 2em;
	color: #0353a4;
    border-bottom: 3px solid #0353a4;
	text-align: center;
	padding-bottom: 0.25em;
	margin-top: 0;
	margin-bottom: 0.25em;
}
	
.list-view-p {
	text-align: left;
	margin-left: 3rem;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1em;
}

.site-info {
	margin-top: 3em;
}

.list-view-section {
	box-shadow: 0 10px 100px 0 rgba(40, 47, 98, .08);
	padding: 2em;
    border-radius: 1em;
    margin-bottom: 4em;
}

.list-view-section path {
	fill: #000000;
}

.unavailable {
	display: none;
}

.display-none {
	display: none;
}

.logged-in .unavailable {
	display: list-item;
}

.unavailable path {
	fill: #cccccc;
}

.unavailable .list-view-h4 {
	color: #cccccc;
	text-decoration: none;
}

.unavailable .list-view-p {
	color: #cccccc;
}

.list-view-p + .list-view-p {
	margin-top: -1em;
}

.mlg-forms .betterdocs-single-wraper .betterdocs-content-area {
	max-width: 60rem;
	gap: 2em;
}

.mlg-forms .betterdocs-content p {
    line-height: 1.5;
    margin-bottom: 1.375em;
}

@media screen and (max-width: 500px) {
	#Layer_1 {
		max-width: 100%;
	}
}

#firmContactInfoHeader {
	font-size: 1.25em;
    font-weight: 500;
	text-align: center;
}

#firmContactInfoHeader__addressFlex {
	display: flex;
    margin: 0 auto;
    max-width: 40em;
    justify-content: space-around;
}

#post-217 .entry-content,
#post-1092 .entry-content {
	box-shadow: 0 10px 100px 0 rgb(40 47 98 / 8%);
    padding: 2em;
    border-radius: 1em;
    margin-bottom: 4em;
    width: 50rem;
    max-width: 100%;
}

#post-217 h2,
#post-1092 h2 {
	border-top: 1px solid #e5e4e5;
    padding-top: 0.5em;
	color: #0353a4;
}

#post-217 h2:first-child,
#post-1092 h2:first-child {
	border-top: none;
	padding-top: 0;
}

#post-217 ul,
#post-1092 ul {
	list-style: none;
    padding: 0;
	font-size: 1.15em;
}

#post-1092 ul {
	margin-left: 20px;
}

#post-1092 li {
	line-height: 1.5;
}

.page-id-269 main,
.page-id-279 main,
.page-id-293 main,
.page-id-301 main,
.page-id-317 main,
.page-id-322 main,
.page-id-657 main,
.page-id-844 main,
.page-id-928 main,
.page-id-1148 main,
.page-id-1153 main,
.page-id-1201 main {
    max-width: 80em;
    margin: 0 auto;
    width: fit-content;
    box-shadow: 0 10px 100px 0 rgb(40 47 98 / 8%);
    padding: 2em;
    border-radius: 1em;
    margin-bottom: 4em;
	width: 80ch;
    max-width: 90%;
}

.page-id-269 li,
.page-id-293 li,
.page-id-322 li,
.page-id-657 li,
.page-id-844 li,
.page-id-928 li,
.page-id-1148 li,
.page-id-1153 li,
.page-id-1201 li {
    max-width: 80ch;
    line-height: 1.75;
	margin-bottom: 0.75em;
}

.page-id-269 .entry-title,
.page-id-279 .entry-title,
.page-id-293 .entry-title,
.page-id-301 .entry-title,
.page-id-317 .entry-title,
.page-id-322 .entry-title,
.page-id-657 .entry-title,
.page-id-844 .entry-title,
.page-id-928 .entry-title,
.page-id-1148 .entry-title,
.page-id-1153 .entry-title,
.page-id-1201 .entry-title {
	color: #0353a4;
    border-bottom: 3px solid #0353a4;
    text-align: center;
    margin-bottom: 2.5rem;
}

.page-id-279 .entry-content,
.page-id-293 .entry-content,
.page-id-301 .entry-content,
.page-id-317 .entry-content,
.page-id-322 .entry-content,
.page-id-657 .entry-content,
.page-id-844 .entry-content,
.page-id-928 .entry-content,
.page-id-1148 .entry-content,
.page-id-1153 .entry-content,
.page-id-1201 .entry-content {
	width: auto;
}



.page-id-279 p,
.page-id-293 p,
.page-id-301 p,
.page-id-317 p,
.page-id-657 p,
.page-id-844 p,
.page-id-928 p,
.page-id-1148 p,
.page-id-1153 p,
.page-id-1201 p {
	text-align: left;
}

.page-id-844 p,
.page-id-928 p,
.page-id-1148 p,
.page-id-1153 p,
.page-id-1201 p {
	line-height: 1.5;
}

.page-id-293 ul,
.page-id-657 ul,
.page-id-844 ul,
.page-id-928 ul,
.page-id-1201 ul {
	list-style: none;
}

.page-id-293 input,
.page-id-657 input,
.page-id-844 input,
.page-id-928 input,
.page-id-1201 input {
	float: left;
    margin-top: 0.5em;
    margin-right: 0.5em;
    margin-left: -1.25em;
}

.page-id-928 ul ul {
	margin-top: 1em;
	margin-bottom: 1em;
	font-style: italic;
}

h2.modern-footnotes-list-heading {
	border-top: 3px solid #0353a4;
    padding-top: 0.5rem;
}

.modern-footnotes-list li {
	color: #000000;
    font-size: 1.25em;
}

.modern-footnotes-list li span {
	font-weight: 700;
	color: #0353a4;
}

.modern-footnotes-footnote__note--tooltip {
	border-radius: none;
    color: #000000;
    background: #fcfcfc;
    font-size: 0.9em;
    max-height: 200px;
    overflow-x: auto;
}

.modern-footnotes-footnote a {
	font-weight: bold;
	color: #0353a4;
}

/* ------------------------------------------
 * Formidable Forms
 * ------------------------------------------*/

.mlg-forms .with_frm_style .frm_primary_label,
.mlg-forms .with_frm_style input[type=text],
.mlg-forms .with_frm_style textarea,
.mlg-forms .with_frm_style .vertical_radio .frm_radio label,
.mlg-forms .with_frm_style .frm_form_field .frm_checkbox label{
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.mlg-forms .with_frm_style .frm_primary_label {
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 1.5em;
}

.mlg-forms .with_frm_style .frm_checkbox label,
.mlg-forms .with_frm_style .frm_radio label {
	position: relative;
    display: block;
    text-align: left;
    margin: 0.5em 0 0.5em 0;
    font-size: 1.0625rem;
}

.mlg-forms .with_frm_style .frm_form_field .frm_checkbox label,
.mlg-forms .with_frm_style .vertical_radio .frm_radio label {
	padding: 0
}

.hiddenCheckBox,
.hiddenRadioButton {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.visibleCheckBox,
.visibleRadioButton {
	position: relative;
	cursor: pointer;
	margin: 0 0.75em;
	height: 1.5em;
	width: 1.5em;
	background: #dae9f2;
	border-radius: 50%;
	border: 0.5px solid #99b9cc;
	display: inline-block;
    vertical-align: bottom;
	transition: all 0.2s linear;
}

.visibleRadioButton:after {
	content: '';
	position: absolute;
	top: 0.45em;
	left: 0.42em;
	width: 0.55em;
	height: 0.55em;
	border-radius: 50%;
	background: #a1acbd;
	transform: scale(0);
	transition: all 0.2s linear;
	opacity: 0.2;
	pointer-events: none;
}

.visibleCheckBox:before {
	content: '';
	position: absolute;
	top: 0.45em;
	left: 0.425em;
	width: 0.55em;
	height: 0.55em;
	border-radius: 0;
	background: #a1acbd;
	transform: scale(0);
	transition: all 0.2s linear;
	opacity: 0.2;
	pointer-events: none;
}

.frm_checkbox label:hover .visibleCheckBox:before,
.frm_checkbox label:active .visibleCheckBox:before,
.frm_checkbox label:focus .visibleCheckBox:before {
	transform: scale(3.6);
}

.visibleCheckBox:after {
	content: '\2713';
	position: relative;
	top: 0;
    left: 0.35em;
    font-weight: 600;
    color: #ffffff;
    border: none;
	opacity: 0;
	transition: all 0.2s linear;
}

.frm_radio label:hover .visibleRadioButton:after,
.frm_radio label:active .visibleRadioButton:after,
.frm_radio label:focus .visibleRadioButton:after {
	transform: scale(3.6);
}

.hiddenCheckBox:checked + .visibleCheckBox,
.hiddenRadioButton:checked + .visibleRadioButton {
	background-color: #0353a4;
}


.hiddenRadioButton:checked + .visibleRadioButton:after {
	transform: scale(1);
	transition: all 0.2s linear;
	opacity: 1;
	background: #ffffff;
	top: 0.425em;
    left: 0.425em;
}

.hiddenCheckBox:checked + .visibleCheckBox:after {
	opacity: 1;
}

.frm_checkbox label:hover .hiddenCheckBox:checked + .visibleCheckBox:after,
.frm_radio label:hover .hiddenRadioButton:checked + .visibleRadioButton:after,
.frm_checkbox label:active .hiddenCheckBox:checked + .visibleCheckBox:after,
.frm_radio label:active .hiddenRadioButton:checked + .visibleRadioButton:after,
.frm_checkbox label:focus .hiddenCheckBox:checked + .visibleCheckBox:after,
.frm_radio label:focus .hiddenRadioButton:checked + .visibleRadioButton:after {
	transform: scale(1);
}

.visibleCheckBox {
    border-radius: 0;
}

.mlg-forms .with_frm_style input[type=text],
.mlg-forms .with_frm_style input[type=tel],
.mlg-forms .with_frm_style input[type=email],
.mlg-forms .with_frm_style textarea,
.mlg-forms .with_frm_style select {
	display: block;
	box-shadow: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
	margin-top: 0.5em;
    padding: 0.25em 0.5em;
    font-size: 1.125rem;
    background: 0;
    line-height: 1.618;
	border-radius: 0;
}

.mlg-forms .with_frm_style select {
	height: auto;
    padding: 0.25em;
}

.mlg-forms .with_frm_style textarea {
	padding: 0.5em;
}

.mlg-forms .frm_style_formidable-style.with_frm_style .frm_submit button {
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	display: block;
	box-shadow: none;
    line-height: 1.5em;
    padding: 0.5em 1em;
    background: #0353a4;
    color: #ffffff;
    border: 1px solid rgba(0, 123, 194, 1);
    margin: 1.75rem 0;
    text-align: center;
    transition: all 0.25s linear;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
	border-radius: 0;
	font-size: 1.25rem;
}

.mlg-forms .frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.mlg-forms .frm_style_formidable-style.with_frm_style .frm_submit button:active,
.mlg-forms .frm_style_formidable-style.with_frm_style .frm_submit button:focus {
	background: #fff;
    color: #0353a4;
    text-shadow: none;
	border: 1px solid rgba(0, 123, 194, 1);
}

.mlg-forms .with_frm_style .frm_message p {
	font-size: 1.5em;
    text-align: center;
    margin: 0 auto;
	color: #303a40;
}

.mlg-forms .frm_dropzone.frm_single_upload {
	max-width: none;
}

.mlg-forms .frm_html_container p {
	font-size: 1.125rem;
    color: black;
	line-height: 1.35;
	margin-bottom: 0;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.mlg-forms .frm_html_container p strong {
	font-weight: 600;
}
.with_frm_style form {
	min-height: 75vh;
}

/* ------------------------------------------
 * Mediation Calculators
 * ------------------------------------------*/

.table {
	background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	max-width: 50rem;
    text-align: center;
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .25));
	border: 1px solid #aaa;
	border-radius: 0 0 0.2rem 0.2rem;
}

.caption {
	padding: 0.75em;
    background: #0353a4;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	border-radius: 0.2rem 0.2rem 0 0;
    font-size: 1.35em;
    font-weight: 600;
    caption-side: top;
}
.label {
	display: block;
	padding: 1em 1em 0.5em 1em;
	font-size: 1.125em;
}

.currencySymbol {
    display: inline-block;
    padding: 0.25em;
    padding-right: 0;
    font-size: 1.125rem;
    width: 1em;
    text-align: center;
    vertical-align: middle;
    transition: all .1s linear;
    line-height: 1;
}

.currencyInputWrapper {
    display: inline-block;
    position: relative;
    border-radius: 0.2rem;
    border: 2px solid rgba(113, 153, 176, 0);
    z-index: 1;
    width: 100%;
    max-width: 12.5rem;
}

.currencyInputWrapper:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(113, 153, 176, 1);
    border-radius: 0.2rem;
    background: #ffffff;
    transition: all .1s linear;
}

.currencyInputWrapper:focus:before {
    border: 2px solid #7199b0;
}

.currencyInputWrapper:focus-within:before {
    border: 2px solid #7199b0;
}

.input__currency {
  outline: none;
}

.input__currency {
	border: none;
    background: 0 0;
    padding: 0.25em;
    font-size: 1.325rem;
    color: #303a40;
    width: 100%;
    max-width: calc(100% - 2.25em);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 0 0.2rem 0.2rem 0;
}

.nextMoveCalculator--label__question {
	font-size: 1.25rem;
	font-weight: 500;
}

.output__nextMoveRecommendation {
    display: block;
    position: relative;
    border: none;
    width: 100%;
    max-width: calc(100% - 0.5em - 4px);
    margin: 0 auto;
    padding: 0;
    font-size: 1.325em;
    text-align: center;
    background: 0;
    line-height: 1.375;
    cursor: text;
    user-select: all;
	padding: 0.25em;
}
.outputWrapper {
	width: 100%;
    max-width: 12.5rem;
    display: inline-block;
    position: relative;
}

.outputWrapper:before {
    background: #d5ffe8;
    font-weight: 700;
	content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0.2rem;
    border: 2px solid rgba(113,153,176,1);
}

.rangeWrapper {
	width: 100%;
    max-width: 12.5rem;
    display: inline-block;
    position: relative;
}

.rangeWrapper:before {
    background: #FFFFE0;
    font-weight: 700;
	content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0.2rem;
    border: 2px solid #FFDF00;
}

.defendantsMidpointWrapper {
	width: 100%;
    max-width: 12.5rem;
    display: inline-block;
    position: relative;
}

.defendantsMidpointWrapper:before {
    background: #ffe8e7;
    font-weight: 700;
	content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0.2rem;
    border: 2px solid #CD0000;
}

.output__nextMoveRecommendation--range {
    display: block;
    position: relative;
    border: none;
    width: 100%;
    max-width: calc(100% - 0.5em - 4px);
    margin: 0 auto;
    padding: 0;
    font-size: 1.325em;
    text-align: center;
    background: 0;
    line-height: 1.375;
    cursor: text;
    user-select: all;
	padding: 0.25em;
}

#output__nextMoveRecommendation--defendantsMidpointWrapper {
	display: block;
    position: relative;
    border: none;
    width: 100%;
    max-width: calc(100% - 0.5em - 4px);
    margin: 0 auto;
    padding: 0;
    font-size: 1.325em;
    text-align: center;
    background: 0;
    line-height: 1.375;
    cursor: text;
    user-select: all;
	padding: 0.25em;
}

#reset__nextMoveCalculator {
	display: block;
    margin: 1.5em auto;
    padding: 0.5em 1em;
    max-width: 12.5rem;
    width: 100%;
    background: #0353a4;
    color: #ffffff;
    font-weight: 600;
	border: none;
	cursor: pointer;
}

#bracketWrapper {
	display: none;
}

#offerWrapper {
	display: none;
}

.nextMoveCalculator--p__question,
.nextMoveCalculator--p__bracketRange {
	font-size: 1.25rem;
    font-weight: 500;
}

#rangeOutputWrapper {
	display: none;
}

.nextMoveCalculator--div__radioWrapper {
	font-size: 1.25em;
    margin-bottom: 0.5em;
}

#mediationTableParent {
	display: flex;
    flex-flow: row nowrap;
	justify-content: space-between;
}

.mediationTableColumn {
	display: flex;
    flex-flow: column nowrap;
	width: calc(95% / 3);
}

.page-id-317 .mediationTableHeader {
	text-align: center;
    font-size: 1.25em;
    font-weight: 700;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
    line-height: 2;
	background: #fffacd;
	margin-bottom: 0.25em;
}

.page-id-317 .mediationTableColumn:first-child .mediationTableHeader {
	background: #d5ffe8;
}

.page-id-317 .mediationTableColumn:last-child .mediationTableHeader {
	background: #FFCCCB;
}

.mediationTableUL {
	list-style-type: none;
    padding: 0;
    margin: 0;
}

.mediationTableLI {
	line-height: 2;
    text-align: center;
}

.page-id-317 .mediationTableColumn:first-child .mediationTableLI {
	text-align: left;
}

.page-id-317 .mediationTableColumn:last-child .mediationTableLI {
	text-align: right;
}

@media screen and (max-width: 600px) {
	#mediationTableParent {
		flex-flow: column nowrap;
	}
	.mediationTableColumn {
		width: 100%;
	}
	.page-id-317 .mediationTableColumn .mediationTableLI {
		text-align: left;
	}
	.page-id-317 .mediationTableColumn:last-child .mediationTableLI {
		text-align: left;
	}
}

.redAsterisk {
	color: red!important;
}

.post-394 .entry-content,
.post-408 .entry-content,
.post-416 .entry-content,
.post-425 .entry-content,
.post-437 .entry-content,
.post-447 .entry-content,
.post-455 .entry-content,
.post-462 .entry-content,
.post-515 .entry-content,
.post-530 .entry-content,
.post-605 .entry-content,
.post-537 .entry-content,
.post-545 .entry-content,
.post-552 .entry-content,
.post-586 .entry-content,
.post-620 .entry-content,
.post-700 .entry-content,
.post-718 .entry-content,
.post-726 .entry-content,
.post-741 .entry-content,
.post-791 .entry-content,
.post-996 .entry-content,
.post-1085 .entry-content,
.post-1247 .entry-content {
	box-shadow: 0 10px 100px 0 rgba(40, 47, 98, .08);
    padding: 2em;
    border-radius: 1em;
    margin-bottom: 4em;
    width: 50rem;
    max-width: 100%;
}
#post-726 .entry-content {
	-webkit-user-select: all;
	user-select: all;
}

#post-726 .entry-content p {
	text-align: left;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.mlg-forms .entry-content .with_frm_style .frm_html_container {
	margin-bottom: 0;
}

.mlg-forms .frm_style_formidable-style.with_frm_style div.frm_description {
	font-size: 1rem;
    line-height: 1.5;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.mlg-forms .with_frm_style .frm-show-form .frm_section_heading h3 {
    font-family: 'Oswald', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.75em;
}

.mlg-forms .with_frm_style .frm-show-form .frm_section_heading h4 {
	font-size: 1.5em;
	margin-bottom: 0;
}

.mlg-forms .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing {
	margin-bottom: 0;
}
	
.mlg-forms .with_frm_style .vertical_radio .frm_checkbox label,
.mlg-forms .with_frm_style .vertical_radio .frm_radio label {
	text-indent: 0;
}

div.frm_submit {
	display: flex;
	justify-content: space-between;
}

.post-279 table {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.post-279  td, 
.post-279 th {
  border: 1px solid #ddd;
  padding: 8px;
}

.post-279  tr:nth-child(even) {
	background-color: #f2f2f2;
}

.post-279  tr:hover {
	background-color: #ddd;
}

.post-279 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0353a4;
  color: white;
}

.post-620 p {
	font-size: 1.25rem;
	text-align: left;
	line-height: 1.5;
}

.post-620 .with_frm_style form {
	min-height: unset;
}

.betterdocs-wraper #cat-id-5 {
	order: 1;
}

.betterdocs-wraper #cat-id-7 {
	order: 2;
}

.betterdocs-wraper #cat-id-2 {
	order: 3;
}

#twoSpacesHeader {
	position: fixed;
	top: 0;
	width: 100%;
	background: #A52A2A;
    left: 0;
    color: white;
    line-height: 1.5;
    height: auto;
    text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.5);
	padding: 0.25rem;
}

.post-741 .entry-content {
	text-align: left;
	font-size: 1.125rem;
	line-height: 1.5;
	counter-reset: h2counter;
}

.post-741 p {
	text-align: left;
	line-height: 1.5;
}

.post-741 li {
	font-size: 1.125rem;
	line-height: 1.5;
}

.post-741 li + li {
	margin-top: 0.5em;
}

.post-741 h1 {
	font-size: 2.5em;
}

.post-741 h2 {
	font-size: 2em;
	color: #0353a4;
	border-bottom: 3px solid #0353a4;
	counter-reset: h3counter;
	padding-left: 42px;
	text-indent: -42px;
	line-height: 1.25;
}

.post-741 h3 {
	font-size: 1.5em;
	padding-left: 55px;
	text-indent: -55px;
	line-height: 1.25;
}

.post-741 h2::before {
	content: counter(h2counter) ".\0000a0\0000a0";
	counter-increment: h2counter;
	
}

.post-741 h3::before {
	counter-increment: h3counter;
	content: counter(h2counter) "." counter(h3counter) ".\0000a0\0000a0";
}

.underline {
	text-decoration: underline;
}

.exampleBlock {
	margin: 2rem;
	background: #f5f5f5;
	padding: 1rem 1.5rem;
	border-radius: 0.35em;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.exampleBlock h4 {
	font-size: 1.25em;
	margin: 0;
}

.exampleBlock p {
	margin-bottom: 0;
}

@media screen and (max-width: 480px) {
	.post-741 .entry-content {
		padding: 1em;
	}
	.exampleBlock {
		margin: 1rem;
	}
}

#ez-toc-container {
	margin: 0 auto;
}

#ez-toc-container .ez-toc-heading-level-2 > a {
	font-weight: 600;
}

.ez-toc-title-container {
	text-align: center;
}

div#ez-toc-container p.ez-toc-title {
	font-weight: 700;
}

div#ez-toc-container {
	background: #f5f5f5;
    padding: 1rem 1.5rem;
    border-radius: 0.35em;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 25%);
    border: none;
}

.intakeFormH2 {	
	color: black;
	border-top: 1px solid #cfcfcf;
	padding-top: 0.2em;
}

#frm_field_1659_container .frm_checkbox:nth-child(1) label,
#frm_field_1659_container .frm_checkbox:nth-child(2) label {
	font-weight: 700;
}

#frm_field_1707_container .frm_checkbox:nth-child(even) label {
	background: #f4f8fd;
	padding: 0.5em;
	margin: 0;
}

#frm_field_1707_container .frm_checkbox:nth-child(odd) label {
	padding: 0.5em;
	margin: 0;
}

#frm_field_1707_container .frm_checkbox label {
	display: flex;
	gap: 0.25em;
	flex-flow: nowrap;
	align-items: center;
}

.mlg-forms .post-996 .frm_style_formidable-style.with_frm_style div.frm_description,
.mlg-forms .post-1085 .frm_style_formidable-style.with_frm_style div.frm_description,
.mlg-forms .post-1247 .frm_style_formidable-style.with_frm_style div.frm_description {
	background: #f4f8fd;
	padding: 0.5em;
}

#WordsOfWisdom {
	position: absolute;
	top: 0;
	width: 100%;
	background: #0353a4;
	margin: 0;
	left: 0;
	padding: 0.5em;
	color: #ffffff;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

body.home #ez-toc-container {
	display: none;
}

#ez-toc-container a {
	color: #000000;
}

#ez-toc-container a:visited {
	color: #000000;
}

body.home .ez-toc-section,
body.home h2,
body.home h3 {
	scroll-margin: 3rem;
}

body.home h1.entry-title {
	display: none;
}

body.home .site-branding {
	margin-bottom: 4em;
}

.TeamPhotosImage {
	max-width: 20rem;
	height: auto;
}

.TeamPhotosLink {
	border: 2px solid #0353a4;
	display: inline-block;
	max-width: fit-content;
	max-height: fit-content;
	display: inline-flex;
}
	
@media screen and (min-width: 1240px) {
	body.home #ez-toc-container {
		display: block;
		position: fixed;
		top: 3rem;
		right: 0;
		box-shadow: 0 10px 100px 0 rgba(40, 47, 98, .08);
		background: #ffffff;
		border-radius: 0;
		border: 1px solid #e8e8e8;
	}
	body.home .ez-toc-title-container {
		display: none;
	}
	body.home .ez-toc-toggle {
		display: none;
	}
}

.page-id-1050 h2 {
	text-align: center;
}

.TeamPhotosLink {
	margin: 0 auto;
	display: block;
}

.teamPhotoImageWrapper {
	display: flex;
	max-width: 100%;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	gap: 3rem 0;
}