@charset "utf-8";

html {
	font-size: 21px;
}
body {
	margin: 0;
	padding: 0;
	font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
	font-size: 1rem;
	color: #000;
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
b,strong{font-weight: normal;font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);}


a, a:hover, a:focus {
	text-decoration: none;
}

.logo a{display:block;}

object {
	pointer-events: none;
}
.wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}
img, object {
	max-width: 100%;
}

.media img {
	max-width: inherit;
}
.full {
	width: 100%;
}
.header {
	padding: 15px 0;
	transition: all ease .1s;
	
}
.header .container > .row {
	display: flex;
	align-items: flex-end;
}
h1 {
	font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
	font-size: 2.58rem;
}
.section h3{font-size:2.285rem;color:#003D83;margin:0;font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);}
.header-content h5 {
	font-size: 0.875rem;
	color: #007DC9;
	text-transform: uppercase;
	font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
	
}

.header-fixed {
	transition: all ease .4s;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99;
	opacity: 0;
	border-top: 1px solid rgba(170,170,170,.2);
	border-bottom: 1px solid rgba(170,170,170,.2);margin-top:-80px;
}
.sticky .header-fixed {
	opacity: 1;
	margin-top:0;
	overflow: hidden;
}
.header-fixed .right-block p {
font-size: .75rem;
	margin: 0;
padding: 0 2rem 0 .25rem;
}
.header-fixed .right-block  a p{
	color: #000;
}
.header-fixed .logo {
	padding: 10px 0 0 1.5rem;
}
.header-fixed > .row {
	display: flex;
	align-items: center;
}
.header-fixed p {
	margin: 0;
	color: #003D83;
	position: relative;
}
.header-fixed .text-center p{font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);line-height:1em;text-align: left;padding: 15px 0;}

.header-fixed p  em {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    font-size: 1rem;
    height: 1rem;
    color: #003D83;
    margin: auto;
}
.menu-section .pattern-bg {
	color: #fff;
	overflow-y: auto;
}

