/*
 * Estratto da foundation/css/foundation.css.
 *
 * Contiene le sole regole che questo sito puo effettivamente usare. Le
 * regole sono copiate senza modifiche, nello stesso ordine e dentro le
 * stesse @media dell'originale: nessuna e stata riscritta.
 *
 * Criterio: una regola resta se almeno uno dei suoi selettori nomina solo
 * classi presenti nel sito, raccolte da 15 pagine live piu tutto cio che i
 * template PHP e gli script possono generare. I selettori che non nominano
 * classi (body, h1, ul, a...) sono sempre tenuti: sono lo strato
 * tipografico di base.
 *
 * regole tenute: 343 di 1466
 */

html,
body {
  height: 100%; }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
html,
body {
  font-size: 100%; }
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }
a:hover {
  cursor: pointer; }
img {
  max-width: 100%;
  height: auto; }
img {
  -ms-interpolation-mode: bicubic; }
#map_canvas img,
#map_canvas embed,
#map_canvas object {
  max-width: none !important; }
.right {
  float: right !important; }
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }
img {
  display: inline-block;
  vertical-align: middle; }
textarea {
  height: auto;
  min-height: 50px; }
select {
  width: 100%; }
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  
  
 max-width: 80.8rem; }
.row:before,
.row:after {
    content: " ";
    display: table; }
.row:after {
    clear: both; }
.row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
.row .row:before,
.row .row:after {
      content: " ";
      display: table; }
.row .row:after {
      clear: both; }
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
[class*="column"] + [class*="column"]:last-child {
  float: right; }
[class*="column"] + [class*="column"].end {
  float: left; }
@media only screen {
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
.small-6 {
    width: 50%; }
.small-12 {
    width: 100%; }
}
@media only screen and (min-width: 40.063em) {
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
.medium-4 {
    width: 33.33333%; }
.medium-6 {
    width: 50%; }
.medium-8 {
    width: 66.66667%; }
.medium-12 {
    width: 100%; }
}
@media only screen and (min-width: 64.063em) {
.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
.large-3 {
    width: 25%; }
.large-4 {
    width: 33.33333%; }
.large-5 {
    width: 41.66667%; }
.large-6 {
    width: 50%; }
.large-8 {
    width: 66.66667%; }
.large-12 {
    width: 100%; }
}
.accordion {
  margin-bottom: 0; }
.accordion:before,
.accordion:after {
    content: " ";
    display: table; }
.accordion:after {
    clear: both; }
.accordion dd {
    display: block;
    margin-bottom: 0 !important; }
