
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital@0;1&family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap');
body{
font-family: 'Roboto Condensed', sans-serif;
padding: 0;
margin: 0;
}

a.email {
    color: #2679b8;
    text-transform: none;
}

/* Form */
    label {
    cursor:pointer;
    color: #565656;
        font-family: 'Noto Sans', sans-serif;
  }
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

  input {

    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
  }
  input:focus, textarea:focus, select:focus{
      outline: none !important;
      border: none !important;
  }
  input:hover {
    border: none;
    border-width:0;

  }
  label:focus-within {

  }

  input:focus  {
  border:none;
  }


.center {
  text-align: center;
}
.bg-catblack {
  background-color: #191919 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-blacktwo {
  background-color: #1a1a1a !important;
}
.bg-drkgrey {
  background-color: #252525 !important;
}
.bg-ltgrey {
  background-color: #f8f8f8 !important;
}
.catyellow {
  color: #ffcc22 !important;
}
.logo {
  width: auto;
  height: 64px;
}

.btn-catyellow {
  color: #000000 !important;
  background-color: #ffcc22 !important;
}

.btn-yellow {
  color: #000 !important;
  background-color: #ffcd11 !important;
  border-color: #ffcd11  !important;

}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .open>.dropdown-toggle.btn-yellow  {
    color: #FFF !important;
    background-color: #000 !important;
    border-color: #000 !important; /*set the color you want here*/
}

.btn-black {
  color: #fff !important;
  background-color: #000000 !important;
    text-transform: uppercase;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open>.dropdown-toggle.btn-black {
    color: #000 !important;
    background-color: #ffcc22 !important;
    border-color: #ffcc22 !important; /*set the color you want here*/
}
.btn-catgrey {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
}
.btn-group-lg > .btn, .btn-lg {

padding: 0.5625rem 2.75rem !important;
  font-size: 1.0rem;
  line-height: 1.5;
  text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
}

.accent-bar {
    width: 60px;
    height: 5px;
    line-height: 1;
    display: block;
    margin: 0 0 22px;
    background-color: #ffcc22
}
.accent-bar-center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 5px;
    line-height: 1;
    display: block;
    margin: 0 0 22px;
    background-color: #ffcc22
}
/* red text for required fields. Not working in bootstrap */

.fade:not(.show) {
    opacity: 100% !important;
    border: none !important;
    font-weight: bold !important;

}

/* table styling */
.tableRowOdd {
  background: #eee;

}

.tableRowOdd, .tableRowEven {
    font-size: 13.5px;
    color: black;
}

.FamilyTbl {
border: 1px solid #ccc !important;
}

@media (max-width: 575.98px) {
.FamilyTbl {
width: 100%
}
}

ul.shipping {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 145px !important;
    padding-left: 10 !important;

}


p {font-family: 'Noto Sans', sans-serif; font-size: 16px;}
h1 {
  font-size: 58px !important;
}
h2 {
  font-size: 26px !important;
}
h3 {
  font-size: 26px !important;
}
h1, h2, h3, h4 {
  font-family: 'Roboto Condensed', sans-serif;
}
.plg {

font-size: 16px;
line-height: 25px;
}
.psm {
    font-size: 12px;
}
.sup {
    vertical-align: super;
    font-size:16px;
}
.pheader {
    font-size: 18px;
}

.img__container {
  position: relative;
  overflow: hidden;
}
.img__container img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: 0;
}
/* header image start */
/* Custom translucent site header
 */
 .site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .site-header a {
    color: #999;
    transition: ease-in-out color .15s;
  }
  .site-header a:hover {
    color: #fff;
    text-decoration: none;
  }
  /*
  
   */
  .header {
    background:  linear-gradient(to right,#000 15%,rgba(0,0,0,0) 90%), url('https://image.em.cat.com/lib/fe4115707564067e761475/m/1/CVA+CloudPage+Header.jpg');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    /*background-attachment: fixed;*/
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  /* header image end */
/*--- navigation bar ---*/
.navbar-black {
  align-items: center;
  display: flex;
  position: relative;
  background: #000000;
  padding: .75rem 0;
}
.nav-link, .navbar-brand {
  color: #fff;
  cursor: pointer;
  margin-right: 2em !important;
  margin-left: 0.6em !important;
}
.nav-link   {
  margin-right: 1em !important;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nav-link:hover {
  color: #ffcd11 !important;
}
.nav-link:hover:before  {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffcd11;
}
#tab {
  font-size: 1.5rem !important;
  font-family: 'Roboto Condensed', 'Arial Black', Arial, "sans-serif", helvetica;
}
.navbar-collapse {
  justify-content: flex;
}

/*--- navigation bar end ---*/

/*--- sub navigation bar ---*/

.navbar-light{
  background: #FFF;
  padding: 1.75rem 0;
}
.navbar-brand {
  color: #000;
  cursor: pointer;
  margin-right: 2em !important;
  margin-left: 0.4em !important;
  text-decoration: none !important;
}
.nav-link-white {
  color: #000;
  cursor: pointer;
  margin-right: 2em !important;
  margin-left: 0.6em !important;
  text-decoration: none !important;
}
.nav-link-white   {
  margin-right: 1em !important;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nav-link-white:hover {
  color: #ffcd11 !important;
}
.nav-link-white:hover:before  {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  top: 20px;
  background: #ffcd11;
}


/*--- sub navigation bar end ---*/
/* Sticky Footer start */
/*.footer {
  position: absolute;
  width: 100%;

  height: 55px;
  line-height: 55px;
  background-color: #f8f8f8;
  bottom: 0;
}*/
/*sticky footer end*/
/* Non-sticky footer */

.footer {
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #f8f8f8;
    bottom: 0;}

/* Footer Styles */
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f8f8f8
}
.pfooter {
  font-size: 12px;
  margin-bottom: 0px !important;
}
.pfooter a {
  text-transform: none !important;
  color: #333333 !important;
}
.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
.form-signin {
    width: 100%;
    max-width: 420px;
    margin: auto;
}

  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .footer {
    position: relative !important;
  }
    h2 {
  font-size: 30px !important;
}
        h1 {
  font-size: 3.1rem !important;
}

@media only screen and (max-width: 800px) {
.mobileHide {

  display: none;
}
/*h1 {
  line-height: 35px !important;
}*/
.accent-bar {
      margin: 20px 0 20px;
}
}
@media (max-width: 575.98px) {

  .mobile_hide: {display: none;}
  .features {}
  .pfooter {
    text-align: left !important;
  }
  .footer {
    position: relative !important;
  }

.logo {
    position: absolute;
   left: 15%;
    margin-left: -50px !important;
    margin-top: -18px;/* 50% of your logo width */
    display: block;
}
/*h1 {
  line-height: 50px !important;
}*/
    h2 {
  font-size: 24px !important;
}
.accent-bar {
  margin: 10px 0 20px;
}
.mobileHide {

  display: none;
}
    }


    /* Desktops and laptops ----------- */
    @media only screen  and (min-width : 1224px) {
        .header {
      
          min-height: 475px !important;
        }
      
        }
        
        /* Large screens ----------- */
        @media only screen  and (min-width : 1824px) {
          .header {
      
            min-height: 600px !important;
          }
        }
      
      