@import "https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap";
.color-prim-one {
    background-color: #494c4e;
    color: #fff;
}
.color-prim-two,
.color-sec-one {
    background-color: #017d79;
    color: #000;
}
.color-sec-two {
    background-color: #00afaa;
    color: #000;
}
.color-sec-three {
    background-color: #e87511;
    color: #fff;
}
.color-sec-four {
    background-color: #46a660;
    color: #000;
}
.color-sec-five {
    background-color: #006fbf;
    color: #000;
}
.color-sec-six {
    background-color: #004489;
    color: #fff;
}
.color-tint-one {
    background-color: #f2f8fc;
    color: #000;
}
.color-tint-two {
    background-color: #99c5e5;
    color: #000;
}
.color-tint-three {
    background-color: #ecf6ee;
    color: #000;
}
.color-tint-four {
    background-color: #65b57b;
    color: #000;
}
.color-tint-five {
    background-color: #dbf5fa;
    color: #000;
}
.color-tint-six {
    background-color: #bdedf5;
    color: #000;
}
.color-white {
    background-color: #fff;
    color: #000;
}
.color-black {
    background-color: #000;
    color: #fff;
}
.color-grey-one {
    background-color: #494c4e;
    color: #fff;
}
.color-grey-two {
    background-color: #6e7376;
    color: #000;
}
.color-grey-three {
    background-color: #cdd5dc;
    color: #000;
}
.color-grey-four {
    background-color: #f7f7f7;
    color: #000;
}
.color-grey-five {
    background-color: #d3d9e3;
    color: #000;
}
.color-grey-six {
    background-color: #b9c2d0;
    color: #000;
}
.color-grey-seven {
    background-color: #7c8695;
    color: #000;
}
.color-grey-eight {
    background-color: #72777a;
    color: #000;
}
.color-grey-nine {
    background-color: #565a5c;
    color: #fff;
}
.color-gradient-one {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9fafb));
    background: linear-gradient(#fff, #f9fafb);
}
.color-gradient-two {
    background: -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#f2f3f5));
    background: linear-gradient(#f9fafb, #f2f3f5);
}
.color-gradient-three {
    background: -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#e6eaf0));
    background: linear-gradient(#f9fafb, #e6eaf0);
}
.color-gradient-four {
    background: -webkit-gradient(linear, left top, left bottom, from(#b9c2d0), to(#72777a));
    background: linear-gradient(#b9c2d0, #72777a);
}
.card-header {
    background-color: #f9fafb;
}
.bg-light {
    background-color: #f7f7f7 !important;
}
body,
html {
    color: #494c4e;
    font-family: Lato, sans-serif;
    font-size: 100%;
}
.container-fluid {
    margin: 0 auto;
    max-width: 1200px;
}
pre,
pre.card {
    margin-top: 1.125rem;
    word-break: break-all;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
pre.card code,
pre code {
    white-space: pre-wrap;
    padding: 1.125rem;
}
img {
    max-width: 100%;
    height: auto;
}
.bg-img-wrapper {
    background-size: cover;
}
.bg-img-wrapper img:first-child {
    display: none;
}
blockquote {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: italic;
}
blockquote footer {
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 400;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
}
.h1,
h1 {
    color: #494c4e;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.875rem;
}
.h1,
.h2,
h1,
h2 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    margin-top: 1.875rem;
}
.h2,
h2 {
    color: #017d79;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1rem;
}
.h3,
h3 {
    font-size: 1.625rem;
    line-height: 2.125rem;
}
.h3,
.h4,
h3,
h4 {
    color: #494c4e;
    font-family: Lato, sans-serif;
    font-weight: 700;
}
.h4,
h4 {
    font-size: 1.5rem;
    line-height: 2rem;
}
.h5,
h5 {
    font-size: 1.3125rem;
}
.h5,
.h6,
h5,
h6 {
    color: #494c4e;
    font-family: Lato, sans-serif;
    line-height: 1.75rem;
    font-weight: 700;
}
.h6,
h6 {
    font-size: 1.25rem;
}
@media (max-width: 992px) {
    .h1,
    h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .h2,
    h2 {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
    .h3,
    h3 {
        font-size: 1.3125rem;
    }
    .h3,
    .h4,
    h3,
    h4 {
        line-height: 1.5rem;
    }
    .h4,
    h4 {
        font-size: 1.125rem;
    }
    .h5,
    h5 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (max-width: 768px) {
    .h1,
    h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .h2,
    h2 {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
    .h3,
    h3 {
        font-size: 1.3125rem;
    }
    .h3,
    .h4,
    h3,
    h4 {
        line-height: 1.5rem;
    }
    .h4,
    h4 {
        font-size: 1.125rem;
    }
    .h5,
    h5 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
a {
    border-bottom: 1px dotted #006fbf;
}
a,
a:active,
a:focus,
a:hover {
    color: #006fbf;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    border-bottom: 1px solid #006fbf;
}
a.download:after,
a.new-window:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    margin-left: 0.35rem;
}
a.new-window:after {
    content: "\f35d";
}
a.download:after {
    content: "\f019";
}
ol,
ul {
    font-size: 1rem;
    padding-left: 1.25rem;
    margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
    ol,
    ul {
        font-size: 1.1875rem;
    }
}
ol li,
ul li {
    padding-left: 0.5rem;
    padding-bottom: 1.25rem;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
    margin-top: 0;
}
li:last-child,
ol li ol li,
ol li ul li,
ul li ol li,
ul li ul li {
    margin-bottom: 0;
    padding-bottom: 0;
}
ol.box-number {
    counter-reset: li;
    padding-left: 3rem;
}
ol.box-number li {
    list-style: none;
    padding-bottom: 0.75rem;
    position: relative;
}
ol.box-number li:before {
    background-color: #017d79;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    content: counter(li);
    counter-increment: li;
    font-size: 1rem;
    font-weight: 700;
    left: -3rem;
    margin: 4px 8px 0 0;
    padding: 4px;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 2rem;
}
ol.box-number ol {
    counter-reset: list;
    padding-top: 1rem;
    margin-left: 1.875rem;
}
ol.box-number ol li:before {
    content: counter(list, lower-alpha);
    counter-increment: list;
}
ol.box-number ul {
    margin-left: 1.875rem;
    padding-top: 1rem;
}
ol.box-number ul li:before {
    background-color: transparent;
    color: #000;
    content: "\2022";
    counter-increment: list;
    font-size: 1.5rem;
    left: -3rem;
    margin-top: 0;
}
ul.list-icon {
    list-style-type: none;
}
ul.list-icon li {
    padding-bottom: 0.75rem;
    position: relative;
}
ul.list-icon span:before {
    font-size: 2rem;
    margin-left: -3rem;
    position: absolute;
    top: -6px;
}
ul.list-icon .fa-check {
    color: #46a660;
}
ul.list-icon .fa-times {
    color: #e87511;
}
ol.box-alpha {
    counter-reset: letter;
    padding-left: 3rem;
}
ol.box-alpha li {
    list-style: none;
    padding-bottom: 0.75rem;
    position: relative;
}
ol.box-alpha li:before {
    background-color: #000;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    content: counter(letter, lower-alpha);
    counter-increment: letter;
    font-size: 1rem;
    font-weight: 700;
    left: -3rem;
    margin: 4px 8px 0 0;
    padding: 4px;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 2rem;
}
ol.box-alpha ol {
    counter-reset: list;
    padding-top: 1rem;
    margin-left: 1.875rem;
}
ol.box-alpha ol li:before {
    content: counter(list, lower-roman);
    counter-increment: list;
}
ol.box-alpha ul {
    padding-top: 1rem;
    margin-left: 1.875rem;
}
ol.box-alpha ul li:before {
    background-color: transparent;
    color: #000;
    content: "\2022";
    counter-increment: list;
    font-size: 1.5rem;
    left: -3rem;
    margin-top: 0;
}
ol.large-number {
    margin-left: 0;
    padding-top: 10px;
    padding-left: 3.75rem;
    counter-reset: item;
}
ol.large-number li {
    list-style: none;
    margin-bottom: 1.25rem;
    position: relative;
}
ol.large-number li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #017d79;
    left: -3.75rem;
    position: absolute;
    top: -0.9375rem;
    font-size: 3.125rem;
    line-height: 3rem;
    font-weight: 700;
    margin: 8px 0.9375rem 0 0;
}
ol.large-number ol,
ol.large-number ul {
    counter-reset: list;
    padding-top: 1rem;
    margin-left: 1.875rem;
}
ol.large-number ol li:before,
ol.large-number ul li:before {
    color: #000;
    counter-increment: list;
    left: -40px;
    top: -3px;
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 400;
}
ol.large-number ol li:before {
    content: counter(list, lower-roman) ". ";
}
ol.large-number ul li:before {
    content: "\2022";
}
ol.lower-alpha {
    list-style-type: lower-alpha;
}
ol.bg-colour-one li:before,
ol.bg-colour-one span:before,
ul.bg-colour-one li:before,
ul.bg-colour-one span:before {
    background-color: #017d79;
}
ol.text-colour-one li:before,
ol.text-colour-one span:before,
ul.text-colour-one li:before,
ul.text-colour-one span:before {
    color: #017d79;
}
.list-unstyled {
    margin-left: 0;
}
.list-unstyled li {
    padding-bottom: 0;
}
p {
    font-size: 1rem;
    line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
    p {
        font-size: 1.1875rem;
        line-height: 1.75rem;
    }
}
.lead {
    font-size: 1.3125rem;
    line-height: 2rem;
}
@media (min-width: 768px) {
    .lead {
        font-size: 1.1875rem;
        line-height: 1.5rem;
    }
}
hr {
    border-top: 1px solid #b5bdc2;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.overlay-content {
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    overflow: hidden;
}
.overlay-content h1,
.overlay-content h2,
.overlay-content h3,
.overlay-content h4,
.overlay-content h5,
.overlay-content h6 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0.9375rem;
}
.overlay-content p {
    text-align: center;
}
.overlay-content .card-body {
    background-color: transparent;
    border: 0;
}
.overlay-content.bg-darkness,
.overlay-content .bg-darkness {
    background-color: rgba(86, 90, 92, 0.9);
}
.overlay-content.bg-darkness h1,
.overlay-content .bg-darkness h1,
.overlay-content.bg-darkness h2,
.overlay-content .bg-darkness h2,
.overlay-content.bg-darkness h3,
.overlay-content .bg-darkness h3,
.overlay-content.bg-darkness h4,
.overlay-content .bg-darkness h4,
.overlay-content.bg-darkness h5,
.overlay-content .bg-darkness h5,
.overlay-content.bg-darkness h6,
.overlay-content .bg-darkness h6,
.overlay-content.bg-darkness p,
.overlay-content .bg-darkness p {
    color: #fff;
}
.overlay-content.bg-light,
.overlay-content .bg-light {
    background-color: #fff !important;
}
.overlay-content.bg-light h1,
.overlay-content .bg-light h1,
.overlay-content.bg-light h2,
.overlay-content .bg-light h2,
.overlay-content.bg-light h3,
.overlay-content .bg-light h3,
.overlay-content.bg-light h4,
.overlay-content .bg-light h4,
.overlay-content.bg-light h5,
.overlay-content .bg-light h5,
.overlay-content.bg-light h6,
.overlay-content .bg-light h6,
.overlay-content.bg-light p,
.overlay-content .bg-light p {
    color: #494c4e;
    text-align: center;
}
.intersect-wrapper {
    overflow: hidden;
}
.intersect-wrapper .intersect-content {
    background: #fff;
    margin: 15% auto auto;
    padding: 1.875rem 0 0.9375rem;
    overflow: hidden;
}
.fullscreen-splash .overlay-content {
    background-color: #fff;
}
.fullscreen-splash .overlay-content p {
    text-align: left;
}
@media screen and (min-width: 768px) {
    .fullscreen-splash {
        padding-top: 5.313rem;
        padding-bottom: 12.81rem;
    }
}
.fullscreen-splash.bg-img-wrapper {
    background-repeat: no-repeat;
}
.banner-img img {
    width: 100%;
}
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    margin-top: 0.75rem;
}
.card-standard {
    border: 3px solid #017d79;
    margin: 1.875rem 0;
}
.card-standard .card-body {
    padding: 1.875rem;
}
.card-standard .card-body .callout-header,
.card-standard .card-body h2,
.card-standard .card-body h3,
.card-standard .card-body h4,
.card-standard .card-body h5,
.card-standard .card-body h6 {
    color: #1e2d34;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
}
.card-standard .card-body p {
    color: #212529;
    font-size: 1.1875rem;
}
.card-graphic {
    border: 3px solid #017d79;
    margin: 1.875rem 0;
}
.card-graphic,
.card-graphic .card-body {
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    display: flex;
}
.card-graphic .card-body {
    padding: 1.875rem;
}
.card-graphic .card-body .card-header,
.card-graphic .card-body h2,
.card-graphic .card-body h3,
.card-graphic .card-body h4,
.card-graphic .card-body h5,
.card-graphic .card-body h6 {
    color: #1e2d34;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
}
.card-graphic .card-body p {
    color: #1e2d34;
    font-size: 1.1875rem;
}
.card-graphic .card-body .card-icon {
    margin-right: 1.25rem;
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    padding: 0.625rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-graphic .card-body .card-icon img {
    margin-right: 0.625rem;
    width: 5.313rem;
    height: 5.313rem;
    min-width: 5.313rem;
}
.card-graphic .card-body .card-icon .fa,
.card-graphic .card-body .card-icon .fas {
    font-size: 3.125rem;
    min-width: 5.313rem;
    text-align: center;
    color: #017d79;
}
.card-graphic .card-body .card-text p {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
@media screen and (max-width: 768px) {
    .card-graphic .card-body .card-icon {
        display: none;
    }
}
.box-border {
    border: 1px solid #cdd5dc;
    padding: 1.875rem 6.25rem;
}
figure {
    border: 1px solid #000;
    margin: 0 auto 10px;
    display: inline-block;
}
figure.figure-alt {
    border: 6px solid #d8d8d8;
}
figure figcaption {
    font-style: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
figure img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
}
figure.float-left {
    margin-right: 1.25rem;
}
figure.float-right {
    margin-left: 1.25rem;
}
.img-200 {
    max-width: 200px;
}
.img-300 {
    max-width: 250px;
}
.img-400 {
    max-width: 400px;
}
.img-500 {
    max-width: 500px;
}
.img-600 {
    max-width: 100%;
}
@media screen and (min-width: 554px) {
    figure {
        margin-bottom: 0;
    }
    .img-200 {
        max-width: 20%;
    }
    .img-300 {
        max-width: 30%;
    }
    .img-400 {
        max-width: 50%;
    }
    .img-500 {
        max-width: 60%;
    }
    .img-600 {
        max-width: 66%;
    }
}
@media screen and (min-width: 768px) {
    .img-300 {
        max-width: 300px;
    }
    .img-400 {
        max-width: 400px;
    }
    .img-500 {
        max-width: 500px;
    }
    .img-600 {
        max-width: 550px;
    }
}
@media screen and (min-width: 992px) {
    .img-600 {
        max-width: 600px;
    }
}
footer {
    border-top: 2px solid #e5e5e5;
    padding: 30px 0;
    margin-top: 3.125rem;
    text-align: right;
}
footer img {
    max-height: 125px;
}
.jumbotron {
    padding: 1.875rem;
    color: #fff;
    margin: 1.875rem 0;
    background-color: #017d79;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5 {
    color: #fff;
    text-align: left;
    margin-top: 0;
}
.two-col-panels .row > .card:first-child {
    margin-right: 0.9375rem;
    background-color: #f7f7f7;
    padding: 30px;
}
.two-col-panels .row > .card:last-child {
    margin-left: 0.9375rem;
    background-color: #f7f7f7;
    padding: 30px;
}
.two-col-panels .card .card-body {
    padding: 1.875rem;
}
.two-col-panels .card .card-body .card-header,
.two-col-panels .card .card-body h2,
.two-col-panels .card .card-body h3,
.two-col-panels .card .card-body h4,
.two-col-panels .card .card-body h5,
.two-col-panels .card .card-body h6 {
    padding-top: 0;
    margin-bottom: 0;
}
.stacked-panels .card .card-body .card-header,
.stacked-panels .card .card-body h2,
.stacked-panels .card .card-body h3,
.stacked-panels .card .card-body h4,
.stacked-panels .card .card-body h5,
.stacked-panels .card .card-body h6 {
    margin-top: 0;
    padding-top: 0;
}
.stacked-panels .card:first-child {
    margin-bottom: 0.9375rem;
    background-color: #f7f7f7;
    padding: 30px;
}
.stacked-panels .card:last-child {
    margin-top: 0.9375rem;
    background-color: #f7f7f7;
    padding: 30px;
}
.table,
.table-responsive {
    overflow-y: hidden;
    padding: 1.25rem;
}
.table-responsive caption,
.table caption {
    vertical-align: middle;
    min-height: 1.25rem;
    text-align: center;
    font-weight: 700;
}
.table-responsive th,
.table th {
    font-size: 1.25rem;
    background-color: #f7f7f7;
    font-weight: 700;
}
.table-responsive td,
.table-responsive tr,
.table td,
.table tr {
    padding: 1.25rem;
}
.embed-responsive {
    margin-bottom: 0.9375rem;
}
.video-wrapper {
    margin: 3rem auto;
    border: 1px solid #b9c2d0;
    background-color: #fff;
    padding: 30px;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-wrapper .video-text {
    color: #000;
    margin-left: 10px;
}
video {
    width: 100%;
    height: auto;
}
.accordion:first-child {
    margin-top: 5px;
}
.accordion .h1,
.accordion .h2,
.accordion .h3,
.accordion .h4,
.accordion .h5,
.accordion .h6,
.accordion h1,
.accordion h2,
.accordion h3,
.accordion h4,
.accordion h5,
.accordion h6 {
    font-size: 1.125rem;
}
.accordion .card {
    border: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.accordion .card .card-title {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.accordion .card .card-title button {
    color: #494c4e;
    font-weight: 700;
    font-size: 1.25rem;
    border: 1px solid #cdd5dc;
    border-radius: 0;
    background-color: #fff;
    padding: 1.25rem 1.25rem 1.25rem 70px;
}
.accordion .card .card-title button:focus,
.accordion .card .card-title button:hover {
    color: #006fbf;
}
.accordion .card .card-title button:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    position: absolute;
    top: 1.5rem;
    left: 2rem;
}
.accordion .card .card-title button[aria-expanded="true"]:after {
    content: "\f107";
    color: #b9c2d0;
}
.accordion .card .card-title button[aria-expanded="false"]:after {
    content: "\f105";
    color: #b9c2d0;
}
.accordion .card .card-header {
    padding: 0;
}
.accordion .card .card-header button {
    border: 1px solid #cdd5dc;
    background-color: #fff;
    width: 100%;
    text-align: left;
}
.accordion .card-body {
    border: 1px solid #cdd5dc;
    background-color: #f7f7f7;
}
button .btn,
button.btn-primary {
    background-color: #006fbf;
    border-color: #006fbf;
    color: #fff;
    margin: 10px;
    padding: 10px 30px;
}
button.btn-primary:hover,
button .btn:hover {
    background-color: #004489;
    color: #fff;
    border: 0 solid transparent;
}
button.btn-primary:active,
button.btn-primary:active:focus,
button.btn-primary:active:hover,
button.btn-primary:focus,
button .btn:active,
button .btn:active:focus,
button .btn:active:hover,
button .btn:focus {
    background-color: #004489;
    border-color: #004489;
    color: #fff;
}
button.btn-primary:disabled,
button.btn-primary[aria-expanded="true"],
button .btn:disabled,
button .btn[aria-expanded="true"] {
    background-color: #006fbf, 0.5;
    border-color: #006fbf, 0.5;
    color: #fff;
}
button.btn-primary:disabled:hover,
button.btn-primary[aria-expanded="true"]:hover,
button .btn:disabled:hover,
button .btn[aria-expanded="true"]:hover {
    background-color: rgba(0, 111, 191, 0.5);
    border-color: rgba(0, 111, 191, 0.5);
    color: #fff;
}
button.btn-secondary,
button.copy-btn {
    background-color: #e3e9f1;
    border-color: #e3e9f1;
    color: #000;
    margin: 10px;
    padding: 10px 30px;
}
button.btn-secondary:hover,
button.copy-btn:hover {
    background-color: #cdd5dc;
    color: #000;
    border: 0 solid transparent;
}
button.btn-secondary:focus,
button.copy-btn:focus {
    background-color: #cdd5dc;
    border-color: #004489;
    color: #000;
}
button.btn-secondary:active,
button.btn-secondary:active:focus,
button.btn-secondary:active:hover,
button.copy-btn:active,
button.copy-btn:active:focus,
button.copy-btn:active:hover {
    background-color: #cdd5dc;
    border-color: #cdd5dc;
    color: #000;
}
button.btn-secondary:disabled,
button.btn-secondary[aria-expanded="true"],
button.copy-btn:disabled,
button.copy-btn[aria-expanded="true"] {
    color: #cdd5dc;
    background-color: rgba(227, 233, 241, 0.5);
    border-color: rgba(227, 233, 241, 0.5);
    color: #000;
}
button.btn-secondary:disabled:hover,
button.btn-secondary[aria-expanded="true"]:hover,
button.copy-btn:disabled:hover,
button.copy-btn[aria-expanded="true"]:hover {
    background-color: rgba(227, 233, 241, 0.5);
    border-color: rgba(227, 233, 241, 0.5);
    color: #000;
}
.tab-pane {
    padding-top: 15px;
    padding-bottom: 15px;
}
.list-group-item {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 1.25rem;
    border-left: none;
    border-color: #cdd5dc;
    background: #f7f7f7;
}
@media screen and (max-width: 768px) {
    .list-group-item {
        margin-bottom: 0;
        border-right: none;
    }
    .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}
.list-group-item:focus,
.list-group-item:hover {
    background-color: #fff;
    border-bottom: 1px solid #cdd5dc;
}
.list-group-item.active {
    background-color: #006fbf;
    border-color: #006fbf;
}
.tabs-horizontal {
    border: 1px solid #cdd5dc;
    border-radius: 5px;
}
.tabs-horizontal .list-group-item {
    border-top: none;
}
.tabs-horizontal .tab-pane {
    padding: 30px 30px 60px;
}
@media screen and (min-width: 768px) {
    .list-group.flex-md-row .list-group-item:first-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .list-group.flex-md-row .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-right: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-bottom: -1px;
    }
}
.graphic-tabs {
    padding: 20px;
    border: 2px solid #b3b2b3;
    border-right: 1px solid #e0e0e0;
}
.graphic-tabs h3,
.graphic-tabs h4 {
    margin: 15px 0;
}
.graphic-tabs .graphic-tab.list-group-item {
    border: none !important;
}
.graphic-tabs .graphic-tab.active {
    background-color: #f2f4f6;
    border-color: #b3b2b3;
    color: #006fbf;
    text-decoration: underline;
    text-align: center;
}
.graphic-tabs .graphic-tab.active h3,
.graphic-tabs .graphic-tab.active h4 {
    color: #006fbf;
    text-decoration: underline;
    margin: 15px 0;
    text-align: center;
}
.graphic-tabs .content-graphic-tabs {
    background-color: #f2f4f6;
    padding: 20px 30px;
}
.graphic-tabs .content-graphic-tabs hr {
    margin: 0;
}
@media (max-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
}
[contenteditable="true"] .bg-img-wrapper img:first-child {
    display: block;
    max-width: 100%;
}
[contenteditable="true"] .bg-img-wrapper {
    background-size: cover;
}
[contenteditable="true"] .accordion .collapse:not(.show) {
    display: block;
}
[contenteditable="true"] .accordion .h1,
[contenteditable="true"] .accordion .h2,
[contenteditable="true"] .accordion .h3,
[contenteditable="true"] .accordion .h4,
[contenteditable="true"] .accordion .h5,
[contenteditable="true"] .accordion .h6,
[contenteditable="true"] .accordion h1,
[contenteditable="true"] .accordion h2,
[contenteditable="true"] .accordion h3,
[contenteditable="true"] .accordion h4,
[contenteditable="true"] .accordion h5,
[contenteditable="true"] .accordion h6 {
    text-align: left;
    color: #494c4e;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 1.25rem;
    border: 1px solid #cdd5dc;
    border-radius: 0;
    background-color: #fff;
}
[contenteditable="true"] .tab-content > .tab-pane {
    opacity: 1;
    display: block;
    border: 2px solid #cdd5dc;
    padding: 15px;
}
[contenteditable="true"] .fade:not(.show) {
    opacity: 1;
}
@media print {
    .accordion .collapse:not(.show) {
        display: block;
    }
    .tab-content > .tab-pane {
        opacity: 1;
        display: block;
        border: 2px solid #cdd5dc;
        padding: 15px;
    }
    .fade:not(.show) {
        opacity: 1;
    }
}
