@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,700,700i");

.has-dark-blue-color {
    color: #00567E
}

.has-dark-blue-background-color {
    background-color: #00567E
}

.has-mid-blue-color {
    color: #077CAB
}

.has-mid-blue-background-color {
    background-color: #077CAB
}

.has-light-blue-color {
    color: #41B6E6
}

.has-light-blue-background-color {
    background-color: #41B6E6
}

.has-light-grey-color {
    color: #f5f5f5
}

.has-light-grey-background-color {
    background-color: #f5f5f5
}

.has-mid-grey-color {
    color: #A2AAAD
}

.has-mid-grey-background-color {
    background-color: #A2AAAD
}

.has-orange-color {
    color: #E88320
}

.has-orange-background-color {
    background-color: #E88320
}

.has-dark-orange-color {
    color: #DD7815
}

.has-dark-orange-background-color {
    background-color: #DD7815
}

* {
    box-sizing: border-box
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body.noscroll {
    overflow: hidden
}

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

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 22px
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5B6770;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.8;
    margin: 0;
    text-rendering: optimizeLegibility
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Muli", sans-serif;
    color: #00567E
}

h1.is-style-white,
h2.is-style-white,
h3.is-style-white,
h4.is-style-white,
h5.is-style-white,
h6.is-style-white {
    color: #fff
}

h1.is-style-grey,
h2.is-style-grey,
h3.is-style-grey,
h4.is-style-grey,
h5.is-style-grey,
h6.is-style-grey {
    color: #5B6770
}

h1.is-style-blue,
h2.is-style-blue,
h3.is-style-blue,
h4.is-style-blue,
h5.is-style-blue,
h6.is-style-blue {
    color: #077CAB
}

h1.is-style-grey-with-divider,
h2.is-style-grey-with-divider,
h3.is-style-grey-with-divider,
h4.is-style-grey-with-divider,
h5.is-style-grey-with-divider,
h6.is-style-grey-with-divider {
    color: #5B6770
}

h1.is-style-grey-with-divider:after,
h2.is-style-grey-with-divider:after,
h3.is-style-grey-with-divider:after,
h4.is-style-grey-with-divider:after,
h5.is-style-grey-with-divider:after,
h6.is-style-grey-with-divider:after {
    content: '';
    border-top: 2px solid #41B6E6;
    width: 30px;
    display: block;
    margin: 25px auto
}

h1.is-style-white-with-divider,
h2.is-style-white-with-divider,
h3.is-style-white-with-divider,
h4.is-style-white-with-divider,
h5.is-style-white-with-divider,
h6.is-style-white-with-divider {
    color: #fff
}

h1.is-style-white-with-divider:after,
h2.is-style-white-with-divider:after,
h3.is-style-white-with-divider:after,
h4.is-style-white-with-divider:after,
h5.is-style-white-with-divider:after,
h6.is-style-white-with-divider:after {
    content: '';
    border-top: 2px solid #fff;
    width: 30px;
    display: block;
    margin: 25px auto
}

@media only screen and (max-width: 781px) {

    h1.no-padding-bottom,
    h2.no-padding-bottom,
    h3.no-padding-bottom,
    h4.no-padding-bottom,
    h5.no-padding-bottom,
    h6.no-padding-bottom {
        padding: 0
    }
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 1.875rem;
    line-height: 120%;
    font-weight: 300;
    margin: 0 0 5vh 0
}

@media only screen and (max-width: 781px) {
    h1 {
        margin: 0 0 2.5vh 0
    }
}

@media only screen and (max-width: 599px) {
    h1 {
        font-size: 1.25rem
    }
}

h1 strong {
    font-weight: 600
}

h2 {
    margin: 0 0 25px;
    padding: 0;
    font-weight: 300;
    font-size: 36px;
    color: #5B6770;
    line-height: 36px
}

@media only screen and (max-width: 781px) {
    h2 {
        font-size: 28px
    }
}

h3 {
    margin: 0;
    padding: 0 0 8px;
    font-size: 18px;
    line-height: 1.2em
}

h4 {
    margin: 0;
    padding: 0;
    font-size: .59259rem;
    color: #41B6E6
}

@media only screen and (min-width: 1280px) {
    h4 {
        font-size: .71111rem
    }
}

h5 {
    margin: 0;
    padding: 0;
    font-size: .59259rem;
    font-weight: 600;
    color: #5B6770
}

@media only screen and (min-width: 1280px) {
    h5 {
        font-size: .71111rem
    }
}

h6 {
    margin: 0;
    padding: 0;
    font-size: .59259rem;
    font-weight: 400
}

hr {
    border: none;
    border-bottom: 1px solid #D0D3D4;
    margin: 1.65em auto
}

p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px
}

p.has-medium-font-size {
    font-size: 18px !important
}

p.has-large-font-size {
    font-size: 28px !important
}

p.has-huge-font-size {
    font-size: 36px !important
}

@media only screen and (max-width: 781px) {
    p.no-margin-bottom {
        margin: 0 0 6px
    }
}

p.external a:after {
    content: '';
    position: relative;
    bottom: 0;
    background: url(img/icons/external-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 11px;
    width: 11px !important;
    margin: 0;
    padding: 0 0 0 10px;
    transition: .125s ease-in-out
}

p.external a:hover:after {
    background: url(img/icons/external-blue.svg);
    background-repeat: no-repeat;
    background-position: center
}

ul,
ol {
    margin: 0 0 25px
}

ul.first-item-stlye-none,
ol.first-item-stlye-none {
    margin: -25px 0 25px 0
}

ul.first-item-stlye-none li,
ol.first-item-stlye-none li {
    list-style: none;
    font-weight: 600
}

ul.first-item-stlye-none li ul li,
ol.first-item-stlye-none li ul li {
    list-style: disc;
    font-weight: 400
}

ul.first-item-count-13,
ol.first-item-count-13 {
    counter-reset: start 12;
    margin: 25px 0 25px -40px
}

ul.first-item-count-13 li,
ol.first-item-count-13 li {
    display: block
}

ul.first-item-count-13 li:before,
ol.first-item-count-13 li:before {
    content: counter(start) ". ";
    counter-increment: start
}

ul.first-item-count-13 li ul li,
ul.first-item-count-13 li ol li,
ol.first-item-count-13 li ul li,
ol.first-item-count-13 li ol li {
    list-style: disc;
    display: list-item;
    margin: 0 0 0 10px
}

ul.first-item-count-13 li ul li:before,
ul.first-item-count-13 li ol li:before,
ol.first-item-count-13 li ul li:before,
ol.first-item-count-13 li ol li:before {
    display: none
}

ul.first-item-count-14,
ol.first-item-count-14 {
    counter-reset: start 13;
    margin: 25px 0 25px -40px
}

ul.first-item-count-14 li,
ol.first-item-count-14 li {
    display: block
}

ul.first-item-count-14 li:before,
ol.first-item-count-14 li:before {
    content: counter(start) ". ";
    counter-increment: start
}

ul.first-item-count-14 li ul li,
ul.first-item-count-14 li ol li,
ol.first-item-count-14 li ul li,
ol.first-item-count-14 li ol li {
    list-style: disc;
    display: list-item;
    margin: 0 0 0 10px
}

ul.first-item-count-14 li ul li:before,
ul.first-item-count-14 li ol li:before,
ol.first-item-count-14 li ul li:before,
ol.first-item-count-14 li ol li:before {
    display: none
}

ul li,
ol li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: .5rem
}

ul li ul li,
ol li ul li {
    list-style: disc
}

sup {
    font-size: 60%
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    border-left: 4px solid #000;
    padding-left: 1em
}

blockquote cite {
    font-size: .71111rem;
    font-style: normal;
    font-family: "Muli", sans-serif
}

pre {
    font-size: .88889rem;
    font-family: "Courier", monospace;
    line-height: 1.8;
    overflow: auto
}

code,
kbd,
tt,
var {
    font-size: .88889rem;
    font-family: "Consolas", "Lucida Console", monospace
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

a {
    text-decoration: none;
    color: #DD7815;
    transition: color .15s linear
}

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

a:focus {
    text-decoration: none;
    color: #FDA551;
    outline: none
}

button,
input,
select,
optgroup,
textarea {
    color: #5B6770;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    text-rendering: optimizeLegibility
}

table {
    margin: 0 0 25px;
    border-collapse: collapse;
    width: 100%;
    font-family: "Muli", sans-serif;
    font-size: 14px
}

table td,
table th {
    padding: 0.5em;
    border: 1px solid #d8dcdd;
    word-break: break-all
}

table tr:first-child td {
    background: #077CAB;
    color: #fff;
    font-weight: 600
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

@media only screen and (min-width: 782px) {
    .hide-on-desktop {
        display: none !important
    }
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.block-editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    border: 1px dashed rgba(145, 151, 162, 0.25);
    border-bottom: none
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media (min-width: 960px) {
    .block-editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }

    .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }

    .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: rgba(66, 88, 99, 0.4) rgba(66, 88, 99, 0.4) rgba(66, 88, 99, 0.4) transparent
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.45) transparent
}

.block-editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border: 1px dashed #e2e4e7;
    color: #555d66;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 440;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (min-width: 600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
    color: #fff
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling: touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position: -webkit-sticky) or (position: sticky) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file * + .wp-block-file__button {
    margin-left: .75em
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports (position: -webkit-sticky) or (position: sticky) {

    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports (position: -webkit-sticky) or (position: sticky) {

    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent)
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports (position: -webkit-sticky) or (position: sticky) {

    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {

    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }

    @supports (-ms-ime-align: auto) {

        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }

    @supports (-ms-ime-align: auto) {

        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }

    @supports (-ms-ime-align: auto) {

        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }

    @supports (-ms-ime-align: auto) {

        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }

    @supports (-ms-ime-align: auto) {

        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }

    @supports (-ms-ime-align: auto) {

        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }

    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%
}

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
        grid-template-areas: "media-text-media""media-text-content"
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content""media-text-media"
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table.has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table.has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table.has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
    background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
    background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
    background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
    color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
    color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
    color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
    color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
    color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
    color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
    color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
    color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
    color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.home #site-header {
    background: #ffffff
}

@media only screen and (min-width: 1280px) {
    .home #site-header {
        background: none
    }

    .home #site-header nav#utility-nav a {
        color: #ffffff
    }

    .home #site-header nav#utility-nav a.twitter {
        background: url(img/icons/twitter-utility-nav-white.svg) no-repeat top left
    }

    .home #site-header nav#utility-nav a.linkedin {
        background: url(img/icons/linkedin-utility-nav-white.svg) no-repeat top left
    }

    .home #site-header nav#main-nav a {
        color: #ffffff
    }
}

.home #site-header.scrolled nav#utility-nav a,
.home #site-header.mouseover nav#utility-nav a {
    color: #A2AAAD
}

.home #site-header.scrolled nav#utility-nav a.twitter,
.home #site-header.mouseover nav#utility-nav a.twitter {
    background: url(img/icons/twitter-utility-nav-grey.svg) no-repeat top left
}

.home #site-header.scrolled nav#utility-nav a.twitter:hover,
.home #site-header.mouseover nav#utility-nav a.twitter:hover {
    background: url(img/icons/twitter-utility-nav-light-grey.svg) no-repeat top left
}

.home #site-header.scrolled nav#utility-nav a.linkedin,
.home #site-header.mouseover nav#utility-nav a.linkedin {
    background: url(img/icons/linkedin-utility-nav-grey.svg) no-repeat top left
}

.home #site-header.scrolled nav#utility-nav a.linkedin:hover,
.home #site-header.mouseover nav#utility-nav a.linkedin:hover {
    background: url(img/icons/linkedin-utility-nav-light-grey.svg) no-repeat top left
}

#site-header {
    height: 98px;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1000;
    transition: .125s ease-in-out;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
}

@media only screen and (max-width: 1279px) {
    #site-header {
        height: 50px;
        overflow: visible
    }
}

#site-header.scrolled,
#site-header.mouseover {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1)
}

#site-header.scrolled nav#utility-nav,
#site-header.mouseover nav#utility-nav {
    color: #A2AAAD
}

#site-header.scrolled nav#main-nav ul li a,
#site-header.mouseover nav#main-nav ul li a {
    color: #5B6770
}

#site-header.scrolled nav#main-nav ul li a.twitter,
#site-header.mouseover nav#main-nav ul li a.twitter {
    background: url(img/icons/twitter-utility-nav-light-grey.svg) no-repeat top left
}

#site-header.scrolled nav#main-nav ul li a.linkedin,
#site-header.mouseover nav#main-nav ul li a.linkedin {
    background: url(img/icons/linkedin-utility-nav-light-grey.svg) no-repeat top left
}

#site-header.scrolled nav#main-nav ul li:hover a,
#site-header.mouseover nav#main-nav ul li:hover a {
    color: #00567E
}

@media only screen and (min-width: 782px) {
    #site-header.shrink {
        -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1)
    }
}

#site-header .container {
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: calc(100% - 23.4375px);
    max-width: 2400px
}

@media only screen and (min-width: 782px) {
    #site-header .container {
        width: calc(87.5% - 23.21429px);
        max-width: 2400px
    }
}

