@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,700);
@charset "UTF-8";
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  background: #fff;
  color: #000;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  font-size: 16px;
}

body {
  background: #fff;
  color: #666;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

object, embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

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: 1000px;
  *zoom: 1;
}

.wa-padding-global {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.wa-section {
  --wa-section-margin-left:auto;
  --wa-section-margin-right:auto;
  --wa-section-margin-top:0;
  --wa-section-margin-bottom:0;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse .column, .row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row .row {
  width: auto;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .wa-padding-global {
  margin-top: 0;
  margin-bottom: 0;
}

.row .wa-section {
  --wa-section-margin-top:0;
  --wa-section-margin-bottom:0;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column, .columns {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  float: left;
}

@media only screen {
  .column, .columns {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    float: left;
  }
  .small-1 {
    position: relative;
    width: 8.33333%;
  }
  .small-2 {
    position: relative;
    width: 16.66667%;
  }
  .small-3 {
    position: relative;
    width: 25%;
  }
  .small-4 {
    position: relative;
    width: 33.33333%;
  }
  .small-5 {
    position: relative;
    width: 41.66667%;
  }
  .small-6 {
    position: relative;
    width: 50%;
  }
  .small-7 {
    position: relative;
    width: 58.33333%;
  }
  .small-8 {
    position: relative;
    width: 66.66667%;
  }
  .small-9 {
    position: relative;
    width: 75%;
  }
  .small-10 {
    position: relative;
    width: 83.33333%;
  }
  .small-11 {
    position: relative;
    width: 91.66667%;
  }
  .small-12 {
    position: relative;
    width: 100%;
  }
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
  [class*=column] + [class*=column].end {
    float: left;
  }
  .column.small-centered, .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
@media only screen and (min-width: 801px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }
  .large-2 {
    position: relative;
    width: 16.66667%;
  }
  .large-3 {
    position: relative;
    width: 25%;
  }
  .large-4 {
    position: relative;
    width: 33.33333%;
  }
  .large-5 {
    position: relative;
    width: 41.66667%;
  }
  .large-6 {
    position: relative;
    width: 50%;
  }
  .large-7 {
    position: relative;
    width: 58.33333%;
  }
  .large-8 {
    position: relative;
    width: 66.66667%;
  }
  .large-9 {
    position: relative;
    width: 75%;
  }
  .large-10 {
    position: relative;
    width: 83.33333%;
  }
  .large-11 {
    position: relative;
    width: 91.66667%;
  }
  .large-12 {
    position: relative;
    width: 100%;
  }
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column.large-centered, .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right !important;
  }
}
.show-for-small, .show-for-medium-down, .show-for-large-down {
  display: inherit !important;
}

.show-for-medium, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-xlarge {
  display: none !important;
}

.hide-for-medium, .hide-for-medium-up, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small, .hide-for-medium-down, .hide-for-large-down {
  display: none !important;
}

table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, th.show-for-small, th.show-for-medium-down, th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge {
  display: table-cell !important;
}

@media only screen and (min-width: 801px) {
  .show-for-medium, .show-for-medium-up {
    display: inherit !important;
  }
  .show-for-small {
    display: none !important;
  }
  .hide-for-small {
    display: inherit !important;
  }
  .hide-for-medium, .hide-for-medium-up {
    display: none !important;
  }
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small, th.show-for-medium, th.show-for-medium-up, th.hide-for-small {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 80em) {
  .show-for-large, .show-for-large-up {
    display: inherit !important;
  }
  .show-for-medium, .show-for-medium-down {
    display: none !important;
  }
  .hide-for-medium, .hide-for-medium-down {
    display: inherit !important;
  }
  .hide-for-large, .hide-for-large-up {
    display: none !important;
  }
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down, th.show-for-large, th.show-for-large-up, th.hide-for-medium, th.hide-for-medium-down {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 90em) {
  .show-for-xlarge {
    display: inherit !important;
  }
  .show-for-large, .show-for-large-down {
    display: none !important;
  }
  .hide-for-large, .hide-for-large-down {
    display: inherit !important;
  }
  .hide-for-xlarge {
    display: none !important;
  }
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down, th.show-for-xlarge, th.hide-for-large, th.hide-for-large-down {
    display: table-cell !important;
  }
}
.show-for-landscape, .hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait, .show-for-landscape {
    display: none !important;
  }
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important;
  }
}
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

@media only screen {
  [class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  [class*=block-grid-]:before, [class*=block-grid-]:after {
    content: " ";
    display: table;
  }
  [class*=block-grid-]:after {
    clear: both;
  }
  [class*=block-grid-] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 801px) {
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: #d7d7d7;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

a {
  color: #666;
  text-decoration: underline;
  line-height: inherit;
}

a:hover, a:focus {
  color: #1d1d1d;
}

a img {
  border: none;
}

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}

p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #8a8a8a;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 80%;
  color: #d7d7d7;
  line-height: 0;
}

h1 {
  font-size: 2.75em;
}

h2 {
  font-size: 2.3125em;
}

h3 {
  font-size: 1.6875em;
}

h4 {
  font-size: 1.4375em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

hr {
  border-top: solid #e6e6e6;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 0;
  padding-bottom: 1.1875em;
  height: 0;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

ul, ol, dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: inside;
  font-family: inherit;
}

ul, ol {
  margin-left: 0;
}

ul li ul, ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

ul.no-bullet {
  list-style: none;
}

ol li ul, ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75em;
}

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #666;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #bdbdbd;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a, blockquote cite a:visited {
  color: #bdbdbd;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #1d1d1d;
}

.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !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) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    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;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
form {
  margin: 0 0 0.75em;
}

form .row .row {
  margin: 0 -0.375em;
}

form .row .wa-padding-global {
  margin-top: 0;
  margin-bottom: 0;
}

form .row .wa-section {
  --wa-section-margin-top:0;
  --wa-section-margin-bottom:0;
}

form .row .row .column, form .row .row .columns {
  padding: 0 0.375em;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column, form .row .row.collapse .columns {
  padding: 0;
}

form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
  padding-left: 0.375em;
}

label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  margin: 0 0 0.75em 0;
  padding: 0.375em 0;
}

label small {
  text-transform: capitalize;
  color: #666;
}

.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 1.9375em;
  line-height: 1.9375em;
}

.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button.radius {
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}

span.prefix.radius, label.prefix.radius {
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #ccc;
  border-left: none;
  color: #333;
}

span.postfix.radius, label.postfix.radius {
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

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], textarea {
  background-color: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
  border: 0px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #666;
  display: block;
  font-size: 1em;
  margin: 0 0 0.75em 0;
  padding: 0.375em;
  height: 2.0625em;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

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, textarea:focus {
  box-shadow: 0 0 5px #999;
  border-color: #999;
}

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, textarea:focus {
  background: #fafafa;
  border-color: #999;
  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], textarea[disabled] {
  background-color: #ddd;
}

input[type=file], input[type=checkbox], input[type=radio], select {
  margin: 0 0 0.75em 0;
}

input[type=file] {
  width: 100%;
}

fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.0625em;
  margin-bottom: 0.75em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
  margin-top: 0;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.0625em;
  margin-bottom: 0.75em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

.error input, .error textarea, .error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

.error input:focus, .error textarea:focus, .error select:focus {
  background: #fafafa;
  border-color: #999;
}

.error label, .error label.error {
  color: #c60f13;
}

.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.0625em;
  margin-bottom: 0.75em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

.error span.error-message {
  display: block;
}

input.error, textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

input.error:focus, textarea.error:focus {
  background: #fafafa;
  border-color: #999;
}

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

.error select:focus {
  background: #fafafa;
  border-color: #999;
}

label.error {
  color: #c60f13;
}

.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.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%;
}

[data-section=""], [data-section=auto], .section-container.auto, [data-section=vertical-tabs], .section-container.vertical-tabs, [data-section=vertical-nav], .section-container.vertical-nav, [data-section=horizontal-nav], .section-container.horizontal-nav, [data-section=accordion], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

[data-section=""][data-section-small-style], [data-section=auto][data-section-small-style], .section-container.auto[data-section-small-style], [data-section=vertical-tabs][data-section-small-style], .section-container.vertical-tabs[data-section-small-style], [data-section=vertical-nav][data-section-small-style], .section-container.vertical-nav[data-section-small-style], [data-section=horizontal-nav][data-section-small-style], .section-container.horizontal-nav[data-section-small-style], [data-section=accordion][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}

[data-section=""][data-section-small-style] > [data-section-region], [data-section=""][data-section-small-style] > section, [data-section=""][data-section-small-style] > .section, [data-section=auto][data-section-small-style] > [data-section-region], [data-section=auto][data-section-small-style] > section, [data-section=auto][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section, [data-section=vertical-tabs][data-section-small-style] > [data-section-region], [data-section=vertical-tabs][data-section-small-style] > section, [data-section=vertical-tabs][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section, [data-section=vertical-nav][data-section-small-style] > [data-section-region], [data-section=vertical-nav][data-section-small-style] > section, [data-section=vertical-nav][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section, [data-section=horizontal-nav][data-section-small-style] > [data-section-region], [data-section=horizontal-nav][data-section-small-style] > section, [data-section=horizontal-nav][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section, [data-section=accordion][data-section-small-style] > [data-section-region], [data-section=accordion][data-section-small-style] > section, [data-section=accordion][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

[data-section=""][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=""][data-section-small-style] > [data-section-region] > .title, [data-section=""][data-section-small-style] > section > [data-section-title], [data-section=""][data-section-small-style] > section > .title, [data-section=""][data-section-small-style] > .section > [data-section-title], [data-section=""][data-section-small-style] > .section > .title, [data-section=auto][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=auto][data-section-small-style] > [data-section-region] > .title, [data-section=auto][data-section-small-style] > section > [data-section-title], [data-section=auto][data-section-small-style] > section > .title, [data-section=auto][data-section-small-style] > .section > [data-section-title], [data-section=auto][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title, [data-section=vertical-tabs][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=vertical-tabs][data-section-small-style] > [data-section-region] > .title, [data-section=vertical-tabs][data-section-small-style] > section > [data-section-title], [data-section=vertical-tabs][data-section-small-style] > section > .title, [data-section=vertical-tabs][data-section-small-style] > .section > [data-section-title], [data-section=vertical-tabs][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title, [data-section=vertical-nav][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=vertical-nav][data-section-small-style] > [data-section-region] > .title, [data-section=vertical-nav][data-section-small-style] > section > [data-section-title], [data-section=vertical-nav][data-section-small-style] > section > .title, [data-section=vertical-nav][data-section-small-style] > .section > [data-section-title], [data-section=vertical-nav][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title, [data-section=horizontal-nav][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=horizontal-nav][data-section-small-style] > [data-section-region] > .title, [data-section=horizontal-nav][data-section-small-style] > section > [data-section-title], [data-section=horizontal-nav][data-section-small-style] > section > .title, [data-section=horizontal-nav][data-section-small-style] > .section > [data-section-title], [data-section=horizontal-nav][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title, [data-section=accordion][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=accordion][data-section-small-style] > [data-section-region] > .title, [data-section=accordion][data-section-small-style] > section > [data-section-title], [data-section=accordion][data-section-small-style] > section > .title, [data-section=accordion][data-section-small-style] > .section > [data-section-title], [data-section=accordion][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}

[data-section=""] > section, [data-section=""] > .section, [data-section=""] > [data-section-region], [data-section=auto] > section, [data-section=auto] > .section, [data-section=auto] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region], [data-section=vertical-tabs] > section, [data-section=vertical-tabs] > .section, [data-section=vertical-tabs] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region], [data-section=vertical-nav] > section, [data-section=vertical-nav] > .section, [data-section=vertical-nav] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region], [data-section=horizontal-nav] > section, [data-section=horizontal-nav] > .section, [data-section=horizontal-nav] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region], [data-section=accordion] > section, [data-section=accordion] > .section, [data-section=accordion] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}

[data-section=""] > section > [data-section-title], [data-section=""] > section > .title, [data-section=""] > .section > [data-section-title], [data-section=""] > .section > .title, [data-section=""] > [data-section-region] > [data-section-title], [data-section=""] > [data-section-region] > .title, [data-section=auto] > section > [data-section-title], [data-section=auto] > section > .title, [data-section=auto] > .section > [data-section-title], [data-section=auto] > .section > .title, [data-section=auto] > [data-section-region] > [data-section-title], [data-section=auto] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title, [data-section=vertical-tabs] > section > [data-section-title], [data-section=vertical-tabs] > section > .title, [data-section=vertical-tabs] > .section > [data-section-title], [data-section=vertical-tabs] > .section > .title, [data-section=vertical-tabs] > [data-section-region] > [data-section-title], [data-section=vertical-tabs] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title, [data-section=vertical-nav] > section > [data-section-title], [data-section=vertical-nav] > section > .title, [data-section=vertical-nav] > .section > [data-section-title], [data-section=vertical-nav] > .section > .title, [data-section=vertical-nav] > [data-section-region] > [data-section-title], [data-section=vertical-nav] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title, [data-section=horizontal-nav] > section > [data-section-title], [data-section=horizontal-nav] > section > .title, [data-section=horizontal-nav] > .section > [data-section-title], [data-section=horizontal-nav] > .section > .title, [data-section=horizontal-nav] > [data-section-region] > [data-section-title], [data-section=horizontal-nav] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title, [data-section=accordion] > section > [data-section-title], [data-section=accordion] > section > .title, [data-section=accordion] > .section > [data-section-title], [data-section=accordion] > .section > .title, [data-section=accordion] > [data-section-region] > [data-section-title], [data-section=accordion] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}

[data-section=""] > section > [data-section-title] a, [data-section=""] > section > .title a, [data-section=""] > .section > [data-section-title] a, [data-section=""] > .section > .title a, [data-section=""] > [data-section-region] > [data-section-title] a, [data-section=""] > [data-section-region] > .title a, [data-section=auto] > section > [data-section-title] a, [data-section=auto] > section > .title a, [data-section=auto] > .section > [data-section-title] a, [data-section=auto] > .section > .title a, [data-section=auto] > [data-section-region] > [data-section-title] a, [data-section=auto] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a, [data-section=vertical-tabs] > section > [data-section-title] a, [data-section=vertical-tabs] > section > .title a, [data-section=vertical-tabs] > .section > [data-section-title] a, [data-section=vertical-tabs] > .section > .title a, [data-section=vertical-tabs] > [data-section-region] > [data-section-title] a, [data-section=vertical-tabs] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a, [data-section=vertical-nav] > section > [data-section-title] a, [data-section=vertical-nav] > section > .title a, [data-section=vertical-nav] > .section > [data-section-title] a, [data-section=vertical-nav] > .section > .title a, [data-section=vertical-nav] > [data-section-region] > [data-section-title] a, [data-section=vertical-nav] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a, [data-section=horizontal-nav] > section > [data-section-title] a, [data-section=horizontal-nav] > section > .title a, [data-section=horizontal-nav] > .section > [data-section-title] a, [data-section=horizontal-nav] > .section > .title a, [data-section=horizontal-nav] > [data-section-region] > [data-section-title] a, [data-section=horizontal-nav] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a, [data-section=accordion] > section > [data-section-title] a, [data-section=accordion] > section > .title a, [data-section=accordion] > .section > [data-section-title] a, [data-section=accordion] > .section > .title a, [data-section=accordion] > [data-section-region] > [data-section-title] a, [data-section=accordion] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

[data-section=""] > section > [data-section-content], [data-section=""] > section > .content, [data-section=""] > .section > [data-section-content], [data-section=""] > .section > .content, [data-section=""] > [data-section-region] > [data-section-content], [data-section=""] > [data-section-region] > .content, [data-section=auto] > section > [data-section-content], [data-section=auto] > section > .content, [data-section=auto] > .section > [data-section-content], [data-section=auto] > .section > .content, [data-section=auto] > [data-section-region] > [data-section-content], [data-section=auto] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content, [data-section=vertical-tabs] > section > [data-section-content], [data-section=vertical-tabs] > section > .content, [data-section=vertical-tabs] > .section > [data-section-content], [data-section=vertical-tabs] > .section > .content, [data-section=vertical-tabs] > [data-section-region] > [data-section-content], [data-section=vertical-tabs] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content, [data-section=vertical-nav] > section > [data-section-content], [data-section=vertical-nav] > section > .content, [data-section=vertical-nav] > .section > [data-section-content], [data-section=vertical-nav] > .section > .content, [data-section=vertical-nav] > [data-section-region] > [data-section-content], [data-section=vertical-nav] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content, [data-section=horizontal-nav] > section > [data-section-content], [data-section=horizontal-nav] > section > .content, [data-section=horizontal-nav] > .section > [data-section-content], [data-section=horizontal-nav] > .section > .content, [data-section=horizontal-nav] > [data-section-region] > [data-section-content], [data-section=horizontal-nav] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content, [data-section=accordion] > section > [data-section-content], [data-section=accordion] > section > .content, [data-section=accordion] > .section > [data-section-content], [data-section=accordion] > .section > .content, [data-section=accordion] > [data-section-region] > [data-section-content], [data-section=accordion] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}

[data-section=""] > section.active > [data-section-content], [data-section=""] > section.active > .content, [data-section=""] > .section.active > [data-section-content], [data-section=""] > .section.active > .content, [data-section=""] > [data-section-region].active > [data-section-content], [data-section=""] > [data-section-region].active > .content, [data-section=auto] > section.active > [data-section-content], [data-section=auto] > section.active > .content, [data-section=auto] > .section.active > [data-section-content], [data-section=auto] > .section.active > .content, [data-section=auto] > [data-section-region].active > [data-section-content], [data-section=auto] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content, [data-section=vertical-tabs] > section.active > [data-section-content], [data-section=vertical-tabs] > section.active > .content, [data-section=vertical-tabs] > .section.active > [data-section-content], [data-section=vertical-tabs] > .section.active > .content, [data-section=vertical-tabs] > [data-section-region].active > [data-section-content], [data-section=vertical-tabs] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content, [data-section=vertical-nav] > section.active > [data-section-content], [data-section=vertical-nav] > section.active > .content, [data-section=vertical-nav] > .section.active > [data-section-content], [data-section=vertical-nav] > .section.active > .content, [data-section=vertical-nav] > [data-section-region].active > [data-section-content], [data-section=vertical-nav] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content, [data-section=horizontal-nav] > section.active > [data-section-content], [data-section=horizontal-nav] > section.active > .content, [data-section=horizontal-nav] > .section.active > [data-section-content], [data-section=horizontal-nav] > .section.active > .content, [data-section=horizontal-nav] > [data-section-region].active > [data-section-content], [data-section=horizontal-nav] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content, [data-section=accordion] > section.active > [data-section-content], [data-section=accordion] > section.active > .content, [data-section=accordion] > .section.active > [data-section-content], [data-section=accordion] > .section.active > .content, [data-section=accordion] > [data-section-region].active > [data-section-content], [data-section=accordion] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
  display: block;
}

[data-section=""] > section:not(.active), [data-section=""] > .section:not(.active), [data-section=""] > [data-section-region]:not(.active), [data-section=auto] > section:not(.active), [data-section=auto] > .section:not(.active), [data-section=auto] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active), [data-section=vertical-tabs] > section:not(.active), [data-section=vertical-tabs] > .section:not(.active), [data-section=vertical-tabs] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active), [data-section=vertical-nav] > section:not(.active), [data-section=vertical-nav] > .section:not(.active), [data-section=vertical-nav] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active), [data-section=horizontal-nav] > section:not(.active), [data-section=horizontal-nav] > .section:not(.active), [data-section=horizontal-nav] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active), [data-section=accordion] > section:not(.active), [data-section=accordion] > .section:not(.active), [data-section=accordion] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}

