/**** COLOURS 
denza blue rgb(0,48,135)    rgb(0,47,141)
20% #CDD6E8
50% #8397C3
70% #536FAC
85% #2A5099

dark blue #00124C
dark grey #565656
silver #DADBDB

orange #EA7028
yellow #FF9C00
gold #FFE3A8

FONTS
URWReg
URWMed
URWBold

***/

/***** ANIMATIONS *******/

@keyframes scaleX {
  0%   {transform: scaleX(0); opacity:0;}
  100% {transform: scaleX(1); opacity:1;}
}

/***** ANIMATIONS *******/

@keyframes zoom {
  0%   {width:100%;}
  50%   {width:105%;}
  100% {width:100%;}
}

@keyframes posY {
  0%   {top:350px; opacity:0;}
  100% {top:0px; opacity:1;}
}

@keyframes slideLeft {
  0%   {left:-100%; opacity:0;}
  100% {left: 0px; opacity:1;}
}



/**** LOADER ***/
#loader .loading-spin {
  	border-top: 12px solid rgb(0,47,141);
}

.warning{
    line-height: normal;
}

/*** MAIN ASSETS FOR 6 items  - default is 8***/

.asset-display .gridTiles .tile-item {
    width:15.8%; 
}

@media (max-width:1590px) {
    .asset-display .gridTiles .tile-item{
        width:15.83%; 
    }
}
@media (max-width:1200px) {
    /**** 5 tiles ***/
    .asset-display .gridTiles .tile-item{
        width:19.2%;
    }
}

@media (max-width:1000px) {
    /**** 4 tiles ***/
    .asset-display .gridTiles .tile-item{
        width:23.5%;
        margin-bottom:2%;
    }
}

@media (max-width:850px) {
    /**** 3 tiles ***/
    .asset-display .gridTiles .tile-item{
        width:32%;
        margin-bottom:2%;
    }
}

@media (max-width:580px) {
    /**** 2 tiles ***/
    .asset-display .gridTiles .tile-item{
        width:49%;
        margin-bottom:2%;
    }
}

@media (max-width:400px) {
    /**** 1 tile ***/
    .asset-display .gridTiles .tile-item{
        width:100%;
        margin-bottom:20px;
    }
}
/** CAROUSEL ABOUT PAGE */
.carousel-heading-wrapper{
    display:inline-block;
    width: 100%;
    background:#fff;
    z-index:800;
    position:absolute;
    bottom:0px;
    border-bottom: thin solid #a2a3a5;
}
.carousel-heading{
    padding:5px 0;
    font-size:0.8em;
}

/** CAROUSEL HOME PAGE */
.home .top-carousel-holder{
	background: #DADBDB;
	background: #f7f7f7;
	height: auto;
	transition:height 0.5s easeout;
}

@media (min-width: 801px) {
    .home .slick-list{
	    height: 450px !important;
        overflow: hidden !important;
    }
}

.carousel-home-image img{
	max-height:420px;
}

.carousel-home-section{
	width:100%;
	display:none;
	z-index:2;
	line-height:0;
}

.carousel-home-item{
	width:100%;
	position:relative;
}

.carousel-home-holder{
	width:100%;
	display:table;
	table-layout:fixed;
	height:450px;
}

.carousel-home-image{
	display:table-cell;
	vertical-align:middle;
	width:50%;
	height:100%;
}

.carousel-home-image-holder-outer{
	display:inline-block;
	vertical-align:middle;
	width:100%;
}

.carousel-home-image-holder-inner{
	display:table;
	vertical-align:middle;
	width:100%;
}

.carousel-home-image img{
	display:table-cell !important;
	vertical-align:middle;
	width:auto;
	max-width:100%;
	height:100%;
}

.carousel-home-content-holder{
	display:table-cell;
	width:50%;
	height:100%;
	vertical-align:middle;
}

.carousel-home-content-holder-outer{
	display:table;
	vertical-align:middle;
	height:100%;
}

.carousel-home-content-holder-inner{
	display:table-cell;
	vertical-align:middle;
	padding: 2% 12%;
	padding-left: 80px;
}

