/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.rounded {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.rounded-col .col-inner { 
  border-radius: 20px;
}

.hhs-card-flip-con .tile .front, 
.hhs-card-flip-con .tile .back,
.hhs-card-flip-con .tile .back .contents {
   border-radius: 20px;
}

/* Adding spacing around the homepage hero video


#hs_cos_wrapper_widget_1706891815204 .hhs-hero-mod {
    margin: 20px;
}

*/


/* Styling around desktop sub navigation */

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  padding:30px 20px !important;
  border-radius: 20px;
}


@media(max-width: 992px) {
  .mobile-spacing .row > div {
    margin-bottom: 20px !important;
  }
}

/* Apply styles only to table cells within .specs-table */
.specs-table, .specs-table th, .specs-table td {
  border: 1px dotted #ccc;
  border-collapse: collapse;
  padding: 8px;
  color: #666666;
}

/* Center align the content of the second column (right column) in .specs-table */
.specs-table td:nth-child(2), .specs-table th:nth-child(2) {
  text-align: center;
}

.hhs-img-gallery-card {
border-radius: 20px;
}

.hhs-profile-card {
  border-radius: 20px;
  border: 1px solid #cccccc;
}

.hhs-profile-card h4 a:hover {
  color:#000;
}

.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .hhs-lang-switch .lang_list_class li a, .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    text-transform: none;
}

.hhs-top-bar {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Blog Styling */

.hhs-blog-post-card, .hhs-blog-card-inner, .blog-header-full img {
    border-radius: 20px;
}

.hhs-post-feat-img, .hhs-profile-card img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.hhs-blog-grid-cards {
    margin: 100px 0px;
}

.sidebar-con {
    background-color:#E03C31;
    border-radius: 20px;
    padding:40px;
}

.hhs-blog-card-inner img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog-header {
    border-bottom: solid 8px #E03C31;
    padding: 35px;  
    border-radius: 20px;
    background-color:#f3f5f8;
}


#hs_cos_wrapper_widget_1706028637440 {
    padding-left: 20px;
    padding-right:20px;
}

#hs_cos_wrapper_widget_1706028637440 a:hover {
    color:#000;
}

.hhs-side-menu__ctas .hhs-header-cta a {
    background-color: #212222 !important;
    text-align: center;
}

.hhs-side-menu__ctas .hhs-header-cta {
  width: 100%;
}

.hhs-side-menu__ctas .hhs-header-cta * {
  display: none;
}

.submitted-message p {
    font-weight: bold !important;
    color: #000;
    text-align: center;
}

/* Styling around form errors and required fields */ 
 
.hs-error-msgs label {
	background-color: #000;
  }

 .hs-form-required {
    color: #fff !important;
}



/*Home Page Button Align*/
#hs_cos_wrapper_widget_1708090029476  .hhs-rich-text-in,
#hs_cos_wrapper_module_1706892985436  .hhs-rich-text-in {
  height: 100%;
  position: relative;
  padding-bottom: 70px;
}

#hs_cos_wrapper_widget_1708090029476 a,
#hs_cos_wrapper_module_1706892985436  a{
  position: absolute;
  bottom: 0;
  left: 0;
  
}

#hs_cos_wrapper_module_1706892985436 


/*Profile Card Updates for even buttons */
.hhs-profile-card-mod .col-flex {
 margin-bottom: 30px; 
}
.hhs-profile-card-mod .hhs-profile-card {
  height: 100%;
  position: relative;
  padding-bottom: 50px !important;
}

.hhs-profile-card-mod .hhs-profile-content .cta-secondary {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -68px;
}

.hhs-profile-card-mod .col-flex {
  margin-bottom: 35px;
}

#hs_cos_wrapper_module_161781321019150_ > p:nth-child(3) > span > a {
 background-color: #444444;
 color: #ffffff;
}


/*MOBILE MENU STYLE UPDATES*/
@media(max-width: 991px) {
  .hhs-side-menu .hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    padding-top: 25px !important;
  }
  .hhs-side-menu .hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper a {
    font-size: 17px;
  }
  
  .hhs-side-menu .hs-menu-flow-vertical>ul > li {
    min-height: 58px;
}

  #hs_cos_wrapper_widget_1706891815204 .first-col .hhs-rich-text h1 {
    font-size:32px;
    line-height:1.2em;
  }

  #hs_cos_wrapper_widget_1706891815204 .first-col .hhs-rich-text h3 {
     font-size:20px;
     line-height:1.2em;
  }

/* 
.hhs-form-con, .hhs-text-mod .c1, .hhs-text-mod .c2, .hhs-text-mod .c3, .hhs-text-mod .c4 {
  margin-bottom: 20px;
} */