[data-section=""] > section > [data-section-title], [data-section=""] > section > .title, [data-section=""] > .section > [data-section-title], [data-section=""] > .section > .title, [data-section=""] > [data-section-region] > [data-section-title], [data-section=""] > [data-section-region] > .title, [data-section=auto] > section > [data-section-title], [data-section=auto] > section > .title, [data-section=auto] > .section > [data-section-title], [data-section=auto] > .section > .title, [data-section=auto] > [data-section-region] > [data-section-title], [data-section=auto] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title, [data-section=vertical-tabs] > section > [data-section-title], [data-section=vertical-tabs] > section > .title, [data-section=vertical-tabs] > .section > [data-section-title], [data-section=vertical-tabs] > .section > .title, [data-section=vertical-tabs] > [data-section-region] > [data-section-title], [data-section=vertical-tabs] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title, [data-section=vertical-nav] > section > [data-section-title], [data-section=vertical-nav] > section > .title, [data-section=vertical-nav] > .section > [data-section-title], [data-section=vertical-nav] > .section > .title, [data-section=vertical-nav] > [data-section-region] > [data-section-title], [data-section=vertical-nav] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title, [data-section=horizontal-nav] > section > [data-section-title], [data-section=horizontal-nav] > section > .title, [data-section=horizontal-nav] > .section > [data-section-title], [data-section=horizontal-nav] > .section > .title, [data-section=horizontal-nav] > [data-section-region] > [data-section-title], [data-section=horizontal-nav] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title, [data-section=accordion] > section > [data-section-title], [data-section=accordion] > section > .title, [data-section=accordion] > .section > [data-section-title], [data-section=accordion] > .section > .title, [data-section=accordion] > [data-section-region] > [data-section-title], [data-section=accordion] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

.section-container.auto, .section-container.vertical-tabs, .section-container.vertical-nav, .section-container.horizontal-nav, .section-container.accordion {
  border-top: 1px solid #d9d9d9;
}

.section-container.auto > section > .title, .section-container.auto > .section > .title, .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title, .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title, .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title, .section-container.accordion > section > .title, .section-container.accordion > .section > .title {
  background-color: #fff;
  cursor: pointer;
  border: solid 1px #d9d9d9;
}

.section-container.auto > section > .title a, .section-container.auto > .section > .title a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a, .section-container.accordion > section > .title a, .section-container.accordion > .section > .title a {
  padding: 0.9375em;
  color: #666;
  font-size: 0.875em;
  background: none;
}

.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover, .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover, .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover, .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover, .section-container.accordion > section > .title:hover, .section-container.accordion > .section > .title:hover {
  background-color: #f2f2f2;
}

.section-container.auto > section > .content, .section-container.auto > .section > .content, .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content, .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content, .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content, .section-container.accordion > section > .content, .section-container.accordion > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #d9d9d9;
}

.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child, .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child, .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child, .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child, .section-container.accordion > section > .content > *:last-child, .section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}

.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child, .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child, .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child, .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child, .section-container.accordion > section > .content > *:first-child, .section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}

.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video), .section-container.accordion > section > .content > *:last-child:not(.flex-video), .section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title, .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title, .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title, .section-container.accordion > section.active > .title, .section-container.accordion > .section.active > .title {
  background: #d9d9d9;
}

.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a, .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a, .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a, .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a, .section-container.accordion > section.active > .title a, .section-container.accordion > .section.active > .title a {
  color: #8a8a8a;
}

.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}

.section-container.auto > section > .title, .section-container.auto > .section > .title, .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title, .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title, .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title, .section-container.accordion > section > .title, .section-container.accordion > .section > .title {
  border-top: none;
}

[data-section=tabs], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

[data-section=tabs]:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}

[data-section=tabs] > section > [data-section-title], [data-section=tabs] > section > .title, [data-section=tabs] > .section > [data-section-title], [data-section=tabs] > .section > .title, [data-section=tabs] > [data-section-region] > [data-section-title], [data-section=tabs] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}

[data-section=tabs] > section > [data-section-title] a, [data-section=tabs] > section > .title a, [data-section=tabs] > .section > [data-section-title] a, [data-section=tabs] > .section > .title a, [data-section=tabs] > [data-section-region] > [data-section-title] a, [data-section=tabs] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

[data-section=tabs] > section > [data-section-content], [data-section=tabs] > section > .content, [data-section=tabs] > .section > [data-section-content], [data-section=tabs] > .section > .content, [data-section=tabs] > [data-section-region] > [data-section-content], [data-section=tabs] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}

[data-section=tabs] > section.active > [data-section-content], [data-section=tabs] > section.active > .content, [data-section=tabs] > .section.active > [data-section-content], [data-section=tabs] > .section.active > .content, [data-section=tabs] > [data-section-region].active > [data-section-content], [data-section=tabs] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
  display: block;
}

[data-section=tabs] > section:not(.active), [data-section=tabs] > .section:not(.active), [data-section=tabs] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}

[data-section=tabs] > section > [data-section-title], [data-section=tabs] > section > .title, [data-section=tabs] > .section > [data-section-title], [data-section=tabs] > .section > .title, [data-section=tabs] > [data-section-region] > [data-section-title], [data-section=tabs] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.section-container.tabs {
  border: none;
}

.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #fff;
  cursor: pointer;
  border: solid 1px #d9d9d9;
}

.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  color: #666;
  font-size: 0.875em;
  background: none;
}

.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #f2f2f2;
}

.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #d9d9d9;
}

.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}

.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}

.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: #fff;
}

.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #8a8a8a;
}

.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}

