@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');

body {
    background: #fff;
    font-family: "Poppins",sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* ==================================================
 * navigation
 * =============================================== */
/* * Custom translucent site header */
.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #999;
    transition: ease-in-out color .15s;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

/* ==================================================
 * Pillars
 * =============================================== */
.pillars h2 {
    letter-spacing: 2px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #289BB5;

    /* padding-bottom: 1.2rem; */
}

.pillars h1 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #142B61;
    line-height: 48px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #289BB5;
    border-color: #289BB5;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.pillars ul {
    font-size: 1.1rem;
}

.list-group-item + .list-group-item {
    font-size: 1rem;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #289BB5;
    border-color: #289BB5;
    font-size: 1rem;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    font-size: 1rem;
}

/* -------------------------------------------
  -- Navbar
------------------------------------------- */
.navbar {
    letter-spacing: 2px;
    font-size: 1rem;
    font-weight: 500;
    transition: .3s ease;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
}

.navbar .ts-background {
    transition: 1s ease;
}

.nav-link.active:after {
    opacity: 1;
}

.nav-link {
    position: relative;
}

.nav-link:after {
    content: "";
    border-bottom: .1675rem solid #289BB5;
    height: 1.7875rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    opacity: 0;
    transition: 1s ease;
}

.navbar-toggler {
    margin-left: auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

[class*="navbar-expand"] .navbar-nav .nav-link {
    padding-top: .1rem;
    padding-bottom: 1rem;
    padding-left: 10px;

    /* border-bottom: .0625rem solid rgba(0, 0, 0, .1); */
}

.ts-push-down__50 {
    transform: translateY(48%);
}

.ts-push-up__50 {
    transform: translateY(-10%);
}

.ts-bottom__0 {
    bottom: 0%;
}

.footer-bg {
    background-image: url('assets/img/footer-bg.jpeg');
    background-size: cover;
    background-position: center bottom;
}

.hero {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(213, 235, 246, 0.75)), url("assets/img/vetmom-son2.jpg") center center no-repeat;
    background-size: cover;
    height: 40vh;
}

.hero-vet {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(213, 235, 246, 0.75)), url("assets/img/vetmom-son.jpg") center center no-repeat;
    background-size: cover;
}

.hero-vet h1 {
    font-size: 3.75rem;
    color: #142b61;
    font-weight: 800;
    margin-top: -1rem;
}

.hero-vet h2 {
    font-size: 3.75rem;
    color: #289BB5;
    font-weight: 800;

    /* letter-spacing: 4px */
}

.hero-vet h6 {
    font-size: 1.25rem;
    color: #919ca9;
    font-weight: 500;
    letter-spacing: 2px;
}

.hero-supporters {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(213, 235, 246, 0.75)), url("assets/img/vetmom-son2.jpg") center center no-repeat;
    background-size: cover;

    /* height: 61vh; */
}

.hero-supporters h1 {
    font-size: 3.75rem;
    color: #142b61;
    font-weight: 800;
    margin-top: -1rem;
}

.hero-supporters h2 {
    font-size: 3.75rem;
    color: #289BB5;
    font-weight: 800;
}

.hero-supporters h6 {
    font-size: 1.25rem;
    color: #919ca9;
    font-weight: 500;
    letter-spacing: 4px;
}

.about h6 {
    font-size: .95rem;
    color: #7F7F7F;
    font-weight: 600;
    letter-spacing: 4px;
}

.about h1 {
    font-size: 4rem;
    color: #142B61;
    font-weight: 600;
}

.bg-lightblue {
    background-color: #F1F9FD;
}

.bg-darkblue {
    background-color: #142B61;
}

/* Tabs */
.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1800px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    color: #289BB5; 
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.tabs nav li.tab-current a {
    color: #289bb5;
}

.tabs nav a:focus {
    outline: none;
}

/* Content */
.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: left;
}

.content-wrap section.content-current {
    display: block;
}

/* .content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40,44,42,0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
} */
/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
    display: block;
}

.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width: 58em) {
    .tabs nav a.icon span {
        display: none;
    }

    .tabs nav a:before {
        margin-right: 0;
    }
}

/* *************************** */
/* Icon box */
/* *************************** */
.tabs-style-iconbox nav {
    background: #f1f9fd;
}

.tabs-style-iconbox nav ul li a {
    overflow: visible;
    padding: 2em 0;
    line-height: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs-style-iconbox nav ul li a span {
    font-weight: 400;
    font-size: 0.85em;
}

.tabs-style-iconbox nav ul li.tab-current {
    z-index: 100;
}

.tabs-style-iconbox nav ul li.tab-current a {
    background: #fff;
    box-shadow: -1px 0 0 #fff;
}

.tabs-style-iconbox nav ul li.tab-current a::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color: #fff;
    content: '';
    pointer-events: none;
}

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
    width: 1px;
    height: 60%;
    background: rgba(0,0,0,0.07);
    content: '';
}

.tabs-style-iconbox nav ul li:first-child::before {
    right: auto;
    left: 0;
}

.tabs-style-iconbox .icon::before {
    display: block;
    margin: 0 0 0.25em 0;
}

