@font-face {
    font-family: 'AG_FuturaBold';
    src: url('../fonts/ag-futura-bold-2.eot');
    src: url('../fonts/ag-futura-bold-2.eot') format('embedded-opentype'),
         url('../fonts/ag-futura-bold-2.woff') format('woff'),
         url('../fonts/ag-futura-bold-2.ttf') format('truetype'),
         url('../fonts/ag-futura-bold-2.svg') format('svg');
}

body
{
/* background: url(../images/background_image.jpg) no-repeat top center fixed; */
overflow: auto;
padding: 0px;
margin: 0 auto;
}

form
{
margin-bottom: 0px;
}

table
{
margin-bottom: 10px;
}

table thead td
{
color: #469D9B;
font-weight: bold;
border: none;
padding-bottom: 10px;
} 

table td
{
border-bottom: 1px solid #469D9B;
padding-right: 5px;
}

table td img
{
padding: 2px;
}

.main-menu{
	text-transform: uppercase;
}

.board-director-img{
	min-height: 150px;
  max-height: 150px;
}

#nav_close
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: none;
z-index: 100;
}

#mobile_menu_close
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: none;
z-index: 100;
}

#search_close
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: none;
z-index: 100;
}

.reserve_button
{
display: block;
float: right;
background-color: #469D9B;
padding: 5px;
color: #ffffff;
font-weight: bold;
}

.reserve_button:hover
{
display: block;
float: right;
background-color: #469D9B !important;
padding: 5px;
color: #ffffff;
font-weight: bold;
}


span
{
color: #469D9B;
} 

a
{
color: #469D9B;
} 

a:hover
{
/*background: none !important; */
} 

a:focus
{
/*background: none !important;*/
}

header
{
width: 100%;
height: 75px;
background: #ffffff;
background: rgba(255, 255, 255, 0.85);
position: fixed;
top: 0px;
text-align: center;
}

#logo
{
width: 220px;
float: left;
margin-top: 5px;
margin-left: 40px;
margin-right: 10px;
}

#mobile_menu_button
{
float: right;
visibility: hidden;
margin-top: 15px;
margin-right: 0px;
}

#mobile_menu
{
display: none;
width: 25%;
height: 100%;
position: fixed;
text-align: left;
top: 75px;
left: 0%;
margin-left: 0px;
background: #ffffff;
z-index: 130;
font-family: 'AG_FuturaBold', 'Arial';
}

@media (max-width: 499px) {

#mobile_menu
{
width: 50%;
}

}

#mobile_menu ul
{
width: 100%;
}

#mobile_menu ul li
{
display: block;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
}

#mobile_menu ul li a
{
color: #000000;
font-size: 11px;
}

#mobile_menu ul li span
{
color: #000000;
font-size: 11px;
}

#mobile_menu ul li a:hover
{
color: #469D9B;
}

nav
{
width: 535px;
position: fixed;
text-align: center;
top: 40px;
left: 50%;
margin-left: -220px;
z-index: 130;
font-family: 'AG_FuturaBold', 'Arial';
}

nav ul
{
width: 100%;
}

nav ul li
{
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}

nav ul li a
{
color: #000000;
font-size: 11px;
}

nav ul li span
{
color: #000000;
font-size: 11px;
}

nav ul li a:hover
{
color: #469D9B;
}

@media (max-width: 999px) {

#logo
{
width: 160px;
float: left;
margin-top: 10px;
margin-left: 10px;
margin-right: 0px;
}

#mobile_menu_button
{
visibility: visible;
}

nav
{
display: none;
}

}

#about_us_menu
{
width: 100%;
padding-left: 50px;
position: fixed;
text-align: center;
top: 75px;
left: 0;
z-index: 120;
font-family: 'AG_FuturaBold', 'Arial';
background: #ffffff; 
background: -moz-linear-gradient(b, #ffffff 60%, rgba(255, 255, 255, 0.85)); /* Older Firefox */
background: -webkit-linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0.85)); /* Safari and older Chrome */
background: linear-gradient(to top, #ffffff 60%, rgba(255, 255, 255, 0.85));
display: none;
padding-bottom: 20px;
}

#about_us_menu ul
{
max-width: 1000px;
margin: 0 auto;
}

#about_us_menu ul li
{
width: 14%;
display: inline-block;
padding-left: 1%;
padding-right: 1%;
border-left: 1px solid #000000;
text-align: left;
}

#about_us_menu ul li a
{
color: #858484;
font-size: 11px;
line-height: 13px;
}

#about_us_menu ul li a:hover
{
color: #469D9B;
}

