/* Staff Grid Layout */
        .staff-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 30px;
        }

        /* Make the Anchor Tag behave like a Block Card */
        .staff-link {
            text-decoration: none; /* Remove underline from link */
            display: block;
            color: inherit;
        }

        /* Bio Card Styling */
        .staff-card {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            text-align: center;
            padding: 15px 20px;
            transition: all 0.3s ease;
            height: 100%; /* Ensure all cards are equal height */
            box-sizing: border-box;
            border: 1px solid transparent;
        }

        /* Hover states for the clickable card */
        .staff-link:hover .staff-card {
            transform: translateY(-2px);
            box-shadow: 0 5px 10px rgba(0,0,0,0.15);
            border-color: #666;
            cursor: pointer;
        }

        /* SQUARE IMAGE STYLING */
        .profile-pic {
            width: 100%;       /* Spans the full width of the card */
            height: 250px;      /* Increased height for a bigger look */
            object-fit: cover;  /* Ensures face isn't stretched */
            /*border-bottom: 4px solid #0056b3; /* Accent line under photo */
            transition: opacity 0.3s ease;
        }

	.profile-pic-large {
            width: 48%;
    	    height: 48%;
    	    object-fit: cover;      /* This crops the image to fill the space */
    	    object-position: top;   /* This ensures the crop starts from the top */
    	    border-bottom: 4px solid #666;
        }

        .staff-link:hover .profile-pic {
            border-color: #0056b3;
        }

        .staff-name {
            font-size: 1.4rem;
            color: #333;
            margin: 10px 0 5px;
            font-weight: 700;
        }
	.staff-name-inside {
            font-size: 1.1rem;
            color: #333;
            margin: 10px 0 5px;
            font-weight: 700;
        }

        .staff-title {
            font-size: 0.9rem;
            color: #0056b3;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 5px;
        }

        .staff-bio {
            font-size: 0.95rem;
            color: #666;
            line-height: 1.5;
        }

        /* Indicating interactivity */
        .click-hint {
            margin-top: 0px;
            font-size: 0.8rem;
            color: #bbb;
            font-style: italic;
        }

.btnEmailSubmit{
color:#fff;
background-color:#333;
}
#tableStandardBlack {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

#tableStandardBlack td, #tableStandardBlack th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tableStandardBlack tr:nth-child(even){background-color: #f2f2f2;}

#tableStandardBlack tr:hover {background-color: #ddd;}

#tableStandardBlack th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #333;
  color: white;
}

#skiptocontent a {
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #DE313A;
  color: #fff;
  padding: 5px 10px;
  z-index: 9;
}

