@charset "UTF-8";
/* CSS Document */

  *{margin: 0; padding: 0;}

/* GENERAL */

.UNILEVER{    
	color: black;
    background-color: white;
	
}

h1{
    font-size: 3.5rem;
	 font-family: GeoBrandMedium,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 6px;
    font-weight: 200;
	color: white;
}
h2{
    font-size: 2rem;
    text-transform: uppercase;
    display: inline-block;
     font-family: GeoBrandMedium,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    line-height: 1.5;
	letter-spacing: 4px;
    font-weight: 200;
    max-width: 80%;
}

h3{
    font-family: GeoBrandMedium,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    font-size: 26px;
    margin-top: 8px;
	line-height: 120%;
    margin-bottom: 10px;
    color: white;
    font-weight: 200;
}
h4{
	font-family: GeoBrandMedium,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    line-height: 30px;
   font-size: 18px;
    padding: 40px;
    max-width: 60%;
	
	letter-spacing: 6px;
    margin: 0 auto;
	text-transform: uppercase;
}
p{
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 100;
    margin-top: 0;
    display: inline-block;
    font-family: GeoEditRegular,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    line-height: 1.5;
    max-width: 80%;
}

.separator {
    background-color: #fc0;
    height: 4px;
    line-height: 0;
    width: 40px;
    display: inline-block;
    margin: 2%;
}
.btn_main {
    font-family: GeoBrandMedium,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    overflow: hidden;
    background: none;
    z-index: 1;
    cursor: pointer;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    background: #ffcc00;
}
/* NAVEGATION*/
.title{
    justify-content: center;
    display: flex;
    text-align: center;

}
.solving{
	font-size: 2.5rem;
	padding-top: 40px;
}
.title_videos{
	padding: 16px;
}

.section2 {
    position: relative;
    text-align: center;
}

.section2_title{
	padding-top: 100px;
}

.section1 img{
    width: 100%;
}


.container{
      text-align: center;
}



.ng-globalnav--kettle {
    height: 49px;
    background-color: white;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
   align-items: center;
   }
    
.ng-logo-box img{
    align-content: center;
    padding: 11px;
    margin: 0 10px;}

/*PAID_BANNER*/
.header-menu {
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding: 0 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
    position: fixed;
    top: 49px;
    z-index: 100;
}
.header-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-menu span {
    font-size: 14px;
    color: #fff;
    font-family: GeoBrandBold,CenturyGothic,AppleGothic,Gill Sans,Gill Sans MT,sans-serif;
    padding: 12px 20px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: inline-block;
    font-weight: normal;
}

.header-menu li a:hover {
    color: #FFCC00;
}

/*HEADER*/
.highlight_bg.desktop{
	display:block;
	width:100%;
	/*opacity: 0.5;*/
}
.highlight_bg.mobile{display:none}
@media (max-width: 600px) {
   .highlight_bg.mobile{
	   display:block;
	   width:100%;
	/*opacity: 0.5;*/
	}
    .highlight_bg.desktop{display:none}  
}

.section1{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-between;
    position: relative;
	padding-top: 84px;
}


.title_section1 h2 {
    font-family: GeoBrandBold,CenturyGothic,AppleGothic,Gill Sans,Gill Sans MT,sans-serif;
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 6px;
    opacity: 1;
}

.title_section1 {
    text-align: center;
    position: absolute;
    z-index: 10;
    width: 100%;
}
.section1 img{
    width: 100%;
    position: relative;
    background-color: #000;
    opacity: 0.5;
}

.header_img.desktop{
	display:block;
	width:100%;
	/*opacity: 0.5;*/
}
.header_img.mobile{display:none}

@media (max-width: 720px) {
   .header_img.mobile{
	   display:block;
	   width:100%;
	/*opacity: 0.5;*/
	}
    .header_img.desktop{display:none}  
}

/* GALLERY */
    
@media only screen and (max-width: 768px){
.content_videos{
	display: block;
}
}
* {
    -webkit-overflow-scrolling: touch;
}

html {
    scroll-behavior: smooth;
}
img{
    vertical-align:middle;
}
*:focus { outline: none; }
a, a:hover{
    text-decoration: none;
    color: white;
}

section{
    position: relative;
}


p a, p a:visited{
    color:#ffcc00;
    text-decoration: underline;
}
p{
    line-height: normal;
}


.image-thumb p{
    padding-top: 20px;
}