.carousel-home-heading,
.carousel-home-abstract{
	display:inline-block;
	width:100%;
}

.carousel-home-heading {
    padding-bottom: 0.15em;
    margin: 0 0 0.25em 0;
    color: #565656;
	text-transform: uppercase;
	
	font-family: "URWBold";
	font-size: 40px;
	line-height: 48px;
}

.carousel-home-date{
    color:#565656;
    margin-bottom:20px;
    font-family: "URWReg";
}

.carousel-home-abstract{
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 0em;
    color: rgba(255, 255, 255, 0.6);
    color:#565656;
}

.carousel-home-abstract ul{
	padding-left: 1em;
}

.carousel-home-abstract li{
	font-weight:normal !important;
}

.carousel-home-abstract li strong,
.carousel-home-abstract li b{
	font-weight:normal !important;
}

.carousel-home-button {
	display:inline-block;
	margin: 0;
	margin-top: 1em;
	transition: all 0.5s;
	line-height: 1.2em;
	text-align: center;
    padding: 12px 24px;
    font-size:16px;
	/**text-transform: uppercase;**/
	font-family: "URWReg";
	color: #565656;
    background: none;
    border:solid thin #565656;
    min-width: 200px;
}

.carousel-home-button:hover,
.carousel-home-button:focus{
	background:#565656; 
	color:#fff;
}

.carousel-home-link {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.top-carousel-holder .slick-next,
.top-carousel-holder .slick-prev{
	background:none;
	width: 36px;
	height: 36px;
	opacity: 0.6;
}
.top-carousel-holder .slick-next::before,
.top-carousel-holder .slick-prev::before{
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f054";
    content: "\f105";
	opacity: 1;
	font-size: 30px;
	color:#8397C3;
}
.top-carousel-holder .slick-prev::before{
    content: "\f053";
	content: "\f104";
}
.top-carousel-holder .slick-prev:hover,
.top-carousel-holder .slick-prev:focus,
.top-carousel-holder .slick-next:hover,
.top-carousel-holder .slick-next:focus
{
    background:none;
    opacity: 1;
}

.top-carousel-holder .slick-prev:hover:before,
.top-carousel-holder .slick-prev:focus:before,
.top-carousel-holder .slick-next:hover:before,
.top-carousel-holder .slick-next:focus:before {
    opacity: 1;
    color:rgb(0,47,141);
}


@media (max-width: 1200px) {
	.carousel-home-heading {
    	font-size: 1.7em;
    	line-height: 1em;
    	padding-bottom: 0.25em;
    	margin: 0 0 0.25em 0;
	}
}


@media (max-width: 960px) {
	.carousel-home-heading {
    	font-size: 1.4em;
	}
	.carousel-home-abstract {
    	font-size: 1em;
	}
}

@media (max-width: 800px) {
	/**.home .top-carousel-holder,
	.home .slick-list{
		height: auto !important;
	}**/

	.carousel-home-holder{
		height: auto !important;
	}

	.carousel-home-holder {
    	display: inline-block;
	}

	.carousel-home-section{
		position:relative!important;
	}
	.carousel-home-image {
    	display: inline-block;
    	width: 100%;
   	 	vertical-align: top;
	}
	.carousel-home-image img{
		width:100%;
		height:auto;
		max-height:100%;
		max-width:100%;
	}

	.carousel-home-content-holder {
    	display: inline-block;
    	width: 100%;
    	/**background:#2a2a2a;**/
	}
	.carousel-home-content-holder-outer {
    	display: inline-block;
    	width: 100%;
	}
	.carousel-home-content-holder-inner {
    	display: inline-block;
    	width: 100%;
    	padding: 15px;
	}
	.carousel-home-abstract {
    	display:none;
	}

	.home .top-carousel-holder {
        background: none;
    }
    
    .slick-prev, 
	.slick-next {
		display:none !important;
	}

}

@media only screen and (max-width: 600px) {
     .carousel-home-heading{
         margin-top:15px;
     }
     .carousel-home-button{
         margin-top: 10px;
         margin-bottom: 15px;
     }

}



/**** HOMEPAGE ITEMS ***/ 

#latest {
    background:#f7f7f7;
    background:#fff;
}


