
/*
    Created on : Apr 21, 2020 11:12:40 am
    Author     : dumidu.kodithuwakku@ebeyonds.com
*/
/** START R2G Header - 3 **/
header.style-3 .container {
    padding: 0;
}
    header.style-3 #branding {
        max-width: 30vw;
        margin: 8px auto;
    }
    header.style-3 .top-bar{
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        float: right;
        clear: right;
        
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
        header.style-3 .top-bar .r2g-top-bar-menu{
            display: inline-block;
            margin-right: 10px;
        }
    header.style-3 .top-bar,
    header.style-3 .header-bottom-bar {
        margin-top: 12px;
    }
    header.style-3 .header-bottom-bar .primary-button{
        position: relative;
        top: auto;
        left: auto;
        width: auto;
    }
    header.style-3 #main-menu nav li {
        margin: 0 0 0 10px;
        position: relative;
        padding: 10px 0;
    }
    header.style-3 #main-menu nav li li {
        margin: 0;
        padding: 10px 5px;
    }
    header.style-3 #main-menu nav > ul > li,
    header.style-3 #more-menu-wrapper nav > ul > li.show-on-768,
    header.style-3 .top-bar .r2g-top-bar-menu nav li,
    header.style-3 #more-menu-wrapper .top-bar-navigation > ul > li.show-on-768{
        display: none;
    }
    header.style-3 #main-menu,
    header.style-3 #main-menu nav > ul > li.show-on-768,
    header.style-3 .top-bar .r2g-top-bar-menu nav li.show-on-768{
        display: inline-block;
    }
    header.style-3 #more-menu-wrapper{
        top: 74px;
    }
    header.style-3 .menu-btn{
        display: none;
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    header.style-3 .menu-btn.show-btn-768{
        display: inline-block;
    }
    header.style-3 #more-menu-wrapper .top-bar-navigation{
        margin-top: 30px;
        font-size: 0.9em;
    }
    /* sub menu */
     header.style-3 li ul {
        display: block;
        opacity: 0;
        top: 100%;
        left: 50%;
        width: 150px;
        pointer-events: none;
        position: absolute;
        margin: 0;
        
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    header.style-3 #more-menu li ul {
    	position: relative;
    	top: auto;
    	left: auto;
    	margin: auto;
    	-webkit-transform: none;
    	-ms-transform: none;
    	transform: none;
    }
    header.style-3 .sub-menu-open ul {
        opacity: 1;
        pointer-events: auto;
    }
        header.style-3 .sub-menu-open li {
            margin: 0 0 8px;
            padding: 0 10px;
            width: 100%;
            box-sizing: border-box;
        }
    
    /* social media */
    header.style-3 .top-bar-wrapper .social-media-links {
        display: inline-block;
        vertical-align: top;
    }

/** END R2G Header - 3 **/
/** START R2G Footer **/
.copyright-bar p {
    margin: 0;
    width: 50%;
    float: left;
    text-align:left;
}
    .copyright-bar p.designed-by{
        text-align :right;
    }

/** END R2G Footer **/
/** START R2G Main Visual **/
   .main-visual-default .slider-navigation {
        width: 40px;
        height: 40px
    }
        .main-visual-default .main-visual-arrow-wrapper .line-one{
            top: 3px;
        }
        .main-visual-default .main-visual-arrow-wrapper .line-two{
            bottom: 3px;
        }
    
    .main-visual-default .main-visual-slogan-wrapper{
        width: 100%;
        position: absolute;
        bottom: 38px;
        z-index: 1;
        display: block;
    }
    
        .main-visual-default p.slogan{
            margin-bottom: 15px;
        }
    .main-visual-default .main-visual-pager-wrapper li{
        width: 8px;
        height: 8px;
        margin: 0 7px;
        border-width: 3px;
        border-style: solid;
    }
    .main-visual-default .main-visual-pager-wrapper li.slick-active {
        border-width: 7px;
        border-style: solid;
    }
    .main-visual-default .main-visual-pager-wrapper,  
    .main-visual-default .main-visual-arrow-wrapper{   
        opacity: 1;
    }
    .main-visual-default .main-visual-arrow-wrapper{
        display: block;
        margin: -21px auto 0;
        padding: 0;
        width: 90%;
        left: 0;
        right: 0;
    }
    .main-visual-default .main-visual-pager-wrapper{
        bottom: 20px;
    }
    .main-visual-default .main-visual-slogan-wrapper{
        position: absolute;
        bottom: 60px;
        right: 0;
    }


/** END R2G Main Visual **/
/** START R2G xBox ( Sub Component ) **/
.xbox-style-1 .r2g-xbox {
        flex-flow: row;
    }
    .xbox-style-1 .r2g-xbox .image-wrapper{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        margin: 0;
    }
    .xbox-style-1 .r2g-xbox .flex-container{
        width: 50%;
        position: relative;
        flex-flow: row wrap;
        max-height: 100%;
    }
    .xbox-style-1 .r2g-xbox .flex-container {
        padding: 0 0 0 4%;
    }
    .xbox-style-1.small-image .r2g-xbox .image-wrapper,
    .xbox-style-1.large-image .r2g-xbox .flex-container{
        width: 35%;
    }
    .xbox-style-1.small-image .r2g-xbox .flex-container,
    .xbox-style-1.large-image .r2g-xbox .image-wrapper{
        width: 65%; 
    }
    .xbox-style-1.image-on-right .r2g-xbox .image-wrapper{
        order: 2;
    }
    .xbox-style-1 .r2g-xbox .flex-container
    .xbox-style-1.image-on-left .r2g-xbox .flex-container{
        padding: 0 0 0 4%;
    }
    .xbox-style-1.image-on-right .r2g-xbox .flex-container{
        padding: 0 4% 0 0;
    }