/* GALLERY */
.section-gallery{
    z-index: 5;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.section-gallery h1{
    margin-top: 0px;
}

.thumbnails{
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 2em auto 4em auto;
    white-space: nowrap;
}
.thumbnails .flipster__item--current img{
    border: 4px solid #ffcc00;
    margin: 0 2px;
}
.thumbnails .flipster__item{
    margin: 0 7px;
}
.thumbnails img{
    max-height: 70px;
    margin: 0 2px;
}
.sub-2-section h5 {
    text-transform: uppercase;
    font-size: 11px;
    color: white;
    letter-spacing: 4px;
    margin-top: 10px;
    border-left: 1px solid white;
    padding: 0 20px;
    border-right: 1px solid white;
    display: inline-block;
}

@media (max-width: 767px) {
    #goTop {bottom:10px;
            right:10px;
            transform:rotate(-90deg) scale(.6)}
    .password{font-size:17px;}
.passblock{font-size:26px;}
    }

.section2_subtitle{
	padding: 5% 5% 3%;
	background-color: white;
    color: black;
}

.about{
    width: 40%;
    text-align: left;
    padding: 54px;
}

.sub-1-section > div{
	position: absolute; 
    height: 100%;
    left: 0; 
    right: 0; 
    z-index: 1; 
    /*background: linear-gradient(to left, rgba(255,255,255,0), rgba(0,0,0,1));*/
}

.highlight_bg.small{display:none}
.highlight_bg .mobile img{
    display: none;
    }
.sub-1-section .highlight_bg{
    width: 100%; 
    }

.section_text{
    background: #000; 
    display: inline-block; 
    margin-top: -5px}


.section_text .sub-linker-sections span{
    margin: 0}


.sub-main-container{
    max-width: 1600px; 
    margin: 0 auto}


.section6_subtitle{
    padding-bottom: 5%;
}

