/*
body:not(.customize-support) .language-selector select option:nth-of-type(1),
body:not(.customize-support) .language-selector select option:nth-of-type(4),
body:not(.customize-support) .language-selector select option:nth-of-type(5),
body:not(.customize-support) .language-selector select option:nth-of-type(6),
body:not(.customize-support) .language-selector select option:nth-of-type(3) {
display:none
}
*/

.half-width-image-panel .text-container .panel-text {

left:auto;
transform:none;
position:static;

}

.blog-container .half-width-image-panel .text-container,
.half-width-image-panel .text-container {
height:auto;
}

.half-width-image-panel .text-container .panel-link {
position:static;
    margin-top: 20px;
    margin-bottom: 10px;
transform:none;
}

@media only screen and (max-width: 767px) {

.main-header.full-height {
height: 400px;
min-height:auto;
}

.main-header.full-height .header-carousel .carousel-item {
height:400px;
}

.form-container.newsletter-signup-container {
left:0;
}

}
