/* Search Result Sort section */

.search-sorting-form {
  display: flex;
  align-items: center;
  gap: 10px; /* space between label and dropdown */
  margin-bottom: 20px;
}

.search-sorting-form label {
  font-weight: bold;
}

.search-sorting-form select {
  padding: 5px;
  font-size: 1rem;
}

/*Executive Photo*/
.biophoto {
  float: left; 	
  margin-right: 10px; /* Adjust the margin as needed */
  width:150px;
}

/*Gallery Grid*/
.rowGallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.columnGallery {
  flex: 50%;
  padding: 0 4px;
}

.columnGallery img {
  margin-top: 8px;
  vertical-align: middle;
}

/*HR Newletter Block */

.HRNewsletter {
  border:1px solid #999;
}
.HRNewsletter div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
 font-size: 21px;
 margin:0;
}
.HRNewsletter div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
 font-size: 16px;
 margin:0 0 15px 0;
}
.HRNewsletter div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
 padding:5px 10px;
 height:30px
}
.HRNewsletter div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text{
line-height:1.6;
}
.HRNewsletter label{
font-size: 12px;
}

.HRNewsletterContact {
  border:none;
}
.HRNewsletterContact div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
 font-size: 21px;
 margin:0;
}
.HRNewsletterContact div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
 font-size: 16px;
 margin:0 0 15px 0;
}
.HRNewsletterContact div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
 padding:5px 10px;
 height:30px
}
.HRNewsletterContact div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text{
line-height:1.6;
}
.HRNewsletterContact label{
font-size: 12px;
}

#email_address_field_0{
Margin:0 0 10px 0;
}
#first_name_field_0{
width:49%;
float: left;
Margin:0 10px 10px 0;
}
#last_name_field_0{
width:49%;
float: left;
Margin:0 0 10px 0;
}
#custom_field_string_county_where_you_would_like_to_work_field_0{
width:49%;
float: left;
Margin:0 10px 10px 0;
}
#custom_field_string_job_classification_you_are_interested_in_field_0{
width:49%;
float: left;
Margin:0 0 10px 0;
}
/*HR Button Style*/
.icons{
clear: both;
display:flex;
}
.fa-calpia-star{
background: url("../images/icons/icon-calpia-star.png");
width:23px;
height:21px;
display:block;
font-size:36px;
margin-left:auto;
margin-right:auto;
}
.fa-calpia-salesforce{
background: url("../images/icons/icon-salesforce.png");
width:26px;
height:21px;
display:block;
font-size:36px;
margin-left:auto;
margin-right:auto;
}
.fa-calpia{
background: url("../images/icons/icon-calpia.png");
width:26px;
height:26px;
display:block;
font-size:36px;
margin-left:auto;
margin-right:auto;
}
.fa-kace{
background: url("../images/icons/icon-kace.png");
width:26px;
height:26px;
display:block;
font-size:36px;
margin-left:auto;
margin-right:auto;
}
.fa-planner{
background: url("../images/icons/icon-planner.png");
width:26px;
height:26px;
display:block;
font-size:36px;
margin-left:auto;
margin-right:auto;
}
.fa-admin{
background: url("../images/icons/icon-admin1.png");
width:26px;
height:26px;
display:block;
font-size:36px;
margin-left:auto;
margin-right:auto;
}
.fa-microsoft1{
background: url("../images/icons/icon-microsoft1.png");
width:26px;
height:26px;
display:block;
font-size:36px;
margin-left:auto;
margin-right:auto;
}
.fa-shortcut{
background: url("../images/icons/icon-shortcut.png");
width:26px;
height:26px;
display:block;
font-size:36px;
margin-left:auto;
margin-right:auto;
}
.fa-hr{
background: url("../images/icons/icon-hr.png");
width:26px;
height:26px;
display:block;
font-size:36px;
margin-left:auto;
margin-right:auto;
}