@media (max-width: 999px) {

#about_us_menu
{
width: 25%;
height: 100%;
padding-left: 0px;
position: fixed;
text-align: center;
top: 75px;
left: 25%;
z-index: 120;
font-family: 'AG_FuturaBold', 'Arial';
background: #ffffff;
background: rgba(255, 255, 255, 0.95); 
display: none;
padding-bottom: 0px;
}

#about_us_menu ul
{
margin-top: 0px;
}

#about_us_menu ul li
{
width: 100%;
display: block;
padding-left: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-left: 0px solid #000000;
text-align: left;
}

}

@media (max-width: 499px) {

#about_us_menu
{
width: 48%;
padding-left: 0px;
padding-right: 2%;
left: 50%;
}


}

#investor_menu
{
width: 100%;
padding-left: 50px;
position: fixed;
text-align: center;
top: 75px;
left: 0;
z-index: 120;
font-family: 'AG_FuturaBold', 'Arial';
background: #ffffff; 
background: -moz-linear-gradient(b, #ffffff 60%, rgba(255, 255, 255, 0.85)); /* Older Firefox */
background: -webkit-linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0.85)); /* Safari and older Chrome */
background: linear-gradient(to top, #ffffff 60%, rgba(255, 255, 255, 0.85));
display: none;
padding-bottom: 20px;
}

#investor_menu ul
{
max-width: 1000px;
margin: 0 auto;
}

#investor_menu ul li
{
width: 14%;
display: inline-block;
padding-left: 1%;
padding-right: 1%;
border-left: 1px solid #000000;
text-align: left;
}

#investor_menu ul li a
{
color: #858484;
font-size: 11px;
line-height: 13px;
}

#investor_menu ul li a:hover
{
color: #469D9B;
}

@media (max-width: 999px) {

#investor_menu
{
width: 25%;
height: 100%;
padding-left: 0px;
position: fixed;
text-align: center;
top: 75px;
left: 25%;
z-index: 120;
font-family: 'AG_FuturaBold', 'Arial';
background: #ffffff;
background: rgba(255, 255, 255, 0.95); 
display: none;
padding-bottom: 20px;
}

#investor_menu ul
{
margin-top: 0px;
}

#investor_menu ul li
{
width: 98%;
display: block;
padding-left: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-left: 0px solid #000000;
text-align: left;
}

}

@media (max-width: 499px) {

#investor_menu
{
width: 48%;
padding-left: 0px;
padding-right: 2%;
left: 50%;
}

}

#csr_menu
{
width: 100%;
padding-left: 50px;
position: fixed;
text-align: center;
top: 75px;
left: 0;
z-index: 120;
font-family: 'AG_FuturaBold', 'Arial';
background: #ffffff; 
background: -moz-linear-gradient(b, #ffffff 60%, rgba(255, 255, 255, 0.85)); /* Older Firefox */
background: -webkit-linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0.85)); /* Safari and older Chrome */
background: linear-gradient(to top, #ffffff 60%, rgba(255, 255, 255, 0.85));
display: none;
padding-bottom: 20px;
}

#csr_menu ul
{
max-width: 1000px;
margin: 0 auto;
}

#csr_menu  ul li
{
width: 14%;
display: inline-block;
padding-left: 1%;
padding-right: 1%;
border-left: 1px solid #000000;
text-align: left;
}

#csr_menu  ul li a
{
color: #858484;
font-size: 11px;
line-height: 13px;
}

#csr_menu  ul li a:hover
{
color: #469D9B;
}

@media (max-width: 999px) {

#csr_menu 
{
width: 25%;
height: 100%;
padding-left: 0px;
position: fixed;
text-align: center;
top: 75px;
left: 25%;
z-index: 120;
font-family: 'AG_FuturaBold', 'Arial';
background: #ffffff;
background: rgba(255, 255, 255, 0.95); 
display: none;
padding-bottom: 0px;
}

#csr_menu ul
{
margin-top: 0px;
}

#csr_menu ul li
{
width: 100%;
display: block;
padding-left: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-left: 0px solid #000000;
text-align: left;
}

}

@media (max-width: 499px) {

#csr_menu 
{
width: 48%;
padding-left: 0px;
padding-right: 2%;
left: 50%;
}

#csr_menu ul
{
margin-top: 0px;
}

}


