/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

 /*
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #00436d 0%, #001d30 100%);
  background-image:      -o-linear-gradient(top, #00436d 0%, #001d30 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00436d), to(#001d30));
  background-image:         linear-gradient(to bottom, #00436d 0%, #001d30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00436d', endColorstr='#ff001d30', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #001725;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #001d30;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #001d30;
  border-color: #001725;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #001d30;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
*/
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #003353;
  background-image: -webkit-linear-gradient(top, #00436d 0%, #003353 100%);
  background-image:      -o-linear-gradient(top, #00436d 0%, #003353 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00436d), to(#003353));
  background-image:         linear-gradient(to bottom, #00436d 0%, #003353 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00436d', endColorstr='#ff003353', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #00436d 0%, #003353 100%);
    background-image:      -o-linear-gradient(top, #00436d 0%, #003353 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00436d), to(#003353));
    background-image:         linear-gradient(to bottom, #00436d 0%, #003353 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00436d', endColorstr='#ff003353', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image:         linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #00436d 0%, #00233a 100%);
  background-image:      -o-linear-gradient(top, #00436d 0%, #00233a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00436d), to(#00233a));
  background-image:         linear-gradient(to bottom, #00436d 0%, #00233a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00436d', endColorstr='#ff00233a', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #00233a;
  background-image: -webkit-linear-gradient(top, #00436d 0%, #002b47 100%);
  background-image:      -o-linear-gradient(top, #00436d 0%, #002b47 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00436d), to(#002b47));
  background-image:         linear-gradient(to bottom, #00436d 0%, #002b47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00436d', endColorstr='#ff002b47', GradientType=0);
  background-repeat: repeat-x;
  border-color: #002b47;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #00436d 0%, #003353 100%);
  background-image:      -o-linear-gradient(top, #00436d 0%, #003353 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00436d), to(#003353));
  background-image:         linear-gradient(to bottom, #00436d 0%, #003353 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00436d', endColorstr='#ff003353', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
#header-logo {
  display: inline-block;
  padding: 15px;
}
#header-logo svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 45px;

  -o-object-fit: contain;
     object-fit: contain;
}
footer {
  min-height: 10vh;
  margin-top: auto;
  font-family: "Mulish", sans-serif !important;
  color: #fff;
  background-color: #00578e;

  -webkit-margin-before: 5vh;
  margin-block-start: 5vh;
}
footer .navbar-nav {
  float: none;
  flex-direction: row !important;
  column-gap: 29px;
}
footer .navbar-nav h2 {
  font-size: 1rem;
}
footer .navbar-nav a {
  color: #fff;
  text-decoration: underline;
}
footer .navbar-nav a:focus,
footer .navbar-nav a:hover {
  color: #fff;
}
footer .navbar-nav > .active a,
footer .navbar-nav > .active a:focus,
footer .navbar-nav > .active a:hover {
  color: #fff;
}
footer .navbar-nav > .disabled a,
footer .navbar-nav > .disabled a:focus,
footer .navbar-nav > .disabled a:hover {
  color: #fff;
}
footer .navbar-nav > .open a,
footer .navbar-nav > .open a:focus,
footer .navbar-nav > .open a:hover {
  color: #fff;
}
.grid__cohFooter {
  margin-bottom: 0;

  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
@media (max-width: 768px) {
  .grid__cohFooter {
    grid-template-columns: 1fr;
  }
}
.cohFooterParentWrapper {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  row-gap: 1em;
}

@media (max-width: 1200px) {
  .cohFooterParentWrapper {
    grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-columns: none;
  }
}

.cohFooterParentWrapper {
  display: grid;

  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
.cohFooterWrapper {
  display: grid;
  padding-right: 16px;
  padding-left: 16px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto;
}
.cohFooterImage {
  justify-self: center;
}
.cohFooterImage img {
  width: 120%;
  height: 100%;
}
@media (max-width: 768px) {
  .cohFooterImage img {
    width: 120%;
    height: 100%;
  }
}
.cohFooterLinks {
  justify-self: left;
  align-self: center;
}
.hero-image {
    position: relative;
    display: flex;
    height: 320px;
    flex-direction: column;

    /* --- New Gradient Added Here --- */
    background-image:
        linear-gradient(to bottom, #0087ff00, rgba(1, 109, 205, 0)), 
        linear-gradient(rgb(0 0 0 / 50%), rgba(0, 0, 0, .1)), 
        url(/heroImage);

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;

    flex-wrap: nowrap;
    justify-content: center;
}

.hero-text {
  font-weight: 700 !important;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .75);

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}
.pre-title {
  display: inline-block;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 14px;
  font-family: "Mulish", sans-serif !important;
  font-size: 1.375rem !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 1.8125rem !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .0625rem !important;
  border: 0;
}
.title {
  display: inline-block;
  padding: 0;
  margin-top: -26px;
  margin-bottom: 14px;
  font-family: "Mulish", sans-serif !important;
  font-size: 3.375rem !important;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 4.5rem !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .1925rem !important;
  border: 0;
}
@media (min-width: 768px) {
  .pre-title {
    font-size: 1.875rem !important;
    line-height: 1.875rem !important;
    letter-spacing: .1625rem !important;
  }
  .title {
    margin-top: -12px;
    font-size: 6.25rem !important;
    line-height: 5.75rem !important;
    letter-spacing: .4375rem !important;
  }
}
.blueBanner {
  padding: 20px;
  color: white;
  background-color: #00578e;
}
.blueBanner > h1,
.blueBanner h2,
.blueBanner h3,
.blueBanner h4,
.blueBanner h5,
.blueBanner h6,
.blueBanner p,
.blueBanner a {
  color: #fff !important;
}
.blueBanner > a:focus,
.blueBanner a:hover {
  color: #fff !important;
  text-decoration: none;
  border-bottom: solid 2px #e7d2ad;
}
.blueBanner > .active a,
.blueBanner .active a:focus,
.blueBanner .active a:hover {
  font-weight: 400;
  color: #fff !important;
}
.blueBanner > .disabled a,
.blueBanner .disabled a:focus,
.blueBanner .disabled a:hover {
  color: #fff !important;
}
.blueBanner > .open a,
.blueBanner .open a:focus,
.blueBanner .open a:hover {
  color: #fff !important;
  border-bottom: solid 2px #e7d2ad;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label,
input {
  font-family: "Mulish", sans-serif !important;
  font-style: normal;
  color: #002539;
}
h1 {
  font-size: 2rem !important;
  font-weight: 800 !important;
  line-height: 2.125rem !important;
}
h2 {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  line-height: 1.625rem !important;
}
h3 {
  font-size: 1.3125rem !important;
  font-weight: 500 !important;
  line-height: 1.5625rem !important;
}
h4 {
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.375rem !important;
}
h5 {
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.3125rem !important;
}
p {
  font-size: .9375rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  min-height: 100vh;
          flex-direction: column;

  margin-block: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  background-color: #ffffff !important;
}
.grid__panels {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  width: 90%;
}
@media (max-width: 768px) {
  .grid__panels {
    margin-right: 0;
    margin-left: 0;

    grid-template-columns: 1fr;
  }
}
.panelsParentWrapper {
  display: grid;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-columns: repeat(var(--columns), minmax(100px, var(--maximumSize)));
  row-gap: 1em;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .panelsParentWrapper {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}
@media (max-width: 900px) {
  .panelsParentWrapper {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (max-width: 768px) {
  .panelsParentWrapper {
    grid-template-columns: 1fr;
  }
}
.panels {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin: 0;
  padding: 1.5rem;
  border-radius: 2rem;
  border: 1px solid #F3F3F3;
  box-shadow: 0 2px 6px #A1A1A1;
  min-height: 230px;           /* force consistent height */
}
.panels > h3 {
  margin: 0 0 0.75rem 0;
  color: #002539;
}
.panels > p {
  margin: 0;
  font-size: 0.9rem;
  color: #002539;
  line-height: 1.4;
  flex: 1 1 auto;
}
.panels > a {
  margin-top: auto;            /* <— pushes it to the bottom */
  padding-top: 1rem;
  color: #00477F !important;
  text-decoration: none !important;
  display: inline-flex;        /* works even though inline style says block */
  align-items: center;
  gap: 4px;
}
#panelsBorder {
  padding: 1em;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0rem;
  margin-left: 10px;
  border: 1px solid #F3F3F3;
  box-shadow: 0 2px 6px #A1A1A1;
  border-radius: 2em;
}
header {
  margin-bottom: 1.4em;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.homePagecontainer {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-bottom: auto;
  margin-left: 0;
}
#content {
  margin-bottom: auto;
}
form {
  margin-bottom: auto;
}
/*.crmEntityFormView .cell.checkbox-cell {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.crmEntityFormView .cell.checkbox-cell .table-info {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.crmEntityFormView .cell.checkbox-cell .control {
  order: -1;
  display: flex;
  align-items: flex-start;
  transform: scale(1.3);
}
*/
.icon-info {
  position: relative;
  cursor: pointer;
}
.icon-info .tooltip-text {
  position: absolute;
  bottom: 125%;
  /* Position above the icon */
  left: 50%;
  z-index: 1;
  width: 120px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  visibility: hidden;
  background-color: #333;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.icon-info:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.crmEntityFormView input[type=radio] {
  width: 1rem;
  -webkit-appearance: none;
  padding: 3px;
  -webkit-background-clip: content-box;
          background-clip: content-box;
  border: 1px solid #00578e;
  border-radius: 50%;

     -moz-appearance: none;
          appearance: none;
  aspect-ratio: 1;
}
.crmEntityFormView input[type=radio]:checked {
  background-color: #00578e;
}
.crmEntityFormView .cell .picklist input[type=radio] {
  vertical-align: middle;
}
.crmEntityFormView table.table td {
  vertical-align: middle;
}
.crmEntityFormView table.table td > a {
  display: inline-block;
}

.btn {
  font-family: "Mulish", sans-serif !important;
}
/*
.btn-default,
.btn-primary {
  font-family: "Mulish", sans-serif !important;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #00578e), color-stop(50%, #e7d2ad)) 0 0/100% 200% no-repeat;
  background: -webkit-linear-gradient(top, #00578e 50%, #e7d2ad 50%) 0 0/100% 200% no-repeat;
  background:      -o-linear-gradient(top, #00578e 50%, #e7d2ad 50%) 0 0/100% 200% no-repeat;
  background:         linear-gradient(to bottom, #00578e 50%, #e7d2ad 50%) 0 0/100% 200% no-repeat;
  background-color: rgba(0, 0, 0, 0);
  border: none !important;
  -webkit-transition: background .2s ease-in-out, color .2s ease-out;
       -o-transition: background .2s ease-in-out, color .2s ease-out;
          transition: background .2s ease-in-out, color .2s ease-out;
}
.btn-default:hover,
.btn-primary:hover {
  color: #222 !important;
  background-position: 0 100%;
  -webkit-animation: pseudoAnimateUp .2s ease-in-out;
       -o-animation: pseudoAnimateUp .2s ease-in-out;
          animation: pseudoAnimateUp .2s ease-in-out;
}*/
.edit-link {
  /* Pointer cursor */
  font-weight: normal;
  color: #0056b3;
  /* Default link color */
  text-decoration: none;
  /* Remove underline */
  cursor: pointer;
  /* Standard font weight */
}
/* Hover state */
.edit-link:hover {
  color: #0056b3;
  /* Add bottom border on hover */
  text-decoration: none;
  /* Same color to ensure consistency */
  border-bottom: solid 2px #e7d2ad;
  /* Ensure no underline */
}
/* Focus state */
.edit-link:focus {
  /* Remove default focus outline */
  color: #0056b3;
  /* Ensure focus color matches default */
  text-decoration: none;
  outline: none;
  /* No underline */
}
/* Active state */
.edit-link:active {
  color: #0056b3;
  /* Ensure active color matches default */
  text-decoration: none;
  /* No underline */
}
/* Prevent the text color from changing when the modal is closed */
.edit-link:not(:focus):not(:hover):not(:active) {
  color: #0056b3;
  /* Default color after losing focus */
}
.details-link {
  /* Pointer cursor */
  font-weight: normal;
  color: #0056b3;
  /* Default link color */
  text-decoration: none;
  /* Remove underline */
  cursor: pointer;
  /* Standard font weight */
}
/* Hover state */
.details-link:hover {
  color: #0056b3;
  /* Add bottom border on hover */
  text-decoration: none;
  /* Same color to ensure consistency */
  border-bottom: solid 2px #e7d2ad;
  /* Ensure no underline */
}
/* Focus state */
.details-link:focus {
  /* Remove default focus outline */
  color: #0056b3;
  /* Ensure focus color matches default */
  text-decoration: none;
  outline: none;
  /* No underline */
}
/* Active state */
.details-link:active {
  color: #0056b3;
  /* Ensure active color matches default */
  text-decoration: none;
  /* No underline */
}
/* Prevent the text color from changing when the modal is closed */
.details-link:not(:focus):not(:hover):not(:active) {
  color: #0056b3;
  /* Default color after losing focus */
}
.picklist.vertical label {
  display: inline;
}
a[target="_blank"]::after {
  /* Adjust icon size if needed */
  display: inline-block;
  /* Make sure Font Awesome is included */
  margin-left: .5em;
  /* Unicode for the "fa-arrow-up-right-from-square" icon */
  font-family: "FontAwesome";
  /* Add some spacing between the text and icon */
  font-size: .9em;
  /* Ensure proper alignment */
  vertical-align: middle;
  content: "\f35d";
  /* Align with text */
}
.verificationEligibilityDeclarationImage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  height: 0;
  padding-top: 25%;
          flex-direction: column;
  background: url(/SampleDeclarationLetter) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  background-blend-mode: multiply;
}
.verificationEligibilityTaxBillImage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  height: 0;
  padding-top: 20%;
          flex-direction: column;
  background: url(/SampleTaxBill) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  background-blend-mode: multiply;
}
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
/* Spinner animation */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, .3);
  border-top: 5px solid #fff;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.crmquickform-cell {
  border: none;
}
.crmEntityFormView td.cell {
  padding-left: 0;
}
.crmquickform-cell .field-label {
  visibility: hidden;
}
html[dir=ltr] .crmEntityFormView .cell.crmquickform-cell:first-child {
  border: none;
}
.verificationEligibilityDirectDepositImage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  height: 0;
  padding-top: 20%;
          flex-direction: column;
  background: url(/SampleDirectDeposit) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  background-blend-mode: multiply;
}
.verificationEligibilityVoidChequeImage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  height: 0;
  padding-top: 20%;
          flex-direction: column;
  background: url(/SampleVoidCheque) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  background-blend-mode: multiply;
}
.crmEntityFormView .cell div.control span.checkbox input[type=checkbox] {
  width: 15px !important;
  height: 15px !important;
  margin-left: -20px !important;
}
.crmEntityFormView td.checkbox-cell {
  padding: 0 28px 20px !important;
}
.crmEntityFormView .cell.checkbox-cell div.table-info {
  padding-left: 5px !important;
}
.crmEntityFormView .cell.checkbox-cell div.table-info {
  padding-left: 5px !important;
}
/*.crmEntityFormView .cell div.control span.taxschedules input[type=checkbox] {
  appearance: none;
  border: 1px solid #00578e;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  transition: all 0.2s ease;
}

.crmEntityFormView .cell div.control span.taxschedules input[type=checkbox]:checked {
  background-color: white;
  border-color: #00578e;
}

.crmEntityFormView .cell div.control span.taxschedules input[type=checkbox]:checked::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px; 
  height: 8px; 
  background-color: #00578e; 
  border-radius: 50%;
}

.crmEntityFormView .cell.checkbox-cell div.description {
  margin-left: -20px !important;
}

.crmEntityFormView .cell div.control span.disablecheckbox input[type=checkbox] {
  pointer-events: none !important;
  cursor: not-allowed !important;
  border: 1px solid grey !important;
}

.crmEntityFormView .cell div.control span.disablecheckbox input[type=checkbox]:checked {
  border-color: grey !important;
}

.crmEntityFormView .cell div.control span.disablecheckbox input[type=checkbox]:checked::after {
  background-color: grey !important;
}

.crmEntityFormView .cell.checkbox-cell div.description.below {
  width: auto;
}*/
.bootstrap-datetimepicker-widget tr td button {
  background: transparent;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #d3d0d0;
}
/*
.btn-primary {
  color: white !important;
  background-color: #007bff !important;
}
.btn-primary:hover {
  background-color: #0056b3 !important;
}
.btn-primary:active {
  background-color: #003f7f !important;
}
.btn-primary[disabled] {
  background-color: #ccc !important;
}
.btn-primary:focus {
  outline: 2px solid #0056b3 !important;
}
.btn-secondary {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #007bff !important;
  cursor: pointer !important;
  background-color: white !important;
  border: 2px solid #007bff !important;
  border-radius: 5px !important;
  -webkit-transition: all .3s ease !important;
       -o-transition: all .3s ease !important;
          transition: all .3s ease !important;
}
.btn-secondary:hover {
  color: white !important;
  background-color: #007bff !important;
}
.btn-secondary:active {
  color: white !important;
  background-color: #0056b3 !important;
  border-color: #0056b3 !important;
}
.btn-secondary[disabled],
.btn-secondary:disabled {
  color: #999 !important;
  border-color: #ccc !important;
}
.btn-secondary:focus {
  outline: 2px solid #007bff !important;
  outline-offset: 2px !important;
}
.btn-default {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: white !important;
  cursor: pointer !important;
  background-color: #007bff !important;
  border: none !important;
  border-radius: 5px !important;
  -webkit-transition: background-color .3s ease !important;
       -o-transition: background-color .3s ease !important;
          transition: background-color .3s ease !important;
}
.btn-default:hover {
  background-color: #0056b3 !important;
}
.btn-default:active {
  background-color: #003f7f !important;
}
.btn-default[disabled] {
  cursor: not-allowed !important;
  background-color: #ccc !important;
}
.btn-default:focus {
  outline: 2px solid #0056b3 !important;
  outline-offset: 2px !important;
}
.btn {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  border: none !important;
  border-radius: 5px !important;
  -webkit-transition: background-color .3s ease !important;
       -o-transition: background-color .3s ease !important;
          transition: background-color .3s ease !important;
}
.btn[disabled] {
  cursor: not-allowed !important;
}
.btn:focus {
  outline-offset: 2px !important;
}
.btn-danger {
  color: white !important;
  background-color: #007bff !important;
}
.btn-danger:hover {
  background-color: #0056b3 !important;
}
.btn-danger:active {
  background-color: #003f7f !important;
}
.btn-danger[disabled] {
  background-color: #ccc !important;
}
.btn-danger:focus {
  outline: 2px solid #0056b3 !important;
}*/
.nav_bar_parent_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5vw 2.5vw 0;
  width: calc(100% - 5vw) !important;
  box-sizing: border-box;
  padding-top: 0px !important;
  flex-wrap: nowrap;
  z-index: 5;
}
.gradient-box {
  background: white !important;
  border-radius: 8px;
}
.static-top.navbar-dark{
  background: none;
}
.static-top.navbar .menu-bar > .navbar-nav > li > a {
  color: white;
}
.services-dropdown {
  left: 0 !important;
  width: 93.5vw !important;
  margin: 15px 0 0 0 !important;

}
@media (max-width: 1200px) {
  .services-dropdown {
    width: 92vw !important;
  }
}
@media (max-width: 900px) {
  .services-dropdown {
    width: 90vw !important;
  }
}
@media (max-width: 768px) {
  .services-dropdown {
    width: 88vw !important;
  }
}
.no-marker {
  padding: 0 !important;
  margin: 0 !important;
}
.no-marker li::marker {
  content: none;
}
.custom-hover-dropdown {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-hover-dropdown .nav-item.dropdown {
  position: relative;
  display: block;
}
.menu-toggle-checkbox {
  display: none;
}
.custom-hover-dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  z-index: 999;
  display: none;
  min-width: 180px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}
.menu-toggle-checkbox:checked ~ .dropdown-menu {
  display: block;
}

.icon_size{
  font-size: 32px !important;
}
.custom-hover-dropdown .toggle-icon {
  position: relative;
  display: block;
  text-align: center;
}
.custom-hover-dropdown .toggle-icon i {
  font-size: 32px;
  -webkit-transition: opacity .2s ease;
       -o-transition: opacity .2s ease;
          transition: opacity .2s ease;
}
.custom-hover-dropdown .toggle-icon .fa-bars {
  display: block;
}
.custom-hover-dropdown .toggle-icon .fa-xmark {
  display: none;
}
.menu-toggle-checkbox:checked + .toggle-icon .fa-bars {
  display: none;
}
.menu-toggle-checkbox:checked + .toggle-icon .fa-xmark {
  display: block;
}
.custom_css {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
  gap: 2rem;
}
.parents-column {
  /* Left column: 30% */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  gap: .5rem;
}
.children-column {
  /* Right column: 70% */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  gap: .25rem;
}
.parent-item {
  font-weight: bold;
  cursor: pointer;
}
.child-item {
  display: none;
  color: #333;
  text-decoration: none;
}
.child-item:hover {
  text-decoration: underline;
}
.childitem_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
.childitem_grid > div {
  padding: 0 2rem;
}
.category_image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  height: 320px;
          flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1))), url(/categoryimage);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(/categoryimage);
  background-image:      -o-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(/categoryimage);
  background-image:         linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(/categoryimage);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;

  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  background-blend-mode: multiply;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}
.category_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}
.category_flex-left {
  padding: 1rem;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.category_flex-right {
  padding: 1rem;
  flex: 0 0 30%;
}

.navbar> .custom-container{
  align-items: center !important;
  height: 8vw;
}

.headerlogo{
  justify-content: space-around !important;
}

.customSiteLogoClass {
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center !important;
    background-image: url('/siteLogo');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}
@media (max-width: 1200px) {
  .customSiteLogoClass {
    height: 50px; 
  }
}
@media (max-width: 900px) {
  .customSiteLogoClass {
    height: 32px;
  }
}
@media (max-width: 768px) {
  .customSiteLogoClass {
    height: 32px;
  }
}

.navbar-dark .navbar-nav > li > a:focus, .navbar-dark .navbar-nav > li.dropdown > a:focus{
  background-color: unset !important;
  text-decoration-color: #E6D1AC !important;
  text-underline-offset: 5px !important;
}

.navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li.dropdown > a:hover{
  background-color: unset !important;
  text-decoration-color: #E6D1AC !important;
  text-underline-offset: 5px !important;
}

.navbar-dark .navbar-nav a.show, .navbar-dark .navbar-nav a.dropdown-toggle.show{
  background-color: unset !important;
  text-decoration-color: #E6D1AC !important;
  text-underline-offset: 5px !important;
}

.navbar> .custom-container_singout{
  align-items: center !important;
}

@media (max-width: 1200px) {
  .desktopClass{
    display:none !important;
  }
}

.mobileClass{
  display:none !important;
}

@media (max-width: 1200px) {
  .mobileClass{
    display:flex !important;
  }
  .nav_bar_parent_wrapper {
    flex-wrap:wrap;
  }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: 100% !important;
    }
}

.subpagehero-image {
    position: relative;
    height: 320px;
    overflow: hidden; /* REQUIRED for oval + fade effect */
    display: flex;
    justify-content: center;
    background: #ffffff;
}

/* Oval-shaped image */
.subpagehero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/subpageheroimage) center / cover no-repeat;
    clip-path: ellipse(70% 70% at center 50%);
}

/* Your radial mist fade */
.subpagehero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: radial-gradient(
        ellipse at center 50%,
        rgba(255, 255, 255, 0.1) 40%,   /* clear center */
        rgba(255, 255, 255, 0.7) 80%,   /* fading */
        rgba(255, 255, 255, 1) 90%,     /* strong fade */
        rgb(255, 255, 255) 100%         /* fully white outside */
    )
}