@media (max-width:1200px) {
    /**** 3 tiles ***/
    body.home .gridTiles{
        gap:2%;  
    }
    body.home .tile-item{
        width: 32%;
        margin-bottom:40px;
    }
}
	
@media (max-width:900px) {
    /**** 2 tiles ***/
    body.home .gridTiles{
        gap:3%;  
    }
    body.home .tile-item{
        width:48.5%;
        margin-bottom:40px;
    }
}
@media (max-width:500px) {
    /**** 1 tiles ***/
    body.home .gridTiles{
        gap:0%;  
    }
    body.home .tile-item{
        width:100%;
        margin-bottom:20px;
    }
}

@media (max-width: 500px) {
    body.home .tile-item .tile-image-wrapper{
        display:none;
    }
    body.home .tile-item .listing-heading{
        font-size:1.3em;
        width:100%;
    }
}

/**** SOCIALS ***/
.home-social-icon {
    color:#000;
    margin-left:5px;
    font-size: 14px;
}
.twitter .home-social-icon img{
    width:20px;
    margin-right:5px;
    top: -3px;
    position: relative;
}
.instagram .home-social-icon i{
     font-size:24px;
     margin-right:5px;
}



/**** NEWS LISTING ***/
.newsfilterpage .alert-signup{
    margin-bottom:30px;
}
.newsfilterpage .alert-signup a{
    background:#fff;
    color:#565656;
    border:thin solid #565656;
    padding: 12px 24px;
    width:100%;
    display:inline-block;
    font-family: "URWReg";
}
.newsfilterpage .alert-signup a:after{
    content:'\f105';
    font-family:fontawesome;
    float:right;
}
.newsfilterpage .alert-signup a:hover,
.newsfilterpage .alert-signup a:focus{
    background:#565656;
    color:#fff;
}

.newsfilterpage .filter-heading {
    margin-top:50px;
    color:#8397C3;
}
.newsfilterpage .filtermenu {
    color: #565656;
}
.newsfilterpage .filter-match,
.newsfilterpage .filter-clear,
.newsfilterpage .filtermenu .filter-heading,
.newsfilterpage .toggle-filter-heading,
.newsfilterpage .filter-other div,
.newsfilterpage .toggle-filter-section div{
    border-bottom: solid thin #DADBDB;
}
.newsfilterpage .toggle-filter-heading.toggleSign {
    border-bottom: solid thin #DADBDB;
}




/***** LISTING PANEL ****/
.gridTiles .tile-item .news-listing-headline{
	color: #565656;
}
.gridTiles .tile-item .news-listing-headline h2{
    margin:0px;
    text-transform: none;
	font-family:"URWReg";
}
.gridTiles .tile-item .news-listing-date{
    font-size: 12px;
	color: #565656;
	font-family:"URWReg";
}
.gridTiles .tile-item .news-listing-abstract{
    color: #565656;
}

.gridTiles .tile-item .news-listing-asset-count {
    color: rgb(0,47,141);
    color:#8397C3;
}
.gridTiles .tile-item .news-listing-asset-count .asset_type_d::before,
.gridTiles .tile-item .news-listing-asset-count .asset_type_i::before,
.gridTiles .tile-item .news-listing-asset-count .asset_type_v::before{
    color:rgb(0,47,141);
    color:#8397C3;
}

.newsfilterpage-off .news-panel:nth-child(1) .listing-text .news-listing-abstract {
	display:none;
	margin-bottom: 0px;
}

.newsfilterpage .filter-heading .toggle-icon{
	display:none;
}

.newsfilterpage .pageNav,
.newsfilterpage-off .pageNav{
	padding-top: 10px;
	text-align: right;
}
.newsfilterpage .pag-top .pageNav,
.newsfilterpage-off .pag-top .pageNav{
	padding-top: 0px;
}