.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 801px) {
  [data-section=""], [data-section=auto], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section=""]:not([data-section-resized]):not([data-section-small-style]), [data-section=auto]:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section=""] > section > [data-section-title], [data-section=""] > section > .title, [data-section=""] > .section > [data-section-title], [data-section=""] > .section > .title, [data-section=""] > [data-section-region] > [data-section-title], [data-section=""] > [data-section-region] > .title, [data-section=auto] > section > [data-section-title], [data-section=auto] > section > .title, [data-section=auto] > .section > [data-section-title], [data-section=auto] > .section > .title, [data-section=auto] > [data-section-region] > [data-section-title], [data-section=auto] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section=""] > section > [data-section-title] a, [data-section=""] > section > .title a, [data-section=""] > .section > [data-section-title] a, [data-section=""] > .section > .title a, [data-section=""] > [data-section-region] > [data-section-title] a, [data-section=""] > [data-section-region] > .title a, [data-section=auto] > section > [data-section-title] a, [data-section=auto] > section > .title a, [data-section=auto] > .section > [data-section-title] a, [data-section=auto] > .section > .title a, [data-section=auto] > [data-section-region] > [data-section-title] a, [data-section=auto] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section=""] > section > [data-section-content], [data-section=""] > section > .content, [data-section=""] > .section > [data-section-content], [data-section=""] > .section > .content, [data-section=""] > [data-section-region] > [data-section-content], [data-section=""] > [data-section-region] > .content, [data-section=auto] > section > [data-section-content], [data-section=auto] > section > .content, [data-section=auto] > .section > [data-section-content], [data-section=auto] > .section > .content, [data-section=auto] > [data-section-region] > [data-section-content], [data-section=auto] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  [data-section=""] > section.active > [data-section-content], [data-section=""] > section.active > .content, [data-section=""] > .section.active > [data-section-content], [data-section=""] > .section.active > .content, [data-section=""] > [data-section-region].active > [data-section-content], [data-section=""] > [data-section-region].active > .content, [data-section=auto] > section.active > [data-section-content], [data-section=auto] > section.active > .content, [data-section=auto] > .section.active > [data-section-content], [data-section=auto] > .section.active > .content, [data-section=auto] > [data-section-region].active > [data-section-content], [data-section=auto] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
    display: block;
  }
  [data-section=""] > section:not(.active), [data-section=""] > .section:not(.active), [data-section=""] > [data-section-region]:not(.active), [data-section=auto] > section:not(.active), [data-section=auto] > .section:not(.active), [data-section=auto] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section=""] > section > [data-section-title], [data-section=""] > section > .title, [data-section=""] > .section > [data-section-title], [data-section=""] > .section > .title, [data-section=""] > [data-section-region] > [data-section-title], [data-section=""] > [data-section-region] > .title, [data-section=auto] > section > [data-section-title], [data-section=auto] > section > .title, [data-section=auto] > .section > [data-section-title], [data-section=auto] > .section > .title, [data-section=auto] > [data-section-region] > [data-section-title], [data-section=auto] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-container.auto {
    border: none;
  }
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #fff;
    cursor: pointer;
    border: solid 1px #d9d9d9;
  }
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    color: #666;
    font-size: 0.875em;
    background: none;
  }
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #f2f2f2;
  }
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #d9d9d9;
  }
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: #fff;
  }
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #8a8a8a;
  }
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }
  [data-section=vertical-tabs], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section=vertical-tabs]:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section=vertical-tabs][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  [data-section=vertical-tabs][data-section-small-style] > [data-section-region], [data-section=vertical-tabs][data-section-small-style] > section, [data-section=vertical-tabs][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section=vertical-tabs][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=vertical-tabs][data-section-small-style] > [data-section-region] > .title, [data-section=vertical-tabs][data-section-small-style] > section > [data-section-title], [data-section=vertical-tabs][data-section-small-style] > section > .title, [data-section=vertical-tabs][data-section-small-style] > .section > [data-section-title], [data-section=vertical-tabs][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section=vertical-tabs] > section > [data-section-title], [data-section=vertical-tabs] > section > .title, [data-section=vertical-tabs] > .section > [data-section-title], [data-section=vertical-tabs] > .section > .title, [data-section=vertical-tabs] > [data-section-region] > [data-section-title], [data-section=vertical-tabs] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section=vertical-tabs] > section > [data-section-title] a, [data-section=vertical-tabs] > section > .title a, [data-section=vertical-tabs] > .section > [data-section-title] a, [data-section=vertical-tabs] > .section > .title a, [data-section=vertical-tabs] > [data-section-region] > [data-section-title] a, [data-section=vertical-tabs] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section=vertical-tabs] > section > [data-section-content], [data-section=vertical-tabs] > section > .content, [data-section=vertical-tabs] > .section > [data-section-content], [data-section=vertical-tabs] > .section > .content, [data-section=vertical-tabs] > [data-section-region] > [data-section-content], [data-section=vertical-tabs] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  [data-section=vertical-tabs] > section.active > [data-section-content], [data-section=vertical-tabs] > section.active > .content, [data-section=vertical-tabs] > .section.active > [data-section-content], [data-section=vertical-tabs] > .section.active > .content, [data-section=vertical-tabs] > [data-section-region].active > [data-section-content], [data-section=vertical-tabs] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
    display: block;
  }
  [data-section=vertical-tabs] > section:not(.active), [data-section=vertical-tabs] > .section:not(.active), [data-section=vertical-tabs] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section=vertical-tabs] > section > [data-section-title], [data-section=vertical-tabs] > section > .title, [data-section=vertical-tabs] > .section > [data-section-title], [data-section=vertical-tabs] > .section > .title, [data-section=vertical-tabs] > [data-section-region] > [data-section-title], [data-section=vertical-tabs] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5em;
  }
  [data-section=vertical-tabs] > section.active, [data-section=vertical-tabs] > .section.active, [data-section=vertical-tabs] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
    padding-left: 12.5em;
  }
  [data-section=vertical-tabs] > section.active > [data-section-title], [data-section=vertical-tabs] > section.active > .title, [data-section=vertical-tabs] > .section.active > [data-section-title], [data-section=vertical-tabs] > .section.active > .title, [data-section=vertical-tabs] > [data-section-region].active > [data-section-title], [data-section=vertical-tabs] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
    width: 12.5em;
  }
  .section-container.vertical-tabs {
    border: none;
  }
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #fff;
    cursor: pointer;
    border: solid 1px #d9d9d9;
  }
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 0.9375em;
    color: #666;
    font-size: 0.875em;
    background: none;
  }
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #f2f2f2;
  }
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #d9d9d9;
  }
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d9d9d9;
  }
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #8a8a8a;
  }
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 12.4375em;
  }
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d9d9d9;
  }
  [data-section=vertical-nav], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section=vertical-nav]:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section=vertical-nav][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  [data-section=vertical-nav][data-section-small-style] > [data-section-region], [data-section=vertical-nav][data-section-small-style] > section, [data-section=vertical-nav][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section=vertical-nav][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=vertical-nav][data-section-small-style] > [data-section-region] > .title, [data-section=vertical-nav][data-section-small-style] > section > [data-section-title], [data-section=vertical-nav][data-section-small-style] > section > .title, [data-section=vertical-nav][data-section-small-style] > .section > [data-section-title], [data-section=vertical-nav][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section=vertical-nav] > section, [data-section=vertical-nav] > .section, [data-section=vertical-nav] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  [data-section=vertical-nav] > section > [data-section-title], [data-section=vertical-nav] > section > .title, [data-section=vertical-nav] > .section > [data-section-title], [data-section=vertical-nav] > .section > .title, [data-section=vertical-nav] > [data-section-region] > [data-section-title], [data-section=vertical-nav] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section=vertical-nav] > section > [data-section-title] a, [data-section=vertical-nav] > section > .title a, [data-section=vertical-nav] > .section > [data-section-title] a, [data-section=vertical-nav] > .section > .title a, [data-section=vertical-nav] > [data-section-region] > [data-section-title] a, [data-section=vertical-nav] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section=vertical-nav] > section > [data-section-content], [data-section=vertical-nav] > section > .content, [data-section=vertical-nav] > .section > [data-section-content], [data-section=vertical-nav] > .section > .content, [data-section=vertical-nav] > [data-section-region] > [data-section-content], [data-section=vertical-nav] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  [data-section=vertical-nav] > section.active > [data-section-content], [data-section=vertical-nav] > section.active > .content, [data-section=vertical-nav] > .section.active > [data-section-content], [data-section=vertical-nav] > .section.active > .content, [data-section=vertical-nav] > [data-section-region].active > [data-section-content], [data-section=vertical-nav] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
    display: block;
  }
  [data-section=vertical-nav] > section:not(.active), [data-section=vertical-nav] > .section:not(.active), [data-section=vertical-nav] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section=vertical-nav] > section > [data-section-title], [data-section=vertical-nav] > section > .title, [data-section=vertical-nav] > .section > [data-section-title], [data-section=vertical-nav] > .section > .title, [data-section=vertical-nav] > [data-section-region] > [data-section-title], [data-section=vertical-nav] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  [data-section=vertical-nav] > section > [data-section-title] a, [data-section=vertical-nav] > section > .title a, [data-section=vertical-nav] > .section > [data-section-title] a, [data-section=vertical-nav] > .section > .title a, [data-section=vertical-nav] > [data-section-region] > [data-section-title] a, [data-section=vertical-nav] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  [data-section=vertical-nav] > section > [data-section-content], [data-section=vertical-nav] > section > .content, [data-section=vertical-nav] > .section > [data-section-content], [data-section=vertical-nav] > .section > .content, [data-section=vertical-nav] > [data-section-region] > [data-section-content], [data-section=vertical-nav] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }
  .section-container.vertical-nav {
    border: none;
  }
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #fff;
    cursor: pointer;
    border: solid 1px #d9d9d9;
  }
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    color: #666;
    font-size: 0.875em;
    background: none;
  }
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #f2f2f2;
  }
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #d9d9d9;
  }
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d9d9d9;
  }
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #8a8a8a;
  }
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }
  [data-section=horizontal-nav], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  [data-section=horizontal-nav]:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  [data-section=horizontal-nav][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  [data-section=horizontal-nav][data-section-small-style] > [data-section-region], [data-section=horizontal-nav][data-section-small-style] > section, [data-section=horizontal-nav][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  [data-section=horizontal-nav][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=horizontal-nav][data-section-small-style] > [data-section-region] > .title, [data-section=horizontal-nav][data-section-small-style] > section > [data-section-title], [data-section=horizontal-nav][data-section-small-style] > section > .title, [data-section=horizontal-nav][data-section-small-style] > .section > [data-section-title], [data-section=horizontal-nav][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  [data-section=horizontal-nav] > section, [data-section=horizontal-nav] > .section, [data-section=horizontal-nav] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  [data-section=horizontal-nav] > section > [data-section-title], [data-section=horizontal-nav] > section > .title, [data-section=horizontal-nav] > .section > [data-section-title], [data-section=horizontal-nav] > .section > .title, [data-section=horizontal-nav] > [data-section-region] > [data-section-title], [data-section=horizontal-nav] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  [data-section=horizontal-nav] > section > [data-section-title] a, [data-section=horizontal-nav] > section > .title a, [data-section=horizontal-nav] > .section > [data-section-title] a, [data-section=horizontal-nav] > .section > .title a, [data-section=horizontal-nav] > [data-section-region] > [data-section-title] a, [data-section=horizontal-nav] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  [data-section=horizontal-nav] > section > [data-section-content], [data-section=horizontal-nav] > section > .content, [data-section=horizontal-nav] > .section > [data-section-content], [data-section=horizontal-nav] > .section > .content, [data-section=horizontal-nav] > [data-section-region] > [data-section-content], [data-section=horizontal-nav] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  [data-section=horizontal-nav] > section.active > [data-section-content], [data-section=horizontal-nav] > section.active > .content, [data-section=horizontal-nav] > .section.active > [data-section-content], [data-section=horizontal-nav] > .section.active > .content, [data-section=horizontal-nav] > [data-section-region].active > [data-section-content], [data-section=horizontal-nav] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
    display: block;
  }
  [data-section=horizontal-nav] > section:not(.active), [data-section=horizontal-nav] > .section:not(.active), [data-section=horizontal-nav] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  [data-section=horizontal-nav] > section > [data-section-title], [data-section=horizontal-nav] > section > .title, [data-section=horizontal-nav] > .section > [data-section-title], [data-section=horizontal-nav] > .section > .title, [data-section=horizontal-nav] > [data-section-region] > [data-section-title], [data-section=horizontal-nav] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  [data-section=horizontal-nav] > section > [data-section-title] a, [data-section=horizontal-nav] > section > .title a, [data-section=horizontal-nav] > .section > [data-section-title] a, [data-section=horizontal-nav] > .section > .title a, [data-section=horizontal-nav] > [data-section-region] > [data-section-title] a, [data-section=horizontal-nav] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  [data-section=horizontal-nav] > section > [data-section-content], [data-section=horizontal-nav] > section > .content, [data-section=horizontal-nav] > .section > [data-section-content], [data-section=horizontal-nav] > .section > .content, [data-section=horizontal-nav] > [data-section-region] > [data-section-content], [data-section=horizontal-nav] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }
  .section-container.horizontal-nav {
    background: #fff;
    border: 1px solid #d9d9d9;
  }
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #fff;
    cursor: pointer;
    border: solid 1px #d9d9d9;
  }
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    color: #666;
    font-size: 0.875em;
    background: none;
  }
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #f2f2f2;
  }
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #d9d9d9;
  }
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d9d9d9;
  }
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #8a8a8a;
  }
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}

.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}

.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}

.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}

.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}

.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
  display: block;
}

.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}

.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}

.no-js .section-container {
  border-top: 1px solid #d9d9d9;
}

.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #fff;
  cursor: pointer;
  border: solid 1px #d9d9d9;
}

.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 0.9375em;
  color: #666;
  font-size: 0.875em;
  background: none;
}

.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #f2f2f2;
}

.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #d9d9d9;
}

.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}

.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}

.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d9d9d9;
}

.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #8a8a8a;
}

.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}

.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

.contain-to-grid {
  width: 100%;
  background: #fff;
}

.contain-to-grid .top-bar {
  margin-bottom: 1.875em;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #fff;
  margin-bottom: 1.875em;
}

.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: 2.45em;
}

.top-bar .button {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625em;
  margin: 0;
}

.top-bar .name h1 a {
  font-weight: bold;
  color: #8a8a8a;
  width: 50%;
  display: block;
  padding: 0 15px;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #8a8a8a;
}

.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  box-shadow: 0 10px 0 1px #8a8a8a, 0 16px 0 1px #8a8a8a, 0 22px 0 1px #8a8a8a;
}

.top-bar.expanded {
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: #fff;
}

.top-bar.expanded .toggle-topbar a {
  color: #1d1d1d;
}

.top-bar.expanded .toggle-topbar a span {
  box-shadow: 0 10px 0 1px #1d1d1d, 0 16px 0 1px #1d1d1d, 0 22px 0 1px #1d1d1d;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #222;
  font-size: 16px;
  margin: 0;
}

.top-bar-section .divider, .top-bar-section [role=separator] {
  border-bottom: "none";
  border-top: "none";
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #8a8a8a;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-size: 1.3em;
  font-weight: 300;
  background: #222;
}

.top-bar-section ul li > a.button {
  background: #666;
  font-size: 1.3em;
}

.top-bar-section ul li > a.button.hover {
  background: #4d4d4d;
}

.top-bar-section ul li > a.button.secondary {
  background: #ccc;
}

.top-bar-section ul li > a.button.secondary.hover {
  background: #b3b3b3;
}

.top-bar-section ul li > a.button.success {
  background: #5da423;
}

.top-bar-section ul li > a.button.success.hover {
  background: #457a1a;
}

.top-bar-section ul li > a.button.alert {
  background: #c60f13;
}

.top-bar-section ul li > a.button.alert.hover {
  background: #970b0e;
}

.top-bar-section ul li.hover > a {
  background: #fff;
  color: #1d1d1d;
}

.top-bar-section ul li.active > a {
  background: "none";
  color: #8a8a8a;
}

.top-bar-section .has-form {
  padding: 15px;
}

.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(204, 204, 204, 0.5);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  visibility: visible;
}

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  z-index: 99;
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: 300;
}

.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
  color: #8a8a8a;
  line-height: 22.5px;
  display: block;
}

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 0.625em;
}

.top-bar-js-breakpoint {
  width: 801px !important;
  visibility: hidden;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 801px) {
  .top-bar {
    background: #fff;
    *zoom: 1;
    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 {
    width: auto;
  }
  .top-bar input, .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  .top-bar.expanded {
    background: #fff;
  }
  .contain-to-grid .top-bar {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 1.875em;
  }
  .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 ul li .js-generated {
    display: none;
  }
  .top-bar-section li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #fff;
  }
  .top-bar-section li a:not(.button).hover {
    background: #000;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(204, 204, 204, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    visibility: visible;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    margin-top: -16px;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #999;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 15px;
    background: #f2f2f2;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #fff;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
    border-bottom: none;
    border-top: none;
    border-right: "none";
    border-left: "none";
    clear: none;
    height: 45px;
    width: 0px;
  }
  .top-bar-section .has-form {
    background: #fff;
    padding: 0 15px;
    height: 45px;
  }
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background: #fff;
    color: #1d1d1d;
  }
  .no-js .top-bar-section ul li:active > a {
    background: "none";
    color: #8a8a8a;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    visibility: visible;
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.slideshow-wrapper {
  position: relative;
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

.slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
  display: none;
}

.slideshow-wrapper ul li:first-child {
  display: block;
}

.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
  display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5;
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}

.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: transparent;
  z-index: 10;
}

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}

.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}

.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}

.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}

.orbit-container:hover .orbit-timer > span {
  display: block;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}

.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}

.orbit-container .orbit-prev {
  left: 0;
}

.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}

.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}

.orbit-container .orbit-next {
  right: 0;
}

.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}

.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}

.orbit-bullets li {
  display: block;
  width: 10px;
  height: 10px;
  background: #999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555;
  border-radius: 1000px;
}

.orbit-bullets li.active {
  background: #555;
}

.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
  display: none;
}