.subpageheroimage-position{
  border-radius: 8px;
  width: calc(90vw * 4 / 10);
}
.heroimage-position{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5vw 2.5vw 0;
  padding: 0px !important;
  height: 60vh;
  border-radius: 8px;
  position: absolute;
  width: calc(100% - 5vw) !important;
  top: 0 !important;
}

.crmEntityFormView .clearfix.cell.text.form-control-cell .table-info.required .field-label {
  position: absolute;
  margin-top: -12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 0;
}

/*
#EntityFormControl_EntityFormView .clearfix.cell.text.form-control-cell .table-info.required .field-label {
  position: absolute;
  margin-top: 12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 1;
}

#EntityFormControl_EntityFormView .clearfix.cell.text.form-control-cell .table-info .field-label {
  position: absolute;
  margin-top: 12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 1;
}

#EntityFormControl_EntityFormView .clearfix.cell.integer.form-control-cell .table-info.required .field-label {
  position: absolute;
  margin-top: 12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 1;
}

#EntityFormControl_EntityFormView .clearfix.cell.integer.form-control-cell .table-info .field-label {
  position: absolute;
  margin-top: 12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 1;
}*/

.crmEntityFormView .clearfix.cell.lookup.form-control-cell .table-info.required .field-label {
  position: absolute;
  margin-top: -12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 0;
}

