@@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("assets/roboto-v18-latin-regular.woff2") format("woff2"), url("assets/roboto-v18-latin-regular.woff") format("woff")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("assets/roboto-v18-latin-500.woff2") format("woff2"), url("assets/roboto-v18-latin-500.woff") format("woff")
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("assets/roboto-v18-latin-700.woff2") format("woff2"), url("assets/roboto-v18-latin-700.woff") format("woff")
}

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

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

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

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

body {
    margin: 0;
/*     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
        font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375;
    color: #0a0a0a;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.45em
}

a {
    color: #242424;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

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

figure {
    margin: 0 0 1rem
}

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

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #a6a6a6;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [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 {
    padding: 0;
    border-style: none
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input,
textarea,
select {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 700;
    margin-bottom: 1rem
}

h1,
.h1 {
    font-size: 1.5rem;
    line-height: 1.875rem
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

h2,
.h2 {
    font-size: 1.25rem;
    line-height: 1.625rem
}

@media (min-width: 768px) {
    h2,
    .h2 {
        font-size: 1.5rem;
        line-height: 1.875rem
    }
}

h3,
.h3 {
    font-size: 1rem;
    line-height: 1.375rem
}

@media (min-width: 768px) {
    h3,
    .h3 {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

h4,
.h4 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem
}

@media (min-width: 768px) {
    h4,
    .h4 {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

h5,
.h5 {
    font-size: .875rem;
    line-height: 1.25rem
}

@media (min-width: 768px) {
    h5,
    .h5 {
        font-size: 1rem;
        line-height: 1.375rem
    }
}

h6,
.h6 {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25rem
}

@media (min-width: 768px) {
    h6,
    .h6 {
        font-size: 1rem;
        line-height: 1.375rem
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.body-lg {
    font-size: 1.125rem;
    line-height: 1.33333
}

.body-sm {
    font-size: .875rem;
    line-height: 1.28571
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #00e695
}

.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-bulleted {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem
}

.list-bulleted>li {
    margin-bottom: 0.25rem;
    padding-left: 2rem;
    position: relative
}

.list-bulleted>li:before {
    color: #00e092;
    content: "•";
    line-height: 1.3;
    left: 1rem;
    position: absolute;
    top: 0
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1120px
}

@media (min-width: 576px) {
    .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 1.5rem -1rem
    }
}

.column {
    margin-bottom: 1.5rem
}

@media (min-width: 576px) {
    .column {
        display: block;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin: 0 1rem
    }
}

.column>:last-child {
    margin-bottom: 0
}

.column-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.column-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.aspect {
    display: block;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%
}

.aspect::before {
    content: "";
    display: block
}

.aspect .aspect-item,
.aspect embed,
.aspect iframe,
.aspect img,
.aspect object,
.aspect video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.aspect-1by1::before {
    padding-top: 100%
}

.aspect-2by1::before {
    padding-top: 50%
}

.aspect-2-5by1::before {
    padding-top: 40%
}

.aspect-3by2::before {
    padding-top: 66.66667%
}

.aspect-4by3::before {
    padding-top: 75%
}

.aspect-5by3::before {
    padding-top: 60%
}

.aspect-16by9::before {
    padding-top: 56.25%
}

/**** Leadership styles & Founders *****/

.page-id-290 .aspect.aspect-5by3::before, .page-id-597 .aspect.aspect-5by3::before, .page-id-612 .aspect.aspect-5by3::before, .page-id-291 .aspect.aspect-5by3::before {
    padding-top: 100%;
}

.page-id-290 h4.card-title, .page-id-597 h4.card-title, .page-id-612 h4.card-title, .page-id-291 h4.card-title {
	text-align: center;
    font-size: 1rem;
    font-weight: 700;
}

.page-id-290 p.card-text, .page-id-597 p.card-text, .page-id-612 p.card-text, .page-id-291 p.card-text   {
	color: #02D88F;
	text-align: center;
}

.breadcrumb {
    color: #a6a6a6;
    font-size: .875rem
}

@media (min-width: 768px) {
    .breadcrumb {
        font-size: 1rem
    }
}

.breadcrumb ol,
.breadcrumb ul {
    list-style: none;
    padding-left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0.75rem
}

.breadcrumb li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.25rem
}

.breadcrumb li+li::before {
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #00e092;
    content: "/";
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.breadcrumb a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a6a6a6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none
}

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

.breadcrumb .active {
    color: #a6a6a6
}

.breadcrumb .active strong {
    display: inline-block;
    font-weight: 400;
    max-width: 240px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width: 768px) {
    .breadcrumb .active strong {
        max-width: 440px
    }
}

.breadcrumb .active a {
    cursor: default;
    pointer-events: none
}

.button {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4a4a4a;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    white-space: nowrap;
    -moz-appearance: none;
    -webkit-appearance: none
}

.button small {
    color: #7a7a7a;
    display: block;
    font-size: .75rem;
    line-height: 1.75;
    margin-bottom: -0.25rem
}

.button:focus {
    -webkit-box-shadow: 0 0 0 0.125em rgba(26, 128, 179, 0.25);
    box-shadow: 0 0 0 0.125em rgba(26, 128, 179, 0.25);
    outline: 0
}

.button:focus,
.button:hover {
    background-color: #fcfcfc;
    border-color: #a6a6a6;
    color: #303030
}

.button:focus small,
.button:hover small {
    color: #4a4a4a
}

.button-witharrow {
    padding-right: 3rem;
    position: relative
}

.button-witharrow::after {
    border-style: solid;
    border-color: #8c8c8c;
    border-width: 1px 1px 0 0;
    content: ' ';
    height: 0.625rem;
    margin-top: -0.3125rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.625rem
}

.button-witharrow-left {
    padding-left: 3rem;
    padding-right: 0.75rem
}

