
/* Explicitly override tnt.css */
div {
    margin:0;
}
.boc_warning_block {
  font-size: inherit;
  width: 100%;
  border: none;
  padding: 10px;
}
.boc_warning_title,
.boc_warning_text {
  text-align: left;
}
.boc_warning_text {
  padding: 4px;
}
.legal_language {
  border-top-color: #CCCCCC;
  border-top-style: solid;
  border-top-width: 1px;
}

/* Large-scale bootstrap modifications */

.row {
  margin: 0;
}


/* Footer */

/* Note about this line: padding did not work in Spanish;
   overridden in es wrapper */
#site-footer {
  margin: 0;
  padding: 8px 0;
  background-color: #006555;
  color: white;
  font-size: 0.8em;
  background-size: auto;
  height: 35px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

#omb-num {
  padding: 0 10px;
}

@media( max-width: 767px ) {
  #site-footer {
    background-image: none;
    height: 65px;
  }

  #omb-num {
    padding: 0;
  }
}

#site-footer button {
  background: none;
  border: none;
}

#site-footer a,
#site-footer button {
  text-decoration: none;
  color: #fff;
  padding: 0 15px 0 15px;
}

#site-footer a:hover,
#site-footer button:hover {
  text-decoration: underline;
}

body {
  background-color: #E8E8E8;
  background-repeat: repeat-x;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

div {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type:none;
  margin:0;
}

/*******************************************************************/

#site-wrapper {
  max-width: 960px;
  min-height: 500px;
  margin-bottom: 1em;
  background-color: #e9efed;
  padding: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 2px 0 3px 0 #525252, -2px 0 3px 0 #525252, 0 5px 10px 0 #525252;
  -moz-box-shadow: 2px 0 3px 0 #525252, -2px 0 3px 0 #525252, 0 5px 10px 0 #525252; 
  -webkit-box-shadow: 2px 0 3px 0 #525252, -2px 0 3px 0 #525252, 0 5px 10px 0 #525252;
}
/*
#main {
  padding: 0 15px;
  min-height: 480px;
}

#main div {
  margin: 0.5em 0;
}
*/
#helpModal .modal-dialog, div#inMainModal.modal-dialog, #confirm-noemail .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}

#overlay {
  z-index: 9998;
}

#dialog {
  z-index: 9999;
}

#dialog #dialogheader {
  background-color: #006555;
}

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    overflow: hidden;
  }
  .modal {
    -webkit-overflow-scrolling: auto !important;
  }
}

#instr_iframe, #faq_iframe {
  width: 100%;
  height: 100%;
}

form {
  padding: 0 25px;
}

@media( max-width: 767px ) {
  #site-wrapper {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

  form {
    padding: 0;
  }
}


div#wrapper {
  background-color: #E9EFED;
  border: 1px solid black;
  margin: 3px auto 0 auto;
  padding: 0;
  width: 960px;
}

div#header_top {
  background-color: #006555;
  color: white;
  text-align: center;
  width: 960px;
}

div#header {
  background-color: #white;
  border-top:17px solid #006555;
}

#site-header {
  height: 83px;
  background-color: white;
  background-image: none;
  display: flex;
  justify-content: space-between;
}
#site-title {
  color: black;
  font-weight: bold;
  margin: 0;
  font-family: arial;
  font-size: 2.2em;
  flex-grow: 0;
  text-align: right;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#site-title.es {
  font-size: 2.3rem;
}
@media( min-width: 992px ) {
  #site-title.es {
    font-size: 2.5rem;
  }
}
#site-census-logo {
  flex-grow: 0;
  padding-top: 12px;
  padding-left: 30px;
}
#site-census-logo svg {
  width: 145px;
  height: 58px;
}

#site-title h1 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  letter-spacing: inherit;
}

@media( max-width: 767px ) {
  div#header {
  text-align: center;
  border-top:20px solid #006555;
 }
}
.smalltitle {
color: white;
font-size: 22px;
padding-left: 15px;
font-family: times, arial, helvetica, sans-serif;
}

/*******************************************************************/

/* Navbar */
.navbar {
  margin: auto;
  padding: 0;
  min-height: 20px;
  max-height: 20px;
  max-width: 960px;
  background-color: #006555;
/*  background-image: url('../images/button_bg.gif'); */
  background-repeat: repeat-x; 
  border-radius: 0;
}

.navbar-brand {
  color: white;
  font-family: times, arial, helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

.navbar-brand h1 {
  font-size: inherit;
  margin: 0;
  letter-spacing: inherit;
}

.navbar-sm-text {
  color: white;
  font-family: times, arial, helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}

.navbar .container {
  margin-top: -1px;
}

.navbar-nav {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

#savelogout {
  flex-grow: 1;
}

#savelogout a {
  float: right;
}

