@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Mon Aug 14 2017 15:10:25 GMT+1000 (AEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Breadcrumbs
    Font awesome
    Pagination
    Responsive tables
    S
 */
.visuallyhidden, .sr-only, .input__option > input[type="radio"],
.input__option > input[type="checkbox"] {
  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, .input__option > input.focusable[type="radio"]:active,
.input__option > input.focusable[type="checkbox"]:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus, .input__option > input.focusable[type="radio"]:focus,
.input__option > input.focusable[type="checkbox"]:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.breadcrumbs__list, .pagination, .article-navigation__list, .article-pagination__list, .questionnaires__list, .search-result__list, .tax-model__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main .highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix: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] {
  color: red;
  text-decoration: none;
}

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: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/*
--------------------
Utilities
--------------------
*/
.visuallyhidden, .sr-only, .input__option > input[type="radio"],
.input__option > input[type="checkbox"] {
  color: #fff;
  background-color: #000;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.list-reset {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.list-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.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 {
  min-height: 100%;
  height: 100%;
}

body {
  overflow-y: scroll;
  background: #fff;
  color: #363636;
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  line-height: 1.65;
  padding: 0;
  margin: 0;
}

body.inner__page {
  background: #f1f1f1;
}

img,
figure {
  max-width: 100%;
}

img.pull-right, img.pull-left,
figure.pull-right,
figure.pull-left {
  float: none;
  margin-bottom: 1rem;
}

.figure-caption img {
  width: 100%;
  display: block;
}

.figure-caption figcaption {
  margin-top: 0.375rem;
  background-color: #d9d9d9;
  padding: 0.3125rem 0.75rem;
}

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

a {
  color: #0076a2;
  text-decoration: none;
}

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

#main a[href$=".doc"]:after, #main a[href$=".docx"]:after, #main a[href$=".pdf"]:after, #main a[href$=".rtf"]:after, #main a[href$=".exe"]:after {
  display: inline-block;
  color: #fff;
  background-color: #0086B8;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.125rem 0.25rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  margin-top: -0.1875rem;
  margin-left: 3px;
}

#main a[href$=".doc"]:before, #main a[href$=".docx"]:before, #main a[href$=".pdf"]:before, #main a[href$=".rtf"]:before, #main a[href$=".exe"]:before {
  margin-left: 3px;
}

#main a[href$=".doc"]:after {
  content: 'DOC';
}

#main a[href$=".docx"]:after {
  content: 'DOCX';
}

#main a[href$=".doc"]:before, #main a[href$=".docx"]:before {
  background-image: url(mysource_files/icon-doc.svg);
}

#main a[href$=".pdf"]:after {
  content: 'PDF';
}

#main a[href$=".pdf"]:before {
  background-image: url(mysource_files/icon-pdf.svg);
}

#main a[href$=".rtf"]:after {
  content: 'RTF';
}

#main a[href$=".exe"]:after {
  content: 'EXE';
}

#main a[href$=".exe"]:before {
  background-image: url(mysource_files/icon-exe.svg);
}

#main a[rel="external"]:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 0.25rem;
  background-image: url(mysource_files/icon-external.svg);
  height: 0.875rem;
  width: 0.875rem;
  vertical-align: middle;
  margin-top: -0.25rem;
}

#main ul a {
  /*
        &[rel="external"],
        &[href$=".doc"],
        &[href$=".docx"],
        &[href$=".pdf"],
        &[href$=".rtf"],
        &[href$=".exe"] {
            &:after {
                content: none
            }
            &:before {
                content: '';
                display: inline-block;
                background-repeat: no-repeat;
                margin-right: pxToRem(6);
            }
        }
        &[href$=".doc"],
        &[href$=".docx"],
        &[href$=".pdf"],
        &[href$=".rtf"],
        &[href$=".exe"] {
            //color: #363636;
            // font-size: pxToRem(12);
            // font-family: "Montserrat", Helvetica, Arial, Sans-serif;
            // line-height: 1.25;
            // display: -webkit-inline-box;
            // display: -ms-inline-flexbox;
            // display: inline-flex;
            // -webkit-box-align: center;
            // -ms-flex-align: center;
            // align-items: center;
            // vertical-align: middle;
            &:hover,
            &:focus {
                font-weight: 600;
                text-decoration: underline;
            }
            &:before {
                height: pxToRem(16);
                width: pxToRem(16);
                background-size: contain;
                margin-right: pxToRem(5);
                margin-left: 2px;
            }
        }*/
}

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

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
#main {
  /* Tables */
  /* Lists */
  /* Highlight */
  /* Buttons */
  /* Quotes */
}

#main table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

#main caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

#main p {
  margin-top: 0;
}

#main ul:not(.pagination):not(.article-pagination__list):not(.questionnaires__list):not(.tax-model__list):not(.search-result__list) {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
}

#main ul:not(.pagination):not(.article-pagination__list):not(.questionnaires__list):not(.tax-model__list):not(.search-result__list) ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5625rem;
}

#main ul:not(.pagination):not(.article-pagination__list):not(.questionnaires__list):not(.tax-model__list):not(.search-result__list) li {
  position: relative;
  padding-left: 1.375rem;
  margin-bottom: 0.75rem;
}

#main ul:not(.pagination):not(.article-pagination__list):not(.questionnaires__list):not(.tax-model__list):not(.search-result__list) li:last-of-type {
  margin-bottom: 0;
}

#main ul:not(.pagination):not(.article-pagination__list):not(.questionnaires__list):not(.tax-model__list):not(.search-result__list) li:before {
  content: '';
  position: absolute;
  top: 0.625rem;
  left: 0;
  display: inline-block;
  background-color: #008bbf;
  border-radius: 50%;
  height: 0.3125rem;
  width: 0.3125rem;
}

#main ul:not(.pagination):not(.article-pagination__list):not(.questionnaires__list):not(.tax-model__list):not(.search-result__list) li li:before {
  border: 1px solid #008bbf;
  background-color: transparent;
}

#main .fancy-radio ul li:before {
  display: none !important;
}

#main .fancy-radio ul li {
  padding-left: 0px !important;
}

#main ol:not(.breadcrumbs__list):not(.article-navigation__list) {
  margin: 0.9375rem 0;
  padding-left: 1rem;
}

#main ol:not(.breadcrumbs__list):not(.article-navigation__list) li {
  padding-left: 0.375rem;
  margin-bottom: 0.75rem;
}

#main ol:not(.breadcrumbs__list):not(.article-navigation__list) li:last-of-type {
  margin-bottom: 0;
}

#main .pull-quote {
  border-top: 1px solid #363636;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

#main .highlight {
  background: #cccccc;
  padding: .1em .5em;
}

#main .button {
  color: #363636;
  background-color: transparent;
  font-size: 1.125rem;
  font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  border: 1px solid transparent;
  display: inline-block;
  line-height: 1.45;
  padding: .95em 1.5em;
  -webkit-transition: background-color 0.15s linear, background-image 0.15s linear, color 0.15s linear;
  -moz-transition: background-color 0.15s linear, background-image 0.15s linear, color 0.15s linear;
  transition: background-color 0.15s linear, background-image 0.15s linear, color 0.15s linear;
}

#main .button _::-webkit-full-page-media, #main .button _:future, :root #main .button {
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
  -moz-transition: background-color 0.15s linear, color 0.15s linear;
  transition: background-color 0.15s linear, color 0.15s linear;
}

#main .button:hover, #main .button:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

#main .button--primary {
  background-color: #00aeef;
  background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyLjYzNSAzMi42MzUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyLjYzNSAzMi42MzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzIuMTM1LDE2LjgxN0gwLjVjLTAuMjc2LDAtMC41LTAuMjI0LTAuNS0wLjVzMC4yMjQtMC41LDAuNS0wLjVoMzEuNjM1YzAuMjc2LDAsMC41LDAuMjI0LDAuNSwwLjUgICBTMzIuNDExLDE2LjgxNywzMi4xMzUsMTYuODE3eiIgZmlsbD0iIzAwMDAwMCIvPgoJPHBhdGggZD0iTTE5LjU5OCwyOS4zNTNjLTAuMTI4LDAtMC4yNTYtMC4wNDktMC4zNTQtMC4xNDZjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdsMTIuMTg0LTEyLjE4NEwxOS4yNDQsNC4xMzYgICBjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdzMC41MTItMC4xOTUsMC43MDcsMGwxMi41MzcsMTIuNTMzYzAuMDk0LDAuMDk0LDAuMTQ2LDAuMjIxLDAuMTQ2LDAuMzU0ICAgcy0wLjA1MywwLjI2LTAuMTQ2LDAuMzU0TDE5Ljk1MSwyOS4yMDZDMTkuODU0LDI5LjMwNCwxOS43MjYsMjkuMzUzLDE5LjU5OCwyOS4zNTN6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center right 1.5em;
  padding-right: 3.75em;
}

#main .button--primary:hover, #main .button--primary:focus, #main .button--primary.hover {
  color: #fff;
  background-color: #1f576c;
  background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyLjYzNSAzMi42MzUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyLjYzNSAzMi42MzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzIuMTM1LDE2LjgxN0gwLjVjLTAuMjc2LDAtMC41LTAuMjI0LTAuNS0wLjVzMC4yMjQtMC41LDAuNS0wLjVoMzEuNjM1YzAuMjc2LDAsMC41LDAuMjI0LDAuNSwwLjUgICBTMzIuNDExLDE2LjgxNywzMi4xMzUsMTYuODE3eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPHBhdGggZD0iTTE5LjU5OCwyOS4zNTNjLTAuMTI4LDAtMC4yNTYtMC4wNDktMC4zNTQtMC4xNDZjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdsMTIuMTg0LTEyLjE4NEwxOS4yNDQsNC4xMzYgICBjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdzMC41MTItMC4xOTUsMC43MDcsMGwxMi41MzcsMTIuNTMzYzAuMDk0LDAuMDk0LDAuMTQ2LDAuMjIxLDAuMTQ2LDAuMzU0ICAgcy0wLjA1MywwLjI2LTAuMTQ2LDAuMzU0TDE5Ljk1MSwyOS4yMDZDMTkuODU0LDI5LjMwNCwxOS43MjYsMjkuMzUzLDE5LjU5OCwyOS4zNTN6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
}

#main .button--primary[disabled] {
  color: #777;
  background-color: #cccccc;
  background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyLjYzNSAzMi42MzUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyLjYzNSAzMi42MzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzIuMTM1LDE2LjgxN0gwLjVjLTAuMjc2LDAtMC41LTAuMjI0LTAuNS0wLjVzMC4yMjQtMC41LDAuNS0wLjVoMzEuNjM1YzAuMjc2LDAsMC41LDAuMjI0LDAuNSwwLjUgICBTMzIuNDExLDE2LjgxNywzMi4xMzUsMTYuODE3eiIgZmlsbD0iIzc3Nzc3NyIvPgoJPHBhdGggZD0iTTE5LjU5OCwyOS4zNTNjLTAuMTI4LDAtMC4yNTYtMC4wNDktMC4zNTQtMC4xNDZjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdsMTIuMTg0LTEyLjE4NEwxOS4yNDQsNC4xMzYgICBjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdzMC41MTItMC4xOTUsMC43MDcsMGwxMi41MzcsMTIuNTMzYzAuMDk0LDAuMDk0LDAuMTQ2LDAuMjIxLDAuMTQ2LDAuMzU0ICAgcy0wLjA1MywwLjI2LTAuMTQ2LDAuMzU0TDE5Ljk1MSwyOS4yMDZDMTkuODU0LDI5LjMwNCwxOS43MjYsMjkuMzUzLDE5LjU5OCwyOS4zNTN6IiBmaWxsPSIjNzc3Nzc3Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
  cursor: not-allowed;
}

#main .button--secondary {
  border-color: #00aeef;
}

#main .button--secondary:hover, #main .button--secondary:focus, #main .button--secondary.hover {
  background-color: #00aeef;
}

#main .button--secondary[disabled] {
  color: #777;
  border-color: #cccccc;
  cursor: not-allowed;
}

#main .button--secondary[disabled]:hover {
  background-color: transparent;
}

#main .button--large {
  font-size: 21.6px;
  font-size: 1.35rem;
  background-size: 34px;
}

#main .button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
  background-size: 16px;
}

#main .button--search {
  background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2Ljk2NiA1Ni45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPHBhdGggZD0iTTU1LjE0Niw1MS44ODdMNDEuNTg4LDM3Ljc4NmMzLjQ4Ni00LjE0NCw1LjM5Ni05LjM1OCw1LjM5Ni0xNC43ODZjMC0xMi42ODItMTAuMzE4LTIzLTIzLTIzcy0yMywxMC4zMTgtMjMsMjMgIHMxMC4zMTgsMjMsMjMsMjNjNC43NjEsMCw5LjI5OC0xLjQzNiwxMy4xNzctNC4xNjJsMTMuNjYxLDE0LjIwOGMwLjU3MSwwLjU5MywxLjMzOSwwLjkyLDIuMTYyLDAuOTIgIGMwLjc3OSwwLDEuNTE4LTAuMjk3LDIuMDc5LTAuODM3QzU2LjI1NSw1NC45ODIsNTYuMjkzLDUzLjA4LDU1LjE0Niw1MS44ODd6IE0yMy45ODQsNmM5LjM3NCwwLDE3LDcuNjI2LDE3LDE3cy03LjYyNiwxNy0xNywxNyAgcy0xNy03LjYyNi0xNy0xN1MxNC42MSw2LDIzLjk4NCw2eiIgZmlsbD0iIzM2MzYzNiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
  background-position: center center;
  height: 3.4375rem;
  width: 3.4375rem;
  padding: 0;
  color: transparent;
}

