﻿html {
  overflow-y: scroll; }

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333333; }

h1, h2, h3, h4, h5, h6 {
  color: #6E6259;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 12.5px; }

p {
  line-height: 1.42857;
  margin: 0 0 12.5px; }

a {
  color: #EA7600;
  font-weight: 400;
  cursor: pointer; }
  a:hover {
    color: #EA7600;
    text-decoration: underline; }

input, select, textarea {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: #f5f5f0;
  color: #000;
  border: solid 1px #d4d6d8;
  margin: 0;
  padding: 4px 4px 6px; }
  input.placeholder, select.placeholder, textarea.placeholder {
    color: #A59C94; }
  input:hover, select:hover, textarea:hover {
    border: solid 1px #d4d6d8; }

/*Override Foundation.2.1 .input*/
.input.placeholder {
  color: #6E6259; }

/*Override Foundation.2.1 .button*/
.button, .button.small {
  font-family: inherit;
  white-space: nowrap;
  padding: 2px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857;
  border-radius: 0;
  border: 1px solid #d4d6d8;
  background-color: transparent;
  color: #EA7600;
  height: 33px; }
  .button:focus, .button.small:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .button:hover, .button.small:hover {
    color: #fff;
    background-color: #EA7600;
    border: 1px solid #E6A65D; }
  .button:active, .button.small:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .button:active:hover, .button.small:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c; }

/* breadcrumb */
.bredcrumb {
  display: block;
  margin: 15px 0 15px 0; }

.breadcrumb-item {
  display: inline;
  white-space: nowrap; }
  .breadcrumb-item:after {
    content: " >"; }
  .breadcrumb-item:last-child:after {
    content: ""; }

.breadcrumb--mobile {
  margin: 11px 0 18px; }

.bredcrumb-item--mobile {
  padding: 9px 0 9px 9px; }
  .bredcrumb-item--mobile i {
    padding-right: 9px; }
  .bredcrumb-item--mobile:after {
    margin-left: 14px;
    content: unset; }
  .bredcrumb-item--mobile:last-child:after {
    content: unset; }

.hidden {
  display: none; }

.uppercase {
  text-transform: uppercase; }

html, body {
  height: 100%;
  font-family: "Lato", Helvetica, Arial, sans-serif; }

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

header {
  padding: 10px 0 0 0;
  border-bottom: 1px solid #d4d6d8;
  width: 100%;
  min-width: 1055px;
  margin: 0 auto;
  background-color: #f5f5f0; }

.header-title {
  display: inline-block;
  margin: 0; }
  .header-title h1 {
    margin: 0;
    padding: 12px 0;
    padding-left: 6px;
    color: #EA7600; }

.test-icon-container {
  position: absolute;
  right: -43px; }

.test-icon {
  top: 12px;
  position: fixed;
  opacity: 0.6;
  width: 70px;
  height: 37px;
  z-index: 1000; }

.header-right {
  float: right;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 1px;
  margin-left: 20px; }

img.header-right {
  width: 24px; }

.header-left {
  float: left;
  display: inline-block;
  margin-top: 10px;
  margin-right: 12px;
  margin-left: 6px; }

img.header-left {
  height: 27px; }

a.header:hover {
  text-decoration: none; }

.header-time {
  float: right;
  text-transform: uppercase;
  vertical-align: middle; }

.container {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  padding: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400; }
  .container .content {
    height: 100%;
    padding-bottom: 200px; }
    .container .content:after {
      content: "";
      display: block;
      height: 200px; }
  .container footer {
    height: 200px;
    width: 100%;
    min-width: 1055px;
    padding-top: 50px;
    position: absolute;
    bottom: 0;
    background-color: #6E6259;
    color: #fff; }
    .container footer h1 {
      color: white; }

section h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d6d8; }

section h2 {
  font-size: 24px;
  font-weight: 600; }

section .error {
  outline: 2px solid #D80000 !important; }

.panel, div.panel {
  padding: 15px;
  margin: 0 0 20px 0; }
  .panel.panel-gray, div.panel.panel-gray {
    background: #f5f5f0;
    padding: 18px; }
    .panel.panel-gray h1, div.panel.panel-gray h1 {
      padding-bottom: 0;
      border: none; }

.menu_aroweb {
  background: transparent; }

.wrapper_menu_full .menu_aroweb {
  border: none; }

.wrapper_menu_full {
  border: none; }

.menu_light_theme .menu_aroweb {
  margin-left: 0; }
  .menu_light_theme .menu_aroweb li {
    margin-right: 2.5px; }
    .menu_light_theme .menu_aroweb li:hover {
      margin-right: 1.5px; }
  .menu_light_theme .menu_aroweb li:hover div a, .menu_light_theme .menu_aroweb li:hover div a:hover {
    color: #333333; }
    .menu_light_theme .menu_aroweb li:hover div a .menu-item, .menu_light_theme .menu_aroweb li:hover div a:hover .menu-item {
      color: #6E6259; }
  .menu_light_theme .menu_aroweb li ul li a:hover {
    color: #333333;
    text-decoration: underline; }
  .menu_light_theme .menu_aroweb h3, .menu_light_theme .menu_aroweb label, .menu_light_theme .menu_aroweb p {
    color: #6E6259;
    text-shadow: none; }
    .menu_light_theme .menu_aroweb h3:hover, .menu_light_theme .menu_aroweb label:hover, .menu_light_theme .menu_aroweb p:hover {
      text-shadow: none; }

select, textarea {
  border-radius: 0;
  font-family: inherit; }

select:hover, textarea:hover, select:focus, textarea:focus {
  box-shadow: none; }

.wrapper_menu_full {
  z-index: 1000; }
  .wrapper_menu_full .menu {
    width: 100%;
    padding: 0;
    height: 45px; }
    .wrapper_menu_full .menu li:hover .dropdown_fullwidth {
      margin-left: -487px; }
  .wrapper_menu_full .menu_whole_width {
    width: 1055px; }

.menu h2,
.menu h3,
.menu li ul li a,
.menu li a {
  color: #6E6259;
  text-shadow: none;
  text-decoration: none; }
  .menu h2:hover,
  .menu h3:hover,
  .menu li ul li a:hover,
  .menu li a:hover {
    color: #6E6259; }

.menu li:hover, .menu li.nodrop:hover {
  border-radius: 0; }

.menu li.nodrop:hover, .menu li:hover a {
  padding: 4px 4px 4px 3px; }

.menu li {
  margin-bottom: 8px; }

.menu li a {
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  padding: 5px 4px 6px; }

.menu h3, .menu li ul li a {
  text-transform: none;
  margin-bottom: 12px; }

.menu h3 {
  margin-bottom: 0;
  line-height: 1.1;
  padding-top: 11px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: bold; }

.menu li ul li:hover {
  background-color: #faf9fb; }

.menu li ul li a {
  font-size: 15px;
  font-weight: 400; }

.menu li.language a, .menu li.language:hover a {
  padding: 0px 10px 0px 9px;
  border: none;
  background: transparent; }

.menu .header-mobile-link {
  font-size: 0.9rem; }

.menu li.right.language, .menu li.right.language:hover {
  border: none;
  background: transparent;
  float: right;
  right: 0;
  margin-right: 0;
  margin-top: 0;
  padding-top: 6px; }

.menu .dropdown_1column {
  width: 145px; }

.menu .dropdown_2columns {
  width: 300px; }
  .menu .dropdown_2columns.user-settings {
    width: 232px; }

.menu .dropdown_3columns {
  width: 455px; }

.menu .dropdown_4columns {
  width: 610px; }

.menu .dropdown_5columns {
  width: 765px; }

.menu .dropdown_fullwidth {
  width: 1055px;
  padding: 0 17px 17px; }

.menu .dropdown_1column,
.menu .dropdown_2columns,
.menu .dropdown_3columns,
.menu .dropdown_4columns,
.menu .dropdown_5columns,
.menu .dropdown_fullwidth,
.menu li .first_fullwidth {
  border-radius: 0; }

.menu li .align_right {
  border-radius: 0; }

.menu_light_theme ul .dropdown_1column,
.menu_light_theme ul .dropdown_2columns,
.menu_light_theme ul .dropdown_3columns,
.menu_light_theme ul .dropdown_4columns,
.menu_light_theme ul .dropdown_5columns,
.menu_light_theme ul .dropdown_fullwidth,
.menu_light_theme ul .levels li ul {
  background: #f5f5f0;
  border: 1px solid #faf9fb;
  box-shadow: 0 0 3px 0 rgba(200, 200, 200, 0.1); }

.menu_light_theme ul li:hover,
.menu_light_theme ul li.nodrop:hover {
  background: #faf9fb;
  border: 1px solid #faf9fb; }

.menu_light_theme ul li:hover a {
  color: #6E6259;
  border-bottom: none; }

.menu_light_theme ul li.language a,
.menu_light_theme ul li.language:hover a {
  padding: 4px 10px 0px 9px; }
  .menu_light_theme ul li.language a img,
  .menu_light_theme ul li.language:hover a img {
    height: 24px; }

.menu_light_theme ul h2,
.menu_light_theme ul h3 {
  border-bottom: 1px solid #faf9fb; }

.menu_aroweb,
ul#mainmenu {
  height: 45px; }

ul#mainmenu > li,
ul#mainmenu > li:hover {
  margin: 0;
  padding: 12px 6px;
  background: transparent;
  border: none; }

ul#mainmenu > li > a {
  height: 21px;
  margin: 0;
  padding: 0;
  line-height: 21px; }

ul#mainmenu > li h3 {
  border: none; }

ul#mainmenu > li > a > img {
  height: 21px; }

ul#mainmenu li a {
  color: #666; }

ul#mainmenu li:hover a {
  color: black; }

ul#mainmenu > li,
ul#mainmenu > li > a {
  cursor: pointer; }

ul#mainmenu > li:hover > .dropdown_fullwidth,
ul#mainmenu > li:hover > .dropdown_1column {
  top: 41px;
  left: 0;
  margin-left: 0;
  border: 1px solid #d4d6d8;
  border-top: none;
  box-shadow: none;
  box-sizing: border-box;
  cursor: default; }

ul#mainmenu > li > .dropdown_fullwidth .col_1,
ul#mainmenu > li > .dropdown_fullwidth .col_6 {
  margin: 0; }

ul#mainmenu > li > .dropdown_fullwidth .col_1 {
  width: 170px; }

ul#mainmenu > li > .dropdown_fullwidth .col_6 {
  width: 1021px; }

ul#mainmenu li ul li {
  margin: 0; }

ul#mainmenu li ul li:hover {
  background-color: transparent; }