#operations_menu
{
width: 100%;
padding-left: 50px;
position: fixed;
text-align: center;
top: 75px;
left: 0;
z-index: 120;
font-family: 'AG_FuturaBold', 'Arial';
background: #ffffff; 
background: -moz-linear-gradient(b, #ffffff 60%, rgba(255, 255, 255, 0.85)); /* Older Firefox */
background: -webkit-linear-gradient(bottom, #ffffff 60%, rgba(255, 255, 255, 0.85)); /* Safari and older Chrome */
background: linear-gradient(to top, #ffffff 60%, rgba(255, 255, 255, 0.85));
display: none;
padding-bottom: 20px;
}

#operations_menu_inner
{
width: 560px;
margin: 0 auto;
padding-left: 120px;
}

#operations_menu ul
{
width: 250px;
border-left: 1px solid #000000;
float: left;
padding-left: 20px;
margin-bottom: 0px;
}

#operations_menu  ul li
{
width: 100%;
padding-left: 1%;
padding-right: 1%;
text-align: left;
}

#operations_menu  ul li a
{
color: #858484;
font-size: 11px;
line-height: 13px;
}

#operations_menu  ul li a:hover
{
color: #469D9B;
}

@media (max-width: 999px) {

#operations_menu
{
width: 25%;
height: 100%;
padding-left: 0px;
position: fixed;
text-align: center;
top: 75px;
left: 25%;
z-index: 120;
font-family: 'AG_FuturaBold', 'Arial';
background: #ffffff;
background: rgba(255, 255, 255, 0.95); 
display: none;
padding-bottom: 0px;
}

#operations_menu_inner
{
width: 100%;
margin: 0 auto;
padding-left: 0px;
margin-top: 0px;
}

#operations_menu ul
{
width: 100%;
border-left: 0px solid #000000;
float: left;
padding-left: 0px;
margin-bottom: 0px;
}

#operations_menu ul li
{
width: 100%;
display: block;
padding-left: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-left: 0px solid #000000;
text-align: left;
}

}

@media (max-width: 499px) {

#operations_menu 
{
width: 48%;
padding-left: 0px;
padding-right: 2%;
left: 50%;
}

}

#search_language
{
width: 120px;
float: right;
margin-left: 10px;
margin-right: 30px;
}

#search
{
width: 55px;
float: right;
margin-top: 30px;
position: absolute;
z-index: 150;
}

#languages
{
float: right;
margin-left: 20px;
margin-top: 32px;
}

@media (max-width: 999px) {

#search_language
{
width: 70px;
margin-left: 0px;
margin-right: 15px;
}

#search
{
display: none;
width: 21%;
clear: both;
position: fixed;
left: 0px;
top: 74px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 2%;
padding-right: 2%;
background: #ffffff;
margin-top: 0px;
z-index: 110;
}

input.search-query {
  padding-left: 0px;
  padding-right: 0px;
}

#languages
{
margin-top: 23px;
margin-left: 0px;
float: left;
}

}

@media (max-width: 499px) {

#search
{
width: 46%;
}

}

#wrap
{
margin: 0 auto;
max-width: 1400px;
min-width: 940px;
overflow: auto;
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 220px;
clear: right;
}

@media (max-width: 1460px) {

#wrap
{
padding-bottom: 40px;
}

}

@media (max-width: 999px) {

#wrap
{
min-width: 0px;
max-width: 1400px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 0px;
}

}

#main_content
{
width: 46%;
padding: 1%;
margin-left: 1%;
margin-right: 2%;
margin-bottom: 20px;
background: #ffffff;
/*background: rgba(255, 255, 255, 0.85);*/
overflow: auto;
float: left;
background-color: #dce5e6;
}

@media (max-width: 999px) {

#main_content
{
width: 91%;
padding: 4%;
margin-right: 1%;
float: none;
clear: both;
margin-bottom: 0px;
}

}

#main_content h1
{
font-size: 22px;
line-height: 24px;
}

#main_content h2
{
font-size: 20px;
}

#main_content a
{
font-weight: bold;
}

#main_content .nav 
{
margin-left: 1%;
width: 100%;
overflow: hidden;
}


#main_content .nav li
{
width: 32%;
float: left;
margin-right: 1%;
padding-top: 15px;
}

#main_content .nav li a
{
font-weight: normal;
color: #000000;
font-size: 12px;
line-height: 13px;
padding-bottom: 10px;
}

#main_content .nav li img
{
width: 100%;
margin-bottom: 5px;
}

#main_content .nav li img:hover
{
opacity: 0.5;
}

#main_content .nav li:hover
{
background: rgba(27, 139, 140, 0.1);
}

.map_left
{
float: left; 
width: 50%;
}

.map_right
{
float: right; 
width: 50%;
}

@media (max-width: 700px) {

.map_left
{
clear: both;
width: 100%;
}

.map_right
{
clear: both;
width: 100%;
}

}

#right_col
{
width: 47%;
padding: 0%;
margin-right: 1%;
overflow: auto;
float: right;
}

#right_col a
{
font-weight: bold;
}

#right_col .moduletable
{
width: 98%;
padding: 1%;
background: #ffffff;
background: rgba(255, 255, 255, 0.85);
overflow: auto;
margin-bottom: 20px;
}

@media (max-width: 999px) {

#right_col
{
width: 99%;
padding: 0%;
margin-left: 1%;
float: none;
clear: both;
margin-bottom: 0px;
margin-top: 20px;
}

#right_col .moduletable
{
width: 92%;
padding: 4%;
background: #ffffff;
background: rgba(255, 255, 255, 0.85);
overflow: auto;
margin-bottom: 20px;
}

}

#right_col h1, h2, h3, h4
{
font-size: 22px;
line-height: 24px;
}

#right_col .nav 
{
margin-left: 1%;
}

#right_col .nav li
{
width: 32%;
float: left;
margin-right: 1%;
}

#right_col .nav li a
{
font-weight: normal;
color: #000000;
font-size: 12px;
line-height: 13px;
padding-bottom: 10px
}

#right_col .nav li img
{
width: 100%;
margin-bottom: 5px;
}

#right_col .nav li img:hover
{
opacity: 0.5;
}

#right_col .nav li:hover
{
background: rgba(27, 139, 140, 0.1);
}

#left_col
{
float: left;
width: 46%;
padding: 1%;
margin-left: 1%;
margin-right: 1%;
/* background: rgba(149, 192, 181, 0.85); */
background: #ffffff;
background: rgba(255, 255, 255, 0.85);
overflow: auto;
}

@media (max-width: 1000px) {

#left_col
{
clear: both;
width: 91%;
padding: 4%;
margin-top: 20px;
}

}

#right_col2
{
float: right;
width: 45%;
padding: 1%;
margin-right: 1%;
/* background: rgba(149, 192, 181, 0.85); */
background: #ffffff;
background: rgba(255, 255, 255, 0.85);
overflow: auto;
}

@media (max-width: 1000px) {

#right_col2
{
clear: both;
width: 91%;
padding: 4%;
margin-right: 0%;
margin-top: 20px;
}

}

#bottom_modules
{
width: 100%;
margin: 0 auto;
position: fixed;
left: 0px;
bottom: 50px;
clear: both;
}

#bottom_modules_inner
{
min-width: 940px;
max-width: 1400px;
margin: 0 auto;
}

#bottom_modules h3
{
background: #469D9B;
background: rgba(27, 139, 140, 0.85);
margin-top: 0px;
margin-bottom: 0px;
padding-left: 15px;
color: #ffffff;
font-size: 15px;
}

@media (max-width: 1460px) {

#bottom_modules
{
position: relative;
width: auto;
min-width: 0px;
max-width: 1400px;
padding-left: 30px;
padding-right: 30px;
}

}

@media (max-width: 999px) {

#bottom_modules
{
min-width: 0px;
max-width: 1400px;
width: 90%;
margin-left: 5%;
margin-right: 5%;
position: relative;
bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

#bottom_modules_inner
{
min-width: 0px;
max-width: 1400px;
margin: 0 auto;
}

}

/*
#bottom_module1 h2
{
margin-top: 40px;
margin-left: 20px;
font-size: 16px;
line-height: 20px;
float: left;
}
*/

#bottom_module1 p
{
margin-bottom: 0px;
line-height: 0px;
}

#bottom_module1 img
{
margin-top: -40px;
}

#bottom_module1
{
width: 32%;
height: 175px;
float: left;
margin-left: 1%;
background: #ffffff;
background: rgba(255, 255, 255, 0.85);
padding-bottom: 1%;
}

#bottom_module1 .custom
{
width: 100%;
height: 154px;
}

@media (max-width: 999px) {

#bottom_module1
{
width: 50%;
height: auto;
margin-left: auto;
margin-right: auto;
float: none;
clear: both;
margin-top: 20px;
}

#bottom_module1 .custom
{
width: 100%;
height: auto;
}

}

@media (max-width: 700px) {

#bottom_module1
{
width: 100%;
}

}

/*
#bottom_module2 .operations h2
{
margin-top: 40px;
margin-right: 20px;
font-size: 16px;
line-height: 20px;
float: right;
}
*/

#bottom_module2
{
width: 32%;
height: 175px;
float: left;
margin-left: 1%;
margin-right: 1%;
background: #ffffff;
background: rgba(255, 255, 255, 0.85);
/*background: rgba(255, 255, 255, 0.85);
background: url(../images/home-module2_background.jpg);*/
padding-bottom: 1%;
}

#bottom_module2 .latest-announcements p
{
margin: 2%;
}

#bottom_module2 .latest-announcements p a
{
font-size: 14px;
font-weight: bold;
}

/*
#bottom_module2 .latest-announcements h2
{
margin-top: 0px;
margin-left: 0px;
font-size: 16px;
line-height: 20px;
}

#bottom_module2 .latest-announcements
{
margin-left: -1%;
margin-top: -1%;
padding: 2%;
background: rgba(255, 255, 255, 0.85);
}
*/

#bottom_module2 .custom
{
width: 100%;
height: 154px;
}


@media (max-width: 999px) {

#bottom_module2
{
width: 50%;
height: 175px;
margin-left: auto;
margin-right: auto;
float: none;
clear: both;
margin-top: 20px;
}

}

@media (max-width: 700px) {

#bottom_module2
{
width: 100%;
}

}

/* 
#bottom_module3 h2
{
margin-top: 40px;
margin-left: 20px;
font-size: 16px;
line-height: 20px;
float: left;
}

*/

#bottom_module3
{
width: 32%;
height: 164px;
float: left;
margin-right: 1%;
background: #ffffff;
background: rgba(255, 255, 255, 0.85);
/* background: rgba(99, 250, 61, 0.85); */
padding-bottom: 1%;
overflow: hidden;
}

@media (max-width: 999px) {

#bottom_module3
{
width: 50%;
height: 164px;
float: none;
clear: both;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

}

@media (max-width: 700px) {

#bottom_module3
{
width: 100%;
}

}

#bottom_module3 p
{
padding: 1%;
margin-bottom: 0px;
line-height: 0px;
}

#bottom_module3 iframe
{
margin: 0px;
padding: 1%;
line-height: 0px;
}


footer
{
width: 100%;
height: 30px;
background: #469D9B;
background: rgba(27, 139, 140, 0.85);
text-align: center;
position: fixed;
left: 0px;
bottom: 0px;
font-family: 'AG_FuturaBold';
}

footer ul li
{
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}

@media (max-width: 999px) {

footer
{
width: 100%;
height: auto;
position: relative;
bottom: -20px;
}

footer ul li
{
display: block;
padding-left: 10px;
padding-right: 10px;
}

}

footer ul li a
{
color: #ffffff;
font-size: 11px;
line-height: 30px;
}

footer ul li a:hover
{
color: #ffffff;
}

/* SEARCH */

.element-invisible
{
display: none !important; 
}

.search-query
{
width: 100%;
position: relative;
border-radius: 0px !important;
}

.pagination ul {
  border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
	font-size: 12px;
}

.pagination ul li{

}

.pagination ul li a {
color: #469D9B !important;
background-color: none !important;
padding: 5px;
display: block;
font-weight: bold !important;
}

.pagination ul li span {
color: #469D9B !important;
background-color: none !important;
padding: 5px;
display: block;
font-weight: bold !important;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-left-width: 0px;
  border-top-left-radius: 0px;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #469D9B;
  cursor: default;
}

.pagination ul > li > a, .pagination ul > li > span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
	background-color: rgba(250, 6, 98, 0.0) !important;
  border-color: none;
  border-image: none;
  border-style: none;
  border-width: 0px 0px 0px 0;
  float: left;
  line-height: 20px;
  padding: 0px 2px;
  text-decoration: none;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination .pagination-start
{
display: none;
}

.pagination .pagination-end
{
display: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(27, 139, 140, 0.6);
  outline: 0 none;
}

#bottom_module1 .rss-container
{
padding-top: 1%;
padding-left: 2%;
padding-right: 2%;
}

#bottom_module2 .rss-container
{
padding: 5px;
}

.rss-container ul
{
list-style: none;
margin-bottom: 0px;
}

.rss-container a
{
font-size: 12px;
color: #000000;
}

.rss-container ul li
{
font-size: 14px;
line-height: 16px;
}

.rss-container ul li span, .stock-column .module_code
{
font-size: 16px;
font-weight: bold !important;
color: #469D9B;
}

.stock-column .module_message, .investor-column .module_message
{
  font-size: 14px;
}
.stock-column .module_code
{
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}

.new_description{
	display: none;
}

.lang-inline {
  list-style-type: none;
}

.lang-inline li {
  display: inline-block;
}

/* disclaimer button styling */
button#agree, button#disagree {
  display: block;
  float: left;
  background-color: #469D9B;
  padding: 5px;
  margin: 5px;
  color: #ffffff;
  font-weight: bold;
}