#main .button--search:hover, #main .button--search:focus {
  color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2Ljk2NiA1Ni45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU2Ljk2NiA1Ni45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPHBhdGggZD0iTTU1LjE0Niw1MS44ODdMNDEuNTg4LDM3Ljc4NmMzLjQ4Ni00LjE0NCw1LjM5Ni05LjM1OCw1LjM5Ni0xNC43ODZjMC0xMi42ODItMTAuMzE4LTIzLTIzLTIzcy0yMywxMC4zMTgtMjMsMjMgIHMxMC4zMTgsMjMsMjMsMjNjNC43NjEsMCw5LjI5OC0xLjQzNiwxMy4xNzctNC4xNjJsMTMuNjYxLDE0LjIwOGMwLjU3MSwwLjU5MywxLjMzOSwwLjkyLDIuMTYyLDAuOTIgIGMwLjc3OSwwLDEuNTE4LTAuMjk3LDIuMDc5LTAuODM3QzU2LjI1NSw1NC45ODIsNTYuMjkzLDUzLjA4LDU1LjE0Niw1MS44ODd6IE0yMy45ODQsNmM5LjM3NCwwLDE3LDcuNjI2LDE3LDE3cy03LjYyNiwxNy0xNywxNyAgcy0xNy03LjYyNi0xNy0xN1MxNC42MSw2LDIzLjk4NCw2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
}

#main blockquote {
  font-size: 0.9375rem;
  line-height: 1.5;
  padding-left: 1.09375rem;
  margin: 2em 0 2rem 1.5rem;
  border-left: 2px solid #00aeef;
}

/*
--------------------
Modules
--------------------
*/
/* Module: Breadcrumbs */
.breadcrumbs {
  display: none;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__link {
  color: #363636;
  text-decoration: none;
}

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

.breadcrumbs__item a[rel='external']::before {
  display: none !important;
}

.breadcrumbs__divider {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 1.5rem;
}

.breadcrumbs__current {
  font-weight: bold;
}

/* Module: Font awesome */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("mysource_files/fontawesome-webfont.eot?v=4.7.0");
  src: url("mysource_files/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("mysource_files/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("mysource_files/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("mysource_files/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("mysource_files/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Module: Pagination */
.pagination {
  font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  font-weight: 400;
  margin-top: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pagination__item {
  display: block;
  margin-right: 0.625rem;
  border-bottom: 1px solid transparent;
}

.pagination__item:last-of-type {
  margin-right: 0;
}

.pagination__link,
.pagination__item > span {
  display: block;
  color: #363636;
  font-size: 0.9375rem;
  line-height: 1.45;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
}

.pagination__link:hover, .pagination__link:focus,
.pagination__item > span:hover,
.pagination__item > span:focus {
  text-decoration: none;
}

.pagination__item:not(.pagination__next):not(.pagination__previous):hover, .pagination__item:not(.pagination__next):not(.pagination__previous):focus {
  border-bottom-color: #363636;
}

.pagination__previous > span,
.pagination__previous .pagination__link,
.pagination__next > span,
.pagination__next .pagination__link {
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

.pagination__previous > span,
.pagination__next > span {
  cursor: default;
  opacity: .35;
}

.pagination__item--current,
.pagination__item--current,
.pagination__item--current {
  cursor: default;
  border-bottom-color: #00aeef !important;
}

.pagination__item--current > span:not(.visuallyhidden):not(.sr-only):not(.input__option > input[type="radio"]):not(
.input__option > input[type="checkbox"]),
.pagination__item--current > span:not(.visuallyhidden):not(.sr-only):not(.input__option > input[type="radio"]):not(
.input__option > input[type="checkbox"]),
.pagination__item--current > span:not(.visuallyhidden):not(.sr-only):not(.input__option > input[type="radio"]):not(
.input__option > input[type="checkbox"]) {
  color: #00aeef;
}

/* Module: Responsive tables */
#main table p {
  margin: 0;
}

#main table:not(.table-horizontal-heading) {
  border-top: 1px solid #00aeef;
}

#main table:not(.table-horizontal-heading) thead {
  display: none;
}

#main table:not(.table-horizontal-heading) tr {
  background-color: #e9e9e9;
  border-bottom: 1px solid #bbbbbb;
}

#main table:not(.table-horizontal-heading) tr:nth-child(even) {
  background-color: #fff;
}

#main table:not(.table-horizontal-heading) td {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0;
  margin: 0.9375rem 0.9375rem 0 0.9375rem;
  font-size: 0.9375rem;
}

#main table:not(.table-horizontal-heading) td:last-of-type {
  margin-bottom: 0.9375rem;
}

#main table:not(.table-horizontal-heading) td:before {
  content: attr(data-th);
  font-weight: 600;
  display: inline-block;
  min-width: 6.25rem;
  margin-right: 0.625rem;
}

#main table.table-horizontal-heading {
  min-width: 46.875rem;
}

#main table.table-horizontal-heading th, #main table.table-horizontal-heading td {
  font-size: 1rem;
  border-bottom: 1px solid #bbbbbb;
}

#main table.table-horizontal-heading th.active, #main table.table-horizontal-heading td.active {
  background-color: #fff;
}

#main table.table-horizontal-heading td {
  text-align: center;
  padding: 0.9375rem;
}

#main table.table-horizontal-heading td:first-of-type {
  text-align: left;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  padding: 0.75rem 0.9375rem;
  background-color: #d8d8d8;
  border-right: 1px solid #00aeef;
}

#main table.table-horizontal-heading td:first-of-type.active {
  background-color: #fff;
}

#main table.table-horizontal-heading th {
  text-align: center;
  padding: 0.9375rem;
  border-bottom: 1px solid #00aeef;
}

#main table.table-horizontal-heading th:first-of-type {
  text-align: left;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  border-right: 1px solid #00aeef;
}

#main .table-overflow {
  overflow: auto;
}

#main .table-overflow table {
  margin-top: 0;
  margin-bottom: 0;
}

#main .table-indicator {
  position: relative;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

#main .table-indicator:after, #main .table-indicator:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3.125rem;
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.25) 100%);
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.25) 100%);
  border-right: 1px solid #999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

#main .table-indicator:before {
  border-right: 0;
  border-left: 1px solid #999;
  background: -moz-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.25) 100%);
  background: -webkit-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.25) 100%);
  right: auto;
  left: 0;
}

#main .table-indicator.show-indicator-left:before {
  opacity: 1;
  visibility: visible;
}

#main .table-indicator.show-indicator-right:after {
  opacity: 1;
  visibility: visible;
}

/* Module: S */
.suggestions__container {
  background-color: #f1f1f1;
  padding-top: 2.375rem;
  padding-bottom: 1.5625rem;
}

.suggestion__tile {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.9375rem;
}

.suggestion__tile:last-of-type {
  margin-bottom: 0;
}

.suggestion__tile .suggestion__link:hover .suggestion__image,
.suggestion__tile .suggestion__link:focus .suggestion__image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.suggestion__tile:nth-child(1) .suggestion__heading, .suggestion__tile:nth-child(5n) .suggestion__heading {
  background-color: #da1e26;
}

.suggestion__tile:nth-child(1) .suggestion__link:hover .suggestion__heading,
.suggestion__tile:nth-child(1) .suggestion__link:focus .suggestion__heading, .suggestion__tile:nth-child(5n) .suggestion__link:hover .suggestion__heading,
.suggestion__tile:nth-child(5n) .suggestion__link:focus .suggestion__heading {
  background-color: #b61920;
}

.suggestion__tile:nth-child(2) .suggestion__heading, .suggestion__tile:nth-child(6n) .suggestion__heading {
  background-color: #ae3f9a;
}

.suggestion__tile:nth-child(2) .suggestion__link:hover .suggestion__heading,
.suggestion__tile:nth-child(2) .suggestion__link:focus .suggestion__heading, .suggestion__tile:nth-child(6n) .suggestion__link:hover .suggestion__heading,
.suggestion__tile:nth-child(6n) .suggestion__link:focus .suggestion__heading {
  background-color: #90347f;
}

.suggestion__tile:nth-child(3) .suggestion__heading, .suggestion__tile:nth-child(7n) .suggestion__heading {
  color: #333;
  background-color: #66b6ab;
}

.suggestion__tile:nth-child(3) .suggestion__icon, .suggestion__tile:nth-child(7n) .suggestion__icon {
  fill: #333;
}

.suggestion__tile:nth-child(3) .suggestion__link:hover .suggestion__heading,
.suggestion__tile:nth-child(3) .suggestion__link:focus .suggestion__heading, .suggestion__tile:nth-child(7n) .suggestion__link:hover .suggestion__heading,
.suggestion__tile:nth-child(7n) .suggestion__link:focus .suggestion__heading {
  background-color: #4fa599;
}

.suggestion__tile:nth-child(4) .suggestion__heading, .suggestion__tile:nth-child(8n) .suggestion__heading {
  background-color: #272274;
}

.suggestion__tile:nth-child(4) .suggestion__link:hover .suggestion__heading,
.suggestion__tile:nth-child(4) .suggestion__link:focus .suggestion__heading, .suggestion__tile:nth-child(8n) .suggestion__link:hover .suggestion__heading,
.suggestion__tile:nth-child(8n) .suggestion__link:focus .suggestion__heading {
  background-color: #272274;
}

.suggestion__question {
  font-size: 1.375rem;
  font-weight: 600;
  color: #65676e;
  margin-top: 0;
  margin-bottom: 0.9375rem;
}

.suggestion__link,
.suggestion__image {
  text-decoration: none;
  display: block;
}

.suggestion__image {
  width: 100%;
  object-fit: cover;
  min-height: 10.3125rem;
  -webkit-transition: 0.3s transform ease-in-out;
  -moz-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
}

.suggestion__heading {
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  line-height: 1.55;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.625rem 0.9375rem;
  -webkit-transition: 0.3s background-color ease-in-out;
  -moz-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}

.suggestion__icon {
  fill: #fff;
  display: block;
  float: right;
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -2px;
  margin-left: 2.8125rem;
}

/* Module: S */
.proposal__container {
  padding-top: 1.6875rem;
  padding-bottom: 2.1875rem;
}

body.inner__page .proposal__container {
  padding-bottom: 0;
}

body.inner__page .proposal__container > .page__wrapper {
  padding-left: 0;
  padding-right: 0;
}

.proposal__tile {
  position: relative;
  margin-bottom: 2.8125rem;
}

.proposal__tile:last-of-type {
  margin-bottom: 0;
}

.proposal__tile:nth-child(1):before {
  background-color: #00a99d;
}

.proposal__tile:nth-child(1) .proposal__link {
  color: #00a99d;
}

.proposal__tile:nth-child(1) .proposal__icon {
  fill: #00a99d;
}

.proposal__tile:nth-child(2):before {
  background-color: #ef3742;
}

.proposal__tile:nth-child(2) .proposal__link {
  color: #ef3742;
}

.proposal__tile:nth-child(2) .proposal__icon {
  fill: #ef3742;
}

.proposal__tile:nth-child(3):before {
  background-color: #a0c13b;
}

.proposal__tile:nth-child(3) .proposal__link {
  color: #a0c13b;
}

.proposal__tile:nth-child(3) .proposal__icon {
  fill: #a0c13b;
}

.proposal__tile:nth-child(4):before {
  background-color: #422d8c;
}

.proposal__tile:nth-child(4) .proposal__link {
  color: #422d8c;
}

.proposal__tile:nth-child(4) .proposal__icon {
  fill: #422d8c;
}

.proposal__tile:nth-child(5):before {
  background-color: #9a479a;
}

.proposal__tile:nth-child(5) .proposal__link {
  color: #9a479a;
}

.proposal__tile:nth-child(5) .proposal__icon {
  fill: #9a479a;
}

.proposal__tile:nth-child(6):before {
  background-color: #db7606;
}

.proposal__tile:nth-child(6) .proposal__link {
  color: #db7606;
}

.proposal__tile:nth-child(6) .proposal__icon {
  fill: #db7606;
}

.proposal__link {
  display: block;
  color: #181818;
  text-decoration: none;
  padding: 0.9375rem 4.0625rem 0.625rem 0.625rem;
  border-top-width: 6px;
  border-top-style: solid;
  -webkit-transition: 0.2s border-bottom-color linear, 0.2s border-top-width linear;
  -moz-transition: 0.2s border-bottom-color linear, 0.2s border-top-width linear;
  transition: 0.2s border-bottom-color linear, 0.2s border-top-width linear;
}

.three-cols .proposal__link {
  padding-top: 1.25rem;
}

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

.proposal__link:hover .proposal__heading, .proposal__link:focus .proposal__heading {
  text-decoration: underline;
}

.proposal__heading {
  color: #181818;
  font-weight: 600;
  font-size: 1.1875rem;
  letter-spacing: -0.2px;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 0;
}

.three-cols .proposal__heading {
  font-size: 1.4375rem;
}

.proposal__description {
  color: #181818;
  font-family: 'Source Sans Pro', Helvetica, Arial, Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  margin-top: 0.625rem;
}

