﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
#cookieConsent {
    background-color: white;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 65000;
    bottom: 0px;
    width: 100%;
    font-size: 14px;
}

    #cookieConsent button.cookieAccept {
        background: #090;
        color: white;
        border: none;
        border-radius: 0.2em;
        margin: 0.5em;
        padding: 0.2em 0.5em 0.2em 0.5em;
    }

header {
    background-color: #fff;
    border-bottom: solid 1px rgb(0 105 217 / 10%);
}

.fas.fa-ellipsis-h.fa-xs.text-dark {
    font-size: 0.5em;
    position: relative;
    bottom: 3px;
}
.terms-ul {
    list-style-image: none;
    list-style-type: disc;
}
mw-150px {
    max-width: 150px;
}
mw-800px {
    max-width: 800px;
}
mw-650px {
    max-width: 650px;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.list-style-bulleted {
    list-style: disc;
}
.n-position {
    position: absolute;
    right: 0;
    bottom: 40px;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

#prod-strategy-section {
    position: relative;
    top: -30px;
    background: white;
}
.small-img{
    max-height:100px;
}
.ps-orange {
    color: #f7941d;
}
#ps-top {
    position: relative;
    top: -23px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}



.breadcrumbs a:last-child {
    pointer-events:none;
}


.dropdown > .nav-link:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .16em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    color: #da291c;
}

#topNav .navbar a, .primaryLinks a {
    text-transform: uppercase;
}


#footer-bottom {
    background: #32404b;
    color: #fefefe;
}

    #footer-bottom a {
        color: #fefefe;
    }
.groups-txt {
    color: #eee;
    font-size: 22px;
    opacity: .8;
}
.brand .pp-img{
    max-height:75px;
    width:auto;
}
.brand .pr-img {
    max-height: 75px;
    width: auto;
}
#companyEmail i, #companyPhone i, #contact-bar i {
    border: solid 2px #fefefe;
    border-radius: 50%;
    padding: 6px;
}
#contact-bar {
    font-size:24px;
}

#contact-bar .border-right.border-left{
    border-color:#313e4b !important;
}

#contact-bar i {
    border-color: #313e4b;
}
#contact-bar a, #features a {
    color: #313e4b !important;
}



.social i {
    border: solid 2px #fefefe;
    border-radius: 50%;
    padding: 5px 10px;
}
#companyPhone:hover > i {
    border-color: rgb(242 247 253 / 80%);
}

.col-sm-2.icon-container {
    text-align: center;
    margin-bottom: 20px;
}
.bg-light2 {
    background-color: #e5e5e5;
}

@media screen and (max-width:767px) {
    #contact-bar .column2 {
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: solid 1px;
        border-bottom: solid 1px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}