/* style 2 */
    .xbox-style-2 {
        overflow: hidden;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
        position: relative;
        overflow: hidden;
        height: auto;
        align-items: center;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-main-strip,
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-list-component {
        width: 100%;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
    	height: auto;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip .flex-container,
    .xbox-style-2 .r2g-xbox.r2g-list-component .flex-container{
        position: absolute;
        padding: 0;
        top: 50%;
        left: 5%;
        width: 40%;
        padding: 2%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .xbox-style-2.content-on-center .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-center .r2g-xbox.r2g-list-component .flex-container{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .xbox-style-2.content-on-right .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-right .r2g-xbox.r2g-list-component .flex-container{
        left: auto;
        right: 5%;
    }

/** END R2G xBox ( Sub Component ) **/
/** START R2G Content Block - Sub Component **/
.r2g-content-block-sub-component{
  padding: 0;
}
/** END R2G Content Block - Sub Component **/
/** START R2G xList Main Strip **/
.r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .nav-left.slick-arrow{
    left: -35px;
}
.r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .nav-right.slick-arrow{
   right: -35px;
}

/** END R2G xList Main Strip **/
/** START R2G xBox ( List Component ) **/
.tabs-vertical .r2g-xbox-list-component .container{
    width: 100%;
}
.xbox-style-2 .r2g-xbox.r2g-list-component,
.xbox-style-2 .r2g-xbox.r2g-list-component .image-wrapper{
    width: 100%;
}
.xbox-style-1.image-on-left.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .image-wrapper {
        float: left;
        padding: 0 25px 20px 0;
    }
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }

.xbox-style-1.image-on-right.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .image-wrapper {
        float: right;
        padding: 0 0 20px 25px;
    }
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }
/** END R2G xBox ( List Component ) **/
/** START R2G xBox ( Main Strip ) **/
.xbox-style-2 .r2g-xbox.r2g-main-strip,
.xbox-style-2 .r2g-xbox.r2g-main-strip .image-wrapper{
    width: 100%;
}
/** END R2G xBox ( Main Strip ) **/

/** START R2G xBox Main Strip - CSE **/
.r2g-xbox-main-strip {
    border-width: var(--number__tp-tl__xbox-main-strip-border-width);
}
.r2g-xbox-main-strip .container {
    border-width: var(--number__tp-tl__xbox-main-strip-container-border-width);
}
.r2g-xbox-main-strip .intro-content{
    border-width: var(--number__tp-tl__xbox-main-strip-intro-content-border-width);
}
.r2g-xbox-main-strip .xbox-wrapper{
    flex-flow: row wrap;
    border-width: var(--number__tp-tl__xbox-main-strip-xbox-wrapper-border-width);
}
    .r2g-xbox-main-strip .image-wrapper{
        width: 100%;
        border-width: var(--number__tp-tl__xbox-main-strip-image-wrapper-border-width);
    }
    .r2g-xbox-main-strip .flex-container{
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: start;
        width: 100%;
        border-width: var(--number__tp-tl__xbox-main-strip-flex-wrapper-border-width);
    }
        .r2g-xbox-main-strip .content-wrapper{
            padding: 60px 60px 0;
            border-width: var(--number__tp-tl__xbox-main-strip-content-wrapper-border-width);
        }

/** END R2G xBox Main Strip - CSE **/

/** START R2G Form Main Strip - CSE **/
.r2g-form-main-strip{
    border-width: var(--number__tp-tl__form-main-strip-border-width);
}
    .r2g-form-main-strip .container{
        border-width: var(--number__tp-tl__form-main-strip-container-border-width);
    }
        .r2g-form-main-strip > .container > .intro-content{
            border-width: var(--number__tp-tl__form-main-strip-intro-content-border-width);
        }
        .r2g-form-main-strip .form-wrapper{
            width: 100%;
            border-width: var(--number__tp-tl__form-main-strip-form-wrapper-border-width);
            margin: auto;
        }
            .r2g-form-main-strip .form-group{
                border-width: var(--number__tp-tl__form-main-strip-form-group-border-width);
            }
                .r2g-form-main-strip .form-group .radio-group,
                .r2g-form-main-strip .form-group .checkbox-group{
                    display: flex;
                    flex-flow: column;
                }
                    .r2g-form-main-strip .form-group .radio-group .fb-cr,
                    .r2g-form-main-strip .form-group .checkbox-group .fb-cr{
                        padding: 0 30px 8px 24px;
                    }
                .r2g-form-main-strip .cms-form .fb-file-inner:after {
                	height: calc(100% - (var(--number__tp-tl__input-border-width) * 2));
                	top: var(--number__tp-tl__input-border-width);
                    left: var(--number__tp-tl__input-border-width);
                }
                .r2g-form-main-strip .cms-form .file-button {
                	line-height: var(--number__tp-tl__input-height);
                }
                .r2g-form-main-strip .form-group .recaptcha{
                    width: auto;
                }

/** END R2G Form Main Strip - CSE **/

/** START R2G Content Sub Component - CSE **/

.r2g-content-sub{
    padding: 0;
    border-width: var(--number__tp-tl__content-sub-border-width);
}
    .r2g-content-sub .content-wrapper{
        border-width: var(--number__tp-tl__content-sub-content-wrapper-border-width);
    }

/** END R2G Content Sub Component - CSE **/

/** START R2G Content Main Strip - CSE **/
.r2g-content-main-strip{
    border-width: var(--number__tp-tl__main-content-strip-border-width);
}
    .r2g-content-main-strip .container{
        border-width: var(--number__tp-tl__main-content-strip-container-border-width);
    }
        .r2g-content-main-strip .content-wrapper{
            border-width: var(--number__tp-tl__main-content-strip-content-wrapper-border-width);
        }
        .r2g-content-main-strip.text-align-center .content-wrapper {
            width: 100%;
        }

/** END R2G Content Main Strip - CSE **/

/** START R2G xBox ( Sub Component ) **/
.xbox-style-1 .r2g-xbox {
        flex-flow: row;
    }
    .xbox-style-1 .r2g-xbox .image-wrapper{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        margin: 0;
    }
    .xbox-style-1 .r2g-xbox .flex-container{
        width: 50%;
        position: relative;
        flex-flow: row wrap;
        max-height: 100%;
    }
    .xbox-style-1 .r2g-xbox .flex-container {
        padding: 0 0 0 4%;
    }
    .xbox-style-1.small-image .r2g-xbox .image-wrapper,
    .xbox-style-1.large-image .r2g-xbox .flex-container{
        width: 35%;
    }
    .xbox-style-1.small-image .r2g-xbox .flex-container,
    .xbox-style-1.large-image .r2g-xbox .image-wrapper{
        width: 65%; 
    }
    .xbox-style-1.image-on-right .r2g-xbox .image-wrapper{
        order: 2;
    }
    .xbox-style-1 .r2g-xbox .flex-container
    .xbox-style-1.image-on-left .r2g-xbox .flex-container{
        padding: 0 0 0 4%;
    }
    .xbox-style-1.image-on-right .r2g-xbox .flex-container{
        padding: 0 4% 0 0;
    }

/* style 2 */
    .xbox-style-2 {
        overflow: hidden;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
        position: relative;
        overflow: hidden;
        height: auto;
        align-items: center;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-main-strip,
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-list-component {
        width: 100%;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
    	height: auto;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip .flex-container,
    .xbox-style-2 .r2g-xbox.r2g-list-component .flex-container{
        position: absolute;
        padding: 0;
        top: 50%;
        left: 5%;
        width: 40%;
        padding: 2%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .xbox-style-2.content-on-center .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-center .r2g-xbox.r2g-list-component .flex-container{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .xbox-style-2.content-on-right .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-right .r2g-xbox.r2g-list-component .flex-container{
        left: auto;
        right: 5%;
    }

/** END R2G xBox ( Sub Component ) **/

/** START R2G xList Accordion Main Strip - CSE **/
.r2g-xlist-accordion-main-strip{
    border-width: var(--number__tp-tl__accordion-main-strip-border-width);
}
.r2g-xlist-accordion-main-strip .container{
    border-width: var(--number__tp-tl__accordion-main-strip-container-border-width);
}
.r2g-xlist-accordion-main-strip > .container > .intro-content{
    border-width: var(--number__tp-tl__accordion-main-strip-intro-content-border-width);
}
.r2g-xlist-accordion-main-strip .strip-accordion-wrapper{
    border-width: var(--number__tp-tl__accordion-main-strip-accordion-wrapper-border-width);
}
.r2g-xlist-accordion-main-strip .strip-item > .accordion-title{
    margin: 0;
    padding: 10px 50px 10px 10px;
    border-width: var(--number__tp-tl__accordion-main-strip-accordion-title-border-width);
}
.r2g-xlist-accordion-main-strip .strip-item > .inner-wrapper {
    border-width: var(--number__tp-tl__accordion-main-strip-accordion-content-wrapper-border-width);
    padding: 40px 0 30px;
}

/** END R2G xList Accordion Main Strip - CSE **/

/** START R2G Header Search **/
.r2g-header .top-bar{
        margin-top: 8px;
    }

/** END R2G Header Search **/

/** START R2G Content Main Strip - CSE - V1 **/
.r2g-content-main-strip{
    border-width: var(--number__tp-tl__main-content-strip-border-width);
}
    .r2g-content-main-strip .container{
        border-width: var(--number__tp-tl__main-content-strip-container-border-width);
    }
        .r2g-content-main-strip .content-wrapper{
            border-width: var(--number__tp-tl__main-content-strip-content-wrapper-border-width);
        }
        .r2g-content-main-strip.text-align-center .content-wrapper {
            width: 100%;
        }

/** END R2G Content Main Strip - CSE - V1 **/

/** START R2G Newsletter Main Strip - CSE **/
.r2g-newsletter-strip {
	padding: 70px 0;
}
    .r2g-newsletter-strip .intro-content {
        margin: auto;
        max-width: 465px;
    }
    .r2g-newsletter-strip .form-wrapper form {
        margin: 0 auto;
        display: flex;
        max-width: 365px;
    }
        .r2g-newsletter-strip .form-group.field-from_email {
            margin: 0;
        }
        .r2g-form-main-strip .form-group.fb-primary-button {
            display: flex;
        }
/** END R2G Newsletter Main Strip - CSE **/

/** START R2G xBox Sub Component - CSE **/
.r2g-xbox-sub-component{
    border-width: var(--number__tp-tl__xbox-sub-border-width);
}
    .r2g-xbox-sub-component .intro-content {
        border-width: var(--number__tp-tl__xbox-sub-intro-wrapper-border-width);
    }
    .r2g-xbox-sub-component .xbox-wrapper {
        border-width: var(--number__tp-tl__xbox-sub-xbox-wrapper-border-width);
    }
        .r2g-xbox-sub-component .image-wrapper{
            border-width: var(--number__tp-tl__xbox-sub-image-wrapper-border-width);
        }
        .r2g-xbox-sub-component .flex-container{
            border-width: var(--number__tp-tl__xbox-sub-flex-wrapper-border-width);
            padding: 20px;
        }
            .r2g-xbox-sub-component .content-wrapper{
                border-width: var(--number__tp-tl__xbox-sub-content-wrapper-border-width);
            }
/** END R2G xBox Sub Component - CSE **/

/** START R2G Flex xList Main Strip - CSE **/

.r2g-flex-xlist-main-strip{
    border-width: var(--number__tp-tl__r2g-flex-xlist-main-strip-border-width);
}
    .r2g-flex-xlist-main-strip .container{
        border-width: var(--number__tp-tl__r2g-flex-xlist-main-strip-container-border-width);
    }
        .r2g-flex-xlist-main-strip > .container > .intro-content{
            border-width: var(--number__tp-tl__r2g-flex-xlist-main-strip-intro-content-border-width);
        }
        .r2g-flex-xlist-main-strip .xlist-strip{
            border-width: var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-wrapper-border-width);
        }
        .r2g-flex-xlist-main-strip.with-gap .xlist-strip > .strip-xlist {
        	margin-right: calc(var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap) / (-2));
        	margin-left: calc(var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap) / (-2));
        }
        .r2g-flex-xlist-main-strip.with-gap .flex-xlist > .xList-items > .xList-item{
            margin: 0 calc(var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap) / 2) var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap);
        }
        .r2g-flex-xlist-main-strip.without-gap .xlist-strip > .strip-xlist,
        .r2g-flex-xlist-main-strip.without-gap .flex-xlist > .xList-items > .xList-item{
            margin: 0;
        }
        
        .one-col-xlist-768 .xlist-strip > .strip-xlist > .xList-item {
    		width: 100%;
        }
        .two-col-xlist-768.with-gap .xlist-strip > .strip-xlist > .xList-item {
    		width: calc(50% - var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap));
        }
        .three-col-xlist-768.with-gap .xlist-strip > .strip-xlist > .xList-item {
            width: calc(33.33333333% - var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap));
        }
    	.four-col-xlist-768.with-gap .xlist-strip > .strip-xlist > .xList-item {
            width: calc(25% - var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap));
    	}
        
        .two-col-xlist-768.without-gap .xlist-strip > .strip-xlist > .xList-item {
    		width: 50%;
        }
        .three-col-xlist-768.without-gap .xlist-strip > .strip-xlist > .xList-item {
            width: 33.33333333%;
        }
    	.four-col-xlist-768.without-gap .xlist-strip > .strip-xlist > .xList-item {
            width: 25%;
    	}
        
        .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters .cat-item {
        	width: auto;
        	padding: 0 0 0 18px;
        	margin: 0 30px 0 0;
        }
        .r2g-flex-xlist-main-strip .bottom-content{
            border-width: var(--number__tp-tl__r2g-flex-xlist-main-strip-bottom-content-border-width);
        }