.newsfilterpage .pageNav ul,
.newsfilterpage-off .pageNav ul{
    display: inline-block;
    padding-left: 0;
	padding-left: 1em;
    margin: 20px 0;
    border-radius: 4px;
}
.newsfilterpage .pag-top .pageNav ul,
.newsfilterpage-off .pag-top .pageNav ul{
    margin-top:0;
}
.newsfilterpage .pageNav li,
.newsfilterpage-off .pageNav li{
    display: inline;
}

.newsfilterpage .pageNav li a,
.newsfilterpage-off .pageNav li a{
    background-color: #f7f7f7;
	color:#000;
    border:none;
	margin-left: 5px;
	padding: 5px 10px;
	font-size: 12px;
	position: relative;
	float: left;
	line-height: 1.3em;
	text-decoration: none;
}

.newsfilterpage .pageNav li a:hover, 
.newsfilterpage .pageNav li a:focus, 
.newsfilterpage .pageNav li a.active,
.newsfilterpage-off .pageNav li a:hover, 
.newsfilterpage-off .pageNav li a:focus, 
.newsfilterpage-off .pageNav li a.active{
    color: #000;
    background-color: #FFE3A8;
}

.newsfilterpage .pageNav li a.active,
.newsfilterpage .pageNav li a.active:hover,
.newsfilterpage .pageNav li a.active:focus,
.newsfilterpage-off .pageNav li a.active,
.newsfilterpage-off .pageNav li a.active:hover,
.newsfilterpage-off .pageNav li a.active:focus{
    color: #000;
    background-color: #FFE3A8;
	font-weight: normal;
}

@media (max-width:767px){
    .newsfilterpage .alert-signup {
        margin-bottom: 20px;
    }
	.newsfilterpage .filter-heading{
		color: #fff; 
		background-color: #565656;
		padding:10px;
		cursor: pointer; 
		margin-top: 0px;
	}
	.newsfilterpage .filter-heading .toggle-icon{
		display:inline-block;
		float:right;
	}
	.newsfilterpage .filter-heading .toggle-icon::after {
    	content: "\f078";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-size: 0.7em;
    	position: relative;
		top:0px;
		right:0px;
	}
	.newsfilterpage .filtermenu{
		display:none;
	}
	.newsfilterpage .content.right,
	.newsfilterpage-off .content.right{
    	padding-left: 0px;
	}
	#newscontainer{
	    margin-top: 60px;
	}
}



/**** NEWS ARTICLES ***/
.epa-preload-box.embargo-1 {
    border:red 1px dashed;
    z-index:10;
}

.news-articles .content ul li{
	list-style: disc;
}

.news-articles .content ul.news-page-model-links,
.news-articles .content ul.news-page-model-links li{
	list-style: none;
	padding-left: 0;
}
.news-articles .boilerplate{
    margin-top:60px;
}
.news-articles .content table{
	width:100%;
}
.news-articles .content table th,
.news-articles .content table td{
	padding:5px;
	text-align:left;
	width:auto;
}



/** USERS ***/

.form-buttons input[type="submit"]{
    background:#fff;
	color: #565656;
	border:thin solid #565656;
}
.form-buttons input[type="submit"]:hover,
.form-buttons input[type="submit"]:focus{
	background-color: #565656;
	color:#fff;
}

.form-buttons.secondary a {
    color: #8397C3;
}
.form-buttons.secondary a:hover,
.form-buttons.secondary a:focus{
    color: #565656;
}

.register-input label .error {
    color: #EA7028;
}

.user-registration.alerts .update-message{
    color: #EA7028;   
}

.user-registration .update-profile .updprof-success, 
.user-registration .update-profile .updprof-error,
.user-registration .pw-success{
  color: #EA7028;
}





/*** SEARCH PAGE */

span.highlight {
  background: #FFE3A8;
  color: #000;
}

.search-page .search-assets h3{
    margin-bottom:20px;
}

.searchmenu {
    margin-bottom: 20px;
}

.searchmenu > div {
	padding: 8px 0px;
    border-bottom: solid thin #DADBDB;
    background: none;
}

