* {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start:1em;
    margin-block-end:1em;
    margin-inline-start:0;
    margin-inline-end:0;
    padding-inline-start:40px;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: initial;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, li, p {
    list-style: none;
    text-decoration: none!important;
    font-size: 15px;
    line-height: 28px;
    color: #555;
    font-weight: 400;
}

.grid-col-5 {
    height: 100vh;
    background: #D9D9D9;
}

.grid-col-7 {
       /* padding: 130px; */
    /* padding-top: 78px; */
    display: grid;
    justify-content: center;
    align-items: center;
}

.grid-col-7 .back {margin-bottom: 12px;}

.usa-form .usa-input {
    height: 43px;
    border: 1px solid #000;
}

.grid-col-7 .usa-form label {
    margin-bottom: 8px;
    font-weight: 500;
}

.usa-button {
    background: #525252;
    text-transform: uppercase;
    border: 0;
    padding: 14px 30px;
    font-size: 14px;
}
.social-login {
    text-align: center;
    margin-top: 48px;
}

.social-login ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.social-login ul img.img-responsive {
    width: 35px;
    margin-left: 20px;
}

.social-login ul li:first-child img {
    margin-left: 0;
}

.form {
    margin-bottom: 15px;
}

.back span {
    text-transform: uppercase;
    margin-left: 7px;
    color: #000;
}

.back i.fa.fa-angle-left {
    font-size: 18px;
}

.usa-form {
    max-width: 40rem;
    width: 430px;
}



/***********************************************send-code*********************************/
.main-content.send-code .grid-col-12 {
    width: 540px;
    margin: 0 auto;
    display: grid;
    padding-top: 100px;
}

.main-content.send-code .grid-col-12 input#number {
    width: 540px;
}
/***********************************************send-code*********************************/
.main-content.send-code.reset form.usa-form {
    width: 100%;
}
/***********************************************Search-Field*********************************/
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}
  i.fa.fa-user-circle-o.dropbtn {
    float: right;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 50%;
    border: 2px solid #000;
}

.main-content.process {
    padding: 15px;
}

.main-content div#myDropdown {
    right: 0;
    margin-top: 50px;
    margin-right: 15px;
}

.main-content.search .grid-col-12 {
    margin: 0 auto;
    text-align: center;
    margin-top: 140px;
}

.main-content.search .grid-col-12 section {
    margin: 0 auto;
    text-align: center;
    display: grid;
    justify-content: center;
}

.main-content.search .grid-col-12 section form.usa-search.usa-search--big {
    width: 560px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

.main-content.search .grid-col-12  ul.usa-button-group {
    float: right;
    text-align: right;
    flex-direction: row;
    margin-right: 0px;
    margin-top: 20px;
    justify-content: flex-end;
}

ul.usa-button-group a.usa-button.usa-button--outline {
    background: transparent;
}

.main-content.search .grid-col-12 p {
    font-size: 18px;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.main-content.search .grid-col-12 h1#typography {
    font-size: 40px;
}
/***********************************************Search-Field*********************************/
/***********************************************Process*********************************/
.main-content.process .grid-col-12 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.main-content.process .grid-col-12 section {
    width: 580px;
    margin-right: 20px;
}

.main-content.process h1#typography {
    margin: 0;
}
.main-content.process {
    padding-left: 80px;
}
.main-content.process ol.usa-process-list {
    margin-top: 50px;
}

.main-content.process ol.usa-process-list p {
    font-size: 18px;
}

.main-content.process ol.usa-process-list li {
    padding-bottom: 4rem;
}
/***********************************************Process*********************************/
/***********************************************People*********************************/
.usa-step-indicator.usa-step-indicator--counters {
    float: left;
    width: 100%;
    margin-top: 50px;
}
ul.icons-usa {
    display: flex;
    float: right;
    position: absolute;
    right: 0;
    margin-top: -3px;
}

ul.icons-usa li {
    margin-right: 30px;
}

.main-content.process.people ol.usa-process-list {
    width: 750px;
}

.main-content.process.people ol.usa-process-list li.usa-process-list__item.padding-bottom-4 {
    margin-right: 0;
    display: flex;
}
      
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
div#myModal {
    z-index: 999;
}
div#myModal span.close {
    z-index: 999999;
    position: absolute;
    margin-top: -30px;
    margin-left: -16px;
}
/***********************************************People*********************************/
/***********************************************Search-Result*********************************/
.main-content.process.people.res li.usa-collection__item {
    max-width: 840px !important;
}

.main-content.process.people.res li.usa-collection__item h4.usa-collection__heading a {
    font-size: 20px;
}

.main-content.process.people.res li.usa-collection__item .usa-collection__body {
    padding-left: 20px;
    padding-right: 20px;
}
/***********************************************Search-Result*********************************/
@media only screen and (max-width:1023px) {
    .grid-col-5 {
        display: none;
    }
    
    .grid-col-7 {
        padding: 15px;
        padding-top: 50px;
        max-width: 100%;
        margin: 0 auto;
    }

    .usa-form .usa-input {
        height: 38px;
    }
    
    .usa-form label {
        font-size: 14px;
        margin-bottom: 4px;
    }
    
    .usa-button {
        padding: 10px 30px;
    }
    .usa-form {
        width: 328px;
    }
}


@media only screen and (max-width:768px) {
    .main-content.send-code {
        padding: 15px;
    }
    
    .main-content.send-code .grid-col-12 {
        padding-top: 40px;
    }
    
    .main-content.send-code .grid-col-12 input#number {
        width: 100%;
        margin: 0 auto;
    }
    
    .main-content.send-code form.usa-form {
        width: auto;
    }
    /**********************************************search******************/
    .main-content.search p {
        width: 100% !important;
    }
    
    .main-content.search .grid-col-12 section form.usa-search.usa-search--big {
        width: 100%;
    }
    
    .main-content.search {
        padding: 15px;
    }
    .main-content.process {
        padding: 0;
    }
    
    .main-content.process {
        padding: 15px;
    }
}