-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
2 lines (2 loc) · 21.2 KB
/
main.css
1
2
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,600,700);.app{width:100%;height:100%;min-height:100%;font-family:Poppins,Helvetica,Arial,Verdana,"sans-serif";font-size:16px;background:#f6f7f8}@-ms-viewport{zoom:1;width:extend-to-zoom}@-o-viewport{zoom:1;width:extend-to-zoom}@viewport{zoom:1;width:extend-to-zoom}.app h1,.app h2,.app h3,.app h4,.app h5,.app h6,.app p{margin:0}.app h1{font-size:1.5em!important;font-weight:600!important;color:#464646!important}.app h2{font-weight:600}.app p{font-size:.875em;font-weight:400!important}.app div{box-sizing:border-box}.app ul{width:100%;font-family:Poppins;font-weight:400;font-size:16px;padding-bottom:0;margin-top:1em}.app ul li{padding-top:0}.app_content{width:100%;height:calc(100% - 3em);position:relative;top:3em}.header{height:3rem;width:100%;position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:100;background:#fff;box-shadow:0 1px 4px 0 rgba(84,149,249,.2)}.header .header_title{margin-left:.75rem}.main_page{width:100%;height:100%;min-height:100%}@media only screen and (min-width:767px){.main_page{display:-webkit-box;display:-ms-flexbox;display:flex}}.problems_page{padding:2.5em 0 3.5em}@media only screen and (min-width:767px){.problems_page{width:66.66666667%;overflow-y:auto;background:#f6f7f8}}@media only screen and (max-width:767px){.problems_page{width:100%;background:#f6f7f8}}.problems_section{padding-bottom:3%}@media only screen and (min-width:767px){.problems_section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:767px){.full_card_box{height:10.5rem}}@media only screen and (min-width:767px){.full_card_box{height:13rem}}.small_card_box{height:5.5rem}.full_card{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.full_card .card_add_icon{position:absolute;top:1.25em;right:1.25em}@media only screen and (min-width:767px){.full_card{min-height:13rem}}@media only screen and (max-width:767px){.full_card{min-height:10.5rem}}.small_card{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:left;height:5.5rem}.small_card .card_add_icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.card_box{background:#fff;border-radius:.25em;overflow-y:hidden}@media only screen and (max-width:767px){.card_box{width:90%;margin:0 auto;margin-bottom:.75em}}@media only screen and (min-width:767px){.card_box{width:44%;margin:1em 1.5%}}.card{width:100%;padding:3% 6%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative}@media only screen and (min-width:767px){.card:hover .card_add_icon{opacity:1}}.card h2{font-size:1.25em;font-weight:600;line-height:1.2}@media only screen and (max-width:767px){.card_box.card_unselected{box-shadow:0 0 6px 1px rgba(70,70,70,.25)}}@media only screen and (min-width:767px){.card_box.card_unselected{box-shadow:0 0 6px 1px rgba(70,70,70,.15)}.card_box.card_unselected:hover h2{color:#5495f9}}.card_box.card_unselected h2{color:rgba(84,149,249,.7)}.card_box.card_selected{background:#f4f7ff;box-shadow:0 0 6px 1px rgba(84,149,249,.4)}.card_box.card_selected h2{color:#5495f9}.card_box.card_selected .card_add_icon{display:none}.card_with_choices{min-height:9.1em}.choices_box{width:100%;height:3.9rem;cursor:pointer}.choices_box,.choices_box .card_choice{display:-webkit-box;display:-ms-flexbox;display:flex}.choices_box .card_choice{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;line-height:.625em;letter-spacing:.05em;border-right:2px solid rgba(84,149,249,.2);border-top:2px solid rgba(84,149,249,.2)}.choices_box .card_choice h6{font-size:.625em;text-align:center}.choices_box .card_choice:last-child{border-right:0}.card_choice_unselected h6{color:rgba(84,149,249,.7)}.card_choice_selected h6{color:#5495f9}.progress_bar_box{width:90%;padding:1.5em 0;margin:0 auto}.progress_bar_instruction{font-weight:600;text-align:center;padding-bottom:.5em}.progress_bar_bars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.progress_bar_bar{height:.125em;width:49.6%;background:#c7c7c7}.progress_bar_bar.progress_bar_bar_complete{background:#5495f9}.options_intro_section{background:#fff;border-bottom:2px solid #dcddde;padding:6% 10%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}h1.options_intro_headline{font-size:1.5em;margin-bottom:.75rem;letter-spacing:-.02083333em;line-height:1.875rem;color:#464646;width:100%;text-align:center}@media only screen and (max-width:767px){h1.options_intro_headline{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media only screen and (min-width:767px){h1.options_intro_headline{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.options_intro_back{text-align:center;width:100%}.options_intro_back p{font-size:.875rem;font-weight:400;letter-spacing:.01875rem;text-align:center}@media only screen and (max-width:767px){.options_intro_back p{color:rgba(70,70,70,.3)!important}}@media only screen and (min-width:767px){.options_intro_back p{color:#5495f9!important}.options_intro_back p:hover{color:rgba(84,149,249,.85)!important}}@media only screen and (max-width:767px){.options_intro_back{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-text-decoration-color:rgba(70,70,70,.3)!important;text-decoration-color:rgba(70,70,70,.3)!important}}@media only screen and (min-width:767px){.options_intro_back{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-text-decoration-color:#5495f9!important;text-decoration-color:#5495f9!important}}.link{cursor:pointer;display:inline-block;text-decoration:underline}.sidebar_section{background:#fff;display:block}@media only screen and (min-width:767px){.sidebar_section{border-right:2px solid #dcddde;width:33.33333333%;height:100%;overflow-y:auto}}@media only screen and (max-width:767px){.sidebar_section{width:100%}}.sidebar_content{margin:0 auto;margin-bottom:2em}@media only screen and (min-width:767px){.sidebar_content{width:70%;text-align:center}}@media only screen and (max-width:767px){.sidebar_content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:90%;text-align:left}}.sidebar_content img{margin:0 auto;display:block}@media only screen and (min-width:767px){.sidebar_content img{height:auto;padding-top:5em;padding-bottom:1.75em}}@media only screen and (max-width:767px){.sidebar_content img{height:auto;padding-top:2.375em;padding-bottom:1.5625em;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.sidebar_content h1,.sidebar_content h2,.sidebar_content h3{text-align:center;letter-spacing:-.03125em;margin-bottom:.625em;line-height:1.25}.sidebar_content p{letter-spacing:.01875em;font-size:.875em;color:#7c8188}.sidebar_content a{color:#5495f9;text-decoration:none}.sidebar_content strong{font-weight:600;color:#464646}.sidebar_content ul{padding-left:1em}.sidebar_content ul li{font-size:.875em;line-height:1.41666667em;color:rgba(53,58,68,.7);margin-bottom:.83333333em}.sidebar_content hr{margin:1.5em 0;border:1px solid #dcddde}.main_page{width:100%;height:100%;min-height:100%}@media only screen and (min-width:767px){.main_page{display:-webkit-box;display:-ms-flexbox;display:flex}}.cards_page{padding:2.5em 0 3.5em}@media only screen and (min-width:767px){.cards_page{width:66.66666667%;overflow-y:auto;background:#f6f7f8}}@media only screen and (max-width:767px){.cards_page{width:100%;background:#f6f7f8}}.cards_section{padding-bottom:3%}@media only screen and (min-width:767px){.cards_section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.show_options_button{width:91%;min-height:3.75em}.show_options_button h4.show_options_button_text{font-size:1.125em;font-weight:600}.statement_page_intro_box p{font-size:1.5rem;font-weight:600!important;text-align:center!important;margin:1.25rem}.submit_section .button{margin:0 auto}.submit_section .button_is_disabled{cursor:default;background-color:#dcddde}.submit_section .button_is_disabled:hover{opacity:1!important}.button{cursor:pointer;border-radius:4px;background:#5495f9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em}.button h4.button_text{color:#fff}@media only screen and (min-width:767px){.button:hover{opacity:.85}}input[type=text].textinput{background:#fff;border-radius:.25em;border:1px solid #b4b4b4;font-family:Poppins,Helvetica,Arial,Verdana,"sans-serif";font-size:.875em;font-weight:600;letter-spacing:.05em;color:rgba(70,70,70,.7);padding-left:.8333333em;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=text]:focus{outline:none;border:1px solid rgba(70,70,70,.7)}.textinput::-webkit-input-placeholder{color:rgba(70,70,70,.3);font-family:Poppins,Helvetica,Arial,Verdana,"sans-serif";font-size:.875em;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.textinput::-moz-placeholder{color:rgba(70,70,70,.3);font-family:Poppins,Helvetica,Arial,Verdana,"sans-serif";font-size:.875em;font-weight:600;letter-spacing:.05em;text-transform:uppercase;opacity:1}.textinput:-ms-input-placeholder{color:rgba(70,70,70,.3);font-family:Poppins,Helvetica,Arial,Verdana,"sans-serif";font-size:.875em;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.user_input_zipcode_box{display:block!important;color:#5495f9!important;font-size:1.5rem!important;width:7.5rem!important;padding:.5rem 0;border:1px solid rgba(70,70,70,.3)!important;border-radius:.25rem!important;margin:0 auto!important;margin-top:1.25rem!important;margin-bottom:1.25rem!important}.already_tried_toggle_box{cursor:pointer;background:#f6f7f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#5495f9;font-size:1em;padding:2em 3em;border-bottom:1px solid #dcddde}.already_tried_toggle_box img{margin-right:1em;padding-bottom:.15em}.tried_options_disabled{display:none}h3.intro_text{text-align:center;font-size:1.25rem}p.invalid_message{text-align:center;color:#f65b23;font-size:.75rem;line-height:.75rem;letter-spacing:.01875rem;margin-bottom:1em}.invalid_zipcode_input{color:#464646!important}.options_container{width:100%;height:100%}.options_page{width:100%;min-height:100%}@media only screen and (min-width:767px){.options_page{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;overflow-y:hidden}}@media only screen and (max-width:767px){.options_page{background:#fcfdff}}.options_section{background:#fff;width:33.33333333%;height:100%;overflow-y:auto}@media only screen and (min-width:767px){.options_section{border-right:1px solid #dcddde}}.actions_section{background:#fcfdff;width:66.66666667%;height:100%;padding-bottom:25em;overflow-y:auto}.option{padding:7.5% 6%;border-bottom:1px solid #dcddde;text-align:center;cursor:pointer;opacity:.7}@media only screen and (max-width:767px){.option{background:#fff;opacity:1}}@media only screen and (min-width:767px){.option:hover{opacity:1}}.option .option_container{width:80%;margin:0 auto}.option h2.option_headline{color:#5495f9;font-size:1.25em;font-weight:600;margin:.5em 0;letter-spacing:-.025em;line-height:1.2}.option .order_tag{color:#5495f9;height:1.5625em;width:1.5625em;border-radius:.78125em;border:2px solid #5495f9;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.option .order_tag p{font-size:.75em;font-weight:600}.option .option_tried_link{color:rgba(70,70,70,.3)!important}@media only screen and (min-width:767px){.option .option_tried_link:hover{color:rgba(70,70,70,.7)!important}}.selected_option{background:#f4f7ff;opacity:1}.content_box{width:100%}.content_box h3{font-size:1em;font-weight:600;color:#464646;line-height:1.25em;margin-bottom:.1875em}.content_box p{font-size:.875em;line-height:1.35714286em;letter-spacing:.02142857em;color:#7c8188}.content_box p strong{font-weight:600;color:#464646}.content_box p br{margin-bottom:.1875rem!important;display:block!important;content:""}.content_box ul{padding-left:1em}.content_box ul li{font-size:.875rem;color:#7c8188}.url_asset_img{margin-bottom:.15625em;margin-right:.75em}.action_button{min-height:2.5em;width:100%;padding:.2em 5%}h4.action_button_text{color:#fff;font-size:.75em;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.zipcode_box{width:100%}.zipcode_input{width:100%;height:3.33333333em}.zipcode_input_box{margin-bottom:.75em;width:100%}.phone_button{min-height:2.5em;width:100%;padding:.2em 5%;background:#fff;border:1px solid #5495f9;cursor:default!important}h4.phone_button_text{color:#5495f9!important;font-size:.75em;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.content_box{width:100%}.content_box h3{font-size:1em;font-weight:600;color:#464646;line-height:1.25em;margin-bottom:.1875em}.content_box p{font-size:.875em;line-height:1.35714286em;letter-spacing:.02142857em;color:#7c8188}.content_box p strong{font-weight:600;color:#464646}.content_box p br{margin-bottom:.1875rem!important;display:block!important;content:""}.timeline_box{width:100%;text-align:center;border:1px solid rgba(84,133,249,.2);border-radius:.25rem;background:rgba(84,133,249,.03);padding:1.25rem}.timeline_content_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:1.25rem}.timeline_content_section img{padding-top:1rem}.timeline_content_box{padding:0 1rem}.timeline_content_box p{color:rgba(70,70,70,.7);letter-spacing:.01875rem!important;font-size:.75rem!important}.timeline_content_box p strong{color:#464646;letter-spacing:.0375rem!important;font-weight:600;width:50%}.timeline_content_box p img{padding-top:0;margin-bottom:.875rem}.timeline_content_box p br{display:block;margin-bottom:.625rem;content:""}.criteria_box{width:100%;border:1px solid rgba(70,70,70,.1);border-radius:.25rem;background:#fff;padding:1.25rem}.criteria_box p{font-size:.75rem!important;color:#7c8188!important}.criteria_box p strong{letter-spacing:.0375rem;font-weight:600;text-align:center!important;display:block;margin:0 auto}.criteria_box ul{padding-left:1em}.criteria_box ul li{font-size:.75rem;line-height:1.41666667rem;color:#7c8188;margin-bottom:.83333333em}.criteria_section{background:#fff;margin-bottom:2em;width:100%;border:1px solid #dcddde;border-radius:4px;padding:1.25em}.criteria_section h5.criteria_tag{font-size:.75em;letter-spacing:.05em;color:#363636;line-height:.83333333em}.color_box{width:100%;border:1px solid #5495f9;border-radius:.25rem;background:#fff;padding:1.25rem}.color_box p{font-size:.75rem!important;color:#7c8188!important}.color_box p strong{color:#5078fa!important;letter-spacing:.0375rem;font-weight:600;text-align:center!important;display:block;margin:0 auto}.color_box ul{padding-left:1em}.color_box ul li{font-size:.75rem;line-height:1.41666667rem;color:#7c8188;margin-bottom:.83333333em}.criteria_section{background:#fff;margin-bottom:2em;width:100%;border:1px solid #dcddde;border-radius:4px;padding:1.25em}.criteria_section h5.criteria_tag{font-size:.75em;letter-spacing:.05em;color:#363636;line-height:.83333333em}.action{padding:1.875em 0;margin:0 auto;width:96%;max-width:56.25em}@media only screen and (min-width:767px){.action{border-top:1px solid #dcddde}}@media only screen and (max-width:767px){.action{border-bottom:1px solid #dcddde;margin-top:1em}.action:last-child{border-bottom:none}}@media only screen and (min-width:767px){.action .action_capsule{display:-webkit-box;display:-ms-flexbox;display:flex}}.action .action_img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width:767px){.action .action_img{width:33.3333333%}}@media only screen and (max-width:767px){.action .action_img{width:100%;margin-bottom:2em}}.action .action_img img{display:block}@media only screen and (min-width:767px){.action .action_img img{-webkit-transform:scale(.8);transform:scale(.8)}}@media only screen and (min-width:767px){.action .action_content{width:66.6666667%}}.action .action_box{margin-bottom:1em}.action_img{margin:0 .75em .15625em 0}.full_page_box{width:100%;border-bottom:1px solid rgba(70,70,70,.15);margin:2em 0}p.full_page_text{color:#464646;font-weight:600}.full_page_img{width:100%;margin:1.875em 0}.full_page_img img{width:100%;height:auto}.action_plan{padding:0 6%;border-bottom:1px solid #c7c7c7}@media only screen and (min-width:767px){.action_plan{margin-top:3em;padding-bottom:6em}.action_plan:last-child{border-bottom:none}}@media only screen and (max-width:767px){.action_plan .actions_headline_section{display:none}}.action_plan .actions_headline_section h1.actions_option_headline{font-size:1.5em;font-weight:600;letter-spacing:-.02083333em;text-align:center;margin-bottom:1.25em}@media only screen and (min-width:767px){.action_plan.inactive_action{opacity:.7}}@media only screen and (max-width:767px){.action_plan.inactive_action{display:none}}.already_tried_toggle_box{cursor:pointer;background:#f6f7f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#5495f9;font-size:1em;padding:2em 3em;border-bottom:1px solid #dcddde}.already_tried_toggle_box img{margin-right:1em;padding-bottom:.15em}.tried_options_disabled{display:none}h2.option_headline{color:#000}/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}html{box-sizing:border-box;cursor:default;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}body{margin:0}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}nav ol,nav ul{list-style:none}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg{fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}button,input,optgroup,select,textarea{margin:0}button,input,select,textarea{background-color:transparent;color:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}[aria-disabled]{cursor:default}body,html{min-height:100%}#steps-guide-container,body,html{width:100%;height:100%}
/*# sourceMappingURL=main.0f9783fa0e9814518122ff45f2a800dc.css.map*/