@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Fri Nov 22 2024 14:43:50 GMT+1100 (AEDT)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Slick
    S
 */
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
.visuallyhidden, .sr-only, .form .sq-form-question label.sq-form-question-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active, .form .sq-form-question label.focusable.sq-form-question-title:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus, .form .sq-form-question label.focusable.sq-form-question-title:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix, div.clear, .section__row, .section__wrapper, .content blockquote, .banner-carousel, .block, .breadcrumbs ul, .cart__grand-total, .downloads__item, .footer__wrapper, .footer__primary, .footer__secondary, .footer__social, .form, .form__field, .form__field-wrapper, .header__wrapper, .link-tiles, .navigation__level-1, .navigation__level-2, .navigation__level-2-inner, .navigation__secondary ul, .news, .page-navigation ul, .projects__block, .projects a, .publication__links ul, .review__title, .review__item, .review__total, .search-page__tools, .section-tiles, .section-tiles__links ul, .share, .subscribe, .tabs__controls {
  *zoom: 1;
}

.clearfix:before, div.clear:before, .section__row:before, .section__wrapper:before, .content blockquote:before, .banner-carousel:before, .block:before, .breadcrumbs ul:before, .cart__grand-total:before, .downloads__item:before, .footer__wrapper:before, .footer__primary:before, .footer__secondary:before, .footer__social:before, .form:before, .form__field:before, .form__field-wrapper:before, .header__wrapper:before, .link-tiles:before, .navigation__level-1:before, .navigation__level-2:before, .navigation__level-2-inner:before, .navigation__secondary ul:before, .news:before, .page-navigation ul:before, .projects__block:before, .projects a:before, .publication__links ul:before, .review__title:before, .review__item:before, .review__total:before, .search-page__tools:before, .section-tiles:before, .section-tiles__links ul:before, .share:before, .subscribe:before, .tabs__controls:before, .clearfix:after, div.clear:after, .section__row:after, .section__wrapper:after, .content blockquote:after, .banner-carousel:after, .block:after, .breadcrumbs ul:after, .cart__grand-total:after, .downloads__item:after, .footer__wrapper:after, .footer__primary:after, .footer__secondary:after, .footer__social:after, .form:after, .form__field:after, .form__field-wrapper:after, .header__wrapper:after, .link-tiles:after, .navigation__level-1:after, .navigation__level-2:after, .navigation__level-2-inner:after, .navigation__secondary ul:after, .news:after, .page-navigation ul:after, .projects__block:after, .projects a:after, .publication__links ul:after, .review__title:after, .review__item:after, .review__total:after, .search-page__tools:after, .section-tiles:after, .section-tiles__links ul:after, .share:after, .subscribe:after, .tabs__controls:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, div.clear:after, .section__row:after, .section__wrapper:after, .content blockquote:after, .banner-carousel:after, .block:after, .breadcrumbs ul:after, .cart__grand-total:after, .downloads__item:after, .footer__wrapper:after, .footer__primary:after, .footer__secondary:after, .footer__social:after, .form:after, .form__field:after, .form__field-wrapper:after, .header__wrapper:after, .link-tiles:after, .navigation__level-1:after, .navigation__level-2:after, .navigation__level-2-inner:after, .navigation__secondary ul:after, .news:after, .page-navigation ul:after, .projects__block:after, .projects a:after, .publication__links ul:after, .review__title:after, .review__item:after, .review__total:after, .search-page__tools:after, .section-tiles:after, .section-tiles__links ul:after, .share:after, .subscribe:after, .tabs__controls:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | 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 {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  -moz-box-sizing: content-box;
  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: "\201C" "\201D" "\2018" "\2019";
}

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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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 {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  min-width: 20rem;
  overflow-y: scroll;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

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

strong {
  font-weight: 500;
}

hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 1rem -1.25rem;
}

