/* Custom styles */
.top-header-background {
    background: url(https://www.padlocks.com/images/retro-logo-header-bground.jpg) no-repeat; 
    background-position: center;
    background-size: cover;
}
.globalnav-fluid {
  width: 100%;
  margin-right: auto;
  border-bottom: 6px solid #0A253E;
  margin-left: auto; 
}

.design-border-red {
	 border-top: 3px solid #D0112B;
}

.design-border-blue {
	 border-top: 3px solid #0A253E;
}
.social-icon-pads {
	padding: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;

}
.card-title {
  font-size: 1.25rem;
  font-weight: 300;
}

.bulletColor {
	color: #dc3545;
}
.footerColor {
	color: #FFFFFF;
	text-decoration: none;
}
.footerColor:hover {
	color: #FBB30F;
}

.thumb_img_list {
	text-align: center;
}
.thumb_img_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.thumb_img_list ul li {
	display: inline-block;
	width: 60px;
	margin: 0 5px;
	cursor: pointer;
}
.thumb_img_list ul li img {
	display: block;
	max-width: 60px;
}

/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(255,178,14,0.6);
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mt-lg-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {

  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.25rem 0;
  margin: 0.05rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #0A253E;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; 
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.0rem;
  clear: both;
  font-weight: 400;
  color: #FFFFFF;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #D0112B; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #0A253E;
    pointer-events: none;
    background-color: transparent; }
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.menusubnav-link {
  display: block;
  padding: 0.25rem 1rem;
  color: #FFFFFF !important;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.menusubnav-link:hover, .menusubnav-link:focus {
  color: #FFFFFF;
}
.footer {

    width: 100%;
}
.footer .part-2 {
	background-color: #861537;
	background: url("../images/wb-padlocks-footer.png") no-repeat bottom center;
}
.globalLevel {
	z-index: 1000;
}
.modalSize {
	height: 520px;
}
.iframeStyle {
	border: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.card-text-tight {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  text-align: left;
}

.pageTopSpacer {
	display: block; 
	height: 92px;
	border: 1px solid red;
}
.content-callout-row {
  display: block;
  width: 100%;
  padding: 0.35rem .35rem;
  clear: both;
  text-align: left;
  background-image: linear-gradient(#f8f9fa, #FFFFFF);
  border-top: 1px solid #A8A8B7; }

.lead {
  font-size: 1rem;
  font-weight: 400;
  line-height: .9;
  color: #000000;
}

.display-1 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-2 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.display-slider-head {
  font-size: 1.35rem;
  font-weight: 600;
  color: #0B56A2;
  line-height: 1.2;
}

.fs-1 {
  font-size: calc(.75rem + 1.5vw) !important;
}

@media (min-width: 576px) {
.container {
    max-width: 540px;
  }
	
.fs-1 {
  font-size: calc(.2rem + 1.25vw) !important;
}
	
.pageTopSpacer {
	display: block; 
	height: 92px;
  }
  
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  }
	
.display-1 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  }

.display-2 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-3 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}
.lead {
  font-size: 1rem;
  font-weight: 400;
  line-height: .9;
  color: #000000;
}
.display-slider-head {
  font-size: 1.35rem;
  font-weight: 600;
  color: #0B56A2;
  line-height: 1;
}
.carousel-caption-right {
  position: absolute;
  right: 15%;
  bottom: 4px;
  left: 15%;
  z-index: 10;
  padding-top: 14px;
  padding-bottom: 2px;
  text-align: center;
}
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
.fs-1 {
  font-size: calc(.4rem + 1.25vw) !important;
}
  .pageTopSpacer {
	display: block; 
	height: 92px;}
	
  .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.display-1 {
  font-size: 2.00rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-2 {
  font-size: 1.50rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}
.lead {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  color: #000000;
}
.display-slider-head {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0B56A2;
  line-height: 1.2;
}
.carousel-caption-right {
  position: absolute;
  right: 15%;
  bottom: 10px;
  left: 15%;
  z-index: 10;
  padding-top: 12px;
  padding-bottom: 8px;
  text-align: center;
}
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
.fs-1 {
  font-size: calc(.2rem + 1.25vw) !important;
}
  .pageTopSpacer {
	display: block; 
	height: 92px;}
  
  .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.display-1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.display-2 {
  font-size: 2.00rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}
.lead {
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.1;
  color: #000000;
}
.display-slider-head {
  font-size: 2.1rem;
  font-weight: 600;
  color: #0B56A2;
  line-height: 1.2;
}
.carousel-caption-right {
  position: absolute;
  right: 25%;
  bottom: 20px;
  left: 25%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
.fs-1 {
  font-size: calc(.2rem + 1.25vw) !important;
}
  .pageTopSpacer {
	display: block; 
	height: 92px;}
	
  .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.display-1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.display-2 {
  font-size: 2.00rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.lead {
  font-size: 1.75rem;
  font-weight: 400;
	color: #000000;
}
.display-slider-head {
  font-size: 2.25rem;
  font-weight: 600;
  color: #0B56A2;
  line-height: 1.2;
}
.carousel-caption-right {
  position: absolute;
  right: 20%;
  bottom: 60px;
  left: 20%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
}

@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
.fs-1 {
  font-size: calc(.2rem + 1.25vw) !important;
}
  .pageTopSpacer {
	display: block; 
	height: 92px;}
	
  .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.display-1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.display-2 {
  font-size: 2.00rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.lead {
  font-size: 1.75rem;
  font-weight: 400;
	color: #000000;
}
.display-slider-head {
  font-size: 2.25rem;
  font-weight: 600;
  color: #0B56A2;
  line-height: 1.2;
}
.carousel-caption-right {
  position: absolute;
  right: 20%;
  bottom: 60px;
  left: 20%;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
}
/*# sourceMappingURL=bootstrap.css.map */