@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --colgate-blue: #002A46;
    --colgate-blue-light: #0068FF;
    --colgate-blue-transp: rgba(0, 42, 70, 0.5);
    --colgate-green: #58C38F;
    --colgate-red: rgb(237, 29, 36);
    --colgate-grey: #EDF1F5;
    --colgate-grey-dark: #343434;
    --colgate-text-dark: #231F20;
    --sect-padding-vertical: 10vh;
    --section-margins: 0;
}


* {
    font-family: "DM Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

em {
	font-style: italic;
}

select option {
    font-family: "DM Sans", serif;
}

html {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
}

body {
    background-color: var(--colgate-grey);
    color: var(--colgate-text-dark);
}

body.frontPage {
    background-color: #ffffff;
}


video {
    pointer-events: none;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    color: var(--colgate-text-dark);
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
    font-weight: 700;
}

h1 {
    font-size: calc(1.5rem + 1.5vw);
    line-height: 1.05em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: calc(1rem + 0.75vw);
    line-height: 1.05em;
    margin-bottom: 1em;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.3em;
    /* text-wrap: balance; */
}

.frontPage h2 {
    font-size: calc(1.5rem + 1.5vw);
    line-height: 1.05em;
    margin-bottom: 0.75em;
}

.frontPage h3 {
    font-size: 1.5rem;
    line-height: 1.3em;
    /* text-wrap: balance; */
}

li {
    margin-top: 1em;
}

a {
    color: var(--colgate-blue-light);
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

select {
    display: block;
    width: 100%;
}

.form-control:read-only {
    background-color: rgba(255, 255, 255, 1.00);
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;	
}

.indentLeft {
    padding-left: 15px;
}

.btn {
    white-space: normal;
    margin-top: 1rem;
    margin-bottom: 0.375rem;
    font-size: 100%;
    line-height: 1em;
}

.normText {
    font-weight: normal;
}

.txtSmaller {
    margin-top: 1.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
}

.txtLarger {
    font-size: 115%;
    text-wrap: pretty;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.sticky {
    position: relative;
    top: 0px;
    padding: 0px;
}

.roundedPhoto {
    border-radius: 8px;
}

.textBaseline {
    border-bottom: 0.06em solid var(--colgate-blue-light);
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
    width: fit-content;
}

.metricLeft {
    background-image: url(../img/metric-12.png);
    background-position: left 0rem top -1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

.metricRight {
    background-image: url(../img/metric-12.png);
    background-position: right 0rem top 5vh;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-attachment: fixed; */
}

.noTopSpace {
    margin-top: 0;
    padding-top: 0;
}

.btnSpaced {
    margin-right: 10px;
    margin-bottom: 10px;
}

a.withArrow::after {
    display: inline-block;
    content: '\00a0\2192';
    position: relative;
    margin-left: 0px;
}

.languageHolder {
    background-color: var(--colgate-blue);
    padding: 10px;
}

.languageHolder form {
    padding: 0;
}

.languageHolder form select {
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    float: right;
}

.languageHolder form select#languageSelector {
    background-color: var(--colgate-blue-light);
    color: #ffffff;
    border-radius: 12px;
    border-color: var(--colgate-blue-light);
    margin-left: 1em;
    padding: 3px 10px;
    font-family: "DM Sans", serif;
}

.navbar {
    padding: 27px 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.navbar-brand img {
    max-height: 34px;
    width: auto;
}

.navbar-nav {
    width: 100%;
}

.navbar li {
    margin: 8px 16px;
    color: #ffffff;
}

.navbar li a {
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--colgate-text-dark);
    position: relative;
    text-decoration: none;
}

.navbar li a::before {
    content: '';
    background-color: var(--colgate-blue-light);
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0%;
    height: 3px;
    transition: all .3s ease-out;
}

.navbar li a:hover::before {
    bottom: -8px;
    width: 100%;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(../img/nav-open-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Styles active when top navbar changes when scrolling */
.navbar.navbar-fixed-top {
    background-color: #FFFFFF;
}

.navbar-fixed-top.scrolled {
    background-color: #FFFFFF !important;
    transition: background-color 200ms linear;
}

.navbar-fixed-top .navbar-brand img.logoOnDark {
    display: none;
}

.navbar-fixed-top.scrolled .navbar-brand img.logoOnLight {
    display: none;
}

.navbar-fixed-top.scrolled .navbar-brand img.logoOnDark {
    display: block;
}

.navbar.navbar-fixed-top li a {
    color: var(--colgate-text-dark);
}

.navbar.navbar-fixed-top.scrolled li a {
    color: var(--colgate-text-dark);
}

.navbar.navbar-fixed-top .navbar-toggler-icon {
    background-image: url(../img/nav-open-black.png);
}

.navbar.navbar-fixed-top.scrolled .navbar-toggler-icon {
    background-image: url(../img/nav-open-black.png);
}


.dropdown-menu {
    border: 1px solid #4F2170;
    border-radius: 24px;
    width: auto;
}

.dropdown-menu[data-bs-popper] {
    top: 150%;
    left: -220px;
    margin-top: 0;
}

.dropdown-menu-holder {
    padding: 24px;
}

.navbar .dropdown-menu-holder li {
    margin: 0;
}

.dropdown-menu-item {
    width: 270px;
}

.dropdown-menu-item.leftSide {
    width: 256px;
    margin-right: 36px;
    padding-right: 36px;
    border-right: 1px solid #D0B3E5;
}

.dropdown-menu-item h4 {
    font-weight: normal;
}

.dropdown-menu-item p {
    font-size: 14px;
}

.dropdown-menu-item a.dropdown-item.pill {
    width: auto;
}

.dropdown-menu-item p.linksRow {
    width: auto;
    margin-right: 2em;
    margin-top: 2em;
}

.dropdown-menu-item p.linksRow a.pill {
    font-size: 14px;
}

.dropdown-menu-item-separator {
    width: 72px;
}

.navbar li a.normalText {
    font-weight: 400;
    font-style: normal;
}


.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(../img/nav-open.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.modal-content {
    padding: 2vw;
}

.modal-title {
    font-size: 1.75rem;
    margin-top: 0.5rem;
}


.brandingClient {
    padding-top: 0px;
    padding-bottom: 10px;
    height: 50px;
}

.brandingClient img {
    max-height: 30px;
    width: auto;
    margin-left: 0em;
    margin-top: 0px;
}

.brandingYet2 img {
    max-width: 100%;
    height: auto;
    max-height: 45px;
    width: auto;
    margin-left: 5px;
}

.brandingYet2 {
    padding-top: 0em;
}

.brandingYet2.alignRight {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 1em;
    width: 100%;
    float: none;
}


.brandingYet2 p {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    font-weight: 400;
}

/*.frontPage .pageTopBottom {
	background-position: center center;
	background-size: cover;
	height: 360px;
	margin-top: -50px;
	margin-bottom: 50px;
}*/


.sectHero,
.sectIntro,
.sectBrands,
.sectProcess,
.sectCaseStudies,
.sectFeaturedNeeds {
    padding-top: var(--sect-padding-vertical);
    padding-bottom: var(--sect-padding-vertical);
    background-color: rgba(255, 255, 255, 1.00);
    margin-bottom: 0;
}

/* Styles for Hero Block */
.sectHero {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../img/hero-new-01.jpg);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 79vh;
    /*border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.25));*/
    /* Curved corners */
    border-bottom-left-radius: 50% 25%;
    border-bottom-right-radius: 50% 25%;
}

.heroTextHolder {
    padding: 0;
    color: #ffffff;
}

.heroTextHolder h1 {
    font-size: 1.1rem;
    font-weight: 800;
    border-bottom: none;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--colgate-text-dark);
    width: fit-content;
}

.heroTextHolder p.headlineText {
    font-size: calc(24px + 1.25vw);
    font-weight: 400;
    line-height: 1.2em;
    text-wrap: balance;
}

.heroTextHolder p.headlineText strong {
    font-weight: 800;
}

/* Styles for Colgate Baseline Block */
.sepColgate {
    height: 1.2vh;
    margin-top: 0vh;
}

.sepColgate .cellRed {
    background-color: var(--colgate-red);
    height: 100%;
}

.sepColgate .cellBlue {
    background-color: var(--colgate-blue-light);
    height: 100%;
}

.sectIntro {
    background-color: #ffffff;
}

.sectIntro .btn-primary {
    margin-bottom: 2rem;
}

.sectSeparator {
    height: 240px;
}

.formPage .sectSeparator {
    height: 2px;
}



.brandLogo img {
    border-radius: 50%;
    padding: 5px;
    margin-top: 15px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
}



.sectFeaturedNeeds {
    background-color: var(--colgate-blue-light);
    background-image: url(../img/blue-background.jpg);
}

.sectFeaturedNeeds h2 {
    color: #ffffff;
    font-weight: 500;
}

.sectFeaturedNeeds .featureNeed {
    text-align: left;
    border-radius: 24px;
    transition: background-color 0.5s;
    height: 100%;
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sectFeaturedNeeds .featureNeed h3 {
    font-size: 24px;
    font-weight: 600;
    text-wrap: balance;
    margin-top: 0;
}

.sectFeaturedNeeds .featureNeed p a {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
    transition: all 0.1s linear;
    text-decoration: none;
}

.sectFeaturedNeeds .featureNeed a:hover {
    border-bottom: 1px solid var(--colgate-blue-light);
}



.sectFocusAreas {
    margin-bottom: 0;
    padding-top: var(--sect-padding-vertical);
    padding-bottom: var(--sect-padding-vertical);
    background-color: #ffffff;
}

.sectFocusAreas {
    margin-bottom: 0;
    padding-top: var(--sect-padding-vertical);
    padding-bottom: var(--sect-padding-vertical);
    background-color: var(--colgate-grey);
}

.sectFocusAreas .techNeed {
    text-align: center;
    border-radius: 24px;
    transition: background-color 0.5s;
    background-color: #FFFFFF;
    height: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sectFocusAreas .techNeed .needPhoto {
    height: auto;
    padding: 0;
    margin: 0;
}

.sectFocusAreas .techNeed .needPhoto img {
    /* border-top: 15px solid var(--colgate-blue); */
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.sectFocusAreas .techNeed.futureNeed .needPhoto img {
    border-bottom: 15px solid #000000;
}

.sectFocusAreas .techNeed .needDesc {
    text-align: center;
    padding: 1rem;
    /* border: 1px solid #8d979d;
    border-top: 1px solid var(--colgate-blue); */
}

.sectFocusAreas .techNeed .needDesc.new {
    background-image: url(../img/tag-new.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

.sectFocusAreas .techNeed h3 {
    text-align: center;
    font-weight: 500;
    font-size: 1.75em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.sectFocusAreas .techNeed h4 {
    text-align: center;
    font-weight: 500;
    font-size: 1.25em;
    margin-top: 1em;
    margin-bottom: 0.75em;

}

.sectFocusAreas .techNeed .needDesc p {
    font-size: 0.9rem;
    margin-top: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
    border-top: 1px solid #d4d4d4;
    text-wrap: balance;
}

.sectFocusAreas .techNeed .needDesc p:first-of-type {
    padding-top: 0em;
    border-top: none;
}

.sectFocusAreas .techNeed .needDesc p a {
    border-bottom: 2px solid #ffffff;
    transition: all 0.1s linear;
    text-decoration: none;
}

.sectFocusAreas .techNeed .needDesc p a:hover {
    border-bottom: 2px solid var(--colgate-blue-light);
}

.sectFocusAreas .techNeed .needDesc img {
    width: 30%;
    margin-top: 1em;
}

.needHolder {
    padding-top: 50px;
    padding-bottom: 0px;
}

.faqHolder, .termsHolder {
    padding-top: 50px;
    padding-bottom: 80px;
}
.termsHolder ol li ol {
    list-style-type: none;
}

p.titlePrompt {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-top: 0;
    margin-top: 0em;
    margin-bottom: 1em;
    color: #000;
}

.whiteContentBox {
    padding: 50px;
    background-color: #ffffff;
    margin-top: 3em;
    margin-bottom: 3em;
    border-radius: 24px;
}

.whiteContentBox h3:first-of-type {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.sideBar {
    width: 30%;
    float: right;
    margin-left: 2em;
    padding: 1.5em;
    padding-bottom: 1em;
    margin-top: 0em;
    margin-bottom: 1em;
    background-color: var(--colgate-blue-light);
    border-radius: 24px;
}

.sideBar button {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    color: var(--colgate-blue-light);
    margin-top: 0;
    margin-bottom: 0;
}

.sideBar p,
.sideBar h3 {
    color: #ffffff;
    text-align: center;
}

.sideBar p {
    color: #000000;
    margin-bottom: 1em;
}

.needDisclaimer {
    margin-bottom: 72px;
}


.formBackround {
    padding-top: 30px;
    padding-bottom: 0px;
}
.formHolder {
    padding: 50px;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 1.0);
    margin-bottom: 80px;
    margin-top: 36px;
}

.formHolder h4 {
    font-weight: 400;
    font-size: 1.1em;
    margin-top: 2em;
}

.btn-default {
    background-color: var(--colgate-blue-light);
    border-color: var(--colgate-blue-light);
    color: rgba(255, 255, 255, 0.85);
    border-radius: 0;
}

.stepwizard-step .btn-default {
    background-color: var(--colgate-blue-light);
    border-color: var(--colgate-blue-light);
    color: #ffffff;
}

.stepwizard-step .btn-default:hover {
    background-color: var(--colgate-blue);
    border-color: var(--colgate-blue);
    color: #ffffff;
}

.stepwizard-step .btn-circle {
    width: 2rem;
    height: 2rem;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1rem;
    line-height: 1em;
    border-radius: 1rem;
    margin-top: -0.25em;
}

.stepwizard-step .btn-primary {
    background-color: var(--colgate-green);
    border-color: var(--colgate-green);
}

.stepwizard-step .btn-primary:focus {
    background-color: var(--colgate-blue-light);
    border-color: var(--colgate-blue-light);
    color: rgba(255, 255, 255, 0.85);
    border-radius: 24px;
    padding: 0.5rem 0;
}


.control-label {
    font-weight: 600;
    font-size: 0.9em;
}

.btn-success {
    background-color: var(--colgate-green);
    border-color: var(--colgate-green);
    color: rgba(255, 255, 255, 0.85);
    border-radius: 24px;
    font-weight: 700;
    padding: 1em 1.15em;
    padding-bottom: 0.75em;
}

.btn-success:hover {
    background-color: var(--colgate-blue);
    border-color: var(--colgate-blue);
}

.btn-primary,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: var(--colgate-blue-light);
    border-color: var(--colgate-blue-light);
    color: rgba(255, 255, 255, 0.85);
    border-radius: 24px;
    font-weight: 700;
    padding: 1em 1.15em;
    padding-bottom: 0.75em;
}

.btn-primary:hover {
    background-color: var(--colgate-blue);
    border-color: var(--colgate-blue);
    color: rgba(255, 255, 255, 1.00);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #aaaaaa;
    filter: alpha(opacity=100);
    opacity: 1;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #FB5500;
}

.mainContentHolder {
    background-color: rgba(255, 255, 255, 0);
    padding: 30px;
    margin-top: 0px;
}

.mainContentHolder p,
.mainContentHolder li {
    text-align: left;
    line-height: 1.625em;
}

.stepwizard-step p {
    text-align: center;
    display: none;
}

.videoHolder {
    padding: 2em 0.5em;
    color: rgba(0, 0, 0, 1.00);
    background-color: #cdecfb;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 2em;
    margin-top: 2em;
    margin-right: 0em;
}

.videoHolder h3,
.announcement h3,
.contactSidebar h3 {
    margin-top: 0;
    padding-top: 0;
}

.announcement h3 {
    color: #fff;
}

.videoHolder p,
.announcement p {
    text-align: center;
}

.announcement {
    height: auto;
    padding: 2em 2em;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(122, 0, 230, 1.00);
    text-align: center;
    border-radius: 0px;
    margin-bottom: 2em;
    margin-top: 0em;
    margin-right: 0em;
}

.announcement a {
    color: rgba(245, 192, 23, 1.00);
    font-weight: 500;
    font-size: 1.2em;
}


.submitParagraph button {
    color: rgba(255, 255, 255, 1.00);
    background-color: rgba(122, 0, 230, 1.0);
    border-radius: 4px;
    text-align: center;
    line-height: 1.1em;
    white-space: normal;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-top: 0.5em;
    margin-bottom: -0.25em;
    hyphens: auto;
    border-style: none;
}

.submitParagraph button {
    font-size: 22px;
}

.submitParagraph {
    width: 100%;
    padding-left: 0em;
    padding-right: 0em;
    margin-top: 1em;
    margin-bottom: 0em;
    text-align: center;
}

.attachmentsHolder,
.commentsHolder {
    color: rgba(0, 0, 0, 01);
    padding-top: 2em;
    margin-top: 3em;
    border-top: thick solid rgba(0, 0, 0, 0.19);
}

.attachmentsHolder h3,
.commentsHolder h3 {
    font-size: 18px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.rowOdd,
.rowEven {
    padding-top: 4em;
    padding-bottom: 4em;
}

.rowOdd {
    background-color: rgba(0, 82, 156, 0.05);
}


.FAQpage .sectSubpageBody p {
    margin-bottom: 1em;
    margin-top: 1em;
}

.FAQLink {
    padding: 0;
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-top: 1em;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: left;
    line-height: 1.3em;
}

.FAQLink.btn:focus {
    outline: 0;
    box-shadow: none;
    /*     padding: 1em;
    background-color: var(--haleon-green); */
}

.FAQAnswer {
    margin-top: 0;
    margin-bottom: 1.75em;
    font-weight: 400;
}


.tblNeeds {
    border-top: 3px double rgba(128, 130, 133, 0.50);
    border-bottom: 3px double rgba(128, 130, 133, 0.50);
}

.tblNeeds td,
.tblNeeds th {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-right: 1em;
}

.rowOdd {
    background-color: rgba(128, 130, 133, 0.1);
}

.tblNeeds td.category {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 80%;
}

.sectFooter {
    padding-top: var(--sect-padding-vertical);
    padding-bottom: var(--sect-padding-vertical);
    background-color: var(--colgate-blue);
    margin-bottom: 1px;
    color: rgba(255, 255, 255, 0.8);
}

.copyright {
    padding-left: 0;
    font-size: 0.8rem;
}

.copyright a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
}



@media (max-width: 1200px) {
    .navbar.menuExpanded {
        background-color: #000000;
        padding-bottom: 36px;
    }

    .navbar.menuExpanded .navbar-brand img {
        display: none;
    }

    .navbar.menuExpanded .nav-link {
        color: #FFFFFF;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
    .navbar.navbar-fixed-top.scrolled .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../img/nav-close.png);
    }

    .navbar-collapse {
        margin-top: 2rem;
    }

    .navbar-collapse ul {
        margin-top: 0px;
    }

    .navbar-collapse ul li {
        width: 100%;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .navbar-collapse ul li:last-of-type {
        margin-top: 12px;
        border-bottom: none;
    }

    .navbar-collapse ul li ul li {
        width: 100%;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .dropdown-menu {
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        background-color: #4F2170;
    }

    .dropdown-menu h4,
    .dropdown-menu p {
        color: #FFFFFF;
    }

    .dropdown-menu-item {
        width: 100%;
    }

    .dropdown-menu-item a.pill {
        background-color: #D0B3E5;
        color: #4F2170;
        font-size: 14px;
    }

    .dropdown-menu-item.leftSide {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        padding-bottom: 24px;
        margin-bottom: 16px;
        border-bottom: 1px solid #D0B3E5;
    }

    .dropdown-menu-item p.linksRow a.pill {
        font-size: 14px;
    }

    .homeSection {
        padding-top: 36px;
    }

    .mediaSourceLogo {
        text-align: center;
    }

    .metricLeft {
        background-position: left -1rem top -1px;
        background-size: auto;
    }

    .metricRight {
        background-position: right -1rem top 5vh;
        background-size: auto;
    }
}


@media (max-width: 992px) {
	.sectHero {
        /*border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75));*/
        background-position: center center;
        background-attachment: scroll;
    }

    .navbar-brand img {
        max-height: 40px;
    }

    .heroTextHolder h1 {
        width: auto;
    }

    .sideBar {
        width: 100%;
        float: none;
        margin-left: 0;
        padding: 1.5em;
        margin-top: 0em;
        margin-bottom: 2em;
    }

    .sideBar button {
        width: auto;
        text-align: center;
    }
}