.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 801px) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 801px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  .orbit-stack-on-small .orbit-timer, .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev, .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.25em;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}

.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}

.reveal-modal > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child {
  margin-bottom: 0;
}

.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 801px) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  .reveal-modal {
    background: #fff !important;
  }
}
.joyride-list {
  display: none;
}

.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #000;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em;
}

.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}

.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #000;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
}

.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #000 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
}

.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}

.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}

.joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}

.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666;
}

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.5 !important;
}

.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0px 0px 15px #ffffff;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
}

@media only screen and (min-width: 801px) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #000 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #000 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -28px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #000 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
  }
}
[data-clearing] {
  *zoom: 1;
  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;
}

.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none;
}

.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 801px) {
  .clearing-main-prev, .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span, .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #fff;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #fff;
  }
  .clearing-main-prev.disabled, .clearing-main-next.disabled {
    opacity: 0.5;
  }
  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%;
  }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #666;
  border-color: #4d4d4d;
  color: #fff;
}

.alert-box .close {
  font-size: 1.375em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.4375em;
  right: 0.3125em;
  color: #333;
  opacity: 0.3;
}

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 3px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
}

.alert-box.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}

.alert-box.secondary {
  background-color: #ccc;
  border-color: #b3b3b3;
  color: #333;
}

.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #d9d9d9;
  border-color: #bfbfbf;
  border-radius: 3px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a, .breadcrumbs > * span {
  text-transform: uppercase;
  color: #666;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}

.breadcrumbs > *.current a {
  cursor: default;
  color: #333;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999;
}

.breadcrumbs > *.unavailable a {
  color: #999;
}

.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

.breadcrumbs > *:before {
  content: "/";
  color: #aaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}

form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
}

form.custom .custom.checkbox {
  border-radius: 0px;
  padding: -1px;
}

form.custom .custom.radio {
  border-radius: 1000px;
  padding: 3px;
}

form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}

form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}

form.custom .custom.checkbox.checked:before {
  content: "×";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 1.9375em;
  margin-bottom: 1.25em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
}

form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}

form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 1.875em;
  color: #666;
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.375em;
  margin-right: 1.9375em;
}

form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 1.875em;
  height: 1.9375em;
  display: block;
  right: 0;
  top: 0;
}

form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.625em;
  top: 50%;
  margin-top: -3px;
}

form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222 transparent transparent transparent;
  border-top-style: solid;
}

form.custom .custom.dropdown .disabled {
  color: #888;
}

form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}

form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}

form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  box-sizing: content-box;
}

form.custom .custom.dropdown.small {
  max-width: 134px;
}

form.custom .custom.dropdown.medium {
  max-width: 254px;
}

form.custom .custom.dropdown.large {
  max-width: 434px;
}

form.custom .custom.dropdown.expand {
  width: 100% !important;
}

form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  box-sizing: border-box;
}

form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  box-sizing: border-box;
}

form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  box-sizing: border-box;
}

form.custom .error .custom.dropdown {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  background: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999;
}

form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}

form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: 0px;
  top: auto;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 16px;
}

form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 0.875em;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

form.custom .custom.dropdown ul li.selected {
  background: #eee;
  color: #000;
}

form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}

form.custom .custom.dropdown ul li.selected:hover {
  background: #eee;
  cursor: default;
  color: #000;
}

form.custom .custom.dropdown ul.show {
  display: block;
}

form.custom .custom.disabled {
  background: #ddd;
}

.keystroke, kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875em;
  padding: 0.125em 0.25em 0;
  border-radius: 3px;
}

.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #666;
  color: #fff;
}

.label.radius {
  border-radius: 3px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert {
  background-color: #c60f13;
  color: #fff;
}

.label.success {
  background-color: #5da423;
  color: #fff;
}

.label.secondary {
  background-color: #ccc;
  color: #333;
}

.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}

.inline-list > li > * {
  display: block;
}

ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}

ul.pagination li {
  height: 1.5em;
  color: #222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}

ul.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999;
}

ul.pagination li:hover a, ul.pagination li a:focus {
  background: #e6e6e6;
}

ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}

ul.pagination li.current a {
  background: #666;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #666;
}

ul.pagination li {
  float: left;
  display: block;
}

.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
}

.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 {
  color: #333;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #4d4d4d;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #666;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #fff;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.radius {
  border-radius: 3px;
}

.pricing-table {
  border: solid 1px #313131;
  margin-left: 0;
  margin-bottom: 1.25em;
}

.pricing-table * {
  list-style: none;
  line-height: 1;
}

.pricing-table .title {
  background-color: none;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #666;
  font-weight: bold;
  font-size: 1em;
}

.pricing-table .price {
  background-color: none;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #666;
  font-weight: normal;
  font-size: 1.25em;
}

.pricing-table .description {
  background-color: #e6e6e6;
  padding: 0.9375em;
  text-align: center;
  color: #666;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #ddd;
}

.pricing-table .bullet-item {
  background-color: #e6e6e6;
  padding: 0.9375em;
  text-align: center;
  color: #333;
  font-size: 0.875em;
  font-weight: normal;
  border-bottom: dotted 1px #ddd;
}

.pricing-table .cta-button {
  background-color: none;
  text-align: center;
  padding: 1.25em 1.25em 0;
}

.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #ccc;
  padding: 0.125em;
  margin-bottom: 0.625em;
}

.progress .meter {
  background: #666;
  height: 100%;
  display: block;
}

.progress.secondary .meter {
  background: #ccc;
  height: 100%;
  display: block;
}

.progress.success .meter {
  background: #5da423;
  height: 100%;
  display: block;
}

.progress.alert .meter {
  background: #c60f13;
  height: 100%;
  display: block;
}

.progress.radius {
  border-radius: 3px;
}

.progress.radius .meter {
  border-radius: 2px;
}

.progress.round {
  border-radius: 1000px;
}

.progress.round .meter {
  border-radius: 999px;
}

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}

.side-nav li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}

.side-nav li a {
  display: block;
  color: #666;
}

.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: bold;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em;
}

.sub-nav dt, .sub-nav dd {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 0.875em;
}

.sub-nav dt a, .sub-nav dd a {
  color: #999;
  text-decoration: none;
}

.sub-nav dt.active a, .sub-nav dd.active a {
  border-radius: 1000px;
  font-weight: bold;
  background: #666;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: #fff;
}

@media only screen {
  div.switch {
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    -webkit-animation: webkitSiblingBugfix infinite 1s;
    height: 36px;
    background: #fff;
    border-color: #ccc;
  }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    transition: all 0.1s ease-out;
  }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    transition: all 0.1s ease-out;
  }
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  div.switch input:checked {
    display: none !important;
  }
  div.switch input {
    left: 0;
    display: block !important;
  }
  div.switch input:first-of-type + label, div.switch input:first-of-type + span + label {
    left: -50%;
  }
  div.switch input:first-of-type:checked + label, div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  div.switch input:last-of-type + label, div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  div.switch input:last-of-type:checked + label, div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  div.switch span.custom {
    display: none !important;
  }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible;
  }
  div.switch label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875em;
  }
  div.switch span:last-child {
    width: 2.25em;
    height: 2.25em;
  }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
  }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  }
  div.switch:active {
    background: transparent;
  }
  div.switch.large {
    height: 44px;
  }
  div.switch.large label {
    padding: 0 0.375em;
    line-height: 2.3em;
    font-size: 1.0625em;
  }
  div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.6875em;
  }
  div.switch.large span:last-child {
    width: 2.75em;
    height: 2.75em;
  }
  div.switch.small {
    height: 28px;
  }
  div.switch.small label {
    padding: 0 0.375em;
    line-height: 2.1em;
    font-size: 0.75em;
  }
  div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.6875em;
  }
  div.switch.small span:last-child {
    width: 1.75em;
    height: 1.75em;
  }
  div.switch.tiny {
    height: 22px;
  }
  div.switch.tiny label {
    padding: 0 0.375em;
    line-height: 1.9em;
    font-size: 0.6875em;
  }
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.3125em;
  }
  div.switch.tiny span:last-child {
    width: 1.375em;
    height: 1.375em;
  }
  div.switch.radius {
    border-radius: 4px;
  }
  div.switch.radius span:last-child {
    border-radius: 3px;
  }
  div.switch.round {
    border-radius: 1000px;
  }
  div.switch.round span:last-child {
    border-radius: 999px;
  }
  div.switch.round label {
    padding: 0 0.5625em;
  }
}
[data-magellan-expedition] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

table {
  background: none;
  margin-bottom: 1.25em;
  border: solid 1px #d9d9d9;
}

table thead, table tfoot {
  background: none;
  font-weight: bold;
}

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 1.25em;
  color: #8a8a8a;
  text-align: left;
}

table caption {
  background: none;
  font-weight: bold;
  padding: 0.5em 0.625em 0.625em;
  font-size: 1.25em;
  color: #8a8a8a;
  text-align: left;
}

table tr th, table tr td {
  padding: 0.5625em 0.625em;
  font-size: 1rem;
  color: #666;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #e6e6e6;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(102, 102, 102, 0.5);
}

.th.radius {
  border-radius: 3px;
}

a.th {
  display: inline-block;
}

.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333;
}

.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #333;
  color: #666;
}

.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #000;
  border-radius: 3px;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #000 transparent;
  top: -10px;
}

.tooltip.opened {
  color: #666 !important;
  border-bottom: dotted 1px #333 !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888;
  font-weight: normal;
}

@media only screen and (min-width: 801px) {
  .tooltip > .nub {
    border-color: transparent transparent #000 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #000 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #000;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
.article-content .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #666;
  border-color: #4d4d4d;
  color: #fff;
}

.article-content .button:hover, .article-content .button:focus {
  background-color: #4d4d4d;
}

.article-content .button:hover, .article-content .button:focus {
  color: #fff;
}

.article-content .button.secondary {
  background-color: #ccc;
  border-color: #b3b3b3;
  color: #333;
}

.article-content .button.secondary:hover, .article-content .button.secondary:focus {
  background-color: #b3b3b3;
}

.article-content .button.secondary:hover, .article-content .button.secondary:focus {
  color: #333;
}

.article-content .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
}

.article-content .button.success:hover, .article-content .button.success:focus {
  background-color: #457a1a;
}

.article-content .button.success:hover, .article-content .button.success:focus {
  color: #fff;
}

.article-content .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}

.article-content .button.alert:hover, .article-content .button.alert:focus {
  background-color: #970b0e;
}

.article-content .button.alert:hover, .article-content .button.alert:focus {
  color: #fff;
}

.article-content .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}

.article-content .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}

.article-content .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}

.article-content .button.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}

.article-content .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}

.article-content .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}

.article-content .button.disabled, .article-content .button[disabled] {
  background-color: #666;
  border-color: #4d4d4d;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

.article-content .button.disabled:hover, .article-content .button.disabled:focus, .article-content .button[disabled]:hover, .article-content .button[disabled]:focus {
  background-color: #4d4d4d;
}

.article-content .button.disabled:hover, .article-content .button.disabled:focus, .article-content .button[disabled]:hover, .article-content .button[disabled]:focus {
  color: #fff;
}

.article-content .button.disabled:hover, .article-content .button.disabled:focus, .article-content .button[disabled]:hover, .article-content .button[disabled]:focus {
  background-color: #666;
}

.article-content .button.disabled.secondary, .article-content .button[disabled].secondary {
  background-color: #ccc;
  border-color: #b3b3b3;
  color: #333;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

.article-content .button.disabled.secondary:hover, .article-content .button.disabled.secondary:focus, .article-content .button[disabled].secondary:hover, .article-content .button[disabled].secondary:focus {
  background-color: #b3b3b3;
}

.article-content .button.disabled.secondary:hover, .article-content .button.disabled.secondary:focus, .article-content .button[disabled].secondary:hover, .article-content .button[disabled].secondary:focus {
  color: #333;
}

.article-content .button.disabled.secondary:hover, .article-content .button.disabled.secondary:focus, .article-content .button[disabled].secondary:hover, .article-content .button[disabled].secondary:focus {
  background-color: #ccc;
}

.article-content .button.disabled.success, .article-content .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

.article-content .button.disabled.success:hover, .article-content .button.disabled.success:focus, .article-content .button[disabled].success:hover, .article-content .button[disabled].success:focus {
  background-color: #457a1a;
}

.article-content .button.disabled.success:hover, .article-content .button.disabled.success:focus, .article-content .button[disabled].success:hover, .article-content .button[disabled].success:focus {
  color: #fff;
}

.article-content .button.disabled.success:hover, .article-content .button.disabled.success:focus, .article-content .button[disabled].success:hover, .article-content .button[disabled].success:focus {
  background-color: #5da423;
}

.article-content .button.disabled.alert, .article-content .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

.article-content .button.disabled.alert:hover, .article-content .button.disabled.alert:focus, .article-content .button[disabled].alert:hover, .article-content .button[disabled].alert:focus {
  background-color: #970b0e;
}

.article-content .button.disabled.alert:hover, .article-content .button.disabled.alert:focus, .article-content .button[disabled].alert:hover, .article-content .button[disabled].alert:focus {
  color: #fff;
}

.article-content .button.disabled.alert:hover, .article-content .button.disabled.alert:focus, .article-content .button[disabled].alert:hover, .article-content .button[disabled].alert:focus {
  background-color: #c60f13;
}

.article-content .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}

.article-content .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}

.article-content .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}

.article-content .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  .article-content .button {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    transition: background-color 1s;
  }
  .article-content .button:active {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  .article-content .button.radius {
    border-radius: 3px;
  }
  .article-content .button.round {
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 801px) {
  .article-content .button {
    display: inline-block;
  }
}
.article-content .button {
  box-shadow: none;
  text-shadow: none;
  background: transparent;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  color: #1d1d1d;
  font-weight: 400;
  border: 4px solid #666;
  margin: 5px 0;
  position: relative;
  text-decoration: none !important;
  font-size: 1em;
  padding: 8px 12px;
  border-radius: 0;
}

.article-content .button:hover {
  text-decoration: none !important;
  background: #666;
  color: #fff;
  border: 4px solid #666;
}

.article-content .button.tiny {
  font-size: 0.8em;
  padding: 3px 5px;
  border-radius: 0;
}

.article-content .button.small {
  font-size: 0.9em;
  padding: 5px 7px;
  border-radius: 0;
}

.article-content .button.large {
  font-size: 2em;
  padding: 10px 15px;
  border-radius: 0;
}

.article-content .button.secondary {
  color: #fff;
  background: #666;
  border: none;
}

.article-content .button.secondary:hover {
  color: #fff;
  background: #1d1d1d;
  border: none;
}

.img_gauche, .img_encadrer_gauche {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}

.img_droite, .img_encadrer_droite {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
}

.img_encadrer, .wa_img_cadre, .img_encadrer_gauche, .img_encadrer_droite {
  background-color: #ccc;
  padding: 9px;
}

.top-bar {
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-align: inherit;
  margin: inherit;
  z-index: 10;
}

.top-bar .top-bar-section ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: none;
  text-align: left;
  margin: 0;
  vertical-align: top;
  line-height: normal;
}