.entity-form .clearfix.cell.lookup.form-control-cell .table-info .field-label {
  position: absolute;
  margin-top: -12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 1;
}

.entity-form .clearfix.cell.text.form-control-cell .table-info .field-label {
  position: absolute;
  margin-top: -12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 1;
}

.entity-form .clearfix.cell.datetime.form-control-cell .table-info .field-label {
  position: absolute;
  margin-top: -12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 0;
}

.crmEntityFormView .clearfix.cell.text.form-control-cell .field-label {
  position: absolute;
  margin-top: 12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 0;
}

.crmEntityFormView .clearfix.cell.lookup.form-control-cell .field-label {
  position: absolute;
  margin-top: -12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 0;
}

.crmEntityFormView .clearfix.cell.integer.form-control-cell .table-info.required .field-label {
  position: absolute;
  margin-top: -12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 0;
}

.crmEntityFormView .clearfix.cell.integer.form-control-cell .field-label {
  position: absolute;
  margin-top: 12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 0;
}

@media (max-width: 760px) {
  .crmEntityFormView .cell .field-label{
    position: relative !important;
  }
}

.entity-form .clearfix.cell.integer.form-control-cell .table-info .field-label {
  position: absolute;
  margin-top: -12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
  z-index: 1;
}

.crmEntityFormView .clearfix.cell.text.form-control-cell input {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
}

