@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
html {
    background: none;
}

body {
    background: none;
}

a {
    color: #26486e;
}

a:hover {
    color: #1383ff;
}


header {
    background-color: rgba(255,255,255,0.9);
    padding: 3rem;
}

header img {
    height: 10rem;
    margin-right: 2rem;
    float: left;
}

header .siteTitle {
    font-weight: normal;
    font-size: 4.5rem;
    color: #333;
    display: block;
}

header .siteEntity {
    font-weight: normal;
    font-size: 2rem;
    color: #444444;
    display: block;
}


.footer_app {
    background-color: rgba(0,0,0,.8) !important;
    color: #fff;
    margin-top: 0;
}

.footer_app p, .footer_app a, .footer_app span {
    color: #fff;
}

.footer_app a:hover {
    color: #fff;
}

#form .containerHeader {
    background: #fff !important;
    padding: 3rem 3rem 2rem 3rem;
}

#form .containerHeader h1 {
    font-size: 4rem;
}

#form .containerBody {
    padding: 0 3rem 4rem 3rem;
}

#form > .container {
    padding-bottom: 0 !important;
}

#form .containerHeader .formTitle {
    color: #333;
}

h1,h2,h3,h4,h5,h6, header .siteTitle {
    font-family: 'Oswald', sans-serif;
}
header .siteEntity {
    font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 1199px) {
    header {
        padding: 2rem 3rem;
    }
    
    header img {
        height: 8rem;   
    }
    
    header .siteTitle {
        font-size: 3rem;   
    }
    
    header .siteEntity {
        font-size: 1.8rem;    
    }
    
    #form .containerHeader h1 {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 991px) {
    header {
        padding: 2rem;
    }
    
    header img {
        height: 7rem;   
    }
    
    header .siteTitle {
        font-size: 2.8rem;   
    }
    
    header .siteEntity {
        font-size: 1.6rem;    
    }
    
    #navigation-app .container-fluid {
        width: 100%;
    }
    
    #form .containerHeader {
        padding: 3rem 2rem 2rem 2rem;
    }
    
    #form .containerHeader h1 {
        font-size: 3rem;
    }
    
    #form .containerBody {
        padding: 0 2rem 4rem 2rem;
    }
}

@media only screen and (max-width: 767px) {
    header img {
        display: none;  
    }
    
    header .siteTitle {
        font-size: 2.4rem;   
    }
    
    header .siteEntity {
        font-size: 1.4rem;
        margin-top: -0.3rem;
    }
    
    #form .containerHeader h1 {
        font-size: 2.5rem;
    }
}

.well .fb-textbox{
	padding: 0.75em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
}

.radio label, .checkbox label {
    padding-left: 5px
}

.control-label {
    display: inline-block;
    font-family: 'open_sanssemibold';
}
.testSite {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fF0000;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #fff;
    text-align: center;
    z-index: 100;
}
.thisisTest {display: none;}
.navbar.navbar-app {
    background: none repeat scroll 0 0 #395878;
}

.extra-bottom-margin {margin-bottom: 2em;}
.paragraph-text {
    max-width: 90ch;
    line-height: 1.6;
} 
b, strong {
    font-family: 'open_sansbold', sans-serif;
    font-weight: normal;
}
header {padding-top: 12px !important;}
.container .containerHeader {
  padding: 1.5em 20px 2em !important;
}
#payment .paymentTotal {
  font-size: 2.4em;
  font-family: 'open_sanssemibold';
  font-weight: normal;
  margin-bottom: 1em;
}

.sr-only-focusable:focus, .sr-only-focusable:active {
    position: absolute;
        color:#fff;
    background-color:#000;
    top: 60px;
  left: 50%;
  transform: translate(-160px, 0);
    width:320px;
    height:auto;
    overflow:auto;
    margin: auto;
    padding:10px;
    border-radius:15px;
    border:4px solid #ff0;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