.button-witharrow-left::after {
    left: 1rem;
    right: auto;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.button-lg {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.button-lg small {
    font-size: .875rem
}

.button-lg.button-witharrow::after {
    height: 1rem;
    margin-top: -0.5rem;
    width: 1rem
}

.button-white {
    background-color: #fff;
    border-color: transparent;
    color: #4a4a4a
}

.button-white:focus,
.button-white:hover {
    background-color: #fafafa;
    border-color: transparent;
    color: #242424
}

.button-light {
    background-color: #f5f5f5;
    border-color: transparent;
    color: #242424
}

.button-light:focus,
.button-light:hover {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #000
}

.button-dark {
    background-color: #4a4a4a;
    border-color: transparent;
    color: #f5f5f5
}

.button-dark:focus,
.button-dark:hover {
    background-color: #3d3d3d;
    border-color: transparent;
    color: #fff
}

.button-black {
    background-color: #242424;
    border-color: transparent;
    color: #f5f5f5
}

.button-black:focus,
.button-black:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff
}

.button-text {
    background-color: transparent;
    border-color: transparent;
    color: #0a0a0a;
    text-decoration: underline
}

.button-text:focus,
.button-text:hover {
    background-color: #fafafa;
    border-color: transparent;
    color: #0a0a0a
}

.button-primary {
    background-color: #00e092;
    border-color: transparent;
    color: #fff;
    font-weight: 500
}

.button-primary:focus,
.button-primary:hover {
    background-color: #00c781;
    border-color: transparent;
    color: #fff
}

.button-primary:focus.button-witharrow::after,
.button-primary:hover.button-witharrow::after {
    border-color: #00ad71
}

.button-primary.button-witharrow::after {
    border-color: #00c781
}

.button-outline-primary {
    border-color: #00e092;
    border-width: 2px;
    color: #242424
}

.button-outline-primary:focus,
.button-outline-primary:hover {
    background-color: #f5f5f5;
    border-color: #00c781;
    color: #000
}

.button-outline-primary:focus.button-witharrow::after,
.button-outline-primary:hover.button-witharrow::after {
    border-color: #00ad71
}

.button-outline-primary.button-witharrow::after {
    border-color: #00c781
}

.careers-list-head {
    margin-bottom: 2rem
}

@media (min-width: 576px) {
    .careers-list-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2rem;
        margin-left: -0.75rem;
        margin-right: -0.75rem
    }
    .careers-list-body .job {
        margin: 0.75rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%
    }
    .careers-list-body .job-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@supports (display: grid) {
    @media (min-width: 576px) {
        .careers-list-body {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 1em;
            margin-left: 0;
            margin-right: 0
        }
        .careers-list-body .job {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            margin: 0
        }
    }
    @media (min-width: 992px) {
        .careers-list-body {
            grid-gap: 1.5em
        }
    }
}

.job {
    border-radius: 4px;
    margin-bottom: 1rem
}

.job-link {
    background-color: #00e695;
    background: -webkit-gradient(linear, left top, left bottom, from(#00e695), to(#06bc85));
    background: -o-linear-gradient(#00e695, #06bc85);
    background: linear-gradient(#00e695, #06bc85);
    border-radius: 4px;
    color: #fff;
    display: block;
    height: 100%;
    line-height: 1;
    padding: 0.75rem 3rem 0.75rem 1rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

.job-link::after {
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    content: ' ';
    height: 1.25rem;
    margin-top: -0.625rem;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.25rem
}

.job-link:hover {
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 0 0 2px #04C98B;
    box-shadow: inset 0 0 0 2px #04C98B
}

.job-link:hover::after {
    border-color: #04C98B
}

.job-title {
    border-bottom: 2px solid #00E392;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase
}

.job-link:hover .job-title {
    border-bottom-color: #F2F2F2;
    color: #333
}

.job-subtitle {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.28571;
    margin-bottom: 0.125rem
}

.job-link:hover .job-subtitle {
    color: #666666
}

.job-meta {
    color: #f5f5f5;
    font-size: .875rem;
    line-height: 1.28571;
    margin-bottom: 0
}

.job-link:hover .job-meta {
    color: #999999
}

.job-details-meta {
    color: #7a7a7a;
    margin-bottom: 2rem
}

.job-details-meta p {
    margin-bottom: 0
}

.job-details-tabs {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.job-details-apply {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.callout {
    border-left: 0.1875rem solid #00e092;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 1.25rem;
    text-transform: uppercase
}


@media (min-width: 768px) {
    .callout {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        margin-top: 2rem
    }
}

.callout>:last-child {
    margin-bottom: 0
}

.callout-primary {
    border-left-color: #00e092;
    color: #00e092
}

.callout-secondary {
    border-left-color: #375095;
    color: #375095
}

.callout-lower {text-transform: none;}

.card {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 16px rgba(10, 10, 10, 0.15);
    box-shadow: 0 2px 16px rgba(10, 10, 10, 0.15);
    color: #000;
    margin-bottom: 2rem;
    max-width: 100%;
    position: relative
}

.card:hover {
    -webkit-box-shadow: 0 2px 16px rgba(36, 36, 36, 0.2), 0 10px 10px -6px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 16px rgba(36, 36, 36, 0.2), 0 10px 10px -6px rgba(10, 10, 10, 0.1)
}

.card>a {
    text-decoration: none
}

.card:last-child {
    margin-bottom: 0
}

.card-image img {
    width: 100%
}

.card-body {
    padding: 1rem
}

@media (min-width: 768px) {
    .card-body {
        padding-bottom: 1.25rem
    }
}

.card-body>:last-child {
    margin-bottom: 0
}

.card-meta {
    color: #757575;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 0.5rem
}

@media (min-width: 768px) {
    .card-meta {
        margin-bottom: 0.75rem
    }
}

.card-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0.5rem
}

@media (min-width: 768px) {
    .card-title {
        margin-bottom: 0.75rem
    }
}

@media (min-width: 992px) {
    .card-title {
        font-size: 1.25rem;
        line-height: 1.2
    }
    .main-content .card-title {
        font-size: 1.125rem
    }
}

.card-text {
    font-size: .875rem;
    line-height: 1.28571;
    margin-bottom: 0.5rem
}

@media (min-width: 768px) {
    .card-text {
        font-size: 1rem;
        line-height: 1.375;
        margin-bottom: 1rem
    }
}

.cards-grid {
    margin-bottom: 2rem;
    margin-top: 2rem
}

@media (min-width: 576px) {
    .cards-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1rem;
        margin-right: -1rem
    }
    .cards-grid .card {
        margin: 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%
    }
}

@media (min-width: 768px) {
    .cards-grid .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 29%;
        flex: 0 1 29%
    }
}

@supports (display: grid) {
    @media (min-width: 576px) {
        .cards-grid {
            display: grid;
            grid-auto-rows: auto;
            grid-gap: 2rem;
            grid-template-columns: repeat(2, 1fr);
            margin-left: 0;
            margin-right: 0
        }
        .cards-grid .card {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            margin: 0
        }
    }
    @media (min-width: 992px) {
        .cards-grid {
            grid-template-columns: repeat(3, 1fr)
        }
    }
}

.cards-grid .card-text {
    display: none
}

.cards-list {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.cards-list .card:hover {
    -webkit-box-shadow: 0 2px 16px rgba(36, 36, 36, 0.2), 0 10px 10px -6px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 16px rgba(36, 36, 36, 0.2), 0 10px 10px -6px rgba(10, 10, 10, 0.1)
}

@media (min-width: 576px) {
    .cards-list .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .cards-list .card>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.cards-list .card-image {
    padding: 1rem 1rem 0
}

@media (min-width: 576px) {
    .cards-list .card-image {
        max-width: 160px;
        min-width: 160px;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .cards-list .card-image {
        max-width: 240px;
        min-width: 240px
    }
}

@media (min-width: 992px) {
    .cards-list .card-image {
        max-width: 350px;
        min-width: 350px;
        padding: 0
    }
    .cards-list .card-image .aspect {
        min-height: 100%
    }
}

@media (min-width: 768px) {
    .cards-list .card-body {
        padding: 1.5rem 2rem
    }
}

.cards-list .card-text {
    display: none
}

@media (min-width: 576px) {
    .cards-list .card-text {
        display: block
    }
}

.cards-list-noshadow .card {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width: 576px) {
    .fc-row-cardgrid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1rem;
        margin-right: -1rem
    }
    .fc-row-cardgrid .card {
        margin: 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        max-width: calc(50% - 2rem);
        min-width: calc(50% - 2rem)
    }
	
   /* leadership & founders columns */
    
   .page-id-290 .fc-row-cardgrid .card, .page-id-597 .fc-row-cardgrid .card {
    max-width: calc(33% - 2rem);
    min-width: calc(33% - 2rem);
    }
    
    
    /* founders 4 column */
    
	.page-id-612 .fc-row-cardgrid .card, .page-id-291 .fc-row-cardgrid .card {
    max-width: calc(25% - 2rem);
    min-width: calc(25% - 2rem);
    }

}

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

.content .aligncenter {
    display: block;
    margin: 1rem auto
}

.content .alignleft {
    float: left;
    margin: 0 2em 0.5rem 0
}

.content .alignright {
    float: right;
    margin: 0 0 0.5rem 2em
}


.fc-row {
    margin-bottom: 1.5rem
}

.fc-row .nobot {
    margin-bottom: 0rem
}

.fc-row::after {
    display: block;
    content: "";
    clear: both
}

.fc-row-spacer {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.fc-row-spacer-lg {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.extra {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.extra>:last-child {
    margin-bottom: 0
}

.filter {
    color: #0a0a0a;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-transform: uppercase
}

@media (min-width: 576px) {
    .filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.title+.filter {
    margin-top: -1rem
}

.title-bordered+.filter {
    margin-top: -0.5rem
}

.filter a {
    color: #0a0a0a;
    font-weight: 500;
    text-decoration: none
}

@media (min-width: 576px) {
    .filter a {
        padding: 0.25rem
    }
}

.filter a:hover {
    background-color: #f5f5f5;
    color: #242424
}

.filter a.active {
    background-color: #00e695;
    color: #f5f5f5
}

.filter .filter-icon {
    background-color: transparent;
    color: #a6a6a6;
    padding: 0
}

.filter .filter-icon:hover {
    background-color: transparent;
    color: #7a7a7a
}

.filter .filter-icon.active {
    background-color: transparent;
    color: #00e695
}

.filter .filter-icon svg {
    fill: currentColor;
    vertical-align: middle
}

@media (min-width: 768px) {
    .filter-item+.filter-item {
        margin-left: 0.5rem
    }
}

@media (min-width: 768px) {
    .filter-left,
    .filter-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.filter-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto
}

.filter-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    text-align: right
}

.filter-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700
}

.filter-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer {
    background-color: #211249;
    background-image: url(assets/footer-pattern.png), url(assets/footer.png);
    background-position: 0 0;
    background-repeat: no-repeat, repeat-x;
    background-size: 719px 200px, auto auto;
    color: #f5f5f5;
    font-size: .75rem;
    line-height: 1.5;
    text-align: center
}

@media (min-width: 768px) {
    .footer {
        background-position: 50% 0, 0 0;
        background-size: auto auto;
        text-align: left
    }
}

@media (min-width: 992px) {
    .footer {
        font-size: .875rem;
        line-height: 1.4285714286
    }
}

.footer-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1120px;
    padding: 1.5rem
}

@media (min-width: 768px) {
    .footer-inner {
        padding-top: 2rem
    }
}

.footer-brand {
    grid-area: footer-brand;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .footer-brand {
        margin-bottom: 2rem
    }
}

.footer-brand svg {
    height: 44px;
    width: 80px
}

@media (min-width: 768px) {
    .footer-brand svg {
        height: 66px;
        width: 120px
    }
}

@media (min-width: 992px) {
    .footer-brand svg {
        height: 88px;
        width: 160px
    }
}

.footer-nav {
    color: #f5f5f5;
    font-weight: 600;
    grid-area: footer-nav;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .footer-nav {
        padding-top: 0.5rem
    }
}

.footer-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .footer-nav>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer-nav>ul>li {
    display: inline-block;
    margin-bottom: 0.25rem;
    margin-right: 0.5rem
}

@media (min-width: 768px) {
    .footer-nav>ul>li {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .footer-nav>ul>li {
        margin-right: 1rem
    }
}

.footer-nav>ul>li>a {
    color: #f5f5f5;
    text-decoration: none;
    text-transform: uppercase
}

.footer-nav>ul>li>a:hover,
.footer-nav>ul>li>a:focus {
    text-decoration: underline
}

.footer-nav li>ul {
    display: none;
    font-weight: 400;
    font-size: 0.6875rem;
    line-height: 1.5454545455;
    margin-top: 0.5rem
}

@media (min-width: 768px) {
    .footer-nav li>ul {
        display: block;
        max-width: 7rem
    }
}

@media (min-width: 992px) {
    .footer-nav li>ul {
        font-size: .75rem;
        line-height: 1.5;
        max-width: none
    }
}

.footer-nav li>ul li {
    margin-bottom: 0.25rem
}

.footer-nav li>ul a {
    color: #7c92d0;
    text-decoration: none
}

.footer-nav li>ul a:hover,
.footer-nav li>ul a:focus {
    color: #f5f5f5;
    text-decoration: underline
}

.footer-contact {
    grid-area: footer-contact
}

@media (min-width: 768px) {
    .footer-contact {
        margin-bottom: 1rem;
        padding-left: 0.5rem
    }
}

@media (min-width: 992px) {
    .footer-contact {
        margin-bottom: 1.5rem;
        padding-left: 1rem
    }
}

.footer-contact p {
    margin-bottom: 0.5rem
}

@media (min-width: 768px) {
    .footer-contact p {
        padding-left: 1.5rem;
        position: relative
    }
}

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

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

.footer-contact-icon {
    color: #375196;
    display: inline-block;
    fill: currentColor;
    height: 16px;
    margin-bottom: -0.1875rem;
    margin-right: 0.25rem;
    width: 16px
}

@media (min-width: 768px) {
    .footer-contact-icon {
        left: 0;
        margin-bottom: 0;
        margin-right: 0;
        position: absolute;
        top: 1px
    }
}

@media (min-width: 992px) {
    .footer-contact-icon {
        height: 18px;
        top: 2px;
        width: 18px
    }
}

.footer-nav-info {
    color: #375196;
    font-weight: 600
}

.footer-nav-info ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.footer-nav-info li {
    display: inline-block;
    margin-bottom: 0.25rem;
    margin-right: 0.5rem
}

@media (min-width: 768px) {
    .footer-nav-info li {
        margin-bottom: 0
    }
}

.footer-nav-info a {
    color: #375196;
    display: inline;
    text-decoration: none;
    text-transform: uppercase
}

.footer-nav-info a:hover,
.footer-nav-info a:focus {
    color: #f5f5f5;
    text-decoration: underline
}

.footer-social {
    color: #375196;
    margin-left: auto;
    margin-top: 1rem
}

@media (min-width: 768px) {
    .footer-social {
        margin-top: 0;
        min-width: 10rem;
        text-align: right
    }
}

.footer-social ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.footer-social li {
    display: inline;
    margin-left: 0.5rem
}

.footer-social a {
    color: #375196
}

.footer-social a:hover,
.footer-social a:focus {
    color: #f5f5f5
}

.footer-section-1 {
    padding-bottom: 1rem
}

@media (min-width: 768px) {
    .footer-section-1 {
        display: grid;
        grid-template-columns: 1fr 4fr;
        grid-template-areas: 'footer-brand footer-nav' 'footer-contact footer-contact'
    }
}

@media (min-width: 992px) {
    .footer-section-1 {
        grid-template-columns: 280px auto;
        grid-template-areas: 'footer-brand footer-nav' 'footer-contact footer-nav'
    }
}

.footer-section-2 {
    border-top: 1px solid #375196;
    padding: 1rem 1rem 0
}

@media (min-width: 768px) {
    .footer-section-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 1rem
    }
}

.legend {
    border-bottom: 1px solid #c4cec9;
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase
}

.field:not(:last-child) {
    margin-bottom: 1.5rem
}

.control {
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: left
}

.control-required {
    color: #FA5B7B
}

.label {
    color: #333;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    padding-left: 0.25rem;
    padding-right: 0.25rem
}

.label:not(:last-child) {
    margin-bottom: 0.5rem
}

.input,
.textarea,
.select select {
    border: 2px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    position: relative;
    line-height: 1.5;
    vertical-align: top;
    -moz-appearance: none;
    -webkit-appearance: none
}

.input,
.textarea {
    background-color: #fff;
    border-color: #ebebeb;
    color: #4a4a4a;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    width: 100%
}

.input:focus,
.textarea:focus {
    background-color: #f5f5f5;
    border-color: #00c781;
    -webkit-box-shadow: 0 0 0 0.125em rgba(26, 128, 179, 0.25);
    box-shadow: 0 0 0 0.125em rgba(26, 128, 179, 0.25);
    outline: 0
}

.textarea {
    display: block;
    min-height: 7rem;
    max-width: 100%;
    min-width: 100%;
    resize: vertical
}

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

.select select {
    background-color: #fff;
    border-color: #ebebeb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    outline: 0;
    max-width: 100%
}

.select select:not([multiple]) {
    padding-right: 2.5rem
}

.select select:focus {
    background-color: #f5f5f5;
    border-color: #00c781;
    outline: 0
}

.select::after {
    border: 3px solid #858585;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .625em;
    margin-top: -.4375em;
    pointer-events: none;
    position: absolute;
    right: 1.125em;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: .625em;
    z-index: 4
}

.select-fullwidth {
    width: 100%
}

.select-fullwidth select {
    width: 100%
}

.help {
    display: block;
    font-size: .75rem;
    margin-top: 0.25rem
}

.field-group {
    margin-bottom: 1.5rem
}

@media (min-width: 576px) {
    .field-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0
    }
    .field-group .field {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
    .field-group .field:first-child {
        margin-right: 1.25rem
    }
    .field-group .field:last-child {
        margin-left: 1.25rem
    }
}

div.wpcf7 .ajax-loader {
    display: block !important;
    margin-left: auto;
    margin-right: 0.75rem;
    margin-top: 0.75rem
}

.wpcf7-not-valid {
    background-color: #F8D7DA;
    border-color: #F5C6CB;
    color: #721C24
}

.wpcf7-not-valid-tip {
    padding-top: .5rem
}

.wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 1rem !important
}

.wpcf7-validation-errors {
    background-color: #FFF3CD !important;
    border-color: #FFEEBA !important;
    color: #856404 !important
}

.wpcf7-mail-sent-ok {
    background-color: #D4EDDA !important;
    border-color: #C3E6CB !important;
    color: #155724 !important
}

.contact-form {
    max-width: 45rem
}

.contact-icon {
    color: #375196;
    display: inline-block;
    fill: currentColor;
    height: 16px;
    float: left;
    margin-top: .2rem;
    margin-right: .1rem;
    width: 16px
}

@media (min-width: 768px) {
    .contact-icon {

    }
}

@media (min-width: 992px) {
    .contact-icon {
        height: 18px;
        width: 18px
    }
}

.header-skip {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    position: absolute;
}

.header-skip:active,
.header-skip:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.header-skip:active,
.header-skip:focus {
    position: absolute
}

.header {
    background-color: #211249;
    background-image: url(assets/header.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
    color: #f5f5f5;
    font-size: .75rem;
    overflow: hidden
}

@media (min-width: 768px) {
    .header {
        font-size: .875rem;
        min-height: 160px
    }
}

@media (min-width: 992px) {
    .header {
        font-size: 1rem;
        min-height: 12rem
    }
}

.header-img {
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    opacity: 0.3;
    position: absolute;
    pointer-events: none;
    z-index: 1
}

@media (min-width: 768px) {
    .header-img {
        opacity: 1
    }
}

.header-img-1 {
    background-image: url(assets/header-pattern-1.png);
    height: 80px;
    left: 120px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    top: -40px;
    width: 80px
}

@media (min-width: 768px) {
    .header-img-1 {
        height: 120px;
        left: -95px;
        top: -20px;
        width: 120px
    }
}

@media (min-width: 992px) {
    .header-img-1 {
        height: 150px;
        left: -120px;
        top: -40px;
        width: 150px
    }
}

@media (min-width: 1200px) {
    .header-img-1 {
        height: 200px;
        left: -200px;
        top: -60px;
        width: 200px
    }
}

@media (min-width: 1400px) {
    .header-img-1 {
        left: -280px
    }
}

.header-img-2 {
    background-image: url(assets/header-pattern-1.png);
    bottom: -60px;
    height: 120px;
    right: 0;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    width: 120px
}

@media (min-width: 768px) {
    .header-img-2 {
        bottom: -120px;
        height: 160px;
        width: 160px
    }
}

@media (min-width: 992px) {
    .header-img-2 {
        bottom: -140px;
        height: 200px;
        right: -100px;
        width: 200px
    }
}

@media (min-width: 1200px) {
    .header-img-2 {
        bottom: -210px;
        height: 260px;
        right: -100px;
        width: 260px
    }
}

.header-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
    position: relative
}

@media (min-width: 768px) {
    .header-inner {
        padding-bottom: 1.875rem;
        padding-top: 1.875rem
    }
}

.header-brand {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    .header-brand {
        margin-bottom: 0;
        padding-right: 0
    }
}

.header-brand svg {
    height: 44px;
    width: 80px
}

@media (min-width: 768px) {
    .header-brand svg {
        height: 66px;
        width: 120px
    }
}

@media (min-width: 992px) {
    .header-brand svg {
        height: 88px;
        width: 160px
    }
}

.header-body {
    margin-left: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    z-index: 2
}

@media (max-width: 767.98px) {
    .header-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (min-width: 768px) {
    .header-body {
        padding-left: 0;
        padding-right: 0
    }
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

@media (min-width: 768px) {
    .header-nav li+li {
        margin-left: 0.375rem
    }
}

@media (min-width: 992px) {
    .header-nav li+li {
        margin-left: 1.25rem
    }
}

.header-nav a {
    color: #f5f5f5;
    display: block;
    padding: 0.25rem;
    text-decoration: none;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .header-nav a {
        padding-left: 0.375rem;
        padding-right: 0.375rem
    }
}

.header-nav a:hover {
    color: #00e092
}

.header-nav li.current-page-ancestor a,
.header-nav li.current-menu-item a {
    color: #00e092
}

.header-search {
    color: #00e092;
    margin-bottom: 0.5rem;
    margin-left: auto;
    padding-right: 1.5rem;
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    .header-search {
        margin-bottom: 0;
        margin-left: 0.375rem;
        padding-right: 0.75rem
    }
}

@media (min-width: 992px) {
    .header-search {
        margin-left: 1rem
    }
}

.header-search-icon,
.header-search-close {
    height: 24px;
    -webkit-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    width: 24px
}

@media (min-width: 768px) {
    .header-search-icon,
    .header-search-close {
        height: 28px;
        width: 28px
    }
}

@media (min-width: 992px) {
    .header-search-icon,
    .header-search-close {
        height: 32px;
        width: 32px
    }
}

.header-search-link {
    display: inline-block;
    color: #00e092
}

.header-search-link:hover {
    color: #f5f5f5
}

.header-search-icon {
    fill: currentColor;
    opacity: 1;
    vertical-align: middle
}

.header-search-active .header-search-icon {
    opacity: 0
}

.header-search-close {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-search-close:hover::before,
.header-search-close:hover::after {
    background-color: #f5f5f5
}

.header-search-close::before,
.header-search-close::after {
    background-color: #00e092;
    content: ' ';
    height: 76%;
    margin-left: -1px;
    left: 50%;
    position: absolute;
    top: 4px;
    width: 2px
}

.header-search-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-search-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-search-active .header-search-close {
    opacity: 1
}

.header-search-form {
    background-color: #fff;
    bottom: -4rem;
    height: 3rem;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 1.5rem;
    top: auto;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: 0
}

@media (min-width: 350px) {
    .header-search-form {
        bottom: auto;
        right: 3.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 768px) {
    .header-search-form {
        bottom: -3.5rem;
        right: 1rem;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.header-search-active .header-search-form {
    opacity: 1;
    overflow: visible;
    width: 17.5rem
}

@media (min-width: 576px) {
    .header-search-active .header-search-form {
        width: 20rem
    }
}

.header-search-form .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-search-form .control:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header-search-form .input {
    border-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 3rem
}

.header-search-form .input:focus {
    z-index: 2
}

.header-search-form .button {
    border-radius: 0;
    height: 3rem
}

@media (min-width: 768px) {
    .layout2 .header {
        min-height: 16rem
    }
}

@media (min-width: 992px) {
    .layout2 .header {
        min-height: 18rem
    }
}

.home-header-intro {
    background-color: #211249;
    color: #fff;
    overflow: hidden
}

.home-header-intro .header {
    overflow: visible
}

@media (min-width: 1200px) {
    .home-header-intro .header-img-2 {
        bottom: -260px
    }
}

.home-header-intro-withimage {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 768px) {
    .home-header-intro-withimage {
        background-position: 100% 100%
    }
}

@media (min-width: 992px) {
    .home-header-intro-withimage {
        min-height: 500px
    }
}

.home-header-intro-withimage .header,
.home-header-intro-withimage .header-img {
    background-color: transparent;
    background-image: none
}

.home-header-intro-withimage .home-intro {
    padding-bottom: 3rem
}

@media (min-width: 768px) {
    .home-header-intro-withimage .home-intro {
        padding-bottom: 6rem
    }
}

.home-section {
    padding: 2rem 1.5rem
}

@media (min-width: 768px) {
    .home-section {
        padding-bottom: 3rem;
        padding-top: 3rem
    }
}

@media (min-width: 992px) {
    .home-section {
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

.home-title {
    color: #000;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .home-title {
        font-size: 1.875rem;
        font-weight: 500;
        margin-bottom: 0.75rem
    }
}

.home-intro {
    color: #fff;
    font-size: 1rem;
    padding-top: 2rem;
    text-align: center
}

.home-intro-title {
    color: #00e695;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .home-intro-title {
        font-size: 2.375rem;
        font-weight: 500;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 992px) {
    .home-intro-title {
        font-size: 3.25rem;
        margin-bottom: 2rem
    }
}

@media (min-width: 576px) {
    .home-intro-body {
        max-width: 460px;
        text-align: left
    }
}

@media (min-width: 992px) {
    .home-intro-body {
        font-size: 1.125rem;
        max-width: 500px
    }
}

.home-intro-body>:last-child {
    margin-bottom: 0
}

.home-ourvision {
    padding: 1.5rem 1.25rem 2rem;
    text-align: center
}

@media (min-width: 576px) {
    .home-ourvision {
        padding: 2rem 1.5rem;
        text-align: left
    }
}

@media (min-width: 768px) {
    .home-ourvision {
        padding-bottom: 3rem;
        padding-top: 3rem
    }
}

@media (min-width: 992px) {
    .home-ourvision {
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

@media (min-width: 576px) {
    .home-ourvision-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 768px) {
    .home-ourvision-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.home-ourvision-media {
    border-radius: 4px
}

@media (min-width: 576px) {
    .home-ourvision-media {
        margin-right: 1.5rem
    }
}

@media (min-width: 768px) {
    .home-ourvision-media {
        margin-right: 2rem;
        max-width: 360px
    }
}

@media (min-width: 992px) {
    .home-ourvision-media {
        margin-right: 4rem;
        max-width: 540px
    }
}

@media (min-width: 576px) {
    .home-ourvision-media img {
        border-radius: 4px
    }
}

.home-ourvision-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    padding: 2rem 0 0
}

@media (min-width: 576px) {
    .home-ourvision-body {
        padding: 0 0.25rem
    }
}

@media (min-width: 768px) {
    .home-ourvision-body {
        padding: 0
    }
}

@media (min-width: 992px) {
    .home-ourvision-body {
        font-size: 1.125rem;
        max-width: 500px
    }
}

.home-ourvision-body>:last-child {
    margin-bottom: 0
}

.home-ouraim {
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff));
    background: -o-linear-gradient(#f5f5f5, #fff);
    background: linear-gradient(#f5f5f5, #fff);
    padding-bottom: 3rem;
    text-align: center
}

@media (min-width: 992px) {
    .home-ouraim {
        padding-bottom: 4rem
    }
}

.home-ouraim-body {
    padding-top: 2rem
}

@media (min-width: 768px) {
    .home-ouraim-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

.home-ouraim-card {
    background-color: #fff;
    border: 0.5rem solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 16px rgba(10, 10, 10, 0.25), inset 0 0 0 0.25rem #00e092;
    box-shadow: 0 2px 16px rgba(10, 10, 10, 0.25), inset 0 0 0 0.25rem #00e092;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 220px;
    margin: 0 auto 2rem;
    padding: 0.75rem;
    width: 220px
}

@media (min-width: 768px) {
    .home-ouraim-card {
        margin: 0
    }
}

@media (min-width: 900px) {
    .home-ouraim-card {
        height: 260px;
        width: 260px
    }
}

@media (min-width: 992px) {
    .home-ouraim-card {
        border: 0.75rem solid #fff;
        height: 300px;
        width: 300px
    }
}

@media (min-width: 1200px) {
    .home-ouraim-card {
        height: 340px;
        width: 340px
    }
}

.home-ouraim-card:last-child {
    margin-bottom: 0
}

.home-ouraim-card h3 {
    color: #00e092;
    font-size: 1rem;
    margin: 0 auto 0.25rem;
    max-width: 8.75rem;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .home-ouraim-card h3 {
        font-size: 1.125rem
    }
}

@media (min-width: 992px) {
    .home-ouraim-card h3 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        max-width: 11.25rem
    }
}

.home-ouraim-card p {
    color: #666666;
    font-size: .75rem;
    line-height: 1.166666667;
    margin: 0 auto;
    max-width: 8.75rem
}

@media (min-width: 992px) {
    .home-ouraim-card p {
        font-size: 1rem;
        line-height: 1.125;
        max-width: 11.25rem
    }
}

.home-ouraim-img {
    height: 60px;
    margin: 0.5rem auto;
    width: 150px
}

@media (min-width: 900px) {
    .home-ouraim-img {
        height: 80px;
        width: 200px
    }
}

@media (min-width: 992px) {
    .home-ouraim-img {
        height: 100px;
        width: 250px
    }
}

@media (min-width: 1200px) {
    .home-ouraim-img {
        margin-bottom: 1rem;
        height: 120px;
        width: 300px
    }
}

.home-ouraim-img img {
    display: inline-block;
    height: 100%;
    max-width: 100%
}

.home-patientfocus {
    background-color: #4a4a4a;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 3rem 1.5rem;
    text-align: center
}

@media (min-width: 768px) {
    .home-patientfocus {
        font-size: 1.25rem;
        line-height: 1.2
    }
}

@media (min-width: 992px) {
    .home-patientfocus {
        font-size: 1.5rem;
        line-height: 1.3333333333;
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

.home-patientfocus-inner {
    max-width: 380px
}

@media (min-width: 768px) {
    .home-patientfocus-inner {
        max-width: 620px
    }
}

@media (min-width: 992px) {
    .home-patientfocus-inner {
        max-width: 720px
    }
}

.home-patientfocus-inner>:last-child {
    margin-bottom: 0
}

.home-patientfocus-title {
    color: #02D88C;
    font-weight: 700;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .home-patientfocus-title {
        margin-bottom: 1.5rem
    }
}

.main-inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1120px;
    padding: 1rem 1.5rem
}

@media (min-width: 768px) {
    .main-inner {
        padding-bottom: 2rem;
        padding-top: 2rem
    }
}

.main-breadcrumb {
    grid-area: main-breadcrumb;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .main-breadcrumb {
        margin-bottom: 0
    }
}

.main-nav {
    grid-area: main-nav;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .main-nav {
        margin-bottom: 2rem
    }
}

.main-content {
    grid-area: main-content;
    grid-row-end: span 3;
    margin-bottom: 2rem
}

.main-related {
    grid-area: main-related
}

.main-related-small {
    font-size: .75rem;
    line-height: 1.2;
    padding: 0 0.25rem
}

.layout1 .main-header {
    margin-bottom: 1.5rem
}

@media (min-width: 576px) {
    .layout1 .main-header {
        margin-bottom: 2rem
    }
}

@media (min-width: 768px) {
    .layout1 .main-header {
        margin-bottom: 2.5rem
    }
}

@media (min-width: 768px) {
    .layout2 .main-inner {
        display: -ms-grid;
        -ms-grid-columns: 240px 32px 56vw
    }
    .layout2 .main-breadcrumb {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
    .layout2 .main-nav {
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
    .layout2 .main-content {
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }
    .layout2 .main-related {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }
}

@media (min-width: 992px) {
    .layout2 .main-inner {
        -ms-grid-columns: 240px 32px 66vw
    }
}

@media (min-width: 1200px) {
    .layout2 .main-inner {
        -ms-grid-columns: 240px 32px 736px
    }
}

@media (min-width: 768px) {
    .layout2 .main {
        margin-top: -6rem;
        position: relative;
        z-index: 100
    }
    .layout2 .main-inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        background-color: #fff;
        display: grid;
        grid-column-gap: 32px;
        grid-template-areas: 'main-nav main-breadcrumb' 'main-nav main-content' 'main-related main-content';
        grid-template-columns: 240px auto;
        grid-template-rows: -webkit-min-content;
        grid-template-rows: min-content;
        min-height: 70vh;
        position: relative
    }
    .layout2 .main-inner::before {
        -webkit-box-shadow: 0 4rem 12rem 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 4rem 12rem 0 rgba(0, 0, 0, 0.15);
        content: ' ';
        height: 460px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1
    }
}

@media (min-width: 992px) {
    .layout2 .main-content {
        max-width: 46rem
    }
}

.media {
    margin-bottom: 1.5rem
}

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

.img-bordered {
    border: 1px solid #ccc
}

.img-rounded {
    border-radius: 4px
}

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

.img-circle {
    border-radius: 50%
}

.menu {
    font-size: 1rem;
    line-height: 1.375rem
}

.menu-title {
    color: #242424
}

.menu-title:not(:first-child) {
    margin-top: 2rem
}

.menu-title:not(:last-child) {
    margin-bottom: 1rem
}

.menu-label {
    color: #7a7a7a;
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase
}

.menu-label:not(:last-child) {
    margin-bottom: 0.5rem
}

.menu-list {
    list-style: none;
    padding-left: 0;
    color: #333;
    margin-bottom: 0.5rem
}

.menu-list:not(:last-child) {
    margin-bottom: 1.5rem
}

.menu-list a {
    color: #242424;
    cursor: pointer;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none
}

.menu-list a:hover {
    background-color: #f5f5f5;
    color: #000
}

.menu-list>li>a {
    border-bottom: 1px solid #E3E3E3;
    font-weight: 500;
    padding-right: 2.5rem;
    position: relative
}

.menu-list>li>a::after {
    border-style: solid;
    border-color: #00e092;
    border-width: 1px 1px 0 0;
    content: ' ';
    height: 0.75rem;
    margin-top: -0.375rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.75rem
}

.menu-list>li.current_page_parent:not(.current_page_ancestor)>a,
.menu-list>li.current_page_item>a {
    border-bottom-color: #06bc85;
    background-color: #00e695;
    background: -webkit-gradient(linear, left top, left bottom, from(#00e695), to(#06bc85));
    background: -o-linear-gradient(#00e695, #06bc85);
    background: linear-gradient(#00e695, #06bc85);
    color: #fff;
    margin-top: -1px;
    padding-top: 0.5625rem
}

.menu-list>li.current_page_parent:not(.current_page_ancestor)>a::after,
.menu-list>li.current_page_item>a::after {
    border-color: #fff
}

.menu-list>li.current_page_ancestor.page_item_has_children>a::after,
.menu-list>li.current_page_parent.page_item_has_children>a::after {
    margin-top: -0.5rem;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.menu-list li ul {
    list-style: none;
    padding-left: 0;
    border-left: 1px solid #E3E3E3;
    font-size: .875rem;
    line-height: 1.4285714286;
    margin: 1em 0 0.5em 1rem
}

.menu-list li ul .current_page_parent>a,
.menu-list li ul .current_page_item>a {
    font-weight: 700
}

.menu-list li ul li ul {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem
}

.menu-list .page_item_has_children>ul {
    display: none
}

.menu-list .page_item_has_children.current_page_ancestor>ul,
.menu-list .page_item_has_children.current_page_item>ul {
    display: block
}

.menu-toggle {
    background-color: #f5f5f5
}

.menu-toggle .expandmore__button {
    background-color: transparent;
    border: 1px solid #E3E3E3;
    display: block;
    padding: 0.75rem;
    position: relative;
    text-align: left;
    width: 100%
}

.menu-toggle .expandmore__symbol {
    display: block;
    height: 0.125rem;
    right: 0.75rem;
    top: 0.875rem;
    width: 1.5rem
}

.menu-toggle .expandmore__symbol,
.menu-toggle .expandmore__symbol::before,
.menu-toggle .expandmore__symbol::after {
    background-color: #7a7a7a;
    border-radius: 2px;
    position: absolute;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}

.menu-toggle .expandmore__symbol::before,
.menu-toggle .expandmore__symbol::after {
    content: "";
    height: 100%;
    left: 0;
    top: 0.5rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%
}

.menu-toggle .expandmore__symbol::after {
    top: 1rem
}

.menu-toggle .expandmore__button[aria-expanded=true]>.expandmore__symbol,
.menu-toggle .expandmore__button[data-expanded=true]>.expandmore__symbol {
    background-color: transparent
}

.menu-toggle .expandmore__button[aria-expanded=true]>.expandmore__symbol::before,
.menu-toggle .expandmore__button[data-expanded=true]>.expandmore__symbol::before {
    -webkit-transform: rotate(45deg) translate(0, 1px);
    -ms-transform: rotate(45deg) translate(0, 1px);
    transform: rotate(45deg) translate(0, 1px)
}

.menu-toggle .expandmore__button[aria-expanded=true]>.expandmore__symbol::after,
.menu-toggle .expandmore__button[data-expanded=true]>.expandmore__symbol::after {
    -webkit-transform: rotate(-45deg) translate(5px, -6px);
    -ms-transform: rotate(-45deg) translate(5px, -6px);
    transform: rotate(-45deg) translate(5px, -6px)
}

@media (min-width: 768px) {
    .menu-toggle {
        display: none
    }
}

@media (max-width: 767.98px) {
    .menu-content.js-to_expand {
        border: 1px solid #E3E3E3;
        border-top: 0;
        padding: 1rem
    }
    .menu-content.js-to_expand[aria-hidden=true],
    .menu-content.js-to_expand[data-hidden=true] {
        display: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: 1rem .5rem;
    text-decoration: none
}

.pagination {
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center
}

@media (min-width: 576px) {
    .pagination {
        margin-bottom: 2rem;
        margin-top: 2rem
    }
}

.pagination-info {
    font-size: .875rem
}

@media (min-width: 768px) {
    .pagination-info {
        font-size: 1rem;
        margin-bottom: 1.5rem
    }
}

.page-numbers {
    list-style: none;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.page-numbers .page-numbers {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .875rem;
    height: 2rem;
    line-height: 1.5;
    padding: .25rem .25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .25rem;
    min-width: 2rem;
    text-align: center;
    text-decoration: none;
    vertical-align: top
}

@media (min-width: 768px) {
    .page-numbers .page-numbers {
        font-size: 1rem
    }
}

.page-numbers .page-numbers:hover {
    background-color: #f5f5f5;
    border-color: rgba(0, 0, 0, 0.2)
}

.page-numbers .page-numbers.current {
    background-color: #00e092;
    border-color: #00e092;
    color: #fff
}

.pager {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.pager .button {
    display: block
}

@media (min-width: 576px) {
    .pager {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 2rem;
        margin-top: 2rem
    }
    .pager .button {
        display: inline-block;
        min-width: 200px
    }
}

.pager-previous {
    max-width: 360px;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 576px) {
    .pager-previous {
        margin-right: initial;
        max-width: none
    }
}

.pager-next {
    max-width: 360px;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width: 576px) {
    .pager-next {
        margin-left: initial;
        max-width: none
    }
}

.partner {
    margin-bottom: 0.5rem;
    padding: 0 0.5rem 1rem
}

@media (min-width: 576px) {
    .partner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem;
        padding: 2rem 1rem
    }
}

.partner+.partner {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.partner-link {
    color: #7a7a7a;
    text-decoration: none
}

@media (min-width: 576px) {
    .partner-link {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.partner-link:hover {
    color: #4a4a4a
}

.partner-media {
    margin-left: auto;
    margin-right: auto;
    max-width: 180px
}

@media (min-width: 576px) {
    .partner-media {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 1rem;
        padding-right: 1rem
    }
}

@media (min-width: 576px) {
    .partner-media {
        max-width: 260px;
        min-width: 200px
    }
}

@media (min-width: 768px) {
    .partner-media {
        margin-right: 2rem
    }
}

@media (min-width: 992px) {
    .partner-media {
        min-width: 260px
    }
}

@media (min-width: 576px) {
    .partner-body {
        padding-top: 0.75rem
    }
}

.partner-body>:last-child {
    margin-bottom: 0
}

.partner-title {
    color: #242424;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 0.25rem;
    position: relative;
    text-transform: uppercase
}

.partner-link .partner-title {
    padding-right: 1rem
}

.partner-link .partner-title::after {
    border-style: solid;
    border-color: #00e092;
    border-width: 1px 1px 0 0;
    content: ' ';
    height: 0.75rem;
    margin-top: -0.375rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.75rem
}

.partner-link:hover .partner-title {
    color: #000
}

.partner-link:hover .partner-title::after {
    border-color: #00ad71
}

.prepipeline-target {
    color: #00e092;
    font-size: .875rem;
    border: 2px solid #00e092;
    padding: 6px 40px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2;
    text-align: center;
}

@media (min-width: 992px) {
    .prepipeline-target {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    font-size: .875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    line-height: 2;
    padding: 6px 24px;
    }
}

@media (min-width: 1200px) {
	.prepipeline-target {
	padding: 6px 40px;
	}
}

.pipeline {
    border: 2px solid #00e092;
    border-radius: 4px;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media (min-width: 768px) {
    .pipeline {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    }
}

.pipeline-header {
    background-color: #00e092;
    color: #fff;
    padding: 0.5rem 1rem
}

.prepipeline-header {
    background-color: #00e092;
    color: #fff;
    padding: 0.5rem 1rem;
    position: relative;
}

.pipeline-title {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 0
}

.prepipeline-title {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 0;
    float:left;
    letter-spacing: 1px;
    width: 100%;
    position: absolute;
    top: 0;
}

span.prepipeline-dd {
    text-align: center;
    display: block;
    font-size: .75rem;
    font-weight: 700;
    opacity: .85;
    position: absolute;
    top: 30px;
    margin: auto;
    width: 100%;
}

span.prepipeline-dd:before {
    content: "";
    position: absolute;
    height: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
        border-left: 1px solid rgba(255, 255, 255, 0.85);
    top: 8px;
    width: 8%;
    left: 33%;
}

span.prepipeline-dd:after {
    content: "";
    position: absolute;
    height: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    border-right: 1px solid rgba(255, 255, 255, 0.85);
    top: 8px;
    width: 8%;
    right: 33%;
}


@media (min-width: 320px) {
	
	span.prepipeline-dd {
		font-size: .6rem;
		top: 34px;
	}

  span.prepipeline-dd:before {
    border-top:none;
    border-left: none;
	}
	
	span.prepipeline-dd:after {
    border-top:none;
    border-right: none;
	}

}

@media (min-width: 375px) {
    span.prepipeline-dd:before {
    width: 2%;
    left: 35%;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    border-left: 1px solid rgba(255, 255, 255, 0.85);
	}
	
	
	span.prepipeline-dd:after {
    width: 2%;
    right: 35.5%;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    border-right: 1px solid rgba(255, 255, 255, 0.85);
	}
}

@media (min-width: 576px) {
	
	span.prepipeline-dd {
		font-size: .75rem;
		top: 30px;
	}
	
    span.prepipeline-dd:before {
    width: 5%;
    left: 35%;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    border-left: 1px solid white;
	}
	
	
	span.prepipeline-dd:after {
    width: 5%;
    right: 35.5%;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    border-right: 1px solid white;
	}
}

@media (min-width: 768px) {
    .pipeline-title {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
    
    span.prepipeline-dd:before {
    width: 4%;
    left: 35%;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
	}
	
	
	span.prepipeline-dd:after {
    width: 4%;
    right: 35.5%;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
	}

}

@media (min-width: 992px) {
    .prepipeline-title {
    line-height: 7;
    }
    
    span.prepipeline-dd {
    top: 15px;
    padding-left: 22%;
    }
    
    
    span.prepipeline-dd:before {
    width: 6%;
    left: 47%;
	}
	
	
	span.prepipeline-dd:after {
    width: 6%;
    right: 25%;
	}

}

@media (min-width: 1024px) {
    span.prepipeline-dd {
    padding-left: 23%;
    }
    
    span.prepipeline-dd:before {
    width: 6%;
    left: 48%;
	}
    
}

@media (min-width: 1200px) {
    span.prepipeline-dd {
    padding-left: 27.5%;
    }
    
    span.prepipeline-dd:before {
    width: 6%;
    left: 50%;
	}
	
		span.prepipeline-dd:after {
    width: 6%;
    right: 22.5%;
	}
    
}


.pipeline-body {
    padding: 1.25rem 1rem
}

@media (min-width: 992px) {
    .pipeline-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.pipeline-body>:last-child {
    margin-bottom: 0
}

.pipeline-phases {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.333333333;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.prepipeline-phases {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.333333333;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0
}


@media (min-width: 350px) {
    .pipeline-phases {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-between;
    }
    
    .prepipeline-phases {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .pipeline-phases {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        font-size: .875rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        line-height: 1.285714286;
        margin: 0 0 0 1rem
    }
    
        .prepipeline-phases {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        font-size: .875rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        line-height: 1.285714286;
        margin: 0 0 0 1rem
    }
    
}

@media (min-width: 1200px) {
    .pipeline-phases {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        margin-right: 0.5rem
    }
    
    .prepipeline-phases {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        margin-right: 0.5rem
    }
    
}

.pipeline-phase {
    background-color: #fff;
    border: 1px solid #00e092;
    border-radius: 12px;
    color: #333;
    float: left;
    height: 24px;
    margin: 4rem 0.125rem 0.5rem;
    max-width: 40px;
    min-width: 40px;
    position: relative;
    width: 40px
}

.pill-phase {
    background-color: #fff;
    border: 1px solid #00e092;
    border-radius: 12px;
    color: #333;
    float: left;
    height: 24px;
    margin: 1rem 0.125rem 0.5rem;
    max-width: 40px;
    min-width: 40px;
    position: relative;
    width: 40px
}

.prepill-phase {
    float: left;
    margin: 2rem 0.125rem 0rem 0.125rem;
    max-width: 29px;
    min-width: 29px;
    position: relative;
    width: 29px
}


.prepipeline-phase {
    color: #fff;
    float: left;
    height: 24px;
    margin: 4rem 0.125rem 0rem 0.125rem;
    max-width: 29px;
    min-width: 29px;
    position: relative;
    width: 29px
}

@media (min-width: 320px) {
    .prepipeline-phase {
    height: 44px;
    }
}




@media (min-width: 350px) {
    .pipeline-phase {
        margin-left: 0;
        margin-right: 0.75rem
    }
    
    .prepipeline-phase {
        margin: 4rem 0.125rem 0rem 0.5rem;
        margin-left: 0;
        margin-right: 0.5rem;
        max-width: 30px;
        min-width: 30px;
        position: relative;
        width: 30px
    }
    
    .pill-phase {
    height: 24px;
    margin: 1rem 0.125rem 0.5rem;
    max-width: 40px;
    min-width: 40px;
    position: relative;
    width: 40px
    }
    
    .prepill-phase {
        margin-left: 0;
        margin-right: 0.5rem
    }
}

@media (min-width: 576px) {
    .pipeline-phase {
        max-width: 50px;
        min-width: 50px;
        width: 50px
    }
    
    .pill-phase {
        max-width: 50px;
        min-width: 50px;
        width: 50px
    }
    
   .prepill-phase {
        max-width: 62px;
        min-width: 62px;
        width: 62px;
        margin-right: .5rem;
    }
    
    .prepipeline-phase {
        max-width: 62px;
        min-width: 62px;
        width: 62px
    }
}


@media all and (min-width: 768px) and (max-width: 845px) {
	.prepipeline-phase {
        max-width: 50px;
        min-width: 50px;
        width: 50px;
	}
	
	.prepill-phase {
    max-width: 50px;
    min-width: 50px;
    width: 50px;
    margin-right: .5rem;
	}
	
}

@media (min-width: 992px) {
    .prepill-phase {
        margin: .5rem 0.25rem .5rem 0.125rem;
        }
}

.pipeline-phase-complete {
    background-color: #00e092
}

.pipeline-phase-text {
    bottom: 24px;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 100px
}

.prepipeline-phase-text {
    bottom: 0px;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 100px
}

@media (min-width: 350px) {
    .pipeline-phase-text {
        left: 16px;
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
    
    .prepipeline-phase-text {
        left: 6px;
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }
    
}


@media (min-width: 576px) {
    
    .prepipeline-phase-text {
        left: 16px;
    }
    
}


.pipeline-phase-text small {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.pipeline-description {
    font-size: .875rem;
    line-height: 1.285714286
}

@media (min-width: 992px) {
    .pipeline-description {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
        flex: 1 1 45%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.pipeline-description>:last-child {
    margin-bottom: 0
}

.references {
    border: 1px solid #E3E3E3;
    font-size: .75rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    padding: 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.references p {
    margin-bottom: 0.5rem
}

.references>:last-child {
    margin-bottom: 0
}

.section {
    padding: 1rem 1.5rem 2rem
}

.section .card-grid:last-child,
.section .card-list:last-child {
    margin-bottom: 0
}

.section-md {
    padding-bottom: 4rem;
    padding-top: 2rem
}

@media (min-width: 768px) {
    .section-md {
        padding-bottom: 6rem;
        padding-top: 4rem
    }
}

.search-form {
    margin-bottom: 0.5rem
}

.search-form .field {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-form .control:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.search-form .input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 3rem
}

.search-form .input:focus {
    z-index: 2
}

.search-form .button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 3rem;
    margin-left: -1px
}

.search-results-meta {
    margin-bottom: 0.5rem
}

.search-form+.search-results-meta {
    margin-top: 1rem
}

.search-results-meta-string {
    font-weight: 700
}

.search-results-meta-count {
    font-weight: 700
}

.ss-a {
    line-height: 1
}

.ss-icon {
    fill: currentColor;
    vertical-align: middle
}

.ss-facebook {
    color: #3B5998
}

.ss-facebook:hover {
    color: #2d4373
}

.ss-googleplus {
    color: #DD4B39
}

.ss-googleplus:hover {
    color: #c23321
}

.ss-linkedin {
    color: #007BB6
}

.ss-linkedin:hover {
    color: #005983
}

.ss-twitter {
    color: #55ACEE
}

.ss-twitter:hover {
    color: #2795e9
}

.ss-youtube {
    color: #CD201F
}

.ss-youtube:hover {
    color: #a11918
}

.team-card {
    font-size: .75rem;
    line-height: 1.3333333333;
    margin-bottom: 2rem;
    text-align: center
}

.team-card a {
    text-decoration: none
}

.team-card a:hover img {
    -webkit-box-shadow: 0 0 8px rgba(36, 36, 36, 0.2), 0 10px 10px -6px rgba(10, 10, 10, 0.1);
    box-shadow: 0 0 8px rgba(36, 36, 36, 0.2), 0 10px 10px -6px rgba(10, 10, 10, 0.1);
    opacity: 1
}

.team-card a:hover h3 {
    text-decoration: underline
}

.team-card img {
    -webkit-box-shadow: 0 0 8px rgba(36, 36, 36, 0.2);
    box-shadow: 0 0 8px rgba(36, 36, 36, 0.2);
    height: auto;
    margin-bottom: 1rem;
    max-width: 135px;
    opacity: 0.9
}

.team-card h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0.25rem
}

.team-card p {
    margin-bottom: 0
}

@media (min-width: 576px) {
    .team-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1rem;
        margin-left: -1rem;
        margin-right: -1rem
    }
    .team-grid .team-card {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 50%;
        max-width: 50%;
        padding: 0 1rem
    }
}

@media (min-width: 992px) {
    .team-grid .team-card {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        min-width: 25%;
        max-width: 25%
    }
}

.team-detail {
    margin-bottom: 2rem;
    text-align: center
}

@media (min-width: 576px) {
    .team-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left
    }
}

.team-detail-media {
    margin-right: 1rem
}

@media (min-width: 768px) {
    .team-detail-media {
        margin-right: 1.5rem
    }
}

.team-detail-media img {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px rgba(36, 36, 36, 0.2);
    box-shadow: 0 0 4px rgba(36, 36, 36, 0.2);
    max-width: 120px
}

@media (min-width: 768px) {
    .team-detail-media img {
        max-width: 200px
    }
}

.team-detail-body {
    padding-top: 1rem
}

.team-detail-body>:last-child {
    margin-bottom: 0
}

.team-detail-name {
    margin-bottom: 0
}

.team-detail-role {
    color: #02D88F;
    font-size: 1rem;
    font-weight: 400
}

@media (min-width: 768px) {
    .team-detail-role {
        font-size: 1.125rem
    }
}

.tabs {
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
    overflow: hidden;
    overflow-x: auto;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width: 576px) {
    .tabs {
        font-size: .875rem
    }
}

@media (min-width: 768px) {
    .tabs {
        font-size: 1rem
    }
}

.tabs ul {
    list-style: none;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #00e092;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabs li {
    display: block
}

.tabs a {
    border-bottom: 2px solid #00e092;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -2px;
    padding: .75em 1em;
    vertical-align: top
}

.tabs a:active,
.tabs a:focus {
    outline: 1px dotted
}

.tabs a[aria-selected="true"] {
    background-color: #00d68b;
    color: #fff;
    text-decoration: none
}

.tabs .active a {
    background-color: #00d68b;
    color: #fff;
    text-decoration: none
}

.js-tabs .js-tabcontent[aria-hidden=true] {
    display: none
}

.js-tabs .js-tabcontent[role="tabpanel"] [tabindex="0"]:first-of-type {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    position: relative;
    text-transform: uppercase
}

.title a {
    color: #7a7a7a;
    font-weight: 500;
    text-decoration: none
}

@media (min-width: 576px) {
    .title a {
        padding: 0.25rem
    }
}

.title a:hover {
    background-color: #f5f5f5;
    color: #242424
}

.title a.active {
    background-color: #00e695;
    color: #f5f5f5
}

.title .title-icon {
    background-color: transparent;
    color: #a6a6a6;
    padding: 0
}

.title .title-icon:hover {
    background-color: transparent;
    color: #7a7a7a
}

.title .title-icon.active {
    background-color: transparent;
    color: #00e695
}

.title .title-icon svg {
    fill: currentColor;
    vertical-align: middle
}

.title-bordered {
    border-bottom: 1px solid #6ED3A6
}

.title-title {
    font-weight: 500;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    text-transform: uppercase
}

.title-title h1 {
    font-weight: inherit
}

@media (max-width: 991.98px) {
    .title-title {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: none
    }
}

.title-left,
.title-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 0.5rem
}

@media (min-width: 992px) {
    .title-left,
    .title-right {
        padding-bottom: 0;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        z-index: 1
    }
}

.title-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto;
    padding-right: 0.5rem
}

@media (min-width: 992px) {
    .title-left {
        left: 0
    }
}

.title-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    padding-left: 0.5rem;
    text-align: right
}

@media (min-width: 992px) {
    .title-right {
        right: 0
    }
}

.title-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tile {
    background-color: #00e695;
    background: -webkit-gradient(linear, left top, left bottom, from(#00e695), to(#06bc85));
    background: -o-linear-gradient(#00e695, #06bc85);
    background: linear-gradient(#00e695, #06bc85);
    border-radius: 4px;
    color: #fafafa;
    margin-bottom: 2rem;
    position: relative
}

.tile>a {
    border-radius: 4px;
    bottom: 0;
    color: inherit;
    left: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0
}

.tile>a:hover {
    background-color: #06bc85;
    color: #fff
}

.tile>a:hover .tile-title {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4)
}

.tile-img {
    position: absolute
}

.tile-foot {
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0
}


@media (min-width: 768px) {
    .tile-foot {
        padding: 1.5rem
    }
}

.tile-foot>:last-child {
    margin-bottom: 0
}

.tile-title {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 1.275rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .tile-title {
        font-size: 1.675rem
    }
}

.tile-lg .tile-title {
    font-size: 1.875rem
}

@media (min-width: 768px) {
    .tile-lg .tile-title {
        font-size: 2.75rem
    }
}

.tile-blue {
    background-color: #211249;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#364D90), to(#211249));
    background-image: -o-linear-gradient(#364D90, #211249);
    background-image: linear-gradient(#364D90, #211249)
}

.tile-blue>a:hover {
    background-color: #211249
}

@media (min-width: 576px) {
    .tile-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2rem;
        margin-left: -0.75rem;
        margin-right: -0.75rem
    }
    .tile-grid .tile {
        margin: 0.75rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%
    }
}

@supports (display: grid) {
    @media (min-width: 576px) {
        .tile-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 1em;
            margin-bottom: 2rem;
            margin-left: 0;
            margin-right: 0
        }
        .tile-grid .tile {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
            margin: 0
        }
    }
    @media (min-width: 992px) {
        .tile-grid {
            grid-gap: 1.5em
        }
    }
}

.bg-primary {
    background-color: #00e695 !important
}

.bg-light {
    background-color: #f5f5f5 !important
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-black {
    color: #000 !important
}

.text-grey-darker {
    color: #333 !important
}

.text-grey-light {
    color: #ccc !important
}

.text-primary {
    color: #00e092 !important
}

.text-secondary {
    color: #375095 !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important
    }
    .w-md-50 {
        width: 50% !important
    }
    .w-md-75 {
        width: 75% !important
    }
    .w-md-100 {
        width: 100% !important
    }
}

.mw-25 {
    min-width: 25% !important
}

.mw-50 {
    min-width: 50% !important
}

.mw-75 {
    min-width: 75% !important
}

.mw-100 {
    min-width: 100% !important
}

@media (min-width: 768px) {
    .mw-md-25 {
        min-width: 25% !important
    }
    .mw-md-50 {
        min-width: 50% !important
    }
    .mw-md-75 {
        min-width: 75% !important
    }
    .mw-md-100 {
        min-width: 100% !important
    }
}

.maw-25 {
    max-width: 25% !important
}

.maw-50 {
    max-width: 50% !important
}

.maw-75 {
    max-width: 75% !important
}

.maw-100 {
    max-width: 100% !important
}

@media (min-width: 768px) {
    .maw-md-25 {
        max-width: 25% !important
    }
    .maw-md-50 {
        max-width: 50% !important
    }
    .maw-md-75 {
        max-width: 75% !important
    }
    .maw-md-100 {
        max-width: 100% !important
    }
}

.mx-a {
    margin-left: auto !important;
    margin-right: auto !important
}

.mx-n {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mb-n {
    margin-bottom: 0 !important
}

.mb-sm {
    margin-bottom: 1rem !important
}

.mb-md {
    margin-bottom: 2rem !important
}

.mb-lg {
    margin-bottom: 3rem !important
}

.mt-n {
    margin-top: 0 !important
}

.mt-sm {
    margin-top: 1rem !important
}

.mt-md {
    margin-top: 2rem !important
}

.mt-lg {
    margin-top: 3rem !important
}

.ml-n {
    margin-left: 0 !important
}

.ml-sm {
    margin-left: 1rem !important
}

.ml-md {
    margin-left: 2rem !important
}

.ml-lg {
    margin-left: 3rem !important
}

.ml-xl {
    margin-left: 4rem !important
}

.mr-n {
    margin-right: 0 !important
}

.mr-sm {
    margin-right: 1rem !important
}

.mr-md {
    margin-right: 2rem !important
}

.mr-lg {
    margin-right: 3rem !important
}

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

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

.no-mobile img {
	display: none;
}

@media (min-width: 700px) { 
	.no-mobile img {
		display: block;
	}
}

/* Diagnostics Page styles  */
.prepipeline-target span#sub-text {
	line-height:1.3;
	font-size:.875rem;
	font-weight: 400;	
	display:block;
	text-transform: none;
    border-top: 1px solid rgba(0, 224, 146, 0.6);
    padding: 6px;
}

.diagnostics.prepipeline-target {
    padding: 10px;
    width: 50%;
    text-transform: uppercase;
    line-height: 1.2;
}

.diagnostics.prepipeline-target p {
    margin-bottom: .4rem !important;
}

.diagnostics.fc-row.partners {
	margin:-15px 0 0 !important;
	font-size:.875rem;
	text-transform: none;
}

.diagnostics.fc-row.partners.single {
	margin:-35px 0 30px 0 !important;
	font-size:.875rem;
}

.diagnostics.fc-row.partners .pipeline-body {
    margin:0px !important;
	padding: 0 1rem;
}

.diag-phases {
	
}

span.diag {
    color: #00e39c;
}


/*-------NEW STYLES -- BMB -------*/

.diag-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-content:center;
}
.diag-flex .item:nth-child(1) {
    max-width: none;
}
.diag-flex .item:nth-child(2) {
    min-width: 240px;
}
.diag-flex .item:nth-child(2) .pipeline-phases {
    justify-content: space-evenly;
}
.diag-flex .item:nth-child(3) {
    min-width: 128px;
}
.diag-flex .item:nth-child(3) span{
    display: block;
}

.partners-flex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.partners-flex > div {
    min-width: 128px;
}
.diagnostics.prepipeline-target {
    width: 100%;
    height: 100%;
}
.partner-head {
    display: none;
    min-width:90px; 
    text-align:right; 
    height:24px;
    margin-top: 98px !important;
}

.ppp_ul {
	margin: 0 2rem 0 2rem;
}

@media (min-width: 320px) {
	#diagnostic .prepipeline-phase {
	    margin: 4rem 1.5rem 0rem 0rem;
	}
}


@media (min-width: 350px) {
	.ppp_ul {
	    margin: 0 3rem 0 1rem;
	}
	
	#diagnostic .prepill-phase {
    margin-left: 0;
    margin-right: 2rem;
	}
	
}

@media (min-width: 576px) {
	.ppp_ul {
	    margin: 0 3rem 0 3rem;
	}
}

@media (min-width: 992px) {
    .diag-flex {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .diag-flex .item:nth-child(1) {
        max-width: 268px;
    }
    .diag-flex .item:nth-child(3) span{
        display: none;
    }    
    .partners-flex {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .partner-head {
        display: block;
    }
	.ppp_ul {
    justify-content: flex-start;
    margin-left: 286px;
	}
    
    h2.prepipeline-title {
    width: 268px;
	}
 
	#diagnostic .prepipeline-phase {
	    margin: 5rem 0rem 0rem 0rem;
	}
	
	#diagnostic .prepill-phase {
    margin-right: 0rem;
	}
}

/*------Berg extra columns --------*/

.berg-col3 {
	float: left;
	width: 33.3%;
	margin-bottom: 1.5rem;
	padding:0 12px 12px;
}

.berg-col4 {
	float: left;
	width: 25%;
	margin-bottom: 1.5rem;
	padding:12px;
}

.cia-callout {
	background-color: transparent;
    padding: 0px 0px 10px 0px;
}
.cia-callout img {
	padding: 0px;
	margin-bottom: 0 !important;
}

.cia-callout span {
	text-align: center;
	background-color: #939393;
	color:#fff;
    margin: auto;
    width: 100%;
    display: block;
    border-radius: 4px;
    min-height: 3.5rem;
    padding: 6px;
}

.berg-col4 .cia-callout:after {
	content: url(assets/check.png);
	position:relative; 
	z-index:100000; 
	top:-90px;
	left: 20px;
	float: right;
}

.cia-callout span.purp {
	background-color: #201247;
}

.cia-callout span.brand {
	background-color: #00e092;
}

.cia-callout span.friendly {
	background-color: #fb597d;
}

.row:after {
	content: "";
	display: table; 
	clear: both;
}

@media screen and (max-width: 992px) {
	.berg-col3, .berg-col4 {
	width: 100%;
	} 
}

/*----berg icon styles-------*/

.berg-icon-sm {
	margin: 0 .75em 0.5rem 0;
    float: left;
}