.searchmenu .filter-heading {
    background: none;
    color: #8397C3;
    padding: 0px;
    margin-bottom: 10px;
    border: none;
    font-weight: normal;
}

.searchmenu .filter-heading p {
    margin: 0;
}

.searchmenu .search-tab{
	cursor:pointer;
	position: relative;
	display:none;
	color:#565656;
}

.searchmenu .search-tab::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    top: 4px;
    right: 10px;
}

.searchmenu .search-tab.selected{
	color:#2A5099;
}

.search-instance{
	display:none;
}

.search .sisea-highlight, 
.simplesearch-highlight, 
.highlight {
  color: #000;
  background: #FFE3A8;
}
.search .sisea-highlight {
    font-size: 1.1em;
    font-weight: bold;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
}


.search-results-list .search-result {
    padding: 0px;
    border-top: 1px solid #ddd;
    margin: 0px;
	margin-top:3em;
	margin-bottom:3em;
	padding-top:2em;
}

.search-results-list .search-result h3{
    font-size:1em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.search-results-list .search-result h3 a{
    color:#565656;
    text-decoration:underline;
}
.search .search-pager {
    padding-top: 10px;
    text-align: right;
    border-top: 1px solid #AAA;
}

.search .search-pager .pagination > li {
    display: inline-block;
	margin:0px;
}


#main .pagination > li{
	margin-left: 0px;
	display: inline;
}

.pagination > li > a {
	float: none;
	background-color: #8397C3;
	color:#fff;
    border:none;
	margin-left: 5px;
	padding: 5px 10px;
	font-size: 12px;
	position: relative;
	float: left;
	line-height: 1.3em;
	text-decoration: none;
}

.pagination > li > a:hover,
.pagination > li > a:focus{
	color: #fff;
    background-color: #536FAC;
}

.pagination > li.active > a, 
.pagination > li.active > span, 
.pagination > li.active > a:hover, 
.pagination > li.active > span:hover, 
.pagination > li.active > a:focus, 
.pagination > li.active > span:focus {
    z-index: 2;
    border: none;
    cursor: default;
    
    color: #fff;
    background-color: #536FAC;
	font-weight: bold;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    margin-left: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-sm > li:first-child > a, 
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-sm > li:last-child > a, 
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.search  .search-pager p {
    margin-bottom: 10px;
}

.search-page .content.right{
	padding-left:80px;
}

@media (max-width:767px){
    .search-page .content.right{
	    padding-left:0px;
	    margin-top: 60px;
    }  
}



/**** 404 TYPE PAGES ****/

#main.generic{
	padding-top:20px;
}

#main.generic .form-horizontal{
	width:400px;
	background:#000;
	color:#fff;
	padding:15px;
}
#main.generic .form-horizontal .form-group {
    margin:0px;
	margin-bottom:10px;
}
#main.generic .form-horizontal .control-label {
    text-align: left;
	margin-right:20px;
}

#main.generic .form-horizontal .btn-primary {
    color: #000;
    background-color: #fff;
    border:thin solid #fff;
	margin-left:20px;
	border-radius:0px;
}

#main.generic .form-horizontal .btn-primary:hover,
#main.generic .form-horizontal .btn-primary:focus{
    color: #fff;
    background-color: #000;
}

#main.generic .form-horizontal .form-control {
    display: block;
    width: 100%;
    color: #000;
    vertical-align: middle;
    background-color: #ffffff;
    border:none;
    border-radius: 0px;
}
.privacy-cookie-toggle.selected {
  background: #8397C3;
}

/*****
PERSONALIZED ASSETS PAGE
******/
.fda-page .modelpage .brief li {
	padding-bottom:0px;
}


/** EVENTS **/
#event-form .required, 
#event-form label span {   
    color: #8397C3; 
}



/**** MODEL LANDING PAGE ITEMS ***/ 
.modelhome .gridTiles .tile-item .tile-image-wrapper {
    margin-bottom: 0px;
}

.modelhome .tile-item .listing-heading{
	display:inline-block;
	width:100%;
	margin: 0;
	padding: 1em 1em;
	font-weight: 500;
	line-height: 1.2em;
	font-size: 1em;
    text-align: center;
	background:#f7f7f7;
	color: #252728;
}