.proposal__icon {
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.proposal__title {
  border-top: 1px solid #979797;
  font-size: 1.375rem;
  line-height: 1.45;
  padding-top: 1.5625rem;
  margin-top: 0;
  margin-bottom: 1.5625rem;
}

/* Module: S */
/* Module: S */
.alert {
  position: relative;
  display: none;
  color: #343434;
  background-color: #00aeef;
  padding: 0.875rem 0;
}

.alert__content {
  position: relative;
  color: #363636;
  font-family: 'Source Sans Pro', Helvetica, Arial, Sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.35;
  border-top: 1px solid #363636;
  padding-top: 1rem;
  margin-top: 2.75rem;
}

.alert__content:before {
  content: 'ALERT';
  font-size: 1.375rem;
  font-weight: bold;
  position: absolute;
  left: 2.1875rem;
  top: -1.875rem;
  margin-top: -0.875rem;
}

.alert__content:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.875rem;
  margin-top: -0.78125rem;
  background-image: url("mysource_files/icon-alert.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  height: 1.5625rem;
  width: 1.5625rem;
  display: block;
}

.alert__content p {
  margin: 0;
}

.alert__close {
  position: absolute;
  display: block;
  top: 0.75rem;
  right: 0.9375rem;
  border: 0;
  padding: 0.5rem 0.625rem;
  background-color: transparent;
  border-radius: 4px;
  -webkit-transition: 0.15s background-color linear;
  -moz-transition: 0.15s background-color linear;
  transition: 0.15s background-color linear;
}

.alert__close:hover, .alert__close:focus {
  background-color: rgba(0, 0, 0, 0.15);
  outline: 0;
}

.alert__icon {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

/* Module: S */
/* Module: S */
/* Module: S */
/* Module: S */
.contact__box {
  padding-top: 2.1875rem;
}

.contact__heading {
  margin-top: 0;
}

.contact__content {
  border-top: 1px solid #979797;
  margin-top: 2.1875rem;
  padding-top: 2.1875rem;
  line-height: 1.75;
}

.contact__content div {
  margin-bottom: 20px;
}

.contact__content div:last-of-type {
  margin-bottom: 0;
}

.sq-form-error.sq-captcha-error {
  display: block;
  padding: 10px 20px;
  border: 1px solid red;
  margin-bottom: 10px;
  color: red;
  text-align: center;
}

/* Module: S */
button[data-balloon] {
  overflow: visible;
}

[data-balloon] {
  position: relative;
  border-bottom: 1px dotted currentColor;
}

[data-balloon]:after {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.1s;
  -moz-transition: all 0.18s ease-out 0.1s;
  transition: all 0.18s ease-out 0.1s;
  font-family: Helvetica, Arial, sans-serif;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 13px;
  line-height: 1.45;
  padding: .5em .75em;
  position: absolute;
  width: 9rem;
  text-align: center;
  z-index: 10;
}

[data-balloon]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.1s;
  -moz-transition: all 0.18s ease-out 0.1s;
  transition: all 0.18s ease-out 0.1s;
  content: '';
  position: absolute;
  z-index: 10;
}

[data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
  opacity: 1;
  pointer-events: auto;
}

[data-balloon][data-balloon-pos="up"]:after, [data-balloon][data-balloon-pos="top"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:before, [data-balloon][data-balloon-pos="top"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after, [data-balloon][data-balloon-pos="top"]:hover:after, [data-balloon][data-balloon-pos="top"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before, [data-balloon][data-balloon-pos="top"]:hover:before, [data-balloon][data-balloon-pos="top"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='down']:after, [data-balloon][data-balloon-pos="bottom"]:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos='down']:before, [data-balloon][data-balloon-pos="bottom"]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after, [data-balloon][data-balloon-pos="bottom"]:hover:after, [data-balloon][data-balloon-pos="bottom"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before, [data-balloon][data-balloon-pos="bottom"]:hover:before, [data-balloon][data-balloon-pos="bottom"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='left']:after {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos='left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='right']:after {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos='right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* Module: S */
body.inner__page .footer {
  margin-top: 2.5rem;
}

.footer__section {
  padding: 1.25rem;
}

.footer__section > .page__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.footer-top {
  background-color: #444444;
}

.footer-bottom {
  background-color: #121212;
}

.social__item {
  margin-right: 0.75rem;
}

.social__item:last-of-type {
  margin-right: 0;
}

.logo__link {
  display: block;
  border-radius: 0.125rem;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.footer .logo__link:hover, .footer .logo__link:focus {
  outline: 0;
  background-color: #444444;
  box-shadow: 0 0 0 5px #444444;
}

.social__link {
  display: block;
  border-radius: 50%;
  -webkit-transition: 0.125s all ease-in-out;
  -moz-transition: 0.125s all ease-in-out;
  transition: 0.125s all ease-in-out;
}

.social__link:hover, .social__link:focus {
  outline: 0;
  background-color: #121212;
  box-shadow: 0 0 0 3px #121212;
}

.social__icon {
  fill: #fff;
  display: block;
  height: 2.125rem;
  width: 2.125rem;
}

.footer__link {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

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

.links__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.links__item {
  border-right: 1px solid #fff;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}

.footer-bottom .links__item {
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.links__item:last-of-type {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.social__list {
  margin-bottom: 1.875rem;
}

.logo__item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-right: 1px solid #fff;
}

.logo__item:first-of-type {
  -ms-flex-positive: .5;
  flex-grow: .5;
}

.logo__item:first-of-type .logo__icon {
  margin-left: inherit;
}

.logo__item:last-of-type {
  -ms-flex-positive: .5;
  flex-grow: .5;
  border-right: 0;
}

.logo__item:last-of-type .logo__icon {
  margin-right: inherit;
}

.logo__icon {
  display: block;
  height: 2.375rem;
  margin-left: auto;
  margin-right: auto;
}

.logo__icon.logo-canberra {
  width: 4rem;
}

.logo__icon.logo-your-say {
  width: 3.375rem;
}

.logo__icon.logo-act {
  width: 4.5rem;
}

.page__update {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 300;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

/* Module: S */
.fancy-radio {
  font-family: 'SourceSansPro-Regular', sans-serif;
  text-align: left;
  padding-bottom: 20px;
}

.fancy-radio ul {
  margin: 0 0 0 5px;
  padding: 0;
  list-style: none;
}

.fancy-radio .sq-form-field {
  position: relative;
  outline: 0;
  cursor: pointer;
}

.fancy-radio .sq-form-field:before {
  width: 19px;
  height: 19px;
  border: 1px solid #979797;
  background: #d8d8d8;
  content: ' ';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: -2px;
  margin: 0 auto 20px auto;
  z-index: 2;
}

.fancy-radio .sq-form-field--highlight:before {
  width: 21px;
  height: 21px;
  top: -3px;
  left: -3px;
  border: 3px solid #b2b2b2;
}

.fancy-radio .sq-form-field--active:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  top: 50%;
  top: 3px;
  left: 3px;
  content: ' ';
  background: #00aeef;
  position: absolute;
  z-index: 3;
}

.fancy-radio li {
  width: 100%;
  min-width: 200px;
  max-width: 273px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.fancy-radio li label {
  display: inline-block;
  margin-left: 17px;
  cursor: pointer;
  vertical-align: middle;
  line-height: 20px;
  white-space: normal;
  margin-right: 30px;
}

.fancy-radio-select {
  display: none;
}

.fancy-input {
  border: 0;
  border-bottom: 1px solid #00aeef;
  max-width: 100%;
  width: 125px;
  padding: 0 10px;
  color: #00aeef;
  outline: 0;
  margin-bottom: 2px;
}

.fancy-input:focus, .fancy-input:active {
  margin-bottom: 0;
  border-bottom: 3px solid #00aeef;
}

.blanked {
  white-space: nowrap;
  display: inline-block;
  visibility: hidden;
  position: absolute;
  bottom: 0px;
}

.fancy-input-container {
  position: relative;
  margin: 10px 0 20px 0;
  display: inline-block;
}

.fancy-input-container:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancy-input-container--faded:after {
  opacity: 0.5;
}

.fancy-input-container--million:after {
  color: #00aeef;
  position: absolute;
  content: "$0,000,000";
  top: 0;
  left: 10px;
}

.fancy-input-container--date:after {
  color: #00aeef;
  position: absolute;
  content: "dd/mm/yyyy";
  top: 0;
  left: 10px;
}

.input-description {
  position: relative;
  height: 1px;
  content: " ";
}

.input-description--date-range {
  height: 20px;
}

.form-error {
  position: relative;
  content: ' ';
}

.form-error-msg, .error_notify, .input-description__content {
  position: absolute;
  font-family: 'Lato-Regular', sans-serif;
  font-size: 14px;
  color: #d0021b;
  top: 6px;
  left: 10px;
}

.input-description__content {
  top: 0;
  color: #777;
}

.input-description__content--error {
  color: #d0021b;
}

.error_notify {
  top: auto;
  bottom: -100px;
  left: auto;
  right: -10px;
}

.fancy-select {
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.fancy-select select {
  display: none;
}

.fancy-select--ontop {
  z-index: 2;
}

.fancy-select__face {
  background: #d8d8d8;
  height: 60px;
  cursor: default;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  max-width: 312px;
  font-family: 'SourceSansPro-Regular', sans-serif;
  position: relative;
}

.fancy-select__face--active, .fancy-select__face:hover {
  background: #bfbfbf;
}

.fancy-select__face__place-holder {
  line-height: 60px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  border: 0;
  text-align: left;
  width: 100%;
  z-index: 100;
  background: transparent;
  outline: 0;
}

.fancy-select__face__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 5px;
  right: 20px;
  background: url("mysource_files/triangle-1.svg") center/cover no-repeat;
  margin: auto 0;
}

.fancy-select__options {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
  display: none;
}

.fancy-select__option {
  background: #fff;
  width: 100%;
  height: 60px;
  border: 1px solid #d8d8d8;
  border-top: 1px solid transparent;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  outline: 0;
}

.fancy-select__option:focus {
  border: 1px solid transparent;
  background: #00aeef;
}

.fancy-button-standard {
  padding: 15px 20px;
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 20px;
  background: transparent;
  margin: 20px 0 0 0;
  border: 1px solid #00aeef;
  display: table;
  outline: 0;
}

.fancy-button-standard:hover, .fancy-button-standard:focus {
  background: #00aeef;
}

/* Module: S */
.header {
  background-color: #000;
  position: relative;
}

.header:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 2.5rem;
  left: 0;
  right: 0;
  height: 10.9375rem;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}

body.inner__page .header {
  background-color: transparent;
}

body.inner__page .header:before {
  content: none;
}

.header__background {
  background-color: #000;
  background-size: cover;
  background-position: center center;
}

.header__background, .header__background:before, .header__background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header__background:after {
  background-color: #3c2b76;
  opacity: 0.55;
}

.header__inner {
  position: relative;
  z-index: 5;
}

body.inner__page .header__inner {
  margin-bottom: 2.5rem;
}

.header__categories {
  position: relative;
  z-index: 5;
  padding-bottom: 3.4375rem;
}

.category__list,
.sub-category__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.category__item,
.sub-category__item {
  min-height: 0;
  width: calc(50% - 2px);
  -webkit-transition: 0.3s min-height ease-in-out;
  -moz-transition: 0.3s min-height ease-in-out;
  transition: 0.3s min-height ease-in-out;
}

.category__item.full-width,
.sub-category__item.full-width {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .category__item,
  .sub-category__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.category__link,
.sub-category__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  color: #000;
  text-decoration: none;
  line-height: 1.25;
  border-left: 0.3125rem solid #00aeef;
  min-height: 3.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  -webkit-transition: 0.25s background-color ease-in-out, 0.25s background-image ease-in-out, 0.25s background-position ease-in-out;
  -moz-transition: 0.25s background-color ease-in-out, 0.25s background-image ease-in-out, 0.25s background-position ease-in-out;
  transition: 0.25s background-color ease-in-out, 0.25s background-image ease-in-out, 0.25s background-position ease-in-out;
}

.category__link:hover, .category__link:focus,
.active > .category__link,
.sub-category__link:hover,
.sub-category__link:focus,
.active >
.sub-category__link {
  color: #343434;
  text-decoration: none;
}

.category__link:hover .category__icon, .category__link:focus .category__icon,
.active > .category__link .category__icon,
.sub-category__link:hover .category__icon,
.sub-category__link:focus .category__icon,
.active >
.sub-category__link .category__icon {
  color: #343434;
}

.category__link {
  background-color: rgba(255, 255, 255, 0.75);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00aeef), color-stop(50%, transparent));
  background-image: -ms-linear-gradient(right, #00aeef 50%, transparent 50%);
  background-image: linear-gradient(to right, #00aeef 50%, transparent 50%);
  background-position: calc(100% - -1px) 0;
  background-size: 205% 200%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .category__link {
    background-position: 100% 0;
  }
}

.category__link:hover, .category__link:focus {
  background-position: 0 0;
}

.active > .category__link {
  background-color: #00aeef;
}

.category__icon {
  color: #9A9A9A;
  font-size: 1.25rem;
  margin-right: 0.9375rem;
  pointer-events: none;
  -webkit-transition: 0.15s color ease-in-out;
  -moz-transition: 0.15s color ease-in-out;
  transition: 0.15s color ease-in-out;
}

.category__icon.fa-home {
  font-size: 1.5rem;
}

.sub-category__list {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
}

.active > .sub-category__list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.sub-category__link {
  color: #343434;
  background-color: #00aeef;
  background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyLjYzNSAzMi42MzUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyLjYzNSAzMi42MzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzIuMTM1LDE2LjgxN0gwLjVjLTAuMjc2LDAtMC41LTAuMjI0LTAuNS0wLjVzMC4yMjQtMC41LDAuNS0wLjVoMzEuNjM1YzAuMjc2LDAsMC41LDAuMjI0LDAuNSwwLjUgICBTMzIuNDExLDE2LjgxNywzMi4xMzUsMTYuODE3eiIgZmlsbD0iIzM0MzQzNCIvPgoJPHBhdGggZD0iTTE5LjU5OCwyOS4zNTNjLTAuMTI4LDAtMC4yNTYtMC4wNDktMC4zNTQtMC4xNDZjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdsMTIuMTg0LTEyLjE4NEwxOS4yNDQsNC4xMzYgICBjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdzMC41MTItMC4xOTUsMC43MDcsMGwxMi41MzcsMTIuNTMzYzAuMDk0LDAuMDk0LDAuMTQ2LDAuMjIxLDAuMTQ2LDAuMzU0ICAgcy0wLjA1MywwLjI2LTAuMTQ2LDAuMzU0TDE5Ljk1MSwyOS4yMDZDMTkuODU0LDI5LjMwNCwxOS43MjYsMjkuMzUzLDE5LjU5OCwyOS4zNTN6IiBmaWxsPSIjMzQzNDM0Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center right 15px;
  padding-right: 2.1875rem;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.sub-category__link:hover, .sub-category__link:focus {
  color: #000;
  background-color: #009fdb;
  border-left-color: #009fdb;
}

/* Module: S */
.header__inner > .page__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: none;
  padding: 0;
}

.header__navigation {
  background-color: #343434;
  min-height: 2.5rem;
  -ms-flex-order: -1;
  order: -1;
}

.header__navigation > .page__wrapper {
  padding-left: 0;
  padding-right: 0;
}

.header__icon {
  display: block;
  fill: #fff;
  height: 1.0625rem;
  width: 1.0625rem;
}

.header__list {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__item {
  border-right: 1px solid #a6a6a6;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header__item {
    display: -ms-flexbox;
    display: flex;
  }
}

.header__item.header-search__item {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__item:last-of-type {
  border-right: 0;
}

.header__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  min-height: 2.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  -webkit-transition: 0.15s background-color ease-in-out, 0.15s color ease-in-out;
  -moz-transition: 0.15s background-color ease-in-out, 0.15s color ease-in-out;
  transition: 0.15s background-color ease-in-out, 0.15s color ease-in-out;
}

.header__link:hover, .header__link:focus {
  background-color: #2a2a2a;
  text-decoration: none;
}

.header__search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  min-height: 2.5rem;
  width: 100%;
}

.header__search:focus {
  outline: none;
}

.header-search__input {
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #fff;
  border: 0;
  padding: 0 3.125rem 0 0.9375rem;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.active > .header-search__input {
  display: block;
}

.header-search__input:focus {
  outline: 0;
}

.header-search__button {
  background-color: transparent;
  padding: 0 1.25rem;
  border: 0;
  position: relative;
  z-index: 2;
}

.header-search__icon {
  pointer-events: none;
  stroke: #fff;
}

.active .header-search__icon {
  fill: #343434;
  stroke: #343434;
}

.logo__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.inner__page .logo__container {
  background-color: #cdcdcd;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.logo__image {
  display: block;
  fill: #fff;
  width: 13.75rem;
  height: 2.125rem;
}

body.inner__page .logo__image {
  fill: #000;
}

.header-scroll__button {
  display: none;
  color: #000;
  position: absolute;
  left: 50%;
  bottom: -1.625rem;
  margin-left: -1.625rem;
  background-color: #9b9b9b;
  height: 3.25rem;
  width: 3.25rem;
  border-radius: 50%;
  -webkit-transition: 0.15s background-color ease-in-out;
  -moz-transition: 0.15s background-color ease-in-out;
  transition: 0.15s background-color ease-in-out;
}

.header-scroll__button:hover, .header-scroll__button:focus {
  background-color: #828282;
}

.header-scroll__button:before {
  content: '';
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Module: S */
.article-navigation {
  overflow: hidden;
  max-height: 3.1875rem;
  margin-bottom: 2.1875rem;
  -webkit-transition: 0.35s max-height ease-in-out;
  -moz-transition: 0.35s max-height ease-in-out;
  transition: 0.35s max-height ease-in-out;
}

.article-navigation__toggler {
  position: relative;
  color: #363636;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: left;
  height: 3.1875rem;
  padding: 0.9375rem 2.1875rem 0.9375rem 0.9375rem;
  background-color: #00aeef;
  display: block;
  width: 100%;
  border: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.125s background-color linear;
  -moz-transition: 0.125s background-color linear;
  transition: 0.125s background-color linear;
}

.article-navigation__toggler:hover, .article-navigation__toggler:focus {
  background-color: #00a5e2;
  outline: 0;
}

.article-navigation__toggler:after {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  margin-top: -0.15625rem;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #343434 transparent transparent transparent;
}

.active .article-navigation__toggler:after {
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #343434 transparent;
}

.article-navigation__list {
  background-color: #fff;
  padding: 0.3125rem 0.9375rem;
}

.article-navigation__item {
  border-bottom: 1px solid #ebebeb;
}

.article-navigation__item:last-of-type {
  border-bottom: 0;
}

.article-navigation__link {
  display: block;
  font-size: 0.9375rem;
  color: #363636;
  padding: 0.5rem 0;
  text-decoration: none;
}

.article-navigation__link.active {
  font-weight: 600;
  text-decoration: underline;
}

.article-navigation__link:focus {
  outline: 0;
}

.article-pagination {
  margin-top: 2rem;
}

.article-pagination__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-pagination__list.hide-prev {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.article-pagination__list.hide-next {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hide-prev > .article-pagination__previous {
  display: none;
}

.hide-next > .article-pagination__next {
  display: none;
}

.article-pagination__link {
  display: block;
  color: #363636;
}

.article-pagination__link:hover, .article-pagination__link:focus {
  text-decoration: none;
}

.article-pagination__indicator {
  font-size: 0.9375rem;
  font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  font-weight: 600;
  line-height: 1.25;
  width: 5.625rem;
}

.article-pagination__indicator:before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyLjYzNSAzMi42MzUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyLjYzNSAzMi42MzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzIuMTM1LDE2LjgxN0gwLjVjLTAuMjc2LDAtMC41LTAuMjI0LTAuNS0wLjVzMC4yMjQtMC41LDAuNS0wLjVoMzEuNjM1YzAuMjc2LDAsMC41LDAuMjI0LDAuNSwwLjUgICBTMzIuNDExLDE2LjgxNywzMi4xMzUsMTYuODE3eiIgZmlsbD0iIzAwYWVlZiIvPgoJPHBhdGggZD0iTTE5LjU5OCwyOS4zNTNjLTAuMTI4LDAtMC4yNTYtMC4wNDktMC4zNTQtMC4xNDZjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdsMTIuMTg0LTEyLjE4NEwxOS4yNDQsNC4xMzYgICBjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdzMC41MTItMC4xOTUsMC43MDcsMGwxMi41MzcsMTIuNTMzYzAuMDk0LDAuMDk0LDAuMTQ2LDAuMjIxLDAuMTQ2LDAuMzU0ICAgcy0wLjA1MywwLjI2LTAuMTQ2LDAuMzU0TDE5Ljk1MSwyOS4yMDZDMTkuODU0LDI5LjMwNCwxOS43MjYsMjkuMzUzLDE5LjU5OCwyOS4zNTN6IiBmaWxsPSIjMDBhZWVmIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 32px;
  height: 2rem;
  width: 5.625rem;
  margin-bottom: 0.625rem;
}

.article-pagination__previous .article-pagination__indicator:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.article-pagination__next .article-pagination__indicator {
  text-align: right;
}

.article-pagination__title {
  display: none;
}

.spinner {
  position: relative;
  margin: 4.375rem auto 0;
  width: 4.5rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}

.spinner:after {
  content: 'Loading';
  position: absolute;
  top: 100%;
  margin-top: 0.25rem;
  font-weight: 600;
  font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
}

.spinner > div {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #333;
  margin-right: 0.375rem;
  border-radius: 100%;
  display: block;
  -webkit-animation: bounceDelay 1.25s infinite ease-in-out both;
  animation: bounceDelay 1.25s infinite ease-in-out both;
}

.spinner > div:last-of-type {
  margin-right: 0;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Module: S */
.link-listing__heading {
  position: relative;
  min-height: 200px;
}

.link-listing__heading h1 {
  position: absolute;
  bottom: 0;
  margin: 0 0;
  padding: 20px 40px;
  color: #fff;
  font-weight: normal;
}

.link-listing__heading h1.red {
  background: #da1e26;
}

.link-listing__heading h1.purple {
  background: #ae3f9a;
}

.link-listing__heading h1.green {
  background: #66b6ab;
}

.link-listing__heading h1.blue {
  background: #272274;
}

.link-listing__banner {
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  margin-top: -40px;
}

.link-listing__banner .page__wrapper {
  padding-left: 0px;
  padding-right: 2.5rem;
}

/* Module: S */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("mysource_files/montserrat-light.eot");
  src: local("Montserrat Light"), local("Montserrat-Light"), url("mysource_files/montserrat-light.eot?#iefix") format("embedded-opentype"), url("mysource_files/montserrat-light.woff2") format("woff2"), url("mysource_files/montserrat-light.woff") format("woff"), url("mysource_files/montserrat-light.ttf") format("truetype"), url("mysource_files/montserrat-light.svg#Montserrat") format("svg");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("mysource_files/montserrat-regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("mysource_files/montserrat-regular.eot?#iefix") format("embedded-opentype"), url("mysource_files/montserrat-regular.woff2") format("woff2"), url("mysource_files/montserrat-regular.woff") format("woff"), url("mysource_files/montserrat-regular.ttf") format("truetype"), url("mysource_files/montserrat-regular.svg#Montserrat") format("svg");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("mysource_files/montserrat-semibold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("mysource_files/montserrat-semibold.eot?#iefix") format("embedded-opentype"), url("mysource_files/montserrat-semibold.woff2") format("woff2"), url("mysource_files/montserrat-semibold.woff") format("woff"), url("mysource_files/montserrat-semibold.ttf") format("truetype"), url("mysource_files/montserrat-semibold.svg#Montserrat") format("svg");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("mysource_files/source-sans-pro-regular.eot");
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("mysource_files/source-sans-pro-regular.eot?#iefix") format("embedded-opentype"), url("mysource_files/source-sans-pro-regular.woff2") format("woff2"), url("mysource_files/source-sans-pro-regular.woff") format("woff"), url("mysource_files/source-sans-pro-regular.ttf") format("truetype"), url("mysource_files/source-sans-pro-regular.svg#SourceSansPro") format("svg");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url("mysource_files/source-sans-pro-bold.eot");
  src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"), url("mysource_files/source-sans-pro-bold.eot?#iefix") format("embedded-opentype"), url("mysource_files/source-sans-pro-bold.woff2") format("woff2"), url("mysource_files/source-sans-pro-bold.woff") format("woff"), url("mysource_files/source-sans-pro-bold.ttf") format("truetype"), url("mysource_files/source-sans-pro-bold.svg#SourceSansPro") format("svg");
}

@font-face {
  font-family: 'Lato-Regular';
  src: url("mysource_files/Lato-Regular.ttf");
}

main {
  font-family: 'Source Sans Pro', Helvetica, Arial, Sans-serif;
  font-size: 0.9375rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2.5rem;
  font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  line-height: 1.3;
}

h2 {
  font-size: 1.6875rem;
  font-weight: 400;
  margin-bottom: 0.9375rem;
}

h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

h5 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.page__wrapper {
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}

body.inner__page #main .page__wrapper {
  max-width: 67.5rem;
}

#main .page__wrapper > h1:first-child,
#main .page__wrapper > h2:first-child,
#main .page__wrapper > h3:first-child,
#main .page__wrapper > h4:first-child,
#main .page__wrapper > h5:first-child,
#main .page__wrapper > h6:first-child {
  margin-top: 0;
}

.page__heading {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.1875rem;
}

.page__heading:after {
  content: '';
  display: block;
  height: 1px;
  width: 3.125rem;
  background-color: #00aeef;
  margin-top: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.main {
  max-width: 1440px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  background: #f1f1f1;
}

.standard-btn {
  margin: 0 auto;
  padding: 15px 25px;
  background: #00aeef;
  border: 0;
  outline: 0;
  position: relative;
  color: #343434;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.standard-btn:hover, .standard-btn:active, .standard-btn:focus {
  color: white;
  background: #1f576c;
}

.ease-it-150 {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.ease-it-300 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ease-it-500 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ease-it-650 {
  -webkit-transition: all 0.65s ease;
  -moz-transition: all 0.65s ease;
  -o-transition: all 0.65s ease;
  -ms-transition: all 0.65s ease;
  transition: all 0.65s ease;
}

.ease-it-800 {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.ease-it-1000 {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.ease-it-1200 {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.ease-it-1500 {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.ease-it-0 {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}

.rotate-it {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.ease-it-none {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.form__group {
  margin-bottom: 2.1875rem;
}

.form__group:last-of-type {
  margin-bottom: 0;
}

.form__group > label:not(.error),
.form__group > legend {
  display: block;
  font-size: 1.125rem;
  font-family: 'Source Sans Pro', Helvetica, Arial, Sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.form__group label.error {
  color: #b63128;
  display: block;
  margin-top: 0.5rem;
}

.form__buttons {
  margin-top: 2.1875rem;
}

.form__buttons input + input,
.form__buttons button + button {
  margin-left: 0.625rem;
}

.form__disclaimer {
  color: #000;
  font-size: 0.8125rem;
  margin-top: 3rem;
  padding-right: 35%;
}

@media screen and (min-width: 22.5rem) {
  .form__disclaimer {
    padding-right: 44%;
  }
}

.form__control,
.custom-select__opener {
  width: 100%;
  display: block;
  border: 1px solid #bbbbbb;
  height: 3.4375rem;
  font-family: 'Source Sans Pro', Helvetica, Arial, Sans-serif;
  line-height: 3.4375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-transition: 0.15s border-color ease-in-out, 0.15s background-color ease-in-out;
  -moz-transition: 0.15s border-color ease-in-out, 0.15s background-color ease-in-out;
  transition: 0.15s border-color ease-in-out, 0.15s background-color ease-in-out;
}

.form__control:focus,
.custom-select__opener:focus {
  outline: 0;
  border-color: #888888;
}

.form__control.valid,
.custom-select__opener.valid {
  box-shadow: inset 5px 0 0 #00aeef;
}

.form__control.error,
.custom-select__opener.error {
  box-shadow: inset 5px 0 0 #b63128;
}

select.form__control,
.custom-select__opener {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #d8d8d8;
  background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQwNC4zMDggNDA0LjMwOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDA0LjMwOCA0MDQuMzA5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTAsMTAxLjA4aDQwNC4zMDhMMjAyLjE1MSwzMDMuMjI5TDAsMTAxLjA4eiIgZmlsbD0iIzM2MzYzNiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right 20px;
  border-radius: 0;
  padding-right: 2.8125rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select.form__control {
    background-image: none;
    padding-right: 0;
  }
}

.is-open .custom-select__opener {
  background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQwNC4zMDggNDA0LjMwOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDA0LjMwOCA0MDQuMzA5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwNC4zMDgsMzAzLjIyOUgwTDIwMi4xNTcsMTAxLjA4TDQwNC4zMDgsMzAzLjIyOXoiIGZpbGw9IiMzNjM2MzYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
}

input.form__control {
  background-color: transparent;
}

input.form__control:focus {
  background-color: #fff;
}

textarea.form__control {
  height: auto;
  padding: 0.9375rem;
  line-height: 1.45;
  resize: vertical;
}

.form__options--inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form__options--inline + .form__options--inline,
.form__options--inline + * + .form__options--inline {
  margin-top: 0.875rem;
}

.form__options--inline .input__option {
  margin-right: 0.875rem;
  margin-bottom: 0;
}

.form__options--inline .input__option:last-of-type {
  margin-bottom: 0;
}

.input__option {
  margin-bottom: 0.875rem;
}

.input__option:last-of-type {
  margin-bottom: 0;
}

.input__option > input[type="radio"] + label,
.input__option > input[type="checkbox"] + label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.25rem;
}

.input__option > input[type="radio"] + label:before,
.input__option > input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  background-color: #d8d8d8;
  border: 1px solid #979797;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  margin-right: 0.625rem;
}

.input__option > input[type="radio"] + label:after,
.input__option > input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  margin-top: -0.3125rem;
  border-radius: 50%;
  -webkit-transition: 0.15s background-color linear, 0.15s border linear;
  -moz-transition: 0.15s background-color linear, 0.15s border linear;
  transition: 0.15s background-color linear, 0.15s border linear;
}

.input__option > input[type="radio"] + label:hover:after, .input__option > input[type="radio"] + label:focus:after,
.input__option > input[type="checkbox"] + label:hover:after,
.input__option > input[type="checkbox"] + label:focus:after {
  background-color: #b2b2b2;
}

.input__option > input[type="radio"]:focus + label:before,
.input__option > input[type="checkbox"]:focus + label:before {
  border-width: 2px;
}

.input__option > input[type="radio"]:checked + label:after,
.input__option > input[type="checkbox"]:checked + label:after {
  background-color: #343434;
}

.input__option > input[type="radio"].error + label:before,
.input__option > input[type="checkbox"].error + label:before {
  border-color: #b63128;
}

.input__option > input[type="radio"][disabled] + label,
.input__option > input[type="checkbox"][disabled] + label {
  opacity: 0.5;
  pointer-events: none;
}

.input__option > input[type="checkbox"] + label:before {
  border-radius: 0;
  -webkit-transition: 0.15s box-shadow linear;
  -moz-transition: 0.15s box-shadow linear;
  transition: 0.15s box-shadow linear;
}

.input__option > input[type="checkbox"] + label:after {
  background-color: transparent;
  height: 1.125rem;
  width: 0.625rem;
  top: 0.0625rem;
  left: 0.5rem;
  border-radius: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.input__option > input[type="checkbox"] + label:hover:before, .input__option > input[type="checkbox"] + label:focus:before {
  box-shadow: inset 0 0 0 3px #bfbfbf;
}

.input__option > input[type="checkbox"] + label:hover:after, .input__option > input[type="checkbox"] + label:focus:after {
  background-color: transparent;
}

.input__option > input[type="checkbox"]:checked + label:before {
  box-shadow: none;
}

.input__option > input[type="checkbox"]:checked + label:after {
  background-color: transparent;
  border-color: #343434;
}

.custom-select__container {
  position: relative;
}

.custom-select__container.is-disabled {
  opacity: .333;
}

.custom-select__container.is-open .custom-select__panel {
  max-height: 12.5rem;
  overflow-y: auto;
  border: 1px solid #cccccc;
  border-top: 0;
}

.custom-select__container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select__opener {
  cursor: pointer;
}

.custom-select__opener:focus {
  outline: 0;
}

.custom-select__panel {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
  -webkit-transition: max-height 0.25s ease-out, overflow-y 0.1s 0.5s;
  -moz-transition: max-height 0.25s ease-out, overflow-y 0.1s 0.5s;
  transition: max-height 0.25s ease-out, overflow-y 0.1s 0.5s;
}

.custom-select__option {
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: 0.15s background-color ease-in-out;
  -moz-transition: 0.15s background-color ease-in-out;
  transition: 0.15s background-color ease-in-out;
}

.custom-select__option.has-focus {
  background-color: #00aeef;
}

.custom-select__option.is-selected {
  cursor: default;
  background-color: #ebebeb;
}

.custom-select__option.is-selected:after {
  content: ' (selected)';
  color: #b3b3b3;
  font-style: italic;
  font-size: 80%;
  margin-left: 0.25rem;
}

.custom-select__option:last-of-type {
  border-bottom: 0;
}

.custom-select__optgroup > .custom-select__option {
  padding-left: 2em;
}

.custom-select__optgroup:before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

/* Module: S */
.newsletter-subscription input[type=checkbox] {
  margin-right: 8px;
}

.newsletter-subscription fieldset br:first-of-type {
  display: none;
}

.newsletter-subscription legend {
  padding: 0px 5px;
}

.newsletter-subscription table tr {
  background-color: transparent !important;
  border-bottom: transparent !important;
}

.newsletter-subscription table tr td {
  padding-left: 0px !important;
  border-bottom: 0px !important;
}

.newsletter-subscription table tr td label {
  font-weight: bold;
}

.newsletter-subscription table tr td:before {
  display: none !important;
}

/* Module: S */
.ques-css-js {
  text-align: center;
  -webkit-transition: 0.45s min-height ease-in-out, 0.45s max-height ease-in-out;
  -moz-transition: 0.45s min-height ease-in-out, 0.45s max-height ease-in-out;
  transition: 0.45s min-height ease-in-out, 0.45s max-height ease-in-out;
}

.ques-css-js__wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  min-height: 0;
  max-height: 0;
  padding: 0px 30px;
  -webkit-transition: 0.45s min-height ease-in-out, 0.45s max-height ease-in-out;
  -moz-transition: 0.45s min-height ease-in-out, 0.45s max-height ease-in-out;
  transition: 0.45s min-height ease-in-out, 0.45s max-height ease-in-out;
}

.ques-css-js__close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 18px;
  height: 18px;
  border: 0;
  background: transparent url("mysource_files/cross-remove-sign.svg") center/cover no-repeat;
}

.ques-css-js__next-back {
  position: absolute;
  bottom: -100px;
  right: 32px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  background: transparent;
  font-family: 'Source Sans Pro', Helvetica, Arial, Sans-serif;
  font-weight: 600;
  font-size: 23px;
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  outline: 0;
}

.ques-css-js__next-back:before {
  position: absolute;
  bottom: -3px;
  height: 3px;
  width: 0;
  content: '';
  background: #00aeef;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ques-css-js__next-back:focus:before {
  width: calc(100% - 53px);
}

.ques-css-js__next-back:after {
  position: absolute;
  right: -42px;
  width: 42px;
  height: 32px;
  top: 0;
  content: '';
  background: transparent url("mysource_files/next.svg") center/32px no-repeat;
}

.ques-css-js__next-back--back {
  right: auto;
  left: 32px;
  display: none;
}

.ques-css-js__next-back--back:after {
  left: -42px;
  right: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.ques-css-js__next-back--exit {
  display: none;
  width: 140px;
}

.ques-css-js__next-back--exit:focus:before {
  width: calc(100% - 39px);
}

.ques-css-js__next-back--exit:after {
  right: -32px;
  width: 32px;
  height: 32px;
  background: transparent url("mysource_files/x.svg") center 8px/20px no-repeat;
}

.ques-css-js__content {
  margin: 90px auto 120px auto;
  max-width: 1000px;
  position: relative;
  padding-left: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s opacity ease-in-out, 0.45s visibility ease-in-out;
  -moz-transition: 0.45s opacity ease-in-out, 0.45s visibility ease-in-out;
  transition: 0.45s opacity ease-in-out, 0.45s visibility ease-in-out;
}

.active .ques-css-js__content {
  opacity: 1;
  visibility: visible;
}

.ques-css-js__content:before {
  position: absolute;
  left: -20px;
  top: 0;
  content: " ";
  width: 60px;
  height: 100%;
  background: white;
  z-index: 2;
}

.ques-css-js__content--ques {
  padding-left: 0;
}

.ques-css-js__content--ques:before {
  width: 0;
  height: 0;
}

.ques-css-js__content__progress-bar {
  width: 300px;
  height: 6px;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: ' ';
  position: absolute;
  top: 0;
  left: 20px;
  margin: 0;
  z-index: 3;
  transform-origin: top left;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.ques-css-js__content__progress-bar--bottom {
  top: auto;
  bottom: 245px;
}

.ques-css-js__content__progress-bar--floating {
  position: fixed;
  left: 40px;
  top: 20px;
}

.ques-css-js__content__progress-bar__progress {
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  width: 25%;
  height: 50%;
  top: 25%;
  z-index: -1;
  background: #00aeef;
}

.ques-css-js__content__progress-circle {
  width: 38px;
  line-height: 36px;
  height: 38px;
  top: -16px;
  left: 25%;
  margin-left: -19px;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
  background: #fff;
}

.ques-css-js__content__progress-circle:after {
  z-index: 1;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  content: ' ';
  position: absolute;
  background: #e1e1e1;
}

.ques-css-js__content__progress-circle > span {
  position: relative;
  z-index: 2;
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 18px;
}

.ques-css-js__content__progress-circle--2of2 {
  left: 75%;
}

.ques-css-js__content__progress-circle--1of2 {
  left: 25%;
}

.ques-css-js__content__progress-circle--current:after {
  background: #00aeef;
}

.ques-css-js__content__progress-circle--current > span {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ques-css-js__content__progress-circle--done:after {
  background: #00aeef url("mysource_files/fill-1.svg") center/16px no-repeat;
}

.ques-css-js__content__progress-circle--done > span {
  font-size: 0;
}

.ques-css-js__content__body {
  text-align: left;
  position: relative;
  display: none;
  margin-left: 0;
  width: 100%;
  min-height: 250px;
  z-index: 1;
}

.ques-css-js__content__body[this-Step="1"] {
  display: block;
}

.ques-css-js__content__body--results {
  font-family: 'Source Sans Pro', Helvetica, Arial, Sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ques-css-js__content__question {
  margin: 30px 0 20px 0;
  font-family: 'Source Sans Pro', Helvetica, Arial, Sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.4px;
  display: block;
}

.result-cell {
  display: inline-block;
  vertical-align: top;
  min-width: 49%;
  margin-bottom: 20px;
}

.result-list {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  font-family: 'Source Sans Pro', Helvetica, Arial, Sans-serif;
  font-weight: 400;
}

.result-list > li {
  position: relative;
  line-height: 30px;
}

.result-list > li:after {
  display: none;
  position: absolute;
  content: " ";
  width: 20px;
  height: 5px;
  background: url("mysource_files/circle.png") center left/5px no-repeat;
  top: 14px;
  left: -20px;
}

.result-title {
  font-size: 20px;
  font-family: 'Source Sans Pro', Helvetica, Arial, Sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.result-title--total {
  font-size: 26px;
}

.result-title--child {
  margin-bottom: 0;
  font-family: 'Source Sans Pro', Helvetica, Arial, Sans-serif;
  font-weight: 400;
}

.result-title--total-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 24px;
}

.result-title--total-title-small {
  margin: 20px 0 0 0;
  font-size: 22px;
}

.results-seperator {
  height: 1px;
  width: 90%;
  margin: 30px 0;
  background: #00aeef;
}

.result-amount {
  font-size: 42px;
  margin-bottom: 20px;
}

.result-amount--multi {
  font-size: 22px;
  margin-bottom: 10px;
}

.result-amount--total {
  font-size: 24px;
}

.on-off-ques-calc {
  display: none;
}

/* Module: S */
.questionnaires__list.questionnaires__list-links {
  margin-top: 50px;
}

.questionnaires__item {
  margin-bottom: 1rem;
  min-height: 0;
  -webkit-transition: 0.35s min-height ease-in-out;
  -moz-transition: 0.35s min-height ease-in-out;
  transition: 0.35s min-height ease-in-out;
}

.questionnaires__link {
  position: relative;
  color: #363636;
  font-size: 1.0625rem;
  font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  font-weight: 600;
  line-height: 1.35;
  border: 1px solid #00aeef;
  display: block;
  text-decoration: none;
  padding: 1.25rem 2.8125rem 1.25rem 1.25rem;
  -webkit-transition: 0.125s background-color linear, 0.125s color linear;
  -moz-transition: 0.125s background-color linear, 0.125s color linear;
  transition: 0.125s background-color linear, 0.125s color linear;
}

.questionnaires__link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  height: 1rem;
  width: 1rem;
  border-right: 2px solid #363636;
  border-bottom: 2px solid #363636;
  -webkit-transition: 0.125s border-color linear, 0.125s transform linear;
  -moz-transition: 0.125s border-color linear, 0.125s transform linear;
  transition: 0.125s border-color linear, 0.125s transform linear;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.active > .questionnaires__link:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  margin-top: -0.25rem;
}

.questionnaires__link:hover, .questionnaires__link:focus, .questionnaires__link.active,
.active > .questionnaires__link {
  color: #fff;
  text-decoration: none;
  background-color: #00aeef;
}

.questionnaires__link:hover:after, .questionnaires__link:focus:after, .questionnaires__link.active:after,
.active > .questionnaires__link:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.questionnaires__link.disabled {
  pointer-events: none;
}

.questionnaires__description {
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 0.5rem;
  line-height: 1.45;
}

.questionnaires__desc {
  font-weight: normal;
  font-size: 16px;
}

.questionnaires__content {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #fff;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.active > .questionnaires__content {
  visibility: visible;
  opacity: 1;
}

.questionnaires__content > .page__wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.questionnaires__content p:last-of-type {
  margin-bottom: 0;
}

.sq_question_wrapper .fancy-radio li:first-child:nth-last-child(4),
.sq_question_wrapper .fancy-radio li:first-child:nth-last-child(4) ~ li {
  width: 100%;
  max-width: 100%;
}

/* Module: S */
.search-page-funnelback #query {
  display: inline-block;
  height: 3.4775rem;
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.search-page-funnelback #searchform input[type=submit] {
  display: inline-block;
  margin-left: -1px;
  line-height: 1.35;
}

.search-page-funnelback #searchform > div {
  display: flex;
}

.search-page-funnelback #searchform input[type=checkbox],
.search-page-funnelback #searchform label {
  display: none;
}

.search-page-funnelback #search-matching {
  margin-top: 20px;
  margin-top: 20px;
  background: #ddd;
  padding: 10px 20px;
}

.search-page-funnelback #search-matching strong {
  font-style: italic;
}

.search-page-funnelback #search-results {
  list-style: none;
  list-style-type: none;
  margin: 0px 0px !important;
  padding: 0px 0px !important;
}

.search-page-funnelback #search-results .search-title {
  margin-top: 0px;
  font-size: 20px;
}

.search-page-funnelback #search-results a:before {
  display: none;
}

.search-page-funnelback #search-results li {
  margin-left: 0px;
  padding-left: 0px;
  border: 1px solid #0076a2;
  padding: 30px !important;
  overflow: hidden;
  margin-bottom: 20px !important;
}

.search-page-funnelback #search-results li h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 100 !important;
}

.search-page-funnelback #search-results li .search-file-format {
  margin-bottom: 0px;
  color: #6e6e6e;
  font-size: 14px;
}

.search-page-funnelback #search-results li cite {
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 10px;
  display: block;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.search-page-funnelback #search-results li .search-explore {
  display: block;
  text-align: right;
  margin-bottom: 0px;
}

.search-page-funnelback #search-results li .search-explore a {
  display: inline-block;
}

.search-page-funnelback #search-results li .search-date,
.search-page-funnelback #search-results li .search-summary {
  margin-top: 15px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.search-page-funnelback #search-results li .search-result-thumbnail-wrapper,
.search-page-funnelback #search-results li .search-quicklinks,
.search-page-funnelback #search-results li .search-quicklinks-search {
  display: none;
}

.search-page-funnelback #search-results li:before {
  display: none;
}

.search-page-funnelback #search-facets {
  float: none;
  width: 100%;
  border: 1px solid #0076a2;
}

.search-page-funnelback #search-facets .facet {
  padding-bottom: 20px;
}

.search-page-funnelback #search-facets .facet .facetLabel {
  font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding: 10px 20px;
  padding-bottom: 0px;
  padding-right: 0px;
}