#skiptocontent a:focus {
  top: 0;
}
.visuallyhidden{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.section-body-content {
  display: block;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-style: normal;
  font-weight: 400;
}

.section-header-content {
  display: block;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
}

.section-footer-content {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.section-utility-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-main-nav {
  display: block;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px none #000;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 #999, 0 1px 2px 0 #999;
  text-align: center;
}

.body {
  background-color: #eee;
}

.container-utility-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 5px 0px 5px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 16px;
}

.container-header-content {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 40px;
  padding-left: 30px;
}

.logo {
    display: inline-block;
    background: transparent url(../images/Logo-JVP-new.png) no-repeat scroll 0% 0%;
    background-size: 137px 80px;
    height: 88px;
    text-indent:-3333px;
    border: 0;
    margin: 0;
}

.logo a {
    display: block;
    width: 137px; /* larger than actual image? */
    height: 120px;
    text-decoration: none;
    border: 0;
}

.container-main-nav {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.container-home-body-content {
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin: 30px auto;
}

/* Inside Page*/
.breadcrumb a {
  color: #333;
  text-decoration: none;
  font-size:12px;
}

.breadcrumb a:hover {
   color: #333;
  text-decoration: underline;
}
.breadcrumb_last{
  color: #333;
  text-decoration: none;
  font-size:12px;
}

.inside-content {
  height: auto;
  padding-right: 20px;
  border-right: 1px solid #efefef;
  line-height: 26px;
}
.inside-content li{
  margin:10px;
}
.inside-content a:link{
  color:#174E7B;
  text-decoration: none;
}
.inside-content a:visited{
  color:#174E7B;
}
.inside-content a:hover{
  text-decoration: underline;
}
.inside-content a:active{
  text-decoration: underline;
}
.content-udpate-time {
  margin-bottom: 0px;
  color: #47556a;
}

.inside-content-body {
  height: auto;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 20px;
  background-color: transparent;
}

.inside-header {
  display: block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.inside-content-top {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none solid solid;
  border-width: 0px 1px 1px;
  border-color: #efefef;
  background-color: transparent;
}
.inside-side-nav {
  padding-right: 20px;
  padding-left: 20px;
}

.inside-body-h1 {
  font-weight: 500;
}

.inside-columns-body {
  height: 100%;
  margin-right: 0px;
  padding-right: 0px;
}

.container-body {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #696969;
  font-size: 16px;
  font-style: normal;
}

.container-body.block-panel {
  display: block;
  height: auto;
  max-height: none;
  margin-bottom: 40px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #999;
}

/*Inside Sidebar*/
.inside-sidebar {
  height: 100%;
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 0px;
  font-size:14px;
}
.inside-sidebar h2{
  width:100%;
  display: block;
  margin-top: 0px;
  padding: 10px 20px;
  background-color: #487D95;
  color: #fff;
  font-weight:bold;
  font-size:14px;
  line-height: 20px;
}
.inside-sidebar h2 a{
  width:100%;
  display: block;
  margin-top: 0px;
  background-color: #487D95;
  color: #fff;
  text-decoration: none;
}
.inside-sidebar h2 a:hover{
  text-decoration: underline;
}
.inside-sidebar .textwidget p{
  margin-left: 20px;
}
.menu-division-container li.current_page_item a{
	font-weight: bold;
	color:#C80C0F;
}
.menu-division-container {
  width: 100%;
  margin:0;
  padding:0 20px 0 0;
}
.menu-division-container ul {
  list-style: none;
  padding-left:20px;
}
.menu-division-container ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  
}
.menu-division-container ul li a {
  color: #000;
  text-decoration: none;
}
#menu-division li.current-menu-item a{
  color: #de313a;
  font-weight: bold;
  text-decoration: none;
}
.menu-division-container ul li a:hover {
  color: #000;
  text-decoration:underline;
}

.inside-side-nav {
  padding-right: 20px;
  padding-left: 20px;
}

.inside-side-nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.inside-side-nav-link:hover {
  text-decoration: underline;
}

.content-udpate-time {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #47556a;
}
/* END Inside Sidebar */
/* END Inside Page*/
.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.paragraph {
  margin-bottom: 0px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #999;
  border-radius: 1px;
  font-family: Roboto, sans-serif;
  color: #999;
  font-size: 12px;
  font-weight: 700;
}

.utility-socialmedia-link {
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #fff;
  font-size: 20px;
}

.footer-icon-in {
  margin-left: 10px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #1742be;
  font-size: 20px;
}

.footer-icon-youtube {
  margin-left: 10px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #d0011b;
  font-size: 20px;
}

.footer-icon-insta {
  margin-left: 10px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #8B1D73;
  font-size: 20px;
}
/************************** News Category Posts **************************/
.news-category-list{
	margin:10px;
	border-bottom: 1px solid #efefef; 
}
.news-category-list h3{
	font-size: 18px;
	line-height: 28px;
}
.news-category-list a:link{
	text-decoration:none; 
	color:#333;
}
.news-category-list a:hover{
	text-decoration: underline;
	color:#666;
}
.news-category-list a:visited{
	text-decoration:none;
	color:#333;
}
/************************** END: News Category Posts **************************/


/************************** Search Result *************************************/
.SearchResultBox {
	display:block;
	margin:20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}
.SearchResultBox h2 {
	font-size: 18px;
  	line-height: 24px;
  	margin-top: 10px;
}
/************************* End: Search Result *********************************/

/************************** Footer Menu **************************/
.menu-footer-container {
  /*width: 33%;*/
  margin: 0 60px;
  column-count: 3;
  column-gap: 60px;
}

.menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size:14px;
}
.menu li{
  margin-bottom: 10px;
}
.menu a:link {
  font-family: Roboto, sans-serif;
  color: #333;
  text-decoration: none;
  font-weight: 700;
}
.menu a:hover  {
  text-decoration: underline;
}
.menu a:visited {
  color: #666;
}
.sub-menu{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sub-menu li{
  margin: 10px 0;
}
.sub-menu a:link {
  text-decoration: none;
  font-weight:normal;
}
.sub-menu a:hover {
  text-decoration: underline;
}
.sub-menu a:visited {
  color: #666;
}
/************************** END Footer Menu **************************/
.image {
  display: inline-block;
  padding-top: 0px;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block-search {
  display: block;
  float: right;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  float: none;
}

.btn-search {
  display: block;
  padding: 0px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #000;
}

.input-search {
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: solid none solid solid;
  border-width: 1px 0px 1px 1px;
  border-color: #000;
}

.nav-main {
  display: inline-block;
  padding: 10px 13px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.nav-main-store {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #de313a;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.container-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 1px 2px 0 #999;
}

.banner-rotator {
  width: 1100px;
  height: 365px;
  max-width: 1100px;
  background-color: #fff;
}

.banner-sidebar {
  display: block;
  width: 270px;
  height: 365px;
  max-width: 270px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
}

.banner-sidebar-customer-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cfcfcf;
}

.banner-sidebar-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-visit-store {
  display: inline-block;
  padding: 5px 60px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 15px;
  background-color: #de313a;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.image-2 {
  display: block;
  margin-bottom: 10px;
  clear: both;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-3 {
  display: block;
  margin-bottom: 10px;
  clear: both;
}

.list-item {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  list-style-type: none;
}

.list-item-2 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  list-style-type: none;
}

.list-item-3 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  list-style-type: none;
}

.home-checkmark-link {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  list-style-type: none;
}

.home-checkmarket-link-icon {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-span-2 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-span-3 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.text-span-4 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.home-checkmark-list {
  display: block;
  padding-left: 20px;
  float: none;
}

.image-4 {
  display: block;
  float: none;
  clear: none;
}

.container-home-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 20px 20px 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 #999;
  color: #333;
}

/******************************************* Home: Featured Section */
.container-home-sidebar {
  width: 28%;
  margin: 5px 0px 0px 20px;
  padding: 0px;
}
/******************************************* Home: Featured Section */
.img-bottom-padding{
  margin-bottom: 5px;
}

/******************************************* Home: Featured Section */
.container-home-highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}
/******************************************* Home: Featured Section */
.block-home-highlights {
  display: block;
  width: 70%;
  height: 450px;
  max-height: 450px;
  margin: 5px 0 0 0;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 1px;
}
/******************************************* Home: Featured Section */
.section-heading {
  /* 1. Make the text uppercase and set the font/color */
  text-transform: uppercase;
  font-family: Arial, sans-serif; /* Use your preferred font */
  color: #333; /* Use a dark gray or black */
  font-weight: bold;
  font-size: 1.2em; /* Adjust size as needed, often 1em or 16px */
  
  /* 2. Enable flexbox to align the text and the line */
  display: flex;
  align-items: center; /* Vertically center the text and line */
  
  /* 3. Add a little padding to the right of the text */
  padding-right: 15px; 
  margin: 0; /* Add top/bottom spacing */
}
/******************************************* Home: Featured Section */
.section-heading::after {
  /* 4. The ::after pseudo-element creates the line */
  content: ""; /* Must be present for ::after to work */
  flex-grow: 1; /* Makes the line take up all remaining space */
  height: 1px; /* Thickness of the line */
  background-color: #ccc; /* Color of the line (a light gray) */
  margin-top: 10px; /* Optional: space between the line and the edge of the h3 */
  margin-left: 5px; /* Optional: space between the line and the edge of the h3 */
}

