/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/Lato/lato-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/Lato/lato-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/Lato/lato-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/Lato/lato-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('/fonts/Lato/lato-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/Lato/lato-v20-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Lato/lato-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/Lato/lato-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/Lato/lato-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/Lato/lato-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/Lato/lato-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/Lato/lato-v20-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Lato/lato-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/Lato/lato-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/Lato/lato-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/Lato/lato-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/Lato/lato-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/Lato/lato-v20-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* Utilities */
/* Extern libraries */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #fabb00;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1340px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #73808d;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #fabb00;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #ae8200;
    text-decoration: none;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1340px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1340px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
    background-color: #fff;
    box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.4);
}

.cc-window.cc-invisible {
    opacity: 0;
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    flex-direction: column;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
}

.cc-link {
    display: inline-block;
}

.cc-link:active,
.cc-link:visited {
    color: initial;
}

.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-right {
    right: 1em;
}

.cc-bottom {
    bottom: 1em;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
    flex: 1 0 auto;
}

.cc-compliance {
    display: flex;
    align-items: center;
    align-content: space-between;
}

.cc-compliance > .cc-btn {
    flex: 1 1;
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0;
    }

    .cc-window.cc-floating {
        max-width: none;
    }

    .cc-window.cc-bottom {
        bottom: 0;
    }
}

.img-fluid, .image-embed-item {
    max-width: 100%;
    height: auto;
}

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

/* Fluid Styled Content default styling */
.ce-align-left {
    text-align: left;
}

.ce-align-center {
    text-align: center;
}

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

.ce-table td,
.ce-table th {
    vertical-align: top;
}

html {
    overflow-y: scroll;
}

body {
    font-family: 'Lato', sans-serif;
    color: #403f42;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 0.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #403f42;
}

h1 + h2, h1 + .h2, h1 + h3, h1 + .h3, h1 + h4, h1 + .h4, .h1 + h2, .h1 + .h2, .h1 + h3, .h1 + .h3, .h1 + h4, .h1 + .h4, h2 + h2, h2 + .h2, h2 + h3, h2 + .h3, h2 + h4, h2 + .h4, .h2 + h2, .h2 + .h2, .h2 + h3, .h2 + .h3, .h2 + h4, .h2 + .h4, h3 + h2, h3 + .h2, h3 + h3, h3 + .h3, h3 + h4, h3 + .h4, .h3 + h2, .h3 + .h2, .h3 + h3, .h3 + .h3, .h3 + h4, .h3 + .h4 {
    margin-top: 1.5rem;
}

@media (min-width: 992px) {
    h1 + h2, h1 + .h2, h1 + h3, h1 + .h3, h1 + h4, h1 + .h4, .h1 + h2, .h1 + .h2, .h1 + h3, .h1 + .h3, .h1 + h4, .h1 + .h4, h2 + h2, h2 + .h2, h2 + h3, h2 + .h3, h2 + h4, h2 + .h4, .h2 + h2, .h2 + .h2, .h2 + h3, .h2 + .h3, .h2 + h4, .h2 + .h4, h3 + h2, h3 + .h2, h3 + h3, h3 + .h3, h3 + h4, h3 + .h4, .h3 + h2, .h3 + .h2, .h3 + h3, .h3 + .h3, .h3 + h4, .h3 + .h4 {
        margin-top: 2rem;
    }
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

.page {
    background-color: #FAFAFA;
}

.page > * {
    width: 100%;
}

.main-content {
    background-color: #FAFAFA;
}

.main-content .frame-type-textmedia ul {
    padding-left: 0;
    list-style: none;
}

.main-content .frame-type-textmedia ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.main-content .frame-type-textmedia ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #fabb00;
    position: absolute;
    left: 0;
    top: 4px;
}

.header {
    min-height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding-top: 30px;
}

.header__logo {
    max-width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer {
    background-color: #FAFAFA;
}

.footer .h3 {
    margin-bottom: 0;
}

.footer a {
    font-size: 14px;
}

.footer a:link {
    color: #403f42;
}

.footer a:hover {
    color: #403f42;
    text-decoration: underline;
}

.footer__wrap {
    width: 100%;
}

.footer__content {
    text-align: center;
    padding: 50px 0 10px;
    font-size: 14px;
}

@media (min-width: 992px) {
    .footer__content {
        padding: 60px 0 20px;
    }
}

@media (min-width: 768px) {
    .footer__row {
        margin: 0 -20px;
        display: flex;
        flex-wrap: wrap;
    }
}

.footer__column {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .footer__column {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 20px;
    }
}

@media (min-width: 1340px) {
    .footer__column {
        flex-basis: 25%;
        max-width: 25%;
        margin-bottom: 0;
    }
}

.footer__bottom {
    background-color: #fabb00;
    padding: 10px;
}

@media (min-width: 992px) {
    .footer__bottom {
        padding: 20px;
    }
}

.footer__text--small {
    font-size: 12px;
}

.footer__text--color-yellow {
    color: #fabb00;
}

.button, .cc-window .cc-btn {
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 8px 20px;
    cursor: pointer;
    color: #fff;
}

.button:hover, .cc-window .cc-btn:hover, .button:focus, .cc-window .cc-btn:focus {
    color: #fff;
}

.button--primary, .cc-window .cc-btn {
    background-color: #fabb00;
}

.button--primary:hover, .cc-window .cc-btn:hover, .button--primary:focus, .cc-window .cc-btn:focus {
    background-color: #e1a800;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Grid Container */
.grid-container {
    padding-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .grid-container {
        margin-bottom: 40px;
    }
}

.grid-container--gray {
    background-color: #FAFAFA;
    padding-top: 40px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .grid-container--gray {
        padding-bottom: 40px;
    }
}