a {
    color: #289bb5;
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus {
    color: #137186;
    text-decoration: none;
}

/* -------------------------------------------
  -- Navbar
------------------------------------------- */
@media (max-width: 575px) {
    .navbar {
        letter-spacing: 3px;
        font-size: .875rem;
        font-weight: 500;
        transition: .3s ease;
        text-transform: uppercase;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .navbar .ts-background {
        transition: 1s ease;
    }

    .nav-link.active:after {
        opacity: 1;
    }

    .nav-link {
        position: relative;
    }

    .nav-link:after {
        content: "";
        border-bottom: .1675rem solid #289BB5;
        height: 1.7875rem;
        position: absolute;
        top: 0;
        left: 320px;
        width: 30%;
        opacity: 0;
        transition: 1s ease;
    }

    .hero-vet h1 {
        font-size: 2.5rem;
        color: #142b61;
        font-weight: 800;
        margin-top: -1rem;
    }

    .hero-vet h2 {
        font-size: 2.5rem;
        color: #289BB5;
        font-weight: 800;

        /* letter-spacing: 4px */
    }

    .hero-vet h6 {
        font-size: 1rem;
        color: #142b61;
        font-weight: 500;
        letter-spacing: 2px;
        padding-top: 10px;
    }

    .hero-vet p {
        font-size: 1rem;
        color: #7F7F7F;
        font-weight: 600;
        display: none;
    }

    .hero-supporters h1 {
        font-size: 2.5rem;
        color: #142b61;
        font-weight: 800;
        margin-top: -1rem;
    }

    .hero-supporters h2 {
        font-size: 2.5rem;
        color: #289BB5;
        font-weight: 800;

        /* letter-spacing: 4px */
    }

    .hero-supporters h6 {
        font-size: 1rem;
        color: #142b61;
        font-weight: 500;
        letter-spacing: 2px;
        padding-top: 196px;
    }

    .hero-supporters p {
        font-size: 1rem;
        color: #142b61;
        font-weight: 600;

        /* display: none; */
    }

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
        font-size: .66rem;
        word-break: break-all;
    }

    .list-group-item + .list-group-item {
        font-size: .75rem;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: 0.75rem 0.3rem;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.125);
    }

    .pillars h2 {
        letter-spacing: 2px;
        font-size: 1rem;
        font-weight: 500;
        color: #289BB5;
    }

    .pillars h1 {
        font-size: 1.5rem;
        font-weight: 300;
        color: #142B61;
        line-height: 32px;
    }

    .pillars ul {
        font-size: 0.85rem;
        padding-left: 1rem;
    }

    .about h1 {
        font-size: 3rem;
        color: #142B61;
        font-weight: 600;
    }

    .hero {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(213, 235, 246, 0.75)), url("assets/img/vetmom-son2.jpg");
        height: auto;
        margin-top: 80px;
    }

    .hero-vet {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(213, 235, 246, 0.75)), url("assets/img/vetmom-son-mobile.jpg") center center no-repeat;
        background-size: cover;
    }

    .hero-supporters {
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(213, 235, 246, 0.95)), url("assets/img/vetmom-son-mobile2.jpg") center center no-repeat;
        background-size: cover;
        margin-top: 60px;

        /* height: 61vh; */
    }
}

.card,
.pg-main-cs-4 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
}

.login-container {
    margin-top: 10%;
    margin-bottom: 10%;
}

.shadow-lg {
    box-shadow: 0 1rem 10rem rgb(35 139 189 / 98%) !important;
}

.yellow-checklist {
    list-style-image: url(assets/img/yellow-check.png);
    margin-left: 0;
    padding-lefT: 30px;
}

small {
    font-size: 16px;
    padding-bottom: 42px;
}

.visible-scrollbar,
.invisible-scrollbar,
.mostly-customized-scrollbar {
    display: block;
    width: 15.5em;
    overflow: auto;
    height: 15em;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.mostly-customized-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #c6dfe4;

    /* or add it to the track */
}

/* Add a thumb */
.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
    background: #142B61;
}

/* expand-collapse */
.ftco-section {
    padding: 0em 0;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #17a2b8;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

/* .myaccordion {
    margin: 0 auto;
    -webkit-box-shadow: 0px 10px 24px -11px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 10px 24px -11px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 10px 24px -11px rgba(0, 0, 0, 0.27);
    border-radius: 0;
    overflow: hidden;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
    background: transparent;
}

.myaccordion .card-header {
    border: none;
    background: transparent;
}

.myaccordion .card-header .heading {
    position: relative;
    font-weight: 300;
    z-index: 0;
}

.myaccordion .card-header .heading h3 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
}

.myaccordion .fa {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.myaccordion .btn {
    width: 100%;
    font-weight: normal;
    color: #000;
    padding: 0;
    letter-spacing: 0;
    font-size: 18px;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.myaccordion .btn .icon {
    width: 30px;
    height: 30px;
    z-index: 0;
    background: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.myaccordion .btn .icon i {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

[data-toggle="collapse"] .fa:before {
    content: "\f3d8";
    font-family: "Ionicons";
    font-style: normal;
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f3d0";
    font-family: "Ionicons";
    font-style: normal;
}

button[aria-expanded="true"] {
    color: #000 !important;
    background: rgba(0, 0, 0, 0.02) !important;
    border: none !important;
    border-left: 2px solid #289bb5 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    button[aria-expanded="true"] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

button[aria-expanded="true"] .icon {
    background: #289bb5 !important;
}

button[aria-expanded="true"] .fa {
    color: #fff !important;
}

button[aria-expanded="false"] {
    background-color: #fff;
}

.card-body {
    background: rgba(0, 0, 0, 0.02);
    margin-bottom: 1px;
    border-left: 2px solid #289bb5;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, 0.25);
}

.myaccordion .btn2 {
    font-weight: normal;
    color: #000;
    padding: 0.375rem 0.75rem;
    letter-spacing: 0;
    font-size: 1REM;
    border-radius: 0.25rem;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
} */