.navbar-nav li button {
  background: none;
  border: none;
}

.navbar-nav li a,
.navbar-nav li button {
  width: 140px;
  margin-top: -1px;
  height: 19px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 0 !important;
}

.navbar-nav li a:hover,
.navbar-nav li button:hover {
  color: black;
}

.navbar-nav li a:focus,
.navbar-nav li button:focus {
  background-color: transparent;
}

@media( max-width: 767px ) {
  .navbar {
    max-height: none;
    background-image: none;
  }
  .navbar-nav li {
    margin: 10px 0;
  }
}

.navbar-collapse {
  padding-right: 0;
}

#faqs {
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
}

.icon-bar {
  background-color: white;
}

@media( max-width: 767px ) {
  #faqs {
    border: none;
  }

  .navbar-nav {
    display: block;
  }

  .navbar-nav li a,
  .navbar-nav li button {
    color: white;
    width: 100%;
    text-align: right;
  }

  .navbar-nav li a:hover,
  .navbar-nav li button:hover {
    text-decoration: underline;
    background-color: transparent;
    color: white;
  }
}


/*******************************************************************/

div#footer {
  background-color: #006555;
  padding: 2.5px 1.5em;
  text-align: right;
}

a#Contact_Us {
  color: white;
  text-decoration: none;
}

div#bottomlinks {
  margin: 0 auto;
  text-align: right;
  width: 960px;
}

div#bottomlinks a {
  color: #0066FF;
  font-weight: bold;
  margin-right: 1em;
  text-decoration: none;
}

/*******************************************************************/

div#emptynavcontainer {
  background-color:#006555;
  height:20px;
  padding:0;
}

div#emptynavcontainer span {
  color:#fff;
  font-size:11px;
  padding-left:30px;
}

div#smallheader {
  background-color:#006555;
  height:40px;
  margin-bottom: 2em;
  padding:0;
}
#menu {
  line-height: 1.2em;
}

#menu ul {
  margin: 0;
  padding: 0;
  background-color: #006555;
}

#menu ul li {
  display: inline;
  list-style: none;
}

#menu ul li a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration:none;
  padding: 2px 58px;
}

#menu ul li a:hover {
  background-color:#7EC9B4;
}



#menu_es {
  line-height: 1.2em;
}

#menu_es ul {
  margin: 0;
  padding: 0;
  background-color: #006555;
}

#menu_es ul li {
  display: inline;
  list-style: none;
}

#menu_es ul li a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration:none;
  padding: 2px 40px;
}

#menu_es ul li a:hover {
  background-color:#7EC9B4;
}


li#save-exit {
  margin-left: 225px;
}

li#save-exit-es {
  margin-left: 150px;
}

/*******************************************************************/

div#form_wrapper {
  min-height: auto;
  height: 100%;
  /*padding-right: 60px;*/
}

td#main_form {
  padding: 30px 10px 0 10px;
  width: auto;
  height: 100%;
}

/*******************************************************************/

td#sidebar {
  vertical-align: top;
  background-color: #D0DFD8;
  border-top: solid 1px black;
  border-left: solid 1px black;
  word-wrap: break-word;
  width: 215px;
}

div#sidebar-title {
  background-color: #006555;
  border-bottom: 1px solid black;
  color: white;
  font-weight: bold;
  text-align: center;
}

div.base-style {
  border-bottom: 1px solid black;
  color: black;
  font-weight: bold;
  margin: 0;
  padding-left: 10px;
  word-wrap: break-word;
  width: 100%;
}

div.finished {
  color: #323232;
  background-color: silver;
  border-bottom: solid 1px gray;
  border-top: solid 1px gray;
}

div.hilite {
  background-color:white;
  color: black;
}

/*******************************************************************/

div.error {
  background-color:#FDF8DF;
  background-image:url("/static/acs2025/images/exclamation.gif");
  background-position:0.5em 0.4em;
  background-repeat:no-repeat;
  border:1px solid red;
  font-weight:bold;
  margin-bottom:1em;
  padding:0.4em 2.5em;
}

.inputerror, .inputerror .select {
  background-color:#FDF8DF !important;
}

div.question-image {
  float: left;
}

div.question-text {
  font-weight: bold;
  line-height: 1.6em;
}

div.question-text span {
  font-style:italic;
  font-weight:normal;
}

div.question-text span.normal {
  font-weight: bold;
  font-style:normal;
}

div.question {
  margin-bottom: 20px;
}