.crmEntityFormView .clearfix.cell.text.form-control-cell input.text.form-control.readonly{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
  position: relative;
  z-index: -1;
}

.crmEntityFormView .clearfix.cell.text.form-control-cell div.control div.control{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
  border-radius: .375rem;
}

.crmEntityFormView .clearfix.cell.lookup.form-control-cell input.aspNetDisabled.text.form-control.lookup.form-control{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
  z-index: 0;
}

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
  background-image: none !important;
  z-index: 0;
  position: relative;
  display: block;
}

.crmEntityFormView .clearfix.cell.lookup.form-control-cell select.readonly {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
}

.crmEntityFormView .clearfix.cell.integer.form-control-cell input {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
}

.crmEntityFormView .clearfix.cell.integer.form-control-cell input.integer.form-control.readonly{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
}


.clearfix.cell.text.form-control-cell.field-label{
  position: absolute;
  margin-top: -12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
}

.clearfix.cell.datetime.form-control-cell{
  position: relative;
}

.crmEntityFormView .clearfix.cell.datetime.form-control-cell div.control div.datetimepicker input{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
  border-radius: .375rem;
}

.clearfix.cell.lookup.form-control-cell .field-label{
  position: absolute;
  margin-top: -12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
}

.clearfix.cell.input.form-control-cell.field-label{
  position: absolute;
  margin-top: -12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
}

