body {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
}


.navbar-default {
    background-color: #202863;
    border-color: #202863;
}

.navbar {
  min-height: 57px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    padding: 0px;
    text-transform: none;
    font-weight: 700;
    font-size: 14px;
}

.navbar-default .navbar-text {
  color: #ffffff;
}

html, body, button, input, table, td, th {
    font-family: Arial, sans-serif;
    font-size: 18px;    
}

a:link {
	color:#007EDB;
	text-decoration: underline;	
}
a:visited {
	color:#91609E;
}
a:hover {
	color:#050091;
	text-decoration: underline;
}
a:active {
	color:#2b8cc4;
}


a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.h1, h1 {
    font-size: 45px;
    font-weight:700;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #212447;
}

.h2, h2 {
    font-size: 27px;
    font-weight:700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #212447;    
}

h3, .h3 {
    font-size: 18px;
    font-weight:700; 
    color: #212447;    
}

#header-underline {
    height: 11px;
    background-color: #365AAD;
    margin: 0 auto;
    max-width: 980px;
}

.rt-table td {
    font-size: 15px;
}

.t3-content{
    padding-top: 40px;
    padding-bottom: 20px;
}

#separator {
    height: 3px;
    background-color: #365AAD;
    margin: 0 auto;
    max-width: 100%;
}

.article-title, .article-header h1 {
    font-size: 43px;
}

#team {
    display: block;
    margin: auto;
    width: 100%;
}

.t3-sidebar {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 16px;    
}

.t3-footer-sl .t3-module ul > li > a:hover, .t3-footer-sl .t3-module ul > li > a:active, .t3-footer-sl .t3-module ul > li > a:focus {
    color: #443970;
}

.t3-footer-sl {
    padding: 20px 0;
    font-size: 14px;
    font-weight: bold;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #E6E7E8;
}

tr td {
    border-bottom: 0px solid #3798E1;
}

td, th {
    padding: 20px;
}


#footer-top {
    height: 7px;
    background-color: #365AAD;
    margin: 0 auto;
    max-width: 100%;
}

.t3-copyright {
    border-top: 10px solid #3798E1;
    font-size: 13px;
    padding: 20px 0 0px;
    background-color: #EDEDED;    
}

.leftbigger
{
 width:15%
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #80E1ED;
    border-color: #ffa200;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none;
}
.btn-primary {
    color: #ffffff;
    background-color: #FFA200;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid;
    white-space: nowrap;
    padding: 15px 50px;
    font-size: 24px;
    line-height: 1.42857143;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 16px;
}

td, tr td {
    border-top: 3px solid #365AAD;
}


#redim-cookiehint{
	background-color: #00189E;
}

#redim-cookiehint .cookiebuttons .btn{
	color: #00189E;
	background-color: #FFCC00;
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #06C200;
}