span.italic {
  font-style:italic;
}

span.underline {
  text-decoration: underline;
}

span.bold {
    font-weight:bold;
}

.nextquestion {
  margin-top: 1em;
}

/*** INDENT WRAPPING TEXT AND EMBEDDED INPUTS ***/
.list_item_group {
  text-indent: -20px;
  padding-left: 20px;
}

.list_item_group, .textbox {
  margin-left: 20px;
  line-height: 1em;
}

li p {
  margin: 0;
  display: inline;
  font-style: italic;
  line-height: 1.2em;
}

.list-text-wrap {
  padding-left: 20px;
}
/***********************************************/

div.supplemental-text {
  font-weight:bold;
  margin-left:25px;
  margin-top:10px;
  padding:0;
}

div.indent-level-one {
  font-weight:bold;
  padding-left:55px;
  margin-top:15px;
}

div.indent-level-one-no-bold {
  padding-left:55px;
  padding-top:15px;
}

.list-header {
  color:#006555;
  font-size:14px;
  font-weight:bold;
  letter-spacing:0;
  margin:15px 0 0;
}

.grayout {
  color:gray;
}

li.button_prev {
  float: left;
  margin-right: 15px;
}

input.exit {
  margin-left: 175px;
}

/*******************************************************************/

.imgbutton {
  padding: 0;
  border: none;
}

.imgbutton:focus{
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

button[name="login"] {
  width: 100%;
}

div#login-text #lang {
  color: #0000d1;
}

div#login-container {
  border-bottom:2px solid #CCCCCC;
  border-left:2px solid #CCCCCC;
  border-right:2px solid #CCCCCC;
  margin:30px 1.0em;
  padding: 1em;
  border-radius: 10px;

}

div #login-title {
  background-color:#000000;
  color:#FFFFFF;
  font-size:1.4em;
  font-weight:bold;
  margin-bottom:1em;
  padding-bottom:1px;
  padding-top:1px;
  text-align:center;
}


#username span, #username label{
  padding-left: 0;
}

.forgotten-pin {
  color: #0000d1;
}

/*div#login-image-fields {
  height:auto;
}*/

div#login-image {
  float: left;
  margin-left: 0 !important;
  margin-top: 2em;
  width: 410px;
}

.pin_display {
  font-size:22px
}

.pin_color {
  color:#c00000;
}

#login_error_msg {
  margin-top:1em;
}

@media( max-width: 991px ) {
 #login-image > img {
       width: 100%;
     }
div#login-image {
  float:left;
  margin-left: -2em;
  width: 45%;
}
}

@media( max-width: 767px ) {
 #login-image > img {
       width: 100%;
     }
div#login-image {
  float:left;
  margin-left: -2em;
  width: auto;
}
}

.login-welcome {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2em;
}

div#login-fields {
  font-size:1.2em;
  font-weight:bold;
  margin-left:490px;
  padding-top:0;
}

div#login-footer {
  background-color:#006555;
  color:#FFFFFF;
  height:20px;
  margin-top:2em;
  padding-right:1em;
  text-align:left;
}

div#login-footer ul {
  border:medium none;
  display:inline;
  margin-left:10px;
  padding:0;
}

div#login-footer ul li {
  display:inline;
  list-style:none outside none;
  padding-left:100px;
}

div#login-footer ul li.es-expire {
  padding-left:15px;
}

div#login-footer ul li.first {
  padding-left:10px;
}

div#login-footer ul li.links {
  padding-left:31px;
}

div#login-footer ul li.links > a{
  color: white;
  font-weight: bold;
}

@media( max-width: 991px ) {

div#login-footer {
  background-color:#006555;
  color:#FFFFFF;
  height:100px;
  margin-top:2em;
  padding-right:1em;
  text-align:left;
}

div#login-footer ul {
  border:medium none;
  display:block;
  margin-left:10px;
  padding:0;
}

div#login-footer ul li {
  display:block;
  list-style:none outside none;
  padding-left:0;
}

div#login-footer ul li.first {
  padding-left:0px;
}

div#login-footer ul li.links {
  padding-left:0px;
}

div#login-footer ul li.links > a{
  color: white;
}

}

div#burden, div#warning {
  font-family:arial,helvetica,georgia,serif;
  font-size:0.9em;
  margin:0 auto;
  text-align:center;
  width:auto;
}

div#burden {
  margin-top:2em;
}

div#warning {
  background-color:transparent;
  border:1px solid #CCCCCC;
  margin-top:2.5em;
  padding:0.2em;
  text-align:center;
}

/*******************************/
/*      Review Pages        ****/
/*******************************/