.section6{
	    width: 50%;
       position: relative;
    text-align:end;
    padding: 100px 0 100px 0;
    background-image: url(../images/section6.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}
.section7{
	    width: 50%;
       position: relative;
    text-align: left;
    padding: 100px 0 100px 0;
    background-image: url("../images/section7_2.jpg");
	background-repeat: no-repeat;
    background-size: cover;
}
.arrow_down {
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: 18%;
    
}
.arrow{
    display: flex;
    justify-content: center;
}
@media (min-width: 768px){
    .arrow_down {
    display: block;
}
}

@media (max-width: 768px){
.section7{
    background-image: url("../images/section7_2_mobile.png")?;
    padding: 50px 0 50px 0;
	width: 100%;
}
	.section6{
		width: 100%;
		padding: 50px 0 50px 0;
	}
	
    
}
/* - - - - - - - - - - - - - - - - - - -  -- -  - - - - - - - - - - - - - - - - -  MOBILE */
@media (max-width: 768px) {
    h4{
    line-height: 25px;
   font-size: 16px;
    padding: 20px;
    max-width: 90%;
    margin: 0 auto;
}
    .title_section1 h2{
      font-size: 30px;
        letter-spacing: 4px;
    }
}

   
  
 
/* - - - - - - - - - - - - - - - - - - -  -- -  - - - - - - - - - - - - - - - - -  MOBILE SPECIALS*/
@media (max-width: 475px) {
    .aviable-btn img {
        margin-top: 1em;
    }

    #carousel-videos .flipster__button{
        top: 39% !important;
    }
    h4{
        padding: 0;
    }
    .arrow{
        display: none;
    }
    .video_gallery_2{
        padding: 20px 0!important;
    }
}
.sub-section{
    float: left;
    width: 100%;
    display: block;
    z-index: 9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* ***************************************************************************** Section 2*/
.image_sub-2-section_desktop{display: block;}
.image_sub-2-section_mobile{display: none;}
.sub-2-section .sub-sec2-container{
    width: 86%;
    margin: 0 7% 60px 7%;
}

.sub-2-section h3{
    font-size: 28px;
    color: #fff;
    /*margin-top: 30px;*/
	margin-bottom: 5px;
    letter-spacing: 1.5px;
    text-align: left;
	text-transform: uppercase;
	font-family: GeoBrandBold,CenturyGothic,AppleGothic,Gill Sans,Gill Sans MT,sans-serif;
}
	.sub-2-section h2{
    padding: 50px 0;
    color: black;
	
}
.sub-2-section .sub-car-block .sub-card{
    margin: 0 1px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.6;
}
.sub-2-section .sub-car-block h2{
    text-transform: uppercase;
    color: white;
    font-size: 30px;
    letter-spacing: 6px;
    position: absolute;
    width: 100%;
    top: 46%;
    z-index: 9;
}

.sub-2-section .sub-car-block{
    text-align: center;
    height: 600px;
    width: 50%;
    position: relative;
}
.sub-2-section .newModule izq .sub-hover-box{
	
    display: none;
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-left: 0%;
    border: 36px solid #ffcc00;
    background-color: rgba(0, 0, 0, 0.60);
    z-index: 9999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.der .container_module {
	    width: 90%;
    right: 30px;
    margin-right: 0;
	 text-align: right;
}
.der .container_module * {
    text-align: right;
}
.sub-section .newModule.der .sub-watch-button2 {
    display: inline-block;
    float: right;
}
.sub-2-section .sub-car-block .sub-hover-box p{
    padding: 20px;
    margin-top: 50%;
    font-size: 20px;
}
.sub-5-section{
	 padding: 0 150px 50px;
}

.sub-section .sub-5-section{ 
    padding-bottom: 40px;
    background-color: black;
}
.newModule img {
    max-height: 100%;
	    width: 100%;
}
.newModule {
    display: inline-grid;
    width: 50%;
    position: relative;
    margin-right: -1px;
}


.container_module {
    position: absolute;
    bottom: 10px;
    left: 30px;
    margin-right: 30px;
	    text-shadow: 0 0 20px black;
	color:white;
}
.sub-section .newModule .sub-watch-button2 {
    display: inline-block;
}
.sub-section .sub-watch-button2 {
    border: 2px solid #ffffff;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    left: 5%;
    padding: 0 20px;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.sub-section .sub-watch-button2 span {
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    padding: 13px 0;
    display: block;
	font-family: GeoBrandBold,CenturyGothic,AppleGothic,Gill Sans,Gill Sans MT,sans-serif;

}
.sub-section .newModule .sub-watch-button2:hover{
    background: #fff;
	  color: black;
}

.sub-section .sub-watch-button2 span:hover {
    color: black;
}
.module_img_pic{
	opacity: 0.7;
	width: 100%;
	display: block
}

.module_img_pic_mobile{display: none;}

.module_img_subtitle{
	margin-top: 20px;
    font-size: 17px;
    letter-spacing: 1px;
}


@media screen and (max-width: 950px){
	.sub-2-section h3 {
		text-transform: inherit;
		letter-spacing: 1.5px;
    font-size: 20px;
	margin: 10px 0px 0px 0px;
	
}
	.sub-section .sub-watch-button2 span {
    padding: 9px 0;
}
}

@media screen and (max-width: 767px){
	.module_img_pic{
	display: none;
	
}

.module_img_pic_mobile{
	opacity: 0.7;
	display: block;
	    width: 100%;
	}

	.sub-section {
    width: 100%;
}
	.newModule {
    display: inline-grid;
    width: 100%;
}
	.sub-2-section h3 {
	text-transform: inherit;
		letter-spacing: 1.5px;
    font-size: 18px;
	margin: 20px 0px 0px 0px;
	
}

	.container_module p {
    margin: 5px 0;
}
	.container_module p {
    font-size: 17px;
    line-height: 120%;
}
	.sub-section .sub-watch-button2 span {
    padding: 7px 0;
}
	.der .container_module {
    text-align: left;
		left: 30;
}
	.der .container_module * {
    text-align: left;
}
	.sub-section .sub-watch-button2 {
		margin-top: 10px;
	}
	
	.sub-section .newModule.der .sub-watch-button2 {
    float: left;
}

}
@media screen and (max-width: 720px){
	.image_sub-2-section_desktop{
		display: none;}
.image_sub-2-section_mobile{
	display: block;}
	
	.module_img_subtitle{
	margin-top: 0px;
    font-size: 17px;
    letter-spacing: 1px;
}
	.module_img_subtitle p{
	max-width:97% !important;
}

}

@media screen and (max-width: 350px){
		.module_img_title h2{
		margin: 0px;
	}
	
}
.picture_module{
	background-color: black;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: space-between;
    position: relative;
 
    width: 100%;
}


.content_module_img{
	text-align: center;
    position: absolute;
    z-index: 10;
    width: 100%;
}
/* ***************************************************************************** Section 2*/

.sub-5-section .sub-art-unit h3:hover{
    color:#b0b0b0;
}

.sub-5-section .sub-subtitle{
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center;
    margin-top: 1px;
	 color: #000;
	font-family: 'GeographWeb-Regular';
}


.sub-33{
    width: 50%;
    PADDING: 30PX;
    display: inline-flex;
    margin-right: -4px;
  
}


.sub-5-section .netherland{
    background-color: #ffcc00;
	    background-image: url('../images/desktop-section-1.jpg');
}



.sub-5-section .sub-image-unit{
    position: relative;
}



.sub-5-section .sub-art-unit a{ font-size: 18px; color: #000}

.sub-5-section .sub-image-unit img{
    width: 100%;
}
.sub-5-section article .sub-more-photos{
 
    background-repeat: no-repeat;
    height: 60px;
    width: 72px;
    background-size: cover;
    background-position: center;
    position: absolute;
    margin-top: 0;
    top: calc(100% - 64px);
    z-index: 9999;

}
.sub-5-section .sub-show-more-but{
    display: none;
}

.sub-5-section .sub-linker-sections span{
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: black;
    margin-top: 50px;
}
    

.sub-5-section .netherland{
    background-color: #ffcc00;
	    background-image: url('../images/desktop-section-1.jpg');
}



.sub-5-section article .sub-art-unit{
    margin: 30px;

}
.sub-5-section .sub-image-unit{
    position: relative;
}
.sub-5-section .sub-art-unit h1:hover{
    color:#d0d0d0;
}

.sub-art-unit{
	color: black;
	
}
.sub-art-unit h3{
	color: black;
	    font-family: 'GeoBrandMedium';
	
}
.sub-5-section .sub-art-unit h2{
   text-transform: uppercase;
    font-size: 11px;
    color: black;
    letter-spacing: 4px;
    margin-top: 10px;
    border-left: 1px solid black;
    padding: 0 20px;
    border-right: 1px solid black;
    display: inline-block;
	
}


.sub-5-section .sub-art-unit a{ font-size: 18px; color: #000}

.sub-5-section .sub-image-unit img{
    width: 100%;
}
.sub-5-section article .sub-more-photos{
  /*  background-image: url("https://specials.fnghub.com/ng/uk/subaru/11/images/more-photos.png");*/
    background-repeat: no-repeat;
    height: 60px;
    width: 72px;
    background-size: cover;
    background-position: center;
    position: absolute;
    margin-top: 0;
    top: calc(100% - 64px);
    z-index: 9999;

}
.sub-5-section .sub-show-more-but{
    display: none;
}

.sub-5-section .sub-linker-sections span{
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: black;
    margin-top: 50px;
}

.about p{
    margin: 10px;
}

.about h2{
    margin: 10px;
}

.title_carousel{
	padding-top: 5%;
}

.subtitle_carousel{
	padding-bottom: 4%;
}

.boton_1{
	font-family: GeoBrandBold,Franklin Gothic Bold,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    text-decoration: none;
    padding: 13px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    border: 2px solid #FFFFFF;
	text-transform: uppercase;
	line-height: 1.5;
    letter-spacing: 4px;
    font-weight: 200;
  }
  .boton_1:hover{
    color: black;
   background-color: white;
  }


@media (max-width: 1024px) {
 h1{
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.5;
}
h2{
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 6.5px;
    display: inline-block;
    font-family: GeoBrandMedium,CenturyGothic,AppleGothic,Gill Sans,Gill Sans MT,sans-serif;
    line-height: 1.5;
    margin: 10px 10px;
}

h3{
    font-family: GeoEditRegular,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    letter-spacing: 4.5px;
    font-size: 20px;
    margin-top: 8px;
	line-height: 120%;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
    margin: 10px 0px;
}
p{
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 100;
    margin-top: 0;
    display: inline-block;
    font-family: GeoEditRegular,Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Helvetica,Arial,sans-serif;
    line-height: 1.5;
}
    
}


.sub-linker-sections p{
    color: #FFF;
    display: block;
    padding: 30px 30px 30px 30px;
    font-size: 26px;
    letter-spacing: 0px;
    /*margin-left: 160px;
    margin-right: 160px;*/
	line-height: 150%;
}
	.arrow_down{display: block}
	
@media (max-width: 768px){
	.arrow_down{display: none;}
}



/* - - - - - - - - - - - - - - - - - - -  -- -  - - - - - - - - - - - - - - - - -  IPAD PORTRAIT */
@media (max-width: 1200px) {
.sub-5-section {
    padding: 0px;
}
}
@media (max-width: 768px) {
    
	
	h1{
		font-size: 50px;
	}
    
    h2 {
	max-width: 100%;
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    font-family: GeoBrandMedium,CenturyGothic,AppleGothic,Gill Sans,Gill Sans MT,sans-serif;
    line-height: 1.5;
    margin: 10px 10px;
}

    
    .sub-1-section > div {
        position: relative;}
    .sub-5{
        width: 100%;
        float: initial;
        margin-right: initial;
    }
    .sub-33{
        width: 100%;
        margin-right: 0;
    }
	
	.sub-5-section{
	  padding: 0 0 30px 0;
}
	.sub-5-section article .sub-art-unit{
		margin: 0;
	}
   
    .sub-5-section .sub-articles-container{
        max-width: 500px;
        margin: auto;
    }
    .sub-5-section .sub-subtitle{
        margin-top: 10px;
        font-size: 20px;
        letter-spacing: 4px;
    }
    .sub-5-section .sub-title{
        font-size: 30px;
        letter-spacing: 4px;
		padding: 0 10px
        
    }
    .sub-5-section .sub-art-unit p, .sub-5-section .sub-art-unit a{
        font-size: 14px; margin-top: 10px
    }
    .sub-5-section .sub-show-more-but{
        /*display: block;*/
		 display: none!important;
        width: 240px;
        margin: auto;
        text-align: center;
        font-size: 26px;
        text-transform: uppercase;
        border: 1px solid black;
        padding: 10px;
        letter-spacing: 4px;
        cursor: pointer;
        margin-top: 20px;

    }
    
    /*Show first 2 articles by default*/
    .sub-5-section article:nth-child(-n+3){
        display:block;
    }
    
.sub-5-section .sub-articles-container {
    max-width: 500px;
    margin: auto;
}
        
    
     .sub-5{
        width: 100%;
        float: initial;
        margin-right: initial;
    }
    .sub-33{
		padding: 20px 0;
        width: 100%;
        margin-right: 0;
    }
   
    .sub-5-section .sub-articles-container{
        max-width: 90%;
        margin: auto;
    }
    .sub-5-section .sub-subtitle{
        margin-top: 10px;
        font-size: 20px;
        letter-spacing: 4px;
    }
    .sub-5-section .sub-title{
        font-size: 30px;
        letter-spacing: 4px;
		padding: 0 10px
        
    }
    .sub-5-section .sub-art-unit p, .sub-5-section .sub-art-unit a{
        font-size: 16px; margin-top: 10px
    }
    .sub-5-section .sub-show-more-but{
        /*display: block;*/
		 display: none!important;
        width: 240px;
        margin: auto;
        text-align: center;
        font-size: 26px;
        text-transform: uppercase;
        border: 1px solid black;
        padding: 10px;
        letter-spacing: 4px;
        cursor: pointer;
        margin-top: 20px;

    }
    
    /*Show first 2 articles by default*/
    .sub-5-section article:nth-child(-n+3){
        display:block;
    }

   
}




/* - - - - - - - - - - - - - - - - - - -  -- -  - - - - - - - - - - - - - - - - -  MOBILE */


@media screen and (max-width: 321px) {
    
	.toolpitmap-header p:nth-child(2){display: none}
	#section-3 .toolpitmap-header h1, #section-3 .toolpitmap-header h2{font-size: 36px}
	 /*   .sub-5-section article .sub-art-unit{
        margin: 20px;
		width: 100%;
    }*/
	 .sub-5{
        width: 100%;
        float: initial;
        margin-right: initial;
    }
    .sub-33{
        width: 100%;
        margin-right: 0;
    }
   
    .sub-5-section .sub-articles-container{
        max-width: 500px;
        margin: 10px;
    }
    .sub-5-section .sub-subtitle{
        margin-top: 10px;
        font-size: 20px;
        letter-spacing: 4px;
    }
    .sub-5-section .sub-title{
        font-size: 30px;
        letter-spacing: 4px;
		padding: 0 10px
        
    }
    .sub-5-section .sub-art-unit p, .sub-5-section .sub-art-unit a{
        font-size: 14px; margin-top: 10px
    }
    .sub-5-section .sub-show-more-but{
        /*display: block;*/
		 display: none!important;
        width: 240px;
        margin: auto;
        text-align: center;
        font-size: 26px;
        text-transform: uppercase;
        border: 1px solid black;
        padding: 10px;
        letter-spacing: 4px;
        cursor: pointer;
        margin-top: 20px;

    }
   
    /*Show first 2 articles by default*/
    .sub-5-section article:nth-child(-n+3){
        display:block;
    }
    .about {
    padding: 14px;
}

   
}



.ng-logo-box img {
    align-content: center;
    padding: 0px;
    padding-left: 15px;
}
.GlobalFooter__Copyright__Item--text{max-width:none;}