.search-page-funnelback #search-facets .facet .category {
  padding: 0px 20px;
}

.search-page-funnelback #search-facets .facet .category .search-facet-count {
  background: #767676;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff;
  line-height: 12px;
  display: inline-block;
}

.search-page-funnelback #search-inner-wrapper {
  float: none;
  width: 100%;
}

.search-page-funnelback #search-inner-wrapper .search-pagination ul {
  font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.search-page-funnelback #search-inner-wrapper .search-pagination ul li {
  display: block;
  list-style: none;
  margin-right: 5px;
  border-bottom: 1px solid transparent;
  padding: 0px 0px !important;
}

.search-page-funnelback #search-inner-wrapper .search-pagination ul li a {
  display: block;
  color: #363636;
  font-size: 0.9375rem;
  line-height: 1.45;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
}

.search-page-funnelback #search-inner-wrapper .search-pagination ul li:before {
  display: none !important;
}

.search-page-funnelback #search-inner-wrapper .search-pagination ul li.active {
  cursor: default;
  border-bottom-color: #00aeef !important;
}

.search-page-funnelback #search-inner-wrapper .search-pagination ul li:hover {
  border-bottom-color: #363636;
}

.search-page-funnelback #search-inner-wrapper #search-contextual-navigation {
  margin-bottom: 50px;
}

