@font-face {
    font-family: "Baloo 2 Regular";
    src: url("/better-choice-company/fonts/baloo-regular.woff2") format("woff");
}

@font-face {
    font-family: "Baloo 2 Medium";
    src: url("/better-choice-company/fonts/baloo-medium.woff2") format("woff");
}

@font-face {
    font-family: "Baloo 2 Heavy";
    src: url("/better-choice-company/fonts/baloo-heavy.woff2") format("woff");
}

body {
    margin: 0;
    font-family: "Baloo 2 Regular", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,
h2,
h3 {
    font-family: "Baloo 2 Medium";
}

h1 {
    font-size: 60px;
    line-height: 60px;
}

h2 {
    font-size: 58px;
    margin: 0 auto;
}

h3 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}




#SCROLL_TO_TOP,
#SKIP_TO_CONTENT_BTN,
#SCROLL_TO_BOTTOM {
    display: none;
}

/* Header */
header {
    background-color: #0183C9;
    width: 100%;
}

header .headwrap {
    display: flex;
    max-width: 1260px;
    margin: 0 auto;
}

#bttr-logo img {
    height: 90px;
}

header nav {
    margin: 0 auto;
}

nav ul {
    list-style: none;
    margin: 0;
    margin-top: 30px;
}

nav ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
}

#halo-logo img {
    height: 83px;
    margin-top: 6px;
}

/* Social bar, right side */
.social-bar {
    position: fixed;
    background-color: rgba(29, 103, 205, 0.62);
    border-radius: 30px;
    width: 52px;
    right: 20px;
    margin-top: 11rem;
    z-index: 10;
}

.social-bar ul {
    list-style: none;
    margin: 0;
    padding: 10px 4px;
}

.social-bar ul li {
    padding: 6px;
}

#pagebg div {
    position: fixed;
    z-index: -20;
    width: 100%;
}

/* page content formatting, sectioned */
p.alllink a {
    border-radius: 30px;
    color: #fff;
    background-color: rgb(0, 131, 201);
    text-decoration: none;
    padding: 6px 20px;
}

main {
    margin: 0 auto;
}

section {
    text-align: center;
    padding-bottom: 30px;
}

body.privacy section,
body.terms section {
    text-align: left;
}

body.privacy h1,
body.terms h1 {
    margin-bottom: 0;
}

body.privacy h2,
body.terms h2 {
    line-height: 50px;
}

section.bg-none {
    background: none;
    color: #fff;
}

section.bg-white {
    background-color: #fafafa;
    color: rgb(0, 131, 201);
}

section.bg-blue {
    background-color: rgb(13, 94, 186);
    color: #fff;
}

section.banner {
    color: #fff;
}

.home section.banner img {
    position: absolute;
    margin-left: 475px;
    margin-top: 40px;
}

section .sectionwrap {
    max-width: 980px;
    margin: 0 auto;
}

section .sectionwrap h1,
.home section.banner p {
    text-align: left;
}

section.banner .sectionwrap div {
    max-width: 460px;
    text-align: left;
}

section.banner .sectionwrap div a {
    margin: 30px 0 60px 0;
    display: inline-block;
    border-radius: 20px;
    border: solid 1px white;
    text-transform: uppercase;
    padding: 10px 50px;
    text-decoration: none;
    color: #fff;
}

section.reports {
    text-align: center;
    background-color: #fff;
    padding-bottom: 30px;
}

section.reports .listwrap {
    margin: 0 auto;
    width: min-content;
}

section.reports .list {
    display: flex;
}

section.reports .listitem {
    width: 234px;
    height: 250px;
    text-align: center;
}

section.reports .listitem a {
    color: #0183C9
}

section.reports svg.circle {
    width: 114px;
    height: 114px;
    fill: rgb(0, 131, 201);
    position: absolute;
    margin: 35px 0 0 -60px;
    z-index: 0;
}

section.reports svg.icon {
    width: 48px;
    height: 60px;
    margin-top: 60px;
    z-index: 10;
    position: relative;
}

