From 8de99104fd33404679e8a3d6130dfd420ebcc0c3 Mon Sep 17 00:00:00 2001
From: ariannedee
A Court File Number contains only digits and must be between 4 and 10 digits in length.
You will need the following documents to move forward with the divorce request:
- If you are planning to {% include "partials/tooltips/swear_affirm.html" %}
- at the court registry then you should also:
+ If you are planning to swear/affirm and sign at the court registry then you should also:
This is the filing # given by the Court Registry to your spouse when they filed their portion
- of the documents. If unknown, please check with your spouse before entering your Court File #.">
+ of the documents. If unknown, please check with your spouse before entering your Court File Number.">
{% if with_cso %}CSO {% endif %}Online Package #
\ No newline at end of file
From aa9db0b3d75b335ae3a7ece7d1cef180583b2885 Mon Sep 17 00:00:00 2001
From: ariannedee
+ - Does not require signatures when filed online.
+{% endblock %}
+
+{% block label %}
+ Agreement as to Annual Income (F9)
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/base.html b/edivorce/apps/core/templates/partials/tooltips/base.html
new file mode 100644
index 00000000..b512d23b
--- /dev/null
+++ b/edivorce/apps/core/templates/partials/tooltips/base.html
@@ -0,0 +1,8 @@
+
+
+ {% if text %}{{ text }}{% else %}{% block label %}{% endblock %}{% endif %}
+
+
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/certificate_of_pleading_36.html b/edivorce/apps/core/templates/partials/tooltips/certificate_of_pleading_36.html
index 84b161a3..b3f4ccfe 100644
--- a/edivorce/apps/core/templates/partials/tooltips/certificate_of_pleading_36.html
+++ b/edivorce/apps/core/templates/partials/tooltips/certificate_of_pleading_36.html
@@ -1,10 +1,16 @@
-
- Certificate of Pleadings Form (F36)
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Certificate of Pleadings Form (F36)
+{% endblock %}
+
+{% block inner %}
+ This form is completed by registry staff after your application has been reviewed by them.
+ It shows the judge that your application has been checked and is complete.
+
+ - Does not require signatures when filed online.
+{% endblock %}
+
+{% block label %}
+ Certificate of Pleadings Form (F36)
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/commissioner.html b/edivorce/apps/core/templates/partials/tooltips/commissioner.html
index 89205550..2787e7f0 100644
--- a/edivorce/apps/core/templates/partials/tooltips/commissioner.html
+++ b/edivorce/apps/core/templates/partials/tooltips/commissioner.html
@@ -1,12 +1,18 @@
-
- commissioner
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Commissioner
+{% endblock %}
+
+{% block inner %}
+ A Commissioner for Taking Affidavits is a person appointed or designated under the Evidence Act to administer oaths and affirmations
+ and to take affidavits and declarations. A person may be eligible for appointment as a Commissioner for Taking Affidavits if their
+ employment, or work with a volunteer organization, involves administering oaths or affirmations, or taking affidavits or statutory
+ declarations, as permitted, authorized or required by law. Lawyers and notaries public are always commissioners for taking affidavits,
+ as are family justice counsellors and many court registry staff. There is also usually a commissioner for taking affidavits at each
+ Service BC office throughout the province.
+{% endblock %}
+
+{% block label %}
+ commissioner
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/court_file_number.html b/edivorce/apps/core/templates/partials/tooltips/court_file_number.html
index cd111cb0..04c0839c 100644
--- a/edivorce/apps/core/templates/partials/tooltips/court_file_number.html
+++ b/edivorce/apps/core/templates/partials/tooltips/court_file_number.html
@@ -1,8 +1,14 @@
-
+ of the documents. If unknown, please check with your spouse before entering your Court File Number
+{% endblock %}
+
+{% block label %}
Court File Number
-
-
\ No newline at end of file
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/court_registry.html b/edivorce/apps/core/templates/partials/tooltips/court_registry.html
index a8e55ea3..87483240 100644
--- a/edivorce/apps/core/templates/partials/tooltips/court_registry.html
+++ b/edivorce/apps/core/templates/partials/tooltips/court_registry.html
@@ -1,19 +1,24 @@
-
- Court Registry
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Court Registry
+{% endblock %}
+
+{% block inner %}
+ You have selected to file at the following Ministry of Attorney General Court Registry location:
+
+
+ {% if court_registry_for_filing %}
+ {{ court_registry_for_filing }}
+
+ {{ court_registry_for_filing_address }}
+
+ {{ court_registry_for_filing_postal_code }}
+ {% else %}
+ No Court Registry was chosen
+ {% endif %}
+{% endblock %}
+
+{% block label %}
+ Court Registry
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/draft_final_order_52.html b/edivorce/apps/core/templates/partials/tooltips/draft_final_order_52.html
index da430aa2..2ee1e219 100644
--- a/edivorce/apps/core/templates/partials/tooltips/draft_final_order_52.html
+++ b/edivorce/apps/core/templates/partials/tooltips/draft_final_order_52.html
@@ -1,10 +1,16 @@
-
- Draft Final Order Form (F52)
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Draft Final Order Form (F52)
+{% endblock %}
+
+{% block inner %}
+ This will be your divorce order once the judge has signed it.
+ It sets out the court order.
+
+ - Requires signature by both you and your spouse (but not a signature in front of a commissioner)">
+{% endblock %}
+
+{% block label %}
+ Draft Final Order Form (F52)
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/file.html b/edivorce/apps/core/templates/partials/tooltips/file.html
index 324f11fc..229dcc8e 100644
--- a/edivorce/apps/core/templates/partials/tooltips/file.html
+++ b/edivorce/apps/core/templates/partials/tooltips/file.html
@@ -1,7 +1,13 @@
-
- file
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ File
+{% endblock %}
+
+{% block inner %}
+ Need tooltip text still
+{% endblock %}
+
+{% block label %}
+ file
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/form_child_support_37.html b/edivorce/apps/core/templates/partials/tooltips/form_child_support_37.html
index 2f511284..db91611a 100644
--- a/edivorce/apps/core/templates/partials/tooltips/form_child_support_37.html
+++ b/edivorce/apps/core/templates/partials/tooltips/form_child_support_37.html
@@ -1,10 +1,16 @@
-
- Child Support Affidavit (F37)
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Child Support Affidavit (F37)
+{% endblock %}
+
+{% block inner %}
+ This form gives facts about your children and child support, including the order you're asking the court for.
+ You must also attach your separation agreement or court orders about children to this form as exhibits.
+
+ - Required swearing/affirming and signatures by both you and your spouse in front of a commissioner.
+{% endblock %}
+
+{% block label %}
+ Child Support Affidavit (F37)
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/form_desk_order_38.html b/edivorce/apps/core/templates/partials/tooltips/form_desk_order_38.html
index 8014e6c7..9fb4676a 100644
--- a/edivorce/apps/core/templates/partials/tooltips/form_desk_order_38.html
+++ b/edivorce/apps/core/templates/partials/tooltips/form_desk_order_38.html
@@ -1,9 +1,15 @@
-
- {% if text %}{{ text }}{% else %}Affidavit — Desk Order Divorce Form (F38){% endif %}
-
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Affidavit - Desk Order Divorce Form (F38)
+{% endblock %}
+
+{% block inner %}
+
+ This form sets out all the facts of your marriage and separation for the court and gives information about parenting time if you have children.
+ It requires swearing/affirming and signatures by both you and your spouse in front of a commissioner.
+{% endblock %}
+
+{% block label %}
+ Affidavit — Desk Order Divorce Form (F38)
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/identification_of_applicant.html b/edivorce/apps/core/templates/partials/tooltips/identification_of_applicant.html
index 289f4fa8..ad4f16ab 100644
--- a/edivorce/apps/core/templates/partials/tooltips/identification_of_applicant.html
+++ b/edivorce/apps/core/templates/partials/tooltips/identification_of_applicant.html
@@ -1,9 +1,15 @@
-
- Identification of Applicant (VSA 512)
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Identification of Applicant (VSA 512)
+{% endblock %}
+
+{% block inner %}
+ This form is used by the Court to notify Vital Statistics of court-ordered legal changes of name.
+
+ - Does not require signatures.
+{% endblock %}
+
+{% block label %}
+ Identification of Applicant (VSA 512)
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/joint_divorce_proceedings.html b/edivorce/apps/core/templates/partials/tooltips/joint_divorce_proceedings.html
index 5b399a96..f9f4078d 100644
--- a/edivorce/apps/core/templates/partials/tooltips/joint_divorce_proceedings.html
+++ b/edivorce/apps/core/templates/partials/tooltips/joint_divorce_proceedings.html
@@ -1,11 +1,17 @@
-
- Registration of Joint Divorce Proceedings (JUS280)
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Registration of Joint Divorce Proceedings (JUS280)
+{% endblock %}
+
+{% block inner %}
+ This form is for a central divorce registry in Ottawa.
+ They use the form to check to make sure there is no other divorce proceeding pending in Canada.
+ They also keep track of all divorces in Canada.
+
+ - Does not require signatures.
+{% endblock %}
+
+{% block label %}
+ Registration of Joint Divorce Proceedings (JUS280)
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/joint_family_claim_1.html b/edivorce/apps/core/templates/partials/tooltips/joint_family_claim_1.html
index 55d17a14..765b6344 100644
--- a/edivorce/apps/core/templates/partials/tooltips/joint_family_claim_1.html
+++ b/edivorce/apps/core/templates/partials/tooltips/joint_family_claim_1.html
@@ -1,9 +1,16 @@
-
- {% if text %}{{ text }}{% else %}Notice of Joint Family Claim{% endif %}
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Notice of Joint Family Claim Form (F1)
+{% endblock %}
+
+{% block inner %}
+ This form starts your divorce proceeding.
+ It gives the court details about you and your spouse, your marriage and separation, and what you'reasking the court for.
+
+ - Does not require signatures when filed online.
+{% endblock %}
+
+{% block label %}
+ Notice of Joint Family Claim
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/online_package_number.html b/edivorce/apps/core/templates/partials/tooltips/online_package_number.html
index d8bd46fd..cadd878d 100644
--- a/edivorce/apps/core/templates/partials/tooltips/online_package_number.html
+++ b/edivorce/apps/core/templates/partials/tooltips/online_package_number.html
@@ -1,8 +1,14 @@
-
- {% if with_cso %}CSO {% endif %}Online Package #
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ CSO Online Package #
+{% endblock %}
+
+{% block inner %}
+ This is the filing # given by the Court Registry to your spouse when they filed their portion
+ of the documents. If unknown, please check with your spouse before entering your Court File Number.
+{% endblock %}
+
+{% block label %}
+ {% if with_cso %}CSO {% endif %}Online Package #
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/proof_of_marriage.html b/edivorce/apps/core/templates/partials/tooltips/proof_of_marriage.html
index d844ae40..b7966801 100644
--- a/edivorce/apps/core/templates/partials/tooltips/proof_of_marriage.html
+++ b/edivorce/apps/core/templates/partials/tooltips/proof_of_marriage.html
@@ -1,10 +1,16 @@
-
- Proof of marriage
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Proof of marriage
+{% endblock %}
+
+{% block inner %}
+ To get a divorce, you need an original marriage certificate or certified true copy of your registration of marriage to prove you are married.
+ There are other options described in this tool if you can't get a copy of your marriage certificate or registration of marriage.
+
+ - Does not require signatures.
+{% endblock %}
+
+{% block label %}
+ Proof of marriage
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/requisition_form_35.html b/edivorce/apps/core/templates/partials/tooltips/requisition_form_35.html
index e60af04c..ef40b372 100644
--- a/edivorce/apps/core/templates/partials/tooltips/requisition_form_35.html
+++ b/edivorce/apps/core/templates/partials/tooltips/requisition_form_35.html
@@ -1,10 +1,16 @@
-
- Requisition Form (F35)
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Requisition Form (F35)
+{% endblock %}
+
+{% block inner %}
+ This form is a request to the Court for your application for divorce.
+ It tells the court that you want a divorce and outlines all the documents you are filing in support of your application.
+
+ - Does not require signatures when filed online.
+{% endblock %}
+
+{% block label %}
+ Requisition Form (F35)
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/swear_affirm.html b/edivorce/apps/core/templates/partials/tooltips/swear_affirm.html
index 0c885e1e..e8873a10 100644
--- a/edivorce/apps/core/templates/partials/tooltips/swear_affirm.html
+++ b/edivorce/apps/core/templates/partials/tooltips/swear_affirm.html
@@ -1,14 +1,21 @@
-
- {% if text %}{{ text }}{% else %}swear/affirm{% endif %}
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Swear/Affirm
+{% endblock %}
+
+{% block inner %}
+ An "affidavit" is a written document that contains facts that you must swear under oath (usually on a Bible or other religious book)
+ or affirm (non-religious promise) to be true.
+ After you swear or affirm, the affidavit is evidence of the facts it sets out,
+ just as if you took the stand in a courtroom to provide those facts.
+
+ To swear or affirm an affidavit, you must meet with a commissioner for taking oaths.
+ The commissioner (often a lawyer, notary public or registry clerk) will check your photo id to make sure you are who you say you are,
+ ask you if you understand the contents of your affidavit, then ask you to swear or affirm that the contents are true.
+ The commissioner will then watch you sign the document before signing it themselves.
+{% endblock %}
+
+{% block label %}
+ swear/affirm
+{% endblock %}
\ No newline at end of file
diff --git a/edivorce/apps/core/templates/partials/tooltips/virtual_session.html b/edivorce/apps/core/templates/partials/tooltips/virtual_session.html
index 6eb20c97..be396cc6 100644
--- a/edivorce/apps/core/templates/partials/tooltips/virtual_session.html
+++ b/edivorce/apps/core/templates/partials/tooltips/virtual_session.html
@@ -1,12 +1,18 @@
-
- virtual session
\ No newline at end of file
+{% extends "partials/tooltips/base.html" %}
+
+{% block title %}
+ Virtual Session
+{% endblock %}
+
+{% block inner %}
+ When you select Virtual Session you will be contacted via email by the court registry to setup an online
+ signing of your affidavit(s). Note that you will require a smart phone with a camera that runs iOS
+ version X or Android version Y or a computer with a camera running Windows or MacOS. During the session
+ both you and the court registry clerk will sign your forms separately and then upload them back in this
+ tool. When you choose this option you will also need to scan and upload the unsigned affidavit(s) to
+ this site before the virtual session.
+{% endblock %}
+
+{% block label %}
+ virtual session
+{% endblock %}
\ No newline at end of file
From bda234493f837f2aa46386828d7ad1992eebfddf Mon Sep 17 00:00:00 2001
From: ariannedee
From 7069fe56685cd3278fd6c487baf2029e5507c738 Mon Sep 17 00:00:00 2001
From: ariannedee
- If you are planning to {% include "partials/tooltips/swear_affirm.html" %} with a lawyer, notary or other commissioner please contact - them directly. + If you are planning to swear/affirm with a lawyer, notary or other commissioner please contact them directly.
{% elif how_to_sign == 'Separately' and signing_location_you == 'In-person' and signing_location_spouse == 'In-person' %} @@ -121,8 +119,8 @@- If you are planning to {% include "partials/tooltips/swear_affirm.html" %} - at the court registry then you should also have print outs of all your completed documents with you. + If you are planning to swear/affirm at the court registry then you should also have print outs of all your + completed documents with you.
Once you have filed, your spouse will be able to sign/swear and file their affidavits at the court registry. @@ -133,7 +131,7 @@
{% include "partials/filing_location.html" %}- If you are planning to {% include "partials/tooltips/swear_affirm.html" %} with a lawyer, notary or other commissioner please contact + If you are planning to swear/affirm with a lawyer, notary or other commissioner please contact them directly.
@@ -169,11 +167,10 @@- If they are planning to {% include "partials/tooltips/swear_affirm.html" with text="swear/affirm and sign" %} - at the court registry then they should also: + If they are planning to swear/affirm and sign at the court registry then they should also:
- If they are planning to {% include "partials/tooltips/swear_affirm.html" %} with a lawyer, notary or other commissioner please contact + If they are planning to swear/affirm with a lawyer, notary or other commissioner please contact them directly.
@@ -200,8 +197,7 @@- If you are planning to {% include "partials/tooltips/swear_affirm.html" %} - at the court registry then you should also: + If you are planning to swear/affirm at the court registry then you should also:
- If you are planning to {% include "partials/tooltips/swear_affirm.html" %} with a lawyer, notary or other commissioner please contact - them directly. + If you are planning to swear/affirm with a lawyer, notary or other commissioner please contact them directly.
Your spouse will {% include "partials/tooltips/swear_affirm.html" %} in a {% include "partials/tooltips/virtual_session.html" %} - with the - court registry. + with the court registry.
The process for a virtual session is as follows:
From 72f1ce9bf1b6b8ad2cffea703a18646f68ab24c8 Mon Sep 17 00:00:00 2001
From: ariannedee
- Please return to this page once you have completed the - Final Filing step. + + Please return to this page once you have completed the + Final Filing step. +
{% else %} {% if how_to_file == 'Online' %}- You have successfully completed filing online. + You have successfully completed filing online.
Your {% include "partials/tooltips/online_package_number.html" with with_cso=True %} is {{ final_filing_package_number }} diff --git a/edivorce/apps/core/templates/dashboard/order_certificate.html b/edivorce/apps/core/templates/dashboard/order_certificate.html index 7de4ec21..0355f4f3 100644 --- a/edivorce/apps/core/templates/dashboard/order_certificate.html +++ b/edivorce/apps/core/templates/dashboard/order_certificate.html @@ -3,18 +3,19 @@ {% block title %}{{ block.super }}: Overview{% endblock %} {% block progress %}{% include "partials/dashnav.html" with active_page=active_page %}{% endblock %} +{% block container_col %}dashboard-content{% endblock %} {% block content %}
$40 for each Certificate of Divorce (as of March 2013)
Anytime after 31 days have passed and the divorce has become final, you can go back to the registry to ask for a Certificate of Divorce Form (F56).
+There is a $40 charge for each Certificate of Divorce issued.
- This step isn't mandatory. If you don't go to the court registry to get a Certificate of Divorce, your divorce will still be legal. If you - ever have to show legal proof of your divorce, you can use your divorce order. However, you may prefer just to show a certificate rather than - all the details in the order. + This step isn't mandatory. If you don't go to the court registry to get a Certificate of Divorce, your divorce will still be legal. + If you ever have to show legal proof of your divorce, you can use your divorce order. + However, you may prefer just to show a certificate rather than all the details in the order.
For details on diff --git a/edivorce/apps/core/templates/dashboard/wait_for_number.html b/edivorce/apps/core/templates/dashboard/wait_for_number.html index ce074b2c..8b4371d0 100644 --- a/edivorce/apps/core/templates/dashboard/wait_for_number.html +++ b/edivorce/apps/core/templates/dashboard/wait_for_number.html @@ -9,7 +9,7 @@
- You’ve successfully completed your initial filing with the Court Registry. + You’ve successfully completed your initial filing with the Court Registry.
Your {% include "partials/tooltips/online_package_number.html" with with_cso=True %} is {{ initial_filing_package_number }} @@ -42,8 +42,10 @@ the next steps to complete your filing.
- Please return to this page once you have completed the - Initial Filing step. + + Please return to this page once you have completed the + Initial Filing step. +
{% endif %} {% endblock %} diff --git a/vue/src/components/Uploader/Uploader.vue b/vue/src/components/Uploader/Uploader.vue index a57cec7f..7483a4ff 100644 --- a/vue/src/components/Uploader/Uploader.vue +++ b/vue/src/components/Uploader/Uploader.vue @@ -11,8 +11,7 @@ - Joint- (Optional: {{ formDef.optional }}) + (Optional: {{ formDef.optional }})
Enter your Court File Number:
A Court File Number contains only digits and must be between 4 and 10 digits in length.
diff --git a/edivorce/apps/core/templates/dashboard/sign_file_options.html b/edivorce/apps/core/templates/dashboard/sign_file_options.html index 4b2a06c9..515c0b7a 100644 --- a/edivorce/apps/core/templates/dashboard/sign_file_options.html +++ b/edivorce/apps/core/templates/dashboard/sign_file_options.html @@ -6,7 +6,7 @@ {% block progress %}{% include "partials/dashnav.html" with active_page=active_page %}{% endblock %} -{% block container_col %}signing-filing{% endblock %} +{% block container_col %}dashboard-content{% endblock %} {% block content %}For details on - how to apply for a Certificate of Divorce + + how to apply for a Certificate of Divorce refer to the Legal Services Society website.
@@ -195,12 +195,12 @@ in the following order:
@@ -265,11 +265,11 @@
diff --git a/edivorce/apps/core/templates/dashboard/initial_filing.html b/edivorce/apps/core/templates/dashboard/initial_filing.html index ef2bbb6e..1c39c398 100644 --- a/edivorce/apps/core/templates/dashboard/initial_filing.html +++ b/edivorce/apps/core/templates/dashboard/initial_filing.html @@ -59,20 +59,20 @@
The {% include "partials/tooltips/joint_family_claim_1.html" with text="Notice of Joint Family Claim Form (F1)" %} will be +
The {% include "partials/tooltips/forms/joint_family_claim_1.html" with text="Notice of Joint Family Claim Form (F1)" %} will be automatically filed for you.
The {% include "partials/tooltips/joint_family_claim_1.html" with text="Notice of Joint Family Claim Form (F1)" %} will be +
The {% include "partials/tooltips/forms/joint_family_claim_1.html" with text="Notice of Joint Family Claim Form (F1)" %} will be automatically filed for you.
The following forms will be automatically filed for you:
The following forms will be submitted for you but @@ -80,8 +80,8 @@ before filing (see next step for details)
You must both go together to the registry or to a commissioner for taking affidavits to swear/affirm and sign the affidavit(s). This option costs less (less filing fees) and is typically faster and easier for both of you.
-There are strict rules for when you can swear/affirm and sign your {% include "partials/tooltips/form_desk_order_38.html" %}. +
There are strict rules for when you can swear/affirm and sign your {% include "partials/tooltips/forms/desk_order_38.html" %}. You must do it:
OR
-You can each swear/affirm and sign your own version of the affidavit (you can go separately to the registry or a commissioner for taking affidavits to swear/affirm and sign the affidavit(s)).
-There are strict rules for when you can swear/affirm and sign your {% include "partials/tooltips/form_desk_order_38.html" %}. +
There are strict rules for when you can swear/affirm and sign your {% include "partials/tooltips/forms/desk_order_38.html" %}. You must:
OR
You will need the following documents to move forward with the divorce request:
A detailed explanation of the + meaning of ordinary residence can be + found on the Department of Justice website.
+{% endblock %} + +{% block label %} + ordinary residence +{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/original_marriage_certificate.html b/edivorce/apps/core/templates/partials/tooltips/original_marriage_certificate.html new file mode 100644 index 00000000..a5c338d0 --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/original_marriage_certificate.html @@ -0,0 +1,17 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Original Marriage Certificate +{% endblock %} + +{% block inner %} + The marriage certificate you received at the church — + or any other place where you were married — isn't acceptable in court. You can get a marriage certificate + or a certified copy of the registration of marriage from + Vital Statistics + (an office run by the provincial government). +{% endblock %} + +{% block label %} + marriage certificate +{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/registration_marriage_certificate.html b/edivorce/apps/core/templates/partials/tooltips/registration_marriage_certificate.html new file mode 100644 index 00000000..aaeb8f4f --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/registration_marriage_certificate.html @@ -0,0 +1,22 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Registration Marriage Certificate +{% endblock %} + +{% block inner %} + The Registration of Marriage is the document issued by Vital Statistics + (an office run by the provincial government) along with the Marriage License. This document would have been signed by you, your + spouse, the person who married you (the officiant), and your wedding ceremony witnesses. Within 48 hours of the wedding, the officiant + would have submitted the registration to the Vital Statistics Agency where the registration information becomes a permanent legal record. + Vital Statistics cannot issue a marriage certificate until the marriage is registered. +This tool is for those seeking - - joint divorce. - If you are seeking a - - sole divorce you can find the required forms - on the using Supreme Court of B.C. website +
This tool is for those seeking {% include "partials/tooltips/joint_divorce.html" %}. + If you are seeking a {% include "partials/tooltips/sole_divoroce.html" %}. + you can find the required forms on the using + + Supreme Court of B.C. website
{% endblock %} diff --git a/edivorce/apps/core/templates/prequalification/step_02.html b/edivorce/apps/core/templates/prequalification/step_02.html index 37de2f95..403e5bdc 100644 --- a/edivorce/apps/core/templates/prequalification/step_02.html +++ b/edivorce/apps/core/templates/prequalification/step_02.html @@ -87,33 +87,8 @@In order to apply for a divorce in B.C., you or your spouse must have - been a regular resident in B.C (the legal term is - - ordinarily resident - ) for at least one year immediately before starting the proceeding. + been a regular resident in B.C (the legal term is {% include "partials/tooltips/ordinary_resident.html" %}) + for at least one year immediately before starting the proceeding.
diff --git a/edivorce/apps/core/templates/prequalification/step_04.html b/edivorce/apps/core/templates/prequalification/step_04.html index 27ebb1bb..18fb2229 100644 --- a/edivorce/apps/core/templates/prequalification/step_04.html +++ b/edivorce/apps/core/templates/prequalification/step_04.html @@ -41,28 +41,7 @@
Legally, the court is only concerned with - children of the marriage. + {% include "partials/tooltips/children_of_marriage.html" %}. If you had children with your spouse, but the children are over the age of majority (19 in B.C.) and independent, they are no longer considered ‘children of the marriage’ under the Divorce diff --git a/edivorce/apps/core/templates/prequalification/step_05.html b/edivorce/apps/core/templates/prequalification/step_05.html index 568d94ed..4b9db0f2 100644 --- a/edivorce/apps/core/templates/prequalification/step_05.html +++ b/edivorce/apps/core/templates/prequalification/step_05.html @@ -22,27 +22,15 @@
Some divorces are more complicated than others, and not everyone should use this online tool. So let's start by asking you a few questions to make sure that this website is right for your situation.
+Some divorces are more complicated than others, and not everyone should use this online tool. + So let's start by asking you a few questions to make sure that this website is right for your situation.
If you were married in B.C.
If you were married in B.C. you can get your marriage certificate or a certified copy of the registration of marriage from Vital Statistics (an office run by the provincial government).
If you were married in B.C.
+ If you were married in B.C. you can get your marriage certificate or a certified copy of the registration of marriage from
+ Vital Statistics
+ (an office run by the provincial government).
If You Were Married in Another Province
- If you were married in another province you need to get the official marriage certificate or registration of marriage from the office equivalent to the Department of Vital Statistics in that province.
If You Were married in Another Country
Contact the office responsible for marriage records in the country where you were married.
If you can't get your marriage certificate before your case begins, state that on the court forms and explain why. You may be able to file your marriage certificate later if the - court registrar + {% include "partials/tooltips/court_registrar.html" %} is satisfied that you had a good reason for not filing this document sooner. If the court registrar is dissatisfied - with your reason for not filing your marriage certificate, you will be unable to file your claim for divorce until the document can be produced. + with your reason for not filing your marriage certificate, + you will be unable to file your claim for divorce until the document can be produced.
Ideally the marriage certificate or registration of marriage is provided to the - registry + {% include "partials/tooltips/registry.html" %} when you file the - Notice of Joint Family Claim (form F1).
+ {% include "partials/tooltips/forms/joint_family_claim_1.html" %} (form F1). {% input_field type="textarea" class="response-textarea" name="provide_certificate_later_reason" rows="8" cols="65" %} -If the - registrar +
If the {% include "partials/tooltips/court_registrar.html" with text="registrar" %} agrees with the reasons you provide, and accepts the Notice of Joint Family Claim Form (F1), you will need to provide proof of marriage before your application for a divorce - order + {% include "partials/tooltips/court_order.html" with text="order" %} will be reviewed by the court. Other matters can be pursued in the mean time.
If the registrar is dissatisfied with the reason(s) you provide, you will not be able to file the Notice of Joint Family claim Form (F1) until the proof of marriage can be produced.
@@ -129,10 +111,8 @@Since you will not be providing a marriage certificate or a registration of marriage, you will need to state why it is impossible for you to obtain this documentation. The - court registrar - will review and then decide whether or not they will accept your reason(s). You will be asked for this detail later in this online tool.
+ {% include "partials/tooltips/court_registrar.html" %} + will review and then decide whether or not they will accept your reason(s). You will be asked for this detail later in this online tool.You may proceed with using this service but must have a certified translation before filing your documents. See below:
Proof of Marriage Translation
- You need to get your proof of marriage translated by a certified translator if it is not in English. Ask the translator to give you an Affidavit of Translation. You'll then need to file at the court registry both the original Marriage Certificate or Registration of Marriage and the Affidavit of Translation with the English translation attached as exhibits. A certified translator can help you do this.
If you were married in Quebec and your marriage certificate is in French
- If your marriage certificate is in French, the registry may require you to get it translated into English. Contact your Supreme Court registry to find out what its rule is about marriage certificates in French.
An 11½-minute video excerpted from "Helping Clients Prepare Divorce Documents That Don't Bounce," a workshop by lawyer J.P. Boyd at the October 2006 LSS Provincial Training Conference for Legal Advocates.
+An 11½-minute video excerpted from "Helping Clients Prepare Divorce Documents That Don't Bounce," a workshop by lawyer J.P. Boyd + at the October 2006 LSS Provincial Training Conference for Legal Advocates.

Please select what you are asking for. Later on you will be asked to provide details for each request.
@@ -110,16 +102,7 @@If you and your spouse have already agreed on spousal support (which could be in the form of a - separation agreement - ) + {% include "partials/tooltips/forms/separation_agreement.html" %}) then you do not need to ask for an Order for Spousal Support. However, if you do not have a separation agreement that deals with spousal support, then you may @@ -191,36 +174,10 @@
This may include - child support - , - parental responsibilities - (guardianship), - parenting time - (access, contact with a child) and - custody - . +
This may include {% include "partials/tooltips/children/child_support.html" %}, + {% include "partials/tooltips/children/parental_responsibilities.html" %}(guardianship), + {% include "partials/tooltips/children/parenting_time.html" %} + (access, contact with a child) and {% include "partials/tooltips/children/custody.html" %}.
NOTE: Just because you have children does not mean you have to select this option. Only select if you want a Judge to make @@ -298,23 +255,8 @@ Family Law Act. If you choose to go with the Family Law Act, you can get court orders or enforce an agreement in either - - Provincial Court - or - - Supreme Court, + {% include "partials/tooltips/provincial_court.html" %} + or {% include "partials/tooltips/supreme_court.html" %}, but if you go with the Divorce Act, you can only do this in Supreme Court.
@@ -323,7 +265,7 @@ apply to the Supreme Court to settle your other family law issues, such as support and parenting arrangements , under the Divorce Act or + target="_blank">parenting arrangements, under the Divorce Act or under the provincial Family Law Act. The Family Law Act is usually better for settling these issues because it is tailored to respond to the needs of families. @@ -437,34 +379,9 @@ registry. In Supreme Court, the parties involved in a case (or their lawyers) are responsible for telling the court the order(s) they want. This is done by putting the details in writing in their - application - and in a - draft of the order - to be signed by the judge or - master. + {% include "partials/tooltips/application.html" %} + and in a {% include "partials/tooltips/draft_of_order.html" %} to be signed by the judge or + {% include "partials/tooltips/master.html" %}. The judge or master who reviews the application will sign the order, if they approve it.
From 668de5aa169237bd06ec7781dc179ad9b2a9aa86 Mon Sep 17 00:00:00 2001 From: ariannedeeIn order to apply for a divorce in B.C., you or your spouse must have - been a regular resident in B.C (the legal term is {% include "partials/tooltips/ordinary_resident.html" %}) + been a regular resident in B.C (the legal term is {% include "partials/tooltips/ordinary_residence.html" %}) for at least one year immediately before starting the proceeding.
diff --git a/edivorce/apps/core/templates/prequalification/step_04.html b/edivorce/apps/core/templates/prequalification/step_04.html index 18fb2229..eaf99af9 100644 --- a/edivorce/apps/core/templates/prequalification/step_04.html +++ b/edivorce/apps/core/templates/prequalification/step_04.html @@ -41,7 +41,7 @@Legally, the court is only concerned with - {% include "partials/tooltips/children_of_marriage.html" %}. + {% include "partials/tooltips/children/children_of_marriage.html" %}. If you had children with your spouse, but the children are over the age of majority (19 in B.C.) and independent, they are no longer considered ‘children of the marriage’ under the Divorce diff --git a/edivorce/apps/core/templates/prequalification/step_05.html b/edivorce/apps/core/templates/prequalification/step_05.html index 4b9db0f2..e0918576 100644 --- a/edivorce/apps/core/templates/prequalification/step_05.html +++ b/edivorce/apps/core/templates/prequalification/step_05.html @@ -101,7 +101,7 @@
If the {% include "partials/tooltips/court_registrar.html" with text="registrar" %} agrees with the reasons you provide, and accepts the Notice of Joint Family Claim Form (F1), you will need to provide proof of marriage before your application for a divorce - {% include "partials/tooltips/court_order.html" with text="order" %} + {% include "partials/tooltips/order.html" %} will be reviewed by the court. Other matters can be pursued in the mean time.
If the registrar is dissatisfied with the reason(s) you provide, you will not be able to file the Notice of Joint Family claim Form (F1) until the proof of marriage can be produced.
diff --git a/edivorce/apps/core/templates/question/01_orders.html b/edivorce/apps/core/templates/question/01_orders.html index e61cb5d1..9c4bf5c4 100644 --- a/edivorce/apps/core/templates/question/01_orders.html +++ b/edivorce/apps/core/templates/question/01_orders.html @@ -12,7 +12,7 @@Please select what you are asking for. Later on you will be asked to provide details for each request.
diff --git a/edivorce/apps/core/templates/question/02_claimant.html b/edivorce/apps/core/templates/question/02_claimant.html index 905196f3..05aecd19 100644 --- a/edivorce/apps/core/templates/question/02_claimant.html +++ b/edivorce/apps/core/templates/question/02_claimant.html @@ -78,13 +78,13 @@The name(s) that you provide will appear on the final - court order(s) . Any names you provide will be used on the final court order for the purposes of executing - or following up on the orders. For example, if you and your spouse will be dividing property, the Land Titles will likely want to see the name in the court order match what is on the title. This would also apply to pensions, RRSPs, etc. The - order for divorce is also used to create linkages between names.
-You may want to take a look at the names that you have used on any legal and business agreements/contracts to ensure you are providing the courts with all variations of your name.
+The name(s) that you provide will appear on the final {% include "partials/tooltips/court_order.html" with text="court order(s)" %}. + Any names you provide will be used on the final court order for the purposes of executing or following up on the orders. + For example, if you and your spouse will be dividing property, the Land Titles will likely want to see the name in the + court order match what is on the title. This would also apply to pensions, RRSPs, etc. + The order for divorce is also used to create linkages between names.
+You may want to take a look at the names that you have used on any legal and business agreements/contracts to ensure you are providing + the courts with all variations of your name.
In order to apply for a divorce in B.C., you or your spouse must have been a regular resident in B.C (the legal term is - - ordinarily resident) for at least one year immediately before starting the proceeding. + {% include "partials/tooltips/ordinary_residence.html" %}) for at least one year immediately before starting the proceeding.
The name(s) that you provide will appear on the final - - court order (s). Any names you provide will be - used on the final court order for the purposes of executing or following up on the orders. For example, - if you and your spouse will be dividing property, Land Titles will likely want to see the name in +
The name(s) that you provide will appear on the final {% include "partials/tooltips/court_order.html" with text="court order(s)" %}. + Any names you provide will be used on the final court order for the purposes of executing or following up on the orders. + For example, if you and your spouse will be dividing property, Land Titles will likely want to see the name in the court order match what is on the title. This would also apply to pensions, RRSPs, etc. The order for divorce is also used to create linkages between names.
You may want to take a look at the names that you have used on any legal and business @@ -170,15 +166,8 @@
In order to apply for a divorce in B.C., you or your spouse must have been a regular resident in B.C (the legal term is ordinarily resident - - ordinarily resident - ) for at least one year immediately before starting the proceeding. +
In order to apply for a divorce in B.C., you or your spouse must have been a regular resident in B.C (the legal term is + {% include "partials/tooltips/ordinary_residence.html" %}) for at least one year immediately before starting the proceeding.
It is very important that you enter the information below as it appears on your official marriage - certificate - - or registration of marriage - . Not doing this can result in delays and +
It is very important that you enter the information below as it appears on your + {% include "partials/tooltips/original_marriage_certificate.html" with text="official marriage certificate" %} + or {% include "partials/tooltips/registration_marriage_certificate.html" %}. Not doing this can result in delays and your divorce request being returned for correction.
We are legally required to ask whether or not you and {% spouse_name %} - have agreed to deceive the court. This is called “collusion - ”. An example of collusion is when a couple agrees to lie about the date of separation to speed up the divorce process. + have agreed to deceive the court. This is called “{% include "partials/tooltips/collusion.html" %}”. + An example of collusion is when a couple agrees to lie about the date of separation to speed up the divorce process. {% if no_collusion_error %}{% include 'partials/required.html' with inline=True %}{% endif %}
{% if no_collusion_error %} diff --git a/edivorce/apps/core/templates/question/07_support.html b/edivorce/apps/core/templates/question/07_support.html index 4f1cb7e8..7326adbc 100644 --- a/edivorce/apps/core/templates/question/07_support.html +++ b/edivorce/apps/core/templates/question/07_support.html @@ -16,13 +16,7 @@After you separate, the law says that all - family property and - family debt - must be divided equally between you and your spouse, unless you have - an agreement - that says you'll divide them differently. +
After you separate, the law says that all {% include "partials/tooltips/family_property.html" %} and + {% include "partials/tooltips/family_debt.html" %} must be divided equally between you and your spouse, unless you have + {% include "partials/tooltips/an_agreement.html" %} that says you'll divide them differently.
Family property is everything either you or your spouse own together or diff --git a/edivorce/apps/core/templates/question/11_location.html b/edivorce/apps/core/templates/question/11_location.html index ddcf6525..36742a4e 100644 --- a/edivorce/apps/core/templates/question/11_location.html +++ b/edivorce/apps/core/templates/question/11_location.html @@ -12,10 +12,7 @@
The only way to obtain an order for divorce is by starting a court proceeding in the B.C. Supreme Court; you must sue your spouse if you want to get divorced. To do this you will need to submit (file) your - divorce application at a - court registry. + divorce application at a {% include "partials/tooltips/registry.html" with text="court registry" %}.
To figure out how much child support the - - payor - will be paying under the guidelines: + {% include "partials/tooltips/children/payor.html" %} + will be paying under the guidelines:
As per - {% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" link_text="sections 15 to 20" %} + {% include "partials/tooltips/children/federal_guidelines.html" with link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" text="sections 15 to 20" %} of the Federal Child Support Guidelines
What is the 'Guideline' amount for child support payable by your spouse (as per - {% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-11.html#h-15" link_text="Federal Child Support Tables" %} - )? + {% include "partials/tooltips/children/federal_guidelines.html" with link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-11.html#h-15" text="Federal Child Support Tables" %})?
{% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id="collapse_calculate_amount_to_pay" %}Your annual income?
-As per - {% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" link_text="sections 15 to 20" %} + {% include "partials/tooltips/children/federal_guidelines.html" with link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" text="sections 15 to 20" %} of the Federal Child Support Guidelines
@@ -94,11 +91,10 @@What is the 'Guideline' amount for child support payable by you (as per - {% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-11.html#h-15" link_text="Federal Child Support Tables" %} - )? + {% include "partials/tooltips/children/federal_guidelines.html" with link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-11.html#h-15" text="Federal Child Support Tables" %})?
{% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id="collapse_calculate_claimant_amounts" %} diff --git a/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_e.html b/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_e.html index 0a6ee5e0..7ad28cae 100644 --- a/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_e.html +++ b/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_e.html @@ -4,24 +4,7 @@The Child Support Guidelines tables contain the base amounts for child support. If you our your spouse feel that the child support amount will not leave enough money, you can claim that you will suffer - - undue hardship. - + {% include "partials/tooltips/children/undue_hardship.html" %}
Enter the name (s) and income for any other persons in your household (e.g. co-parent, step parent) who have a - - duty to support - - - - a child. + {% include "partials/tooltips/children/duty_to_support.html" %} a child.
|
What is the monthly - {% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Child Support Guidelines" %} + {% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" text="Child Support Guidelines" %} amount for $150,000? - {% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id="collapse_guideline_amount" %} + {% with 'collapse_guideline_amount_'|add:claimant_id as collapse_id %} + {% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id=collapse_id %} + {% endwith %} |
{% lookup_context 'child_support_amount_under_high_income_'|add:claimant_id|add:"_error" as question_error %} @@ -39,7 +41,7 @@ | |||||||
| What is the % of income over $150,000 from the - {% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Child Support Guidelines" %} + {% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" text="Child Support Guidelines" %} ? |
@@ -58,14 +60,16 @@
What is the monthly child support amount to be paid on the portion of income over
$150,000?
+ {% with 'collapse_high_income_amounts_'|add:claimant_id as collapse_id %}
+ data-target="#{{ collapse_id }}"
+ aria-controls="{{ collapse_id }}">
-
How can I determine this amount?
+
+ {% endwith %}
The child support tables only show an amount for the first $150,000 of income. @@ -89,7 +93,7 @@ Source: - {% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" link_text="Federal Child Support Guidelines" %} + {% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" %} , Department of Justice Discuss the conditions, means, needs and other circumstances of the child, and the financial - ability of - each parent to support the child/children. + ability of each parent to support the child/children.
{% input_field type="textarea" name="reason_child_support_amount_"|add:claimant_id class="fact-sheet-input form-control response-textarea" maxlength="1000" rows="6" %}
diff --git a/edivorce/apps/core/templates/partials/inline_question_determine_amount_to_pay.html b/edivorce/apps/core/templates/partials/inline_question_determine_amount_to_pay.html
index 3b9d61c0..dc248178 100644
--- a/edivorce/apps/core/templates/partials/inline_question_determine_amount_to_pay.html
+++ b/edivorce/apps/core/templates/partials/inline_question_determine_amount_to_pay.html
@@ -14,13 +14,8 @@
@@ -262,21 +262,8 @@
To figure out how much child support the - - payor - will be paying under the guidelines: + {% include "partials/tooltips/children/payor.html" %} + will be paying under the guidelines:
This is a copy of an official work that is published by the Government of Canada and that this copy has -not been produced in affiliation with, or with the endorsement of the Government of Canada."> - \ No newline at end of file +not been produced in affiliation with, or with the endorsement of the Government of Canada."> \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/children/health_expenses.html b/edivorce/apps/core/templates/partials/tooltips/children/health_expenses.html new file mode 100644 index 00000000..e13119fd --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/children/health_expenses.html @@ -0,0 +1,15 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Health Related Expenses +{% endblock %} + +{% block inner %} + Includes orthodontic treatments, counselling, physiotherapy, occupational + therapy, speech therapy, hearing therapy, prescription drugs, hearing aids, glasses, + and contact lenses +{% endblock %} + +{% block label %} + Health related expenses +{% endblock %} diff --git a/edivorce/apps/core/templates/partials/tooltips/children/in_arrears.html b/edivorce/apps/core/templates/partials/tooltips/children/in_arrears.html new file mode 100644 index 00000000..4ff05624 --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/children/in_arrears.html @@ -0,0 +1,13 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + In Arrears +{% endblock %} + +{% block inner %} + Arrears are past support payments that haven't been paid. +{% endblock %} + +{% block label %} + in arrears +{% endblock %} diff --git a/edivorce/apps/core/templates/partials/tooltips/children/order_respecting_arrangements.html b/edivorce/apps/core/templates/partials/tooltips/children/order_respecting_arrangements.html new file mode 100644 index 00000000..b0529569 --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/children/order_respecting_arrangements.html @@ -0,0 +1,18 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Order Respecting Parenting Arrangements or Contact +{% endblock %} + +{% block inner %} + Under the Family Law Act (in either Provincial Court or Supreme Court), a court order dealing with + guardianship, parenting time, allocation of parenting responsibilities, or contact with a child. Under + the Divorce Act in Supreme Court, a court order dealing with custody and access. + + "Arrangements for parenting" refers to who will be responsible for making decisions about the children and if and how they will + spend time with each parent. +{% endblock %} + +{% block label %} + order about parenting arrangements or contact +{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/children/payor.html b/edivorce/apps/core/templates/partials/tooltips/children/payor.html new file mode 100644 index 00000000..c1230b73 --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/children/payor.html @@ -0,0 +1,13 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Payor +{% endblock %} + +{% block inner %} + The person who pays child support. +{% endblock %} + +{% block label %} + payor +{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/children/proportionate_share.html b/edivorce/apps/core/templates/partials/tooltips/children/proportionate_share.html new file mode 100644 index 00000000..50eec95f --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/children/proportionate_share.html @@ -0,0 +1,17 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Proportionate Share +{% endblock %} + +{% block inner %} + Proportionate share means that the amount determined to be payable by each parent is calculated in + relation to their respective incomes. For example, if claimant 1 earns $65k and claimant 2 earns $35K, + claimant 1’s share is 65% and claimant 2’s share is 35%. To calculate your proportionate share, divide + your income by the total of both your incomes, then multiply this number (usually a decimal form, such as + 0.65) by the actual cost of special or extraordinary expenses. +{% endblock %} + +{% block label %} + proportionate shares +{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/children/proposed_in_order.html b/edivorce/apps/core/templates/partials/tooltips/children/proposed_in_order.html new file mode 100644 index 00000000..7eb231fe --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/children/proposed_in_order.html @@ -0,0 +1,15 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Proposed in the Order +{% endblock %} + +{% block inner %} + When you file your completed divorce forms at the court registry they will include the "order" + you want made. Basically you're asking the court (via a judge) to approve what you are asking for + and/or have agreed upon (e.g. monthly child support amount). +{% endblock %} + +{% block label %} + proposed in the order +{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/children/special_extra_expenses.html b/edivorce/apps/core/templates/partials/tooltips/children/special_extra_expenses.html new file mode 100644 index 00000000..da2512f3 --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/children/special_extra_expenses.html @@ -0,0 +1,17 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Special and Extraordinary Expenses +{% endblock %} + +{% block inner %} + Special expenses are over and above the regular cost of living for a child, + such as the cost of child care or post-secondary education. Extraordinary + expenses are for education, programs, or extracurricular activities that meet + the child's needs, such as for tutoring or private school, or for other + activities at which the child excels. +{% endblock %} + +{% block label %} + special and extraordinary expenses +{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/partials/tooltips/children/terms_of_debt.html b/edivorce/apps/core/templates/partials/tooltips/children/terms_of_debt.html new file mode 100644 index 00000000..ce5dbd0f --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/children/terms_of_debt.html @@ -0,0 +1,14 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Terms of this Debt +{% endblock %} + +{% block inner %} + For example, how much is owed, what is the rate of interest, + when it must be repaid. +{% endblock %} + +{% block label %} + terms of this debt +{% endblock %} diff --git a/edivorce/apps/core/templates/partials/tooltips/children/undue_hardship.html b/edivorce/apps/core/templates/partials/tooltips/children/undue_hardship.html new file mode 100644 index 00000000..3bf76a13 --- /dev/null +++ b/edivorce/apps/core/templates/partials/tooltips/children/undue_hardship.html @@ -0,0 +1,20 @@ +{% extends "partials/tooltips/base.html" %} + +{% block title %} + Undue Hardship +{% endblock %} + +{% block inner %} + Circumstances that show the amount of child support under the child support guidelines is too + high or low. Must create "undue" (exceptional, excessive or disproportionate) difficulty + for the person making the claim. + + A term used by the Child Support Guidelines to describe circumstances when payment of the table + amount of child support would cause financial difficulty for the payor or the recipient, potentially + justifying an award of support in an amount different than the table amount. See "child support," + "Child Support Guidelines" and "table amount." +{% endblock %} + +{% block label %} + undue hardship +{% endblock %} diff --git a/edivorce/apps/core/templates/question/06_children_facts.html b/edivorce/apps/core/templates/question/06_children_facts.html index 35de2b30..b9b352a6 100644 --- a/edivorce/apps/core/templates/question/06_children_facts.html +++ b/edivorce/apps/core/templates/question/06_children_facts.html @@ -28,16 +28,7 @@ {% you_name if_blank="You" %} {% spouse_name if_blank="Your spouse" %} - Who is the
-
- payor
-
- ?
+ | |||||||
| - - Health related expenses - + {% include "partials/tooltips/children/health_expenses.html" %} that exceed insurance reimbursement by at least $100 | @@ -379,15 +358,7 @@ | |||||||
| Extraordinary primary, secondary or other - - educational expenses - + {% include "partials/tooltips/children/education_expenses.html" %} |
@@ -416,19 +387,8 @@
| |||||||
| Extraordinary - - extracurricular activities - - - expenses + | + Extraordinary {% include "partials/tooltips/children/extracurricular_expense.html" %} expenses |
@@ -460,20 +420,7 @@
|
Parties respective - - proportionate shares - - +
Parties respective {% include "partials/tooltips/children/proportionate_share.html" %} of the total net monthly Section 7 expenses referred to above:
Source: - {% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step5-etap5.html#h7" link_text="Federal Child Support Guidelines" %} + {% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step5-etap5.html#h7" %} , Department of Justice
diff --git a/edivorce/apps/core/templates/question/06_children_payor_medical.html b/edivorce/apps/core/templates/question/06_children_payor_medical.html index b3eee6d2..875eea22 100644 --- a/edivorce/apps/core/templates/question/06_children_payor_medical.html +++ b/edivorce/apps/core/templates/question/06_children_payor_medical.html @@ -40,15 +40,7 @@Have a separation agreement?
If you have a separation agreement you will need to attach the separation agreement as an - - exhibit - - to the Child Support Affidavit Form (F37). + {% include "partials/tooltips/children/exhibit.html" %} to the Child Support Affidavit Form (F37).
How to file a separation agreement in order for it to be treated as a - - court order - - + {% include "partials/tooltips/children/court_order.html" %} +
If you wish to file your separation agreement , the parts of the agreement that deal - with parenting and support can be - - enforced - as if they were in a court order. You will - need to fill out a requisition (Form + with parenting and support can be {% include "partials/tooltips/children/enforceable.html" %} + as if they were in a court order. You will need to fill out a requisition (Form F17.1 or F17.2 ) @@ -218,17 +179,7 @@
Refer to that separation agreement or court order when filling out the documents for divorce. You'll also need to attach a copy as an - - exhibit - - you file with the court. + {% include "partials/tooltips/children/exhibit.html" %} you file with the court.
If you wish to file your separation agreement, the parts of the agreement that deal with parenting and @@ -313,21 +254,7 @@
Please enter the names of the - - children of the marriage. - + {% include "partials/tooltips/children/children_of_marriage.html" %} This includes:
Source: The - {% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step3-etap3.html" link_text="Federal Child Support Guidelines: Step-by-Step" %} + {% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step3-etap3.html" text="Federal Child Support Guidelines: Step-by-Step" %}
Split Custody Example
@@ -354,7 +340,7 @@Source: The - {% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step3-etap3.html" link_text="Federal Child Support Guidelines: Step-by-Step" %} + {% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step3-etap3.html" text="Federal Child Support Guidelines: Step-by-Step" %}
Shared Custody Example
@@ -382,6 +368,6 @@Source: The - {% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step3-etap3.html" link_text="Federal Child Support Guidelines: Step-by-Step" %} + {% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step3-etap3.html" text="Federal Child Support Guidelines: Step-by-Step" %}
{% endblock %} From 15f716410aa1b5792d91a296f8c6c3903ee68907 Mon Sep 17 00:00:00 2001 From: ariannedeeEnter your Court File Number:
@@ -132,7 +132,7 @@ {% if original_marriage_certificate == 'YES' %}- Once sworn/affirmed and filed, you will receive a {% include "partials/tooltips/court_file_number.html" %}. + Once sworn / affirmed and filed, you will receive a {% include "partials/tooltips/court_file_number.html" %}. This number will be used if you need to file any additional documentation.
- The following sworn/affirmed affidavits still remain to be filed: + The following sworn / affirmed affidavits still remain to be filed:
An application for divorce can be completed in one step or two steps depending on - how you are swearing/affirming your affidavit(s). + how you are swearing / affirming your affidavit(s). The two steps include an initial filing and a final filing. The initial filing is where you will start the proceeding for divorce by filing your Notice of Joint Family Claim.
The final filing is the application asking the court to order the divorce - and includes your sworn/affirmed affidavit(s) and other supporting documents. + and includes your sworn / affirmed affidavit(s) and other supporting documents.
{% endblock %} diff --git a/edivorce/apps/core/templates/dashboard/help_saving_pdf.html b/edivorce/apps/core/templates/dashboard/help_saving_pdf.html index 8c65a479..6c7bc3c4 100644 --- a/edivorce/apps/core/templates/dashboard/help_saving_pdf.html +++ b/edivorce/apps/core/templates/dashboard/help_saving_pdf.html @@ -72,7 +72,7 @@ ORThe following forms will be submitted for you but - require {% include "partials/tooltips/swear_affirm.html" with text="swearing/affirming" %} + require {% include "partials/tooltips/swear_affirm.html" with text="swearing / affirming" %} before filing (see next step for details)
Note: There is an additional $7.00 fee for submitting each package online. diff --git a/edivorce/apps/core/templates/dashboard/order_certificate.html b/edivorce/apps/core/templates/dashboard/order_certificate.html index 4268c006..006ce75a 100644 --- a/edivorce/apps/core/templates/dashboard/order_certificate.html +++ b/edivorce/apps/core/templates/dashboard/order_certificate.html @@ -26,7 +26,7 @@
If you are requesting a Certificate of Divorce for use outside Canada, please check with the requirements around the Certificate itself. - A hand-signed and/or sealed Certificate of Divorce may be required. + A hand-signed and / or sealed Certificate of Divorce may be required.
For details on how to apply, please complete the following form for a Hand-Signed and Sealed Certificate of Divorce. @@ -48,7 +48,7 @@ It is required if you are getting remarried and for many other government purposes. If you are requesting a Certificate of Divorce for use outside Canada, please check with the requirements around the Certificate itself. - A hand-signed and/or sealed Certificate of Divorce may be required. + A hand-signed and / or sealed Certificate of Divorce may be required.
Note: You don't always need a Certificate of Divorce as the divorce order is also a legal document. diff --git a/edivorce/apps/core/templates/dashboard/print_form.html b/edivorce/apps/core/templates/dashboard/print_form.html index dbc42508..9379e3ff 100644 --- a/edivorce/apps/core/templates/dashboard/print_form.html +++ b/edivorce/apps/core/templates/dashboard/print_form.html @@ -225,7 +225,7 @@
You'll notice that some of the information in the affidavit is the same as what's in your Notice of Joint Family Claim Form (F1). Because the Notice of Joint Family Claim is not a sworn document, and - the judge/master must have sworn evidence to make a decision, you must swear or affirm that the + the judge / master must have sworn evidence to make a decision, you must swear or affirm that the information in these affidavits is true.
You'll notice that some of the information in the affidavit is the same as what's in your Notice of Joint Family Claim Form (F1). Because the Notice of Joint Family Claim is not a sworn document, and - the judge/master must have sworn evidence to make a decision, you must swear or affirm that the + the judge / master must have sworn evidence to make a decision, you must swear or affirm that the information in these affidavits is true.
You'll notice that some of the information in the affidavit is the same as what's in your Notice of Joint Family Claim Form (F1). Because the Notice of Joint Family Claim is not a sworn document, and - the judge/master must have sworn evidence to make a decision, you must swear or affirm that the + the judge / master must have sworn evidence to make a decision, you must swear or affirm that the information in these affidavits is true.
To complete your application for divorce, you must - {% include "partials/tooltips/swear_affirm.html" with text="swear/affirm and sign" %} - your {% include "partials/tooltips/affidavit.html" %}. The affidavit(s) must be sworn/affirmed and - signed by both you and your spouse. You have a choice on how you will both swear/affirm and sign. + {% include "partials/tooltips/swear_affirm.html" with text="swear / affirm and sign" %} + your {% include "partials/tooltips/affidavit.html" %}. The affidavit(s) must be sworn / affirmed and + signed by both you and your spouse. You have a choice on how you will both swear / affirm and sign.
You must both go together to the registry or to a commissioner for taking affidavits to swear/affirm and sign the affidavit(s). +
You must both go together to the registry or to a commissioner for taking affidavits to swear / affirm and sign the affidavit(s). This option costs less (less filing fees) and is typically faster and easier for both of you.
-There are strict rules for when you can swear/affirm and sign your {% include "partials/tooltips/forms/desk_order_38.html" %}. +
There are strict rules for when you can swear / affirm and sign your {% include "partials/tooltips/forms/desk_order_38.html" %}. You must do it:
OR
@@ -49,17 +49,17 @@ {% else %} {% input_field type="radio" name="how_to_sign" value="Separately" id="sign-separately" %} {% endif %} - We will swear/affirm and sign Separately our own affidavit(s)You can each swear/affirm and sign your own version of the affidavit (you can go separately to the registry or a commissioner for - taking affidavits to swear/affirm and sign the affidavit(s)).
-There are strict rules for when you can swear/affirm and sign your {% include "partials/tooltips/forms/desk_order_38.html" %}. +
You can each swear / affirm and sign your own version of the affidavit (you can go separately to the registry or a commissioner for + taking affidavits to swear / affirm and sign the affidavit(s)).
+There are strict rules for when you can swear / affirm and sign your {% include "partials/tooltips/forms/desk_order_38.html" %}. You must:
OR
- Prepare for swear/affirm and signing by ensuring you: + Prepare for swear / affirm and signing by ensuring you:
- If you are planning to swear/affirm at the court registry then you should also have print outs of all your + If you are planning to swear / affirm at the court registry then you should also have print outs of all your completed documents with you.
- Once you have filed, your spouse will be able to sign/swear and file their affidavits at the court registry. + Once you have filed, your spouse will be able to sign / swear and file their affidavits at the court registry. Your spouse will require the {% include "partials/tooltips/court_file_number.html" %} provided to you at the time of your filing.
@@ -131,7 +131,7 @@
{% include "partials/filing_location.html" %}- If you are planning to swear/affirm with a lawyer, notary or other commissioner please contact + If you are planning to swear / affirm with a lawyer, notary or other commissioner please contact them directly.
- Have your spouse prepare for their swearing/affirming and signing the affidavit(s) by ensuring they: + Have your spouse prepare for their swearing / affirming and signing the affidavit(s) by ensuring they:
- If they are planning to swear/affirm and sign at the court registry then they should also: + If they are planning to swear / affirm and sign at the court registry then they should also:
- If they are planning to swear/affirm with a lawyer, notary or other commissioner please contact + If they are planning to swear / affirm with a lawyer, notary or other commissioner please contact them directly.
@@ -197,7 +197,7 @@- If you are planning to swear/affirm at the court registry then you should also: + If you are planning to swear / affirm at the court registry then you should also:
- If you are planning to swear/affirm with a lawyer, notary or other commissioner please contact them directly. + If you are planning to swear / affirm with a lawyer, notary or other commissioner please contact them directly.
@@ -234,12 +234,12 @@ Once Swearing Is Complete
- When you have completed the swearing/affirming process you can click the Next button on this page to proceed to the Final Filing step + When you have completed the swearing / affirming process you can click the Next button on this page to proceed to the Final Filing step where you can learn more about how to submit the remaining documents to the court registry.
- Affidavits you file with the court must be sworn/affirmed with a commissioner for taking affidavits. + Affidavits you file with the court must be sworn / affirmed with a commissioner for taking affidavits. To swear or affirm an affidavit, you must meet with a commissioner for taking affidavits. The commissioner (often a lawyer, notary public or registry clerk) will check your photo id to make sure you are who you say you are, ask you if you understand the contents of your affidavit, @@ -270,18 +270,18 @@ themselves.
- There are two ways to swear/affirm your affidavits: with a commissioner at the court registry + There are two ways to swear / affirm your affidavits: with a commissioner at the court registry or with a notary or lawyer of your choosing.
Based on your choices on the Signing and Filing Options step of this tool, this page will give you - instructions on how you can swear or/and affirm your affidavits. + instructions on how you can swear or / and affirm your affidavits.
Also based on your choices on the Signing and Filing Options step of this tool, you and your spouse may sign your affidavits together or separately.
- Once your affidavits are sworn/affirmed they must be filed with the court within 30 days. + Once your affidavits are sworn / affirmed they must be filed with the court within 30 days.
{% endblock %} \ No newline at end of file diff --git a/edivorce/apps/core/templates/legal.html b/edivorce/apps/core/templates/legal.html index fe03c4d1..03b64fd6 100644 --- a/edivorce/apps/core/templates/legal.html +++ b/edivorce/apps/core/templates/legal.html @@ -10,7 +10,7 @@ Justice Access Centres and Family Justice Centres across BC have Family Justice Counsellors and Child Support Officers specially trained to help families resolve - their issues about guardianship, parenting arrangements (time and responsibilities), contact and child/spousal support. + their issues about guardianship, parenting arrangements (time and responsibilities), contact and child / spousal support. There is no charge for their services. Services are available whether you are looking to establish or vary existing arrangements; and may include provision of legal information and information on court processes and options for resolution, mediation and referrals. diff --git a/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_b.html b/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_b.html index 36b1fe20..9330d47a 100644 --- a/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_b.html +++ b/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_b.html @@ -3,7 +3,7 @@
- Since you have previously indicated that the child/children will live with both parents more or less equally
+ Since you have previously indicated that the child / children will live with both parents more or less equally
(between 40 to 60% of the time with each parent) we need you to answer the questions below, even if you have a Separation Agreement or
existing Court Order.
This information is needed for the Judge. You will be able to indicate a different child support amount in a following step.
diff --git a/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_d.html b/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_d.html
index 12af2027..2a418d1c 100644
--- a/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_d.html
+++ b/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_d.html
@@ -2,7 +2,7 @@
- Since you have previously indicated that you have a child/children 19 years of age or older for whom support + Since you have previously indicated that you have a child / children 19 years of age or older for whom support is claimed, you will need to answer the next set of questions.
diff --git a/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_e.html b/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_e.html index 7ad28cae..11c3af7d 100644 --- a/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_e.html +++ b/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_e.html @@ -151,7 +151,7 @@ -Supporting dependent child/children from another relationship.
+Supporting dependent child / children from another relationship.
List the names of any other children for whom you have a legal duty to make support payments to. Do not include the names of any children for whom you are asking for support for as a part of this diff --git a/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_f_table.html b/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_f_table.html index c6a5548f..2de629d4 100644 --- a/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_f_table.html +++ b/edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_f_table.html @@ -155,7 +155,7 @@
Discuss the conditions, means, needs and other circumstances of the child, and the financial - ability of each parent to support the child/children. + ability of each parent to support the child / children.
Separation starts when one spouse decides that things have come - to an end/the relationship is over, and then acts on the + to an end / the relationship is over, and then acts on the decision.
You might even still live in the same house to save money, but diff --git a/edivorce/apps/core/templates/question/01_orders.html b/edivorce/apps/core/templates/question/01_orders.html index 9c4bf5c4..afd9dded 100644 --- a/edivorce/apps/core/templates/question/01_orders.html +++ b/edivorce/apps/core/templates/question/01_orders.html @@ -113,7 +113,7 @@ filed at the registry, which then becomes an order, or you can ask for the order (spousal support) from the court. Either one will be enforceable (require the other party to do - something/adhere to what has been agreed). + something / adhere to what has been agreed).
You may want to take a look at the names that you have used on any legal and business - agreements/contracts to ensure you are providing the courts with all variations of your spouse's name.
+ agreements / contracts to ensure you are providing the courts with all variations of your spouse's name.- If one parent takes care of the child/children most of the time, the other parent would normally be the payor. + If one parent takes care of the child / children most of the time, the other parent would normally be the payor.
- If the child/children spends an equal amount of time in the care of each of you, or if both parents + If the child / children spends an equal amount of time in the care of each of you, or if both parents are splitting custody of multiple children, the payor is likely the parent with the higher income.
diff --git a/edivorce/apps/core/templates/question/06_children_income_expenses.html b/edivorce/apps/core/templates/question/06_children_income_expenses.html index ffd6f971..57ee40d0 100644 --- a/edivorce/apps/core/templates/question/06_children_income_expenses.html +++ b/edivorce/apps/core/templates/question/06_children_income_expenses.html @@ -475,7 +475,7 @@Please note - When entering your answer make sure you insert a line break - (click the ENTER/RETURN key on the keyboard) between each item that you are asking for. + (click the ENTER / RETURN key on the keyboard) between each item that you are asking for.
For example: diff --git a/edivorce/apps/core/templates/question/06_children_what_for.html b/edivorce/apps/core/templates/question/06_children_what_for.html index 626f805d..a568aeaa 100644 --- a/edivorce/apps/core/templates/question/06_children_what_for.html +++ b/edivorce/apps/core/templates/question/06_children_what_for.html @@ -236,7 +236,7 @@
Please note - When entering your answer make sure you insert a line break - (click the ENTER/RETURN key on the keyboard) between each arrangement that has been made. + (click the ENTER / RETURN key on the keyboard) between each arrangement that has been made.
For example:
@@ -281,7 +281,7 @@Please note - When entering your answer make sure you insert a line break - (click the ENTER/RETURN key on the keyboard) between each arrangement that has been made. + (click the ENTER / RETURN key on the keyboard) between each arrangement that has been made.
For example:
@@ -314,7 +314,7 @@Please note - When entering your answer make sure you insert a line break - (click the ENTER/RETURN key on the keyboard) between each item that you are asking for. + (click the ENTER / RETURN key on the keyboard) between each item that you are asking for.
For example:
@@ -322,7 +322,7 @@ PARTYNAME will pay to PARTYNAME the sum of $ AMOUNT per month for the support of the child(ren), commencing on STARTDATE and continuing on the [1st, 15th, 31,st etc.] day of each and every month thereafter, for as long - as the child(ren) is/are eligible for support under the Family Law Act or until + as the child(ren) is / are eligible for support under the Family Law Act or until further agreement of the parties or Court order.diff --git a/edivorce/apps/core/templates/question/07_support.html b/edivorce/apps/core/templates/question/07_support.html index 7326adbc..8db28e8f 100644 --- a/edivorce/apps/core/templates/question/07_support.html +++ b/edivorce/apps/core/templates/question/07_support.html @@ -68,7 +68,7 @@ aria-expanded="false" data-target="#collapse_support_info" aria-controls="collapse_support_info">- What detail/information do I need to provide? + What detail / information do I need to provide?diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index af32830d..95afef0a 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -1029,7 +1029,7 @@ }, { "fields": { - "name": "Supporting dependent child/children from another relationship.", + "name": "Supporting dependent child / children from another relationship.", "description": "For Step 6, Your children - Payor & fact sheets - Fact Sheet E - Undue hardship", "summary_order": 96, "required": "" @@ -1765,7 +1765,7 @@ }, { "fields": { - "name": "Select how you would like to swear/affirm your affidavit(s)?", + "name": "Select how you would like to swear / affirm your affidavit(s)?", "description": "For stage 2, Signing and filing options", "summary_order": 161, "required": "" @@ -1785,7 +1785,7 @@ }, { "fields": { - "name": "Select where you would like to swear/affirm your affidavit(s)", + "name": "Select where you would like to swear / affirm your affidavit(s)", "description": "For stage 2, Signing and filing options", "summary_order": 163, "required": "" @@ -1795,7 +1795,7 @@ }, { "fields": { - "name": "Select where you would like to swear/affirm your affidavit(s)", + "name": "Select where you would like to swear / affirm your affidavit(s)", "description": "For stage 2, Signing and filing options", "summary_order": 164, "required": "" @@ -1805,7 +1805,7 @@ }, { "fields": { - "name": "Select where your spouse would like to swear/affirm your affidavit(s)", + "name": "Select where your spouse would like to swear / affirm your affidavit(s)", "description": "For stage 2, Signing and filing options", "summary_order": 165, "required": "" diff --git a/vue/src/utils/forms.js b/vue/src/utils/forms.js index 4df00e28..61881918 100644 --- a/vue/src/utils/forms.js +++ b/vue/src/utils/forms.js @@ -9,11 +9,11 @@ export default { }, AFDO: { name: "Affidavit - Desk Order Divorce Form (F38)", - preText: "Upload the sworn/affirmed and scanned", + preText: "Upload the sworn / affirmed and scanned", help: "This form sets out all the facts of your marriage and separation for the court and gives information about parenting time if you have children.", signature: - "- Required swearing/affirming and signatures by both you and your spouse in front of a commissioner.", + "- Required swearing / affirming and signatures by both you and your spouse in front of a commissioner.", indicateWhenJoint: true, }, AFTL: { @@ -25,11 +25,11 @@ export default { }, CSA: { name: "Child Support Affidavit (F37)", - preText: "Upload the sworn/affirmed and scanned", + preText: "Upload the sworn / affirmed and scanned", help: "This form gives facts about your children and child support, including the order you're asking the court for. You must also attach your separation agreement or court orders about children to this form as exhibits.", signature: - "- Required swearing/affiming and signatures by both you and your spouse in front of a commissioner.", + "- Required swearing / affirming and signatures by both you and your spouse in front of a commissioner.", indicateWhenJoint: true, }, EFSS1: { From d61715fef0156310bff783bb5ffc5e811a9fed2e Mon Sep 17 00:00:00 2001 From: ariannedeeDate: Fri, 6 Nov 2020 15:13:20 -0800 Subject: [PATCH 17/20] DIV-1088: Make button hover colours consistent --- edivorce/apps/core/static/css/main.css | 2 +- edivorce/apps/core/static/css/main.scss | 116 +++++++++--------- edivorce/apps/core/static/js/main.js | 2 +- .../core/templates/partials/alias_field.html | 4 +- 4 files changed, 61 insertions(+), 63 deletions(-) diff --git a/edivorce/apps/core/static/css/main.css b/edivorce/apps/core/static/css/main.css index 4e580eda..066393d8 100644 --- a/edivorce/apps/core/static/css/main.css +++ b/edivorce/apps/core/static/css/main.css @@ -1,3 +1,3 @@ -@font-face{font-family:'Myriad-Pro';src:url("../fonts/MyriadWebPro.ttf");font-weight:normal;font-style:normal}@font-face{font-family:'Myriad-Pro-Bold';src:url("../fonts/MyriadPro-Bold.otf");font-weight:bold;font-style:normal}body{font-family:Myriad-Pro,Calibri,Arial,Sans Serif;font-size:16px;line-height:24px;color:#313132;background:#036;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:768px}@media (min-width: 1920px){body{font-size:18px;line-height:1.5}}h1,h2,h3,h4{margin-top:0;margin-bottom:10px}h1 i.fa,h2 i.fa,h3 i.fa,h4 i.fa{font-size:24px;margin-right:6px}h1{font-weight:600;line-height:54px;color:#036;margin-bottom:20px}h1 small{font-size:14px;font-weight:700;text-transform:uppercase;color:#036;display:block;letter-spacing:0.1em}h2{font-weight:600;font-size:24px;line-height:36px;color:#313132;margin-bottom:20px}h3{font-weight:400;font-size:28px;line-height:42px;color:#036;margin-top:15px}h4{font-weight:600;font-size:18px;line-height:27px;color:#036;text-transform:uppercase}a{color:#365ebe;text-decoration:underline;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}a:focus,a:hover{color:#2b4a96;text-decoration:underline;outline:none;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.intro{font-size:18px;line-height:28px}img{max-width:100%;height:auto}input.border-less-heading[type='text']{border:none;color:#036}input.border-less-heading[type='text']:focus{box-shadow:none;outline:none}input[type=number]{-moz-appearance:textfield}input.number-spinner[type=number]{-moz-appearance:spinner;text-align:right}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input.number-spinner[type=number]::-webkit-inner-spin-button,input.number-spinner[type=number]::-webkit-outer-spin-button{-moz-appearance:spinner}.table>tbody>tr>td,.list-builder>tbody>tr>td,.table>tbody>tr>th,.list-builder>tbody>tr>th,.table>tfoot>tr>td,.list-builder>tfoot>tr>td,.table>tfoot>tr>th,.list-builder>tfoot>tr>th,.table>thead>tr>td,.list-builder>thead>tr>td,.table>thead>tr>th,.list-builder>thead>tr>th{padding:12px 16px;vertical-align:top}.fact-sheet-question{width:50%}.fact-sheet-answer{width:25%}.fact-sheet-answer[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input,.fact-sheet-answer textarea{height:25px;width:100%;display:table-cell;border:none;resize:none;padding:2px 2px}.fact-sheet-answer input:focus,.fact-sheet-answer textarea:focus{box-shadow:none;outline:none}.fact-sheet-answer input[readonly],.fact-sheet-answer textarea[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input{text-align:left}.fact-sheet-control{border-bottom:1px solid #d5d5d5;border-right:1px solid #d5d5d5;border-left:1px solid #d5d5d5;font-size:16px}.fact-sheet-control[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-control a{color:#606060}.fact-sheet-control a i{color:#606060}.fact-sheet-control a:hover{text-decoration:none}.fact-sheet-control:hover{background:#d7dff2}.fact-sheet-button a{padding-right:6px;color:#606060}.fact-sheet-button a i{color:#606060}.fact-sheet-button a i:hover{color:#365ebe}.fact-sheet-input[readonly]{background:#f2f2f2}.table-cell-active{border:1px solid #66afe9;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.table>tbody>tr>td.list-builder-button,.list-builder>tbody>tr>td.list-builder-button{border:none}.table>thead>tr.list-builder-header>th:last-child,.list-builder>thead>tr.list-builder-header>th:last-child,.table>tbody>tr>td:last-child not:first-child,.list-builder>tbody>tr>td:last-child not:first-child{width:1px;white-space:nowrap}#claimant_children>thead>tr>th:nth-last-child(-n+2),#claimant_children>tbody>tr>td:nth-last-child(-n+2){width:1px;white-space:nowrap}.list-builder{border-collapse:initial;width:100%;table-layout:fixed;margin-bottom:48px}.list-builder-compact{margin-bottom:25px}.list-builder-hide-column{display:none;border:none}.child-item-row{height:50px}.child-item-row:hover td:not(:nth-last-child(-n+2)){background:#d7dff2}.child-support-amount[readonly]{background:#f2f2f2}div.dollar-prefix{position:relative}div.dollar-prefix:before{content:'$ ';top:0;height:100%;padding-left:10px;position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:center}div.dollar-prefix input{text-align:right}div.percent-suffix{border:none;width:100%}div.percent-suffix input{border:none;padding:0px;outline:none;width:85%;text-align:right;display:inline}div.percent-suffix label{width:10%;display:inline;font-weight:normal}.money{text-align:right}.container-wrapper{padding:40px 0}.container-wrapper:nth-child(odd){background:#f2f2f2}.container-wrapper:nth-child(odd) input{background:#ffffff}.bg-danger{position:relative;padding:30px 30px 30px 75px;border-radius:8px;margin-bottom:20px;background-color:#FEEABA}.bg-danger:after{content:"\f071";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#925E00;top:30px;left:27px}.bg-danger.add-top-margin{margin-top:20px}.bg-danger.hard-stop{background-color:#F7D4D5}.bg-danger.hard-stop hr{border-top:1px solid #9A1C21}.bg-danger.hard-stop:after{content:"\f05e";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:27px}.bg-danger h2{line-height:initial;margin-bottom:10px}.bg-danger p+h2{margin-top:20px}.bg-danger #unselected_spouse_alert{margin-bottom:20px}.checkmark{background:#2e8540;position:relative;padding:22px 20px 20px 90px;color:#ffffff;border-radius:8px;font-size:32px}.checkmark:before{content:"\f00c";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;left:24px;font-size:42px;color:#ffffff;height:60px}@media (max-width: 991px){.container{width:100%;min-width:750px}}.tooltip.in{opacity:1}.tooltip-inner{text-align:left;background-color:#365ebe;padding:20px;font-size:16px;line-height:24px;max-width:300px;border-radius:10px;font-family:Myriad-Pro,Calibri,Arial,Sans Serif}.tooltip-innerb{font-size:18px}.tooltip-inner a{color:#ffffff;text-decoration:underline}.tooltip-inner a:focus,.tooltip-inner a:hover{color:#d5d5d5}.tooltip-arrow{pointer-events:none;border-color:rgba(255,255,255,0);border-width:12px !important}.tooltip.top .tooltip-arrow{border-top-color:#365ebe;margin-bottom:-16px}.tooltip.right{margin-left:10px}.tooltip.right .tooltip-arrow{border-right-color:#365ebe;margin-left:-12px;margin-top:-14px}.tooltip.bottom .tooltip-arrow{border-bottom-color:#365ebe;margin-top:-12px}.tooltip.left{margin-left:-10px}.tooltip.left .tooltip-arrow{border-left-color:#365ebe;margin-right:-12px;margin-top:-14px}.tooltip-link{color:#365ebe;cursor:pointer}.tooltip-link:hover{color:#036;border-bottom-color:#365ebe}.tooltip-link:hover .content{border-bottom:dotted 1px #365ebe}.collapse-trigger{margin-bottom:12px}.collapse-trigger>div{color:#365ebe;border-bottom:solid 1px #365ebe;display:inline;cursor:pointer}.collapse-trigger>div .tooltip-link{border:0}.collapse-trigger>div .tooltip-link:hover{color:inherit}.collapse-trigger>div:after{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit;padding-left:10px;content:"\f077";-webkit-transform-origin:65% 50%;transform-origin:65% 50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger>div:focus,.collapse-trigger>div:hover{color:#2b4a96;border-bottom:solid 1px #2b4a96;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger.collapsed div:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:65% 50%;transform-origin:65% 50%}.collapse>div,.collapsing>div{margin-bottom:25px}select.form-control{font-size:16px;height:42px}.form-group input.form-control,.input-group input.form-control:first-child{margin-top:12px;border-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;height:inherit;width:inherit;float:inherit;font-size:inherit;padding:12px 15px;line-height:1em;display:inline}.form-group input.form-control.input-wide,.input-group input.form-control.input-wide:first-child{width:70%}.alias-header{width:100%}@media (min-width: 992px){.form-group.name-group{display:flex !important;flex-direction:row;justify-content:space-between;margin-top:20px;margin-bottom:8px}}.form-group.name-group>div{width:80%}@media (min-width: 992px){.form-group.name-group>div{width:24%}}.form-group.name-group>div input{width:99%}.form-group.name-group p{margin-bottom:3px}@media (min-width: 992px){div#other_names_fields .form-inline .form-group{flex:inherit}}div#other_names_fields .form-inline .label-group{display:flex;justify-content:space-between;width:100%;align-items:center}.btn{line-height:initial;padding:12px 15px;text-decoration:none}.btn-primary{background:#365ebe;font-weight:bold}.btn-primary:hover{background-color:#1f376f}i.fa{color:#365ebe}i.fa.circle{border-radius:50%;padding:10px;border:solid 1px #365ebe}.form-buttons{margin:30px 0}.form-buttons .btn{font-size:16px;border:none;border-radius:4px;padding:16px;background-color:#365ebe;color:#ffffff;margin-bottom:12px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.form-buttons .btn:hover{background-color:#036;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.form-buttons .btn i.fa{color:#ffffff}.form-buttons .btn.btn-success{background-color:#2e8540;margin-left:12px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.form-buttons .btn.btn-success:hover{background-color:#1c5428;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.form-buttons .btn[disabled]{pointer-events:none;cursor:default}.review-warning{background-color:#F7D4D5;border-radius:8px;position:relative;padding:30px 30px 30px 75px;margin-top:30px;margin-bottom:20px}.review-warning ul{padding-left:15px}.review-warning:after{content:"\f06a";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:30px}.review-warning .warning,.review-warning .progress-status i{color:#9A1C21;font-weight:bolder;margin:0 3px}.error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.error .warning,.error .help-block{color:#D8292F;font-size:16px;font-weight:bolder}.has-error input{border:2px solid #D8292F !important}.has-error .help-block{color:#D8292F;font-weight:bolder}.btn-danger{background-color:#D8292F;border:1px solid #D8292F;font-weight:bold}.btn-danger:hover{background-color:#dc3f44}.btn-success{background-color:#2e8540;border:1px solid #2e8540;font-weight:bold}.btn-success:hover{background-color:#359849}.error-text{color:#D8292F;font-weight:bold;font-size:14px}.table-error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all;margin:-12px -16px;padding:12px 16px}.table-error .warning{color:#D8292F;font-size:14px;font-weight:bolder;display:inline-block;width:100%;text-align:center}.btn-radio{color:#265EBE;background-color:#d7dff2;font-size:16px;text-transform:uppercase;letter-spacing:0.08em;font-weight:600;padding:18px 0;width:52px;height:52px;margin-left:7px;margin-top:7px;border-radius:26px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio:before{content:" ";position:absolute;display:block;width:64px;height:64px;border-radius:32px;margin-top:-25.2px;margin-left:-7px;border:1px solid #606060}.btn-radio.active,.btn-radio:active,.btn-radio:focus,.btn-radio:hover,.open .dropdown-toggle.btn-radio{color:#FFFFFF;background-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio.active,.btn-radio:active,.open .dropdown-toggle.btn-radio{background-image:none}.btn-radio.disabled,.btn-radio.disabled.active,.btn-radio.disabled:active,.btn-radio.disabled:focus,.btn-radio.disabled:hover,.btn-radio[disabled],.btn-radio.active[disabled],.btn-radio[disabled]:active,.btn-radio[disabled]:focus,.btn-radio[disabled]:hover,fieldset[disabled] .btn-radio,fieldset[disabled] .btn-radio.active,fieldset[disabled] .btn-radio:active,fieldset[disabled] .btn-radio:focus,fieldset[disabled] .btn-radio:hover{background-color:#365ebe;border-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio+.btn-radio{margin-left:27px}.btn-radio-group{margin-bottom:20px}.btn-radio-group .btn.active.focus,.btn-radio-group .btn.active:focus,.btn-radio-group .btn.focus,.btn-radio-group .btn.focus:active,.btn-radio-group .btn:active:focus,.btn-radio-group .btn:focus{outline:none}.btn-radio-group .btn-radio-long{width:auto;white-space:normal;text-transform:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1em;max-width:500px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:left;padding:0 20px}input{border-radius:4px;color:#606060;padding:12px 15px 12px 20px;border:solid 1px #606060;line-height:1em}input:focus{outline:0;box-shadow:inset 0 1px 1px rgba(49,49,50,0.075),0 0 4px rgba(96,96,96,0.5)}input+i.fa{margin-left:10px}input.form-block{display:block;margin-bottom:16px}input.input-wide{width:70%}input.input-narrow{max-width:100px}input.input-inline{padding:5px 20px;border-radius:5px;margin-left:5px}input.radio-centered{margin-top:15px}.checkbox label,.radio label{margin-bottom:8px;font-weight:700}.checkbox label.tight-spacing,.radio label.tight-spacing{margin-bottom:2px}.radio p,.checkbox p{margin-bottom:8px;margin-left:21px}.radio .radio-with-textbox{display:flex;align-items:baseline;margin-bottom:16px}.radio .radio-with-textbox input.form-block{margin-bottom:0;margin-right:8px}textarea{width:100%;border-radius:10px;color:#606060;padding:12px 15px;border:solid 1px #d5d5d5;line-height:24px;resize:none}#top_banner{background-color:#036;border-bottom:2px solid #fcba19;padding:5px 20px 10px}#top_banner .top_banner-logo img{width:148px;height:auto;float:left}#top_banner p{color:#ffffff;font-size:16px;line-height:1em;margin-top:20px;margin-left:35px;float:left}#top_banner p .beta{border:solid 1px #ffffff;padding:4px 8px 3px;margin-left:10px;font-size:12px;text-transform:uppercase}#top_banner p .beta.environment-type{background-color:#B200FF}#top_banner .top_banner-user{color:#fff;font-size:14px;float:right;margin-top:16px}#top_banner .top_banner-user input[type=submit]{color:#ffffff;background-color:transparent;display:inline;padding:0;line-height:1.5;border:none}#top_banner .top_banner-user input[type=submit]:active,#top_banner .top_banner-user input[type=submit]:hover{text-decoration:underline}#mid_banner{background-color:#38598A;font-size:14px;font-weight:600}#mid_banner .mid_banner-dash{float:left;margin-left:-20px}#mid_banner .mid_banner-dash a,#mid_banner .mid_banner-link a,#mid_banner .more_information-link a{padding:15px 16px;float:right;margin-left:6px}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover,#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{color:#fff}#mid_banner .mid_banner-dash a.active i,#mid_banner .mid_banner-dash a:hover i,#mid_banner .mid_banner-link a.active i,#mid_banner .mid_banner-link a:hover i,#mid_banner .more_information-link a.active i,#mid_banner .more_information-link a:hover i{color:#fff}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover{text-decoration:underline}#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{background-color:#fcba19;text-decoration:none}#mid_banner .mid_banner-dash a{margin-left:24px}#mid_banner i{color:#ffffff;padding:0 10px 0 0}#mid_banner a{color:#ffffff;text-decoration:none}#form_navigation{display:-webkit-box;display:-ms-flexbox;display:flex}#form_navigation form{margin-right:10px}.success-page .success-buttons{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.success-page .success-buttons .flex-row{width:32%;border-radius:8px;background-color:#d7dff2;border:1px solid #365ebe;display:flex;flex-direction:column;justify-content:space-between;padding:30px 45px}@media (max-width: 992px){.success-page .success-buttons .flex-row{padding:20px 20px}}.success-page .success-buttons .flex-row h3{font-size:26px;line-height:36px}.success-page .col-flex.content-column{padding-bottom:92px}#other_names_fields .form-inline,#reconciliation_period_fields .form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;padding:10px;background:#f2f2f2;border-radius:5px}#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{display:block;width:100%;margin-top:5px;margin-bottom:5px}@media (min-width: 992px){#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{-webkit-box-flex:1;-ms-flex:1;flex:1}}#other_names_fields .form-inline .form-group input,#reconciliation_period_fields .form-inline .form-group input{margin-bottom:0}#other_names_fields .form-inline .form-control,#reconciliation_period_fields .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;height:34px;margin-top:0;padding:8px 15px}#other_names_fields .form-inline label,#reconciliation_period_fields .form-inline label{min-width:45px;margin-right:10px;text-align:right}#other_names_fields .form-inline:before,#reconciliation_period_fields .form-inline:before{display:table;content:" "}#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-right:5px;-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px}@media (min-width: 1px) and (max-width: 1199px){#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-bottom:5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}#other_names_fields .form-inline input.response-textbox,#reconciliation_period_fields .form-inline input.response-textbox{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%}#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{padding:8px 15px}@media (min-width: 992px){#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}}.footer{background-color:#036;border-top:2px solid #fcba19;padding:15px}.footer .footer-container ul{list-style-type:none}.footer .footer-container ul li{float:left;padding:2px 10px;position:relative}.footer .footer-container ul li a{display:block;text-align:center;color:#ffffff;font-size:13px;font-weight:600}.footer .footer-container ul li+li{border-left:1px solid #4b5e73}.question-well{min-height:20px;padding:30px;margin-top:28px;border:1px solid #d5d5d5;border-radius:8px;background:#ffffff}.question-well.hasFocus{border:1px solid #365ebe;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.question-well h3{margin-top:0}.question-well p{max-width:90%;margin-bottom:20px}.question-well .fact-sheet-table-inline-question{margin-bottom:48px}.question-well .required,.question-well .optional{font-size:14px;font-family:Myriad-Pro-Bold,Calibri,Arial,Sans Serif;font-weight:bold;text-transform:uppercase;padding:6px;margin-left:16px;white-space:nowrap;vertical-align:bottom}.question-well .required.inline,.question-well .optional.inline{border:none;padding:0}.question-well .required{color:#D8292F;border:#D8292F 2px solid;vertical-align:text-bottom}.question-well .optional{color:#036;border:#036 1px solid}.question-well-border-less{min-height:20px;padding:25px 25px 0 0;margin-top:25px;background:#ffffff}.question-well-border-less h3{margin-top:20px}.question-well-border-less p{max-width:90%}.review-well{border-radius:10px;min-height:20px;margin-bottom:10px;border:1px solid #d5d5d5;background:#ffffff}.review-well .review-well{margin:0 40px 5px}.review-well .collapse-trigger{padding:20px 15px}.review-well .collapse,.review-well .collapsing{border-top:1px solid #d5d5d5;padding:24px 47px}.review-well .collapse>div,.review-well .collapsing>div{margin-bottom:0}.review-well .review-buttons{float:left;padding:0 15px 20px;margin:0 0 0 32px}@media (min-width: 991px){.review-well .review-buttons{float:right;padding:10px 15px;margin:0}}.review-well .review-buttons .fa{color:white;margin-right:6px}.review-well .review-explanation{margin:-18px 0 12px 44px}.review-well .collapse-trigger{margin-bottom:0;display:inline-block;width:100%}@media (min-width: 991px){.review-well .collapse-trigger{width:initial}}.review-well .collapse-trigger>div{border-bottom:none;font-size:18px;font-weight:600;padding-left:8px;position:relative}.review-well .collapse-trigger>div:before{font-family:FontAwesome;font-weight:normal;font-style:normal;position:absolute;text-decoration:inherit;left:0;content:"\f077";-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.review-well .collapse-trigger>div span{display:inline-block;margin-left:24px}.review-well .collapse-trigger>div:after{display:none}.review-well .collapse-trigger.empty{display:block;border-top:1px solid #d5d5d5}.review-well .collapse-trigger.empty div:before{display:none}.review-well .collapse-trigger.collapsed div:before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:50%;transform-origin:50%}.review-well .collapse.empty{display:inline-block;border-top:none}.review-well-no-icon{padding-left:47px}.review-well-child{display:inline-block;width:100%}.review-well-child .review-buttons{margin:0;padding-left:8px}@media (min-width: 991px){.review-well-child .review-buttons{margin:initial;padding-left:initial}}.review-well-child .collapse-trigger{padding-left:0}.review-well-child .collapse-trigger>div{color:#313132;font-weight:normal}.review-child-heading{background-color:#d7dff2}.review-table-spacer::before{content:'';display:block;height:25px}.print-form-action{display:inline-block;float:right}.print-form-action a{text-decoration:none}.print-form-action:after{display:none}.step-review .collapse-trigger{font-size:24px;display:inline-block}.step-review .collapse-trigger.collapsed{margin-bottom:0;-webkit-transition:0.5s ease-out all;transition:0.5s ease-out all}.step-review table{margin-bottom:0}.step-review table thead tr{background-color:#036;color:#fff}.step-review table .value-column{width:30%;min-width:192px}.step-review table thead{-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px}.step-review .collapse>div,.step-review .collapsing>div{margin-bottom:0}.step-review .review-buttons{float:right}.dashboard-content .question-well{margin-top:15px;margin-bottom:30px;padding-bottom:0}.dashboard-content .question-well h3{font-size:24px}.dashboard-content .form{background:#efefef;border:1px solid #d5d5d5;border-radius:8px;margin-bottom:10px;padding:15px}.dashboard-content .form-inline{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.dashboard-content .form-inline label{margin:0 15px 0 5px;text-align:right}.dashboard-content .form-inline:before{display:table;content:" "}.dashboard-content .form-inline input{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%;min-width:200px}.dashboard-content p{margin-bottom:15px}.dashboard-content p.error-text{margin-bottom:0px}.dashboard-content ul{margin-bottom:30px}.dashboard-content .no-margin-bottom{margin-bottom:0 !important}.dashboard-content .add-bottom-margin{margin-bottom:30px}.dashboard-content .add-top-margin{margin-top:30px}.dashboard-content .no-padding-left{padding-left:0}.dashboard-content .no-bullets li{list-style:none}.dashboard-content .upload-area{padding:32px 20px 32px 20px;margin-bottom:50px;background-color:#f2f2f2;border:1px solid #d5d5d5;border-radius:8px}.row-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;overflow:hidden;background:#fdfdfd;position:relative}.row-flex .col{-webkit-box-flex:1;-ms-flex:1;flex:1;box-sizing:border-box;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.row-flex .content-column{max-width:1280px;padding:36px 6% 54px;position:relative}.row-flex .progress-column{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;background-color:#f2f2f2;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .dashnav-column{-webkit-box-flex:0;-ms-flex:0 0 290px;flex:0 0 289px;background-color:#036;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .more_information-column{background-color:#efefef;box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.1);padding:20px 45px;font-size:14px;line-height:21px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:auto}@media (min-width: 1920px){.row-flex .more_information-column{font-size:16px;line-height:1.5}}.row-flex .more_information-column .more_information-close{float:right;font-size:24px;margin-top:3px}.row-flex .more_information-column .more_information-close i.fa{color:#036}.row-flex .more_information-column h2{color:#036;padding-right:25px}.row-flex .more_information-column h3{font-size:21px;line-height:28px}@media (min-width: 992px){.row-flex .more_information-column{padding:45px 20px;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-flex:0;-ms-flex:0 0 306px;flex:0 0 306px}}.row-flex.intro-page{background:#38598A url("../img/bg-edivorce__landing.jpg") no-repeat top center fixed;background-size:cover}.row-flex.intro-page .content-column{margin:54px auto 100px;max-width:800px;padding:0 20px;text-align:center;color:#ffffff;position:relative}.row-flex.intro-page .content-column h1{color:#036;max-width:600px;margin:70px auto;font-size:48px}.row-flex.intro-page .content-column h2,.row-flex.intro-page .content-column h3{color:#ffffff}.row-flex.intro-page .content-column h2{font-size:30px;font-weight:600;margin:42px 0 0}.row-flex.intro-page .content-column h2.shaded-box{padding-top:28px;border-top-left-radius:8px;border-top-right-radius:8px}.row-flex.intro-page .content-column .intro{font-size:24px;line-height:36px;margin:0 100px}.row-flex.intro-page .content-column a{color:#ffffff;text-decoration:none}.row-flex.intro-page .content-column a:focus,.row-flex.intro-page .content-column a:hover{text-decoration:underline}.row-flex.intro-page .content-column a.btn:focus,.row-flex.intro-page .content-column a.btn:hover{text-decoration:none}.row-flex.intro-page .content-column .btn-group-lg>.btn,.row-flex.intro-page .content-column .btn-lg{padding:12px 40px;margin:10px}.row-flex.intro-page .content-column .flex-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;text-align:left;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px}.row-flex.intro-page .content-column .flex-wrapper .flex-column{width:45%}.row-flex.intro-page .content-column .flex-wrapper.shaded-box{padding-top:18px;padding-bottom:30px;margin-top:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.left{padding-left:30px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.right{padding-right:30px}.row-flex.intro-page .content-column .flex-wrapper span.number-circle{border:solid 2px white;padding:0;border-radius:40px;width:40px;height:40px;display:inline-block;text-align:center;margin-right:10px;font-size:21px}.intro-footer{text-align:center;padding-bottom:92px;background:#ffffff}.intro-footer .column{max-width:640px;margin:0 auto}.intro-footer h3{color:#036;font-size:24px;line-height:36px;padding-top:55px;padding-bottom:30px;margin:0}.intro-footer .btn{width:260px;height:48px;font-weight:bold;line-height:24px;border-radius:8px}.dashnav-column h4,.overview-progress h4,.progress-column h4{color:#036;padding:0 18px;margin-top:36px;font-size:14px;letter-spacing:0.1em}.dashnav-column a,.overview-progress a,.progress-column a{text-decoration:none}.dashnav-column .progress-question,.overview-progress .progress-question,.progress-column .progress-question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:70px;margin-bottom:12px;padding:0 16px;font-weight:bold}.dashnav-column .progress-question .progress-icon,.overview-progress .progress-question .progress-icon,.progress-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 50px}.dashnav-column .progress-question .progress-icon i,.overview-progress .progress-question .progress-icon i,.progress-column .progress-question .progress-icon i{font-size:20px;border:solid 1px #036;padding:8px;border-radius:36px}.dashnav-column .progress-question .progress-icon i.fa:before,.overview-progress .progress-question .progress-icon i.fa:before,.progress-column .progress-question .progress-icon i.fa:before{width:20px;text-align:center;display:block;height:20px}.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{width:190px;font-size:14px;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-question .progress-content small,.overview-progress .progress-question .progress-content small,.progress-column .progress-question .progress-content small{font-size:11px;text-transform:uppercase;font-weight:bolder;letter-spacing:0.1em}.dashnav-column .progress-question i,.dashnav-column .progress-question span,.overview-progress .progress-question i,.overview-progress .progress-question span,.progress-column .progress-question i,.progress-column .progress-question span{color:#036;border-color:#036}.dashnav-column .progress-question.complete i,.dashnav-column .progress-question.complete span,.overview-progress .progress-question.complete i,.overview-progress .progress-question.complete span,.progress-column .progress-question.complete i,.progress-column .progress-question.complete span{color:#1c5428;border-color:#1c5428}.dashnav-column .progress-question:focus,.dashnav-column .progress-question:hover,.overview-progress .progress-question:focus,.overview-progress .progress-question:hover,.progress-column .progress-question:focus,.progress-column .progress-question:hover{background-color:#d5d5d5;text-decoration:none}.dashnav-column .progress-question:focus .progress-status i.incomplete,.dashnav-column .progress-question:focus .progress-status i.skipped,.dashnav-column .progress-question:hover .progress-status i.incomplete,.dashnav-column .progress-question:hover .progress-status i.skipped,.overview-progress .progress-question:focus .progress-status i.incomplete,.overview-progress .progress-question:focus .progress-status i.skipped,.overview-progress .progress-question:hover .progress-status i.incomplete,.overview-progress .progress-question:hover .progress-status i.skipped,.progress-column .progress-question:focus .progress-status i.incomplete,.progress-column .progress-question:focus .progress-status i.skipped,.progress-column .progress-question:hover .progress-status i.incomplete,.progress-column .progress-question:hover .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-question.active,.overview-progress .progress-question.active,.progress-column .progress-question.active{background-color:#fcba19;text-decoration:none}.dashnav-column .progress-status,.overview-progress .progress-status,.progress-column .progress-status{width:28px;text-align:right}.dashnav-column .progress-status i,.overview-progress .progress-status i,.progress-column .progress-status i{float:right}.dashnav-column .progress-status i.incomplete,.dashnav-column .progress-status i.skipped,.overview-progress .progress-status i.incomplete,.overview-progress .progress-status i.skipped,.progress-column .progress-status i.incomplete,.progress-column .progress-status i.skipped{color:#D8292F}.dashnav-column .progress-status i.complete,.overview-progress .progress-status i.complete,.progress-column .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu,.overview-progress .progress-sub-menu,.progress-column .progress-sub-menu{list-style-type:none}.dashnav-column .progress-sub-menu li,.overview-progress .progress-sub-menu li,.progress-column .progress-sub-menu li{display:inline-block;padding:5px 16px 5px 22px;border-left:2px solid #fcba19;width:100%}.dashnav-column .progress-sub-menu li .progress-status i.complete,.overview-progress .progress-sub-menu li .progress-status i.complete,.progress-column .progress-sub-menu li .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu li .progress-status i.incomplete,.dashnav-column .progress-sub-menu li .progress-status i.skipped,.overview-progress .progress-sub-menu li .progress-status i.incomplete,.overview-progress .progress-sub-menu li .progress-status i.skipped,.progress-column .progress-sub-menu li .progress-status i.incomplete,.progress-column .progress-sub-menu li .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{width:190px;font-size:14px;line-height:1.3;color:#036}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{width:190px;font-size:14px;font-weight:bold;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question:focus,.dashnav-column .progress-sub-menu .progress-sub-question:hover,.overview-progress .progress-sub-menu .progress-sub-question:focus,.overview-progress .progress-sub-menu .progress-sub-question:hover,.progress-column .progress-sub-menu .progress-sub-question:focus,.progress-column .progress-sub-menu .progress-sub-question:hover{color:#fcba19;text-decoration:none;font-weight:700}.dashnav-column .progress-sub-menu .progress-sub-question.active:focus,.dashnav-column .progress-sub-menu .progress-sub-question.active:hover,.overview-progress .progress-sub-menu .progress-sub-question.active:focus,.overview-progress .progress-sub-menu .progress-sub-question.active:hover,.progress-column .progress-sub-menu .progress-sub-question.active:focus,.progress-column .progress-sub-menu .progress-sub-question.active:hover{border-bottom:1px solid #fcba19}.dashnav-column .progress-sub-menu .progress-sub-question.active,.overview-progress .progress-sub-menu .progress-sub-question.active,.progress-column .progress-sub-menu .progress-sub-question.active{text-decoration:none;padding-bottom:4px;border-bottom:1px solid #036;font-weight:700}.dashnav-column .progress-question{height:60px}.overview-progress{border:solid 1px #d5d5d5;border-radius:10px;background:#ffffff}.overview-progress .progress-question{margin-bottom:0;border-bottom:solid 1px #d5d5d5}.overview-progress .progress-question:last-of-type{border-bottom:none}.overview-progress .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px}.overview-progress .progress-question .progress-content{font-size:16px;font-weight:600;-webkit-box-flex:2;-ms-flex:2;flex:2}.overview-progress .progress-question .progress-status{font-size:14px;font-weight:600;-webkit-box-flex:1;-ms-flex:1;flex:1}.overview-progress .progress-question .progress-status i{font-size:20px;float:none;margin-left:16px;vertical-align:middle}.overview-progress .progress-question.complete{background-color:#d5e6d8}.overview-progress .progress-question:focus,.overview-progress .progress-question:hover{background-color:#f2f2f2;text-decoration:none}.overview-progress .progress-question.incomplete:focus,.overview-progress .progress-question.skipped:focus,.overview-progress .progress-question.incomplete:hover,.overview-progress .progress-question.skipped:hover{color:#9A1C21}.overview-progress .progress-question:first-child{border-top-left-radius:9px;border-top-right-radius:9px}.overview-progress .progress-question:last-child{border-bottom-left-radius:9px;border-bottom-right-radius:9px}.overview-progress .progress-question a{transition:0.1s background ease-in-out;-webkit-transition:0.1s background ease-in-out}.dashnav-column h4{color:#ffffff}.dashnav-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.dashnav-column .progress-question .progress-icon i{font-size:20px;border:none;padding:0}.dashnav-column .progress-question .progress-content{width:180px;color:#ffffff;font-weight:600}.dashnav-column .progress-question i{color:#ffffff}.dashnav-column .progress-question.active i,.dashnav-column .progress-question.active .progress-content{color:#036}.dashnav-column .progress-question:focus:not(.active),.dashnav-column .progress-question:hover:not(.active){background-color:#38598A}.progress-column .progress-question.active:not(.complete) .progress-icon i{border:solid 1px #036;background-color:#036;color:#fcba19}.progress-column .progress-question.active.complete .progress-icon i{border:solid 1px #1c5428;background-color:#1c5428;color:#fcba19}.progress-column .progress-question .progress-status i.incomplete,.progress-column .progress-question .progress-status i.skipped{color:#9A1C21}.has-warning-box{border:3px solid #D8292F;padding-top:8px;padding-left:8px}.has-warning-box #terms_warning{color:#D8292F}.list-item-description{padding-left:20px;margin-bottom:25px;margin-top:-10px}.modal-dialog{width:780px}.modal-header{border:0;padding-bottom:0;padding-top:24px}.modal-title{font-size:32px;font-weight:normal}.modal-body{padding:0 64px 36px}.modal-body p{font-size:18px;margin-top:12px}.modal-footer{background:#f2f2f2;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.footnote-marker{font-size:18px;top:-10px;position:relative;display:inline-block;left:1px;margin-right:1px}.footnote{margin-top:40px;margin-bottom:52px;font-size:16px}.footnote h5{font-size:30px;margin-bottom:20px}.footnote.shaded-box{border-radius:8px;padding:25px 80px 25px 80px}.shaded-box{background-color:rgba(0,0,0,0.7)}#delete_child_modal,#info_modal,#questions_modal,#terms_modal{margin-top:112px;font-size:18px}#delete_child_modal .modal-header,#info_modal .modal-header,#questions_modal .modal-header,#terms_modal .modal-header{text-align:center}#delete_child_modal .modal-header i,#info_modal .modal-header i,#questions_modal .modal-header i,#terms_modal .modal-header i{background-color:#365ebe;color:#ffffff;height:80px;width:80px;border-radius:40px;font-size:40px;padding:20px;margin-bottom:15px}#delete_child_modal .modal-body,#info_modal .modal-body,#questions_modal .modal-body,#terms_modal .modal-body{padding:36px 64px}#delete_child_modal .modal-body p,#info_modal .modal-body p,#questions_modal .modal-body p,#terms_modal .modal-body p{font-size:18px;margin-top:12px}#delete_child_modal .modal-footer,#info_modal .modal-footer,#questions_modal .modal-footer,#terms_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}#delete_child_modal{text-align:center;vertical-align:middle;margin-top:112px;font-size:18px}#delete_child_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}div#progress-overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000;background:rgba(0,0,0,0.35)}div#progress-overlay-spinner{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5000}span.hard-stop{font-size:2.8em;display:inline-block;float:left;margin:3px 10px 0 0}.date-picker-group .input-group-addon{display:inline-block;background-color:inherit;border:none}@media (min-width: 1px) and (max-width: 991px){.on-canvas{display:block}}@media (min-width: 992px){.on-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width: 1px) and (max-width: 991px){.off-canvas{display:none}}@media (min-width: 992px){.off-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(306px);transform:translateX(306px)}}@media (min-width: 1px) and (max-width: 991px){.margin-right{margin-right:0}}@media (min-width: 992px){.margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:-306px}}@media (min-width: 1px) and (max-width: 991px){.no-margin-right{margin-right:0}}@media (min-width: 992px){.no-margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:0}} +@font-face{font-family:'Myriad-Pro';src:url("../fonts/MyriadWebPro.ttf");font-weight:normal;font-style:normal}@font-face{font-family:'Myriad-Pro-Bold';src:url("../fonts/MyriadPro-Bold.otf");font-weight:bold;font-style:normal}body{font-family:Myriad-Pro,Calibri,Arial,Sans Serif;font-size:16px;line-height:24px;color:#313132;background:#036;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:768px}@media (min-width: 1920px){body{font-size:18px;line-height:1.5}}h1,h2,h3,h4{margin-top:0;margin-bottom:10px}h1 i.fa,h2 i.fa,h3 i.fa,h4 i.fa{font-size:24px;margin-right:6px}h1{font-weight:600;line-height:54px;color:#036;margin-bottom:20px}h1 small{font-size:14px;font-weight:700;text-transform:uppercase;color:#036;display:block;letter-spacing:0.1em}h2{font-weight:600;font-size:24px;line-height:36px;color:#313132;margin-bottom:20px}h3{font-weight:400;font-size:28px;line-height:42px;color:#036;margin-top:15px}h4{font-weight:600;font-size:18px;line-height:27px;color:#036;text-transform:uppercase}a{color:#365ebe;text-decoration:underline;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}a:focus,a:hover{color:#2b4a96;text-decoration:underline;outline:none;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.intro{font-size:18px;line-height:28px}img{max-width:100%;height:auto}input.border-less-heading[type='text']{border:none;color:#036}input.border-less-heading[type='text']:focus{box-shadow:none;outline:none}input[type=number]{-moz-appearance:textfield}input.number-spinner[type=number]{-moz-appearance:spinner;text-align:right}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input.number-spinner[type=number]::-webkit-inner-spin-button,input.number-spinner[type=number]::-webkit-outer-spin-button{-moz-appearance:spinner}.table>tbody>tr>td,.list-builder>tbody>tr>td,.table>tbody>tr>th,.list-builder>tbody>tr>th,.table>tfoot>tr>td,.list-builder>tfoot>tr>td,.table>tfoot>tr>th,.list-builder>tfoot>tr>th,.table>thead>tr>td,.list-builder>thead>tr>td,.table>thead>tr>th,.list-builder>thead>tr>th{padding:12px 16px;vertical-align:top}.fact-sheet-question{width:50%}.fact-sheet-answer{width:25%}.fact-sheet-answer[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input,.fact-sheet-answer textarea{height:25px;width:100%;display:table-cell;border:none;resize:none;padding:2px 2px}.fact-sheet-answer input:focus,.fact-sheet-answer textarea:focus{box-shadow:none;outline:none}.fact-sheet-answer input[readonly],.fact-sheet-answer textarea[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input{text-align:left}.fact-sheet-control{border-bottom:1px solid #d5d5d5;border-right:1px solid #d5d5d5;border-left:1px solid #d5d5d5;font-size:16px}.fact-sheet-control[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-control a{color:#606060}.fact-sheet-control a i{color:#606060}.fact-sheet-control a:hover{text-decoration:none}.fact-sheet-control:hover{background:#d7dff2}.fact-sheet-button a{padding-right:6px;color:#606060}.fact-sheet-button a i{color:#606060}.fact-sheet-button a i:hover{color:#365ebe}.fact-sheet-input[readonly]{background:#f2f2f2}.table-cell-active{border:1px solid #66afe9;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.table>tbody>tr>td.list-builder-button,.list-builder>tbody>tr>td.list-builder-button{border:none}.table>thead>tr.list-builder-header>th:last-child,.list-builder>thead>tr.list-builder-header>th:last-child,.table>tbody>tr>td:last-child not:first-child,.list-builder>tbody>tr>td:last-child not:first-child{width:1px;white-space:nowrap}#claimant_children>thead>tr>th:nth-last-child(-n+2),#claimant_children>tbody>tr>td:nth-last-child(-n+2){width:1px;white-space:nowrap}.list-builder{border-collapse:initial;width:100%;table-layout:fixed;margin-bottom:48px}.list-builder-compact{margin-bottom:25px}.list-builder-hide-column{display:none;border:none}.child-item-row{height:50px}.child-item-row:hover td:not(:nth-last-child(-n+2)){background:#d7dff2}.child-support-amount[readonly]{background:#f2f2f2}div.dollar-prefix{position:relative}div.dollar-prefix:before{content:'$ ';top:0;height:100%;padding-left:10px;position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:center}div.dollar-prefix input{text-align:right}div.percent-suffix{border:none;width:100%}div.percent-suffix input{border:none;padding:0px;outline:none;width:85%;text-align:right;display:inline}div.percent-suffix label{width:10%;display:inline;font-weight:normal}.money{text-align:right}.container-wrapper{padding:40px 0}.container-wrapper:nth-child(odd){background:#f2f2f2}.container-wrapper:nth-child(odd) input{background:#ffffff}.bg-danger{position:relative;padding:30px 30px 30px 75px;border-radius:8px;margin-bottom:20px;background-color:#FEEABA}.bg-danger:after{content:"\f071";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#925E00;top:30px;left:27px}.bg-danger.add-top-margin{margin-top:20px}.bg-danger.hard-stop{background-color:#F7D4D5}.bg-danger.hard-stop hr{border-top:1px solid #9A1C21}.bg-danger.hard-stop:after{content:"\f05e";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:27px}.bg-danger h2{line-height:initial;margin-bottom:10px}.bg-danger p+h2{margin-top:20px}.bg-danger #unselected_spouse_alert{margin-bottom:20px}.checkmark{background:#2e8540;position:relative;padding:22px 20px 20px 90px;color:#ffffff;border-radius:8px;font-size:32px}.checkmark:before{content:"\f00c";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;left:24px;font-size:42px;color:#ffffff;height:60px}@media (max-width: 991px){.container{width:100%;min-width:750px}}.tooltip.in{opacity:1}.tooltip-inner{text-align:left;background-color:#365ebe;padding:20px;font-size:16px;line-height:24px;max-width:300px;border-radius:10px;font-family:Myriad-Pro,Calibri,Arial,Sans Serif}.tooltip-innerb{font-size:18px}.tooltip-inner a{color:#ffffff;text-decoration:underline}.tooltip-inner a:focus,.tooltip-inner a:hover{color:#d5d5d5}.tooltip-arrow{pointer-events:none;border-color:rgba(255,255,255,0);border-width:12px !important}.tooltip.top .tooltip-arrow{border-top-color:#365ebe;margin-bottom:-16px}.tooltip.right{margin-left:10px}.tooltip.right .tooltip-arrow{border-right-color:#365ebe;margin-left:-12px;margin-top:-14px}.tooltip.bottom .tooltip-arrow{border-bottom-color:#365ebe;margin-top:-12px}.tooltip.left{margin-left:-10px}.tooltip.left .tooltip-arrow{border-left-color:#365ebe;margin-right:-12px;margin-top:-14px}.tooltip-link{color:#365ebe;cursor:pointer}.tooltip-link:hover{color:#036;border-bottom-color:#365ebe}.tooltip-link:hover .content{border-bottom:dotted 1px #365ebe}.collapse-trigger{margin-bottom:12px}.collapse-trigger>div{color:#365ebe;border-bottom:solid 1px #365ebe;display:inline;cursor:pointer}.collapse-trigger>div .tooltip-link{border:0}.collapse-trigger>div .tooltip-link:hover{color:inherit}.collapse-trigger>div:after{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit;padding-left:10px;content:"\f077";-webkit-transform-origin:65% 50%;transform-origin:65% 50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger>div:focus,.collapse-trigger>div:hover{color:#2b4a96;border-bottom:solid 1px #2b4a96;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger.collapsed div:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:65% 50%;transform-origin:65% 50%}.collapse>div,.collapsing>div{margin-bottom:25px}select.form-control{font-size:16px;height:42px}.form-group input.form-control,.input-group input.form-control:first-child{margin-top:12px;border-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;height:inherit;width:inherit;float:inherit;font-size:inherit;padding:12px 15px;line-height:1em;display:inline}.form-group input.form-control.input-wide,.input-group input.form-control.input-wide:first-child{width:70%}.alias-header{width:100%}@media (min-width: 992px){.form-group.name-group{display:flex !important;flex-direction:row;justify-content:space-between;margin-top:20px;margin-bottom:8px}}.form-group.name-group>div{width:80%}@media (min-width: 992px){.form-group.name-group>div{width:24%}}.form-group.name-group>div input{width:99%}.form-group.name-group p{margin-bottom:3px}@media (min-width: 992px){div#other_names_fields .form-inline .form-group{flex:inherit}}div#other_names_fields .form-inline .label-group{display:flex;justify-content:space-between;width:100%;align-items:center}.btn{line-height:initial;padding:12px 15px;text-decoration:none;font-weight:bold;color:#ffffff;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;font-size:16px;border:none;border-radius:4px}.btn:focus{outline:none;box-shadow:none;-webkit-box-shadow:none}.btn:focus:active{outline:none}.btn:hover{-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn[disabled]{pointer-events:none;cursor:default}.btn.btn-primary{background:#365ebe}.btn.btn-primary:hover{background-color:#036}.btn.btn-danger{background-color:#D8292F}.btn.btn-danger:hover{background-color:#9A1C21}.btn.btn-success{background-color:#2e8540}.btn.btn-success:hover{background-color:#1c5428}.btn i.fa{color:#ffffff}i.fa{color:#365ebe}i.fa.circle{border-radius:50%;padding:10px;border:solid 1px #365ebe}.form-buttons{margin:30px 0}.form-buttons .btn{margin-bottom:12px;padding:16px}.form-buttons .btn.btn-success{margin-left:12px}.review-warning{background-color:#F7D4D5;border-radius:8px;position:relative;padding:30px 30px 30px 75px;margin-top:30px;margin-bottom:20px}.review-warning ul{padding-left:15px}.review-warning:after{content:"\f06a";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:30px}.review-warning .warning,.review-warning .progress-status i{color:#9A1C21;font-weight:bolder;margin:0 3px}.error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.error .warning,.error .help-block{color:#D8292F;font-size:16px;font-weight:bolder}.has-error input{border:2px solid #D8292F !important}.has-error .help-block{color:#D8292F;font-weight:bolder}.error-text{color:#D8292F;font-weight:bold;font-size:14px}.table-error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all;margin:-12px -16px;padding:12px 16px}.table-error .warning{color:#D8292F;font-size:14px;font-weight:bolder;display:inline-block;width:100%;text-align:center}.btn-radio{color:#265EBE;background-color:#d7dff2;font-size:16px;text-transform:uppercase;letter-spacing:0.08em;font-weight:600;padding:18px 0;width:52px;height:52px;margin-left:7px;margin-top:7px;border-radius:26px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio:before{content:" ";position:absolute;display:block;width:64px;height:64px;border-radius:32px;margin-top:-25.2px;margin-left:-7px;border:1px solid #606060}.btn-radio.active,.btn-radio:active,.btn-radio:focus,.btn-radio:hover,.open .dropdown-toggle.btn-radio{color:#FFFFFF;background-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio.active,.btn-radio:active,.open .dropdown-toggle.btn-radio{background-image:none}.btn-radio.disabled,.btn-radio.disabled.active,.btn-radio.disabled:active,.btn-radio.disabled:focus,.btn-radio.disabled:hover,.btn-radio[disabled],.btn-radio.active[disabled],.btn-radio[disabled]:active,.btn-radio[disabled]:focus,.btn-radio[disabled]:hover,fieldset[disabled] .btn-radio,fieldset[disabled] .btn-radio.active,fieldset[disabled] .btn-radio:active,fieldset[disabled] .btn-radio:focus,fieldset[disabled] .btn-radio:hover{background-color:#365ebe;border-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio+.btn-radio{margin-left:27px}.btn-radio-group{margin-bottom:20px}.btn-radio-group .btn.active.focus,.btn-radio-group .btn.active:focus,.btn-radio-group .btn.focus,.btn-radio-group .btn.focus:active,.btn-radio-group .btn:active:focus,.btn-radio-group .btn:focus{outline:none}.btn-radio-group .btn-radio-long{width:auto;white-space:normal;text-transform:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1em;max-width:500px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:left;padding:0 20px}input{border-radius:4px;color:#606060;padding:12px 15px 12px 20px;border:solid 1px #606060;line-height:1em}input:focus{outline:0;box-shadow:inset 0 1px 1px rgba(49,49,50,0.075),0 0 4px rgba(96,96,96,0.5)}input+i.fa{margin-left:10px}input.form-block{display:block;margin-bottom:16px}input.input-wide{width:70%}input.input-narrow{max-width:100px}input.input-inline{padding:5px 20px;border-radius:5px;margin-left:5px}input.radio-centered{margin-top:15px}.checkbox label,.radio label{margin-bottom:8px;font-weight:700}.checkbox label.tight-spacing,.radio label.tight-spacing{margin-bottom:2px}.radio p,.checkbox p{margin-bottom:8px;margin-left:21px}.radio .radio-with-textbox{display:flex;align-items:baseline;margin-bottom:16px}.radio .radio-with-textbox input.form-block{margin-bottom:0;margin-right:8px}textarea{width:100%;border-radius:10px;color:#606060;padding:12px 15px;border:solid 1px #d5d5d5;line-height:24px;resize:none}#top_banner{background-color:#036;border-bottom:2px solid #fcba19;padding:5px 20px 10px}#top_banner .top_banner-logo img{width:148px;height:auto;float:left}#top_banner p{color:#ffffff;font-size:16px;line-height:1em;margin-top:20px;margin-left:35px;float:left}#top_banner p .beta{border:solid 1px #ffffff;padding:4px 8px 3px;margin-left:10px;font-size:12px;text-transform:uppercase}#top_banner p .beta.environment-type{background-color:#B200FF}#top_banner .top_banner-user{color:#fff;font-size:14px;float:right;margin-top:16px}#top_banner .top_banner-user input[type=submit]{color:#ffffff;background-color:transparent;display:inline;padding:0;line-height:1.5;border:none}#top_banner .top_banner-user input[type=submit]:active,#top_banner .top_banner-user input[type=submit]:hover{text-decoration:underline}#mid_banner{background-color:#38598A;font-size:14px;font-weight:600}#mid_banner .mid_banner-dash{float:left;margin-left:-20px}#mid_banner .mid_banner-dash a,#mid_banner .mid_banner-link a,#mid_banner .more_information-link a{padding:15px 16px;float:right;margin-left:6px}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover,#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{color:#fff}#mid_banner .mid_banner-dash a.active i,#mid_banner .mid_banner-dash a:hover i,#mid_banner .mid_banner-link a.active i,#mid_banner .mid_banner-link a:hover i,#mid_banner .more_information-link a.active i,#mid_banner .more_information-link a:hover i{color:#fff}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover{text-decoration:underline}#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{background-color:#fcba19;text-decoration:none}#mid_banner .mid_banner-dash a{margin-left:24px}#mid_banner i{color:#ffffff;padding:0 10px 0 0}#mid_banner a{color:#ffffff;text-decoration:none}#form_navigation{display:-webkit-box;display:-ms-flexbox;display:flex}#form_navigation form{margin-right:10px}.success-page .success-buttons{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.success-page .success-buttons .flex-row{width:32%;border-radius:8px;background-color:#d7dff2;border:1px solid #365ebe;display:flex;flex-direction:column;justify-content:space-between;padding:30px 45px}@media (max-width: 992px){.success-page .success-buttons .flex-row{padding:20px 20px}}.success-page .success-buttons .flex-row h3{font-size:26px;line-height:36px}.success-page .col-flex.content-column{padding-bottom:92px}#other_names_fields .form-inline,#reconciliation_period_fields .form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;padding:10px;background:#f2f2f2;border-radius:5px}#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{display:block;width:100%;margin-top:5px;margin-bottom:5px}@media (min-width: 992px){#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{-webkit-box-flex:1;-ms-flex:1;flex:1}}#other_names_fields .form-inline .form-group input,#reconciliation_period_fields .form-inline .form-group input{margin-bottom:0}#other_names_fields .form-inline .form-control,#reconciliation_period_fields .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;height:34px;margin-top:0;padding:8px 15px}#other_names_fields .form-inline label,#reconciliation_period_fields .form-inline label{min-width:45px;margin-right:10px;text-align:right}#other_names_fields .form-inline:before,#reconciliation_period_fields .form-inline:before{display:table;content:" "}#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-right:5px;-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px}@media (min-width: 1px) and (max-width: 1199px){#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-bottom:5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}#other_names_fields .form-inline input.response-textbox,#reconciliation_period_fields .form-inline input.response-textbox{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%}#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{padding:8px 15px}@media (min-width: 992px){#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}}.footer{background-color:#036;border-top:2px solid #fcba19;padding:15px}.footer .footer-container ul{list-style-type:none}.footer .footer-container ul li{float:left;padding:2px 10px;position:relative}.footer .footer-container ul li a{display:block;text-align:center;color:#ffffff;font-size:13px;font-weight:600}.footer .footer-container ul li+li{border-left:1px solid #4b5e73}.question-well{min-height:20px;padding:30px;margin-top:28px;border:1px solid #d5d5d5;border-radius:8px;background:#ffffff}.question-well.hasFocus{border:1px solid #365ebe;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.question-well h3{margin-top:0}.question-well p{max-width:90%;margin-bottom:20px}.question-well .fact-sheet-table-inline-question{margin-bottom:48px}.question-well .required,.question-well .optional{font-size:14px;font-family:Myriad-Pro-Bold,Calibri,Arial,Sans Serif;font-weight:bold;text-transform:uppercase;padding:6px;margin-left:16px;white-space:nowrap;vertical-align:bottom}.question-well .required.inline,.question-well .optional.inline{border:none;padding:0}.question-well .required{color:#D8292F;border:#D8292F 2px solid;vertical-align:text-bottom}.question-well .optional{color:#036;border:#036 1px solid}.question-well-border-less{min-height:20px;padding:25px 25px 0 0;margin-top:25px;background:#ffffff}.question-well-border-less h3{margin-top:20px}.question-well-border-less p{max-width:90%}.review-well{border-radius:10px;min-height:20px;margin-bottom:10px;border:1px solid #d5d5d5;background:#ffffff}.review-well .review-well{margin:0 40px 5px}.review-well .collapse-trigger{padding:20px 15px}.review-well .collapse,.review-well .collapsing{border-top:1px solid #d5d5d5;padding:24px 47px}.review-well .collapse>div,.review-well .collapsing>div{margin-bottom:0}.review-well .review-buttons{float:left;padding:0 15px 20px;margin:0 0 0 32px}@media (min-width: 991px){.review-well .review-buttons{float:right;padding:10px 15px;margin:0}}.review-well .review-buttons .fa{color:white;margin-right:6px}.review-well .review-explanation{margin:-18px 0 12px 44px}.review-well .collapse-trigger{margin-bottom:0;display:inline-block;width:100%}@media (min-width: 991px){.review-well .collapse-trigger{width:initial}}.review-well .collapse-trigger>div{border-bottom:none;font-size:18px;font-weight:600;padding-left:8px;position:relative}.review-well .collapse-trigger>div:before{font-family:FontAwesome;font-weight:normal;font-style:normal;position:absolute;text-decoration:inherit;left:0;content:"\f077";-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.review-well .collapse-trigger>div span{display:inline-block;margin-left:24px}.review-well .collapse-trigger>div:after{display:none}.review-well .collapse-trigger.empty{display:block;border-top:1px solid #d5d5d5}.review-well .collapse-trigger.empty div:before{display:none}.review-well .collapse-trigger.collapsed div:before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:50%;transform-origin:50%}.review-well .collapse.empty{display:inline-block;border-top:none}.review-well-no-icon{padding-left:47px}.review-well-child{display:inline-block;width:100%}.review-well-child .review-buttons{margin:0;padding-left:8px}@media (min-width: 991px){.review-well-child .review-buttons{margin:initial;padding-left:initial}}.review-well-child .collapse-trigger{padding-left:0}.review-well-child .collapse-trigger>div{color:#313132;font-weight:normal}.review-child-heading{background-color:#d7dff2}.review-table-spacer::before{content:'';display:block;height:25px}.print-form-action{display:inline-block;float:right}.print-form-action a{text-decoration:none}.print-form-action:after{display:none}.step-review .collapse-trigger{font-size:24px;display:inline-block}.step-review .collapse-trigger.collapsed{margin-bottom:0;-webkit-transition:0.5s ease-out all;transition:0.5s ease-out all}.step-review table{margin-bottom:0}.step-review table thead tr{background-color:#036;color:#fff}.step-review table .value-column{width:30%;min-width:192px}.step-review table thead{-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px}.step-review .collapse>div,.step-review .collapsing>div{margin-bottom:0}.step-review .review-buttons{float:right}.dashboard-content .question-well{margin-top:15px;margin-bottom:30px;padding-bottom:0}.dashboard-content .question-well h3{font-size:24px}.dashboard-content .form{background:#efefef;border:1px solid #d5d5d5;border-radius:8px;margin-bottom:10px;padding:15px}.dashboard-content .form-inline{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.dashboard-content .form-inline label{margin:0 15px 0 5px;text-align:right}.dashboard-content .form-inline:before{display:table;content:" "}.dashboard-content .form-inline input{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%;min-width:200px}.dashboard-content p{margin-bottom:15px}.dashboard-content p.error-text{margin-bottom:0px}.dashboard-content ul{margin-bottom:30px}.dashboard-content .no-margin-bottom{margin-bottom:0 !important}.dashboard-content .add-bottom-margin{margin-bottom:30px}.dashboard-content .add-top-margin{margin-top:30px}.dashboard-content .no-padding-left{padding-left:0}.dashboard-content .no-bullets li{list-style:none}.dashboard-content .upload-area{padding:32px 20px 32px 20px;margin-bottom:50px;background-color:#f2f2f2;border:1px solid #d5d5d5;border-radius:8px}.row-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;overflow:hidden;background:#fdfdfd;position:relative}.row-flex .col{-webkit-box-flex:1;-ms-flex:1;flex:1;box-sizing:border-box;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.row-flex .content-column{max-width:1280px;padding:36px 6% 54px;position:relative}.row-flex .progress-column{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;background-color:#f2f2f2;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .dashnav-column{-webkit-box-flex:0;-ms-flex:0 0 290px;flex:0 0 289px;background-color:#036;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .more_information-column{background-color:#efefef;box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.1);padding:20px 45px;font-size:14px;line-height:21px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:auto}@media (min-width: 1920px){.row-flex .more_information-column{font-size:16px;line-height:1.5}}.row-flex .more_information-column .more_information-close{float:right;font-size:24px;margin-top:3px}.row-flex .more_information-column .more_information-close i.fa{color:#036}.row-flex .more_information-column h2{color:#036;padding-right:25px}.row-flex .more_information-column h3{font-size:21px;line-height:28px}@media (min-width: 992px){.row-flex .more_information-column{padding:45px 20px;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-flex:0;-ms-flex:0 0 306px;flex:0 0 306px}}.row-flex.intro-page{background:#38598A url("../img/bg-edivorce__landing.jpg") no-repeat top center fixed;background-size:cover}.row-flex.intro-page .content-column{margin:54px auto 100px;max-width:800px;padding:0 20px;text-align:center;color:#ffffff;position:relative}.row-flex.intro-page .content-column h1{color:#036;max-width:600px;margin:70px auto;font-size:48px}.row-flex.intro-page .content-column h2,.row-flex.intro-page .content-column h3{color:#ffffff}.row-flex.intro-page .content-column h2{font-size:30px;font-weight:600;margin:42px 0 0}.row-flex.intro-page .content-column h2.shaded-box{padding-top:28px;border-top-left-radius:8px;border-top-right-radius:8px}.row-flex.intro-page .content-column .intro{font-size:24px;line-height:36px;margin:0 100px}.row-flex.intro-page .content-column a{color:#ffffff;text-decoration:none}.row-flex.intro-page .content-column a:focus,.row-flex.intro-page .content-column a:hover{text-decoration:underline}.row-flex.intro-page .content-column a.btn:focus,.row-flex.intro-page .content-column a.btn:hover{text-decoration:none}.row-flex.intro-page .content-column .btn-group-lg>.btn,.row-flex.intro-page .content-column .btn-lg{padding:12px 40px;margin:10px}.row-flex.intro-page .content-column .flex-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;text-align:left;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px}.row-flex.intro-page .content-column .flex-wrapper .flex-column{width:45%}.row-flex.intro-page .content-column .flex-wrapper.shaded-box{padding-top:18px;padding-bottom:30px;margin-top:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.left{padding-left:30px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.right{padding-right:30px}.row-flex.intro-page .content-column .flex-wrapper span.number-circle{border:solid 2px white;padding:0;border-radius:40px;width:40px;height:40px;display:inline-block;text-align:center;margin-right:10px;font-size:21px}.intro-footer{text-align:center;padding-bottom:92px;background:#ffffff}.intro-footer .column{max-width:640px;margin:0 auto}.intro-footer h3{color:#036;font-size:24px;line-height:36px;padding-top:55px;padding-bottom:30px;margin:0}.intro-footer .btn{width:260px;height:48px;font-weight:bold;line-height:24px;border-radius:8px}.dashnav-column h4,.overview-progress h4,.progress-column h4{color:#036;padding:0 18px;margin-top:36px;font-size:14px;letter-spacing:0.1em}.dashnav-column a,.overview-progress a,.progress-column a{text-decoration:none}.dashnav-column .progress-question,.overview-progress .progress-question,.progress-column .progress-question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:70px;margin-bottom:12px;padding:0 16px;font-weight:bold}.dashnav-column .progress-question .progress-icon,.overview-progress .progress-question .progress-icon,.progress-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 50px}.dashnav-column .progress-question .progress-icon i,.overview-progress .progress-question .progress-icon i,.progress-column .progress-question .progress-icon i{font-size:20px;border:solid 1px #036;padding:8px;border-radius:36px}.dashnav-column .progress-question .progress-icon i.fa:before,.overview-progress .progress-question .progress-icon i.fa:before,.progress-column .progress-question .progress-icon i.fa:before{width:20px;text-align:center;display:block;height:20px}.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{width:190px;font-size:14px;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-question .progress-content small,.overview-progress .progress-question .progress-content small,.progress-column .progress-question .progress-content small{font-size:11px;text-transform:uppercase;font-weight:bolder;letter-spacing:0.1em}.dashnav-column .progress-question i,.dashnav-column .progress-question span,.overview-progress .progress-question i,.overview-progress .progress-question span,.progress-column .progress-question i,.progress-column .progress-question span{color:#036;border-color:#036}.dashnav-column .progress-question.complete i,.dashnav-column .progress-question.complete span,.overview-progress .progress-question.complete i,.overview-progress .progress-question.complete span,.progress-column .progress-question.complete i,.progress-column .progress-question.complete span{color:#1c5428;border-color:#1c5428}.dashnav-column .progress-question:focus,.dashnav-column .progress-question:hover,.overview-progress .progress-question:focus,.overview-progress .progress-question:hover,.progress-column .progress-question:focus,.progress-column .progress-question:hover{background-color:#d5d5d5;text-decoration:none}.dashnav-column .progress-question:focus .progress-status i.incomplete,.dashnav-column .progress-question:focus .progress-status i.skipped,.dashnav-column .progress-question:hover .progress-status i.incomplete,.dashnav-column .progress-question:hover .progress-status i.skipped,.overview-progress .progress-question:focus .progress-status i.incomplete,.overview-progress .progress-question:focus .progress-status i.skipped,.overview-progress .progress-question:hover .progress-status i.incomplete,.overview-progress .progress-question:hover .progress-status i.skipped,.progress-column .progress-question:focus .progress-status i.incomplete,.progress-column .progress-question:focus .progress-status i.skipped,.progress-column .progress-question:hover .progress-status i.incomplete,.progress-column .progress-question:hover .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-question.active,.overview-progress .progress-question.active,.progress-column .progress-question.active{background-color:#fcba19;text-decoration:none}.dashnav-column .progress-status,.overview-progress .progress-status,.progress-column .progress-status{width:28px;text-align:right}.dashnav-column .progress-status i,.overview-progress .progress-status i,.progress-column .progress-status i{float:right}.dashnav-column .progress-status i.incomplete,.dashnav-column .progress-status i.skipped,.overview-progress .progress-status i.incomplete,.overview-progress .progress-status i.skipped,.progress-column .progress-status i.incomplete,.progress-column .progress-status i.skipped{color:#D8292F}.dashnav-column .progress-status i.complete,.overview-progress .progress-status i.complete,.progress-column .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu,.overview-progress .progress-sub-menu,.progress-column .progress-sub-menu{list-style-type:none}.dashnav-column .progress-sub-menu li,.overview-progress .progress-sub-menu li,.progress-column .progress-sub-menu li{display:inline-block;padding:5px 16px 5px 22px;border-left:2px solid #fcba19;width:100%}.dashnav-column .progress-sub-menu li .progress-status i.complete,.overview-progress .progress-sub-menu li .progress-status i.complete,.progress-column .progress-sub-menu li .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu li .progress-status i.incomplete,.dashnav-column .progress-sub-menu li .progress-status i.skipped,.overview-progress .progress-sub-menu li .progress-status i.incomplete,.overview-progress .progress-sub-menu li .progress-status i.skipped,.progress-column .progress-sub-menu li .progress-status i.incomplete,.progress-column .progress-sub-menu li .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{width:190px;font-size:14px;line-height:1.3;color:#036}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{width:190px;font-size:14px;font-weight:bold;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question:focus,.dashnav-column .progress-sub-menu .progress-sub-question:hover,.overview-progress .progress-sub-menu .progress-sub-question:focus,.overview-progress .progress-sub-menu .progress-sub-question:hover,.progress-column .progress-sub-menu .progress-sub-question:focus,.progress-column .progress-sub-menu .progress-sub-question:hover{color:#fcba19;text-decoration:none;font-weight:700}.dashnav-column .progress-sub-menu .progress-sub-question.active:focus,.dashnav-column .progress-sub-menu .progress-sub-question.active:hover,.overview-progress .progress-sub-menu .progress-sub-question.active:focus,.overview-progress .progress-sub-menu .progress-sub-question.active:hover,.progress-column .progress-sub-menu .progress-sub-question.active:focus,.progress-column .progress-sub-menu .progress-sub-question.active:hover{border-bottom:1px solid #fcba19}.dashnav-column .progress-sub-menu .progress-sub-question.active,.overview-progress .progress-sub-menu .progress-sub-question.active,.progress-column .progress-sub-menu .progress-sub-question.active{text-decoration:none;padding-bottom:4px;border-bottom:1px solid #036;font-weight:700}.dashnav-column .progress-question{height:60px}.overview-progress{border:solid 1px #d5d5d5;border-radius:10px;background:#ffffff}.overview-progress .progress-question{margin-bottom:0;border-bottom:solid 1px #d5d5d5}.overview-progress .progress-question:last-of-type{border-bottom:none}.overview-progress .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px}.overview-progress .progress-question .progress-content{font-size:16px;font-weight:600;-webkit-box-flex:2;-ms-flex:2;flex:2}.overview-progress .progress-question .progress-status{font-size:14px;font-weight:600;-webkit-box-flex:1;-ms-flex:1;flex:1}.overview-progress .progress-question .progress-status i{font-size:20px;float:none;margin-left:16px;vertical-align:middle}.overview-progress .progress-question.complete{background-color:#d5e6d8}.overview-progress .progress-question:focus,.overview-progress .progress-question:hover{background-color:#f2f2f2;text-decoration:none}.overview-progress .progress-question.incomplete:focus,.overview-progress .progress-question.skipped:focus,.overview-progress .progress-question.incomplete:hover,.overview-progress .progress-question.skipped:hover{color:#9A1C21}.overview-progress .progress-question:first-child{border-top-left-radius:9px;border-top-right-radius:9px}.overview-progress .progress-question:last-child{border-bottom-left-radius:9px;border-bottom-right-radius:9px}.overview-progress .progress-question a{transition:0.1s background ease-in-out;-webkit-transition:0.1s background ease-in-out}.dashnav-column h4{color:#ffffff}.dashnav-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.dashnav-column .progress-question .progress-icon i{font-size:20px;border:none;padding:0}.dashnav-column .progress-question .progress-content{width:180px;color:#ffffff;font-weight:600}.dashnav-column .progress-question i{color:#ffffff}.dashnav-column .progress-question.active i,.dashnav-column .progress-question.active .progress-content{color:#036}.dashnav-column .progress-question:focus:not(.active),.dashnav-column .progress-question:hover:not(.active){background-color:#38598A}.progress-column .progress-question.active:not(.complete) .progress-icon i{border:solid 1px #036;background-color:#036;color:#fcba19}.progress-column .progress-question.active.complete .progress-icon i{border:solid 1px #1c5428;background-color:#1c5428;color:#fcba19}.progress-column .progress-question .progress-status i.incomplete,.progress-column .progress-question .progress-status i.skipped{color:#9A1C21}.has-warning-box{border:3px solid #D8292F;padding-top:8px;padding-left:8px}.has-warning-box #terms_warning{color:#D8292F}.list-item-description{padding-left:20px;margin-bottom:25px;margin-top:-10px}.modal-dialog{width:780px}.modal-header{border:0;padding-bottom:0;padding-top:24px}.modal-title{font-size:32px;font-weight:normal}.modal-body{padding:0 64px 36px}.modal-body p{font-size:18px;margin-top:12px}.modal-footer{background:#f2f2f2;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.footnote-marker{font-size:18px;top:-10px;position:relative;display:inline-block;left:1px;margin-right:1px}.footnote{margin-top:40px;margin-bottom:52px;font-size:16px}.footnote h5{font-size:30px;margin-bottom:20px}.footnote.shaded-box{border-radius:8px;padding:25px 80px 25px 80px}.shaded-box{background-color:rgba(0,0,0,0.7)}#delete_child_modal,#info_modal,#questions_modal,#terms_modal{margin-top:112px;font-size:18px}#delete_child_modal .modal-header,#info_modal .modal-header,#questions_modal .modal-header,#terms_modal .modal-header{text-align:center}#delete_child_modal .modal-header i,#info_modal .modal-header i,#questions_modal .modal-header i,#terms_modal .modal-header i{background-color:#365ebe;color:#ffffff;height:80px;width:80px;border-radius:40px;font-size:40px;padding:20px;margin-bottom:15px}#delete_child_modal .modal-body,#info_modal .modal-body,#questions_modal .modal-body,#terms_modal .modal-body{padding:36px 64px}#delete_child_modal .modal-body p,#info_modal .modal-body p,#questions_modal .modal-body p,#terms_modal .modal-body p{font-size:18px;margin-top:12px}#delete_child_modal .modal-footer,#info_modal .modal-footer,#questions_modal .modal-footer,#terms_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}#delete_child_modal{text-align:center;vertical-align:middle;margin-top:112px;font-size:18px}#delete_child_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}div#progress-overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000;background:rgba(0,0,0,0.35)}div#progress-overlay-spinner{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5000}span.hard-stop{font-size:2.8em;display:inline-block;float:left;margin:3px 10px 0 0}.date-picker-group .input-group-addon{display:inline-block;background-color:inherit;border:none}@media (min-width: 1px) and (max-width: 991px){.on-canvas{display:block}}@media (min-width: 992px){.on-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width: 1px) and (max-width: 991px){.off-canvas{display:none}}@media (min-width: 992px){.off-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(306px);transform:translateX(306px)}}@media (min-width: 1px) and (max-width: 991px){.margin-right{margin-right:0}}@media (min-width: 992px){.margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:-306px}}@media (min-width: 1px) and (max-width: 991px){.no-margin-right{margin-right:0}}@media (min-width: 992px){.no-margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:0}} /*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/edivorce/apps/core/static/css/main.scss b/edivorce/apps/core/static/css/main.scss index 27fd5e9e..6031f1cb 100644 --- a/edivorce/apps/core/static/css/main.scss +++ b/edivorce/apps/core/static/css/main.scss @@ -666,18 +666,64 @@ div#other_names_fields { /* Buttons & Icons*/ .btn { - line-height: initial; - padding: 12px 15px; + line-height: initial; + padding: 12px 15px; text-decoration: none; -} - -.btn-primary { - background: $brand-buttons; font-weight: bold; + color: #ffffff; + -webkit-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out; + font-size: 16px; + border: none; + border-radius: 4px; - &:hover { - background-color: darken($brand-buttons, 20%); - } + &:focus { + outline: none; + box-shadow: none; + -webkit-box-shadow: none; + + &:active { + outline: none; + } + } + + &:hover { + -webkit-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out; + } + + &[disabled] { + pointer-events: none; + cursor: default; + } + + &.btn-primary { + background: $brand-buttons; + + &:hover { + background-color: $color-blue-dark; + } + } + + &.btn-danger { + background-color: $color-red; + + &:hover { + background-color: $color-red-dark; + } + } + + &.btn-success { + background-color: $color-green; + + &:hover { + background-color: $color-green-dark; + } + } + + i.fa { + color: #ffffff; + } } i.fa { @@ -694,42 +740,12 @@ i.fa { margin: 30px 0; .btn { - font-size: 16px; - border: none; - border-radius: 4px; - padding: 16px; - background-color: $brand-buttons; - color: #ffffff; margin-bottom: 12px; - -webkit-transition: all 0.1s ease-in-out; - transition: all 0.1s ease-in-out; + padding: 16px; - &:hover { - background-color: $brand-blue; - -webkit-transition: all 0.1s ease-in-out; - transition: all 0.1s ease-in-out; - } - - i.fa { - color: #ffffff; - } - - &.btn-success { - background-color: $color-green; + &.btn-success { margin-left: 12px; - -webkit-transition: all 0.1s ease-in-out; - transition: all 0.1s ease-in-out; - - &:hover { - background-color: $color-green-dark; - -webkit-transition: all 0.1s ease-in-out; - transition: all 0.1s ease-in-out; - } } - &[disabled] { - pointer-events: none; - cursor: default; - } } } @@ -786,24 +802,6 @@ i.fa { } } -.btn-danger { - background-color: $color-red; - border: 1px solid $color-red; - font-weight: bold; - &:hover { - background-color: lighten($color-red, 5%); - } -} - -.btn-success { - background-color: $color-green; - border: 1px solid $color-green; - font-weight: bold; - &:hover { - background-color: lighten($color-green, 5%); - } -} - .error-text { color: $color-red; font-weight: bold; diff --git a/edivorce/apps/core/static/js/main.js b/edivorce/apps/core/static/js/main.js index 076f2b9b..61a7a08a 100755 --- a/edivorce/apps/core/static/js/main.js +++ b/edivorce/apps/core/static/js/main.js @@ -1075,7 +1075,7 @@ var mirrorOnChange = function(e) { var deleteAddedField = function(e){ var field = $('#' + e.data.field_name); var button = $('#' + e.data.button_name); - $(this).parent('div').remove(); + $(this).parents('div').first().remove(); //enable btn_add_other_names button if (button.prop('id') === "btn_add_other_names"){ diff --git a/edivorce/apps/core/templates/partials/alias_field.html b/edivorce/apps/core/templates/partials/alias_field.html index 14caefa4..1946418e 100644 --- a/edivorce/apps/core/templates/partials/alias_field.html +++ b/edivorce/apps/core/templates/partials/alias_field.html @@ -8,10 +8,10 @@ {% endcomment %} - + -+First Name
From b298678e81f79310c6556522c48b8df886495901 Mon Sep 17 00:00:00 2001 From: ariannedeeDate: Fri, 6 Nov 2020 15:23:45 -0800 Subject: [PATCH 18/20] DIV-1088: More styling updates --- edivorce/apps/core/static/css/main.css | 2 +- edivorce/apps/core/static/css/main.scss | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/edivorce/apps/core/static/css/main.css b/edivorce/apps/core/static/css/main.css index 066393d8..f4cc1e48 100644 --- a/edivorce/apps/core/static/css/main.css +++ b/edivorce/apps/core/static/css/main.css @@ -1,3 +1,3 @@ -@font-face{font-family:'Myriad-Pro';src:url("../fonts/MyriadWebPro.ttf");font-weight:normal;font-style:normal}@font-face{font-family:'Myriad-Pro-Bold';src:url("../fonts/MyriadPro-Bold.otf");font-weight:bold;font-style:normal}body{font-family:Myriad-Pro,Calibri,Arial,Sans Serif;font-size:16px;line-height:24px;color:#313132;background:#036;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:768px}@media (min-width: 1920px){body{font-size:18px;line-height:1.5}}h1,h2,h3,h4{margin-top:0;margin-bottom:10px}h1 i.fa,h2 i.fa,h3 i.fa,h4 i.fa{font-size:24px;margin-right:6px}h1{font-weight:600;line-height:54px;color:#036;margin-bottom:20px}h1 small{font-size:14px;font-weight:700;text-transform:uppercase;color:#036;display:block;letter-spacing:0.1em}h2{font-weight:600;font-size:24px;line-height:36px;color:#313132;margin-bottom:20px}h3{font-weight:400;font-size:28px;line-height:42px;color:#036;margin-top:15px}h4{font-weight:600;font-size:18px;line-height:27px;color:#036;text-transform:uppercase}a{color:#365ebe;text-decoration:underline;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}a:focus,a:hover{color:#2b4a96;text-decoration:underline;outline:none;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.intro{font-size:18px;line-height:28px}img{max-width:100%;height:auto}input.border-less-heading[type='text']{border:none;color:#036}input.border-less-heading[type='text']:focus{box-shadow:none;outline:none}input[type=number]{-moz-appearance:textfield}input.number-spinner[type=number]{-moz-appearance:spinner;text-align:right}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input.number-spinner[type=number]::-webkit-inner-spin-button,input.number-spinner[type=number]::-webkit-outer-spin-button{-moz-appearance:spinner}.table>tbody>tr>td,.list-builder>tbody>tr>td,.table>tbody>tr>th,.list-builder>tbody>tr>th,.table>tfoot>tr>td,.list-builder>tfoot>tr>td,.table>tfoot>tr>th,.list-builder>tfoot>tr>th,.table>thead>tr>td,.list-builder>thead>tr>td,.table>thead>tr>th,.list-builder>thead>tr>th{padding:12px 16px;vertical-align:top}.fact-sheet-question{width:50%}.fact-sheet-answer{width:25%}.fact-sheet-answer[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input,.fact-sheet-answer textarea{height:25px;width:100%;display:table-cell;border:none;resize:none;padding:2px 2px}.fact-sheet-answer input:focus,.fact-sheet-answer textarea:focus{box-shadow:none;outline:none}.fact-sheet-answer input[readonly],.fact-sheet-answer textarea[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input{text-align:left}.fact-sheet-control{border-bottom:1px solid #d5d5d5;border-right:1px solid #d5d5d5;border-left:1px solid #d5d5d5;font-size:16px}.fact-sheet-control[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-control a{color:#606060}.fact-sheet-control a i{color:#606060}.fact-sheet-control a:hover{text-decoration:none}.fact-sheet-control:hover{background:#d7dff2}.fact-sheet-button a{padding-right:6px;color:#606060}.fact-sheet-button a i{color:#606060}.fact-sheet-button a i:hover{color:#365ebe}.fact-sheet-input[readonly]{background:#f2f2f2}.table-cell-active{border:1px solid #66afe9;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.table>tbody>tr>td.list-builder-button,.list-builder>tbody>tr>td.list-builder-button{border:none}.table>thead>tr.list-builder-header>th:last-child,.list-builder>thead>tr.list-builder-header>th:last-child,.table>tbody>tr>td:last-child not:first-child,.list-builder>tbody>tr>td:last-child not:first-child{width:1px;white-space:nowrap}#claimant_children>thead>tr>th:nth-last-child(-n+2),#claimant_children>tbody>tr>td:nth-last-child(-n+2){width:1px;white-space:nowrap}.list-builder{border-collapse:initial;width:100%;table-layout:fixed;margin-bottom:48px}.list-builder-compact{margin-bottom:25px}.list-builder-hide-column{display:none;border:none}.child-item-row{height:50px}.child-item-row:hover td:not(:nth-last-child(-n+2)){background:#d7dff2}.child-support-amount[readonly]{background:#f2f2f2}div.dollar-prefix{position:relative}div.dollar-prefix:before{content:'$ ';top:0;height:100%;padding-left:10px;position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:center}div.dollar-prefix input{text-align:right}div.percent-suffix{border:none;width:100%}div.percent-suffix input{border:none;padding:0px;outline:none;width:85%;text-align:right;display:inline}div.percent-suffix label{width:10%;display:inline;font-weight:normal}.money{text-align:right}.container-wrapper{padding:40px 0}.container-wrapper:nth-child(odd){background:#f2f2f2}.container-wrapper:nth-child(odd) input{background:#ffffff}.bg-danger{position:relative;padding:30px 30px 30px 75px;border-radius:8px;margin-bottom:20px;background-color:#FEEABA}.bg-danger:after{content:"\f071";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#925E00;top:30px;left:27px}.bg-danger.add-top-margin{margin-top:20px}.bg-danger.hard-stop{background-color:#F7D4D5}.bg-danger.hard-stop hr{border-top:1px solid #9A1C21}.bg-danger.hard-stop:after{content:"\f05e";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:27px}.bg-danger h2{line-height:initial;margin-bottom:10px}.bg-danger p+h2{margin-top:20px}.bg-danger #unselected_spouse_alert{margin-bottom:20px}.checkmark{background:#2e8540;position:relative;padding:22px 20px 20px 90px;color:#ffffff;border-radius:8px;font-size:32px}.checkmark:before{content:"\f00c";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;left:24px;font-size:42px;color:#ffffff;height:60px}@media (max-width: 991px){.container{width:100%;min-width:750px}}.tooltip.in{opacity:1}.tooltip-inner{text-align:left;background-color:#365ebe;padding:20px;font-size:16px;line-height:24px;max-width:300px;border-radius:10px;font-family:Myriad-Pro,Calibri,Arial,Sans Serif}.tooltip-innerb{font-size:18px}.tooltip-inner a{color:#ffffff;text-decoration:underline}.tooltip-inner a:focus,.tooltip-inner a:hover{color:#d5d5d5}.tooltip-arrow{pointer-events:none;border-color:rgba(255,255,255,0);border-width:12px !important}.tooltip.top .tooltip-arrow{border-top-color:#365ebe;margin-bottom:-16px}.tooltip.right{margin-left:10px}.tooltip.right .tooltip-arrow{border-right-color:#365ebe;margin-left:-12px;margin-top:-14px}.tooltip.bottom .tooltip-arrow{border-bottom-color:#365ebe;margin-top:-12px}.tooltip.left{margin-left:-10px}.tooltip.left .tooltip-arrow{border-left-color:#365ebe;margin-right:-12px;margin-top:-14px}.tooltip-link{color:#365ebe;cursor:pointer}.tooltip-link:hover{color:#036;border-bottom-color:#365ebe}.tooltip-link:hover .content{border-bottom:dotted 1px #365ebe}.collapse-trigger{margin-bottom:12px}.collapse-trigger>div{color:#365ebe;border-bottom:solid 1px #365ebe;display:inline;cursor:pointer}.collapse-trigger>div .tooltip-link{border:0}.collapse-trigger>div .tooltip-link:hover{color:inherit}.collapse-trigger>div:after{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit;padding-left:10px;content:"\f077";-webkit-transform-origin:65% 50%;transform-origin:65% 50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger>div:focus,.collapse-trigger>div:hover{color:#2b4a96;border-bottom:solid 1px #2b4a96;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger.collapsed div:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:65% 50%;transform-origin:65% 50%}.collapse>div,.collapsing>div{margin-bottom:25px}select.form-control{font-size:16px;height:42px}.form-group input.form-control,.input-group input.form-control:first-child{margin-top:12px;border-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;height:inherit;width:inherit;float:inherit;font-size:inherit;padding:12px 15px;line-height:1em;display:inline}.form-group input.form-control.input-wide,.input-group input.form-control.input-wide:first-child{width:70%}.alias-header{width:100%}@media (min-width: 992px){.form-group.name-group{display:flex !important;flex-direction:row;justify-content:space-between;margin-top:20px;margin-bottom:8px}}.form-group.name-group>div{width:80%}@media (min-width: 992px){.form-group.name-group>div{width:24%}}.form-group.name-group>div input{width:99%}.form-group.name-group p{margin-bottom:3px}@media (min-width: 992px){div#other_names_fields .form-inline .form-group{flex:inherit}}div#other_names_fields .form-inline .label-group{display:flex;justify-content:space-between;width:100%;align-items:center}.btn{line-height:initial;padding:12px 15px;text-decoration:none;font-weight:bold;color:#ffffff;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;font-size:16px;border:none;border-radius:4px}.btn:focus{outline:none;box-shadow:none;-webkit-box-shadow:none}.btn:focus:active{outline:none}.btn:hover{-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn[disabled]{pointer-events:none;cursor:default}.btn.btn-primary{background:#365ebe}.btn.btn-primary:hover{background-color:#036}.btn.btn-danger{background-color:#D8292F}.btn.btn-danger:hover{background-color:#9A1C21}.btn.btn-success{background-color:#2e8540}.btn.btn-success:hover{background-color:#1c5428}.btn i.fa{color:#ffffff}i.fa{color:#365ebe}i.fa.circle{border-radius:50%;padding:10px;border:solid 1px #365ebe}.form-buttons{margin:30px 0}.form-buttons .btn{margin-bottom:12px;padding:16px}.form-buttons .btn.btn-success{margin-left:12px}.review-warning{background-color:#F7D4D5;border-radius:8px;position:relative;padding:30px 30px 30px 75px;margin-top:30px;margin-bottom:20px}.review-warning ul{padding-left:15px}.review-warning:after{content:"\f06a";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:30px}.review-warning .warning,.review-warning .progress-status i{color:#9A1C21;font-weight:bolder;margin:0 3px}.error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.error .warning,.error .help-block{color:#D8292F;font-size:16px;font-weight:bolder}.has-error input{border:2px solid #D8292F !important}.has-error .help-block{color:#D8292F;font-weight:bolder}.error-text{color:#D8292F;font-weight:bold;font-size:14px}.table-error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all;margin:-12px -16px;padding:12px 16px}.table-error .warning{color:#D8292F;font-size:14px;font-weight:bolder;display:inline-block;width:100%;text-align:center}.btn-radio{color:#265EBE;background-color:#d7dff2;font-size:16px;text-transform:uppercase;letter-spacing:0.08em;font-weight:600;padding:18px 0;width:52px;height:52px;margin-left:7px;margin-top:7px;border-radius:26px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio:before{content:" ";position:absolute;display:block;width:64px;height:64px;border-radius:32px;margin-top:-25.2px;margin-left:-7px;border:1px solid #606060}.btn-radio.active,.btn-radio:active,.btn-radio:focus,.btn-radio:hover,.open .dropdown-toggle.btn-radio{color:#FFFFFF;background-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio.active,.btn-radio:active,.open .dropdown-toggle.btn-radio{background-image:none}.btn-radio.disabled,.btn-radio.disabled.active,.btn-radio.disabled:active,.btn-radio.disabled:focus,.btn-radio.disabled:hover,.btn-radio[disabled],.btn-radio.active[disabled],.btn-radio[disabled]:active,.btn-radio[disabled]:focus,.btn-radio[disabled]:hover,fieldset[disabled] .btn-radio,fieldset[disabled] .btn-radio.active,fieldset[disabled] .btn-radio:active,fieldset[disabled] .btn-radio:focus,fieldset[disabled] .btn-radio:hover{background-color:#365ebe;border-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio+.btn-radio{margin-left:27px}.btn-radio-group{margin-bottom:20px}.btn-radio-group .btn.active.focus,.btn-radio-group .btn.active:focus,.btn-radio-group .btn.focus,.btn-radio-group .btn.focus:active,.btn-radio-group .btn:active:focus,.btn-radio-group .btn:focus{outline:none}.btn-radio-group .btn-radio-long{width:auto;white-space:normal;text-transform:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1em;max-width:500px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:left;padding:0 20px}input{border-radius:4px;color:#606060;padding:12px 15px 12px 20px;border:solid 1px #606060;line-height:1em}input:focus{outline:0;box-shadow:inset 0 1px 1px rgba(49,49,50,0.075),0 0 4px rgba(96,96,96,0.5)}input+i.fa{margin-left:10px}input.form-block{display:block;margin-bottom:16px}input.input-wide{width:70%}input.input-narrow{max-width:100px}input.input-inline{padding:5px 20px;border-radius:5px;margin-left:5px}input.radio-centered{margin-top:15px}.checkbox label,.radio label{margin-bottom:8px;font-weight:700}.checkbox label.tight-spacing,.radio label.tight-spacing{margin-bottom:2px}.radio p,.checkbox p{margin-bottom:8px;margin-left:21px}.radio .radio-with-textbox{display:flex;align-items:baseline;margin-bottom:16px}.radio .radio-with-textbox input.form-block{margin-bottom:0;margin-right:8px}textarea{width:100%;border-radius:10px;color:#606060;padding:12px 15px;border:solid 1px #d5d5d5;line-height:24px;resize:none}#top_banner{background-color:#036;border-bottom:2px solid #fcba19;padding:5px 20px 10px}#top_banner .top_banner-logo img{width:148px;height:auto;float:left}#top_banner p{color:#ffffff;font-size:16px;line-height:1em;margin-top:20px;margin-left:35px;float:left}#top_banner p .beta{border:solid 1px #ffffff;padding:4px 8px 3px;margin-left:10px;font-size:12px;text-transform:uppercase}#top_banner p .beta.environment-type{background-color:#B200FF}#top_banner .top_banner-user{color:#fff;font-size:14px;float:right;margin-top:16px}#top_banner .top_banner-user input[type=submit]{color:#ffffff;background-color:transparent;display:inline;padding:0;line-height:1.5;border:none}#top_banner .top_banner-user input[type=submit]:active,#top_banner .top_banner-user input[type=submit]:hover{text-decoration:underline}#mid_banner{background-color:#38598A;font-size:14px;font-weight:600}#mid_banner .mid_banner-dash{float:left;margin-left:-20px}#mid_banner .mid_banner-dash a,#mid_banner .mid_banner-link a,#mid_banner .more_information-link a{padding:15px 16px;float:right;margin-left:6px}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover,#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{color:#fff}#mid_banner .mid_banner-dash a.active i,#mid_banner .mid_banner-dash a:hover i,#mid_banner .mid_banner-link a.active i,#mid_banner .mid_banner-link a:hover i,#mid_banner .more_information-link a.active i,#mid_banner .more_information-link a:hover i{color:#fff}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover{text-decoration:underline}#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{background-color:#fcba19;text-decoration:none}#mid_banner .mid_banner-dash a{margin-left:24px}#mid_banner i{color:#ffffff;padding:0 10px 0 0}#mid_banner a{color:#ffffff;text-decoration:none}#form_navigation{display:-webkit-box;display:-ms-flexbox;display:flex}#form_navigation form{margin-right:10px}.success-page .success-buttons{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.success-page .success-buttons .flex-row{width:32%;border-radius:8px;background-color:#d7dff2;border:1px solid #365ebe;display:flex;flex-direction:column;justify-content:space-between;padding:30px 45px}@media (max-width: 992px){.success-page .success-buttons .flex-row{padding:20px 20px}}.success-page .success-buttons .flex-row h3{font-size:26px;line-height:36px}.success-page .col-flex.content-column{padding-bottom:92px}#other_names_fields .form-inline,#reconciliation_period_fields .form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;padding:10px;background:#f2f2f2;border-radius:5px}#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{display:block;width:100%;margin-top:5px;margin-bottom:5px}@media (min-width: 992px){#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{-webkit-box-flex:1;-ms-flex:1;flex:1}}#other_names_fields .form-inline .form-group input,#reconciliation_period_fields .form-inline .form-group input{margin-bottom:0}#other_names_fields .form-inline .form-control,#reconciliation_period_fields .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;height:34px;margin-top:0;padding:8px 15px}#other_names_fields .form-inline label,#reconciliation_period_fields .form-inline label{min-width:45px;margin-right:10px;text-align:right}#other_names_fields .form-inline:before,#reconciliation_period_fields .form-inline:before{display:table;content:" "}#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-right:5px;-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px}@media (min-width: 1px) and (max-width: 1199px){#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-bottom:5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}#other_names_fields .form-inline input.response-textbox,#reconciliation_period_fields .form-inline input.response-textbox{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%}#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{padding:8px 15px}@media (min-width: 992px){#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}}.footer{background-color:#036;border-top:2px solid #fcba19;padding:15px}.footer .footer-container ul{list-style-type:none}.footer .footer-container ul li{float:left;padding:2px 10px;position:relative}.footer .footer-container ul li a{display:block;text-align:center;color:#ffffff;font-size:13px;font-weight:600}.footer .footer-container ul li+li{border-left:1px solid #4b5e73}.question-well{min-height:20px;padding:30px;margin-top:28px;border:1px solid #d5d5d5;border-radius:8px;background:#ffffff}.question-well.hasFocus{border:1px solid #365ebe;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.question-well h3{margin-top:0}.question-well p{max-width:90%;margin-bottom:20px}.question-well .fact-sheet-table-inline-question{margin-bottom:48px}.question-well .required,.question-well .optional{font-size:14px;font-family:Myriad-Pro-Bold,Calibri,Arial,Sans Serif;font-weight:bold;text-transform:uppercase;padding:6px;margin-left:16px;white-space:nowrap;vertical-align:bottom}.question-well .required.inline,.question-well .optional.inline{border:none;padding:0}.question-well .required{color:#D8292F;border:#D8292F 2px solid;vertical-align:text-bottom}.question-well .optional{color:#036;border:#036 1px solid}.question-well-border-less{min-height:20px;padding:25px 25px 0 0;margin-top:25px;background:#ffffff}.question-well-border-less h3{margin-top:20px}.question-well-border-less p{max-width:90%}.review-well{border-radius:10px;min-height:20px;margin-bottom:10px;border:1px solid #d5d5d5;background:#ffffff}.review-well .review-well{margin:0 40px 5px}.review-well .collapse-trigger{padding:20px 15px}.review-well .collapse,.review-well .collapsing{border-top:1px solid #d5d5d5;padding:24px 47px}.review-well .collapse>div,.review-well .collapsing>div{margin-bottom:0}.review-well .review-buttons{float:left;padding:0 15px 20px;margin:0 0 0 32px}@media (min-width: 991px){.review-well .review-buttons{float:right;padding:10px 15px;margin:0}}.review-well .review-buttons .fa{color:white;margin-right:6px}.review-well .review-explanation{margin:-18px 0 12px 44px}.review-well .collapse-trigger{margin-bottom:0;display:inline-block;width:100%}@media (min-width: 991px){.review-well .collapse-trigger{width:initial}}.review-well .collapse-trigger>div{border-bottom:none;font-size:18px;font-weight:600;padding-left:8px;position:relative}.review-well .collapse-trigger>div:before{font-family:FontAwesome;font-weight:normal;font-style:normal;position:absolute;text-decoration:inherit;left:0;content:"\f077";-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.review-well .collapse-trigger>div span{display:inline-block;margin-left:24px}.review-well .collapse-trigger>div:after{display:none}.review-well .collapse-trigger.empty{display:block;border-top:1px solid #d5d5d5}.review-well .collapse-trigger.empty div:before{display:none}.review-well .collapse-trigger.collapsed div:before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:50%;transform-origin:50%}.review-well .collapse.empty{display:inline-block;border-top:none}.review-well-no-icon{padding-left:47px}.review-well-child{display:inline-block;width:100%}.review-well-child .review-buttons{margin:0;padding-left:8px}@media (min-width: 991px){.review-well-child .review-buttons{margin:initial;padding-left:initial}}.review-well-child .collapse-trigger{padding-left:0}.review-well-child .collapse-trigger>div{color:#313132;font-weight:normal}.review-child-heading{background-color:#d7dff2}.review-table-spacer::before{content:'';display:block;height:25px}.print-form-action{display:inline-block;float:right}.print-form-action a{text-decoration:none}.print-form-action:after{display:none}.step-review .collapse-trigger{font-size:24px;display:inline-block}.step-review .collapse-trigger.collapsed{margin-bottom:0;-webkit-transition:0.5s ease-out all;transition:0.5s ease-out all}.step-review table{margin-bottom:0}.step-review table thead tr{background-color:#036;color:#fff}.step-review table .value-column{width:30%;min-width:192px}.step-review table thead{-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px}.step-review .collapse>div,.step-review .collapsing>div{margin-bottom:0}.step-review .review-buttons{float:right}.dashboard-content .question-well{margin-top:15px;margin-bottom:30px;padding-bottom:0}.dashboard-content .question-well h3{font-size:24px}.dashboard-content .form{background:#efefef;border:1px solid #d5d5d5;border-radius:8px;margin-bottom:10px;padding:15px}.dashboard-content .form-inline{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.dashboard-content .form-inline label{margin:0 15px 0 5px;text-align:right}.dashboard-content .form-inline:before{display:table;content:" "}.dashboard-content .form-inline input{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%;min-width:200px}.dashboard-content p{margin-bottom:15px}.dashboard-content p.error-text{margin-bottom:0px}.dashboard-content ul{margin-bottom:30px}.dashboard-content .no-margin-bottom{margin-bottom:0 !important}.dashboard-content .add-bottom-margin{margin-bottom:30px}.dashboard-content .add-top-margin{margin-top:30px}.dashboard-content .no-padding-left{padding-left:0}.dashboard-content .no-bullets li{list-style:none}.dashboard-content .upload-area{padding:32px 20px 32px 20px;margin-bottom:50px;background-color:#f2f2f2;border:1px solid #d5d5d5;border-radius:8px}.row-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;overflow:hidden;background:#fdfdfd;position:relative}.row-flex .col{-webkit-box-flex:1;-ms-flex:1;flex:1;box-sizing:border-box;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.row-flex .content-column{max-width:1280px;padding:36px 6% 54px;position:relative}.row-flex .progress-column{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;background-color:#f2f2f2;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .dashnav-column{-webkit-box-flex:0;-ms-flex:0 0 290px;flex:0 0 289px;background-color:#036;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .more_information-column{background-color:#efefef;box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.1);padding:20px 45px;font-size:14px;line-height:21px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:auto}@media (min-width: 1920px){.row-flex .more_information-column{font-size:16px;line-height:1.5}}.row-flex .more_information-column .more_information-close{float:right;font-size:24px;margin-top:3px}.row-flex .more_information-column .more_information-close i.fa{color:#036}.row-flex .more_information-column h2{color:#036;padding-right:25px}.row-flex .more_information-column h3{font-size:21px;line-height:28px}@media (min-width: 992px){.row-flex .more_information-column{padding:45px 20px;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-flex:0;-ms-flex:0 0 306px;flex:0 0 306px}}.row-flex.intro-page{background:#38598A url("../img/bg-edivorce__landing.jpg") no-repeat top center fixed;background-size:cover}.row-flex.intro-page .content-column{margin:54px auto 100px;max-width:800px;padding:0 20px;text-align:center;color:#ffffff;position:relative}.row-flex.intro-page .content-column h1{color:#036;max-width:600px;margin:70px auto;font-size:48px}.row-flex.intro-page .content-column h2,.row-flex.intro-page .content-column h3{color:#ffffff}.row-flex.intro-page .content-column h2{font-size:30px;font-weight:600;margin:42px 0 0}.row-flex.intro-page .content-column h2.shaded-box{padding-top:28px;border-top-left-radius:8px;border-top-right-radius:8px}.row-flex.intro-page .content-column .intro{font-size:24px;line-height:36px;margin:0 100px}.row-flex.intro-page .content-column a{color:#ffffff;text-decoration:none}.row-flex.intro-page .content-column a:focus,.row-flex.intro-page .content-column a:hover{text-decoration:underline}.row-flex.intro-page .content-column a.btn:focus,.row-flex.intro-page .content-column a.btn:hover{text-decoration:none}.row-flex.intro-page .content-column .btn-group-lg>.btn,.row-flex.intro-page .content-column .btn-lg{padding:12px 40px;margin:10px}.row-flex.intro-page .content-column .flex-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;text-align:left;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px}.row-flex.intro-page .content-column .flex-wrapper .flex-column{width:45%}.row-flex.intro-page .content-column .flex-wrapper.shaded-box{padding-top:18px;padding-bottom:30px;margin-top:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.left{padding-left:30px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.right{padding-right:30px}.row-flex.intro-page .content-column .flex-wrapper span.number-circle{border:solid 2px white;padding:0;border-radius:40px;width:40px;height:40px;display:inline-block;text-align:center;margin-right:10px;font-size:21px}.intro-footer{text-align:center;padding-bottom:92px;background:#ffffff}.intro-footer .column{max-width:640px;margin:0 auto}.intro-footer h3{color:#036;font-size:24px;line-height:36px;padding-top:55px;padding-bottom:30px;margin:0}.intro-footer .btn{width:260px;height:48px;font-weight:bold;line-height:24px;border-radius:8px}.dashnav-column h4,.overview-progress h4,.progress-column h4{color:#036;padding:0 18px;margin-top:36px;font-size:14px;letter-spacing:0.1em}.dashnav-column a,.overview-progress a,.progress-column a{text-decoration:none}.dashnav-column .progress-question,.overview-progress .progress-question,.progress-column .progress-question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:70px;margin-bottom:12px;padding:0 16px;font-weight:bold}.dashnav-column .progress-question .progress-icon,.overview-progress .progress-question .progress-icon,.progress-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 50px}.dashnav-column .progress-question .progress-icon i,.overview-progress .progress-question .progress-icon i,.progress-column .progress-question .progress-icon i{font-size:20px;border:solid 1px #036;padding:8px;border-radius:36px}.dashnav-column .progress-question .progress-icon i.fa:before,.overview-progress .progress-question .progress-icon i.fa:before,.progress-column .progress-question .progress-icon i.fa:before{width:20px;text-align:center;display:block;height:20px}.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{width:190px;font-size:14px;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-question .progress-content small,.overview-progress .progress-question .progress-content small,.progress-column .progress-question .progress-content small{font-size:11px;text-transform:uppercase;font-weight:bolder;letter-spacing:0.1em}.dashnav-column .progress-question i,.dashnav-column .progress-question span,.overview-progress .progress-question i,.overview-progress .progress-question span,.progress-column .progress-question i,.progress-column .progress-question span{color:#036;border-color:#036}.dashnav-column .progress-question.complete i,.dashnav-column .progress-question.complete span,.overview-progress .progress-question.complete i,.overview-progress .progress-question.complete span,.progress-column .progress-question.complete i,.progress-column .progress-question.complete span{color:#1c5428;border-color:#1c5428}.dashnav-column .progress-question:focus,.dashnav-column .progress-question:hover,.overview-progress .progress-question:focus,.overview-progress .progress-question:hover,.progress-column .progress-question:focus,.progress-column .progress-question:hover{background-color:#d5d5d5;text-decoration:none}.dashnav-column .progress-question:focus .progress-status i.incomplete,.dashnav-column .progress-question:focus .progress-status i.skipped,.dashnav-column .progress-question:hover .progress-status i.incomplete,.dashnav-column .progress-question:hover .progress-status i.skipped,.overview-progress .progress-question:focus .progress-status i.incomplete,.overview-progress .progress-question:focus .progress-status i.skipped,.overview-progress .progress-question:hover .progress-status i.incomplete,.overview-progress .progress-question:hover .progress-status i.skipped,.progress-column .progress-question:focus .progress-status i.incomplete,.progress-column .progress-question:focus .progress-status i.skipped,.progress-column .progress-question:hover .progress-status i.incomplete,.progress-column .progress-question:hover .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-question.active,.overview-progress .progress-question.active,.progress-column .progress-question.active{background-color:#fcba19;text-decoration:none}.dashnav-column .progress-status,.overview-progress .progress-status,.progress-column .progress-status{width:28px;text-align:right}.dashnav-column .progress-status i,.overview-progress .progress-status i,.progress-column .progress-status i{float:right}.dashnav-column .progress-status i.incomplete,.dashnav-column .progress-status i.skipped,.overview-progress .progress-status i.incomplete,.overview-progress .progress-status i.skipped,.progress-column .progress-status i.incomplete,.progress-column .progress-status i.skipped{color:#D8292F}.dashnav-column .progress-status i.complete,.overview-progress .progress-status i.complete,.progress-column .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu,.overview-progress .progress-sub-menu,.progress-column .progress-sub-menu{list-style-type:none}.dashnav-column .progress-sub-menu li,.overview-progress .progress-sub-menu li,.progress-column .progress-sub-menu li{display:inline-block;padding:5px 16px 5px 22px;border-left:2px solid #fcba19;width:100%}.dashnav-column .progress-sub-menu li .progress-status i.complete,.overview-progress .progress-sub-menu li .progress-status i.complete,.progress-column .progress-sub-menu li .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu li .progress-status i.incomplete,.dashnav-column .progress-sub-menu li .progress-status i.skipped,.overview-progress .progress-sub-menu li .progress-status i.incomplete,.overview-progress .progress-sub-menu li .progress-status i.skipped,.progress-column .progress-sub-menu li .progress-status i.incomplete,.progress-column .progress-sub-menu li .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{width:190px;font-size:14px;line-height:1.3;color:#036}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{width:190px;font-size:14px;font-weight:bold;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question:focus,.dashnav-column .progress-sub-menu .progress-sub-question:hover,.overview-progress .progress-sub-menu .progress-sub-question:focus,.overview-progress .progress-sub-menu .progress-sub-question:hover,.progress-column .progress-sub-menu .progress-sub-question:focus,.progress-column .progress-sub-menu .progress-sub-question:hover{color:#fcba19;text-decoration:none;font-weight:700}.dashnav-column .progress-sub-menu .progress-sub-question.active:focus,.dashnav-column .progress-sub-menu .progress-sub-question.active:hover,.overview-progress .progress-sub-menu .progress-sub-question.active:focus,.overview-progress .progress-sub-menu .progress-sub-question.active:hover,.progress-column .progress-sub-menu .progress-sub-question.active:focus,.progress-column .progress-sub-menu .progress-sub-question.active:hover{border-bottom:1px solid #fcba19}.dashnav-column .progress-sub-menu .progress-sub-question.active,.overview-progress .progress-sub-menu .progress-sub-question.active,.progress-column .progress-sub-menu .progress-sub-question.active{text-decoration:none;padding-bottom:4px;border-bottom:1px solid #036;font-weight:700}.dashnav-column .progress-question{height:60px}.overview-progress{border:solid 1px #d5d5d5;border-radius:10px;background:#ffffff}.overview-progress .progress-question{margin-bottom:0;border-bottom:solid 1px #d5d5d5}.overview-progress .progress-question:last-of-type{border-bottom:none}.overview-progress .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px}.overview-progress .progress-question .progress-content{font-size:16px;font-weight:600;-webkit-box-flex:2;-ms-flex:2;flex:2}.overview-progress .progress-question .progress-status{font-size:14px;font-weight:600;-webkit-box-flex:1;-ms-flex:1;flex:1}.overview-progress .progress-question .progress-status i{font-size:20px;float:none;margin-left:16px;vertical-align:middle}.overview-progress .progress-question.complete{background-color:#d5e6d8}.overview-progress .progress-question:focus,.overview-progress .progress-question:hover{background-color:#f2f2f2;text-decoration:none}.overview-progress .progress-question.incomplete:focus,.overview-progress .progress-question.skipped:focus,.overview-progress .progress-question.incomplete:hover,.overview-progress .progress-question.skipped:hover{color:#9A1C21}.overview-progress .progress-question:first-child{border-top-left-radius:9px;border-top-right-radius:9px}.overview-progress .progress-question:last-child{border-bottom-left-radius:9px;border-bottom-right-radius:9px}.overview-progress .progress-question a{transition:0.1s background ease-in-out;-webkit-transition:0.1s background ease-in-out}.dashnav-column h4{color:#ffffff}.dashnav-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.dashnav-column .progress-question .progress-icon i{font-size:20px;border:none;padding:0}.dashnav-column .progress-question .progress-content{width:180px;color:#ffffff;font-weight:600}.dashnav-column .progress-question i{color:#ffffff}.dashnav-column .progress-question.active i,.dashnav-column .progress-question.active .progress-content{color:#036}.dashnav-column .progress-question:focus:not(.active),.dashnav-column .progress-question:hover:not(.active){background-color:#38598A}.progress-column .progress-question.active:not(.complete) .progress-icon i{border:solid 1px #036;background-color:#036;color:#fcba19}.progress-column .progress-question.active.complete .progress-icon i{border:solid 1px #1c5428;background-color:#1c5428;color:#fcba19}.progress-column .progress-question .progress-status i.incomplete,.progress-column .progress-question .progress-status i.skipped{color:#9A1C21}.has-warning-box{border:3px solid #D8292F;padding-top:8px;padding-left:8px}.has-warning-box #terms_warning{color:#D8292F}.list-item-description{padding-left:20px;margin-bottom:25px;margin-top:-10px}.modal-dialog{width:780px}.modal-header{border:0;padding-bottom:0;padding-top:24px}.modal-title{font-size:32px;font-weight:normal}.modal-body{padding:0 64px 36px}.modal-body p{font-size:18px;margin-top:12px}.modal-footer{background:#f2f2f2;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.footnote-marker{font-size:18px;top:-10px;position:relative;display:inline-block;left:1px;margin-right:1px}.footnote{margin-top:40px;margin-bottom:52px;font-size:16px}.footnote h5{font-size:30px;margin-bottom:20px}.footnote.shaded-box{border-radius:8px;padding:25px 80px 25px 80px}.shaded-box{background-color:rgba(0,0,0,0.7)}#delete_child_modal,#info_modal,#questions_modal,#terms_modal{margin-top:112px;font-size:18px}#delete_child_modal .modal-header,#info_modal .modal-header,#questions_modal .modal-header,#terms_modal .modal-header{text-align:center}#delete_child_modal .modal-header i,#info_modal .modal-header i,#questions_modal .modal-header i,#terms_modal .modal-header i{background-color:#365ebe;color:#ffffff;height:80px;width:80px;border-radius:40px;font-size:40px;padding:20px;margin-bottom:15px}#delete_child_modal .modal-body,#info_modal .modal-body,#questions_modal .modal-body,#terms_modal .modal-body{padding:36px 64px}#delete_child_modal .modal-body p,#info_modal .modal-body p,#questions_modal .modal-body p,#terms_modal .modal-body p{font-size:18px;margin-top:12px}#delete_child_modal .modal-footer,#info_modal .modal-footer,#questions_modal .modal-footer,#terms_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}#delete_child_modal{text-align:center;vertical-align:middle;margin-top:112px;font-size:18px}#delete_child_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}div#progress-overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000;background:rgba(0,0,0,0.35)}div#progress-overlay-spinner{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5000}span.hard-stop{font-size:2.8em;display:inline-block;float:left;margin:3px 10px 0 0}.date-picker-group .input-group-addon{display:inline-block;background-color:inherit;border:none}@media (min-width: 1px) and (max-width: 991px){.on-canvas{display:block}}@media (min-width: 992px){.on-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width: 1px) and (max-width: 991px){.off-canvas{display:none}}@media (min-width: 992px){.off-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(306px);transform:translateX(306px)}}@media (min-width: 1px) and (max-width: 991px){.margin-right{margin-right:0}}@media (min-width: 992px){.margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:-306px}}@media (min-width: 1px) and (max-width: 991px){.no-margin-right{margin-right:0}}@media (min-width: 992px){.no-margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:0}} +@font-face{font-family:'Myriad-Pro';src:url("../fonts/MyriadWebPro.ttf");font-weight:normal;font-style:normal}@font-face{font-family:'Myriad-Pro-Bold';src:url("../fonts/MyriadPro-Bold.otf");font-weight:bold;font-style:normal}body{font-family:Myriad-Pro,Calibri,Arial,Sans Serif;font-size:16px;line-height:24px;color:#313132;background:#036;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:768px}@media (min-width: 1920px){body{font-size:18px;line-height:1.5}}h1,h2,h3,h4{margin-top:0;margin-bottom:10px}h1 i.fa,h2 i.fa,h3 i.fa,h4 i.fa{font-size:24px;margin-right:6px}h1{font-weight:600;line-height:54px;color:#036;margin-bottom:20px}h1 small{font-size:14px;font-weight:700;text-transform:uppercase;color:#036;display:block;letter-spacing:0.1em}h2{font-weight:600;font-size:24px;line-height:36px;color:#313132;margin-bottom:20px}h3{font-weight:400;font-size:28px;line-height:42px;color:#036;margin-top:15px}h4{font-weight:600;font-size:18px;line-height:27px;color:#036;text-transform:uppercase}a{color:#365ebe;text-decoration:underline;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}a:focus,a:hover{color:#2b4a96;text-decoration:underline;outline:none;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.intro{font-size:18px;line-height:28px}img{max-width:100%;height:auto}input.border-less-heading[type='text']{border:none;color:#036}input.border-less-heading[type='text']:focus{box-shadow:none;outline:none}input[type=number]{-moz-appearance:textfield}input.number-spinner[type=number]{-moz-appearance:spinner;text-align:right}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input.number-spinner[type=number]::-webkit-inner-spin-button,input.number-spinner[type=number]::-webkit-outer-spin-button{-moz-appearance:spinner}.table>tbody>tr>td,.list-builder>tbody>tr>td,.table>tbody>tr>th,.list-builder>tbody>tr>th,.table>tfoot>tr>td,.list-builder>tfoot>tr>td,.table>tfoot>tr>th,.list-builder>tfoot>tr>th,.table>thead>tr>td,.list-builder>thead>tr>td,.table>thead>tr>th,.list-builder>thead>tr>th{padding:12px 16px;vertical-align:top}.fact-sheet-question{width:50%}.fact-sheet-answer{width:25%}.fact-sheet-answer[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input,.fact-sheet-answer textarea{height:25px;width:100%;display:table-cell;border:none;resize:none;padding:2px 2px}.fact-sheet-answer input:focus,.fact-sheet-answer textarea:focus{box-shadow:none;outline:none}.fact-sheet-answer input[readonly],.fact-sheet-answer textarea[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input{text-align:left}.fact-sheet-control{border-bottom:1px solid #d5d5d5;border-right:1px solid #d5d5d5;border-left:1px solid #d5d5d5;font-size:16px}.fact-sheet-control[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-control a{color:#606060}.fact-sheet-control a i{color:#606060}.fact-sheet-control a:hover{text-decoration:none}.fact-sheet-control:hover{background:#d7dff2}.fact-sheet-button a{padding-right:6px;color:#606060}.fact-sheet-button a i{color:#606060}.fact-sheet-button a i:hover{color:#365ebe}.fact-sheet-input[readonly]{background:#f2f2f2}.table-cell-active{border:1px solid #66afe9;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.table>tbody>tr>td.list-builder-button,.list-builder>tbody>tr>td.list-builder-button{border:none}.table>thead>tr.list-builder-header>th:last-child,.list-builder>thead>tr.list-builder-header>th:last-child,.table>tbody>tr>td:last-child not:first-child,.list-builder>tbody>tr>td:last-child not:first-child{width:1px;white-space:nowrap}#claimant_children>thead>tr>th:nth-last-child(-n+2),#claimant_children>tbody>tr>td:nth-last-child(-n+2){width:1px;white-space:nowrap}.list-builder{border-collapse:initial;width:100%;table-layout:fixed;margin-bottom:48px}.list-builder-compact{margin-bottom:25px}.list-builder-hide-column{display:none;border:none}.child-item-row{height:50px}.child-item-row:hover td:not(:nth-last-child(-n+2)){background:#d7dff2}.child-support-amount[readonly]{background:#f2f2f2}div.dollar-prefix{position:relative}div.dollar-prefix:before{content:'$ ';top:0;height:100%;padding-left:10px;position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:center}div.dollar-prefix input{text-align:right}div.percent-suffix{border:none;width:100%}div.percent-suffix input{border:none;padding:0px;outline:none;width:85%;text-align:right;display:inline}div.percent-suffix label{width:10%;display:inline;font-weight:normal}.money{text-align:right}.container-wrapper{padding:40px 0}.container-wrapper:nth-child(odd){background:#f2f2f2}.container-wrapper:nth-child(odd) input{background:#ffffff}.bg-danger{position:relative;padding:30px 30px 30px 75px;border-radius:8px;margin-bottom:20px;background-color:#FEEABA}.bg-danger:after{content:"\f071";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#925E00;top:30px;left:27px}.bg-danger.add-top-margin{margin-top:20px}.bg-danger.hard-stop{background-color:#F8D8D9}.bg-danger.hard-stop hr{border-top:1px solid #9A1C21}.bg-danger.hard-stop:after{content:"\f05e";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:27px}.bg-danger h2{line-height:initial;margin-bottom:10px}.bg-danger p+h2{margin-top:20px}.bg-danger #unselected_spouse_alert{margin-bottom:20px}.checkmark{background:#2e8540;position:relative;padding:22px 20px 20px 90px;color:#ffffff;border-radius:8px;font-size:32px}.checkmark:before{content:"\f00c";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;left:24px;font-size:42px;color:#ffffff;height:60px}@media (max-width: 991px){.container{width:100%;min-width:750px}}.tooltip.in{opacity:1}.tooltip-inner{text-align:left;background-color:#365ebe;padding:20px;font-size:16px;line-height:24px;max-width:300px;border-radius:10px;font-family:Myriad-Pro,Calibri,Arial,Sans Serif}.tooltip-innerb{font-size:18px}.tooltip-inner a{color:#ffffff;text-decoration:underline}.tooltip-inner a:focus,.tooltip-inner a:hover{color:#d5d5d5}.tooltip-arrow{pointer-events:none;border-color:rgba(255,255,255,0);border-width:12px !important}.tooltip.top .tooltip-arrow{border-top-color:#365ebe;margin-bottom:-16px}.tooltip.right{margin-left:10px}.tooltip.right .tooltip-arrow{border-right-color:#365ebe;margin-left:-12px;margin-top:-14px}.tooltip.bottom .tooltip-arrow{border-bottom-color:#365ebe;margin-top:-12px}.tooltip.left{margin-left:-10px}.tooltip.left .tooltip-arrow{border-left-color:#365ebe;margin-right:-12px;margin-top:-14px}.tooltip-link{color:#365ebe;cursor:pointer}.tooltip-link:hover{color:#036;border-bottom-color:#365ebe}.tooltip-link:hover .content{border-bottom:dotted 1px #365ebe}.collapse-trigger{margin-bottom:12px}.collapse-trigger>div{color:#365ebe;border-bottom:solid 1px #365ebe;display:inline;cursor:pointer}.collapse-trigger>div .tooltip-link{border:0}.collapse-trigger>div .tooltip-link:hover{color:inherit}.collapse-trigger>div:after{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit;padding-left:10px;content:"\f077";-webkit-transform-origin:65% 50%;transform-origin:65% 50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger>div:focus,.collapse-trigger>div:hover{color:#2b4a96;border-bottom:solid 1px #2b4a96;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger.collapsed div:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:65% 50%;transform-origin:65% 50%}.collapse>div,.collapsing>div{margin-bottom:25px}select.form-control{font-size:16px;height:42px}.form-group input.form-control,.input-group input.form-control:first-child{margin-top:12px;border-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;height:inherit;width:inherit;float:inherit;font-size:inherit;padding:12px 15px;line-height:1em;display:inline}.form-group input.form-control.input-wide,.input-group input.form-control.input-wide:first-child{width:70%}.alias-header{width:100%}@media (min-width: 992px){.form-group.name-group{display:flex !important;flex-direction:row;justify-content:space-between;margin-top:20px;margin-bottom:8px}}.form-group.name-group>div{width:80%}@media (min-width: 992px){.form-group.name-group>div{width:24%}}.form-group.name-group>div input{width:99%}.form-group.name-group p{margin-bottom:3px}@media (min-width: 992px){div#other_names_fields .form-inline .form-group{flex:inherit}}div#other_names_fields .form-inline .label-group{display:flex;justify-content:space-between;width:100%;align-items:center}.btn{line-height:initial;padding:12px 15px;text-decoration:none;font-weight:bold;color:#ffffff;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;font-size:16px;border:none;border-radius:4px}.btn:focus{outline:none;box-shadow:none;-webkit-box-shadow:none}.btn:focus:active{outline:none}.btn:hover{-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn[disabled]{pointer-events:none;cursor:default}.btn.btn-primary{background:#365ebe}.btn.btn-primary:hover{background-color:#036}.btn.btn-danger{background-color:#D8292F}.btn.btn-danger:hover{background-color:#9A1C21}.btn.btn-success{background-color:#2e8540}.btn.btn-success:hover{background-color:#1c5428}.btn i.fa{color:#ffffff}i.fa{color:#365ebe}i.fa.circle{border-radius:50%;padding:10px;border:solid 1px #365ebe}.form-buttons{margin:30px 0}.form-buttons .btn{margin-bottom:12px;padding:16px}.form-buttons .btn.btn-success{margin-left:12px}.review-warning{background-color:#F8D8D9;border-radius:8px;position:relative;padding:30px 30px 30px 75px;margin-top:30px;margin-bottom:20px}.review-warning ul{padding-left:15px}.review-warning:after{content:"\f06a";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:30px}.review-warning .warning,.review-warning .progress-status i{color:#9A1C21;font-weight:bolder;margin:0 3px}.error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.error .warning,.error .help-block{color:#D8292F;font-size:16px;font-weight:bolder}.has-error input{border:2px solid #D8292F !important}.has-error .help-block{color:#D8292F;font-weight:bolder}.error-text{color:#D8292F;font-weight:bold;font-size:14px}.table-error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all;margin:-12px -16px;padding:12px 16px}.table-error .warning{color:#D8292F;font-size:14px;font-weight:bolder;display:inline-block;width:100%;text-align:center}.btn-radio{color:#265EBE;background-color:#d7dff2;font-size:16px;text-transform:uppercase;letter-spacing:0.08em;font-weight:600;padding:18px 0;width:52px;height:52px;margin-left:7px;margin-top:7px;border-radius:26px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio:before{content:" ";position:absolute;display:block;width:64px;height:64px;border-radius:32px;margin-top:-24px;margin-left:-6px;border:1px solid #606060}.btn-radio.active,.btn-radio:active,.btn-radio:focus,.btn-radio:hover,.open .dropdown-toggle.btn-radio{color:#FFFFFF;background-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio.active,.btn-radio:active,.open .dropdown-toggle.btn-radio{background-image:none}.btn-radio.disabled,.btn-radio.disabled.active,.btn-radio.disabled:active,.btn-radio.disabled:focus,.btn-radio.disabled:hover,.btn-radio[disabled],.btn-radio.active[disabled],.btn-radio[disabled]:active,.btn-radio[disabled]:focus,.btn-radio[disabled]:hover,fieldset[disabled] .btn-radio,fieldset[disabled] .btn-radio.active,fieldset[disabled] .btn-radio:active,fieldset[disabled] .btn-radio:focus,fieldset[disabled] .btn-radio:hover{background-color:#365ebe;border-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio+.btn-radio{margin-left:27px}.btn-radio-group{margin-bottom:20px}.btn-radio-group .btn.active.focus,.btn-radio-group .btn.active:focus,.btn-radio-group .btn.focus,.btn-radio-group .btn.focus:active,.btn-radio-group .btn:active:focus,.btn-radio-group .btn:focus{outline:none}.btn-radio-group .btn-radio-long{width:auto;white-space:normal;text-transform:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1em;max-width:500px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:left;padding:0 20px}input{border-radius:4px;color:#606060;padding:12px 15px 12px 20px;border:solid 1px #606060;line-height:1em}input:focus{outline:none !important}input+i.fa{margin-left:10px}input.form-block{display:block;margin-bottom:16px}input.input-wide{width:70%}input.input-narrow{max-width:100px}input.input-inline{padding:5px 20px;border-radius:5px;margin-left:5px}input.radio-centered{margin-top:15px}.checkbox label,.radio label{margin-bottom:8px;font-weight:700}.checkbox label.tight-spacing,.radio label.tight-spacing{margin-bottom:2px}.radio p,.checkbox p{margin-bottom:8px;margin-left:21px}.radio .radio-with-textbox{display:flex;align-items:baseline;margin-bottom:16px}.radio .radio-with-textbox input.form-block{margin-bottom:0;margin-right:8px}textarea{width:100%;border-radius:10px;color:#606060;padding:12px 15px;border:solid 1px #d5d5d5;line-height:24px;resize:none}#top_banner{background-color:#036;border-bottom:2px solid #fcba19;padding:5px 20px 10px}#top_banner .top_banner-logo img{width:148px;height:auto;float:left}#top_banner p{color:#ffffff;font-size:16px;line-height:1em;margin-top:20px;margin-left:35px;float:left}#top_banner p .beta{border:solid 1px #ffffff;padding:4px 8px 3px;margin-left:10px;font-size:12px;text-transform:uppercase}#top_banner p .beta.environment-type{background-color:#B200FF}#top_banner .top_banner-user{color:#fff;font-size:14px;float:right;margin-top:16px}#top_banner .top_banner-user input[type=submit]{color:#ffffff;background-color:transparent;display:inline;padding:0;line-height:1.5;border:none}#top_banner .top_banner-user input[type=submit]:active,#top_banner .top_banner-user input[type=submit]:hover{text-decoration:underline}#mid_banner{background-color:#38598A;font-size:14px;font-weight:600}#mid_banner .mid_banner-dash{float:left;margin-left:-20px}#mid_banner .mid_banner-dash a,#mid_banner .mid_banner-link a,#mid_banner .more_information-link a{padding:15px 16px;float:right;margin-left:6px}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover,#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{color:#fff}#mid_banner .mid_banner-dash a.active i,#mid_banner .mid_banner-dash a:hover i,#mid_banner .mid_banner-link a.active i,#mid_banner .mid_banner-link a:hover i,#mid_banner .more_information-link a.active i,#mid_banner .more_information-link a:hover i{color:#fff}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover{text-decoration:underline}#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{background-color:#fcba19;text-decoration:none}#mid_banner .mid_banner-dash a{margin-left:24px}#mid_banner i{color:#ffffff;padding:0 10px 0 0}#mid_banner a{color:#ffffff;text-decoration:none}#form_navigation{display:-webkit-box;display:-ms-flexbox;display:flex}#form_navigation form{margin-right:10px}.success-page .success-buttons{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.success-page .success-buttons .flex-row{width:32%;border-radius:8px;background-color:#d7dff2;border:1px solid #365ebe;display:flex;flex-direction:column;justify-content:space-between;padding:30px 45px}@media (max-width: 992px){.success-page .success-buttons .flex-row{padding:20px 20px}}.success-page .success-buttons .flex-row h3{font-size:26px;line-height:36px}.success-page .col-flex.content-column{padding-bottom:92px}#other_names_fields .form-inline,#reconciliation_period_fields .form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;padding:10px;background:#f2f2f2;border-radius:5px}#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{display:block;width:100%;margin-top:5px;margin-bottom:5px}@media (min-width: 992px){#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{-webkit-box-flex:1;-ms-flex:1;flex:1}}#other_names_fields .form-inline .form-group input,#reconciliation_period_fields .form-inline .form-group input{margin-bottom:0}#other_names_fields .form-inline .form-control,#reconciliation_period_fields .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;height:34px;margin-top:0;padding:8px 15px}#other_names_fields .form-inline label,#reconciliation_period_fields .form-inline label{min-width:45px;margin-right:10px;text-align:right}#other_names_fields .form-inline:before,#reconciliation_period_fields .form-inline:before{display:table;content:" "}#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-right:5px;-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px}@media (min-width: 1px) and (max-width: 1199px){#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-bottom:5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}#other_names_fields .form-inline input.response-textbox,#reconciliation_period_fields .form-inline input.response-textbox{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%}#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{padding:8px 15px}@media (min-width: 992px){#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}}.footer{background-color:#036;border-top:2px solid #fcba19;padding:15px}.footer .footer-container ul{list-style-type:none}.footer .footer-container ul li{float:left;padding:2px 10px;position:relative}.footer .footer-container ul li a{display:block;text-align:center;color:#ffffff;font-size:13px;font-weight:600}.footer .footer-container ul li+li{border-left:1px solid #4b5e73}.question-well{min-height:20px;padding:30px;margin-top:28px;border:1px solid #d5d5d5;border-radius:8px;background:#ffffff}.question-well.hasFocus{border:1px solid #365ebe;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.question-well h3{margin-top:0}.question-well p{max-width:90%;margin-bottom:20px}.question-well .fact-sheet-table-inline-question{margin-bottom:48px}.question-well .required,.question-well .optional{font-size:14px;font-family:Myriad-Pro-Bold,Calibri,Arial,Sans Serif;font-weight:bold;text-transform:uppercase;padding:6px;margin-left:16px;white-space:nowrap;vertical-align:bottom}.question-well .required.inline,.question-well .optional.inline{border:none;padding:0}.question-well .required{color:#D8292F;border:#D8292F 2px solid;vertical-align:text-bottom}.question-well .optional{color:#036;border:#036 1px solid}.question-well-border-less{min-height:20px;padding:25px 25px 0 0;margin-top:25px;background:#ffffff}.question-well-border-less h3{margin-top:20px}.question-well-border-less p{max-width:90%}.review-well{border-radius:10px;min-height:20px;margin-bottom:10px;border:1px solid #d5d5d5;background:#ffffff}.review-well .review-well{margin:0 40px 5px}.review-well .collapse-trigger{padding:20px 15px}.review-well .collapse,.review-well .collapsing{border-top:1px solid #d5d5d5;padding:24px 47px}.review-well .collapse>div,.review-well .collapsing>div{margin-bottom:0}.review-well .review-buttons{float:left;padding:0 15px 20px;margin:0 0 0 32px}@media (min-width: 991px){.review-well .review-buttons{float:right;padding:10px 15px;margin:0}}.review-well .review-buttons .fa{color:white;margin-right:6px}.review-well .review-explanation{margin:-18px 0 12px 44px}.review-well .collapse-trigger{margin-bottom:0;display:inline-block;width:100%}@media (min-width: 991px){.review-well .collapse-trigger{width:initial}}.review-well .collapse-trigger>div{border-bottom:none;font-size:18px;font-weight:600;padding-left:8px;position:relative}.review-well .collapse-trigger>div:before{font-family:FontAwesome;font-weight:normal;font-style:normal;position:absolute;text-decoration:inherit;left:0;content:"\f077";-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.review-well .collapse-trigger>div span{display:inline-block;margin-left:24px}.review-well .collapse-trigger>div:after{display:none}.review-well .collapse-trigger.empty{display:block;border-top:1px solid #d5d5d5}.review-well .collapse-trigger.empty div:before{display:none}.review-well .collapse-trigger.collapsed div:before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:50%;transform-origin:50%}.review-well .collapse.empty{display:inline-block;border-top:none}.review-well-no-icon{padding-left:47px}.review-well-child{display:inline-block;width:100%}.review-well-child .review-buttons{margin:0;padding-left:8px}@media (min-width: 991px){.review-well-child .review-buttons{margin:initial;padding-left:initial}}.review-well-child .collapse-trigger{padding-left:0}.review-well-child .collapse-trigger>div{color:#313132;font-weight:normal}.review-child-heading{background-color:#d7dff2}.review-table-spacer::before{content:'';display:block;height:25px}.print-form-action{display:inline-block;float:right}.print-form-action a{text-decoration:none}.print-form-action:after{display:none}.step-review .collapse-trigger{font-size:24px;display:inline-block}.step-review .collapse-trigger.collapsed{margin-bottom:0;-webkit-transition:0.5s ease-out all;transition:0.5s ease-out all}.step-review table{margin-bottom:0}.step-review table thead tr{background-color:#036;color:#fff}.step-review table .value-column{width:30%;min-width:192px}.step-review table thead{-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px}.step-review .collapse>div,.step-review .collapsing>div{margin-bottom:0}.step-review .review-buttons{float:right}.dashboard-content .question-well{margin-top:15px;margin-bottom:30px;padding-bottom:0}.dashboard-content .question-well h3{font-size:24px}.dashboard-content .form{background:#efefef;border:1px solid #d5d5d5;border-radius:8px;margin-bottom:10px;padding:15px}.dashboard-content .form-inline{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.dashboard-content .form-inline label{margin:0 15px 0 5px;text-align:right}.dashboard-content .form-inline:before{display:table;content:" "}.dashboard-content .form-inline input{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%;min-width:200px}.dashboard-content p{margin-bottom:15px}.dashboard-content p.error-text{margin-bottom:0px}.dashboard-content ul{margin-bottom:30px}.dashboard-content .no-margin-bottom{margin-bottom:0 !important}.dashboard-content .add-bottom-margin{margin-bottom:30px}.dashboard-content .add-top-margin{margin-top:30px}.dashboard-content .no-padding-left{padding-left:0}.dashboard-content .no-bullets li{list-style:none}.dashboard-content .upload-area{padding:32px 20px 32px 20px;margin-bottom:50px;background-color:#f2f2f2;border:1px solid #d5d5d5;border-radius:8px}.row-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;overflow:hidden;background:#fdfdfd;position:relative}.row-flex .col{-webkit-box-flex:1;-ms-flex:1;flex:1;box-sizing:border-box;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.row-flex .content-column{max-width:1280px;padding:36px 6% 54px;position:relative}.row-flex .progress-column{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;background-color:#f2f2f2;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .dashnav-column{-webkit-box-flex:0;-ms-flex:0 0 290px;flex:0 0 289px;background-color:#036;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .more_information-column{background-color:#efefef;box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.1);padding:20px 45px;font-size:14px;line-height:21px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:auto}@media (min-width: 1920px){.row-flex .more_information-column{font-size:16px;line-height:1.5}}.row-flex .more_information-column .more_information-close{float:right;font-size:24px;margin-top:3px}.row-flex .more_information-column .more_information-close i.fa{color:#036}.row-flex .more_information-column h2{color:#036;padding-right:25px}.row-flex .more_information-column h3{font-size:21px;line-height:28px}@media (min-width: 992px){.row-flex .more_information-column{padding:45px 20px;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-flex:0;-ms-flex:0 0 306px;flex:0 0 306px}}.row-flex.intro-page{background:#38598A url("../img/bg-edivorce__landing.jpg") no-repeat top center fixed;background-size:cover}.row-flex.intro-page .content-column{margin:54px auto 100px;max-width:800px;padding:0 20px;text-align:center;color:#ffffff;position:relative}.row-flex.intro-page .content-column h1{color:#036;max-width:600px;margin:70px auto;font-size:48px}.row-flex.intro-page .content-column h2,.row-flex.intro-page .content-column h3{color:#ffffff}.row-flex.intro-page .content-column h2{font-size:30px;font-weight:600;margin:42px 0 0}.row-flex.intro-page .content-column h2.shaded-box{padding-top:28px;border-top-left-radius:8px;border-top-right-radius:8px}.row-flex.intro-page .content-column .intro{font-size:24px;line-height:36px;margin:0 100px}.row-flex.intro-page .content-column a{color:#ffffff;text-decoration:none}.row-flex.intro-page .content-column a:focus,.row-flex.intro-page .content-column a:hover{text-decoration:underline}.row-flex.intro-page .content-column a.btn:focus,.row-flex.intro-page .content-column a.btn:hover{text-decoration:none}.row-flex.intro-page .content-column .btn-group-lg>.btn,.row-flex.intro-page .content-column .btn-lg{padding:12px 40px;margin:10px}.row-flex.intro-page .content-column .flex-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;text-align:left;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px}.row-flex.intro-page .content-column .flex-wrapper .flex-column{width:45%}.row-flex.intro-page .content-column .flex-wrapper.shaded-box{padding-top:18px;padding-bottom:30px;margin-top:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.left{padding-left:30px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.right{padding-right:30px}.row-flex.intro-page .content-column .flex-wrapper span.number-circle{border:solid 2px white;padding:0;border-radius:40px;width:40px;height:40px;display:inline-block;text-align:center;margin-right:10px;font-size:21px}.intro-footer{text-align:center;padding-bottom:92px;background:#ffffff}.intro-footer .column{max-width:640px;margin:0 auto}.intro-footer h3{color:#036;font-size:24px;line-height:36px;padding-top:55px;padding-bottom:30px;margin:0}.intro-footer .btn{width:260px;height:48px;font-weight:bold;line-height:24px;border-radius:8px}.dashnav-column h4,.overview-progress h4,.progress-column h4{color:#036;padding:0 18px;margin-top:36px;font-size:14px;letter-spacing:0.1em}.dashnav-column a,.overview-progress a,.progress-column a{text-decoration:none}.dashnav-column .progress-question,.overview-progress .progress-question,.progress-column .progress-question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:70px;margin-bottom:12px;padding:0 16px;font-weight:bold}.dashnav-column .progress-question .progress-icon,.overview-progress .progress-question .progress-icon,.progress-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 50px}.dashnav-column .progress-question .progress-icon i,.overview-progress .progress-question .progress-icon i,.progress-column .progress-question .progress-icon i{font-size:20px;border:solid 1px #036;padding:8px;border-radius:36px}.dashnav-column .progress-question .progress-icon i.fa:before,.overview-progress .progress-question .progress-icon i.fa:before,.progress-column .progress-question .progress-icon i.fa:before{width:20px;text-align:center;display:block;height:20px}.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{width:190px;font-size:14px;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-question .progress-content small,.overview-progress .progress-question .progress-content small,.progress-column .progress-question .progress-content small{font-size:11px;text-transform:uppercase;font-weight:bolder;letter-spacing:0.1em}.dashnav-column .progress-question i,.dashnav-column .progress-question span,.overview-progress .progress-question i,.overview-progress .progress-question span,.progress-column .progress-question i,.progress-column .progress-question span{color:#036;border-color:#036}.dashnav-column .progress-question.complete i,.dashnav-column .progress-question.complete span,.overview-progress .progress-question.complete i,.overview-progress .progress-question.complete span,.progress-column .progress-question.complete i,.progress-column .progress-question.complete span{color:#1c5428;border-color:#1c5428}.dashnav-column .progress-question:focus,.dashnav-column .progress-question:hover,.overview-progress .progress-question:focus,.overview-progress .progress-question:hover,.progress-column .progress-question:focus,.progress-column .progress-question:hover{background-color:#d5d5d5;text-decoration:none}.dashnav-column .progress-question:focus .progress-status i.incomplete,.dashnav-column .progress-question:focus .progress-status i.skipped,.dashnav-column .progress-question:hover .progress-status i.incomplete,.dashnav-column .progress-question:hover .progress-status i.skipped,.overview-progress .progress-question:focus .progress-status i.incomplete,.overview-progress .progress-question:focus .progress-status i.skipped,.overview-progress .progress-question:hover .progress-status i.incomplete,.overview-progress .progress-question:hover .progress-status i.skipped,.progress-column .progress-question:focus .progress-status i.incomplete,.progress-column .progress-question:focus .progress-status i.skipped,.progress-column .progress-question:hover .progress-status i.incomplete,.progress-column .progress-question:hover .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-question.active,.overview-progress .progress-question.active,.progress-column .progress-question.active{background-color:#fcba19;text-decoration:none}.dashnav-column .progress-status,.overview-progress .progress-status,.progress-column .progress-status{width:28px;text-align:right}.dashnav-column .progress-status i,.overview-progress .progress-status i,.progress-column .progress-status i{float:right}.dashnav-column .progress-status i.incomplete,.dashnav-column .progress-status i.skipped,.overview-progress .progress-status i.incomplete,.overview-progress .progress-status i.skipped,.progress-column .progress-status i.incomplete,.progress-column .progress-status i.skipped{color:#D8292F}.dashnav-column .progress-status i.complete,.overview-progress .progress-status i.complete,.progress-column .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu,.overview-progress .progress-sub-menu,.progress-column .progress-sub-menu{list-style-type:none}.dashnav-column .progress-sub-menu li,.overview-progress .progress-sub-menu li,.progress-column .progress-sub-menu li{display:inline-block;padding:5px 16px 5px 22px;border-left:2px solid #fcba19;width:100%}.dashnav-column .progress-sub-menu li .progress-status i.complete,.overview-progress .progress-sub-menu li .progress-status i.complete,.progress-column .progress-sub-menu li .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu li .progress-status i.incomplete,.dashnav-column .progress-sub-menu li .progress-status i.skipped,.overview-progress .progress-sub-menu li .progress-status i.incomplete,.overview-progress .progress-sub-menu li .progress-status i.skipped,.progress-column .progress-sub-menu li .progress-status i.incomplete,.progress-column .progress-sub-menu li .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{width:190px;font-size:14px;line-height:1.3;color:#036}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{width:190px;font-size:14px;font-weight:bold;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question:focus,.dashnav-column .progress-sub-menu .progress-sub-question:hover,.overview-progress .progress-sub-menu .progress-sub-question:focus,.overview-progress .progress-sub-menu .progress-sub-question:hover,.progress-column .progress-sub-menu .progress-sub-question:focus,.progress-column .progress-sub-menu .progress-sub-question:hover{color:#fcba19;text-decoration:none;font-weight:700}.dashnav-column .progress-sub-menu .progress-sub-question.active:focus,.dashnav-column .progress-sub-menu .progress-sub-question.active:hover,.overview-progress .progress-sub-menu .progress-sub-question.active:focus,.overview-progress .progress-sub-menu .progress-sub-question.active:hover,.progress-column .progress-sub-menu .progress-sub-question.active:focus,.progress-column .progress-sub-menu .progress-sub-question.active:hover{border-bottom:1px solid #fcba19}.dashnav-column .progress-sub-menu .progress-sub-question.active,.overview-progress .progress-sub-menu .progress-sub-question.active,.progress-column .progress-sub-menu .progress-sub-question.active{text-decoration:none;padding-bottom:4px;border-bottom:1px solid #036;font-weight:700}.dashnav-column .progress-question{height:60px}.overview-progress{border:solid 1px #d5d5d5;border-radius:10px;background:#ffffff}.overview-progress .progress-question{margin-bottom:0;border-bottom:solid 1px #d5d5d5}.overview-progress .progress-question:last-of-type{border-bottom:none}.overview-progress .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px}.overview-progress .progress-question .progress-content{font-size:16px;font-weight:600;-webkit-box-flex:2;-ms-flex:2;flex:2}.overview-progress .progress-question .progress-status{font-size:14px;font-weight:600;-webkit-box-flex:1;-ms-flex:1;flex:1}.overview-progress .progress-question .progress-status i{font-size:20px;float:none;margin-left:16px;vertical-align:middle}.overview-progress .progress-question.complete{background-color:#d5e6d8}.overview-progress .progress-question:focus,.overview-progress .progress-question:hover{background-color:#f2f2f2;text-decoration:none}.overview-progress .progress-question.incomplete:focus,.overview-progress .progress-question.skipped:focus,.overview-progress .progress-question.incomplete:hover,.overview-progress .progress-question.skipped:hover{color:#9A1C21}.overview-progress .progress-question:first-child{border-top-left-radius:9px;border-top-right-radius:9px}.overview-progress .progress-question:last-child{border-bottom-left-radius:9px;border-bottom-right-radius:9px}.overview-progress .progress-question a{transition:0.1s background ease-in-out;-webkit-transition:0.1s background ease-in-out}.dashnav-column h4{color:#ffffff}.dashnav-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.dashnav-column .progress-question .progress-icon i{font-size:20px;border:none;padding:0}.dashnav-column .progress-question .progress-content{width:180px;color:#ffffff;font-weight:600}.dashnav-column .progress-question i{color:#ffffff}.dashnav-column .progress-question.active i,.dashnav-column .progress-question.active .progress-content{color:#036}.dashnav-column .progress-question:focus:not(.active),.dashnav-column .progress-question:hover:not(.active){background-color:#38598A}.progress-column .progress-question.active:not(.complete) .progress-icon i{border:solid 1px #036;background-color:#036;color:#fcba19}.progress-column .progress-question.active.complete .progress-icon i{border:solid 1px #1c5428;background-color:#1c5428;color:#fcba19}.progress-column .progress-question .progress-status i.incomplete,.progress-column .progress-question .progress-status i.skipped{color:#9A1C21}.has-warning-box{border:3px solid #D8292F;padding-top:8px;padding-left:8px}.has-warning-box #terms_warning{color:#D8292F}.list-item-description{padding-left:20px;margin-bottom:25px;margin-top:-10px}.modal-dialog{width:780px}.modal-header{border:0;padding-bottom:0;padding-top:24px}.modal-title{font-size:32px;font-weight:normal}.modal-body{padding:0 64px 36px}.modal-body p{font-size:18px;margin-top:12px}.modal-footer{background:#f2f2f2;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.footnote-marker{font-size:18px;top:-10px;position:relative;display:inline-block;left:1px;margin-right:1px}.footnote{margin-top:40px;margin-bottom:52px;font-size:16px}.footnote h5{font-size:30px;margin-bottom:20px}.footnote.shaded-box{border-radius:8px;padding:25px 80px 25px 80px}.shaded-box{background-color:rgba(0,0,0,0.7)}#delete_child_modal,#info_modal,#questions_modal,#terms_modal{margin-top:112px;font-size:18px}#delete_child_modal .modal-header,#info_modal .modal-header,#questions_modal .modal-header,#terms_modal .modal-header{text-align:center}#delete_child_modal .modal-header i,#info_modal .modal-header i,#questions_modal .modal-header i,#terms_modal .modal-header i{background-color:#365ebe;color:#ffffff;height:80px;width:80px;border-radius:40px;font-size:40px;padding:20px;margin-bottom:15px}#delete_child_modal .modal-body,#info_modal .modal-body,#questions_modal .modal-body,#terms_modal .modal-body{padding:36px 64px}#delete_child_modal .modal-body p,#info_modal .modal-body p,#questions_modal .modal-body p,#terms_modal .modal-body p{font-size:18px;margin-top:12px}#delete_child_modal .modal-footer,#info_modal .modal-footer,#questions_modal .modal-footer,#terms_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}#delete_child_modal{text-align:center;vertical-align:middle;margin-top:112px;font-size:18px}#delete_child_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}div#progress-overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000;background:rgba(0,0,0,0.35)}div#progress-overlay-spinner{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5000}span.hard-stop{font-size:2.8em;display:inline-block;float:left;margin:3px 10px 0 0}.date-picker-group .input-group-addon{display:inline-block;background-color:inherit;border:none}@media (min-width: 1px) and (max-width: 991px){.on-canvas{display:block}}@media (min-width: 992px){.on-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width: 1px) and (max-width: 991px){.off-canvas{display:none}}@media (min-width: 992px){.off-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(306px);transform:translateX(306px)}}@media (min-width: 1px) and (max-width: 991px){.margin-right{margin-right:0}}@media (min-width: 992px){.margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:-306px}}@media (min-width: 1px) and (max-width: 991px){.no-margin-right{margin-right:0}}@media (min-width: 992px){.no-margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:0}} /*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/edivorce/apps/core/static/css/main.scss b/edivorce/apps/core/static/css/main.scss index 6031f1cb..8739b9a4 100644 --- a/edivorce/apps/core/static/css/main.scss +++ b/edivorce/apps/core/static/css/main.scss @@ -20,7 +20,7 @@ $color-green-light: #d5e6d8; $color-green-dark: #1c5428; $color-gold-dark: #925E00; $color-gold-light: #FEEABA; -$color-red-light: #F7D4D5; +$color-red-light: #F8D8D9; $color-red: #D8292F; $color-red-dark: #9A1C21; @@ -847,8 +847,8 @@ i.fa { width: 64px; height: 64px; border-radius: 32px; - margin-top: -25.2px; - margin-left: -7px; + margin-top: -24px; + margin-left: -6px; border: 1px solid $color-grey-medium; } } @@ -933,8 +933,7 @@ input { line-height: 1em; &:focus { - outline: 0; - box-shadow: inset 0 1px 1px rgba($color-grey-dark,.075), 0 0 4px rgba($color-grey-medium,.5); + outline: none !important; } &+i.fa { From fde6286d25f6e8acebabf47e99558e2cc669b1ed Mon Sep 17 00:00:00 2001 From: ariannedee Date: Fri, 6 Nov 2020 16:03:35 -0800 Subject: [PATCH 19/20] DIV-1088: Make radio buttons and checkboxes bigger --- edivorce/apps/core/static/css/main.css | 2 +- edivorce/apps/core/static/css/main.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/edivorce/apps/core/static/css/main.css b/edivorce/apps/core/static/css/main.css index f4cc1e48..67ec7824 100644 --- a/edivorce/apps/core/static/css/main.css +++ b/edivorce/apps/core/static/css/main.css @@ -1,3 +1,3 @@ -@font-face{font-family:'Myriad-Pro';src:url("../fonts/MyriadWebPro.ttf");font-weight:normal;font-style:normal}@font-face{font-family:'Myriad-Pro-Bold';src:url("../fonts/MyriadPro-Bold.otf");font-weight:bold;font-style:normal}body{font-family:Myriad-Pro,Calibri,Arial,Sans Serif;font-size:16px;line-height:24px;color:#313132;background:#036;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:768px}@media (min-width: 1920px){body{font-size:18px;line-height:1.5}}h1,h2,h3,h4{margin-top:0;margin-bottom:10px}h1 i.fa,h2 i.fa,h3 i.fa,h4 i.fa{font-size:24px;margin-right:6px}h1{font-weight:600;line-height:54px;color:#036;margin-bottom:20px}h1 small{font-size:14px;font-weight:700;text-transform:uppercase;color:#036;display:block;letter-spacing:0.1em}h2{font-weight:600;font-size:24px;line-height:36px;color:#313132;margin-bottom:20px}h3{font-weight:400;font-size:28px;line-height:42px;color:#036;margin-top:15px}h4{font-weight:600;font-size:18px;line-height:27px;color:#036;text-transform:uppercase}a{color:#365ebe;text-decoration:underline;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}a:focus,a:hover{color:#2b4a96;text-decoration:underline;outline:none;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.intro{font-size:18px;line-height:28px}img{max-width:100%;height:auto}input.border-less-heading[type='text']{border:none;color:#036}input.border-less-heading[type='text']:focus{box-shadow:none;outline:none}input[type=number]{-moz-appearance:textfield}input.number-spinner[type=number]{-moz-appearance:spinner;text-align:right}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input.number-spinner[type=number]::-webkit-inner-spin-button,input.number-spinner[type=number]::-webkit-outer-spin-button{-moz-appearance:spinner}.table>tbody>tr>td,.list-builder>tbody>tr>td,.table>tbody>tr>th,.list-builder>tbody>tr>th,.table>tfoot>tr>td,.list-builder>tfoot>tr>td,.table>tfoot>tr>th,.list-builder>tfoot>tr>th,.table>thead>tr>td,.list-builder>thead>tr>td,.table>thead>tr>th,.list-builder>thead>tr>th{padding:12px 16px;vertical-align:top}.fact-sheet-question{width:50%}.fact-sheet-answer{width:25%}.fact-sheet-answer[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input,.fact-sheet-answer textarea{height:25px;width:100%;display:table-cell;border:none;resize:none;padding:2px 2px}.fact-sheet-answer input:focus,.fact-sheet-answer textarea:focus{box-shadow:none;outline:none}.fact-sheet-answer input[readonly],.fact-sheet-answer textarea[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input{text-align:left}.fact-sheet-control{border-bottom:1px solid #d5d5d5;border-right:1px solid #d5d5d5;border-left:1px solid #d5d5d5;font-size:16px}.fact-sheet-control[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-control a{color:#606060}.fact-sheet-control a i{color:#606060}.fact-sheet-control a:hover{text-decoration:none}.fact-sheet-control:hover{background:#d7dff2}.fact-sheet-button a{padding-right:6px;color:#606060}.fact-sheet-button a i{color:#606060}.fact-sheet-button a i:hover{color:#365ebe}.fact-sheet-input[readonly]{background:#f2f2f2}.table-cell-active{border:1px solid #66afe9;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.table>tbody>tr>td.list-builder-button,.list-builder>tbody>tr>td.list-builder-button{border:none}.table>thead>tr.list-builder-header>th:last-child,.list-builder>thead>tr.list-builder-header>th:last-child,.table>tbody>tr>td:last-child not:first-child,.list-builder>tbody>tr>td:last-child not:first-child{width:1px;white-space:nowrap}#claimant_children>thead>tr>th:nth-last-child(-n+2),#claimant_children>tbody>tr>td:nth-last-child(-n+2){width:1px;white-space:nowrap}.list-builder{border-collapse:initial;width:100%;table-layout:fixed;margin-bottom:48px}.list-builder-compact{margin-bottom:25px}.list-builder-hide-column{display:none;border:none}.child-item-row{height:50px}.child-item-row:hover td:not(:nth-last-child(-n+2)){background:#d7dff2}.child-support-amount[readonly]{background:#f2f2f2}div.dollar-prefix{position:relative}div.dollar-prefix:before{content:'$ ';top:0;height:100%;padding-left:10px;position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:center}div.dollar-prefix input{text-align:right}div.percent-suffix{border:none;width:100%}div.percent-suffix input{border:none;padding:0px;outline:none;width:85%;text-align:right;display:inline}div.percent-suffix label{width:10%;display:inline;font-weight:normal}.money{text-align:right}.container-wrapper{padding:40px 0}.container-wrapper:nth-child(odd){background:#f2f2f2}.container-wrapper:nth-child(odd) input{background:#ffffff}.bg-danger{position:relative;padding:30px 30px 30px 75px;border-radius:8px;margin-bottom:20px;background-color:#FEEABA}.bg-danger:after{content:"\f071";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#925E00;top:30px;left:27px}.bg-danger.add-top-margin{margin-top:20px}.bg-danger.hard-stop{background-color:#F8D8D9}.bg-danger.hard-stop hr{border-top:1px solid #9A1C21}.bg-danger.hard-stop:after{content:"\f05e";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:27px}.bg-danger h2{line-height:initial;margin-bottom:10px}.bg-danger p+h2{margin-top:20px}.bg-danger #unselected_spouse_alert{margin-bottom:20px}.checkmark{background:#2e8540;position:relative;padding:22px 20px 20px 90px;color:#ffffff;border-radius:8px;font-size:32px}.checkmark:before{content:"\f00c";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;left:24px;font-size:42px;color:#ffffff;height:60px}@media (max-width: 991px){.container{width:100%;min-width:750px}}.tooltip.in{opacity:1}.tooltip-inner{text-align:left;background-color:#365ebe;padding:20px;font-size:16px;line-height:24px;max-width:300px;border-radius:10px;font-family:Myriad-Pro,Calibri,Arial,Sans Serif}.tooltip-innerb{font-size:18px}.tooltip-inner a{color:#ffffff;text-decoration:underline}.tooltip-inner a:focus,.tooltip-inner a:hover{color:#d5d5d5}.tooltip-arrow{pointer-events:none;border-color:rgba(255,255,255,0);border-width:12px !important}.tooltip.top .tooltip-arrow{border-top-color:#365ebe;margin-bottom:-16px}.tooltip.right{margin-left:10px}.tooltip.right .tooltip-arrow{border-right-color:#365ebe;margin-left:-12px;margin-top:-14px}.tooltip.bottom .tooltip-arrow{border-bottom-color:#365ebe;margin-top:-12px}.tooltip.left{margin-left:-10px}.tooltip.left .tooltip-arrow{border-left-color:#365ebe;margin-right:-12px;margin-top:-14px}.tooltip-link{color:#365ebe;cursor:pointer}.tooltip-link:hover{color:#036;border-bottom-color:#365ebe}.tooltip-link:hover .content{border-bottom:dotted 1px #365ebe}.collapse-trigger{margin-bottom:12px}.collapse-trigger>div{color:#365ebe;border-bottom:solid 1px #365ebe;display:inline;cursor:pointer}.collapse-trigger>div .tooltip-link{border:0}.collapse-trigger>div .tooltip-link:hover{color:inherit}.collapse-trigger>div:after{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit;padding-left:10px;content:"\f077";-webkit-transform-origin:65% 50%;transform-origin:65% 50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger>div:focus,.collapse-trigger>div:hover{color:#2b4a96;border-bottom:solid 1px #2b4a96;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger.collapsed div:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:65% 50%;transform-origin:65% 50%}.collapse>div,.collapsing>div{margin-bottom:25px}select.form-control{font-size:16px;height:42px}.form-group input.form-control,.input-group input.form-control:first-child{margin-top:12px;border-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;height:inherit;width:inherit;float:inherit;font-size:inherit;padding:12px 15px;line-height:1em;display:inline}.form-group input.form-control.input-wide,.input-group input.form-control.input-wide:first-child{width:70%}.alias-header{width:100%}@media (min-width: 992px){.form-group.name-group{display:flex !important;flex-direction:row;justify-content:space-between;margin-top:20px;margin-bottom:8px}}.form-group.name-group>div{width:80%}@media (min-width: 992px){.form-group.name-group>div{width:24%}}.form-group.name-group>div input{width:99%}.form-group.name-group p{margin-bottom:3px}@media (min-width: 992px){div#other_names_fields .form-inline .form-group{flex:inherit}}div#other_names_fields .form-inline .label-group{display:flex;justify-content:space-between;width:100%;align-items:center}.btn{line-height:initial;padding:12px 15px;text-decoration:none;font-weight:bold;color:#ffffff;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;font-size:16px;border:none;border-radius:4px}.btn:focus{outline:none;box-shadow:none;-webkit-box-shadow:none}.btn:focus:active{outline:none}.btn:hover{-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn[disabled]{pointer-events:none;cursor:default}.btn.btn-primary{background:#365ebe}.btn.btn-primary:hover{background-color:#036}.btn.btn-danger{background-color:#D8292F}.btn.btn-danger:hover{background-color:#9A1C21}.btn.btn-success{background-color:#2e8540}.btn.btn-success:hover{background-color:#1c5428}.btn i.fa{color:#ffffff}i.fa{color:#365ebe}i.fa.circle{border-radius:50%;padding:10px;border:solid 1px #365ebe}.form-buttons{margin:30px 0}.form-buttons .btn{margin-bottom:12px;padding:16px}.form-buttons .btn.btn-success{margin-left:12px}.review-warning{background-color:#F8D8D9;border-radius:8px;position:relative;padding:30px 30px 30px 75px;margin-top:30px;margin-bottom:20px}.review-warning ul{padding-left:15px}.review-warning:after{content:"\f06a";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:30px}.review-warning .warning,.review-warning .progress-status i{color:#9A1C21;font-weight:bolder;margin:0 3px}.error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.error .warning,.error .help-block{color:#D8292F;font-size:16px;font-weight:bolder}.has-error input{border:2px solid #D8292F !important}.has-error .help-block{color:#D8292F;font-weight:bolder}.error-text{color:#D8292F;font-weight:bold;font-size:14px}.table-error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all;margin:-12px -16px;padding:12px 16px}.table-error .warning{color:#D8292F;font-size:14px;font-weight:bolder;display:inline-block;width:100%;text-align:center}.btn-radio{color:#265EBE;background-color:#d7dff2;font-size:16px;text-transform:uppercase;letter-spacing:0.08em;font-weight:600;padding:18px 0;width:52px;height:52px;margin-left:7px;margin-top:7px;border-radius:26px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio:before{content:" ";position:absolute;display:block;width:64px;height:64px;border-radius:32px;margin-top:-24px;margin-left:-6px;border:1px solid #606060}.btn-radio.active,.btn-radio:active,.btn-radio:focus,.btn-radio:hover,.open .dropdown-toggle.btn-radio{color:#FFFFFF;background-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio.active,.btn-radio:active,.open .dropdown-toggle.btn-radio{background-image:none}.btn-radio.disabled,.btn-radio.disabled.active,.btn-radio.disabled:active,.btn-radio.disabled:focus,.btn-radio.disabled:hover,.btn-radio[disabled],.btn-radio.active[disabled],.btn-radio[disabled]:active,.btn-radio[disabled]:focus,.btn-radio[disabled]:hover,fieldset[disabled] .btn-radio,fieldset[disabled] .btn-radio.active,fieldset[disabled] .btn-radio:active,fieldset[disabled] .btn-radio:focus,fieldset[disabled] .btn-radio:hover{background-color:#365ebe;border-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio+.btn-radio{margin-left:27px}.btn-radio-group{margin-bottom:20px}.btn-radio-group .btn.active.focus,.btn-radio-group .btn.active:focus,.btn-radio-group .btn.focus,.btn-radio-group .btn.focus:active,.btn-radio-group .btn:active:focus,.btn-radio-group .btn:focus{outline:none}.btn-radio-group .btn-radio-long{width:auto;white-space:normal;text-transform:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1em;max-width:500px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:left;padding:0 20px}input{border-radius:4px;color:#606060;padding:12px 15px 12px 20px;border:solid 1px #606060;line-height:1em}input:focus{outline:none !important}input+i.fa{margin-left:10px}input.form-block{display:block;margin-bottom:16px}input.input-wide{width:70%}input.input-narrow{max-width:100px}input.input-inline{padding:5px 20px;border-radius:5px;margin-left:5px}input.radio-centered{margin-top:15px}.checkbox label,.radio label{margin-bottom:8px;font-weight:700}.checkbox label.tight-spacing,.radio label.tight-spacing{margin-bottom:2px}.radio p,.checkbox p{margin-bottom:8px;margin-left:21px}.radio .radio-with-textbox{display:flex;align-items:baseline;margin-bottom:16px}.radio .radio-with-textbox input.form-block{margin-bottom:0;margin-right:8px}textarea{width:100%;border-radius:10px;color:#606060;padding:12px 15px;border:solid 1px #d5d5d5;line-height:24px;resize:none}#top_banner{background-color:#036;border-bottom:2px solid #fcba19;padding:5px 20px 10px}#top_banner .top_banner-logo img{width:148px;height:auto;float:left}#top_banner p{color:#ffffff;font-size:16px;line-height:1em;margin-top:20px;margin-left:35px;float:left}#top_banner p .beta{border:solid 1px #ffffff;padding:4px 8px 3px;margin-left:10px;font-size:12px;text-transform:uppercase}#top_banner p .beta.environment-type{background-color:#B200FF}#top_banner .top_banner-user{color:#fff;font-size:14px;float:right;margin-top:16px}#top_banner .top_banner-user input[type=submit]{color:#ffffff;background-color:transparent;display:inline;padding:0;line-height:1.5;border:none}#top_banner .top_banner-user input[type=submit]:active,#top_banner .top_banner-user input[type=submit]:hover{text-decoration:underline}#mid_banner{background-color:#38598A;font-size:14px;font-weight:600}#mid_banner .mid_banner-dash{float:left;margin-left:-20px}#mid_banner .mid_banner-dash a,#mid_banner .mid_banner-link a,#mid_banner .more_information-link a{padding:15px 16px;float:right;margin-left:6px}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover,#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{color:#fff}#mid_banner .mid_banner-dash a.active i,#mid_banner .mid_banner-dash a:hover i,#mid_banner .mid_banner-link a.active i,#mid_banner .mid_banner-link a:hover i,#mid_banner .more_information-link a.active i,#mid_banner .more_information-link a:hover i{color:#fff}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover{text-decoration:underline}#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{background-color:#fcba19;text-decoration:none}#mid_banner .mid_banner-dash a{margin-left:24px}#mid_banner i{color:#ffffff;padding:0 10px 0 0}#mid_banner a{color:#ffffff;text-decoration:none}#form_navigation{display:-webkit-box;display:-ms-flexbox;display:flex}#form_navigation form{margin-right:10px}.success-page .success-buttons{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.success-page .success-buttons .flex-row{width:32%;border-radius:8px;background-color:#d7dff2;border:1px solid #365ebe;display:flex;flex-direction:column;justify-content:space-between;padding:30px 45px}@media (max-width: 992px){.success-page .success-buttons .flex-row{padding:20px 20px}}.success-page .success-buttons .flex-row h3{font-size:26px;line-height:36px}.success-page .col-flex.content-column{padding-bottom:92px}#other_names_fields .form-inline,#reconciliation_period_fields .form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;padding:10px;background:#f2f2f2;border-radius:5px}#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{display:block;width:100%;margin-top:5px;margin-bottom:5px}@media (min-width: 992px){#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{-webkit-box-flex:1;-ms-flex:1;flex:1}}#other_names_fields .form-inline .form-group input,#reconciliation_period_fields .form-inline .form-group input{margin-bottom:0}#other_names_fields .form-inline .form-control,#reconciliation_period_fields .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;height:34px;margin-top:0;padding:8px 15px}#other_names_fields .form-inline label,#reconciliation_period_fields .form-inline label{min-width:45px;margin-right:10px;text-align:right}#other_names_fields .form-inline:before,#reconciliation_period_fields .form-inline:before{display:table;content:" "}#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-right:5px;-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px}@media (min-width: 1px) and (max-width: 1199px){#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-bottom:5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}#other_names_fields .form-inline input.response-textbox,#reconciliation_period_fields .form-inline input.response-textbox{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%}#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{padding:8px 15px}@media (min-width: 992px){#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}}.footer{background-color:#036;border-top:2px solid #fcba19;padding:15px}.footer .footer-container ul{list-style-type:none}.footer .footer-container ul li{float:left;padding:2px 10px;position:relative}.footer .footer-container ul li a{display:block;text-align:center;color:#ffffff;font-size:13px;font-weight:600}.footer .footer-container ul li+li{border-left:1px solid #4b5e73}.question-well{min-height:20px;padding:30px;margin-top:28px;border:1px solid #d5d5d5;border-radius:8px;background:#ffffff}.question-well.hasFocus{border:1px solid #365ebe;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.question-well h3{margin-top:0}.question-well p{max-width:90%;margin-bottom:20px}.question-well .fact-sheet-table-inline-question{margin-bottom:48px}.question-well .required,.question-well .optional{font-size:14px;font-family:Myriad-Pro-Bold,Calibri,Arial,Sans Serif;font-weight:bold;text-transform:uppercase;padding:6px;margin-left:16px;white-space:nowrap;vertical-align:bottom}.question-well .required.inline,.question-well .optional.inline{border:none;padding:0}.question-well .required{color:#D8292F;border:#D8292F 2px solid;vertical-align:text-bottom}.question-well .optional{color:#036;border:#036 1px solid}.question-well-border-less{min-height:20px;padding:25px 25px 0 0;margin-top:25px;background:#ffffff}.question-well-border-less h3{margin-top:20px}.question-well-border-less p{max-width:90%}.review-well{border-radius:10px;min-height:20px;margin-bottom:10px;border:1px solid #d5d5d5;background:#ffffff}.review-well .review-well{margin:0 40px 5px}.review-well .collapse-trigger{padding:20px 15px}.review-well .collapse,.review-well .collapsing{border-top:1px solid #d5d5d5;padding:24px 47px}.review-well .collapse>div,.review-well .collapsing>div{margin-bottom:0}.review-well .review-buttons{float:left;padding:0 15px 20px;margin:0 0 0 32px}@media (min-width: 991px){.review-well .review-buttons{float:right;padding:10px 15px;margin:0}}.review-well .review-buttons .fa{color:white;margin-right:6px}.review-well .review-explanation{margin:-18px 0 12px 44px}.review-well .collapse-trigger{margin-bottom:0;display:inline-block;width:100%}@media (min-width: 991px){.review-well .collapse-trigger{width:initial}}.review-well .collapse-trigger>div{border-bottom:none;font-size:18px;font-weight:600;padding-left:8px;position:relative}.review-well .collapse-trigger>div:before{font-family:FontAwesome;font-weight:normal;font-style:normal;position:absolute;text-decoration:inherit;left:0;content:"\f077";-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.review-well .collapse-trigger>div span{display:inline-block;margin-left:24px}.review-well .collapse-trigger>div:after{display:none}.review-well .collapse-trigger.empty{display:block;border-top:1px solid #d5d5d5}.review-well .collapse-trigger.empty div:before{display:none}.review-well .collapse-trigger.collapsed div:before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:50%;transform-origin:50%}.review-well .collapse.empty{display:inline-block;border-top:none}.review-well-no-icon{padding-left:47px}.review-well-child{display:inline-block;width:100%}.review-well-child .review-buttons{margin:0;padding-left:8px}@media (min-width: 991px){.review-well-child .review-buttons{margin:initial;padding-left:initial}}.review-well-child .collapse-trigger{padding-left:0}.review-well-child .collapse-trigger>div{color:#313132;font-weight:normal}.review-child-heading{background-color:#d7dff2}.review-table-spacer::before{content:'';display:block;height:25px}.print-form-action{display:inline-block;float:right}.print-form-action a{text-decoration:none}.print-form-action:after{display:none}.step-review .collapse-trigger{font-size:24px;display:inline-block}.step-review .collapse-trigger.collapsed{margin-bottom:0;-webkit-transition:0.5s ease-out all;transition:0.5s ease-out all}.step-review table{margin-bottom:0}.step-review table thead tr{background-color:#036;color:#fff}.step-review table .value-column{width:30%;min-width:192px}.step-review table thead{-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px}.step-review .collapse>div,.step-review .collapsing>div{margin-bottom:0}.step-review .review-buttons{float:right}.dashboard-content .question-well{margin-top:15px;margin-bottom:30px;padding-bottom:0}.dashboard-content .question-well h3{font-size:24px}.dashboard-content .form{background:#efefef;border:1px solid #d5d5d5;border-radius:8px;margin-bottom:10px;padding:15px}.dashboard-content .form-inline{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.dashboard-content .form-inline label{margin:0 15px 0 5px;text-align:right}.dashboard-content .form-inline:before{display:table;content:" "}.dashboard-content .form-inline input{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%;min-width:200px}.dashboard-content p{margin-bottom:15px}.dashboard-content p.error-text{margin-bottom:0px}.dashboard-content ul{margin-bottom:30px}.dashboard-content .no-margin-bottom{margin-bottom:0 !important}.dashboard-content .add-bottom-margin{margin-bottom:30px}.dashboard-content .add-top-margin{margin-top:30px}.dashboard-content .no-padding-left{padding-left:0}.dashboard-content .no-bullets li{list-style:none}.dashboard-content .upload-area{padding:32px 20px 32px 20px;margin-bottom:50px;background-color:#f2f2f2;border:1px solid #d5d5d5;border-radius:8px}.row-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;overflow:hidden;background:#fdfdfd;position:relative}.row-flex .col{-webkit-box-flex:1;-ms-flex:1;flex:1;box-sizing:border-box;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.row-flex .content-column{max-width:1280px;padding:36px 6% 54px;position:relative}.row-flex .progress-column{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;background-color:#f2f2f2;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .dashnav-column{-webkit-box-flex:0;-ms-flex:0 0 290px;flex:0 0 289px;background-color:#036;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .more_information-column{background-color:#efefef;box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.1);padding:20px 45px;font-size:14px;line-height:21px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:auto}@media (min-width: 1920px){.row-flex .more_information-column{font-size:16px;line-height:1.5}}.row-flex .more_information-column .more_information-close{float:right;font-size:24px;margin-top:3px}.row-flex .more_information-column .more_information-close i.fa{color:#036}.row-flex .more_information-column h2{color:#036;padding-right:25px}.row-flex .more_information-column h3{font-size:21px;line-height:28px}@media (min-width: 992px){.row-flex .more_information-column{padding:45px 20px;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-flex:0;-ms-flex:0 0 306px;flex:0 0 306px}}.row-flex.intro-page{background:#38598A url("../img/bg-edivorce__landing.jpg") no-repeat top center fixed;background-size:cover}.row-flex.intro-page .content-column{margin:54px auto 100px;max-width:800px;padding:0 20px;text-align:center;color:#ffffff;position:relative}.row-flex.intro-page .content-column h1{color:#036;max-width:600px;margin:70px auto;font-size:48px}.row-flex.intro-page .content-column h2,.row-flex.intro-page .content-column h3{color:#ffffff}.row-flex.intro-page .content-column h2{font-size:30px;font-weight:600;margin:42px 0 0}.row-flex.intro-page .content-column h2.shaded-box{padding-top:28px;border-top-left-radius:8px;border-top-right-radius:8px}.row-flex.intro-page .content-column .intro{font-size:24px;line-height:36px;margin:0 100px}.row-flex.intro-page .content-column a{color:#ffffff;text-decoration:none}.row-flex.intro-page .content-column a:focus,.row-flex.intro-page .content-column a:hover{text-decoration:underline}.row-flex.intro-page .content-column a.btn:focus,.row-flex.intro-page .content-column a.btn:hover{text-decoration:none}.row-flex.intro-page .content-column .btn-group-lg>.btn,.row-flex.intro-page .content-column .btn-lg{padding:12px 40px;margin:10px}.row-flex.intro-page .content-column .flex-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;text-align:left;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px}.row-flex.intro-page .content-column .flex-wrapper .flex-column{width:45%}.row-flex.intro-page .content-column .flex-wrapper.shaded-box{padding-top:18px;padding-bottom:30px;margin-top:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.left{padding-left:30px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.right{padding-right:30px}.row-flex.intro-page .content-column .flex-wrapper span.number-circle{border:solid 2px white;padding:0;border-radius:40px;width:40px;height:40px;display:inline-block;text-align:center;margin-right:10px;font-size:21px}.intro-footer{text-align:center;padding-bottom:92px;background:#ffffff}.intro-footer .column{max-width:640px;margin:0 auto}.intro-footer h3{color:#036;font-size:24px;line-height:36px;padding-top:55px;padding-bottom:30px;margin:0}.intro-footer .btn{width:260px;height:48px;font-weight:bold;line-height:24px;border-radius:8px}.dashnav-column h4,.overview-progress h4,.progress-column h4{color:#036;padding:0 18px;margin-top:36px;font-size:14px;letter-spacing:0.1em}.dashnav-column a,.overview-progress a,.progress-column a{text-decoration:none}.dashnav-column .progress-question,.overview-progress .progress-question,.progress-column .progress-question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:70px;margin-bottom:12px;padding:0 16px;font-weight:bold}.dashnav-column .progress-question .progress-icon,.overview-progress .progress-question .progress-icon,.progress-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 50px}.dashnav-column .progress-question .progress-icon i,.overview-progress .progress-question .progress-icon i,.progress-column .progress-question .progress-icon i{font-size:20px;border:solid 1px #036;padding:8px;border-radius:36px}.dashnav-column .progress-question .progress-icon i.fa:before,.overview-progress .progress-question .progress-icon i.fa:before,.progress-column .progress-question .progress-icon i.fa:before{width:20px;text-align:center;display:block;height:20px}.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{width:190px;font-size:14px;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-question .progress-content small,.overview-progress .progress-question .progress-content small,.progress-column .progress-question .progress-content small{font-size:11px;text-transform:uppercase;font-weight:bolder;letter-spacing:0.1em}.dashnav-column .progress-question i,.dashnav-column .progress-question span,.overview-progress .progress-question i,.overview-progress .progress-question span,.progress-column .progress-question i,.progress-column .progress-question span{color:#036;border-color:#036}.dashnav-column .progress-question.complete i,.dashnav-column .progress-question.complete span,.overview-progress .progress-question.complete i,.overview-progress .progress-question.complete span,.progress-column .progress-question.complete i,.progress-column .progress-question.complete span{color:#1c5428;border-color:#1c5428}.dashnav-column .progress-question:focus,.dashnav-column .progress-question:hover,.overview-progress .progress-question:focus,.overview-progress .progress-question:hover,.progress-column .progress-question:focus,.progress-column .progress-question:hover{background-color:#d5d5d5;text-decoration:none}.dashnav-column .progress-question:focus .progress-status i.incomplete,.dashnav-column .progress-question:focus .progress-status i.skipped,.dashnav-column .progress-question:hover .progress-status i.incomplete,.dashnav-column .progress-question:hover .progress-status i.skipped,.overview-progress .progress-question:focus .progress-status i.incomplete,.overview-progress .progress-question:focus .progress-status i.skipped,.overview-progress .progress-question:hover .progress-status i.incomplete,.overview-progress .progress-question:hover .progress-status i.skipped,.progress-column .progress-question:focus .progress-status i.incomplete,.progress-column .progress-question:focus .progress-status i.skipped,.progress-column .progress-question:hover .progress-status i.incomplete,.progress-column .progress-question:hover .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-question.active,.overview-progress .progress-question.active,.progress-column .progress-question.active{background-color:#fcba19;text-decoration:none}.dashnav-column .progress-status,.overview-progress .progress-status,.progress-column .progress-status{width:28px;text-align:right}.dashnav-column .progress-status i,.overview-progress .progress-status i,.progress-column .progress-status i{float:right}.dashnav-column .progress-status i.incomplete,.dashnav-column .progress-status i.skipped,.overview-progress .progress-status i.incomplete,.overview-progress .progress-status i.skipped,.progress-column .progress-status i.incomplete,.progress-column .progress-status i.skipped{color:#D8292F}.dashnav-column .progress-status i.complete,.overview-progress .progress-status i.complete,.progress-column .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu,.overview-progress .progress-sub-menu,.progress-column .progress-sub-menu{list-style-type:none}.dashnav-column .progress-sub-menu li,.overview-progress .progress-sub-menu li,.progress-column .progress-sub-menu li{display:inline-block;padding:5px 16px 5px 22px;border-left:2px solid #fcba19;width:100%}.dashnav-column .progress-sub-menu li .progress-status i.complete,.overview-progress .progress-sub-menu li .progress-status i.complete,.progress-column .progress-sub-menu li .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu li .progress-status i.incomplete,.dashnav-column .progress-sub-menu li .progress-status i.skipped,.overview-progress .progress-sub-menu li .progress-status i.incomplete,.overview-progress .progress-sub-menu li .progress-status i.skipped,.progress-column .progress-sub-menu li .progress-status i.incomplete,.progress-column .progress-sub-menu li .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{width:190px;font-size:14px;line-height:1.3;color:#036}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{width:190px;font-size:14px;font-weight:bold;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question:focus,.dashnav-column .progress-sub-menu .progress-sub-question:hover,.overview-progress .progress-sub-menu .progress-sub-question:focus,.overview-progress .progress-sub-menu .progress-sub-question:hover,.progress-column .progress-sub-menu .progress-sub-question:focus,.progress-column .progress-sub-menu .progress-sub-question:hover{color:#fcba19;text-decoration:none;font-weight:700}.dashnav-column .progress-sub-menu .progress-sub-question.active:focus,.dashnav-column .progress-sub-menu .progress-sub-question.active:hover,.overview-progress .progress-sub-menu .progress-sub-question.active:focus,.overview-progress .progress-sub-menu .progress-sub-question.active:hover,.progress-column .progress-sub-menu .progress-sub-question.active:focus,.progress-column .progress-sub-menu .progress-sub-question.active:hover{border-bottom:1px solid #fcba19}.dashnav-column .progress-sub-menu .progress-sub-question.active,.overview-progress .progress-sub-menu .progress-sub-question.active,.progress-column .progress-sub-menu .progress-sub-question.active{text-decoration:none;padding-bottom:4px;border-bottom:1px solid #036;font-weight:700}.dashnav-column .progress-question{height:60px}.overview-progress{border:solid 1px #d5d5d5;border-radius:10px;background:#ffffff}.overview-progress .progress-question{margin-bottom:0;border-bottom:solid 1px #d5d5d5}.overview-progress .progress-question:last-of-type{border-bottom:none}.overview-progress .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px}.overview-progress .progress-question .progress-content{font-size:16px;font-weight:600;-webkit-box-flex:2;-ms-flex:2;flex:2}.overview-progress .progress-question .progress-status{font-size:14px;font-weight:600;-webkit-box-flex:1;-ms-flex:1;flex:1}.overview-progress .progress-question .progress-status i{font-size:20px;float:none;margin-left:16px;vertical-align:middle}.overview-progress .progress-question.complete{background-color:#d5e6d8}.overview-progress .progress-question:focus,.overview-progress .progress-question:hover{background-color:#f2f2f2;text-decoration:none}.overview-progress .progress-question.incomplete:focus,.overview-progress .progress-question.skipped:focus,.overview-progress .progress-question.incomplete:hover,.overview-progress .progress-question.skipped:hover{color:#9A1C21}.overview-progress .progress-question:first-child{border-top-left-radius:9px;border-top-right-radius:9px}.overview-progress .progress-question:last-child{border-bottom-left-radius:9px;border-bottom-right-radius:9px}.overview-progress .progress-question a{transition:0.1s background ease-in-out;-webkit-transition:0.1s background ease-in-out}.dashnav-column h4{color:#ffffff}.dashnav-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.dashnav-column .progress-question .progress-icon i{font-size:20px;border:none;padding:0}.dashnav-column .progress-question .progress-content{width:180px;color:#ffffff;font-weight:600}.dashnav-column .progress-question i{color:#ffffff}.dashnav-column .progress-question.active i,.dashnav-column .progress-question.active .progress-content{color:#036}.dashnav-column .progress-question:focus:not(.active),.dashnav-column .progress-question:hover:not(.active){background-color:#38598A}.progress-column .progress-question.active:not(.complete) .progress-icon i{border:solid 1px #036;background-color:#036;color:#fcba19}.progress-column .progress-question.active.complete .progress-icon i{border:solid 1px #1c5428;background-color:#1c5428;color:#fcba19}.progress-column .progress-question .progress-status i.incomplete,.progress-column .progress-question .progress-status i.skipped{color:#9A1C21}.has-warning-box{border:3px solid #D8292F;padding-top:8px;padding-left:8px}.has-warning-box #terms_warning{color:#D8292F}.list-item-description{padding-left:20px;margin-bottom:25px;margin-top:-10px}.modal-dialog{width:780px}.modal-header{border:0;padding-bottom:0;padding-top:24px}.modal-title{font-size:32px;font-weight:normal}.modal-body{padding:0 64px 36px}.modal-body p{font-size:18px;margin-top:12px}.modal-footer{background:#f2f2f2;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.footnote-marker{font-size:18px;top:-10px;position:relative;display:inline-block;left:1px;margin-right:1px}.footnote{margin-top:40px;margin-bottom:52px;font-size:16px}.footnote h5{font-size:30px;margin-bottom:20px}.footnote.shaded-box{border-radius:8px;padding:25px 80px 25px 80px}.shaded-box{background-color:rgba(0,0,0,0.7)}#delete_child_modal,#info_modal,#questions_modal,#terms_modal{margin-top:112px;font-size:18px}#delete_child_modal .modal-header,#info_modal .modal-header,#questions_modal .modal-header,#terms_modal .modal-header{text-align:center}#delete_child_modal .modal-header i,#info_modal .modal-header i,#questions_modal .modal-header i,#terms_modal .modal-header i{background-color:#365ebe;color:#ffffff;height:80px;width:80px;border-radius:40px;font-size:40px;padding:20px;margin-bottom:15px}#delete_child_modal .modal-body,#info_modal .modal-body,#questions_modal .modal-body,#terms_modal .modal-body{padding:36px 64px}#delete_child_modal .modal-body p,#info_modal .modal-body p,#questions_modal .modal-body p,#terms_modal .modal-body p{font-size:18px;margin-top:12px}#delete_child_modal .modal-footer,#info_modal .modal-footer,#questions_modal .modal-footer,#terms_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}#delete_child_modal{text-align:center;vertical-align:middle;margin-top:112px;font-size:18px}#delete_child_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}div#progress-overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000;background:rgba(0,0,0,0.35)}div#progress-overlay-spinner{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5000}span.hard-stop{font-size:2.8em;display:inline-block;float:left;margin:3px 10px 0 0}.date-picker-group .input-group-addon{display:inline-block;background-color:inherit;border:none}@media (min-width: 1px) and (max-width: 991px){.on-canvas{display:block}}@media (min-width: 992px){.on-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width: 1px) and (max-width: 991px){.off-canvas{display:none}}@media (min-width: 992px){.off-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(306px);transform:translateX(306px)}}@media (min-width: 1px) and (max-width: 991px){.margin-right{margin-right:0}}@media (min-width: 992px){.margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:-306px}}@media (min-width: 1px) and (max-width: 991px){.no-margin-right{margin-right:0}}@media (min-width: 992px){.no-margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:0}} +@font-face{font-family:'Myriad-Pro';src:url("../fonts/MyriadWebPro.ttf");font-weight:normal;font-style:normal}@font-face{font-family:'Myriad-Pro-Bold';src:url("../fonts/MyriadPro-Bold.otf");font-weight:bold;font-style:normal}body{font-family:Myriad-Pro,Calibri,Arial,Sans Serif;font-size:16px;line-height:24px;color:#313132;background:#036;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:768px}@media (min-width: 1920px){body{font-size:18px;line-height:1.5}}h1,h2,h3,h4{margin-top:0;margin-bottom:10px}h1 i.fa,h2 i.fa,h3 i.fa,h4 i.fa{font-size:24px;margin-right:6px}h1{font-weight:600;line-height:54px;color:#036;margin-bottom:20px}h1 small{font-size:14px;font-weight:700;text-transform:uppercase;color:#036;display:block;letter-spacing:0.1em}h2{font-weight:600;font-size:24px;line-height:36px;color:#313132;margin-bottom:20px}h3{font-weight:400;font-size:28px;line-height:42px;color:#036;margin-top:15px}h4{font-weight:600;font-size:18px;line-height:27px;color:#036;text-transform:uppercase}a{color:#365ebe;text-decoration:underline;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}a:focus,a:hover{color:#2b4a96;text-decoration:underline;outline:none;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.intro{font-size:18px;line-height:28px}img{max-width:100%;height:auto}input.border-less-heading[type='text']{border:none;color:#036}input.border-less-heading[type='text']:focus{box-shadow:none;outline:none}input[type=number]{-moz-appearance:textfield}input.number-spinner[type=number]{-moz-appearance:spinner;text-align:right}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input.number-spinner[type=number]::-webkit-inner-spin-button,input.number-spinner[type=number]::-webkit-outer-spin-button{-moz-appearance:spinner}.table>tbody>tr>td,.list-builder>tbody>tr>td,.table>tbody>tr>th,.list-builder>tbody>tr>th,.table>tfoot>tr>td,.list-builder>tfoot>tr>td,.table>tfoot>tr>th,.list-builder>tfoot>tr>th,.table>thead>tr>td,.list-builder>thead>tr>td,.table>thead>tr>th,.list-builder>thead>tr>th{padding:12px 16px;vertical-align:top}.fact-sheet-question{width:50%}.fact-sheet-answer{width:25%}.fact-sheet-answer[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input,.fact-sheet-answer textarea{height:25px;width:100%;display:table-cell;border:none;resize:none;padding:2px 2px}.fact-sheet-answer input:focus,.fact-sheet-answer textarea:focus{box-shadow:none;outline:none}.fact-sheet-answer input[readonly],.fact-sheet-answer textarea[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input{text-align:left}.fact-sheet-control{border-bottom:1px solid #d5d5d5;border-right:1px solid #d5d5d5;border-left:1px solid #d5d5d5;font-size:16px}.fact-sheet-control[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-control a{color:#606060}.fact-sheet-control a i{color:#606060}.fact-sheet-control a:hover{text-decoration:none}.fact-sheet-control:hover{background:#d7dff2}.fact-sheet-button a{padding-right:6px;color:#606060}.fact-sheet-button a i{color:#606060}.fact-sheet-button a i:hover{color:#365ebe}.fact-sheet-input[readonly]{background:#f2f2f2}.table-cell-active{border:1px solid #66afe9;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.table>tbody>tr>td.list-builder-button,.list-builder>tbody>tr>td.list-builder-button{border:none}.table>thead>tr.list-builder-header>th:last-child,.list-builder>thead>tr.list-builder-header>th:last-child,.table>tbody>tr>td:last-child not:first-child,.list-builder>tbody>tr>td:last-child not:first-child{width:1px;white-space:nowrap}#claimant_children>thead>tr>th:nth-last-child(-n+2),#claimant_children>tbody>tr>td:nth-last-child(-n+2){width:1px;white-space:nowrap}.list-builder{border-collapse:initial;width:100%;table-layout:fixed;margin-bottom:48px}.list-builder-compact{margin-bottom:25px}.list-builder-hide-column{display:none;border:none}.child-item-row{height:50px}.child-item-row:hover td:not(:nth-last-child(-n+2)){background:#d7dff2}.child-support-amount[readonly]{background:#f2f2f2}div.dollar-prefix{position:relative}div.dollar-prefix:before{content:'$ ';top:0;height:100%;padding-left:10px;position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:center}div.dollar-prefix input{text-align:right}div.percent-suffix{border:none;width:100%}div.percent-suffix input{border:none;padding:0px;outline:none;width:85%;text-align:right;display:inline}div.percent-suffix label{width:10%;display:inline;font-weight:normal}.money{text-align:right}.container-wrapper{padding:40px 0}.container-wrapper:nth-child(odd){background:#f2f2f2}.container-wrapper:nth-child(odd) input{background:#ffffff}.bg-danger{position:relative;padding:30px 30px 30px 75px;border-radius:8px;margin-bottom:20px;background-color:#FEEABA}.bg-danger:after{content:"\f071";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#925E00;top:30px;left:27px}.bg-danger.add-top-margin{margin-top:20px}.bg-danger.hard-stop{background-color:#F8D8D9}.bg-danger.hard-stop hr{border-top:1px solid #9A1C21}.bg-danger.hard-stop:after{content:"\f05e";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:27px}.bg-danger h2{line-height:initial;margin-bottom:10px}.bg-danger p+h2{margin-top:20px}.bg-danger #unselected_spouse_alert{margin-bottom:20px}.checkmark{background:#2e8540;position:relative;padding:22px 20px 20px 90px;color:#ffffff;border-radius:8px;font-size:32px}.checkmark:before{content:"\f00c";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;left:24px;font-size:42px;color:#ffffff;height:60px}@media (max-width: 991px){.container{width:100%;min-width:750px}}.tooltip.in{opacity:1}.tooltip-inner{text-align:left;background-color:#365ebe;padding:20px;font-size:16px;line-height:24px;max-width:300px;border-radius:10px;font-family:Myriad-Pro,Calibri,Arial,Sans Serif}.tooltip-innerb{font-size:18px}.tooltip-inner a{color:#ffffff;text-decoration:underline}.tooltip-inner a:focus,.tooltip-inner a:hover{color:#d5d5d5}.tooltip-arrow{pointer-events:none;border-color:rgba(255,255,255,0);border-width:12px !important}.tooltip.top .tooltip-arrow{border-top-color:#365ebe;margin-bottom:-16px}.tooltip.right{margin-left:10px}.tooltip.right .tooltip-arrow{border-right-color:#365ebe;margin-left:-12px;margin-top:-14px}.tooltip.bottom .tooltip-arrow{border-bottom-color:#365ebe;margin-top:-12px}.tooltip.left{margin-left:-10px}.tooltip.left .tooltip-arrow{border-left-color:#365ebe;margin-right:-12px;margin-top:-14px}.tooltip-link{color:#365ebe;cursor:pointer}.tooltip-link:hover{color:#036;border-bottom-color:#365ebe}.tooltip-link:hover .content{border-bottom:dotted 1px #365ebe}.collapse-trigger{margin-bottom:12px}.collapse-trigger>div{color:#365ebe;border-bottom:solid 1px #365ebe;display:inline;cursor:pointer}.collapse-trigger>div .tooltip-link{border:0}.collapse-trigger>div .tooltip-link:hover{color:inherit}.collapse-trigger>div:after{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit;padding-left:10px;content:"\f077";-webkit-transform-origin:65% 50%;transform-origin:65% 50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger>div:focus,.collapse-trigger>div:hover{color:#2b4a96;border-bottom:solid 1px #2b4a96;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger.collapsed div:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:65% 50%;transform-origin:65% 50%}.collapse>div,.collapsing>div{margin-bottom:25px}select.form-control{font-size:16px;height:42px}.form-group input.form-control,.input-group input.form-control:first-child{margin-top:12px;border-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;height:inherit;width:inherit;float:inherit;font-size:inherit;padding:12px 15px;line-height:1em;display:inline}.form-group input.form-control.input-wide,.input-group input.form-control.input-wide:first-child{width:70%}.alias-header{width:100%}@media (min-width: 992px){.form-group.name-group{display:flex !important;flex-direction:row;justify-content:space-between;margin-top:20px;margin-bottom:8px}}.form-group.name-group>div{width:80%}@media (min-width: 992px){.form-group.name-group>div{width:24%}}.form-group.name-group>div input{width:99%}.form-group.name-group p{margin-bottom:3px}@media (min-width: 992px){div#other_names_fields .form-inline .form-group{flex:inherit}}div#other_names_fields .form-inline .label-group{display:flex;justify-content:space-between;width:100%;align-items:center}.btn{line-height:initial;padding:12px 15px;text-decoration:none;font-weight:bold;color:#ffffff;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;font-size:16px;border:none;border-radius:4px}.btn:focus{outline:none;box-shadow:none;-webkit-box-shadow:none}.btn:focus:active{outline:none}.btn:hover{-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn[disabled]{pointer-events:none;cursor:default}.btn.btn-primary{background:#365ebe}.btn.btn-primary:hover{background-color:#036}.btn.btn-danger{background-color:#D8292F}.btn.btn-danger:hover{background-color:#9A1C21}.btn.btn-success{background-color:#2e8540}.btn.btn-success:hover{background-color:#1c5428}.btn i.fa{color:#ffffff}i.fa{color:#365ebe}i.fa.circle{border-radius:50%;padding:10px;border:solid 1px #365ebe}.form-buttons{margin:30px 0}.form-buttons .btn{margin-bottom:12px;padding:16px}.form-buttons .btn.btn-success{margin-left:12px}.review-warning{background-color:#F8D8D9;border-radius:8px;position:relative;padding:30px 30px 30px 75px;margin-top:30px;margin-bottom:20px}.review-warning ul{padding-left:15px}.review-warning:after{content:"\f06a";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:30px}.review-warning .warning,.review-warning .progress-status i{color:#9A1C21;font-weight:bolder;margin:0 3px}.error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.error .warning,.error .help-block{color:#D8292F;font-size:16px;font-weight:bolder}.has-error input{border:2px solid #D8292F !important}.has-error .help-block{color:#D8292F;font-weight:bolder}.error-text{color:#D8292F;font-weight:bold;font-size:14px}.table-error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all;height:100%}.table-error .warning{color:#D8292F;font-size:14px;font-weight:bolder;display:inline-block;width:100%;text-align:center}.btn-radio{color:#265EBE;background-color:#d7dff2;font-size:16px;text-transform:uppercase;letter-spacing:0.08em;font-weight:600;padding:18px 0;width:52px;height:52px;margin-left:7px;margin-top:7px;border-radius:26px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio:before{content:" ";position:absolute;display:block;width:64px;height:64px;border-radius:32px;margin-top:-24px;margin-left:-6px;border:1px solid #606060}.btn-radio.active,.btn-radio:active,.btn-radio:focus,.btn-radio:hover,.open .dropdown-toggle.btn-radio{color:#FFFFFF;background-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio.active,.btn-radio:active,.open .dropdown-toggle.btn-radio{background-image:none}.btn-radio.disabled,.btn-radio.disabled.active,.btn-radio.disabled:active,.btn-radio.disabled:focus,.btn-radio.disabled:hover,.btn-radio[disabled],.btn-radio.active[disabled],.btn-radio[disabled]:active,.btn-radio[disabled]:focus,.btn-radio[disabled]:hover,fieldset[disabled] .btn-radio,fieldset[disabled] .btn-radio.active,fieldset[disabled] .btn-radio:active,fieldset[disabled] .btn-radio:focus,fieldset[disabled] .btn-radio:hover{background-color:#365ebe;border-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio+.btn-radio{margin-left:27px}.btn-radio-group{margin-bottom:20px}.btn-radio-group .btn.active.focus,.btn-radio-group .btn.active:focus,.btn-radio-group .btn.focus,.btn-radio-group .btn.focus:active,.btn-radio-group .btn:active:focus,.btn-radio-group .btn:focus{outline:none}.btn-radio-group .btn-radio-long{width:auto;white-space:normal;text-transform:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1em;max-width:500px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:left;padding:0 20px}input{border-radius:4px;color:#606060;padding:12px 15px 12px 20px;border:solid 1px #606060;line-height:1em}input:focus{outline:none !important}input+i.fa{margin-left:10px}input.form-block{display:block;margin-bottom:16px}input.input-wide{width:70%}input.input-narrow{max-width:100px}input.input-inline{padding:5px 20px;border-radius:5px;margin-left:5px}input.radio-centered{margin-top:15px}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{width:18px;height:18px;margin:2px 0 0 -30px}.checkbox label,.radio label{margin-bottom:8px;font-weight:700;padding-left:30px}.checkbox label.tight-spacing,.radio label.tight-spacing{margin-bottom:2px}.radio p,.checkbox p{margin-bottom:8px;margin-left:21px}.radio .radio-with-textbox{display:flex;align-items:baseline;margin-bottom:16px}.radio .radio-with-textbox input.form-block{margin-bottom:0;margin-right:8px}textarea{width:100%;border-radius:10px;color:#606060;padding:12px 15px;border:solid 1px #d5d5d5;line-height:24px;resize:none}#top_banner{background-color:#036;border-bottom:2px solid #fcba19;padding:5px 20px 10px}#top_banner .top_banner-logo img{width:148px;height:auto;float:left}#top_banner p{color:#ffffff;font-size:16px;line-height:1em;margin-top:20px;margin-left:35px;float:left}#top_banner p .beta{border:solid 1px #ffffff;padding:4px 8px 3px;margin-left:10px;font-size:12px;text-transform:uppercase}#top_banner p .beta.environment-type{background-color:#B200FF}#top_banner .top_banner-user{color:#fff;font-size:14px;float:right;margin-top:16px}#top_banner .top_banner-user input[type=submit]{color:#ffffff;background-color:transparent;display:inline;padding:0;line-height:1.5;border:none}#top_banner .top_banner-user input[type=submit]:active,#top_banner .top_banner-user input[type=submit]:hover{text-decoration:underline}#mid_banner{background-color:#38598A;font-size:14px;font-weight:600}#mid_banner .mid_banner-dash{float:left;margin-left:-20px}#mid_banner .mid_banner-dash a,#mid_banner .mid_banner-link a,#mid_banner .more_information-link a{padding:15px 16px;float:right;margin-left:6px}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover,#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{color:#fff}#mid_banner .mid_banner-dash a.active i,#mid_banner .mid_banner-dash a:hover i,#mid_banner .mid_banner-link a.active i,#mid_banner .mid_banner-link a:hover i,#mid_banner .more_information-link a.active i,#mid_banner .more_information-link a:hover i{color:#fff}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover{text-decoration:underline}#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{background-color:#fcba19;text-decoration:none}#mid_banner .mid_banner-dash a{margin-left:24px}#mid_banner i{color:#ffffff;padding:0 10px 0 0}#mid_banner a{color:#ffffff;text-decoration:none}#form_navigation{display:-webkit-box;display:-ms-flexbox;display:flex}#form_navigation form{margin-right:10px}.success-page .success-buttons{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.success-page .success-buttons .flex-row{width:32%;border-radius:8px;background-color:#d7dff2;border:1px solid #365ebe;display:flex;flex-direction:column;justify-content:space-between;padding:30px 45px}@media (max-width: 992px){.success-page .success-buttons .flex-row{padding:20px 20px}}.success-page .success-buttons .flex-row h3{font-size:26px;line-height:36px}.success-page .col-flex.content-column{padding-bottom:92px}#other_names_fields .form-inline,#reconciliation_period_fields .form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;padding:10px;background:#f2f2f2;border-radius:5px}#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{display:block;width:100%;margin-top:5px;margin-bottom:5px}@media (min-width: 992px){#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{-webkit-box-flex:1;-ms-flex:1;flex:1}}#other_names_fields .form-inline .form-group input,#reconciliation_period_fields .form-inline .form-group input{margin-bottom:0}#other_names_fields .form-inline .form-control,#reconciliation_period_fields .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;height:34px;margin-top:0;padding:8px 15px}#other_names_fields .form-inline label,#reconciliation_period_fields .form-inline label{min-width:45px;margin-right:10px;text-align:right}#other_names_fields .form-inline:before,#reconciliation_period_fields .form-inline:before{display:table;content:" "}#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-right:5px;-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px}@media (min-width: 1px) and (max-width: 1199px){#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-bottom:5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}#other_names_fields .form-inline input.response-textbox,#reconciliation_period_fields .form-inline input.response-textbox{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%}#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{padding:8px 15px}@media (min-width: 992px){#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}}.footer{background-color:#036;border-top:2px solid #fcba19;padding:15px}.footer .footer-container ul{list-style-type:none}.footer .footer-container ul li{float:left;padding:2px 10px;position:relative}.footer .footer-container ul li a{display:block;text-align:center;color:#ffffff;font-size:13px;font-weight:600}.footer .footer-container ul li+li{border-left:1px solid #4b5e73}.question-well{min-height:20px;padding:30px;margin-top:28px;border:1px solid #d5d5d5;border-radius:8px;background:#ffffff}.question-well.hasFocus{border:1px solid #365ebe;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.question-well h3{margin-top:0}.question-well p{max-width:90%;margin-bottom:20px}.question-well .fact-sheet-table-inline-question{margin-bottom:48px}.question-well .required,.question-well .optional{font-size:14px;font-family:Myriad-Pro-Bold,Calibri,Arial,Sans Serif;font-weight:bold;text-transform:uppercase;padding:6px;margin-left:16px;white-space:nowrap;vertical-align:bottom}.question-well .required.inline,.question-well .optional.inline{border:none;padding:0}.question-well .required{color:#D8292F;border:#D8292F 2px solid;vertical-align:text-bottom}.question-well .optional{color:#036;border:#036 1px solid}.question-well-border-less{min-height:20px;padding:25px 25px 0 0;margin-top:25px;background:#ffffff}.question-well-border-less h3{margin-top:20px}.question-well-border-less p{max-width:90%}.review-well{border-radius:10px;min-height:20px;margin-bottom:10px;border:1px solid #d5d5d5;background:#ffffff}.review-well .review-well{margin:0 40px 5px}.review-well .collapse-trigger{padding:20px 15px}.review-well .collapse,.review-well .collapsing{border-top:1px solid #d5d5d5;padding:24px 47px}.review-well .collapse>div,.review-well .collapsing>div{margin-bottom:0}.review-well .review-buttons{float:left;padding:0 15px 20px;margin:0 0 0 32px}@media (min-width: 991px){.review-well .review-buttons{float:right;padding:10px 15px;margin:0}}.review-well .review-buttons .fa{color:white;margin-right:6px}.review-well .review-explanation{margin:-18px 0 12px 44px}.review-well .collapse-trigger{margin-bottom:0;display:inline-block;width:100%}@media (min-width: 991px){.review-well .collapse-trigger{width:initial}}.review-well .collapse-trigger>div{border-bottom:none;font-size:18px;font-weight:600;padding-left:8px;position:relative}.review-well .collapse-trigger>div:before{font-family:FontAwesome;font-weight:normal;font-style:normal;position:absolute;text-decoration:inherit;left:0;content:"\f077";-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.review-well .collapse-trigger>div span{display:inline-block;margin-left:24px}.review-well .collapse-trigger>div:after{display:none}.review-well .collapse-trigger.empty{display:block;border-top:1px solid #d5d5d5}.review-well .collapse-trigger.empty div:before{display:none}.review-well .collapse-trigger.collapsed div:before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:50%;transform-origin:50%}.review-well .collapse.empty{display:inline-block;border-top:none}.review-well-no-icon{padding-left:47px}.review-well-child{display:inline-block;width:100%}.review-well-child .review-buttons{margin:0;padding-left:8px}@media (min-width: 991px){.review-well-child .review-buttons{margin:initial;padding-left:initial}}.review-well-child .collapse-trigger{padding-left:0}.review-well-child .collapse-trigger>div{color:#313132;font-weight:normal}.review-child-heading{background-color:#d7dff2}.review-table-spacer::before{content:'';display:block;height:25px}.print-form-action{display:inline-block;float:right}.print-form-action a{text-decoration:none}.print-form-action:after{display:none}.step-review .collapse-trigger{font-size:24px;display:inline-block}.step-review .collapse-trigger.collapsed{margin-bottom:0;-webkit-transition:0.5s ease-out all;transition:0.5s ease-out all}.step-review table{margin-bottom:0}.step-review table thead tr{background-color:#036;color:#fff}.step-review table .value-column{width:30%;min-width:192px;height:1px}.step-review table thead{-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px}.step-review .collapse>div,.step-review .collapsing>div{margin-bottom:0}.step-review .review-buttons{float:right}.dashboard-content .question-well{margin-top:15px;margin-bottom:30px;padding-bottom:0}.dashboard-content .question-well h3{font-size:24px}.dashboard-content .form{background:#efefef;border:1px solid #d5d5d5;border-radius:8px;margin-bottom:10px;padding:15px}.dashboard-content .form-inline{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.dashboard-content .form-inline label{margin:0 15px 0 5px;text-align:right}.dashboard-content .form-inline:before{display:table;content:" "}.dashboard-content .form-inline input{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%;min-width:200px}.dashboard-content p{margin-bottom:15px}.dashboard-content p.error-text{margin-bottom:0px}.dashboard-content ul{margin-bottom:30px}.dashboard-content .no-margin-bottom{margin-bottom:0 !important}.dashboard-content .add-bottom-margin{margin-bottom:30px}.dashboard-content .add-top-margin{margin-top:30px}.dashboard-content .no-padding-left{padding-left:0}.dashboard-content .no-bullets li{list-style:none}.dashboard-content .upload-area{padding:32px 20px 32px 20px;margin-bottom:50px;background-color:#f2f2f2;border:1px solid #d5d5d5;border-radius:8px}.row-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;overflow:hidden;background:#fdfdfd;position:relative}.row-flex .col{-webkit-box-flex:1;-ms-flex:1;flex:1;box-sizing:border-box;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.row-flex .content-column{max-width:1280px;padding:36px 6% 54px;position:relative}.row-flex .progress-column{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;background-color:#f2f2f2;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .dashnav-column{-webkit-box-flex:0;-ms-flex:0 0 290px;flex:0 0 289px;background-color:#036;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .more_information-column{background-color:#efefef;box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.1);padding:20px 45px;font-size:14px;line-height:21px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:auto}@media (min-width: 1920px){.row-flex .more_information-column{font-size:16px;line-height:1.5}}.row-flex .more_information-column .more_information-close{float:right;font-size:24px;margin-top:3px}.row-flex .more_information-column .more_information-close i.fa{color:#036}.row-flex .more_information-column h2{color:#036;padding-right:25px}.row-flex .more_information-column h3{font-size:21px;line-height:28px}@media (min-width: 992px){.row-flex .more_information-column{padding:45px 20px;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-flex:0;-ms-flex:0 0 306px;flex:0 0 306px}}.row-flex.intro-page{background:#38598A url("../img/bg-edivorce__landing.jpg") no-repeat top center fixed;background-size:cover}.row-flex.intro-page .content-column{margin:54px auto 100px;max-width:800px;padding:0 20px;text-align:center;color:#ffffff;position:relative}.row-flex.intro-page .content-column h1{color:#036;max-width:600px;margin:70px auto;font-size:48px}.row-flex.intro-page .content-column h2,.row-flex.intro-page .content-column h3{color:#ffffff}.row-flex.intro-page .content-column h2{font-size:30px;font-weight:600;margin:42px 0 0}.row-flex.intro-page .content-column h2.shaded-box{padding-top:28px;border-top-left-radius:8px;border-top-right-radius:8px}.row-flex.intro-page .content-column .intro{font-size:24px;line-height:36px;margin:0 100px}.row-flex.intro-page .content-column a{color:#ffffff;text-decoration:none}.row-flex.intro-page .content-column a:focus,.row-flex.intro-page .content-column a:hover{text-decoration:underline}.row-flex.intro-page .content-column a.btn:focus,.row-flex.intro-page .content-column a.btn:hover{text-decoration:none}.row-flex.intro-page .content-column .btn-group-lg>.btn,.row-flex.intro-page .content-column .btn-lg{padding:12px 40px;margin:10px}.row-flex.intro-page .content-column .flex-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;text-align:left;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px}.row-flex.intro-page .content-column .flex-wrapper .flex-column{width:45%}.row-flex.intro-page .content-column .flex-wrapper.shaded-box{padding-top:18px;padding-bottom:30px;margin-top:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.left{padding-left:30px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.right{padding-right:30px}.row-flex.intro-page .content-column .flex-wrapper span.number-circle{border:solid 2px white;padding:0;border-radius:40px;width:40px;height:40px;display:inline-block;text-align:center;margin-right:10px;font-size:21px}.intro-footer{text-align:center;padding-bottom:92px;background:#ffffff}.intro-footer .column{max-width:640px;margin:0 auto}.intro-footer h3{color:#036;font-size:24px;line-height:36px;padding-top:55px;padding-bottom:30px;margin:0}.intro-footer .btn{width:260px;height:48px;font-weight:bold;line-height:24px;border-radius:8px}.dashnav-column h4,.overview-progress h4,.progress-column h4{color:#036;padding:0 18px;margin-top:36px;font-size:14px;letter-spacing:0.1em}.dashnav-column a,.overview-progress a,.progress-column a{text-decoration:none}.dashnav-column .progress-question,.overview-progress .progress-question,.progress-column .progress-question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:70px;margin-bottom:12px;padding:0 16px;font-weight:bold}.dashnav-column .progress-question .progress-icon,.overview-progress .progress-question .progress-icon,.progress-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 50px}.dashnav-column .progress-question .progress-icon i,.overview-progress .progress-question .progress-icon i,.progress-column .progress-question .progress-icon i{font-size:20px;border:solid 1px #036;padding:8px;border-radius:36px}.dashnav-column .progress-question .progress-icon i.fa:before,.overview-progress .progress-question .progress-icon i.fa:before,.progress-column .progress-question .progress-icon i.fa:before{width:20px;text-align:center;display:block;height:20px}.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{width:190px;font-size:14px;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-question .progress-content small,.overview-progress .progress-question .progress-content small,.progress-column .progress-question .progress-content small{font-size:11px;text-transform:uppercase;font-weight:bolder;letter-spacing:0.1em}.dashnav-column .progress-question i,.dashnav-column .progress-question span,.overview-progress .progress-question i,.overview-progress .progress-question span,.progress-column .progress-question i,.progress-column .progress-question span{color:#036;border-color:#036}.dashnav-column .progress-question.complete i,.dashnav-column .progress-question.complete span,.overview-progress .progress-question.complete i,.overview-progress .progress-question.complete span,.progress-column .progress-question.complete i,.progress-column .progress-question.complete span{color:#1c5428;border-color:#1c5428}.dashnav-column .progress-question:focus,.dashnav-column .progress-question:hover,.overview-progress .progress-question:focus,.overview-progress .progress-question:hover,.progress-column .progress-question:focus,.progress-column .progress-question:hover{background-color:#d5d5d5;text-decoration:none}.dashnav-column .progress-question:focus .progress-status i.incomplete,.dashnav-column .progress-question:focus .progress-status i.skipped,.dashnav-column .progress-question:hover .progress-status i.incomplete,.dashnav-column .progress-question:hover .progress-status i.skipped,.overview-progress .progress-question:focus .progress-status i.incomplete,.overview-progress .progress-question:focus .progress-status i.skipped,.overview-progress .progress-question:hover .progress-status i.incomplete,.overview-progress .progress-question:hover .progress-status i.skipped,.progress-column .progress-question:focus .progress-status i.incomplete,.progress-column .progress-question:focus .progress-status i.skipped,.progress-column .progress-question:hover .progress-status i.incomplete,.progress-column .progress-question:hover .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-question.active,.overview-progress .progress-question.active,.progress-column .progress-question.active{background-color:#fcba19;text-decoration:none}.dashnav-column .progress-status,.overview-progress .progress-status,.progress-column .progress-status{width:28px;text-align:right}.dashnav-column .progress-status i,.overview-progress .progress-status i,.progress-column .progress-status i{float:right}.dashnav-column .progress-status i.incomplete,.dashnav-column .progress-status i.skipped,.overview-progress .progress-status i.incomplete,.overview-progress .progress-status i.skipped,.progress-column .progress-status i.incomplete,.progress-column .progress-status i.skipped{color:#D8292F}.dashnav-column .progress-status i.complete,.overview-progress .progress-status i.complete,.progress-column .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu,.overview-progress .progress-sub-menu,.progress-column .progress-sub-menu{list-style-type:none}.dashnav-column .progress-sub-menu li,.overview-progress .progress-sub-menu li,.progress-column .progress-sub-menu li{display:inline-block;padding:5px 16px 5px 22px;border-left:2px solid #fcba19;width:100%}.dashnav-column .progress-sub-menu li .progress-status i.complete,.overview-progress .progress-sub-menu li .progress-status i.complete,.progress-column .progress-sub-menu li .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu li .progress-status i.incomplete,.dashnav-column .progress-sub-menu li .progress-status i.skipped,.overview-progress .progress-sub-menu li .progress-status i.incomplete,.overview-progress .progress-sub-menu li .progress-status i.skipped,.progress-column .progress-sub-menu li .progress-status i.incomplete,.progress-column .progress-sub-menu li .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{width:190px;font-size:14px;line-height:1.3;color:#036}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{width:190px;font-size:14px;font-weight:bold;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question:focus,.dashnav-column .progress-sub-menu .progress-sub-question:hover,.overview-progress .progress-sub-menu .progress-sub-question:focus,.overview-progress .progress-sub-menu .progress-sub-question:hover,.progress-column .progress-sub-menu .progress-sub-question:focus,.progress-column .progress-sub-menu .progress-sub-question:hover{color:#fcba19;text-decoration:none;font-weight:700}.dashnav-column .progress-sub-menu .progress-sub-question.active:focus,.dashnav-column .progress-sub-menu .progress-sub-question.active:hover,.overview-progress .progress-sub-menu .progress-sub-question.active:focus,.overview-progress .progress-sub-menu .progress-sub-question.active:hover,.progress-column .progress-sub-menu .progress-sub-question.active:focus,.progress-column .progress-sub-menu .progress-sub-question.active:hover{border-bottom:1px solid #fcba19}.dashnav-column .progress-sub-menu .progress-sub-question.active,.overview-progress .progress-sub-menu .progress-sub-question.active,.progress-column .progress-sub-menu .progress-sub-question.active{text-decoration:none;padding-bottom:4px;border-bottom:1px solid #036;font-weight:700}.dashnav-column .progress-question{height:60px}.overview-progress{border:solid 1px #d5d5d5;border-radius:10px;background:#ffffff}.overview-progress .progress-question{margin-bottom:0;border-bottom:solid 1px #d5d5d5}.overview-progress .progress-question:last-of-type{border-bottom:none}.overview-progress .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px}.overview-progress .progress-question .progress-content{font-size:16px;font-weight:600;-webkit-box-flex:2;-ms-flex:2;flex:2}.overview-progress .progress-question .progress-status{font-size:14px;font-weight:600;-webkit-box-flex:1;-ms-flex:1;flex:1}.overview-progress .progress-question .progress-status i{font-size:20px;float:none;margin-left:16px;vertical-align:middle}.overview-progress .progress-question.complete{background-color:#d5e6d8}.overview-progress .progress-question:focus,.overview-progress .progress-question:hover{background-color:#f2f2f2;text-decoration:none}.overview-progress .progress-question.incomplete:focus,.overview-progress .progress-question.skipped:focus,.overview-progress .progress-question.incomplete:hover,.overview-progress .progress-question.skipped:hover{color:#9A1C21}.overview-progress .progress-question:first-child{border-top-left-radius:9px;border-top-right-radius:9px}.overview-progress .progress-question:last-child{border-bottom-left-radius:9px;border-bottom-right-radius:9px}.overview-progress .progress-question a{transition:0.1s background ease-in-out;-webkit-transition:0.1s background ease-in-out}.dashnav-column h4{color:#ffffff}.dashnav-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.dashnav-column .progress-question .progress-icon i{font-size:20px;border:none;padding:0}.dashnav-column .progress-question .progress-content{width:180px;color:#ffffff;font-weight:600}.dashnav-column .progress-question i{color:#ffffff}.dashnav-column .progress-question.active i,.dashnav-column .progress-question.active .progress-content{color:#036}.dashnav-column .progress-question:focus:not(.active),.dashnav-column .progress-question:hover:not(.active){background-color:#38598A}.progress-column .progress-question.active:not(.complete) .progress-icon i{border:solid 1px #036;background-color:#036;color:#fcba19}.progress-column .progress-question.active.complete .progress-icon i{border:solid 1px #1c5428;background-color:#1c5428;color:#fcba19}.progress-column .progress-question .progress-status i.incomplete,.progress-column .progress-question .progress-status i.skipped{color:#9A1C21}.has-warning-box{border:3px solid #D8292F;padding-top:8px;padding-left:8px}.has-warning-box #terms_warning{color:#D8292F}.list-item-description{padding-left:20px;margin-bottom:25px;margin-top:-10px}.modal-dialog{width:780px}.modal-header{border:0;padding-bottom:0;padding-top:24px}.modal-title{font-size:32px;font-weight:normal}.modal-body{padding:0 64px 36px}.modal-body p{font-size:18px;margin-top:12px}.modal-footer{background:#f2f2f2;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.footnote-marker{font-size:18px;top:-10px;position:relative;display:inline-block;left:1px;margin-right:1px}.footnote{margin-top:40px;margin-bottom:52px;font-size:16px}.footnote h5{font-size:30px;margin-bottom:20px}.footnote.shaded-box{border-radius:8px;padding:25px 80px 25px 80px}.shaded-box{background-color:rgba(0,0,0,0.7)}#delete_child_modal,#info_modal,#questions_modal,#terms_modal{margin-top:112px;font-size:18px}#delete_child_modal .modal-header,#info_modal .modal-header,#questions_modal .modal-header,#terms_modal .modal-header{text-align:center}#delete_child_modal .modal-header i,#info_modal .modal-header i,#questions_modal .modal-header i,#terms_modal .modal-header i{background-color:#365ebe;color:#ffffff;height:80px;width:80px;border-radius:40px;font-size:40px;padding:20px;margin-bottom:15px}#delete_child_modal .modal-body,#info_modal .modal-body,#questions_modal .modal-body,#terms_modal .modal-body{padding:36px 64px}#delete_child_modal .modal-body p,#info_modal .modal-body p,#questions_modal .modal-body p,#terms_modal .modal-body p{font-size:18px;margin-top:12px}#delete_child_modal .modal-footer,#info_modal .modal-footer,#questions_modal .modal-footer,#terms_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}#delete_child_modal{text-align:center;vertical-align:middle;margin-top:112px;font-size:18px}#delete_child_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}div#progress-overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000;background:rgba(0,0,0,0.35)}div#progress-overlay-spinner{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5000}span.hard-stop{font-size:2.8em;display:inline-block;float:left;margin:3px 10px 0 0}.date-picker-group .input-group-addon{display:inline-block;background-color:inherit;border:none}@media (min-width: 1px) and (max-width: 991px){.on-canvas{display:block}}@media (min-width: 992px){.on-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width: 1px) and (max-width: 991px){.off-canvas{display:none}}@media (min-width: 992px){.off-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(306px);transform:translateX(306px)}}@media (min-width: 1px) and (max-width: 991px){.margin-right{margin-right:0}}@media (min-width: 992px){.margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:-306px}}@media (min-width: 1px) and (max-width: 991px){.no-margin-right{margin-right:0}}@media (min-width: 992px){.no-margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:0}} /*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/edivorce/apps/core/static/css/main.scss b/edivorce/apps/core/static/css/main.scss index 8739b9a4..93a75444 100644 --- a/edivorce/apps/core/static/css/main.scss +++ b/edivorce/apps/core/static/css/main.scss @@ -964,10 +964,20 @@ input { } } +.checkbox input[type=checkbox], +.checkbox-inline input[type=checkbox], +.radio input[type=radio], +.radio-inline input[type=radio] { + width: 18px; + height: 18px; + margin: 2px 0 0 -30px; +} + .checkbox label, .radio label { margin-bottom: 8px; font-weight: 700; + padding-left: 30px; &.tight-spacing { margin-bottom: 2px; From b6a8c7173e3a631d3b1699ec98a498f6445fe61e Mon Sep 17 00:00:00 2001 From: ariannedee Date: Fri, 6 Nov 2020 18:36:52 -0800 Subject: [PATCH 20/20] DIV-1088: Make review table corners rounded and fix error box styling --- edivorce/apps/core/static/css/main.css | 2 +- edivorce/apps/core/static/css/main.scss | 62 +++++++++++++------ edivorce/apps/core/static/js/main.js | 2 + .../apps/core/templatetags/summary_format.py | 2 +- 4 files changed, 46 insertions(+), 22 deletions(-) diff --git a/edivorce/apps/core/static/css/main.css b/edivorce/apps/core/static/css/main.css index 67ec7824..e9752323 100644 --- a/edivorce/apps/core/static/css/main.css +++ b/edivorce/apps/core/static/css/main.css @@ -1,3 +1,3 @@ -@font-face{font-family:'Myriad-Pro';src:url("../fonts/MyriadWebPro.ttf");font-weight:normal;font-style:normal}@font-face{font-family:'Myriad-Pro-Bold';src:url("../fonts/MyriadPro-Bold.otf");font-weight:bold;font-style:normal}body{font-family:Myriad-Pro,Calibri,Arial,Sans Serif;font-size:16px;line-height:24px;color:#313132;background:#036;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:768px}@media (min-width: 1920px){body{font-size:18px;line-height:1.5}}h1,h2,h3,h4{margin-top:0;margin-bottom:10px}h1 i.fa,h2 i.fa,h3 i.fa,h4 i.fa{font-size:24px;margin-right:6px}h1{font-weight:600;line-height:54px;color:#036;margin-bottom:20px}h1 small{font-size:14px;font-weight:700;text-transform:uppercase;color:#036;display:block;letter-spacing:0.1em}h2{font-weight:600;font-size:24px;line-height:36px;color:#313132;margin-bottom:20px}h3{font-weight:400;font-size:28px;line-height:42px;color:#036;margin-top:15px}h4{font-weight:600;font-size:18px;line-height:27px;color:#036;text-transform:uppercase}a{color:#365ebe;text-decoration:underline;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}a:focus,a:hover{color:#2b4a96;text-decoration:underline;outline:none;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.intro{font-size:18px;line-height:28px}img{max-width:100%;height:auto}input.border-less-heading[type='text']{border:none;color:#036}input.border-less-heading[type='text']:focus{box-shadow:none;outline:none}input[type=number]{-moz-appearance:textfield}input.number-spinner[type=number]{-moz-appearance:spinner;text-align:right}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input.number-spinner[type=number]::-webkit-inner-spin-button,input.number-spinner[type=number]::-webkit-outer-spin-button{-moz-appearance:spinner}.table>tbody>tr>td,.list-builder>tbody>tr>td,.table>tbody>tr>th,.list-builder>tbody>tr>th,.table>tfoot>tr>td,.list-builder>tfoot>tr>td,.table>tfoot>tr>th,.list-builder>tfoot>tr>th,.table>thead>tr>td,.list-builder>thead>tr>td,.table>thead>tr>th,.list-builder>thead>tr>th{padding:12px 16px;vertical-align:top}.fact-sheet-question{width:50%}.fact-sheet-answer{width:25%}.fact-sheet-answer[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input,.fact-sheet-answer textarea{height:25px;width:100%;display:table-cell;border:none;resize:none;padding:2px 2px}.fact-sheet-answer input:focus,.fact-sheet-answer textarea:focus{box-shadow:none;outline:none}.fact-sheet-answer input[readonly],.fact-sheet-answer textarea[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input{text-align:left}.fact-sheet-control{border-bottom:1px solid #d5d5d5;border-right:1px solid #d5d5d5;border-left:1px solid #d5d5d5;font-size:16px}.fact-sheet-control[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-control a{color:#606060}.fact-sheet-control a i{color:#606060}.fact-sheet-control a:hover{text-decoration:none}.fact-sheet-control:hover{background:#d7dff2}.fact-sheet-button a{padding-right:6px;color:#606060}.fact-sheet-button a i{color:#606060}.fact-sheet-button a i:hover{color:#365ebe}.fact-sheet-input[readonly]{background:#f2f2f2}.table-cell-active{border:1px solid #66afe9;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.table>tbody>tr>td.list-builder-button,.list-builder>tbody>tr>td.list-builder-button{border:none}.table>thead>tr.list-builder-header>th:last-child,.list-builder>thead>tr.list-builder-header>th:last-child,.table>tbody>tr>td:last-child not:first-child,.list-builder>tbody>tr>td:last-child not:first-child{width:1px;white-space:nowrap}#claimant_children>thead>tr>th:nth-last-child(-n+2),#claimant_children>tbody>tr>td:nth-last-child(-n+2){width:1px;white-space:nowrap}.list-builder{border-collapse:initial;width:100%;table-layout:fixed;margin-bottom:48px}.list-builder-compact{margin-bottom:25px}.list-builder-hide-column{display:none;border:none}.child-item-row{height:50px}.child-item-row:hover td:not(:nth-last-child(-n+2)){background:#d7dff2}.child-support-amount[readonly]{background:#f2f2f2}div.dollar-prefix{position:relative}div.dollar-prefix:before{content:'$ ';top:0;height:100%;padding-left:10px;position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:center}div.dollar-prefix input{text-align:right}div.percent-suffix{border:none;width:100%}div.percent-suffix input{border:none;padding:0px;outline:none;width:85%;text-align:right;display:inline}div.percent-suffix label{width:10%;display:inline;font-weight:normal}.money{text-align:right}.container-wrapper{padding:40px 0}.container-wrapper:nth-child(odd){background:#f2f2f2}.container-wrapper:nth-child(odd) input{background:#ffffff}.bg-danger{position:relative;padding:30px 30px 30px 75px;border-radius:8px;margin-bottom:20px;background-color:#FEEABA}.bg-danger:after{content:"\f071";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#925E00;top:30px;left:27px}.bg-danger.add-top-margin{margin-top:20px}.bg-danger.hard-stop{background-color:#F8D8D9}.bg-danger.hard-stop hr{border-top:1px solid #9A1C21}.bg-danger.hard-stop:after{content:"\f05e";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:27px}.bg-danger h2{line-height:initial;margin-bottom:10px}.bg-danger p+h2{margin-top:20px}.bg-danger #unselected_spouse_alert{margin-bottom:20px}.checkmark{background:#2e8540;position:relative;padding:22px 20px 20px 90px;color:#ffffff;border-radius:8px;font-size:32px}.checkmark:before{content:"\f00c";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;left:24px;font-size:42px;color:#ffffff;height:60px}@media (max-width: 991px){.container{width:100%;min-width:750px}}.tooltip.in{opacity:1}.tooltip-inner{text-align:left;background-color:#365ebe;padding:20px;font-size:16px;line-height:24px;max-width:300px;border-radius:10px;font-family:Myriad-Pro,Calibri,Arial,Sans Serif}.tooltip-innerb{font-size:18px}.tooltip-inner a{color:#ffffff;text-decoration:underline}.tooltip-inner a:focus,.tooltip-inner a:hover{color:#d5d5d5}.tooltip-arrow{pointer-events:none;border-color:rgba(255,255,255,0);border-width:12px !important}.tooltip.top .tooltip-arrow{border-top-color:#365ebe;margin-bottom:-16px}.tooltip.right{margin-left:10px}.tooltip.right .tooltip-arrow{border-right-color:#365ebe;margin-left:-12px;margin-top:-14px}.tooltip.bottom .tooltip-arrow{border-bottom-color:#365ebe;margin-top:-12px}.tooltip.left{margin-left:-10px}.tooltip.left .tooltip-arrow{border-left-color:#365ebe;margin-right:-12px;margin-top:-14px}.tooltip-link{color:#365ebe;cursor:pointer}.tooltip-link:hover{color:#036;border-bottom-color:#365ebe}.tooltip-link:hover .content{border-bottom:dotted 1px #365ebe}.collapse-trigger{margin-bottom:12px}.collapse-trigger>div{color:#365ebe;border-bottom:solid 1px #365ebe;display:inline;cursor:pointer}.collapse-trigger>div .tooltip-link{border:0}.collapse-trigger>div .tooltip-link:hover{color:inherit}.collapse-trigger>div:after{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit;padding-left:10px;content:"\f077";-webkit-transform-origin:65% 50%;transform-origin:65% 50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger>div:focus,.collapse-trigger>div:hover{color:#2b4a96;border-bottom:solid 1px #2b4a96;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger.collapsed div:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:65% 50%;transform-origin:65% 50%}.collapse>div,.collapsing>div{margin-bottom:25px}select.form-control{font-size:16px;height:42px}.form-group input.form-control,.input-group input.form-control:first-child{margin-top:12px;border-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;height:inherit;width:inherit;float:inherit;font-size:inherit;padding:12px 15px;line-height:1em;display:inline}.form-group input.form-control.input-wide,.input-group input.form-control.input-wide:first-child{width:70%}.alias-header{width:100%}@media (min-width: 992px){.form-group.name-group{display:flex !important;flex-direction:row;justify-content:space-between;margin-top:20px;margin-bottom:8px}}.form-group.name-group>div{width:80%}@media (min-width: 992px){.form-group.name-group>div{width:24%}}.form-group.name-group>div input{width:99%}.form-group.name-group p{margin-bottom:3px}@media (min-width: 992px){div#other_names_fields .form-inline .form-group{flex:inherit}}div#other_names_fields .form-inline .label-group{display:flex;justify-content:space-between;width:100%;align-items:center}.btn{line-height:initial;padding:12px 15px;text-decoration:none;font-weight:bold;color:#ffffff;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;font-size:16px;border:none;border-radius:4px}.btn:focus{outline:none;box-shadow:none;-webkit-box-shadow:none}.btn:focus:active{outline:none}.btn:hover{-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn[disabled]{pointer-events:none;cursor:default}.btn.btn-primary{background:#365ebe}.btn.btn-primary:hover{background-color:#036}.btn.btn-danger{background-color:#D8292F}.btn.btn-danger:hover{background-color:#9A1C21}.btn.btn-success{background-color:#2e8540}.btn.btn-success:hover{background-color:#1c5428}.btn i.fa{color:#ffffff}i.fa{color:#365ebe}i.fa.circle{border-radius:50%;padding:10px;border:solid 1px #365ebe}.form-buttons{margin:30px 0}.form-buttons .btn{margin-bottom:12px;padding:16px}.form-buttons .btn.btn-success{margin-left:12px}.review-warning{background-color:#F8D8D9;border-radius:8px;position:relative;padding:30px 30px 30px 75px;margin-top:30px;margin-bottom:20px}.review-warning ul{padding-left:15px}.review-warning:after{content:"\f06a";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:30px}.review-warning .warning,.review-warning .progress-status i{color:#9A1C21;font-weight:bolder;margin:0 3px}.error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.error .warning,.error .help-block{color:#D8292F;font-size:16px;font-weight:bolder}.has-error input{border:2px solid #D8292F !important}.has-error .help-block{color:#D8292F;font-weight:bolder}.error-text{color:#D8292F;font-weight:bold;font-size:14px}.table-error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all;height:100%}.table-error .warning{color:#D8292F;font-size:14px;font-weight:bolder;display:inline-block;width:100%;text-align:center}.btn-radio{color:#265EBE;background-color:#d7dff2;font-size:16px;text-transform:uppercase;letter-spacing:0.08em;font-weight:600;padding:18px 0;width:52px;height:52px;margin-left:7px;margin-top:7px;border-radius:26px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio:before{content:" ";position:absolute;display:block;width:64px;height:64px;border-radius:32px;margin-top:-24px;margin-left:-6px;border:1px solid #606060}.btn-radio.active,.btn-radio:active,.btn-radio:focus,.btn-radio:hover,.open .dropdown-toggle.btn-radio{color:#FFFFFF;background-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio.active,.btn-radio:active,.open .dropdown-toggle.btn-radio{background-image:none}.btn-radio.disabled,.btn-radio.disabled.active,.btn-radio.disabled:active,.btn-radio.disabled:focus,.btn-radio.disabled:hover,.btn-radio[disabled],.btn-radio.active[disabled],.btn-radio[disabled]:active,.btn-radio[disabled]:focus,.btn-radio[disabled]:hover,fieldset[disabled] .btn-radio,fieldset[disabled] .btn-radio.active,fieldset[disabled] .btn-radio:active,fieldset[disabled] .btn-radio:focus,fieldset[disabled] .btn-radio:hover{background-color:#365ebe;border-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio+.btn-radio{margin-left:27px}.btn-radio-group{margin-bottom:20px}.btn-radio-group .btn.active.focus,.btn-radio-group .btn.active:focus,.btn-radio-group .btn.focus,.btn-radio-group .btn.focus:active,.btn-radio-group .btn:active:focus,.btn-radio-group .btn:focus{outline:none}.btn-radio-group .btn-radio-long{width:auto;white-space:normal;text-transform:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1em;max-width:500px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:left;padding:0 20px}input{border-radius:4px;color:#606060;padding:12px 15px 12px 20px;border:solid 1px #606060;line-height:1em}input:focus{outline:none !important}input+i.fa{margin-left:10px}input.form-block{display:block;margin-bottom:16px}input.input-wide{width:70%}input.input-narrow{max-width:100px}input.input-inline{padding:5px 20px;border-radius:5px;margin-left:5px}input.radio-centered{margin-top:15px}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{width:18px;height:18px;margin:2px 0 0 -30px}.checkbox label,.radio label{margin-bottom:8px;font-weight:700;padding-left:30px}.checkbox label.tight-spacing,.radio label.tight-spacing{margin-bottom:2px}.radio p,.checkbox p{margin-bottom:8px;margin-left:21px}.radio .radio-with-textbox{display:flex;align-items:baseline;margin-bottom:16px}.radio .radio-with-textbox input.form-block{margin-bottom:0;margin-right:8px}textarea{width:100%;border-radius:10px;color:#606060;padding:12px 15px;border:solid 1px #d5d5d5;line-height:24px;resize:none}#top_banner{background-color:#036;border-bottom:2px solid #fcba19;padding:5px 20px 10px}#top_banner .top_banner-logo img{width:148px;height:auto;float:left}#top_banner p{color:#ffffff;font-size:16px;line-height:1em;margin-top:20px;margin-left:35px;float:left}#top_banner p .beta{border:solid 1px #ffffff;padding:4px 8px 3px;margin-left:10px;font-size:12px;text-transform:uppercase}#top_banner p .beta.environment-type{background-color:#B200FF}#top_banner .top_banner-user{color:#fff;font-size:14px;float:right;margin-top:16px}#top_banner .top_banner-user input[type=submit]{color:#ffffff;background-color:transparent;display:inline;padding:0;line-height:1.5;border:none}#top_banner .top_banner-user input[type=submit]:active,#top_banner .top_banner-user input[type=submit]:hover{text-decoration:underline}#mid_banner{background-color:#38598A;font-size:14px;font-weight:600}#mid_banner .mid_banner-dash{float:left;margin-left:-20px}#mid_banner .mid_banner-dash a,#mid_banner .mid_banner-link a,#mid_banner .more_information-link a{padding:15px 16px;float:right;margin-left:6px}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover,#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{color:#fff}#mid_banner .mid_banner-dash a.active i,#mid_banner .mid_banner-dash a:hover i,#mid_banner .mid_banner-link a.active i,#mid_banner .mid_banner-link a:hover i,#mid_banner .more_information-link a.active i,#mid_banner .more_information-link a:hover i{color:#fff}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover{text-decoration:underline}#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{background-color:#fcba19;text-decoration:none}#mid_banner .mid_banner-dash a{margin-left:24px}#mid_banner i{color:#ffffff;padding:0 10px 0 0}#mid_banner a{color:#ffffff;text-decoration:none}#form_navigation{display:-webkit-box;display:-ms-flexbox;display:flex}#form_navigation form{margin-right:10px}.success-page .success-buttons{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.success-page .success-buttons .flex-row{width:32%;border-radius:8px;background-color:#d7dff2;border:1px solid #365ebe;display:flex;flex-direction:column;justify-content:space-between;padding:30px 45px}@media (max-width: 992px){.success-page .success-buttons .flex-row{padding:20px 20px}}.success-page .success-buttons .flex-row h3{font-size:26px;line-height:36px}.success-page .col-flex.content-column{padding-bottom:92px}#other_names_fields .form-inline,#reconciliation_period_fields .form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;padding:10px;background:#f2f2f2;border-radius:5px}#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{display:block;width:100%;margin-top:5px;margin-bottom:5px}@media (min-width: 992px){#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{-webkit-box-flex:1;-ms-flex:1;flex:1}}#other_names_fields .form-inline .form-group input,#reconciliation_period_fields .form-inline .form-group input{margin-bottom:0}#other_names_fields .form-inline .form-control,#reconciliation_period_fields .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;height:34px;margin-top:0;padding:8px 15px}#other_names_fields .form-inline label,#reconciliation_period_fields .form-inline label{min-width:45px;margin-right:10px;text-align:right}#other_names_fields .form-inline:before,#reconciliation_period_fields .form-inline:before{display:table;content:" "}#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-right:5px;-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px}@media (min-width: 1px) and (max-width: 1199px){#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-bottom:5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}#other_names_fields .form-inline input.response-textbox,#reconciliation_period_fields .form-inline input.response-textbox{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%}#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{padding:8px 15px}@media (min-width: 992px){#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}}.footer{background-color:#036;border-top:2px solid #fcba19;padding:15px}.footer .footer-container ul{list-style-type:none}.footer .footer-container ul li{float:left;padding:2px 10px;position:relative}.footer .footer-container ul li a{display:block;text-align:center;color:#ffffff;font-size:13px;font-weight:600}.footer .footer-container ul li+li{border-left:1px solid #4b5e73}.question-well{min-height:20px;padding:30px;margin-top:28px;border:1px solid #d5d5d5;border-radius:8px;background:#ffffff}.question-well.hasFocus{border:1px solid #365ebe;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.question-well h3{margin-top:0}.question-well p{max-width:90%;margin-bottom:20px}.question-well .fact-sheet-table-inline-question{margin-bottom:48px}.question-well .required,.question-well .optional{font-size:14px;font-family:Myriad-Pro-Bold,Calibri,Arial,Sans Serif;font-weight:bold;text-transform:uppercase;padding:6px;margin-left:16px;white-space:nowrap;vertical-align:bottom}.question-well .required.inline,.question-well .optional.inline{border:none;padding:0}.question-well .required{color:#D8292F;border:#D8292F 2px solid;vertical-align:text-bottom}.question-well .optional{color:#036;border:#036 1px solid}.question-well-border-less{min-height:20px;padding:25px 25px 0 0;margin-top:25px;background:#ffffff}.question-well-border-less h3{margin-top:20px}.question-well-border-less p{max-width:90%}.review-well{border-radius:10px;min-height:20px;margin-bottom:10px;border:1px solid #d5d5d5;background:#ffffff}.review-well .review-well{margin:0 40px 5px}.review-well .collapse-trigger{padding:20px 15px}.review-well .collapse,.review-well .collapsing{border-top:1px solid #d5d5d5;padding:24px 47px}.review-well .collapse>div,.review-well .collapsing>div{margin-bottom:0}.review-well .review-buttons{float:left;padding:0 15px 20px;margin:0 0 0 32px}@media (min-width: 991px){.review-well .review-buttons{float:right;padding:10px 15px;margin:0}}.review-well .review-buttons .fa{color:white;margin-right:6px}.review-well .review-explanation{margin:-18px 0 12px 44px}.review-well .collapse-trigger{margin-bottom:0;display:inline-block;width:100%}@media (min-width: 991px){.review-well .collapse-trigger{width:initial}}.review-well .collapse-trigger>div{border-bottom:none;font-size:18px;font-weight:600;padding-left:8px;position:relative}.review-well .collapse-trigger>div:before{font-family:FontAwesome;font-weight:normal;font-style:normal;position:absolute;text-decoration:inherit;left:0;content:"\f077";-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.review-well .collapse-trigger>div span{display:inline-block;margin-left:24px}.review-well .collapse-trigger>div:after{display:none}.review-well .collapse-trigger.empty{display:block;border-top:1px solid #d5d5d5}.review-well .collapse-trigger.empty div:before{display:none}.review-well .collapse-trigger.collapsed div:before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:50%;transform-origin:50%}.review-well .collapse.empty{display:inline-block;border-top:none}.review-well-no-icon{padding-left:47px}.review-well-child{display:inline-block;width:100%}.review-well-child .review-buttons{margin:0;padding-left:8px}@media (min-width: 991px){.review-well-child .review-buttons{margin:initial;padding-left:initial}}.review-well-child .collapse-trigger{padding-left:0}.review-well-child .collapse-trigger>div{color:#313132;font-weight:normal}.review-child-heading{background-color:#d7dff2}.review-table-spacer::before{content:'';display:block;height:25px}.print-form-action{display:inline-block;float:right}.print-form-action a{text-decoration:none}.print-form-action:after{display:none}.step-review .collapse-trigger{font-size:24px;display:inline-block}.step-review .collapse-trigger.collapsed{margin-bottom:0;-webkit-transition:0.5s ease-out all;transition:0.5s ease-out all}.step-review table{margin-bottom:0}.step-review table thead tr{background-color:#036;color:#fff}.step-review table .value-column{width:30%;min-width:192px;height:1px}.step-review table thead{-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px}.step-review .collapse>div,.step-review .collapsing>div{margin-bottom:0}.step-review .review-buttons{float:right}.dashboard-content .question-well{margin-top:15px;margin-bottom:30px;padding-bottom:0}.dashboard-content .question-well h3{font-size:24px}.dashboard-content .form{background:#efefef;border:1px solid #d5d5d5;border-radius:8px;margin-bottom:10px;padding:15px}.dashboard-content .form-inline{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.dashboard-content .form-inline label{margin:0 15px 0 5px;text-align:right}.dashboard-content .form-inline:before{display:table;content:" "}.dashboard-content .form-inline input{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%;min-width:200px}.dashboard-content p{margin-bottom:15px}.dashboard-content p.error-text{margin-bottom:0px}.dashboard-content ul{margin-bottom:30px}.dashboard-content .no-margin-bottom{margin-bottom:0 !important}.dashboard-content .add-bottom-margin{margin-bottom:30px}.dashboard-content .add-top-margin{margin-top:30px}.dashboard-content .no-padding-left{padding-left:0}.dashboard-content .no-bullets li{list-style:none}.dashboard-content .upload-area{padding:32px 20px 32px 20px;margin-bottom:50px;background-color:#f2f2f2;border:1px solid #d5d5d5;border-radius:8px}.row-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;overflow:hidden;background:#fdfdfd;position:relative}.row-flex .col{-webkit-box-flex:1;-ms-flex:1;flex:1;box-sizing:border-box;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.row-flex .content-column{max-width:1280px;padding:36px 6% 54px;position:relative}.row-flex .progress-column{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;background-color:#f2f2f2;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .dashnav-column{-webkit-box-flex:0;-ms-flex:0 0 290px;flex:0 0 289px;background-color:#036;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .more_information-column{background-color:#efefef;box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.1);padding:20px 45px;font-size:14px;line-height:21px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:auto}@media (min-width: 1920px){.row-flex .more_information-column{font-size:16px;line-height:1.5}}.row-flex .more_information-column .more_information-close{float:right;font-size:24px;margin-top:3px}.row-flex .more_information-column .more_information-close i.fa{color:#036}.row-flex .more_information-column h2{color:#036;padding-right:25px}.row-flex .more_information-column h3{font-size:21px;line-height:28px}@media (min-width: 992px){.row-flex .more_information-column{padding:45px 20px;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-flex:0;-ms-flex:0 0 306px;flex:0 0 306px}}.row-flex.intro-page{background:#38598A url("../img/bg-edivorce__landing.jpg") no-repeat top center fixed;background-size:cover}.row-flex.intro-page .content-column{margin:54px auto 100px;max-width:800px;padding:0 20px;text-align:center;color:#ffffff;position:relative}.row-flex.intro-page .content-column h1{color:#036;max-width:600px;margin:70px auto;font-size:48px}.row-flex.intro-page .content-column h2,.row-flex.intro-page .content-column h3{color:#ffffff}.row-flex.intro-page .content-column h2{font-size:30px;font-weight:600;margin:42px 0 0}.row-flex.intro-page .content-column h2.shaded-box{padding-top:28px;border-top-left-radius:8px;border-top-right-radius:8px}.row-flex.intro-page .content-column .intro{font-size:24px;line-height:36px;margin:0 100px}.row-flex.intro-page .content-column a{color:#ffffff;text-decoration:none}.row-flex.intro-page .content-column a:focus,.row-flex.intro-page .content-column a:hover{text-decoration:underline}.row-flex.intro-page .content-column a.btn:focus,.row-flex.intro-page .content-column a.btn:hover{text-decoration:none}.row-flex.intro-page .content-column .btn-group-lg>.btn,.row-flex.intro-page .content-column .btn-lg{padding:12px 40px;margin:10px}.row-flex.intro-page .content-column .flex-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;text-align:left;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px}.row-flex.intro-page .content-column .flex-wrapper .flex-column{width:45%}.row-flex.intro-page .content-column .flex-wrapper.shaded-box{padding-top:18px;padding-bottom:30px;margin-top:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.left{padding-left:30px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.right{padding-right:30px}.row-flex.intro-page .content-column .flex-wrapper span.number-circle{border:solid 2px white;padding:0;border-radius:40px;width:40px;height:40px;display:inline-block;text-align:center;margin-right:10px;font-size:21px}.intro-footer{text-align:center;padding-bottom:92px;background:#ffffff}.intro-footer .column{max-width:640px;margin:0 auto}.intro-footer h3{color:#036;font-size:24px;line-height:36px;padding-top:55px;padding-bottom:30px;margin:0}.intro-footer .btn{width:260px;height:48px;font-weight:bold;line-height:24px;border-radius:8px}.dashnav-column h4,.overview-progress h4,.progress-column h4{color:#036;padding:0 18px;margin-top:36px;font-size:14px;letter-spacing:0.1em}.dashnav-column a,.overview-progress a,.progress-column a{text-decoration:none}.dashnav-column .progress-question,.overview-progress .progress-question,.progress-column .progress-question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:70px;margin-bottom:12px;padding:0 16px;font-weight:bold}.dashnav-column .progress-question .progress-icon,.overview-progress .progress-question .progress-icon,.progress-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 50px}.dashnav-column .progress-question .progress-icon i,.overview-progress .progress-question .progress-icon i,.progress-column .progress-question .progress-icon i{font-size:20px;border:solid 1px #036;padding:8px;border-radius:36px}.dashnav-column .progress-question .progress-icon i.fa:before,.overview-progress .progress-question .progress-icon i.fa:before,.progress-column .progress-question .progress-icon i.fa:before{width:20px;text-align:center;display:block;height:20px}.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{width:190px;font-size:14px;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-question .progress-content small,.overview-progress .progress-question .progress-content small,.progress-column .progress-question .progress-content small{font-size:11px;text-transform:uppercase;font-weight:bolder;letter-spacing:0.1em}.dashnav-column .progress-question i,.dashnav-column .progress-question span,.overview-progress .progress-question i,.overview-progress .progress-question span,.progress-column .progress-question i,.progress-column .progress-question span{color:#036;border-color:#036}.dashnav-column .progress-question.complete i,.dashnav-column .progress-question.complete span,.overview-progress .progress-question.complete i,.overview-progress .progress-question.complete span,.progress-column .progress-question.complete i,.progress-column .progress-question.complete span{color:#1c5428;border-color:#1c5428}.dashnav-column .progress-question:focus,.dashnav-column .progress-question:hover,.overview-progress .progress-question:focus,.overview-progress .progress-question:hover,.progress-column .progress-question:focus,.progress-column .progress-question:hover{background-color:#d5d5d5;text-decoration:none}.dashnav-column .progress-question:focus .progress-status i.incomplete,.dashnav-column .progress-question:focus .progress-status i.skipped,.dashnav-column .progress-question:hover .progress-status i.incomplete,.dashnav-column .progress-question:hover .progress-status i.skipped,.overview-progress .progress-question:focus .progress-status i.incomplete,.overview-progress .progress-question:focus .progress-status i.skipped,.overview-progress .progress-question:hover .progress-status i.incomplete,.overview-progress .progress-question:hover .progress-status i.skipped,.progress-column .progress-question:focus .progress-status i.incomplete,.progress-column .progress-question:focus .progress-status i.skipped,.progress-column .progress-question:hover .progress-status i.incomplete,.progress-column .progress-question:hover .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-question.active,.overview-progress .progress-question.active,.progress-column .progress-question.active{background-color:#fcba19;text-decoration:none}.dashnav-column .progress-status,.overview-progress .progress-status,.progress-column .progress-status{width:28px;text-align:right}.dashnav-column .progress-status i,.overview-progress .progress-status i,.progress-column .progress-status i{float:right}.dashnav-column .progress-status i.incomplete,.dashnav-column .progress-status i.skipped,.overview-progress .progress-status i.incomplete,.overview-progress .progress-status i.skipped,.progress-column .progress-status i.incomplete,.progress-column .progress-status i.skipped{color:#D8292F}.dashnav-column .progress-status i.complete,.overview-progress .progress-status i.complete,.progress-column .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu,.overview-progress .progress-sub-menu,.progress-column .progress-sub-menu{list-style-type:none}.dashnav-column .progress-sub-menu li,.overview-progress .progress-sub-menu li,.progress-column .progress-sub-menu li{display:inline-block;padding:5px 16px 5px 22px;border-left:2px solid #fcba19;width:100%}.dashnav-column .progress-sub-menu li .progress-status i.complete,.overview-progress .progress-sub-menu li .progress-status i.complete,.progress-column .progress-sub-menu li .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu li .progress-status i.incomplete,.dashnav-column .progress-sub-menu li .progress-status i.skipped,.overview-progress .progress-sub-menu li .progress-status i.incomplete,.overview-progress .progress-sub-menu li .progress-status i.skipped,.progress-column .progress-sub-menu li .progress-status i.incomplete,.progress-column .progress-sub-menu li .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{width:190px;font-size:14px;line-height:1.3;color:#036}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{width:190px;font-size:14px;font-weight:bold;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question:focus,.dashnav-column .progress-sub-menu .progress-sub-question:hover,.overview-progress .progress-sub-menu .progress-sub-question:focus,.overview-progress .progress-sub-menu .progress-sub-question:hover,.progress-column .progress-sub-menu .progress-sub-question:focus,.progress-column .progress-sub-menu .progress-sub-question:hover{color:#fcba19;text-decoration:none;font-weight:700}.dashnav-column .progress-sub-menu .progress-sub-question.active:focus,.dashnav-column .progress-sub-menu .progress-sub-question.active:hover,.overview-progress .progress-sub-menu .progress-sub-question.active:focus,.overview-progress .progress-sub-menu .progress-sub-question.active:hover,.progress-column .progress-sub-menu .progress-sub-question.active:focus,.progress-column .progress-sub-menu .progress-sub-question.active:hover{border-bottom:1px solid #fcba19}.dashnav-column .progress-sub-menu .progress-sub-question.active,.overview-progress .progress-sub-menu .progress-sub-question.active,.progress-column .progress-sub-menu .progress-sub-question.active{text-decoration:none;padding-bottom:4px;border-bottom:1px solid #036;font-weight:700}.dashnav-column .progress-question{height:60px}.overview-progress{border:solid 1px #d5d5d5;border-radius:10px;background:#ffffff}.overview-progress .progress-question{margin-bottom:0;border-bottom:solid 1px #d5d5d5}.overview-progress .progress-question:last-of-type{border-bottom:none}.overview-progress .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px}.overview-progress .progress-question .progress-content{font-size:16px;font-weight:600;-webkit-box-flex:2;-ms-flex:2;flex:2}.overview-progress .progress-question .progress-status{font-size:14px;font-weight:600;-webkit-box-flex:1;-ms-flex:1;flex:1}.overview-progress .progress-question .progress-status i{font-size:20px;float:none;margin-left:16px;vertical-align:middle}.overview-progress .progress-question.complete{background-color:#d5e6d8}.overview-progress .progress-question:focus,.overview-progress .progress-question:hover{background-color:#f2f2f2;text-decoration:none}.overview-progress .progress-question.incomplete:focus,.overview-progress .progress-question.skipped:focus,.overview-progress .progress-question.incomplete:hover,.overview-progress .progress-question.skipped:hover{color:#9A1C21}.overview-progress .progress-question:first-child{border-top-left-radius:9px;border-top-right-radius:9px}.overview-progress .progress-question:last-child{border-bottom-left-radius:9px;border-bottom-right-radius:9px}.overview-progress .progress-question a{transition:0.1s background ease-in-out;-webkit-transition:0.1s background ease-in-out}.dashnav-column h4{color:#ffffff}.dashnav-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.dashnav-column .progress-question .progress-icon i{font-size:20px;border:none;padding:0}.dashnav-column .progress-question .progress-content{width:180px;color:#ffffff;font-weight:600}.dashnav-column .progress-question i{color:#ffffff}.dashnav-column .progress-question.active i,.dashnav-column .progress-question.active .progress-content{color:#036}.dashnav-column .progress-question:focus:not(.active),.dashnav-column .progress-question:hover:not(.active){background-color:#38598A}.progress-column .progress-question.active:not(.complete) .progress-icon i{border:solid 1px #036;background-color:#036;color:#fcba19}.progress-column .progress-question.active.complete .progress-icon i{border:solid 1px #1c5428;background-color:#1c5428;color:#fcba19}.progress-column .progress-question .progress-status i.incomplete,.progress-column .progress-question .progress-status i.skipped{color:#9A1C21}.has-warning-box{border:3px solid #D8292F;padding-top:8px;padding-left:8px}.has-warning-box #terms_warning{color:#D8292F}.list-item-description{padding-left:20px;margin-bottom:25px;margin-top:-10px}.modal-dialog{width:780px}.modal-header{border:0;padding-bottom:0;padding-top:24px}.modal-title{font-size:32px;font-weight:normal}.modal-body{padding:0 64px 36px}.modal-body p{font-size:18px;margin-top:12px}.modal-footer{background:#f2f2f2;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.footnote-marker{font-size:18px;top:-10px;position:relative;display:inline-block;left:1px;margin-right:1px}.footnote{margin-top:40px;margin-bottom:52px;font-size:16px}.footnote h5{font-size:30px;margin-bottom:20px}.footnote.shaded-box{border-radius:8px;padding:25px 80px 25px 80px}.shaded-box{background-color:rgba(0,0,0,0.7)}#delete_child_modal,#info_modal,#questions_modal,#terms_modal{margin-top:112px;font-size:18px}#delete_child_modal .modal-header,#info_modal .modal-header,#questions_modal .modal-header,#terms_modal .modal-header{text-align:center}#delete_child_modal .modal-header i,#info_modal .modal-header i,#questions_modal .modal-header i,#terms_modal .modal-header i{background-color:#365ebe;color:#ffffff;height:80px;width:80px;border-radius:40px;font-size:40px;padding:20px;margin-bottom:15px}#delete_child_modal .modal-body,#info_modal .modal-body,#questions_modal .modal-body,#terms_modal .modal-body{padding:36px 64px}#delete_child_modal .modal-body p,#info_modal .modal-body p,#questions_modal .modal-body p,#terms_modal .modal-body p{font-size:18px;margin-top:12px}#delete_child_modal .modal-footer,#info_modal .modal-footer,#questions_modal .modal-footer,#terms_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}#delete_child_modal{text-align:center;vertical-align:middle;margin-top:112px;font-size:18px}#delete_child_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}div#progress-overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000;background:rgba(0,0,0,0.35)}div#progress-overlay-spinner{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5000}span.hard-stop{font-size:2.8em;display:inline-block;float:left;margin:3px 10px 0 0}.date-picker-group .input-group-addon{display:inline-block;background-color:inherit;border:none}@media (min-width: 1px) and (max-width: 991px){.on-canvas{display:block}}@media (min-width: 992px){.on-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width: 1px) and (max-width: 991px){.off-canvas{display:none}}@media (min-width: 992px){.off-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(306px);transform:translateX(306px)}}@media (min-width: 1px) and (max-width: 991px){.margin-right{margin-right:0}}@media (min-width: 992px){.margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:-306px}}@media (min-width: 1px) and (max-width: 991px){.no-margin-right{margin-right:0}}@media (min-width: 992px){.no-margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:0}} +@font-face{font-family:'Myriad-Pro';src:url("../fonts/MyriadWebPro.ttf");font-weight:normal;font-style:normal}@font-face{font-family:'Myriad-Pro-Bold';src:url("../fonts/MyriadPro-Bold.otf");font-weight:bold;font-style:normal}body{font-family:Myriad-Pro,Calibri,Arial,Sans Serif;font-size:16px;line-height:24px;color:#313132;background:#036;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:768px}@media (min-width: 1920px){body{font-size:18px;line-height:1.5}}h1,h2,h3,h4{margin-top:0;margin-bottom:10px}h1 i.fa,h2 i.fa,h3 i.fa,h4 i.fa{font-size:24px;margin-right:6px}h1{font-weight:600;line-height:54px;color:#036;margin-bottom:20px}h1 small{font-size:14px;font-weight:700;text-transform:uppercase;color:#036;display:block;letter-spacing:0.1em}h2{font-weight:600;font-size:24px;line-height:36px;color:#313132;margin-bottom:20px}h3{font-weight:400;font-size:28px;line-height:42px;color:#036;margin-top:15px}h4{font-weight:600;font-size:18px;line-height:27px;color:#036;text-transform:uppercase}a{color:#365ebe;text-decoration:underline;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}a:focus,a:hover{color:#2b4a96;text-decoration:underline;outline:none;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.intro{font-size:18px;line-height:28px}img{max-width:100%;height:auto}input.border-less-heading[type='text']{border:none;color:#036}input.border-less-heading[type='text']:focus{box-shadow:none;outline:none}input[type=number]{-moz-appearance:textfield}input.number-spinner[type=number]{-moz-appearance:spinner;text-align:right}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input.number-spinner[type=number]::-webkit-inner-spin-button,input.number-spinner[type=number]::-webkit-outer-spin-button{-moz-appearance:spinner}.table>tbody>tr>td,.list-builder>tbody>tr>td,.table>tbody>tr>th,.list-builder>tbody>tr>th,.table>tfoot>tr>td,.list-builder>tfoot>tr>td,.table>tfoot>tr>th,.list-builder>tfoot>tr>th,.table>thead>tr>td,.list-builder>thead>tr>td,.table>thead>tr>th,.list-builder>thead>tr>th{padding:12px 16px;vertical-align:top}.fact-sheet-question{width:50%}.fact-sheet-answer{width:25%}.fact-sheet-answer[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input,.fact-sheet-answer textarea{height:25px;width:100%;display:table-cell;border:none;resize:none;padding:2px 2px}.fact-sheet-answer input:focus,.fact-sheet-answer textarea:focus{box-shadow:none;outline:none}.fact-sheet-answer input[readonly],.fact-sheet-answer textarea[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-answer input{text-align:left}.fact-sheet-control{border-bottom:1px solid #d5d5d5;border-right:1px solid #d5d5d5;border-left:1px solid #d5d5d5;font-size:16px}.fact-sheet-control[readonly]{color:#8c8c8c;background:#f2f2f2}.fact-sheet-control a{color:#606060}.fact-sheet-control a i{color:#606060}.fact-sheet-control a:hover{text-decoration:none}.fact-sheet-control:hover{background:#d7dff2}.fact-sheet-button a{padding-right:6px;color:#606060}.fact-sheet-button a i{color:#606060}.fact-sheet-button a i:hover{color:#365ebe}.fact-sheet-input[readonly]{background:#f2f2f2}.table-cell-active{border:1px solid #66afe9;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.table>tbody>tr>td.list-builder-button,.list-builder>tbody>tr>td.list-builder-button{border:none}.table>thead>tr.list-builder-header>th:last-child,.list-builder>thead>tr.list-builder-header>th:last-child,.table>tbody>tr>td:last-child not:first-child,.list-builder>tbody>tr>td:last-child not:first-child{width:1px;white-space:nowrap}#claimant_children>thead>tr>th:nth-last-child(-n+2),#claimant_children>tbody>tr>td:nth-last-child(-n+2){width:1px;white-space:nowrap}.list-builder{border-collapse:initial;width:100%;table-layout:fixed;margin-bottom:48px}.list-builder-compact{margin-bottom:25px}.list-builder-hide-column{display:none;border:none}.child-item-row{height:50px}.child-item-row:hover td:not(:nth-last-child(-n+2)){background:#d7dff2}.child-support-amount[readonly]{background:#f2f2f2}div.dollar-prefix{position:relative}div.dollar-prefix:before{content:'$ ';top:0;height:100%;padding-left:10px;position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:center}div.dollar-prefix input{text-align:right}div.percent-suffix{border:none;width:100%}div.percent-suffix input{border:none;padding:0px;outline:none;width:85%;text-align:right;display:inline}div.percent-suffix label{width:10%;display:inline;font-weight:normal}.money{text-align:right}.container-wrapper{padding:40px 0}.container-wrapper:nth-child(odd){background:#f2f2f2}.container-wrapper:nth-child(odd) input{background:#ffffff}.bg-danger{position:relative;padding:30px 30px 30px 75px;border-radius:8px;margin-bottom:20px;background-color:#FEEABA}.bg-danger:after{content:"\f071";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#925E00;top:30px;left:27px}.bg-danger.add-top-margin{margin-top:20px}.bg-danger.hard-stop{background-color:#F8D8D9}.bg-danger.hard-stop hr{border-top:1px solid #9A1C21}.bg-danger.hard-stop:after{content:"\f05e";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:27px}.bg-danger h2{line-height:initial;margin-bottom:10px}.bg-danger p+h2{margin-top:20px}.bg-danger #unselected_spouse_alert{margin-bottom:20px}.checkmark{background:#2e8540;position:relative;padding:22px 20px 20px 90px;color:#ffffff;border-radius:8px;font-size:32px}.checkmark:before{content:"\f00c";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;left:24px;font-size:42px;color:#ffffff;height:60px}@media (max-width: 991px){.container{width:100%;min-width:750px}}.tooltip.in{opacity:1}.tooltip-inner{text-align:left;background-color:#365ebe;padding:20px;font-size:16px;line-height:24px;max-width:300px;border-radius:10px;font-family:Myriad-Pro,Calibri,Arial,Sans Serif}.tooltip-innerb{font-size:18px}.tooltip-inner a{color:#ffffff;text-decoration:underline}.tooltip-inner a:focus,.tooltip-inner a:hover{color:#d5d5d5}.tooltip-arrow{pointer-events:none;border-color:rgba(255,255,255,0);border-width:12px !important}.tooltip.top .tooltip-arrow{border-top-color:#365ebe;margin-bottom:-16px}.tooltip.right{margin-left:10px}.tooltip.right .tooltip-arrow{border-right-color:#365ebe;margin-left:-12px;margin-top:-14px}.tooltip.bottom .tooltip-arrow{border-bottom-color:#365ebe;margin-top:-12px}.tooltip.left{margin-left:-10px}.tooltip.left .tooltip-arrow{border-left-color:#365ebe;margin-right:-12px;margin-top:-14px}.tooltip-link{color:#365ebe;cursor:pointer}.tooltip-link:hover{color:#036;border-bottom-color:#365ebe}.tooltip-link:hover .content{border-bottom:dotted 1px #365ebe}.collapse-trigger{margin-bottom:12px}.collapse-trigger>div{color:#365ebe;border-bottom:solid 1px #365ebe;display:inline;cursor:pointer}.collapse-trigger>div .tooltip-link{border:0}.collapse-trigger>div .tooltip-link:hover{color:inherit}.collapse-trigger>div:after{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit;padding-left:10px;content:"\f077";-webkit-transform-origin:65% 50%;transform-origin:65% 50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger>div:focus,.collapse-trigger>div:hover{color:#2b4a96;border-bottom:solid 1px #2b4a96;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.collapse-trigger.collapsed div:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:65% 50%;transform-origin:65% 50%}.collapse>div,.collapsing>div{margin-bottom:25px}select.form-control{font-size:16px;height:42px}.form-group input.form-control,.input-group input.form-control:first-child{margin-top:12px;border-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;height:inherit;width:inherit;float:inherit;font-size:inherit;padding:12px 15px;line-height:1em;display:inline}.form-group input.form-control.input-wide,.input-group input.form-control.input-wide:first-child{width:70%}.alias-header{width:100%}@media (min-width: 992px){.form-group.name-group{display:flex !important;flex-direction:row;justify-content:space-between;margin-top:20px;margin-bottom:8px}}.form-group.name-group>div{width:80%}@media (min-width: 992px){.form-group.name-group>div{width:24%}}.form-group.name-group>div input{width:99%}.form-group.name-group p{margin-bottom:3px}@media (min-width: 992px){div#other_names_fields .form-inline .form-group{flex:inherit}}div#other_names_fields .form-inline .label-group{display:flex;justify-content:space-between;width:100%;align-items:center}.btn{line-height:initial;padding:12px 15px;text-decoration:none;font-weight:bold;color:#ffffff;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;font-size:16px;border:none;border-radius:4px}.btn:focus{outline:none;box-shadow:none;-webkit-box-shadow:none}.btn:focus:active{outline:none}.btn:hover{-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn[disabled]{pointer-events:none;cursor:default}.btn.btn-primary{background:#365ebe}.btn.btn-primary:hover{background-color:#036}.btn.btn-danger{background-color:#D8292F}.btn.btn-danger:hover{background-color:#9A1C21}.btn.btn-success{background-color:#2e8540}.btn.btn-success:hover{background-color:#1c5428}.btn i.fa{color:#ffffff}i.fa{color:#365ebe}i.fa.circle{border-radius:50%;padding:10px;border:solid 1px #365ebe}.form-buttons{margin:30px 0}.form-buttons .btn{margin-bottom:12px;padding:16px}.form-buttons .btn.btn-success{margin-left:12px}.review-warning{background-color:#F8D8D9;border-radius:8px;position:relative;padding:30px 30px 30px 75px;margin-top:30px;margin-bottom:20px}.review-warning ul{padding-left:15px}.review-warning:after{content:"\f06a";font-family:FontAwesome;font-style:normal;font-weight:normal;text-decoration:inherit;position:absolute;font-size:24px;color:#9A1C21;top:30px;left:30px}.review-warning .warning,.review-warning .progress-status i{color:#9A1C21;font-weight:bolder;margin:0 3px}.error{border:2px solid #D8292F !important;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.error .warning,.error .help-block{color:#D8292F;font-size:16px;font-weight:bolder}.has-error input{border:2px solid #D8292F !important}.has-error .help-block{color:#D8292F;font-weight:bolder}.error-text{color:#D8292F;font-weight:bold;font-size:14px}.table-error{color:#D8292F;font-size:14px;font-weight:bolder;display:inline-block;width:100%;text-align:center}.btn-radio{color:#265EBE;background-color:#d7dff2;font-size:16px;text-transform:uppercase;letter-spacing:0.08em;font-weight:600;padding:18px 0;width:52px;height:52px;margin-left:7px;margin-top:7px;border-radius:26px;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio:before{content:" ";position:absolute;display:block;width:64px;height:64px;border-radius:32px;margin-top:-24px;margin-left:-6px;border:1px solid #606060}.btn-radio.active,.btn-radio:active,.btn-radio:focus,.btn-radio:hover,.open .dropdown-toggle.btn-radio{color:#FFFFFF;background-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio.active,.btn-radio:active,.open .dropdown-toggle.btn-radio{background-image:none}.btn-radio.disabled,.btn-radio.disabled.active,.btn-radio.disabled:active,.btn-radio.disabled:focus,.btn-radio.disabled:hover,.btn-radio[disabled],.btn-radio.active[disabled],.btn-radio[disabled]:active,.btn-radio[disabled]:focus,.btn-radio[disabled]:hover,fieldset[disabled] .btn-radio,fieldset[disabled] .btn-radio.active,fieldset[disabled] .btn-radio:active,fieldset[disabled] .btn-radio:focus,fieldset[disabled] .btn-radio:hover{background-color:#365ebe;border-color:#365ebe;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.btn-radio+.btn-radio{margin-left:27px}.btn-radio-group{margin-bottom:20px}.btn-radio-group .btn.active.focus,.btn-radio-group .btn.active:focus,.btn-radio-group .btn.focus,.btn-radio-group .btn.focus:active,.btn-radio-group .btn:active:focus,.btn-radio-group .btn:focus{outline:none}.btn-radio-group .btn-radio-long{width:auto;white-space:normal;text-transform:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1em;max-width:500px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:left;padding:0 20px}input{border-radius:4px;color:#606060;padding:12px 15px 12px 20px;border:solid 1px #606060;line-height:1em}input:focus{outline:none !important}input+i.fa{margin-left:10px}input.form-block{display:block;margin-bottom:16px}input.input-wide{width:70%}input.input-narrow{max-width:100px}input.input-inline{padding:5px 20px;border-radius:5px;margin-left:5px}input.radio-centered{margin-top:15px}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{width:18px;height:18px;margin:2px 0 0 -30px}.checkbox label,.radio label{margin-bottom:8px;font-weight:700;padding-left:30px}.checkbox label.tight-spacing,.radio label.tight-spacing{margin-bottom:2px}.radio p,.checkbox p{margin-bottom:8px;margin-left:21px}.radio .radio-with-textbox{display:flex;align-items:baseline;margin-bottom:16px}.radio .radio-with-textbox input.form-block{margin-bottom:0;margin-right:8px}textarea{width:100%;border-radius:10px;color:#606060;padding:12px 15px;border:solid 1px #d5d5d5;line-height:24px;resize:none}#top_banner{background-color:#036;border-bottom:2px solid #fcba19;padding:5px 20px 10px}#top_banner .top_banner-logo img{width:148px;height:auto;float:left}#top_banner p{color:#ffffff;font-size:16px;line-height:1em;margin-top:20px;margin-left:35px;float:left}#top_banner p .beta{border:solid 1px #ffffff;padding:4px 8px 3px;margin-left:10px;font-size:12px;text-transform:uppercase}#top_banner p .beta.environment-type{background-color:#B200FF}#top_banner .top_banner-user{color:#fff;font-size:14px;float:right;margin-top:16px}#top_banner .top_banner-user input[type=submit]{color:#ffffff;background-color:transparent;display:inline;padding:0;line-height:1.5;border:none}#top_banner .top_banner-user input[type=submit]:active,#top_banner .top_banner-user input[type=submit]:hover{text-decoration:underline}#mid_banner{background-color:#38598A;font-size:14px;font-weight:600}#mid_banner .mid_banner-dash{float:left;margin-left:-20px}#mid_banner .mid_banner-dash a,#mid_banner .mid_banner-link a,#mid_banner .more_information-link a{padding:15px 16px;float:right;margin-left:6px}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover,#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{color:#fff}#mid_banner .mid_banner-dash a.active i,#mid_banner .mid_banner-dash a:hover i,#mid_banner .mid_banner-link a.active i,#mid_banner .mid_banner-link a:hover i,#mid_banner .more_information-link a.active i,#mid_banner .more_information-link a:hover i{color:#fff}#mid_banner .mid_banner-dash a.active,#mid_banner .mid_banner-dash a:hover,#mid_banner .mid_banner-link a.active,#mid_banner .mid_banner-link a:hover{text-decoration:underline}#mid_banner .more_information-link a.active,#mid_banner .more_information-link a:hover{background-color:#fcba19;text-decoration:none}#mid_banner .mid_banner-dash a{margin-left:24px}#mid_banner i{color:#ffffff;padding:0 10px 0 0}#mid_banner a{color:#ffffff;text-decoration:none}#form_navigation{display:-webkit-box;display:-ms-flexbox;display:flex}#form_navigation form{margin-right:10px}.success-page .success-buttons{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:justify;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.success-page .success-buttons .flex-row{width:32%;border-radius:8px;background-color:#d7dff2;border:1px solid #365ebe;display:flex;flex-direction:column;justify-content:space-between;padding:30px 45px}@media (max-width: 992px){.success-page .success-buttons .flex-row{padding:20px 20px}}.success-page .success-buttons .flex-row h3{font-size:26px;line-height:36px}.success-page .col-flex.content-column{padding-bottom:92px}#other_names_fields .form-inline,#reconciliation_period_fields .form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;padding:10px;background:#f2f2f2;border-radius:5px}#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{display:block;width:100%;margin-top:5px;margin-bottom:5px}@media (min-width: 992px){#other_names_fields .form-inline .form-group,#reconciliation_period_fields .form-inline .form-group{-webkit-box-flex:1;-ms-flex:1;flex:1}}#other_names_fields .form-inline .form-group input,#reconciliation_period_fields .form-inline .form-group input{margin-bottom:0}#other_names_fields .form-inline .form-control,#reconciliation_period_fields .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;height:34px;margin-top:0;padding:8px 15px}#other_names_fields .form-inline label,#reconciliation_period_fields .form-inline label{min-width:45px;margin-right:10px;text-align:right}#other_names_fields .form-inline:before,#reconciliation_period_fields .form-inline:before{display:table;content:" "}#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-right:5px;-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px}@media (min-width: 1px) and (max-width: 1199px){#other_names_fields .form-inline select.response-dropdown,#reconciliation_period_fields .form-inline select.response-dropdown{margin-bottom:5px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}#other_names_fields .form-inline input.response-textbox,#reconciliation_period_fields .form-inline input.response-textbox{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%}#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{padding:8px 15px}@media (min-width: 992px){#other_names_fields .form-inline input.btn,#reconciliation_period_fields .form-inline input.btn{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px}}.footer{background-color:#036;border-top:2px solid #fcba19;padding:15px}.footer .footer-container ul{list-style-type:none}.footer .footer-container ul li{float:left;padding:2px 10px;position:relative}.footer .footer-container ul li a{display:block;text-align:center;color:#ffffff;font-size:13px;font-weight:600}.footer .footer-container ul li+li{border-left:1px solid #4b5e73}.question-well{min-height:20px;padding:30px;margin-top:28px;border:1px solid #d5d5d5;border-radius:8px;background:#ffffff}.question-well.hasFocus{border:1px solid #365ebe;-webkit-transition:0.1s ease-in-out all;transition:0.1s ease-in-out all}.question-well h3{margin-top:0}.question-well p{max-width:90%;margin-bottom:20px}.question-well .fact-sheet-table-inline-question{margin-bottom:48px}.question-well .required,.question-well .optional{font-size:14px;font-family:Myriad-Pro-Bold,Calibri,Arial,Sans Serif;font-weight:bold;text-transform:uppercase;padding:6px;margin-left:16px;white-space:nowrap;vertical-align:bottom}.question-well .required.inline,.question-well .optional.inline{border:none;padding:0}.question-well .required{color:#D8292F;border:#D8292F 2px solid;vertical-align:text-bottom}.question-well .optional{color:#036;border:#036 1px solid}.question-well-border-less{min-height:20px;padding:25px 25px 0 0;margin-top:25px;background:#ffffff}.question-well-border-less h3{margin-top:20px}.question-well-border-less p{max-width:90%}.review-well{border-radius:10px;min-height:20px;margin-bottom:10px;border:1px solid #d5d5d5;background:#ffffff}.review-well .review-well{margin:0 40px 5px}.review-well .collapse-trigger{padding:20px 15px}.review-well .collapse,.review-well .collapsing{border-top:1px solid #d5d5d5;padding:24px 47px}.review-well .collapse>div,.review-well .collapsing>div{margin-bottom:0}.review-well .review-buttons{float:left;padding:0 15px 20px;margin:0 0 0 32px}@media (min-width: 991px){.review-well .review-buttons{float:right;padding:10px 15px;margin:0}}.review-well .review-buttons .fa{color:white;margin-right:6px}.review-well .review-explanation{margin:-18px 0 12px 44px}.review-well .collapse-trigger{margin-bottom:0;display:inline-block;width:100%}@media (min-width: 991px){.review-well .collapse-trigger{width:initial}}.review-well .collapse-trigger>div{border-bottom:none;font-size:18px;font-weight:600;padding-left:8px;position:relative}.review-well .collapse-trigger>div:before{font-family:FontAwesome;font-weight:normal;font-style:normal;position:absolute;text-decoration:inherit;left:0;content:"\f077";-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}.review-well .collapse-trigger>div span{display:inline-block;margin-left:24px}.review-well .collapse-trigger>div:after{display:none}.review-well .collapse-trigger.empty{display:block;border-top:1px solid #d5d5d5}.review-well .collapse-trigger.empty div:before{display:none}.review-well .collapse-trigger.collapsed div:before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-style:preserve-3D;transform-style:preserve-3D;-webkit-transform-origin:50%;transform-origin:50%}.review-well .collapse.empty{display:inline-block;border-top:none}.review-well-no-icon{padding-left:47px}.review-well-child{display:inline-block;width:100%}.review-well-child .review-buttons{margin:0;padding-left:8px}@media (min-width: 991px){.review-well-child .review-buttons{margin:initial;padding-left:initial}}.review-well-child .collapse-trigger{padding-left:0}.review-well-child .collapse-trigger>div{color:#313132;font-weight:normal}.review-child-heading{background-color:#d7dff2}.review-table-spacer::before{content:'';display:block;height:25px}.print-form-action{display:inline-block;float:right}.print-form-action a{text-decoration:none}.print-form-action:after{display:none}.step-review .collapse-trigger{font-size:24px;display:inline-block}.step-review .collapse-trigger.collapsed{margin-bottom:0;-webkit-transition:0.5s ease-out all;transition:0.5s ease-out all}.step-review table{margin-bottom:0;border-collapse:separate !important;border:none}.step-review table thead th{color:#fff;border-bottom:1px solid #d5d5d5;border-top:1px solid #d5d5d5;background-color:#036}.step-review table thead th:first-child{border-top-left-radius:8px}.step-review table thead th:last-child{border-top-right-radius:8px;border-left:0}.step-review table tbody td{border-top:none}.step-review table tbody td.value-column{width:30%;min-width:192px;border-left:none;vertical-align:middle}.step-review table tbody td.value-column.contains-error{border:2px solid #D8292F}.step-review table tbody tr:last-child :first-child{border-bottom-left-radius:8px}.step-review table tbody tr:last-child :last-child{border-bottom-right-radius:8px}.step-review table thead{-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px}.step-review .collapse>div,.step-review .collapsing>div{margin-bottom:0}.step-review .review-buttons{float:right}.dashboard-content .question-well{margin-top:15px;margin-bottom:30px;padding-bottom:0}.dashboard-content .question-well h3{font-size:24px}.dashboard-content .form{background:#efefef;border:1px solid #d5d5d5;border-radius:8px;margin-bottom:10px;padding:15px}.dashboard-content .form-inline{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}.dashboard-content .form-inline label{margin:0 15px 0 5px;text-align:right}.dashboard-content .form-inline:before{display:table;content:" "}.dashboard-content .form-inline input{margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:99%;min-width:200px}.dashboard-content p{margin-bottom:15px}.dashboard-content p.error-text{margin-bottom:0px}.dashboard-content ul{margin-bottom:30px}.dashboard-content .no-margin-bottom{margin-bottom:0 !important}.dashboard-content .add-bottom-margin{margin-bottom:30px}.dashboard-content .add-top-margin{margin-top:30px}.dashboard-content .no-padding-left{padding-left:0}.dashboard-content .no-bullets li{list-style:none}.dashboard-content .upload-area{padding:32px 20px 32px 20px;margin-bottom:50px;background-color:#f2f2f2;border:1px solid #d5d5d5;border-radius:8px}.row-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;overflow:hidden;background:#fdfdfd;position:relative}.row-flex .col{-webkit-box-flex:1;-ms-flex:1;flex:1;box-sizing:border-box;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.row-flex .content-column{max-width:1280px;padding:36px 6% 54px;position:relative}.row-flex .progress-column{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;background-color:#f2f2f2;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .dashnav-column{-webkit-box-flex:0;-ms-flex:0 0 290px;flex:0 0 289px;background-color:#036;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.row-flex .more_information-column{background-color:#efefef;box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.1);padding:20px 45px;font-size:14px;line-height:21px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:auto}@media (min-width: 1920px){.row-flex .more_information-column{font-size:16px;line-height:1.5}}.row-flex .more_information-column .more_information-close{float:right;font-size:24px;margin-top:3px}.row-flex .more_information-column .more_information-close i.fa{color:#036}.row-flex .more_information-column h2{color:#036;padding-right:25px}.row-flex .more_information-column h3{font-size:21px;line-height:28px}@media (min-width: 992px){.row-flex .more_information-column{padding:45px 20px;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-flex:0;-ms-flex:0 0 306px;flex:0 0 306px}}.row-flex.intro-page{background:#38598A url("../img/bg-edivorce__landing.jpg") no-repeat top center fixed;background-size:cover}.row-flex.intro-page .content-column{margin:54px auto 100px;max-width:800px;padding:0 20px;text-align:center;color:#ffffff;position:relative}.row-flex.intro-page .content-column h1{color:#036;max-width:600px;margin:70px auto;font-size:48px}.row-flex.intro-page .content-column h2,.row-flex.intro-page .content-column h3{color:#ffffff}.row-flex.intro-page .content-column h2{font-size:30px;font-weight:600;margin:42px 0 0}.row-flex.intro-page .content-column h2.shaded-box{padding-top:28px;border-top-left-radius:8px;border-top-right-radius:8px}.row-flex.intro-page .content-column .intro{font-size:24px;line-height:36px;margin:0 100px}.row-flex.intro-page .content-column a{color:#ffffff;text-decoration:none}.row-flex.intro-page .content-column a:focus,.row-flex.intro-page .content-column a:hover{text-decoration:underline}.row-flex.intro-page .content-column a.btn:focus,.row-flex.intro-page .content-column a.btn:hover{text-decoration:none}.row-flex.intro-page .content-column .btn-group-lg>.btn,.row-flex.intro-page .content-column .btn-lg{padding:12px 40px;margin:10px}.row-flex.intro-page .content-column .flex-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:20px 0;text-align:left;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px}.row-flex.intro-page .content-column .flex-wrapper .flex-column{width:45%}.row-flex.intro-page .content-column .flex-wrapper.shaded-box{padding-top:18px;padding-bottom:30px;margin-top:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.left{padding-left:30px}.row-flex.intro-page .content-column .flex-wrapper.shaded-box .flex-column.right{padding-right:30px}.row-flex.intro-page .content-column .flex-wrapper span.number-circle{border:solid 2px white;padding:0;border-radius:40px;width:40px;height:40px;display:inline-block;text-align:center;margin-right:10px;font-size:21px}.intro-footer{text-align:center;padding-bottom:92px;background:#ffffff}.intro-footer .column{max-width:640px;margin:0 auto}.intro-footer h3{color:#036;font-size:24px;line-height:36px;padding-top:55px;padding-bottom:30px;margin:0}.intro-footer .btn{width:260px;height:48px;font-weight:bold;line-height:24px;border-radius:8px}.dashnav-column h4,.overview-progress h4,.progress-column h4{color:#036;padding:0 18px;margin-top:36px;font-size:14px;letter-spacing:0.1em}.dashnav-column a,.overview-progress a,.progress-column a{text-decoration:none}.dashnav-column .progress-question,.overview-progress .progress-question,.progress-column .progress-question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:70px;margin-bottom:12px;padding:0 16px;font-weight:bold}.dashnav-column .progress-question .progress-icon,.overview-progress .progress-question .progress-icon,.progress-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 46px;flex:0 0 50px}.dashnav-column .progress-question .progress-icon i,.overview-progress .progress-question .progress-icon i,.progress-column .progress-question .progress-icon i{font-size:20px;border:solid 1px #036;padding:8px;border-radius:36px}.dashnav-column .progress-question .progress-icon i.fa:before,.overview-progress .progress-question .progress-icon i.fa:before,.progress-column .progress-question .progress-icon i.fa:before{width:20px;text-align:center;display:block;height:20px}.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{width:190px;font-size:14px;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-question .progress-content,.overview-progress .progress-question .progress-content,.progress-column .progress-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-question .progress-content small,.overview-progress .progress-question .progress-content small,.progress-column .progress-question .progress-content small{font-size:11px;text-transform:uppercase;font-weight:bolder;letter-spacing:0.1em}.dashnav-column .progress-question i,.dashnav-column .progress-question span,.overview-progress .progress-question i,.overview-progress .progress-question span,.progress-column .progress-question i,.progress-column .progress-question span{color:#036;border-color:#036}.dashnav-column .progress-question.complete i,.dashnav-column .progress-question.complete span,.overview-progress .progress-question.complete i,.overview-progress .progress-question.complete span,.progress-column .progress-question.complete i,.progress-column .progress-question.complete span{color:#1c5428;border-color:#1c5428}.dashnav-column .progress-question:focus,.dashnav-column .progress-question:hover,.overview-progress .progress-question:focus,.overview-progress .progress-question:hover,.progress-column .progress-question:focus,.progress-column .progress-question:hover{background-color:#d5d5d5;text-decoration:none}.dashnav-column .progress-question:focus .progress-status i.incomplete,.dashnav-column .progress-question:focus .progress-status i.skipped,.dashnav-column .progress-question:hover .progress-status i.incomplete,.dashnav-column .progress-question:hover .progress-status i.skipped,.overview-progress .progress-question:focus .progress-status i.incomplete,.overview-progress .progress-question:focus .progress-status i.skipped,.overview-progress .progress-question:hover .progress-status i.incomplete,.overview-progress .progress-question:hover .progress-status i.skipped,.progress-column .progress-question:focus .progress-status i.incomplete,.progress-column .progress-question:focus .progress-status i.skipped,.progress-column .progress-question:hover .progress-status i.incomplete,.progress-column .progress-question:hover .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-question.active,.overview-progress .progress-question.active,.progress-column .progress-question.active{background-color:#fcba19;text-decoration:none}.dashnav-column .progress-status,.overview-progress .progress-status,.progress-column .progress-status{width:28px;text-align:right}.dashnav-column .progress-status i,.overview-progress .progress-status i,.progress-column .progress-status i{float:right}.dashnav-column .progress-status i.incomplete,.dashnav-column .progress-status i.skipped,.overview-progress .progress-status i.incomplete,.overview-progress .progress-status i.skipped,.progress-column .progress-status i.incomplete,.progress-column .progress-status i.skipped{color:#D8292F}.dashnav-column .progress-status i.complete,.overview-progress .progress-status i.complete,.progress-column .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu,.overview-progress .progress-sub-menu,.progress-column .progress-sub-menu{list-style-type:none}.dashnav-column .progress-sub-menu li,.overview-progress .progress-sub-menu li,.progress-column .progress-sub-menu li{display:inline-block;padding:5px 16px 5px 22px;border-left:2px solid #fcba19;width:100%}.dashnav-column .progress-sub-menu li .progress-status i.complete,.overview-progress .progress-sub-menu li .progress-status i.complete,.progress-column .progress-sub-menu li .progress-status i.complete{color:#1c5428}.dashnav-column .progress-sub-menu li .progress-status i.incomplete,.dashnav-column .progress-sub-menu li .progress-status i.skipped,.overview-progress .progress-sub-menu li .progress-status i.incomplete,.overview-progress .progress-sub-menu li .progress-status i.skipped,.progress-column .progress-sub-menu li .progress-status i.incomplete,.progress-column .progress-sub-menu li .progress-status i.skipped{color:#9A1C21}.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{width:190px;font-size:14px;line-height:1.3;color:#036}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question,.overview-progress .progress-sub-menu .progress-sub-question,.progress-column .progress-sub-menu .progress-sub-question{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{width:190px;font-size:14px;font-weight:bold;line-height:1.3}@media (min-width: 1920px){.dashnav-column .progress-sub-menu .progress-sub-question .progress-content,.overview-progress .progress-sub-menu .progress-sub-question .progress-content,.progress-column .progress-sub-menu .progress-sub-question .progress-content{font-size:16px;width:190px}}.dashnav-column .progress-sub-menu .progress-sub-question:focus,.dashnav-column .progress-sub-menu .progress-sub-question:hover,.overview-progress .progress-sub-menu .progress-sub-question:focus,.overview-progress .progress-sub-menu .progress-sub-question:hover,.progress-column .progress-sub-menu .progress-sub-question:focus,.progress-column .progress-sub-menu .progress-sub-question:hover{color:#fcba19;text-decoration:none;font-weight:700}.dashnav-column .progress-sub-menu .progress-sub-question.active:focus,.dashnav-column .progress-sub-menu .progress-sub-question.active:hover,.overview-progress .progress-sub-menu .progress-sub-question.active:focus,.overview-progress .progress-sub-menu .progress-sub-question.active:hover,.progress-column .progress-sub-menu .progress-sub-question.active:focus,.progress-column .progress-sub-menu .progress-sub-question.active:hover{border-bottom:1px solid #fcba19}.dashnav-column .progress-sub-menu .progress-sub-question.active,.overview-progress .progress-sub-menu .progress-sub-question.active,.progress-column .progress-sub-menu .progress-sub-question.active{text-decoration:none;padding-bottom:4px;border-bottom:1px solid #036;font-weight:700}.dashnav-column .progress-question{height:60px}.overview-progress{border:solid 1px #d5d5d5;border-radius:10px;background:#ffffff}.overview-progress .progress-question{margin-bottom:0;border-bottom:solid 1px #d5d5d5}.overview-progress .progress-question:last-of-type{border-bottom:none}.overview-progress .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px}.overview-progress .progress-question .progress-content{font-size:16px;font-weight:600;-webkit-box-flex:2;-ms-flex:2;flex:2}.overview-progress .progress-question .progress-status{font-size:14px;font-weight:600;-webkit-box-flex:1;-ms-flex:1;flex:1}.overview-progress .progress-question .progress-status i{font-size:20px;float:none;margin-left:16px;vertical-align:middle}.overview-progress .progress-question.complete{background-color:#d5e6d8}.overview-progress .progress-question:focus,.overview-progress .progress-question:hover{background-color:#f2f2f2;text-decoration:none}.overview-progress .progress-question.incomplete:focus,.overview-progress .progress-question.skipped:focus,.overview-progress .progress-question.incomplete:hover,.overview-progress .progress-question.skipped:hover{color:#9A1C21}.overview-progress .progress-question:first-child{border-top-left-radius:9px;border-top-right-radius:9px}.overview-progress .progress-question:last-child{border-bottom-left-radius:9px;border-bottom-right-radius:9px}.overview-progress .progress-question a{transition:0.1s background ease-in-out;-webkit-transition:0.1s background ease-in-out}.dashnav-column h4{color:#ffffff}.dashnav-column .progress-question .progress-icon{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.dashnav-column .progress-question .progress-icon i{font-size:20px;border:none;padding:0}.dashnav-column .progress-question .progress-content{width:180px;color:#ffffff;font-weight:600}.dashnav-column .progress-question i{color:#ffffff}.dashnav-column .progress-question.active i,.dashnav-column .progress-question.active .progress-content{color:#036}.dashnav-column .progress-question:focus:not(.active),.dashnav-column .progress-question:hover:not(.active){background-color:#38598A}.progress-column .progress-question.active:not(.complete) .progress-icon i{border:solid 1px #036;background-color:#036;color:#fcba19}.progress-column .progress-question.active.complete .progress-icon i{border:solid 1px #1c5428;background-color:#1c5428;color:#fcba19}.progress-column .progress-question .progress-status i.incomplete,.progress-column .progress-question .progress-status i.skipped{color:#9A1C21}.has-warning-box{border:3px solid #D8292F;padding-top:8px;padding-left:8px}.has-warning-box #terms_warning{color:#D8292F}.list-item-description{padding-left:20px;margin-bottom:25px;margin-top:-10px}.modal-dialog{width:780px}.modal-header{border:0;padding-bottom:0;padding-top:24px}.modal-title{font-size:32px;font-weight:normal}.modal-body{padding:0 64px 36px}.modal-body p{font-size:18px;margin-top:12px}.modal-footer{background:#f2f2f2;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.footnote-marker{font-size:18px;top:-10px;position:relative;display:inline-block;left:1px;margin-right:1px}.footnote{margin-top:40px;margin-bottom:52px;font-size:16px}.footnote h5{font-size:30px;margin-bottom:20px}.footnote.shaded-box{border-radius:8px;padding:25px 80px 25px 80px}.shaded-box{background-color:rgba(0,0,0,0.7)}#delete_child_modal,#info_modal,#questions_modal,#terms_modal{margin-top:112px;font-size:18px}#delete_child_modal .modal-header,#info_modal .modal-header,#questions_modal .modal-header,#terms_modal .modal-header{text-align:center}#delete_child_modal .modal-header i,#info_modal .modal-header i,#questions_modal .modal-header i,#terms_modal .modal-header i{background-color:#365ebe;color:#ffffff;height:80px;width:80px;border-radius:40px;font-size:40px;padding:20px;margin-bottom:15px}#delete_child_modal .modal-body,#info_modal .modal-body,#questions_modal .modal-body,#terms_modal .modal-body{padding:36px 64px}#delete_child_modal .modal-body p,#info_modal .modal-body p,#questions_modal .modal-body p,#terms_modal .modal-body p{font-size:18px;margin-top:12px}#delete_child_modal .modal-footer,#info_modal .modal-footer,#questions_modal .modal-footer,#terms_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}#delete_child_modal{text-align:center;vertical-align:middle;margin-top:112px;font-size:18px}#delete_child_modal .modal-footer{text-align:center;border:none;padding-bottom:18px}div#progress-overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000;background:rgba(0,0,0,0.35)}div#progress-overlay-spinner{position:fixed;top:0;bottom:0;left:0;right:0;z-index:5000}span.hard-stop{font-size:2.8em;display:inline-block;float:left;margin:3px 10px 0 0}.date-picker-group .input-group-addon{display:inline-block;background-color:inherit;border:none}@media (min-width: 1px) and (max-width: 991px){.on-canvas{display:block}}@media (min-width: 992px){.on-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(0);transform:translateX(0)}}@media (min-width: 1px) and (max-width: 991px){.off-canvas{display:none}}@media (min-width: 992px){.off-canvas{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;-webkit-transform:translateX(306px);transform:translateX(306px)}}@media (min-width: 1px) and (max-width: 991px){.margin-right{margin-right:0}}@media (min-width: 992px){.margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:-306px}}@media (min-width: 1px) and (max-width: 991px){.no-margin-right{margin-right:0}}@media (min-width: 992px){.no-margin-right{-webkit-transition:0.2s ease-out all;transition:0.2s ease-out all;margin-right:0}} /*# sourceMappingURL=main.css.map */ \ No newline at end of file diff --git a/edivorce/apps/core/static/css/main.scss b/edivorce/apps/core/static/css/main.scss index 93a75444..731b7520 100644 --- a/edivorce/apps/core/static/css/main.scss +++ b/edivorce/apps/core/static/css/main.scss @@ -809,19 +809,12 @@ i.fa { } .table-error { - border: 2px solid $color-red !important; - -webkit-transition: 0.1s ease-in-out all; - transition: 0.1s ease-in-out all; - margin: -12px -16px; - padding: 12px 16px; - .warning { - color: $color-red; - font-size: 14px; - font-weight: bolder; - display: inline-block; - width: 100%; - text-align: center; - } + color: $color-red; + font-size: 14px; + font-weight: bolder; + display: inline-block; + width: 100%; + text-align: center; } .btn-radio { @@ -1517,14 +1510,43 @@ textarea { table { margin-bottom: 0; + border-collapse: separate !important; + border: none; - thead tr { - background-color: $brand-blue; - color: #fff; - } - .value-column { - width: 30%; - min-width: 192px; + thead th { + color: #fff; + border-bottom: 1px solid $color-grey-light; + border-top: 1px solid $color-grey-light; + background-color: $color-blue-dark; + &:first-child { + border-top-left-radius: 8px; + } + &:last-child { + border-top-right-radius: 8px; + border-left: 0; + } + } + tbody { + td { + border-top: none; + &.value-column { + width: 30%; + min-width: 192px; + border-left: none; + vertical-align: middle; + &.contains-error { + border: 2px solid $color-red; + } + } + } + tr:last-child { + :first-child { + border-bottom-left-radius: 8px; + } + :last-child { + border-bottom-right-radius: 8px; + } + } } thead { diff --git a/edivorce/apps/core/static/js/main.js b/edivorce/apps/core/static/js/main.js index 61a7a08a..419f0730 100755 --- a/edivorce/apps/core/static/js/main.js +++ b/edivorce/apps/core/static/js/main.js @@ -834,6 +834,8 @@ $(function () { e.preventDefault(); window.history.back(); }); + + $('.question-well.step-review.error span.table-error').parent('td').addClass('contains-error'); }); diff --git a/edivorce/apps/core/templatetags/summary_format.py b/edivorce/apps/core/templatetags/summary_format.py index 3d12ed79..239beb4d 100644 --- a/edivorce/apps/core/templatetags/summary_format.py +++ b/edivorce/apps/core/templatetags/summary_format.py @@ -8,7 +8,7 @@ from django.utils.html import format_html, format_html_join from django.utils.safestring import mark_safe NO_ANSWER = 'No answer' -MISSING_RESPONSE = mark_safe(' MISSING REQUIRED FIELD') # nosec +MISSING_RESPONSE = mark_safe('MISSING REQUIRED FIELD') # nosec register = template.Library()