@media only screen and (min-width: 1280px) {
    #site-header .container {
        width: calc(75% - 22.91667px);
        max-width: 2400px
    }
}

#site-header .container #logo {
    display: block;
    background: url(img/portola_logo.svg) no-repeat top left;
    width: 146px;
    height: 42px;
    background-size: contain;
    text-indent: -1000px;
    overflow: hidden;
    transition: .125s ease-in-out
}

@media only screen and (max-width: 1400px) {
    #site-header .container #logo {
        background-size: 90%
    }
}

@media only screen and (max-width: 1279px) {
    #site-header .container #logo {
        position: absolute;
        left: 50%;
        right: 50%;
        top: 5px;
        margin-left: -73px
    }
}

@media only screen and (min-width: 1280px) {
    #site-header .container #logo {
        width: 193px;
        height: 54px;
        margin-top: -24px;
        float: left
    }
}

#site-header .container a.skip-link {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999
}

#site-header .container a.skip-link:focus,
#site-header .container a.skip-link:active {
    z-index: 999
}

nav#utility-nav {
    width: 100%;
    opacity: 1;
    margin: 5px 0 0 0;
    display: inline-block;
    transition: .125s ease-in-out
}

@media only screen and (max-width: 1279px) {
    nav#utility-nav {
        display: none
    }
}

nav#utility-nav.shrink {
    opacity: 0;
    pointer-events: none
}

nav#utility-nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

nav#utility-nav ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0
}

nav#utility-nav ul li:last-child {
    margin-right: 0
}

nav#utility-nav ul li a {
    text-transform: uppercase;
    display: block;
    color: #A2AAAD;
    font-size: .59259rem;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 600
}

nav#utility-nav ul li a:hover {
    color: #DD7815 !important
}

nav#utility-nav ul li a.active {
    color: #DD7815 !important
}

nav#utility-nav ul li a.linkedin {
    background: url(img/icons/linkedin-utility-nav-grey.svg) no-repeat top left;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    height: 16px;
    width: 16px;
    margin-bottom: -3px
}

nav#utility-nav ul li a.linkedin:hover {
    background: url(img/icons/linkedin-utility-nav-orange.svg) no-repeat top left
}

nav#utility-nav ul li a.twitter {
    background: url(img/icons/twitter-utility-nav-grey.svg) no-repeat top left;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    height: 16px;
    width: 16px;
    margin-bottom: -3px
}

nav#utility-nav ul li a.twitter:hover {
    background: url(img/icons/twitter-utility-nav-orange.svg) no-repeat top left
}

nav#main-nav {
    margin: -6px 0 0 0;
    float: right
}

nav#main-nav .toggle,
nav#main-nav .section,
nav#main-nav [id^=drop] {
    display: none
}

nav#main-nav:after {
    content: "";
    display: table;
    clear: both
}

nav#main-nav ul {
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 900
}

nav#main-nav ul li {
    display: inline-block;
    float: left;
    margin-left: 45px
}

nav#main-nav ul li:first-child {
    margin-left: 0
}

nav#main-nav ul li.mobile {
    display: none
}

@media only screen and (max-width: 781px) {
    nav#main-nav ul li.mobile {
        display: block
    }
}

nav#main-nav ul li.external a:after {
    content: '';
    position: relative;
    bottom: 0;
    background: url(img/icons/external-grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 11px;
    width: 11px !important;
    margin: 0;
    padding: 0 0 0 10px;
    transition: .125s ease-in-out
}

nav#main-nav ul li.external:hover a:after {
    background: url(img/icons/external-orange.svg);
    background-repeat: no-repeat;
    background-position: center
}

nav#main-nav ul li:hover a {
    color: #E88320 !important
}

nav#main-nav ul li:hover a:after {
    width: 60%
}

nav#main-nav ul li:hover ul {
    height: auto;
    max-height: 300px;
    pointer-events: all;
    padding: 0.5rem 25px
}

nav#main-nav ul li:hover ul li a {
    color: #5B6770 !important
}

nav#main-nav ul li.hide-on-desktop {
    display: block !important
}

@media only screen and (min-width: 1280px) {
    nav#main-nav ul li.hide-on-desktop {
        display: none !important
    }
}

nav#main-nav ul li.current-menu-item:hover a,
nav#main-nav ul li.current-menu-parent:hover a {
    color: #E88320 !important
}

nav#main-nav ul li.current-menu-item:hover ul li a,
nav#main-nav ul li.current-menu-parent:hover ul li a {
    color: #5B6770 !important
}

nav#main-nav ul li.current-menu-item:hover ul li:hover a,
nav#main-nav ul li.current-menu-parent:hover ul li:hover a {
    color: #E88320 !important
}

nav#main-nav ul li.current-menu-item a,
nav#main-nav ul li.current-menu-parent a {
    color: #00567E !important
}

nav#main-nav ul li.current-menu-item a:after,
nav#main-nav ul li.current-menu-parent a:after {
    width: 60%
}

nav#main-nav ul li.current-menu-item ul li a,
nav#main-nav ul li.current-menu-parent ul li a {
    color: #5B6770 !important
}

nav#main-nav ul li.linkedin {
    content: '';
    background: url(img/icons/linkedin-main-nav-grey.svg) no-repeat top left;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    height: 22px;
    width: 22px;
    margin-bottom: -3px;
    margin-right: 15px;
    display: none
}

nav#main-nav ul li.twitter {
    content: '';
    background: url(img/icons/twitter-main-nav-grey.svg) no-repeat top left;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    height: 22px;
    width: 22px;
    margin-bottom: -3px;
    margin-right: 15px;
    display: none
}

nav#main-nav ul li a {
    position: relative;
    display: block;
    color: #5B6770;
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding: 0 0 16px 0;
    transition: .25s ease-in-out
}

@media only screen and (min-width: 1280px) {
    nav#main-nav ul li a {
        white-space: nowrap
    }

    nav#main-nav ul li a:after {
        content: '';
        height: 3px;
        width: 0;
        position: absolute;
        right: 0;
        bottom: 11px;
        left: 0;
        margin: 0 auto;
        background: #41B6E6;
        transition: .25s ease-in-out
    }
}

nav#main-nav ul li ul {
    position: absolute;
    top: 0px;
    height: 0;
    max-height: 0;
    pointer-events: none;
    margin: 0;
    margin-right: -25px;
    margin-left: -25px;
    padding: 0 25px;
    box-shadow: 0px 5px 5px 0px rgba(162, 170, 173, 0.5);
    background: #fff;
    overflow: hidden;
    transition: all .25s ease-in-out;
    z-index: 800
}

@media only screen and (min-width: 1280px) {
    nav#main-nav ul li ul {
        top: 40px
    }
}

nav#main-nav ul li ul li {
    margin: 0;
    font-size: .71111rem;
    display: block;
    float: none
}

nav#main-nav ul li ul li.current-menu-item a,
nav#main-nav ul li ul li.current-menu-parent a {
    color: #E88320 !important
}

nav#main-nav ul li ul li a {
    color: #5B6770 !important;
    padding: 0 0 5px 0;
    font-size: 16px
}

nav#main-nav ul li ul li a:after {
    display: none
}

nav#main-nav ul li ul li a:hover {
    color: #E88320 !important
}

@media only screen and (max-width: 1279px) {
    nav#main-nav {
        z-index: 10;
        float: none
    }

    nav#main-nav ul {
        transition: .25s left linear;
        box-shadow: 0 50px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.22);
        width: 100%;
        left: -600px;
        position: fixed;
        width: 0
    }

    nav#main-nav ul li {
        display: block;
        width: 100%;
        margin-left: 0
    }

    nav#main-nav ul li.twitter,
    nav#main-nav ul li.linkedin {
        margin-top: 25px;
        display: block
    }

    nav#main-nav ul li > label:after {
        content: ' +';
        float: right
    }

    nav#main-nav ul li .section {
        display: block;
        content: '';
        width: 100%
    }

    nav#main-nav ul li > label:only-child:after {
        content: ''
    }

    nav#main-nav ul li a {
        color: #5B6770 !important;
        padding: 0;
        font-size: 16px;
        font-size: 1rem
    }

    nav#main-nav ul li ul {
        height: auto !important;
        max-height: 100% !important;
        visibility: visible;
        left: auto;
        box-shadow: none !important;
        margin-left: 0 !important;
        padding: 10px 0 0 25px !important;
        pointer-events: all
    }

    nav#main-nav ul li ul li a {
        color: #939696 !important;
        font-size: .71111rem
    }

    nav#main-nav ul ul {
        position: relative !important;
        display: block !important;
        transition: none;
        width: 100%
    }

    nav#main-nav .toggle + a,
    nav#main-nav .section ~ a {
        display: none
    }

    nav#main-nav .section ~ a {
        background: #009ce4;
        border-top: 1px solid #00567E
    }

    nav#main-nav .toggle {
        position: fixed;
        left: 15px;
        cursor: pointer;
        display: block;
        content: '';
        color: #5B6770;
        background: #fff;
        font-size: 19.2px;
        font-size: 1.2rem;
        text-decoration: none;
        border: none;
        top: 15px;
        width: 25px;
        height: 18px;
        border-bottom: 2px solid #939696
    }

    nav#main-nav .toggle:before {
        border-top: 2px solid #939696;
        content: ' ';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    nav#main-nav .toggle:after {
        border-top: 2px solid #939696;
        content: ' ';
        position: absolute;
        right: 0;
        top: 50%;
        width: 100%;
        height: 100%;
        transform-origin: 0 0
    }

    nav#main-nav > [id^=drop]:not(:checked) ~ ul {
        left: -600px;
        height: 100vh;
        overflow: hidden;
        visibility: hidden
    }

    nav#main-nav [id^=drop]:checked ~ ul {
        top: 50px;
        left: 0;
        height: 100vh;
        max-width: 375px;
        overflow: auto;
        background: #fff;
        position: fixed;
        padding: 1px 25px 125px 25px;
        z-index: 100;
        border-top: 10px solid #ffffff;
        -webkit-transform: translate3d(0, 0, 0);
        width: 100%
    }

    nav#main-nav [id^=drop]:checked ~ label {
        border-bottom: none;
        z-index: 300
    }

    nav#main-nav [id^=drop]:checked ~ label:before {
        transform: rotate(-45deg);
        top: 6px;
        left: 11px;
        border-top: 2px solid #5B6770
    }

    nav#main-nav [id^=drop]:checked ~ label:after {
        transform: rotate(45deg);
        left: 9px;
        top: 0px;
        border-top: 2px solid #5B6770
    }

    nav#main-nav [id^=drop]:checked + a {
        display: block
    }
}

html {
    margin-top: 98px
}

@media only screen and (max-width: 1279px) {
    html {
        margin-top: 0px
    }
}

@media only screen and (max-width: 1279px) {
    main {
        margin-top: 50px
    }
}

.home {
    margin-top: -98px
}

@media only screen and (max-width: 1279px) {
    .home {
        margin-top: 0px
    }
}

.home main {
    margin-top: 0
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-backface-visibility: hidden;
    background: #fff;
    border: solid 4px #ffffff;
    box-sizing: border-box;
    outline: none;
    padding: 1em;
    -webkit-appearance: none;
    outline-offset: 0;
    border-radius: 0;
    font-size: 14px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: none;
    border-color: #41B6E6 !important;
    color: #41B6E6 !important
}

input,
select,
textarea {
    height: 42px
}

input.error,
select.error,
textarea.error {
    border: 4px solid red
}

input::empty {
    background: red
}

input[type="search"]::-webkit-search-decoration {
    display: none
}

.select {
    height: 42px;
    position: relative
}

.select:after {
    content: '';
    position: absolute;
    background: url(img/icons/select-arrow.svg) no-repeat top left;
    right: 0.25em;
    top: 0.75em;
    padding: 0;
    display: block;
    height: 1em;
    width: 1em;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    color: #E88320;
    margin: auto
}

select {
    width: 100%;
    display: block;
    background: #ffffff;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
    padding: 0 1em
}

select:focus {
    outline: none;
    border: solid 4px #41B6E6 !important
}

textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 20vh;
    resize: vertical
}

#message {
    display: none;
    height: 20vh
}

#message.show {
    display: block
}

form {
    padding: 0 0 5vh 0
}

form.hide {
    display: none
}

form p {
    margin: 0 0 1vh 0
}

form .row {
    display: flex;
    flex-direction: row;
    margin: 0 0 1.5% 0
}

@media only screen and (max-width: 599px) {
    form .row {
        flex-direction: column;
        margin: 0
    }
}

form .row .col {
    float: left
}

form .row .col .formelement input {
    width: 100%
}

form .row .col .formelement select {
    width: 100%
}

@media only screen and (max-width: 599px) {
    form .row .col .formelement {
        margin: 0 0 5% 0
    }
}

form .row .w100 {
    width: 100%
}

form .row .w100 .wp-block-button {
    display: flex;
    flex-direction: unset !important;
    margin: 0 auto
}

form .row .w50 {
    width: 49%
}

form .row .w50:nth-of-type(1) {
    margin: 0 1% 0 0
}

