                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%;
                }
                
                .navbar-custom {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                z-index: 3;
                background: 0 0;
                backface-visibility: hidden;
                }
                
                .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;
                }
                
                input[type="radio"]{
                margin: 0 2px 0 -9px;
                border: 0px;
                width: 4rem;
                height: 20px;
                
                }      
                
                label {font-weight:bold;
                font-size:20px;
                margin-bottom:25px;
                height:22px
                }
                
                .prompt__primary_text{
                font-size: 2rem;
                font-weight: 700;
                line-height: 1.5;
                margin-bottom: .5rem;
                margin-top: 0;
                }
                
                .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;
                }
                img {
                color:#2c7d30;
                font:40px Impact;   
                } 
                li a{
                display: inline-block;
                color: white;
                padding: 14px 16px;
                text-decoration: none;
                margin-right:15px;
                }
                .lang_header{background-color: white;margin-bottom:0px;}
                
                
                .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}


                .borders{
                padding-left:10px;
                padding-bottom:15px;
                border: 1px solid black;
                border-radius: 5px;
                
                }

                 .link{margin-left:19px;}