.width-constrained {
  width: 55%; }

.validation-summary-errors {
  display: block;
  padding: 0; }
  .validation-summary-errors--margin-bottom {
    margin-bottom: 24px;
    /* Fix to compensate for the margin that .tor-link-text-table usually provides, hence not applied globally on .validation-summary-errors */ }
  .validation-summary-errors ul {
    margin: 0;
    padding: 0; }
    .validation-summary-errors ul li, .validation-summary-errors ul li:hover {
      width: 97%;
      margin: 4px 0 0;
      background: #ff0000;
      /*border-bottom: 1px solid $AROWeb2015-red-border;*/
      border: none;
      color: white;
      padding: 6px 7px;
      font-weight: bold;
      position: relative;
      border-image: initial; }

.field-validation-error {
  display: inline-block;
  margin: 4px 0;
  outline: 2px solid #D80000 !important;
  padding: 6px 7px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-image: initial; }

.input-validation-error {
  outline: 2px solid #D80000 !important; }
  .input-validation-error:hover {
    outline: 2px solid #D80000 !important; }

.custom-message-area {
  background: #ff0000;
  border: 1px solid #ff0000;
  color: white;
  margin: 0;
  padding: 0.6rem;
  font-weight: bold; }

.menu .editor-label {
  display: block;
  margin: 10px 0 3px;
  padding: 0;
  width: 195px;
  color: #6E6259; }

.menu .editor-field,
.menu .editor-textarea {
  display: block;
  margin: 4px 0 0;
  padding: 4px 4px 6px; }

.menu .notify,
.menu .notify:hover {
  color: #EA7600; }

.menu #notification img {
  height: 12px; }

.action-button {
  padding: 0;
  margin: 3px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #E6A65D;
  background-color: #EA7600; }
  .action-button:hover, .action-button:active {
    outline: invert none medium;
    overflow: visible; }
  .action-button img {
    vertical-align: middle;
    padding: 3px; }

.action-button.small img {
  width: 24px;
  height: 24px; }

.action-button.disabled,
.action-button[disabled],
.action-button[disabled]:hover,
.action-button.disabled:hover {
  cursor: default;
  border: 1px solid #d4d6d8;
  background-color: #f5f5f0; }
  .action-button.disabled img,
  .action-button[disabled] img,
  .action-button[disabled]:hover img,
  .action-button.disabled:hover img {
    opacity: 0.25; }

.action-button:hover {
  background-color: #E6A65D;
  border: 1px solid #E6A65D; }

a.disabled,
li.disabled a {
  color: #84c2d9 !important;
  cursor: not-allowed; }

.login-required-message {
  min-height: 30px;
  text-align: center;
  color: white;
  width: 100%;
  min-width: 1055px;
  background-color: #ff0000; }
  .login-required-message p {
    margin: 0;
    font-weight: bold;
    line-height: 30px; }

@media print {
  header,
  footer,
  div.width-constrained {
    display: none !important; }
  html,
  body {
    width: 19cm;
    margin: 0 !important;
    padding: 0 !important;
    background: white !important;
    font-size: 100% !important; }
  .content {
    height: auto !important; }
  .row {
    min-width: 19cm !important;
    max-width: 19cm !important;
    width: 19cm !important;
    clear: both !important; }
    .row .columns {
      margin: 0 !important;
      clear: both !important; }
      .row .columns.one, .row .columns.two, .row .columns.three, .row .columns.four, .row .columns.five, .row .columns.six, .row .columns.seven, .row .columns.eight, .row .columns.nine, .row .columns.ten, .row .columns.eleven, .row .columns.twelve {
        width: 19cm !important;
        clear: both !important; }
    .row .offset-by-one {
      margin-left: 0 !important; }
    .row .offset-by-two {
      margin-left: 0 !important; }
    .row .offset-by-three {
      margin-left: 0 !important; }
    .row .offset-by-four {
      margin-left: 0 !important; }
    .row .offset-by-five {
      margin-left: 0 !important; }
    .row .offset-by-six {
      margin-left: 0 !important; }
    .row .offset-by-seven {
      margin-left: 0 !important; }
    .row .offset-by-eight {
      margin-left: 0 !important; }
    .row .offset-by-nine {
      margin-left: 0 !important; }
    .row .offset-by-ten {
      margin-left: 0 !important; }
  .panel {
    background: white !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    width: 19cm !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: both !important; }
    .panel h1 {
      font-size: 16pt !important;
      font-weight: normal !important;
      width: 19cm !important;
      clear: both !important; }
    .panel .text {
      padding-bottom: 16pt;
      font-size: 12pt !important;
      width: 19cm !important;
      clear: both !important; }
    .panel .width-constrained,
    .panel .left {
      width: 19cm !important;
      clear: both !important; }
    .panel .tor-link-text-table {
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      width: 19cm !important;
      clear: both !important; }
      .panel .tor-link-text-table .tor-link-text-row {
        width: 19cm !important;
        margin: 0 !important;
        font-size: 12pt;
        display: block !important;
        clear: both !important; }
        .panel .tor-link-text-table .tor-link-text-row .tor-link-text-row-item {
          margin: 0 !important;
          padding: 0.2cm 0 !important;
          float: left !important; }
          .panel .tor-link-text-table .tor-link-text-row .tor-link-text-row-item.item-header, .panel .tor-link-text-table .tor-link-text-row .tor-link-text-row-item.item-text {
            line-height: 16pt; }
          .panel .tor-link-text-table .tor-link-text-row .tor-link-text-row-item.item-header {
            width: 2cm !important; }
          .panel .tor-link-text-table .tor-link-text-row .tor-link-text-row-item.item-text {
            width: 15cm !important; }
        .panel .tor-link-text-table .tor-link-text-row .tor-link-text-row-snowtam-item {
          padding-top: 0 !important;
          padding-bottom: 0 !important; }
        .panel .tor-link-text-table .tor-link-text-row .tor-link-text-row-snowtam-item:first-child {
          padding-top: 0.2cm !important; }
        .panel .tor-link-text-table .tor-link-text-row .tor-link-text-row-snowtam-item:last-child {
          padding-bottom: 0.2cm !important; }
      .panel .tor-link-text-table .tor-link-text-row.no-background {
        background: white; }
    .panel pre {
      width: 19cm !important;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      font-size: 12pt !important;
      font-weight: 400 !important;
      font-family: Consolas !important;
      line-height: 16pt !important;
      page-break-inside: auto;
      /* override foundation.2.1.css page-break-inside: avoid; which made print of AIS and MET to have a blank first page below header */ } }