form .row .w50:nth-of-type(2) {
    margin: 0 0 0 1%
}

@media only screen and (max-width: 599px) {
    form .row .w50 {
        width: 100%;
        margin: 0 !important
    }
}

.gform_wrapper h3.gform_title {
    display: none
}

.gform_wrapper ul li {
    margin: 0 0 16px 0 !important;
    padding: 0 !important
}

.gform_wrapper ul li.w50 {
    max-width: 49% !important;
    width: 49%;
    padding: 0 !important
}

.gform_wrapper ul li.w50:nth-of-type(odd) {
    float: right;
    clear: right !important;
    margin: 0 1% 0 0
}

.gform_wrapper ul li.w50:nth-of-type(even) {
    float: left;
    clear: left !important;
    margin: 0 0 0 1%
}

.gform_wrapper ul li.w50.left {
    float: left;
    clear: left !important
}

@media only screen and (max-width: 781px) {
    .gform_wrapper ul li.w50 {
        max-width: 100% !important;
        width: 100%;
        margin: 0 0 16px 0 !important
    }
}

.gform_wrapper ul li.full-width {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    display: inline-block
}

.gform_wrapper ul li .ginput_container {
    width: 100% !important;
    margin: 0 !important;
    float: left
}

.gform_wrapper ul li .ginput_container input,
.gform_wrapper ul li .ginput_container select {
    width: 100% !important;
    padding: 0px 10px !important
}

.gform_wrapper ul li .ginput_container_select,
.gform_wrapper ul li .ginput_container_address {
    height: 42px;
    position: relative
}

.gform_wrapper ul li .ginput_container_select span,
.gform_wrapper ul li .ginput_container_address span {
    height: 42px
}

.gform_wrapper ul li .ginput_container_select:after,
.gform_wrapper ul li .ginput_container_address:after {
    content: '';
    position: absolute;
    background: url(img/icons/select-arrow.svg) no-repeat top left;
    right: 8px;
    top: 16px;
    padding: 0;
    display: block;
    height: 16px;
    width: 16px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    color: #E88320;
    margin: auto
}

.gform_wrapper label {
    display: none !important
}

.gform_wrapper input[type="submit"] {
    min-width: 110px;
    border-radius: 0;
    background-color: transparent !important;
    padding: 0;
    text-align: left;
    font-size: 24px !important;
    font-weight: 400;
    border: none;
    outline: none;
    color: #ffffff;
    padding-right: 30px;
    background-image: url(img/icons/orange-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    line-height: 24px !important
}

.gform_wrapper input[type="submit"]:hover {
    color: #E88320;
    text-decoration: none
}

@media only screen and (max-width: 599px) {
    .gform_wrapper input[type="submit"] {
        width: auto !important
    }
}

.instruction {
    display: none !important
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 2px !important
}

.address_country {
    width: 100% !important;
    padding-right: 0 !important
}

.gform_wrapper div.validation_error {
    color: #ffffff !important;
    font-size: 100% !important;
    font-weight: normal !important;
    border: 2px solid #ffffff !important;
    padding: 1em 0px 1em 20px !important
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    border-color: none !important;
    color: #ffffff !important;
    background-color: none !important
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
    color: #FFFFFF !important
}

.gform_wrapper li.gfield_error input[type="email"],
.gform_wrapper li.gfield_error input[type="number"],
.gform_wrapper li.gfield_error input[type="password"],
.gform_wrapper li.gfield_error input[type="tel"],
.gform_wrapper li.gfield_error input[type="text"],
.gform_wrapper li.gfield_error input[type="url"],
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #ffffff
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error select,
.gform_wrapper li.gfield_error .select-selected {
    border: 2px solid #ff0000 !important
}

.gform_wrapper li.gfield_error .select-items {
    border-color: #ff0000 !important
}

.gform_wrapper li.gfield_error .select-selected {
    border-top: 1px solid #ff0000 !important
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    width: 100% !important;
    max-width: 100% !important
}

@media only screen and (min-width: 641px) {
    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        width: 49% !important;
        max-width: 49% !important
    }
}

@media only screen and (min-width: 641px) {
    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).full-width {
        width: 100% !important;
        max-width: 100% !important
    }
}

.ginput_counter {
    font-size: 16px !important;
    font-weight: 400;
    color: #ffffff !important;
    padding-top: 10px
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 0 !important
}

.custom-select {
    position: relative
}

.custom-select select {
    display: none
}

.select-selected {
    background-color: #ffffff
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #ffffff transparent transparent transparent
}

.select-selected.select-arrow-active {
    border-top: 2px solid #E88320;
    border-right: 2px solid #E88320;
    border-left: 2px solid #E88320;
    padding: 7px 8px 10px 8px
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fffff transparent;
    top: 7px
}

.select-selected {
    position: relative;
    top: -43px
}

.select-items div,
.select-selected {
    position: relative;
    color: #5B6770;
    outline: none;
    cursor: pointer;
    width: 100%;
    display: block;
    background: #ffffff;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 16px;
    padding: 9px 10px
}

.select-items {
    position: absolute;
    top: 42px;
    right: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 99;
    background-color: #ffffff;
    max-height: 200px;
    overflow-y: scroll;
    border-right: 2px solid #E88320;
    border-left: 2px solid #E88320;
    border-bottom: 2px solid #E88320
}

.select-hide {
    display: none
}

.select-items div:hover,
.same-as-selected {
    background-color: #E88320;
    color: #ffffff
}

#site-footer {
    background: #f5f5f5;
    clear: both;
    padding: 25px 0 75px
}

#site-footer .inner {
    width: calc(100% - 23.4375px);
    max-width: 2400px;
    margin: 0 auto
}

@media only screen and (min-width: 782px) {
    #site-footer .inner {
        width: calc(87.5% - 23.21429px);
        max-width: 2400px
    }
}

@media only screen and (min-width: 1280px) {
    #site-footer .inner {
        width: calc(75% - 22.91667px);
        max-width: 2400px
    }
}

#site-footer:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (max-width: 781px) {
    #site-footer {
        text-align: center
    }
}

#site-footer #footer-nav {
    float: left
}

#site-footer #social-prompt {
    font-size: .59259rem;
    float: right;
    padding: 0;
    display: block;
    clear: both;
    margin: 0
}

#site-footer #footer-logo {
    float: left;
    background: url(img/portola_logo.svg) no-repeat top left;
    width: 136px;
    height: 38px;
    background-size: contain;
    text-indent: -1000px;
    overflow: hidden
}

@media only screen and (max-width: 781px) {
    #site-footer #footer-logo {
        display: none
    }
}

#site-footer #disclaimers-prompt {
    display: block;
    clear: both;
    margin: 0;
    font-size: .59259rem;
    margin: -10px 0 0 0
}

@media only screen and (min-width: 782px) {
    #site-footer #disclaimers-prompt {
        float: right
    }
}

@media only screen and (max-width: 781px) {
    #site-footer #disclaimers-prompt {
        margin: 10px 0 0 0
    }
}

nav#footer-nav:after {
    content: "";
    display: table;
    clear: both
}

nav#footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

nav#footer-nav ul li {
    display: inline-block;
    margin-right: 50px
}

nav#footer-nav ul li:last-child {
    margin-right: 0
}

nav#footer-nav ul li a {
    position: relative;
    display: block;
    color: #5B6770;
    text-decoration: none;
    font-size: 14px
}

nav#footer-nav ul li a:hover {
    color: #E88320
}

nav#footer-nav ul li a.active {
    color: #00567E
}

@media screen and (max-width: 992px) {
    nav#footer-nav ul {
        margin-bottom: 25px
    }

    nav#footer-nav ul li {
        margin-right: 25px
    }

    nav#footer-nav ul li:last-child {
        margin-right: 0
    }
}

@media only screen and (max-width: 781px) {
    nav#footer-nav {
        display: none
    }
}

nav#footer-legal-nav:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (min-width: 782px) {
    nav#footer-legal-nav {
        float: right
    }
}

nav#footer-legal-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 15px
}

nav#footer-legal-nav ul li {
    display: inline-block
}

nav#footer-legal-nav ul li:last-child {
    margin-right: 0
}

nav#footer-legal-nav ul li a {
    margin-left: 25px;
    position: relative;
    display: block;
    color: #5B6770;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase
}

nav#footer-legal-nav ul li a:hover {
    color: #E88320
}

nav#footer-legal-nav ul li a.active {
    color: #00567E
}

.w2o-babbage-modal {
    display: none;
    padding: 50px 25px 25px
}

.w2o-babbage-modal#external-links-dialog {
    text-align: center
}

.w2o-babbage-modal .w2o-babbage-row-inner {
    width: 100% !important
}

.w2o-babbage-modal .modal-close-button {
    display: block;
    position: absolute;
    top: .5rem;
    right: 1rem;
    cursor: pointer
}

.w2o-babbage-modal .modal-close-button:after {
    content: '\2716';
    color: #00567E;
    font-size: 1.6875rem
}

.w2o-babbage-modal[role="dialog"] {
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    top: 2rem;
    left: 1rem;
    right: 1rem
}

@media only screen and (min-width: 782px) {
    .w2o-babbage-modal[role="dialog"] {
        top: 50vh;
        left: 50vw;
        transform: translate(-50%, -50%);
        min-width: calc(640px - (15px * 2));
        min-height: auto;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.22)
    }

    .w2o-babbage-modal[role="dialog"].wide-modal {
        min-width: calc(768px - (15px * 2))
    }
}

.w2o-babbage-modal button {
    background: #00567E;
    color: #fff;
    border: 0
}

#dialog-backdrop {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear
}

#dialog-backdrop.show {
    visibility: visible;
    opacity: 1
}

nav#social-nav {
    width: 100%;
    display: inline-block;
    float: right
}

nav#social-nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

nav#social-nav ul li {
    display: inline-block;
    margin-left: 12.5px
}

nav#social-nav ul li a {
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    height: 22px;
    width: 22px;
    text-decoration: none
}

nav#social-nav ul li a:hover {
    color: #dfe2e3
}

nav#social-nav ul li a.active {
    color: #00567E
}

nav#social-nav ul li a.twitter {
    background: url(img/icons/twitter-main-nav-grey.svg) no-repeat top left
}

nav#social-nav ul li a.twitter:hover {
    background: url(img/icons/twitter-main-nav-light-grey.svg) no-repeat top left
}

nav#social-nav ul li a.linkedin {
    background: url(img/icons/linkedin-main-nav-grey.svg) no-repeat top left
}

nav#social-nav ul li a.linkedin:hover {
    background: url(img/icons/linkedin-main-nav-light-grey.svg) no-repeat top left
}

@media only screen and (max-width: 781px) {
    nav#social-nav {
        display: none
    }
}

#cookie-law-info-bar {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 50px;
    background-color: rgba(255, 255, 255, 0.85) !important
}

#cookie-law-info-bar span {
    text-align: left;
    display: block;
    position: relative;
    width: calc(75% - 22.91667px);
    max-width: 2400px;
    padding: 0;
    margin: 0 auto
}

@media only screen and (max-width: 1279px) {
    #cookie-law-info-bar span {
        padding: 0
    }
}

@media only screen and (max-width: 781px) {
    #cookie-law-info-bar span {
        width: calc(87.5% - 23.21429px);
        max-width: 2400px
    }
}

@media only screen and (max-width: 599px) {
    #cookie-law-info-bar span {
        width: calc(100% - 23.4375px);
        max-width: 2400px
    }
}

#cookie-law-info-bar span a.cli-plugin-main-link {
    font-weight: 400 !important
}

#cookie-law-info-bar span br {
    content: ' '
}

#cookie-law-info-bar span br:after {
    content: ' '
}

#cookie-law-info-bar span p {
    width: 75%;
    padding-right: 25px
}

@media only screen and (max-width: 781px) {
    #cookie-law-info-bar span p {
        text-align: center;
        padding-right: 0;
        margin: 0 0 12px 0
    }
}

#cookie-law-info-bar span p a {
    display: inline !important
}

@media only screen and (max-width: 781px) {
    #cookie-law-info-bar span a {
        display: block !important;
        width: 100%;
        text-align: center
    }
}

#cookie-law-info-bar span #cookie_action_close_header {
    float: right;
    position: absolute;
    top: 0;
    right: 0
}

#cookie-law-info-bar span div.reject {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 90px
}

@media only screen and (max-width: 781px) {
    #cookie-law-info-bar span p {
        width: 100%
    }

    #cookie-law-info-bar span #cookie_action_close_header {
        float: none;
        position: relative;
        top: 0;
        right: 0;
        margin-right: 12.5px
    }

    #cookie-law-info-bar span div.reject {
        display: block;
        float: none;
        position: relative;
        top: 0;
        right: 0;
        text-align: center
    }
}

#cookie-law-info-again {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1)
}

@media only screen and (max-width: 781px) {
    #cookie-law-info-again {
        right: 0 !important;
        left: 0 !important;
        margin: auto;
        width: 40% !important
    }
}

@media only screen and (max-width: 599px) {
    #cookie-law-info-again {
        width: 60% !important
    }
}