.search-page-funnelback #search-inner-wrapper #search-contextual-navigation h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.search-page-funnelback #search-inner-wrapper #search-contextual-navigation h2 strong {
  font-style: italic;
}

.search-page-funnelback #search-inner-wrapper #search-contextual-navigation ul {
  margin-top: 0px;
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.search-page-funnelback #search-inner-wrapper #search-contextual-navigation ul li {
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 16px;
}

.search-page-funnelback #search-inner-wrapper #search-contextual-navigation ul li:before {
  display: none;
}

.search-page-funnelback #search-advanced {
  margin-top: 20px;
}

.search-page-funnelback #search-advanced #search-advanced-toggle a {
  cursor: pointer;
}

.search-page-funnelback #advsearchform {
  display: none;
}

.search-page-funnelback #advsearchform fieldset {
  margin-bottom: 20px;
}

.search-page-funnelback #advsearchform fieldset legend {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.search-page-funnelback #advsearchform fieldset ul {
  margin: 0px 0px !important;
  margin-bottom: 10px !important;
}

.search-page-funnelback #advsearchform fieldset ul li {
  margin-left: 0px;
  padding-left: 10px !important;
  padding-right: 10px;
}

.search-page-funnelback #advsearchform fieldset ul li label {
  display: block;
}

.search-page-funnelback #advsearchform fieldset ul li:before {
  display: none !important;
}

