* {
    text-rendering: optimizeLegibility !important;
    text-rendering: geometricPrecision !important;
    font-smooth: always !important;
    font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden !important;
    -moz-osx-font-smoothing: grayscale !important
}



body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000
}

body h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    margin-top: 0
}


h2 {
font-size: 20px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 0;
    text-transform: uppercase;
    /*letter-spacing: 3px;*/
}

body h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0
}

body h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin: 0
}

body p {
    display: inline-block;
    margin: 0 0 24px 0;
    width: 100%
}

* {
    box-sizing: border-box
}

body,
html {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #f9f9f9
}

.hide,
.sr-only {
    display: none
}

.header {
    flex-basis: 100%;
    padding: 20px;
    color: #ffffff;
    background-color: #274b6d;
}

.header__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.header__main__brand {
    font-size: 30px;
    width: 100%;
    text-align: center;
}

.header__main__brand img {
    max-width: 150px;
     width: 100%;
}

.header__main__tools .logout:before {
    display: inline-block;
    font-family: 'fontawesome_regular';
    content: '\f08b';
    font-size: 20px;
    color: #ffffff
}

.main {
    flex-basis: 100%;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.frame {
     width: 100%;
 text-align: center;
}

a.navbutton {
-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #027faa;
    border: none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    margin: 0px 10px;
    min-width: 180px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

a.navbutton:hover {
-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #1196BA;
    border: none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    margin: 0px 10px;
    min-width: 180px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}




@media only screen and (max-width: 1024px) and (min-width: 500px){
a.navbutton, a.navbutton:hover {
    font-size: 18px;
    height: 46px;
}
}

.navbuttonContainer {
    margin-top:15px;
    margin-bottom:15px;
}

@media only screen and (max-width: 575px){
a.navbutton, a.navbutton:hover {
    width: 95%;
}
}

.main h2 {
    color: #3a5354
    
}


.footer {
    flex-basis: 100%;
    padding: 20px;
    color: #ffffff;
    background-color: #274b6d;
    font-size: 12px;
    text-align: center
}

.footer__brand img {
        max-width: 200px;
            width: 100%;
}