.top-bar .top-bar-section ul ul {
  float: none;
}

.top-bar .top-bar-section ul a {
  transition: background-color 300ms, color 300ms;
  text-decoration: none !important;
}

.top-bar .has-dropdown .dropdown {
  background: #e6e6e6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  padding: 2px;
  text-align: left;
  text-transform: none;
  margin: 0;
}

.top-bar .has-dropdown .dropdown a {
  background: #d9d9d9;
  position: relative;
  display: block;
  padding: 10px 18px 10px 18px;
  color: #666;
}

.top-bar .has-dropdown .dropdown a.parent-link.js-generated {
  display: none;
}

.top-bar .has-dropdown .dropdown a:hover {
  background: #e6e6e6;
  color: #8a8a8a;
}

.list_custom {
  display: table;
  padding-left: 0;
}

.list_custom li {
  display: block;
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: auto;
  text-transform: none;
}

.list_custom li:before {
  position: absolute;
  content: "\f138";
  font-family: fontAwesome;
  font-size: 1em;
  top: 0px;
  left: 0px;
  color: #ccc;
}

.list_custom_centre {
  padding-left: 0;
  display: block;
}

.list_custom_centre li {
  display: block;
  padding-left: 0;
  text-align: center;
  list-style: none;
  margin-bottom: auto;
  text-transform: none;
}

.list_custom_centre li:before {
  content: "\f138";
  font-family: fontAwesome;
  padding-right: 8px;
  font-size: 1em;
  color: #ccc;
  display: inline-block;
}

main .bordure_custom, .bordure_custom, .mce-content-body .bordure_custom {
  border-color: transparent;
  border-width: 0;
  border-top-width: 5px;
  border-style: solid;
  margin: 0 0 15px;
  padding: 0;
  overflow: visible;
  position: relative;
  width: 100%;
}

main .bordure_custom:before, main .bordure_custom:after, .bordure_custom:before, .bordure_custom:after, .mce-content-body .bordure_custom:before, .mce-content-body .bordure_custom:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  height: 5px;
}

main .bordure_custom:before, .bordure_custom:before, .mce-content-body .bordure_custom:before {
  background: #666;
  width: 46px;
}

main .bordure_custom:after, .bordure_custom:after, .mce-content-body .bordure_custom:after {
  background: rgba(204, 204, 204, 0.4);
  left: inherit;
  right: 0;
  width: 100%;
}

main .ligne-simple, .ligne-simple, .mce-content-body .ligne-simple {
  margin: 30px 0 0;
  padding: 0 0 30px;
  border-color: #e6e6e6;
  border-style: solid;
  border-top-width: 1px;
  background: none;
  width: 100%;
  text-align: inherit;
}

main .ligne-simple:before, main .ligne-simple:after, .ligne-simple:before, .ligne-simple:after, .mce-content-body .ligne-simple:before, .mce-content-body .ligne-simple:after {
  display: none;
}

html {
  background: #fff;
}

body {
  background: #fff;
  overflow-x: hidden;
}

.clear {
  clear: both;
}

.invis {
  display: none;
}

header .row {
  padding: 20px 0 4px;
}

header .wa-padding-global {
  padding: 20px 0 4px;
}

header .wa-section {
  padding: 20px 0 4px;
}

header .logo-area {
  display: block;
  text-align: center;
  width: auto;
  margin: 0 auto;
}

header .logo-area .name a {
  font-family: "Roboto", sans-serif;
  color: #666;
  text-decoration: none;
}

header .logo-area .name a h1 {
  font-size: 2em;
  margin: 0 0 10px;
  border-bottom: none;
  padding: 0 !important;
  font-weight: 100;
}

header .logo-area .name a img {
  text-align: center;
  display: block;
  float: none;
  margin: 0 auto;
}

header .logo-area .name a .description {
  display: inline-block;
  text-align: center;
}

header .logo-area .name a .slogan {
  font-size: 2em;
  color: #666;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
}

header #contact_header {
  float: none;
  text-align: center;
  font-size: 1.2em;
  color: #666;
  line-height: 1.4em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 31px 0;
}

header #contact_header .lang-toggle {
  display: none;
  line-height: 1em;
  margin-top: -25px;
  font-size: 22px;
  text-transform: uppercase;
}

@media only screen and (min-width: 801px) {
  header #contact_header .lang-toggle {
    display: block;
  }
}
header #contact_header .social-icon-header a {
  text-decoration: none;
}

header #contact_header .social-icon-header > * + * {
  margin-left: 5px;
}

header #contact_header .social-icon-header:not(:empty) + .lang-toggle {
  position: relative;
  margin-left: 5px;
  padding-left: 8px;
}

@media only screen and (min-width: 801px) {
  header #contact_header .social-icon-header:not(:empty) + .lang-toggle {
    display: inline-block;
  }
}
header #contact_header .social-icon-header:not(:empty) + .lang-toggle:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #666;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
}

main, .mce-content-body {
  background: #fafafa;
}

main textarea, .mce-content-body textarea {
  height: 150px;
  resize: none;
}

main table, .mce-content-body table {
  width: 100%;
}

main table caption, .mce-content-body table caption {
  text-align: center;
}

main input, main textarea, .mce-content-body input, .mce-content-body textarea {
  border-radius: 0;
}

main h1, .mce-content-body h1 {
  padding: 0;
  margin: 0 0 20px;
}

main h2, .mce-content-body h2 {
  color: gray;
  border-bottom: solid 1px #e6e6e6;
  padding: 0 0 4px;
  margin: 0 0 20px;
}

.wa-dialog main h2, .wa-dialog .mce-content-body h2 {
  color: gray !important;
}

main h3, .mce-content-body h3 {
  padding: 0;
  margin: 0 0 10px;
}

main h4, .mce-content-body h4 {
  color: gray;
  padding: 0;
  margin: 0 0 5px;
}

.wa-dialog main h4, .wa-dialog .mce-content-body h4 {
  color: gray !important;
}

main h5, .mce-content-body h5 {
  padding: 0;
  margin: 0 0 5px;
}

main h6, .mce-content-body h6 {
  color: gray;
  padding: 0;
  margin: 0 0 5px;
}

.wa-dialog main, .wa-dialog .mce-content-body {
  color: gray !important;
}

footer {
  font-size: 0.9em;
  color: #666;
  text-align: center;
  padding: 2em 0;
  background-color: #fff;
}

footer h1, footer h2, footer h4, footer h5, footer h6 {
  color: #ccc;
}

footer a {
  text-decoration: none;
  color: #ccc;
}

footer a:hover {
  color: #8a8a8a;
}

footer .copy {
  color: #666;
}

footer .copy span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "Roboto", sans-serif;
  color: #666;
  font-size: 1.25em;
  text-transform: uppercase;
}

footer .lang-links {
  text-align: center;
}

@media only screen and (min-width: 801px) {
  footer .lang-links {
    text-align: left;
  }
}
footer .lang-links li {
  position: relative;
  padding-left: 9px;
}

footer .lang-links li:before {
  border-radius: 100%;
  background: #ccc;
  transform: translateY(-50%);
  position: absolute;
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 4px;
  top: 50%;
  left: 0;
}

footer .lang-links li:first-child {
  padding-left: 0;
}

footer .lang-links li:first-child:before {
  display: none;
}

footer .lang-links li:last-child {
  margin-right: 0;
}

footer .lang-links li a {
  color: #666;
  text-decoration: underline;
}

footer .lang-links li .selected {
  text-decoration: none;
  cursor: default;
  color: #ccc;
}

.slider {
  border: 10px solid #f2f2f2;
}

.row {
  padding: 20px 0;
}

.wa-padding-global {
  padding: 20px 0;
}

.wa-section {
  padding: 20px 0;
}

.row .row {
  padding: 0;
}

.row .wa-padding-global {
  padding: 0;
}

.row .wa-section {
  padding: 0;
}

.img_encadrer, .wa_img_cadre, .img_encadrer_gauche, .img_encadrer_droite {
  margin-bottom: 10px;
}

.txt_couleur_primaire {
  color: #1d1d1d;
}

.txt_couleur_secondaire {
  color: #666;
}

.txt_couleur_tertiaire {
  color: #8a8a8a;
}

.fond_primaire {
  background: #fff;
}

.fond_secondaire {
  background: #fafafa;
  border-top: 10px solid #f2f2f2;
  border-bottom: 10px solid #f2f2f2;
  padding: 20px 0 20px 0;
}

.encadrer_simple {
  background: #fff;
  line-height: 1.4em;
  padding: 15px;
  border: 10px solid #fff;
  margin-bottom: 10px;
}

.encadrer_simple hr {
  border-color: #d9d9d9;
}

.encadrer_simple h2 {
  border-bottom: 1px solid #d9d9d9;
}

.encadrer_simple p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.encadrer_simple:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.encadrer_simple:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.diaporama_accueil {
  box-shadow: rgba(102, 102, 102, 0.75) 0px 4px;
  margin-top: -20px;
}

.contact-adresse {
  font-size: 0.8em;
  line-height: 1.1em;
}

.icone_special {
  font-size: 4.8em;
  width: 50px;
  text-align: center;
  float: left;
  margin-right: 10px;
}

.icone-social {
  text-align: center;
  display: inline-table;
}

.icone-social a {
  color: #666;
  text-decoration: none;
  margin: 10px;
  font-size: 1.5em;
}

.icone-social a:hover {
  color: #ccc;
}

.icone-promo {
  background: #fff;
  border-radius: 0;
  color: #8a8a8a;
  display: table;
  position: relative;
  padding: 0;
  margin: 5px auto 20px !important;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.icone-promo:after {
  border-radius: 0;
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid #e6e6e6;
  left: -5px;
  top: -5px;
  display: block;
  z-index: 0;
}

.icone-promo .fa {
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
  position: relative;
  font-size: 40px;
  line-height: inherit;
  color: #8a8a8a;
  text-align: center;
  display: block;
  z-index: 1;
}

.couleur_un, .couleur_deux, .couleur_trois {
  background: #8a8a8a;
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 28%;
  color: #fff;
}

.couleur_deux {
  background: #fff;
  color: #8a8a8a;
}

.couleur_trois {
  background: #ccc;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: gray;
}

.section-auto-accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
  border-top: 1px solid #d9d9d9;
}

.section-auto-accordion[data-section-small-style] {
  width: 100% !important;
}

.section-auto-accordion[data-section-small-style] > [data-section-region], .section-auto-accordion[data-section-small-style] > section, .section-auto-accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

.section-auto-accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-auto-accordion[data-section-small-style] > [data-section-region] > .title, .section-auto-accordion[data-section-small-style] > section > [data-section-title], .section-auto-accordion[data-section-small-style] > section > .title, .section-auto-accordion[data-section-small-style] > .section > [data-section-title], .section-auto-accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}

.section-auto-accordion > section {
  margin: 0;
}

.section-auto-accordion > section > [data-section-title], .section-auto-accordion > section > .title {
  margin-bottom: 0;
}

.section-auto-accordion > section > [data-section-title] a, .section-auto-accordion > section > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

.section-auto-accordion > section > [data-section-content], .section-auto-accordion > section > .content {
  display: none;
}

.section-auto-accordion > section.active > [data-section-content], .section-auto-accordion > section.active > .content {
  display: block;
}

.section-auto-accordion > section:not(.active) {
  padding: 0 !important;
}

.section-auto-accordion > section > [data-section-title], .section-auto-accordion > section > .title {
  width: 100%;
}

.section-auto-accordion > section > .title-accordion {
  background-color: #fff;
  cursor: pointer;
  border: solid 1px #d9d9d9;
}

.section-auto-accordion > section > .title-accordion a {
  padding: 0.9375em;
  color: #666;
  font-size: 0.875em;
  background: none;
}

.section-auto-accordion > section > .title-accordion:hover {
  background-color: #f2f2f2;
}

.section-auto-accordion > section > .content-accordion {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #d9d9d9;
}

.section-auto-accordion > section > .content-accordion > *:last-child {
  margin-bottom: 0;
}

.section-auto-accordion > section > .content-accordion > *:first-child {
  padding-top: 0;
}

.section-auto-accordion > section > .content-accordion > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

.section-auto-accordion > section.active > .title-accordion {
  background: #d9d9d9;
}

.section-auto-accordion > section.active > .title-accordion a {
  color: #8a8a8a;
}

.section-auto-accordion > section:not(.active) {
  padding: 0 !important;
}

.section-auto-accordion > section > .title-accordion {
  border-top: none;
}

.section-auto-accordion .title-accordion a {
  text-decoration: none;
  font-size: 1.1em !important;
  font-weight: bold;
}

.top-bar {
  float: none;
}

.top-bar .toggle-topbar.menu-icon a {
  text-indent: -60px;
}

.top-bar .has-dropdown .dropdown a:hover {
  text-decoration: none;
}

.top-bar.expanded .top-bar-section {
  line-height: normal;
}

.top-bar.expanded .top-bar-section .divider:before {
  display: none;
}

.top-bar-section ul li > a {
  background-color: #fff;
}

.top-bar-section ul li > a:hover {
  text-decoration: underline;
}

.top-bar-section .divider {
  border: none;
  display: block;
  position: relative;
  padding-left: 13px;
}

.top-bar-section .divider:before {
  position: absolute;
  content: "\f111";
  font-family: fontAwesome;
  font-size: 0.5em;
  top: 18px;
  color: #ccc;
  left: 0;
}

.top-bar-section .dropdown .divider, .top-bar-section .dropdown [role=separator] {
  padding: 0;
  margin: 0;
  height: 1px;
}

.top-bar-section .dropdown .divider:before, .top-bar-section .dropdown [role=separator]:before {
  display: none;
}

.top-bar-section#top-menu .menu-lang-toggle {
  display: block;
}

@media only screen and (min-width: 801px) {
  .top-bar-section#top-menu .menu-lang-toggle {
    display: none;
  }
}
.top-bar-section#top-menu .menu-lang-toggle a {
  background: #666;
  color: #fff;
}

