h2{
   font-size: 2.53em; 
}
/* button */
.link-as-button,
header.style-3 .top-bar .primary-button,
.slogan-read-more .read-more,
.cookie-accept.primary-button{
	padding: 17px 35px 14px;
}

/* header */
header.style-3 #branding {
	max-width: 315px;
	margin: 35px 0;
}
header.style-3 .top-bar {
	/*top: 20px;*/
	top: 0;
	-webkit-transform: translateY(21px);
	-ms-transform: translateY(21px);
	transform: translateY(21px);
}
header.style-3 .header-bottom-bar {
	bottom: 0px;
	top: auto;
	-webkit-transform: translateY(-28px);
	-ms-transform: translateY(-28px);
	transform: translateY(-28px);
}
header.style-3 .header-bottom-bar .primary-button{
    text-transform: uppercase;
    font-size: 0.86em;
    padding: 17px 0 14px;
    border: none;
    border-radius: 30px;
    display: inline-block;
    line-height: 1;
    position: relative;
    width:0;
    pointer-events:none;
    opacity:0;
    margin-left:0;
    white-space: nowrap;
}

.header-bottom-bar .r2g-contact-options {
	margin-left: 25px;
	vertical-align: middle;
	display:none;
}
.header-bottom-bar .r2g-contact-options a {
	text-indent: -99em;
	width: 24px;
	padding-left: 0;

}
    .header-bottom-bar .r2g-contact-options a::before {
    	width: 24px;
    	position: absolute;
    	top: 0;
    	left: 3px;
    	text-indent: 0;
    	font-size: 1.3em;
        line-height: 1;
        padding-right: 0;
    }
/* header nagging */
header.style-3 #branding{
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-fixed header.style-3 #branding {
	max-width: 170px;
	margin: 20px 0;
}
.header-fixed.scrolled header.style-3 .top-bar {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.header-fixed.scrolled header.style-3 .header-bottom-bar {
	bottom: 50%;
	top: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(50%);
}
.header-fixed header.style-3 .header-bottom-bar .primary-button{
    padding: 17px 35px 14px;
    width:191px;
    pointer-events:auto;
    opacity:1;
    margin-left:25px;
}
.header-fixed .header-bottom-bar .r2g-contact-options{
    display:inline-block;
}
.header-bottom-bar .r2g-contact-options + .popup-contacts-wrapper {
	left: auto !important;
	right: -25px !important;
}
.header-bottom-bar .r2g-contact-options + .contact-details-wrapper.popup-contacts-wrapper .arrow{
    left: auto;
    right: 25px;
}
/* footer */
footer {
	padding: 60px 0;
}
        .brand-logo {
        	max-width: 220px;
        	margin-bottom: 10px;
        }
   .footer-inner-container .footer-items .footer-item {
    	margin: 0 0 0px 0;
    }  
    .footer-inner-container .footer-item:first-child {
    	width: 20%;
    }
    .footer-inner-container .footer-item:nth-child(2),
    .footer-inner-container .footer-item:nth-child(3){
    	width: 10%;
    }
    .footer-inner-container .footer-item:nth-child(3){
        order: 1;
    }
    .footer-inner-container .footer-item:nth-child(4) {
    	width: 15%;
    	margin-bottom: 0;
    	order: 1;
    }
    .footer-inner-container .footer-item:last-child {
    	width: 35%;
    	margin-bottom: 0;
    	order: 1;
    	max-width: 450px;
    }

html {
	background-size: cover;
}
.main-container {
	/*margin-top: 136px;*/
	margin-top: 0px;
}
.strip-row {
	margin-bottom: 80px;
}

/* main visual */
.default-banner-full-height .image-wrapper,
.default-banner-full-height .slick-initialized .image-wrapper {
    /*height: calc(100vh - 136px);*/
    height: 100vh;
}
/* main visual */
.main-visual-default .main-visual-slogan-wrapper {
	left: 135px;
	width: 30%;
}
    .main-visual-default .container {
    	padding: 0;
    	width: 100%;
    }
        .main-visual-default p.slogan {
        	margin-bottom: 20px;
        }

.strip-row.r2g-main-visual.default-component{
    margin-bottom: 30px;
}          
            
/* home page */
.main-content-strip .xList {
	width: 100%;
	margin: 0 auto;
}
.r2g-flex-xlist-main-strip.flex-with-rotator.demo-strip .rotatorElement .xList-items{
    margin-left: -35px;
    margin-right: -35px;
}
.r2g-flex-xlist-main-strip.flex-with-rotator.demo-strip .rotatorElement .slick-slide {
	margin-left: 35px;
	margin-right: 35px;
}
.contact-details-wrapper.popup-contacts-wrapper.view-popup {
	top: 49px;
}
.core-features-strip .flex-xlist {
	width: 90%;
	margin: 0 auto;
}
.core-features-strip .flex-xlist > .xList-items > .xList-item {
	margin-bottom: 80px;
}
.core-features-strip .flex-xlist > .xList-items > .xList-item:last-child {
	margin-bottom: 0px;
}
.core-features-strip .xbox-default.option-one .xbox .flex-container {
	padding: 25px 40px 0;
}
.r2g-xlist-main-strip[data-section=industry-segments] > .xList > .xList-items > .xList-item {
	margin-bottom: 25px;
}
.r2g-xlist-main-strip[data-section=industry-segments] > .xList > .xList-items > .xList-item:last-child {
	margin-bottom: 0;
}

.r2g-xbox-list-component.text-align-left .flex-container .content-wrapper.shortened {
    width: 65%;
}



/*------------------------------------------------------*/

/*@media (min-width: 1366px){*/
    header.style-3 .top-bar {
        top: 22px;
    }
/*}*/

.header-fixed.scrolled header.style-3 .header-bottom-bar,
header.style-3 .header-bottom-bar {
	/*bottom: 50%;*/
	/*top: auto;*/
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}