#PageMain {
 margin-top: 0;
}

.youtube-hero .container-fluid .col-xs-12 {
 padding: 0;
}
.youtube-container {
 overflow: hidden;
 width: 100%;
 /* Keep it the right aspect-ratio */
 aspect-ratio: 3/1;
 /* No clicking/hover effects */
 pointer-events: none;
} 

.youtube-container iframe {
 /* Extend it beyond the viewport... */
 width: 300%;
 height: 100%;
 /* ...and bring it back again */
 margin-left: -100%;
}

.sePageSectionSlideShow {
 margin-right: -20px !important;
 margin-left: -20px !important;
 padding-left: 0px !important;
 padding-right: 0px !important;
}

body {
 background-color: #f5fbfd;
}

image-only-hero {
margin-top:30px;
}

.sePage .sePageLayout .sePageHeader {
background-color:#ffffff;
border-top:1px solid #7fc9dd;
}
.sePage .sePageLayout a.btn.btn-primary {
 background-color: #7fc9dd;
 border-color: #7fc9dd;
 padding: 8px 18px;
}
.sePage .sePageMain {
 margin-top: 0;
}

/*style featured products*/
.slick-dotted.slick-slider {
 text-align: center;
 height: fit-content !important;
 padding: 30px !important;
}

.seReviewData {
display:none;
}

.slick-next {
 right: 8px;
}

.slick-prev {
 left: 8px;
}
/*end of style featured products*/


/*hero image height*/
#hero {
max-height: 450px;
}


/*Removes padding from hero image*/
.se-fw-section .container-fluid {
 margin-left: auto;
 margin-right: auto;
 padding-left: 0;
 padding-right: 0;
}


.hero-img-headline{
margin-top:10px;
}
.slick-dotted.slick-slider{
text-align:center;
background-color:#ffffff;
-webkit-box-shadow: 1px 2px 21px -11px rgba(71,147,166,0.32);
-moz-box-shadow: 1px 2px 21px -11px rgba(71,147,166,0.32);
box-shadow: 1px 2px 21px -11px rgba(71,147,166,0.32);
 padding: 0 30px 30px 30px;
}
.slick-dotted.slick-slider h5{
font-size:18px;
line-height:22px;
}

ul.slick-slider {
 margin-right: auto;
 margin-left: auto;
 padding-left: 15px;
 padding-right: 15px;
 list-style: none;
 margin-bottom: 30px;
 padding-left: 30px;

 padding-bottom: 18px;
 padding-right: 30px;
 max-width: 100%;
}
@media (min-width:900px){
.hero1{
background-attachment:fixed;
}
.hero-img-top {
height:400px;
}

.hero-image-only{
height:auto;
}

.full-width-block block-bg-img {

}

.hero-img-headline {
 width: 56% !important;
 max-width: 560px important;
}
}

@media (min-width:729px) and (max-width:899px){
.hero-img-headline{
width:70%;
}
}

@media (min-width:501px) and (max-width:728px){
.hero-img-headline{
width:80%;
margin-top:5px;
}
}


@media (max-width:500px){
.hero-img-headline{
width:80%;
margin-top:0;
}

.hero-img-button{
width:180px;
}
}
/* HERO PADDING */
.se-section-hp-hero .block-bg-img { padding: 15% 15px; }

/*HERO PADDING BOTTOM ALIGN*/
.se-section-wax-hero .block-bg-img { padding: 30% 0px 50px;}
