html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    color: #212529;
}
dl,
ol,
ul,
p,
.p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}
.cta {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 85px 1rem 6rem !important;
    overflow: hidden;
    background-image: linear-gradient(90deg, #012c14, #03853d, #1d442e);
    color: #fff;
}
.cta h1 {
    width: 100%;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 300;
    margin: 0;
}
@media (min-width: 576px) {
    .cta h1 {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .cta h1 {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .cta h1 {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .cta h1 {
        max-width: 960px;
    }
}
.cta a {
    color: #fff;
}
.cta .search {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.3);
    -moz-box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.3);
    flex-direction: row;
    min-width: 0%;
    width: 100%;
    max-width: 620px;
    margin: 50px 0 0 0;
}
.cta .search button {
    border: none;
    background-color: #03853d;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 1.1rem 0;
}
.cta .search button:hover {
    cursor: pointer;
}
.cta .search button:focus {
    outline: 0;
}
.cta .search .text-search {
    display: none;
}
@media (min-width: 400px) {
    .cta .search .text-search {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        border: 1px solid white;
    }
}
@media (min-width: 400px) {
    .cta .search .text-go {
        display: none;
    }
}
.cta .search .search-input {
    width: 100%;
    overflow: auto;
}
.cta .search .search-input input[type="search"] {
    width: -moz-available;
    width: -webkit-fill-available;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border: none;
    z-index: 100;
    color: initial;
    color: #212529;
}
.cta .search .search-input input[type="search"]:focus {
    outline: none;
}
.cta .search .search-input input[type="search"]::placeholder {
    color: #6c757d;
    opacity: 1;
}
.cta .search .search-input input[type="search"]:-ms-input-placeholder {
    color: #6c757d;
}
.cta .search .search-input input[type="search"]::-ms-input-placeholder {
    color: #6c757d;
}
.cta > span {
    padding: 28px 0 0 0 !important;
}
.cta span {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    color: #fff;
}
.cta span span.title {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}
.cta span a {
    text-decoration: underline;
}
.cta span a:hover {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.65);
}

.cta .popular-questions span.title {
    margin-bottom: 8px !important;
}
.cta .popular-questions,
.cta .popular-question-wrapper {
    display: flex;
    flex-direction: column;
}

.cta .popular-question-wrapper span:not(:last-of-type) {
    margin-bottom: 8px;
}

.cta-ws {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 85px 1rem 0rem !important;
    overflow: hidden;
    background-image: linear-gradient(90deg, #012c14, #03853d, #1d442e);
    color: #fff;
}
.cta-ws h1 {
    width: 100%;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 300;
    margin: 0;
}
@media (min-width: 576px) {
    .cta-ws h1 {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .cta-ws h1 {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .cta-ws h1 {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .cta-ws h1 {
        max-width: 960px;
    }
}
.cta-ws a {
    color: #fff;
}
.cta-ws .search {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.3);
    -moz-box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.3);
    flex-direction: row;
    min-width: 0%;
    width: 100%;
    max-width: 620px;
    margin: 50px 0 0 0;
}
.cta-ws .search button {
    border: none;
    background-color: #53ae45;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 1.1rem 0;
}
.cta-ws .search button:hover {
    cursor: pointer;
}
.cta-ws .search button:focus {
    outline: 0;
}
.cta-ws .search .text-search {
    display: none;
}
@media (min-width: 400px) {
    .cta-ws .search .text-search {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
}
.cta-ws .search .text-go {
    display: inherit;
}
@media (min-width: 400px) {
    .cta-ws .search .text-go {
        display: none;
    }
}
.cta-ws .search .search-input {
    width: 100%;
    overflow: auto;
}
.cta-ws .search .search-input input[type="search"] {
    width: -moz-available;
    width: -webkit-fill-available;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    border: none;
    z-index: 100;
    color: initial;
    color: #212529;
}
.cta-ws .search .search-input input[type="search"]:focus {
    outline: none;
}
.cta-ws .search .search-input input[type="search"]::placeholder {
    color: #6c757d;
    opacity: 1;
}
.cta-ws .search .search-input input[type="search"]:-ms-input-placeholder {
    color: #6c757d;
}
.cta-ws .search .search-input input[type="search"]::-ms-input-placeholder {
    color: #6c757d;
}
.cta-ws > span {
    padding: 28px 0 0 0 !important;
}
.cta-ws span {
    margin: 0 0 0 0;
    padding: 0;
    line-height: 1.5;
    color: #fff;
}
.cta-ws span .title {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}
.cta-ws span a {
    text-decoration: underline;
}
.cta-ws span a:hover {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.65);
}
.cta-ws .cat-links {
    padding-top: 4rem;
    width: 100%;
    min-height: 48px;
    display: none;
}
.cta-ws .cat-links .cat-links-ul {
    margin-bottom: 0;
}
.cta-ws .cat-links .cat-links-ul .cat-links-li {
    margin: 0 0.5rem 1rem 0.5rem;
    padding: 0.75rem 0;
    display: none;
    line-height: 1.5;
    white-space: nowrap;
    background-color: transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.cta-ws .cat-links .cat-links-ul .cat-links-li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    padding: 0 1rem;
}
@media (min-width: 1020px) {
    .cta-ws .cat-links .cat-links-ul .cat-links-li {
        display: inline-block;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        margin: 0;
    }
}
.cta-ws .cat-links .cat-links-ul .cat-links-li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
.cta-ws .cat-links .cat-links-ul .cat-links-li.active {
    background-color: #fff;
    display: block !important;
}
.cta-ws .cat-links .cat-links-ul .cat-links-li.active a {
    color: #212529;
}
@media (min-width: 1020px) {
    .cta-ws .cat-links .cat-links-ul .cat-links-li.active {
        display: inline-block !important;
    }
}
@media (min-width: 1020px) {
    .cta-ws .cat-links {
        display: inline-block;
    }
}
.cta-ws .small-cat-links {
    padding-top: 5.5rem;
    list-style-type: none;
    width: 100%;
    margin: 0 0 1rem 0;
    position: relative;
    line-height: 1.5;
    white-space: nowrap;
    background-color: transparent;
    text-align: left;
}
.cta-ws .small-cat-links .dummy-result {
    position: relative;
    background-color: #fff;
    padding: 0.75rem 1rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.cta-ws .small-cat-links .dummy-result .img-cont {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 12px;
    top: 10px;
}
.cta-ws .small-cat-links .dummy-result .img-cont svg,
.cta-ws .small-cat-links .dummy-result .img-cont img {
    width: 100%;
    height: 100%;
    transition: all 0.25s ease-out;
}
.cta-ws .small-cat-links .dummy-result .img-cont svg path,
.cta-ws .small-cat-links .dummy-result .img-cont img path {
    fill: #0072bc;
}
.cta-ws .small-cat-links .dummy-result .small-cat-img-cont {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cta-ws .small-cat-links .dummy-result a,
.cta-ws .small-cat-links .dummy-result p {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
.cta-ws .small-cat-links .dummy-result p {
    color: #212529;
    margin-bottom: 0;
}
@media (min-width: 1020px) {
    .cta-ws .small-cat-links .dummy-result {
        display: inline-block;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        margin: 0;
    }
}
.cta-ws .small-cat-links .small-cat-links-div a {
    display: block;
    position: relative;
    line-height: 1.5;
    white-space: nowrap;
    background-color: transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0.75rem 1rem;
    margin: 0;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
.cta-ws .small-cat-links .small-cat-links-div a .img-cont {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 12px;
    top: 10px;
}
.cta-ws .small-cat-links .small-cat-links-div a .img-cont svg {
    width: 100%;
    height: 100%;
    transition: all 0.25s ease-out;
}
.cta-ws .small-cat-links .small-cat-links-div a .img-cont svg path {
    fill: #0072bc;
}
.cta-ws .small-cat-links .small-cat-links-div a .small-cat-img-cont {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cta-ws .small-cat-links .small-cat-links-div a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
.cta-ws .small-cat-links .small-cat-links-div a:hover .img-cont svg {
    fill: #7b8794;
}
.cta-ws .small-cat-links .small-cat-links-div a.active {
    background-color: #fff;
    list-style-type: none;
}
.cta-ws .small-cat-links .small-cat-links-div a.active a {
    color: #212529;
}
.cta-ws .small-cat-links .small-cat-links-div a:first-child {
    display: list-item;
}
.cta-ws .small-cat-links .catActive {
    background-color: rgba(0, 0, 0, 0.04) !important;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
}
.cta-ws .small-cat-links .smallCatMenuOut .small-cat-links-li {
    display: list-item !important;
}
.cta-ws .small-cat-links .rotateClose {
    transform: rotate(90deg);
}
.cta-ws .small-cat-links .list-small-other {
    display: none;
}
@media (min-width: 1020px) {
    .cta-ws .small-cat-links {
        display: none;
    }
}
@media (min-width: 576px) {
    .cta-ws .small-cat-links {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .cta-ws .small-cat-links {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .cta-ws .small-cat-links {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .cta-ws .small-cat-links {
        max-width: 960px;
    }
}
.cta-np {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 85px 1rem 0rem;
    overflow: hidden;
    background-image: linear-gradient(90deg, #012c14, #03853d, #1d442e);
    color: #fff;
}
.cta-np h1,
.cta-np .headingOne {
    width: 100%;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 300;
    margin: 0;
    line-height: 3.5rem;
}
@media (min-width: 576px) {
    .cta-np h1,
    .cta-np .headingOne {
        max-width: 100%;
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
}
@media (min-width: 768px) {
    .cta-np h1,
    .cta-np .headingOne {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .cta-np h1,
    .cta-np .headingOne {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .cta-np h1,
    .cta-np .headingOne {
        max-width: 960px;
    }
}
.cta-np .cat-links {
    padding-top: 5.5rem;
    width: 100%;
    min-height: 48px;
    display: none;
}
.cta-np .cat-links .cat-links-ul {
    margin-bottom: 0;
}
.cta-np .cat-links .cat-links-ul .cat-links-li {
    margin: 0 0.5rem 1rem 0.5rem;
    padding: 0.75rem 0;
    display: none;
    line-height: 1.5;
    white-space: nowrap;
    background-color: transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.cta-np .cat-links .cat-links-ul .cat-links-li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    padding: 0 1rem;
}
@media (min-width: 1020px) {
    .cta-np .cat-links .cat-links-ul .cat-links-li {
        display: inline-block;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        margin: 0;
    }
}
.cta-np .cat-links .cat-links-ul .cat-links-li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
.cta-np .cat-links .cat-links-ul .cat-links-li.active {
    background-color: #fff;
    display: block !important;
}
.cta-np .cat-links .cat-links-ul .cat-links-li.active a {
    color: #212529;
}
@media (min-width: 1020px) {
    .cta-np .cat-links .cat-links-ul .cat-links-li.active {
        display: inline-block !important;
    }
}
@media (min-width: 1020px) {
    .cta-np .cat-links {
        display: inline-block;
    }
}
.cta-np .small-cat-links {
    display: list-item;
    padding-top: 5.5rem;
    list-style-type: none;
    width: 100%;
    margin: 0 0 1rem 0;
}
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li {
    position: relative;
    line-height: 1.5;
    white-space: nowrap;
    background-color: transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0;
    text-align: left;
}
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    padding: 0.75rem 1rem;
}
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li p {
    color: #212529;
    padding: 0.75rem 1rem;
    font-weight: bold;
}
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li .img-cont {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 12px;
    top: 10px;
}
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li .img-cont svg,
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li .img-cont img {
    width: 100%;
    height: 100%;
    transition: all 0.25s ease-out;
}
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li .img-cont svg path,
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li .img-cont img path {
    fill: #0072bc;
}
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li .small-cat-img-cont {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media (min-width: 1020px) {
    .cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li {
        display: inline-block;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        margin: 0;
    }
}
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li:hover .img-cont svg {
    fill: #7b8794;
}
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li.active {
    background-color: #fff;
    list-style-type: none;
}
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li.active a {
    color: #212529;
}
.cta-np .small-cat-links .small-cat-links-ul .small-cat-links-li:first-child {
    display: list-item;
}
.cta-np .small-cat-links .catActive {
    background-color: rgba(0, 0, 0, 0.04) !important;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
}
.cta-np .small-cat-links .smallCatMenuOut .small-cat-links-li {
    display: list-item !important;
}
.cta-np .small-cat-links .rotateClose {
    transform: rotate(90deg);
}
.cta-np .small-cat-links .list-small-other {
    display: none;
}
@media (min-width: 1020px) {
    .cta-np .small-cat-links {
        display: none;
    }
}
@media (min-width: 576px) {
    .cta-np .small-cat-links {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .cta-np .small-cat-links {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .cta-np .small-cat-links {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .cta-np .small-cat-links {
        max-width: 960px;
    }
}
.hidden {
    display: none !important;
}
.pagination {
    margin: 1rem 0 3rem;
    padding: 0 1rem;
}
.pagination ul {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}
.pagination ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
    padding: 1rem 0;
}
.pagination ul li a,
.pagination ul li span {
    padding: 10px 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #4c6573;
    text-decoration: none;
    transition: all 0.1s;
}
.pagination ul li a:hover {
    background-color: #4c6573;
    border: 1px solid transparent;
    color: #fff;
}
.pagination ul li .active,
.pagination ul li.pagination-current span {
    background-color: #4c6573 !important;
    border-color: #4c6573 !important;
    color: #fff;
    pointer-events: none;
}
.pagination ul li .disabled {
    color: lightgray;
    border-color: lightgray !important;
    background-color: #fff !important;
}
.pagination ul li .disabled:hover {
    color: lightgray;
    border-color: lightgray !important;
    background-color: #fff !important;
    cursor: not-allowed;
}
.pagination ul li.pagination-prev,
.pagination ul li.pagination-next {
    display: none;
}
@media (min-width: 550px) {
    .pagination ul li.pagination-prev,
    .pagination ul li.pagination-next {
        display: inline-block;
    }
}
.pagination ul li.pagination-first,
.pagination ul li.pagination-last {
    display: none;
}
.header {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(90deg, #012c14, #03853d, #1d442e);
    padding: 1rem 1.5rem 0.75rem 1rem;
}
.header .left {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 410px) {
    .header .left .logo {
        margin-bottom: 24px;
    }
}

.header .left .logo svg {
    width: 100%;
}
.header .left .text {
    display: none;
}
@media (min-width: 680px) {
    .header .left .text {
        display: block;
    }
}
.header .left .text span {
    padding: 0 0 0 1rem;
    margin: 0 0 0 1rem;
    border-left: 1px solid #fff;
    font-weight: 600;
}
.header .left .text span a {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
.header .left .text span a:hover {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: underline;
}
.header .right .buttons {
    display: flex;
    flex-wrap: nowrap;
}
.header .right .buttons .anchor {
    border-radius: 5px;
    padding: 0.375rem 2rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    display: none;
}
.header .right .buttons .anchor a {
    text-decoration: none;
}
@media (min-width: 411px) {
    .header .right .buttons .anchor {
        margin-top: 0;
    }
}
@media (min-width: 540px) {
    .header .right .buttons .anchor {
        display: inline-block;
    }
}
.header .right .buttons .anchor a:hover {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: underline;
}
.header .right .buttons .button {
    display: inline-block;
    padding: 0.375rem 2rem;
    line-height: 1.5;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0.25rem;
    color: #fff;
}
.header .right .buttons .button a {
    text-decoration: none;
}
.header .right .buttons .button:hover {
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.65);
}
.header .right .buttons .button:hover a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.65);
}
.header .right .buttons .button-outlined {
    display: flex;
    border: 1px solid #fff;
}
@media (min-width: 409.98px) {
    .header .right .buttons .button-outlined {
        margin-top: 0;
    }
}
.header .right a {
    color: #fff;
}
@media (min-width: 410px) {
    .header {
        flex-direction: row;
    }
}
.nav {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1rem 0 0.8rem;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 101;
    background-image: linear-gradient(90deg, #012c14, #03853d, #1d442e);

    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav .left {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
}

/* @media (max-width: 530px) { */
    /* .nav .left .logo {
        width: 150px;
    } */
/* } */

.nav .left .logo svg {
    width: 100%;
}
.nav .left .text {
    display: none;
}
.nav .left .text span {
    padding: 0 0 0 16px;
    margin: 0 0 0 16px;
    border-left: 1px solid white;
    font-weight: 600;
}
.nav .left .text span a {
    color: white;
    text-decoration: none;
}
.nav .left .text span a:hover {
    text-decoration: underline;
}
@media (min-width: 680px) {
    .nav .left .text {
        display: block;
    }
}
@media (min-width: 530px) {
    .nav .left {
        padding-left: 1rem;
    }
}
.nav .right {
    display: flex;
    flex-wrap: nowrap;
    padding-right: 0;
}
.nav .right .search-cont {
    display: flex;
}
.nav .right .search-cont .search {
    position: relative;
    width: 275px;
    display: flex;
}
.nav .right .search-cont .search input {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    font-size: 1rem;
    padding: 0.5rem 1rem 0.5rem 2.3rem;
}
.nav .right .search-cont .search::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 36px;
    height: 100%;
    background-image: url("/hc/theming_assets/01JF87ASW47RSD6NSGRZGMQJET");
    background-position: left 12px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    opacity: 0.3;
    transition-property: all;
    transition-duration: 120ms;
}
@media (max-width: 530px) {
    .nav .right .search-cont {
        margin-top: 0.5rem;
    }
}
.nav .right .buttons {
    display: flex;
    flex-wrap: nowrap;
    padding-right: 0;
}
.nav .right .buttons .anchor {
    padding: 0.375rem 2rem;
    line-height: 1.5;
    border-radius: 5px;
    margin-top: 0.5rem;
    display: none;
}
.nav .right .buttons .anchor a {
    text-decoration: none;
    color: white;
}
.nav .right .buttons .anchor a:hover {
    text-decoration: underline;
}
@media (min-width: 410px) {
    .nav .right .buttons .anchor {
        margin-top: 0;
    }
}
@media (min-width: 540px) {
    .nav .right .buttons .anchor {
        display: inline-block;
    }
}
.nav .right .buttons .button {
    display: inline-block;
    padding: 0.375rem 2rem;
    line-height: 1.5;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0.25rem;
    color: white;
    font-weight: 400;
    margin-right: 0;
}
.nav .right .buttons .button a {
    text-decoration: none;
    color: white;
}
@media (min-width: 410px) {
    .nav .right .buttons .button {
        margin-right: 0.5rem;
    }
}
.nav .right .buttons .button:hover {
    cursor: pointer;
}
.nav .right .buttons .button:hover a {
    text-decoration: underline;
}
.nav .right .buttons .button-outlined {
    border: 1px solid white;
    margin-top: 0.5rem;
}
@media (min-width: 409.98px) {
    .nav .right .buttons .button-outlined {
        margin-top: 0;
    }
}
@media (min-width: 410px) {
    .nav .right .buttons {
        padding-right: 0.5rem;
    }
}
@media (max-width: 980px) {
    .nav .right .buttons {
        display: none;
    }
}
@media (min-width: 530px) {
    .nav .right {
        padding-right: 1rem;
    }
}
@media (min-width: 530px) {
    .nav {
        flex-direction: row;
    }
}
.enterAnim {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.exitAnim {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(-73px);
    -ms-transform: translateY(-73px);
    transform: translateY(-73px);
}
@media (max-width: 530px) {
    .exitAnim {
        flex-direction: row;
        -webkit-transform: translateY(-109px);
        -ms-transform: translateY(-109px);
        transform: translateY(-109px);
    }
}
.footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
}
.footer .footer-inner {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}
.footer .footer-inner.temp {
    display: block;
    min-height: 1.5rem;
}
.footer .contact {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    border-top: 1px solid #dee2e6;
    margin: 0 0 3rem;
}
.footer .contact .title {
    font-size: 1.5rem;
    padding: 3rem 0 3rem;
}
.footer .contact .content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
}
.footer .contact .content-box {
    border: 1px solid #dee2e6;
    border-right: none;
    border-left: none;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
}
.footer .contact .content-box .title-cont {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}
.footer .contact .content-box .title-cont .title {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0;
}
.footer .contact .content-box .title-cont .img-cont {
    width: 32px;
    height: 32px;
}
.footer .contact .content-box .desc-cont {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: left;
    padding: 0 0 0 1.5rem;
    line-height: 1.4;
}
.footer .contact .content-box .desc-cont span {
    display: inline-block;
}
.footer .contact .content-box .method-cont {
    text-align: left;
    padding: 1rem 0 1.5rem 1.5rem;
}
.footer .contact .content-box .method-cont .method a {
    color: #0072bc;
    text-decoration: none;
    font-size: 1.25rem;
    letter-spacing: -0.05rem;
}
.footer .contact .content-box .method-cont .method a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .footer .contact .content-box {
        border-radius: 5px;
        border: 1px solid #dee2e6;
    }
}
@media (min-width: 992px) {
    .footer .contact .content-box {
        width: 50%;
    }
}
.footer .contact .content-box:first-of-type {
    margin-right: 0;
}
@media (min-width: 992px) {
    .footer .contact .content-box:first-of-type {
        margin-right: 3rem;
    }
}
.footer .contact .content-box:last-of-type {
    margin-top: 1.5rem;
}
@media (min-width: 992px) {
    .footer .contact .content-box:last-of-type {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .footer .contact .content {
        flex-direction: row;
    }
}
@media (min-width: 576px) {
    .footer {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .footer {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .footer {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .footer {
        max-width: 960px;
    }
}
footer.main-footer {
    background: -webkit-gradient(linear, left top, left bottom, from(#0072bc), color-stop(#0072bc), to(#17a2b8));
    background: linear-gradient(180deg, #012c14, #012c14, #03853d);
    color: #fff;
    margin-top: 1rem;
    padding: 4rem 0;
}
footer.main-footer .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
footer.main-footer .container .main-footer--pre-footer a {
    font-weight: 500;
}
footer.main-footer .container .main-footer--pre-footer ul {
    margin-top: 0.5rem;
}
footer.main-footer .container .people-directory-links {
    text-align: center;
    font-weight: 500;
    margin: 2.5rem 0 0 0;
}
footer.main-footer .container .people-directory-links p {
    color: #fff;
}
@media (min-width: 1200px) {
    footer.main-footer .container .people-directory-links p {
        display: inline-block;
    }
}
footer.main-footer .container .people-directory-links ul li {
    display: inline-block;
}
footer.main-footer .container .people-directory-links ul li a {
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    font-size: 1rem;
    line-height: 48px;
    padding: 0;
    min-width: 48px;
    min-height: 48px;
}
@media (min-width: 1200px) {
    footer.main-footer .container .people-directory-links ul li a {
        min-width: 18px;
        min-height: 24px;
    }
}
footer.main-footer .container .people-directory-links ul li a:hover {
    text-decoration: underline;
}
@media (min-width: 1200px) {
    footer.main-footer .container .people-directory-links ul {
        display: inline;
    }
}
@media (min-width: 576px) {
    footer.main-footer .container {
        max-width: 540px;
    }
}
@media (min-width: 728px) {
    footer.main-footer .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    footer.main-footer .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    footer.main-footer .container {
        max-width: 1140px;
    }
}
footer.main-footer .heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    line-height: 2em;
    font-weight: 400;
}
footer.main-footer ul {
    list-style: none;
    padding: 0;
}
footer.main-footer .logo-wrapper {
    text-align: center;
}
footer.main-footer .logo-wrapper .logo img,
footer.main-footer .logo-wrapper .logo svg {
    height: 40px;
}
@media (min-width: 768px) {
    footer.main-footer .logo-wrapper {
        text-align: left;
    }
}
footer.main-footer a {
    color: #fff;
}
.main-footer--pre-footer li {
    font-size: 1rem !important;
}
@media (max-width: 1199.98px) {
    .main-footer--pre-footer li a {
        display: inline-block;
        line-height: 48px;
        min-height: 48px;
    }
}
.main-footer--header {
    margin-bottom: 4rem;
}
.main-footer--header .app-downloads {
    position: relative;
    text-align: center;
}
.main-footer--header .app-downloads a {
    text-decoration: none;
}
@media (min-width: 768px) {
    .main-footer--header .app-downloads {
        top: -5px;
        text-align: right;
    }
}
.main-footer--header .app-downloads img {
    max-width: 135px;
}
.main-footer--header .social-links {
    text-align: center;
}
.main-footer--header .social-links a {
    display: inline-block;
    text-decoration: none;
}
.main-footer--header .social-links a svg {
    width: 2rem;
}
.main-footer--header .social-links a svg path {
    fill: #fff;
}
.main-footer--header .social-links a:not(:last-child) {
    margin-right: 1rem;
}
@media (min-width: 768px) {
    .main-footer--header .social-links {
        text-align: right;
    }
}
.main-footer--copyright {
    line-height: 1.2rem;
    margin-top: 2rem;
}
.main-footer--copyright small {
    color: #fff;
}
.main-footer--copyright small a {
    color: #fff;
    text-decoration: underline;
}

.main-footer--copyright small a:hover {
    color: #38fa92;
}

footer.checkout-footer {
    margin-bottom: 2rem;
}
.categories-home {
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 0.6rem 0;
    overflow: hidden;
}
.categories-home__cont {
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    max-width: 1000px;
    /* background: url("/hc/theming_assets/01JF87ASNN24GN24W65DPGTWD8") center 16.666%/90% 1px no-repeat,
        url("/hc/theming_assets/01JF87ASNN24GN24W65DPGTWD8") center 33.333%/90% 1px no-repeat,
        url("/hc/theming_assets/01JF87ASNN24GN24W65DPGTWD8") center 50%/90% 1px no-repeat,
        url("/hc/theming_assets/01JF87ASNN24GN24W65DPGTWD8") center 66.666%/90% 1px no-repeat,
        url("/hc/theming_assets/01JF87ASNN24GN24W65DPGTWD8") center 83.333%/90% 1px no-repeat; */
}
.categories-home__cont .category {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: transform 0.1s ease;
}
.categories-home__cont .category .img-cont {
    width: 80px;
    padding: 1.5rem 0 0;
}
.categories-home__cont .category .img-cont img {
    width: 100%;
}
.categories-home__cont .category .title {
    display: inline-block;
    padding: 0.7rem 1rem 0.6rem;
    font-size: 1.75rem;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 300;
}
.categories-home__cont .category .desc {
    display: inline-block;
    padding: 0 2rem 2rem;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.2;
    margin-top: -0.1rem;
}
@media (min-width: 575px) {
    .categories-home__cont .category {
        /* width: 50%; */
    }
}
@media (min-width: 991px) {
    .categories-home__cont .category {
        /* width: 33.333%; */
    }
}
.categories-home__cont .category:hover {
    transform: scale(1.1);
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.3);
    -moz-box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.3);
}
@media (min-width: 575px) {
    .categories-home__cont {
        /* background: url("/hc/theming_assets/01JF87ASNN24GN24W65DPGTWD8") center center/1px 90% no-repeat,
        url("/hc/theming_assets/01JF87ASNN24GN24W65DPGTWD8") center 33.3%/90% 1px no-repeat,
        url("/hc/theming_assets/01JF87ASNN24GN24W65DPGTWD8") center 66.6%/90% 1px no-repeat; */
    }
}
@media (min-width: 768px) {
    .categories-home__cont {
        max-width: 610px;
    }
}
@media (min-width: 991px) {
    .categories-home__cont {
        /* background: url("/hc/theming_assets/01JF87ASNN24GN24W65DPGTWD8") 33.3% center/1px 90% no-repeat,
        url("/hc/theming_assets/01JF87ASNN24GN24W65DPGTWD8") 66.6% center/1px 90% no-repeat,
        url("/hc/theming_assets/01JF87ASNN24GN24W65DPGTWD8") center center/95% 1px no-repeat; */
        max-width: 740px;
    }
}
@media (min-width: 1200px) {
    .categories-home__cont {
        max-width: 1000px;
    }
}
.body-home {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.body-home .body-cont {
    width: 100%;
    max-width: 1140px;
}
.body-home .body-cont .browse {
    margin-top: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #dee2e6;
    border-radius: 0;
    border-right: none;
}
.body-home .body-cont .browse .browse-left {
    background-color: #f8f9fa;
    width: 100%;
    text-align: left;
    border-right: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #dee2e6;
}
.body-home .body-cont .browse .browse-left h3 {
    font-size: 1.75rem;
    padding: 1.75rem 2rem 1rem 2rem;
    text-align: center;
}
@media (min-width: 992px) {
    .body-home .body-cont .browse .browse-left h3 {
        text-align: left;
    }
}
.body-home .body-cont .browse .browse-left ul {
    display: none;
    margin-bottom: 0;
}
.body-home .body-cont .browse .browse-left ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1rem 0 1rem 2rem;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.1s;
}
.body-home .body-cont .browse .browse-left ul li div {
    width: 34px;
    margin-right: 0.5rem;
}
.body-home .body-cont .browse .browse-left ul li div img {
    width: 100%;
}
.body-home .body-cont .browse .browse-left ul li:hover {
    background-color: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    cursor: pointer;
}
@media (min-width: 992px) {
    .body-home .body-cont .browse .browse-left ul {
        display: inherit;
    }
}
.body-home .body-cont .browse .browse-left .dd-cont {
    padding: 1rem 2rem 1.5rem;
    display: inherit;
}
.body-home .body-cont .browse .browse-left .dd-cont .dd {
    padding: 0.5rem 1rem;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    font-size: 1rem;
    overflow: hidden;
    outline-style: none;
    box-shadow: none;
    line-height: normal;
}
@media (min-width: 992px) {
    .body-home .body-cont .browse .browse-left .dd-cont {
        padding: 1rem 2rem 0;
        display: none;
    }
}
@media (min-width: 768px) {
    .body-home .body-cont .browse .browse-left {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-right: 1px solid #dee2e6;
    }
}
@media (min-width: 992px) {
    .body-home .body-cont .browse .browse-left {
        width: 550px;
        border-right: 1px solid #dee2e6;
        border-top-right-radius: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom: none;
    }
}
.body-home .body-cont .browse .browse-right {
    background-color: #ffffff;
    width: auto;
    text-align: left;
    padding: 0 0 0 2rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.body-home .body-cont .browse .browse-right .title-cont {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 2rem 0 1rem;
    align-items: center;
}
.body-home .body-cont .browse .browse-right .title-cont .img-cont {
    height: 50px;
    padding-right: 1rem;
}
.body-home .body-cont .browse .browse-right .title-cont .img-cont img {
    height: 100%;
}
@media (min-width: 991px) {
    .body-home .body-cont .browse .browse-right .title-cont .img-cont {
        display: none;
    }
}
.body-home .body-cont .browse .browse-right .title-cont span {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
}
.body-home .body-cont .browse .browse-right ul {
    padding-right: 1rem;
    line-height: 1.5;
}
.body-home .body-cont .browse .browse-right ul li {
    padding: 0.5rem 0;
}
.body-home .body-cont .browse .browse-right ul li a {
    text-decoration: none;
}
.body-home .body-cont .browse .browse-right ul li a:hover {
    text-decoration: underline;
}
.body-home .body-cont .browse .browse-right ul li:last-of-type {
    padding-bottom: 1.25rem;
}
.body-home .body-cont .browse .browse-right .see-more {
    display: inline-block;
    padding: 0.75rem 0 0 0;
    margin-bottom: 1rem;
}
.body-home .body-cont .browse .browse-right .see-more a {
    text-decoration: none;
}
.body-home .body-cont .browse .browse-right .see-more a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .body-home .body-cont .browse .browse-right {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
@media (min-width: 992px) {
    .body-home .body-cont .browse .browse-right {
        width: 100%;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
@media (min-width: 768px) {
    .body-home .body-cont .browse {
        border-radius: 5px;
        border-right: 1px solid #dee2e6;
    }
}
@media (min-width: 992px) {
    .body-home .body-cont .browse {
        flex-direction: row;
    }
}
.body-home .body-cont .popular-articles {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: left;
    padding: 3rem 1rem 2.5rem 2rem;
}
.body-home .body-cont .popular-articles .title-cont {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: baseline;
}
.body-home .body-cont .popular-articles .title-cont h3 {
    font-size: 1.75rem;
    margin-bottom: 0;
}
.body-home .body-cont .popular-articles ul {
    padding-top: 0.5rem;
    padding-left: 0;
    list-style-type: disc;
}
.body-home .body-cont .popular-articles ul li {
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 0;
    display: inline-block;
    line-height: 1.5;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.body-home .body-cont .popular-articles ul li a {
    text-decoration: none;
}
.body-home .body-cont .popular-articles ul li a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) {
    .body-home .body-cont .popular-articles ul li {
        /* width: 47%; */
        padding: 1rem 1rem 0.5rem 0;
    }
}
@media (min-width: 1200px) {
    .body-home .body-cont .popular-articles ul li {
        /* width: 47%; */
        padding: 1rem 1rem 0.5rem 0;
    }
}
@media (min-width: 992px) {
    .body-home .body-cont .popular-articles ul {
        padding-left: 0.7rem;
    }
}
@media (min-width: 768px) {
    .body-home .body-cont .popular-articles {
        border-bottom: none;
        padding: 3rem 0 2.5rem 2rem;
    }
}
.body-home .body-cont a {
    color: #0072bc;
}
@media (min-width: 576px) {
    .body-home .body-cont {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .body-home .body-cont {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .body-home .body-cont {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .body-home .body-cont {
        max-width: 960px;
    }
}
.body-search {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.body-search .body-cont {
    width: 100%;
    max-width: 1140px;
}
.body-search .body-cont .breadcrumbs {
    text-align: left;
    padding: 2.7rem 0 0.5rem 1.5rem;
    line-height: 1.5;
}
.body-search .body-cont .breadcrumbs a {
    text-decoration: none;
    color: #0072bc;
}
.body-search .body-cont .breadcrumbs a:hover {
    text-decoration: underline;
}
.body-search .body-cont .breadcrumbs span {
    color: #6c757d;
}
.body-search .body-cont .search-results {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.body-search .body-cont .search-results .search-result {
    text-align: left;
    padding: 1.5rem 1.5rem;
    border-radius: 0.5rem;
}
.body-search .body-cont .search-results .search-result h2 {
    font-size: 28px;
    padding-bottom: 1rem;
    width: fit-content;
    margin-bottom: 0;
}
.body-search .body-cont .search-results .search-result h2 a {
    padding-top: 0;
    text-decoration: none;
    letter-spacing: -0.05rem;
    color: #0072bc;
}
.body-search .body-cont .search-results .search-result h2 a:hover {
    text-decoration: underline;
}
.body-search .body-cont .search-results .search-result p {
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.body-search .body-cont .search-results .search-result .read-more {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.body-search .body-cont .search-results .search-result .read-more a {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    text-decoration: none;
    width: fit-content;
}
.body-search .body-cont .search-results .search-result .read-more a .img-cont {
    width: 13px;
    padding-right: 0.3rem;
    padding-bottom: 0.15rem;
}
.body-search .body-cont .search-results .search-result .read-more a .img-cont svg,
.body-search .body-cont .search-results .search-result .read-more a .img-cont img {
    width: 100%;
}
.body-search .body-cont .search-results .search-result .read-more a .img-cont svg path,
.body-search .body-cont .search-results .search-result .read-more a .img-cont img path {
    fill: #0072bc;
}
.body-search .body-cont .search-results .search-result .read-more a span {
    display: inline-block;
    color: #0072bc;
}
.body-search .body-cont .search-results .search-result .read-more a:hover {
    text-decoration: underline;
    color: #0072bc;
}
.body-search .body-cont .search-results .search-result:last-of-type {
    margin-bottom: 1rem;
}
.body-search .body-cont .search-results .search-result:hover {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.1);
}
.body-search .body-cont .search-results .no-results {
    display: block;
    padding: 2rem 1rem 3.5rem;
    text-align: center;
}
.body-search .body-cont .search-results .no-results .no-results-title {
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}
.body-search .body-cont .search-results .no-results .no-results-title span {
    font-weight: bold;
    background-color: #ffe761b8;
}
.body-search .body-cont .search-results .no-results .no-results-subtitle {
    margin-bottom: 0;
}
.body-search .body-cont .search-results .no-results .no-results-subtitle a {
    text-decoration: none;
    color: #0072bc;
}
.body-search .body-cont .search-results .no-results .no-results-subtitle a:hover {
    text-decoration: underline;
}
@media (min-width: 576px) {
    .body-search .body-cont {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .body-search .body-cont {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .body-search .body-cont {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .body-search .body-cont {
        max-width: 960px;
    }
}
.body-search em {
    font-weight: bold;
    background-color: #ffe761b8;
}
.body-category {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.body-category .body-cont {
    width: 100%;
    max-width: 1140px;
}
.body-category .body-cont .breadcrumbs {
    text-align: left;
    padding: 2.7rem 0 0.5rem 1.5rem;
    line-height: 1.5;
}
.body-category .body-cont .breadcrumbs a {
    text-decoration: none;
    color: #0072bc;
}
.body-category .body-cont .breadcrumbs a:hover {
    text-decoration: underline;
}
.body-category .body-cont .breadcrumbs span {
    color: #6c757d;
}
.body-category .body-cont .search-results {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.body-category .body-cont .search-results .search-result {
    text-align: left;
    padding: 1.5rem 1.5rem;
    border-radius: 0.5rem;
}
.body-category .body-cont .search-results .search-result h2 {
    font-size: 28px;
    padding-bottom: 1rem;
    width: fit-content;
    margin-bottom: 0;
}
.body-category .body-cont .search-results .search-result h2 a {
    padding-top: 0;
    text-decoration: none;
    letter-spacing: -0.05rem;
    color: #0072bc;
}
.body-category .body-cont .search-results .search-result h2 a:hover {
    text-decoration: underline;
}
.body-category .body-cont .search-results .search-result p {
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.body-category .body-cont .search-results .search-result .read-more {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.body-category .body-cont .search-results .search-result .read-more a {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    text-decoration: none;
    width: fit-content;
}
.body-category .body-cont .search-results .search-result .read-more a .img-cont {
    width: 13px;
    padding-right: 0.3rem;
    padding-bottom: 0.15rem;
}
.body-category .body-cont .search-results .search-result .read-more a .img-cont svg,
.body-category .body-cont .search-results .search-result .read-more a .img-cont img {
    width: 100%;
}
.body-category .body-cont .search-results .search-result .read-more a .img-cont svg path,
.body-category .body-cont .search-results .search-result .read-more a .img-cont img path {
    fill: #0072bc;
}
.body-category .body-cont .search-results .search-result .read-more a span {
    display: inline-block;
    color: #0072bc;
}
.body-category .body-cont .search-results .search-result .read-more a:hover {
    text-decoration: underline;
    color: #0072bc;
}
.body-category .body-cont .search-results .search-result:last-of-type {
    margin-bottom: 1rem;
}
.body-category .body-cont .search-results .search-result:hover {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(43, 43, 43, 0.1);
}
@media (min-width: 576px) {
    .body-category .body-cont {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .body-category .body-cont {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .body-category .body-cont {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .body-category .body-cont {
        max-width: 960px;
    }
}
.body-article {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.body-article .body-cont {
    width: 100%;
    max-width: 1140px;
}
.body-article .body-cont .breadcrumbs {
    color: #6c757d;
    text-align: left;
    padding: 2.7rem 2rem 1.5rem 2rem;
    line-height: 1.5;
}
.body-article .body-cont .breadcrumbs a {
    text-decoration: none;
    color: #0072bc;
}
.body-article .body-cont .breadcrumbs a:hover {
    text-decoration: underline;
}
.body-article .body-cont .breadcrumbs span {
    color: #6c757d;
}
@media (min-width: 768px) {
    .body-article .body-cont .breadcrumbs {
        padding: 2.7rem 0 0.5rem 0;
    }
}
.body-article .body-cont .article {
    text-align: left;
    line-height: 1.5;
    padding: 0 2rem 4rem;
}
.body-article .body-cont .article h1 {
    font-size: 32px;
    font-weight: 700;
    padding-top: 1rem;
    line-height: 2.5rem;
    margin-bottom: 0;
}
.body-article .body-cont .article h1:first-of-type {
    font-size: 32px;
    padding-top: 0rem;
    padding-bottom: 1.25rem;
    font-weight: 700;
    line-height: 2.5rem;
}
@media (min-width: 576px) {
    .body-article .body-cont .article h1:first-of-type {
        max-width: 100%;
        font-size: 42px;
        line-height: 3rem;
    }
}
.body-article .body-cont .article h2 {
    font-size: 28px;
    font-weight: 500;
    padding-top: 1rem;
    line-height: 2rem;
    margin-bottom: 0;
}
.body-article .body-cont .article h3 {
    font-size: 24px;
    font-weight: 500;
    padding-top: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0;
}
.body-article .body-cont .article h4 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0;
}
.body-article .body-cont .article p {
    padding-top: 1rem;
    margin-bottom: 0;
}
.body-article .body-cont .article p img {
    max-width: 100%;
    height: auto;
}
.body-article .body-cont .article pre {
    background-color: #d1d1d0;
    overflow: auto;
    margin-top: 1.5rem;
    padding: 1rem;
    padding-top: 1.5rem;
    line-height: 100%;
    word-break: normal;
    border-radius: 5px;
    margin-bottom: 0;
}
.body-article .body-cont .article ul,
.body-article .body-cont .article ol {
    padding-top: 1rem;
    margin-bottom: 0;
}
.body-article .body-cont .article ol {
    list-style: inside decimal;
}
.body-article .body-cont .article ol ol {
    padding: 0 0 0 1rem;
}
.body-article .body-cont .article ul {
    list-style: inside circle;
}
.body-article .body-cont .article ul ul {
    list-style: inside disc;
    padding: 0 0 0 1rem;
}
.body-article .body-cont .article ul ul ul {
    list-style: inside square;
}
.body-article .body-cont .article ul ul ul ul {
    list-style: inside circle;
}
.body-article .body-cont .article ul ul ul ul ul {
    list-style: inside disc;
}
.body-article .body-cont .article ul ul ul ul ul ul {
    list-style: inside square;
}
.body-article .body-cont .article ul ul ul ul ul ul ul {
    list-style: inside circle;
}
.body-article .body-cont .article table {
    display: block;
    padding-top: 1.5rem;
    margin-bottom: 0;
}
.body-article .body-cont .article a {
    color: #0072bc;
}
.body-article .body-cont .article em {
    font-style: italic;
}
.body-article .body-cont .article strong {
    font-weight: bold;
}
@media (min-width: 768px) {
    .body-article .body-cont .article {
        padding: 0 0 4rem;
    }
}
@media (min-width: 576px) {
    .body-article .body-cont {
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .body-article .body-cont {
        max-width: 540px;
    }
}
@media (min-width: 992px) {
    .body-article .body-cont {
        max-width: 720px;
    }
}
@media (min-width: 1200px) {
    .body-article .body-cont {
        max-width: 960px;
    }
}
.error-page .error-msg {
    display: block;
    padding: 2rem 0 3.5rem 1.5rem;
    text-align: center;
}
.error-page .error-msg h2 {
    font-weight: bold;
    font-size: 20px;
    padding: 1.5rem 0rem 2.5rem;
    margin-bottom: 0;
}
.error-page .error-msg p {
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}
.error-page .error-msg .error-msg-subtitle {
    padding-bottom: 0;
}
.error-page .error-msg .error-msg-subtitle a {
    text-decoration: none;
    color: #0072bc;
}
.error-page .error-msg .error-msg-subtitle a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .cta-np {
        min-height: 350px;
    }
    .cta-np h1 {
        min-height: 90px;
    }
    .small-cat-links {
        min-height: 140px;
    }
    .body-home .body-cont {
        min-height: 500px;
    }
    .categories-home {
        min-height: 500px;
    }
    main .cta {
        min-height: 500px;
    }
}
@media (min-width: 768px) {
    .cta-np {
        min-height: 290px;
    }
    .body-home .body-cont {
        min-height: 850px;
    }
    .categories-home {
        min-height: 450px;
    }
}
