﻿/* 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;
}
.text-body {
    font-size: 1.3rem;
}

.brands img {
    max-height: 60px;
    max-width: max-content;
    display: block;
    margin: 1.8rem auto 3rem;
}

.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;
}

/* 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 #e9e9e9;
}
.border-bottom {
  border-bottom: 1px solid #e9e9e9;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.border-light {
    border-color: #dfdfdf !important;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.bg-darkish{
    background: rgba(52,58,64,.15);
}

.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: 7px;
    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;
}

.color-green {
    color: #1d813e !important;
}

.border-blue {
    border-color: #1C679B !important;
}

.border-red {
    border-color: #da291c !important;
}

.border-green {
    border-color: #1d813e !important;
}

.bg-red {
    background-color: #da291c;
}

.bg-gray {
    background-color: #eee;
    border-top: solid 1px #e9e9e9;
}

.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: #a71e14;
    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: #f0cf20;
    color: #f0cf20;
    background-color: #333;
    border-color: #333;
    padding: 14px 20px 14px 20px;
    border: none;
}

    .btn-gy:hover {
        background-color: #4d4c4c;
        color: #f0cf20;
    }

.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;
    }

@@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;
        }
}

#navbarNav #langEn {
    border: solid 1px transparent;
}

#navbarNav .dropdown-menu {
    border: solid 1px rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 8rem;
}

#navbarNav .dropdown-item {
    border-radius: .25rem;
    border: solid 1px rgba(0,0,0,.15);
}

.flag-icon {
    width: 20px;
    height: auto;
    margin-right: 10px;
}