.icons button {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  font-size:36px;
  border: 1px solid #999;
  margin:10px 10px 0 10px;
  background-color: #fff;
  display: inline-block;
}
.icons figcaption {
  font-size:12px;
  line-height: 16px;
}
.icons button:hover {
  background-color: #efefef;
}
/*HR Button Style 1A */
.iconsSmall{
clear: both;
display:flex;
}
.iconsSmall button {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size:24px;
  border: 1px solid #999;
  margin:10px 10px 0 10px;
  background-color: #fff;
  display: inline-block;
}
.iconsSmall figcaption {
  font-size:12px;
}
.iconsSmall button:hover {
  background-color: #efefef;
}
/*HR Button Style 2 */
.iconsSquare{
clear: both;
display:flex;
}
.iconsSquare button {
  height: 80px;
  width: 80px;
  border-radius: 20%;
  font-size:36px;
  border: 1px solid #0e4970;
  margin:10px 10px 0 10px;
  background-color: #fff;
  display: inline-block;
  color: #1678BA;
}
.iconsSquare figcaption {
  font-size:12px;
}
.iconsSquare button:hover {
  background-color: #edf4f9;
}
/*Button Style 2A */
.iconsSmallSquare{
clear: both;
display:flex;
}
.iconsSmallSquare button {
  height: 60px;
  width: 60px;
  border-radius: 20%;
  font-size:24px;
  border: 1px solid #0e4970;
  margin:10px 10px 0 10px;
  background-color: #fff;
  display: inline-block;
  color: #1678BA;
}
.iconsSmallSquare figcaption {
  font-size:12px;
}
.iconsSmallSquare button:hover {
  background-color: #edf4f9;
}


.BlockSection{
display: block;
margin-bottom: 20px;
padding:0;
border: 1px solid #f1f1f1;
}
.BlockSection h3{
display: block;
margin:0;
padding:10px 20px;
background-color: #f1f1f1;
color:#333;
}
.BlockSection h4{
padding: 10px 20px;
}
.BlockSection p{
padding:10px 20px;
}
.BlockSection img{
float: left;
padding: 0 10px 0 0;
}

.titleWithBg{
Padding:10px ;
margin:30px 0;
display:block;
background-color:#666;
width:100%
}
.titleWithBg p{
font-sizs: 16px;
color: white;
padding:0px;
margin:0px;
}

.formcalpia label{
font-weight: normal;
}
.formcalpia input{
height:30px;
paddking: 5px;
boarder: 1px solid #999;
}

.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: 10px;
  padding-right: 40px;
  padding-left: 30px;
}

.logo {
    display: inline-block;
    background: transparent url(../images/logo-calpia.svg) no-repeat scroll 0% 0%;
    background-size: 97% 100%;
    width: 230px;
    height: 61px;
    text-indent:-3333px;
    border: 0;
    margin: 0;
}

.logo a {
    display: block;
    width: 280px; /* larger than actual image? */
    height: 80px;
    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: fit-content;
  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: #DDD;
  color: #000;
  font-weight:bold;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.inside-sidebar h2 a{
  width:100%;
  display: block;
  margin-top: 0px;
  color: #000;
  text-decoration: none;
}
.inside-sidebar h2 a:hover{
  text-decoration: underline;
}
.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 h2{
	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 *************/


/************************** Success Stories **********************/
.StoryContainer {
  max-width:  500px;
  float: right;
  position: relative;
  padding:0;
  margin:0;
}
.StoryContainer img {
  max-width: 80%;
  background: cover;
  position: relative;
  text-align: center;
}
.storyContainerQuote {
  position: absolute;
  max-width: 65%;
  font-size:14px;
  background-color: #333;
  color:#fff;
  padding:20px;
  top:30px;
  left:-250px;
  z-index: 2;
}
/************************** END: Success Stories *****************/


/************************** Footer Menu **************************/
.menu-footer-container {
  /*width: 33%;*/
  column-count: 3;
}

.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;
}
.SearchResultBox {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.SearchResultBox h2 {
  font-size: 18px;
  line-height: 24px;
}

.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: 830px;
  height: 370px;
  max-width: 830px;
  float: left;
  background-color: #fff;
}

.banner-sidebar {
  display: block;
  width: 270px;
  height: 370px;
  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;
}

.home-checkmark-list a:link {
  text-decoration: none;
  color:#fff;
}
.home-checkmark-list a:visited {
  text-decoration: none;
  color:#fff;
}
.home-checkmark-list a:hover {
  text-decoration: underline;
  color:#fff;
}
.home-checkmark-list a:active {
  text-decoration: underline;
  color:#fff;
}

.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;
}

.container-home-sidebar {
  width: 24%;
  margin: 0px;
  padding: 0px;
}

.container-home-highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  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: 48%;
  height: 385px;
  max-height: 385px;
  margin: 5px;
  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: 1px solid #999;
  border-radius: 1px;
}

.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-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-calctra {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding:5px 18px 5px 0px;
}
.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: 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: 830px;
height:100%;
    max-width: none;
max-height:100%;
  }

  .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: 850px;
height:100%;
    max-width: none;
max-height:100%;
    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: 830px;
height:auto;
    max-width: none;
max-height:100%;
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;
}