/*!
Theme Name: Winsby Inc.
Theme URI: http://winsbyinc.com
Author: Winsby inc and Team.
Author URI: http://winsbyinc.com
Description: Winsby Inc.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: winsbyinc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Winsby Inc. is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1140px;
}

.btn-close:not(:hover) > i {
	opacity: 0;
}

.client-logo {
	max-width: 250px;
	max-height: 85px;
	object-fit: contain;
	object-position: left center;
}


.btn-warning {
    text-decoration: none !important;
}

.btn-warning:hover,
.btn-warning:active {
    background-color: var(--bs-btn-hover-bg) !important;
    border-color: var(--bs-btn-hover-border-color) !important;
}

.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.reqfield {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 25px;
    text-align: right;
}



.contact-div {
    background: #004680;
    padding: 50px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.contact-div .row {
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}

.contact-div h1 {
    color: #ffe600;
}

.contact-div img {
    vertical-align: top;
}

.contactform {
    position: relative;
}

.keyFull {
    box-shadow: 0 0 0 100vw #004680;
    clip-path: inset(0 -100vw);
}

.bestPrac h1 {
    color: #004680;
    font: 700 22px/1.4 'Open Sans', serif;
}

.bestPrac a {
    text-decoration: underline;
}

.noHover:hover {
    color: #004680;
}

.bp-article {
    padding: 20px 0px;
    border-bottom: 1px solid #cecece;
    cursor: pointer;
}

.grBorder{
	border: none;
	border-bottom:2px solid #80bc04;
}
.rounded-circle img {
  border-radius: 50% !important;
}
.col-auto {
  width: auto !important;
}
.bestPrac img{
	width: 100%;
}

/*25032026*/
/* thin sticky top bar like the PDF */
.top-contact-bar {
    position: relative;
    top: 0;
    z-index: 1035;
    width: 100%;
	padding: 28px 0 0 0;
}

/* align buttons to the right */
.top-contact-bar-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

/* pill buttons */
.top-contact-bar-inner a{
	font-weight: normal !important;
}

.top-contact-pill i {
    font-size: 14px;
    line-height: 1;
}

/* keep your main header directly under the bar */
.header.sticky-top {
    top: 66px;
    z-index: 1030;
}

.btnsgn{
	display: flex;
    align-items: center;
    gap: 10px;
}

.btnsgn img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(104%);
}