
/**
 * BOOTSTRAP OVERRIDES
 * *******************
 */

a:hover, a:focus {
    color: #8DC63F;
    text-decoration: none;
    outline: none;
}

small {
    color: #555 !important;
    font-weight: 300 !important;
}

/**
 *  GENERIC GLOBAL CSS
 * *********************
 *
 *  COLOR SCHEME PROFILE
 * *********************
 *  Dark Blue   #2992c3
 *  Blue        #3ca5d6
 *  Light Blue  #65bbe2
 *
 * *********************
 *
 *  Logo Green  #8CC63E
 *
 * *********************
 *
 *  Gray        #31393D
 *  Silver      #C0C0C0
 *  Platinum    #EDEDED
 *  BG Gray     #F5F5F5
 *  lightGray   #FCFCFC
 *
 */

 .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


html {
	height: 100%;
}

body {
	font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
	position: relative;
	z-index: 0;
}

h1,h2,h3,h4,h5 {
	font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 62.4px */
    letter-spacing: -2px;
}

h1 {

}

h2 {

}

h3 {

}

h4 {
    font-size: 18px;
    letter-spacing: unset;
}

a {
	color: #8DC63F;
	text-decoration:none;
}

a:hover, button:hover {
     transition: background 0.4s ease-in;
}

a.anchor{
   display: block;
   height: 150px;
   margin-top: -150px;
   visibility: hidden;
}

input, button, select, text-area {
    font-family: 'Muli', sans-serif;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input#mobile {
    display: none;
}

::placeholder {
    color: #ccc;
}
::-webkit-input-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
::-ms-input-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}

span.tm {
    font-size: 75%;
    line-height: 1.5em;
    vertical-align: top;
    margin-left: -0.25em;
}

@keyframes alert-fade {
    0%    {opacity: 1; }
    90%   { opacity: 1; }
    100%  { opacity: 0; }
}

.alert-info {
    font-size: 1.1em ;
    background: #3ca5d6;
    color: #fff;
    text-align: center ;
    border: 0;
    margin-bottom: unset;
    border-radius: unset;
    position: fixed;
    top: 137px;
    width: 100%;
    opacity: 0;
    z-index: 5;
    padding: 15px 25px;
    animation: alert-fade 5s;
}

.alert-info button.close, .alert-info button.close:hover {
    display: none;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

sup {
    font-size: 55%;
}

/**
 * GENERAL
 * *******
 */

.navbar {
    background: #0b0f19;
}

.navbar-brand > img {
    width: 202px;
}

.section {
    padding: 4em 0 4em 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.fixed-mobile {
    display: none;
}
 
.idx-button {
    display: block;
    border: 1px #ccc solid;
    padding: 0.75em 1.8em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    font-weight: 200;
    font-size: 19px;
}

.idx-button:hover {
    background: transparent;
    text-decoration: none;
    color: #fff;
}

.bg-dark-blue.idx-button {
    color: #fff;
    border-color: #8DC63F;
    background-color: #8DC63F;
}

.bg-dark-blue.idx-button:hover {
    color: #fff;
    background: #2992c3;
    border-color: #2992c3;
}

.bg-blue.idx-button {
    color: #fff;
    border-color: #8DC63F;
}

.bg-blue.idx-button:hover {
    color: #8DC63F;
    background: transparent;
}

.bg-green.idx-button {
    color: #fff;
    backgorund: #8CC441;
}

.bg-green.idx-button:hover {
    color: #8CC441;
    background: transparent;
}

.gray.idx-button {
    background: #F5F5F5;
}

.gray.idx-button:hover {
    color: #F5F5F5;
    background: #2992c3;
    border-color: #2992c3;
}

.bg-dark-gray.idx-button {
    background: #31393D;
    color: #fff;
}

.bg-dark-gray.idx-button:hover {
    color: #31393D;
    border-color: #31393D;
    background: transparent;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #F5F5F5;
}

.bg-green {
    background-color: #8CC441;
}

.bg-blue {
	background-color: #8DC63F;
}

.bg-dark-blue {
	background-color: #2992c3;
}

.bg-tangerine {
	background-color: #F25A38;
}

/**
 * NAVIGATION
 * **********
 */ 

.navbar-brand {
    font-weight: 600;
}

 .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #8DC63F !important;
 }

 .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #8DC63F !important;
 }

 .dropdown-item:hover {
    color: #8DC63F !important;
 }