div.summaryinstr {
  width: 500px;
  margin: 0 auto;
}

@media( max-width: 767px ) {
  div.summaryinstr {
  width: auto;
  margin: 0 auto;
}
}
div.summaryinstr h1 {
  font-size: 2.3em;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  padding: 30px 0;
}

div.reviewinstr {
  width: 690px;
  margin: 0 auto;
  font-weight: bold;
}

@media( max-width: 767px ) {
  div.reviewinstr {
  width: auto;
  margin: 0 auto;
  font-weight: bold;
}
}
div.reviewinstr h1 {
  font-size: 1.7em;
  margin: 0;
  padding-top: 30px;
  letter-spacing: 0;
  text-align: center;
}

div.reviewinstr h4 {
  letter-spacing: 0;
  padding-bottom: 20px;
  text-align: center;
}

table.infotable {
/*  width: 690px; */
  border: solid 1px black;
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
}
@media( min-width: 768px ) {
  table.infotable { width: 90%; }
}

table.infotable td {
  padding: 0.2em 0 0.2em 0.7em;
  vertical-align: top;
  word-wrap: break-word;
}

table.infotable a {
  color: #0000d1;
}

table#summary a {
  font-weight: bold;
}

tr.hilite {
  background-color: rgb(191,212,203);
}

td.title {
  font-weight: bold;
  width: 355px;
}

tr.newpage {
  background-color:#FDF8DF;
}

tr.newpage img {
  float: left;
  margin-right: 5px;
}

/*******************************/
/*Help popups*/

#help-container {
  font-size: 1em;
  font-family:arial,helvetica,sans-serif;
  padding:1em;
  padding-top:2px;
}

div.help-header {
  background-color: #006555;
  text-align: left;
  height:30px;
  color:#fff;
  font-size: 20px;
  padding-left: 0.1em;
}

.modal-body ul {
  margin-left:2.1em;
}

.modal-body li {
  list-style-type: disc;
}

.modal-body ul.nospace {
  margin-bottom:0;
}

.bold {font-weight:bold;}
.italic {font-style:italic;}

.modal-body table td {vertical-align: top;} /* GM add */
.modal-body table tr td ul {margin-top:0;padding-top:0;} /* GM add */

.modal-body .why-we-ask-expand { margin-bottom: 20px; }


/******************************/
button.form-button {
      min-width: 40px;
    }

.texterror , .embederror{
  background-color:#FDF8DF !important;
}

.clear {
  clear: both;
}

.name_space {
  padding-right: 10px;
}

.amtchkbox {
  padding-left: 5px;
}

.indented-box {
  padding-left: 25px;
}
/*****************************/
/*      YNDK Table         ***/
/*****************************/

.YNDK_Table table {
  border-bottom: solid 1px black;
  /*margin-left: 25px;*/
}

.YNDK_Table .yndk_header {
  font-weight: bold;
  border-bottom: solid 1px black;
  padding-right: 20px;
}

.YNDK_Table .yndk_even {
  background-color: rgb(191,213,203);
}

.YNDK_Table .yndk_even th, .YNDK_Table .yndk_odd th {
  border-left: solid 1px black;
  padding:10px 50px 10px 25px;
  text-indent: -15px;
}

.YNDK_Table .yndk_even .col_no, .YNDK_Table .yndk_odd .col_no {
  border-right: solid 1px black;
}

.YNDK_Table .yndk_even label, .YNDK_Table .yndk_odd label {
  display: none;
}

.YNDK_Table .row_embed {
  border-left:solid 1px black;
  border-right:solid 1px black;
  padding: 0 0 10px 25px;
}

.YNDK_Table .yndk_even th label {
  display: inline;
}

.YNDK_Table .col2 {
  border-right: solid 1px black;
}

.YNDK_Table .col1, .YNDK_Table .col2 {
  padding-right: 20px;
}

.YNDK_Table input[type="text"] {
  margin-left: -10px;
}
/******************************/

#fieldset_timeleftforwork_1 ul {
  text-indent: 0;
  padding: 0;
}

/******************************/
/* CSS Tooltip                */
label:hover {
  position: relative;
}

label .css_tooltip {
  display: none;
}

label:hover .css_tooltip {
  display: block;
  position: absolute; top: 0; left: 0;
  background-color: #FFFFE1;
  padding-left: 25px;
  padding-right: 5px;
  white-space: nowrap;
  border: solid 1px black;
  opacity: 0;
  filter: alpha(opacity=0);
}
/******************************/

#paradata, #login_paradata {
  display: none;
}

