@import url(https://fonts.googleapis.com/css?family=Ubuntu);:root{--Text-Color:#505050;--Header-Color:#ffc000;--ButtonFill-Color:#ffc000;--ButtonHover-Color:#f5910b;--ButtonDisabled-Color:#bcb9b9;--MobileMenuBorder-Color:hsla(0,3%,66%,0.71);--BottomBorder-Color:#c8c8c8;--BottomBox-Color:#ecf1f4;--MaterialImage-Color:#c3c5cd;--FillColor3:#063b61;--FillColor4:#aed8ac;--FillColor5:#cfe197;--FillColor6:#efe9dc;--QuestionBorder-Color:#999}.MainContainer,body,html{height:100%;width:100%;font-family:Ubuntu,"sans-serif";font-weight:200;font-size:16px;color:#505050;color:var(--Text-Color);background-color:#fff;margin:0;position:relative}.MainContainer{overflow-y:auto}.HomeView,.OverView,.QuestionView,.ResultView{min-height:calc(100% - 450px)}@media only screen and (max-width: 956px){.HomeView,.OverView,.QuestionView,.ResultView{min-height:calc(100% - 317px)}}.Borderline,.BottomNotes,.CarringForMigrantChildView,.ContactsContainer,.DropdownMenu,.Header,.HeaderContainer,.HomeView,.OverView,.QuestionView,.ResultView{max-width:956px;margin:auto}.Header{font-size:32px;color:#ffc000;color:var(--Header-Color)}.Buttons{color:#fff;background-color:#ffc000;background-color:var(--ButtonFill-Color);text-shadow:1px 2px rgba(0,0,0,.4);border:none;height:69px;font-size:20px;font-family:Ubuntu,"sans-serif"!important;outline:none}.Buttons:hover{background-color:#f5910b;background-color:var(--ButtonHover-Color)}.Buttons,.HomeImage,.NavButton{font-family:Ubuntu,"sans-serif";outline:none}.EmailTo:active,.EmailTo:hover,.EmailTo:link,.EmailTo:visited{color:#505050;color:var(--Text-Color);font-size:17px}.bottomnotes{font-size:12px}.LoadingSpinner{align-items:center;justify-content:center;position:absolute;top:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.4);z-index:1}.LoadingSpinner[style*=flex]+app-root>.MainContainer{filter:blur(.5px)}.spinner{-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}@-webkit-keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}@keyframes rotator{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}.path{stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;-webkit-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite}@-webkit-keyframes colors{0%{stroke:#4285f4}25%{stroke:#de3e35}50%{stroke:#f7c223}75%{stroke:#1b9a59}to{stroke:#4285f4}}@keyframes colors{0%{stroke:#4285f4}25%{stroke:#de3e35}50%{stroke:#f7c223}75%{stroke:#1b9a59}to{stroke:#4285f4}}@-webkit-keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}