.top-bar-section#top-menu .menu-lang-toggle a:hover {
  background: #f2f2f2;
  color: #1d1d1d;
}

@media only screen and (min-width: 801px) {
  main .row {
    margin-bottom: 2em;
  }
  main .wa-padding-global {
    margin-bottom: 2em;
  }
  main .wa-section {
    --wa-section-margin-bottom:2em;
  }
  main .row .row, .mce-content-body .row .row {
    margin-bottom: 0;
  }
  main .row .wa-padding-global, .mce-content-body .row .wa-padding-global {
    margin-bottom: 0;
  }
  main .row .wa-section, .mce-content-body .row .wa-section {
    --wa-section-margin-bottom:0;
  }
  header .logo-area {
    text-align: left;
    margin: 2em 0;
  }
  header .logo-area .name {
    text-align: left;
  }
  header .logo-area .name a {
    display: inline-block;
  }
  header .logo-area .name a h1 {
    font-size: 2.5em;
    padding: 15px 0 5px;
    margin: 0;
  }
  header .logo-area .name a img {
    padding: 0 20px 0 0;
    border: none;
    vertical-align: bottom;
    float: left;
    display: block;
  }
  header .logo-area .name a .description {
    text-align: left;
    display: table;
  }
  header #contact_header {
    text-align: right;
    font-size: 1.5em;
    margin: 28px 0 0;
  }
  footer {
    text-align: left;
  }
  footer .footer-alignement {
    text-align: right;
  }
  .fond_primaire h1 {
    padding: 0 0 5px;
    margin: 0 0 25px;
    border-bottom: 1px dotted #4d4d4d;
  }
  .bloc_couleur {
    margin-bottom: 30px;
  }
  .icone-social {
    float: right;
    text-align: right;
  }
  .encadrer_simple {
    margin-bottom: 20px;
  }
  .top-bar {
    height: auto;
  }
  .tel-area {
    margin: 40px 0 10px;
    font-size: 1.5em;
    text-align: right;
  }
}
main, .mce-content-body {
  font-size: 16px;
}

main a, .mce-content-body a {
  color: #666;
  text-decoration: underline;
}

main a:hover, .mce-content-body a:hover {
  color: #1d1d1d;
}

main .pinned, .mce-content-body .pinned {
  background-color: rgba(138, 138, 138, 0);
}

@media (min-width: 800px) {
  .top-bar-section ul li > a {
    font-size: 1em;
  }
  .top-bar-section ul li ul li > a {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .top-bar-section ul li > a {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 801px) {
  .top-bar-section li a:not(.button) {
    padding: 0 10px 0 0;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 10px !important;
  }
  .top-bar-section .has-dropdown > a:after {
    display: none !important;
  }
  .top-bar-section .divider:before {
    left: -1px;
    font-size: 0.45em;
  }
}
main .slides .slide .caption.button, .mce-content-body .slides .slide .caption.button {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0;
  min-height: 20px;
  padding: 6px 10px;
  text-align: left;
  text-transform: none;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

main .slides .slide .caption.button:hover, .mce-content-body .slides .slide .caption.button:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

@media only screen and (min-width: 801px) {
  main .slides .slide .caption.button {
    font-size: 16px;
  }
}
/* Import Primo : typo desktop du theme rejouee pour l'editeur TinyMCE
 * (les @media s'evaluent sur la largeur de l'iframe, pas de l'ecran) */
.mce-content-body .row {
  margin-bottom: 2em;
}

.mce-content-body .wa-padding-global {
  margin-bottom: 2em;
}

.mce-content-body .wa-section {
  --wa-section-margin-bottom:2em ;
}

.mce-content-body .row .row {
  margin-bottom: 0;
}

.mce-content-body .row .wa-padding-global {
  margin-bottom: 0;
}

.mce-content-body .row .wa-section {
  --wa-section-margin-bottom:0 ;
}

.mce-content-body .slides .slide .caption.button {
  font-size: 16px;
}

/* Import Primo : dropdowns du top-bar sans le JS Foundation */
.top-bar-section .has-dropdown:hover > .dropdown {
  display: block;
  visibility: visible;
}

.top-bar-section .dropdown {
  display: none;
  position: absolute;
  z-index: 99;
}

/* Import Primo : menu mobile du top-bar (etats poses par menu-primo.js) */
.top-bar.expanded {
  height: auto;
  overflow: visible;
}

.top-bar.expanded .top-bar-section {
  display: block;
  position: relative;
  left: 0;
}

.top-bar.expanded .top-bar-section ul {
  display: block;
  position: static;
  width: 100%;
}

.top-bar.expanded .top-bar-section .dropdown {
  display: none;
  position: static;
  visibility: visible;
  width: 100%;
}

.top-bar.expanded .top-bar-section .has-dropdown.wa-ouvert > .dropdown {
  display: block;
}

/* Import Primo : sections v4 dans le flux du thème (annule le pleine-largeur wagrid) */
.wa-section {
  --wa-section-left: 0;
  --wa-section-right: 0;
  --wa-section-margin-left: 0;
  --wa-section-margin-right: 0;
  --wa-section-width: auto;
  --wa-max-section-width: none;
  --wa-section-padding: 0;
  --wa-section-padding-top: 0;
  --wa-section-padding-bottom: 0;
  min-width: 0;
  margin-top: var(--wa-section-margin-top, 0);
  margin-bottom: var(--wa-section-margin-bottom, 0);
}

.wa-section > .padding-global, .wa-section .section-padding, .wa-section .wa-section-container,
.wa-section .wa-section-container-inner {
  padding: 0;
  margin: 0;
  max-width: none;
  width: auto;
}

/*-- ÉDITEUR WEBARTCHITECTE ----*/
/*-- CONTENU AU-DESSUS DES DECORS DU THEME ----------------------------------
 * Les themes Primo posent des decors en ::before absolu sans z-index (voile
 * degrade, bandes, ombres) et comptent sur leur propre regle pour relever le
 * contenu — chez campingchezmoose :
 *
 *     main.page-section .row { position: relative; z-index: 1; }
 *
 * Or ce .row n'existe plus : la v4 rend les zones en
 * div[data-wa-cell] > .wa-cell > .wa-padding-global. Le selecteur du theme ne
 * matche donc plus rien et le decor recouvre le texte, qui reste bien present
 * dans le HTML mais devient illisible.
 *
 * On remet le contenu au-dessus, en miroir de la regle du theme. Inerte sur
 * les themes qui n'ont pas ces classes.
 * ------------------------------------------------------------------------ */
main.page-section [data-wa-cell],
.main-top-degrader > [data-wa-cell],
[class*=-degrader] > [data-wa-cell] {
  position: relative;
  z-index: 1;
}

/*-- HABILLAGE : pull-left / pull-right -------------------------------------
 * Primo laissait le texte s'ecouler autour d'une image flottante, en posant
 * pull-left / pull-right sur le lien qui l'entoure (« wa_img_size_25
 * pull-right »). Ces classes vivaient dans son general.css, que la v4 ne
 * charge pas : l'attribut survit a l'import mais ne produit plus rien.
 *
 * Marges reprises de Primo : 30px du cote du texte, 10px dessous. Le flottement
 * est neutralise sous 769px, comme chez lui — une image flottante dans une
 * colonne etroite rend le texte illisible.
 * ------------------------------------------------------------------------ */
.pull-left,
.pull-right {
  display: block;
  max-width: 100%;
}

@media (min-width: 769px) {
  .pull-left {
    float: left;
    margin: 0 30px 10px 0;
  }
  .pull-right {
    float: right;
    margin: 0 0 10px 30px;
  }
}
/* Ferme le flottement pour que le bloc suivant reparte sous l'image. */
.clearfix::after,
.article-content::after {
  content: "";
  display: table;
  clear: both;
}

/* L'objet media de Primo, quand il sert a l'habillage plutot qu'aux colonnes.
 * .wa-media-image est un bloc dont l'unique enfant flotte : sa hauteur retombe
 * a zero et le .wa-media-text qui suit s'ecoule autour. .wa-media etablit le
 * contexte de formatage qui empeche le float de deborder de la boite. */
.wa-media,
.wa-media-body {
  overflow: hidden;
}

.wa-media-image > .pull-left,
.wa-media-image > .pull-right {
  margin: 0;
  float: none;
}

@media (min-width: 769px) {
  .wa-media-image > .pull-left {
    float: left;
    margin: 0 30px 10px 0;
  }
  .wa-media-image > .pull-right {
    float: right;
    margin: 0 0 10px 30px;
  }
}
/* Largeur du bloc flottant. Sans ces classes le lien se reduit a la taille
 * native de l'image : c'est wa-img_size_25 / _50 qui lui donne sa part de la
 * colonne chez Primo. Pleine largeur sous 769px, comme le flottement qui y est
 * neutralise juste au-dessus. */
.wa-img_size_25,
.wa-img_size_50 {
  display: block;
  width: 100%;
}

.wa-img_size_25 > img,
.wa-img_size_50 > img,
.wa-media-image img {
  width: 100%;
  height: auto;
}

/* Image seule (pas de volet texte) : le lien qui l'enveloppe n'a alors ni
 * pull-* ni wa-img_size_*, et reste inline — il ne transmettrait pas la
 * largeur a l'image. On le passe en bloc pour que la regle ci-dessus porte. */
.wa-media-image > a {
  display: block;
}

/* Embeds colles par l'editeur (Google Maps, YouTube, Facebook...) : ils
 * arrivent avec une largeur EN PIXELS — width="600" pour Google Maps — et
 * debordent d'une colonne fluide plus etroite. Primo ne les contraignait pas
 * non plus : il les DECOUPAIT, via le .wa-media { overflow: hidden } de son
 * general.css, et la carte etait coupee net au bord de la colonne.
 * Le Foundation 4 du theme pose deja « img, object, embed { max-width: 100% } »
 * mais oublie iframe, absent de cette version. On complete la regle plutot que
 * de reconduire le decoupage. La hauteur reste celle de l'embed : une carte
 * montre simplement une zone plus etroite. */
.article-content iframe,
.mce-content-body iframe {
  max-width: 100%;
}

/* Le cadre blanc s'appelle img_encadrer chez Primo et wa_img_cadre dans la v4 :
 * la boite de dialogue image du socle pose la seconde (waimage/plugin.js,
 * updatePropClass). Or general.scss, qui la dessine, n'est pas compile sur un
 * site Primo — recocher « Avec cadre » dans l'editeur ferait donc disparaitre
 * le cadre. On l'aligne sur celui du theme plutot que d'en inventer un.
 * !optional : un theme sans img_encadrer ne doit pas casser le build. */
@media (min-width: 769px) {
  .wa-img_size_25 {
    width: 25%;
  }
  .wa-img_size_50 {
    width: 50%;
  }
}
/*-- BANDEAU : hauteur fixe ------------------------------------------------
 * --primo-bandeau-h et --primo-bandeau-max-w viennent du placeholder du theme
 * ({{mono.image1:max-width=948:max-height=427}}), pose par GabaritImporter sur
 * .primo-bandeau-cadre. Les valeurs ci-dessous ne servent que de repli.
 *
 * min-height ET max-height a la meme valeur : la hauteur est figee. Sans elle
 * le carrousel prend celle de l'image courante, et la page sursaute a chaque
 * diapositive puisque les visuels n'ont pas le meme ratio. Les images sont
 * recadrees par object-fit plutot que deformees.
 * ------------------------------------------------------------------------ */
.primo-bandeau-cadre {
  --primo-bandeau-h: 450px;
  --primo-bandeau-max-w: 1000px;
  max-width: var(--primo-bandeau-max-w);
  margin-left: auto;
  margin-right: auto;
}

.primo-bandeau_slides,
.primo-bandeau_slide,
.primo-bandeau .slick-list,
.primo-bandeau .slick-track {
  min-height: var(--primo-bandeau-h);
  max-height: var(--primo-bandeau-h);
}

.primo-bandeau_image {
  width: 100%;
  height: var(--primo-bandeau-h);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/* Sous la largeur du bandeau, garder le ratio plutot qu'une bande etroite. */
@media (max-width: 768px) {
  .primo-bandeau_slides,
  .primo-bandeau_slide,
  .primo-bandeau .slick-list,
  .primo-bandeau .slick-track,
  .primo-bandeau_image {
    min-height: 0;
    max-height: none;
    height: auto;
  }
  .primo-bandeau_image {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/*-- CARROUSELS PRIMO -------------------------------------------------------
 * Deux carrousels coexistent apres import : le bandeau d'accueil, rendu par la
 * cellule Caroussel (.primo-bandeau), et les carrousels de contenu, laisses
 * dans l'article (.wa-media-carrousel). Les deux utilisent slick, donc le meme
 * jeu de fleches.
 *
 * Le theme accessible-slick fournit deja le markup et les glyphes ; il ne lit
 * que ses variables. Sans reglage, ses valeurs par defaut donnent un bouton de
 * 20x20 px place hors du cadre, donc invisible. On reprend les proportions de
 * Primo : bande large sur toute la hauteur, glyphe masque au repos et revele au
 * survol du carrousel.
 * ------------------------------------------------------------------------ */
.primo-bandeau,
.wa-media-carrousel {
  position: relative;
  --slick-arrow-width: 77px;
  --slick-arrow-height: 100%;
  --slick-arrow-top: 0;
  --slick-arrow-transform: none;
  --slick-arrow-left: 25px;
  --slick-arrow-right: 25px;
  --slick-arrow-icon-size: 48px;
  --slick-arrow-color: #fff;
  --slick-arrow-background-color: transparent;
  --slick-opacity-default: 0;
  --slick-opacity-active: 1;
}

/* Le survol porte sur le carrousel entier : invisibles au repos, les fleches
   seraient sinon introuvables a la souris. */
.primo-bandeau:hover,
.primo-bandeau:focus-within,
.wa-media-carrousel:hover,
.wa-media-carrousel:focus-within {
  --slick-opacity-default: .85;
}

/* Seule regle qui ne soit pas une variable : aucune n'existe pour l'ombre, et
   un glyphe blanc se perd sur les zones claires d'une photo. */
.primo-bandeau .slick-prev-icon,
.primo-bandeau .slick-next-icon,
.wa-media-carrousel .slick-prev-icon,
.wa-media-carrousel .slick-next-icon {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  transition: opacity 0.25s ease;
}

/* Logo : Primo le servait deja redimensionne en 200x200 par son
   redimensionneur ; v4 sert l'original, et les themes Primo n'ont pas
   toujours de contrainte CSS dessus (celui d'acprm.ca n'en a aucune).
   .primo-logo-img est pose par WaitemsImporter sur le logo importe. */
.primo-logo-img {
  max-width: 200px;
  max-height: 200px;
  height: auto;
  width: auto;
}

body.mce-content-body,
html.mce-content-body,
html:has(> body.mce-content-body) {
  background: #fff !important;
}

/*-- GRILLE : gouttières ----------------------------------------------------
 * --grille--gap est le point d'entrée unique de wagrid.css : les cinq
 * --wa-grid-margin-cell-margin-x-* le lisent en fallback. Skin.css étant
 * chargé après wagrid.css, la valeur ci-dessous gagne.
 *
 * Elle alimente À LA FOIS les largeurs calc(N% - gutter*2) et les marges des
 * cellules : les colonnes totalisent donc exactement 100 %. Si une rangée
 * passe à la ligne, réduire cette valeur (ou la mettre à 0) est le premier
 * réglage à essayer.
 *
 * NE PAS redéfinir --wa-grid-margin-cell-margin-x ici : wagrid.css la
 * réassigne dans ses media queries, et la poser au :root écraserait le
 * comportement par palier.
 * ------------------------------------------------------------------------ */
:root {
  --grille--gap: 1rem;
}

/* Réglage par palier, si la valeur globale ne suffit pas :
:root {
    --wa-grid-margin-cell-margin-x-medium:  0.9375rem;
    --wa-grid-margin-cell-margin-x-large:   0.9375rem;
    --wa-grid-margin-cell-margin-x-xlarge:  0.9375rem;
    --wa-grid-margin-cell-margin-x-xxlarge: 0.9375rem;
}
*/
/*-- ICONES : la police FontAwesome 4 que Primo fournissait -----------------
 * Le general.css du coeur Primo declarait cette famille ; la v4 ne le charge
 * pas. Sans elle, les separateurs du menu et les puces des listes du theme
 * (font-family: fontAwesome) tombent en carre vide, comme les <span class="fa">
 * du contenu. Les fichiers viennent du theme, deja copies dans webroot/font/.
 * ------------------------------------------------------------------------ */
@font-face {
  font-family: "FontAwesome";
  src: url("/font/fontawesome-webfont.woff") format("woff"), url("/font/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* --fa-display : le fontawesome.css du plugin met « inherit » en repli
 * (display: var(--fa-display, inherit)), alors que le build livre dans
 * resources/scss/fontawesome-pro-6.5.1 met « inline-block ». C'est le
 * premier qui est servi : une icone dans un <h2> herite donc display:block
 * et rejette le titre a la ligne. Primo posait inline-block en dur.
 * On retablit ce defaut pour toute la page — il vaut aussi pour les icones
 * FA6 des WaItems (reseaux sociaux du pied de page) et pour celles que
 * l'editeur inserera plus tard. */
:root {
  --fa-display: inline-block;
}

/* Contenu importe seulement : l'editeur v4 garde ses icones FA6. */
.article-title .fa,
.article-content .fa,
.mce-content-body .fa {
  --fa-style-family: "FontAwesome";
  --fa-style: normal;
  font-synthesis: none;
}

/*-- MODULES : actualites + accordeon (partiels copies par brancher_skin) --*/
/*-- GENERAL du coeur Primo — repris tel que servi par /Wa3/wa3/css/general.css
 * (identique sur les 42 sites, verifie contre la prod). Charge par Primo APRES
 * le skin du theme : importe en fin de Skin.scss pour rejouer la meme cascade.
 * Base des wa-media-* (dont .wa-media-image img { width:100%; margin-bottom:
 * 20px }), du carrousel slick (structure + police des fleches, copiee sous
 * /wa3/fonts/), des tableaux et de wa-main-content.
 * Retire ici : FontAwesome (@font-face + 591 glyphes) — blocIcones de
 * brancher_skin le redeclare deja, scope au contenu.
 * ------------------------------------------------------------------------- */
/* Le theme slick du SOCLE v4 dessine deja fleches et points par variables
 * (.slick-prev-icon:before { content: var(--slick-prev-character, "\2190") }) ;
 * general.css ci-dessous les dessine AUSSI, a la maniere Primo
 * (.slick-prev:before + police slick). Les deux ensemble doublent chaque
 * glyphe : on vide les caracteres du socle, le rendu Primo fait foi.
 * (--slick-pause/play-character laisses intacts : general ne les rend pas.) */
:root {
  --slick-prev-character: "";
  --slick-next-character: "";
  --slick-dot-character: "";
}

﻿.wa-media, .wa-media-body {
  overflow: hidden;
  zoom: 1;
}

.wa-media, .wa-media .wa-media {
  margin-top: 15px;
}

.wa-media:first-child {
  margin-top: 0;
}

.wa-media-object {
  display: block;
}

.wa-media-heading {
  margin: 0 0 5px;
}

.wa-media .wa-media-space {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 10em;
}

.media-object[data-mce-placeholder] {
  margin: 0 auto;
}

.wa-media-image > .pull-left {
  margin: 0;
  float: none !important;
}

.wa-media-image > .pull-right {
  margin: 0;
  float: none !important;
}

.wa-media-image img {
  width: 100%;
  margin-bottom: 20px;
}

.wa-img_size_25 {
  width: 100%;
}

.wa-img_size_50 {
  width: 100%;
}

.wa-media-video .videopreview {
  width: 100%;
}

@media (min-device-width: 769px) {
  .wa-img_size_25 {
    width: 25%;
  }
  .wa-img_size_50 {
    width: 50%;
  }
  .wa-media-image > .pull-left {
    margin-bottom: 10px;
    margin-right: 30px;
    float: left !important;
  }
  .wa-media-image > .pull-right {
    margin-left: 30px;
    margin-bottom: 10px;
    float: right !important;
  }
}
.wa-media > .pull-left {
  margin-bottom: 10px;
  margin-right: 30px;
}

.wa-media > .pull-right {
  margin-left: 30px;
  margin-bottom: 10px;
}

.clearboth {
  clear: both;
}

div.wa-tools-img.pull-left {
  margin-bottom: 10px !important;
}

div.wa-tools-img.pull-right {
  margin-left: 30px !important;
}

div.wa-tools-img a.wa-img_size_25 {
  width: 100% !important;
}

div.wa-tools-img a.wa-img_size_25 > img {
  width: 100% !important;
}

div.wa-tools-img a.wa-img_size_50 {
  width: 100% !important;
}

div.wa-tools-img a.wa-img_size_50 > img {
  width: 100% !important;
}

div.wa-mono-bloc .wa-media-image img {
  position: absolute;
  max-width: none !important;
  max-height: none !important;
}

.wa-media-list {
  padding-left: 0;
  list-style: none;
}

.slick-loading .slick-list {
  background: #fff url("/wa3/images/ajax-loader.gif") center center no-repeat;
}

.slick-list .slick-slide.slick-current {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@font-face {
  font-family: "slick";
  src: url("/wa3/fonts/slick.eot?1448567974");
  src: url("/wa3/fonts/slick.eot?&1448567974#iefix") format("embedded-opentype"), url("/wa3/fonts/slick.woff?1448567974") format("woff"), url("/wa3/fonts/slick.ttf?1448567974") format("truetype"), url("/wa3/fonts/slick.svg?1448567974#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 77px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 0;
  margin-top: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 75px;
  line-height: 1;
  color: #000;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-slider {
  margin-bottom: 40px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}

.slick-slide {
  position: relative;
}

.slick-slide figcaption {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 70px;
  padding: 24px 37px;
  color: #444343;
  font-size: 16px;
  width: 732px;
  height: 203px;
}

.slick-slide figcaption h2 {
  font-size: 2.25rem;
  color: #0057a3;
  margin-top: 0;
  padding-top: 0;
  line-height: 1em;
}

.slick-slide .figcaption-container {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide .figcaption-container .row {
  display: block;
}

.slick-slide .figcaption-container .columns {
  display: block;
}

.caroussel-nav .slick-prev {
  left: 0;
}

.caroussel-nav .slick-next {
  right: 0;
}

.caroussel-nav .slick-prev, .caroussel-nav .slick-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  background: #000;
  width: 45px;
  height: 45px;
  margin-top: -22px;
}

.caroussel-nav .slick-prev:before, .caroussel-nav .slick-next:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: absolute;
  font-size: 75px;
  height: 26px;
  line-height: 26px;
  color: #000;
  z-index: 1;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.caroussel-nav .slick-prev:after, .caroussel-nav .slick-next:after {
  background: #fff;
  content: "";
  display: block;
  width: 23px;
  height: 26px;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -13px;
}

.caroussel-nav .slick-prev:hover, .caroussel-nav .slick-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

h1 + .caroussel-with-nav, h2 + .caroussel-with-nav, h3 + .caroussel-with-nav, h4 + .caroussel-with-nav, h5 + .caroussel-with-nav, h6 + .caroussel-with-nav {
  border-top: solid 1px #0057a3;
  padding-top: 19px;
  margin-top: -5px;
}

main .slides .slide .caption.button {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0;
  min-height: 20px;
  padding: 6px 10px;
  text-align: left;
  text-transform: none;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

main .slides .slide .caption.button:after, main .slides .slide .caption.button:before {
  display: none;
}

main .slides .slide .caption.button:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

@media (min-width: 768px) {
  main .slides .slide .caption.button {
    font-size: 16px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#previewCaroussel {
  width: 90%;
  display: block;
  height: 350px;
  margin: 0 auto 0;
}

#previewCaroussel .slides {
  min-width: 100%;
  min-height: 100%;
  display: block;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #f3f3f3, #ffffff);
  border-radius: 3px;
  border: 1px solid #ccc;
}

#previewCaroussel .slides .slide {
  min-height: 350px;
}

#previewCaroussel .slides .slide span.image {
  background-size: contain !important;
  height: 350px;
  background-repeat: no-repeat;
  display: block;
}

#previewCaroussel .slides .slide img {
  max-height: 350px !important;
  width: auto !important;
}

#previewCaroussel .slides .slide .caption {
  cursor: auto;
  left: 0;
  bottom: 0;
  padding: 15px;
  min-height: 38px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 50;
  text-align: left;
}

#previewCaroussel .slides .js-add-slide {
  background-image: url("/images/view/45.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
}

#previewCaroussel .slides .js-add-slide i {
  position: relative;
  height: 100px;
  width: 100px;
  font-size: 100px;
  display: block;
  margin: 20% auto;
}

#previewCaroussel .slick-prev, #previewCaroussel .slick-next {
  position: absolute;
  display: block;
  height: 77px;
  width: 77px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
}

#previewCaroussel .slick-arrow {
  width: 40px;
  height: 40px;
}

#previewCaroussel .slick-arrow:before {
  font-size: 35px;
  color: #000000;
}

#previewCaroussel .slick-prev {
  left: -40px;
}

#previewCaroussel .slick-next {
  right: -40px;
}

#previewCaroussel .slick-prev:before, #previewCaroussel .slick-next:before {
  opacity: 1;
}