.block-home-highlights-content-text {
  margin: 20px;
  padding-right: 0px;
}
.block-home-highlights-content-text h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
/* END Home: Featured Section */

/* Home: News Section */
.block-home-news {
  margin-bottom: 20px;
  list-style-type: none;
}
.block-home-news ul {
  margin-top:10px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.block-home-news li {
  margin-bottom:20px;
}
.block-home-news li a {
  margin-bottom:10px;
  color:#666;
  font-weight: 700;
  text-decoration:none;
}
.block-home-news li a:hover {
  text-decoration: underline;
  color:#333;
}
.block-home-news span{
	margin-top:5px;
	display:block;
}
/* END Home: News Section */

/* Home: Section Title */
.block-home-section-title {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.block-home-section-title h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #696969;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}
.block-home-section-title.whatsnew {
  padding-left: 5px;
}
.block-home-section-title.leadership {
  margin-top: 15px;
  padding-left: 5px;
}
.block-home-section-title.video {
  padding-left: 5px;
  background-color: #fff;
}
.block-home-section-title.news {
  padding-left: 5px;
  margin-bottom: 10px;;
}
/* End: Section Title */

.heading {
  margin: 20px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
}

.paragraph-2 {
  margin: 20px;
  font-family: Roboto, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 25px;
}

.link-8 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.heading-1 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.block-home-news {
  margin-bottom: 20px;
}

.block-leadership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.block-leadership img {
  width: 32%;
  margin-right: 5px;
  margin-left: 0px;
  padding-right: 0px;
}

.block-footer-column-top {
  display: block;
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
}
.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}
.footer-nav-list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.footer-list {
  padding-right: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #666;
}

.footer-list-bold {
  padding-right: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.button {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 30px;
  font-weight: 700;
}

.footer-icon-f {
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #21397f;
  font-size: 20px;
}

.block-video {
  margin-top: 5px;
  margin-bottom: 20px;
}

.block-home-section-title {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.block-home-section-title h2 {
    margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #696969;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
}

.block-home-section-title.whatsnew {
  padding-left: 5px;
}


.home-section-title.leadership {
  margin-top: 40px;
}
/** Footer **/
  .block-copyright ul{
    margin: 0px;
  	padding: 0px;
  	list-style-type: none;
  	font-size:14px;
  }
  .block-copyright ul a:link{
    font-family: Roboto, sans-serif;
    color: #333;
    text-decoration: none;
  }

.web-policy {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #666;
  font-weight: 400;
  text-decoration: none;
}

.copyright {
  display: block;
  margin-top: 20px;
  color: #666;
  text-decoration: none;
}

.image-9 {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
}

.block-footer-logos {
  display: block;
  margin-bottom: 10px;
}

.navbar {
  width: 100%;
  height: auto;
  background-color: transparent;
  font-family: Roboto, sans-serif;
}

.nav-menu {
  float: none;
}

.block-footer-column {
  /*width: 33%;*/
	column-count: 3;
}

.image-11 {
  width: 100%;
}
/** END Footer **/

@media screen and (max-width: 991px) {
  .section-footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container-utility-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-header-content {
    display: block;
  }

  .container-home-body-content {
    width: 95%;
  }

  .container-footer {
    display: block;
  }

  .utility-socialmedia-link {
    margin-left: 10px;
    font-family: 'Font awesome 5 brands 400', sans-serif;
    color: #fff;
    font-size: 20px;
  }

  .footer-icon-in {
    margin-left: 10px;
    font-family: 'Font awesome 5 brands 400', sans-serif;
    color: #1742be;
    font-size: 20px;
  }

  .footer-icon-youtube {
    margin-left: 10px;
    font-family: 'Font awesome 5 brands 400', sans-serif;
    color: #d0011b;
    font-size: 20px;
  }

  .footer-icon-insta {
    margin-left: 10px;
    font-family: 'Font awesome 5 brands 400', sans-serif;
    color: #8B1D73;
    font-size: 20px;
  }
  .menu-footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    max-width: none;
	column-count: 3;
  }

  .block-search {
    margin-right: 0px;
    margin-left: 0px;
    float: right;
  }

  .input-search {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-main {
    display: block;
  }

  .nav-main-store {
    display: block;
    border-radius: 0px;
  }

  .container-banner {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .banner-rotator {
    width: 100%;
    max-width: none;
  }

  .banner-sidebar {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-home-content {
    display: block;
    max-width: 991px;
    padding-right: 10px;
  }

  .container-home-sidebar {
    width: auto;
	margin:0px;
    padding: 0px;
	  
  }
  .container-home-highlight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .block-home-highlights {
    width: 48%;
    margin-right: auto;
    margin-left: auto;
  }

  .block-footer-column-top {
    width: 100%;
    margin-bottom: 40px;
    clear: none;
  }

  .footer-icon-f {
    font-size: 20px;
  }

  .block-footer-logos {
    text-align: center;
  }

  .navbar {
    height: auto;
  }

  .nav-menu {
    top: 40px;
    display: block;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
  }
  .block-copyright {
    text-align: center;
  }
  .block-footer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    max-width: none;
	column-count: 3;
  }

  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-search {
    margin-right: 140px;
    margin-left: 140px;
  }
}

@media screen and (max-width: 767px) {
  .section-body-content {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-utility-nav {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .container-home-body-content {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-footer {
    display: block;
  }

  .menu-footer-container {
    display: block;
    width: 100%;
    text-align: center;
	column-count: 1;
  }

  .footer-icon-in {
    color: #1742be;
  }

  .block-search {
    width: 45%;
    min-height: 0px;
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
  }

  .search {
    width: auto;
    min-height: auto;
    min-width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .input-search {
    width: 104.29732986905064%;
    height: auto;
  }

  .container-banner {
    display: block;
    width: auto;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .banner-rotator {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .banner-sidebar {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .banner-sidebar-customer-service {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-sidebar-store {
    width: auto;
  }

  .btn-visit-store {
    width: 80%;
    text-align: center;
  }

  .container-home-content {
    display: block;
    max-width: 95%;
    padding-top: 20px;
    padding-right: 10px;
  }

  .container-home-sidebar {
    width: 100%;
	margin:0px;  
    padding: 0px;
  }

  .container-home-highlight {
    width: 100%;
    margin-left: 0px;
  }

  .block-home-highlights {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .block-leadership {
    display: block;
    margin-left: 0px;
  }
	
  .block-leadership img {
  width: 100%;
    margin-bottom: 10px
  }
  .block-footer-column-top {
    display: block;
    width: 100%;
  }

  .footer-icon-f {
    font-size: 20px;
  }

  .block-footer-logos {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .navbar {
    height: auto;
  }

  .image-10 {
    max-width: none;
  }

  .block-copyright {
    text-align: center;
  }

  .block-footer-column {
    display: block;
    width: 100%;
    text-align: center;
	column-count: 1;
  }

  .footer-nav {
    display: block;
  }

  .image-11 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section-header-content {
    height: 150px;
    margin-bottom:15px;
  }

  .section-footer-content {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-utility-nav {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-utility-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner-rotator {
    width: 100%;
    max-width: none;
    height:auto;
    margin-bottom:10px;
  }
  .container-header-content {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-footer {
    display: block;
  }

  .utility-socialmedia-link {
    font-size: 12px;
  }

  .footer-icon-in {
    color: #1742be;
  }

  .menu-footer-container {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
	column-count: 1;
  }

  .image {
    display: block;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    text-shadow: 1px 1px 6px #000, 1px 1px 6px #000;
  }

  .block-search {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }

  .search {
    margin-right: 0px;
    margin-left: 0px;
  }

  .input-search {
    width: 100%;
  }

  .block-leadership {
    display: block;
  }
  .block-leadership img {
    width: 100%;
    margin-bottom: 0px
  }

  .footer-icon-f {
    font-size: 20px;
  }

  .navbar {
    top: 0px;
    height: auto;
  }

  .image-10 {
    width: 100%;
  }

  .block-footer-column {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
	column-count: 1;
  }

  .icon {
    text-align: left;
  }
}

@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}