.Evoque_content_carousel .full-width-container{
  padding: 0px 30px;
}
.Evoque_content_carousel .contents h3, 
.Evoque_content_carousel .contents h2{
		font-size: 22px;
  	margin: 10px 0px 5px 0px;
    font-weight:600;
    line-height: 30px;
}
.Evoque_content_carousel .slick-slide {
    margin: 0px 20px;
}
.Evoque_content_carousel div.hubspot-editable {
    margin-bottom: 8px;
    font-size: 14px;
}

.Evoque_content_carousel .contents a.back-cta {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-decoration: none;
    font-size: 16px;
    /**border: 1px solid #000;**/
    border: 3px solid #f58220;/** Added by Kam on Oct.20 2021**/
    padding: 8px 30px;
    border-radius: 50px;
    /**color: #646b79;**/
    color: #f58220; /** Added by Kam on Oct.20 2021**/
    font-weight: 800;/** Added by Kam on Oct.20 2021**/
}

.Evoque_content_carousel .image-featured img {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.Evoque_content_carousel .box:hover .image-featured img {
  -moz-transform: scale(0.97);
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
  transition: all .3s ease;
}
.Evoque_content_carousel .image-featured span{
  overflow: hidden;
}
.Evoque_content_carousel .box {
  	margin-bottom: 30px;
}
.Evoque_content_carousel .contents {
    padding: 10px 15px 30px 15px;
    font-size:12px;
    border-radius: 0px 0px 6px 6px;
}
.Evoque_content_carousel .image-featured img {
    /**height: 250px;**/
    height: auto;
    max-width: 80%;
    min-width: 80%;
    overflow: hidden;
    object-fit: cover;
}
.Evoque_content_carousel .image-featured span {
    position: relative;
  	display: block;
}

.Evoque_content_carousel .read-more {
    margin-top: 10px;
    position:relative;
    /**text-align: center; /** Added by Kam on Nov 29 2021**/
    /**text-align: left;**/
}

.Evoque_content_carousel .sub-contents {
    font-size: 16px;
}
.Evoque_content_carousel .sub-contents a.back-cta {
    font-size: 16px;
    position:relative;
    z-index:99999;
}
section.Evoque_content_carousel.padding80 {
    position: relative;
}

.Evoque_content_carousel .span3.box.no_animation {
    position: relative;
    z-index: 9999;
    background: #fff;
}
section.Evoque_content_carousel .span3.box {
    position: relative;
    z-index: 999;
    background: #fff;
}
section.Evoque_content_carousel .span3.box {
    border: 1px solid #eee;
  	margin-bottom: 30px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
section.Evoque_content_carousel .span3.box:hover {
    transform: scale(1.06) translateY(-3px);
    box-shadow: 0 0 30px 0 rgba(50,62,71,0.15);
}

.Evoque_content_carousel .image-featured {
    position: relative;
    border-radius: 6px 6px 0px 0px;
}

.Evoque_content_carousel .top-head{
  margin-bottom: 40px;
}

.Evoque_content_carousel .slick-arrow img {
  /**width: 20px;**/
  width: 80px; /**Added by Kam on Oct.20 2021**/
  position: relative;
  z-index: 999999999999;
  cursor: pointer;
}
.Evoque_content_carousel .slick-arrow {
    position: absolute;
    right: 0;
    bottom: 50% !important;
}
.Evoque_content_carousel .slick-prev.slick-arrow {
  left: -65px;
  width: 80px;
}
.Evoque_content_carousel .slick-next.slick-arrow {
  right: -65px;
  width: 80px;
}
.Evoque_content_carousel .slick-arrow img:focus, .Evoque_content_carousel .slick-slide {
    outline: none !important;
}

.Evoque_content_carousel .read-more .back-cta span.arrow {
    position: relative;
    /**top: 2px;**/
}
.Evoque_content_carousel .contents .icon-box {
    display: flex;
    /**align-items: flex-start;**/
    align-items: center;
    padding: 10px 0px;  
}
.Evoque_content_carousel .contents .icon-box .icon {
    max-width: 55px;
    max-height: 55px;
    margin-right: 15px;
}
.Evoque_content_carousel .icon-text {
  font-size: 16px;
  color: #004f7e;
  font-weight: 700;
}
.Evoque_content_carousel .inner {
    border-radius: 6px;
    /**border: 1px solid #f3f3f3;**/
}

/****************Responsive Styles*****************/
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){

.Evoque_content_carousel .image-featured img {
    width: 100%;
}
  .Evoque_content_carousel .slick-next.slick-arrow {
    right: -15px;
  }
  .Evoque_content_carousel .slick-prev.slick-arrow {
    left: -15px;
  }

}
/********************************************/
/**************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.Evoque_content_carousel .image-featured {
    /**height: 200px;**/
    height: 100%;
    overflow: hidden;
}
.Evoque_content_carousel .page-center {
    display: flex;
    flex-direction: column;
}
.Evoque_content_carousel .image-featured img {
    width: 100%;
}
.Evoque_content_carousel .box {
    width: 100%;
}
  .Evoque_content_carousel .slick-next.slick-arrow {
    right: -20px;
  }
  .Evoque_content_carousel .slick-prev.slick-arrow {
    left: -20px;
  }
  .Evoque_content_carousel .slick-arrow img {
    width: 24px;
  }
  .Evoque_content_carousel .slick-slide img {
    width: 70%;
  }
}
/**********************************/
/***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.custom-footer-link-group {
    display: block !important;
}
.Evoque_content_carousel .image-featured {
    height: 100%;
}
.Evoque_content_carousel h3, .Evoque_content_carousel h2 {
    font-size: 20px;
}
.Evoque_content_carousel .image-featured img {
    /**height: 200px !important;**/
    height: 100%;
    width: 100% !important;
}
section.Evoque_content_carousel.padding80 {
    padding: 20px 0px;
}
.Evoque_content_carousel .page-center {
    display: flex;
    flex-direction: column;
}
  .Evoque_content_carousel .slick-arrow {
    display:none !important
}
  .Evoque_content_carousel .slick-slide img {
    width: 70%;
  }
.Evoque_content_carousel .slick-slide {
    margin: 0px 5px;
}
.Evoque_content_carousel .image-featured img {
    max-width: 100%;
}
}
/*******************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
.Evoque_image_slider_v1 .slick-arrow {
    display:none !important
}
.custom-footer-link-group {
    display: block !important;
}
.Evoque_content_carousel .image-featured {
    height: 100%;
}
.Evoque_content_carousel h3, .Evoque_content_carousel h2 {
    font-size: 20px;
}
.Evoque_content_carousel .image-featured img {
    height: 100% !important;
    width: 100% !important;
}
section.Evoque_content_carousel.padding80 {
    padding: 20px 0px;
}
.Evoque_content_carousel .slick-slide {
    margin: 0px 5px;
}
.Evoque_content_carousel .image-featured img {
    max-width: 100%;
}
  
}