div.error ul ul {
  list-style: disc;
  padding-left: 1em;
}
/*****************************/
/*      Initial Highlight    */
/* Use if this change is approved by sponsor */
/*****************************/
/*.ihighlight {
    background-color: #FDF8DF !important;
    border: solid black 2px;
}*/
/*****************************/
/*      worklocal            */
/*****************************/
.sub_ques_indent {
    padding-left:30px;
    margin-top:5px;
}
/*****************************/
/*      Circles              */
/*****************************/
.number_circle {
    background: none repeat scroll 0 0 #000;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    float: right;
}
.number_circle_gray {
    background: none repeat scroll 0 0 #A1A1A1;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    float: right;
}
.circle_pad {
    padding-right: 0;
}

.dollar_pad {
   padding-left: 15px !important;
}
/***************************/
/*  Button Position        */
/***************************/
div#buttons {
  padding: 20px 0;
  margin-left: 4%;
}
@media( max-width: 767px ) {
    div#buttons {
        margin-left: 0 !important;
    }
    .sb_override_buttons {
        margin-left: 0 !important;
    }
}
.sb_override_buttons {
    margin-left: 2% !important;
}
/***************************/
/*  Bootstrap Overrides    */
/***************************/

.btn-default {
    background-color: #006555;
    color: #fff;
}

#helplink {
  color: #0000d1;
  text-decoration: underline;
  cursor: pointer;
  display: inline;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: inherit;
}

.row #expand{
    color: #0000d1;
}

.row .print_link {
    color: #0000d1;
}

.why-we-reveal a {
  color: #0000d1;
}

.help-header {
  background-color: #006555;
}

.faq-question {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  color: #0000d1;
  text-align: left;
}

.contact-us,
.boc_warning_text a {
  color: #0000d1;
}

.faq-help {
  max-width: 100%;
}

@media print {
    a[href]:after {
        content: none;
    }
}

/**************************/
/* Radio/Checkbox Spacing */
/**************************/
.form-inline .radio label,
.form-inline .checkbox label {
    line-height: 1.55em;
    padding-left: 16px;
}
.form-inline .radio label input[type="radio"],
.form-inline .checkbox label input[type="checkbox"] {
  position: absolute;
  margin-left: -16px;
}
@media ( max-width: 767px ) {
    div.radio {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    div.checkbox {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}


@media ( max-width: 767px ) {
div#custom-radio {
        margin-top: 0px;
    }

}

/*************************/
/* Dollar Input Overrides */
/* Removes spindle       */
/*************************/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
            -webkit-appearance: none;
                        margin: 0;
}
input[type=number] {
            -moz-appearance:textfield;
}

/**************************************/
/* Some arrow and arrow-related stuff */
/**************************************/

.arrowdiv {
  padding: 0;
}

@media( min-width: 992px ) {
  #fieldset_hispanic_1 .pointarrow {
    right: -35px;
  }
}

.pointarrow {
  position: relative;
  right: -40px;
  top: 7px;
}
.pointarrow2 {
  position: relative;
  right: -40px;
  top: 7px;
}
.pointarrownobs {
  position: relative;
  left: -10px;
}
.respad, .respad-ovr, .respad-ovr-sm {
  padding-left: 15px;
}
.respad-lr20 {
  padding-left: 27px;
  padding-right: 27px;
}
.respad-r20 {
  right: -20px;
}
.respad-ovr-sm-35 {
  padding-left: 35px;
}
@media( max-width: 991px ) {
  .pointarrow {
    right: -40px;
  }
  .respad, .respad-ovr-sm, .respad-r20, .respad-ovr-sm-35 {
    padding-left: 35px;
  }
  .respad-ovr {
    padding-left: 0;
  }
  .respad-ovr.col-xs-offset-1 {
    padding-left: 35px;
  }
}
@media( max-width: 767px ) {
  .pointarrow {
    right: auto;
  }
  .nobs {
    width: 80%; /* formerly auto */
    display: inline;
  }
  .respad-ovr-sm, .respad-ovr-sm-35 {
    padding-left: 10px;
  }
  .respad-r20 {
    padding-left: 10px;
  }
}

.pointhl {
  background-color: #FDF8DF !important; /*mark important to override some js on fields*/
  border: 1px solid black !important;
}
.form-inline .radio,
.form-inline .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
/*******************************************************/
#resp_name [type='tel'], #later2 [type='tel'], #thankyoubusiness [type='tel'] {
  width: auto;
  display: inline;
  padding: 6px 12px 6px 12px;
}

#addresslastyear_1_5 {
  width: auto;
}

/* required to prevent ie from rendering two overlapping scrollbars when a modal is open */
body.modal-open #content-container {
  height: 100vh;
  overflow: hidden;
}