section.reports svg.icon path {
    fill: #fff;
}

section.reports .listitem p {
    margin-top: 40px;
}

section.press-releases h2 {
    color: #fff;
    margin-bottom: 0;
}

section.press-releases ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

section.press-releases ul li {
    border-radius: 8px;
    background-color: #fff;
    max-width: 810px;
    margin: 0 auto 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 10px;
    text-align: left;
    padding: 10px 15px;
}

section.press-releases ul li h3 {
    color: rgb(13, 94, 186);
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}

section.press-releases ul li a {
    color: #000;
    display: block;
    margin-right: 10%
}

section.press-releases ul li button {
    margin: 5px 0 20px 80%;
    background: none;
    border: none;
}

section.press-releases ul li button a {
    margin: 0;
    border-radius: 30px;
    background-color: #0083c9;
    color: #fff;
    text-decoration: none;
    padding: 6px 20px;
    font-family: "Baloo 2 Regular";
    font-size: 20px;
    font-weight: bold;
}

section.press-releases p {
    margin: 30px 0 60px;
}

section.press-releases p.alllink a {
    background-color: #fff;
    color: #0083c9;
}

.home .media button {
    display: none;
}
.home .media ul {
    list-style: none;
    padding: 0;
}
.home .media ul li {
    display: inline-block;
    vertical-align: middle;
}
.home .slideshow {
    overflow: hidden;
}
.home #slides-container {
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
/* WebKit */
.home #slides-container::-webkit-scrollbar { 
    width: 0;
    height: 0;
}
.home #slides-container li {
  width: 100%;
  height: auto;
  flex: 1 0 100%;
}
.home #slides-container img {
    width: 100%;
}

.about section.intro {
    text-align: left;
}

.about section.intro h1 {
    line-height: normal;
    margin: 0;
}

.about section.intro p {
    color: #909090
}

.about section.focus img {
    width: 183px;
    border-radius: 100px;
}

.about section ul {
    list-style: none;
    padding: 0;
}

.about section ul li {
    display: inline-block;
}
div#profilewrap {
    display: none;
    position: fixed;
    vertical-align: middle;
    height: 100vh;
    width: 100%;
    z-index: 50;
    background-color: rgba(255,255,255,.5);
    pointer-events: auto;
    top: 0;
}
#profilewrap .profile {
    max-width:  755px;
    margin: auto auto;
    background-image: url(/better-choice-company/media/ad1d58_7be52295787b447e953715e1caa3d385~mv2.png);
    background-position: 50% 50%;
    color: #fff;
    padding: 30px;
}
#profilewrap svg {
    height:  30px;
    margin: 0 0 0 90%;
    fill: #fff;
    cursor: pointer;
}
#profilewrap .columns {
    display: flex;
}
#profilewrap .profile img {
    width: 284px;
    border-radius: 10px;
    border: solid 1px white;
    display:block;
    cursor: pointer;
}
#profilewrap h3 {
    font-size: 40px;
    margin-top: -30px;
}
#profilewrap em {
    display: block;
    margin-top: 10px;
}
#profilewrap .columns div:first-child {
    margin-right: 20px;
}

.focus ul {
    display: flex;
}

.focus ul p {
    color: #909090;
    font-size: 16px;
}

.focus ul span {
    font-weight: 800;
    color: #0085c6;
}

.focus ul li {
    margin: 0 15px;
}

.management ul li,
.directors ul li {
    margin: 20px;
    width: 250px;
    display: inline-block;
}

.management li img,
.directors li img {
    width: 223px;
    border-radius: 115px;
}

.management ul .profile,
.directors ul .profile {
    display: none;
}