.search-page-funnelback .col-3 {
  width: 32.7%;
  display: inline-block;
}

.ui-autocomplete {
  max-width: 320px;
  list-style: none;
  padding-left: 20px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.99);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete li a {
  cursor: pointer;
}

/* Module: S */
.search-query__container {
  display: flex;
  justify-content: space-between;
}

.search-query__container input[type="text"] {
  width: calc(100% - 70px);
}

.search-results-found {
  font-size: 1.25rem;
  margin-top: 1.5625rem;
}

.search-result__list {
  margin-top: 2.8125rem;
}

.search-results-found + .search-result__list {
  margin-top: 1.5625rem;
}

.search-result__item {
  margin-bottom: 0.9375rem;
}

.search-result__item:last-of-type {
  margin-bottom: 0;
}

.search-result__link {
  position: relative;
  color: #363636;
  display: block;
  border: 1px solid #00aeef;
  padding: 0.9375rem;
  -webkit-transition: 0.125s all linear;
  -moz-transition: 0.125s all linear;
  transition: 0.125s all linear;
}

.search-result__link:hover, .search-result__link:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00aeef;
}

.search-result__link:hover .search-result__description, .search-result__link:focus .search-result__description {
  color: #fff;
}

.search-result__description {
  color: #555555;
  line-height: 1.4;
  -webkit-transition: 0.125s color linear;
  -moz-transition: 0.125s color linear;
  transition: 0.125s color linear;
}

.search-result__heading {
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.3125rem;
}

.search-result__date {
  font-weight: 600;
  display: block;
  margin-bottom: 0.1875rem;
}

.search-result__date:before {
  font-weight: 400;
  content: 'Published: ';
}

.news__list .search-result__link:before {
  display: none !important;
}

/* Module: S */
.sitemap ul {
  margin-left: 0px !important;
}

.sitemap > ul > li > a {
  font-weight: bold;
}

/* Module: S */
.c-accordion {
  -webkit-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

.no-js .c-accordion {
  height: auto;
}

.c-accordion__item {
  margin-bottom: 0.1875rem;
}

.c-accordion__title {
  -webkit-transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), color 0.25s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), color 0.25s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), color 0.25s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #d9d9d9;
  color: #363636;
  display: block;
  min-height: 3.125rem;
  line-height: 3.125rem;
  outline: none;
  padding: 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
  border: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.c-accordion:not(.js-is-tabs) .c-accordion__title {
  position: relative;
}

.c-accordion:not(.js-is-tabs) .c-accordion__title::after {
  background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS44NiA0OTEuODYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MS44NiA0OTEuODY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDY1LjE2NywyMTEuNjE0SDI4MC4yNDVWMjYuNjkxYzAtOC40MjQtMTEuNDM5LTI2LjY5LTM0LjMxNi0yNi42OXMtMzQuMzE2LDE4LjI2Ny0zNC4zMTYsMjYuNjl2MTg0LjkyNEgyNi42OSAgICBDMTguMjY3LDIxMS42MTQsMCwyMjMuMDUzLDAsMjQ1LjkyOXMxOC4yNjcsMzQuMzE2LDI2LjY5LDM0LjMxNmgxODQuOTI0djE4NC45MjRjMCw4LjQyMiwxMS40MzgsMjYuNjksMzQuMzE2LDI2LjY5ICAgIHMzNC4zMTYtMTguMjY4LDM0LjMxNi0yNi42OVYyODAuMjQ1SDQ2NS4xN2M4LjQyMiwwLDI2LjY5LTExLjQzOCwyNi42OS0zNC4zMTZTNDczLjU5LDIxMS42MTQsNDY1LjE2NywyMTEuNjE0eiIgZmlsbD0iIzAwYWVlZiIvPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 14px;
  content: '';
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  position: absolute;
  right: 0.9375rem;
  margin-top: -0.4375rem;
  top: 50%;
}

.c-accordion__item.is-active .c-accordion__title {
  background-color: #bfbfbf;
  color: #363636;
}

.c-accordion__item.is-active .c-accordion__title h3 {
  font-weight: 600;
}

.c-accordion__item.is-active .c-accordion__title::after {
  background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS44NTggNDkxLjg1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjg1OCA0OTEuODU4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ2NS4xNjcsMjExLjYxM0gyNDAuMjFIMjYuNjljLTguNDI0LDAtMjYuNjksMTEuNDM5LTI2LjY5LDM0LjMxNnMxOC4yNjcsMzQuMzE2LDI2LjY5LDM0LjMxNmgyMTMuNTJoMjI0Ljk1OSAgICBjOC40MjEsMCwyNi42ODktMTEuNDM5LDI2LjY4OS0zNC4zMTZTNDczLjU5LDIxMS42MTMsNDY1LjE2NywyMTEuNjEzeiIgZmlsbD0iIzAwYWVlZiIvPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
}

.c-accordion__title:hover, .c-accordion__title:focus {
  background-color: #d4d4d4;
}

.c-accordion__title:focus {
  outline: 1px dotted #363636;
  outline-offset: 2px;
}

.c-accordion__title h3 {
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 0;
  padding: 0 2.1875rem 0 0.9375rem;
  line-height: 1.4;
}

.c-accordion__panel {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  overflow: hidden;
}

.js-enabled .c-accordion__panel {
  max-height: 0;
}

.c-accordion__item:not(.is-active) .c-accordion__panel {
  max-height: 0 !important;
}

.c-accordion__panel__inner {
  padding: 1.25rem 0.9375rem;
}

.c-accordion.js-is-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.c-accordion.js-is-tabs .c-accordion__item {
  width: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  z-index: 0;
}

.c-accordion.js-is-tabs .c-accordion__item:not(:first-child) {
  border-left: 0.625rem solid transparent;
}

.c-accordion.js-is-tabs .c-accordion__item.is-current {
  z-index: 2;
}

.c-accordion.js-is-tabs .c-accordion__item.is-current .c-accordion__title {
  background-color: #bfbfbf;
  border-bottom: none;
  color: #363636;
  opacity: 1;
}

.c-accordion.js-is-tabs .c-accordion__item.is-current .c-accordion__panel {
  opacity: 1;
}

.c-accordion.js-is-tabs .c-accordion__title {
  -webkit-transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #d9d9d9;
  color: #363636;
  opacity: 1;
}

.c-accordion.js-is-tabs .c-accordion__title:hover {
  background-color: #cfcfcf;
}