.btn-nav-order {
    border-radius: 6px;
    border: 1px solid var(--Brand-Gradient, #8DC63F);
    background: var(--Gray-900, #0B0F19);

    /* shadow / S */
    box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
}

.btn-nav-order:hover {
    background-color: #8DC63F;
    color: #fff;
}

.nav-login {
    font-weight: 600;
}

.nav-login:hover {
    color: #8DC63F;
}

body .SnapABug_Button {
    left: -4px;
    width: 50px;
}

/**
 * ANNOUNCEMENT
 * ************
 */

.announcement {
	color: #fff;
	position: relative;
	margin-bottom: 0px; 
	text-align: center;
	border: 0px;
	background: #aaa;
	border-radius: 0px;
	z-index: 5;
	text-shadow: none;
    font-size: 16px;
    font-weight: 200;
} 
.announcement.blue {
	background: #3ca5d6;
}

.announcement.blue a {
    color: #8CC441;
}

.announcement.green {
	background: #8CC441;
}

.announcement.green a {
    color: #c5ea8c;
}

.announcement.red {
	background: #AA2200;
}

.announcement.red a {
    color: #333;
}

.announcement.silver{
	background: #C0C0C0;
}

.announcement.alert .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    bottom: 1px;
}

.announcement.gray {
    background: #414B51;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}

.announcement.gray a {
    color: #bcdc74;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

/**
 * MODAL
 * *****
 */
.modal-backdrop.fade.in {
    opacity: 0;
}

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    padding-right: 17px;
}
 
.modal-content {
    box-shadow: none;
    border-radius: 0;
}

.modal-content .close-button {
    text-align: right;
}

.modal-content .products {
    text-align: center;
}

.modal-content .product img {
    border: 1px #f3f3f3 solid;
    margin-bottom: 5px;
    width: 100%;
}

.modal-content .info {
    margin: 1em 0 0;
}

.modal-footer {
    border-top: 0;
    color: #8DC63F;
    font-weight: bold;
}

.modal-footer .logo {
    float: right;
    height: 20px;
    margin-left: 5px;
}

/* Google ReCaptcha */
#rc-imageselect, .g-recaptcha {
    transform:scale(0.87);
    transform-origin:0 0;
    width: 100%;
}

/**
 * FOOTER
 * ******
 */
 footer h6 {
    color: rgba(255, 255, 255, 0.85);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
 }

.footer {
    display: flex;
    padding: 48px 53px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #0B0F19 !important;
}

#new-footer {
    display: flex;
    padding: 48px 53px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #121212;
}

#footer-links h3 {
    color: rgba(255, 255, 255, 0.85);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
}

#footer-links ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11.994px;
}

#footer-links li, #footer-links li a {
    color: var(--Color-White, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


.footer-support-link {
    color: var(--Color-Blue, #8DC63F) !important;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.6px; /* 160% */
    text-decoration-line: underline;
}

#footer .footer-support-link:hover {
    color: #2992c3;
    text-decoration: none;
}

.footer .contact {
    margin: 0;
    padding: 1em 0;
    text-align: center;
}

.footer .contact img{
    height: 30px;
}

.footer .contact a {
    display: block;
}

.footer .contact a.tel, .footer .contact a.email {
    color: #666;
    text-decoration: none;
}

.footer .contact a.email:hover {
    color: #8DC63F;
}

.footer .contact a.tel {
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 0 1em 0;
}

.footer .contact a.bg-dark-blue.idx-button {
    display: inline-block;
    width: 160px;
}

.footer div.social {
    text-align: center;
}

.testimonial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.001px;
}

.testimonial p {
    font-size: 1.5em;
    line-height: 1.5em
}

.social.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    padding-bottom: 0px;
}

.social a.icon {
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.11);
}

.social .footnote {
    line-height: 2em;
}

.social p {
    margin: 0;
    padding-top: 5px;
}

.footer .footnote {
    width: 309px;
    height: 46px;
    color: var(--Colors-Base-white, #FFF);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

#crea-footnote {
    display: flex;
    padding: 14px 0px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: #0B0F19;
    color: var(--Colors-Base-white, #FFF);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

body.bottom .embeddedServiceHelpButton .helpButton, body.bottom .embeddedServiceSidebar.layout-docked .dockableContainer, body.bottom .embeddedServiceSidebarMinimizedDefaultUI  {
    bottom: 51px !important;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: none;
}

.btn-light {
    color: var(--Brand-Primary, #8DC63F) !important;
} 

.anythingSlider-default.activeSlider .anythingControls a {
    box-shadow: 0px 0px 1px 1px #fff !important;
    background: #fff !important;
}

.anythingSlider-default.activeSlider .anythingControls a.cur, .anythingSlider-default.activeSlider .anythingControls a:hover {
    background: #8DC63F !important;
    width: 20px;
    box-shadow: 0px 0px 1px 1px #8DC63F !important;
}

#idx-contact-form .btn.active {
    background-color: #8DC63F;
    color: #0B0F19;
    border: unset;
}

#idx-contact-form .btn-radio {
   background-color: #fff;
   border: 1px solid #B4B7C9;
   color: #0B0F19;
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    background-color: #8DC63F;
    color: #fff !important;
}

#offlineChatForm h4 {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;

    /* Heading/H2 */
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 41.6px */
    letter-spacing: -1px;
    text-align: center;
    margin: 30px auto 0;
}

#offlineChatForm label {
    color: var(--Gray-900, #0B0F19);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

#offlineChatForm .modal-header {
    border-bottom: unset;
}

#offlineChatForm input::placeholder, .required-field {
    overflow: hidden;
    color: var(--Gray-900, #0B0F19);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

#carets-form-submit {
    width: 100%;
}