#previewCaroussel .slick-dots {
  bottom: -45px;
}

#previewCaroussel .addSlide {
  background-image: url("/Wa3/wa3/css/theme/images/presets/thumbs/image.png");
  background-size: cover;
  height: 250px;
  width: 305px;
}

#previewCaroussel .addSlide:before {
  border-radius: 100px;
  background: #222;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  left: 43%;
  top: 5px;
  width: 49px;
  height: 49px;
  line-height: 49px;
  content: "\f067";
  font-family: FontAwesome;
  color: #fff;
  border: solid 3px #c8c6c7;
  font-size: 20px;
  text-indent: 0;
}

#previewCaroussel .presets-items {
  display: block;
  position: relative;
}

#previewCaroussel .presets-items li {
  list-style: none;
}

.slides {
  min-width: 100%;
  min-height: 100%;
  display: block;
}

.slides .slide span.image {
  margin: auto;
  background-size: contain;
  min-height: 100px;
  background-repeat: no-repeat;
  display: block;
}

.slides .slide .image {
  margin: auto;
  display: block;
}

.slides .slide img {
  width: 100%;
  max-height: none;
}

.slides .slide .caption {
  position: absolute;
  cursor: auto;
  margin: auto;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px;
  min-height: 38px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 50;
  text-align: left;
}

#wa-main-content .wa-media-carrousel-bandeau .js-add-slide {
  background-image: url("/images/view/45.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.25;
}

#wa-main-content .wa-media-carrousel-bandeau .js-add-slide span {
  position: relative;
  width: 33.3333333333%;
  font-size: 35px;
  display: block;
  margin: 5px auto;
  text-align: center;
  color: #575656;
}

#wa-main-content .wa-media-carrousel-bandeau .slick-prev, #wa-main-content .wa-media-carrousel-bandeau .slick-next {
  position: absolute;
  display: block;
  height: 77px;
  width: 77px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #E0E0E0;
  color: transparent;
  top: 50%;
  margin-top: -10px;
}

#wa-main-content .wa-media-carrousel-bandeau .slick-prev:over, #wa-main-content .wa-media-carrousel-bandeau .slick-next:over {
  background: #E0E0E0 !important;
}

#wa-main-content .wa-media-carrousel-bandeau .slick-arrow {
  width: 40px;
  height: 40px;
}

#wa-main-content .wa-media-carrousel-bandeau .slick-arrow:before {
  font-size: 35px;
  color: #000000;
}

#wa-main-content .wa-media-carrousel-bandeau .slick-prev {
  left: 0px;
}

#wa-main-content .wa-media-carrousel-bandeau .slick-next {
  right: 0px;
}

#wa-main-content .wa-media-carrousel-bandeau .slick-prev:before, #wa-main-content .wa-media-carrousel-bandeau .slick-next:before {
  opacity: 1;
}

#wa-main-content .wa-media-carrousel-bandeau .slick-dots {
  bottom: -45px;
}

.wa-media-carrousel .slide {
  display: none;
}

.wa-media-carrousel .slick-slide {
  display: block;
}

.wa-mono-bloc .slick-slider {
  margin-bottom: 0 !important;
}

.wa-media-carrousel-bandeau .slide {
  display: none;
}

.wa-media-carrousel-bandeau .slick-slide {
  display: block;
}

.wa-media-carrousel-bandeau .image {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center;
}

.wa-media-carrousel-bandeau .image img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.wa-media-image-slide {
  display: block;
}

.reveal-modal .article-title {
  color: #000000;
}