.c-accordion.js-is-tabs .c-accordion__panel {
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  left: 0;
  border-top: 0.0625rem solid #00aeef;
  max-height: initial;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/* Module: S */
.tax-reform__section {
  background-color: #fff;
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.tax-reform__section > .page__wrapper {
  max-width: 67.5rem;
  display: -ms-flexbox;
  display: flex;
}

.tax-model {
  position: relative;
  width: 50%;
  border-right: 2px solid #f1f1f1;
  padding-top: 2.625rem;
  padding-bottom: 3.125rem;
  padding-right: 0.9375rem;
}

.tax-model:last-of-type {
  border-right: 0;
  padding-right: 0;
  padding-left: 0.9375rem;
}

.tax-model:before, .tax-model:after {
  content: '';
  position: absolute;
  right: -1.125rem;
  display: block;
  height: 1.625rem;
  width: 2.125rem;
  background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyLjYzNSAzMi42MzUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyLjYzNSAzMi42MzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzIuMTM1LDE2LjgxN0gwLjVjLTAuMjc2LDAtMC41LTAuMjI0LTAuNS0wLjVzMC4yMjQtMC41LDAuNS0wLjVoMzEuNjM1YzAuMjc2LDAsMC41LDAuMjI0LDAuNSwwLjUgICBTMzIuNDExLDE2LjgxNywzMi4xMzUsMTYuODE3eiIgZmlsbD0iIzAwYWVlZiIvPgoJPHBhdGggZD0iTTE5LjU5OCwyOS4zNTNjLTAuMTI4LDAtMC4yNTYtMC4wNDktMC4zNTQtMC4xNDZjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdsMTIuMTg0LTEyLjE4NEwxOS4yNDQsNC4xMzYgICBjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdzMC41MTItMC4xOTUsMC43MDcsMGwxMi41MzcsMTIuNTMzYzAuMDk0LDAuMDk0LDAuMTQ2LDAuMjIxLDAuMTQ2LDAuMzU0ICAgcy0wLjA1MywwLjI2LTAuMTQ2LDAuMzU0TDE5Ljk1MSwyOS4yMDZDMTkuODU0LDI5LjMwNCwxOS43MjYsMjkuMzUzLDE5LjU5OCwyOS4zNTN6IiBmaWxsPSIjMDBhZWVmIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tax-model.current-model:before {
  top: 6.875rem;
}

.tax-model.current-model:after {
  top: 50%;
}

.tax-model.new-model:after {
  content: none;
}

.tax-model.new-model:before {
  top: auto;
  left: -1.125rem;
  right: auto;
  bottom: 8.125rem;
}

.tax-model__title,
.tax-model__heading {
  color: #363636;
  text-align: center;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

.tax-model__heading {
  font-size: 1.125rem;
  min-height: 5.3125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.tax-model__title {
  font-family: 'Source Sans Pro', Helvetica, Arial, Sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-top: 1rem;
}

.tax-model__item {
  max-width: 9.375rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.375rem;
  -webkit-transition: 0.25s min-height ease-in-out, 0.25 margin-top ease-in-out;
  -moz-transition: 0.25s min-height ease-in-out, 0.25 margin-top ease-in-out;
  transition: 0.25s min-height ease-in-out, 0.25 margin-top ease-in-out;
}

.tax-model__item:nth-child(4), .tax-model__item:last-of-type {
  margin-bottom: 0;
}

.tax-model__icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 2.9375rem;
}

.tax-model__icon.documents__icon {
  width: 3.375rem;
}

.tax-model__icon.application__icon {
  width: 7.375rem;
}

.tax-model__icon.document-review__icon {
  width: 3.9375rem;
}

.tax-model__icon.assessment__icon {
  width: 4rem;
}

.tax-model__icon.printer__icon {
  width: 4.0625rem;
}

.tax-model__icon.dollar-sign__icon {
  width: 3.625rem;
}

.tax-model__icon.key__icon {
  width: 3.75rem;
}

.tax-model__icon.title__icon {
  width: 4.25rem;
}

.tax-model__icon.sold-sign__icon, .tax-model__icon.smile__icon, .tax-model__icon.telephone__icon {
  width: 3.25rem;
}

@media (min-width: 39em) {
  #main blockquote {
    font-size: 1.125rem;
    line-height: 1.65;
    padding-left: 2rem;
    margin-left: 3em;
    border-left-width: 3px;
  }
  #main ul a[href$=".doc"]:before, #main ul a[href$=".docx"]:before, #main ul a[href$=".pdf"]:before, #main ul a[href$=".exe"]:before {
    height: 0.9375rem;
    width: 0.9375rem;
    margin-left: 4px;
  }
  #main ul a[href$=".doc"]:after, #main ul a[href$=".docx"]:after, #main ul a[href$=".pdf"]:after, #main ul a[href$=".exe"]:after {
    margin-left: 3px;
  }
  img.pull-left,
  figure.pull-left {
    float: left;
    margin-bottom: .5rem;
    margin-right: 1rem;
    max-width: 15.625rem;
  }
  img.pull-right,
  figure.pull-right {
    float: right;
    margin-bottom: .5rem;
    margin-left: 1rem;
    max-width: 15.625rem;
  }
  /*
--------------------
Modules
--------------------
*/
  /* Module: Pagination */
  .pagination {
    margin-top: 3.75rem;
  }
  /* Module: Responsive tables */
  #main table:not(.table-horizontal-heading) td {
    font-size: 1.0625rem;
    margin: 0.78125rem 1.5625rem;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 0.78125rem;
  }
  #main table:not(.table-horizontal-heading) td:before {
    font-size: 1.0625rem;
    font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  }
  #main table:not(.table-horizontal-heading) td:first-of-type {
    margin-top: 1.5625rem;
  }
  #main table:not(.table-horizontal-heading) td:last-of-type {
    margin-bottom: 1.5625rem;
    border-bottom: 0;
    padding-bottom: 0;
  }
  #main table:not(.table-horizontal-heading) tr {
    border-bottom: 0;
  }
  #main table:not(.table-horizontal-heading) tr:nth-child(even) td {
    border-bottom-color: #ebebeb;
  }
  /* Module: S */
  .suggestions__container {
    background-color: #fff;
    padding-top: 2.1875rem;
    padding-bottom: 2.0625rem;
  }
  .suggestions__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .suggestion__question {
    font-size: 1.625rem;
    text-align: center;
    margin-bottom: 2.1875rem;
  }
  .suggestion__tile {
    width: calc(50% - 10.5px);
    margin-bottom: 1.3125rem;
  }
  .suggestion__tile:nth-last-child(2) {
    margin-bottom: 0;
  }
  .suggestion__heading {
    font-size: 1.125rem;
    font-weight: 300;
    bottom: 1.5625rem;
  }
  .suggestion__icon {
    margin-left: 0.9375rem;
    margin-top: 1px;
  }
  /* Module: S */
  .proposal__container {
    padding-top: 1.8125rem;
  }
  .proposal__container > .page__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .proposal__tile {
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 7.5px);
  }
  .proposal__tile:nth-last-child(2) {
    margin-bottom: 0;
  }
  .proposal__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem 2.1875rem 0 0.3125rem;
  }
  .three-cols .proposal__link {
    padding-top: 1.875rem;
  }
  .proposal__heading {
    font-size: 1.4375rem;
  }
  .proposal__description {
    font-size: 1.125rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0.6875rem;
  }
  .proposal__icon {
    position: static;
    margin-top: 0.9375rem;
  }
  .proposal__title {
    color: #65676e;
    font-size: 1.625rem;
    text-align: center;
    padding-top: 1.875rem;
    margin-bottom: 3.4375rem;
    border-top-color: transparent;
  }
  /* Module: S */
  /* Module: S */
  .alert__content {
    border-top: 0;
    border-left: 1px solid #363636;
    padding-top: 0;
    padding-left: 1.5rem;
    margin-top: 0;
    margin-left: 7.5rem;
    margin-right: 1.25rem;
  }
  .alert__content:before {
    left: -5.3125rem;
    top: 50%;
  }
  .alert__content:after {
    left: -7.5rem;
    top: 50%;
  }
  .alert__close {
    top: 50%;
    right: 0.9375rem;
    margin-top: -1.125rem;
  }
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  .contact__columns .validate__form {
    max-width: 700px;
  }
  .contact__columns form,
  .contact__columns .contact__col {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .contact__box {
    flex-shrink: 0;
  }
  .contact__content:first-of-type {
    margin-top: 0;
  }
  .contact__content div {
    display: inline-block;
    vertical-align: top;
    width: 300px;
  }
  /* Module: S */
  body.inner__page .footer {
    margin-top: 4.5rem;
  }
  .footer__section {
    padding: 1.75rem 2.125rem;
  }
  .footer__section > .page__wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .social__list {
    margin-bottom: 0;
  }
  .links__item {
    padding-right: 0.9375rem;
    margin-right: 0.9375rem;
    margin-bottom: 0;
  }
  .footer-top .links__list {
    margin-left: 1.875rem;
    margin-bottom: 0;
  }
  .footer-top > .page__wrapper {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 39em) and (max-width: 59.9375em) {
  .footer-bottom .links__list {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .footer-bottom .links__item {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0.375rem;
    border-right: 0;
  }
}

@media (min-width: 39em) {
  .footer-bottom .footer__link {
    font-size: 1rem;
    color: #afafaf;
  }
  .page__update {
    font-size: 0.8125rem;
    color: #afafaf;
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
  .logo__item {
    border-right: 0;
    margin-left: 1.875rem;
  }
  .logo__icon {
    height: 3.125rem;
  }
  .logo__icon.logo-canberra {
    width: 5.125rem;
  }
  .logo__icon.logo-your-say {
    width: 4.375rem;
  }
  .logo__icon.logo-act {
    width: 5.625rem;
  }
  /* Module: S */
  .fancy-radio__option {
    width: 50%;
  }
  .input-description--date-range {
    height: 1px;
  }
  /* Module: S */
  .header:before {
    top: 3.75rem;
  }
  .header__background:before {
    background-repeat: no-repeat;
    background-size: 2050px;
    background-position: top 52% right 43%;
    opacity: 0.85;
    z-index: 2;
  }
  .header__categories {
    padding-bottom: 5.3125rem;
  }
  .category__list,
  .sub-category__list {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .category__item,
  .sub-category__item {
    width: auto;
  }
  .category__item.full-width,
  .sub-category__item.full-width {
    width: auto;
  }
  .category__link,
  .sub-category__link {
    font-size: 1rem;
    min-height: 4.375rem;
    padding-left: 1.25rem;
    padding-right: 1.75rem;
    border-left-width: 0.5rem;
    margin-right: 0.3125rem;
    margin-bottom: 0.4375rem;
  }
  .sub-category__link {
    background-size: 1.875rem;
    padding-right: 5rem;
    background-position: center right 30px;
  }
  .category__icon {
    font-size: 1.75rem;
    margin-right: 1.25rem;
  }
  .category__icon.fa-home {
    font-size: 2.3125rem;
  }
  .category__icon.fa-car {
    font-size: 1.875rem;
  }
  .category__icon.fa-pie-chart {
    font-size: 1.8125rem;
  }
  .category__icon.fa-pencil, .category__icon.fa-refresh {
    font-size: 2rem;
  }
  .sub-category__list {
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.15s opacity ease-in-out, 0.15s visibility ease-in-out;
    -moz-transition: 0.15s opacity ease-in-out, 0.15s visibility ease-in-out;
    transition: 0.15s opacity ease-in-out, 0.15s visibility ease-in-out;
  }
  .active > .sub-category__list {
    position: absolute;
    visibility: visible;
    opacity: 1;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
  }
  /* Module: S */
  .header__navigation {
    min-height: 3.75rem;
  }
  .header__search {
    max-width: 18.4375rem;
    border: 1px solid #7c7c7c;
    border-radius: 1.875rem;
    margin: 0.625rem;
    -webkit-transition: 0.15s border-color ease-in-out, 0.15s background-color ease-in-out;
    -moz-transition: 0.15s border-color ease-in-out, 0.15s background-color ease-in-out;
    transition: 0.15s border-color ease-in-out, 0.15s background-color ease-in-out;
  }
  .header__search.active {
    border-color: #fff;
    background-color: #fff;
  }
  .header__link {
    font-size: 0.8125rem;
    min-height: 3.75rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .header-contact__item .header__link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .header__icon {
    height: 1.3125rem;
    width: 1.3125rem;
  }
  .header-search__input {
    display: block;
    color: #fff;
    font-size: 0.8125rem;
    background-color: transparent;
    position: static;
    height: auto;
    padding-left: 1.25rem;
    padding-right: 0;
  }
  .header-search__input::-webkit-input-placeholder {
    color: #dbdbdb;
  }
  .header-search__input::-moz-placeholder {
    color: #dbdbdb;
  }
  .header-search__input:-ms-input-placeholder {
    color: #dbdbdb;
  }
  .active > .header-search__input {
    color: #343434;
  }
  .active > .header-search__input::-webkit-input-placeholder {
    color: #4e4e4e;
  }
  .active > .header-search__input::-moz-placeholder {
    color: #4e4e4e;
  }
  .active > .header-search__input:-ms-input-placeholder {
    color: #4e4e4e;
  }
  .header-search__icon {
    height: 1.1875rem;
    width: 1.1875rem;
  }
  .logo__container {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  body.inner__page .logo__container {
    background-color: transparent;
    padding-top: 1.5625rem;
    padding-bottom: 0;
  }
  .logo__image {
    width: 22.8125rem;
    height: 3.75rem;
  }
  /* Module: S */
  .article-navigation {
    max-height: none;
    border-bottom: 1px solid #008bbf;
    padding-bottom: 2.1875rem;
    margin-bottom: 2.8125rem;
  }
  .article-navigation__toggler {
    display: none;
  }
  .article-navigation__list {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
    background-color: transparent;
    padding: 0;
  }
  .article-navigation__item {
    border-bottom: 0;
    counter-increment: step-counter;
  }
  .article-navigation__link {
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-top: 0;
    padding-bottom: 0.25rem;
    margin-bottom: 0.9375rem;
    -webkit-transition: 0.1s border-bottom-color ease-in-out;
    -moz-transition: 0.1s border-bottom-color ease-in-out;
    transition: 0.1s border-bottom-color ease-in-out;
  }
  .article-navigation__link:before {
    content: counter(step-counter) ". ";
  }
  .article-navigation__link:hover, .article-navigation__link:focus {
    border-bottom-color: currentColor;
    text-decoration: none;
  }
  .article-navigation__link.active {
    color: #008bbf;
    border-bottom-color: #008bbf;
    text-decoration: none;
  }
  .article-pagination {
    margin-top: 4.5rem;
  }
  .article-pagination__list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .article-pagination__indicator {
    display: none;
  }
  .article-pagination__title {
    position: relative;
    display: block;
    color: #181818;
    font-size: 1rem;
    font-family: "Montserrat", Helvetica, Arial, Sans-serif;
  }
  .article-pagination__title:before {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
  }
  .article-pagination__title:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyLjYzNSAzMi42MzUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyLjYzNSAzMi42MzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMzIuMTM1LDE2LjgxN0gwLjVjLTAuMjc2LDAtMC41LTAuMjI0LTAuNS0wLjVzMC4yMjQtMC41LDAuNS0wLjVoMzEuNjM1YzAuMjc2LDAsMC41LDAuMjI0LDAuNSwwLjUgICBTMzIuNDExLDE2LjgxNywzMi4xMzUsMTYuODE3eiIgZmlsbD0iIzAwYWVlZiIvPgoJPHBhdGggZD0iTTE5LjU5OCwyOS4zNTNjLTAuMTI4LDAtMC4yNTYtMC4wNDktMC4zNTQtMC4xNDZjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdsMTIuMTg0LTEyLjE4NEwxOS4yNDQsNC4xMzYgICBjLTAuMTk1LTAuMTk1LTAuMTk1LTAuNTEyLDAtMC43MDdzMC41MTItMC4xOTUsMC43MDcsMGwxMi41MzcsMTIuNTMzYzAuMDk0LDAuMDk0LDAuMTQ2LDAuMjIxLDAuMTQ2LDAuMzU0ICAgcy0wLjA1MywwLjI2LTAuMTQ2LDAuMzU0TDE5Ljk1MSwyOS4yMDZDMTkuODU0LDI5LjMwNCwxOS43MjYsMjkuMzUzLDE5LjU5OCwyOS4zNTN6IiBmaWxsPSIjMDBhZWVmIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 32px;
    height: 2rem;
    width: 2rem;
  }
  .article-pagination__previous .article-pagination__title {
    padding-left: 3.75rem;
  }
  .article-pagination__previous .article-pagination__title:before {
    content: 'Previous';
  }
  .article-pagination__previous .article-pagination__title:after {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .article-pagination__next .article-pagination__title {
    padding-right: 3.75rem;
  }
  .article-pagination__next .article-pagination__title:before {
    content: 'Next';
    text-align: right;
  }
  .article-pagination__next .article-pagination__title:after {
    right: 0;
  }
  .article-pagination__link {
    padding: 0.3125rem 0.9375rem;
    -webkit-transition: 0.15s background-color ease-in-out;
    -moz-transition: 0.15s background-color ease-in-out;
    transition: 0.15s background-color ease-in-out;
  }
  .article-pagination__link:hover, .article-pagination__link:focus {
    outline: 0;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.065);
    border-radius: 0.25rem;
  }
  /* Module: S */
  .link-listing__heading {
    min-height: 350px;
  }
  .link-listing__banner {
    margin-top: 0px;
  }
  .link-listing__banner .page__wrapper {
    padding-left: 4.0625rem;
  }
  /* Module: S */
  main {
    font-size: 1.125rem;
  }
  .page__wrapper {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
  body.inner__page #main > .page__wrapper {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .page__heading {
    font-size: 2.375rem;
    text-align: left;
    margin-bottom: 2.8125rem;
  }
  .page__heading:after {
    height: 2px;
    width: 5rem;
    margin-top: 0.9375rem;
    margin-left: 0;
  }
  h2 {
    font-size: 2.125rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  h6 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .form__disclaimer {
    padding-right: 0;
  }
  .standard-btn {
    padding: 15px 75px 15px 25px;
    font-size: 16px;
  }
  .standard-btn:after {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 30px;
    height: 30px;
    content: " ";
    background: url("mysource_files/next-black.svg") center/cover no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .standard-btn--active:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  }
  .standard-btn:hover:after, .standard-btn:active:after, .standard-btn:focus:after {
    background: url("mysource_files/next-white.svg") center/cover no-repeat;
  }
  /* Module: S */
  /* Module: S */
  .ques-css-js__content {
    padding-left: 0;
  }
  .ques-css-js__content:before {
    width: 0;
    height: 0;
  }
  .ques-css-js__content__progress-bar {
    width: 100%;
    left: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    position: relative;
    margin-bottom: 95px;
  }
  .ques-css-js__content__progress-bar--floating {
    top: 0;
  }
  .ques-css-js__content__progress-circle {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  }
  .ques-css-js__content__progress-circle:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  }
  .ques-css-js__next-back {
    bottom: -75px;
  }
  /* Module: S */
  #questions {
    padding: 0 1.25rem;
  }
  .questionnaires__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .questionnaires__item {
    width: calc(50% - 1rem);
  }
  .questionnaires__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.25rem;
    padding-top: 1.875rem;
    padding-right: 3.4375rem;
    padding-bottom: 1.875rem;
  }
  .questionnaires__description {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
  /* Module: S */
  .search-page-funnelback #search-facets {
    float: left;
    width: 30%;
  }
  .search-page-funnelback #search-inner-wrapper {
    float: right;
    width: 68%;
  }
  /* Module: S */
  .search-query__container {
    max-width: 75%;
  }
  .search-result__heading {
    max-width: calc(100% - 100px);
    font-size: 1.75rem;
  }
  .search-result__item {
    margin-bottom: 1.5625rem;
  }
  .search-result__date {
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    margin-bottom: 0;
  }
  .search-result__date:before {
    content: none;
  }
  /* Module: S */
  /* Module: S */
  .c-accordion__title {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
  }
  .c-accordion__title h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.85;
    padding-left: 1.3125rem;
    padding-right: 3.4375rem;
  }
  .c-accordion:not(.js-is-tabs) .c-accordion__title::after {
    height: 1.125rem;
    width: 1.125rem;
    right: 1.5625rem;
    background-size: 18px;
    margin-top: -0.5625rem;
  }
  .c-accordion__panel {
    font-size: 1.125rem;
    line-height: 1.65;
  }
  .c-accordion__panel__inner {
    padding: 2.5rem 0 2.1875rem 0;
  }
  /* Module: S */
  .tax-model__heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.875rem;
    line-height: 1.25;
  }
  .tax-model__title {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60em) {
  #main blockquote {
    width: 100%;
    max-width: 45.9375rem;
    margin: 2.375rem 0 2.375rem 5.3125rem;
    border-left-width: 5px;
    padding-left: 2.8125rem;
  }
  img.pull-left,
  figure.pull-left {
    margin-right: 5rem;
    max-width: none;
  }
  img.pull-right,
  figure.pull-right {
    margin-left: 5rem;
    max-width: none;
  }
  /*
--------------------
Modules
--------------------
*/
  /* Module: Breadcrumbs */
  .breadcrumbs {
    display: block;
  }
  /* Module: Pagination */
  .pagination {
    margin-top: 5.5rem;
  }
  /* Module: Responsive tables */
  #main table:not(.table-horizontal-heading) {
    border-top: 0;
  }
  #main table:not(.table-horizontal-heading) thead {
    display: table-header-group;
  }
  #main table:not(.table-horizontal-heading) th {
    font-size: 1.125rem;
    font-weight: 600;
    font-family: "Montserrat", Helvetica, Arial, Sans-serif;
    color: #363636;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #00aeef;
    text-align: left;
  }
  #main table:not(.table-horizontal-heading) th:first-of-type {
    padding-left: 0;
  }
  #main table:not(.table-horizontal-heading) tr {
    background-color: transparent;
  }
  #main table:not(.table-horizontal-heading) tr:nth-child(even) {
    background-color: transparent;
  }
  #main table:not(.table-horizontal-heading) td {
    display: table-cell;
    font-size: 1.125rem;
    padding: 1.25rem;
    border-bottom-color: #bbbbbb !important;
  }
  #main table:not(.table-horizontal-heading) td:before {
    content: none;
  }
  #main table:not(.table-horizontal-heading) td.active {
    background-color: #fff;
  }
  #main table:not(.table-horizontal-heading) td:last-of-type, #main table:not(.table-horizontal-heading) td:first-of-type {
    border-bottom: 1px solid currentColor;
    padding: 0.9375rem;
  }
  #main table.table-horizontal-heading th {
    font-size: 1.125rem;
    padding: 1.25rem;
  }
  #main table.table-horizontal-heading td {
    text-align: center;
    font-size: 1.125rem;
    padding: 1.25rem;
  }
  #main table.table-horizontal-heading td:first-of-type {
    padding: 0.75rem 1.25rem;
  }
  #main .table-indicator:after {
    content: none;
  }
  /* Module: S */
  .suggestions__container {
    padding-top: 4.6875rem;
    padding-bottom: 5.75rem;
    background-color: #f1f1f1;
  }
  .suggestion__question {
    margin-bottom: 3.25rem;
    font-size: 2.25rem;
    text-align: left;
  }
  .suggestion__heading {
    font-size: 1.25rem;
    padding: 0.9375rem 1.25rem;
    bottom: 1.875rem;
  }
  .suggestion__icon {
    height: 1.875rem;
    width: 1.875rem;
    margin-left: 1.25rem;
    margin-top: 0;
  }
  /* Module: S */
  .proposal__container {
    padding-top: 5rem;
    padding-bottom: 4.0625rem;
  }
  .proposal__tile {
    width: calc(25% - 15px);
    margin-bottom: 0;
  }
  .three-cols .proposal__tile {
    width: 29%;
  }
  .three-cols .proposal__tile:nth-child(n+4) {
    margin-top: 1.25rem;
  }
  .proposal__heading {
    -webkit-transition: 0.2s margin-top ease-in-out;
    -moz-transition: 0.2s margin-top ease-in-out;
    transition: 0.2s margin-top ease-in-out;
  }
  .proposal__link {
    max-width: 100%;
    padding-top: 1.875rem;
    padding-bottom: 1.5625rem;
    padding-right: 0.3125rem;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.2s border ease-in-out;
    -moz-transition: 0.2s border ease-in-out;
    transition: 0.2s border ease-in-out;
  }
}