.modelhome .new-tile{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:#eb1c24;
    color:#fff;
    padding:10px;
    text-align:center;
    font-size:0.9em;
    z-index:100;
}


@media (max-width: 500px) {
    .modelhome .tile-item .tile-image-wrapper{
        display:none;
    }
    .modelhome .tile-item .listing-heading{
        font-size:1.3em;
    }
    .modelhome .new-tile {
        position: relative;
    }
}



/*** TABBED PAGES MODEL ****/
#main.tabpage {
    position:relative;
}

.tabpage .model-related-news{
    width:100%; 
    display:inline-block; 
    margin-top:50px;
}

.tabpage .new-banner{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:100;
}
.tabpage .new-banner-inner{
    position:relative;
    width:auto;
    background:#eb1c24;
    color:#fff;
    padding:10px 20px;
    text-align:left;
    font-size:0.9em;
    display:inline-block;
}

.tabpage #tabmenu {
    border-bottom: thin solid #DADBDB;
}
.tabpage #tabmenu .tablink{ 
	color:#565656;
}
.tabpage #tabmenu .tablink:hover,
.tabpage #tabmenu .tablink:focus{ 
	color:#8397C3;
}
.tabpage #tabmenu .desktop .tablink.active,
.tabpage #tabmenu .mobile .tablink.active{
    color: #8397C3;
    border-bottom: none;
}
.tabpage .toggle-btn {
    color: #565656;
}

.subdropbtn {
    background-color: #536FAC;
}
.subdropbtn:hover {
    background-color: #8397C3;
}
.subdropbtn:focus{
    background-color: #536FAC;
}
.subdropdown-content {
    background-color: #CDD6E8;
}
.subdropdown-content a {
    color: #565656;
}
.subdropdown-content a:hover {
    color: #000;
}

@media (max-width:767px){
    .tabpage .new-banner {
        position: relative;
    }
    .tabpage .new-banner .containerwide {
        padding-left: 0px;
        padding-right: 0px;
    }
    .tabpage .new-banner-inner {
        width: 100%;
    }
}

@media screen and (max-width: 767px){
	.tabpage #tabmenu .mobile.toggled .jumpto{
  		border:thin #565656 solid;
  		background:#fff;
  		color:#565656;
	}
	.tabpage #tabmenu .mobile.toggled .jumpto:hover,
	.tabpage #tabmenu .mobile.toggled .jumpto:focus{
  		background:#565656;
  		color:#fff;
	}
	
	.tabpage #tabmenu .mobile .tablink.active { 
	    color: #8397C3;
    }
	.tabpage #tabmenu .mobile .tablink:hover,
	.tabpage #tabmenu .mobile.toggled.active .jumpto{
		color:#8397C3;
	}
}











/*** TABLE ***/
.tabpage table td{
    padding:5px;
}
.tabpage table p{
    text-align:center !important;
}
.tabpage table td:first-child p{
    text-align:left !important;
}


/**ABOUT TIMELINE ****/
#content_menuMilestones,
#content_menuMilestones p{
    text-align:left !important;
}
#content_menuMilestones td{
    vertical-align:top;
    padding:20px 10px;
}
#content_menuMilestones tr.timeline-start td{
    padding-top:40px;
}
#content_menuMilestones td.timeline-year {
    background:#000;
    color:#FFF;
    text-align:center;
    vertical-align: middle;
}

#content_menuMilestones td:first-child{
    width:10%;
}
#content_menuMilestones td.timeline-year:first-child{
   padding: 10px;
}
#content_menuMilestones td:first-child  h3{
    display:inline-block;
    width:100%;
    text-align:center;
    margin:0;
}
#content_menuMilestones td.timeline-year p{
    padding:10px;
    margin:0;
    text-align:center !important;
    display:inline-block;
    width:100%;
    font-weight:bold;
}

#content_menuMilestones .timeline-wash{
    background:#f7f7f7;
    color:#252728;
}