.clearfix.cell.picklist-cell:has(> div.control select.form-control.form-select.picklist) .field-label {
    position: absolute;
    margin-top: -12px;
    background: #fff;
    margin-left: 12px;
    padding: 0 10px;
    z-index: 1;
}

.clearfix.cell.datetime.form-control-cell .input-append.input-group.datetimepicker input.form-control.input-text-box{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
  pointer-events: none;
  z-index: 0;
}

.input-append.input-group.datetimepicker{
  column-gap: 1px;
}

.input-append.input-group.datetimepicker span{
  height: -webkit-fill-available;
}  

.clearfix.cell.text.form-control-cell .field-label{
  position: absolute;
  margin-top: -12px;
  background: #fff;
  margin-left: 12px;
  padding: 0 10px;
}

.clearfix.cell.datetime.form-control-cell div.control{
  position: relative;
}


.clearfix.cell.datetime.form-control-cell:has(> .description.above) .field-label {
    position: absolute;
    margin-top: 12px; 
    background: #ffffff00;
    margin-left: 12px;
    padding: 0 10px;
    z-index: 1;
}

.description.above{
  margin-bottom: 20px !important;
}

.clearfix.cell.datetime.form-control-cell:has(> .description.above) .description.above {
    margin-top: -15px;
    padding-bottom: 15px;
}