.content hr {
  border-color: #e7e7e7;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
.section {
  color: #3c3533;
}

.section-padding {
  padding: 1.25rem 0;
}

.section-padding-top {
  padding: 1.25rem 0 0 0;
}

.section-padding-bottom {
  padding: 0 0 1.25rem 0;
}

.section__column-25 {
  padding: 0 0 1.25rem 0;
}

.section__column-25:last-child {
  padding: 1.25rem 0 0 0;
}

.section a {
  color: #3c3533;
}

.section a:hover, .section a:focus {
  text-decoration: none;
}

.section a.external::after {
  content: url(../mysource_files/external.svg);
  display: inline-block;
  height: 0.8125rem;
  margin: 0 0.3125rem;
  width: 0.8125rem;
}

.section a.external.button::after {
  content: none;
  display: none;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  color: #48413f;
}

.section__wrapper {
  margin: 0 auto;
  max-width: 82.5rem;
  padding: 1.25rem 1.25rem;
  position: relative;
}

.section-narrow .section__wrapper {
  max-width: 70.75rem;
}

.section-wide .section__wrapper {
  max-width: 121.875rem;
}

.section-merged .section__wrapper {
  margin-bottom: -1.25rem;
  padding-bottom: 0;
}

.section-orange-top {
  position: relative;
}

.section-orange-top:before {
  background-color: #cc4c00;
  content: '';
  height: 16rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.section-orange-top h1,
.section-orange-top h2 {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-orange, .section-background {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #cc4c00;
  color: #ffffff;
}

.section-orange h1,
.section-orange h2,
.section-orange h3,
.section-orange h4,
.section-orange h5,
.section-orange h6, .section-background h1,
.section-background h2,
.section-background h3,
.section-background h4,
.section-background h5,
.section-background h6 {
  color: #ffffff;
}

.section-orange a, .section-background a {
  color: #ffffff;
}

.section-orange a:hover, .section-orange a:focus, .section-background a:hover, .section-background a:focus {
  color: #ff9252;
}

.section-blue {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #00263E;
  background-image: url(../mysource_files/blue-lookup.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.section-blue h1 {
  font-size: 2.25rem;
  line-height: 1;
  padding: 1.25rem 0 0;
  font-weight: 400;
}

.section-blue h1,
.section-blue h2,
.section-blue h3,
.section-blue h4,
.section-blue h5,
.section-blue h6 {
  color: #ffffff;
}

.section-blue a {
  color: #ffffff;
}

.section-blue a:hover, .section-blue a:focus {
  color: #ff9252;
}

.section-light-grey {
  background-color: #f8f8f8;
}

.section-grey {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #424242;
  color: #ffffff;
}

.section-grey h1,
.section-grey h2,
.section-grey h3,
.section-grey h4,
.section-grey h5,
.section-grey h6 {
  color: #ffffff;
}

.section-grey a {
  color: #ffffff;
}

.section-grey a:hover, .section-grey a:focus {
  color: #ff9252;
}

.section-indigo {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #00263E;
  color: #ffffff;
}

.section-indigo h1,
.section-indigo h2,
.section-indigo h3,
.section-indigo h4,
.section-indigo h5,
.section-indigo h6 {
  color: #ffffff;
}

.section-indigo a {
  color: #ffffff;
}

.section-indigo a:hover, .section-indigo a:focus {
  color: #ff9252;
}

.section-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

h1 {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.31;
  margin: 0;
  padding: 2.5rem 0 1.25rem;
}

h2 {
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1.38;
  margin: 0;
  padding: 1.875rem 0 0.9375rem;
}

h2.bookmark:after {
  content: url(../mysource_files/bookmark-orange.svg);
  display: inline-block;
  height: 1.125rem;
  margin-left: 1.125rem;
  width: 0.75rem;
}

h3 {
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.38;
  margin: 0;
  padding: 1.5625rem 0 0.625rem;
}

h4 {
  font-size: 1.250em;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding: 1.25rem 0 0.3125rem;
}

h5 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.44;
  margin: 0;
  padding: 1rem 0 0.3125rem;
}

h6 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0.625rem 0 0.3125rem;
}

.intro {
  color: #61605f;
  font-size: 1.250em;
  font-weight: 300;
  line-height: 1.5;
  padding: 1.25rem 0;
}

.intro p {
  margin: 0;
  padding: 0.75rem 0;
}

.intro a[href] {
  color: #cc4c00;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.intro a[href]:hover, .intro a[href]:focus {
  text-decoration: underline;
}

.alert {
  background-color: #ebebeb;
  color: #555555;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.63;
}

.alert__wrapper {
  padding: 1.25rem;
}

.alert a {
  color: #cc4c00;
  text-decoration: none;
}

.alert a:hover, .alert a:focus {
  text-decoration: underline;
}

.content {
  color: #61605f;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.63;
}

.content.content-dark {
  color: #3c3533;
  font-weight: 400;
}

.content.content-dark ul:not(.note):not(.list-reset) li {
  font-weight: 400;
}

.content figure {
  padding: 1.25rem 0;
  width: 100%;
}

.content figure figcaption {
  border-bottom: 1px solid #e7e7e7;
  color: #3c3533;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.63;
  padding: 1.25rem 0 0.3125rem 0;
}

.content figure img {
  margin: 0;
}

.content img {
  margin: 1.25rem 0;
}

.content a[href] {
  color: #cc4c00;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.content a[href]:hover, .content a[href]:focus {
  text-decoration: underline;
}

.content p {
  margin: 0;
  padding: 0.5rem 0;
}

.content p.tip {
  color: #555555;
  font-size: 0.875em;
  line-height: 1.43;
  padding-top: 0;
}

.content p.right, .content p.right-30, .content p.right-50, .content p.left, .content p.left-30, .content p.left-50 {
  font-size: 0.875em;
}

.content p.right img, .content p.right-30 img, .content p.right-50 img, .content p.left img, .content p.left-30 img, .content p.left-50 img {
  margin: 0;
}

.content div.right, .content div.right-30, .content div.right-50, .content div.left, .content div.left-30, .content div.left-50 {
  font-size: 0.875em;
  padding: 0.625rem 0;
}

.content div.right img, .content div.right-30 img, .content div.right-50 img, .content div.left img, .content div.left-30 img, .content div.left-50 img {
  margin: 0;
}

.content blockquote {
  background-color: #f3f3f3;
  color: #61605f;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.63;
  margin: 1.25rem 0;
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
}

.content table {
  border: 1px solid;
  box-sizing: border-box;
  color: #3c3533;
  min-width: 50rem;
  width: 100%;
}

.content table th {
  border: 1px solid #e3e3e3;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.75rem 0.625rem;
  text-align: left;
}

.content table td {
  border: 1px solid #e3e3e3;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.6;
  padding: 0.75rem 0.625rem;
  vertical-align: top;
}

.content table td.orange {
  background-color: rgba(204, 76, 0, 0.1);
}

.content table td.green {
  background-color: rgba(0, 114, 51, 0.1);
}

.content table td.red {
  background-color: rgba(208, 2, 27, 0.1);
}

.content table td.yellow {
  background-color: rgba(255, 255, 7, 0.1);
}

.content table td.grey {
  background-color: #f8f8f8;
}

.content table td.top {
  vertical-align: top !important;
}

.content table td > p:first-child {
  padding-top: 0;
}

.content table thead {
  background-color: #3c3c3c;
}

.content table thead tr {
  border-top: 1px solid #e3e3e3;
}

.content table thead tr:first-child {
  border-top: none;
}

.content table thead th {
  border: none;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content table thead th:first-child {
  border-left: none;
}

.content table thead th:last-child {
  border-right: none;
}

.content table ul:not(.note):not(.list-reset) {
  padding: 0;
}

.content table ul:not(.note):not(.list-reset) p {
  padding: 0;
}

.content table.clear {
  border: none;
  min-width: 0;
  overflow: hidden;
  width: auto;
}

.content table.clear th {
  border: none;
  font-weight: 300;
  padding: 0 0.25rem;
  text-align: left;
}

.content table.clear td {
  border: none;
  padding: 0 0.25rem;
}

.content table.clear thead {
  background-color: transparent;
}

.content table.clear thead th {
  background-color: transparent;
  border: none;
  color: #3c3533;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: initial;
  text-align: left;
}

.content code {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.content .padding {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.content .padding-top {
  padding-top: 1.25rem;
}

.content .padding-bottom {
  padding-bottom: 1.25rem;
}

.content.mobile-padding-top {
  padding-top: 1.4375rem;
}

.content .table {
  margin: 1.25rem 0;
  overflow-x: auto;
}

.content .math .MJX_Assistive_MathML {
  display: none;
}

.content .button,
.content .button[href] {
  background-color: #cc4c00;
  border: 1px solid #cc4c00;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.45;
  margin: 1.5rem 0;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.content .button:hover, .content .button:focus,
.content .button[href]:hover,
.content .button[href]:focus {
  background-color: #ffffff;
  color: #cc4c00;
  text-decoration: none;
}

.content .back,
.content .back[href] {
  color: #cc4c00;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.44;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.content .back:hover, .content .back:focus,
.content .back[href]:hover,
.content .back[href]:focus {
  color: #443d3b;
  text-decoration: none;
}

.content .back:before,
.content .back[href]:before {
  content: url(../mysource_files/arrow-orange.svg);
  display: inline-block;
  height: 0.9375rem;
  line-height: 0.9375rem;
  margin-right: 0.625rem;
  width: 0.9375rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content ol:not(.note):not(.list-reset) {
  counter-reset: item-1;
  margin: 0;
  padding: 1.25rem 0;
}

.content ol:not(.note):not(.list-reset) li {
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.63;
  padding: 0.5rem 0 0.5rem 1.25rem;
  position: relative;
}

.content ol:not(.note):not(.list-reset) li:last-child {
  padding-bottom: 0;
}

.content ol:not(.note):not(.list-reset) li ul,
.content ol:not(.note):not(.list-reset) li ol {
  padding: 0.5rem 0 0 1.875rem;
}

.content ol:not(.note):not(.list-reset) li:before {
  box-sizing: border-box;
  color: #cc4c00;
  content: counters(item-1, ".") " ";
  counter-increment: item-1;
  font-weight: 500;
  padding-right: 0.625rem;
  position: absolute;
  right: 100%;
  transform: translateX(1.25rem);
}

.content ol:not(.note):not(.list-reset) li ol {
  counter-reset: item-2;
}

.content ol:not(.note):not(.list-reset) li li:before {
  content: counter(item-1) "." counter(item-2, lower-alpha);
  counter-increment: item-2;
}

.content ol:not(.note):not(.list-reset) li li ol {
  counter-reset: item-3;
}

.content ol:not(.note):not(.list-reset) li li li:before {
  content: counter(item-1) "." counter(item-2, lower-alpha) "." counter(item-3, lower-roman);
  counter-increment: item-3;
}

.content ul:not(.note):not(.list-reset) {
  list-style-type: none;
  margin: 0;
  padding: 1.25rem 0;
}

.content ul:not(.note):not(.list-reset) li {
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.63;
  padding: 0.5rem 0 0.5rem 1.25rem;
  position: relative;
}

.content ul:not(.note):not(.list-reset) li:last-child {
  padding-bottom: 0;
}

.content ul:not(.note):not(.list-reset) li ul,
.content ul:not(.note):not(.list-reset) li ol {
  padding: 0.5rem 0 0 1.875rem;
}

.content ul:not(.note):not(.list-reset) li ul li:after {
  border-color: #3c3533;
}

.content ul:not(.note):not(.list-reset) li ul li ul li:after {
  border: 1px solid #cc4c00;
  height: 0.125rem;
  top: 1.25rem;
  width: 0.25rem;
}

.content ul:not(.note):not(.list-reset) li:after {
  border: 1px solid #cc4c00;
  box-sizing: border-box;
  content: '';
  height: 0.3125rem;
  left: 0;
  position: absolute;
  top: 1.0625rem;
  width: 0.3125rem;
}

.content ul:not(.note):not(.list-reset).plus li:after {
  border: none;
  color: #cc4c00;
  content: '+';
  font-weight: 500;
  height: auto;
  top: 0.5rem;
  width: auto;
}

.content ul:not(.note):not(.list-reset).minus li:after {
  border: none;
  color: #cc4c00;
  content: '–';
  font-weight: 500;
  height: auto;
  top: 0.5rem;
  width: auto;
}

.content .note {
  color: #727272;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.4;
  margin: -0.625rem 0 0 0;
  padding: 0 0 0.625rem 0.9375rem;
}

.content .note li {
  padding-left: 0.9375rem;
}

.content .footnotes {
  border-top: 1px solid #e7e7e7;
  margin-top: 1.25rem;
  padding: 1.25rem 0;
}

.content .footnotes hr {
  display: none;
}

.content .footnotes ol,
.content .footnotes ul {
  counter-reset: initial;
  list-style-type: decimal;
  margin: 0;
  padding: 0 0 0 1.25rem;
}

.content .footnotes ol li,
.content .footnotes ul li {
  display: list-item;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 0 0 0.625rem 0.625rem;
}

.content .footnotes ol li:before,
.content .footnotes ul li:before {
  display: none;
}

.content .footnotes ol li:last-item,
.content .footnotes ul li:last-item {
  padding-bottom: 0;
}

.content .footnotes p {
  padding: 0;
}

.loader {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.loader.active {
  opacity: 1;
  visibility: visible;
}

.loader.hidden {
  display: none;
}

.loader__main {
  animation: spin 2s linear infinite;
  border: 0.5rem solid #acacac;
  border-radius: 50%;
  border-top: 0.5rem solid #cc4c00;
  height: 3.75rem;
  left: 50%;
  margin: -1.875rem 0 0 -1.875rem;
  position: absolute;
  top: 50%;
  width: 3.75rem;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
--------------------
Modules
--------------------
*/
/* Module: Slick */
.slick-list {
  position: relative;
  overflow: hidden;
}

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

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

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.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-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li + li {
  margin-left: 1em;
}

/* Module: S */
.accordion {
  margin: 1.25rem 0;
  border: 1px solid #e3e3e3;
}

.accordion__item {
  border-top: 1px solid #e3e3e3;
}

.accordion__item:first-child {
  border-top: none;
}

.accordion__title {
  position: relative;
}

.accordion__title button {
  width: 100%;
  padding: 1.25rem 2.8125rem 1.25rem 1.25rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  text-align: left;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.11;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #3c3533;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accordion__title button:hover, .accordion__title button:focus {
  color: #cc4c00;
}

.accordion__title button:before, .accordion__title button:after {
  content: '';
  position: absolute;
  top: 2rem;
  right: 1.375rem;
  background-color: #3c3533;
  -webkit-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}

.accordion__title button:before {
  width: 0.125rem;
  height: 0.625rem;
  margin-right: -0.0625rem;
  margin-top: -0.3125rem;
}

.accordion__title button:after {
  width: 0.625rem;
  height: 0.125rem;
  margin-right: -0.3125rem;
  margin-top: -0.0625rem;
}

.accordion__title.active button {
  color: #cc4c00;
}

.accordion__title.active button:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion__title.active button:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.accordion__text {
  border-top: 1px solid #e3e3e3;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  padding: 1.625rem 1.25rem;
  display: none;
  color: #555555;
}

.accordion__text.active {
  display: block;
}

.accordion__text p {
  margin: 0;
  padding-bottom: 0.625rem;
}

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

/* Module: S */
.grey-alert-block,
.orange-alert-block {
  display: flex;
  flex-direction: row;
  margin: 1.0625rem 0;
  padding: 1.75rem 1.75rem 1.125rem;
}

.content .grey-alert-block, .content
.orange-alert-block {
  margin-bottom: 1.6875rem;
}

.grey-alert-block__icon,
.orange-alert-block__icon {
  margin-right: 14px;
}

.grey-alert-block__icon span,
.orange-alert-block__icon span {
  width: 27px;
  height: 27px;
  display: inline-block;
  border: 1px solid #cc4c00;
  border-radius: 50%;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  color: #cc4c00;
}

.grey-alert-block__content,
.orange-alert-block__content {
  padding-top: 0.125rem;
  color: black;
  font-weight: 300;
  line-height: 1.5rem;
}

.grey-alert-block__content p,
.orange-alert-block__content p {
  margin-top: 0;
  padding: 0;
}

.grey-alert-block__content a[href],
.orange-alert-block__content a[href] {
  color: #cc4c00;
  text-decoration: underline;
  -webkit-font-smoothing: auto;
}

.grey-alert-block__content a[href]:hover, .grey-alert-block__content a[href]:focus,
.orange-alert-block__content a[href]:hover,
.orange-alert-block__content a[href]:focus {
  text-decoration: none;
}

.section-navigation + .grey-alert-block, .section-navigation +
.orange-alert-block {
  margin-top: 1.75rem;
}

.grey-alert-block {
  background-color: #FAFAFA;
}

.orange-alert-block {
  background-color: #cc4c00;
}

.content .orange-alert-block .orange-alert-block__content ul li::after {
  border-color: white;
}

.content .orange-alert-block .orange-alert-block__content ol li::before {
  color: white;
}

.orange-alert-block__content {
  color: white;
}

.orange-alert-block__icon span {
  border-color: white;
  color: white;
}

.orange-alert-block__content a[href] {
  color: white;
}

/* Module: S */
.banner-carousel {
  position: relative;
}

.banner-carousel__item {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  overflow: hidden;
  position: relative;
}

.banner-carousel__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 41, 41, 0.8);
}

.banner-carousel__info {
  padding: 2.5rem 1.25rem 5rem 1.25rem;
  color: #ffffff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 82.5rem;
  margin: 0 auto;
}

.banner-carousel__title {
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1.33;
  max-width: 37.5rem;
}

.banner-carousel__text {
  font-size: 1em;
  line-height: 1.63;
  padding-top: 1.125rem;
  max-width: 25rem;
}

.banner-carousel__link {
  padding-top: 1.75rem;
  max-width: 37.5rem;
}

.banner-carousel__link a {
  display: inline-block;
  padding: 0.75rem 1.5625rem 0.75rem 1.25rem;
  color: #ff9252;
  background-color: transparent;
  border: 1px solid #ff9252;
  text-decoration: none;
  font-size: 0.938em;
}

.banner-carousel__link a:before {
  content: url(../mysource_files/arrow-orange-2.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  margin-right: 0.9375rem;
  display: inline-block;
}

.banner-carousel__link a:hover, .banner-carousel__link a:focus {
  background-color: #cc4c00;
  border: 1px solid #cc4c00;
  color: #ffffff;
}

.banner-carousel__link a:hover:before, .banner-carousel__link a:focus:before {
  content: url(../mysource_files/arrow-white.svg);
}

.banner-carousel .slick-controls {
  position: relative;
  z-index: 1;
  max-width: 82.5rem;
  bottom: 0.625rem;
  margin: -1.5rem auto 0 auto;
  text-align: right;
  padding: 0 1rem;
}

.banner-carousel .slick-play {
  display: inline-block;
}

.banner-carousel .slick-play button {
  -webkit-appearance: none;
  text-indent: -9999px;
  width: 1.125rem;
  height: 1.125rem;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
}

.banner-carousel .slick-play button:after {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: 0.3125rem;
  width: 0.5rem;
  height: 0.5625rem;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.banner-carousel .slick-play button.active:after {
  top: 0.1875rem;
  width: 0;
  height: 0;
  border-right: none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff;
}

.banner-carousel .slick-dots {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.banner-carousel .slick-dots li + li {
  margin: 0;
}

.banner-carousel .slick-dots li.slick-active button:after {
  background-color: #ffffff;
}

.banner-carousel .slick-dots button {
  -webkit-appearance: none;
  text-indent: -9999px;
  width: 1.125rem;
  height: 1.125rem;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
}

.banner-carousel .slick-dots button:after {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 100%;
}

.banner-carousel-three-up {
  margin: -4.625rem 0 0;
  padding: 0 0 3.75rem;
}

.banner-carousel-three-up__wrapper {
  position: relative;
}

.banner-carousel-three-up__wrapper::before {
  content: '';
  position: absolute;
  top: 4.625rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
}

.banner-carousel-three-up__item {
  padding: 0 0.625rem;
}

.banner-carousel-three-up__content {
  display: flex;
  flex-direction: column;
  background-color: white;
  text-decoration: none;
}

.banner-carousel-three-up__content:hover .banner-carousel-three-up__image, .banner-carousel-three-up__content:focus .banner-carousel-three-up__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.banner-carousel-three-up__content:hover .banner-carousel-three-up__title,
.banner-carousel-three-up__content:hover .banner-carousel-three-up__summary, .banner-carousel-three-up__content:focus .banner-carousel-three-up__title,
.banner-carousel-three-up__content:focus .banner-carousel-three-up__summary {
  color: #cc4c00;
}

.banner-carousel-three-up__image-wrapper {
  margin: 0 0 1.375rem;
  height: 8.375rem;
  min-height: 8.375rem;
  overflow: hidden;
}

.banner-carousel-three-up__image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s;
}

.banner-carousel-three-up__title {
  margin: 0 0 0.5rem;
  padding: 0 1.125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #000000;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.banner-carousel-three-up__summary {
  flex-grow: 1;
  margin: 0 0 0.5rem;
  padding: 0 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #000000;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.banner-carousel-three-up__icon {
  padding: 0 1.125rem 1rem;
  text-align: right;
}

.banner-carousel-three-up__icon:before {
  content: url(../mysource_files/arrow-orange.svg);
  display: inline-block;
  width: 1.8125rem;
  height: auto;
}

.banner-carousel-three-up .slick-controls {
  position: relative;
  z-index: 1;
  margin: 2.4375rem auto 0;
  text-align: center;
}

.banner-carousel-three-up .slick-play {
  display: inline-block;
  margin-right: 0.6875rem;
}

.banner-carousel-three-up .slick-play button {
  -webkit-appearance: none;
  text-indent: -9999px;
  width: 1.125rem;
  height: 1.125rem;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
}

.banner-carousel-three-up .slick-play button:after {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: 0.3125rem;
  width: 0.6875rem;
  height: 0.875rem;
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
}

.banner-carousel-three-up .slick-play button.active:after {
  top: 0.1875rem;
  width: 0;
  height: 0;
  border-right: none;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #000000;
}

.banner-carousel-three-up .slick-dots {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.banner-carousel-three-up .slick-dots li {
  margin: 0 0.8125rem 0 0;
}

.banner-carousel-three-up .slick-dots li:last-child {
  margin-right: 0;
}

.banner-carousel-three-up .slick-dots li.slick-active button:after {
  background-color: #cc4c00;
}

.banner-carousel-three-up .slick-dots button {
  -webkit-appearance: none;
  text-indent: -9999px;
  width: 1.125rem;
  height: 1.125rem;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
}

.banner-carousel-three-up .slick-dots button:after {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: 0.125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #c4c4c4;
  border-radius: 100%;
}

/* Module: S */
.banner-homepage {
  width: 100%;
  height: 31.25rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #292929;
}

.banner-homepage__content {
  padding: 3.9375rem 1.25rem;
}

.banner-homepage__content p {
  margin: 0;
  padding: 0;
  max-width: 63.75rem;
  color: white;
  font-size: 1.875rem;
  line-height: 2.3125rem;
  font-weight: 300;
}

.banner-homepage__content a {
  display: inline-block;
  border: 0.0625rem solid white;
  margin: 3.3125rem 0 0;
  padding: 0.8125rem 1.1875rem 0.6875rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: white;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: background-color 0.3s 0s;
  -moz-transition: background-color 0.3s 0s;
  transition: background-color 0.3s 0s;
}

.banner-homepage__content a:hover, .banner-homepage__content a:focus {
  color: #cc4c00;
  background-color: white;
}

.banner-homepage__content a:hover:before, .banner-homepage__content a:focus:before {
  content: url(../mysource_files/arrow-orange.svg);
}

.banner-homepage__content a:before {
  content: url(../mysource_files/arrow-white.svg);
  display: inline-block;
  margin-right: 1.25rem;
  width: 1.3125rem;
  height: auto;
  vertical-align: top;
  line-height: 1.5625rem;
}

/* Module: S */
.banner {
  width: 100%;
  height: 17.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Module: S */
.block {
  background-color: #f3f3f3;
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  margin: 1.25rem 0;
  color: #61605f;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.63;
}

.block h1,
.block h2,
.block h3,
.block h4,
.block h5,
.block h6 {
  padding: 0.625rem 0;
}

.block-50 {
  padding: 1.25rem;
  margin-top: 0.625rem;
}

.block-50 p {
  font-size: 1.125em;
}

.block__title,
.block h3 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.63;
  padding: 1.25rem 0;
  color: #48413f;
}

.block p {
  padding: 0.625rem 0;
  margin: 0;
}

/* Module: S */
.breadcrumbs a {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.44;
  color: #ffffff;
  text-decoration: none;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
  text-decoration: underline;
  color: #ffffff;
}

.breadcrumbs a:before {
  content: url(../mysource_files/arrow-white.svg);
  width: 0.9375rem;
  height: 0.9375rem;
  line-height: 0.9375rem;
  margin-right: 0.9375rem;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.breadcrumbs span {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.44;
  color: #ffffff;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.breadcrumbs li {
  padding: 0;
  margin: 0;
  float: left;
  display: none;
}

.breadcrumbs li:nth-last-child(2) {
  display: block;
}

/* Module: S */
.cart {
  padding-bottom: 1.875rem;
}

.cart__button {
  text-align: right;
}

.cart__button-top {
  display: none;
}

.cart__button a {
  border: 1px solid #cc4c00;
  border-radius: 0;
  background-color: #cc4c00;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.45;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  text-decoration: none;
}

.cart__button a:hover, .cart__button a:focus {
  color: #cc4c00;
  background-color: #ffffff;
  text-decoration: none;
}

.cart__info {
  position: relative;
}

.cart__image {
  display: none;
}

.cart__title {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.33;
  padding-right: 2.5rem;
}

.cart__type {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.71;
  padding-top: 0.5rem;
  padding-right: 50%;
  color: #868686;
}

.cart__discount {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.71;
  padding-top: 1.25rem;
  padding-right: 50%;
  position: absolute;
  bottom: -3.125rem;
  left: 0;
}

.cart__remove {
  position: absolute;
  top: -0.3125rem;
  right: -0.9375rem;
}

.cart__remove a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  text-indent: -9999px;
}

.cart__remove a:before {
  content: url(../mysource_files/remove.svg);
  width: 0.6875rem;
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  left: 0.9375rem;
  text-indent: 0;
}

.cart__price {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.71;
  padding-top: 0.5rem;
  padding-left: 1.25rem;
  width: 50%;
  color: #3c3533;
  text-align: right;
  position: absolute;
  top: -1.9375rem;
  right: 0;
}

.cart__quantity {
  padding-top: 1.5625rem;
  position: absolute;
  bottom: 1.75rem;
  left: 0;
  width: 50%;
  z-index: 1;
}

.cart__quantity input[type="text"],
.cart__quantity input[type="number"] {
  font-size: 0.875em;
  font-weight: 500;
  color: #000000;
  padding: 0.8125rem 0.375rem;
  width: 100%;
  border: 1px solid #d9d9d9;
  width: 2.75rem;
  text-align: center;
  -webkit-appearance: none;
}

.cart__quantity input[type='number']::-webkit-inner-spin-button, .cart__quantity input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart__quantity input[type="submit"] {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #cc4c00;
  font-size: 1em;
  line-height: 1.45;
  font-weight: 300;
  padding: 0.625rem 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cart__quantity input[type="submit"]:hover, .cart__quantity input[type="submit"]:focus {
  text-decoration: underline;
}

.cart__total {
  margin-left: 50%;
  text-align: right;
  padding-top: 1.6875rem;
}

.cart__total p {
  margin: 0;
  padding: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.33;
}

.cart__total p.discount {
  font-weight: 300;
  text-decoration: line-through;
  padding-bottom: 1.25rem;
}

.cart__total span {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.71;
  color: #868686;
}

.cart__grand-total {
  padding: 1.5rem 0 1.75rem 0;
}

.cart__grand-total p {
  width: 50%;
  float: right;
  font-size: 1.500em;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: right;
}

.cart__grand-total p:first-child {
  float: left;
  text-align: left;
}

.cart__grand-total p.note {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.71;
  color: #868686;
}

.cart__notice {
  float: right;
}

.cart__notice .note {
  color: #3c3533;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.71;
}

.cart table {
  border-bottom: 1px solid #e7e7e7;
  margin: 0.9375rem 0;
  width: 100%;
}

.cart table thead {
  display: none;
}

.cart table tr {
  border-top: 1px solid #e7e7e7;
  padding: 1.5rem 0 1.75rem 0;
  display: block;
  position: relative;
}

.cart table td {
  display: block;
  padding: 0;
}

.cart table td:nth-child(2) {
  position: relative;
}

/* Module: S */
.color-block {
  color: white;
  background-color: #61605f;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.color-block__content {
  padding-top: 4.5rem;
  padding-bottom: 4.5625rem;
}

.color-block__content .color-block__text {
  max-width: 41.875rem;
}

.color-block__content h2 {
  margin: 0;
  padding: 0;
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: white;
}

.color-block__content p {
  margin: 0.75rem 0 3rem;
  color: white;
  font-weight: 200;
}

.color-block__content a {
  display: inline-block;
  border: 0.0625rem solid white;
  padding: 0.8125rem 1.1875rem 0.6875rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: white;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: background-color 0.3s 0s;
  -moz-transition: background-color 0.3s 0s;
  transition: background-color 0.3s 0s;
}

.color-block__content a:hover, .color-block__content a:focus {
  color: #cc4c00;
  background-color: white;
}

.color-block__content a:hover:before, .color-block__content a:focus:before {
  content: url(../mysource_files/arrow-orange.svg);
}

.color-block__content a:before {
  content: url(../mysource_files/arrow-white.svg);
  display: inline-block;
  margin-right: 1.25rem;
  width: 1.3125rem;
  height: auto;
  vertical-align: top;
  line-height: 1.5625rem;
}

/* Module: S */
.download-links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.download-links ul li {
  display: block;
}

.download-links ul li a {
  display: block;
  margin: 0 0 0.375rem 0.3125rem;
  border: 0.0625rem solid #acacac;
  padding: 0.5625rem 0.8125rem 0.625rem;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: background-color 0.3s 0s, border-color 0.3s 0s;
  -moz-transition: background-color 0.3s 0s, border-color 0.3s 0s;
  transition: background-color 0.3s 0s, border-color 0.3s 0s;
}

.download-links ul li a:hover, .download-links ul li a:focus {
  color: #cc4c00;
  border-color: white;
  background-color: white;
}

.download-links ul li a.download-icon,
.download-links ul li a.online-icon {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0.5625rem 0.8125rem 0.5625rem 0.5625rem;
}

.download-links ul li a.download-icon svg,
.download-links ul li a.online-icon svg {
  margin: 0 0.375rem 0 0;
  width: 1.125rem;
  height: 1.25rem;
}

.download-links ul li a.online-icon svg {
  width: 1.875rem;
}

/* Module: S */
.downloads {
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  margin: 1.25rem 0;
}

.downloads__count {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.64;
  color: #555555;
  padding: 1.25rem 0;
}

.downloads__results {
  border-bottom: 1px solid #e3e3e3;
  padding: 0 1.5rem;
}

.downloads__item {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e3e3e3;
}

.downloads__item:last-child {
  border-bottom: none;
}

.downloads__tags {
  padding-bottom: 2rem;
}

.downloads__tags ul {
  list-style-type: none;
  padding: 0;
  margin: -0.3125rem;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-js .downloads__tags ul,
.no-flexbox .downloads__tags ul {
  display: table;
}

.flexbox .downloads__tags ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.downloads__tags li {
  margin: 0;
  padding: 0.3125rem;
  position: relative;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.7;
  color: #555555;
}

.downloads__tags li > span {
  display: block;
  background-color: #d9d9d9;
  border-radius: 1.5rem;
  padding: 0.375rem 2.25rem 0.375rem 0.9375rem;
}

.downloads__tags li a {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  width: 2.1875rem;
  padding: 0.8125rem;
  outline: none;
  text-decoration: none;
}

.downloads__tags li a svg {
  fill: #3c3533;
  width: 0.5625rem;
  height: 0.5625rem;
  display: block;
}

.downloads__tags li a:hover svg, .downloads__tags li a:focus svg {
  fill: #cc4c00;
}

.downloads__image {
  display: none;
}

.downloads__title a {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.44;
  color: #cc4c00;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.downloads__title a:hover, .downloads__title a:focus {
  color: #3c3533;
}

.downloads__title a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
  display: inline-block;
}

.downloads__sub-title a {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.44;
  color: #cc4c00;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.downloads__sub-title a:hover, .downloads__sub-title a:focus {
  color: #3c3533;
}

.downloads__sub-title a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.8125rem;
  height: 0.625rem;
  margin-left: 0.5rem;
  display: inline-block;
}

.downloads__links ul {
  list-style-type: none;
  margin: 0;
  padding: 0.625rem 0 0 0;
}

.downloads__links li {
  margin: 0;
  padding: 0;
}

.downloads__links a {
  color: #cc4c00;
  font-size: 0.875em;
  line-height: 1.64;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}

.downloads__links a:hover, .downloads__links a:focus {
  color: #3c3533;
}

.downloads__links a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.6875rem;
  height: 0.5rem;
  margin-left: 0.5rem;
  display: inline-block;
}

.downloads__details ul {
  list-style-type: none;
  margin: 0;
  padding: 0.625rem 0 0 0;
}

.downloads__details li {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  line-height: 1.64;
  font-weight: 300;
  color: #555555;
}

.downloads__details a {
  color: #cc4c00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-decoration: none;
}

.downloads__details a:hover, .downloads__details a:focus {
  text-decoration: underline;
}

.downloads__details span {
  display: inline-block;
}

.downloads__details span + span {
  padding-left: 1.25rem;
  position: relative;
}

.downloads__details span + span:after {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 1px;
  background-color: #e7e7e7;
}

.downloads__description {
  padding: 0.9375rem 0 0.3125rem 0;
}

.downloads__description button {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  text-align: left;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.38;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #443d3b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 3.875rem;
  position: relative;
}

.downloads__description button:hover, .downloads__description button:focus {
  color: #cc4c00;
  outline: none;
}

.downloads__description button svg {
  position: absolute;
  top: 0.25rem;
  right: 0;
  width: 0.8125rem;
  height: 0.75rem;
  margin-left: 0.75rem;
  display: inline-block;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s;
}

.downloads__description button.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.downloads__text {
  font-size: 0.875em;
  line-height: 1.64;
  font-weight: 300;
  color: #555555;
  padding-top: 0.9375rem;
  display: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.downloads__text.active {
  display: block;
}

.downloads__text p {
  margin: 0;
  padding: 0;
}

.downloads__all {
  padding: 1.875rem 1.5rem;
}

.downloads__all a {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.39;
  display: inline-block;
  color: #cc4c00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}

.downloads__all a:hover, .downloads__all a:focus {
  color: #3c3533;
}

.downloads__all a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
  display: inline-block;
}

/* Module: S */
.dynamic-table {
  width: 100%;
}

.dynamic-table span {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dynamic-table span.on-track {
  color: #007233;
}

.dynamic-table span.delays {
  color: #cc4c00;
}

.dynamic-table span.late {
  color: #d0021b;
}

.content .dynamic-table,
.content .custom-table {
  min-width: 0;
}

.content .dynamic-table button,
.content .custom-table button {
  margin: 0;
  border: 1px solid #cc4c00;
  border-radius: 0;
  background-color: #cc4c00;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.45;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  text-decoration: none;
}

.content .dynamic-table button:hover, .content .dynamic-table button:focus,
.content .custom-table button:hover,
.content .custom-table button:focus {
  color: #cc4c00;
  background-color: #ffffff;
  text-decoration: none;
}

.content .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: top;
}

.dataTables_wrapper {
  padding: 1.25rem 0;
  overflow: hidden;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

.dataTables_wrapper .dataTables_filter {
  padding: 0.625rem 0;
  text-align: left;
}

.dataTables_wrapper .dataTables_filter label {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.64;
  color: #555555;
}

.dataTables_wrapper .dataTables_filter input {
  font-size: 0.875em;
  font-weight: 300;
  color: #000000;
  padding: 0.8125rem 1rem 0.8125rem 1rem;
  min-width: 11.25rem;
  border: 1px solid #d9d9d9;
  margin-left: 0.625rem;
}

.dataTables_wrapper .dataTables_info {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.64;
  color: #555555;
  padding: 0.625rem 0;
  text-align: left;
}

.dataTables_wrapper .dataTables_paginate {
  padding: 0.25rem 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  text-decoration: none;
  color: #cc4c00 !important;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.56;
  padding: 0.3125rem 0.625rem;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  position: relative;
  min-width: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.625rem;
  right: 0.625rem;
  height: 1px;
  background-color: #cc4c00;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  color: #555555 !important;
  border: none;
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover svg path, .dataTables_wrapper .dataTables_paginate .paginate_button:focus svg path {
  fill: #555555 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #555555 !important;
  border: none;
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  color: #555555 !important;
  border: none;
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:after {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
  border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  text-indent: -9999px;
  width: 2.1875rem;
  height: 2.3125rem;
  position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:after, .dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before, .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 2.25rem;
  left: 50%;
  margin: 0 0 0 -0.4375rem;
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 2.25rem;
  display: inline-block;
  text-indent: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover:before, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus:before, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover:before, .dataTables_wrapper .dataTables_paginate .paginate_button.next:focus:before {
  content: url(../mysource_files/arrow-dark.svg);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:before, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:before {
  content: url(../mysource_files/arrow-dark.svg);
  opacity: 0.5;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dataTables_scrollBody table thead {
  border: none;
}

.dataTables_scrollBody table thead tr {
  border: none;
}

.dataTables_scrollBody table thead th {
  border: none;
}

.dataTables_scrollBody table thead td {
  vertical-align: top;
}

table.dataTable {
  margin: 1.25rem 0;
  width: 100%;
  float: left;
  border-collapse: collapse;
}

table.dataTable.no-footer {
  border-bottom: 1px solid transparent;
}

table.dataTable.mega-table, table.dataTable.custom-table {
  margin: 0;
  border-bottom: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 1rem;
  left: 0.3125rem;
  height: 1rem;
  width: 1.25rem;
  color: #3c3533;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.125rem;
  line-height: 1rem;
  background-color: #f3f3f3;
  font-weight: 500;
}

table.dataTable ul li:before {
  display: none;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 0.75rem 0.625rem;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 500;
}

table.dataTable tbody > tr.child ul.dtr-details > li {
  border-bottom: none;
}

table.dataTable tbody > tr.child ul.dtr-details > li::after {
  content: none;
  display: none;
}

table.dataTable tbody > tr.child span.dtr-title {
  font-weight: 500;
  min-width: 6.25rem;
}

table.dataTable tbody > tr.child span.dtr-title:after {
  content: ':';
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none;
  padding-right: 2.0625rem;
  position: relative;
  overflow: hidden;
  min-height: 4.3125rem;
  height: 4.3125rem;
  padding-top: 0;
  padding-bottom: 0;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  content: '';
  background-image: url(../mysource_files/arrow-down-pastel-orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.625rem;
  background-size: 0.6875rem;
  width: 0.6875rem;
  min-height: 4.3125rem;
  top: 0;
  bottom: 0;
  display: block;
}

table.dataTable thead .sorting_asc:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

table.dataTable thead .sorting:after {
  background-image: url(../mysource_files/arrow-double.svg);
}

/* Module: S */
.events-list {
  padding-bottom: 1.25rem;
}

.events-list + .pagination {
  border-top: 1px solid #e7e7e7;
}

.events-list__item {
  padding: 1.25rem 0;
  border-top: 1px solid #e7e7e7;
  position: relative;
  color: #3c3533;
}

.events-list__item:first-child {
  border-top: none;
}

.events-list a {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.events-list__date {
  position: absolute;
  left: 0;
  top: 1.25rem;
  padding-right: 2.5rem;
}

.events-list__month {
  font-size: 0.875em;
  font-weight: 300;
}

.events-list__day {
  font-size: 2.250em;
  font-weight: 300;
}

.events-list__year {
  font-size: 0.875em;
  font-weight: 300;
}

.events-list__title {
  font-size: 1.125em;
  line-height: 1.44;
  font-weight: 300;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0 0 0.875rem 5rem;
}

.events-list__title a {
  display: block;
  color: #3c3533;
}

.events-list__title a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
  display: inline-block;
}

.events-list__title a:hover, .events-list__title a:focus {
  color: #cc4c00;
}

.events-list__info {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.64;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  padding-left: 5rem;
}

.events-list__info p {
  margin: 0;
  padding: 0;
}

.events-list__info a {
  font-weight: 500;
  color: #cc4c00;
}

.events-list__info a:hover, .events-list__info a:focus {
  text-decoration: underline;
}

.events-list__text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.63;
  color: #3c3533;
  padding-top: 1.5rem;
  display: none;
}

/* Module: S */
.events h2 {
  margin-bottom: 0.9375rem;
}

.events h2:after {
  content: url(../mysource_files/arrow-white.svg);
  display: inline-block;
  margin-left: 0.75rem;
  width: 1.4375rem;
  height: 1.0625rem;
}

.events__item {
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.25rem 0;
  position: relative;
}

.events a {
  text-decoration: none;
}

.events a:hover, .events a:focus {
  color: #ff9252;
}

.events__date {
  flex-basis: 27.5%;
  position: relative;
}

.events__date:after {
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 0.75rem;
  content: '';
  position: absolute;
  right: 1.25rem;
  top: 0.1875rem;
  width: 0.0625rem;
}

.events__month {
  font-size: 0.875em;
  font-weight: 300;
}

.events__day {
  font-size: 2.250em;
  font-weight: 300;
}

.events__title {
  flex-basis: 72.5%;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.44;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.events__title a {
  display: block;
}

.events__title a:hover, .events__title a:focus {
  color: #ff9252;
}

.events__title a:after {
  content: url(../mysource_files/arrow-white.svg);
  display: inline-block;
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
}

.events__info {
  flex-basis: 72.5%;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.64;
  margin-left: 27.5%;
  margin-top: 0.875rem;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.events__info p {
  margin: 0;
  padding: 0;
}

.events__info a {
  color: #ff9252;
  font-weight: 500;
}

.events__info a:hover, .events__info a:focus {
  text-decoration: underline;
}

/* Module: S */
body {
  position: relative;
}

body.feedback-open {
  overflow: hidden;
}

.feedback {
  display: none;
}

.feedback.active {
  display: block;
}

.feedback__toggle {
  position: fixed;
  bottom: 1.25rem;
  right: 0.75rem;
  text-align: right;
  z-index: 10;
}

.feedback__close {
  padding: 0.75rem;
  margin: 0;
  width: 2.5625rem;
  height: 2.5625rem;
  text-align: center;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  right: 0.1875rem;
  top: 0.1875rem;
  outline: none;
}

.feedback__close:hover svg, .feedback__close:focus svg {
  fill: #cc4c00;
}

.feedback__close svg {
  fill: #3c3533;
}

.feedback__hide {
  padding: 0;
  margin: 0;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  right: 0.1875rem;
  bottom: -0.3125rem;
  outline: none;
}

.feedback__hide:after {
  content: url(../mysource_files/close.svg);
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
}

.feedback__open {
  padding: 0;
  margin: 0;
  width: 4.125rem;
  height: 4.125rem;
  text-align: center;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  display: block;
  outline: none;
  position: relative;
}

.feedback__open:after {
  content: url(../mysource_files/feedback.svg);
  width: 4.125rem;
  height: 4.125rem;
  position: absolute;
  top: 0;
  left: 0;
}

.feedback__widget {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 4.375rem 1.5625rem 2.5rem 1.5625rem;
  z-index: 10;
  overflow-y: auto;
  display: none;
}

.feedback__wrapper {
  max-width: 29.375rem;
  margin: 0 auto;
}

.feedback__title {
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.59;
  color: #413a38;
  padding-bottom: 1.25rem;
}

.feedback__text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.63;
  color: #555555;
}

.feedback .form {
  padding: 0;
}

.feedback .form fieldset legend {
  padding: 0.9375rem 0;
}

.feedback .form fieldset .form__field-item {
  display: inline-block;
  padding-left: 1.25rem;
}

.feedback .form fieldset .form__field-item:first-child {
  padding-left: 0;
}

.feedback .form textarea {
  min-height: 8.75rem;
}

.feedback .form__field-select {
  padding: 1.5rem 0;
}

.feedback .form__field > input[type="submit"] {
  margin-top: 0.625rem;
}

/* Module: S */
.filters {
  max-width: 26.25rem;
}

.filters__header {
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.59;
  color: #413a38;
  border-bottom: 1px solid #e7e7e7;
  padding: 0.625rem 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filters__header span {
  opacity: 0;
}

.filters__header button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  border-radius: 0;
  text-align: left;
  font-weight: 300;
  background-color: transparent;
  -webkit-appearance: none;
  width: 100%;
  padding: 0;
  outline: none;
}

.filters__header button:before {
  content: 'Filter';
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.filters__header button svg {
  width: 0.8125rem;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  height: 3.5rem;
}

.filters__header button:focus:before {
  color: #cc4c00;
}

.filters__header button.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filters__main {
  display: none;
}

.filters__main.active {
  display: block;
}

.filters__main ul {
  list-style-type: none;
  padding: 0.3125rem 0;
  margin: 0;
}

.filters__main ul.radio li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5625rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100%;
  border: 1px solid #d2d2d2;
}

.filters__main ul.radio li.active a:before {
  border: 1px solid #cc4c00;
}

.filters__main ul.radio li.active a:after {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  position: absolute;
  left: 0.25rem;
  top: 0.8125rem;
  background-color: #cc4c00;
}

.filters__main ul.checkbox li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5625rem;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #d2d2d2;
}

.filters__main ul.checkbox li.active a:before {
  border: 1px solid #cc4c00;
}

.filters__main ul.checkbox li.active a:after {
  content: url(../mysource_files/tick.svg);
  position: absolute;
  left: 0.1875rem;
  top: 0.3125rem;
  width: 0.5rem;
  height: 0.375rem;
}

.filters__main li {
  padding: 0;
  margin: 0;
}

.filters__main li a {
  position: relative;
  padding: 0.375rem 0 0.375rem 1.5rem;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 300;
  color: #3c3533;
  text-decoration: none;
  outline: none;
}

.filters__main li a:focus:before {
  outline: auto 5px -webkit-focus-ring-color;
}

.filters__item {
  padding: 0.5625rem 0;
  border-bottom: 1px solid #e7e7e7;
}

.filters__title button {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.63;
  padding: 0.3125rem 1.5rem 0.3125rem 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  text-align: left;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #3c3533;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  position: relative;
  outline: 0;
}

.filters__title button:hover, .filters__title button:focus {
  color: #cc4c00;
}

.filters__title button svg {
  width: 0.8125rem;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  height: 2.25rem;
}

.filters__title button.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filters__body {
  display: none;
}

.filters__body.active {
  display: block;
}

.filters__body span {
  font-size: 0.750em;
  line-height: 1.7;
  display: inline-block;
  color: #3c3533;
  background-color: #d9d9d9;
  border-radius: 1.5rem;
  padding: 0 0.5rem;
  margin-left: 0.1875rem;
}

.filters .link {
  border: none;
  border-radius: 0;
  text-align: left;
  font-weight: 300;
  background-color: transparent;
  -webkit-appearance: none;
  padding: 0;
  outline: none;
  color: #cc4c00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0.625rem 0 0 0;
}

.filters .link:hover, .filters .link:focus {
  text-decoration: underline;
}

/* Module: S */
.drive-standards {
  margin: 2.5rem 0 3.25rem;
}

.drive-standards__section-title {
  margin: 0 0 2rem;
  padding: 0;
  font-size: 1.75rem;
  line-height: 2.3125rem;
}

.drive-standards__block-one-links {
  border: 1px solid #e3e3e3;
}

.drive-standards__block-one ul {
  margin: 0;
  padding: 2.4375rem 1.375rem 3.3125rem;
  list-style-type: none;
}

.drive-standards__block-one ul li {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.drive-standards__block-one ul li a {
  display: block;
  padding: 0.5rem 0;
  color: #cc4c00;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: color 0.3s 0s;
  -moz-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.drive-standards__block-one ul li a:hover, .drive-standards__block-one ul li a:focus {
  color: #3c3533;
}

.drive-standards__block-one ul li a:after {
  content: url(../mysource_files/arrow-orange.svg);
  display: inline-block;
  margin-left: 0.625rem;
  width: 0.875rem;
  height: 0.3125rem;
  vertical-align: text-top;
  line-height: 1.3125rem;
}

.drive-standards__block-one a.more-info {
  display: block;
  padding: 1.375rem 1.375rem 2.0625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: color 0.3s 0s;
  -moz-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.drive-standards__block-one a.more-info:hover, .drive-standards__block-one a.more-info:focus {
  color: #cc4c00;
}

.drive-standards__block-one a.more-info:after {
  content: url(../mysource_files/arrow-orange.svg);
  display: inline-block;
  margin-left: 0.625rem;
  width: 0.875rem;
  height: 0.3125rem;
  vertical-align: text-top;
  line-height: 1.3125rem;
}

.drive-standards__block-one-title {
  padding: 1.5rem 1.4375rem 1.4375rem;
  background-color: #00263E;
  font-size: 1.4375rem;
  line-height: 1.9375rem;
  font-weight: 300;
  color: white;
}

.drive-standards__block-two {
  margin-top: 1.25rem;
}

.drive-standards__block-two ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.drive-standards__block-two ul li + li a {
  border-top: none;
}

.drive-standards__block-two ul li a {
  display: block;
  border: 1px solid #e3e3e3;
  padding: 2rem 1.5rem 2.0625rem;
  font-size: 1.25rem;
  line-height: 2.0625rem;
  font-weight: 300;
  color: #3c3533;
  text-decoration: none;
  background-color: white;
  -webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
  -moz-transition: background-color 0.3s 0s, color 0.3s 0s;
  transition: background-color 0.3s 0s, color 0.3s 0s;
}

.drive-standards__block-two ul li a:after {
  content: url(../mysource_files/arrow-dark.svg);
  display: inline-block;
  margin-left: 0.625rem;
  width: 0.875rem;
  height: 0.3125rem;
  vertical-align: text-top;
  line-height: 1.3125rem;
}

.drive-standards__block-two ul li a:hover, .drive-standards__block-two ul li a:focus {
  color: #cc4c00;
  background-color: #FAFAFA;
}

.drive-standards__block-two ul li a:hover:after, .drive-standards__block-two ul li a:focus:after {
  content: url(../mysource_files/arrow-orange.svg);
}

/* Module: S */
.footer {
  color: #ffffff;
  background-color: #292929;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer li {
  margin: 0;
  padding: 0;
}

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

.footer a:hover, .footer a:focus {
  text-decoration: underline;
}

.footer__wrapper {
  padding: 1rem 1.25rem;
  max-width: 82.5rem;
  margin: 0 auto;
}

.footer__primary ul {
  padding: 1rem 0;
}

.footer__primary li {
  padding: 1rem 0;
}

.footer__primary a {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.22;
}

.footer__secondary ul {
  padding: 1rem 0;
}

.footer__secondary li {
  padding: 0.875rem 0;
}

.footer__secondary a {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.38;
}

.footer__label {
  font-size: 1.125em;
  font-weight: 300;
  float: left;
  padding: 0.625rem 0.625rem 0.625rem 0;
}

.footer__social {
  margin-top: -0.625rem;
  padding-bottom: 1.25rem;
}

.footer__social ul {
  float: left;
}

.footer__social li {
  float: left;
  padding: 0 0.3125rem;
}

.footer__social a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.625rem;
}

.footer__social svg {
  fill: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
}

.footer__copyright {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.38;
  padding: 0 0 2.1875rem 0;
}

/* Module: S */
.form {
  padding: 1.25rem 0;
  font-size: 1em;
  line-height: 1.63;
}

.form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #737373;
}

.form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #737373;
}

.form :-ms-input-placeholder {
  /* IE 10+ */
  color: #737373 !important;
}

.form :-moz-placeholder {
  /* Firefox 18- */
  color: #737373;
}

.form-side {
  padding-top: 0;
}

.form-clear {
  padding-top: 0;
}

.form .padding {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.form .padding-top {
  padding-top: 1.25rem;
}

.form .padding-bottom {
  padding-bottom: 1.25rem;
}

.form label,
.form legend,
.form .title {
  font-size: 1em;
  font-weight: 300;
  color: #555555;
  padding-bottom: 0.375rem;
  display: block;
}

.form__text {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.64;
  padding-top: 0.625rem;
}

.form__text a[href] {
  color: #cc4c00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}

.form__text a[href]:focus, .form__text a[href]:hover {
  text-decoration: underline;
}

.form__text-top {
  padding-bottom: 1.25rem;
}

.form__loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}

.form__spinner {
  width: 3.125rem;
  height: 2.5rem;
  text-align: center;
  font-size: 0.625rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -1.25rem 0 0 -1.5625rem;
}

.form__spinner div {
  background-color: #cc4c00;
  height: 100%;
  width: 0.375rem;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.form__spinner div.form__spinner-2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.form__spinner div.form__spinner-3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.form__spinner div.form__spinner-4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.form__spinner div.form__spinner-5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.form__error {
  font-size: 0.875em;
  font-weight: 300;
  color: #bb0707;
  padding: 0.625rem 0 0.625rem 1rem;
  display: none;
  position: relative;
}

.form__error:before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: #bb0707;
  display: block;
  position: absolute;
  top: 1.125rem;
  left: 0;
}

.form__error-technical {
  font-size: 1;
  font-weight: 500;
  display: none;
}

.form__error a[href] {
  color: #bb0707;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: initial;
  text-decoration: underline;
}

.form__error a[href]:focus, .form__error a[href]:hover {
  text-decoration: none;
}

.form__error p {
  margin: 0;
}

.form__error ul {
  margin: 0;
}

.form input::-ms-clear {
  display: none;
}

.form input[type="text"],
.form input[type="search"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"] {
  font-size: 0.875em;
  font-weight: 300;
  color: #000000;
  padding: 0.8125rem 1rem 0.8125rem 1rem;
  width: 100%;
  border: 1px solid #d9d9d9;
}

.form input[type="text"]:disabled,
.form input[type="search"]:disabled,
.form input[type="email"]:disabled,
.form input[type="tel"]:disabled,
.form input[type="password"]:disabled {
  opacity: 0.5;
}

.form input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.form input[type="radio"]:focus + label:before {
  outline: auto 5px -webkit-focus-ring-color;
}

.form input[type="radio"]:checked + label:before {
  border: 1px solid #cc4c00;
}

.form input[type="radio"]:checked + label:after {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  position: absolute;
  left: 0.25rem;
  top: 0.8125rem;
  background-color: #cc4c00;
}

.form input[type="radio"]:disabled + label:before {
  opacity: 0.5;
}

.form input[type="radio"]:disabled + label:after {
  opacity: 0.5;
}

.form input[type="radio"] + label {
  position: relative;
  padding: 0.375rem 0 0.375rem 1.5rem;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 300;
  color: #3c3533;
}

.form input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5625rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100%;
  border: 1px solid #d2d2d2;
}

.form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.form input[type="checkbox"]:focus + label:before {
  outline: auto 5px -webkit-focus-ring-color;
}

.form input[type="checkbox"]:checked + label:before {
  border: 1px solid #cc4c00;
}

.form input[type="checkbox"]:checked + label:after {
  content: url(../mysource_files/tick.svg);
  position: absolute;
  left: 0.1875rem;
  top: 0.1875rem;
  width: 0.5rem;
  height: 0.375rem;
}

.form input[type="checkbox"]:disabled + label:before {
  opacity: 0.5;
}

.form input[type="checkbox"]:disabled + label:after {
  opacity: 0.5;
}

.form input[type="checkbox"] + label {
  position: relative;
  padding: 0.375rem 0 0.375rem 1.5rem;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 300;
  color: #3c3533;
}

.form input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5625rem;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #d2d2d2;
}

.form input[type="submit"] {
  margin-top: 1.5rem;
  border: 1px solid #cc4c00;
  border-radius: 0;
  background-color: #cc4c00;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.45;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.form input[type="submit"]:hover, .form input[type="submit"]:focus {
  color: #cc4c00;
  background-color: transparent;
}

.form input[type="submit"].invert {
  color: #424242;
  border-color: #424242;
  background-color: #ffffff;
}

.form input[type="submit"].invert:hover, .form input[type="submit"].invert:focus {
  color: #cc4c00;
  border-color: #cc4c00;
  background-color: #ffffff;
}

.form input[type="submit"] + input[type="submit"] {
  margin-left: 0.625rem;
}

.form textarea {
  resize: none;
  width: 100%;
  min-height: 16.25rem;
  border: 1px solid #d9d9d9;
  padding: 0.8125rem 1rem 0.8125rem 1rem;
  font-size: 0.875em;
  font-weight: 300;
  color: #000000;
}

.form textarea:disabled {
  opacity: 0.5;
}

.form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.form__field {
  max-width: 26.25rem;
  padding: 0.3125rem 0;
}

.form__field-right {
  text-align: right;
}

.form__field-wrapper {
  position: relative;
}

.form__field-select .form__field-wrapper {
  position: relative;
  background-color: #ffffff;
}

.form__field-select .form__field-wrapper:after {
  content: url(../mysource_files/arrow-down-dark.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 0.8125rem;
  height: 3.125rem;
  line-height: 3.125rem;
}

.form__field-select select {
  font-size: 0.875em;
  font-weight: 300;
  color: #3c3533;
  background-color: transparent;
  padding: 0.8125rem 3.75rem 0.8125rem 0;
  width: 100%;
  border-radius: 0;
  border-width: 0 0 2px 0;
  border-style: dotted;
  border-color: #979797;
  border-image-source: url(../mysource_files/border.png);
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}

.form__field-select select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}

.form__field-select select:disabled {
  opacity: 0.5;
}

.form__field-select-full .form__field-wrapper:after {
  right: 1rem;
}

.form__field-select-full select {
  border-image: none;
  border: 1px solid #d9d9d9;
  padding: 0.8125rem 2.25rem 0.8125rem 1rem;
}

.form__field-select-small .form__field-wrapper {
  max-width: 6.25rem;
}

.form__field-select.disabled .form__field-wrapper:after {
  opacity: 0.5;
}

.form__field.error .form__error {
  display: block;
}

.form__field.error input[type="text"],
.form__field.error input[type="search"],
.form__field.error input[type="email"],
.form__field.error input[type="tel"],
.form__field.error input[type="password"],
.form__field.error textarea {
  border: 2px solid #bb0707;
}

.form__field.error select {
  border-bottom: 2px solid #bb0707;
  border-image: none;
}

.form__field.error .form__field-wrapper > input[type="checkbox"] + label:before,
.form__field.error .form__field-wrapper > input[type="radio"] + label:before {
  border: 1px solid #bb0707;
}

.form__field.error.form__field-select-full select {
  border: 2px solid #bb0707;
}

.form__field ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.form__field ul li {
  padding: 0;
  margin: 0;
  position: relative;
}

.form__field ul li:after {
  display: none;
}

.form .sq-form-question {
  max-width: 26.25rem;
  padding: 0.3125rem 0;
}

.form .sq-form-question-answer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.form .sq-form-question-answer ul li {
  padding: 0;
  margin: 0;
}

.form .sq-form-question-answer ul li:after {
  display: none;
}

.form .sq-form-question .sq-form-required-field {
  border: none;
  text-decoration: none;
  color: #bb0707;
}

.form .sq-form-question-error .form__error {
  display: block;
}

.form .sq-form-question-error input[type="text"],
.form .sq-form-question-error input[type="search"],
.form .sq-form-question-error input[type="email"],
.form .sq-form-question-error input[type="tel"],
.form .sq-form-question-error input[type="password"],
.form .sq-form-question-error textarea,
.form .sq-form-question-error select {
  border: 2px solid #bb0707;
}

.form .sq-form-question-error input[type="checkbox"] + label:before,
.form .sq-form-question-error input[type="radio"] + label:before {
  border: 1px solid #bb0707;
}

.form .sq-form-question .sq-form-error {
  font-size: 0.875em;
  font-weight: 300;
  color: #bb0707;
  padding: 0.625rem 0;
}

.form .sq-form-question .sq-form-error:before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: #bb0707;
  margin-right: 0.625rem;
  display: inline-block;
  position: relative;
  top: -0.125rem;
}

.form .sq-form-question .sq-form-error-technical {
  font-size: 1;
  font-weight: 500;
  display: none;
}

.form .sq-form-question .sq-form-error a[href] {
  color: #bb0707;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: initial;
  text-decoration: underline;
}

.form .sq-form-question .sq-form-error a[href]:focus, .form .sq-form-question .sq-form-error a[href]:hover {
  text-decoration: none;
}

.form .sq-form-question.sq-form-question-select .sq-form-question-answer, .form .sq-form-question.sq-form-question-country .sq-form-question-answer {
  position: relative;
  background-color: #ffffff;
}

.form .sq-form-question.sq-form-question-select .sq-form-question-answer:after, .form .sq-form-question.sq-form-question-country .sq-form-question-answer:after {
  content: url(../mysource_files/arrow-down-dark.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  display: block;
  width: 0.8125rem;
  height: 3.125rem;
  line-height: 3.125rem;
}

.form .sq-form-question.sq-form-question-select select, .form .sq-form-question.sq-form-question-country select {
  font-size: 0.875em;
  font-weight: 300;
  color: #3c3533;
  background-color: transparent;
  padding: 0.8125rem 3.75rem 0.8125rem 0;
  width: 100%;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  padding: 0.8125rem 2.25rem 0.8125rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}

.form .sq-form-question.sq-form-question-select select::-ms-expand, .form .sq-form-question.sq-form-question-country select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}

.payment-gateway-transaction-error {
  color: #bb0707;
}

/* Module: S */
.header {
  min-height: 5rem;
  position: relative;
}

.header__accessibility {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 18.75rem;
  height: 1.1875rem;
  margin-left: -9.375rem;
}

.header__accessibility div {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 500;
  color: #000000;
}

.header__accessibility div a {
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  -moz-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  text-decoration: none;
  position: absolute;
  top: -1.1875rem;
  margin-left: -5rem;
  min-width: 10rem;
  color: #000000;
}

.header__accessibility div a:focus {
  opacity: 1;
  top: 0;
}

.header__accessibility div span {
  opacity: 0;
  -webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  transition: visibility 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background-color: #ffffff;
}

.header__accessibility div span.active {
  opacity: 1;
}

.header__toggle {
  float: left;
  padding: 1.25rem 0.625rem;
}

.header__toggle button {
  padding: 0.8125rem 0.625rem;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  display: block;
}

.header__toggle button.active .icon span:nth-child(1) {
  top: 1.5625rem;
  width: 0%;
  left: 50%;
}

.header__toggle button.active .icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__toggle button.active .icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__toggle button.active .icon span:nth-child(4) {
  top: -1.5625rem;
  width: 0%;
  left: 50%;
}

.header__toggle .icon {
  display: block;
  width: 1.25rem;
  height: 0.875rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.header__toggle .icon span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background-color: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header__toggle .icon span:nth-child(1) {
  top: 0;
}

.header__toggle .icon span:nth-child(2),
.header__toggle .icon span:nth-child(3) {
  top: 0.375rem;
}

.header__toggle .icon span:nth-child(4) {
  top: 0.75rem;
}

.header__logo {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  margin-left: -2.125rem;
}

.header__logo a {
  display: block;
}

.header__logo img {
  display: block;
  width: 4.25rem;
}

.header__cart {
  float: right;
  height: 5rem;
  padding: 1.25rem 0;
}

.header__cart a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  position: relative;
}

.header__cart a svg {
  position: absolute;
  width: 1.375rem;
  height: 1.25rem;
  top: 0.625rem;
  right: 0.8125rem;
  z-index: -1;
}

.header__cart a span.count {
  display: block;
  font-size: 0.625em;
  line-height: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #cc4c00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
  width: 1.125rem;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.header__search {
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  background-color: #ebebeb;
  padding: 1.5rem 1.25rem;
  height: 4.5625rem;
  display: none;
  z-index: 9;
}

.header__search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

.header__search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.header__search :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000 !important;
}

.header__search :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.header__search.active {
  display: block;
}

.header__search form {
  height: 2.75rem;
  position: absolute;
  top: 1.5rem;
  left: 1.25rem;
  right: 1.25rem;
}

.header__search input[type="text"] {
  font-size: 1em;
  font-weight: 500;
  color: #000000;
  border: none;
  border-bottom: 1px solid #acacac;
  background-color: transparent;
  padding: 0.3125rem 1.625rem 0 0rem;
  width: 100%;
  outline: 0;
}

.header__search input[type="text"]:focus {
  border-bottom: 1px solid #000000;
}

.header__search input[type="submit"] {
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../mysource_files/search.svg);
  background-position: 0.875rem 0.3125rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  text-indent: -99999px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 1.875rem;
  height: 1.75rem;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header__search-toggle {
  float: right;
  padding: 1.25rem 0.625rem 1.25rem 0;
}

.header__search-toggle button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  display: block;
}

.header__search-toggle button .close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.header__search-toggle button .search {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.header__search-toggle button.active .close {
  opacity: 1;
  visibility: visible;
}

.header__search-toggle button.active .search {
  opacity: 0;
  visibility: hidden;
}

/* Module: S */
.link-list {
  max-width: 29.625rem;
}

.link-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.link-list li {
  list-style-type: none;
  padding: 1.125rem 0;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
  color: #3c3533;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.38;
}

.link-list a {
  color: #cc4c00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  text-decoration: none;
}

.link-list a:hover, .link-list a:focus {
  text-decoration: underline;
}

.link-list button {
  padding: 0.8125rem;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  position: absolute;
  right: -0.8125rem;
  bottom: 0.625rem;
  outline: none;
}

.link-list button svg {
  width: 0.875rem;
}

.link-list button:hover svg, .link-list button:focus svg {
  fill: #cc4c00;
}

.link-list__more {
  padding: 1.125rem 0;
  border-bottom: 1px solid #e7e7e7;
}

.link-list__more a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.link-list__more a:hover, .link-list__more a:focus {
  color: #443d3b;
  text-decoration: none;
}

.link-list__more a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
  display: inline-block;
  transition: all 0.7s;
}

.link-list__more a.expanded::after {
  transform: rotate(-90deg) translateX(-5px) translateY(-5px);
}

.link-list__more a.collapsed::after {
  transform: rotate(90deg) translateX(-5px) translateY(-5px);
}

.link-list-dynamic li {
  padding-right: 2rem;
  position: relative;
}

.link-list-full {
  max-width: 100%;
}

/* Module: S */
.link-tiles {
  margin: 1.9375rem 0 4.4375rem;
}

.link-tiles__section-title {
  margin: 2.5rem 0 0.875rem;
  padding: 0;
  font-size: 1.6875rem;
  line-height: 2rem;
  color: #000000;
}

.link-tiles__description {
  margin: 0;
  padding: 0;
}

.link-tiles__item {
  padding: 0.9375rem 0 0.9375rem;
  width: 100%;
  float: left;
}

.link-tiles a {
  text-decoration: none;
}

.link-tiles a:hover .link-tiles__image-wrapper, .link-tiles a:focus .link-tiles__image-wrapper {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-tiles a:hover .link-tiles__title, .link-tiles a:focus .link-tiles__title {
  color: #cc4c00;
}

.link-tiles__image {
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}

.link-tiles__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.link-tiles__title {
  padding-top: 1.4375rem;
  font-size: 1.25em;
  line-height: 1.35;
  font-weight: 300;
  color: #3c3533;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.link-tiles__title:after {
  content: url(../mysource_files/arrow-orange.svg);
  display: block;
  margin-top: 0.6875rem;
  width: 1.3125rem;
  height: auto;
}

/* Module: S */
.links-inline__container {
  margin: 3.125rem 0 0;
}

.links-inline__title {
  padding-bottom: 1.375rem;
  font-size: 1.75rem;
  line-height: 2.3125rem;
}

.links-inline__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.links-inline__list li {
  vertical-align: top;
}

.links-inline__list li a {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
  text-decoration: none;
  color: #cc4c00;
  -webkit-transition: color 0.3s 0s;
  -moz-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.links-inline__list li a:hover, .links-inline__list li a:focus {
  color: #3c3533;
}

.links-inline__list li a:after {
  content: url(../mysource_files/arrow-orange.svg);
  display: inline-block;
  margin-left: 0.625rem;
  width: 0.875rem;
  height: 0.3125rem;
  vertical-align: text-top;
  line-height: 1.3125rem;
}

/* Module: S */
body {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
  left: 0;
  position: relative;
}

body .header {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}

body.navigation-open {
  left: 16.25rem;
  overflow: hidden;
}

body.navigation-open .header {
  left: 16.25rem;
  -webkit-transform: none;
}

body.navigation-fixed .header {
  -webkit-transform: none;
}

.navigation {
  position: fixed;
  top: 0;
  left: -16.25rem;
  width: 16.25rem;
  bottom: 0;
  background-color: #424242;
  z-index: 99;
  -webkit-transition: left 0.3s, visibility 0.3s;
  -moz-transition: left 0.3s, visibility 0.3s;
  transition: left 0.3s, visibility 0.3s;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navigation.active {
  left: 0;
  visibility: visible;
}

.navigation__wrapper {
  width: 100%;
  padding: 1.5rem 1.25rem;
  min-height: 100%;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}

.navigation__toggle {
  position: absolute;
  top: 0;
  right: -0.625rem;
  width: 2.5rem;
  height: 3.375rem;
  padding: 1.25rem 0.625rem;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

.navigation__toggle:before, .navigation__toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.navigation__toggle:before {
  width: 0.125rem;
  height: 0.625rem;
  margin-left: -0.0625rem;
  margin-top: -0.3125rem;
}

.navigation__toggle:after {
  width: 0.625rem;
  height: 0.125rem;
  margin-left: -0.3125rem;
  margin-top: -0.0625rem;
}

.navigation__toggle.active:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navigation__toggle.active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.navigation__info {
  display: none;
}

.navigation__level-1 {
  padding: 0;
  margin: 0;
}

.navigation__level-1 > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #868686;
}

.navigation__level-1 > li.current {
  position: relative;
}

.navigation__level-1 > li.current:after {
  content: '';
  position: absolute;
  top: 0;
  left: -1.25rem;
  bottom: 0;
  width: 0.25rem;
  background-color: #ff9252;
}

.navigation__level-1-link {
  position: relative;
}

.navigation__level-1-link.parent a {
  padding-right: 2.5rem;
}

.navigation__level-1-link a {
  display: block;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  padding: 1.125rem 0 0.875rem;
}

.navigation__level-2 {
  padding: 0;
  margin: 0;
}

.navigation__level-2-wrapper {
  display: none;
  padding-bottom: 0.625rem;
}

.navigation__level-2-wrapper.active {
  display: block;
}

.navigation__level-2 > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navigation__level-2 > li a {
  display: block;
  font-size: 0.875em;
  line-height: 1.5;
  text-decoration: none;
  color: #ffffff;
  padding: 0.625rem 0;
}

.navigation__secondary ul {
  padding: 1.625rem 0;
  margin: 0;
}

.navigation__secondary li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navigation__secondary li a {
  display: block;
  font-size: 0.875em;
  text-decoration: none;
  color: #ffffff;
  padding: 0.75rem 0;
}

/* Module: S */
.news-list {
  padding-bottom: 1.25rem;
}

.news-list + .pagination {
  border-top: 1px solid #e7e7e7;
}

.news-list__item {
  padding: 0.625rem 0 1.25rem 0;
}

.news-list__image {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.news-list__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.news-list__date {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.79;
  text-transform: uppercase;
  padding: 1rem 0 0.125rem 0;
  color: #555555;
}

.news-list__title {
  font-size: 1.250em;
  font-weight: 300;
  line-height: 1.35;
}

.news-list__title a {
  color: #3c3533;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}

.news-list__title a:hover, .news-list__title a:focus {
  color: #cc4c00;
}

.news-list__title a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
  display: inline-block;
}

.news-list__text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.63;
  color: #3c3533;
  padding-top: 1.5rem;
  display: none;
}

/* Module: S */
.news h2:after {
  content: url(../mysource_files/arrow-white.svg);
  width: 1.4375rem;
  height: 1.0625rem;
  margin-left: 0.75rem;
  display: inline-block;
}

.news__item {
  padding: 0.9375rem 0 1.5625rem 0;
  width: 100%;
  float: left;
}

.news a {
  text-decoration: none;
  position: relative;
}

.news a:hover .news__image-wrapper, .news a:focus .news__image-wrapper {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news a:hover .news__title, .news a:focus .news__title {
  color: #ff9252;
}

.news a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 1.8125rem;
  height: 1.25rem;
  float: right;
  margin-right: 20px;
}

.news__image {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.news__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.news__date {
  font-size: 0.750em;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 1.25rem;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.news__title {
  font-size: 1.125em;
  line-height: 1.44;
  font-weight: 300;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0.375rem 0 0.875rem 0;
}

.news__text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.63;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.news-home a:after {
  display: none;
}

.news-home .news__title {
  font-weight: 500;
}

.news-home .news__date {
  font-size: 0.875rem;
}

.news-type-2,
.news-landing {
  margin-bottom: 4.4375rem;
}

.news-type-2 h2,
.news-landing h2 {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  padding-top: 2.375rem;
  padding-bottom: 2.0625rem;
}

.news-type-2 .news__item,
.news-landing .news__item {
  float: none;
}

.news-type-2 .news__item a,
.news-landing .news__item a {
  display: block;
  overflow: hidden;
  color: #3c3533;
}

.news-type-2 .news__info,
.news-landing .news__info {
  padding: 1.125rem 1.125rem 0.625rem;
}

.news-type-2 .news__title,
.news-landing .news__title {
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: 0.375rem;
}

.news-type-2 .news__date,
.news-landing .news__date {
  padding-top: 0.375rem;
  font-size: 0.875rem;
}

.news-type-2 .news__text p,
.news-landing .news__text p {
  margin: 0;
  padding: 0;
}

.news-type-2 {
  margin-bottom: 0;
}

.news-type-2 .tile__title {
  margin-bottom: 0.625rem;
}

.news-type-2 .tile__links {
  border-top: 1px solid #e7e7e7;
}

.news-type-2 .tile__links a::after {
  float: none;
  margin-right: 0;
}

/* Module: S */
.page-links {
  width: 100%;
  padding: 2.5rem 0 0 0;
  color: #413a38;
}

.page-links__title {
  font-size: 1.500em;
  font-weight: 300;
  line-height: 1.46;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e7e7e7;
}

.page-links ul {
  list-style-type: none;
  padding: 0.75rem 0 0 0;
  margin: 0;
}

.page-links li {
  padding: 0.75rem 0;
  margin: 0;
}

.page-links li a {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #cc4c00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.38;
}

.no-js .page-links li a,
.no-flexbox .page-links li a {
  display: table;
}

.flexbox .page-links li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.page-links li a:hover, .page-links li a:focus {
  color: #413a38;
}

.page-links li a span {
  display: block;
  padding-left: 0.3125rem;
  word-break: normal;
  word-wrap: normal;
}

.page-links li a span:first-child {
  padding-left: 0;
}

.page-links li a span:last-child:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
  display: inline-block;
}

.page-links li.has-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-links li.has-icon a {
  display: block;
}

.page-links li.has-icon span {
  display: inline;
}

.page-links__icon {
  margin: 0 1.3125rem 0 0;
  border-radius: 50%;
  min-width: 2.875rem;
  height: 2.875rem;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-links__icon.icon-car {
  background-image: url(../mysource_files/icon-car.svg);
}

.page-links__icon.icon-guidelines {
  background-image: url(../mysource_files/icon-guidelines.svg);
}

.page-links__icon.icon-table {
  background-image: url(../mysource_files/icon-table.svg);
}

.section-navigation .page-links {
  margin-bottom: 1.75rem;
  padding-top: 0.25rem;
}

.section-navigation .page-links .page-links__title {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

.section-navigation .page-links ul {
  border-bottom: 1px solid #e7e7e7;
  padding: 0.3125rem 0;
}

.section-navigation .page-links ul.icon-indent li:not(.has-icon) {
  padding-left: 4.25rem;
}

.section-navigation .page-links li a {
  display: block;
}

.section-navigation .page-links li a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
  display: inline-block;
}

.section-navigation.inline-links .page-links a:after {
  content: none;
}

/* Module: S */
.page-navigation {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  margin-top: 1.25rem;
  padding: 0.75rem 0;
  position: relative;
}

.page-navigation:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 0.75rem;
  bottom: 0.75rem;
  left: 50%;
  background-color: #e7e7e7;
}

.page-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-navigation li {
  padding: 0;
  margin: 0;
  float: left;
  width: 50%;
  display: block;
}

.page-navigation li:first-child {
  padding-right: 1.5rem;
}

.page-navigation li:first-child a:after {
  content: '';
  position: absolute;
  top: 1.0625rem;
  left: 0;
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-navigation li:last-child {
  padding-left: 1.5rem;
  float: right;
  text-align: right;
}

.page-navigation li:last-child a:after {
  content: '';
  position: absolute;
  top: 0.4375rem;
  right: 0;
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  display: inline-block;
}

.page-navigation a {
  text-decoration: none;
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.page-navigation a span:first-child {
  display: block;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.44;
  color: #cc4c00;
  width: 0;
  overflow: hidden;
}

.page-navigation a span:last-child {
  display: block;
  font-size: 0.875em;
  line-height: 1.43;
  color: #413a38;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  padding-top: 0.3125rem;
}

.page-navigation a:hover, .page-navigation a:focus {
  color: #cc4c00;
}

.page-navigation a:hover span:last-child, .page-navigation a:focus span:last-child {
  color: #cc4c00;
}

.page-navigation__title {
  display: none;
}

/* Module: S */
.pagination {
  padding: 1.25rem 0;
}

.pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.no-js .pagination ul,
.no-flexbox .pagination ul {
  display: table;
}

.flexbox .pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.pagination ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.pagination ul li a {
  text-decoration: none;
  color: #555555;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.56;
  padding: 0.3125rem 0.625rem;
  display: block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  position: relative;
}

.pagination ul li a[href] {
  color: #cc4c00;
}

.pagination ul li a[href]:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.625rem;
  right: 0.625rem;
  height: 1px;
  background-color: #cc4c00;
}

.pagination ul li a[href]:hover, .pagination ul li a[href]:focus {
  color: #555555;
}

.pagination ul li a[href]:hover svg path, .pagination ul li a[href]:focus svg path {
  fill: #555555;
}

.pagination ul li.prev a:after, .pagination ul li.next a:after {
  display: none;
}

.pagination ul li.prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Module: S */
.progress-bar {
  padding: 1.25rem 0;
}

.progress-bar ol {
  position: relative;
  counter-reset: item-1;
  padding: 0;
  margin: 0;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.no-js .progress-bar ol,
.no-flexbox .progress-bar ol {
  display: table;
}

.flexbox .progress-bar ol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.progress-bar ol:before {
  content: '';
  position: absolute;
  top: 0.875rem;
  left: 0;
  right: 0;
  height: 0;
  box-sizing: content-box;
  border-width: 4px 0 0 0;
  border-style: dotted;
  border-color: #979797;
  border-image-source: url(../mysource_files/border-white.png);
  border-image-slice: 33% 33%;
  border-image-repeat: round;
}

.progress-bar ol li {
  display: block;
  font-size: 0.875em;
  font-weight: 300;
  padding-top: 2.625rem;
  position: relative;
  margin: 0 auto;
}

.progress-bar ol li:first-child {
  margin-left: 0;
}

.progress-bar ol li:first-child:before {
  left: 0;
  width: 50%;
  padding-right: 1.5rem;
  margin: 0;
}

.progress-bar ol li:last-child {
  margin-right: 0;
}

.progress-bar ol li:last-child:before {
  right: 0;
  left: auto;
  width: 50%;
  padding-left: 1.5rem;
  margin: 0;
}

.progress-bar ol li:before {
  content: '';
  background-color: #cc4c00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5rem;
  width: 3rem;
  box-sizing: content-box;
}

.progress-bar ol li:after {
  display: block;
  content: counters(item-1, ".") " ";
  counter-increment: item-1;
  color: #ffffff;
  font-weight: 500;
  height: 1.75rem;
  width: 1.75rem;
  line-height: 24px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.875rem;
  background-color: #cc4c00;
}

.progress-bar ol li.active:after {
  background-color: #ffffff;
  color: #cc4c00;
}

.progress-bar ol li div {
  position: relative;
  z-index: 1;
}

.progress-bar ol li span {
  display: none;
}

/* Module: S */
.projects {
  border-top: 1px solid #e7e7e7;
  margin-top: 1.25rem;
}

.projects__item {
  padding: 0.75rem 0 1.0625rem 0;
  border-bottom: 1px solid #e7e7e7;
}

.projects__block {
  padding-bottom: 1.25rem;
}

.projects__block h2 {
  padding-top: 0;
  width: 100%;
  float: left;
}

.projects__block .projects__status {
  width: 100%;
  float: left;
  font-size: 1.125em;
}

.projects__block .projects__status:before {
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
}

.projects__state {
  float: left;
  width: 100%;
  padding-top: 0.625rem;
  font-size: 1.250em;
  font-weight: 500;
}

.projects__dates {
  float: left;
  width: 100%;
  padding-top: 0.625rem;
  font-size: 1.125em;
}

.projects a {
  text-decoration: none;
  display: block;
}

.projects a:hover .projects__name, .projects a:focus .projects__name {
  text-decoration: underline;
}

.projects__number {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.3125rem 0;
  color: #cc4c00;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  max-width: 25%;
}

.projects__status {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.3125rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3c3533;
  float: right;
  text-align: right;
  max-width: 75%;
}

.projects__status:before {
  content: url(../mysource_files/status.svg);
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.projects__status.on-track {
  color: #007233;
}

.projects__status.on-track:before {
  content: url(../mysource_files/status-on-track.svg);
}

.projects__status.delays {
  color: #cc4c00;
}

.projects__status.delays:before {
  content: url(../mysource_files/status-delays.svg);
}

.projects__status.late {
  color: #d0021b;
}

.projects__status.late:before {
  content: url(../mysource_files/status-late.svg);
}

.projects__status.pending {
  color: #7659b6;
}

.projects__status.pending:before {
  content: url(../mysource_files/status-pending.svg);
}

.projects__name {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.57;
  color: #3c3533;
  float: left;
  width: 100%;
  padding-top: 0.75rem;
}

/* Module: S */
.publication {
  padding: 0.625rem 0 0 0;
}

.publication__image {
  padding-bottom: 1rem;
}

.publication__image img {
  max-height: 9.5rem;
}

.publication__title {
  font-size: 1.750em;
  font-weight: 300;
  line-height: 1.43;
  padding-bottom: 1rem;
}

.publication__details ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.publication__details li {
  color: #555555;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.64;
  margin: 0;
  padding: 0.25rem 0;
}

.publication__links {
  border-top: 1px solid #e7e7e7;
  margin-top: 1.875rem;
  padding: 1rem 0 1.875rem 0;
}

.publication__links ul {
  list-style-type: none;
  margin: -0.3125rem -0.75rem;
  padding: 0;
}

.publication__links li {
  color: #3c3533;
  float: left;
  font-size: 0.875em;
  font-weight: 300;
  padding: 0.3125rem 0.75rem;
}

.publication__links span {
  display: block;
  padding: 0.8125rem 0;
}

.publication__links a {
  background-color: #cc4c00;
  border: 1px solid #cc4c00;
  color: #ffffff;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.publication__links a:hover, .publication__links a:focus {
  background-color: #ffffff;
  color: #cc4c00;
  text-decoration: none;
}

.publication__note {
  background-color: #ebebeb;
  color: #555555;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.63;
  padding: 1.25rem;
}

.publication__note.success {
  padding-left: 3.5rem;
  position: relative;
}

.publication__note.success:before {
  content: url(../mysource_files/success.svg);
  display: block;
  height: 1.125rem;
  left: 1.625rem;
  position: absolute;
  top: 1.3125rem;
  width: 1.125rem;
}

/* Module: S */
.publications {
  margin-top: 0.9375rem;
  border-top: 1px solid #e7e7e7;
}

.publications__item {
  padding: 1rem 0;
  border-bottom: 1px solid #e7e7e7;
}

.publications__title {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #3c3533;
}

.publications__title a[href] {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3c3533;
}

.publications__title a[href]:hover, .publications__title a[href]:focus {
  color: #cc4c00;
}

.publications__title a[href]:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
  display: inline-block;
}

.publications__code {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.5;
  color: #3c3533;
  padding-top: 0.5rem;
}

/* Module: S */
.resources-block {
  margin: 1.8125rem 0 0;
  padding: 2rem 1.125rem 2.125rem;
  background-color: #FAFAFA;
}

.resources-block__content {
  color: black;
  font-weight: 300;
}

.resources-block__content p {
  margin: 0 0 0.1875rem;
}

.resources-block__content ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0.625rem;
}

.resources-block__content ul li {
  display: block;
  margin: 0.625rem 0 0;
  padding: 0 0 0 0.875rem;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.63;
  position: relative;
}

.resources-block__content ul li:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  border: 1px solid #cc4c00;
  border-radius: 50%;
  height: 0.25rem;
  width: 0.25rem;
  background-color: #cc4c00;
}

.resources-block__content ul li p {
  margin: 0 0 1rem;
  padding: 0;
  max-width: 30rem;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.625rem;
}

.resources-block__content a {
  padding: 0.625rem 0;
  color: #cc4c00;
}

/* Module: S */
.review {
  padding-bottom: 1.25rem;
}

.review dl {
  margin: 0;
  padding: 0.25rem 0;
}

.review dt {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.64;
  color: #555555;
  padding-top: 0.9375rem;
}

.review dt:first-child {
  padding-top: 0;
}

.review dd {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.64;
  color: #555555;
  margin: 0;
  min-height: 1.375rem;
}

.review__column {
  border-top: 1px solid #e7e7e7;
  padding: 1.25rem 0;
}

.review__column:first-child {
  border-top: none;
  padding-top: 0;
}

.review__title {
  padding: 0.625rem 0 0.9375rem 0;
}

.review__title h3 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.94;
  color: #413a38;
  float: left;
  width: 50%;
  padding: 0;
}

.review__title a {
  display: block;
  float: right;
  text-align: right;
  width: 50%;
  color: #cc4c00;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.64;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.375rem 0;
}

.review__title a:hover {
  text-decoration: underline;
}

.review__item {
  padding: 0.9375rem 0;
  border-bottom: 1px solid #e7e7e7;
}

.review__item:last-child {
  border-bottom: none;
}

.review__name {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.71;
  color: #3c3533;
  float: left;
  width: 70%;
}

.review__price {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.71;
  text-align: right;
  color: #3c3533;
  float: right;
  width: 30%;
}

.review__price span {
  display: block;
  font-weight: 300;
  color: #868686;
}

.review__note {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.71;
  color: #3c3533;
  float: left;
  width: 100%;
  padding-right: 30%;
  padding-top: 0.3125rem;
}

.review__type, .review__quantity {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.71;
  color: #868686;
  float: left;
  padding-top: 0.1875rem;
}

.review__type {
  padding-right: 1.875rem;
}

.review__total {
  background-color: #f2f2f2;
  padding: 1.0625rem 0.9375rem;
}

.review__total .review__name {
  font-weight: 500;
  width: 30%;
}

.review__total .review__price {
  width: 70%;
}

.review__total .review__price span {
  color: #555555;
  padding-top: 0.25rem;
}

.review__button {
  padding-top: 1.875rem;
  text-align: right;
}

.review__button input {
  border: 1px solid #cc4c00;
  border-radius: 0;
  background-color: #cc4c00;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.45;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  display: inline-block;
  text-decoration: none;
}

.review__button input:hover, .review__button input:focus {
  color: #cc4c00;
  background-color: #ffffff;
  text-decoration: none;
}

/* Module: S */
.search-page .form {
  padding: 1.25rem 0 0 0;
}

.search-page__tools .form__field {
  clear: left;
  padding-bottom: 1.25rem;
  width: 100%;
}

.search-page__tools .form__field-select {
  padding-bottom: 1.875rem;
}

.search-page__tools .form__field-select select {
  font-size: 1em;
  font-weight: 500;
  outline: none;
}

.search-page__tools .form__field-select select:focus {
  border-style: solid;
  border-image: none;
}

.search-page__tools .form__field-select .publications-subject {
  min-width: 18.75rem;
  padding-right: 2.75rem;
}

.search-page__tools .form__field label {
  font-size: 0.875em;
  line-height: 1.86;
  color: #868686;
}

.search-page__tools input[type="text"] {
  padding: 0.875rem 1rem;
  outline: 0;
}

.search-page__tools input[type="text"]:focus {
  border-color: #acacac;
}

.search-page__tools input[type="submit"] {
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../mysource_files/search.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  text-indent: -99999px;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 2.375rem;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.search-page__tools .search__partial-list {
  left: 0;
  right: 0;
}

.search-page__sort {
  text-align: right;
  padding-top: 0.875rem;
  margin-bottom: -1rem;
}

.search-page__sort label {
  display: inline-block;
  padding: 0 0.625rem 0 0;
}

.search-page__sort .form__field {
  max-width: 100%;
}

.search-page__sort .form__field-wrapper {
  display: inline-block;
}

.search-page__sort .form__field-wrapper:after {
  height: 2.6875rem;
  line-height: 2.6875rem;
}

.search-page__sort .form__field-select select {
  display: inline-block;
  border-bottom: none;
  border-image: none;
  padding-right: 1.25rem;
  font-size: 1em;
  font-weight: 500;
}

@media (min-width: 78.75em) {
  .search-page__tools .form__field {
    clear: none;
    float: right;
  }
}

/* Module: S */
.search {
  position: relative;
}

.search .js-search-input {
  width: 100%;
  border: 1px solid #E3E3E3;
  padding: 1.25rem 1.5625rem;
}

.search input[type=submit] {
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../mysource_files/search.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  text-indent: -99999px;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 2.375rem;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.search__partial-list {
  position: absolute;
  top: 3.0625rem;
  left: -1.25rem;
  right: -1.25rem;
  background-color: #ffffff;
  z-index: 9;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.search__partial-list ul {
  list-style-type: none;
  padding: 0.625rem 0 1.5rem 0;
  margin: 0;
}

.search__partial-list li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.search__partial-list a {
  font-size: 0.875em;
  font-weight: 300;
  color: #4f4f4f;
  line-height: 1.2;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  display: block;
}

.search__partial-list a:focus, .search__partial-list a:hover {
  text-decoration: underline;
}

.search__partial-list a span {
  font-weight: 500;
}

.search__more-results {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  margin: 0 0 2.125rem 1.8125rem;
  border: none;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  text-align: left;
  background: none;
  cursor: pointer;
  text-decoration: none;
  color: #cc4c00;
  -webkit-transition: color 0.3s 0s;
  -moz-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.search__more-results:hover, .search__more-results:focus {
  color: #3c3533;
}

.search__more-results:after {
  content: url(../mysource_files/arrow-orange.svg);
  display: inline-block;
  margin-left: 0.625rem;
  width: 0.875rem;
  height: 0.3125rem;
  vertical-align: text-top;
  line-height: 1.0625rem;
}

#search-best-bets {
  background: #f3f3f3;
  padding: 0px 20px;
}

#search-best-bets h4 {
  padding: 1.25rem 0 0.3125rem;
}

.search-full-width {
  margin-top: 3.5rem;
}

.search-full-width__title {
  margin: 0 0 1.875rem;
  padding: 0;
  font-size: 1.75rem;
  line-height: 2.3125rem;
}

.search-full-width .search__partial-list {
  top: 100%;
  left: 0;
  right: 0;
}

.search-full-width .search__partial-list ul {
  padding-top: 1.3125rem;
  padding-bottom: 1.0625rem;
}

.search-full-width .search__partial-list a {
  padding-left: 1.8125rem;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 400;
}

.search-full-width .search__partial-list a span {
  color: #cc4c00;
}

/* Module: S */
.section-tiles__title-two {
  margin: 2rem 0 0;
  padding: 0 0 2rem;
  font-size: 1.75rem;
  line-height: 2.3125rem;
}

.section-tiles__item {
  padding: 0.9375rem 0 1.5625rem 0;
  width: 100%;
  float: left;
}

.section-tiles__item-short .section-tiles__image {
  padding-bottom: 37.5%;
}

.section-tiles a {
  text-decoration: none;
}

.section-tiles a:hover .section-tiles__image-wrapper, .section-tiles a:focus .section-tiles__image-wrapper {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section-tiles a:hover .section-tiles__title, .section-tiles a:focus .section-tiles__title {
  color: #cc4c00;
}

.section-tiles__image {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.section-tiles__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.section-tiles__title {
  font-size: 1.625em;
  line-height: 1.23;
  font-weight: 300;
  color: #3c3533;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  padding: 1.375rem 0 0.875rem 0;
}

.section-tiles__title a {
  color: #3c3533;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.section-tiles__title a:hover, .section-tiles__title a:focus {
  color: #cc4c00;
}

.section-tiles__title a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 1.4375rem;
  height: 1.0625rem;
  margin-left: 0.75rem;
  display: inline-block;
}

.section-tiles__text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.63;
  color: #3c3533;
}

.section-tiles__text p {
  margin: 0;
  padding: 0.375rem 0;
}

.section-tiles__links ul {
  list-style-type: none;
  margin: 0;
  padding: 0.375rem 0;
}

.section-tiles__links li {
  margin: 0;
  padding: 0;
}

.section-tiles__links a {
  color: #cc4c00;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 300;
  padding: 0.5rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.section-tiles__links a:hover, .section-tiles__links a:focus {
  color: #3c3533;
}

.section-tiles__links a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
  display: inline-block;
}

.section-tiles__links-large a {
  font-size: 1.125em;
  line-height: 1.2;
  font-weight: 500;
}

/* Module: S */
.share a {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.47;
  display: block;
  padding: 0.3125rem 0;
  color: #ffffff;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.share a:hover, .share a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.share > div {
  padding-top: 0.9375rem;
}

.share__bookmark a {
  padding-left: 1.6875rem;
}

.share__bookmark a:after {
  content: url(../mysource_files/bookmark.svg);
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 0.8125rem;
  height: 1.25rem;
}

.share__addthis {
  display: none;
}

.share__addthis a {
  padding-left: 1.6875rem;
}

.share__addthis a:after {
  content: url(../mysource_files/share.svg);
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 0.9375rem;
  height: 1.25rem;
}

#at_hover.atm-s a:focus,
#at_hover.atm-s a:focus .at_bold,
.atm-s a:focus {
  background: #2095f0;
  text-decoration: none;
  color: #fff !important;
}

#at15s a.at-branding-logo:focus {
  color: #666;
  text-decoration: underline;
}

/* Module: S */
.side-navigation {
  background-color: #f8f8f8;
  padding: 0.875rem 1.5625rem;
  margin: 1.25rem 0;
}

.side-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.side-navigation li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}

.side-navigation li:last-child {
  border-bottom: none;
}

.side-navigation a {
  text-decoration: none;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  display: block;
  padding: 0.625rem 0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.side-navigation a:hover, .side-navigation a:focus {
  color: #cc4c00;
}

.side-navigation a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
  display: inline-block;
}

.side-navigation__title {
  display: none;
}

/* Module: S */
.subscribe {
  padding: 0.625rem 0 1.25rem 0;
}

.subscribe__info h4 {
  font-size: 24px;
  font-weight: normal;
}

.subscribe .form {
  padding: 0;
}

.subscribe .form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.subscribe .form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.subscribe .form :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
}

.subscribe .form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.subscribe .form input[type="text"] {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.subscribe .form__field {
  max-width: 100%;
}

.subscribe .form__field > input[type="submit"] {
  float: right;
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-weight: 300;
  padding: 0.75rem 1.5625rem 0.75rem 0rem;
  margin-top: 0.625rem;
}

.subscribe .form__field > input[type="submit"]:hover, .subscribe .form__field > input[type="submit"]:focus {
  color: #ff9252;
  background-color: transparent;
}

.subscribe .form__field:last-child {
  position: relative;
}

.subscribe .form__field:last-child:after {
  content: url(../mysource_files/arrow-white.svg);
  width: 0.9375rem;
  height: 0.6875rem;
  margin-top: 1.6875rem;
  display: inline-block;
  position: absolute;
  right: 0;
}

.subscribe .form__error {
  color: #ffffff;
}

.subscribe .form__error:before {
  background-color: #ffffff;
}

/* Module: S */
.tabs {
  margin: 1.25rem 0;
  border: 1px solid #e3e3e3;
}

.tabs__item {
  border-top: 1px solid #e3e3e3;
}

.tabs__item:first-child {
  border-top: none;
}

.tabs__controls {
  display: none;
}

.tabs__title {
  position: relative;
}

.tabs__title button {
  width: 100%;
  padding: 1.25rem 2.8125rem 1.25rem 1.25rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  text-align: left;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.11;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #3c3533;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tabs__title button:hover, .tabs__title button:focus {
  color: #cc4c00;
  outline: none;
}

.tabs__title button:before, .tabs__title button:after {
  content: '';
  position: absolute;
  top: 2rem;
  right: 1.375rem;
  background-color: #3c3533;
  -webkit-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}

.tabs__title button:before {
  width: 0.125rem;
  height: 0.625rem;
  margin-right: -0.0625rem;
  margin-top: -0.3125rem;
}

.tabs__title button:after {
  width: 0.625rem;
  height: 0.125rem;
  margin-right: -0.3125rem;
  margin-top: -0.0625rem;
}

.tabs__title.active button {
  color: #cc4c00;
}

.tabs__title.active button:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tabs__title.active button:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.tabs__text {
  border-top: 1px solid #e3e3e3;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  padding: 1.625rem 1.25rem;
  display: none;
  color: #555555;
}

.tabs__text.active {
  display: block;
}

.tabs__text p {
  margin: 0;
  padding-bottom: 0.625rem;
}

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

/* Module: S */
body.terms-of-use_open {
  height: 100vh;
  overflow-y: hidden;
}

.terms-of-use {
  position: relative;
  height: 100%;
}

.terms-of-use_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.terms-of-use_logo {
  display: block;
  margin: 16px auto 0;
}

.terms-of-use_box {
  position: absolute;
  border: 1px solid #cc4c00;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.terms-of-use_content {
  padding: 16px 24px;
}

.terms-of-use_heading {
  padding-top: 10px;
  text-align: center;
  font-weight: 500;
}

.terms-of-use_ctas {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

.terms-of-use_ctas button {
  margin-top: 24px;
  background-color: #cc4c00;
  border: 1px solid #cc4c00;
  padding: 10px 20px;
  color: #ffffff;
}

.terms-of-use_ctas button:hover, .terms-of-use_ctas button:focus {
  background-color: #ffffff;
  color: #cc4c00;
  cursor: pointer;
}

/* Module: S */
.tile-homepage {
  margin: 4rem 0 0.375rem;
}

.tile-homepage__image {
  margin-bottom: 2.125rem;
}

.tile-homepage__image img {
  width: 100%;
  max-width: 31.25rem;
  height: auto;
}

.tile-homepage__title a {
  font-size: 1.6875rem;
  text-decoration: none;
  -webkit-transition: color 0.3s 0s;
  -moz-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.tile-homepage__title a:hover, .tile-homepage__title a:focus {
  color: #cc4c00;
}

.tile-homepage__text {
  margin: 0.6875rem 0 0;
}

.tile-homepage__text p {
  margin: 0;
  padding: 0;
}

.tile-homepage__links {
  padding-top: 1.9375rem;
}

.tile-homepage__links p {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.tile-homepage__links ul {
  margin: 1.0625rem 0 0;
  padding: 0;
  list-style-type: none;
}

.tile-homepage__links ul li {
  margin: 0;
  padding: 0;
}

.tile-homepage__links ul li a {
  display: block;
  padding: 0.5625rem 0;
  color: #cc4c00;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: color 0.3s 0s;
  -moz-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.tile-homepage__links ul li a:hover, .tile-homepage__links ul li a:focus {
  color: #3c3533;
}

.tile-homepage__links ul li a:after {
  content: url(../mysource_files/arrow-orange.svg);
  width: 0.875rem;
  height: 0.3125rem;
  margin-left: 0.625rem;
  display: inline-block;
}

/* Module: S */
.tile {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1.25rem;
  padding: 1.25rem 0;
}

.tile-main {
  border-bottom: none;
  margin-bottom: 0;
}

.tile a {
  color: #cc4c00;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tile a:hover, .tile a:focus {
  color: #443d3b;
}

.tile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tile li {
  margin: 0;
  padding: 1rem 0 0 0;
}

.tile li:first-child {
  padding: 0;
}

.tile p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.63;
  margin: 0;
  padding: 0;
}

.tile__image {
  padding-top: 1.25rem;
}

.tile__image img {
  width: 100%;
}

.tile__title {
  color: #48413f;
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.38;
}

.tile__text {
  padding-top: 1.25rem;
}

.tile__info {
  color: #413a38;
  padding-top: 1.25rem;
}

.tile__info p {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.44;
}

.tile__links {
  padding-top: 1.25rem;
}

.tile__links a:after {
  content: url(../mysource_files/arrow-orange.svg);
  display: inline-block;
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
}

.tile .news:not(.news-type-2)__item {
  float: none;
  padding: 1.5rem 0 0 0;
  width: 100%;
}

.tile .news:not(.news-type-2)__item a {
  color: #443d3b;
}

.tile .news:not(.news-type-2)__item a:hover, .tile .news:not(.news-type-2)__item a:focus {
  color: #cc4c00;
}

.tile .news:not(.news-type-2)__item + .news__item {
  padding-top: 1.875rem;
}

.tile .news:not(.news-type-2)__title {
  padding-bottom: 0;
}

.tile .news:not(.news-type-2)__title:after {
  content: url(../mysource_files/arrow-orange.svg);
  display: inline-block;
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
}

.tile .form {
  padding-bottom: 0;
}

.tile .events__item {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  display: block;
  min-height: 0;
}

.tile .events__title {
  padding: 0;
}

.tile .events__title a {
  color: #413a38;
}

.tile .events__title a:hover, .tile .events__title a:focus {
  color: #cc4c00;
}

.tile .events__title a:after {
  content: url(../mysource_files/arrow-orange.svg);
  display: inline-block;
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
}

.tile .events__info {
  color: #413a38;
  margin: 0;
  padding-left: 0;
  padding-top: 0.625rem;
  position: static;
}

.tile .events__info a {
  font-weight: 300;
}

.tile .events__info a:hover, .tile .events__info a:focus {
  text-decoration: none;
}

.tile .events__info a:after {
  content: url(../mysource_files/arrow-orange.svg);
  display: inline-block;
  width: 0.9375rem;
  height: 0.6875rem;
  margin-left: 0.625rem;
}

/* Module: S */
.toc {
  color: #413a38;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 1.25rem 0;
}

.toc__wrapper .search-full-width {
  margin: 0.625rem 0 0.3125rem;
}

.toc__wrapper .search .js-search-input {
  padding-top: 1rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
}

.toc:not(.toc-plain):not(.toc-left) {
  margin-top: -1.25rem;
  padding: 0 0 0.625rem 0;
}

.toc:not(.toc-plain):not(.toc-left) .toc__toggle {
  margin: 0 -1.25rem;
}

.toc:not(.toc-plain):not(.toc-left) .toc__toggle button {
  background-position: 1.25rem 1.6875rem;
  padding-left: 3rem;
}

.toc:not(.toc-plain):not(.toc-left) .toc__toggle button:before {
  left: 1.25rem;
}

.toc:not(.toc-plain):not(.toc-left) .toc__toggle button svg {
  right: 1.25rem;
}

.toc:not(.toc-plain):not(.toc-left) .toc__main:after {
  left: -1.25rem;
  right: -1.25rem;
}

.toc + .content > h1:first-child,
.toc + .content > h2:first-child,
.toc + .content > h3:first-child {
  font-size: 1.625em;
  line-height: 1.38;
  padding: 1.875rem 0 0.9375rem;
}

.toc + .content > div:first-child > h1:first-child,
.toc + .content > div:first-child > h2:first-child,
.toc + .content > div:first-child > h3:first-child {
  font-size: 1.625em;
  line-height: 1.38;
  padding: 1.875rem 0 0.9375rem;
}

.toc ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.toc li {
  border-top: 1px solid #e7e7e7;
  margin: 0;
  padding: 0;
}

.toc li.current > .toc__item {
  font-weight: 500;
}

.toc li.current > .toc__item > a {
  color: #cc4c00;
  text-decoration: underline;
}

.toc a {
  color: #413a38;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.toc a:hover, .toc a:focus {
  color: #cc4c00;
}

.toc__toggle {
  position: relative;
}

.toc__toggle:after {
  background-color: #e7e7e7;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.toc__toggle button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #413a38;
  font-size: 1.250em;
  font-weight: 300;
  line-height: 1.7;
  outline: none;
  padding: 1.0625rem 0 1.0625rem 1.75rem;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.toc__toggle button:hover, .toc__toggle button:focus {
  color: #cc4c00;
}

.toc__toggle button:before {
  content: url(../mysource_files/menu.svg);
  display: block;
  left: 0;
  position: absolute;
  top: 1.0625rem;
  width: 1.125rem;
  height: 1.3125rem;
}

.toc__toggle button svg {
  height: 0.4375rem;
  position: absolute;
  right: 0;
  top: 1.9375rem;
  width: 0.8125rem;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s;
}

.toc__toggle button.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.toc__main {
  display: none;
  position: relative;
  -webkit-transition: visibility 0.3s, right 0.3s;
  -moz-transition: visibility 0.3s, right 0.3s;
  transition: visibility 0.3s, right 0.3s;
}

.toc__main:after {
  background-color: #e7e7e7;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.toc__main.active {
  display: block;
}

.toc__close {
  display: none;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
}

.toc__close button {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  display: inline-block;
  height: 2.5rem;
  margin: 0;
  outline: none;
  padding: 0.5625rem;
  text-align: center;
  width: 2.5rem;
}

.toc__close button:hover svg g, .toc__close button:focus svg g {
  stroke: #cc4c00;
}

.toc__title {
  background-color: transparent;
  color: #413a38;
  display: none;
  font-size: 1.778em;
  font-weight: 300;
  line-height: 1.7;
  padding: 0 0 1.875rem 2.125rem;
  position: relative;
}

.toc__title:before {
  content: url(../mysource_files/menu.svg);
  display: block;
  left: 0;
  position: absolute;
  top: -0.125rem;
  width: 1.125rem;
  height: 3rem;
}

.toc__item {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.38;
  padding: 0.9375rem 0;
  position: relative;
}

.toc__item.parent {
  padding-right: 2.9375rem;
}

.toc__item a {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.no-js .toc__item a,
.no-flexbox .toc__item a {
  display: table;
}

.flexbox .toc__item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.toc__item span {
  padding-left: 0.3125rem;
}

.toc__item span:first-child {
  padding-left: 0;
}

.toc__item button {
  -webkit-appearance: none;
  background-color: #f3f3f3;
  border-color: #ffffff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.5rem 0.375rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  padding: 0;
  position: absolute;
  right: -0.375rem;
  top: 50%;
  width: 2.5rem;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.toc__item button:hover, .toc__item button:focus {
  background-color: #d2d2d2;
}

.toc__item button:before, .toc__item button:after {
  background-color: #3c3533;
  content: '';
  position: absolute;
  right: 0.875rem;
  top: 0.75rem;
  -webkit-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}

.toc__item button:before {
  height: 0.625rem;
  margin-right: -0.0625rem;
  margin-top: -0.3125rem;
  width: 0.125rem;
}

.toc__item button:after {
  height: 0.125rem;
  margin-right: -0.3125rem;
  margin-top: -0.0625rem;
  width: 0.625rem;
}

.toc__item button.active:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.toc__item button.active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.toc__lvl-1 > li:first-child {
  border-top: none;
}

.toc__lvl-2 {
  display: none;
}

.toc__lvl-2.active {
  display: block;
}

.toc__lvl-2 > li > .toc__item {
  padding-left: 0.625rem;
}

.toc__lvl-2 > li > .toc__item button {
  border-width: 0.6875rem 0.625rem;
  right: -0.625rem;
}

.toc__lvl-2 > li > .toc__item button:before, .toc__lvl-2 > li > .toc__item button:after {
  right: 0.625rem;
  top: 0.5625rem;
}

.toc__lvl-2 > li > .toc__item button:before {
  height: 0.5rem;
  margin-top: -0.25rem;
}

.toc__lvl-2 > li > .toc__item button:after {
  margin-right: -0.25rem;
  width: 0.5rem;
}

.toc__lvl-3 {
  display: none;
}

.toc__lvl-3.active {
  display: block;
}

.toc__lvl-3 > li {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.4;
  padding: 1rem 0 1rem 1.25rem;
}

.toc__lvl-3 > li.current {
  font-weight: 500;
}

.toc.toc-left {
  padding: 0 0 0.625rem 0;
}

.toc.toc-left .toc__toggle {
  margin: 1rem 0 0;
  border: 1px solid #e3e3e3;
  padding: 0;
}

.toc.toc-left .toc__toggle:after {
  content: none;
}

.toc.toc-left .toc__toggle button {
  padding-left: 2.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #424242;
  background-position: 1.25rem 1.6875rem;
}

.toc.toc-left .toc__toggle button:before {
  top: 1.125rem;
  left: 0.6875rem;
  width: 1.3125rem;
  height: 1rem;
}

.toc.toc-left .toc__toggle button:hover, .toc.toc-left .toc__toggle button:focus {
  color: #cc4c00;
}

.toc.toc-left .toc__toggle button svg {
  top: 1.5rem;
  right: 1.25rem;
}

.toc.toc-left .toc__main {
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 1.125rem 1rem 1.375rem;
}

.toc.toc-left .toc__main:after {
  content: none;
}

.toc.toc-left .toc__lvl-2 > li > .toc__item {
  padding-bottom: 0.8125rem;
}

.toc.toc-left .toc__item.section-title {
  padding-top: 2.125rem;
  color: #3c3533;
  font-weight: 500;
}

.toc.toc-left .toc__item button {
  display: none;
}

.toc.toc-left li {
  border-color: #e3e3e3;
}

/* Module: S */
.main .video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.main .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 37.5em) {
  /*
--------------------
Content
--------------------
*/
  h1 {
    font-size: 3.000em;
    line-height: 1.33;
    padding: 2.25rem 0 0.6875rem;
  }
  h2 {
    font-size: 2.250em;
    padding: 3rem 0 0.9375rem;
    line-height: 1.39;
  }
  h2.bookmark:after {
    width: 0.875rem;
    height: 1.25rem;
    margin-left: 1.25rem;
  }
  h3 {
    font-size: 1.750em;
    padding: 2.625rem 0 0.625rem;
    line-height: 1.43;
  }
  h4 {
    font-size: 1.375em;
    padding: 2.25rem 0 0.3125rem;
    line-height: 1.55;
  }
  h5 {
    font-size: 1.125em;
    padding: 1.25rem 0 0.3125rem;
    line-height: 1.67;
  }
  h6 {
    font-size: 1em;
    padding: 0.875rem 0 0.3125rem;
    line-height: 1.63;
  }
  hr {
    margin: 1.5rem -1.25rem;
  }
  .section-padding {
    padding: 3.125rem 0;
  }
  .section-padding-top {
    padding: 3.125rem 0 0 0;
  }
  .section-padding-bottom {
    padding: 0 0 3.125rem 0;
  }
  .section__wrapper {
    padding: 2.5rem 1.25rem;
  }
  .section-merged .section__wrapper {
    padding-bottom: 0;
    margin-bottom: -2.5rem;
  }
  .section-orange-top:before {
    height: 20rem;
  }
  .section-blue {
    background-image: url(../mysource_files/blue-lookup-desktop.png);
    background-position: center right;
    background-size: contain;
  }
  .section-blue h1 {
    font-size: 2.5625rem;
  }
  .section__column-25 {
    padding: 0 0 1.875rem 0;
  }
  .section__column-25:last-child {
    padding: 1.875rem 0 0 0;
  }
  .intro {
    font-size: 1.500em;
    line-height: 1.58;
    padding: 1.875rem 0;
  }
  .intro p {
    padding: 1.25rem 0;
  }
  .content img {
    margin: 1.875rem 0;
  }
  .content figure {
    padding: 1.875rem 0;
  }
  .content figure figcaption {
    padding: 1.25rem 0;
  }
  .content .right,
  .content .right-30,
  .content .right-50 {
    float: right;
    margin: 0.625rem 0 1.875rem 2.5rem;
    padding: 0;
    max-width: 40%;
  }
  .content .right img,
  .content .right-30 img,
  .content .right-50 img {
    margin: 0;
  }
  .content .right figcaption,
  .content .right-30 figcaption,
  .content .right-50 figcaption {
    font-size: 0.875em;
    padding: 0.625rem 0 0 0;
    border-bottom: none;
  }
  .content .right figcaption:first-child,
  .content .right-30 figcaption:first-child,
  .content .right-50 figcaption:first-child {
    padding-bottom: 0.625rem;
  }
  .content .right-30 {
    max-width: 30%;
  }
  .content .right-50 {
    max-width: 50%;
  }
  .content .left,
  .content .left-30,
  .content .left-50 {
    float: left;
    margin: 0.625rem 2.5rem 1.875rem 0;
    padding: 0;
    max-width: 40%;
  }
  .content .left img,
  .content .left-30 img,
  .content .left-50 img {
    margin: 0;
  }
  .content .left figcaption,
  .content .left-30 figcaption,
  .content .left-50 figcaption {
    font-size: 0.875em;
    padding: 0.625rem 0 0 0;
    border-bottom: none;
  }
  .content .left figcaption:first-child,
  .content .left-30 figcaption:first-child,
  .content .left-50 figcaption:first-child {
    padding-bottom: 0.625rem;
  }
  .content .left-30 {
    max-width: 30%;
  }
  .content .left-50 {
    max-width: 50%;
  }
  .content figure.right, .content figure.right-30, .content figure.right-50,
  .content div.right,
  .content div.right-30,
  .content div.right-50 {
    padding: 0.625rem 0 1.875rem 2.5rem;
    margin: 0;
  }
  .content figure.left, .content figure.left-30, .content figure.left-50,
  .content div.left,
  .content div.left-30,
  .content div.left-50 {
    padding: 0.625rem 2.5rem 1.875rem 0;
    margin: 0;
  }
  .content blockquote {
    padding: 1.875rem 2.5rem 2.5rem 2.5rem;
    margin: 1.875rem 0;
  }
  .content table th {
    padding: 0.9375rem 0.75rem;
  }
  .content table td {
    padding: 0.9375rem 0.75rem;
  }
  .content .padding {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .content .padding-top {
    padding-top: 1.875rem;
  }
  .content .padding-bottom {
    padding-bottom: 1.875rem;
  }
  .content.mobile-padding-top {
    padding-top: 0;
  }
  .content .table {
    margin: 1.875rem 0;
  }
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .accordion {
    margin: 1.875rem 0;
  }
  .accordion__title {
    position: relative;
  }
  .accordion__title button {
    padding: 1.5625rem 2.8125rem 1.5625rem 1.25rem;
  }
  .accordion__title button:before, .accordion__title button:after {
    top: 2.3125rem;
  }
  .accordion__text {
    padding: 1.875rem 1.25rem;
  }
  /* Module: S */
  .banner-carousel__info {
    padding: 3.75rem 1.25rem 7.5rem 1.25rem;
  }
  .banner-carousel__title {
    font-size: 3em;
  }
  .banner-carousel__text {
    padding-top: 1.875rem;
  }
  .banner-carousel__link {
    padding-top: 2.25rem;
  }
  .banner-carousel .slick-controls {
    bottom: 2.5rem;
    padding: 0 0.9375rem;
  }
  .banner-carousel .slick-play button {
    width: 1.5rem;
    height: 1.5rem;
  }
  .banner-carousel .slick-play button:after {
    top: 0.375rem;
    left: 0.4375rem;
    height: 0.75rem;
  }
  .banner-carousel .slick-play button.active:after {
    top: 0.3125rem;
    width: 0;
    height: 0;
    border-right: none;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #ffffff;
  }
  .banner-carousel .slick-dots button {
    width: 1.5rem;
    height: 1.5rem;
  }
  .banner-carousel .slick-dots button:after {
    top: 0.3125rem;
    left: 0.3125rem;
    width: 0.875rem;
    height: 0.875rem;
    border: 2px solid #ffffff;
  }
  /* Module: S */
  .banner-homepage {
    height: 27.25rem;
  }
  .banner-homepage__content {
    padding-top: 5rem;
  }
  .banner-homepage__content p {
    font-size: 2.5rem;
    line-height: 2.9375rem;
  }
  .banner-homepage__content a {
    margin-top: 1.875rem;
  }
  /* Module: S */
  .block {
    padding: 1.875rem 2.5rem 2.5rem 2.5rem;
    margin: 1.875rem 0;
  }
  .block-50 {
    padding: 1.875rem 2.5rem;
    margin-top: 0.625rem;
    max-width: 50%;
  }
  /* Module: S */
  .breadcrumbs a {
    font-size: 0.875em;
    line-height: 1.86;
  }
  .breadcrumbs a:before {
    display: none;
  }
  .breadcrumbs span {
    font-size: 0.875em;
    line-height: 1.86;
  }
  .breadcrumbs li {
    display: block;
    position: relative;
    padding-right: 2.5rem;
  }
  .breadcrumbs li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.75rem;
    margin-top: 0.1875rem;
    content: url(../mysource_files/arrow-white.svg);
    width: 0.9375rem;
    height: 0.6875rem;
    display: inline-block;
  }
  .breadcrumbs li:last-child:after {
    display: none;
  }
  /* Module: S */
  .download-links ul {
    margin-top: 1.5rem;
  }
  /* Module: S */
  .downloads {
    margin: 1.875rem 0 2.5rem 0;
    padding: 0 1.5rem;
  }
  .downloads__results {
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
  }
  .downloads__item {
    padding: 1.875rem 0;
  }
  .downloads__image {
    display: block;
    float: left;
    width: 20%;
  }
  .downloads__image img {
    width: 5rem;
    display: block;
  }
  .downloads__info {
    float: left;
    max-width: 26.25rem;
    width: 45%;
    padding-right: 3.5rem;
  }
  .downloads__description {
    padding: 0;
    float: left;
    width: 35%;
  }
  .downloads__description button {
    display: none;
  }
  .downloads__text {
    padding-top: 0;
    display: block;
  }
  .downloads__all {
    padding: 1.875rem 0;
  }
  .downloads-simple .downloads__info {
    width: 50%;
  }
  .downloads-simple .downloads__description {
    width: 50%;
  }
  /* Module: S */
  .dataTables_wrapper .dataTables_filter input {
    min-width: 17.5rem;
  }
  /* Module: S */
  .events-list {
    padding-bottom: 1.875rem;
    margin-top: -1.875rem;
  }
  .events-list + .pagination {
    padding: 1.75rem 0;
  }
  .events-list__item {
    padding: 1.875rem 0;
    min-height: 7.875rem;
  }
  .events-list__date {
    top: 1.875rem;
  }
  .events-list__day {
    font-size: 3.063em;
    line-height: 1;
  }
  .events-list__title {
    padding: 0 0 1.25rem 5.9375rem;
  }
  .events-list__info {
    padding: 0 0 1.25rem 5.9375rem;
  }
  .events-list__text {
    display: block;
    padding: 0 0 0 5.9375rem;
  }
  /* Module: S */
  .events h2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
  }
  .events__item {
    min-height: 6.625rem;
  }
  .events__date {
    flex-basis: 17.5%;
  }
  .events__date:after {
    bottom: 0.125rem;
  }
  .events__day {
    font-size: 3.063em;
    line-height: 1;
  }
  .events__title {
    flex-basis: 50%;
    padding-right: 1.875rem;
  }
  .events__info {
    flex-basis: 32.5%;
    margin: 0;
  }
  /* Module: S */
  .drive-standards {
    margin: 3.25rem 0 3.25rem;
  }
  .drive-standards__section-title {
    font-size: 2.25rem;
    margin: 0 0 2.6875rem;
    line-height: 2.625rem;
  }
  /* Module: S */
  .form {
    padding: 1.875rem 0;
  }
  .form-side {
    padding-top: 0;
  }
  .form-clear {
    padding-top: 0;
  }
  .form .padding {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .form .padding-top {
    padding-top: 1.875rem;
  }
  .form .padding-bottom {
    padding-bottom: 1.875rem;
  }
  /* Module: S */
  .link-tiles {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .link-tiles__section-title {
    margin: 2.125rem 0 0.6875rem;
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  .link-tiles__item {
    padding: 0.9375rem 1rem;
    width: 50%;
  }
  .link-tiles__item:nth-child(2n+1) {
    clear: left;
  }
  /* Module: S */
  .links-inline__container {
    margin-top: 1.375rem;
  }
  .links-inline__title {
    padding-bottom: 1.75rem;
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
  /* Module: S */
  .news-list {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.9375rem -0.375rem 0 -0.375rem;
    padding-bottom: 1.875rem;
  }
  .no-js .news-list,
  .no-flexbox .news-list {
    display: table;
  }
  .flexbox .news-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .news-list + .pagination {
    padding: 1.75rem 0;
  }
  .news-list__item {
    width: 33.333%;
    padding: 0.9375rem 0.375rem;
  }
  .news-list__item-large {
    width: 50%;
    padding-bottom: 2.8125rem;
  }
  .news-list__item-large:nth-child(1) {
    padding-right: 0.875rem;
  }
  .news-list__item-large:nth-child(2) {
    padding-left: 0.875rem;
  }
  .news-list__item-large .news-list__title {
    font-size: 1.500em;
    line-height: 1.38;
  }
  .news-list__item-large .news-list__title a:after {
    width: 1.4375rem;
    height: 1.0625rem;
    margin-left: 0.9375rem;
  }
  .news-list__text {
    display: block;
  }
  /* Module: S */
  .news {
    margin: 0 -1rem;
  }
  .news h2 {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.5rem;
  }
  .news .news__section-title {
    padding-left: 0;
  }
  .news__item {
    padding: 1rem 1rem 1.5625rem 1rem;
    width: 50%;
  }
  .news__date {
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.79;
  }
  .news__title {
    font-size: 1.250em;
    line-height: 1.35;
  }
  .news-home .news__item {
    margin: 0;
    border: none;
    padding: 1rem 1rem 1.5625rem 1rem;
    width: 50%;
  }
  .news-type-2,
  .news-landing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 4.4375rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .news-type-2 h2,
  .news-landing h2 {
    flex-basis: 100%;
    padding-top: 1.1875rem;
    padding-bottom: 2.625rem;
    padding-left: 0.625rem;
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
  .news-type-2 .news__item-wrapper,
  .news-landing .news__item-wrapper {
    flex-basis: 50%;
    margin-bottom: 1.25rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .news-type-2 .news__item,
  .news-landing .news__item {
    margin-right: 0;
    border: 1px solid #E3E3E3;
    padding: 0;
    width: 100%;
    min-height: 0;
    height: 100%;
  }
  .news-type-2 a,
  .news-landing a {
    display: block;
    height: 100%;
  }
  .news-type-2 a:after,
  .news-landing a:after {
    position: absolute;
    right: 1.25rem;
    bottom: 1.125rem;
    margin: 0;
  }
  .news-type-2 .news__info,
  .news-landing .news__info {
    padding-bottom: 2.5rem;
  }
  .news-type-2 {
    margin-bottom: 0;
  }
  .news-type-2 .tile__title,
  .news-type-2 .tile__links {
    flex-basis: 100%;
    margin: 0 0.625rem 1.25rem;
  }
  .news-type-2 .tile__links {
    margin-bottom: 0;
    padding-top: 1.75rem;
  }
  .news-type-2 .tile__links a::after {
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: 0.625rem;
  }
  /* Module: S */
  .page-links {
    padding: 3.75rem 0 0 0;
  }
  .page-links ul {
    padding: 1.25rem 0 0 0;
  }
  .page-links li {
    padding: 0.5rem 0;
  }
  .section-navigation .page-links {
    margin-bottom: 1.9375rem;
    padding-top: 1.375rem;
  }
  .section-navigation .page-links .page-links__title {
    font-size: 1.500em;
    line-height: 1.46;
    padding-bottom: 1.25rem;
  }
  .section-navigation .page-links ul {
    padding-top: 1.375rem;
    padding-bottom: 1.5625rem;
  }
  .section-navigation .page-links li {
    padding: 0.875rem 0;
  }
  .section-navigation .page-links li.has-icon {
    padding: 0.5rem 0;
  }
  .section-navigation .page-links li a {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  /* Module: S */
  .page-navigation {
    margin-top: 3.75rem;
    padding: 0.625rem 0;
  }
  .page-navigation:after {
    display: none;
  }
  .page-navigation li:first-child a {
    padding-left: 1.875rem;
  }
  .page-navigation li:last-child a {
    padding-right: 1.875rem;
  }
  .page-navigation a {
    padding: 0.3125rem 0;
  }
  .page-navigation a span:first-child {
    width: auto;
  }
  .page-navigation a span:last-child {
    display: block;
    font-size: 1em;
    line-height: 1.63;
  }
  /* Module: S */
  .progress-bar {
    position: absolute;
    bottom: 2.875rem;
    right: 1.25rem;
    min-width: 40%;
    padding: 0;
  }
  .progress-bar ol li {
    font-size: 1em;
  }
  /* Module: S */
  .projects {
    margin-top: 1.875rem;
  }
  .projects__block {
    padding-bottom: 1.875rem;
  }
  .projects__block h2 {
    width: 50%;
    padding-bottom: 0;
  }
  .projects__block .projects__status {
    width: 50%;
    text-align: right;
    float: right;
    line-height: 2;
    padding: 0.4375rem 0;
  }
  .projects__dates {
    padding-top: 1.25rem;
    padding-right: 3.125rem;
    width: auto;
  }
  /* Module: S */
  .publication {
    padding: 0 0 2.875rem 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .no-js .publication,
  .no-flexbox .publication {
    display: table;
  }
  .flexbox .publication {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .publication__image {
    max-width: 16rem;
    min-width: 16rem;
    padding: 0 2.5rem 0 0;
  }
  .publication__image img {
    max-height: none;
    width: 13.5rem;
  }
  .publication__title {
    font-size: 2.000em;
    line-height: 1.41;
    padding-bottom: 1.25rem;
  }
  .publication__details ul {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
  .publication__details li {
    margin: 0;
    padding: 0.25rem 2.5rem 0.25rem 0;
  }
  .publication__links {
    margin-top: 1.875rem;
    padding: 1rem 0 0 0;
  }
  .publication__links ul {
    margin: 0 -2.1875rem;
  }
  .publication__links li {
    float: left;
    font-size: 1em;
    padding: 0 2.1875rem;
  }
  .publication__links span {
    padding: 0.6875rem 0;
  }
  .publication__links a {
    padding: 0.5rem 1rem;
  }
  .publication__note {
    margin-top: 1.75rem;
  }
  /* Module: S */
  .publications {
    margin-top: 1.875rem;
  }
  /* Module: S */
  .resources-block {
    margin: 3.5625rem 0 1.75rem;
    padding: 2.25rem 1.125rem 2.125rem 3rem;
  }
  .resources-block__content p,
  .resources-block__content a {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .resources-block__content ul {
    padding-left: 1.375rem;
  }
  /* Module: S */
  .review {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.25rem;
  }
  .no-js .review,
  .no-flexbox .review {
    display: table;
  }
  .flexbox .review {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .review__column {
    width: 50%;
    padding: 1.25rem;
    border-top: none;
  }
  .review__column:first-child {
    padding-top: 1.25rem;
  }
  .review__column-large {
    width: 100%;
  }
  .review__title h3 {
    padding-right: 2.125rem;
    width: auto;
  }
  .review__title a {
    float: left;
    width: auto;
  }
  .review__button {
    padding-top: 2.25rem;
  }
  /* Module: S */
  .search__more-results {
    margin-bottom: 2.5625rem;
  }
  .search-full-width {
    margin-top: 4.0625rem;
  }
  .search-full-width__title {
    margin: 0 0 1.5rem;
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
  .search-full-width input[type="text"] {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .search-full-width .search__partial-list ul {
    padding-top: 1.1875rem;
  }
  .search-full-width .search__partial-list a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .search-full-width .search__partial-list a span {
    color: #cc4c00;
  }
  /* Module: S */
  .section-tiles__title-two {
    margin: 0;
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
  .section-tiles__item-large-title .section-tiles__title {
    font-size: 2.250em;
    line-height: 1.39;
    padding: 1.875rem 0 0.875rem 0;
  }
  .section-tiles__title {
    font-size: 1.750em;
    line-height: 1.39;
    padding-top: 2.1875rem;
  }
  .section-tiles__links ul {
    margin: 0 -1.25rem;
  }
  .section-tiles__links li {
    width: 50%;
    float: left;
    padding: 0 1.25rem;
  }
  /* Module: S */
  .share a {
    font-size: 0.875em;
    line-height: 1.57;
    padding: 0.3125rem 0;
  }
  .share > div {
    float: left;
    padding-left: 2rem;
  }
  .share > div:first-child {
    padding-left: 0;
  }
  .share__bookmark a {
    padding-left: 1.375rem;
  }
  .share__bookmark a:after {
    top: 0.4375rem;
    background-size: 0.6875rem;
  }
  .share__addthis a {
    padding-left: 1.375rem;
  }
  .share__addthis a:after {
    top: 0.5rem;
    background-size: 0.8125rem;
  }
  /* Module: S */
  .side-navigation {
    margin: 1.875rem 0;
  }
  .side-navigation a {
    display: inline-block;
  }
  /* Module: S */
  .subscribe {
    padding: 0.625rem 0 1.25rem 0;
  }
  .subscribe h2 {
    padding-top: 1.875rem;
  }
  .subscribe .form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
  }
  .subscribe .form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
  }
  .subscribe .form :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff !important;
  }
  .subscribe .form :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
  }
  .subscribe .form__field {
    max-width: 37.5rem;
  }
  /* Module: S */
  .tabs {
    margin: 1.875rem 0;
  }
  .tabs__title {
    position: relative;
  }
  .tabs__title button {
    padding: 1.5625rem 2.8125rem 1.5625rem 1.25rem;
  }
  .tabs__title button:before, .tabs__title button:after {
    top: 2.3125rem;
  }
  .tabs__text {
    padding: 1.875rem 1.25rem;
  }
  /* Module: S */
  .accordion {
    margin: 1.875rem 0;
  }
  .accordion__title {
    position: relative;
  }
  .accordion__title button {
    padding: 1.5625rem 2.8125rem 1.5625rem 1.25rem;
  }
  .accordion__title button:before, .accordion__title button:after {
    top: 2.3125rem;
  }
  .accordion__text {
    padding: 1.875rem 1.25rem;
  }
  /* Module: S */
  .tile {
    padding: 1.875rem 0;
    margin-bottom: 1.875rem;
  }
  .tile-main {
    margin-bottom: 0;
  }
  .tile__image {
    padding-top: 1.875rem;
  }
  .tile__title {
    font-size: 1.750em;
    line-height: 1.43;
  }
  .tile__text {
    padding-top: 1.875rem;
  }
  .tile__info {
    padding-top: 1.875rem;
  }
  .tile__links {
    padding-top: 1.5rem;
  }
  .tile .news:not(.news-type-2)__item + .news__item {
    padding-top: 2.5rem;
  }
  .tile .news:not(.news-type-2)__title {
    font-size: 1.125em;
    line-height: 1.44;
  }
  .tile .news:not(.news-type-2)-3 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -0.75rem;
  }
  .no-js .tile .news:not(.news-type-2)-3,
  .no-flexbox .tile .news:not(.news-type-2)-3 {
    display: table;
  }
  .flexbox .tile .news:not(.news-type-2)-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tile .news:not(.news-type-2)-3 .news__item {
    flex-basis: 33.33%;
    padding: 1.875rem 0.75rem 0 0.75rem;
  }
  /* Module: S */
  .toc {
    padding: 1.875rem 0;
  }
  .toc:not(.toc-plain):not(.toc-left) {
    margin-top: -2.5rem;
    padding: 0 0 1.875rem 0;
  }
  .toc:not(.toc-plain):not(.toc-left) .toc__toggle button {
    background-position: 1.25rem 2.125rem;
    padding-left: 3.375rem;
  }
  .toc + .content > h1:first-child,
  .toc + .content > h2:first-child,
  .toc + .content > h3:first-child {
    font-size: 2.250em;
    line-height: 1.39;
    padding: 3rem 0 0.9375rem;
  }
  .toc + .content > div:first-child > h1:first-child,
  .toc + .content > div:first-child > h2:first-child,
  .toc + .content > div:first-child > h3:first-child {
    font-size: 2.250em;
    line-height: 1.39;
    padding: 3rem 0 0.9375rem;
  }
  .toc__toggle button {
    background-position: 0 2.125rem;
    font-size: 1.500em;
    padding: 1.25rem 0 1.25rem 2.125rem;
    width: 100%;
  }
  .toc__toggle button:before {
    top: 1.25rem;
  }
  .toc__toggle button svg {
    top: 2.25rem;
  }
  .toc__item {
    font-size: 1.125em;
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
  }
  .toc__item.parent {
    padding-right: 2.9375rem;
  }
  .toc.toc-left {
    padding: 0;
  }
  .toc.toc-left .toc__toggle button {
    background-position: 1.25rem 2.125rem;
    padding: 0.9375rem 0 0.875rem 2.75rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .toc.toc-left .toc__toggle button:before {
    top: 1rem;
  }
}

@media (min-width: 69em) {
  /*
--------------------
Content
--------------------
*/
  hr {
    margin: 1.5rem 0;
  }
  .alert__wrapper {
    max-width: 82.5rem;
    margin: 0 auto;
    padding: 1.25rem 2.5rem;
  }
  .section__wrapper {
    padding: 2.5rem 2.5rem;
  }
  .section__row {
    margin: 0 -1rem;
  }
  .section__column {
    width: 50%;
    float: left;
    padding: 0 1rem;
  }
  .section__column-75 {
    width: 75%;
    padding: 0 5rem 0 1rem;
  }
  .section__column-75:last-child {
    padding: 0 1rem 0 5rem;
  }
  .section__column-75 > p:first-child,
  .section__column-75 > h1:first-child,
  .section__column-75 > h2:first-child {
    padding-top: 0;
  }
  .section__column-75 .content:first-child > p:first-child,
  .section__column-75 .content:first-child > h1:first-child,
  .section__column-75 .content:first-child > h2:first-child {
    padding-top: 0;
  }
  .section__column-75 > .downloads:first-child {
    margin-top: 0;
  }
  .section__column-40 {
    width: 40%;
  }
  .section__column-60 {
    width: 60%;
  }
  .section__column-25 {
    width: 25%;
    padding: 0 0 0 1rem;
  }
  .section__column-25:last-child {
    padding: 0 1rem 0 0;
  }
  .section-merged .section__wrapper {
    padding-bottom: 0;
    margin-bottom: -2.5rem;
  }
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .grey-alert-block,
  .orange-alert-block {
    margin: 1.75rem 0;
  }
  .content .grey-alert-block, .content
  .orange-alert-block {
    margin: 2.8125rem 0 3.75rem;
  }
  .grey-alert-block__icon,
  .orange-alert-block__icon {
    margin-right: 20px;
  }
  .grey-alert-block__icon span,
  .orange-alert-block__icon span {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 38px;
  }
  .grey-alert-block__content,
  .orange-alert-block__content {
    padding-top: 0.4375rem;
    font-size: 1.125rem;
  }
  .section-navigation + .grey-alert-block, .section-navigation +
  .orange-alert-block {
    margin-top: 2.8125rem;
  }
  /* Module: S */
  .banner-carousel__item:before {
    background: -moz-linear-gradient(left, #292929 0%, rgba(41, 41, 41, 0.95) 40%, rgba(41, 41, 41, 0.8) 60%, rgba(41, 41, 41, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #292929 0%, rgba(41, 41, 41, 0.95) 40%, rgba(41, 41, 41, 0.8) 60%, rgba(41, 41, 41, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #292929 0%, rgba(41, 41, 41, 0.95) 40%, rgba(41, 41, 41, 0.8) 60%, rgba(41, 41, 41, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .banner-carousel__info {
    padding: 6.25rem 2.5rem 9.375rem 2.5rem;
  }
  .banner-carousel .slick-controls {
    bottom: 7.5rem;
    padding: 0 2.1875rem;
  }
  .banner-carousel-three-up {
    position: relative;
    margin: -8.875rem auto 0;
    padding: 0 1.875rem 4.6875rem;
    max-width: 82.5rem;
  }
  .banner-carousel-three-up__wrapper::before {
    top: 8.875rem;
  }
  .banner-carousel-three-up__content {
    padding: 0 0 0.4375rem;
  }
  .banner-carousel-three-up__image-wrapper {
    margin: 0 0 1.5rem;
    height: 11.5625rem;
    min-height: 11.5625rem;
  }
  .banner-carousel-three-up__title {
    margin: 0 0 0.5rem;
    padding: 0 1.5625rem;
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 400;
  }
  .banner-carousel-three-up__summary {
    margin: 0 0 0.25rem;
    padding: 0 1.5625rem;
  }
  .banner-carousel-three-up__icon {
    padding: 0 1.875rem;
  }
  .banner-carousel-three-up__icon:before {
    width: 1.3125rem;
  }
  .banner-carousel-three-up .slick-controls {
    margin-top: 2.875rem;
  }
  .banner-carousel-three-up .slick-dots li.slick-active button:after {
    border-color: #cc4c00;
  }
  .banner-carousel-three-up .slick-dots button:after {
    border: 1px solid #c4c4c4;
    background-color: transparent;
  }
  /* Module: S */
  .banner-homepage {
    height: 31.25rem;
  }
  .banner-homepage__content {
    padding-top: 6.0625rem;
  }
  /* Module: S */
  .banner {
    height: 25.9375rem;
  }
  /* Module: S */
  .breadcrumbs {
    padding-right: 15rem;
  }
  /* Module: S */
  .cart {
    position: relative;
  }
  .cart__button-top {
    display: block;
    position: absolute;
    top: 3.25rem;
    right: 0;
  }
  .cart__image {
    display: block;
    float: left;
    padding-right: 1.5rem;
  }
  .cart__image img {
    width: 6.25rem;
    display: block;
  }
  .cart__discount {
    padding-top: 0.25rem;
    padding-right: 0;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .cart__remove {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 1rem;
  }
  .cart__remove a {
    display: block;
    width: auto;
    height: auto;
    text-indent: 0;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    color: #cc4c00;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
  }
  .cart__remove a:hover, .cart__remove a:focus {
    text-decoration: underline;
  }
  .cart__remove a:before {
    display: none;
  }
  .cart__price {
    font-size: 1.125em;
    line-height: 1.33;
    padding-top: 0;
    padding-left: 0;
    width: 100%;
    text-align: left;
    position: relative;
    top: auto;
    right: auto;
  }
  .cart__quantity {
    padding-top: 0;
    position: relative;
    bottom: auto;
    top: -0.625rem;
    left: auto;
    width: 100%;
  }
  .cart__total {
    margin-left: 0;
    text-align: left;
    padding-top: 0;
  }
  .cart__total p {
    font-weight: 300;
  }
  .cart__total p.discount {
    text-decoration: line-through;
    padding-bottom: 0.75rem;
  }
  .cart__grand-total {
    padding: 1.25rem 0 2.5rem 0;
    text-align: right;
  }
  .cart__grand-total p {
    float: none;
    display: inline-block;
    width: auto;
  }
  .cart__grand-total p:first-child {
    float: none;
    padding-right: 1.875rem;
  }
  .cart__grand-total p.note {
    width: 100%;
    padding-top: 0.625rem;
  }
  .cart table {
    margin: 1.625rem 0;
  }
  .cart table thead {
    display: table-header-group;
  }
  .cart table thead tr {
    border-top: 1px solid #e3e3e3;
  }
  .cart table thead tr:first-child {
    border-top: none;
  }
  .cart table thead th {
    border: 1px solid #e3e3e3;
    font-size: 0.875em;
    font-weight: 500;
    line-height: 1.6;
    padding: 1.125rem 1.25rem;
    text-align: left;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #3c3c3c;
    border: none;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
  }
  .cart table thead th:first-child {
    border-left: none;
  }
  .cart table thead th:last-child {
    border-right: none;
  }
  .cart table tr {
    display: table-row;
  }
  .cart table td {
    display: table-cell;
    border: 1px solid #e3e3e3;
    padding: 1.875rem 1.25rem;
    vertical-align: top;
  }
  .cart table td:first-child {
    border-left: none;
  }
  .cart table td:last-child {
    border-right: none;
  }
  /* Module: S */
  .color-block__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 3.3125rem;
    padding-bottom: 3.5625rem;
  }
  .color-block__content .color-block__text {
    flex-basis: 41.875rem;
  }
  .color-block__content h2 {
    font-size: 2.5625rem;
    line-height: 3.3125rem;
  }
  .color-block__content p {
    margin: 0.375rem 0 0;
  }
  .color-block .section__wrapper:before {
    display: none;
  }
  .color-block .section__wrapper:after {
    display: none;
  }
  /* Module: S */
  .download-links ul {
    margin: 0;
  }
  .download-links ul li a {
    margin-bottom: 0;
  }
  /* Module: S */
  .downloads__count {
    padding: 1.625rem 11.25rem 1.25rem 0;
  }
  .downloads__image {
    width: 15%;
  }
  .downloads__info {
    width: 45%;
  }
  .downloads__description {
    width: 40%;
  }
  .downloads__pagination {
    padding: 0.25rem 0 1.5rem 0;
  }
  .downloads__tags {
    padding-bottom: 1.75rem;
  }
  .downloads-simple .downloads__info {
    width: 50%;
  }
  .downloads-simple .downloads__description {
    width: 50%;
  }
  /* Module: S */
  /* Module: S */
  .events__item {
    flex-wrap: nowrap;
  }
  .events__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .events__date {
    flex-basis: 20%;
  }
  .events__title {
    flex-basis: 40%;
    padding-right: 2.5rem;
  }
  .events__info {
    flex-basis: 40%;
  }
  /* Module: S */
  body.feedback-open {
    overflow: initial;
  }
  .feedback {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .feedback__toggle {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
  }
  .feedback__hide {
    display: none;
  }
  .feedback__widget {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 6.25rem;
    right: 2.5rem;
    width: 25.375rem;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.09);
    max-height: calc(100vh - 7.778rem);
  }
  .feedback__title {
    font-size: 1.500em;
    line-height: 1.46;
  }
  /* Module: S */
  .filters__header {
    font-size: 1.750em;
    line-height: 1.43;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: initial;
    padding-top: 0;
  }
  .filters__header button {
    display: none;
  }
  .filters__header span {
    opacity: 1;
  }
  .filters__main {
    display: block;
    padding-top: 0.625rem;
  }
  .filters__title button {
    width: auto;
  }
  .filters__item {
    border-bottom: none;
  }
  /* Module: S */
  .drive-standards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .drive-standards__section-title {
    flex-basis: 100%;
  }
  .drive-standards__block-one-title {
    padding: 1.6875rem 4.5625rem 1.5rem;
  }
  .drive-standards__block-one-links {
    border-right: none;
    flex-grow: 1;
  }
  .drive-standards__block-one {
    display: flex;
    flex-direction: column;
    width: 65%;
  }
  .drive-standards__block-one ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 2.875rem;
    padding-left: 4.5625rem;
  }
  .drive-standards__block-one ul li {
    margin: 0 0 0.5625rem;
    padding-right: 1.125rem;
    width: 50%;
  }
  .drive-standards__block-one a.more-info {
    padding-left: 4.5625rem;
    padding-bottom: 2.1875rem;
  }
  .drive-standards__block-two {
    width: 35%;
    margin-top: 0;
  }
  .drive-standards__block-two ul li a {
    position: relative;
    padding: 3.125rem 4.625rem 3.0625rem 3.375rem;
  }
  .drive-standards__block-two ul li a:after {
    position: absolute;
    top: 50%;
    margin-top: -0.625rem;
    right: 2.9375rem;
    width: 1.125rem;
  }
  /* Module: S */
  .footer__wrapper {
    padding: 2.25rem 2.5rem;
  }
  .footer__primary {
    float: left;
  }
  .footer__primary ul {
    padding: 0;
    margin: 0 -0.9375rem;
    float: left;
  }
  .footer__primary li {
    padding: 1rem 0.9375rem;
    float: left;
  }
  .footer__primary a {
    font-size: 0.875em;
    line-height: 1.57;
  }
  .footer__secondary {
    float: left;
    clear: left;
  }
  .footer__secondary ul {
    padding: 0;
    margin: 0 -0.625rem;
    float: left;
  }
  .footer__secondary li {
    padding: 1rem 0.625rem;
    float: left;
  }
  .footer__secondary a {
    font-size: 0.875em;
    line-height: 1.57;
  }
  .footer__label {
    font-size: 0.875em;
    line-height: 1.57;
    padding: 0.5rem 0.625rem 0.6875rem 0;
  }
  .footer__social {
    float: right;
    margin-top: 0;
    margin-right: -0.9375rem;
    padding: 0.4375rem 0;
  }
  .footer__social a:hover svg, .footer__social a:focus svg {
    fill: rgba(255, 255, 255, 0.6);
  }
  .footer__copyright {
    float: right;
    font-size: 0.875em;
    line-height: 1.57;
    padding: 1rem 0;
  }
  /* Module: S */
  .header {
    position: relative;
  }
  .header__wrapper {
    padding: 0 2.5rem;
    max-width: 82.5rem;
    margin: 0 auto;
  }
  .header__accessibility {
    display: block;
  }
  .header__toggle {
    display: none;
  }
  .header__navigation {
    float: right;
    padding-top: 3.9375rem;
  }
  .header__logo {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    float: left;
    padding: 1.1875rem 0;
  }
  .header__logo img {
    display: block;
    width: 6.9375rem;
  }
  .header__cart {
    margin: 3.9375rem 0 0 0;
    padding: 0.875rem 0 1.375rem 0.625rem;
    height: 4.75rem;
  }
  .header__cart a:hover svg g, .header__cart a:focus svg g {
    fill: #cc4c00;
  }
  .header__search {
    top: 4.8125rem;
    padding: 0;
    max-width: 82.5rem;
    margin: 0 auto;
    background-color: transparent;
    height: 2.5rem;
    z-index: auto;
  }
  .header__search.active form {
    width: 36.75rem;
  }
  .header__search form {
    left: auto;
    right: 4.375rem;
    top: 0;
    height: 2.5rem;
    width: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    z-index: 10;
    background-color: #ffffff;
  }
  .header__search input[type="text"] {
    padding: 0.5625rem 1.625rem 0.5625rem 0rem;
  }
  .header__search input[type="submit"] {
    background-position: right center;
    background-size: 1.25rem;
    width: 1.875rem;
    height: 2.5rem;
  }
  .header__search-toggle {
    margin: 3.9375rem -0.625rem 0 0;
    padding: 0.875rem 0 1.375rem 0;
    position: relative;
    z-index: 10;
  }
  .header__search-toggle:hover svg, .header__search-toggle:focus svg {
    fill: #cc4c00;
  }
  /* Module: S */
  .link-tiles {
    margin-top: 2.5625rem;
    margin-bottom: 1.8125rem;
  }
  .link-tiles__item {
    width: 20%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .link-tiles__item:nth-child(2n+1) {
    clear: none;
  }
  .link-tiles__item:nth-child(5n+1) {
    clear: left;
  }
  .link-tiles__title {
    padding-top: 1.25rem;
  }
  .link-tiles__title:after {
    display: inline-block;
    margin: 0 0 0 0.625rem;
    width: 0.9375rem;
    vertical-align: top;
    line-height: 1.5rem;
  }
  /* Module: S */
  .links-inline__container {
    margin-top: 1.375rem;
  }
  .links-inline__title {
    padding-bottom: 0.9375rem;
  }
  .links-inline__list li {
    display: inline-block;
    padding-right: 1.125rem;
    width: 33%;
  }
  .links-inline__list li a {
    margin-top: 1.625rem;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  /* Module: S */
  body {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    left: auto;
  }
  body .header {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  body.navigation-open {
    left: auto;
    overflow: auto;
  }
  body.navigation-open .header {
    left: auto;
    -webkit-transform: translateZ(0);
  }
  .navigation {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    background-color: transparent;
    z-index: 99;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    overflow: visible;
    visibility: visible;
    width: 100%;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: initial;
  }
  .navigation.active {
    left: auto;
    visibility: visible;
  }
  .navigation__wrapper {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    padding: 0;
  }
  .navigation__toggle {
    display: none;
  }
  .navigation__info {
    display: block;
    float: left;
    width: 25%;
    padding-right: 3.75rem;
  }
  .navigation__title a {
    display: block;
    font-size: 1.375em;
    font-weight: 500;
    color: #3c3533;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navigation__title a:hover, .navigation__title a:focus {
    color: #cc4c00;
  }
  .navigation__text {
    font-size: 0.875em;
    font-weight: 300;
    color: #3c3533;
    padding-top: 0.875rem;
  }
  .navigation__level-1 {
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 1;
    visibility: visible;
  }
  .navigation__level-1.search-active {
    opacity: 0;
    visibility: hidden;
  }
  .navigation__level-1 > li {
    border-bottom: none;
    float: left;
    padding: 0 0.8125rem;
  }
  .navigation__level-1 > li:hover .navigation__level-2-wrapper, .navigation__level-1 > li.open .navigation__level-2-wrapper {
    display: block;
  }
  .navigation__level-1 > li:hover .navigation__level-1-link a:after, .navigation__level-1 > li.open .navigation__level-1-link a:after {
    opacity: 1;
  }
  .navigation__level-1 > li.current {
    position: static;
  }
  .navigation__level-1 > li.current:after {
    display: none;
  }
  .navigation__level-1 > li.current .navigation__level-1-link a:after {
    opacity: 1;
  }
  .navigation__level-1-link.parent a {
    padding-right: 0.3125rem;
  }
  .navigation__level-1-link a {
    color: #000000;
    padding: 1.8125rem 0.3125rem 1.5625rem 0.3125rem;
    position: relative;
  }
  .navigation__level-1-link a:focus:after {
    opacity: 1;
  }
  .navigation__level-1-link a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.3125rem;
    right: 0.3125rem;
    height: 0.1875rem;
    background-color: #cc4c00;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .navigation__level-2 {
    padding: 0;
    margin: 0;
    float: left;
    width: 75%;
  }
  .navigation__level-2-inner {
    padding: 0 2.5rem;
    max-width: 82.5rem;
    margin: 0 auto;
  }
  .navigation__level-2-wrapper {
    position: absolute;
    top: 8.6875rem;
    left: 0;
    right: 0;
    width: auto;
    bottom: auto;
    padding: 2.125rem 2.5rem 2.375rem 2.5rem;
    background-color: #ffffff;
    visibility: visible;
    display: none;
    z-index: 9;
    box-shadow: 0 0.375rem 0.625rem -0.25rem rgba(0, 0, 0, 0.16);
  }
  .navigation__level-2-wrapper.open {
    display: block;
  }
  .navigation__level-2 > li {
    padding: 0 1.5625rem;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 33.333%;
  }
  .navigation__level-2 > li:nth-child(3n+1) {
    clear: left;
  }
  .navigation__level-2 > li a {
    color: #cc4c00;
    display: block;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.88;
    max-width: 15.625rem;
    padding: 0.625rem 0;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navigation__level-2 > li a:hover, .navigation__level-2 > li a:focus {
    color: #443d3b;
  }
  .navigation__level-2 > li a:after {
    content: url(../mysource_files/arrow-orange.svg);
    width: 0.9375rem;
    height: 0.6875rem;
    margin-left: 0.625rem;
    display: inline-block;
  }
  .navigation__secondary {
    position: relative;
    padding: 0;
  }
  .navigation__secondary ul {
    position: absolute;
    right: -6rem;
    bottom: 3.625rem;
  }
  .navigation__secondary li {
    padding: 0 0.625rem;
    margin: 0;
    list-style-type: none;
    float: left;
  }
  .navigation__secondary li a {
    color: #727272;
    padding: 0.3125rem;
  }
  .navigation__secondary li a:hover, .navigation__secondary li a:focus {
    text-decoration: underline;
  }
  /* Module: S */
  .news-landing {
    margin-bottom: 2.9375rem;
  }
  .news-landing .news__item-wrapper {
    flex-basis: 33%;
    margin-bottom: 0;
  }
  .news-landing a::after {
    right: 1.8125rem;
    bottom: 1rem;
    width: 1.3125rem;
  }
  .news-landing .news__title {
    padding-bottom: 0.8125rem;
    font-size: 1.75rem;
    line-height: 2.3125rem;
    font-weight: 400;
  }
  .news-landing .news__info {
    padding-bottom: 2.125rem;
  }
  .news-home .news__title {
    padding-bottom: 0.875rem;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6875rem;
  }
  .news-type-2 {
    display: block;
    margin: 0;
    padding: 0;
  }
  .news-type-2 .tile__title,
  .news-type-2 .tile__links {
    margin-right: 0;
    margin-left: 0;
  }
  .news-type-2 .news__item-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .news-type-2 .news__info {
    padding-top: 0.9375rem;
  }
  /* Module: S */
  .progress-bar {
    right: 2.5rem;
    bottom: 3.75rem;
    min-width: 50%;
  }
  .progress-bar ol li {
    padding-top: 0;
    padding-left: 3.3125rem;
    padding-right: 0.9375rem;
    background-color: #cc4c00;
    line-height: 1.75rem;
  }
  .progress-bar ol li:after {
    top: 0;
    left: 0.9375rem;
    margin-left: 0;
  }
  .progress-bar ol li:before {
    display: none;
  }
  .progress-bar ol li:first-child:before {
    left: 0;
    width: 50%;
    padding-right: 1.5rem;
    margin: 0;
  }
  .progress-bar ol li:last-child:before {
    right: 0;
    left: auto;
    width: 50%;
    padding-left: 1.5rem;
    margin: 0;
  }
  .progress-bar ol li span {
    display: inline;
  }
  /* Module: S */
  /* Module: S */
  .review__column {
    width: 30%;
  }
  .review__column-large {
    width: 40%;
  }
  /* Module: S */
  .search-page__tools {
    padding-bottom: 1.75rem;
  }
  .search-page__tools .form__field {
    padding-bottom: 0;
    padding-top: 2rem;
    max-width: 29.25rem;
    width: 65%;
  }
  .search-page__tools .form__field:first-child {
    float: left;
  }
  .search-page__tools .form__field-select {
    padding-bottom: 0;
    padding-top: 0;
    float: left;
    max-width: 22.5rem;
    width: 35%;
  }
  .search-page__tools .form__field-select .form__field-wrapper {
    display: inline-block;
  }
  .search-page__tools .form__field-select select {
    display: inline-block;
  }
  .search-page__tools .search__partial-list {
    top: 3.0625rem;
  }
  .search-page__filters {
    position: absolute;
    right: 2.5rem;
    top: 12rem;
    width: 25%;
    padding-left: 1.75rem;
  }
  .search-page__sort {
    padding: 0;
    margin: 0;
    position: relative;
  }
  .search-page__sort label {
    display: inline-block;
    padding: 0 0.625rem 0 0;
  }
  .search-page__sort .form__field {
    max-width: 100%;
    position: absolute;
    right: 1.5625rem;
    bottom: -6rem;
  }
  .search-page__sort .form__field-wrapper {
    display: inline-block;
  }
  .search-page__sort .form__field-select label {
    font-size: 0.875em;
    padding-right: 0.25rem;
  }
  .search-page__sort .form__field-select select {
    font-size: 0.875em;
  }
  /* Module: S */
  .search__partial-list {
    top: 4.0625rem;
    left: 0;
    right: 0;
    background-color: #ffffff;
  }
  .search__partial-list ul {
    padding: 1.75rem 0;
  }
  .search__partial-list a {
    padding: 0.625rem 1.875rem;
  }
  /* Module: S */
  .section-tiles {
    margin: -1.25rem -0.625rem;
  }
  .section-tiles__title-two {
    padding: 0 0 4.0625rem;
  }
  .section-tiles__title {
    padding-top: 1.6875rem;
    padding-bottom: 0.4375rem;
  }
  .section-tiles__item {
    padding: 1.25rem 0.625rem 2.6875rem;
    width: 50%;
  }
  .section-tiles__item:nth-child(2n+1) {
    clear: left;
  }
  /* Module: S */
  .share {
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
  }
  .share > div {
    padding-top: 0;
  }
  .share__addthis {
    display: block;
  }
  /* Module: S */
  .side-navigation {
    background-color: transparent;
    padding: 0;
    margin: -0.625rem 0 1.875rem 0;
  }
  .side-navigation ul {
    border: 1px solid #e7e7e7;
  }
  .side-navigation a {
    font-size: 1.125em;
    line-height: 1.44;
    display: block;
    padding: 0.9375rem 3.75rem 0.9375rem 1.375rem;
    position: relative;
  }
  .side-navigation a:after {
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 1.375rem;
    bottom: 0;
  }
  .side-navigation__title {
    display: block;
    font-size: 1.500em;
    font-weight: 300;
    line-height: 1.46;
    padding: 0.625rem 0 0.625rem 2rem;
    position: relative;
  }
  .side-navigation__title:after {
    content: url(../mysource_files/menu.svg);
    position: absolute;
    top: 0.5625rem;
    left: 0;
    width: 1.125rem;
    height: 2.1875rem;
    display: inline-block;
  }
  /* Module: S */
  .subscribe {
    margin: 0 -1rem;
    padding: 0.8125rem 0 0 0;
  }
  .subscribe__info {
    display: inline-block;
  }
  .subscribe__info h4 {
    font-size: 36px;
    font-weight: normal;
    padding: 0;
  }
  .subscribe h2 {
    float: left;
    padding: 0 1rem;
    width: 50%;
  }
  .subscribe .form {
    float: right;
    padding: 0 0.625rem;
    width: 50%;
  }
  .subscribe .form__field {
    float: left;
    max-width: 15.625rem;
    padding: 0.3125rem 0.375rem;
    width: 50%;
  }
  .subscribe .form__field:last-child {
    float: right;
    width: auto;
  }
  .subscribe .form__field:last-child:after {
    margin-top: 1.0625rem;
  }
  .subscribe .form__field > input[type="submit"] {
    margin: 0;
  }
  /* Module: S */
  .tabs {
    border: none;
  }
  .tabs__controls {
    display: block;
  }
  .tabs__panels {
    border: 1px solid #e3e3e3;
  }
  .tabs__panels .tabs__title {
    display: none;
  }
  .tabs__item {
    border-top: none;
  }
  .tabs__title {
    float: left;
  }
  .tabs__title button {
    width: 100%;
    padding: 0.875rem 1.625rem;
    font-size: 1.125em;
    line-height: 1.44;
    border: 1px solid transparent;
  }
  .tabs__title button:before, .tabs__title button:after {
    display: none;
  }
  .tabs__title.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 1px;
    right: 1px;
    height: 1px;
    background-color: #ffffff;
  }
  .tabs__title.active button {
    border: 1px solid #e3e3e3;
    border-bottom: 1px solid transparent;
  }
  .tabs__text {
    border-top: none;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.63;
    padding: 2.25rem 1.625rem;
  }
  /* Module: S */
  .tile-homepage {
    margin: 2.8125rem 0 2.4375rem;
  }
  .tile-homepage__title a {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
  .tile-homepage__text {
    margin-top: 0.8125rem;
    padding: 0 0 2.375rem;
    border-bottom: 0.0625rem solid #e3e3e3;
  }
  .tile-homepage__item {
    display: flex;
    justify-content: space-between;
  }
  .tile-homepage__image {
    flex-basis: 45%;
    margin: 0 3.8125rem 0 0;
  }
  .tile-homepage__image img {
    max-width: none;
  }
  .tile-homepage__info {
    flex-basis: 58.5%;
  }
  .tile-homepage__links ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6875rem;
  }
  .tile-homepage__links ul li {
    flex-basis: 33.33%;
  }
  .tile-homepage__links ul li:nth-child(3n) a {
    padding-right: 0;
  }
  .tile-homepage__links ul li a {
    padding: 0.9375rem 1.125rem 0.9375rem 0;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  /* Module: S */
  .tile:first-child {
    padding-top: 0;
  }
  .tile .events__item:last-child {
    border-bottom: 1px solid #e7e7e7;
  }
  /* Module: S */
  .toc__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1.4375rem 0 0.375rem;
  }
  .toc__wrapper .search-full-width {
    margin: 0;
    width: 25rem;
  }
  .toc + .content > h1:first-child,
  .toc + .content > h2:first-child,
  .toc + .content > h3:first-child {
    padding-right: 12.5rem;
  }
  .toc + .content > div:first-child > h1:first-child,
  .toc + .content > div:first-child > h2:first-child,
  .toc + .content > div:first-child > h3:first-child {
    padding-right: 12.5rem;
  }
  .toc__toggle {
    margin: 0;
  }
  .toc__main:after {
    display: none;
  }
  .toc__main > ul {
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 0 1.625rem;
  }
  .toc__item {
    font-size: 1.125em;
    line-height: 1.38;
    padding: 0.875rem 0;
  }
  .toc:not(.toc-plain):not(.toc-left) {
    margin-top: 0;
    padding-bottom: 0;
  }
  .toc:not(.toc-plain):not(.toc-left) .toc__toggle {
    margin: 0;
    position: absolute;
    right: 2.5rem;
    top: 5.125rem;
  }
  .toc:not(.toc-plain):not(.toc-left) .toc__toggle:after {
    display: none;
  }
  .toc:not(.toc-plain):not(.toc-left) .toc__toggle button {
    color: #cc4c00;
    font-size: 1.125em;
    font-weight: 500;
    padding: 1.0625rem 0 1.0625rem 3rem;
    width: auto;
  }
  .toc:not(.toc-plain):not(.toc-left) .toc__toggle button:hover, .toc:not(.toc-plain):not(.toc-left) .toc__toggle button:focus {
    color: #413a38;
  }
  .toc:not(.toc-plain):not(.toc-left) .toc__toggle button:before {
    content: url(../mysource_files/menu-orange.svg);
    top: 1.125rem;
  }
  .toc:not(.toc-plain):not(.toc-left) .toc__toggle button svg {
    display: none;
  }
  .toc:not(.toc-plain):not(.toc-left) .toc__close {
    display: block;
  }
  .toc:not(.toc-plain):not(.toc-left) .toc__main {
    background-color: #ffffff;
    bottom: 0;
    box-shadow: -0.5rem 0 0.9375rem 0 rgba(0, 0, 0, 0.11);
    display: block;
    min-width: 56.25rem;
    overflow-y: auto;
    padding: 6.25rem 5.625rem;
    position: fixed;
    right: -85%;
    top: 0;
    visibility: hidden;
    width: 45%;
    z-index: 11;
  }
  .toc:not(.toc-plain):not(.toc-left) .toc__main > ul {
    border: 1px solid #e7e7e7;
  }
  .toc:not(.toc-plain):not(.toc-left) .toc__main.active {
    right: 0;
    visibility: visible;
  }
  .toc:not(.toc-plain):not(.toc-left) .toc__title {
    display: block;
  }
  .toc.toc-left {
    margin-top: 0;
    padding-bottom: 0;
  }
  .toc.toc-left .toc__toggle {
    margin: 0;
  }
  .toc.toc-left .toc__toggle:after {
    display: none;
  }
  .toc.toc-left .toc__toggle button {
    padding-right: 0.875rem;
    width: auto;
    -webkit-transition: color 0.3s 0s;
    -moz-transition: color 0.3s 0s;
    transition: color 0.3s 0s;
  }
  .toc.toc-left .toc__toggle button svg {
    display: none;
  }
  .toc.toc-left .toc__close {
    display: block;
  }
  .toc.toc-left .toc__main {
    background-color: #ffffff;
    bottom: 0;
    box-shadow: -0.5rem 0 0.9375rem 0 rgba(0, 0, 0, 0.11);
    display: block;
    min-width: 53.125rem;
    overflow-y: auto;
    border: none;
    padding: 6.25rem 5.625rem;
    position: fixed;
    right: -85%;
    top: 0;
    visibility: hidden;
    width: 45%;
    z-index: 11;
  }
  .toc.toc-left .toc__main > ul {
    border: 1px solid #e7e7e7;
  }
  .toc.toc-left .toc__main.active {
    right: 0;
    visibility: visible;
  }
  .toc.toc-left .toc__title {
    display: block;
  }
  .toc.toc-left .toc__item.section-title {
    padding-top: 2.4375rem;
  }
}

@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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