@media screen and (min-width: 60em) and (min-width: 80em) {
  .proposal__link {
    padding-right: 3.125rem;
  }
}

@media (min-width: 60em) {
  .proposal__link:hover, .proposal__link:focus {
    border-bottom-color: currentColor;
    border-top-width: 12px;
  }
  .proposal__link:hover .proposal__heading, .proposal__link:focus .proposal__heading {
    text-decoration: none;
    margin-top: -6px;
  }
  .proposal__icon {
    margin-top: 1.5625rem;
  }
  .proposal__title {
    color: #363636;
    font-size: 2.625rem;
    padding-top: 3.75rem;
    text-align: left;
    border-top-color: #979797;
  }
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  body.inner__page .footer {
    margin-top: 6.5rem;
  }
  .footer__section {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .footer-top {
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }
  .footer-bottom .footer__link {
    font-size: 0.9375rem;
    color: #fff;
  }
  .page__update {
    color: #fff;
    font-size: 0.6875rem;
    margin-top: 0;
  }
  .footer__side-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  /* Module: S */
  .ques-exit {
    display: block;
  }
  #questions {
    text-align: left;
    padding: 0;
  }
  #questions .sq_question_wrapper:not(:first-child),
  #questions .sq_result_bodycopy {
    display: none;
  }
  /* Module: S */
  .header {
    min-height: 42.5rem;
  }
  .header:before {
    top: 0;
  }
  body.inner__page .header {
    min-height: auto;
  }
  .header__background:before {
    background-position: top 49% right 41%;
  }
  .header__categories {
    padding-bottom: 2.1875rem;
  }
  .category__link,
  .sub-category__link {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  /* Module: S */
  .header__inner {
    padding-top: 2.5rem;
    margin-bottom: 7.8125rem;
  }
  .header__inner > .page__wrapper {
    max-width: 80rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__navigation {
    background-color: transparent;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .logo__container,
  .header__search {
    padding: 0;
  }
  body.inner__page .logo__container {
    padding-top: 0;
  }
  .header__search {
    margin: 0 0 0 auto;
    background-color: #fff;
    border-color: #fff;
  }
  body.inner__page .header__search {
    border-color: #d2d2d2;
  }
  body.inner__page .header__search.active {
    border-color: #acacac;
  }
  .header-search__input {
    color: #343434;
    width: calc(100% - 57px);
  }
  .header-search__input::-webkit-input-placeholder {
    color: #414141;
  }
  .header-search__input::-moz-placeholder {
    color: #414141;
  }
  .header-search__input:-ms-input-placeholder {
    color: #414141;
  }
  .header-search__input:-moz-placeholder {
    color: #414141;
  }
  .header-search__icon {
    fill: #343434;
    stroke: #343434;
  }
  .header__item {
    border-right: 0;
    margin-left: 1.6875rem;
  }
  .header__link {
    min-height: 2.5rem;
    border: 1px solid #fff;
    border-radius: 1.875rem;
  }
  .header__link:hover, .header__link:focus {
    color: #2a2a2a;
    background-color: #fff;
  }
  body.inner__page .header__link {
    color: #343434;
    border-color: #343434;
  }
  body.inner__page .header__link:hover, body.inner__page .header__link:focus {
    color: #fff;
    background-color: #343434;
  }
  .header-contact__item {
    -ms-flex-order: 3;
    order: 3;
    margin-left: 1rem;
  }
  .header-contact__item .header__icon {
    display: none;
  }
  .header-contact__item .header__link {
    border: 0;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .header-contact__item .header__link:after {
    content: 'Contact Us';
  }
  .header-scroll__button {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .header-scroll__button.shake {
    -webkit-animation: shake 1.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) 2 forwards;
    animation: shake 1.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) 2 forwards;
  }
  @-webkit-keyframes shake {
    30%, 50%, 70% {
      -webkit-transform: translate3d(0, -4px, 0);
    }
    40%, 60%, 80% {
      -webkit-transform: translate3d(0, 4px, 0);
    }
  }
  @keyframes shake {
    30%, 50%, 70% {
      transform: translate3d(0, -4px, 0);
    }
    40%, 60%, 80% {
      transform: translate3d(0, 4px, 0);
    }
  }
  /* Module: S */
  .article-navigation__link {
    font-size: 1.25rem;
    border-bottom-width: 2px;
  }
  .article-pagination__title {
    font-size: 1.125rem;
  }
  .article-pagination__previous .article-pagination__title {
    padding-left: 5rem;
  }
  .article-pagination__next .article-pagination__title {
    padding-right: 5rem;
  }
  .article-pagination__title:before {
    font-size: 1.4375rem;
    margin-bottom: 0.5rem;
  }
  /* Module: S */
  .link-listing__banner .page__wrapper {
    padding-left: 2.5rem;
  }
  /* Module: S */
  .page__wrapper,
  body.inner__page #main > .page__wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .page__heading {
    font-size: 3.125rem;
  }
  .page__heading:after {
    margin-top: 1.5625rem;
  }
  h2 {
    font-size: 2.625rem;
  }
  .standard-btn {
    font-size: 1.25rem;
  }
  /* Module: S */
  /* Module: S */
  .questionnaires__link {
    font-size: 1.3125rem;
    padding-left: 2.1875rem;
    padding-right: 4.6875rem;
    line-height: 1.45;
  }
  .questionnaires__link:after {
    height: 1.125rem;
    width: 1.125rem;
    right: 1.875rem;
  }
  /* Module: S */
  /* Module: S */
  .search-query__container {
    max-width: 60%;
  }
  /* Module: S */
  .c-accordion__title {
    min-height: 4.5rem;
    line-height: 4.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .c-accordion__title h3 {
    padding: 0 2.1875rem;
  }
  .c-accordion.js-is-tabs .c-accordion__title h3 {
    text-align: center;
    line-height: 1.4;
    padding: 0 1rem;
  }
  .c-accordion__panel__inner {
    padding: 2.8125rem 2.1875rem;
  }
  .c-accordion.js-is-tabs .c-accordion__panel__inner {
    padding: 1.25rem 0;
  }
  /* Module: S */
  .tax-reform__section {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .tax-reform__section > .page__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tax-model {
    width: 100%;
    border-right: 0;
    padding: 0;
  }
  .tax-model:last-of-type {
    padding-left: 0;
  }
  .tax-model:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .tax-model:after {
    content: none;
  }
  .tax-model.current-model:before, .tax-model.new-model:before {
    top: auto;
    left: 0;
    bottom: -0.9375rem;
  }
  .tax-model.new-model {
    margin-top: 5.625rem;
  }
  .new-model .tax-model__item:first-of-type {
    margin-right: 2.125rem;
  }
  .new-model .tax-model__item:nth-child(2) {
    margin-right: 3.625rem;
  }
  .new-model .tax-model__item:nth-child(2) {
    margin-right: 3.625rem;
  }
  .new-model .tax-model__item:nth-child(5) {
    margin-right: 2.625rem;
  }
  .tax-model__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .new-model .tax-model__list {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tax-model__item {
    margin: 0 2rem 0 0;
    max-width: 9.375rem;
  }
  .tax-model__item:last-of-type {
    margin-right: 0;
  }
  .tax-model__heading {
    min-height: auto;
    text-align: left;
    margin-bottom: 3.4375rem;
    padding-left: 0;
    padding-right: 0;
  }
  .tax-model__title {
    font-size: 0.8125rem;
  }
}

@media (min-width: 74em) {
  /* Module: S */
  /* Module: S */
  .new-model .tax-model__item:first-of-type {
    margin-right: 2.6875rem;
  }
  .new-model .tax-model__item:nth-child(2) {
    margin-right: 4.625rem;
  }
  .new-model .tax-model__item:nth-child(3) {
    margin-right: 2.125rem;
  }
  .new-model .tax-model__item:nth-child(5) {
    margin-right: 4.1875rem;
  }
}

@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;
  }
  /* Module: Breadcrumbs */
  .breadcrumbs {
    display: none;
  }
  /* Module: Pagination */
  .pagination {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
