﻿/* 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. */

body {
    font-size: 1.1rem;
    background-color: #fefefe;
}

    body > .container {
        box-shadow: #aaa 0 0 15px;
    }
a {
    font-size: 1.0rem;
}

.brands img {
    max-height: 45px;
    max-width: max-content;
    display: block;
    margin: 1em auto;
}

.bg-flags {
    background: url(https://cdnnetworkhq.s3.us-east-2.amazonaws.com/images/nationwideprotectionplus/flags-fade-logos2.png);
    background-size: cover;
}

.bg-blue {
    background-color: #1C679B;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  min-width:177px;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary, .btn-primary:not(:disabled):not(.disabled):active {
    font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #1C679B;
    border-color: #1C679B;
    padding: 14px 20px 14px 20px;
    border: none;
}
.btn-primary:hover {
    color: #FFFFFF;
    background-color: #1E88BC;
}
.btn-secondary {
    font-size: 1.2rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.breadcrumbs {
    border-bottom: solid 1px rgb(0 105 217 / 10%);
}
.breadcrumbs a {
    font-size: 1rem;
}
.breadcrumbs i {
    margin: 0 10px;
    font-size: 10px;
    position: relative;
    bottom: 1px;
    color: #da291c;
}

#cookieConsent {
    background-color: white;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 65000;
    bottom: 58px;
    width: 100%;
    font-size: 14px;
    border-top:dashed 1px #ccc;
}
    #cookieConsent a {
        font-size: 14px;
    }

    /* 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%;
}


.bs1 {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.btn {
    border-radius: 20px;
    padding: 2px 7px 3px;
}

.nav-item > .btn {
    font-size: 16px;
}

.lh-1 {
    line-height: 1;
}

.wb-bw {
    word-break: break-word;
}

.color-blue {
    color: #1C679B !important;
}

.color-red {
    color: #da291c !important;
}

.bg-red {
    background-color: #da291c;
}

.bg-gray {
    background-color: #aaa;
}

.btn-red, .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .btn-red:not(:disabled):not(.disabled):active, .show > .btn-red.dropdown-toggle {
    font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #da291c;
    border-color: #da291c;
    padding: 14px 20px 14px 20px;
    border: none;
}

    .btn-red:hover {
        background-color: #f72010;
        color: #FFFFFF;
    }

.btn-gy, .btn-gy:not(:disabled):not(.disabled):active, .btn-gy:not(:disabled):not(.disabled).active, .btn-gy:not(:disabled):not(.disabled):active, .show > .btn-gy.dropdown-toggle {
    font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    fill: yellow;
    color: yellow;
    background-color: #333;
    border-color: #333;
    padding: 14px 20px 14px 20px;
    border: none;
}

    .btn-gy:hover {
        background-color: #555;
    }

.btn-progs, .btn-progs:not(:disabled):not(.disabled):active, .btn-progs:not(:disabled):not(.disabled).active, .btn-progs:not(:disabled):not(.disabled):active, .show > .btn-progs.dropdown-toggle {
    font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    fill: #000;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    padding: 14px 20px 14px 20px;
    border: none;
}

    .btn-progs:hover {
        background-color: #fff;
    }

.container-fluid {
    width: 80% !important;
}
.mb-21 {
    margin-bottom: 21px;
}


/* For Locator Icon and Click Box Fix */

/* For Locator Icon and Click Box Fix End */

@@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@@media (max-width: 1470px) {
    .container-fluid {
        width: 100% !important;
    }
}

@@media only screen and (max-width:991px) {
    .nav-item:first-child {
        margin-top: 20px;
    }

    .nav-item {
        margin-right: 0 !important;
    }

        .nav-item > .btn {
            background: none;
            border: none;
            border-bottom: dotted 1px #ccc;
            color: #333;
            width: 100%;
            text-align: left;
            border-radius: 0;
        }
}