.reveal-modal .article-title h1, .reveal-modal .article-title h2, .reveal-modal .article-title h3, .reveal-modal .article-title h4, .reveal-modal .article-title h5, .reveal-modal .article-title h6 {
  color: #000000;
}

.reveal-modal .article-content {
  color: #000000;
}

#top-menu .menu-lang-toggle {
  display: none;
}

span.lang-toggle {
  display: block;
}

.lang-links {
  display: block;
  list-style: none;
  clear: both;
  text-align: right;
}

.lang-links li {
  display: inline-block;
  margin-right: 5px;
}

table.responsive {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th, .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: auto;
    overflow-y: hidden;
  }
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
  #top-menu .menu-lang-toggle {
    display: block;
  }
  span.lang-toggle {
    display: none;
  }
}
.pinned {
  background: transparent;
}

.chiffre-no-space {
  white-space: nowrap;
}

.fa-ul > li {
  position: relative;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/*-- MODULE ACTUALITES — habillage generique pour les sites Primo -------------
 *
 * Distille de cosmoss_qc_ca (resources/scss/_actualites.scss), qui stylait le
 * meme markup Foundation que les gabarits de cellule reposes par brancher_skin
 * (modeles/cell/Actualites). Retire au passage : les variantes regionales MRC,
 * design-2023, les icones fontello (remplacees par FontAwesome, redeclaree sur
 * tous les sites importes) et le partage AddThis.
 *
 * Tout se regle par variables CSS, avec des defauts neutres qui tiennent sur
 * n'importe quel theme. Dans le Skin.scss du site :
 *
 *   :root {
 *       --actu-accent:        #2a6496;   // boutons, pagination active
 *       --actu-accent-survol: #1d4568;
 *       --actu-titre:         #333;      // h3.titre-actualite
 *       --actu-rayon:         10px;      // coins des boutons carres
 *   }
 * ------------------------------------------------------------------------- */
/* ligne separatrice entre deux nouvelles */
.news-divider {
  height: 1px;
  border-top: 1px solid var(--actu-ligne, rgba(0, 0, 0, 0.15));
  padding: 1.875rem 0 0;
  margin: 1.875rem 0 0;
  clear: both;
}

/* liste */
.dsActualite {
  text-align: left;
  border-top: none;
  padding-top: 1.875rem;
}

.ActualiteImage {
  padding: 0 0 0.9375rem 0;
  max-width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  .ActualiteImage {
    padding: 0;
  }
}

.ActualiteBreve {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.4;
}

h3.titre-actualite {
  font-size: 20px;
  text-transform: none;
  line-height: 1.2;
  color: var(--actu-titre, inherit);
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-align: left;
}
h3.titre-actualite:after {
  margin: 5px 0 10px;
  border-radius: 2px;
  background: var(--actu-accent, #767676);
  width: 40px;
  height: 4px;
  content: "";
  display: block;
}

.time {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  color: var(--actu-date, rgba(0, 0, 0, 0.6));
  display: inline-block;
  line-height: 1.3;
  padding: 0;
  float: left;
}

.News-contener {
  text-align: left;
  font-size: 1rem;
  line-height: 1.4em;
  position: relative;
  padding-top: 1.25rem;
}

.link-list-actualites {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0;
}
.link-list-actualites .zone-image {
  display: block;
  margin: 0 0 1.25rem;
}
@media (min-width: 640px) {
  .link-list-actualites .zone-image {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .link-list-actualites .zone-image {
    max-width: 21.875rem;
  }
}
.link-list-actualites .content-actualite,
.link-list-actualites .content-archives {
  position: relative;
  display: block;
  padding-bottom: 1rem;
}
.link-list-actualites:hover {
  color: inherit;
  text-decoration: none;
}

/* bouton « Lire la suite » et lien retour */
.News-more {
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid var(--actu-accent, #4a4a4a);
  background: var(--actu-accent, #4a4a4a);
  display: inline-block;
  padding: 0.625rem 0.9375rem;
  color: var(--actu-accent-texte, #fff);
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 600;
  border-radius: var(--actu-rayon-bouton, 100px);
  margin: 0 0.3125rem 0.3125rem 0;
  min-height: 36px;
  text-align: center;
}
.News-more:hover {
  background: var(--actu-accent-survol, #1d1d1d);
  color: var(--actu-accent-texte, #fff);
  border-color: var(--actu-accent-survol, #1d1d1d);
}

/* aucun resultat */
.actualitesresult .notice {
  clear: both;
  padding: 0.625rem 0.3125rem;
  font-weight: 600;
}

/* -- archives ------------------------------------------------------------- */
.no-padding-c.columns {
  padding-left: 0;
  padding-right: 0;
}

.select_date {
  margin-bottom: 0.9375rem;
}
@media (min-width: 640px) {
  .select_date {
    margin-bottom: 0;
  }
}
.select_date select {
  border: 2px solid var(--actu-ligne, #cacaca);
  padding: 0 1.5625rem 0 0.625rem;
  font-size: 1rem;
  line-height: 1.2em;
  color: inherit;
  font-weight: 600;
  height: 2.5rem;
  border-radius: var(--actu-rayon, 10px);
  background-color: transparent;
  display: inline-block;
  margin: 0;
}
@media (min-width: 900px) {
  .select_date select {
    float: right;
    max-width: 400px;
  }
}

.resulat_page {
  font-weight: 600;
  font-size: 1.125rem;
  text-align: left;
  padding-bottom: 0.625rem;
  line-height: 1.2em;
}
@media (min-width: 640px) {
  .resulat_page {
    padding-bottom: 0;
  }
}
.resulat_page .resultat-nbr {
  font-size: 1rem;
  display: block;
  font-weight: 400;
  line-height: 1.4em;
}
@media (min-width: 640px) {
  .resulat_page .resultat-nbr {
    font-size: 1.125rem;
  }
}

/* fleches premiere / precedente / suivante / derniere
 * (gabarits FontAwesome poses dans $components['options'] de site.php) */
.nouvellesLiens {
  text-align: right;
}
.nouvellesLiens .navigation {
  display: inline-block;
}
.nouvellesLiens a {
  text-decoration: none;
  background: transparent;
  color: var(--actu-accent, #4a4a4a);
  border: 3px solid var(--actu-accent, #4a4a4a);
  border-radius: 100px;
  margin: 0 2px 2px 0;
  padding: 9px 0 0 0;
  min-height: 36px;
  min-width: 36px;
  width: 36px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  float: left;
  text-align: center;
  transition: all 0.5s ease;
}
.nouvellesLiens a:last-of-type {
  margin-right: 0;
}
@media (min-width: 640px) {
  .nouvellesLiens a {
    min-height: 40px;
    min-width: 40px;
    width: 40px;
    font-size: 16px;
    padding: 10px 0 0 0;
    margin: 0 6px 6px 0;
  }
}
.nouvellesLiens a:hover {
  background: var(--actu-accent, #4a4a4a);
  color: var(--actu-accent-texte, #fff);
}
.nouvellesLiens a.desactiver, .nouvellesLiens a.desactiver:hover {
  border-color: var(--actu-ligne, rgba(0, 0, 0, 0.25));
  color: var(--actu-ligne, rgba(0, 0, 0, 0.25));
  background: transparent;
}

/* pagination 1-2-3 */
.pagination-position {
  text-align: center;
}
@media (min-width: 640px) {
  .pagination-position {
    text-align: left;
  }
}

ul.pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.pagination li {
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-block;
}
ul.pagination li a {
  border-radius: var(--actu-rayon, 10px);
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  display: inline-block;
  padding-top: 0.5rem;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  border: 2px solid var(--actu-ligne, rgba(0, 0, 0, 0.25));
  color: var(--actu-accent, #4a4a4a);
  margin: 0 0.375rem 0.375rem 0;
}
ul.pagination li a:hover {
  background: var(--actu-accent, #4a4a4a);
  color: var(--actu-accent-texte, #fff);
  border-color: var(--actu-accent, #4a4a4a);
}
ul.pagination li.current a, ul.pagination li.current a:hover {
  border: 2px solid var(--actu-accent, #4a4a4a);
  background: var(--actu-accent, #4a4a4a);
  color: var(--actu-accent-texte, #fff);
}

/* -- fiche (detail) -------------------------------------------------------- */
.navigation-detail,
.PNewsTitle,
.Narticle {
  text-align: left;
}

/* Dans l'en-tete de la fiche, la date se place AU-DESSUS du titre : le
 * float:left du .time (utile en liste) faisait remonter le h1 a cote d'elle. */
.PNewsTitle .time {
  float: none;
  display: block;
  padding-bottom: 0.375rem;
}

.PNewsTitle .titre-actualite {
  clear: both;
}

.News-detail .ActualiteImage,
.News-detail .NPhoto img {
  margin: 0 0 1.875rem 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 640px) {
  .News-detail .NPhoto {
    width: 40%;
    max-width: 500px;
    float: left;
    margin-right: 3.125rem;
  }
}

.News-detail-image {
  display: block;
  background-size: cover;
  width: 100%;
  height: 15.625rem;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0.9375rem;
}

/*-- ACCORDEON — habillage generique pour les sites Primo ---------------------
 *
 * Distille de cosmoss_qc_ca (resources/scss/_accordion.scss). Cible le markup
 * Foundation PAR DEFAUT du socle (.accordion > .accordion-item >
 * .accordion-title / .accordion-content) : c'est ce qui sort quand la
 * surcharge « accordion » de $components['options'] reste commentee dans
 * config/site.php.
 *
 * Les icones + / - sont la FontAwesome 4 du theme (\f067 / \f068), redeclaree
 * par brancher_skin sur tous les sites importes.
 *
 * Reglages par variables CSS, defauts neutres. Dans le Skin.scss du site :
 *
 *   :root {
 *       --accordeon-accent:       #2a6496;   // fond du titre actif / survole
 *       --accordeon-accent-texte: #fff;
 *       --accordeon-bord:         rgba(42, 100, 150, 0.6);
 *       --accordeon-rayon:        10px;
 *   }
 * ------------------------------------------------------------------------- */
.accordion {
  background-color: transparent !important;
  text-shadow: none;
  margin-left: 0;
  list-style: none;
}
.accordion .accordion-item:first-child > :first-child,
.accordion .accordion-item:last-child .accordion-title {
  border-radius: var(--accordeon-rayon, 10px);
}
.accordion .accordion-title {
  background: transparent;
  padding: 15px 50px 15px 26px;
  margin: 0 0 0.625rem 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3;
  position: relative;
  text-transform: none;
  text-align: left;
  display: block;
  border-radius: var(--accordeon-rayon, 10px);
  transition: all 0.5s ease;
  color: var(--accordeon-titre, inherit);
  border: 3px solid var(--accordeon-bord, rgba(0, 0, 0, 0.25));
}
@media (min-width: 640px) {
  .accordion .accordion-title {
    padding-left: 36px;
  }
}
.accordion .accordion-title {
  /* un titre colle dans l'editeur ne doit pas casser l'habillage */
}
.accordion .accordion-title h1, .accordion .accordion-title h2, .accordion .accordion-title h3, .accordion .accordion-title h4, .accordion .accordion-title h5, .accordion .accordion-title h6 {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  text-transform: inherit;
  line-height: inherit;
}
.accordion .accordion-title h1:before, .accordion .accordion-title h1:after, .accordion .accordion-title h2:before, .accordion .accordion-title h2:after, .accordion .accordion-title h3:before, .accordion .accordion-title h3:after, .accordion .accordion-title h4:before, .accordion .accordion-title h4:after, .accordion .accordion-title h5:before, .accordion .accordion-title h5:after, .accordion .accordion-title h6:before, .accordion .accordion-title h6:after {
  display: none;
}
.accordion .accordion-title {
  /* icone + */
}
.accordion .accordion-title:before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--accordeon-accent, #4a4a4a);
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  margin-top: 0;
  transition: all 0.5s ease;
}
.accordion .accordion-title:hover {
  color: var(--accordeon-accent-texte, #fff);
  border-color: var(--accordeon-accent, #4a4a4a);
  background: var(--accordeon-accent, #4a4a4a);
}
.accordion .accordion-title:hover:before {
  transform: rotate(180deg);
  color: var(--accordeon-accent-texte, #fff);
}
.accordion .is-active > .accordion-title {
  color: var(--accordeon-accent-texte, #fff);
  background: var(--accordeon-accent, #4a4a4a);
  border-color: var(--accordeon-accent, #4a4a4a);
  /* icone - */
}
.accordion .is-active > .accordion-title:before {
  content: "\f068";
  color: var(--accordeon-accent-texte, #fff);
}
.accordion .is-active > .accordion-title:hover:before {
  transform: rotate(0deg);
}
.accordion .accordion-content {
  color: inherit;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4em;
  margin: -0.625rem 0 0.625rem 0;
  padding: 20px 26px;
  border: none;
  background: transparent;
  text-align: left;
  display: none;
}
@media (min-width: 640px) {
  .accordion .accordion-content {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.accordion .is-active > .accordion-content {
  display: block;
}

/*-- POP-UP (boite systeme) — habillage generique pour les sites Primo --------
 *
 * La boite « Pop-up » du socle rend un modal Foundation 6 (.reveal,
 * .close-button, .reveal-overlay pose par foundation.min.js — deja charge).
 * Or le CSS d'un theme Primo n'apporte que le reveal de Foundation 4
 * (.reveal-modal) : le modal sortait sans aucun style. Base reprise des
 * defauts Foundation 6, reglable par variables :
 *
 *   :root {
 *       --popup-fond:   #fff;
 *       --popup-bord:   #cacaca;
 *       --popup-rayon:  10px;
 *       --popup-largeur: 600px;
 *   }
 * ------------------------------------------------------------------------- */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
}

.reveal {
  display: none;
  z-index: 1006;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  padding: 1.5rem;
  border: 1px solid var(--popup-bord, #cacaca);
  border-radius: var(--popup-rayon, 10px);
  background-color: var(--popup-fond, #fff);
  top: 100px;
  width: 100%;
}
@media (min-width: 640px) {
  .reveal {
    width: var(--popup-largeur, 600px);
    max-width: 75rem;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
.reveal .close-button {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  border: 0;
  background: transparent;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  color: inherit;
  padding: 0;
}
.reveal .close-button:hover {
  color: var(--popup-bord, #8a8a8a);
}
.reveal .title h2 {
  margin-top: 0;
}

/* plein ecran sous le point de bascule, comme Foundation 6 */
@media (max-width: 639px) {
  .reveal {
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    min-height: 100%;
  }
}

/*# sourceMappingURL=Skin.css.map*/