.container {
  max-width: 1140px;
}

/*
 * Typography
 */
 h1, h2, h3, h4, h5 {
   color: #3A7ECE;
 }

a {
    color: #3A7ECE;
}

.absolute-bottom {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 1030;
}

/*
 * G7 site header
 */
.site-header {
  position: relative;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: #b0c1d6;
  height: 400px;
}

.bg-g7 {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-image: url("../images/g7/Police_Patrol_St_Ives__1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(max-width: 768px) {
  .bg-g7 {
    background-image: url("../images/g7/Police_Patrol_St_Ives__0043.jpg");
  }

  .site-header {
    height: 400px;
  }
}

.site-header nav a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  text-decoration: none;
  font-weight: 600;
  background-color: rgba(15,40,127,0.8);
  width: 110px;
  text-align: center;
  transition: color .15s ease-in-out;
}

.site-header nav .nav-link {
  color: #fff !important;
}

.site-header nav a:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(176,193,214,0.9);
}

.site-header nav a:active {
  color: rgb(15,40,127) !important;
  background-color: #b0c1d6;
}

@media (max-width: 992px) {
  .site-header .navbar{
    background-color: rgba(15,40,127,0.7);
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .site-header nav a {
    width: 100%;
    color: #fff;
    border: none;
    background-color: transparent;
  }
  .site-header nav li:hover {
    background-color: rgb(176,193,214);
  }
  .site-header nav a:hover {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}

.banner {
  background-color: #dfe4e9;
  box-shadow: 0 4px 14px rgba(176, 193, 214, 0.8);
}

.text-truncate-6 {
  -webkit-line-clamp: 3;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/*DC custom accordion*/
.dc-accordion {
  background-color: #b0c1d6;
}

.dc-accordion .accordion-body {
  background-color: #e7f1ff;
}

.dc-accordion .accordion-button {
  color: #fff;
  font-weight: 600;
}

.dc-accordion .accordion-button::after {
  color: #0F287F;
  font-weight: 600;
}

.dc-accordion .accordion-button:not(.collapsed) {
  color: #0F287F;
  font-weight: 600;
  background-color: #b0c1d6;
}

/*DC custom card*/
.dc-card {
  border-radius: 0;
  border: 0;
  border-left: 3px solid rgba(0,0,0,.125);
  background-color: #dfe4e9;
}

.dc-card .card-body .card-link {
  color: #0F287F;
  font-weight: 600;
}

.dc-card-link {
    color: #212529;
}

.dc-promo-card {
    border-radius: 0;
	overflow: hidden;
}

.dc-profile-card {
    border: 0;
}

/*
* Image Resizing/Scaling
*/
.brand {
  opacity: 0.8;
  max-width: 400px;
  float: right;
}

@media(max-width: 768px) {
  .brand {
    max-width: 300px;
    opacity: 0.9;
  }
}

.responsive {
  width: 100%;
}

.img-fluid {
	width: 100%;
}

.wave-norepeat {
  height: 125px;
  width: 2580px;
  opacity: 0.8;
  background-image: url(../images/g7/g7-long-wave-1.svg);
  background-repeat: no-repeat;
  margin: 0 -10px 0 -10px;
}

@media(max-width: 992px) {
  .w-md-100 {
    width: 100%;
  }
}

@media(max-width: 768px) {
  .w-sm-100 {
    width: 100%;
  }
}

.file-lg {
    font-size: 36px;
	color: #3A7ECE;
	margin-right: 5px;
}

/*
 * Divider
 */
.g7-divider {
  background-image: url(../images/g7/divider.svg);
  background-repeat: no-repeat;
  height: 20px !important;
  margin: 15px 0 5px 0 !important;
  background-color: transparent;
  opacity: 1;
}
/*
 * Cookie
 */
/*====== cookie message ==============================*/
#cookieManagerMessageContainer {
  z-index: 150000;
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  margin: 0;
  height: auto;
  padding: 2%;
  overflow: visible;
  background-color: #fff;
  color: #000;
  border-bottom: 5px solid #95bfe7;
  box-shadow: 1px 0 5px 1px #000; }
#cookieManagerMessageContainer a {
  background-color: #e2e2e2;
  border: 1px solid #e2e2e2;
  color: #303030;
  width: 55%;
  margin-top: 10px;
  text-decoration: none; }
#cookieManagerMessageContainer a:hover {
  background-color: #303030;
  color: #e2e2e2; }
/*====== cookie page ==============================*/
.cookie-preference-form {
  border-bottom: 5px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 40px;}
.cookie-preference-form label {
  font-weight: bold;
  padding: 10px 0;}
.cookie-preference-form .radiobuttonlist label:hover {
  focus: 1px solid #e2e2e2;
  cursor: pointer; }
.cookie-preference-form .radiobuttonlist input[type="radio"] {
  height: 30px;
  width: 30px;
  cursor: pointer; }
/*
general styles for buttons
*/
.btn, button, input[type="submit"] {
  border: 1px solid #e2e2e2;
  background-color: #e2e2e2;
  color: #303030;
  font-size: 1rem;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
.btn:link, .btn:visited, button:link, button:visited {
  background-color: #040506;
  color: #fff;
  text-decoration: none; }
.btn:hover, .btn:active, button:hover, button:active {
  background-color: #303030;
  color: #e2e2e2; }
/*
general styles for tables
*/
table {
  border-right: 0;
  border-left: 0;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%; }
table td {
    border: 1px solid #c2bfc3;
    vertical-align: top; }
table tr:nth-child(even) {
    background-color: #fffbbb; }
table tr:nth-child(odd) {
    background-color: #fff; }
table tbody tr:hover, table tbody tr:hover p, table tbody tr:hover li {
    background-color: #333;
    color: #fff; }
table tbody tr:hover a {
    color: #16114d;
    background-color: #333; }
table th {
    background-color: #f0f1f2;
    color: #000;
    padding: 5px;
    text-align: left;
    vertical-align: bottom; }
table tfoot tr td {
    background-color: #c2bfc3; }
table tfoot tr {
    display: none; }
table td {
    padding: 5px;
    font-size: 0.875rem; }
table td span {
    font-size: 0.875rem; }
table .noTrStrips tr:nth-child(even) {
    background-color: #fff; }
table caption {
    background-color: #fff;
    color: #333;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center; }
/*table styles*/
td, th {
  font-size: 0.875rem;
  min-width: 50px; }
table tr .row-a {
  background-color: #fffbbb; }
table tr .row-b {
  background-color: #fff; } 
 /*
 * Buttons
 */
.btn-g7 {
  background-color: rgb(26, 49, 133);
  color: #fff;
}

.btn-g7:hover {
  background-color: #aabdd4;
  color: #fff;
}

.btn-g7-alt {
  background-color: #b0c1d6;
  color: #fff;
}

.btn-g7-alt:hover {
  background-color: #aabdd4;
  color: #fff;
}
.text-right{
	text-align:right}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
