/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small, .text--small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } * { box-sizing: border-box; } *:before, *:after { box-sizing: inherit; } html { background-color: white; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; overflow-x: hidden; overflow-y: scroll; text-size-adjust: 100%; } body { background: #fff; height: 100%; font-weight: 400; font-family: Georgia, Cambria, "Times New Roman", Times, serif; font-size: 16px; line-height: 24px; text-align: left; color: #205060; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; } .wrap { position: relative; width: 100%; } .wrap--guttered { padding-right: 24px; padding-left: 24px; } .wrap--guttered--s { padding-right: 12px; padding-left: 12px; } .wrap--guttered--l { padding-right: 48px; padding-left: 48px; } html { font-weight: 400; font-family: Georgia, Cambria, "Times New Roman", Times, serif; font-size: 16px; line-height: 24px; text-align: left; color: #205060; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: 32px 0 16px; } h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child { margin-top: 0; } h1, .h1 { font-weight: 700; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 32px; line-height: 40px; } @media only screen and (min-width: 600px) { h1, .h1 { font-size: 40px; line-height: 48px; } } @media only screen and (min-width: 768px) { h1, .h1 { font-size: 48px; line-height: 54px; } } @media only screen and (min-width: 992px) { h1, .h1 { font-size: 64px; line-height: 72px; } } h2, .h2 { font-weight: 700; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 24px; line-height: 32px; } @media only screen and (min-width: 600px) { h2, .h2 { font-size: 32px; line-height: 40px; } } @media only screen and (min-width: 768px) { h2, .h2 { font-size: 40px; line-height: 48px; } } @media only screen and (min-width: 992px) { h2, .h2 { font-size: 48px; line-height: 54px; } } h3, .h3 { font-weight: 700; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 20px; line-height: 28px; } @media only screen and (min-width: 600px) { h3, .h3 { font-size: 24px; line-height: 32px; } } @media only screen and (min-width: 768px) { h3, .h3 { font-size: 32px; line-height: 40px; } } @media only screen and (min-width: 992px) { h3, .h3 { font-size: 40px; line-height: 48px; } } h4, .h4 { font-weight: 700; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 16px; line-height: 24px; } @media only screen and (min-width: 600px) { h4, .h4 { font-size: 20px; line-height: 28px; } } @media only screen and (min-width: 768px) { h4, .h4 { font-size: 24px; line-height: 32px; } } @media only screen and (min-width: 992px) { h4, .h4 { font-size: 32px; line-height: 40px; } } h5, .h5 { font-weight: 700; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 16px; line-height: 24px; } @media only screen and (min-width: 768px) { h5, .h5 { font-size: 20px; line-height: 28px; } } @media only screen and (min-width: 992px) { h5, .h5 { font-size: 24px; line-height: 32px; } } h6, .h6 { font-weight: 700; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 16px; line-height: 24px; } p, ul, ol, dl { margin: 16px 0; } p:first-child, ul:first-child, ol:first-child, dl:first-child { margin-top: 0; } a { color: #00c; text-decoration: underline; } a:hover, a:focus, a:active { color: #000066; text-decoration: underline; } ul, ol { padding-left: 24px; } ul ul:first-child, ol ul:first-child, ul ol:first-child, ol ol:first-child { margin: 16px 0; } ul { list-style: square outside; } ol { list-style: decimal outside; } nav ul, nav ol { list-style: none; margin: 0; padding: 0; } dt { font-weight: 700; margin: 0; } dd { margin: 0 0 16px; } small, .text--small { font-size: 14px; line-height: 20px; } b, strong { font-weight: 700; } em, i { font-style: italic; } del, s, strike { text-decoration: line-through; } code, kbd, pre, samp { font-family: Consolas, "Liberation Mono", Courier, monospace; font-size: 12px; line-height: 18px; white-space: pre-line; white-space: pre-wrap; } pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; margin: 0 0 16px; } adress { font-style: italic; margin: 0 0 16px; } mark { background: yellow; border-radius: 2px; padding: 2px 4px; } blockquote { font-style: italic; border-left: 3px solid #afc7cf; margin: 32px 0; padding: 24px; } blockquote:first-child { margin-top: 0; } blockquote :last-child { margin-bottom: 0; } cite { font-style: italic; } hr { display: block; height: 1px; border: 0 none; border-top: 1px solid #afc7cf; margin: 24px 0; } @media only screen and (min-width: 600px) { hr { margin: 32px 0; } } @media only screen and (min-width: 768px) { hr { margin: 48px 0; } } .font-size--xxs { font-size: 10px; line-height: 14px; } .font-size--xs { font-size: 12px; line-height: 18px; } .font-size--s { font-size: 14px; line-height: 20px; } .font-size--m { font-size: 16px; line-height: 24px; } .font-size--l { font-size: 20px; line-height: 28px; } .font-size--xl { font-size: 24px; line-height: 32px; } .font-size--xxl { font-size: 32px; line-height: 40px; } .font-size--xxxl { font-size: 40px; line-height: 48px; } .font-size--4xl { font-size: 48px; line-height: 54px; } .font-size--5xl { font-size: 64px; line-height: 72px; } @media only screen and (min-width: 600px) { .text--big { font-size: 20px; line-height: 28px; } } @media only screen and (min-width: 768px) { .text--big { font-size: 24px; line-height: 32px; } } .text--serif { font-family: Georgia, Cambria, "Times New Roman", Times, serif; } .text--sans-serif { font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; } .text--light { color: rgba(32, 80, 96, 0.5); } .text--regular { font-weight: 400; } .text--bold { font-weight: 700; } .text--spaced { letter-spacing: 3px; } .text--caps { text-transform: uppercase; } .text--truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .text--tag { margin-left: 4px; padding: 2px 4px; border: 2px #205060 solid; border-radius: 4px; position: relative; } .grid { display: flex; flex-wrap: wrap; flex: 0 1 auto; flex-direction: row; } .grid .grid__cell { width: 100%; flex: 0 0 auto; } @media only screen and (min-width: 320px) { .grid .grid__cell--xxs-12 { flex-basis: 100%; max-width: 100%; } .grid .grid__cell-offset-r--xxs-12 { margin-right: 100%; } .grid .grid__cell-offset-l--xxs-12 { margin-left: 100%; } .grid .grid__cell--xxs-11 { flex-basis: 91.6667%; max-width: 91.6667%; } .grid .grid__cell-offset-r--xxs-11 { margin-right: 91.6667%; } .grid .grid__cell-offset-l--xxs-11 { margin-left: 91.6667%; } .grid .grid__cell--xxs-10 { flex-basis: 83.3334%; max-width: 83.3334%; } .grid .grid__cell-offset-r--xxs-10 { margin-right: 83.3334%; } .grid .grid__cell-offset-l--xxs-10 { margin-left: 83.3334%; } .grid .grid__cell--xxs-9 { flex-basis: 75%; max-width: 75%; } .grid .grid__cell-offset-r--xxs-9 { margin-right: 75%; } .grid .grid__cell-offset-l--xxs-9 { margin-left: 75%; } .grid .grid__cell--xxs-8 { flex-basis: 66.6667%; max-width: 66.6667%; } .grid .grid__cell-offset-r--xxs-8 { margin-right: 66.6667%; } .grid .grid__cell-offset-l--xxs-8 { margin-left: 66.6667%; } .grid .grid__cell--xxs-7 { flex-basis: 58.3334%; max-width: 58.3334%; } .grid .grid__cell-offset-r--xxs-7 { margin-right: 58.3334%; } .grid .grid__cell-offset-l--xxs-7 { margin-left: 58.3334%; } .grid .grid__cell--xxs-6 { flex-basis: 50%; max-width: 50%; } .grid .grid__cell-offset-r--xxs-6 { margin-right: 50%; } .grid .grid__cell-offset-l--xxs-6 { margin-left: 50%; } .grid .grid__cell--xxs-5 { flex-basis: 41.6667%; max-width: 41.6667%; } .grid .grid__cell-offset-r--xxs-5 { margin-right: 41.6667%; } .grid .grid__cell-offset-l--xxs-5 { margin-left: 41.6667%; } .grid .grid__cell--xxs-4 { flex-basis: 33.3334%; max-width: 33.3334%; } .grid .grid__cell-offset-r--xxs-4 { margin-right: 33.3334%; } .grid .grid__cell-offset-l--xxs-4 { margin-left: 33.3334%; } .grid .grid__cell--xxs-3 { flex-basis: 25%; max-width: 25%; } .grid .grid__cell-offset-r--xxs-3 { margin-right: 25%; } .grid .grid__cell-offset-l--xxs-3 { margin-left: 25%; } .grid .grid__cell--xxs-2 { flex-basis: 16.6667%; max-width: 16.6667%; } .grid .grid__cell-offset-r--xxs-2 { margin-right: 16.6667%; } .grid .grid__cell-offset-l--xxs-2 { margin-left: 16.6667%; } .grid .grid__cell--xxs-1 { flex-basis: 8.3334%; max-width: 8.3334%; } .grid .grid__cell-offset-r--xxs-1 { margin-right: 8.3334%; } .grid .grid__cell-offset-l--xxs-1 { margin-left: 8.3334%; } } @media only screen and (min-width: 480px) { .grid .grid__cell--xs-12 { flex-basis: 100%; max-width: 100%; } .grid .grid__cell-offset-r--xs-12 { margin-right: 100%; } .grid .grid__cell-offset-l--xs-12 { margin-left: 100%; } .grid .grid__cell--xs-11 { flex-basis: 91.6667%; max-width: 91.6667%; } .grid .grid__cell-offset-r--xs-11 { margin-right: 91.6667%; } .grid .grid__cell-offset-l--xs-11 { margin-left: 91.6667%; } .grid .grid__cell--xs-10 { flex-basis: 83.3334%; max-width: 83.3334%; } .grid .grid__cell-offset-r--xs-10 { margin-right: 83.3334%; } .grid .grid__cell-offset-l--xs-10 { margin-left: 83.3334%; } .grid .grid__cell--xs-9 { flex-basis: 75%; max-width: 75%; } .grid .grid__cell-offset-r--xs-9 { margin-right: 75%; } .grid .grid__cell-offset-l--xs-9 { margin-left: 75%; } .grid .grid__cell--xs-8 { flex-basis: 66.6667%; max-width: 66.6667%; } .grid .grid__cell-offset-r--xs-8 { margin-right: 66.6667%; } .grid .grid__cell-offset-l--xs-8 { margin-left: 66.6667%; } .grid .grid__cell--xs-7 { flex-basis: 58.3334%; max-width: 58.3334%; } .grid .grid__cell-offset-r--xs-7 { margin-right: 58.3334%; } .grid .grid__cell-offset-l--xs-7 { margin-left: 58.3334%; } .grid .grid__cell--xs-6 { flex-basis: 50%; max-width: 50%; } .grid .grid__cell-offset-r--xs-6 { margin-right: 50%; } .grid .grid__cell-offset-l--xs-6 { margin-left: 50%; } .grid .grid__cell--xs-5 { flex-basis: 41.6667%; max-width: 41.6667%; } .grid .grid__cell-offset-r--xs-5 { margin-right: 41.6667%; } .grid .grid__cell-offset-l--xs-5 { margin-left: 41.6667%; } .grid .grid__cell--xs-4 { flex-basis: 33.3334%; max-width: 33.3334%; } .grid .grid__cell-offset-r--xs-4 { margin-right: 33.3334%; } .grid .grid__cell-offset-l--xs-4 { margin-left: 33.3334%; } .grid .grid__cell--xs-3 { flex-basis: 25%; max-width: 25%; } .grid .grid__cell-offset-r--xs-3 { margin-right: 25%; } .grid .grid__cell-offset-l--xs-3 { margin-left: 25%; } .grid .grid__cell--xs-2 { flex-basis: 16.6667%; max-width: 16.6667%; } .grid .grid__cell-offset-r--xs-2 { margin-right: 16.6667%; } .grid .grid__cell-offset-l--xs-2 { margin-left: 16.6667%; } .grid .grid__cell--xs-1 { flex-basis: 8.3334%; max-width: 8.3334%; } .grid .grid__cell-offset-r--xs-1 { margin-right: 8.3334%; } .grid .grid__cell-offset-l--xs-1 { margin-left: 8.3334%; } } @media only screen and (min-width: 600px) { .grid .grid__cell--s-12 { flex-basis: 100%; max-width: 100%; } .grid .grid__cell-offset-r--s-12 { margin-right: 100%; } .grid .grid__cell-offset-l--s-12 { margin-left: 100%; } .grid .grid__cell--s-11 { flex-basis: 91.6667%; max-width: 91.6667%; } .grid .grid__cell-offset-r--s-11 { margin-right: 91.6667%; } .grid .grid__cell-offset-l--s-11 { margin-left: 91.6667%; } .grid .grid__cell--s-10 { flex-basis: 83.3334%; max-width: 83.3334%; } .grid .grid__cell-offset-r--s-10 { margin-right: 83.3334%; } .grid .grid__cell-offset-l--s-10 { margin-left: 83.3334%; } .grid .grid__cell--s-9 { flex-basis: 75%; max-width: 75%; } .grid .grid__cell-offset-r--s-9 { margin-right: 75%; } .grid .grid__cell-offset-l--s-9 { margin-left: 75%; } .grid .grid__cell--s-8 { flex-basis: 66.6667%; max-width: 66.6667%; } .grid .grid__cell-offset-r--s-8 { margin-right: 66.6667%; } .grid .grid__cell-offset-l--s-8 { margin-left: 66.6667%; } .grid .grid__cell--s-7 { flex-basis: 58.3334%; max-width: 58.3334%; } .grid .grid__cell-offset-r--s-7 { margin-right: 58.3334%; } .grid .grid__cell-offset-l--s-7 { margin-left: 58.3334%; } .grid .grid__cell--s-6 { flex-basis: 50%; max-width: 50%; } .grid .grid__cell-offset-r--s-6 { margin-right: 50%; } .grid .grid__cell-offset-l--s-6 { margin-left: 50%; } .grid .grid__cell--s-5 { flex-basis: 41.6667%; max-width: 41.6667%; } .grid .grid__cell-offset-r--s-5 { margin-right: 41.6667%; } .grid .grid__cell-offset-l--s-5 { margin-left: 41.6667%; } .grid .grid__cell--s-4 { flex-basis: 33.3334%; max-width: 33.3334%; } .grid .grid__cell-offset-r--s-4 { margin-right: 33.3334%; } .grid .grid__cell-offset-l--s-4 { margin-left: 33.3334%; } .grid .grid__cell--s-3 { flex-basis: 25%; max-width: 25%; } .grid .grid__cell-offset-r--s-3 { margin-right: 25%; } .grid .grid__cell-offset-l--s-3 { margin-left: 25%; } .grid .grid__cell--s-2 { flex-basis: 16.6667%; max-width: 16.6667%; } .grid .grid__cell-offset-r--s-2 { margin-right: 16.6667%; } .grid .grid__cell-offset-l--s-2 { margin-left: 16.6667%; } .grid .grid__cell--s-1 { flex-basis: 8.3334%; max-width: 8.3334%; } .grid .grid__cell-offset-r--s-1 { margin-right: 8.3334%; } .grid .grid__cell-offset-l--s-1 { margin-left: 8.3334%; } } @media only screen and (min-width: 768px) { .grid .grid__cell--m-12 { flex-basis: 100%; max-width: 100%; } .grid .grid__cell-offset-r--m-12 { margin-right: 100%; } .grid .grid__cell-offset-l--m-12 { margin-left: 100%; } .grid .grid__cell--m-11 { flex-basis: 91.6667%; max-width: 91.6667%; } .grid .grid__cell-offset-r--m-11 { margin-right: 91.6667%; } .grid .grid__cell-offset-l--m-11 { margin-left: 91.6667%; } .grid .grid__cell--m-10 { flex-basis: 83.3334%; max-width: 83.3334%; } .grid .grid__cell-offset-r--m-10 { margin-right: 83.3334%; } .grid .grid__cell-offset-l--m-10 { margin-left: 83.3334%; } .grid .grid__cell--m-9 { flex-basis: 75%; max-width: 75%; } .grid .grid__cell-offset-r--m-9 { margin-right: 75%; } .grid .grid__cell-offset-l--m-9 { margin-left: 75%; } .grid .grid__cell--m-8 { flex-basis: 66.6667%; max-width: 66.6667%; } .grid .grid__cell-offset-r--m-8 { margin-right: 66.6667%; } .grid .grid__cell-offset-l--m-8 { margin-left: 66.6667%; } .grid .grid__cell--m-7 { flex-basis: 58.3334%; max-width: 58.3334%; } .grid .grid__cell-offset-r--m-7 { margin-right: 58.3334%; } .grid .grid__cell-offset-l--m-7 { margin-left: 58.3334%; } .grid .grid__cell--m-6 { flex-basis: 50%; max-width: 50%; } .grid .grid__cell-offset-r--m-6 { margin-right: 50%; } .grid .grid__cell-offset-l--m-6 { margin-left: 50%; } .grid .grid__cell--m-5 { flex-basis: 41.6667%; max-width: 41.6667%; } .grid .grid__cell-offset-r--m-5 { margin-right: 41.6667%; } .grid .grid__cell-offset-l--m-5 { margin-left: 41.6667%; } .grid .grid__cell--m-4 { flex-basis: 33.3334%; max-width: 33.3334%; } .grid .grid__cell-offset-r--m-4 { margin-right: 33.3334%; } .grid .grid__cell-offset-l--m-4 { margin-left: 33.3334%; } .grid .grid__cell--m-3 { flex-basis: 25%; max-width: 25%; } .grid .grid__cell-offset-r--m-3 { margin-right: 25%; } .grid .grid__cell-offset-l--m-3 { margin-left: 25%; } .grid .grid__cell--m-2 { flex-basis: 16.6667%; max-width: 16.6667%; } .grid .grid__cell-offset-r--m-2 { margin-right: 16.6667%; } .grid .grid__cell-offset-l--m-2 { margin-left: 16.6667%; } .grid .grid__cell--m-1 { flex-basis: 8.3334%; max-width: 8.3334%; } .grid .grid__cell-offset-r--m-1 { margin-right: 8.3334%; } .grid .grid__cell-offset-l--m-1 { margin-left: 8.3334%; } } @media only screen and (min-width: 992px) { .grid .grid__cell--l-12 { flex-basis: 100%; max-width: 100%; } .grid .grid__cell-offset-r--l-12 { margin-right: 100%; } .grid .grid__cell-offset-l--l-12 { margin-left: 100%; } .grid .grid__cell--l-11 { flex-basis: 91.6667%; max-width: 91.6667%; } .grid .grid__cell-offset-r--l-11 { margin-right: 91.6667%; } .grid .grid__cell-offset-l--l-11 { margin-left: 91.6667%; } .grid .grid__cell--l-10 { flex-basis: 83.3334%; max-width: 83.3334%; } .grid .grid__cell-offset-r--l-10 { margin-right: 83.3334%; } .grid .grid__cell-offset-l--l-10 { margin-left: 83.3334%; } .grid .grid__cell--l-9 { flex-basis: 75%; max-width: 75%; } .grid .grid__cell-offset-r--l-9 { margin-right: 75%; } .grid .grid__cell-offset-l--l-9 { margin-left: 75%; } .grid .grid__cell--l-8 { flex-basis: 66.6667%; max-width: 66.6667%; } .grid .grid__cell-offset-r--l-8 { margin-right: 66.6667%; } .grid .grid__cell-offset-l--l-8 { margin-left: 66.6667%; } .grid .grid__cell--l-7 { flex-basis: 58.3334%; max-width: 58.3334%; } .grid .grid__cell-offset-r--l-7 { margin-right: 58.3334%; } .grid .grid__cell-offset-l--l-7 { margin-left: 58.3334%; } .grid .grid__cell--l-6 { flex-basis: 50%; max-width: 50%; } .grid .grid__cell-offset-r--l-6 { margin-right: 50%; } .grid .grid__cell-offset-l--l-6 { margin-left: 50%; } .grid .grid__cell--l-5 { flex-basis: 41.6667%; max-width: 41.6667%; } .grid .grid__cell-offset-r--l-5 { margin-right: 41.6667%; } .grid .grid__cell-offset-l--l-5 { margin-left: 41.6667%; } .grid .grid__cell--l-4 { flex-basis: 33.3334%; max-width: 33.3334%; } .grid .grid__cell-offset-r--l-4 { margin-right: 33.3334%; } .grid .grid__cell-offset-l--l-4 { margin-left: 33.3334%; } .grid .grid__cell--l-3 { flex-basis: 25%; max-width: 25%; } .grid .grid__cell-offset-r--l-3 { margin-right: 25%; } .grid .grid__cell-offset-l--l-3 { margin-left: 25%; } .grid .grid__cell--l-2 { flex-basis: 16.6667%; max-width: 16.6667%; } .grid .grid__cell-offset-r--l-2 { margin-right: 16.6667%; } .grid .grid__cell-offset-l--l-2 { margin-left: 16.6667%; } .grid .grid__cell--l-1 { flex-basis: 8.3334%; max-width: 8.3334%; } .grid .grid__cell-offset-r--l-1 { margin-right: 8.3334%; } .grid .grid__cell-offset-l--l-1 { margin-left: 8.3334%; } } @media only screen and (min-width: 1280px) { .grid .grid__cell--xl-12 { flex-basis: 100%; max-width: 100%; } .grid .grid__cell-offset-r--xl-12 { margin-right: 100%; } .grid .grid__cell-offset-l--xl-12 { margin-left: 100%; } .grid .grid__cell--xl-11 { flex-basis: 91.6667%; max-width: 91.6667%; } .grid .grid__cell-offset-r--xl-11 { margin-right: 91.6667%; } .grid .grid__cell-offset-l--xl-11 { margin-left: 91.6667%; } .grid .grid__cell--xl-10 { flex-basis: 83.3334%; max-width: 83.3334%; } .grid .grid__cell-offset-r--xl-10 { margin-right: 83.3334%; } .grid .grid__cell-offset-l--xl-10 { margin-left: 83.3334%; } .grid .grid__cell--xl-9 { flex-basis: 75%; max-width: 75%; } .grid .grid__cell-offset-r--xl-9 { margin-right: 75%; } .grid .grid__cell-offset-l--xl-9 { margin-left: 75%; } .grid .grid__cell--xl-8 { flex-basis: 66.6667%; max-width: 66.6667%; } .grid .grid__cell-offset-r--xl-8 { margin-right: 66.6667%; } .grid .grid__cell-offset-l--xl-8 { margin-left: 66.6667%; } .grid .grid__cell--xl-7 { flex-basis: 58.3334%; max-width: 58.3334%; } .grid .grid__cell-offset-r--xl-7 { margin-right: 58.3334%; } .grid .grid__cell-offset-l--xl-7 { margin-left: 58.3334%; } .grid .grid__cell--xl-6 { flex-basis: 50%; max-width: 50%; } .grid .grid__cell-offset-r--xl-6 { margin-right: 50%; } .grid .grid__cell-offset-l--xl-6 { margin-left: 50%; } .grid .grid__cell--xl-5 { flex-basis: 41.6667%; max-width: 41.6667%; } .grid .grid__cell-offset-r--xl-5 { margin-right: 41.6667%; } .grid .grid__cell-offset-l--xl-5 { margin-left: 41.6667%; } .grid .grid__cell--xl-4 { flex-basis: 33.3334%; max-width: 33.3334%; } .grid .grid__cell-offset-r--xl-4 { margin-right: 33.3334%; } .grid .grid__cell-offset-l--xl-4 { margin-left: 33.3334%; } .grid .grid__cell--xl-3 { flex-basis: 25%; max-width: 25%; } .grid .grid__cell-offset-r--xl-3 { margin-right: 25%; } .grid .grid__cell-offset-l--xl-3 { margin-left: 25%; } .grid .grid__cell--xl-2 { flex-basis: 16.6667%; max-width: 16.6667%; } .grid .grid__cell-offset-r--xl-2 { margin-right: 16.6667%; } .grid .grid__cell-offset-l--xl-2 { margin-left: 16.6667%; } .grid .grid__cell--xl-1 { flex-basis: 8.3334%; max-width: 8.3334%; } .grid .grid__cell-offset-r--xl-1 { margin-right: 8.3334%; } .grid .grid__cell-offset-l--xl-1 { margin-left: 8.3334%; } } @media only screen and (min-width: 1440px) { .grid .grid__cell--xxl-12 { flex-basis: 100%; max-width: 100%; } .grid .grid__cell-offset-r--xxl-12 { margin-right: 100%; } .grid .grid__cell-offset-l--xxl-12 { margin-left: 100%; } .grid .grid__cell--xxl-11 { flex-basis: 91.6667%; max-width: 91.6667%; } .grid .grid__cell-offset-r--xxl-11 { margin-right: 91.6667%; } .grid .grid__cell-offset-l--xxl-11 { margin-left: 91.6667%; } .grid .grid__cell--xxl-10 { flex-basis: 83.3334%; max-width: 83.3334%; } .grid .grid__cell-offset-r--xxl-10 { margin-right: 83.3334%; } .grid .grid__cell-offset-l--xxl-10 { margin-left: 83.3334%; } .grid .grid__cell--xxl-9 { flex-basis: 75%; max-width: 75%; } .grid .grid__cell-offset-r--xxl-9 { margin-right: 75%; } .grid .grid__cell-offset-l--xxl-9 { margin-left: 75%; } .grid .grid__cell--xxl-8 { flex-basis: 66.6667%; max-width: 66.6667%; } .grid .grid__cell-offset-r--xxl-8 { margin-right: 66.6667%; } .grid .grid__cell-offset-l--xxl-8 { margin-left: 66.6667%; } .grid .grid__cell--xxl-7 { flex-basis: 58.3334%; max-width: 58.3334%; } .grid .grid__cell-offset-r--xxl-7 { margin-right: 58.3334%; } .grid .grid__cell-offset-l--xxl-7 { margin-left: 58.3334%; } .grid .grid__cell--xxl-6 { flex-basis: 50%; max-width: 50%; } .grid .grid__cell-offset-r--xxl-6 { margin-right: 50%; } .grid .grid__cell-offset-l--xxl-6 { margin-left: 50%; } .grid .grid__cell--xxl-5 { flex-basis: 41.6667%; max-width: 41.6667%; } .grid .grid__cell-offset-r--xxl-5 { margin-right: 41.6667%; } .grid .grid__cell-offset-l--xxl-5 { margin-left: 41.6667%; } .grid .grid__cell--xxl-4 { flex-basis: 33.3334%; max-width: 33.3334%; } .grid .grid__cell-offset-r--xxl-4 { margin-right: 33.3334%; } .grid .grid__cell-offset-l--xxl-4 { margin-left: 33.3334%; } .grid .grid__cell--xxl-3 { flex-basis: 25%; max-width: 25%; } .grid .grid__cell-offset-r--xxl-3 { margin-right: 25%; } .grid .grid__cell-offset-l--xxl-3 { margin-left: 25%; } .grid .grid__cell--xxl-2 { flex-basis: 16.6667%; max-width: 16.6667%; } .grid .grid__cell-offset-r--xxl-2 { margin-right: 16.6667%; } .grid .grid__cell-offset-l--xxl-2 { margin-left: 16.6667%; } .grid .grid__cell--xxl-1 { flex-basis: 8.3334%; max-width: 8.3334%; } .grid .grid__cell-offset-r--xxl-1 { margin-right: 8.3334%; } .grid .grid__cell-offset-l--xxl-1 { margin-left: 8.3334%; } } @media only screen and (min-width: 1600px) { .grid .grid__cell--xxxl-12 { flex-basis: 100%; max-width: 100%; } .grid .grid__cell-offset-r--xxxl-12 { margin-right: 100%; } .grid .grid__cell-offset-l--xxxl-12 { margin-left: 100%; } .grid .grid__cell--xxxl-11 { flex-basis: 91.6667%; max-width: 91.6667%; } .grid .grid__cell-offset-r--xxxl-11 { margin-right: 91.6667%; } .grid .grid__cell-offset-l--xxxl-11 { margin-left: 91.6667%; } .grid .grid__cell--xxxl-10 { flex-basis: 83.3334%; max-width: 83.3334%; } .grid .grid__cell-offset-r--xxxl-10 { margin-right: 83.3334%; } .grid .grid__cell-offset-l--xxxl-10 { margin-left: 83.3334%; } .grid .grid__cell--xxxl-9 { flex-basis: 75%; max-width: 75%; } .grid .grid__cell-offset-r--xxxl-9 { margin-right: 75%; } .grid .grid__cell-offset-l--xxxl-9 { margin-left: 75%; } .grid .grid__cell--xxxl-8 { flex-basis: 66.6667%; max-width: 66.6667%; } .grid .grid__cell-offset-r--xxxl-8 { margin-right: 66.6667%; } .grid .grid__cell-offset-l--xxxl-8 { margin-left: 66.6667%; } .grid .grid__cell--xxxl-7 { flex-basis: 58.3334%; max-width: 58.3334%; } .grid .grid__cell-offset-r--xxxl-7 { margin-right: 58.3334%; } .grid .grid__cell-offset-l--xxxl-7 { margin-left: 58.3334%; } .grid .grid__cell--xxxl-6 { flex-basis: 50%; max-width: 50%; } .grid .grid__cell-offset-r--xxxl-6 { margin-right: 50%; } .grid .grid__cell-offset-l--xxxl-6 { margin-left: 50%; } .grid .grid__cell--xxxl-5 { flex-basis: 41.6667%; max-width: 41.6667%; } .grid .grid__cell-offset-r--xxxl-5 { margin-right: 41.6667%; } .grid .grid__cell-offset-l--xxxl-5 { margin-left: 41.6667%; } .grid .grid__cell--xxxl-4 { flex-basis: 33.3334%; max-width: 33.3334%; } .grid .grid__cell-offset-r--xxxl-4 { margin-right: 33.3334%; } .grid .grid__cell-offset-l--xxxl-4 { margin-left: 33.3334%; } .grid .grid__cell--xxxl-3 { flex-basis: 25%; max-width: 25%; } .grid .grid__cell-offset-r--xxxl-3 { margin-right: 25%; } .grid .grid__cell-offset-l--xxxl-3 { margin-left: 25%; } .grid .grid__cell--xxxl-2 { flex-basis: 16.6667%; max-width: 16.6667%; } .grid .grid__cell-offset-r--xxxl-2 { margin-right: 16.6667%; } .grid .grid__cell-offset-l--xxxl-2 { margin-left: 16.6667%; } .grid .grid__cell--xxxl-1 { flex-basis: 8.3334%; max-width: 8.3334%; } .grid .grid__cell-offset-r--xxxl-1 { margin-right: 8.3334%; } .grid .grid__cell-offset-l--xxxl-1 { margin-left: 8.3334%; } } .grid--guttered { margin-right: -12px; margin-left: -12px; margin-bottom: -24px; } .grid--guttered .grid__cell { padding: 0 12px; margin-bottom: 24px; } .grid--guttered + .grid { margin-top: 24px; } .grid .grid--guttered--s { margin-right: -6px; margin-left: -6px; margin-bottom: -12px; } .grid .grid--guttered--s .grid__cell { padding: 0 6px; margin-bottom: 12px; } .grid .grid--guttered--s + .grid { margin-top: 12px; } .grid .grid--guttered--l { margin-right: -24px; margin-left: -24px; margin-bottom: -48px; } .grid .grid--guttered--l .grid__cell { padding: 0 24px; margin-bottom: 48px; } .grid .grid--guttered--l + .grid { margin-top: 48px; } img { -ms-interpolation-mode: bicubic; image-rendering: -webkit-optimize-contrast; } img, object, embed, svg { display: inline-block; vertical-align: middle; max-width: 100%; width: auto; width: auto\9; /* IE Fix */ height: auto; } figure, audio, video { margin: 0; } .mediabox { overflow: hidden; position: relative; height: 0; margin-bottom: 16px; padding-top: 100%; } .mediabox img, .mediabox iframe, .mediabox object, .mediabox embed { display: block; position: absolute; top: 50%; left: 0; z-index: 1; transform: translateY(-50%); } .mediabox iframe, .mediabox object, .mediabox embed { width: 100%; height: 100%; } .mediabox--4-3 { padding-top: 75%; } .mediabox--3-2 { padding-top: 66.6667%; } .mediabox--16-9 { padding-top: 56.25%; } .mediabox--2-1 { padding-top: 50%; } .mediabox--3-1 { padding-top: 33.3334%; } #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object { max-width: none !important; } form { margin: 0 0 16px; } fieldset { min-width: 0; border: 0 none; margin: 0; padding: 0; } fieldset > div { font-size: 0; margin: 0 0 16px; } fieldset > div > input, fieldset > div > select, fieldset > div > textarea { font-size: 16px; line-height: 24px; } label { cursor: pointer; } label, .label { font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 16px; line-height: 24px; } label--checkbox, label--radio, .label--checkbox, .label--radio { font-weight: 400; text-indent: -23px; display: inline-block; margin: 0; padding-left: 24px; margin-right: 24px !important; } @media only screen and (min-width: 600px) { label--autowidth, .label--autowidth { text-align: left !important; width: auto !important; padding-right: 0 !important; } } input, select, textarea { font-weight: inherit; font-size: inherit; font-family: inherit; color: inherit; vertical-align: baseline; } input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel], input[type=date], input[type=time], input[type=number], input[type=file], textarea, select { background: #fff; display: block; width: 100%; min-height: 42px; border: 1px solid #afc7cf; margin: 0; padding: 8px 10px; border-radius: 2px; -webkit-appearance: none; } input[type=file] { background: transparent !important; border: 0 none; padding: 0; } textarea { height: auto; min-height: 100px; vertical-align: top; } select, .select { padding-right: 48px; } select__wrapper, .select__wrapper { font-size: 16px; line-height: 24px; position: relative; } @media only screen and (min-width: 600px) { select__wrapper, .select__wrapper { display: inline-block; } } select__wrapper:after, .select__wrapper:after { content: ""; border: red; position: absolute; right: 14px; top: 14px; z-index: 1; width: 10px; height: 10px; pointer-events: none; border: 3px solid #afc7cf; border-width: 0 0 3px 3px; border-radius: 2px; transform: rotate(-45deg); } select::-ms-expand { display: none; } select:hover { border-color: #afc7cf; } select option { font-weight: 400; } input[type=checkbox], input[type=radio] { position: relative; top: -1px; margin-right: 4px; } @supports (-webkit-appearance: none) { input[type=checkbox], input[type=radio] { -webkit-appearance: none; background: #fff; position: relative; top: 2px; width: 16px; height: 16px; border: 2px solid #afc7cf; border-radius: 2px; transition: .125s; } input[type=radio] { border-radius: 50%; } input[type="checkbox"]:focus, input[type="radio"]:focus { border-color: #afc7cf; } input[type="checkbox"]:checked, input[type="radio"]:checked { position: relative; background: #205060; border-color: #205060; } input[type="checkbox"]:checked::after, input[type="radio"]:checked::after { content: ""; position: absolute; border: 3px solid #afc7cf; border-radius: 2px; } input[type="checkbox"]:checked::after { border-color: #fff; border-right: none; border-top: none; width: 10px; height: 6px; top: 2px; left: 1px; transform: rotate(-45deg); } input[type="radio"]:checked::after { border-radius: 50%; border-color: #fff; width: 4px; height: 4px; top: 3px; left: 3px; } } :disabled, [aria-disabled=true] { opacity: .375; } ::-webkit-input-placeholder { color: inherit; } ::-moz-placeholder { color: inherit; } :-ms-input-placeholder { color: inherit; } :focus:not(:focus-visible) { outline: none; } /* Normalize Fix */ input[type=search] { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* WebKit Fix */ [placeholder]:focus::-webkit-input-placeholder { color: transparent; } @media only screen and (min-width: 600px) { .flexform label, .flexform .label { display: inline-block; width: 33.3334%; } } @media only screen and (min-width: 768px) { .flexform label, .flexform .label { text-align: right; padding-right: 24px; } } @media only screen and (min-width: 600px) { .flexform input[type=text], .flexform input[type=password], .flexform input[type=search], .flexform input[type=email], .flexform input[type=url], .flexform input[type=tel], .flexform input[type=date], .flexform input[type=time], .flexform input[type=number], .flexform input[type=file], .flexform textarea, .flexform select { display: inline-block; width: 66.6667%; } } .flexform input[type=text] + span, .flexform input[type=password] + span, .flexform input[type=search] + span, .flexform input[type=email] + span, .flexform input[type=url] + span, .flexform input[type=tel] + span, .flexform input[type=date] + span, .flexform input[type=time] + span, .flexform input[type=number] + span, .flexform input[type=file] + span, .flexform textarea + span, .flexform select + span { display: inline-block; margin-top: 4px; padding: 4px 12px; } @media only screen and (min-width: 768px) { .flexform input[type=text] + span, .flexform input[type=password] + span, .flexform input[type=search] + span, .flexform input[type=email] + span, .flexform input[type=url] + span, .flexform input[type=tel] + span, .flexform input[type=date] + span, .flexform input[type=time] + span, .flexform input[type=number] + span, .flexform input[type=file] + span, .flexform textarea + span, .flexform select + span { margin-left: 33.3334%; } } .flexform textarea { resize: vertical; } @media only screen and (min-width: 600px) { .flexform select { width: auto; } } .flexform .inputs { width: 100%; } .flexform .inputs span { display: block; } @media only screen and (min-width: 600px) { .flexform .inputs { display: inline-block; width: 66.6667%; vertical-align: top; } .flexform .inputs span { margin-left: 0; } } .flexform span + .inputs { margin-left: 0; } @media only screen and (min-width: 600px) { .flexform .btn { margin-left: 33.3334%; } } .btn { -webkit-appearance: none; -moz-appearance: none; background: #205060; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 700; color: #fff; text-align: center; text-decoration: none; vertical-align: baseline; display: inline-block; width: 100%; height: 48px; border: 2px solid #205060; border-radius: 32px; padding: 0 24px; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media only screen and (min-width: 480px) { .btn { width: auto; } } .btn:hover { background: #1a404d; color: #fff; border-color: #1a404d; } .btn:active { background: #1a404d; color: #fff; border-color: #1a404d; } .btn--secondary { background: transparent; color: #205060; border-color: #205060; } .btn--secondary:hover { background: #205060; color: #fff; border-color: #205060; } .btn--secondary:active { background: #205060; color: #fff; border-color: #205060; } .btn--disabled { opacity: .375; pointer-events: none; } .btn--link { background: transparent; color: #00c; font-size: 16px; line-height: 24px; font-weight: 400; text-align: left; text-decoration: none; width: auto; height: auto; border: 0 none; padding: 0; } .btn--link:hover, .btn--link:active { color: #00c; text-decoration: underline; background: transparent; cursor: pointer; } .btn--s { font-size: 12px; height: 32px; padding: 0 16px; } .btn--l { font-size: 20px; height: 64px; padding: 0 32px; } /* Firefox Fix */ button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner { border: 0; margin: 0; padding: 0; } table { border-collapse: collapse; width: 100%; max-width: 100%; vertical-align: top; margin: 0 0 16px; } th, td { font-weight: inherit; font-family: inherit; color: inherit; text-align: left; vertical-align: top; border-bottom: 1px solid #afc7cf; padding: 16px 8px; } thead th { font-weight: 700; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; } tbody th { font-weight: 700; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; padding-left: 0; } tbody td[colspan] { text-align: center; } table#recaptcha_table, table.table-auto { table-layout: auto; } /* Responsive Table Wrapper */ .flex-table { overflow-x: auto; background-color: #fff; background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), -webkit-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0)); background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), -moz-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0)); background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), -o-linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0)); background-image: linear-gradient(left, #fff, rgba(255, 255, 255, 0)), linear-gradient(right, #fff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c3, rgba(195, 195, 195, 0)), linear-gradient(right, #c3c3c3, rgba(195, 195, 195, 0)); background-position: 0 0, 100% 0, 0 0, 100% 0; background-repeat: no-repeat; background-size: 5em 100%, 5em 100%, .2em 100%, .2em 100%; background-attachment: local, local, scroll, scroll; margin: 16px 0; } .flex-table table { margin: 0; } .maxwidth, .maxwidth--xxs, .maxwidth--xs, .maxwidth--s, .maxwidth--m, .maxwidth--l, .maxwidth--xl, .maxwidth--xxl, .maxwidth--xxxl { margin-right: auto; margin-left: auto; } .maxwidth--xxs { max-width: 320px; } .maxwidth--xs { max-width: 480px; } .maxwidth--s { max-width: 600px; } .maxwidth--m { max-width: 768px; } .maxwidth--l { max-width: 992px; } .maxwidth--xl { max-width: 1280px; } .maxwidth--xxl { max-width: 1440px; } .maxwidth--xxxl { max-width: 1600px; } .align--left { text-align: left; } .align--right { text-align: right; } .align--center { text-align: center; } .align--justify { text-align: justify; } .float--left { float: left; } .float--right { float: right; } .hide { display: none; } .show { display: block; } .invisible { visibility: hidden; } .visible { visibility: visible; } .clearfix:after { content: ''; display: table; clear: both; } .block { display: block; } .mt--0 { margin-top: 0; } .mt--xs { margin-top: 4px !important; } .mt--s { margin-top: 8px !important; } .mt--m { margin-top: 16px !important; } .mt--l { margin-top: 24px !important; } .mt--xl { margin-top: 32px !important; } .mt--xxl { margin-top: 48px !important; } .mt--xxxl { margin-top: 64px !important; } .mb--0 { margin-bottom: 0; } .mb--xs { margin-bottom: 4px !important; } .mb--s { margin-bottom: 8px !important; } .mb--m { margin-bottom: 16px !important; } .mb--l { margin-bottom: 24px !important; } .mb--xl { margin-bottom: 32px !important; } .mb--xxl { margin-bottom: 48px !important; } .mb--xxxl { margin-bottom: 64px !important; } .opacity--100 { opacity: 1; } .opacity--87_5 { opacity: .875; } .opacity--75 { opacity: .75; } .opacity--62_5 { opacity: .625; } .opacity--50 { opacity: .5; } .opacity--37_5 { opacity: .375; } .opacity--25 { opacity: .25; } .opacity--12_5 { opacity: .125; } .opacity--0 { opacity: 0; } .masthead { background: #fff; padding: 24px 0; } .masthead--sticky { position: -webkit-sticky; position: sticky; top: 0; z-index: 9999; } .logo { fill: #205060; } .content { padding: 48px 0; } @media only screen and (min-width: 992px) { .content { padding: 4.8vw 0; } } .content header { overflow: hidden; } .content--alt { background: rgba(32, 80, 96, 0.1); } /* DEMO */ .grid--demo .grid__cell__content { background: #fff; padding: 32px 2px; } .grid--demo .grid__cell__content p { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-align: center; margin: 0; padding: 0; } footer[role=contentinfo] { background: #205060; color: #fff; padding: 48px 0; } footer[role=contentinfo] a { color: #fff; } footer[role=contentinfo] a:hover { color: rgba(255, 255, 255, 0.75); } @media print { * { background: transparent !important; color: #000 !important; text-shadow: none !important; box-shadow: none !important; opacity: 1 !important; filter: none !important; -ms-filter: none !important; } @page { margin: 2cm; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { page-break-after: avoid; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p { orphans: 3; widows: 3; } a { color: #000 !important; text-decoration: underline; } 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; } }