.backToTop {
    height: 35px;
    width: 35px;
    position: fixed;
    top: 60vh;
    right: 0;
    background: #E88320;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: .125s ease-in-out
}

.backToTop.show {
    opacity: 1;
    pointer-events: all
}

.backToTop:before {
    content: '';
    background: url(img/icons/back-to-top-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    width: 35px;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.investors-and-media a.download {
    position: relative;
    padding: 0 0 0 37.5px;
    font-size: 16px;
    font-weight: 600;
    color: #5B6770
}

.investors-and-media a.download:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    height: 26px;
    width: 25px;
    background-image: url(img/icons/icon-download.svg);
    background-repeat: no-repeat;
    background-position: center
}

.investors-and-media a.audio {
    position: relative;
    padding: 0 0 0 37.5px;
    font-size: 16px;
    font-weight: 600;
    color: #5B6770
}

.investors-and-media a.audio:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    height: 23px;
    width: 27px;
    background-image: url(img/icons/icon-audio.svg);
    background-repeat: no-repeat;
    background-position: center
}

.investors-and-media a:hover {
    color: #E88320
}

.investors-and-media .wp-block-columns.reverse {
    flex-direction: row-reverse
}

@media only screen and (max-width: 1000px) {
    .investors-and-media .wp-block-columns.reverse .wp-block-column {
        flex-basis: 100% !important
    }
}

@media only screen and (max-width: 1000px) {
    .investors-and-media .wp-block-columns.reverse {
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 1000px) {
    .investors-and-media .wp-block-columns.hidden .wp-block-column:first-child {
        flex-basis: 100% !important
    }

    .investors-and-media .wp-block-columns.hidden .wp-block-column:last-child {
        flex-basis: 0% !important
    }
}

.investors-and-media .wp-block-column.extramarginright {
    margin: 0 50px 0 12.5px !important
}

@media only screen and (max-width: 781px) {
    .investors-and-media .wp-block-column.extramarginright {
        margin: 0 12.5px !important
    }
}

.investors-and-media .wp-block-column.extramarginright h3 {
    padding: 0 0 50px 0
}

.investors-and-media .wp-block-column .links {
    min-width: 300px;
    border: 2px solid #A2AAAD;
    padding: 16.66667px 20px;
    margin: 0 0 25px 0
}

@media only screen and (max-width: 1000px) {
    .investors-and-media .wp-block-column .links {
        min-width: 100%
    }

    .investors-and-media .wp-block-column .links:last-of-type {
        margin: 0 0 75px 0
    }
}

.investors-and-media .wp-block-column .links p {
    margin: 0;
    font-size: 18px;
    color: #00567E;
    font-weight: 600;
    padding: 0 0 6.25px 0
}

.investors-and-media .wp-block-column .links ul {
    margin: 0;
    padding: 0
}

.investors-and-media .wp-block-column .links ul li {
    list-style: none;
    padding: 0 0 6.25px 0
}

.investors-and-media .wp-block-column .links ul li a {
    font-size: 17px;
    color: #A2AAAD;
    font-weight: 600
}

.investors-and-media .wp-block-column .links ul li.active a,
.investors-and-media .wp-block-column .links ul li:hover a {
    color: #E88320
}

.investors-and-media .wp-block-column .links ul li.sub-menu {
    position: relative;
    padding: 0 0 6.25px 20px
}

.investors-and-media .wp-block-column .links ul li.sub-menu:before {
    content: '+';
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 20px;
    color: #E88320;
    font-weight: 600
}

.investors-and-media .wp-block-column .links ul li.sub-menu.active {
    padding: 0 0 0 20px
}

.investors-and-media .wp-block-column .links ul li.sub-menu.active a {
    color: #A2AAAD
}

.investors-and-media .wp-block-column .links ul li.sub-menu.active:before {
    content: '-'
}

.investors-and-media .wp-block-column .links ul li.sub-menu ul li a {
    font-size: 15px
}

.investors-and-media .wp-block-column .links ul li.sub-menu ul li a:hover {
    color: #E88320
}

.investors-and-media .wp-block-column .links ul.tools {
    padding: 0 0 6.25px 37.5px
}

.investors-and-media .wp-block-column .links ul.tools li {
    position: relative
}

.investors-and-media .wp-block-column .links ul.tools li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -37.5px;
    background-repeat: no-repeat;
    background-position: center
}

.investors-and-media .wp-block-column .links ul.tools li.print:before {
    height: 20px;
    width: 19px;
    background-image: url(img/icons/icon-print.svg)
}

.investors-and-media .wp-block-column .links ul.tools li.email:before {
    height: 15px;
    width: 20px;
    background-image: url(img/icons/icon-email.svg)
}

.investors-and-media .wp-block-column .links ul.tools li.online-investor-kit:before {
    height: 20px;
    width: 20px;
    background-image: url(img/icons/icon-online-investor-kit.svg)
}

.investors-and-media .wp-block-column .links ul.tools li.rss-feeds:before {
    height: 13px;
    width: 13px;
    background-image: url(img/icons/icon-rss-feeds.svg)
}

.investors-and-media .wp-block-column.callout {
    height: 209px;
    position: relative;
    background-color: #00567E;
    padding: 25px 0
}

@media only screen and (max-width: 1000px) {
    .investors-and-media .wp-block-column.callout {
        height: 309px
    }

    .investors-and-media .wp-block-column.callout:before {
        height: 309px !important
    }

    .investors-and-media .wp-block-column.callout:after {
        border-bottom: 309px solid rgba(7, 124, 171, 0.3)
    }
}

.investors-and-media .wp-block-column.callout:before {
    content: '';
    background-color: #00567E;
    height: 209px;
    width: 1950px;
    position: absolute;
    top: 0;
    left: -1950px;
    overflow: hidden
}

.investors-and-media .wp-block-column.callout:after {
    content: '';
    position: absolute;
    top: 0;
    left: -175px;
    width: 50px;
    border-bottom: 209px solid rgba(7, 124, 171, 0.3);
    border-left: 75px solid transparent;
    transform: skew(-15deg);
    z-index: 1
}

.investors-and-media .wp-block-column.callout p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600
}

.investors-and-media .wp-block-column.callout .cols50-50 .wp-block-column {
    flex-basis: 50% !important
}

@media only screen and (max-width: 1000px) {
    .investors-and-media .wp-block-column.callout .cols50-50 .wp-block-column:first-of-type {
        flex-basis: 100% !important
    }

    .investors-and-media .wp-block-column.callout .cols50-50 .wp-block-column:last-of-type {
        flex-basis: 100% !important;
        margin: 25px 0 0 0 !important
    }
}

.investors-and-media .wp-block-column.callout .cols50-50 .wp-block-column p {
    font-size: 16px;
    margin: 0
}

.investors-and-media .wp-block-column.callout .cols50-50 .wp-block-column p.blue-no {
    color: #41B6E6;
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 6.25px 0
}

.investors-and-media .wp-block-column.callout .cols50-50 .wp-block-column p.white-no {
    font-size: 38px;
    line-height: 38px;
    margin: 0 0 6.25px 0
}

.investors-and-media .wp-block-column.callout .cols50-50 .wp-block-column p.small {
    font-size: 12px;
    font-weight: 200
}

.investors-and-media .wp-block-column.report h2 {
    font-size: 24px;
    font-weight: 600;
    color: #00567E
}

.investors-and-media .wp-block-column.report .cols25-75 .wp-block-column:first-of-type {
    flex-basis: 17.5% !important;
    min-width: 118px;
    max-width: 118px
}

.investors-and-media .wp-block-column.report .cols25-75 .wp-block-column:last-of-type {
    flex-basis: 82.5% !important
}

.investors-and-media .wp-block-column.posts h2 {
    font-size: 24px;
    font-weight: 600;
    color: #00567E
}

.investors-and-media .wp-block-column.posts .post {
    margin: 0 0 25px 0
}

.investors-and-media .wp-block-column.posts .post h3 {
    font-size: 16px;
    font-weight: 600;
    color: #41B6E6;
    margin: 0;
    padding: 0
}

.investors-and-media .wp-block-column.posts .post p {
    font-size: 17px;
    font-weight: 600;
    color: #5B6770;
    margin: 0;
    padding: 0
}

.wp-block-w2o-babbage-row-block {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 50px;
    padding-bottom: 50px
}

.wp-block-w2o-babbage-row-block video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    min-width: 100%;
    z-index: 0;
    max-width: 100%
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-row-block:not(.video) {
        padding-top: 25px;
        padding-bottom: 25px;
        background-image: var(--backgroundTabletImage) !important
    }
}

@media only screen and (max-width: 599px) {
    .wp-block-w2o-babbage-row-block {
        background-image: var(--backgroundMobileImage) !important 
    }
}

.wp-block-w2o-babbage-row-block:first-child {
    margin-top: 0;
    padding-top: 0
}

.wp-block-w2o-babbage-row-block:last-child {
    margin-bottom: 0
}

.wp-block-w2o-babbage-row-block.video {
    height: calc(100vw/2.9);
    padding-top: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    max-width: 100vw
}

.wp-block-w2o-babbage-row-block.video .w2o-babbage-row-inner {
    padding: 0;
    position: relative
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-row-block.video {
        margin-top: 50px
    }
}