/** END R2G Flex xList Main Strip - CSE **/

/** START R2G xBox ( Sub Component ) **/
.xbox-style-1 .r2g-xbox {
        flex-flow: row;
    }
    .xbox-style-1 .r2g-xbox .image-wrapper{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        margin: 0;
    }
    .xbox-style-1 .r2g-xbox .flex-container{
        width: 50%;
        position: relative;
        flex-flow: row wrap;
        max-height: 100%;
    }
    .xbox-style-1 .r2g-xbox .flex-container {
        padding: 0 0 0 4%;
    }
    .xbox-style-1.small-image .r2g-xbox .image-wrapper,
    .xbox-style-1.large-image .r2g-xbox .flex-container{
        width: 35%;
    }
    .xbox-style-1.small-image .r2g-xbox .flex-container,
    .xbox-style-1.large-image .r2g-xbox .image-wrapper{
        width: 65%; 
    }
    .xbox-style-1.image-on-right .r2g-xbox .image-wrapper{
        order: 2;
    }
    .xbox-style-1 .r2g-xbox .flex-container
    .xbox-style-1.image-on-left .r2g-xbox .flex-container{
        padding: 0 0 0 4%;
    }
    .xbox-style-1.image-on-right .r2g-xbox .flex-container{
        padding: 0 4% 0 0;
    }