.portfolio section {
    padding-bottom: 0;
}
.portfolio section:first-child {
    margin-bottom: -10px;
}
.portfolio section:first-child img {
    max-width: 980px;
}
.portfolio section h1 {
    text-align: center;
    line-height: normal;
    margin: 0;
    padding: 10px;
}
.portfolio .sectionwrap {
    display: flex;
  }
  .portfolio .sectionwrap div {
    margin: 0 auto;
  }
  .portfolio .sectionwrap div * {
    display:block;
  }
  .portfolio .sectionwrap.columns.first div:first-child {
    padding-top: 10rem;
  }
  .portfolio .sectionwrap.columns.first div:last-child {
    margin-right: 0;
  }
  .portfolio .sectionwrap.columns.second div:last-child {
    padding-top: 6rem;
  }
  .portfolio .sectionwrap.columns.second div:first-child {
    margin-left:0;
  }
  .portfolio section a {
    background-color: #582F99;
    width: auto;
    display: inline-block !important;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 60px;
    border-radius: 25px;
  }

.contactintro .preh1 {
    display: block;
    padding-top: 15px;
}

section.contactintro .sectionwrap h1 {
    margin: 0 auto;
    text-align: center;
}

.contactitems .sectionwrap {
    display: flex;
}

.contactwrap {
    display: flex;
}

.contactwrap div {
    width: 49.9%;
    padding: 6rem 0 5rem;
}

.contactwrap h3 {
    color: #fff;
}

.contactwrap svg {
    height: 88px;
}

.contactwrap svg path {
    fill: #fff;
}

.contactwrap div:first-child {
    background-color: #4A82C9;
}

.contactwrap div:first-child {
    color: #fff;
}

.contactwrap div:last-child {
    background-color: #7D60AE;
}

.contactwrap div:last-child div {
    width: auto;
    position: static;
    margin: 0 auto;
    padding: 0;
}

.contactwrap div:last-child li {
    display: inline-block;
}

.contactitems ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0 auto;
}

.contactitems li {
    margin: 30px 10px 0;
}

.contactitems li svg {
    height: 103px;
}

.contactitems li svg path {
    fill: #3D9AE9;
}

.contactitems li p {
    color: #0D5EBA;
    font-weight: bolder;
}

.contactitems li p.small,
.contactitems li p.small a {
    color: #3D9AE9;
    font-weight: 100;
}

footer {
    background-color: #0085c6;
    text-align: center;
    color: #fff;
    padding: 10px 0 30px;
}

footer .social-bar {
    position: relative;
    background: none;
    width: auto;
    margin: 0 auto;
}

footer .social-bar ul {
    padding: 0;
}

footer .social-bar ul li {
    display: inline-block;
    padding: 0 6px;
}

footer .footer-links a {
    display: inline-block;
    color: #fff;
}

footer .footer-links a::after {
    content: "|";
    padding-left: 5px;
}

footer .footer-links a:last-child::after {
    content: '';
}

footer p {
    margin-top: 0;
    font-size: 13px;
}

@media (max-width: 1150px) {
    .banner > img {
        display: none;
    }
}
@media (max-width: 980px) {
    .focus ul, .contactintro .contactwrap, .contactitems ul {
        display: block;
    } 
    .focus li,.contactitems li {
        display: inline-block;
        max-width: 250px;
        vertical-align: top;
    }
    .contactintro .contactwrap div {
        width: 100%;
    }
    div#profilewrap {
        height: auto;
    }
    #profilewrap .profile {
        width:90%;
        margin: 0;
    }
}
@media (max-width: 830px) {
    #profilewrap .profile {
        padding: 0;
    }
    #profilewrap svg {
        margin: 0 0 20px 0;
    }
    #profilewrap .columns {
        display:block;
    }
    #profilewrap .columns div {
        padding: 10px;
    }

}
@media (max-width: 450px) {
    #bttr-logo img, #halo-logo img {
        height: 60px;
        margin-right: 10px;
    }
    header nav {
        margin: -10px 0 10px -20px;
    }
}
/*
     FILE ARCHIVED ON 08:17:42 Apr 10, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:47:35 May 04, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.222
  load_resource: 80.573
  PetaboxLoader3.resolve: 36.554
  PetaboxLoader3.datanode: 16.277
*/