@media only screen and (max-width: 781px) {
    .wp-block-w2o-babbage-row-block.video {
        height: auto;
        background-position: center !important
    }

    .wp-block-w2o-babbage-row-block.video video {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .wp-block-w2o-babbage-row-block.video {
        background-position: 0 center !important;
        height: 75vh;
        align-items: flex-end
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns {
        margin-bottom: 0
    }
}

.wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column:first-child {
    flex-basis: 16%
}

.wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column:nth-child(2) {
    flex-basis: 28%
}

.wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column h1 {
    font-size: calc(2vw);
    margin-bottom: calc(1.5vw);
    color: #ffffff
}

.wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column p {
    font-size: calc(1.2vw);
    margin-bottom: calc(2vw);
    line-height: 140%;
    color: #ffffff
}

.wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column a {
    font-size: calc(1.1vw);
    color: #ffffff
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column:first-child {
        flex-basis: 12%
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column:nth-child(2) {
        flex-basis: 35%
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column h1 {
        font-size: 26px
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column p {
        font-size: 16px
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column a {
        font-size: 16px
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column .wp-block-button.is-style-white-arrow {
        line-height: 1;
        display: inline-block;
        margin-right: 15px
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column .wp-block-button.is-style-white-arrow a {
        padding-right: 25px
    }
}

@media only screen and (max-width: 1020px) {
    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column:first-child {
        flex-basis: 10%
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column:nth-child(2) {
        flex-basis: 35%
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column h1 {
        font-size: 22px
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column p {
        font-size: 14px;
        margin-bottom: 0
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column a {
        font-size: 14px
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column .wp-block-button.is-style-white-arrow {
        line-height: 1;
        display: inline-block;
        margin-right: 15px
    }
}

@media only screen and (max-width: 960px) {
    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column:first-child {
        flex-basis: 13%
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column:nth-child(2) {
        flex-basis: 32%
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column p {
        margin-bottom: 10px
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column .wp-block-button.is-style-white-arrow {
        margin: 0;
        padding: 0;
        display: block
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column .wp-block-button.is-style-white-arrow a {
        line-height: 20px
    }
}

@media only screen and (max-width: 781px) {
    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column:first-child {
        flex-basis: 6%
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column:nth-child(2) {
        flex-basis: 35%
    }
}

@media only screen and (max-width: 660px) {
    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column:first-child {
        display: none
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column h1 {
        font-size: 28px
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column p {
        font-size: 18px
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column a {
        font-size: 24px
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column .wp-block-button.is-style-white-arrow {
        margin: 0 15px 0 0;
        padding: 0;
        display: inline-block
    }

    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column .wp-block-button.is-style-white-arrow a {
        line-height: 30px;
        font-size: 24px
    }
}

@media only screen and (max-width: 599px) {
    .wp-block-w2o-babbage-row-block.video .wp-block-columns .wp-block-column {
        text-align: center
    }
}

.wp-block-w2o-babbage-row-block.video video {
    height: auto
}

.wp-block-w2o-babbage-row-block.grow {
    height: 25vh;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center
}

.wp-block-w2o-babbage-row-block.grow .w2o-babbage-row-inner {
    position: relative;
    height: 25vh;
    display: table;
    align-items: center;
    z-index: 1;
    padding: 0
}

.wp-block-w2o-babbage-row-block.grow .w2o-babbage-row-inner h1 {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 120%;
    color: #ffffff;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    padding: 0 85px
}

.wp-block-w2o-babbage-row-block.grow .w2o-babbage-row-inner h1.editor-rich-text__editable {
    padding-top: 70px
}

@media only screen and (max-width: 599px) {
    .wp-block-w2o-babbage-row-block.grow .w2o-babbage-row-inner h1 {
        padding: 0 23px
    }
}

.wp-block-w2o-babbage-row-block.grow .w2o-babbage-row-inner h1:before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 275px;
    border-bottom: 25vh solid rgba(0, 86, 126, 0.75);
    border-left: 100px solid transparent;
    transform: skew(-15deg);
    z-index: -1;
    transform-style: preserve-3d
}

@media only screen and (max-width: 599px) {
    .wp-block-w2o-babbage-row-block.grow .w2o-babbage-row-inner h1:before {
        width: 175px;
        left: -75px
    }
}

.wp-block-w2o-babbage-row-block.grow .w2o-babbage-row-inner h1:after {
    display: none
}

.wp-block-w2o-babbage-row-block .w2o-babbage-row-inner {
    width: calc(75% - 22.91667px);
    max-width: 2400px;
    padding: 0 85px;
    margin: 0 auto
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-row-block .w2o-babbage-row-inner {
        padding: 0 23px
    }
}

@media only screen and (max-width: 781px) {
    .wp-block-w2o-babbage-row-block .w2o-babbage-row-inner {
        width: calc(87.5% - 23.21429px);
        max-width: 2400px
    }
}

@media only screen and (max-width: 599px) {
    .wp-block-w2o-babbage-row-block .w2o-babbage-row-inner {
        width: calc(100% - 23.4375px);
        max-width: 2400px
    }
}

.wp-block-w2o-babbage-row-block.nooffset .w2o-babbage-row-inner {
    padding: 0
}

.wp-block-w2o-babbage-row-block.notopmargin {
    margin-top: 0
}

.wp-block-w2o-babbage-row-block.nobottommargin {
    margin-bottom: 0
}

.wp-block-w2o-babbage-row-block.notoppadding {
    padding-top: 0
}

.wp-block-w2o-babbage-row-block.nobottompadding {
    padding-bottom: 0
}

.wp-block-w2o-babbage-row-block.dark-blue {
    background-color: #00567E;
    color: #f5f5f5
}

.wp-block-w2o-babbage-row-block.dark-blue h1,
.wp-block-w2o-babbage-row-block.dark-blue h2,
.wp-block-w2o-babbage-row-block.dark-blue h3,
.wp-block-w2o-babbage-row-block.dark-blue h4,
.wp-block-w2o-babbage-row-block.dark-blue h5,
.wp-block-w2o-babbage-row-block.dark-blue h6 {
    color: #fff
}

.wp-block-w2o-babbage-row-block.dark-blue h2:after {
    border-color: #fff
}

.wp-block-w2o-babbage-row-block.dark-blue a {
    text-decoration: none;
    color: #fff;
    transition: color .15s linear;
    display: inline-block
}

.wp-block-w2o-babbage-row-block.dark-blue a:hover {
    text-decoration: none;
    color: #E88320
}

.wp-block-w2o-babbage-row-block.dark-blue a:focus {
    text-decoration: none;
    color: #DD7815
}

.wp-block-w2o-babbage-row-block.mid-blue {
    background-color: #077CAB;
    color: #f5f5f5
}

.wp-block-w2o-babbage-row-block.mid-blue h1,
.wp-block-w2o-babbage-row-block.mid-blue h2,
.wp-block-w2o-babbage-row-block.mid-blue h3,
.wp-block-w2o-babbage-row-block.mid-blue h4,
.wp-block-w2o-babbage-row-block.mid-blue h5,
.wp-block-w2o-babbage-row-block.mid-blue h6 {
    color: #fff
}

.wp-block-w2o-babbage-row-block.mid-blue a:hover {
    text-decoration: underline;
    color: #00567E
}

.wp-block-w2o-babbage-row-block.light-grey {
    background-color: #f5f5f5;
    color: #A2AAAD
}

.wp-block-w2o-babbage-row-block.mid-grey {
    background-color: #A2AAAD;
    color: #f5f5f5
}

@media only screen and (min-width: 782px) {
    .wp-block-w2o-babbage-row-block.indented .w2o-babbage-row-inner {
        padding-left: 150px;
        padding-right: 150px
    }
}

@media only screen and (max-width: 781px) {
    .wp-block-w2o-babbage-row-block.indented .w2o-babbage-row-inner {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media only screen and (max-width: 599px) {
    .wp-block-w2o-babbage-row-block.indented .w2o-babbage-row-inner {
        padding-left: 25px;
        padding-right: 25px
    }
}

.wp-block-w2o-babbage-row-block.full-width .w2o-babbage-row-inner {
    padding-left: 0;
    padding-right: 0
}

.wp-block-columns {
    margin: 25px 0
}

.wp-block-columns.profile .wp-block-column:first-of-type,
.wp-block-columns.profile [data-type="core/column"]:first-of-type {
    text-align: center
}

.wp-block-columns.profile .wp-block-column:first-of-type figure,
.wp-block-columns.profile [data-type="core/column"]:first-of-type figure {
    margin-bottom: 0
}

.wp-block-column {
    margin: 0 12.5px !important
}

.wp-block-column:first-child {
    margin-left: 0 !important
}

.wp-block-column:last-child {
    margin-right: 0 !important
}

@media only screen and (min-width: 782px) {

    .has-1-columns .wp-block-column,
    .has-1-columns [data-type="core/column"] {
        flex-basis: 100%
    }

    .has-2-columns.cols25-75 .wp-block-column:first-child,
    .has-2-columns.cols25-75 [data-type="core/column"]:first-child {
        flex-basis: 25%
    }

    .has-2-columns.cols25-75 .wp-block-column:last-child,
    .has-2-columns.cols25-75 [data-type="core/column"]:last-child {
        flex-basis: 75%
    }

    .has-2-columns.cols40-60 .wp-block-column:first-child,
    .has-2-columns.cols40-60 [data-type="core/column"]:first-child {
        flex-basis: 40%
    }

    .has-2-columns.cols40-60 .wp-block-column:last-child,
    .has-2-columns.cols40-60 [data-type="core/column"]:last-child {
        flex-basis: 60%
    }

    .has-2-columns.cols60-40 .wp-block-column:first-child,
    .has-2-columns.cols60-40 [data-type="core/column"]:first-child {
        flex-basis: 60%
    }

    .has-2-columns.cols60-40 .wp-block-column:last-child,
    .has-2-columns.cols60-40 [data-type="core/column"]:last-child {
        flex-basis: 40%
    }

    .has-2-columns.cols75-25 .wp-block-column:first-child,
    .has-2-columns.cols75-25 [data-type="core/column"]:first-child {
        flex-basis: 75%
    }

    .has-2-columns.cols75-25 .wp-block-column:last-child,
    .has-2-columns.cols75-25 [data-type="core/column"]:last-child {
        flex-basis: 25%
    }

    .has-3-columns.cols25-50-25 .wp-block-column:first-child,
    .has-3-columns.cols25-50-25 [data-type="core/column"]:first-child {
        flex-basis: 25%
    }

    .has-3-columns.cols25-50-25 .wp-block-column:nth-child(2),
    .has-3-columns.cols25-50-25 [data-type="core/column"]:nth-child(2) {
        flex-basis: 50%
    }

    .has-3-columns.cols25-50-25 .wp-block-column:last-child,
    .has-3-columns.cols25-50-25 [data-type="core/column"]:last-child {
        flex-basis: 25%
    }

    .has-3-columns.cols25-25-50 .wp-block-column:first-child,
    .has-3-columns.cols25-25-50 [data-type="core/column"]:first-child {
        flex-basis: 25%
    }

    .has-3-columns.cols25-25-50 .wp-block-column:nth-child(2),
    .has-3-columns.cols25-25-50 [data-type="core/column"]:nth-child(2) {
        flex-basis: 25%
    }

    .has-3-columns.cols25-25-50 .wp-block-column:last-child,
    .has-3-columns.cols25-25-50 [data-type="core/column"]:last-child {
        flex-basis: 50%
    }

    .has-3-columns.cols50-25-25 .wp-block-column:first-child,
    .has-3-columns.cols50-25-25 [data-type="core/column"]:first-child {
        flex-basis: 50%
    }

    .has-3-columns.cols50-25-25 .wp-block-column:nth-child(2),
    .has-3-columns.cols50-25-25 [data-type="core/column"]:nth-child(2) {
        flex-basis: 25%
    }

    .has-3-columns.cols50-25-25 .wp-block-column:last-child,
    .has-3-columns.cols50-25-25 [data-type="core/column"]:last-child {
        flex-basis: 25%
    }
}

@media only screen and (max-width: 781px) {
    .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout {
        flex-wrap: wrap
    }

    .has-3-columns .wp-block-column,
    .has-3-columns [data-type="core/column"] {
        margin: 0 12.5px !important;
        flex-basis: 100% !important
    }
}

.wp-block-w2o-babbage-pipeline-block {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.wp-block-w2o-babbage-pipeline-block h1 {
    color: #00567E;
    font-size: 1.125rem
}

.wp-block-w2o-babbage-pipeline-block h1:empty {
    display: none
}

.wp-block-w2o-babbage-pipeline-block h2 {
    font-size: 19px;
    color: #00567E;
    font-weight: 500;
    margin: -2px 0 0 !important;
    padding: 0 0 2px 0 !important;
    line-height: 26px
}

.wp-block-w2o-babbage-pipeline-block h2:after {
    display: none
}

.wp-block-w2o-babbage-pipeline-block p {
    margin: -7px 0;
    padding: 3px 0 0 0;
    color: #939696;
    word-break: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px
}

.wp-block-w2o-babbage-pipeline-block table {
    border-top: 1px solid #D0D3D4;
    border-bottom: 1px solid #D0D3D4;
    border-spacing: 0 15px;
    border-collapse: separate;
    padding: 10px 0;
    margin: 25px 0
}

.wp-block-w2o-babbage-pipeline-block table tr:first-child td {
    color: #5B6770;
    position: relative
}

.wp-block-w2o-babbage-pipeline-block table tr td,
.wp-block-w2o-babbage-pipeline-block table tr th {
    border: none;
    padding: 0
}

.wp-block-w2o-babbage-pipeline-block table tr th {
    text-transform: uppercase;
    color: #A2AAAD;
    font-size: 16px;
    font-weight: 600;
    word-break: normal
}

.wp-block-w2o-babbage-pipeline-block table tr th:first-child {
    text-align: left
}

.wp-block-w2o-babbage-pipeline-block table tr td {
    background: #f5f5f5;
    border-right: 2px solid #fff;
    height: 50px;
    overflow: hidden;
    vertical-align: top
}

.wp-block-w2o-babbage-pipeline-block table tr td:first-child {
    background: transparent
}

.wp-block-w2o-babbage-pipeline-block table tr td[data-compound-name="Program"] {
    width: 22.5%;
    padding-right: 2.5%;
    position: relative
}

.wp-block-w2o-babbage-pipeline-block table tr td.completed {
    width: 18.75%;
    position: relative
}

@keyframes fillBar {
    0% {
        background-position: -100% 0;
        background-size: 0% 100%
    }

    100% {
        background-position: 0 0;
        background-size: 100% 100%
    }
}

@media only screen and (min-width: 1280px) {
    .wp-block-w2o-babbage-pipeline-block table {
        border-spacing: 0 30px;
        padding: 20px 0;
        margin: 50px 0;
        width: 100%
    }

    .wp-block-w2o-babbage-pipeline-block table th,
    .wp-block-w2o-babbage-pipeline-block table td {
        font-size: .71111rem;
        width: auto;
        display: table-cell
    }

    .wp-block-w2o-babbage-pipeline-block table tbody td {
        background-repeat: no-repeat !important
    }

    .wp-block-w2o-babbage-pipeline-block table tbody td:first-child {
        font-weight: 500;
        overflow: visible
    }

    .wp-block-w2o-babbage-pipeline-block table tbody td:first-child p {
        position: absolute;
        padding-right: 4px;
        margin: -5px 0
    }

    .wp-block-w2o-babbage-pipeline-block table tbody td.complete {
        background-image: linear-gradient(135deg, #00567E 0%, #00567E 100%, #f5f5f5 100%)
    }

    .wp-block-w2o-babbage-pipeline-block table tbody td.completed {
        background-image: linear-gradient(135deg, #41B6E6 0%, #41B6E6 100%, #f5f5f5 100%)
    }

    .wp-block-w2o-babbage-pipeline-block table tbody td.incomplete {
        background-image: linear-gradient(135deg, #00567E 0%, #00567E 60%, #f5f5f5 60%)
    }

    .wp-block-w2o-babbage-pipeline-block table tr:nth-child(even) {
        background: #fff
    }

    .wp-block-w2o-babbage-pipeline-block label {
        position: absolute;
        line-height: 33px;
        font-size: 0
    }

    .wp-block-w2o-babbage-pipeline-block label:after {
        content: 'Phase/Is Complete?';
        font-size: 14px
    }

    .wp-block-w2o-babbage-pipeline-block label.components-checkbox-control__label {
        display: none
    }

    .wp-block-w2o-babbage-pipeline-block input[type="checkbox"] {
        float: right;
        border-radius: 0;
        position: absolute;
        left: 185px;
        width: 20px;
        height: 20px;
        border: 1px solid #666;
        margin-top: 5px
    }

    .wp-block-w2o-babbage-pipeline-block select {
        position: absolute;
        margin-left: 140px;
        -webkit-appearance: menulist;
        width: 40px;
        border: 1px solid #666;
        border-radius: 0;
        padding: 0;
        height: 20px;
        margin-top: 5px
    }

    .wp-block-w2o-babbage-pipeline-block.animate table tbody td {
        animation-name: fillBar;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        background-size: 0% 100%;
        animation-timing-function: linear;
        animation: fillBar 1s linear forwards
    }
}

@media only screen and (min-width: 1280px) and (min-width: 0\0) {
    .wp-block-w2o-babbage-pipeline-block.animate table tbody td {
        background-size: 100%
    }
}

@media only screen and (min-width: 1280px) {
    .wp-block-w2o-babbage-pipeline-block.animate table tbody td:nth-child(2) {
        animation-delay: 0.6s
    }

    .wp-block-w2o-babbage-pipeline-block.animate table tbody td:nth-child(3) {
        animation-delay: 1.2s
    }

    .wp-block-w2o-babbage-pipeline-block.animate table tbody td:nth-child(4) {
        animation-delay: 1.8s
    }

    .wp-block-w2o-babbage-pipeline-block.animate table tbody td:nth-child(5) {
        animation-delay: 2.4s
    }
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-pipeline-block td:first-child {
        display: block;
        width: 100%;
        overflow: visible;
        height: auto;
        margin-bottom: 5px
    }

    .wp-block-w2o-babbage-pipeline-block td[data-compound-name="Program"] {
        width: 100% !important
    }

    .wp-block-w2o-babbage-pipeline-block td.completed {
        width: 25% !important
    }

    .wp-block-w2o-babbage-pipeline-block thead tr th {
        font-size: 10px;
        width: 25%;
        display: inline-block
    }

    .wp-block-w2o-babbage-pipeline-block thead tr th:first-child {
        font-size: 0;
        width: 0
    }

    .wp-block-w2o-babbage-pipeline-block tr {
        padding-bottom: 16px;
        display: block
    }

    .wp-block-w2o-babbage-pipeline-block tr td {
        display: inline-block;
        width: 25%;
        font-size: .71111rem;
        background-repeat: no-repeat !important;
        position: relative;
        padding: 2px 0 2px 2px;
        min-height: 2em
    }

    .wp-block-w2o-babbage-pipeline-block tr td h2 {
        font-size: 24px;
        color: #00567E
    }

    .wp-block-w2o-babbage-pipeline-block tr td p {
        margin: -7px 0 3px;
        font-size: 14px
    }

    .wp-block-w2o-babbage-pipeline-block tr td.complete {
        background-image: linear-gradient(135deg, #00567E 0%, #00567E 100%, #f5f5f5 100%)
    }

    .wp-block-w2o-babbage-pipeline-block tr td.completed {
        background-image: linear-gradient(135deg, #41B6E6 0%, #41B6E6 100%, #f5f5f5 100%)
    }

    .wp-block-w2o-babbage-pipeline-block tr td.incomplete {
        background-image: linear-gradient(135deg, #00567E 0%, #00567E 60%, #f5f5f5 60%)
    }

    .wp-block-w2o-babbage-pipeline-block.animate table tbody td {
        animation-name: fillBar;
        animation-duration: .25s;
        animation-fill-mode: forwards;
        background-size: 0% 100%
    }
}

@media only screen and (max-width: 1279px) and (min-width: 0\0) {
    .wp-block-w2o-babbage-pipeline-block.animate table tbody td {
        background-size: 100%
    }
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-pipeline-block.animate table tbody td:nth-child(2) {
        animation-delay: .25s
    }

    .wp-block-w2o-babbage-pipeline-block.animate table tbody td:nth-child(3) {
        animation-delay: .5s
    }

    .wp-block-w2o-babbage-pipeline-block.animate table tbody td:nth-child(4) {
        animation-delay: .75s
    }

    .wp-block-w2o-babbage-pipeline-block.animate table tbody td:nth-child(5) {
        animation-delay: 1s
    }
}

.wp-block-w2o-babbage-pipeline-block figcaption {
    padding: 1em .5em;
    font-style: italic;
    color: #f5f5f5
}

.wp-block-w2o-babbage-accordion-block div:last-child .w2o-accordion-content {
    border-bottom: 1px solid #A2AAAD
}

.wp-block-w2o-babbage-accordion-block .tab {
    position: relative;
    width: 100%;
    overflow: hidden
}

.wp-block-w2o-babbage-accordion-block input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.wp-block-w2o-babbage-accordion-block label {
    position: relative;
    display: block;
    margin: 0;
    padding: 0.25em 0;
    height: 2.5em;
    border-top: 1px solid #A2AAAD;
    color: #00567E;
    cursor: pointer;
    font-family: "Muli", sans-serif;
    font-size: 24px
}

.wp-block-w2o-babbage-accordion-block label:after {
    position: absolute;
    right: 0.25em;
    top: -0.1em;
    padding: 0;
    display: block;
    width: 1em;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    color: #E88320;
    font-size: 1.5rem
}

.wp-block-w2o-babbage-accordion-block .w2o-accordion-content {
    max-height: 0;
    overflow: hidden
}

.wp-block-w2o-babbage-accordion-block .w2o-accordion-content p {
    margin: 0
}

.wp-block-w2o-babbage-accordion-block .w2o-accordion-content p:last-child {
    margin-bottom: 1em
}

.wp-block-w2o-babbage-accordion-block input[type=checkbox]:checked ~ .w2o-accordion-content,
.wp-block-w2o-babbage-accordion-block div input[type=radio]:checked ~ .w2o-accordion-content {
    max-height: 1000em;
    transition: max-height .5s ease-in-out
}

.wp-block-w2o-babbage-accordion-block input[type=radio]:checked + .w2o-accordion-content {
    max-height: 1000em;
    transition: max-height .5s ease-in-out
}

.wp-block-w2o-babbage-accordion-block dt label:after {
    content: "\25BC"
}

.wp-block-w2o-babbage-accordion-block input + label:after {
    content: "+"
}

.wp-block-w2o-babbage-accordion-block input[type=checkbox]:checked + label,
.wp-block-w2o-babbage-accordion-block input[type=radio]:checked + label {
    border-bottom: none;
    margin: 0
}

.wp-block-w2o-babbage-accordion-block input[type=checkbox]:checked + label:after,
.wp-block-w2o-babbage-accordion-block input[type=radio]:checked + label:after {
    content: "-"
}

.wp-block-quote {
    background: #077CAB;
    color: #fff;
    padding: 25px;
    border: none;
    margin: 25px 0;
    box-shadow: 3px 3px 0px 0px #00567E
}

.wp-block-quote p {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
    padding: 0 25px;
    font-style: italic;
    position: relative
}

.wp-block-quote p:before {
    content: "\201C";
    color: #f5f5f5;
    font-size: 36px;
    position: absolute;
    left: 10px;
    top: 0px
}

.wp-block-quote p:after {
    content: "\201D";
    color: #f5f5f5;
    font-size: 36px;
    position: absolute
}

@media only screen and (max-width: 781px) {
    .wp-block-quote p {
        font-size: 22px;
        line-height: 24px;
        padding: 0 12.5px
    }

    .wp-block-quote p:before {
        left: 0
    }
}

.wp-block-quote cite {
    color: #f5f5f5;
    font-size: 16px;
    padding: 0 25px
}

@media only screen and (max-width: 781px) {
    .wp-block-quote cite {
        padding: 0 12.5px
    }
}

.wp-block-button {
    margin: 0
}

.wp-block-button a,
.wp-block-button .wp-block-button__link {
    border-radius: 0;
    background-color: transparent !important;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    transition: color .15s linear
}

.wp-block-button a:hover,
.wp-block-button a:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
    text-decoration: none;
    color: #FDA551 !important
}

.wp-block-button a[contenteditable=false],
.wp-block-button .wp-block-button__link[contenteditable=false] {
    padding: 10px 25px;
    background-color: #00567E !important
}

.wp-block-button.is-style-white-arrow {
    display: inline-block;
    margin-right: 25px
}

.wp-block-button.is-style-white-arrow a,
.wp-block-button.is-style-white-arrow .wp-block-button__link {
    color: #fff;
    padding-right: 30px;
    background-image: url(img/icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 24px;
    line-height: 30px
}

.wp-block-button.is-style-white-arrow a:hover,
.wp-block-button.is-style-white-arrow .wp-block-button__link:hover {
    background-image: url(img/icons/orange-arrow-over.svg);
    background-size: 19px
}

.wp-block-button.is-style-orange-orange-arrow a,
.wp-block-button.is-style-orange-orange-arrow .wp-block-button__link {
    color: #E88320;
    font-weight: 400;
    padding-right: 30px;
    background-image: url(img/icons/orange-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 24px;
    line-height: 30px
}

.wp-block-button.is-style-orange-orange-arrow a:hover,
.wp-block-button.is-style-orange-orange-arrow .wp-block-button__link:hover {
    color: #FDA551;
    text-decoration: none;
    background-image: url(img/icons/orange-arrow-over.svg)
}

.wp-block-button.is-style-orange-arrow a,
.wp-block-button.is-style-orange-arrow .wp-block-button__link {
    color: #fff;
    font-weight: 400;
    padding-right: 30px;
    background-image: url(img/icons/orange-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400
}

.wp-block-button.is-style-orange-arrow a:hover,
.wp-block-button.is-style-orange-arrow .wp-block-button__link:hover {
    color: #E88320;
    text-decoration: none
}

.wp-block-button.is-style-orange-arrow-large a,
.wp-block-button.is-style-orange-arrow-large .wp-block-button__link {
    color: #E88320;
    padding-right: 30px;
    font-size: 24px;
    line-height: 30px;
    position: relative
}

.wp-block-button.is-style-orange-arrow-large a:after,
.wp-block-button.is-style-orange-arrow-large .wp-block-button__link:after {
    height: 30px;
    width: 30px;
    position: absolute;
    content: '';
    background-image: url(img/icons/orange-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center
}

.wp-block-button.is-style-orange-arrow-large a:hover,
.wp-block-button.is-style-orange-arrow-large .wp-block-button__link:hover {
    color: #FDA551;
    text-decoration: none
}

.wp-block-button.is-style-orange-arrow-large a:hover:after,
.wp-block-button.is-style-orange-arrow-large .wp-block-button__link:hover:after {
    background-image: url(img/icons/orange-arrow-over.svg)
}

.wp-block-button.is-style-twitter {
    background-image: url(img/icons/twitter-square.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    text-indent: 24px;
    overflow: hidden;
    margin: 9px 4px;
    display: inline-block
}

.wp-block-button.is-style-linkedin {
    background-image: url(img/icons/linkedin-square.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    text-indent: 24px;
    overflow: hidden;
    margin: 9px 4px;
    display: inline-block
}

.wp-block-w2o-babbage-tabs-block {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    position: relative
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-tabs-block {
        text-align: left
    }

    .wp-block-w2o-babbage-tabs-block .w2o-tabs-content {
        display: flex;
        flex-direction: column
    }
}

.wp-block-w2o-babbage-tabs-block label {
    font-size: 16px;
    padding: 0 25px 5px;
    margin-bottom: 25px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    margin-right: 25px
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-tabs-block label {
        margin-bottom: 0;
        display: block;
        text-align: center;
        padding: 10px
    }

    .wp-block-w2o-babbage-tabs-block label:last-of-type {
        border-bottom: 1px solid #D0D3D4;
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 781px) {
    .wp-block-w2o-babbage-tabs-block label {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin: 0
    }

    .wp-block-w2o-babbage-tabs-block label:last-of-type {
        padding-bottom: 25px
    }
}

.wp-block-w2o-babbage-tabs-block input {
    order: 20
}

.wp-block-w2o-babbage-tabs-block input[type=radio] {
    display: none
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label {
    color: #00567E;
    font-weight: 600
}

@media only screen and (min-width: 1280px) {
    .wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label {
        border-bottom: 4px solid #41B6E6
    }
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label:after {
        content: '';
        border-top: 4px solid #41B6E6;
        width: 60px;
        display: block;
        margin: 20px auto 0
    }
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(1) ~ .w2o-tab-content:nth-of-type(1) {
    display: block !important
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(1) ~ .editor-inner-blocks > .editor-block-list__layout > [data-type="w2o-babbage/tab-block"]:nth-of-type(1) {
    display: block !important
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(1) ~ .editor-inner-blocks > .editor-block-list__layout > [data-type="w2o-babbage/tab-block"]:nth-of-type(1) .w2o-tab-content {
    display: block
}

.wp-block-w2o-babbage-tabs-block input[type=radio] {
    display: none
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label {
    color: #00567E;
    font-weight: 600
}

@media only screen and (min-width: 1280px) {
    .wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label {
        border-bottom: 4px solid #41B6E6
    }
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label:after {
        content: '';
        border-top: 4px solid #41B6E6;
        width: 60px;
        display: block;
        margin: 20px auto 0
    }
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(2) ~ .w2o-tab-content:nth-of-type(2) {
    display: block !important
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(2) ~ .editor-inner-blocks > .editor-block-list__layout > [data-type="w2o-babbage/tab-block"]:nth-of-type(2) {
    display: block !important
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(2) ~ .editor-inner-blocks > .editor-block-list__layout > [data-type="w2o-babbage/tab-block"]:nth-of-type(2) .w2o-tab-content {
    display: block
}

.wp-block-w2o-babbage-tabs-block input[type=radio] {
    display: none
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label {
    color: #00567E;
    font-weight: 600
}

@media only screen and (min-width: 1280px) {
    .wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label {
        border-bottom: 4px solid #41B6E6
    }
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label:after {
        content: '';
        border-top: 4px solid #41B6E6;
        width: 60px;
        display: block;
        margin: 20px auto 0
    }
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(3) ~ .w2o-tab-content:nth-of-type(3) {
    display: block !important
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(3) ~ .editor-inner-blocks > .editor-block-list__layout > [data-type="w2o-babbage/tab-block"]:nth-of-type(3) {
    display: block !important
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(3) ~ .editor-inner-blocks > .editor-block-list__layout > [data-type="w2o-babbage/tab-block"]:nth-of-type(3) .w2o-tab-content {
    display: block
}

.wp-block-w2o-babbage-tabs-block input[type=radio] {
    display: none
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label {
    color: #00567E;
    font-weight: 600
}

@media only screen and (min-width: 1280px) {
    .wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label {
        border-bottom: 4px solid #41B6E6
    }
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label:after {
        content: '';
        border-top: 4px solid #41B6E6;
        width: 60px;
        display: block;
        margin: 20px auto 0
    }
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(4) ~ .w2o-tab-content:nth-of-type(4) {
    display: block !important
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(4) ~ .editor-inner-blocks > .editor-block-list__layout > [data-type="w2o-babbage/tab-block"]:nth-of-type(4) {
    display: block !important
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(4) ~ .editor-inner-blocks > .editor-block-list__layout > [data-type="w2o-babbage/tab-block"]:nth-of-type(4) .w2o-tab-content {
    display: block
}

.wp-block-w2o-babbage-tabs-block input[type=radio] {
    display: none
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label {
    color: #00567E;
    font-weight: 600
}

@media only screen and (min-width: 1280px) {
    .wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label {
        border-bottom: 4px solid #41B6E6
    }
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-tabs-block input[type=radio]:checked + label:after {
        content: '';
        border-top: 4px solid #41B6E6;
        width: 60px;
        display: block;
        margin: 20px auto 0
    }
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(5) ~ .w2o-tab-content:nth-of-type(5) {
    display: block !important
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(5) ~ .editor-inner-blocks > .editor-block-list__layout > [data-type="w2o-babbage/tab-block"]:nth-of-type(5) {
    display: block !important
}

.wp-block-w2o-babbage-tabs-block input[type=radio]:checked:nth-of-type(5) ~ .editor-inner-blocks > .editor-block-list__layout > [data-type="w2o-babbage/tab-block"]:nth-of-type(5) .w2o-tab-content {
    display: block
}

.wp-block-w2o-babbage-tabs-block .w2o-tab-content {
    padding: 1em 0;
    display: none;
    border-top: 1px solid #D0D3D4;
    text-align: left
}

.wp-block-w2o-babbage-tabs-block .w2o-tab-content h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400
}

.wp-block-w2o-babbage-tabs-block .w2o-tab-content h3 {
    color: #41B6E6
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-tabs-block .w2o-tab-content {
        border-top: none;
        padding: 0;
        margin-top: -20px
    }

    .wp-block-w2o-babbage-tabs-block .w2o-tab-content .wp-block-column {
        margin: 0 !important
    }

    .wp-block-w2o-babbage-tabs-block .w2o-tab-content:nth-of-type(1) {
        order: 2
    }

    .wp-block-w2o-babbage-tabs-block .w2o-tab-content:nth-of-type(2) {
        order: 4
    }

    .wp-block-w2o-babbage-tabs-block .w2o-tab-content:nth-of-type(3) {
        order: 6
    }

    .wp-block-w2o-babbage-tabs-block .w2o-tab-content:nth-of-type(4) {
        order: 8
    }

    .wp-block-w2o-babbage-tabs-block .w2o-tab-content:nth-of-type(5) {
        order: 10
    }
}

.wp-block-w2o-babbage-tabs-block .w2o-tab-content .profile {
    padding: 0 0 30px 0
}

@media only screen and (max-width: 781px) {
    .wp-block-w2o-babbage-tabs-block .w2o-tab-content .profile {
        padding: 0
    }
}

.wp-block-w2o-babbage-tabs-block .w2o-tab-content figure {
    margin: 0
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1058px) {
    .wp-block-w2o-babbage-tabs-block .w2o-tab-content figure.wp-block-image img {
        max-width: 80%
    }
}

@media only screen and (max-width: 781px) {
    .wp-block-w2o-babbage-tabs-block .w2o-tab-content .wp-block-button {
        margin: -25px 0 0 0
    }
}

.wp-block-w2o-babbage-tabs-block .editor-inner-blocks {
    position: relative;
    top: 0
}

.wp-block-w2o-babbage-tabs-block .editor-inner-blocks > .editor-block-list__layout > [data-type="w2o-babbage/tab-block"] {
    display: none
}

.wp-block-w2o-babbage-breadcrumb-block {
    height: 30px;
    width: auto;
    margin-bottom: 25px
}

@media only screen and (max-width: 1279px) {
    .wp-block-w2o-babbage-breadcrumb-block {
        font-size: .59259rem
    }
}

@media only screen and (max-width: 781px) {
    .wp-block-w2o-babbage-breadcrumb-block {
        display: none
    }
}

.wp-block-w2o-babbage-breadcrumb-block ol {
    list-style: none;
    padding: 0;
    margin: 0
}

.wp-block-w2o-babbage-breadcrumb-block ol li {
    display: inline-block;
    color: #00567E;
    font-size: 16px;
    font-size: .59259rem
}

.wp-block-w2o-babbage-breadcrumb-block ol li a {
    font-weight: 200;
    color: #00567E !important;
    display: block;
    padding-right: 6.25px
}

.wp-block-w2o-babbage-breadcrumb-block ol li a:after {
    content: '/';
    display: inline-block;
    margin-left: 6.25px
}

.wp-block-w2o-babbage-breadcrumb-block ol li a:hover {
    text-decoration: underline
}

.wp-block-w2o-babbage-breadcrumb-block ol li:last-child a:after {
    display: none
}

.wp-block-w2o-babbage-breadcrumb-block ol li:first-child a {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 18px;
    overflow: hidden;
    margin-right: 6.25px;
    text-indent: -1000px
}

.wp-block-w2o-babbage-breadcrumb-block ol li:first-child a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI3LjAyIDI3LjAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNy4wMiAyNy4wMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiMwMzAxMDQ7IiBkPSJNMy42NzQsMjQuODc2YzAsMC0wLjAyNCwwLjYwNCwwLjU2NiwwLjYwNGMwLjczNCwwLDYuODExLTAuMDA4LDYuODExLTAuMDA4bDAuMDEtNS41ODFjMCwwLTAuMDk2LTAuOTIsMC43OTctMC45MmgyLjgyNmMxLjA1NiwwLDAuOTkxLDAuOTIsMC45OTEsMC45MmwtMC4wMTIsNS41NjNjMCwwLDUuNzYyLDAsNi42NjcsMGMwLjc0OSwwLDAuNzE1LTAuNzUyLDAuNzE1LTAuNzUyVjE0LjQxM2wtOS4zOTYtOC4zNThsLTkuOTc1LDguMzU4QzMuNjc0LDE0LjQxMywzLjY3NCwyNC44NzYsMy42NzQsMjQuODc2eiIvPjxwYXRoIHN0eWxlPSJmaWxsOiMwMzAxMDQ7IiBkPSJNMCwxMy42MzVjMCwwLDAuODQ3LDEuNTYxLDIuNjk0LDBsMTEuMDM4LTkuMzM4bDEwLjM0OSw5LjI4YzIuMTM4LDEuNTQyLDIuOTM5LDAsMi45MzksMEwxMy43MzIsMS41NEwwLDEzLjYzNXoiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDMwMTA0OyIgcG9pbnRzPSIyMy44Myw0LjI3NSAyMS4xNjgsNC4yNzUgMjEuMTc5LDcuNTAzIDIzLjgzLDkuNzUyICIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
    mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI3LjAyIDI3LjAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNy4wMiAyNy4wMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiMwMzAxMDQ7IiBkPSJNMy42NzQsMjQuODc2YzAsMC0wLjAyNCwwLjYwNCwwLjU2NiwwLjYwNGMwLjczNCwwLDYuODExLTAuMDA4LDYuODExLTAuMDA4bDAuMDEtNS41ODFjMCwwLTAuMDk2LTAuOTIsMC43OTctMC45MmgyLjgyNmMxLjA1NiwwLDAuOTkxLDAuOTIsMC45OTEsMC45MmwtMC4wMTIsNS41NjNjMCwwLDUuNzYyLDAsNi42NjcsMGMwLjc0OSwwLDAuNzE1LTAuNzUyLDAuNzE1LTAuNzUyVjE0LjQxM2wtOS4zOTYtOC4zNThsLTkuOTc1LDguMzU4QzMuNjc0LDE0LjQxMywzLjY3NCwyNC44NzYsMy42NzQsMjQuODc2eiIvPjxwYXRoIHN0eWxlPSJmaWxsOiMwMzAxMDQ7IiBkPSJNMCwxMy42MzVjMCwwLDAuODQ3LDEuNTYxLDIuNjk0LDBsMTEuMDM4LTkuMzM4bDEwLjM0OSw5LjI4YzIuMTM4LDEuNTQyLDIuOTM5LDAsMi45MzksMEwxMy43MzIsMS41NEwwLDEzLjYzNXoiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDMwMTA0OyIgcG9pbnRzPSIyMy44Myw0LjI3NSAyMS4xNjgsNC4yNzUgMjEuMTc5LDcuNTAzIDIzLjgzLDkuNzUyICIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
    -webkit-mask-size: cover;
    mask-size: cover;
    content: ' ';
    background: #00567E;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    transform: translateY(2px)
}

.wp-block-w2o-babbage-breadcrumb-block ol li:first-child a:after {
    position: absolute;
    width: 24px;
    height: 32px;
    left: 24px;
    top: 7px;
    margin: 0 !important;
    text-indent: 0;
    line-height: 100%
}

.wp-block-file a,
.wp-block-file__button a {
    font-size: 14px
}

.wp-block-file a.wp-block-file__button,
.wp-block-file__button a.wp-block-file__button {
    color: #DD7815 !important;
    background: 0 !important;
    border-radius: 0 !important;
    font-size: 0
}

.wp-block-file a.wp-block-file__button:after,
.wp-block-file__button a.wp-block-file__button:after {
    content: '[\21E9 ]';
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-left: 10px
}

.wp-block-w2o-babbage-expandable-block {
    height: 0;
    transition: opacity .25s linear;
    max-height: 0;
    opacity: 0
}

.wp-block-w2o-babbage-expandable-block[data-position="bottom"] {
    bottom: 0
}

.wp-block-w2o-babbage-expandable-block[data-position="top"] {
    top: 0
}

.wp-block-w2o-babbage-expandable-block[data-fixed="true"].fix {
    position: fixed;
    overflow: hidden;
    opacity: 1;
    background: #f5f5f5;
    left: 0;
    right: 0;
    padding: 25px 0;
    z-index: 1;
    bottom: 0;
    max-height: none;
    box-shadow: 0px -1px 5px 0px rgba(7, 124, 171, 0.5)
}

.wp-block-w2o-babbage-expandable-block[data-fixed="true"].fix .w2o-expandable-content-prompt {
    display: block;
    float: right
}

.w2o-expandable-content {
    font-size: .71111rem
}

.w2o-expandable-content h2 {
    font-size: .88889rem;
    margin: 0
}

.w2o-expandable-content-prompt {
    display: none;
    cursor: pointer
}

.editor-block-list__layout .wp-block-w2o-babbage-expandable-block {
    height: auto;
    transition: opacity .25s linear;
    max-height: none;
    opacity: 1
}

.wp-block-media-text {
    grid-template-columns: 40% auto;
    margin-bottom: 25px
}

.wp-block-media-text figure {
    max-width: 375px
}

@media only screen and (max-width: 599px) {
    .wp-block-media-text {
        display: block
    }

    .wp-block-media-text figure {
        margin: 0 auto !important
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding: 0
    }

    .wp-block-media-text .wp-block-media-text__content p {
        font-size: 14px !important
    }

    .wp-block-media-text .wp-block-media-text__content p.has-medium-font-size {
        font-size: 18px !important
    }

    .wp-block-media-text .wp-block-media-text__content p.has-large-font-size {
        font-size: 20px !important
    }

    .wp-block-media-text .wp-block-media-text__content p.has-huge-font-size {
        font-size: 22px !important
    }
}

@media only screen and (max-width: 781px) {
    .wp-block-media-text .wp-block-media-text__content p {
        font-size: 14px !important
    }

    .wp-block-media-text .wp-block-media-text__content p.has-medium-font-size {
        font-size: 16px !important
    }

    .wp-block-media-text .wp-block-media-text__content p.has-large-font-size {
        font-size: 22px !important
    }

    .wp-block-media-text .wp-block-media-text__content p.has-huge-font-size {
        font-size: 24px !important
    }
}

.wp-block-w2o-babbage-slidereveal-block {
    margin: 0;
    position: relative;
    max-width: 100%;
    font-size: 0
}

.wp-block-w2o-babbage-slidereveal-block img {
    max-width: 100%;
    width: 100%
}

.wp-block-w2o-babbage-slidereveal-block .dragger {
    display: none
}

.wp-block-w2o-babbage-slidereveal-block.active img.wp-block-w2o-babbage-slidereveal-imgOne {
    position: absolute;
    z-index: 2;
    left: 0;
    clip-path: inset(0px 0 0px 0px)
}

.wp-block-w2o-babbage-slidereveal-block.active .dragger {
    background: #077CAB;
    position: absolute;
    z-index: 4;
    width: 5px;
    top: 0;
    left: 99%;
    line-height: 6px;
    height: 100%;
    text-align: center;
    cursor: move;
    display: block;
    outline: none;
    padding: 0;
    border: 0
}

.wp-block-w2o-babbage-slidereveal-block.active .dragger:after {
    content: '.. .. ..';
    font-size: 20px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    width: 15px;
    background: #077CAB;
    padding: 5px;
    height: 30px;
    left: -12px;
    top: calc(50% - 15px);
    border-radius: 2px;
    color: #f5f5f5
}

.wp-block-w2o-babbage-slidereveal-block figcaption {
    position: absolute;
    bottom: 0;
    font-size: .59259rem;
    background: rgba(0, 86, 126, 0.95);
    color: #f5f5f5;
    width: 100%;
    z-index: 6;
    padding: 2px 1rem
}

.editor-block-list__block-edit .wp-block-w2o-babbage-slidereveal-block img.wp-block-w2o-babbage-slidereveal-imgOne {
    position: absolute;
    z-index: 2;
    left: 0;
    clip-path: inset(0px 0 0px 0px)
}

.editor-block-list__block-edit .wp-block-w2o-babbage-slidereveal-block .dragger {
    background: #077CAB;
    position: absolute;
    z-index: 4;
    width: 5px;
    top: 0;
    left: 99%;
    line-height: 6px;
    height: 100%;
    text-align: center;
    cursor: move;
    display: block;
    outline: none;
    padding: 0;
    border: 0
}

.editor-block-list__block-edit .wp-block-w2o-babbage-slidereveal-block .dragger:after {
    content: '.. .. ..';
    font-size: 20px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    width: 15px;
    background: #077CAB;
    padding: 5px;
    height: 30px;
    left: -12px;
    top: calc(50% - 15px);
    border-radius: 2px;
    color: #f5f5f5
}

.editor-block-list__block-edit .wp-block-w2o-babbage-slidereveal-block .dragger {
    left: 50%
}

.editor-block-list__block-edit .wp-block-w2o-babbage-slidereveal-block img.wp-block-w2o-babbage-slidereveal-imgOne {
    clip-path: inset(0px 50% 0px 0px)
}

.wp-block-w2o-babbage-references-block {
    margin-bottom: 25px
}

.wp-block-w2o-babbage-references-block input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.wp-block-w2o-babbage-references-block label {
    position: relative;
    display: block;
    margin: 0;
    line-height: 2;
    color: #00567E;
    cursor: pointer;
    font-size: .71111rem
}

.wp-block-w2o-babbage-references-block label:after {
    position: absolute;
    right: 0;
    top: 1em;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    color: #f5f5f5;
    line-height: 30px
}

.wp-block-w2o-babbage-references-block .w2o-references-content {
    max-height: 0;
    overflow: hidden;
    font-size: .71111rem
}

.wp-block-w2o-babbage-references-block .w2o-references-content p {
    margin: 1em
}

.wp-block-w2o-babbage-references-block .w2o-references-content p:last-child {
    margin-bottom: 1em
}

.wp-block-w2o-babbage-references-block input[type=checkbox]:checked ~ .w2o-references-content {
    max-height: 500em;
    transition: max-height .5s ease-in-out
}

.wp-block-w2o-babbage-references-block input + label:before {
    content: "\25BC";
    margin-right: 10px;
    font-size: .71111rem
}

.wp-block-w2o-babbage-references-block input[type=checkbox]:checked + label {
    border-bottom: none;
    margin: 0
}

.wp-block-w2o-babbage-references-block input[type=checkbox]:checked + label:before {
    content: "\25B2"
}

.wp-block-w2o-babbage-statistic-block {
    position: relative;
    max-width: 280px;
    min-width: 150px;
    pointer-events: none;
    width: 100%;
    margin: 25px auto 25px
}

@keyframes spinPulseStat {
    0% {
        transform: rotate(0deg);
        opacity: 1
    }

    20% {
        transform: rotate(-15deg)
    }

    40% {
        transform: rotate(50deg)
    }

    60% {
        transform: rotate(-15deg)
    }

    80% {
        transform: rotate(0deg);
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.wp-block-w2o-babbage-statistic-block:before {
    content: "";
    display: block;
    padding-top: 100%
}

.wp-block-w2o-babbage-statistic-block .outerCircle {
    background-image: url(img/circle-offsets-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transform: rotate(0);
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.wp-block-w2o-babbage-statistic-block .content {
    text-align: center;
    border-radius: 100%;
    width: 92%;
    height: 92%;
    position: absolute;
    pointer-events: all;
    top: 4%;
    right: 4%;
    left: 4%;
    bottom: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column
}

.wp-block-w2o-babbage-statistic-block .content h2 {
    margin: 0;
    padding: 0 !important;
    line-height: 1em;
    font-size: 75px;
    font-weight: 300;
    white-space: nowrap
}

.wp-block-w2o-babbage-statistic-block .content h2:after {
    display: none
}

.wp-block-w2o-babbage-statistic-block .content p {
    margin: 0;
    padding: 0;
    color: #41B6E6;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 1em
}

.wp-block-w2o-babbage-statistic-block.animate {
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: forwards
}

.wp-block-w2o-babbage-statistic-block.animate .outerCircle {
    opacity: 0;
    animation-name: spinPulseStat;
    animation-duration: 2s
}

@media only screen and (max-width: 781px) {
    figure.wp-block-w2o-babbage-statistic.animate {
        animation-delay: 1ms !important
    }

    figure.wp-block-w2o-babbage-statistic.animate .outerCircle {
        animation-delay: 1ms !important
    }
}

.editor-block-list__layout .wp-block-w2o-babbage-statistic-block {
    opacity: 1 !important
}

.wp-block-w2o-babbage-box-callout-block {
    position: relative;
    min-width: 150px;
    width: 100%;
    margin: 0 auto 60px
}

@media only screen and (max-width: 781px) {
    .wp-block-w2o-babbage-box-callout-block {
        margin: 0px auto 90px
    }
}

.wp-block-w2o-babbage-box-callout-block .innerBox {
    overflow: hidden
}

.wp-block-w2o-babbage-box-callout-block .innerBox .innerBoxBg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    transform: scale(1, 1) translateZ(1px);
    transition: transform .25s linear;
    pointer-events: none
}

.wp-block-w2o-babbage-box-callout-block .innerBoxContent p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -50px;
    left: 0;
    display: flex;
    text-align: center
}

.wp-block-w2o-babbage-box-callout-block .innerBoxContent p a {
    height: 100%;
    white-space: nowrap;
    color: #E88320;
    transition: color .15s linear;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    vertical-align: text-bottom;
    font-size: 16px;
    text-align: center;
    width: 100%
}

.wp-block-w2o-babbage-box-callout-block .innerBoxContent p a:after {
    background-image: url(img/icons/orange-arrow.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 65%;
    display: inline-block;
    content: '';
    width: 25px;
    height: 22px
}

.wp-block-w2o-babbage-box-callout-block .innerBoxContent p a:hover {
    color: #FDA551
}

.wp-block-w2o-babbage-box-callout-block .innerBoxContent p a:hover:after {
    background-image: url(img/icons/orange-arrow-over.svg)
}

@media only screen and (min-width: 1280px) {
    .wp-block-w2o-babbage-box-callout-block .innerBoxContent p {
        bottom: -60px
    }

    .wp-block-w2o-babbage-box-callout-block .innerBoxContent p a {
        font-size: 24px
    }

    .wp-block-w2o-babbage-box-callout-block .innerBoxContent p a:after {
        width: 30px
    }
}

@media only screen and (min-width: 1950px) {
    .wp-block-w2o-babbage-box-callout-block .innerBoxContent p {
        bottom: -65px
    }

    .wp-block-w2o-babbage-box-callout-block .innerBoxContent p a {
        font-size: 28px
    }

    .wp-block-w2o-babbage-box-callout-block .innerBoxContent p a:after {
        width: 36px
    }
}

@media only screen and (max-width: 781px) {
    .wp-block-w2o-babbage-box-callout-block .innerBoxContent p {
        bottom: -65px
    }

    .wp-block-w2o-babbage-box-callout-block .innerBoxContent p a {
        font-size: 24px
    }

    .wp-block-w2o-babbage-box-callout-block .innerBoxContent p a:after {
        width: 30px
    }
}

.wp-block-w2o-babbage-box-callout-block:hover .innerBox .innerBoxBg {
    transform: scale(1.15, 1.15) translateZ(1px)
}

@keyframes spinPulse {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-15deg)
    }

    50% {
        transform: rotate(50deg)
    }

    75% {
        transform: rotate(-15deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.wp-block-w2o-babbage-target-callout-block {
    position: relative;
    max-width: 375px;
    min-width: 150px;
    pointer-events: none;
    width: 100%;
    margin: 0 auto 25px
}

.wp-block-w2o-babbage-target-callout-block:before {
    content: "";
    display: block;
    padding-top: 100%
}

.wp-block-w2o-babbage-target-callout-block .outerCircle {
    background-image: url(img/circle-offsets-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transform: rotate(0);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.wp-block-w2o-babbage-target-callout-block:hover .outerCircle {
    animation: spinPulse 1s ease-out
}

.wp-block-w2o-babbage-target-callout-block:hover .innerCircle .innerCircleBg {
    background-size: 110%
}

.wp-block-w2o-babbage-target-callout-block:hover .innerCircle .innerCircleBg:before {
    background-color: rgba(0, 0, 0, 0.25)
}

.wp-block-w2o-babbage-target-callout-block .innerCircle {
    border-radius: 100%;
    width: 92%;
    height: 92%;
    overflow: hidden;
    position: absolute;
    pointer-events: all;
    top: 4%;
    right: 4%;
    left: 4%;
    bottom: 4%
}

.wp-block-w2o-babbage-target-callout-block .innerCircle .innerCircleContent {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.wp-block-w2o-babbage-target-callout-block .innerCircle .innerCircleContent .editor-rich-text {
    width: 100%
}

.wp-block-w2o-babbage-target-callout-block .innerCircle .innerCircleContent .editor-rich-text * {
    font-size: 18px !important
}

.wp-block-w2o-babbage-target-callout-block .innerCircle .innerCircleContent a {
    color: #fff;
    font-size: 40px;
    line-height: 30px;
    text-decoration: none;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-wrap: break-word
}

@media only screen and (max-width: 781px) {
    .wp-block-w2o-babbage-target-callout-block .innerCircle .innerCircleContent a {
        font-size: 28px !important
    }
}

@media only screen and (max-width: 1949px) {
    .wp-block-w2o-babbage-target-callout-block .innerCircle .innerCircleContent a {
        font-size: 2vw
    }
}

.wp-block-w2o-babbage-target-callout-block .innerCircle .innerCircleContent a:after {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(img/icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center
}

.wp-block-w2o-babbage-target-callout-block .innerCircle .innerCircleBg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: all .25s ease-out
}

.wp-block-w2o-babbage-target-callout-block .innerCircle .innerCircleBg:before {
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
    transition: background .25s ease-in-out;
    border-radius: 100%
}

.wp-block-image figure.aligncenter img {
    vertical-align: middle
}

@media print {
    @page {
        margin: 2cm
    }

    body {
        font: 13pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
        background: #fff !important;
        color: #000
    }

    h1 {
        font-size: 24pt
    }

    h2,
    h3,
    h4 {
        font-size: 14pt;
        margin-top: 25px
    }

    a {
        page-break-inside: avoid
    }

    blockquote {
        page-break-inside: avoid
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        page-break-inside: avoid
    }

    img {
        page-break-inside: avoid;
        page-break-after: avoid
    }

    table,
    pre {
        page-break-inside: avoid
    }

    ul,
    ol,
    dl {
        page-break-before: avoid
    }

    a:link,
    a:visited,
    a {
        background: transparent;
        font-weight: bold;
        text-decoration: underline;
        text-align: left
    }

    a {
        page-break-inside: avoid
    }

    a[href^=http]:after {
        content: " < "attr(href) "> "
    }

    a:after > img {
        content: ""
    }

    article a[href^="#"]:after {
        content: ""
    }

    a:not(:local-link):after {
        content: " < "attr(href) "> "
    }

    #site-header,
    #site-footer {
        display: none
    }
}
