html {
  font-size: 13px;
}
body {
  background-color: #fff;
  font-family: 'Arial', "DejaVu Sans", sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #333;
}

h1 {
  font-size: 15px;
  color: blue;
}

/*******************************************************************************
 * Definition of the main div's section.
 */
.logo {
}
.ahv_logo {
  position: absolute;
  top: 10px;
  right: 10px;
}
.logo_address {
    position: absolute;
    top: 10px;
    left: 300px;
    width: 180px;
}

/********************************************************************************/
div.article_title , h1.article_title, div.news_title, div.videos_title, div.newsticker_title {
  font-size: 20px;
  color: #d00;
  margin-top: 10px;
  margin-bottom: 10px;
}
/********************************************************************************/
.subtitle { color: #66c; }
.error    { color: #66f; }
.comment{
  padding-top:0px;
  padding-bottom:50px;
}
.legend{
  padding-top:20px;
  padding-left: 20px;
  padding-bottom:10px;
  color: #99f;
  visibility:hidden
}
.advise{
  color: #99f;
}
/********************************************************************************/
.cmsFormButton {
   visibility: hidden;
}
input, select {
   border: 0px;
}
/********************************************************************************/
a {
  text-decoration: none;
  font-style: italic;
  color: #ccc;
}
/********************************************************************************/
div.article table {
  width: 100%;
  border: 0px;
}
/********************************************************************************/
table.calculator {
  width: 500px;
  border-collapse: collapse;
  margin-top: 20px;
}
table.calculator th {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
form.calculator td.list {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
td.calc_label {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
td.calc_input {
  color: #d00;
  text-align: right;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/********************************************************************************/
div.newsticker {
 border: 1px dashed #000; 
 padding: 10px;
 margin-bottom: 20px;
}
div.newsticker_title , div.newsticker_text {
  text-align: center;
}
div.newsticker_text {
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
}
div.newsticker_text_context {
  margin: auto;
  width: 300px;
}
/********************************************************************************/
div.home_videos     { display: table;      }
div.home_video_data { display: table-row;  }
div.home_video_image , div.home_video_details {
  display: table-cell;
  vertical-align: top;
  border-bottom: 10px solid #fff;
}
img.home_video_image {
  /* border: 10px solid #fff; */
}
div.home_video_details {
  padding-left: 0px;
}
div.home_video_details_content {
  background-color: #fff;
  padding: 0px 0px 0px 10px;
  min-height: 136px;
}
div.home_video_label {
  font-size: 20px;
  padding-bottom: 0px;
  color: #999;
}
div.home_video_text {
  padding-top: 5px;
  padding-bottom: 15px;
}
div.home_video_url {
  display: none;
}
/********************************************************************************/
div.contact_departments {
  display: none;
}
div.contact_list {
  background-color: #fff;
}
div.contacts {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
div.contacts_line_even , div.contacts_line_odd {
  display: table-row;
}
div.contacts_line_odd {
  background-color: #fcfcfc;
}
div.contact_department_label {
  font-size: 18px;
  font-style: italic;
  margin-top: 20px;
}
div.contact_name {
  border-top: 1px solid #ddd;
  display: table-cell;
  padding: 2px;
  width: auto;
}
div.contact_name_name {
  display: inline-block;
  width: 220px;
}

div.contact_phone {
  border-top: 1px solid #ddd;
  display: table-cell;
  width: 100px;
  text-align: right;
  padding: 2px;
  font-weight: normal;
}
div.contact_infos {
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  color: #333;
}
div.contact_go_to_top {
  display: none;
}
/********************************************************************************/
table.doc_list {
}

table.doc_list th {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  padding-bottom: 10px;
}
table.doc_list td {
  padding: 2px;
}
td.doc_icon_alt {
  width: 30px;
}

/********************************************************************************/
div.bottom {
  border-top: 1px solid #ccc;
}
div.trailer {
  display: table;
  margin-top: 10px;
}
div.trailer_content {
  width: 100%;
}
div.trailer_line {
  display: table-row;
}
div.trailer_address, div.trailer_office_times {
  display: table-cell;
}

div.trailer_office_times {
  padding-left: 30px;
}

div.trailer_title {
  color: #d00;
  font-size: 20px;
}

div.trailer_subtitle {
  margin-top: 10px;
}

/********************************************************************************
 * Following are some sets of divs to hide
 *
 */
div.header_navigation , div.main_navigation_menu_opener , div.home_navigation   ,
div.main_navigation , div.news_paging, div.aside , div.search , div.attachments ,
div.trailer_location , div.subtrailer, div.seealso {
  visibility: hidden;
  display: none;
}

/********************************************************************************/
/* !!!!!!!!!!!!!!!!!!!!!!!!!      FIXME      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
form.cnt {
  width: 100%;
}
div.uform , div.input_form , div.result_form {
  background-color: #f6f6f6;
  padding: 10px 10px 2px 10px;
}
div.form_section_title {
  font-size: 20px;
  margin-top: 10px;
  padding: 5px 5px;
}
div.form_label {
  margin-top: 5px;
}

div.checkbox_field_cell , div.radiobox_field_cell {
  margin-bottom: 10px;
}
/****************************************************************/
input#np {
  width: calc(30% - 20px);
  margin-right: 5px;
}
input#city {
  width: calc(70% - 35px);
}
input, select, textarea {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 0px;
  margin-bottom: 10px;
  padding: 8px;
  width: calc(100% - 16px);
}
input:focus, select:focus, textarea:focus {
  outline: none;
}
select {
  padding-right: 25px;
  width: auto;
}

/****************************************************************/
label.checkbox_option , label.radiobox_option {
  background-color: #fff;
  display: block;
  position: relative;
  padding: 5px;
  padding-left: 35px;
  margin-bottom: 1px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px;
}
.radiobox {
  display: block;
  position: relative;
  margin-left: -160px;
  margin-top: -14px;
}

/****************************************************************/
div.form_action_buttons input {
  margin-bottom: 0px;
  padding: 5px;
  padding-left: 25px;
}
/****************************************************************/
div.result_form input {
  text-align: right;
}
div.input_form .smaller_form_field select {
  width: 100%;
}
div.input_form .form_label ,
div.result_form .form_label {
  padding-bottom: 4px;
  padding-left: 1px;
}

div.form_three_columns_line {
  display: none;
}
div.three_columns_sublabel {
  font-size: 14px;
  display: table-cell;
  width: 50%;
}
div.form_three_columns_result_line {
  display: table;
  width: 100%;
}
div.form_three_columns_result_line .smaller_form_field {
  display: table-cell;
  width: 50%;
}
div.form_three_columns_result_line .smaller_form_field input {
  margin-bottom: 2px;
}
div.form_three_columns_result_line_label {
  font-weight: bolder;
  margin-bottom: 5px;
}


div.input_form , div.result_form {
  display: table;
  padding: 0px;
  width: 100%;
}

div.input_form .form_line ,
div.result_form .form_line ,
div.form_three_columns_line {
  display: table-row;
}

div.input_form .form_label , div.input_form .form_field ,
div.result_form .form_label , div.result_form .form_field ,
div.input_form .smaller_form_field ,
div.result_form .smaller_form_field ,
div.form_three_columns_result_line_label {
  display: table-cell;
  border-top: 1px solid #fff;
  padding: 5px 5px 5px 5px;
}

div.input_form .form_label ,
div.result_form .form_label {
  padding-right: 20px;
}
div.input_form .form_field ,
div.result_form .form_field {
  width: 340px;
}
div.input_form .smaller_form_field ,
div.result_form .smaller_form_field {
  width: 150px;
}

div.input_form .form_field input,
div.input_form .form_field select,
div.result_form .form_field input,
div.input_form .smaller_form_field input,
div.result_form .smaller_form_field input {
  margin-bottom: 0px;
}

div.form_three_columns_result_line {
  display: table-cell;
  width: auto;
}

div.form_three_columns_result_line_label {
  font-weight: normal;
}

div.three_columns_sublabel {
  display: none;
}
/*****************************************************************************************/
div.list_container {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  margin-bottom: 40px;
}
div.block_opener {
  font-size: 20px;
  padding: 20px 30px 20px 2px;
  border-bottom: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
}
div.block_opener:hover {
  cursor: pointer;
}
div.block_data {
  max-height: none;
}
div.block_data_table {
  display: table;
  width: 100%;
  margin-top: 20px;
}
div.block_data_line_even , div.block_data_line_odd {
  display: table-row;
}
/*****************************************************************************************/
div.subdepartment_block {
  font-size: 20px;
  padding: 8px 30px 5px 2px;
  border-bottom: 1px solid #ccc;
}
div.explist_contacts {
  display: table;
  width: 100%;
}
div.explist_contacts_line_even , div.explist_contacts_line_odd {
  display: table-row;
}
div.explist_contacts_line_odd {
  background-color: #fcfcfc;
}
div.explist_contact_name {
  border-bottom: 1px solid #ddd;
  display: table-cell;
  padding: 2px;
  width: auto;
}
div.explist_contact_phone {
  border-bottom: 1px solid #ddd;
  display: table-cell;
  width: 150px;
  text-align: right;
  padding: 2px;
  font-weight: normal;
}
div.explist_contact_infos {
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
}
/*****************************************************************************************/
a.doc_list_icon_cell  ,
a.doc_list_label_cell {
  display: table-cell;
  background-color: #f9f9f9;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  padding: 4px 2px;
}
a.doc_list_icon_cell {
  width: 32px;
  vertical-align: top;
  display: table-cell;
  padding-top: 6px;
}
a.doc_list_label_cell {
  color: #444;
}
a.doc_list_label_cell:active,
a.doc_list_label_cell:link,
a.doc_list_label_cell:visited {
  color: #444;
}
img.doc_icon_image {
  border: 0px;
  margin: 0px;
  margin-top: 2px;
}
a.doc_cat_anker {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
table.doc_with_label_and_comments ,
td.doc_with_label_and_comments_label_cell tr ,
td.doc_with_label_and_comments_label_cell ,
td.doc_with_label_and_comments_comments_cell {
  display: inline-block;
}
td.doc_with_label_and_comments_label_cell {
  font-weight: bolder;
}

/*****************************************************************************************/
div.other_languages_leaflets {
  padding: 0px;
}
ul.other_language_leaflets {
  margin: 0px;
  padding-left: 0px;
}
li.other_language_leaflets_es , li.other_language_leaflets_pt {
  background-color: #f9f9f9;
  list-style: none;
  padding: 5px;
  margin-bottom: 1px;
}

a.other_language_leaflets_es , a.other_language_leaflets_pt {
  display: block;
  background-repeat: no-repeat;
  margin: 1px;
  margin-left: 3px;
  padding-left: 40px;
  height: 20px;
}
a.other_language_leaflets_es {
  background-image: url(../img/es.png);
}
a.other_language_leaflets_pt {
  background-image: url(../img/pt.png);
}
/*****************************************************************************************/
table.doc_list, table.list , table.calculator {
  width: 100%;
  border-collapse: collapse;
}
table.list , table.calculator {
  min-width: 360px;
}

th.list {
  background-color: #ddeaf2;
  color: #377497;
  border-bottom: 1px solid #fff;
  padding: 5px;
}

td.list , td.calc_input, td.calc_label {
  background-color: #f9f9f9;
  padding: 5px;
}
td.calc_input, td.calc_label {
  border-bottom: 1px solid  #fff;
}
td.calc_input {
  vertical-align: middle;
  width: 140px;
  padding: 5px;
  padding-right: 15px;
}
td.list {
  border-bottom: 1px solid #fff;
}

/*****************************************************************************************/
a.paging, .current_page {
  line-height: 100%;
  padding: 1px;
  display: block;
  float: left; 
  margin-left: 3px;
  text-align: center;
  width: 25px;
}
a.paging:link, a.paging:active, a.paging:visited {
}
a.paging:hover {
}


/*****************************************************************************************/
ol {
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 2px;
  padding-left: 15px;
}
ol li {
  margin-bottom: 10px;
}
ul {
  list-style-image: url(../img/list_image.png);              
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 2px;
  padding-left: 15px;
}
li {
  padding: 0px;
}

ul.trailer_options {
  list-style-image: url(../img/list_image_white.png);              
}
/***********************************************************************************/
td.search_keywords {
  padding: 0px;
  background-color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
}
div.keywords {
  padding: 0px;
}
div.keyword_category {
  font-size: 20px;
  color: #999;
}
span.keywords_label {
  font-weight: bolder;
}
form.keywordsform {
  width: 100%;
}
form.keywordsform table {
  width: 100%;
}
select.keyword_selector {
  width: 100%;
}
/*****************************************************************************************/
div.aside {
  background-color: rgba(255, 255, 255, 0.0);
  display: table-cell;
  width: 33%;
  padding-bottom: 30px;
  vertical-align: top;
}

div.aside_title {
  background-color: #fff;
  padding: 10px;
  padding-top: 14px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 1px;
  letter-spacing: -0.5px;
}

a.aside_title:link, a.aside_title:active, a.aside_title:visited {
  color: #555;
}
a.aside_title:hover {
  color: #555;
}

div.aside_data {
  margin-right: 10px;
  margin-bottom: 22px;
}

ul.aside_options   , ul.aside_options_1 ,
ul.aside_options_2 , ul.aside_options_3 ,
ul.aside_options_4 , ul.aside_options_5 ,
ul.aside_options_6 , ul.aside_options_7 {
  display: block;
  padding: 0px;
  margin: 0px;
}
ul.aside_options_1 li { padding-left: 10px; }
ul.aside_options_2 li { padding-left: 40px; }
ul.aside_options_3 li { padding-left: 70px; }
ul.aside_options_4 li { padding-left: 100px; }
ul.aside_options_4 li { padding-left: 130px; }

li.aside_option , li.aside_option_current ,
li.search_result_unavailable , li.aside_logout_option , 
div.newsletter_mobile_option , div.jobs_mobile_option {
  display: block;
  padding: 10px;
  /* border-top: solid #eee 1px; */
  margin-bottom: 1px;
  background-color: #fff;
  font-size: 16px;
}
li.search_result_unavailable {
  background-color: #f9f9f9;
  color: #9f9f9f;
}
li.aside_option_current {
  color: #666;
}

li.aside_option_current {
  background-color: #e9e9e9;
  margin-top: -1px;
  margin-bottom: 0px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

/*****************************************************************************************/
div.trailer {
  display: table;
  width: 100%;
}
div.trailer_content {
  width: 100%;
}

div.trailer_line {
  display: table-row;
}

div.trailer_edesk, div.trailer_address, div.trailer_location, div.trailer_office_times {
  display: table-cell;
  vertical-align: top;
  padding: 10px 5px 10px 15px;
  padding-top: 10px;
  width: 20%;
}
div.trailer_title {
  font-size: 24px;
}
div.trailer_data {
  margin-bottom: 10px;
}
td.trailer_data_cell {
  padding-right: 10px;
}

div.trailer_data  a {
  color: #fff;
}

div.trailer_data  span {
  font-size: 12px;
  color: #fff;
}
div.trailer_subtitle, div.trailer_service_block_title {
  font-size: 18px;
  margin-top: 10px;
}
td.trailer_office_times_AM {
  padding-right: 10px;
}
td.trailer_office_times_PM {
  padding-left: 10px;
}
div.trailer_location_map {
  width: auto;
  text-align: center;
  background-color: #fff;
  padding-top: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.trailer_image_container img {
  border: 0px;
}

/*****************************************************************************************/
div.subtrailer {
  color: #eee;
  font-size: 14px;
  text-align: left;
  padding: 10px 0px 10px 0px;
}

a.a_subtrailer {
  padding-left: 0px;
  padding-right: 20px;
}

a.subtrailer_top {
  float: right;
}
img.subtrailer_go_to_top {
  border: 0px;
}

@media all and (max-width: 1320px) {
  a.a_subtrailer   { margin-left: 5px;  }
  a.subtrailer_top { margin-right: 5px; }
}

img {
  max-width: 600px;
}

/* EOF */


/****************************************************************/
div.search_form {
  display: inline-block;
  padding: 5px 5px 0px 0px;
}
form.search {
  display: inline-block;
  margin-left: 5px;
}
form.search input {
  margin-top: 4px;
  margin-bottom: 2px;
  padding: 4px;
}
input.search_submit_button {
  display: none;
}
input.search_input {
  border: 1px solid #bbb;
  width: 140px;
  outline: none;
}
input.search_button {
  border: 1px solid #bbb;
}
input.search_input_focus {
  border: 1px solid #f00;
}
@media all and (max-width: 935px) {
  input.search_input {
    width: 120px;
  }
}
input.search_button , input.search_button_focus {
  background: url(../img/search_button.png) no-repeat center #fff;
  background-color: #ddd;
  width: 25px;
  margin-left: -6px;
  margin-right: 5px;
}

/* EOF */