/* style 2 */
    .xbox-style-2 {
        overflow: hidden;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
        position: relative;
        overflow: hidden;
        height: auto;
        align-items: center;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-main-strip,
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-list-component {
        width: 100%;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
    	height: auto;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip .flex-container,
    .xbox-style-2 .r2g-xbox.r2g-list-component .flex-container{
        position: absolute;
        padding: 0;
        top: 50%;
        left: 5%;
        width: 40%;
        padding: 2%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .xbox-style-2.content-on-center .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-center .r2g-xbox.r2g-list-component .flex-container{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .xbox-style-2.content-on-right .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-right .r2g-xbox.r2g-list-component .flex-container{
        left: auto;
        right: 5%;
    }

/** END R2G xBox ( Sub Component ) **/

/** START R2G xBox ( List Component ) **/
.tabs-vertical .r2g-xbox-list-component .container{
    width: 100%;
}
.xbox-style-2 .r2g-xbox.r2g-list-component,
.xbox-style-2 .r2g-xbox.r2g-list-component .image-wrapper{
    width: 100%;
}
.xbox-style-1.image-on-left.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .image-wrapper {
        float: left;
        padding: 0 25px 20px 0;
    }
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }

.xbox-style-1.image-on-right.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .image-wrapper {
        float: right;
        padding: 0 0 20px 25px;
    }
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }
/** END R2G xBox ( List Component ) **/

/** START R2G xBox ( Main Strip ) **/
.xbox-style-2 .r2g-xbox.r2g-main-strip,
.xbox-style-2 .r2g-xbox.r2g-main-strip .image-wrapper{
    width: 100%;
}
/** END R2G xBox ( Main Strip ) **/

/** START R2G Rotator Main Strip - CSE **/

.r2g-rotator-main-strip{
    border-width: var(--number__tp-tl__rotator-main-strip-border-width);
}
.r2g-rotator-main-strip .container{
    border-width: var(--number__tp-tl__rotator-main-strip-container-border-width);
}
.r2g-rotator-main-strip .intro-content{
    border-width: var(--number__tp-tl__rotator-main-strip-intro-content-border-width);
}
.r2g-rotator-main-strip .rotatorElement .rotator-wrapper{
    border-width: var(--number__tp-tl__rotator-main-strip-rotator-wrapper-border-width);
    margin-left: calc((20px * -1));
    margin-right: calc((20px * -1));
}
.r2g-rotator-main-strip.arrows-with-icon-and-image .rotatorElement .rotator-wrapper {
    margin-left: 0;
    margin-right: 0;
}
    .r2g-rotator-main-strip.pager-as-bullets .pager-wrapper .pager-count,
    .r2g-rotator-main-strip.pager-as-thumbs .pager-wrapper .pager-count,
    .r2g-rotator-main-strip.pager-as-thumbs .nav-arrow-group{
        display: none;
    }
    .r2g-rotator-main-strip.pager-as-bullets .pager-wrapper .slick-dots{
        height: auto;
        pointer-events: auto;
    }
    .r2g-rotator-main-strip.pager-as-thumbs .thumb-wrapper {
    	position: relative;
    	height: auto;
    	overflow: visible;
    }
    .r2g-rotator-main-strip.pager-as-bullets .arrows-wrapper,
    .r2g-rotator-main-strip.pager-as-thumbs .arrows-wrapper{
        bottom: auto;
        right: auto;
        top: 40%;
        width: 100%;
    }
    .r2g-rotator-main-strip.pager-as-thumbs .thumb-wrapper .arrows-wrapper{
        top: 50%;
        -wekit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /* start - before slick init */
    .r2g-rotator-main-strip[data-portrait] .xList-item:nth-of-type(n+2) {
        display: block;
    }
    .r2g-rotator-main-strip[data-portrait="2"] .rotator-wrapper > .xList-item {
        width: calc((100% - 20px * 4) / 2);
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .r2g-rotator-main-strip[data-portrait="3"] .rotator-wrapper > .xList-item {
        width: calc((100% - 20px * 6) / 3);
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .r2g-rotator-main-strip[data-portrait="4"] .rotator-wrapper > .xList-item {
        width: calc((100% - 20px * 8) / 4);
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .r2g-rotator-main-strip[data-portrait="5"] .rotator-wrapper > .xList-item {
        width: calc((100% - 20px * 10) / 5);
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .r2g-rotator-main-strip[data-portrait="6"] .rotator-wrapper > .xList-item {
        width: calc((100% - 20px * 12) / 6);
        margin-left: 20px;
        margin-right: 20px;
    }
    .r2g-rotator-main-strip[data-portrait="1"] .xList-item:nth-of-type(n+2),
    .r2g-rotator-main-strip[data-portrait="2"] .xList-item:nth-of-type(n+3),
    .r2g-rotator-main-strip[data-portrait="3"] .xList-item:nth-of-type(n+4),
    .r2g-rotator-main-strip[data-portrait="4"] .xList-item:nth-of-type(n+5),
    .r2g-rotator-main-strip[data-portrait="5"] .xList-item:nth-of-type(n+6),
    .r2g-rotator-main-strip[data-portrait="6"] .xList-item:nth-of-type(n+7){
        display: none;
    }
    /* end - before slick init */
    
    .r2g-rotator-main-strip .rotatorElement .slick-slide,
    .r2g-rotator-main-strip.arrows-with-icon-and-image .rotatorElement .slick-slide{
        margin-left: 20px;
        margin-right: 20px;
    }
    .r2g-rotator-main-strip .nav-arrow-group .nav-left{
        left: -25px;
    }
    .r2g-rotator-main-strip .nav-arrow-group .nav-right{
       right: -25px;
    }
    .r2g-rotator-main-strip .bottom-content{
        border-width: var(--number__tp-tl__rotator-main-strip-bottom-content-border-width);
    }

/** END R2G Rotator Main Strip - CSE **/

/** START R2G xBox Sub Component - CSE - V1 **/
.r2g-xbox-sub-component{
    border-width: var(--number__tp-tl__xbox-sub-border-width);
}
    .r2g-xbox-sub-component .intro-content {
        border-width: var(--number__tp-tl__xbox-sub-intro-wrapper-border-width);
    }
    .r2g-xbox-sub-component .xbox-wrapper {
        border-width: var(--number__tp-tl__xbox-sub-xbox-wrapper-border-width);
    }
        .r2g-xbox-sub-component .image-wrapper{
            border-width: var(--number__tp-tl__xbox-sub-image-wrapper-border-width);
        }
        .r2g-xbox-sub-component .flex-container{
            border-width: var(--number__tp-tl__xbox-sub-flex-wrapper-border-width);
            padding: 20px;
        }
            .r2g-xbox-sub-component .content-wrapper{
                border-width: var(--number__tp-tl__xbox-sub-content-wrapper-border-width);
            }
/** END R2G xBox Sub Component - CSE - V1 **/

/** START R2G xBox ( Sub Component ) **/
.xbox-style-1 .r2g-xbox {
        flex-flow: row;
    }
    .xbox-style-1 .r2g-xbox .image-wrapper{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        margin: 0;
    }
    .xbox-style-1 .r2g-xbox .flex-container{
        width: 50%;
        position: relative;
        flex-flow: row wrap;
        max-height: 100%;
    }
    .xbox-style-1 .r2g-xbox .flex-container {
        padding: 0 0 0 4%;
    }
    .xbox-style-1.small-image .r2g-xbox .image-wrapper,
    .xbox-style-1.large-image .r2g-xbox .flex-container{
        width: 35%;
    }
    .xbox-style-1.small-image .r2g-xbox .flex-container,
    .xbox-style-1.large-image .r2g-xbox .image-wrapper{
        width: 65%; 
    }
    .xbox-style-1.image-on-right .r2g-xbox .image-wrapper{
        order: 2;
    }
    .xbox-style-1 .r2g-xbox .flex-container
    .xbox-style-1.image-on-left .r2g-xbox .flex-container{
        padding: 0 0 0 4%;
    }
    .xbox-style-1.image-on-right .r2g-xbox .flex-container{
        padding: 0 4% 0 0;
    }

/* style 2 */
    .xbox-style-2 {
        overflow: hidden;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
        position: relative;
        overflow: hidden;
        height: auto;
        align-items: center;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-main-strip,
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-list-component {
        width: 100%;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
    	height: auto;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip .flex-container,
    .xbox-style-2 .r2g-xbox.r2g-list-component .flex-container{
        position: absolute;
        padding: 0;
        top: 50%;
        left: 5%;
        width: 40%;
        padding: 2%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .xbox-style-2.content-on-center .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-center .r2g-xbox.r2g-list-component .flex-container{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .xbox-style-2.content-on-right .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-right .r2g-xbox.r2g-list-component .flex-container{
        left: auto;
        right: 5%;
    }

/** END R2G xBox ( Sub Component ) **/

/** START R2G Rotator Sub Component - CSE **/
.r2g-rotator-sub-component{
    border-width: var(--number__tp-tl__rotator-sub-component-border-width);
}
.r2g-rotator-sub-component .intro-content{
    border-width: var(--number__tp-tl__rotator-sub-component-intro-content-border-width);
}
.r2g-rotator-sub-component .rotator-wrapper{
    margin-left: calc(var(--number__tp-tl__rotator-sub-component-slick-slide-margin-left) * -1);
    margin-right: calc(var(--number__tp-tl__rotator-sub-component-slick-slide-margin-right) * -1);
    border-width: var(--number__tp-tl__rotator-sub-component-rotator-wrapper-border-width);
}
.r2g-rotator-sub-component[data-mobile] .xList-item:nth-of-type(1n+2){
    display: inline-block;
}
.r2g-rotator-sub-component[data-portrait="1"] .xList-item:nth-of-type(n+2),
.r2g-rotator-sub-component[data-portrait="2"] .xList-item:nth-of-type(n+3),
.r2g-rotator-sub-component[data-portrait="3"] .xList-item:nth-of-type(n+4){
    display: none;
}
.r2g-rotator-sub-component.arrows-with-icon-and-image .xList-items {
    margin-left: 0;
    margin-right: 0;
}
    .r2g-rotator-sub-component .rotator-wrapper .slick-slide{
        border-width: var(--number__tp-tl__rotator-sub-component-slick-slide-border-width);
        margin-left: var(--number__tp-tl__rotator-sub-component-slick-slide-margin-left);
        margin-right: var(--number__tp-tl__rotator-sub-component-slick-slide-margin-right);
    }
    .r2g-rotator-sub-component.arrows-with-icon-and-image .rotatorElement .slick-slide{
        margin-left: 20px;
        margin-right: 20px;
    }
    .r2g-rotator-sub-component .bottom-content{
        border-width: var(--number__tp-tl__rotator-sub-component-bottom-content-border-width);
    }
    
/** END R2G Rotator Sub Component - CSE **/

/** START R2G Blog Main Strip - CSE **/
    .blog-listing-wrapper .blog-items{
        width: 100%;
    }
        .blog-listing-wrapper .r2g-xbox-sub-component {
        	margin-bottom: 40px;
        }
            .blog-listing-wrapper .r2g-xbox-sub-component .flex-container{
                padding: 35px 50px;
            }
                .blog-listing-wrapper .r2g-xbox-sub-component .flex-container .blog-date {
                	margin: 0 0 4px;
                }
    .blog-listing-wrapper .blog-sidebar{
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        padding: 0;
    }
        .blog-sidebar aside {
        	margin-bottom: 30px;
        	width: 50%;
        	display: inline-block;
        	padding: 0 23px 0 0;
        	box-sizing: border-box;
        }
        .blog-sidebar aside:nth-child(2n) {
        	padding: 0 0 0 23px;
        }
            .blog-sidebar .featured-wrapper .xbox-wrapper .flex-container{
                padding: 0 0 0 12px;
            }
        .tags-wrapper li {
        	display: inline-block;
        	margin-right: 5px;
        }
            .tags-wrapper a {
            	padding: 6px 12px 4px;
            	border-width: 1px;
            	border-style: solid;
            	display: block;
            	margin-bottom: 9px;
            }
            
        .archives-wrapper .archive-year {
        	display: block;
        	padding: 8px 0;
        	margin: 0 0 2px;
        	position: relative;
        }
            .archives-wrapper .bullet {
            	position: absolute;
            	top: 50%;
            	right: 0;
            	height: 100%;
            	line-height: 34px;
            	width: 34px;
            	text-align: center;
            	cursor: pointer;
            	-webkit-transform: translateY(-50%);
            	-ms-transform: translateY(-50%);
            	transform: translateY(-50%);
            }
            .archive-month-wrapper{
                margin: 10px 0 0 20px;
                display: none;
            }
            
    .Bloglisting-pagination {
        padding: 0;
    }
        .Bloglisting-pagination .first,
        .Bloglisting-pagination .last{
            display: inline-block;
        }

/** END R2G Blog Main Strip - CSE **/

/** START R2G xBox ( Sub Component ) **/
.xbox-style-1 .r2g-xbox {
        flex-flow: row;
    }
    .xbox-style-1 .r2g-xbox .image-wrapper{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        margin: 0;
    }
    .xbox-style-1 .r2g-xbox .flex-container{
        width: 50%;
        position: relative;
        flex-flow: row wrap;
        max-height: 100%;
    }
    .xbox-style-1 .r2g-xbox .flex-container {
        padding: 0 0 0 4%;
    }
    .xbox-style-1.small-image .r2g-xbox .image-wrapper,
    .xbox-style-1.large-image .r2g-xbox .flex-container{
        width: 35%;
    }
    .xbox-style-1.small-image .r2g-xbox .flex-container,
    .xbox-style-1.large-image .r2g-xbox .image-wrapper{
        width: 65%; 
    }
    .xbox-style-1.image-on-right .r2g-xbox .image-wrapper{
        order: 2;
    }
    .xbox-style-1 .r2g-xbox .flex-container
    .xbox-style-1.image-on-left .r2g-xbox .flex-container{
        padding: 0 0 0 4%;
    }
    .xbox-style-1.image-on-right .r2g-xbox .flex-container{
        padding: 0 4% 0 0;
    }

/* style 2 */
    .xbox-style-2 {
        overflow: hidden;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
        position: relative;
        overflow: hidden;
        height: auto;
        align-items: center;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-main-strip,
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-list-component {
        width: 100%;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
    	height: auto;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip .flex-container,
    .xbox-style-2 .r2g-xbox.r2g-list-component .flex-container{
        position: absolute;
        padding: 0;
        top: 50%;
        left: 5%;
        width: 40%;
        padding: 2%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .xbox-style-2.content-on-center .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-center .r2g-xbox.r2g-list-component .flex-container{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .xbox-style-2.content-on-right .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-right .r2g-xbox.r2g-list-component .flex-container{
        left: auto;
        right: 5%;
    }

/** END R2G xBox ( Sub Component ) **/

/** START R2G xBox ( List Component ) **/
.tabs-vertical .r2g-xbox-list-component .container{
    width: 100%;
}
.xbox-style-2 .r2g-xbox.r2g-list-component,
.xbox-style-2 .r2g-xbox.r2g-list-component .image-wrapper{
    width: 100%;
}
.xbox-style-1.image-on-left.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .image-wrapper {
        float: left;
        padding: 0 25px 20px 0;
    }
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }

.xbox-style-1.image-on-right.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .image-wrapper {
        float: right;
        padding: 0 0 20px 25px;
    }
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }
/** END R2G xBox ( List Component ) **/

/** START R2G xBox ( Main Strip ) **/
.xbox-style-2 .r2g-xbox.r2g-main-strip,
.xbox-style-2 .r2g-xbox.r2g-main-strip .image-wrapper{
    width: 100%;
}
/** END R2G xBox ( Main Strip ) **/

/** START R2G xBox ( Sub Component ) **/
.xbox-style-1 .r2g-xbox {
        flex-flow: row;
    }
    .xbox-style-1 .r2g-xbox .image-wrapper{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        margin: 0;
    }
    .xbox-style-1 .r2g-xbox .flex-container{
        width: 50%;
        position: relative;
        flex-flow: row wrap;
        max-height: 100%;
    }
    .xbox-style-1 .r2g-xbox .flex-container {
        padding: 0 0 0 4%;
    }
    .xbox-style-1.small-image .r2g-xbox .image-wrapper,
    .xbox-style-1.large-image .r2g-xbox .flex-container{
        width: 35%;
    }
    .xbox-style-1.small-image .r2g-xbox .flex-container,
    .xbox-style-1.large-image .r2g-xbox .image-wrapper{
        width: 65%; 
    }
    .xbox-style-1.image-on-right .r2g-xbox .image-wrapper{
        order: 2;
    }
    .xbox-style-1 .r2g-xbox .flex-container
    .xbox-style-1.image-on-left .r2g-xbox .flex-container{
        padding: 0 0 0 4%;
    }
    .xbox-style-1.image-on-right .r2g-xbox .flex-container{
        padding: 0 4% 0 0;
    }

/* style 2 */
    .xbox-style-2 {
        overflow: hidden;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
        position: relative;
        overflow: hidden;
        height: auto;
        align-items: center;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-main-strip,
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-list-component {
        width: 100%;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
    	height: auto;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip .flex-container,
    .xbox-style-2 .r2g-xbox.r2g-list-component .flex-container{
        position: absolute;
        padding: 0;
        top: 50%;
        left: 5%;
        width: 40%;
        padding: 2%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .xbox-style-2.content-on-center .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-center .r2g-xbox.r2g-list-component .flex-container{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .xbox-style-2.content-on-right .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-right .r2g-xbox.r2g-list-component .flex-container{
        left: auto;
        right: 5%;
    }

/** END R2G xBox ( Sub Component ) **/

/** START R2G xBox ( List Component ) **/
.tabs-vertical .r2g-xbox-list-component .container{
    width: 100%;
}
.xbox-style-2 .r2g-xbox.r2g-list-component,
.xbox-style-2 .r2g-xbox.r2g-list-component .image-wrapper{
    width: 100%;
}
.xbox-style-1.image-on-left.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .image-wrapper {
        float: left;
        padding: 0 25px 20px 0;
    }
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }

.xbox-style-1.image-on-right.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .image-wrapper {
        float: right;
        padding: 0 0 20px 25px;
    }
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }
/** END R2G xBox ( List Component ) **/

/** START R2G xBox ( Main Strip ) **/
.xbox-style-2 .r2g-xbox.r2g-main-strip,
.xbox-style-2 .r2g-xbox.r2g-main-strip .image-wrapper{
    width: 100%;
}
/** END R2G xBox ( Main Strip ) **/

/** START R2G xBox ( Sub Component ) **/
.xbox-style-1 .r2g-xbox {
        flex-flow: row;
    }
    .xbox-style-1 .r2g-xbox .image-wrapper{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        margin: 0;
    }
    .xbox-style-1 .r2g-xbox .flex-container{
        width: 50%;
        position: relative;
        flex-flow: row wrap;
        max-height: 100%;
    }
    .xbox-style-1 .r2g-xbox .flex-container {
        padding: 0 0 0 4%;
    }
    .xbox-style-1.small-image .r2g-xbox .image-wrapper,
    .xbox-style-1.large-image .r2g-xbox .flex-container{
        width: 35%;
    }
    .xbox-style-1.small-image .r2g-xbox .flex-container,
    .xbox-style-1.large-image .r2g-xbox .image-wrapper{
        width: 65%; 
    }
    .xbox-style-1.image-on-right .r2g-xbox .image-wrapper{
        order: 2;
    }
    .xbox-style-1 .r2g-xbox .flex-container
    .xbox-style-1.image-on-left .r2g-xbox .flex-container{
        padding: 0 0 0 4%;
    }
    .xbox-style-1.image-on-right .r2g-xbox .flex-container{
        padding: 0 4% 0 0;
    }

/* style 2 */
    .xbox-style-2 {
        overflow: hidden;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
        position: relative;
        overflow: hidden;
        height: auto;
        align-items: center;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-main-strip,
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-list-component {
        width: 100%;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
    	height: auto;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip .flex-container,
    .xbox-style-2 .r2g-xbox.r2g-list-component .flex-container{
        position: absolute;
        padding: 0;
        top: 50%;
        left: 5%;
        width: 40%;
        padding: 2%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .xbox-style-2.content-on-center .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-center .r2g-xbox.r2g-list-component .flex-container{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .xbox-style-2.content-on-right .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-right .r2g-xbox.r2g-list-component .flex-container{
        left: auto;
        right: 5%;
    }

/** END R2G xBox ( Sub Component ) **/

/** START R2G xBox ( List Component ) **/
.tabs-vertical .r2g-xbox-list-component .container{
    width: 100%;
}
.xbox-style-2 .r2g-xbox.r2g-list-component,
.xbox-style-2 .r2g-xbox.r2g-list-component .image-wrapper{
    width: 100%;
}
.xbox-style-1.image-on-left.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .image-wrapper {
        float: left;
        padding: 0 25px 20px 0;
    }
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }

.xbox-style-1.image-on-right.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .image-wrapper {
        float: right;
        padding: 0 0 20px 25px;
    }
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }
/** END R2G xBox ( List Component ) **/

/** START R2G xBox ( Main Strip ) **/
.xbox-style-2 .r2g-xbox.r2g-main-strip,
.xbox-style-2 .r2g-xbox.r2g-main-strip .image-wrapper{
    width: 100%;
}
/** END R2G xBox ( Main Strip ) **/

/** START R2G xBox ( Sub Component ) **/
.xbox-style-1 .r2g-xbox {
        flex-flow: row;
    }
    .xbox-style-1 .r2g-xbox .image-wrapper{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        margin: 0;
    }
    .xbox-style-1 .r2g-xbox .flex-container{
        width: 50%;
        position: relative;
        flex-flow: row wrap;
        max-height: 100%;
    }
    .xbox-style-1 .r2g-xbox .flex-container {
        padding: 0 0 0 4%;
    }
    .xbox-style-1.small-image .r2g-xbox .image-wrapper,
    .xbox-style-1.large-image .r2g-xbox .flex-container{
        width: 35%;
    }
    .xbox-style-1.small-image .r2g-xbox .flex-container,
    .xbox-style-1.large-image .r2g-xbox .image-wrapper{
        width: 65%; 
    }
    .xbox-style-1.image-on-right .r2g-xbox .image-wrapper{
        order: 2;
    }
    .xbox-style-1 .r2g-xbox .flex-container
    .xbox-style-1.image-on-left .r2g-xbox .flex-container{
        padding: 0 0 0 4%;
    }
    .xbox-style-1.image-on-right .r2g-xbox .flex-container{
        padding: 0 4% 0 0;
    }

/* style 2 */
    .xbox-style-2 {
        overflow: hidden;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
        position: relative;
        overflow: hidden;
        height: auto;
        align-items: center;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-main-strip,
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-list-component {
        width: 100%;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
    	height: auto;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip .flex-container,
    .xbox-style-2 .r2g-xbox.r2g-list-component .flex-container{
        position: absolute;
        padding: 0;
        top: 50%;
        left: 5%;
        width: 40%;
        padding: 2%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .xbox-style-2.content-on-center .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-center .r2g-xbox.r2g-list-component .flex-container{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .xbox-style-2.content-on-right .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-right .r2g-xbox.r2g-list-component .flex-container{
        left: auto;
        right: 5%;
    }

/** END R2G xBox ( Sub Component ) **/

/** START R2G xBox ( List Component ) **/
.tabs-vertical .r2g-xbox-list-component .container{
    width: 100%;
}
.xbox-style-2 .r2g-xbox.r2g-list-component,
.xbox-style-2 .r2g-xbox.r2g-list-component .image-wrapper{
    width: 100%;
}
.xbox-style-1.image-on-left.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .image-wrapper {
        float: left;
        padding: 0 25px 20px 0;
    }
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }

.xbox-style-1.image-on-right.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .image-wrapper {
        float: right;
        padding: 0 0 20px 25px;
    }
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }
/** END R2G xBox ( List Component ) **/

/** START R2G xBox ( Main Strip ) **/
.xbox-style-2 .r2g-xbox.r2g-main-strip,
.xbox-style-2 .r2g-xbox.r2g-main-strip .image-wrapper{
    width: 100%;
}
/** END R2G xBox ( Main Strip ) **/

/** START R2G Horizontal Menu Main Strip - CSE **/
.r2g-horizontal-menu-main-strip{
    border-width: var(--number__tp-tl__horizontal-menu-border-width);
    border-color: var(--color__tp-tl__horizontal-menu-border-color);
    background-color: var(--color__tp-tl__horizontal-menu-background-color);
}
    .r2g-horizontal-menu-main-strip .container{
        border-width: var(--number__tp-tl__horizontal-menu-container-border-width);
        border-color: var(--color__tp-tl__horizontal-menu-container-border-color);
        background-color: var(--color__tp-tl__horizontal-container-menu-background-color);
    }
        .r2g-horizontal-menu-main-strip .menu{
            border-width: var(--number__tp-tl__horizontal-menu-menu-wrapper-border-width);
            border-color: var(--color__tp-tl__horizontal-menu-menu-wrapper-border-color);
            background-color: var(--color__tp-tl__horizontal-menu-wrapper-menu-background-color);
            padding: var(--number__tp-tl__horizontal-menu-menu-wrapper-padding);
        }
            .r2g-horizontal-menu-main-strip .menu > ul{
                border-width: var(--number__tp-tl__horizontal-menu-menu-inner-wrapper-border-width);
                border-color: var(--color__tp-tl__horizontal-menu-menu-inner-wrapper-border-color);
                background-color: var(--color__tp-tl__horizontal-menu-inner-wrapper-menu-background-color);
                padding: var(--number__tp-tl__horizontal-menu-menu-inner-wrapper-padding);
            }
                .r2g-horizontal-menu-main-strip .xmenu li{
                    border-width: var(--number__tp-tl__horizontal-menu-menu-item-border-width);
                    border-color: var(--color__tp-tl__horizontal-menu-menu-item-border-color);
                    background-color: var(--color__tp-tl__horizontal-menu-menu-item-background-color);
                }
                
                .r2g-horizontal-menu-main-strip.horizontal-menu-with-rotator[data-portrait] .menu li:nth-of-type(n+2){
                    display: inline-block;
                }
                .r2g-horizontal-menu-main-strip.horizontal-menu-with-rotator[data-portrait="1"] .menu li:nth-of-type(n+2),
                .r2g-horizontal-menu-main-strip.horizontal-menu-with-rotator[data-portrait="2"] .menu li:nth-of-type(n+3),
                .r2g-horizontal-menu-main-strip.horizontal-menu-with-rotator[data-portrait="3"] .menu li:nth-of-type(n+4),
                .r2g-horizontal-menu-main-strip.horizontal-menu-with-rotator[data-portrait="4"] .menu li:nth-of-type(n+5),
                .r2g-horizontal-menu-main-strip.horizontal-menu-with-rotator[data-portrait="5"] .menu li:nth-of-type(n+6){
                    display: none;
                }
                    .r2g-horizontal-menu-main-strip .xmenu li a{
                        border-width: var(--number__tp-tl__horizontal-menu-menu-item-link-border-width);
                        border-color: var(--color__tp-tl__horizontal-menu-menu-item-link-border-color);
                        background-color: var(--color__tp-tl__horizontal-menu-menu-item-link-background-color);
                        padding: var(--number__tp-tl__horizontal-menu-menu-item-link-padding);
                    }

/** END R2G Horizontal Menu Main Strip - CSE **/

/** START R2G xBox ( Sub Component ) **/
.xbox-style-1 .r2g-xbox {
        flex-flow: row;
    }
    .xbox-style-1 .r2g-xbox .image-wrapper{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        margin: 0;
    }
    .xbox-style-1 .r2g-xbox .flex-container{
        width: 50%;
        position: relative;
        flex-flow: row wrap;
        max-height: 100%;
    }
    .xbox-style-1 .r2g-xbox .flex-container {
        padding: 0 0 0 4%;
    }
    .xbox-style-1.small-image .r2g-xbox .image-wrapper,
    .xbox-style-1.large-image .r2g-xbox .flex-container{
        width: 35%;
    }
    .xbox-style-1.small-image .r2g-xbox .flex-container,
    .xbox-style-1.large-image .r2g-xbox .image-wrapper{
        width: 65%; 
    }
    .xbox-style-1.image-on-right .r2g-xbox .image-wrapper{
        order: 2;
    }
    .xbox-style-1 .r2g-xbox .flex-container
    .xbox-style-1.image-on-left .r2g-xbox .flex-container{
        padding: 0 0 0 4%;
    }
    .xbox-style-1.image-on-right .r2g-xbox .flex-container{
        padding: 0 4% 0 0;
    }

/* style 2 */
    .xbox-style-2 {
        overflow: hidden;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
        position: relative;
        overflow: hidden;
        height: auto;
        align-items: center;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-main-strip,
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-list-component {
        width: 100%;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
    	height: auto;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip .flex-container,
    .xbox-style-2 .r2g-xbox.r2g-list-component .flex-container{
        position: absolute;
        padding: 0;
        top: 50%;
        left: 5%;
        width: 40%;
        padding: 2%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .xbox-style-2.content-on-center .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-center .r2g-xbox.r2g-list-component .flex-container{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .xbox-style-2.content-on-right .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-right .r2g-xbox.r2g-list-component .flex-container{
        left: auto;
        right: 5%;
    }

/** END R2G xBox ( Sub Component ) **/

/** START R2G xBox ( List Component ) **/
.tabs-vertical .r2g-xbox-list-component .container{
    width: 100%;
}
.xbox-style-2 .r2g-xbox.r2g-list-component,
.xbox-style-2 .r2g-xbox.r2g-list-component .image-wrapper{
    width: 100%;
}
.xbox-style-1.image-on-left.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .image-wrapper {
        float: left;
        padding: 0 25px 20px 0;
    }
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }

.xbox-style-1.image-on-right.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .image-wrapper {
        float: right;
        padding: 0 0 20px 25px;
    }
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }
/** END R2G xBox ( List Component ) **/

/** START R2G xBox ( Main Strip ) **/
.xbox-style-2 .r2g-xbox.r2g-main-strip,
.xbox-style-2 .r2g-xbox.r2g-main-strip .image-wrapper{
    width: 100%;
}
/** END R2G xBox ( Main Strip ) **/

/** START R2G Breadcrumb - CSE **/

.r2g-breadcrumb{
    border-width: var(--number__tp-tl__breadcrumb-border-width);
}
    .r2g-breadcrumb .container{
        border-width: var(--number__tp-tl__breadcrumb-container-border-width);
    }
        .r2g-breadcrumb .breadcrumb-nav {
            border-width: var(--number__tp-tl__breadcrumb-breadcrumb-wrapper-border-width);
        	padding: 15px 0;
        }
            .r2g-breadcrumb .breadcrumb-nav span{
                padding: 0;
                margin: 0 12px;
            }

/** END R2G Breadcrumb - CSE **/

/** START R2G Grid xList Main Strip - CSE **/
.r2g-grid-xlist-main-strip{
    border-width: var(--number__tp-tl__r2g-grid-xlist-main-strip-border-width);
}
    .r2g-grid-xlist-main-strip .container{
        border-width: var(--number__tp-tl__r2g-grid-xlist-main-strip-container-border-width);
    }
        .r2g-grid-xlist-main-strip > .container > .intro-content{
            border-width: var(--number__tp-tl__r2g-grid-xlist-main-strip-intro-content-border-width);
        }
        .r2g-grid-xlist-main-strip .xlist-strip{
            border-width: var(--number__tp-tl__r2g-grid-xlist-main-strip-xlist-wrapper-border-width);
        }
        .r2g-grid-xlist-main-strip .bottom-content{
            border-width: var(--number__tp-tl__r2g-grid-xlist-main-strip-bottom-content-border-width);
        }

/** END R2G Grid xList Main Strip - CSE **/