
                html,body{
                max-height: 100%;
                height: 100%;
                position: relative;
                margin-top:0px;
                background:#dce4ef
                }
                .container-fluid{
                background:  white;
                display: inline-block;
                height: 100%;
                max-height:100%;
                width:100%;
                }
                
                
                .theFooter{
                text-align: center;
                }   
                
                .navbar-default {
                background-color: white !important;
                }
                
                .navbar-fixed-bottom, .navbar-fixed-top {
                border-radius: 0;
                }
                .navbar {
                position: relative;
                min-height: 100px;
                margin-bottom:0px;
                border: 1px solid transparent;
                }
                .navbar-default .navbar-nav>li>a
                {
                background-color:transparent;
                text-decoration:none;
                color:#23527c;;
                }
                
                .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
                color:#23527c;
                text-decoration:underline;
                }
                
                .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
                background-color:transparent;
                color:#002242;
                }
                
                
                .usa-button .usa-button-big{
                font-size: 1.9rem;
                padding: 1.5rem 3rem;
                }
                
                .usa-button{
                -webkit-font-smoothing: antialiased;
                margin-top: .5em;
                margin-right: .5em;
                margin-bottom: .5em;
                appearance: none;
                background-color: #0071bc;
                border: 0;
                border-radius: .3rem;
                color: #fff;
                cursor: pointer;
                margin-left: -16px;
                font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
                font-size: 20px;
                font-weight: 700;
                line-height: 1;
                outline: none;
                padding: 2rem 3rem;
                text-align: center;
                text-decoration: none;
                width: 100%;
                }
                
                a.app_btn{text-decoration:none;}
                
                a.app_btn:hover {
                
                text-decoration:none;
                color:white;
                background-color:#0791ec;
                }
                a.app_btn:visited {
                color: white;
                text-decoration:none;
                }
                
                a.app_btn:active {
                color: white;
                text-decoration:none;
                }
                
                .lang_header{background-color: white;margin-bottom:0px;}
                
                .apply_buttons{
                margin-left: 23px;
                margin-top: 3rem;
                margin-bottom:39px;
                }
                
                
                
                
                fa fa-check{color:Green;font-size:23px;}
                
                .panel {
                margin-bottom: 20px;
                margin-left:0px;
                margin-right:0px;
                background-color: #fff;
                border: 5px solid transparent;
                }
                
                .panel-green {
                border-color: #2c7d30
                }
                .panel-heading {
                padding:3px 3px 4px 3px !important;
                border-radius: 0 !important;
                font-size: 26px;
                font-weight: 700;
                font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
                line-height: 1.3;
                color: white;
                background-color:#2c7d30;
                
                }
                
                .content_info{
                margin-top: 0;
                margin-left: 10px;
                font-size: 18px;
                font-weight: 700;
                font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
                line-height: 1.3;
                }
                
                .Resultlabel{
                font-size:15px;
                margin-bottom:0px;
                }
                @media (min-width: 992px){ 
                .equal, .equal > div[class*='col-'] {  
                display: -webkit-flex;
                display: flex;
                flex:1 1 auto;
                }
                }
                
                img {
                color:#2c7d30;
                font:40px Impact;   
                } 
                
                
                li a {
                display: inline-block;
                color: white;
                padding: 14px 16px;
                text-decoration: none;
                margin-right:15px;
                }
                
                .dropbtn {
                display: inline-block;
                color: #23527c;
                padding: 2px 4px;
                text-decoration: none;
                margin-right:15px;
                font-weight:700;
                border: 1px solid White;
                
                }
                .inline { 
                display: inline-block; 
                margin-top:10px;
                
                }
                .dropdown-content {
                display: none;
                position: absolute;
                background-color: #f4f8f5;
                min-width: 160px;
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                z-index: 1;
                }
                
                .dropdown-content a {
                color: #0071bc;
                padding: 12px 16px;
                text-decoration: none;
                display: block;
                text-align: left;
                font-weight:bold;
                }
                
                .dropdown-content a:hover {background-color: #f1f1f1}
                
                