.accordion dd.active > a {
      background: #e8e8e8; }
.accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
.accordion dd > a:hover {
        background: #e3e3e3; }
.accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
.accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table; }
[class*="block-grid-"]:after {
    clear: both; }
[class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }
button,
.button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #007095; }
button:hover,
button:focus,
.button:hover,
.button:focus {
    color: #FFFFFF; }
button.alert,
.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
      background-color: #cf2a0e; }
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
      color: #FFFFFF; }
button.small,
.button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
button.tiny,
.button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
button[disabled],
.button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
button[disabled]:hover,
button[disabled]:focus,
.button[disabled]:hover,
.button[disabled]:focus {
      background-color: #007095; }
button[disabled]:hover,
button[disabled]:focus,
.button[disabled]:hover,
.button[disabled]:focus {
      color: #FFFFFF; }
button[disabled]:hover,
button[disabled]:focus,
.button[disabled]:hover,
.button[disabled]:focus {
      background-color: #008CBA; }
button[disabled].alert,
.button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
button[disabled].alert:hover,
button[disabled].alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
        background-color: #cf2a0e; }
button[disabled].alert:hover,
button[disabled].alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
        color: #FFFFFF; }
button[disabled].alert:hover,
button[disabled].alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
        background-color: #f04124; }
button::-moz-focus-inner {
  border: 0;
  padding: 0; }
@media only screen and (min-width: 40.063em) {
button,
.button {
    display: inline-block; }
}
[data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
[data-clearing]:before,
[data-clearing]:after {
    content: " ";
    display: table; }
[data-clearing]:after {
    clear: both; }
[data-clearing] li {
    float: left;
    margin-right: 10px; }
[data-clearing][class*="block-grid-"] li {
    margin-right: 0; }
.dropdown.button,
button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem; }
.dropdown.button::after,
button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
.dropdown.button::after,
button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
.dropdown.button::after,
button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.tiny,
button.dropdown.tiny {
    padding-right: 2.625rem; }
.dropdown.button.tiny:after,
button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
.dropdown.button.tiny::after,
button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
.dropdown.button.small,
button.dropdown.small {
    padding-right: 3.0625rem; }
.dropdown.button.small::after,
button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
.dropdown.button.small::after,
button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
.flex-video.widescreen {
    padding-bottom: 56.34%; }
.flex-video.vimeo {
    padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
form {
  margin: 0 0 1rem; }
form .row .row {
  margin: 0 -0.5rem; }
form .row .row .columns {
    padding: 0 0.5rem; }
form .row input.columns,
form .row textarea.columns {
  padding-left: 0.5rem; }
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0; }
label.right {
    float: none !important;
    text-align: right; }
label small {
    text-transform: capitalize;
    color: #676767; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }
textarea[rows] {
  height: auto; }
textarea {
  max-width: 100%; }
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
select::-ms-expand {
    display: none; }
select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
select[multiple] {
    height: auto; }
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
input[type="file"] {
  width: 100%; }
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }
[data-magellan-expedition],
[data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
ul.pagination li a,
ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
      background: #e6e6e6; }
ul.pagination li.current a,
ul.pagination li.current button {
      background: #008CBA;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
        background: #008CBA; }
ul.pagination li {
    float: left;
    display: block; }
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
.panel > :first-child {
    margin-top: 0; }
.panel > :last-child {
    margin-bottom: 0; }
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
    color: #333333; }
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
table thead {
    background: #F5F5F5; }
table thead tr th,
table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
table tfoot {
    background: #F5F5F5; }
table tfoot tr th,
table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
table tr th,
table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
table tr:nth-of-type(even) {
    background: #F9F9F9; }
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
    display: table-cell;
    line-height: 1.125rem; }
.contain-to-grid {
  width: 100%;
  background: #333333; }
.contain-to-grid .top-bar {
    margin-bottom: 0; }
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
 
 background: #FFF;
  margin-bottom: 0; }
.top-bar ul {
    margin-bottom: 0;
    list-style: none; }
.top-bar .row {
    max-width: none; }
.top-bar form,
.top-bar input {
    margin-bottom: 0; }
.top-bar input {
    height: 1.75rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
.top-bar .button,
.top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
@media only screen and (max-width: 40em) {
.top-bar .button,
.top-bar button {
        position: relative;
        top: -1px; }
}
.top-bar .title-area {
    position: relative;
    margin: 0; }
.top-bar .name {
    height: 2.8125rem;
    margin: 0;
    font-size: 16px; }
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
      line-height: 2.8125rem;
      font-size: 1.0625rem;
      margin: 0; }
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
        font-weight: normal;
        color: #000;
        width: 75%;
        display: block;
        padding: 0 0.9375rem; }
.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
.top-bar .toggle-topbar a {
      color: #000;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 0.9375rem;
      height: 2.8125rem;
      line-height: 2.8125rem; }
.top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
.top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        color: #000;
        position: relative; }
.top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
.top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
.top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
.top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
.top-bar-section ul li {
    background: #333333; }
.top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #868787;
      padding: 12px 0 12px 0;
      padding-left: 0.9375rem;
      
      
	  font-size: 1.125rem;
      font-weight: normal;
      text-transform: none; }
.top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        background-color: #008CBA;
        border-color: #007095;
        color: #868787; }
.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
          background-color: #007095; }
.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
.top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
.top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      background-color: #008CBA;
      border-color: #007095;
      color: #FFFFFF; }
.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
        background-color: #007095; }
.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
        color: #FFFFFF; }
.top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
.top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
.top-bar-section ul li.active > a {
      background: #008CBA;
      color: #FFFFFF; }
.top-bar-section ul li.active > a:hover {
        background: #0078a0;
        color: #FFFFFF; }
.top-bar-section .has-dropdown {
    position: relative; }
.top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
.top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
.top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
.top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
.top-bar-section .dropdown li.title h5 {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
.top-bar-section .dropdown li.title h5 a {
          color: #FFFFFF;
          display: block; }
.top-bar-section .dropdown li.title h5 a:hover {
            background: none; }
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
        top: auto; }
.top-bar-section .dropdown label {
      padding: 8px 0.9375rem 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }
@media only screen and (min-width: 40.063em) {
.top-bar {
    background: #333333;
    overflow: visible; }
.top-bar:before,
.top-bar:after {
      content: " ";
      display: table; }
.top-bar:after {
      clear: both; }
.top-bar .toggle-topbar {
      display: none; }
.top-bar .title-area {
      float: left; }
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name h5 a,
.top-bar .name h6 a {
      width: auto; }
.top-bar input,
.top-bar .button,
.top-bar button {
      font-size: 0.875rem;
      position: relative;
      height: 1.75rem;
      top: 0.53125rem; }
.contain-to-grid .top-bar {
    max-width: 72.5rem;
    margin: 0 auto;
    margin-bottom: 0; }
.top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
.top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
.top-bar-section ul li {
        float: left; }
.top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
.top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      background: #333333; }
.top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #333333; }
.top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      color: #FFFFFF;
      background: #008CBA; }
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #FFFFFF; }
.top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
.top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
.top-bar-section .has-dropdown.hover > .dropdown,
.top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
.top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
.top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
.top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 2.8125rem;
        white-space: nowrap;
        padding: 12px 0.9375rem;
        background: #333333; }
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #555555;
        background: #333333; }
.top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
.top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
.top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 2.8125rem;
      width: 0; }
.top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
.top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
.no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF; }
.no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF; }
.no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
.no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit; }
a:hover,
a:focus {
    color: #0078a0; }
a img {
    border: none; }
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }
h1 {
  font-size: 2.125rem; }
h2 {
  font-size: 1.6875rem; }
h3 {
  font-size: 1.375rem; }
h4 {
  font-size: 1.125rem; }
h5 {
  font-size: 1.125rem; }
h6 {
  font-size: 1rem; }
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }
em,
i {
  font-style: italic;
  line-height: inherit; }
strong,
b {
  font-weight: bold;
  line-height: inherit; }
small {
  font-size: 60%;
  line-height: inherit; }
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }
ul {
  margin-left: 1.1rem; }
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ol {
  margin-left: 1.4rem; }
ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }
abbr {
  text-transform: none; }
abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
blockquote cite:before {
      content: "\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited {
      color: #555555; }
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }
@media only screen and (min-width: 40.063em) {
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4; }
h1 {
    font-size: 2.75rem; }
h2 {
    font-size: 2.3125rem; }
h3 {
    font-size: 1.6875rem; }
h4 {
    font-size: 1.4375rem; }
h5 {
    font-size: 1.125rem; }
h6 {
    font-size: 1rem; }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
.inner-wrap:before,
.inner-wrap:after {
    content: " ";
    display: table; }
.inner-wrap:after {
    clear: both; }
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
    font-size: 1.125rem; }
.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }
.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
@media only screen and (min-width: 40.063em) {
.tab-bar-section.right {
      text-align: right; }
}
.tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
.tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
.tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
ul.off-canvas-list li a:hover {
      background: #242424; }
.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); }
}
.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
@media only screen and (min-width: 40.063em) {
.move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); }
}
@media only screen {
.show-for-small-only {
    display: inherit !important; }
.show-for-medium-up,
.hide-for-medium-down {
    display: none !important; }
table.show-for-small-only {
    display: table !important; }
thead.show-for-small-only {
    display: table-header-group !important; }
tbody.show-for-small-only {
    display: table-row-group !important; }
tr.show-for-small-only {
    display: table-row; }
th.show-for-small-only,
td.show-for-small-only {
    display: table-cell !important; }
}
@media only screen and (min-width: 40.063em) {
.show-for-medium-up {
    display: inherit !important; }
.show-for-small-only,
.hide-for-medium-down {
    display: none !important; }
table.show-for-medium-up {
    display: table !important; }
thead.show-for-medium-up {
    display: table-header-group !important; }
tbody.show-for-medium-up {
    display: table-row-group !important; }
tr.show-for-medium-up {
    display: table-row; }
th.show-for-medium-up,
td.show-for-medium-up {
    display: table-cell !important; }
}
@media only screen and (min-width: 64.063em) {
.show-for-medium-up,
.hide-for-medium-down {
    display: inherit !important; }
.show-for-small-only {
    display: none !important; }
table.show-for-medium-up,
table.hide-for-medium-down {
    display: table !important; }
thead.show-for-medium-up,
thead.hide-for-medium-down {
    display: table-header-group !important; }
tbody.show-for-medium-up,
tbody.hide-for-medium-down {
    display: table-row-group !important; }
tr.show-for-medium-up,
tr.hide-for-medium-down {
    display: table-row; }
th.show-for-medium-up,
td.show-for-medium-up,
th.hide-for-medium-down,
td.hide-for-medium-down {
    display: table-cell !important; }
}
@media only screen and (min-width: 90.063em) {
.show-for-medium-up,
.hide-for-medium-down {
    display: inherit !important; }
.show-for-small-only {
    display: none !important; }
table.show-for-medium-up,
table.hide-for-medium-down {
    display: table !important; }
thead.show-for-medium-up,
thead.hide-for-medium-down {
    display: table-header-group !important; }
tbody.show-for-medium-up,
tbody.hide-for-medium-down {
    display: table-row-group !important; }
tr.show-for-medium-up,
tr.hide-for-medium-down {
    display: table-row; }
th.show-for-medium-up,
td.show-for-medium-up,
th.hide-for-medium-down,
td.hide-for-medium-down {
    display: table-cell !important; }
}
@media only screen and (min-width: 120.063em) {
.show-for-medium-up,
.hide-for-medium-down {
    display: inherit !important; }
.show-for-small-only {
    display: none !important; }
table.show-for-medium-up,
table.hide-for-medium-down {
    display: table !important; }
thead.show-for-medium-up,
thead.hide-for-medium-down {
    display: table-header-group !important; }
tbody.show-for-medium-up,
tbody.hide-for-medium-down {
    display: table-row-group !important; }
tr.show-for-medium-up,
tr.hide-for-medium-down {
    display: table-row; }
th.show-for-medium-up,
td.show-for-medium-up,
th.hide-for-medium-down,
td.hide-for-medium-down {
    display: table-cell !important; }
}
@media print {
* {
    background: transparent !important;
    color: #000000 !important;
    
    box-shadow: none !important;
    text-shadow: none !important; }
a,
a:visited {
    text-decoration: underline; }
a[href]:after {
    content: " (" attr(href) ")"; }
abbr[title]:after {
    content: " (" attr(title) ")"; }
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: ""; }
pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
thead {
    display: table-header-group; }
tr,
img {
    page-break-inside: avoid; }
img {
    max-width: 100% !important; }
@page {
    margin: 0.5cm; }
p,
h2,
h3 {
    orphans: 3;
    widows: 3; }
h2,
h3 {
    page-break-after: avoid; }
}