.clearfix.cell.textarea.form-control-cell:has(> .description.above) .field-label {
    position: absolute;
    margin-top: 12px; 
    background: #ffffff00;
    margin-left: 12px;
    padding: 0 10px;
}

.clearfix.cell.textarea.form-control-cell:has(> .description.above) .description.above {
    margin-top: -15px;
    padding-bottom: 15px;
}

.clearfix.cell.datetime.form-control-cell:not(:has(> .description.above)) .field-label {
    position: absolute;
    margin-top: -12px;
    background: #ffffff00;
    margin-left: 12px;
    padding: 0 10px;
}

.clearfix.cell.textarea.form-control-cell{
  z-index: 0;
  position: relative;
}

.clearfix.cell.lookup.form-control-cell{
  z-index: 0;
  position: relative;
}

.clearfix.cell.textarea.form-control-cell .textarea{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
}

.clearfix.cell.textarea.form-control-cell:not(:has(> .description.above)) .field-label {
    position: absolute;
    margin-top: -12px;
    background: #ffffff00;
    margin-left: 12px;
    padding: 0 10px;
    z-index: 1;
}

.table-info .validators{
  display: none;
}

.text.form-control{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
}

.form-control.form-select.picklist{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 20 20' width='12' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) calc(50% + 10px) !important;
  background-size: 12px !important;
}

.readonly.form-control.form-select.picklist{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 20px;
  background-image: none !important;
}

