/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-May-2016, 3:40:26 PM
    Author     : jb

*/

html {
    scroll-behavior: smooth;
}


body {
    font-family: Arial,Helvetica,sans-serify;
/*    width: 950px;*/
    text-align: center;
    margin: 0px auto;
    background: #ffffff;    
}

#main {
    position: relative;
    /*background: #F1F1F1*/
}

#header {
    min-height: 60px;
    /*background: #001F4C;*/
    background: #00539f;
}

#widgetbar {
    min-height: 60px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
/*    width: 950px;*/
    /*float: right;*/
    /*background: #001F4C;*/
    background: #00539f;
}

#InnerBodyForm  {
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
}

#mainbodyheader  {
}


#InnerBodyFormElements  {
    
}

#InnerBodyFormElements1  {
    position: relative;
    display: table;
    width:40%;
    margin: auto;
}

.visuallyhidden {height: 1px; width: 1px; position: absolute; overflow: hidden; top: -10px; }

.headersplit {
    font-size:larger;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 60px;
    /*background: #001F4C;*/
    background: #00539f;
    color: #BDDBFF;
    
}

.footersplit {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 5px;
    background: #ffffff;
    color: #001F4C;
    
}

*:before, *:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.headerwidget {
    font-size: medium;
/*    margin-bottom: 2px;*/
    /*float: right;*/
    line-height: 25px;
    /*background: #001F4C;*/
    background: #00539f;
    color: #BDDBFF;
    display: inline-block;
    
    
}


.headerref {
    /*background-color: #001F4C;*/
    background: #00539f;
    color: white;
    padding: 14px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: block;
    width: 115px;
    height: 25px;
    text-align: left;

}

.headerbutton {
    /*background-color: #001F4C;*/
    background: #00539f;
    color: white;
    font-size: 16px;
    margin-right: 0px;
    margin-left: 0px;    
    border: none;
    position: relative;
    cursor: pointer;
}

.headerbutton:after {
    content: '';
    position: absolute;
    background-color: white;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -10px;
    transition: 0.3s;
}

.headerbutton:hover:after {
    width: 100%;
}


.headerhref {
    text-decoration: none;
    background-color: #001F4C;
    color: white;
    margin-right: 3px;
    margin-left: 3px;    
    font-size: 16px;
    border: none;
    cursor: pointer;}




.headerwidget1 {
    width: 75px;
    font-size: medium;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-right: 40px;
    margin-left: 20px;
    float: right;
    line-height: 25px;
    background: #001F4C;
    color: #BDDBFF;
}



#navheader {
    min-height: 110px;
    background: #00539f;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}

#navheaderbutton {
    float: left;
    background: #00539f;
    width: 100px;
    height: 100px;
    color: white;
    border: none;
    cursor: pointer;
    position: relative;
}


#navheaderbutton:after {
    content: '';
    position: absolute;
    background-color: white;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -1px;
    transition: 0.3s;
}

#navheaderbutton:hover:after {
    width: 100%;
}



#navheaderbutton1 {
    background: #00539f;
    width:100px;
    height: 100px;
    margin-right: 2px;
    margin-top: -10px;
    
}





#navheaderlogo {
    float: left;
    border: none;
    margin-top: -50px;
    margin-left: 5px;
}

#navheaderlogotag {
    float: left;
    border: none;
    margin-top: 10px;
    margin-left: 5px;
    position: absolute;
}


#navheadertext {
    color: white;
    float: left;
    margin-left: 10px;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

#navheadertext1 {
    color: white;
    float: left;
    margin-left: 10px;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    word-wrap: break-word;
}



#footer {
    height: 30px;
    background: #ffffff;
    position: absolute;
    width: 90%;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;

}

#mainbody {
    min-height: 1000px;
    /*background: #f4f4f4;*/
    /*border:10px solid #001F4C;*/
    padding-bottom: 30px;
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
    line-height: 1.5;
}

#mainbodyFrench {
    height: 1200px;
    background: #f4f4f4;
    border:10px solid #001F4C;
}

select.SecurityQuestionField {
    width: 70%;
    font-size: 20px;
    padding: 6px;
}

/*PSS-455*/
.footerspan {
    font-size: small;
}