.menu-section .pattern-bg ul li a {
	color: #fff;
}
.menu-section .pattern-bg ul li a:hover,
.menu-section .pattern-bg ul li a:focus{color:#007DC9;}


.search-box {
	padding: 0 0 1rem;
}
.search-box .input-group {
	border-bottom: 1px solid #fff;
}
.search-box input {
	background: none;
	border-radius: 0;
	font-size: 1.25rem;
	color: #fff;
	border: none;
	padding: 10px 0;
	height: 50px;
}
.search-box .input-group-addon {
	background: none;
	border-radius: 0;
	font-size: 1.25rem;
	border: none;
	color: #fff;
}
.menu-section .pattern-bg .footer-block {
	padding: 1rem 0 0;
	position: relative;bottom:0;margin:auto;
}
.menu-section .pattern-bg .footer-block .row{
	display: flex;align-items: flex-end;
}
.menu-section .pattern-bg .footer-block ul{margin: 0;}

.menu-section .pattern-bg .footer-block ul li {
	font-size: 1rem;
}
.menu-section .pattern-bg .footer-block input {
	background: #fff;
	border-radius: 0;
	border: none;
	width: 65%;
	float: left;
	color: #000;
	padding: 5px 10px;
font-size:.75rem;
}
.menu-section .pattern-bg .footer-block input[type="submit"] {
	background: #007DC3;
	color: #fff;
	float: right;
	width: 35%;
}
.menu-section h2 {
	margin-top: 0;
	color: #fff;
	font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
}
.menu-section .right-block h2 {
	color: #000;
	margin-bottom: 1rem;
}
.menu-section .right-block .image-wrap{position: relative;margin-bottom: 10px;}
.menu-section .right-block .image-wrap p {
	font-size: 1.15rem;
	height:60px;
	overflow: hidden;
    color: #007DC9;
	padding: 0 0;
	font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
	line-height: 1.25rem;
	text-transform: inherit;

	
}
.menu-section .right-block .image-wrap a h5{
	font-size: 14px;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    color: #999;
    padding: 0 0;
    margin: 10px 0 5px;
    white-space: nowrap;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.menu-section .right-block .copyright {
font-size: .75rem;
	text-align: right;
	color:#AAAAAA;
}
.pattern-bg {
	background: url(../images/new-footer-bg.png);
}
.menu-section {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	overflow: auto;
	height: 100%;
}
.menu-section > div {
	padding: 30px 90px;
}
.newsletter-content .section {
	padding: 2rem 0;
}
.hero-img img{width:100%;object-fit: cover;}
.newsletter-content .section h4 {
	margin: 4rem 0 1.5rem;
	color: #003D83;
	font-size: 1.15rem;
	font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
}
.newsletter-content .section ul {
	margin-bottom: 20px;
}
.newsletter-content .section ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 1.5rem;
}
.newsletter-content .section ul li:before {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	background: #007DC9;
	position: absolute;
	left: 0;
	border-radius: 50%;
	top: 10px;
}
.newsletter-content .section p {
	margin-bottom:1.5rem;
	line-height: 1.5rem;
}
.newsletter-content .section p.lead {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom:2rem;
}
.testimonial-block{margin:3rem 0;}
.testimonial-block blockquote {
	color: #003D83;
	font-size: 1.75rem;
	line-height: 2rem;
	border-left: none;
	padding: 15px 1rem 0 0;
	letter-spacing: -1px;
}
.testimonial-block p {
}
.image .image-caption {
	padding: 15px 0 0;
}

.image-caption p {
    margin: 0;
    padding-bottom: 0px;
    font-size: 1rem;
    line-height: normal !important;
}
.image .image-caption p{margin:0;padding-bottom: 0px;
font-size:1rem;
line-height:normal !important;
}
 .image-caption p.name,
 .left-block p.name,
 .newsletter-content .section p.photo-grapher-name{
	color: #aaa;
	line-height: normal;
}
.newsletter-content .section .media:first-child {
	border-top: 1px solid rgba(170,170,170,.2);
}
.newsletter-content .section .left-block p.author-name {
	color: #003D83;font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
}
.newsletter-content .section .left-block .media {
	border-bottom: 1px solid rgba(170,170,170,.2);
	margin: 0;
	padding: 10px 0;
}
.newsletter-content .section .col-md-4 .left-block{position:relative;padding-top:25px;padding-right: 1.5rem;}
.newsletter-content .section .col-md-4 .left-block.top-border{font-size:0.857rem;}
.newsletter-content .section .col-md-4 .left-block.top-border:before{content:"";display:block;height:3px;background:#007DC9;width:106px;position:absolute;top:0;}
.newsletter-content .section .left-block .media .media-left {
	width: 100px;
	min-width: 100px;
}
.newsletter-content .section .left-block .media-body p {
	margin: 0;line-height: 1.25rem;
}

.newsletter-content .section .left-block .media-body ul {
	margin: 0;
}

.newsletter-content .section .left-block ul li {
	padding: 0 1px;
}
.newsletter-content .section .left-block ul li:before {
	display: none;
}

.newsletter-content .section .left-block .media-body .social-icons > div{display: inline-block;padding: 5px 10px;margin: 0 5px 0 0;width: 35px;cursor:pointer;}
.newsletter-content .section .left-block .media-body .social-icons > div:hover{color:#003D83;}

.author-detail .media .media-left{font-size:0.813em;font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);text-transform:uppercase;}
.padd-20 {
	padding: 20px 0;
}
.padd-35{padding:35px;}
.padd-40 {
	padding: 40px 0;
}
.newsletter-content .section .thumbnail-block .media {
	border-bottom: 1px solid rgba(170,170,170,.2);
	border-top: 1px solid rgba(170,170,170,.2);
	padding: 10px 0;
}
.newsletter-content .section .thumbnail-block h5 {
	color: #000;
	font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
	font-size: 1.125em;
}
.newsletter-content .section .col-md-8 .col-md-6 .thumbnail-block h5{color:#003D83;font-size:0.67rem;}
.newsletter-content .section .col-md-8 .col-md-6 .thumbnail-block h4{font-size:0.857rem;font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);color:#000;margin:10px 0;}
.newsletter-content .section .thumbnail-block p {
	font-size: 0.667rem;
	margin-bottom: 6px;
	color: #000;
line-height:.875rem;
}
.newsletter-content .section .col-md-8 .col-md-6 .thumbnail-block p{font-size:.857rem;}
.newsletter-content .section h2 {
	font-size: 3rem;
	font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
	    color: #000;
}
.newsletter-content .section .image-wrap .block-description {
	padding: 1rem 0;
}
.newsletter-content .section .image-wrap .block-description h5 a {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    color: #007DC9;
    text-transform: uppercase;
}
.newsletter-content .section .image-wrap .block-description h4 {
	margin: 0;
	font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
	color: #003D83;
	font-size: 1.524rem;
}
.newsletter-content .section .image-wrap .block-description h3 {
	margin: 0;
	font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
	color: #003D83;
	font-size: 2.286rem;
	margin-bottom: 2rem;
}
.newsletter-content .section .image-wrap .block-description h4 a,
.newsletter-content .section .image-wrap .block-description h3 a{color: #003D83;}
.newsletter-content .section .popular-block p.date {
	color: #aaa;
	margin: 0;
	padding: 10px 0;
	font-size: 0.715rem;
}
.newsletter-content .section .popular-block > .row {
	display: flex;
	align-items: flex-end;
}
/*.newsletter-content .section .popular-block .left-block .block-description {
	margin-bottom: 2.9rem;
}*/
.newsletter-content .section .popular-block .col-sm-6 .block-description h3{margin-bottom: 0;}
p.big-later::first-letter {
	color: #003D83;
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
}
.newsletter-content .section .popular-block  .image-wrap .block-description {
    padding: 1rem 0;
    height: 345px;
	overflow: hidden;
	position: relative;
}
.newsletter-content .section .popular-block .image-wrap .block-description h5{font-size: 15px;}
.newsletter-content .section .popular-block  .image-wrap .block-description:after{
content:"";display: block;position: absolute;height: 2rem;bottom:0;left:0;right:0;margin:auto;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
 ;


}

.footer {
	background: #f6f6f6;
	padding: 1rem 0 0.25rem;
	clear: both;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border-top:1px solid rgba(170,170,170,0.3);
}
.sticky.nav-is-open .cd-nav-trigger__icon::before, .sticky.nav-is-open .cd-nav-trigger__icon::after {
	background: #fff;
}

.player {
	margin-bottom: 1rem;
}
.menu-section .pattern-bg .text-right a {
	color: rgba(255,255,255,.6);
}
.author-detail {
	font-size:.857rem;line-height:1rem;
}
.block{float:left;width:100%;}

.section.story{padding-bottom: 0;}

.story h5{font-size:0.715rem;font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);text-transform: uppercase;color:#AAAAAA;}
.story p.date{font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);color:#AAAAAA;}
.story h5 a{color:#AAAAAA;}

.menu-section .right-block h2{font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);font-size:2.286rem;}
#back-top{font-size:2rem;position:fixed;bottom:20px;right:25px;color:#003D83;z-index: 99;display:none;background: rgba(255,255,255,.5);height: 4rem;width: 4rem;padding:.48rem 0;text-align:center;border-radius:50%;}
.devider{padding-top:2rem;}
.menu-section .search-box{position: relative;}
.menu-section .search-box .ui-autocomplete{padding:15px;width:100%;background: #081f4b;position: absolute;}
.menu-section .search-box .ui-autocomplete li{font-size: 1rem;}
.newscategory-page .cd-main__content .wrapper .header{display: none;}
.newscategory-page .header-fixed{opacity: 1;margin: auto;}
.newscategory-page .header-fixed .right-block{position: fixed;right:0;width:24%;margin-left: 1%;}
.newscategory-page .wrapper{padding-top: 75px;}

.header-fixed .container > .row{display:flex;align-items:center;}
.header-fixed .container > .row .right-block{position: absolute;right: 0;width: 30%;}
.header-fixed .container > .row .right-block a:hover{display:block;background: #fafafa;}
.rich-text .responsive-object{
	position:relative;
	margin-bottom: 20px;
}
.rich-text .responsive-object iframe{
	position:absolute;top:0;left:0;width:100%;height:100%;
}

.search-result-form{padding:50px 0 0;}
 .search-result-form .form-group {
    width: 300px;float: left;
}
.search-result-form .form-group input {
    width: 100%;
    border-radius: 0;
    border: 1px solid #999b9e;
	color: #003E7E;
	font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    height: 50px;
    font-size: 1.25rem;
    padding: 0 15px;
}
.search-result-form .btn-secondary {
    font-size: .8rem;
    height: 50px;
    background: #003E7E;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #003E7E;
    border-radius: 0;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
}

.newsletter-content  .search-result-section h4{margin:30px 0 10px;}

.newsletter-content  .search-result-block{margin-bottom:30px;border-bottom:1px solid #eee;}

.search-result-section h4 ~ p{padding-left: 25px;}

.section.story .image-wrap img{transition: all cubic-bezier(0.25, 0.1, 0, 0.88) .5s;margin-top: 25px;}
.section.story:hover .image-wrap img{margin-top:0px;}


.menu-section > div .right-block  .col-sm-6,
.menu-section > div .right-block h2,
.menu-section .pattern-bg .search-box,
.menu-section .pattern-bg .news-menu-top,
.menu-section .pattern-bg .footer-block
{
	opacity: 0;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	transform-origin: top;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	transform:scaleY(.8);
	
}
.nav-is-open .menu-section > div .right-block h2,
.nav-is-open .pattern-bg .search-box{
	opacity:1;
	-webkit-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay:250ms;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	transform:scaleY(1);
}


.nav-is-open .menu-section > div .right-block .col-sm-6:nth-of-type(1),
.nav-is-open .menu-section > div .right-block .col-sm-6:nth-of-type(2),
.nav-is-open .menu-section .pattern-bg  .news-menu-top {
	opacity:1;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	transform:scaleY(1);
}
.nav-is-open .menu-section > div .right-block .col-sm-6:nth-of-type(3),
.nav-is-open .menu-section > div .right-block .col-sm-6:nth-of-type(4),
.nav-is-open .menu-section .pattern-bg .footer-block {
	opacity:1;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transform: translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	transform:scaleY(1);
}


 @media screen and (max-width:1200px) {
html {
	font-size: 16px;
}
}
 @media screen and (max-width:768px) {
	 .menu-section .pattern-bg .footer-block{position:relative;left:0;right:0;}
	 .menu-section{display:block;}
.header-fixed .logo {
	padding-bottom: 10px;
}
.header .logo{text-align:center;}
.newsletter-content .section {
	padding: 2rem 1rem;
}
.author-detail {
	margin: 1rem 0;
}
.newsletter-content .section .popular-block > .row {
	display: block;
}
.newsletter-content hr{margin:0 !important;}

.menu-section .right-block .image-wrap p{font-size:1.5rem;}
.footer{position:relative;}
.newsletter-content .section .popular-block .image-wrap .block-description{height:auto;overflow: visible;}


}
 @media screen and (max-width:767px) {
.header .container > .row, .menu-section, .newsletter-content .section .popular-block > .row, .header-fixed > .row {
	display: block;
}
.cd-main__content h1 {
	font-size: 1.75rem;
}
.author-detail {
	margin: 1rem 0;
}
.header-fixed p {
	margin: 0 0 1rem;
}
.newsletter-content .section {
	padding: 1rem 0;
}

hr{margin:1rem 0 !important;}

.menu-section > div:last-child{padding:50px;}
#back-top{right:12px;}
.header-fixed .text-center p{font-size:1.25rem;padding: 0 15px;}
.audioplayer-bar{margin:0 15px;}
.audioplayer-playpause{width:40px;height:40px;}
.audioplayer-time{width:45px;}
.newsletter-content .section h4 {margin: 2rem 0 .5rem;}
.header-fixed .logo {padding:10px 1rem 0 3rem;}
.menu-section > div {padding: 40px 60px;}
.newsletter-content .section p {font-size:1.15rem;}
.header-fixed{transition: all ease .3s;}
.sticky .header-fixed.nav-up{opacity: 0 !important;}
.cd-nav-trigger{transition: all ease .3s;opacity: 1;}
.cd-nav-trigger.nav-up{opacity: 0;}
.menu-section .pattern-bg ul li{font-size:1.5rem;}
.menu-section .pattern-bg .footer-block ul li {font-size: 1.25rem;}
.newsletter-content .section .image-wrap .block-description h4{font-size: 1.8rem;}
.newsletter-content .section .col-md-4 .left-block{padding: 0;}
.newsletter-content .section .col-md-4 .left-block .author-detail {margin: 0;}
.newsletter-content .section .popular-block .image-wrap .block-description h5 {
	font-size:13.5px;
	height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;   display: block; margin: 0;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);

}
.newsletter-content .section .popular-block .image-wrap .block-description h5 a{
    color: #999;
}
.newsletter-content .section .image-wrap .block-description h4,
.newsletter-content .section .image-wrap .block-description h3{margin: 0;
    line-height: 1.5rem;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: 18px;
    text-transform: uppercase;}

.newsletter-content .section .image-wrap .block-description h4 a,
.newsletter-content .section .image-wrap .block-description h3 a{color: #337ab7;}
.newsletter-content .section .image-wrap .block-description p{font-size: 14px;color:#000;padding:5px 0;}
.menu-section .pattern-bg .footer-block .row{display:block;}
}

 @media screen and (max-width:350px) {
	 
	 }
*:focus{outline:none;}



h5 span.comma:last-child,
.header-content span:last-child {
    display: none;
}

@media (min-width:1600px){
	.menu-section > div{padding:100px 150px;}
	.right-block .image-wrap img{height:auto;}
	.menu-section > div{padding:100px 150px;}
	.menu-section > div.pattern-bg{padding:70px 150px 30px;}
	}

	

	@media screen and (min-width:1920px){
		.header-fixed .logo{padding-left: 0;}
		.menu-section h2{font-size:2rem;}
		.menu-section .pattern-bg ul li { font-size: 1.5rem;}
		.menu-section .search-box{padding:1rem 0 2rem;}
		.right-block .image-wrap img {height: 276px;object-fit: cover;}
		.menu-section .right-block .image-wrap p{font-size:1.5rem;height:96px;margin-bottom: 1rem;}
		.menu-section .pattern-bg .footer-block ul li {    font-size: 1.25rem;}
		.menu-section .pattern-bg .footer-block{padding-top: 2rem;}
		
		}
	.no-padding-margin{
		padding-top:0 !important;
		padding-bottom:0!important;
		margin-top: 0!important;
		margin-bottom: 0!important;
	}
	
	.single-column .rich-text h4{margin: 0 0 .5rem;}

.xxx-divider object, .xxx-divider img{height: 10px;width: auto;margin: 15px 0;object-fit: cover;}
.image-caption {
	padding: 15px 0 0;
}



 .image-caption p.name,
 .left-block p.name,
.image .image-caption {
	padding: 15px 0 0;
}

.image-caption p {
    margin: 0;
    padding-bottom: 0px;
    font-size: 1rem;
    line-height: normal !important;
} 
.image-caption p{margin:0;padding-bottom: 0px;
font-size:1rem;
line-height:normal !important;
}
 .image-caption p.name,
 .left-block p.name,
 .newsletter-content .section p.photo-grapher-name{
	color: #aaa;
	line-height: normal;
}  .image-caption p.photo-grapher-name{
	color: #aaa;
	line-height: normal;
}

.newsletter-content .section .rich-text h3{font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);color: #007DC9;font-size: 1.6rem;}


.newsletter-content .about-page .fullscreen-section .container ul li{
    padding: 30px 15px 0;
}
.newsletter-content .about-page .fullscreen-section ul li h4,
.newsletter-content .about-page .fullscreen-section .container ul li p{
    margin-bottom: 0;
}

.page-content.about-page .overlay .container{max-width: 100%;}