.crmEntityFormView .clearfix.cell.lookup.form-control-cell select {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 20 20' width='12' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 20px) calc(50% + 10px) !important;
  background-size: 12px !important;
}

.crmEntityFormView{
  border: none !important;
}

.crmEntityFormView, .entitylist, .modal-content, .popover-content{
  background: #ffffff !important;
}

.crmEntityFormView label{
  background: #ffffff !important;
}
.form-control{
  background: #ffffff !important;
}
.input{
  background: #ffffff !important;
}

.layout1_custom_CSS{
  margin-bottom: auto;
  position: relative;
  flex: 1;
}

.layout1_custom_CSS .instructions {
    display: block;
    flex: 1 !important;
    margin-left: 20px;
}

@media (min-width: 766px) {
  .layout1_custom_CSS span:not([class]):first-of-type{
    display: flex !important;
    flex-direction: row !important;
    column-gap: 50px !important;
  }
}

.layout1_custom_CSS span:not([class]):first-of-type{
  position: relative;
}

.clearfix.cell.checkbox-cell .description div{
  display: flex;
  margin-left: -20px;
}

.progress.list-group.left {
  padding-left: 0;
  position: relative;
  display: flex;
  flex-direction: column !important;
  z-index: 0;
}

.progress.list-group.left .list-group-item {
    position: relative;
    padding: 12px 0 12px 35px !important;
    border: none;
    background: transparent !important;
    margin: 0;
    min-height: 40px;
} 

.progress.list-group.left .list-group-item::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #999;
    background-color: #fff;
    z-index: 3;
    box-sizing: border-box;
}

.progress.list-group.left .list-group-item::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #ccc;
    z-index: 1;
}

.progress.list-group.left .list-group-item:first-child::after {
    top: 50%;           /* start line from the middle of circle */
}

.progress.list-group.left .list-group-item:last-child::after {
    bottom: 50%;
}

.progress.list-group.left .list-group-item.active::before,
.progress.list-group.left .list-group-item-success::before {
    background-color: #003c71 !important;
    border-color: #003c71 !important;
    box-shadow: none;
}

.progress.list-group.left .list-group-item.active::after,
.progress.list-group.left .list-group-item-success::after {
    background-color: #003c71 !important;
}

.progress.list-group.left .list-group-item.active {
    color: #000 !important;
    font-weight: bold;
    text-shadow: none;
}

.progress.list-group.left .list-group-item {
    color: #003c71;
    background: transparent !important;
    border: none !important;
    font-size: 1rem;
    font-family: "Mulish", sans-serif !important;
}


.progress.list-group.left .fa-solid.fa-check{
  display: none;
}

.clearfix.cell.text.form-control-cell{
      z-index: 0;
    position: relative;
}


.clearfix.cell.text.form-control-cell .text-muted{
  display: none;
}

.clearfix.cell.integer.form-control-cell .text-muted{
  display: none;
}
.clearfix.cell.textarea.form-control-cell .text-muted{
  display: none;
}

.clearfix.cell.picklist-cell .text-muted{
  display: none;
}
.clearfix.cell.lookup.form-control-cell .text-muted{
  display: none;
}
.clearfix.cell.datetime.form-control-cell .text-muted{
  display: none;
}

.clearfix.cell.money.form-control-cell div.control span.input-group-text{
  height: -webkit-fill-available;
}


.form-readonly.entity-form.crmEntityFormView .input.text.form-control.readonly{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
}

.form-readonly.entity-form.crmEntityFormView .input.integer.form-control.readonly{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
}

.form-readonly.entity-form.crmEntityFormView .input.textarea.form-control.readonly{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
}

.form-readonly.entity-form.crmEntityFormView .input.picklist.form-control.readonly{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
}

.form-readonly.entity-form.crmEntityFormView .input.lookup.form-control.readonly{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
}

.form-readonly.entity-form.crmEntityFormView .input.datetime.form-control.readonly{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: white !important;
  border: solid 1px black;
  padding-left: 15px;
}

.crmEntityFormView .section:first-child{
  margin-top: 12px;
}

.btn {
  font-size: 18px !important;
  font-weight: 600 !important;
  min-width: 180px !important;
  border-radius: 100px !important;
  position: relative;
  text-align: center;
}

/* Base */
.btn-primary {
  background-color: #000000 !important;
  border: 1px solid #E3E3E3 !important;
  color: #ffffff  !important;
}

/* Hover button style */
.btn-primary:hover {
  background-color: #000000 !important;
  border: 1px solid #E3E3E3 !important;
}

/* Active / focus */
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  background-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Disabled */
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #363636 !important;
  color: #B1B1B1 !important;
  cursor: not-allowed !important;
  border: none !important;
}



/* Base */
.btn-default {
  background-color: #ffffff  !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
}

/* Hover button style */
.btn-default:hover {
  background-color: #ffffff  !important;
  border: 1px solid #000000 !important;
}

/* Active / focus */
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus {
  background-color: #ffffff  !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Disabled */
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #E3E3E3 !important;
  color: #000000 !important;
  cursor: not-allowed !important;
  border: none !important;
}

.input-group .btn{
  z-index: inherit;
}

.clearfix.cell.datetime.form-control-cell .table-info{
  z-index: 4;
  position: relative;
}

.footer-bottom{
  background-color: #00578e !important;
}

.icon-x {
  border-radius: 50%;
  border: 2px solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;

  transition:
    border-color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}

/* The SVG icon rendered as a mask */
.icon-x::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: white;   /* icon color */
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M453.2 112L523.8 112L369.6 288.2L551 528L409 528L297.7 382.6L170.5 528L99.8 528L264.7 339.5L90.8 112L236.4 112L336.9 244.9L453.2 112zM428.4 485.8L467.5 485.8L215.1 152L173.1 152L428.4 485.8z'/></svg>");
}


.social-icons {
  display: flex;
  flex-direction: row;
  column-gap: 24px;
  justify-self: end;
  align-self: center;
}

.social-icons a {
  text-decoration: none;
}

.social-icons i {
  color: white;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: 
    color 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;

  cursor: pointer;
}

/* Hover animation */
.social-icons i:hover {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .cohFooterLinks {
    justify-self: center;
  }
  .cohFooterImage{
    justify-self: center;
  }
  .social-icons{
    justify-self: center;
  }
}

/* Wrapper (keeps input + list together) */
.search-wrapper {
    width: 100%;
    position: relative;
}

/* Power Pages search styling */
#cityServicesSearch {
    width: 100%;
    padding: 12px 18px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff url('/_imgs/search.svg') no-repeat 12px center;
    background-size: 18px;
    padding-left: 40px;
    transition: all 0.2s ease;
}

.maginfier-icon{
  height: 50px;
}

.maginfier-icon::before {
    content: "\f002"; /* FontAwesome search icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
    font-size: 14px;
}

#cityServicesSearch:focus {
    border-color: #0078d4;
    box-shadow: 0 0 4px rgba(0, 120, 212, 0.4);
    outline: none;
}

.searchbox{
  width: 50%; 
  position: static; 
  height: 300px; 
  margin-top: 5vh;
}

/* Results list */
.results-list {
    list-style: none;
    padding: 0;
    margin: 4px 0 0 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-height: 260px;
    overflow-y: auto;
    display: none; /* hidden by default */
    position: absolute;
    z-index: 999;
}

/* Each result */
.results-list .service-item {
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.results-list .service-item:last-child {
    border-bottom: none;
}

.results-list .service-item:hover {
    background: #f5f5f5;
}

.results-list .service-item a {
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
}


.ms-Callout.root-187{
  width: 69vw;
}

.ms-BasePicker-input{
  padding-top: 40px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: white !important;
  border: solid 1px black;
  width: 69vw;
}

.ms-BasePicker-text{
  border: none;
}


.ms-BasePicker-itemsWrapper{
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: white !important;
  border: solid 1px black;
  width: 69vw;
}

.ms-Persona-coin{
  display: none;
}

.ms-PickerPersona-container{
  max-width: none;
  width: 68vw;
  background: white;
}

.ms-PickerItem-content{
  width: 68vw;
}

.ms-TooltipHost{
  font-family: "Mulish", sans-serif !important;
  font-style: normal;
  color: #002539;
  font-size: 16px;
}

.clearfix.cell.form-control-cell label.field-label{
  position: absolute;
    margin-top: -12px;
    background: #ffffff00;
    margin-left: 12px;
    padding: 0 10px;
    z-index: 1;
}

/*@media (max-width: 980px) {
  .form-control.form-select.picklist{
    padding-top: 60px;
  }
  .crmEntityFormView .clearfix.cell.text.form-control-cell input{
    padding-top: 60px;
  }
}*/


@media (max-width: 465px) {
  .btn-group.entity-action-button{
    padding-bottom: 20px;
  }
}

#ContentContainer_FormPanel{
  width: 100vw;
}

.heroimage-text{
  margin-top: calc(30vh - 8vw); 
  color: white;
  text-align: center;
}

.serviceCategory-section{
  margin-top: calc(60vh - 8vw);
}

.serviceCatgeory-sectionTitle{
  width: calc(100% - 5vw) !important; 
  padding-top:10px; 
  display: flex; 
  flex-direction: row; 
  justify-content: space-between;
}



.layout1_headerlogo{
  display: flex;
  flex-direction: row;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  width: calc(100% - 5vw) !important;
  justify-content: space-between;
  align-items: center;
  margin-top: -4vh;
}

.layout1_navigation{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.layout1_navigation ul{
  padding-left: 0px;
}

.layout1_navigation .breadcrumb{
  margin-bottom: 0px;
}

.layout1_navigation .page-header{
  margin: 0px;
}

.layout1_forms{
  margin-right: 5vw;
  margin-left: 5vw;
  width: calc(100% - 10vw) !important;
  margin-top: 10vh;
}

@media (max-width: 1200px) {
  .layout1_headerlogo {
    margin-top: 4vh;
  }

}
@media (max-width: 680px) {
  .subpagehero-image{
    height: 150px
  }
}

.ms-PeoplePicker-Persona{
  width: 100% !important;
}

.ms-Persona-primaryText{
  font-family: "Mulish", sans-serif !important;
  font-style: normal;
  color: #002539;
  font-size: 16px;
}


/*# sourceMappingURL=bootstrap-theme.css.map */
